* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    color: #222733;
    background: #fffaf8;
    line-height: 1.6;
    overflow-x: hidden;
}

.header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    padding: 1.3rem 5%;
}

.navbar {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(34, 39, 51, 0.08);
    border-radius: 999px;
    padding: 1.1rem 1.6rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 12px 30px rgba(34, 39, 51, 0.08);
}

.logo {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    color: #222733;
    text-decoration: none;
    min-width: 11rem;
}

.logo-mark {
    font-family: 'Lora', serif;

    font-weight: 900;
    font-size: 1.05rem;

    letter-spacing: 0.08rem;
    line-height: 1.12;
    padding-bottom: 0.04em;

    color: transparent;

    background: linear-gradient(
        180deg,
        #C9929F 0%,
        #222733 100%
    );

    -webkit-background-clip: text;
    background-clip: text;

    -webkit-text-fill-color: transparent;

    text-shadow:
        0.3px 0.3px 0 rgba(34,39,51,0.08);

    display: inline-block;
}

.brand-name {
    font-family: 'Lora', serif;

    font-size: 1rem;
    font-weight: 900;

    letter-spacing: 0.08rem;
    line-height: 1.12;
    padding-bottom: 0.04em;

    opacity: 0;

    color: transparent;

    background: linear-gradient(
        180deg,
        #C9929F 0%,
        #222733 100%
    );

    -webkit-background-clip: text;
    background-clip: text;

    -webkit-text-fill-color: transparent;

    text-shadow:
        0.3px 0.3px 0 rgba(34,39,51,0.08);

    display: inline-block;
}


.nav-list {
    list-style: none;
    display: flex;
    gap: 1.6rem;
    align-items: center;
}

.nav-link {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #222733;
    font-size: 0.95rem;
    font-weight: 700;
    opacity: 0.75;
    transition: opacity 0.25s ease, color 0.25s ease;
}

.nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.45rem;
    width: 0;
    height: 0.18rem;
    background: #F8CBD1;
    border-radius: 999px;
    transition: width 0.25s ease;
}

.nav-link:hover,
.nav-link.active {
    opacity: 1;
    color: #222733;
}

.nav-link.active::after {
    width: 100%;
}

.nav-button,
.btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    text-decoration: none;
    padding: 1rem 1.8rem;
    border-radius: 999px;
    font-weight: 800;
    color: #222733;
    background: #F8CBD1;
    border: 2px solid #222733;
    box-shadow: 5px 5px 0 #222733;
    transition: background-color 0.22s ease, box-shadow 0.22s ease;
    white-space: nowrap;
}


.nav-button:hover,
.btn:hover {
    transform: none;
    box-shadow: 7px 7px 0 #222733;
}

.nav-button:active,
.btn:active {
    transform: translate(5px, 5px);
    box-shadow: 0 0 0 #222733;
}

.btn-secondary {
    background: transparent !important;
    background-color: transparent !important;
    border: 2px solid #222733 !important;
    color: #222733 !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.btn-secondary:hover {
    background: rgba(248, 203, 209, 0.12) !important;
    background-color: rgba(248, 203, 209, 0.12) !important;
    transform: none !important;
    box-shadow: 6px 6px 0 rgba(34,39,51,0.85) !important;
}

.btn-secondary:active,
.btn-secondary.is-pressed {
    background: rgba(232, 166, 176, 0.28) !important;
    transform: translate(4px, 4px) !important;
    box-shadow: none !important;
}

.hero,
.about-section,
.support-section,
.services,
.stories-section,
.contact-section {
    position: relative;
    min-height: 100svh;
    overflow: hidden;
}

.hero {
    padding: 10rem 5% 8rem;
    background:
        linear-gradient(rgba(255, 250, 248, 0.82), rgba(255, 250, 248, 0.92)),
        url("../images/hero.jpg");
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}

.hero-content {
    width: 100%;
    max-width: 1100px;
}

.hero-label,
.section-label {
    display: inline-block;
    margin-bottom: 1rem;
    color: #8a6f75;
    font-weight: 800;
    letter-spacing: 0.12rem;
    text-transform: uppercase;
    font-size: 0.85rem;
}

.hero-title {
    max-width: 950px;
    font-size: clamp(3rem, 6vw, 5.8rem);
    line-height: 0.96;
    letter-spacing: -0.05em;
    margin-bottom: 2rem;
}

.hero-side {
    max-width: 680px;
    margin-left: auto;
}



.hero-text{
font-size:1.35rem;
line-height:1.8;
max-width:32rem;
color:#4f5463;
}

.hero-buttons {
    display: flex;
    gap: 1.2rem;
    flex-wrap: nowrap;
    align-items: center;
}

.about-section {
    padding: 8rem 5%;
    background:
        linear-gradient(90deg, rgba(34, 39, 51, 0.78), rgba(34, 39, 51, 0.25)),
        url("../images/about.jpg");
    background-size: cover;
    background-position: left center;
    display: flex;
    align-items: center;
}

.about-content {
    max-width: 650px;
    color: white;
}

.section-title {
    font-size: clamp(2.5rem, 5vw, 4.8rem);
    line-height: 1;
    margin-bottom: 1.5rem;
    letter-spacing: -0.04em;
}

.about-content p {
    font-size: 1.15rem;
    margin-bottom: 1rem;
}

.support-section {
    padding: 8rem 5%;
    background: #F8CBD1;
    text-align: center;
    display: flex;
    align-items: center;
}

.support-content {
    max-width: 900px;
    margin: 0 auto;
}

.support-content p {
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

.support-list {
    margin-top: 2rem;
    display: grid;
    gap: 1rem;
}

.support-list p {
    background: rgba(255, 255, 255, 0.65);
    padding: 1rem;
    border-radius: 1.2rem;
}

.services {
    padding: 8rem 5%;
    background: #fffaf8;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.services-list {
    margin-top: 3rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.service-card {
    background: white;
    border: 1px solid rgba(34, 39, 51, 0.08);
    border-radius: 1.6rem;
    padding: 2rem;
    text-align: left;
    box-shadow: 0 12px 30px rgba(34, 39, 51, 0.06);
}

.service-card h3 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
}

.service-card p {
    color: #4b4f5c;
}

.stories-section {
    padding: 8rem 5%;
    background: #F8CBD1;
    text-align: center;
    display: flex;
    align-items: center;
}

.stories-content {
    max-width: 800px;
    margin: 0 auto;
}

.stories-content p {
    font-size: 1.15rem;
}

.contact-section {
    padding: 8rem 5%;
    background: #F6EFEA;
    text-align: center;
    display: flex;
    align-items: center;
}

.contact-content {
    max-width: 700px;
    margin: 0 auto;
}

.contact-content h2 {
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    line-height: 1;
    margin-bottom: 1rem;
}

.contact-content p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
}

.wave {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 7rem;
    z-index: 2;
    pointer-events: none;
    background-color: currentColor;
    clip-path: polygon(
        0 50%,
        10% 45%,
        20% 41%,
        30% 39%,
        40% 40%,
        50% 44%,
        60% 50%,
        70% 56%,
        80% 58%,
        90% 55%,
        100% 49%,
        100% 100%,
        0 100%
    );
}

.wave-pink {
    color: #F8CBD1;
}

.wave-light {
    color: #fffaf8;
}

.wave-green {
    color: #F6EFEA;
}

.wave-dark {
    color: #222733;
}

.footer {
    background: #222733;
    color: #fffaf8;
    padding: 4rem 5% 2rem;
}

.footer-content {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 3rem;
    margin-bottom: 3rem;
}

.footer-brand h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
    letter-spacing: 0.08rem;
}

.footer-brand p,
.footer-column p,
.footer-bottom p {
    color: rgba(255, 250, 248, 0.78);
}

.footer-column h4 {
    margin-bottom: 1rem;
    color: #F8CBD1;
}

.footer-column a {
    display: block;
    color: rgba(255, 250, 248, 0.78);
    text-decoration: none;
    margin-bottom: 0.6rem;
}

.footer-column a:hover {
    color: #F8CBD1;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 250, 248, 0.14);
    padding-top: 1.5rem;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

/* PRELOADER */

body.is-loading {
    overflow: hidden;
}

body.is-loading .header,
body.is-loading main,
body.is-loading .footer {
    visibility: hidden;
}

body.is-loading .preloader {
    visibility: visible;
}

.preloader {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100svh;
    min-height: 100vh;
    background: #fffaf8;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}


/*2026*/
.loader-text {
    margin: 0;
    font-family: 'Lora', serif;
    font-size: clamp(3rem, 8vw, 8rem);
    font-weight: 900;
    display: flex;
    gap: 0.15em;
    letter-spacing: -0.035em;
    line-height: 1;
    padding: 0;
    overflow: visible;
    will-change: transform;
}

.loader-text span {
    display: inline-block;
    opacity: 0;
    transform: translateY(100px);
    line-height: 1.12;
    padding-bottom: 0.04em;

    color: transparent;
    background: linear-gradient(
        180deg,
        #C9929F 0%,
        #8C7482 45%,
        #222733 100%
    );

    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;

    text-shadow: 0.25px 0.25px 0 rgba(34,39,51,0.06);
}


/* RESPONSIVE */

@media (max-width: 1150px) {
    .navbar {
        border-radius: 2rem;
        flex-direction: column;
        gap: 1rem;
    }

    .logo {
        min-width: auto;
    }

    .nav-list {
        flex-wrap: wrap;
        justify-content: center;
        gap: 1rem;
    }

    .hero {
        padding-top: 16rem;
        text-align: center;
    }

    .hero-title {
        max-width: 100%;
    }

    .hero-side {
        margin-left: 0;
        max-width: 100%;
    }

    .hero-text {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-buttons {
        justify-content: center;
    }

    .services-list {
        grid-template-columns: 1fr;
    }

    .about-section {
        text-align: center;
        background-position: center;
    }

    .footer-content {
        grid-template-columns: 1fr;
    }

    .footer-bottom {
        flex-direction: column;
    }
}

@media (max-width: 520px) {
    .header {
        padding: 0.8rem 4%;
    }

    .hero {
        padding-top: 19rem;
    }

    .hero-title {
        font-size: clamp(2.2rem, 12vw, 3.5rem);
    }

    .hero-text {
        font-size: 1.05rem;
    }

    .hero-buttons {
        gap: 0.7rem;
    }

    .btn {
        padding: 0.8rem 1rem;
        font-size: 0.82rem;
    }

    .nav-button {
        padding: 0.85rem 1.2rem;
    }

    .wave {
        height: 4.5rem;
    }
}

/* ==============================
   BOTÓN VOLVER ARRIBA
   ============================== */

.scroll-top-button {
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 52px;
    height: 52px;
    border: 2px solid #222733;
    border-radius: 999px;
    background: #F8CBD1;
    color: #222733;
    font-size: 1.35rem;
    padding: 0;
    cursor: pointer;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 5px 5px 0 #222733;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(18px) scale(0.92);
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.25s ease;
}

.scroll-top-button.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.scroll-top-button:hover {
    background: #F8CBD1;
    transform: translate(-2px, -2px) scale(1);
    box-shadow: 7px 7px 0 #222733;
}

.scroll-top-button:active {
    transform: translate(5px, 5px) scale(1);
    box-shadow: 0 0 0 #222733;
}

.scroll-top-button:focus-visible {
    outline: 3px solid rgba(34, 39, 51, 0.25);
    outline-offset: 4px;
}

@media (max-width: 520px) {
    .scroll-top-button {
        right: 18px;
        bottom: 18px;
        width: 48px;
        height: 48px;
        font-size: 1.15rem;
    }
}


/* ==============================
   HEADER DINÁMICO + NAV SENIOR
   ============================== */

.header {
    transition: padding 0.32s ease, transform 0.32s ease;
    will-change: padding, transform;
}

.navbar {
    transition:
        padding 0.32s ease,
        background-color 0.32s ease,
        border-color 0.32s ease,
        box-shadow 0.32s ease,
        backdrop-filter 0.32s ease,
        transform 0.32s ease;
    will-change: transform, padding, background-color;
}

.header.header-scrolled {
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
}

.header.header-scrolled .navbar {
    padding: 0.72rem 1.35rem;
    background: rgba(255, 250, 248, 0.74);
    backdrop-filter: blur(18px);
    border-color: rgba(34, 39, 51, 0.10);
    box-shadow: 0 16px 40px rgba(34, 39, 51, 0.12);
    transform: translateY(-0.08rem);
}

.nav-link::after {
    width: 100%;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(.2,.8,.2,1);
}

.nav-link:hover::after,
.nav-link.active::after {
    transform: scaleX(1);
    transform-origin: left;
}

/* ==============================
   FORMULARIO DE CONTACTO
   ============================== */

.contact-section {
    text-align: left;
}

.contact-content {
    width: min(100%, 980px);
    max-width: 980px;
}

.contact-content .section-label,
.contact-content h2,
.contact-content > p {
    text-align: center;
    display: block;
}

.contact-content > p {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}

.contact-form {
    margin-top: 2.6rem;
    padding: clamp(1.2rem, 3vw, 2rem);
    border: 2px solid #222733;
    border-radius: 2rem;
    background: rgba(255, 250, 248, 0.72);
    box-shadow: 8px 8px 0 #222733;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.form-field {
    display: grid;
    gap: 0.45rem;
    color: #222733;
    font-weight: 800;
}

.form-field span {
    font-size: 0.9rem;
    letter-spacing: 0.03rem;
}

.form-field input,
.form-field select,
.form-field textarea {
    width: 100%;
    border: 2px solid rgba(34, 39, 51, 0.24);
    border-radius: 1.1rem;
    background: rgba(255, 255, 255, 0.82);
    color: #222733;
    font: inherit;
    font-weight: 600;
    padding: 0.95rem 1rem;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.form-field textarea {
    min-height: 9rem;
    resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
    border-color: #222733;
    background: #fffaf8;
    box-shadow: 0 0 0 4px rgba(248, 203, 209, 0.55);
}

.form-field-full {
    margin-top: 1rem;
}

.contact-submit {
    margin-top: 1.3rem;
    border: 2px solid #222733;
    cursor: pointer;
    font-family: inherit;
}

@media (max-width: 820px) {
    .form-grid {
        grid-template-columns: 1fr;
    }

    .contact-form {
        box-shadow: 5px 5px 0 #222733;
    }
}

@media (max-width: 1150px) {
    .header.header-scrolled .navbar {
        transform: none;
    }
}

/* =====================================================
   UPGRADE RESPONSIVE + NAVBAR FULL WIDTH + MENU MOBILE
   ===================================================== */

:root {
    --header-height: 5.9rem;
}

.header {
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 1000;
}

.navbar {
    width: 100%;
    border-radius: 0 0 2.35rem 2.35rem;
    padding: 1.05rem clamp(1rem, 5vw, 4.5rem);
    background: rgba(255, 250, 248, 0.88);
    border: 0;
    border-bottom: 1px solid rgba(34, 39, 51, 0.08);
    box-shadow: 0 16px 38px rgba(34, 39, 51, 0.08);
    clip-path: polygon(0 0, 100% 0, 100% 78%, 96.5% 100%, 3.5% 100%, 0 78%);
}

.header.header-scrolled {
    padding: 0;
}

.header.header-scrolled .navbar {
    padding-top: 0.72rem;
    padding-bottom: 0.72rem;
    background: rgba(255, 250, 248, 0.68);
    backdrop-filter: blur(20px) saturate(1.25);
    -webkit-backdrop-filter: blur(20px) saturate(1.25);
    box-shadow: 0 18px 45px rgba(34, 39, 51, 0.12);
    transform: translateY(-0.25rem);
    clip-path: polygon(0 0, 100% 0, 100% 74%, 97.4% 100%, 2.6% 100%, 0 74%);
}

.hero,
.about-section,
.support-section,
.services,
.stories-section,
.contact-section {
    min-height: 100dvh;
    min-height: 100svh;
    display: flex;
    align-items: center;
}

.hero,
.about-section,
.support-section,
.services,
.stories-section,
.contact-section {
    padding-top: clamp(7.5rem, 12vh, 9.5rem);
    padding-bottom: clamp(6rem, 10vh, 8rem);
}

.services {
    justify-content: center;
}

.nav-link::after {
    height: 0.22rem;
    bottom: -0.55rem;
    background: linear-gradient(90deg, #F8CBD1, #BEE3DB);
}

.menu-toggle {
    display: none;
    width: 3rem;
    height: 3rem;
    border: 2px solid #222733;
    border-radius: 999px;
    background: #fffaf8;
    cursor: pointer;
    position: relative;
    box-shadow: 4px 4px 0 #222733;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.25s ease;
}

.menu-toggle span {
    position: absolute;
    left: 50%;
    width: 1.15rem;
    height: 0.14rem;
    border-radius: 999px;
    background: #222733;
    transform: translateX(-50%);
    transition: top 0.28s ease, transform 0.28s ease, opacity 0.2s ease, width 0.28s ease;
}

.menu-toggle span:nth-child(1) { top: 0.9rem; }
.menu-toggle span:nth-child(2) { top: 1.38rem; width: 0.78rem; }
.menu-toggle span:nth-child(3) { top: 1.86rem; }

.menu-toggle:hover {
    background: #F8CBD1;
    transform: translate(-1px, -1px);
    box-shadow: 5px 5px 0 #222733;
}

body.nav-open .menu-toggle {
    background: #F8CBD1;
}

body.nav-open .menu-toggle span:nth-child(1) {
    top: 1.38rem;
    transform: translateX(-50%) rotate(45deg);
}

body.nav-open .menu-toggle span:nth-child(2) {
    opacity: 0;
    transform: translateX(-50%) scaleX(0);
}

body.nav-open .menu-toggle span:nth-child(3) {
    top: 1.38rem;
    transform: translateX(-50%) rotate(-45deg);
}

.section-orb {
    position: fixed;
    left: 0;
    top: 0;
    width: 4.2rem;
    height: 4.2rem;
    border-radius: 46% 54% 58% 42% / 45% 45% 55% 55%;
    z-index: 8;
    pointer-events: none;
    opacity: 0;
    background:
        radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.72), transparent 34%),
        linear-gradient(135deg, rgba(248, 203, 209, 0.74), rgba(248, 203, 209, 0.78));
    border: 1px solid rgba(255, 255, 255, 0.55);
    box-shadow: 0 18px 48px rgba(34, 39, 51, 0.14);
    backdrop-filter: blur(5px) saturate(1.2);
    -webkit-backdrop-filter: blur(5px) saturate(1.2);
    mix-blend-mode: multiply;
    will-change: transform, opacity, border-radius;
}

.section-orb span {
    position: absolute;
    inset: 0.72rem;
    border: 1px solid rgba(34, 39, 51, 0.18);
    border-radius: inherit;
}

@keyframes organicOrb {
    0%, 100% { border-radius: 46% 54% 58% 42% / 45% 45% 55% 55%; }
    35% { border-radius: 58% 42% 44% 56% / 50% 58% 42% 50%; }
    70% { border-radius: 42% 58% 52% 48% / 58% 44% 56% 42%; }
}

.section-orb.is-active {
    animation: organicOrb 5.5s ease-in-out infinite;
}

@media (max-width: 980px) {
    :root {
        --header-height: 5.3rem;
    }

    .navbar,
    .header.header-scrolled .navbar {
        flex-direction: row;
        gap: 1rem;
        clip-path: none;
        border-radius: 0 0 1.6rem 1.6rem;
    }

    .logo {
        min-width: auto;
        z-index: 1002;
    }

    .brand-name {
        font-size: 0.88rem;
    }

    .menu-toggle {
        display: inline-flex;
        margin-left: auto;
        z-index: 1002;
    }

    .nav-button {
        display: none;
    }

    .nav-list {
        position: fixed;
        top: 5.2rem;
        left: 4%;
        right: 4%;
        display: grid;
        gap: 0.6rem;
        padding: 1rem;
        border: 2px solid #222733;
        border-radius: 1.5rem;
        background: rgba(255, 250, 248, 0.92);
        box-shadow: 8px 8px 0 #222733;
        backdrop-filter: blur(18px);
        -webkit-backdrop-filter: blur(18px);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(-1rem) scale(0.96);
        transform-origin: top right;
        transition: opacity 0.28s ease, visibility 0.28s ease, transform 0.28s cubic-bezier(.2,.8,.2,1);
    }

    body.nav-open .nav-list {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0) scale(1);
    }

    .nav-link {
        width: 100%;
        padding: 0.85rem 1rem;
        border-radius: 1rem;
    }

    .nav-link::after {
        left: 1rem;
        bottom: 0.45rem;
        width: calc(100% - 2rem);
    }

    .hero,
    .about-section,
    .support-section,
    .services,
    .stories-section,
    .contact-section {
        min-height: auto;
        padding-top: 7.2rem;
        padding-bottom: 6rem;
    }

    .hero {
        min-height: 100dvh;
        text-align: center;
        padding-top: 8.5rem;
    }

    .hero-buttons {
        flex-wrap: wrap;
    }

    .section-orb {
        width: 3.25rem;
        height: 3.25rem;
        opacity: 0 !important;
    }
}

@media (max-width: 560px) {
    .navbar,
    .header.header-scrolled .navbar {
        padding-left: 0.9rem;
        padding-right: 0.9rem;
    }

    .logo-mark {
        font-size: 1.7rem;
    }

    .brand-name {
        letter-spacing: 0.08rem;
    }

    .hero,
    .about-section,
    .support-section,
    .services,
    .stories-section,
    .contact-section {
        padding-left: 1.2rem;
        padding-right: 1.2rem;
    }

    .section-title,
    .contact-content h2 {
        font-size: clamp(2.15rem, 11vw, 3.2rem);
    }

    .services-list {
        gap: 1rem;
    }
}

/* =====================================================
   AJUSTES FINALES PRO: NAV, UNDERLINE, ORB Y MOBILE MENU
   ===================================================== */

/* Navbar scrolled: más limpio, sin cortes cuadrados ni bordecito */
.header.header-scrolled .navbar {
    border: 0;
    border-bottom: 0;
    clip-path: none;
    border-radius: 0 0 clamp(1.65rem, 3vw, 2.65rem) clamp(1.65rem, 3vw, 2.65rem);
    overflow: hidden;
    transform: translateY(-0.55rem);
    background:
        linear-gradient(180deg, rgba(255, 250, 248, 0.78), rgba(255, 250, 248, 0.58));
    backdrop-filter: blur(22px) saturate(1.18);
    -webkit-backdrop-filter: blur(22px) saturate(1.18);
    box-shadow: 0 18px 42px rgba(34, 39, 51, 0.11);
}

.header.header-scrolled .navbar::after {
    content: "";
    position: absolute;
    left: 5%;
    right: 5%;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(34, 39, 51, 0.08), transparent);
    pointer-events: none;
}

/* Underline del navbar: mismo ancho del texto y gradiente de una sola familia cromática */
.nav-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: max-content;
}

.nav-link::after {
    left: 0;
    right: auto;
    width: 100%;
    height: 0.2rem;
    bottom: -0.52rem;
    border-radius: 999px;
    background: linear-gradient(90deg, #BEE3DB 0%, #98D5C8 52%, #75BFAF 100%);
    box-shadow: 0 4px 12px rgba(232, 166, 176, 0.22);
}

/* Orb más realista y más parecido a una lupa orgánica de resaltado */
.section-orb {
    width: 3.45rem;
    height: 3.45rem;
    border-radius: 47% 53% 56% 44% / 46% 44% 56% 54%;
    background:
        radial-gradient(circle at 32% 27%, rgba(255, 255, 255, 0.94) 0 11%, rgba(255, 255, 255, 0.45) 12% 25%, transparent 45%),
        radial-gradient(circle at 66% 72%, rgba(232, 166, 176, 0.28), transparent 46%),
        linear-gradient(135deg, rgba(248, 203, 209, 0.74), rgba(243, 184, 193, 0.58));
    border: 1px solid rgba(255, 255, 255, 0.68);
    box-shadow:
        inset 0 1px 5px rgba(255, 255, 255, 0.72),
        inset 0 -8px 18px rgba(34, 39, 51, 0.055),
        0 18px 38px rgba(34, 39, 51, 0.13);
    backdrop-filter: blur(6px) saturate(1.24);
    -webkit-backdrop-filter: blur(6px) saturate(1.24);
    mix-blend-mode: multiply;
}

.section-orb::after {
    content: "";
    position: absolute;
    width: 0.72rem;
    height: 0.16rem;
    right: -0.28rem;
    bottom: 0.38rem;
    border-radius: 999px;
    background: rgba(34, 39, 51, 0.22);
    transform: rotate(42deg);
    transform-origin: left center;
    filter: blur(0.2px);
}

.section-orb span {
    inset: 0.55rem;
    border-color: rgba(34, 39, 51, 0.12);
}

@keyframes organicOrb {
    0%, 100% { border-radius: 47% 53% 56% 44% / 46% 44% 56% 54%; transform: translate3d(0, 0, 0) rotate(0.001deg); }
    30% { border-radius: 56% 44% 45% 55% / 48% 58% 42% 52%; transform: translate3d(0.12rem, -0.08rem, 0) rotate(1.5deg); }
    64% { border-radius: 43% 57% 54% 46% / 57% 43% 57% 43%; transform: translate3d(-0.08rem, 0.1rem, 0) rotate(-1deg); }
}

/* Mobile menu: bloquea scroll y oculta/blurrea lo de atrás */
body.nav-open {
    overflow: hidden;
    touch-action: none;
}

body.nav-open::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 998;
    background:
        radial-gradient(circle at 18% 18%, rgba(248, 203, 209, 0.34), transparent 34%),
        radial-gradient(circle at 82% 12%, rgba(246, 239, 234, 0.72), transparent 34%),
        rgba(255, 250, 248, 0.86);
    backdrop-filter: blur(16px) saturate(1.08);
    -webkit-backdrop-filter: blur(16px) saturate(1.08);
}

body.nav-open .header {
    z-index: 1100;
}

@media (max-width: 980px) {
    .navbar,
    .header.header-scrolled .navbar,
    body.nav-open .navbar {
        background: rgba(255, 250, 248, 0.88);
        backdrop-filter: blur(20px) saturate(1.14);
        -webkit-backdrop-filter: blur(20px) saturate(1.14);
        border: 0;
        border-radius: 0 0 1.65rem 1.65rem;
        box-shadow: 0 14px 32px rgba(34, 39, 51, 0.10);
        transform: none;
    }

    .nav-list {
        z-index: 1099;
        top: 5.4rem;
        left: 1rem;
        right: 1rem;
        max-height: calc(100dvh - 6.4rem);
        overflow: hidden;
        background:
            linear-gradient(180deg, rgba(255, 250, 248, 0.96), rgba(255, 245, 247, 0.94));
        backdrop-filter: blur(22px) saturate(1.18);
        -webkit-backdrop-filter: blur(22px) saturate(1.18);
        box-shadow:
            8px 8px 0 #222733,
            0 26px 58px rgba(34, 39, 51, 0.18);
    }

    .nav-link {
        width: max-content;
        max-width: 100%;
        padding: 0.85rem 1rem;
    }

    .nav-link::after {
        left: 1rem;
        width: calc(100% - 2rem);
        bottom: 0.42rem;
    }

    body.nav-open .nav-list {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0) scale(1);
    }
}


/* =====================================================
   FIX FINAL: HAMBURGER ESTABLE + BOTÓN PRESIONADO + ORB REAL
   ===================================================== */

/* El botón hamburger abierto se siente presionado: sin sombra negra */
body.nav-open .menu-toggle,
body.nav-open .menu-toggle:hover {
    background: #F8CBD1;
    box-shadow: none;
    transform: translate(4px, 4px);
}

/* Menú mobile más estable: evita que los links queden ocultos por estilos inline */
@media (max-width: 980px) {
    body.nav-open .nav-list {
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        transform: translateY(0) scale(1) !important;
    }

    body.nav-open .nav-list .nav-link {
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateY(0) !important;
    }

    body.nav-open .nav-list li {
        opacity: 1;
        transform: translateY(0);
    }
}

/* La bolita no puede animar transform por CSS porque GSAP usa transform para moverla */
.section-orb {
    z-index: 900;
    opacity: 0;
    transform: translate3d(-100px, -100px, 0);
    filter: saturate(1.08);
}

.section-orb.is-active {
    animation: organicOrbShape 5.8s ease-in-out infinite;
}

@keyframes organicOrbShape {
    0%, 100% {
        border-radius: 47% 53% 56% 44% / 46% 44% 56% 54%;
        filter: saturate(1.08) brightness(1);
    }
    30% {
        border-radius: 56% 44% 45% 55% / 48% 58% 42% 52%;
        filter: saturate(1.14) brightness(1.02);
    }
    64% {
        border-radius: 43% 57% 54% 46% / 57% 43% 57% 43%;
        filter: saturate(1.1) brightness(0.99);
    }
}

/* En pantallas pequeñas la ocultamos para no molestar al menú/touch */
@media (max-width: 760px) {
    .section-orb {
        display: none;
    }
}

/* =====================================================
   AJUSTE FINAL SENIOR v7: HERO, BOTONES, NAV, MOBILE MENU, ORB
   ===================================================== */

/* Hero: nombre + imagen orgánica, evitando botones pegados a la ola */
.hero-content {
    position: relative;
    z-index: 3;
}

.hero-signature-wrap {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(240px, 0.55fr);
    align-items: center;
    gap: clamp(2rem, 5vw, 5rem);
    width: 100%;
    max-width: 1120px;
    margin-bottom: clamp(2.2rem, 5vw, 4rem);
}

/*2026*/
.hero-title.hero-signature {
    max-width: 720px;
    margin: 0;
    font-size: clamp(3.7rem, 8vw, 7rem);
    line-height: 1.3;
    letter-spacing: -0.075em;

    color: transparent;
    background: linear-gradient(
    180deg,
    #C9929F 0%,
    #222733 100%
);

-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.hero-signature span {
    display: block;
}

.hero-portrait {
    justify-self: end;
    width: clamp(220px, 28vw, 360px);
    aspect-ratio: 0.86;
    padding: 0.55rem;
    border: 1px solid rgba(34, 39, 51, 0.10);
    background: rgba(255, 250, 248, 0.62);
    box-shadow: 0 26px 65px rgba(34, 39, 51, 0.14);
    border-radius: 46% 54% 61% 39% / 42% 40% 60% 58%;
    overflow: hidden;
    transform: rotate(1.5deg);
}

.hero-portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 42% 58% 56% 44% / 45% 52% 48% 55%;
    filter: saturate(0.95) contrast(0.98);
}

.hero-side {
    position: relative;
    z-index: 4;
    padding-bottom: clamp(2.5rem, 6vh, 4.5rem);
}

.hero-buttons {
    gap: clamp(0.9rem, 2vw, 1.4rem);
    row-gap: 1rem;
    flex-wrap: wrap;
    align-items: center;
}

.hero-buttons .btn {
    margin-top: 0.35rem;
}

.wave {
    z-index: 1;
}

/* Botones: estado presionado real y consistente */
.nav-button,
.btn,
.menu-toggle {
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.nav-button.is-pressed,
.btn.is-pressed,
.menu-toggle.is-pressed,
.nav-button:active,
.btn:active,
.menu-toggle:active {
    transform: translate(5px, 5px);
    box-shadow: none !important;
    background: #fffaf8;
}

/* Navbar underline: ancho exacto del texto, gradiente misma familia verde */
.nav-link {
    width: max-content;
    isolation: isolate;
}

.nav-link::after {
    left: 50% !important;
    right: auto !important;
    bottom: -0.52rem;
    width: 100% !important;
    max-width: 100%;
    height: 0.22rem;
    border-radius: 999px;
    background: linear-gradient(90deg, #F8CBD1 0%, #F3B8C1 55%, #E8A6B0 100%) !important;
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    opacity: 0;
    transition: transform 0.32s cubic-bezier(.2,.8,.2,1), opacity 0.22s ease;
}

.nav-link:hover::after,
.nav-link.active::after {
    transform: translateX(-50%) scaleX(1);
    opacity: 1;
}

/* Menú mobile estable: visible siempre al abrir, sin depender de scroll */
@media (max-width: 980px) {
    body.nav-open {
        overflow: hidden;
        height: 100dvh;
        touch-action: none;
    }

    body.nav-open::before {
        content: "";
        position: fixed;
        inset: 0;
        z-index: 998;
        background:
            radial-gradient(circle at 18% 15%, rgba(248, 203, 209, 0.42), transparent 32%),
            radial-gradient(circle at 82% 10%, rgba(246, 239, 234, 0.72), transparent 34%),
            rgba(255, 250, 248, 0.78);
        backdrop-filter: blur(18px) saturate(1.12);
        -webkit-backdrop-filter: blur(18px) saturate(1.12);
    }

    .header,
    body.nav-open .header {
        z-index: 1200;
    }

    .navbar,
    .header.header-scrolled .navbar,
    body.nav-open .navbar {
        position: relative;
        z-index: 1201;
    }

    .menu-toggle {
        z-index: 1203;
    }

    body.nav-open .menu-toggle,
    body.nav-open .menu-toggle:hover {
        box-shadow: none !important;
        transform: translate(4px, 4px);
        background: #F8CBD1;
    }

    .nav-list {
        position: fixed !important;
        top: calc(var(--header-height, 5.3rem) + 0.85rem) !important;
        left: 1rem !important;
        right: 1rem !important;
        z-index: 1202 !important;
        display: grid !important;
        grid-auto-rows: max-content;
        gap: 0.55rem;
        max-height: calc(100dvh - 7rem);
        overflow: hidden !important;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(-0.9rem) scale(0.97);
        background:
            linear-gradient(180deg, rgba(255, 250, 248, 0.98), rgba(255, 242, 245, 0.96));
        border: 0;
        border-radius: 1.6rem;
        box-shadow: 0 28px 70px rgba(34, 39, 51, 0.18);
        padding: 1rem;
    }

    body.nav-open .nav-list {
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        transform: translateY(0) scale(1) !important;
    }

    .nav-list li,
    .nav-list .nav-link,
    body.nav-open .nav-list li,
    body.nav-open .nav-list .nav-link {
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
    }

    .nav-list .nav-link {
        display: inline-flex;
        align-items: center;
        justify-content: flex-start;
        width: max-content;
        max-width: 100%;
        padding: 0.85rem 1rem;
        border-radius: 1rem;
        font-size: clamp(1.05rem, 4.6vw, 1.4rem);
    }

    .nav-list .nav-link::after {
        bottom: 0.48rem;
        left: 50% !important;
        width: calc(100% - 2rem) !important;
    }

    .hero-signature-wrap {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 1.6rem;
        margin-bottom: 1.8rem;
    }

    .hero-title.hero-signature {
        margin-inline: auto;
        font-size: clamp(3.1rem, 14vw, 5.2rem);
    }

    .hero-portrait {
        justify-self: center;
        width: min(68vw, 290px);
        order: -1;
    }

    .hero-side {
        padding-bottom: 5.8rem;
    }

    .hero-buttons {
        justify-content: center;
        flex-direction: column;
    }

    .hero-buttons .btn {
        width: min(100%, 22rem);
    }
}

@media (max-width: 520px) {
    .hero {
        padding-top: 7.8rem;
    }

    .hero-text {
        font-size: 1.04rem;
        line-height: 1.65;
    }

    .hero-buttons .btn {
        padding: 0.92rem 1.25rem;
        font-size: 0.95rem;
    }

    .nav-list {
        top: 5.65rem !important;
    }
}

/* Orb: más realista, visible y no conflictúa con GSAP */
.section-orb {
    width: clamp(3.2rem, 5vw, 4.5rem);
    height: clamp(3.2rem, 5vw, 4.5rem);
    z-index: 18;
    background:
        radial-gradient(circle at 34% 28%, rgba(255,255,255,0.78), transparent 26%),
        radial-gradient(circle at 66% 76%, rgba(232, 166, 176, 0.28), transparent 38%),
        linear-gradient(135deg, rgba(248, 203, 209, 0.82), rgba(243, 184, 193, 0.62));
    box-shadow:
        inset 8px 10px 18px rgba(255,255,255,0.38),
        inset -10px -12px 20px rgba(34,39,51,0.06),
        0 18px 46px rgba(34,39,51,0.12);
    border: 1px solid rgba(255,255,255,0.62);
    mix-blend-mode: multiply;
    backdrop-filter: blur(3px) saturate(1.18);
    -webkit-backdrop-filter: blur(3px) saturate(1.18);
}


/* =====================================================
   FINAL FIX: NAVBAR ORGÁNICO + MENÚ MOBILE ESTABLE
   ===================================================== */

.navbar,
.header.header-scrolled .navbar {
    clip-path: none !important;
    border-radius: 0 0 clamp(1.55rem, 3vw, 2.65rem) clamp(1.55rem, 3vw, 2.65rem) !important;
    overflow: visible;
}

.navbar::before,
.header.header-scrolled .navbar::before {
    content: "";
    position: absolute;
    left: clamp(1.25rem, 5vw, 4.2rem);
    right: clamp(1.25rem, 5vw, 4.2rem);
    bottom: -0.03rem;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(34, 39, 51, 0.08), transparent);
    pointer-events: none;
}

.header.header-scrolled .navbar {
    transform: translateY(-0.18rem) !important;
    background: rgba(255, 250, 248, 0.72) !important;
    box-shadow: 0 18px 42px rgba(34, 39, 51, 0.10) !important;
}

.nav-link::after,
.nav-list .nav-link::after {
    height: 0.22rem !important;
    border-radius: 999px !important;
    background: linear-gradient(90deg, #F8CBD1 0%, #F3B8C1 55%, #E8A6B0 100%) !important;
    transform-origin: center !important;
}

.nav-button.is-pressed,
.btn.is-pressed,
.menu-toggle.is-pressed,
.scroll-top-button.is-pressed,
.nav-button:active,
.btn:active,
.menu-toggle:active,
.scroll-top-button:active {
    transform: translate(5px, 5px) !important;
    box-shadow: none !important;
    background-color: #F8CBD1 !important;
    color: #222733 !important;
}

body.nav-open .menu-toggle,
body.nav-open .menu-toggle:hover,
body.nav-open .menu-toggle:active {
    box-shadow: none !important;
    transform: translate(4px, 4px) !important;
    background-color: #F8CBD1 !important;
}

.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(1rem, 2.3vw, 1.55rem) !important;
    align-items: center;
}

.hero-buttons .btn {
    margin: 0 !important;
}

@media (max-width: 980px) {
    body.nav-open {
        overflow: hidden !important;
        height: 100dvh;
        touch-action: none;
    }

    body.nav-open::before {
        content: "";
        position: fixed;
        inset: 0;
        z-index: 1190;
        background:
            radial-gradient(circle at 20% 16%, rgba(248, 203, 209, 0.44), transparent 35%),
            radial-gradient(circle at 82% 14%, rgba(246, 239, 234, 0.72), transparent 36%),
            rgba(255, 250, 248, 0.88);
        backdrop-filter: blur(20px) saturate(1.12);
        -webkit-backdrop-filter: blur(20px) saturate(1.12);
        pointer-events: none;
    }

    .header,
    body.nav-open .header {
        z-index: 1300 !important;
    }

    .navbar,
    .header.header-scrolled .navbar,
    body.nav-open .navbar {
        position: relative;
        z-index: 1301 !important;
        border-radius: 0 0 1.55rem 1.55rem !important;
        background: rgba(255, 250, 248, 0.88) !important;
        backdrop-filter: blur(18px) saturate(1.12);
        -webkit-backdrop-filter: blur(18px) saturate(1.12);
    }

    .menu-toggle {
        display: inline-flex !important;
        z-index: 1304 !important;
        background: #fffaf8;
    }

    .nav-list {
        position: fixed !important;
        top: calc(var(--header-height, 5.3rem) + 0.9rem) !important;
        left: 1rem !important;
        right: 1rem !important;
        z-index: 1303 !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 0.45rem !important;
        width: auto !important;
        max-height: calc(100dvh - 7.2rem) !important;
        overflow: hidden !important;
        padding: 1.05rem !important;
        border: 0 !important;
        border-radius: 1.55rem !important;
        background:
            linear-gradient(180deg, rgba(255, 250, 248, 0.98), rgba(255, 241, 244, 0.96)) !important;
        box-shadow: 0 26px 70px rgba(34, 39, 51, 0.18) !important;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(-0.9rem) scale(0.97);
        transition:
            opacity 0.28s ease,
            visibility 0.28s ease,
            transform 0.32s cubic-bezier(.2,.8,.2,1);
    }

    body.nav-open .nav-list {
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        transform: translateY(0) scale(1) !important;
    }

    .nav-list li,
    .nav-list .nav-link,
    body.nav-open .nav-list li,
    body.nav-open .nav-list .nav-link {
        opacity: 1 !important;
        visibility: visible !important;
        display: inline-flex !important;
    }

    .nav-list .nav-link {
        position: relative;
        width: max-content !important;
        max-width: 100% !important;
        padding: 0.88rem 1rem !important;
        border-radius: 1rem !important;
        font-size: clamp(1.08rem, 4.6vw, 1.42rem) !important;
        color: #222733 !important;
    }

    .nav-list .nav-link::after {
        left: 1rem !important;
        right: auto !important;
        bottom: 0.42rem !important;
        width: calc(100% - 2rem) !important;
        transform: scaleX(0) !important;
        transform-origin: left center !important;
    }

    .nav-list .nav-link:hover::after,
    .nav-list .nav-link.active::after {
        transform: scaleX(1) !important;
        opacity: 1 !important;
    }
}


/* =====================================================
   FIX: NAVEGACIÓN CONSISTENTE Y ANCLAJES EXACTOS
   ===================================================== */

main section[id] {
    scroll-margin-top: calc(var(--header-height, 5.9rem) + 1rem);
}

.nav-list .nav-link {
    position: relative;
}

.nav-list .nav-link::after {
    left: 0 !important;
    right: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    transform: scaleX(0) !important;
    transform-origin: left center !important;
    transition: transform 0.32s cubic-bezier(.22, 1, .36, 1), opacity 0.28s ease !important;
    opacity: 0 !important;
}

.nav-list .nav-link:hover::after,
.nav-list .nav-link.active::after {
    transform: scaleX(1) !important;
    opacity: 1 !important;
}

/* =====================================================
   FINAL FIX: MODAL REFLEXIVO + NAV ACTIVO + BOTONES
   ===================================================== */

.nav-list .nav-link.active,
.nav-list .nav-link[aria-current="page"] {
    color: #222733 !important;
    opacity: 1 !important;
}

.nav-list .nav-link.active::after,
.nav-list .nav-link[aria-current="page"]::after {
    transform: scaleX(1) !important;
    opacity: 1 !important;
}

.nav-button:hover,
.btn:hover {
    transform: none !important;
    box-shadow: 6px 6px 0 #222733 !important;
}

.nav-button.is-pressed,
.btn.is-pressed,
.menu-toggle.is-pressed,
.scroll-top-button.is-pressed,
.nav-button:active,
.btn:active,
.menu-toggle:active,
.scroll-top-button:active {
    transform: translate(4px, 4px) !important;
    box-shadow: none !important;
    background: #F8CBD1 !important;
    background-color: #F8CBD1 !important;
    color: #222733 !important;
}

body.nav-open .menu-toggle,
body.nav-open .menu-toggle:hover,
body.nav-open .menu-toggle:active,
body.nav-open .menu-toggle.is-pressed {
    transform: translate(4px, 4px) !important;
    box-shadow: none !important;
    background: #F8CBD1 !important;
    background-color: #F8CBD1 !important;
}

.reflection-modal {
    position: fixed;
    inset: 0;
    z-index: 200000;
    display: grid;
    place-items: center;
    padding: clamp(1rem, 4vw, 2rem);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.38s ease, visibility 0.38s ease;
}

.reflection-modal.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.reflection-modal__backdrop {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 18% 18%, rgba(248, 203, 209, 0.42), transparent 34%),
        radial-gradient(circle at 82% 22%, rgba(246, 239, 234, 0.72), transparent 36%),
        rgba(255, 250, 248, 0.74);
    backdrop-filter: blur(18px) saturate(1.08);
    -webkit-backdrop-filter: blur(18px) saturate(1.08);
}

.reflection-modal__card {
    position: relative;
    width: min(92vw, 680px);
    padding: clamp(2rem, 5vw, 3.4rem);
    border: 2px solid rgba(34, 39, 51, 0.92);
    border-radius: 2.2rem 2.2rem 3.2rem 1.7rem;
    background:
        linear-gradient(145deg, rgba(255, 250, 248, 0.96), rgba(255, 241, 244, 0.94));
    box-shadow: 10px 10px 0 #222733, 0 28px 85px rgba(34, 39, 51, 0.16);
    transform: translateY(18px);
    transition: transform 0.46s cubic-bezier(.2,.8,.2,1);
}

.reflection-modal.is-visible .reflection-modal__card {
    transform: translateY(0);
}

.reflection-modal__eyebrow {
    display: inline-flex;
    margin-bottom: 1rem;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(34, 39, 51, 0.62);
}

.reflection-modal__card h2 {
    margin: 0;
    max-width: 12ch;
    font-size: clamp(2.1rem, 6vw, 4.6rem);
    line-height: 0.94;
    letter-spacing: -0.07em;
    color: #222733;
}

.reflection-modal__close {
    position: absolute;
    top: 1.05rem;
    right: 1.05rem;
    width: 2.65rem;
    height: 2.65rem;
    border: 2px solid #222733;
    border-radius: 999px;
    background: #F8CBD1;
    color: #222733;
    font-size: 1.7rem;
    line-height: 1;
    cursor: pointer;
    box-shadow: 4px 4px 0 #222733;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.reflection-modal__close:hover {
    transform: translate(-1px, -1px);
    box-shadow: 5px 5px 0 #222733;
}

.reflection-modal__close:active {
    transform: translate(3px, 3px);
    box-shadow: none;
    background: #F8CBD1;
}

body.reflection-open {
    overflow: hidden;
}

@media (max-width: 680px) {
    .reflection-modal__card {
        border-radius: 1.6rem 1.6rem 2.4rem 1.25rem;
        box-shadow: 7px 7px 0 #222733, 0 22px 60px rgba(34, 39, 51, 0.15);
    }

    .reflection-modal__card h2 {
        max-width: 10.8ch;
    }
}


/* =====================================================
   AJUSTE FINAL DE PALETA: BOTONES ROSA + FONDOS SUAVES
   ===================================================== */

.nav-button,
.btn,
.scroll-top-button,
.reflection-modal__close {
    background: #F8CBD1 !important;
    background-color: #F8CBD1 !important;
    color: #222733 !important;
}

.menu-toggle {
    background: #fffaf8 !important;
}

.nav-button:hover,
.btn:hover,
.scroll-top-button:hover,
.reflection-modal__close:hover,
.menu-toggle:hover {
    background: #F3B8C1 !important;
    background-color: #F3B8C1 !important;
}

.nav-button:active,
.btn:active,
.scroll-top-button:active,
.reflection-modal__close:active,
.menu-toggle:active,
.nav-button.is-pressed,
.btn.is-pressed,
.scroll-top-button.is-pressed,
.menu-toggle.is-pressed {
    background: #E8A6B0 !important;
    background-color: #E8A6B0 !important;
    color: #222733 !important;
}

body.nav-open .menu-toggle,
body.nav-open .menu-toggle:hover,
body.nav-open .menu-toggle:active,
body.nav-open .menu-toggle.is-pressed {
    background: #E8A6B0 !important;
    background-color: #E8A6B0 !important;
}

.contact-section {
    background: #F6EFEA !important;
}

.wave-green {
    color: #F6EFEA !important;
}

.nav-link::after,
.nav-list .nav-link::after {
    background: linear-gradient(90deg, #F8CBD1 0%, #F3B8C1 55%, #E8A6B0 100%) !important;
    box-shadow: 0 4px 12px rgba(232, 166, 176, 0.22) !important;
}

.section-orb {
    background:
        radial-gradient(circle at 34% 28%, rgba(255,255,255,0.78), transparent 26%),
        radial-gradient(circle at 66% 76%, rgba(232, 166, 176, 0.28), transparent 38%),
        linear-gradient(135deg, rgba(248, 203, 209, 0.82), rgba(243, 184, 193, 0.62)) !important;
}


/*to avoid any button move up when hover it*/
.nav-button:hover,
.btn:hover,
.btn-secondary:hover,
.scroll-top-button:hover,
.reflection-modal__close:hover,
.menu-toggle:hover {
    transform: none !important;
}

/* =====================================================
   SENIOR FIX v9: HERO, BOTONES SIN SALTO, WHATSAPP Y FORM
   ===================================================== */

:root {
    --ink: #222733;
    --soft-bg: #fffaf8;
    --rose: #F8CBD1;
    --rose-hover: #F3B8C1;
    --rose-pressed: #E8A6B0;
    --beige: #F6EFEA;
    --beige-strong: #EFE4DC;
}

/* Quita definitivamente la animación fea de subir en hover */
.nav-button:hover,
.btn:hover,
.btn-primary:hover,
.btn-secondary:hover,
.scroll-top-button:hover,
.reflection-modal__close:hover,
.menu-toggle:hover {
    transform: none !important;
}

.nav-button,
.btn,
.scroll-top-button,
.reflection-modal__close,
.menu-toggle {
    transition: background-color 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease, color 0.24s ease, opacity 0.24s ease !important;
}

.btn-primary,
.nav-button,
.contact-submit {
    background: var(--rose) !important;
    background-color: var(--rose) !important;
    border-color: var(--ink) !important;
    color: var(--ink) !important;
}

.btn-primary:hover,
.nav-button:hover,
.contact-submit:hover {
    background: var(--rose-hover) !important;
    background-color: var(--rose-hover) !important;
    box-shadow: 5px 5px 0 rgba(34, 39, 51, 0.92) !important;
}

.btn-secondary {
    background: rgba(246, 239, 234, 0.56) !important;
    background-color: rgba(246, 239, 234, 0.56) !important;

    border: 2px solid #222733 !important;

    color: #222733 !important;

    box-shadow: 5px 5px 0 #222733 !important;

    backdrop-filter: blur(10px) saturate(1.08) !important;
    -webkit-backdrop-filter: blur(10px) saturate(1.08) !important;
}

.btn-secondary:hover {
    background: rgba(248, 203, 209, 0.20) !important;
    background-color: rgba(248, 203, 209, 0.20) !important;

    border: 2px solid #222733 !important;
    border-color: #222733 !important;

    box-shadow: 5px 5px 0 rgba(34, 39, 51, 0.82) !important;
}

.nav-button:active,
.btn:active,
.btn-primary:active,
.btn-secondary:active,
.hero-cta-secondary:active,
.contact-submit:active,
.nav-button.is-pressed,
.btn.is-pressed,
.btn-secondary.is-pressed,
.hero-cta-secondary.is-pressed,
.contact-submit.is-pressed {
    transform: translate(4px, 4px) !important;
    box-shadow: none !important;
    background: var(--rose-pressed) !important;
    background-color: var(--rose-pressed) !important;
}

/* Spinner circular dentro de botones tipo Windows/Linux */
.btn.is-loading,
.nav-button.is-loading,
.contact-submit.is-loading {
    pointer-events: none;
    opacity: 0.92;
}

.btn.is-loading::before,
.nav-button.is-loading::before,
.contact-submit.is-loading::before {
    content: "";
    width: 1.05rem;
    height: 1.05rem;
    border-radius: 999px;
    border: 2px solid rgba(34, 39, 51, 0.25);
    border-top-color: var(--ink);
    animation: buttonSpinner 0.72s linear infinite;
}

.btn.is-loading::after,
.nav-button.is-loading::after,
.contact-submit.is-loading::after {
    content: "" !important;
}

@keyframes buttonSpinner {
    to { transform: rotate(360deg); }
}

/* Hero más senior: columna derecha siempre controlada */
.hero-content {
    width: min(100%, 1180px) !important;
    max-width: 1180px !important;
    margin-inline: auto !important;
}

.hero-signature-wrap {
    grid-template-columns: minmax(0, 1fr) minmax(250px, 0.48fr) !important;
    align-items: center !important;
}

.hero-portrait {
    justify-self: end !important;
    transform: rotate(1.5deg);
    box-shadow: 0 30px 80px rgba(34, 39, 51, 0.16), 0 0 0 1px rgba(255,255,255,0.45) inset !important;
}

.hero-side {
    width: min(100%, 680px) !important;
    margin-left: auto !important;
    margin-right: 0 !important;
    text-align: left !important;
}

.hero-text {
    max-width: 36rem !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.hero-buttons {
    justify-content: flex-start !important;
    align-items: center !important;
}

/* La curva del hero cae sobre la foto de la sección siguiente, sin corte recto feo */
.hero .wave {
    z-index: 8 !important;
    height: clamp(5rem, 9vw, 8.5rem) !important;
}

.about-section {
    margin-top: -1px;
    background-position: center top !important;
}

.about-section::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(180deg, rgba(248, 203, 209, 0.10), transparent 22%);
    pointer-events: none;
}

.about-content {
    position: relative;
    z-index: 2;
}

/* Lista premium: blanco con profundidad real, sin perder el estilo */
.support-list {
    gap: 1.05rem !important;
}

.support-list p {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(145deg, rgba(255, 250, 248, 0.92), rgba(255, 244, 246, 0.78)) !important;
    border: 1px solid rgba(255, 255, 255, 0.78);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.75),
        inset 0 -14px 28px rgba(232, 166, 176, 0.055),
        0 18px 42px rgba(34, 39, 51, 0.075);
    backdrop-filter: blur(10px) saturate(1.08);
    -webkit-backdrop-filter: blur(10px) saturate(1.08);
}

.support-list p::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 0.35rem;
    background: linear-gradient(180deg, var(--rose), var(--rose-pressed));
    border-radius: 999px;
}

/* Form más parecido al bloque premium del proyecto de referencia */
.contact-form {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 18% 12%, rgba(248, 203, 209, 0.24), transparent 36%),
        linear-gradient(145deg, rgba(255,250,248,0.88), rgba(246,239,234,0.78)) !important;
    border: 1px solid rgba(34, 39, 51, 0.16) !important;
    box-shadow:
        9px 9px 0 rgba(34, 39, 51, 0.90),
        0 28px 80px rgba(34, 39, 51, 0.10),
        inset 0 1px 0 rgba(255, 255, 255, 0.70) !important;
    backdrop-filter: blur(14px) saturate(1.08);
    -webkit-backdrop-filter: blur(14px) saturate(1.08);
}

.contact-form::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(120deg, rgba(255,255,255,0.36), transparent 30%, rgba(248,203,209,0.12));
}

.contact-form > * {
    position: relative;
    z-index: 1;
}

.form-field input,
.form-field select,
.form-field textarea {
    background: rgba(255, 255, 255, 0.76) !important;
    border-color: rgba(34, 39, 51, 0.18) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.65);
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
    border-color: var(--rose-pressed) !important;
    box-shadow: 0 0 0 4px rgba(248, 203, 209, 0.44), inset 0 1px 0 rgba(255,255,255,0.72) !important;
}


.form-status.is-success { color: #3d6f63; }
.form-status.is-error { color: #9b4e5a; }

@media (max-width: 980px) {
    .hero-signature-wrap {
        grid-template-columns: 1fr !important;
    }

    .hero-portrait {
        justify-self: center !important;
    }

    .hero-side {
        margin-inline: auto !important;
        text-align: center !important;
    }

    .hero-text {
        margin-inline: auto !important;
    }

    .hero-buttons {
        justify-content: center !important;
    }
}



/* =====================================================
   CORRECCIÓN FINAL v10: HERO, CURVA SOBRE FOTO, FORM TOAST
   ===================================================== */

/* Nunca más salto hacia arriba en hover */
.nav-button:hover,
.btn:hover,
.btn-primary:hover,
.btn-secondary:hover,
.hero-buttons .btn:hover,
.scroll-top-button:hover,
.reflection-modal__close:hover,
.menu-toggle:hover,
.contact-submit:hover {
    transform: none !important;
}

/* Los botones del hero siempre visibles y alineados con la columna derecha */
.hero-content {
    display: block !important;
}

.hero-signature-wrap {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.48fr) !important;
    align-items: center !important;
}

.hero-portrait {
    justify-self: end !important;
    opacity: 1;
    visibility: visible;
    will-change: transform, opacity, filter, clip-path;
}

.hero-side {
    width: min(100%, 680px) !important;
    margin-left: auto !important;
    margin-right: 0 !important;
    text-align: left !important;
    opacity: 1;
    visibility: visible;
}

.hero-text {
    max-width: 36rem !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.hero-buttons {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    gap: clamp(1rem, 2.3vw, 1.55rem) !important;
    flex-wrap: wrap !important;
    opacity: 1;
    visibility: visible;
}

.hero-buttons .btn {
    display: inline-flex !important;
    opacity: 1;
    visibility: visible;
}

/* Botón secundario: beige/glass, borde rosado, no pesado */
.hero-cta-secondary,
.btn-secondary {
    background: rgba(246, 239, 234, 0.72) !important;
    background-color: rgba(246, 239, 234, 0.72) !important;
    border: 2px solid rgba(243, 184, 193, 0.92) !important;
    color: var(--ink, #222733) !important;
    box-shadow: 5px 5px 0 #222733 !important;
    backdrop-filter: blur(12px) saturate(1.08) !important;
    -webkit-backdrop-filter: blur(12px) saturate(1.08) !important;
}

.hero-cta-secondary:hover,
.btn-secondary:hover {
    background: rgba(255, 250, 248, 0.82) !important;
    background-color: rgba(255, 250, 248, 0.82) !important;

    border-color: #222733 !important;

    box-shadow: 5px 5px 0 #222733 !important;

    transform: none !important;
}
/* La sección de la foto toma una curva real en la parte superior */
.hero .wave {
    display: none !important;
}

.hero .wave {
    display: none !important;
}

.about-section {
    margin-top: -6rem !important;
    padding-top: calc(clamp(7.5rem, 12vh, 9.5rem) + 6rem) !important;

    overflow: hidden !important;
    isolation: isolate;
    background-position: center top !important;

    clip-path: none !important;
}

.about-section::after {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 6.5rem;
    z-index: 1;
    background: #fffaf8;
    clip-path: polygon(
        0 0,
        100% 0,
        100% 38%,
        90% 45%,
        78% 49%,
        66% 47%,
        54% 40%,
        42% 35%,
        30% 34%,
        18% 39%,
        8% 45%,
        0 50%
    );
    pointer-events: none;
}



/* Tarjetas blancas del acompañamiento: más premium, pero sutiles */
.support-list p {
    background:
        radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.95), transparent 30%),
        linear-gradient(145deg, rgba(255, 250, 248, 0.96), rgba(255, 244, 246, 0.82)) !important;
    border: 1px solid rgba(255, 255, 255, 0.88) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.82),
        inset 0 -16px 30px rgba(232, 166, 176, 0.05),
        0 16px 38px rgba(34, 39, 51, 0.075) !important;
}

/* Mensaje del formulario como toast flotante, no dentro visualmente del form */
.form-status {
    position: fixed !important;
    left: 50% !important;
    top: 50% !important;
    bottom: auto !important;
    transform: translate(-50%, -50%) scale(0.98) !important;
    z-index: 250000 !important;
    width: min(92vw, 540px) !important;
    min-height: auto !important;
    margin: 0 !important;
    padding: 1rem 1.25rem !important;
    border-radius: 999px !important;
    border: 1px solid rgba(34, 39, 51, 0.12) !important;
    background:
        radial-gradient(circle at 18% 20%, rgba(255,255,255,0.86), transparent 36%),
        linear-gradient(135deg, rgba(255, 250, 248, 0.96), rgba(255, 241, 244, 0.94)) !important;
    box-shadow: 0 24px 70px rgba(34, 39, 51, 0.14), inset 0 1px 0 rgba(255,255,255,0.72) !important;
    color: #222733 !important;
    font-weight: 800 !important;
    text-align: center !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transition: opacity 0.28s ease, visibility 0.28s ease, transform 0.34s cubic-bezier(.22, 1, .36, 1) !important;
    backdrop-filter: blur(18px) saturate(1.08);
    -webkit-backdrop-filter: blur(18px) saturate(1.08);
}

.form-status::before {
    content: "";

    position: fixed;
    inset: 0;

    width: 100vw;
    height: 100vh;

    background:
        radial-gradient(circle at 20% 18%, rgba(248,203,209,0.18), transparent 34%),
        rgba(255,250,248,0.36);

    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    z-index: -1;

    opacity: 0;

    transition: opacity 0.32s ease;

    pointer-events: none;
}

.form-status.is-visible {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translate(-50%, -50%) scale(1) !important;
    pointer-events: auto;
}

.form-status.is-visible::before {
    opacity: 1;
}

.form-status.is-success,
.form-status.is-error {
    color: #222733 !important;
}

.form-status.is-success::before,
.form-status.is-error::before {
    display: inline-flex;
    margin-right: 0.45rem;
}

.form-status.is-success::before { content: "✓"; color: #C77E8A; }
.form-status.is-error::before { content: "!"; color: #C77E8A; }

/* Botón enviar y WhatsApp con spinner circular elegante */
.btn.is-loading,
.nav-button.is-loading,
.contact-submit.is-loading {
    gap: 0.72rem !important;
    pointer-events: none;
    opacity: 0.92;
}

.btn.is-loading::before,
.nav-button.is-loading::before,
.contact-submit.is-loading::before {
    content: "";
    width: 1.05rem;
    height: 1.05rem;
    border-radius: 50%;
    border: 2px solid rgba(34, 39, 51, 0.22);
    border-top-color: #222733;
    animation: buttonSpinner 0.72s linear infinite;
}

.btn.is-loading::after,
.nav-button.is-loading::after,
.contact-submit.is-loading::after {
    content: "" !important;
}

@media (max-width: 980px) {
    .hero-signature-wrap {
        grid-template-columns: 1fr !important;
        text-align: center !important;
    }

    .hero-portrait {
        justify-self: center !important;
    }

    .hero-side {
        margin-inline: auto !important;
        text-align: center !important;
    }

    .hero-text {
        margin-inline: auto !important;
    }

    .hero-buttons {
        justify-content: center !important;
    }

    .about-section {
        clip-path: polygon(
            0 4.4rem,
            20% 4rem,
            45% 3.7rem,
            70% 4.15rem,
            100% 3.85rem,
            100% 100%,
            0 100%
        ) !important;
        padding-top: 8rem !important;
    }
}


/* =====================================================
   AJUSTE FINAL v11: CURVA REAL, BOTONES HERO, TOAST Y FOOTER
   ===================================================== */

/* Botones del hero restaurados, visibles y sin salto en hover */
.hero-buttons,
.hero-buttons .btn,
.hero-cta-primary,
.hero-cta-secondary {
    display: inline-flex !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}

.hero-buttons {
    width: min(100%, 680px) !important;
    margin-top: 2rem;
    margin-left: auto !important;
    margin-right: 0 !important;
    justify-content: flex-start !important;
    align-items: center !important;
    gap: clamp(1rem, 2.2vw, 1.5rem) !important;
}

.hero-buttons .btn:hover,
.hero-buttons .btn:focus,
.hero-buttons .btn:focus-visible,
.nav-button:hover,
.btn:hover,
.btn-secondary:hover,
.contact-submit:hover,
.scroll-top-button:hover,
.menu-toggle:hover,
.reflection-modal__close:hover {
    transform: none !important;
}

.hero-cta-secondary,
.btn-secondary {
    background: rgba(246, 239, 234, 0.74) !important;
    background-color: rgba(246, 239, 234, 0.74) !important;
    border: 2px solid #222733 !important;
    color: #222733 !important;
}

.hero-cta-secondary:hover,
.btn-secondary:hover {
    background: rgba(255, 250, 248, 0.82) !important;
    background-color: rgba(255, 250, 248, 0.82) !important;

    border-color: #222733 !important;

    box-shadow: 5px 5px 0 #222733 !important;

    transform: none !important;
}

/* Curva de la segunda sección: la imagen empieza casi justo debajo del hero */
.hero .wave {
    display: none !important;
}

.about-section {
    margin-top: -5.25rem !important;
    padding-top: clamp(8.4rem, 13vh, 10.8rem) !important;
    background-position: center top !important;
    clip-path: polygon(
        0 2.7rem,
        8% 2.3rem,
        18% 2.0rem,
        30% 1.82rem,
        42% 1.92rem,
        54% 2.22rem,
        66% 2.58rem,
        78% 2.72rem,
        90% 2.42rem,
        100% 1.98rem,
        100% 100%,
        0 100%
    ) !important;
}

.about-section::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 0 !important;
    background:
        linear-gradient(180deg, rgba(34, 39, 51, 0.18), rgba(34, 39, 51, 0.02) 18%, transparent 38%) !important;
    pointer-events: none !important;
}

.about-section::after {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: 2.45rem !important;
    height: 1px !important;
    z-index: 3 !important;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.28), transparent) !important;
    pointer-events: none !important;
}

/* Quita el bordecito rosado de la izquierda en las tarjetas del acompañamiento */
.support-list p::before {
    display: none !important;
    content: none !important;
}

.support-list p {
    border-left: 1px solid rgba(255,255,255,0.88) !important;
    background:
        radial-gradient(circle at 14% 20%, rgba(255,255,255,0.95), transparent 32%),
        linear-gradient(145deg, rgba(255,250,248,0.97), rgba(255,244,246,0.84)) !important;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.86),
        inset 0 -14px 30px rgba(232,166,176,0.045),
        0 18px 44px rgba(34,39,51,0.075) !important;
}

/* Toast del formulario más profesional y más senior */
.form-status {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    bottom: auto !important;
    z-index: 250000 !important;
    width: min(92vw, 610px) !important;
    margin: 0 !important;
    padding: 1.05rem 1.35rem 1.05rem 1.15rem !important;
    border-radius: 1.35rem !important;
    border: 1px solid rgba(34,39,51,0.12) !important;
    background:
        radial-gradient(circle at 16% 12%, rgba(255,255,255,0.92), transparent 34%),
        linear-gradient(135deg, rgba(255,250,248,0.98), rgba(255,242,245,0.96)) !important;
    box-shadow:
        0 26px 80px rgba(34,39,51,0.16),
        inset 0 1px 0 rgba(255,255,255,0.78) !important;
    color: #222733 !important;
    font-weight: 800 !important;
    letter-spacing: 0.01em !important;
    text-align: left !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translate(-50%, -50%) scale(0.985) !important;
    transition:
        opacity 0.42s ease,
        visibility 0.42s ease,
        transform 0.52s cubic-bezier(.22, 1, .36, 1) !important;
}

.form-status.is-visible {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translate(-50%, -50%) scale(1) !important;
}

.form-status::before {
    display: inline-grid !important;
    place-items: center !important;
    width: 2rem !important;
    height: 2rem !important;
    margin-right: 0.7rem !important;
    border-radius: 999px !important;
    background: rgba(248,203,209,0.52) !important;
    color: #222733 !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.7) !important;
    vertical-align: middle !important;
}

.form-status.is-success::before {
    content: "✓" !important;
}

.form-status.is-error::before {
    content: "!" !important;
}

.form-status:not(.is-success):not(.is-error)::before {
    content: "" !important;
    border: 2px solid rgba(34,39,51,0.18) !important;
    border-top-color: #222733 !important;
    background: transparent !important;
    animation: buttonSpinner 0.72s linear infinite !important;
}

.form-status::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,0.44) 36%, transparent 58%);
    transform: translateX(-120%);
}

.form-status.is-visible::after {
    animation: toastSheen 1.15s ease 0.15s both;
}

@keyframes toastSheen {
    to { transform: translateX(120%); }
}

/* Footer con más enlaces: separación más cómoda */
.footer-column a {
    margin-bottom: 0.72rem !important;
}

@media (max-width: 980px) {
    .hero-buttons {
        margin-inline: auto !important;
        justify-content: center !important;
    }

    .about-section {
        margin-top: -1.6rem !important;
        padding-top: 7.2rem !important;
        clip-path: polygon(
            0 2.15rem,
            18% 1.8rem,
            42% 1.6rem,
            70% 1.95rem,
            100% 1.72rem,
            100% 100%,
            0 100%
        ) !important;
    }
}


.hero-accent-word {
    font-family: 'Lora', serif;
    font-style: italic;
    font-weight: 600;

    background: linear-gradient(
        180deg,
        #D88D99 0%,
        #C77E8A 45%,
        #B86E7B 100%
    );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    text-shadow:
        0.5px 0.5px 0 rgba(34, 39, 51, 0.18),
        1px 1px 2px rgba(34, 39, 51, 0.12);

    letter-spacing: 0.01em;
}


.btn-icon{
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.nav-button:hover .btn-icon{
    transform: translateX(2px); 
    transition: transform 0.25s ease; 
}

.form-field.is-invalid input,
.form-field.is-invalid select,
.form-field.is-invalid textarea {
    border-color: rgba(180, 60, 60, 0.75);
    box-shadow: 0 0 0 4px rgba(180, 60, 60, 0.10);
}


/* quitar resaltado azul mobile */
* {
    -webkit-tap-highlight-color: transparent;
}

/* quitar outline azul */
input:focus,
textarea:focus,
select:focus,
button:focus,
a:focus {
    outline: none;
}

/* mantener estilo visual pro */
input:focus,
textarea:focus,
select:focus {
    border-color: rgba(255,255,255,0.18);
    box-shadow: 0 0 0 4px rgba(255,255,255,0.05);
}