.fundadoras-page main {
    overflow-x: hidden;
}

.fundadoras-page .mobile-menu-nav a,
.fundadoras-page .mobile-menu-actions .btn,
.fundadoras-page .header-buttons .btn {
    white-space: nowrap;
}

.fundadoras-page .hero-section {
    padding: 84px 0 72px;
}

.fundadoras-page .hero-content {
    align-items: center;
}

.fundadoras-hero-copy {
    max-width: 660px;
}

.fundadoras-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 22px;
}

.fundadoras-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 16px;
    border-radius: 999px;
    background: rgba(30, 94, 255, 0.08);
    border: 1px solid rgba(30, 94, 255, 0.14);
    color: var(--leco-blue);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.fundadoras-hero-copy h1 {
    margin: 0;
    font-size: clamp(3rem, 5vw, 4.5rem);
    line-height: 1.02;
    letter-spacing: -0.06em;
}

.fundadoras-hero-copy .subtitle {
    max-width: 620px;
    margin: 18px 0 0;
    font-size: 19px;
    line-height: 1.6;
    color: var(--aux-text);
}

.fundadoras-hero-reinforcement {
    max-width: 620px;
    margin: 14px 0 0;
    color: var(--navy);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.55;
}

.fundadoras-hero-copy .hero-buttons {
    margin-top: 24px;
}

.fundadoras-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 14px;
}

.fundadoras-hero-meta a,
.fundadoras-hero-meta span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--aux-text);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.fundadoras-hero-meta a:hover {
    color: var(--leco-blue);
}

.fundadoras-hero-visual {
    position: relative;
    width: min(100%, 620px);
    min-height: 520px;
    padding: 28px 22px 22px;
    border-radius: 34px;
    overflow: hidden;
    background:
        radial-gradient(circle at top right, rgba(243, 168, 96, 0.16), transparent 30%),
        radial-gradient(circle at top left, rgba(30, 94, 255, 0.18), transparent 38%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 249, 251, 0.98));
    border: 1px solid rgba(208, 216, 218, 0.92);
    box-shadow: 0 28px 64px rgba(16, 23, 42, 0.12);
}

.fundadoras-visual-header {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 12px;
}

.fundadoras-visual-header strong {
    display: block;
    font-size: 22px;
    letter-spacing: -0.03em;
}

.fundadoras-visual-header p {
    max-width: 280px;
    margin: 6px 0 0;
    font-size: 14px;
    line-height: 1.65;
}

.fundadoras-visual-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 999px;
    background: rgba(23, 196, 127, 0.1);
    color: #119c63;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    white-space: nowrap;
}

.fundadoras-mockups {
    position: relative;
    width: min(100%, 520px);
    min-height: 408px;
    margin: 18px auto 0;
    isolation: isolate;
}

.fundadoras-page .fundadoras-mockups .mockup-phone {
    border-width: 7px;
    border-radius: 28px;
}

.fundadoras-page .mockup-phone-center {
    width: 194px;
    top: 34px;
}

.fundadoras-page .mockup-phone-left {
    width: 164px;
    left: clamp(4px, 6%, 30px);
    bottom: 26px;
}

.fundadoras-page .mockup-phone-right {
    width: 162px;
    right: clamp(4px, 6%, 30px);
    bottom: 42px;
}

.fundadoras-visual-footer {
    display: none;
}

.fundadoras-stat {
    padding: 16px;
    border-radius: 20px;
    border: 1px solid rgba(208, 216, 218, 0.88);
    background: rgba(255, 255, 255, 0.9);
}

.fundadoras-stat strong {
    display: block;
    margin-bottom: 6px;
    color: var(--navy);
    font-size: 18px;
    letter-spacing: -0.03em;
}

.fundadoras-stat span {
    display: block;
    color: var(--aux-text);
    font-size: 13px;
    line-height: 1.55;
}

.fundadoras-split-section {
    padding: 88px 0;
}

.fundadoras-split-shell {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: clamp(32px, 4vw, 64px);
    align-items: start;
}

.fundadoras-split-copy h2,
.fundadoras-faq h2,
.fundadoras-form-section h2 {
    text-align: left;
    margin-bottom: 20px;
}

.fundadoras-split-copy p {
    margin: 0;
    font-size: 18px;
    line-height: 1.8;
}

.fundadoras-points {
    display: grid;
    gap: 18px;
}

.fundadoras-point {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 22px;
    border-radius: 22px;
    border: 1px solid rgba(208, 216, 218, 0.9);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 16px 34px rgba(16, 23, 42, 0.05);
}

.fundadoras-point-icon {
    flex-shrink: 0;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: rgba(30, 94, 255, 0.08);
    color: var(--leco-blue);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 800;
}

.fundadoras-point strong {
    display: block;
    margin-bottom: 6px;
    color: var(--navy);
    font-size: 18px;
}

.fundadoras-point p {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
}

.fundadoras-steps-section,
.fundadoras-rules-section,
.fundadoras-faq {
    background: var(--white);
}

.fundadoras-steps-intro,
.fundadoras-section-intro {
    max-width: 780px;
    margin: -32px auto 38px;
    text-align: center;
    font-size: 18px;
    line-height: 1.75;
}

.fundadoras-steps-note {
    max-width: 860px;
    margin: 28px auto 0;
    text-align: center;
    font-size: 15px;
    line-height: 1.75;
    color: var(--aux-text);
}

.fundadoras-steps-grid,
.fundadoras-audience-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.fundadoras-audience-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fundadoras-step-card,
.fundadoras-audience-card {
    padding: 30px;
    border-radius: 24px;
    border: 1px solid rgba(208, 216, 218, 0.94);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 36px rgba(16, 23, 42, 0.06);
}

.fundadoras-step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-bottom: 18px;
    border-radius: 14px;
    background: rgba(30, 94, 255, 0.08);
    color: var(--leco-blue);
    font-size: 18px;
    font-weight: 800;
}

.fundadoras-step-card h3,
.fundadoras-audience-card h3 {
    margin-bottom: 10px;
}

.fundadoras-step-card p,
.fundadoras-audience-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.75;
}

.fundadoras-audience-card ul {
    margin: 12px 0 0;
    padding-left: 18px;
    color: var(--aux-text);
}

.fundadoras-audience-card li + li {
    margin-top: 8px;
}

.fundadoras-benefits-section .benefits-grid {
    align-items: stretch;
}

.fundadoras-rules-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.86fr);
    gap: 28px;
    align-items: start;
}

.fundadoras-rules-card,
.fundadoras-rules-summary {
    padding: 30px;
    border-radius: 28px;
    border: 1px solid rgba(208, 216, 218, 0.94);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 36px rgba(16, 23, 42, 0.06);
}

.fundadoras-rules-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 14px;
}

.fundadoras-rules-card li {
    position: relative;
    padding-left: 28px;
    color: var(--aux-text);
    font-size: 16px;
    line-height: 1.75;
}

.fundadoras-rules-card li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 6px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--leco-blue), var(--deep-blue));
}

.fundadoras-rules-summary strong {
    display: block;
    margin-bottom: 10px;
    font-size: 19px;
}

.fundadoras-rules-summary p {
    margin: 0;
    font-size: 16px;
    line-height: 1.75;
}

.fundadoras-rules-summary .btn {
    margin-top: 22px;
}

.fundadoras-form-section {
    position: relative;
    z-index: 2;
    margin-top: 0;
    padding: 0 0 88px;
}

.fundadoras-form-shell {
    display: grid;
    grid-template-columns: minmax(0, 0.52fr) minmax(0, 1.48fr);
    gap: 20px;
    align-items: start;
}

.fundadoras-form-copy {
    padding: 24px;
    border-radius: 30px;
    border: 1px solid rgba(208, 216, 218, 0.92);
    background:
        radial-gradient(circle at top right, rgba(30, 94, 255, 0.08), transparent 32%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 249, 251, 0.98));
    box-shadow: 0 16px 30px rgba(16, 23, 42, 0.06);
}

.fundadoras-form-copy h2 {
    margin-top: 12px;
    margin-bottom: 12px;
}

.fundadoras-form-copy p {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
}

.fundadoras-form-support {
    margin-top: 10px !important;
    color: var(--navy);
    font-size: 14px !important;
    font-weight: 700;
    line-height: 1.55 !important;
}

.fundadoras-form-checklist {
    display: none;
}

.fundadoras-form-checklist li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: var(--aux-text);
    line-height: 1.7;
}

.fundadoras-form-checklist li::before {
    content: "✓";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    margin-top: 2px;
    border-radius: 999px;
    background: rgba(23, 196, 127, 0.12);
    color: var(--success-green);
    font-size: 14px;
    font-weight: 800;
    flex-shrink: 0;
}

.fundadoras-form-card,
.fundadoras-success-card {
    padding: 28px 28px 30px;
    border-radius: 30px;
    border: 1px solid rgba(30, 94, 255, 0.14);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 28px 54px rgba(16, 23, 42, 0.09);
}

body.fundadoras-page.is-fundadoras-success-visible .fundadoras-form-copy,
body.fundadoras-page.is-fundadoras-success-visible .fundadoras-status,
body.fundadoras-page.is-fundadoras-success-visible .fundadoras-form-card {
    filter: blur(7px) saturate(0.82);
    opacity: 0.2;
    pointer-events: none;
    user-select: none;
    transition: filter 0.25s ease, opacity 0.25s ease;
}

body.fundadoras-page.is-fundadoras-success-visible #campaign-success-state {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 1000;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    width: min(760px, calc(100vw - 32px));
    max-height: calc(100vh - 32px);
    overflow: auto;
    transform: translate(-50%, -50%);
}

body.fundadoras-page.is-fundadoras-success-visible #campaign-success-state.is-hidden {
    display: none !important;
}

.fundadoras-success-card h3 {
    margin: 0 0 10px;
    font-size: 28px;
    letter-spacing: -0.04em;
}

.fundadoras-success-card > p {
    margin: 0 0 24px;
    font-size: 15px;
    line-height: 1.7;
}

.fundadoras-status {
    padding: 16px 18px;
    border-radius: 18px;
    font-size: 14px;
    line-height: 1.65;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.fundadoras-status.is-hidden {
    display: none;
}

.fundadoras-status.info {
    background: rgba(30, 94, 255, 0.06);
    border-color: rgba(30, 94, 255, 0.12);
    color: var(--leco-blue);
}

.fundadoras-status.error {
    background: rgba(239, 68, 68, 0.08);
    border-color: rgba(239, 68, 68, 0.14);
    color: #b42318;
}

.fundadoras-status.warning {
    background: rgba(243, 168, 96, 0.12);
    border-color: rgba(243, 168, 96, 0.18);
    color: #9a5b15;
}

.fundadoras-form {
    display: grid;
    gap: 20px;
}

.fundadoras-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    align-items: start;
}

.fundadoras-field {
    display: grid;
    gap: 8px;
    align-content: start;
}

.fundadoras-field.is-full {
    grid-column: 1 / -1;
}

.fundadoras-field label {
    color: var(--navy);
    font-size: 14px;
    font-weight: 700;
}

.fundadoras-field .required-marker {
    color: #ef4444;
}

.fundadoras-field input,
.fundadoras-field select,
.fundadoras-field textarea {
    width: 100%;
    min-height: 54px;
    padding: 0 16px;
    border-radius: 16px;
    border: 1px solid rgba(208, 216, 218, 0.96);
    background: var(--white);
    color: var(--navy);
    font: inherit;
    font-size: 15px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.fundadoras-field textarea {
    min-height: 120px;
    padding: 14px 16px;
    resize: vertical;
}

.fundadoras-field input:focus,
.fundadoras-field select:focus,
.fundadoras-field textarea:focus {
    outline: none;
    border-color: rgba(30, 94, 255, 0.42);
    box-shadow: 0 0 0 4px rgba(30, 94, 255, 0.12);
}

.fundadoras-field.has-error input,
.fundadoras-field.has-error select,
.fundadoras-field.has-error textarea,
.fundadoras-terms.has-error {
    border-color: rgba(239, 68, 68, 0.4);
}

.fundadoras-field-hint {
    color: var(--aux-text);
    font-size: 13px;
    line-height: 1.55;
}

.fundadoras-field-error {
    min-height: 18px;
    color: #b42318;
    font-size: 13px;
    line-height: 1.4;
}

.fundadoras-terms {
    padding: 18px;
    border-radius: 20px;
    border: 1px solid rgba(208, 216, 218, 0.94);
    background: rgba(247, 249, 251, 0.9);
}

.fundadoras-terms label {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 14px;
    line-height: 1.7;
    color: var(--aux-text);
}

.fundadoras-terms input {
    margin-top: 4px;
}

.fundadoras-terms a {
    font-weight: 700;
    text-decoration: none;
}

.fundadoras-terms a:hover {
    text-decoration: underline;
}

.fundadoras-submit {
    width: 100%;
    min-height: 58px;
    border: 0;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--leco-blue) 0%, var(--deep-blue) 100%);
    color: #fff;
    font: inherit;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 18px 34px rgba(30, 94, 255, 0.18);
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.fundadoras-submit:hover,
.fundadoras-submit:focus-visible {
    transform: translateY(-1px);
    opacity: 0.96;
}

.fundadoras-submit:disabled {
    cursor: wait;
    opacity: 0.7;
    transform: none;
}

.fundadoras-social-proof {
    margin: -10px 0 0;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--aux-text);
}

.fundadoras-security {
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
    color: var(--aux-text);
}

.fundadoras-success-card.is-hidden {
    display: none;
}

.fundadoras-success-icon {
    width: 64px;
    height: 64px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    border-radius: 22px;
    background: rgba(23, 196, 127, 0.12);
    color: var(--success-green);
}

.fundadoras-success-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 24px;
}

.fundadoras-faq .faq-container {
    max-width: 920px;
}

.fundadoras-final-cta {
    padding: 0 0 88px;
    background: var(--white);
}

.fundadoras-final-shell {
    padding: 34px;
    border-radius: 30px;
    border: 1px solid rgba(208, 216, 218, 0.94);
    background:
        radial-gradient(circle at top right, rgba(30, 94, 255, 0.16), transparent 30%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(247, 249, 251, 0.98));
    box-shadow: 0 22px 44px rgba(16, 23, 42, 0.08);
}

.fundadoras-final-shell h2 {
    text-align: left;
    margin: 0 0 14px;
}

.fundadoras-final-shell p {
    max-width: 760px;
    margin: 0 0 22px;
    font-size: 17px;
    line-height: 1.8;
}

.fundadoras-final-shell .cta-buttons {
    justify-content: flex-start;
}

@media (max-width: 1100px) {
    .fundadoras-form-shell,
    .fundadoras-split-shell,
    .fundadoras-rules-shell {
        grid-template-columns: 1fr;
    }

    .fundadoras-steps-grid,
    .fundadoras-audience-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 900px) {
    .fundadoras-page .nav-menu,
    .fundadoras-page .header-buttons {
        display: none;
    }

    .fundadoras-page .mobile-menu-toggle,
    .fundadoras-page .mobile-menu-overlay,
    .fundadoras-page .mobile-menu-drawer {
        display: flex;
    }

    .fundadoras-page .mobile-menu-overlay {
        display: block;
    }

    body.fundadoras-page.menu-open .mobile-menu-overlay {
        opacity: 1;
        pointer-events: auto;
    }

    body.fundadoras-page.menu-open .mobile-menu-drawer {
        transform: translateX(0);
    }

    body.fundadoras-page.menu-open .mobile-menu-toggle span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    body.fundadoras-page.menu-open .mobile-menu-toggle span:nth-child(2) {
        opacity: 0;
    }

    body.fundadoras-page.menu-open .mobile-menu-toggle span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    .fundadoras-page .hero-content {
        flex-direction: column;
        text-align: left;
    }

    .fundadoras-hero-visual {
        width: 100%;
    }

    .fundadoras-visual-footer {
        display: none;
    }
}

@media (max-width: 768px) {
    .fundadoras-page .hero-section {
        padding: 64px 0 44px;
    }

    .fundadoras-badges {
        gap: 10px;
    }

    .fundadoras-badge {
        min-height: 34px;
        padding: 0 13px;
        font-size: 12px;
    }

    .fundadoras-hero-copy h1 {
        font-size: 2.55rem;
        line-height: 1.05;
        letter-spacing: -0.05em;
    }

    .fundadoras-hero-copy .subtitle,
    .fundadoras-hero-reinforcement,
    .fundadoras-split-copy p,
    .fundadoras-steps-intro,
    .fundadoras-steps-note,
    .fundadoras-section-intro,
    .fundadoras-final-shell p,
    .fundadoras-form-copy p {
        font-size: 16px;
    }

    .fundadoras-hero-visual {
        min-height: auto;
        padding: 18px 14px 16px;
        border-radius: 28px;
    }

    .fundadoras-mockups {
        width: min(100%, 340px);
        min-height: clamp(264px, 78vw, 302px);
        margin-top: 10px;
    }

    .fundadoras-visual-header {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
        margin-bottom: 14px;
    }

    .fundadoras-visual-header p {
        display: none;
    }

    .fundadoras-visual-header strong {
        font-size: 18px;
        line-height: 1.22;
    }

    .fundadoras-visual-chip {
        min-height: 30px;
        padding: 0 11px;
        font-size: 10px;
        line-height: 1;
    }

    .fundadoras-page .fundadoras-mockups .mockup-phone {
        border-width: 6px;
        border-radius: 24px;
    }

    .fundadoras-page .mockup-phone-center {
        width: clamp(118px, 35vw, 128px);
        top: 0;
    }

    .fundadoras-page .mockup-phone-left {
        width: clamp(86px, 26vw, 98px);
        left: 0;
        bottom: 10px;
    }

    .fundadoras-page .mockup-phone-right {
        width: clamp(86px, 26vw, 98px);
        right: 0;
        bottom: 20px;
    }

    .fundadoras-form-shell {
        gap: 14px;
    }

    .fundadoras-form-grid {
        grid-template-columns: 1fr;
    }

    .fundadoras-form-card,
    .fundadoras-success-card,
    .fundadoras-rules-card,
    .fundadoras-rules-summary,
    .fundadoras-final-shell {
        padding: 24px 20px;
        border-radius: 24px;
    }

    .fundadoras-form-copy {
        padding: 18px 18px 16px;
        border-radius: 22px;
    }

    .fundadoras-form-copy h2 {
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .fundadoras-form-section {
        margin-top: 0;
        padding: 0 0 88px;
    }

    .fundadoras-final-shell .cta-buttons,
    .fundadoras-success-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .fundadoras-success-actions .btn,
    .fundadoras-final-shell .btn {
        width: 100%;
    }
}

@media (max-width: 520px) {
    .fundadoras-hero-copy .hero-buttons {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .fundadoras-hero-copy .hero-buttons .btn {
        width: 100%;
    }
}
