@keyframes fieldScroll {
    0% {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(-50%, 0, 0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes floating {

    0%,
    to {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-4px);
    }
}

@keyframes halo {
    0% {
        transform: scale(0.95);
        opacity: 0.35;
    }

    60% {
        transform: scale(1.22);
        opacity: 0;
    }

    to {
        opacity: 0;
    }
}

:root {
    --ink: #0a0c14;
    --navy: #0d1730;
    --navy-2: #0a1730;
    --navy-3: #101d3d;
    --teal: #3ea89a;
    --teal-bright: #6ad2c2;
    --teal-deep: #123632;
    --teal-tint: #ebf5f3;
    --cream: #f7f1e4;
    --cream-2: #f1e9d8;
    --paper: #ffffff;
    --gold: #cda05e;
    --gold-bright: #e8caa0;
    --gold-deep: #8a6430;
    --ink-soft: rgba(10, 14, 26, 0.68);
    --ink-faint: rgba(10, 14, 26, 0.46);
    --line: rgba(10, 14, 26, 0.1);
    --line-on-navy: rgba(255, 255, 255, 0.12);
    --sp-1: clamp(0.5rem, 0.45rem + 0.2vw, 0.6rem);
    --sp-2: clamp(0.9rem, 0.78rem + 0.5vw, 1.1rem);
    --sp-3: clamp(1.4rem, 1.2rem + 0.9vw, 1.75rem);
    --sp-4: clamp(2.05rem, 1.65rem + 1.8vw, 2.75rem);
    --sp-5: clamp(3rem, 2.25rem + 3.2vw, 4.2rem);
    --sp-6: clamp(4.1rem, 3rem + 4.6vw, 5.9rem);
    --sp-7: clamp(5rem, 3.2rem + 7vw, 8.2rem);
    --sp-8: clamp(6rem, 3.2rem + 9.6vw, 10.8rem);
    --radius-lg: 1.9rem;
    --radius-md: 1.15rem;
    --radius-sm: 0.65rem;
    --shadow-xs: 0 1px 2px rgba(6, 10, 22, 0.06);
    --shadow-soft:
        0 1px 2px rgba(6, 10, 22, 0.05), 0 10px 26px -10px rgba(6, 10, 22, 0.18),
        0 32px 60px -24px rgba(6, 10, 22, 0.24);
    --shadow-lift: 0 22px 46px -16px rgba(6, 10, 22, 0.32);
    --shadow-premium:
        0 2px 4px rgba(6, 10, 22, 0.08), 0 18px 32px -12px rgba(6, 10, 22, 0.22),
        0 46px 80px -30px rgba(6, 10, 22, 0.3);
    --shadow-glow-teal: 0 16px 36px -10px rgba(62, 168, 154, 0.45);
    --shadow-glow-gold: 0 16px 36px -10px rgba(205, 160, 94, 0.42);
    --ease: cubic-bezier(0.22, 0.68, 0, 1);
    --spring: cubic-bezier(0.16, 1, 0.3, 1);
}

*,
::after,
::before {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    ::after,
    ::before {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.001ms !important;
        scroll-behavior: auto !important;
    }
}

.wrap,
body {
    position: relative;
}

body {
    color: var(--ink);
    background: var(--cream);
    font-size: 16px;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-feature-settings: "kern" 1, "liga" 1;
    overflow-x: hidden;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: 0.5;
    mix-blend-mode: multiply;
}

body.no-scroll {
    overflow: hidden;
}

img {
    max-width: 100%;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

ul {
    padding: 0;
    list-style: none;
}

body,
h1,
h2,
h3,
p,
ul {
    margin: 0;
}

button {
    font-family: inherit;
    cursor: pointer;
}

.wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding-inline: min(6vw, 2.5rem);
}

.eyebrow,
body {
    font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.eyebrow {
    font-weight: 800;
    font-size: 0.72rem;
    letter-spacing: 0.17em;
    text-transform: uppercase;
    color: var(--gold-deep);
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    margin-top: 20px;
}

.eyebrow::before {
    content: "";
    width: 24px;
    height: 1.5px;
    background: var(--gold-deep);
    display: inline-block;
}

.on-dark .eyebrow {
    color: var(--gold-bright);
}

.on-dark .eyebrow::before {
    background: var(--gold-bright);
}

h1,
h2,
h3 {
    font-family: "Fraunces", Georgia, "Times New Roman", serif;
    font-optical-sizing: auto;
    text-wrap: balance;
}

.lede,
h2 {
    color: var(--ink);
}

h2 {
    font-size: clamp(2.15rem, 1.4rem + 2.85vw, 3.3rem);
    font-weight: 340;
    line-height: 1.1;
    letter-spacing: -0.012em;
}

h3 {
    font-size: 1.3rem;
    font-weight: 550;
    line-height: 1.28;
    letter-spacing: -0.005em;
}

.nav-links a.is-active,
.nav-links a:hover,
.on-dark h1,
.on-dark h2 {
    color: var(--paper);
}

em {
    font-style: italic;
    color: var(--teal-deep);
}

.mobile-panel a.is-active,
.mobile-panel a:hover,
.on-dark em {
    color: var(--teal-bright);
}

.lede {
    font-size: clamp(1.02rem, 0.95rem + 0.3vw, 1.18rem);
    line-height: 1.72;
    max-width: 42em;
    text-align: left;
    font-weight: 400;
    text-wrap: pretty;
}

.on-dark .lede {
    color: rgba(255, 255, 255, 0.74);
}

.hero_slogan {
    margin-top: 1.5rem;
    font-size: clamp(1.02rem, 0.95rem + 0.2vw, 1.18rem);
    line-height: 1.65;
    color: var(--paper);
    text-align: left;
    font-weight: 500;
}

.btn {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    padding: 1.05rem 2.05rem;
    border-radius: 100px;
    font-weight: 700;
    font-size: 0.95rem;
    letter-spacing: 0.015em;
    border: 1.5px solid transparent;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    transition:
        transform 0.4s var(--spring),
        background 0.4s var(--ease),
        color 0.4s var(--ease),
        border-color 0.4s var(--ease),
        box-shadow 0.4s var(--ease);
    white-space: nowrap;
    will-change: transform;
}

.btn svg {
    width: 16px;
    height: 16px;
    transition: transform 0.35s var(--ease);
}

.btn:hover svg {
    transform: translateX(3px);
}

.btn:hover {
    transform: translateY(-2px);
}

.btn::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(115deg,
            transparent 30%,
            rgba(255, 255, 255, 0.5) 48%,
            transparent 66%);
    transform: translateX(-120%);
    transition: transform 0.8s var(--ease);
}

.btn:hover::before {
    transform: translateX(120%);
}

.btn-primary {
    background: linear-gradient(150deg,
            var(--gold-bright),
            var(--gold) 65%,
            var(--gold-deep));
    color: var(--navy);
}

.btn-primary::after,
.btn-teal::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-shadow: var(--shadow-glow-gold);
    opacity: 0;
    transition: opacity 0.4s var(--ease);
    pointer-events: none;
    z-index: -1;
}

.btn-teal::after {
    box-shadow: var(--shadow-glow-teal);
}

.btn-primary:hover {
    background: linear-gradient(150deg, var(--gold), var(--gold-deep));
}

.btn-primary:hover::after,
.btn-teal:hover::after {
    opacity: 1;
}

.btn-teal {
    background: linear-gradient(150deg,
            var(--teal-bright),
            var(--teal) 65%);
    color: var(--cream);
}


.btn-outline {
    background: rgba(255, 255, 255, .05);
    color: var(--paper);
    backdrop-filter: blur(6px);
    border-color: #e3e4e88a;
}

.btn-outline:hover {
    border-color: var(--paper);
    background: rgba(255, 255, 255, 0.08);
}

.btn-outline.on-light {
    border-color: var(--ink);
    color: var(--ink);
}

.btn-outline.on-light:hover {
    background: var(--ink);
    color: var(--paper);
}

.section {
    padding: var(--sp-7) 0;
    position: relative;
}

.reveal,
.reveal-stagger>* {
    opacity: 0;
    transform: translateY(28px);
    transition:
        opacity 0.9s var(--spring),
        transform 0.9s var(--spring);
    will-change: opacity, transform;
}

.reveal-stagger>* {
    transform: translateY(22px);
    transition:
        opacity 0.7s var(--spring),
        transform 0.7s var(--spring);
}

.reveal-stagger.is-visible>*,
.reveal.is-visible {
    opacity: 1;
    transform: none;
}

.reveal-stagger.is-visible> :nth-child(1) {
    transition-delay: 0.05s;
}

.reveal-stagger.is-visible> :nth-child(2) {
    transition-delay: 0.15s;
}

.reveal-stagger.is-visible> :nth-child(3) {
    transition-delay: 0.25s;
}

.reveal-stagger.is-visible> :nth-child(4) {
    transition-delay: 0.35s;
}

.reveal-stagger.is-visible> :nth-child(5) {
    transition-delay: 0.45s;
}

.reveal-stagger.is-visible> :nth-child(6) {
    transition-delay: 0.55s;
}

:focus-visible {
    outline: 2.5px solid var(--gold);
    outline-offset: 3px;
    border-radius: 4px;
}

.nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 1.3rem 0;
    background: rgba(9, 18, 38, 0.88);
    backdrop-filter: blur(18px) saturate(150%);
    -webkit-backdrop-filter: blur(18px) saturate(150%);
    border-bottom: 1px solid var(--line-on-navy);
    transition:
        padding 0.4s var(--ease),
        background 0.4s var(--ease);
}

.brand,
.nav-inner {
    display: flex;
    align-items: center;
}

.nav-inner {
    justify-content: space-between;
    gap: 1.5rem;
}

.nav.is-menu-open {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
        opacity 0.3s var(--ease),
        visibility 0s linear 0.3s;
}

.brand {
    gap: 0.7rem;
}

.brand img {
    height: 50px;
    width: auto;
}

.brand-word {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
    font-family: "Fraunces", Georgia, "Times New Roman", serif;
    font-size: 1.85rem;
    font-weight: 600;
    color: var(--paper);
    letter-spacing: -0.01em;
}

.brand-word small {
    margin-top: 0.3rem;
    font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.19em;
    text-transform: uppercase;
    color: var(--gold-bright);
}

.nav-cta,
.nav-links {
    display: flex;
    align-items: center;
}

.nav-links {
    gap: 2.1rem;
}

.mobile-panel a,
.nav-links a {
    transition: color 0.3s var(--ease);
}

.nav-links a {
    font-size: 0.89rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.74);
    position: relative;
    padding: 0.2rem 0;
}

.nav-links a.is-active::after,
.nav-links a:hover::after {
    width: 100%;
}

.nav-cta {
    gap: 1rem;
}

.nav-cta .btn {
    padding: 0.7rem 1.4rem;
    font-size: 0.85rem;
}

.burger,
.mobile-panel {
    flex-direction: column;
    justify-content: center;
}

.burger {
    display: none;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1.5px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.03);
    align-items: center;
    gap: 5px;
    flex: none;
    transition:
        border-color 0.3s var(--ease),
        background 0.3s var(--ease),
        box-shadow 0.3s var(--ease),
        transform 0.25s var(--spring);
}

.burger:hover {
    border-color: rgba(255, 255, 255, 0.55);
    background: rgba(255, 255, 255, 0.07);
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.045);
}

.burger:active {
    transform: scale(0.92);
}

.burger span {
    width: 18px;
    height: 1.6px;
    background: var(--paper);
    display: block;
    transition:
        transform 0.35s var(--spring),
        opacity 0.25s var(--ease),
        width 0.3s var(--ease);
}

/* X-morph state: toggle via JS by adding .is-active to .burger, or via aria-expanded="true" */
.burger.is-active,
.burger[aria-expanded="true"] {
    border-color: rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.08);
}

.burger.is-active span:nth-child(1),
.burger[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(6.6px) rotate(45deg);
}

.burger.is-active span:nth-child(2),
.burger[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
    width: 0;
}

.burger.is-active span:nth-child(3),
.burger[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-6.6px) rotate(-45deg);
}

.mobile-panel {
    position: fixed;
    inset: 0;
    z-index: 120;
    background:
        radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.05) 1px, transparent 0) 0 0/26px 26px,
        radial-gradient(circle at 22% 10%, color-mix(in srgb, var(--teal) 18%, transparent), transparent 42%),
        radial-gradient(circle at 88% 88%, color-mix(in srgb, var(--gold) 12%, transparent), transparent 38%),
        radial-gradient(circle at 30% 15%, var(--navy) 0%, var(--ink) 65%);
    display: flex;
    align-items: flex-start;
    padding: 6vw;
    padding-top: max(calc(6vw + 3.4rem), calc(env(safe-area-inset-top, 0px) + 4.6rem));
    padding-bottom: calc(3rem + env(safe-area-inset-bottom, 0px));
    gap: 0;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition:
        opacity 0.35s var(--ease),
        transform 0.35s var(--ease),
        visibility 0s linear 0.35s;
}

.mobile-panel.is-open {
    opacity: 1;
    visibility: visible;
    transform: none;
    transition:
        opacity 0.35s var(--ease),
        transform 0.35s var(--ease);
}

.mobile-panel a {
    position: relative;
    opacity: 0;
    transform: translateX(-14px);
    transition:
        opacity 0.4s var(--ease),
        transform 0.4s var(--ease);
}

.mobile-panel a:not(.btn) {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1.05rem 0.2rem 1.05rem 1.15rem;
    font-size: clamp(1.25rem, 6vw, 1.85rem);
    color: var(--paper);
    font-weight: 500;
    font-family: "Fraunces", Georgia, "Times New Roman", serif;
    border-bottom: 1px solid var(--line-on-navy);
    transition:
        opacity 0.4s var(--ease),
        transform 0.4s var(--ease),
        color 0.3s var(--ease),
        background 0.3s var(--ease),
        padding-left 0.3s var(--ease);
}

.mobile-panel a:not(.btn)::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 3px;
    height: 0;
    border-radius: 2px;
    background: linear-gradient(180deg, var(--teal-bright), var(--gold-bright));
    transform: translateY(-50%);
    transition: height 0.3s var(--ease);
}

.mobile-panel a:not(.btn):hover,
.mobile-panel a:not(.btn):focus-visible,
.mobile-panel a:not(.btn).is-active {
    padding-left: 1.5rem;
    background: rgba(255, 255, 255, 0.035);
}

.mobile-panel a:not(.btn):hover::before,
.mobile-panel a:not(.btn):focus-visible::before,
.mobile-panel a:not(.btn).is-active::before {
    height: 55%;
}

.mobile-panel.is-open a {
    opacity: 1;
    transform: translateX(0);
}

.mobile-panel.is-open a:nth-child(1) {
    transition-delay: 0.06s;
}

.mobile-panel.is-open a:nth-child(2) {
    transition-delay: 0.11s;
}

.mobile-panel.is-open a:nth-child(3) {
    transition-delay: 0.16s;
}

.mobile-panel.is-open a:nth-child(4) {
    transition-delay: 0.21s;
}

.mobile-panel.is-open a:nth-child(5) {
    transition-delay: 0.26s;
}

.mobile-panel.is-open a:nth-child(6) {
    transition-delay: 0.31s;
}

.mobile-panel.is-open a:nth-child(7) {
    transition-delay: 0.36s;
}

.mobile-panel.is-open a:nth-child(8) {
    transition-delay: 0.41s;
}

.mobile-panel .btn {
    margin-top: 2.2rem;
}


.mobile-panel-close {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    top: max(1.35rem, calc(env(safe-area-inset-top, 0px) + 0.6rem));
    right: max(6vw, calc(env(safe-area-inset-right, 0px) + 1rem));
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1.5px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.03);
    color: var(--paper);
    z-index: 121;
    transition:
        background 0.3s var(--ease),
        border-color 0.3s var(--ease),
        transform 0.3s var(--ease);
}

.mobile-panel-close svg {
    width: 18px;
    height: 18px;
}

.mobile-panel-close:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.55);
    transform: rotate(90deg);
}

.mobile-panel-close:active {
    transform: rotate(90deg) scale(0.9);
}




.field-strip {
    --line: color-mix(in srgb, var(--gold) 35%, transparent);
    --line-strong: color-mix(in srgb, var(--gold) 65%, transparent);
    position: relative;
    overflow: hidden;
    padding: 0;
    background:
        radial-gradient(circle at 20% 50%,
            color-mix(in srgb, var(--gold) 10%, transparent),
            transparent 35%),
        radial-gradient(circle at 80% 50%,
            color-mix(in srgb, var(--gold) 6%, transparent),
            transparent 40%),
        linear-gradient(180deg, var(--ink) 0%, var(--navy) 50%, var(--ink) 100%);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.04),
        inset 0 -1px 0 rgba(255, 255, 255, 0.03),
        0 10px 30px rgba(0, 0, 0, 0.18);
}

.field-strip::before {
    content: "";
    position: absolute;
    top: 0;
    left: 8%;
    width: 84%;
    height: 2px;
    background: linear-gradient(90deg,
            transparent,
            color-mix(in srgb, var(--gold) 12%, transparent),
            color-mix(in srgb, var(--gold) 75%, transparent),
            color-mix(in srgb, var(--gold) 12%, transparent),
            transparent);
    z-index: 3;
}

.field-strip::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,
            var(--ink) 0%,
            transparent 8%,
            transparent 92%,
            var(--ink) 100%);
    pointer-events: none;
    z-index: 2;
}

.field-marquee {
    display: flex;
    width: max-content;
    animation: fieldScroll 34s linear infinite;
    will-change: transform;
}

.field-marquee:hover {
    animation-play-state: paused;
}

.field-track {
    display: flex;
    align-items: center;
    flex: none;
    padding: 1rem 0;
}

.field-strip .item,
.field-strip .wrap>span:not(.dot) {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0 1.6rem;
    font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
    color: rgba(255, 255, 255, 0.84);
    transition:
        color 0.25s var(--ease),
        transform 0.25s var(--ease);
}

.field-strip .item:hover {
    color: #fff;
    transform: translateY(-1px);
}

.field-strip .wrap,
.material-symbols-rounded {
    display: flex;
    align-items: center;
    justify-content: center;
}

.field-strip .wrap {
    flex-wrap: wrap;
    gap: 0.3rem 0;
    padding: 1.05rem 0;
}

.field-strip .dot {
    color: color-mix(in srgb, var(--gold) 55%, transparent);
    font-size: 0.8rem;
    padding: 0 0.1rem;
}

.field-strip .item .material-symbols-rounded {
    font-size: 16px;
    color: var(--gold-bright);
    filter: drop-shadow(0 0 4px color-mix(in srgb, var(--gold) 45%, transparent)) drop-shadow(0 0 10px color-mix(in srgb, var(--gold) 18%, transparent));
    transition:
        transform 0.25s var(--ease),
        filter 0.25s var(--ease);
}

.field-strip .item:hover .material-symbols-rounded {
    transform: scale(1.08);
    filter: drop-shadow(0 0 6px color-mix(in srgb, var(--gold) 65%, transparent)) drop-shadow(0 0 14px color-mix(in srgb, var(--gold) 28%, transparent));
}

.field-strip .item strong,
.field-strip .wrap strong {
    color: var(--gold-bright);
    font-weight: 700;
    text-shadow: 0 0 10px color-mix(in srgb, var(--gold) 18%, transparent);
}

.material-symbols-rounded {
    font-variation-settings:
        "FILL" 0,
        "wght" 500,
        "GRAD" 0,
        "opsz" 24;
    line-height: 1;
}

.urgency-band {
    background: linear-gradient(135deg, var(--teal-tint), var(--cream));
    border-bottom: 1px solid var(--line);
}

.urgency-copy,
.urgency-inner {
    display: flex;
    align-items: center;
}

.urgency-inner {
    justify-content: space-between;
    gap: 1.6rem;
    flex-wrap: wrap;
}

.panel-grid {
    display: grid;
    gap: 4vw;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}

.urgency-copy {
    gap: 1.1rem;
    flex: 1;
    min-width: 260px;
}

.urgency-copy>span:last-child {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.urgency-copy strong {
    font-family: "Fraunces", Georgia, "Times New Roman", serif;
    font-size: 1.08rem;
    font-weight: 500;
    color: var(--ink);
    line-height: 1.3;
}

.urgency-copy span:last-child span {
    font-size: 0.9rem;
    color: var(--ink-soft);
    line-height: 1.58;
}

.hero-trust li,
.urgency-icon {
    display: flex;
    align-items: center;
}

.urgency-icon {
    flex: none;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    justify-content: center;
    background: linear-gradient(160deg, var(--paper), var(--teal-tint));
    border: 1px solid color-mix(in srgb, var(--teal) 30%, transparent);
    box-shadow: var(--shadow-xs);
}

.urgency-icon .material-symbols-rounded {
    font-size: 24px;
    color: var(--teal-deep);
}

.hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: 100svh;
    display: flex;
    align-items: center;
    padding: 10rem 0 5rem;
}

.hero-media {
    position: absolute;
    inset: 0;
    z-index: -2;
}

.hero-media img {
    height: 100%;
    object-fit: cover;
    object-position: 0% -60%;
}

.hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg,
            color-mix(in srgb, var(--ink) 70%, transparent) 0%,
            color-mix(in srgb, var(--navy) 48%, transparent) 42%,
            color-mix(in srgb, var(--ink) 94%, transparent) 100%),
        linear-gradient(100deg,
            color-mix(in srgb, var(--ink) 64%, transparent) 0%,
            color-mix(in srgb, var(--ink) 24%, transparent) 55%,
            transparent 88%);
}


.hero-grid {
    position: relative;
    z-index: 1;
    width: 100%;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    align-items: start;
    gap: clamp(2.5rem, 5vw, 5rem);
}


.hero--light .hero-copy .eyebrow {
    color: var(--gold-deep);
}

.hero--light .hero-copy .eyebrow::before {
    background: var(--gold-deep);
}

.hero--light .hero-copy h1 {
    color: var(--ink);
}

.hero--light .hero-trust li {
    color: var(--ink-soft);
}

.hero--light .hero-trust .material-symbols-rounded,
.hero--light .hero-trust svg {
    color: var(--teal-deep);
}

.hero-squiggle {
    position: absolute;
    top: -4%;
    right: 4%;
    height: 108%;
    width: auto;
    max-width: 44%;
    opacity: 0.3;
    pointer-events: none;
    z-index: 0;
}

.hero-squiggle path {
    fill: none;
    stroke: color-mix(in srgb, var(--teal) 55%, transparent);
    stroke-width: 10;
    stroke-linecap: round;
}

.hero-visual {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 2.2rem 1.6rem;
    min-height: 320px;
}

.hero-blob {
    position: relative;
    width: min(420px, 100%);
    aspect-ratio: 1 / 1.08;
    border-radius: 62% 38% 55% 45% / 48% 55% 45% 52%;
    overflow: hidden;
    background: linear-gradient(155deg, var(--teal-tint), var(--cream-2));
    box-shadow: var(--shadow-premium);
    animation: floating 6s ease-in-out infinite;
}

.hero-blob img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hero-chip {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 0.9rem;
    max-width: 270px;
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(8px);
    padding: 0.9rem 1.2rem;
    border-radius: var(--radius-sm);
    border-left: 4px solid var(--teal-deep);
    box-shadow: var(--shadow-soft);
    transition: transform 0.3s var(--spring);
}

.hero-chip:hover {
    transform: translateY(-3px);
}

.hero-chip .paw {
    flex: none;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(155deg, var(--teal-bright), var(--teal-deep));
}

.hero-chip .paw .material-symbols-rounded {
    font-size: 20px;
    color: var(--paper);
}

.hero-chip .content strong {
    display: block;
    font-family: "Fraunces", Georgia, "Times New Roman", serif;
    font-weight: 600;
    font-size: 0.92rem;
    color: var(--ink);
    line-height: 1.3;
}

.paw-icon {
    font-size: 24px;
    filter: grayscale(1) brightness(0) invert(1);
}
.hero-chip .content .subtitle {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    margin-top: 0.3rem;
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--ink-soft);
}

.hero-chip .content .subtitle .material-symbols-rounded {
    font-size: 15px;
    color: var(--teal-deep);
}

.hero-copy .eyebrow {
    margin-bottom: 1.4rem;
    color: var(--gold-bright);
}

.hero-copy .eyebrow::before {
    background: var(--gold-bright);
}

.hero-copy h1 {
    font-size: clamp(2.5rem, 1.7rem + 2.2vw, 4.05rem);
    font-weight: 370;
    line-height: 1.08;
    letter-spacing: -0.015em;
    color: var(--paper);

}

.hero-copy .lede {
    margin-top: 1.75rem;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1.1rem;
    margin-top: 2.6rem;
}

.hero-trust {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
    margin-top: 3rem;
    padding-top: 2rem;
}

.hero-trust li {
    gap: 0.6rem;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.82);
    font-weight: 600;
}

.hero-trust .material-symbols-rounded {
    font-size: 20px;
    color: var(--teal-bright);
    flex: none;
}

.hero-trust svg {
    width: 17px;
    height: 17px;
    color: var(--teal-bright);
    flex: none;
}

.stages {
    background: var(--cream);
    position: relative;
}

.stages-head {
    max-width: 44em;
    margin-bottom: clamp(2.8rem, 2rem + 3.2vw, 4.6rem);
}

.stages-head h2 {
    margin-top: 1.1rem;
}

.stages-head .lede {
    margin-top: 1.2rem;
}

.stages-path {
    position: relative;
}

.stages-connector {
    position: absolute;
    top: 44px;
    left: 0;
    width: 100%;
    height: 120px;
    z-index: 0;
}

.stages-connector path {
    fill: none;
    stroke: var(--teal);
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-dasharray: 1400;
    stroke-dashoffset: 1400;
    transition: stroke-dashoffset 1.6s var(--spring);
}

.stages-path.is-visible .stages-connector path {
    stroke-dashoffset: 0;
}

.stage-card,
.stages-row {
    position: relative;
    z-index: 1;
}

.stages-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(1.6rem, 1.3rem + 1.2vw, 2.3rem);
}

.stage-card {
    background: var(--paper);
    border-radius: var(--radius-lg);
    padding: clamp(1.8rem, 1.4rem + 2vw, 2.6rem) clamp(1.4rem, 1.1rem + 1.6vw, 2.1rem) clamp(1.6rem, 1.2rem + 1.8vw, 2.3rem);
    box-shadow: var(--shadow-soft);
    transition:
        transform 0.5s var(--spring),
        box-shadow 0.5s var(--spring);
    will-change: transform;
}

.stage-card:hover {
    transform: translateY(-0.6rem) scale(1.015);
    box-shadow: var(--shadow-premium);
}

.stage-badge,
.stages-note {
    display: flex;
    align-items: center;
    justify-content: center;
}

.stage-badge {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: linear-gradient(160deg,
            var(--teal-tint),
            color-mix(in srgb, var(--teal) 10%, white));
    margin: 0 auto 1.5rem;
    border: 1px solid color-mix(in srgb, var(--teal) 20%, transparent);
}

.stage-badge svg {
    width: 38px;
    height: 38px;
    color: var(--teal-deep);
}

.stage-card .stage-age {
    display: block;
    text-align: center;
    font-weight: 800;
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--gold-deep);
    margin-bottom: 0.5rem;
}

.stage-card h3 {
    text-align: center;
    font-size: 1.45rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 0.9rem;
}

.stage-card p {
    line-height: 1.65;
    font-weight: 500;
    text-align: left;
}

.stages-note {
    margin-top: 3.2rem;
    gap: 0.9rem;
    flex-wrap: wrap;
    text-align: center;
}

.stage-card p,
.stages-note p {
    font-size: 0.95rem;
    color: var(--ink-soft);
}

.stages-note a {
    font-weight: 800;
    color: var(--teal-deep);
    border-bottom: 1.5px solid var(--teal-deep);
    padding-bottom: 1px;
    transition:
        color 0.3s var(--ease),
        border-color 0.3s var(--ease);
}

.stages-note a:hover {
    color: var(--gold-deep);
    border-color: var(--gold-deep);
}

.services {
    background:
        radial-gradient(circle at 1px 1px,
            rgba(255, 255, 255, 0.045) 1px,
            transparent 0) 0 0/28px 28px,
        var(--navy);
    position: relative;
    overflow: hidden;
}

.services-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 2rem;
    flex-wrap: wrap;
    margin-bottom: clamp(2.4rem, 1.8rem + 2.6vw, 3.6rem);
}

.services-head .eyebrow {
    color: var(--gold-bright);
}

.contact-copy .eyebrow::before,
.services-head .eyebrow::before {
    background: var(--gold-bright);
}
.contact-cta-buttons .btn {
    width: 100%;
    min-height: 44px;
    height: auto;
    padding: .7rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    text-align: center;
    white-space: normal;
    overflow-wrap: anywhere;
    line-height: 1.3;
}

.services-head h2 {
    max-width: 16ch;
}

.services-head .lede {
    max-width: 30em;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr));
    gap: 1.6rem;
}

.service-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--line-on-navy);
    border-radius: var(--radius-md);
    padding: clamp(1.6rem, 1.2rem + 1.6vw, 2.3rem) clamp(1.4rem, 1.1rem + 1.4vw, 2rem);
    transition:
        background 0.4s var(--ease),
        transform 0.4s var(--spring),
        border-color 0.4s var(--ease);
    will-change: transform;
}

.service-card:hover {
    background: rgba(255, 255, 255, 0.07);
    transform: translateY(-6px);
    border-color: color-mix(in srgb, var(--teal) 50%, transparent);
}

.service-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(160deg,
            color-mix(in srgb, var(--teal) 24%, transparent),
            color-mix(in srgb, var(--teal) 8%, transparent));
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid color-mix(in srgb, var(--teal) 45%, transparent);
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.04),
        0 10px 24px -10px color-mix(in srgb, var(--teal) 60%, transparent);
    margin-bottom: 1.5rem;
    transition:
        transform 0.4s var(--spring),
        box-shadow 0.4s var(--ease);
}

.service-card:hover .service-icon {
    transform: scale(1.08) rotate(-4deg);
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.06),
        0 14px 30px -8px color-mix(in srgb, var(--teal) 70%, transparent);
}

.service-icon svg {
    width: 22px;
    height: 22px;
    color: var(--paper);
}

.service-btn,
.service-card h3 {
    color: var(--paper);
    font-weight: 600;
}

.service-card h3 {
    font-size: 1.2rem;
    line-height: 1.25;
    margin-bottom: 0.7rem;
}

.service-card p {
    font-size: 0.92rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.6);
}

.service-btn {
    position: relative;
    display: inline-flex;
    font-size: 0.78rem;
    padding-bottom: 2px;
}

::-webkit-scrollbar {
    width: 8px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: var(--cream);
    border-radius: 3px;
}

::-webkit-scrollbar-thumb {
    background: color-mix(in srgb, var(--navy) 70%, transparent);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, var(--teal-bright), var(--teal));
}

::-webkit-scrollbar-corner {
    background: var(--ink);
}

.why {
    background: var(--cream);
}

.why-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4vw;
    align-items: center;
}

.why-copy .lede {
    margin-top: 1.3rem;
}

.why-points {
    margin-top: 2.8rem;
    display: flex;
    flex-direction: column;
    gap: 1.7rem;
}

.why-point {
    display: flex;
    gap: 1.1rem;
    align-items: flex-start;
}

.why-point svg {
    width: 22px;
    height: 22px;
    color: var(--teal-deep);
    flex: none;
    margin-top: 2px;
}

.why-point strong {
    display: block;
    font-weight: 600;
    font-size: 1.14rem;
    line-height: 1.3;
    margin-bottom: 0.35rem;
}

.why-point span {
    font-size: 0.93rem;
    color: var(--ink-soft);
    line-height: 1.6;
}

.why-visual {
    position: relative;
    aspect-ratio: 1/1;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-lift);
}

.why-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.doctor-card {
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 2;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(8px);
    padding: 1rem 1.3rem;
    border-radius: var(--radius-sm);
    border-left: 4px solid var(--teal-deep);
    box-shadow: var(--shadow-soft);
    max-width: 290px;
    transition: transform 0.3s var(--spring);
    will-change: transform;
}

.doctor-card:hover,
.panel-media:hover img {
    transform: translateY(-4px);
}

.doctor-card h4 {
    margin: 0;
    color: var(--ink);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;
}

.doctor-card p {
    margin: 5px 0 0;
    color: var(--ink-soft);
    font-size: 0.9rem;
    font-weight: 600;
}

.testi {
    background: var(--teal-tint);
}

.testi-head {
    max-width: 38em;
    margin-bottom: clamp(2rem, 1.5rem + 2vw, 3.2rem);
}

.testi-head h2 {
    margin-top: 1.1rem;
}

.testi-track {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.6rem;
}

.testi-card {
    background: var(--paper);
    border-radius: var(--radius-lg);
    padding: clamp(1.6rem, 1.2rem + 1.6vw, 2.4rem);
    box-shadow: var(--shadow-soft);
    transition:
        transform 0.4s var(--spring),
        box-shadow 0.4s var(--spring),
        opacity 0.4s var(--ease);
}

.testi-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-premium);
}

.testi-quote {
    font-size: 0.92rem;
    line-height: 1.65;
    color: var(--ink);
    margin-bottom: 1.6rem;
    text-align: left;
}

.testi-avatar,
.testi-person {
    display: flex;
    align-items: center;
}

.testi-person {
    gap: 0.8rem;
}

.testi-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--teal-bright), var(--teal-deep));
    color: var(--paper);
    justify-content: center;
    font-weight: 800;
    font-size: 0.8rem;
    flex: none;
}

.testi-person strong {
    display: block;
    font-size: 0.88rem;
    font-weight: 800;
}

.testi-person span {
    display: block;
    font-size: 0.78rem;
    color: var(--ink-faint);
}

.contact {
    background: var(--navy);    
}

.contact-grid {
    display: grid;
      grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr));
}

.contact-copy .eyebrow {
    color: var(--gold-bright);
}

.contact-copy .lede {
    margin-top: 1.2rem;
    margin-bottom: 2.6rem;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
}

.contact-row {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.contact-row svg {
    width: 19px;
    height: 19px;
    color: var(--teal-bright);
    flex: none;
    margin-top: 3px;
}

.contact-row strong {
    display: block;
    font-size: 0.8rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 0.25rem;
}

.contact-row a,
.contact-row span {
    font-size: 1rem;
    color: var(--paper);
    font-weight: 600;
}

.contact-form {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--line-on-navy);
    border-radius: var(--radius-lg);
    padding: clamp(1.5rem, 1rem + 2.5vw, 2.6rem);
    box-shadow:
        0 30px 60px -30px rgba(0, 0, 0, 0.5),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.1rem;
    margin-bottom: 1.2rem;
}

.field {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.field label {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
}

.field input,
.field select,
.field textarea {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid var(--line-on-navy);
    border-radius: 0.7rem;
    padding: 0.9rem 1.05rem;
    color: var(--paper);
    font-family: inherit;
    font-size: 0.94rem;
    transition:
        border-color 0.3s var(--ease),
        background 0.3s var(--ease),
        box-shadow 0.3s var(--ease);
}

.field input::placeholder,
.field textarea::placeholder {
    color: rgba(255, 255, 255, 0.35);
}

.field input:focus,
.field select:focus,
.field textarea:focus {
    border-color: var(--teal-bright);
    background: rgba(255, 255, 255, 0.09);
    outline: 0;
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--teal) 30%, transparent);
}

.field textarea {
    resize: vertical;
    min-height: 90px;
}

.contact-form .btn {
    width: 100%;
    justify-content: center;
    margin-top: 0.4rem;
}

.form-note {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.45);
    margin-top: 1rem;
    text-align: center;
}

.form-success {
    display: none;
    text-align: center;
    padding: 2rem 0;
    animation: fadeInUp 0.5s var(--ease);
}

.form-success.is-shown {
    display: block;
}

.form-success svg {
    width: 44px;
    height: 44px;
    color: var(--teal-bright);
    margin: 0 auto 1rem;
}

.form-success h3 {
    font-family: "Fraunces", Georgia, "Times New Roman", serif;
    color: var(--paper);
    font-size: 1.3rem;
    margin-bottom: 0.6rem;
}

.form-success p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.92rem;
}

.lab-hero-visual {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 0.5rem;
}

.lab-emblem {
    position: relative;
    width: min(360px, 88%);
    aspect-ratio: 1/1;
}

.lab-emblem svg {
    width: 100%;
    height: 100%;
    display: block;
    filter: drop-shadow(0 25px 45px rgba(0, 0, 0, 0.35));
}

.emblem-chip {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--paper);
    border-radius: 999px;
    padding: 0.55rem 1.05rem;
    font-size: 0.78rem;
    font-weight: 800;
    box-shadow: var(--shadow-lift);
    white-space: nowrap;
}

.emblem-chip.chip-dog {
    top: 4%;
    left: -6%;
    color: var(--teal-deep);
}

.emblem-chip.chip-cat {
    bottom: 4%;
    right: -6%;
    color: var(--gold-deep);
}

#proceso .steps-slider-nav {
    display: none;
}

@media (max-width: 900px) {
    #proceso .steps-grid {
        display: flex;
        flex-wrap: nowrap;
        grid-template-columns: none;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        gap: 18px;
        margin: 0 -20px;
        padding: 4px 20px 10px;
    }

    #proceso .steps-grid::-webkit-scrollbar {
        display: none;
        height: 0;
    }

    #proceso .step-card {
        flex: 0 0 78%;
        scroll-snap-align: center;
    }

    #proceso .steps-slider-nav {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 16px;
        margin-top: 22px;
    }

    #proceso .steps-arrow {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 auto;
        width: 38px;
        height: 38px;
        border-radius: 50%;
        border: 1px solid var(--teal-tint, #d7e9e7);
        background: #fff;
        color: var(--teal, #2f6f6b);
        cursor: pointer;
        transition: opacity .2s ease, transform .2s ease;
    }

    #proceso .steps-arrow:hover:not(:disabled) {
        transform: translateY(-1px);
    }

    #proceso .steps-arrow:disabled {
        opacity: .35;
        cursor: default;
    }

    #proceso .steps-arrow .material-symbols-rounded {
        font-size: 20px;
    }

    #proceso .steps-dots {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    #proceso .steps-dot {
        width: 8px;
        height: 8px;
        padding: 0;
        border: none;
        border-radius: 50%;
        background: var(--teal-tint, #d7e9e7);
        cursor: pointer;
        transition: background .25s ease, transform .25s ease;
    }

    #proceso .steps-dot.is-active {
        background: var(--teal, #2f6f6b);
        transform: scale(1.3);
    }
}


@media (max-width: 900px) {
    .lab-hero-visual {
        margin-top: 1rem;
    }

    .faq-layout,
    .panel-grid {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 2.4rem;
    }

    .panel--cat .panel-media {
        order: 0;
    }

    .panel--cat .panel-content {
        order: 1;
    }

    .panel-media::before {
        left: -10px;
        right: 10px;
        top: 10px;
        bottom: -10px;
    }

    .faq-layout {
        gap: 1.8rem;
    }

    .faq-head {
        position: static;
    }

    .nav-cta .btn-outline,
    .nav-links {
        display: none;
    }

    .burger {
        display: flex;
    }

    .section {
        padding: var(--sp-6) 0;
    }

    .hero {
        min-height: 100svh;
        padding: 8rem 0 3.5rem;
    }

    .hero-media img {
        object-position: 60% 20%;
    }

    .hero-copy {
        max-width: 320px;
    }

    .hero-copy h1 {
        max-width: 320px;
        font-size: clamp(2.1rem, 5vw, 3.3rem);
    }

    .hero-actions .btn {
        width: auto;
        font-size: 0.8rem;
        padding: 0.9rem 1.6rem;
    }

    .hero-grid {
        grid-template-columns: 1fr;
    }

    .hero-squiggle {
        display: none;
    }

    .hero-visual {
        min-height: 0;
        margin-top: 2.6rem;
        padding: 0 0 2rem 1.2rem;
    }

    .hero-blob {
        width: min(320px, 82%);
    }

    .stages-row {
        grid-template-columns: 1fr;
        gap: 1.6rem;
        position: relative;
    }

    .stages-row::before {
        content: "";
        position: absolute;
        left: 44px;
        top: 44px;
        bottom: 44px;
        width: 2px;
        background: repeating-linear-gradient(to bottom,
                var(--teal) 0 8px,
                transparent 8px 16px);
    }

    .stage-badge {
        margin: 0 auto 1.2rem;
    }


    .stage-card .stage-age,
    .stage-card h3,
    .stage-card p {
        text-align: center;
    }

    .stage-card {
        padding-left: 2.3rem;
    }

    .why-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .why-visual {
        order: -1;
        max-width: 280px;
        margin: 0 auto;
    }

    .testi-track {
        grid-auto-flow: column;
        grid-auto-columns: 85%;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        gap: 1rem;
        padding-bottom: 0.5rem;
        margin: 0 -6vw;
        padding-left: 6vw;
        padding-right: 6vw;
    }

    .testi-card {
        scroll-snap-align: center;
    }


    .footer-top {
        flex-direction: column;
    }

    .footer-cols {
        gap: 2.4rem;
    }

    .urgency-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .urgency-inner .btn {
        width: 100%;
        justify-content: center;
    }

    .steps-grid {
        grid-template-columns: 1fr 1fr;
    }

    .section-header {
        margin-bottom: 1.8rem;
        padding: 0 1rem;
    }

    .section-title {
        font-size: 2rem;
    }

    .section-description {
        font-size: 0.9rem;
    }

    .tip-card {
        flex-direction: column;
        text-align: center;
        gap: 0.9rem;
        padding: 1.4rem;
    }

    .tip-eyebrow {
        align-self: center;
    }

    .tip-mascot-wrap {
        width: 72px;
        height: 72px;
    }

    .tip-foot {
        justify-content: center;
    }
}

@media (max-width: 640px) {
    .faq-layout,
    .panel-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .faq-head {
        position: static;
    }

    .panel--cat .panel-media {
        order: 0;
    }

    .panel--cat .panel-content {
        order: 1;
    }

    .panel-media img {
        aspect-ratio: 4/3;
    }
}

@media (max-width: 480px) {
    .lab-emblem {
        width: 78%;
    }

    .emblem-chip {
        font-size: 0.68rem;
        padding: 0.45rem 0.8rem;
    }

    .emblem-chip.chip-dog {
        left: 0;
    }

    .emblem-chip.chip-cat {
        right: 0;
    }

    .wrap {
        padding-inline: 5vw;
    }

    .brand img {
        height: 40px;
    }

    .brand-word {
        font-size: 1.5rem;
    }

    .brand-word small {
        font-size: 0.62rem;
    }

    .hero {
        padding: 7rem 0 3rem;
        min-height: 100svh;
    }


    .hero-media img {
        margin-left: auto;
    }

    .hero-copy {
        position: relative;
        z-index: 2;
        max-width: 320px;
    }

    .hero-copy h1 {
        font-size: clamp(1.9rem, 8vw, 2.4rem);
        max-width: 14ch;
        line-height: 1.1;
    }

    .hero-actions .btn {
        width: 100%;
        justify-content: center;
        font-size: 0.78rem;
        padding: 0.95rem;
    }

    .hero-trust {
        align-items: flex-start;
        width: 100%;
        margin-top: 2rem;
        margin-bottom: 1.2rem;
    }

    .hero-trust li {
        font-size: 0.82rem;
    }

    .hero-visual {
        padding-left: 0.8rem;
    }

    .hero-blob {
        width: min(260px, 88%);
    }

    .hero-chip {
        max-width: 220px;
        gap: 0.7rem;
        padding: 0.75rem 1rem;
    }

    .hero-chip .paw {
        width: 36px;
        height: 36px;
    }

    .mobile-panel-close {
        top: 1rem;
        right: 5vw;
    }

    .steps-grid {
        grid-template-columns: 1fr;
    }

    #proceso .steps-grid {
        gap: 14px;
        margin: 0 -16px;
        padding: 4px 16px 10px;
    }

    #proceso .step-card {
        flex: 0 0 86%;
    }

    #proceso .steps-slider-nav {
        margin-top: 18px;
        gap: 12px;
    }

    #proceso .steps-arrow {
        width: 34px;
        height: 34px;
    }
}

.panel-media,
.panel-media img {
    position: relative;
    aspect-ratio: 3/1;
}

.panel-media::before {
    content: "";
    position: absolute;
    top: 16px;
    left: -16px;
    right: 16px;
    bottom: -16px;
    border-radius: var(--radius-lg);
    z-index: 0;

}

.panel--dog .panel-media::before {
    background: color-mix(in srgb, var(--teal) 12%, transparent);
    border: 1.5px solid color-mix(in srgb, var(--teal) 30%, transparent);
}

.panel--cat .panel-media::before {
    background: color-mix(in srgb, var(--gold-deep) 12%, transparent);
    border: 1.5px solid color-mix(in srgb, var(--gold-deep) 30%, transparent);
}

.panel-media img {
    z-index: 1;
    width: 100%;
    aspect-ratio: 3.4/4;
    object-fit: cover;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-premium);
    display: block;
    transition: transform 0.6s var(--spring);

}

.panel-tag {
    position: absolute;
    z-index: 2;
    top: 1.2rem;
    left: 1.2rem;
    padding: 0.5rem 0.95rem;
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--paper);
    backdrop-filter: blur(6px);
}

.panel--dog .panel-tag {
    background: rgba(18, 54, 50, 0.88);
}

.panel--cat .panel-tag {
    background: rgba(138, 100, 48, 0.9);
}

.panel--cat .panel-media {
    order: 2;
}

.panel--cat .panel-content {
    order: 1;
}

.panel-content {
    display: flex;
    flex-direction: column;
    gap: 1.3rem;
}

.panel-content h2 {
    margin-top: 1rem;
}

.panel-lede {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--ink-soft);
    max-width: 34em;
}

.panel-groups {
    display: flex;
    flex-direction: column;
    margin-top: 0.5rem;
}

.panel-group {
    padding: 1.3rem 0;
    border-top: 1px solid var(--line);
}

.panel-group:first-child {
    border-top: none;
    padding-top: 0.1rem;
}

.panel-group-label {
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 0.7rem;
    display: block;
}

.panel--dog .panel-cross-link a:hover,
.panel--dog .panel-group-label {
    color: var(--teal-deep);
}

.panel--cat .panel-cross-link a:hover,
.panel--cat .panel-group-label {
    color: var(--gold-deep);
}

.panel-group-items {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.panel-actions,
.panel-group-item {
    display: flex;
    align-items: flex-start;
}

.panel-group-item {
    gap: 0.65rem;
    font-size: 0.93rem;
    line-height: 1.65;
    color: var(--ink-soft);
}

.panel-group-item .dot-mark {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-top: 0.6rem;
    flex: none;
}

.panel--dog .dot-mark {
    background: var(--teal-deep);
}

.panel--cat .dot-mark {
    background: var(--gold-deep);
}

.panel-group-item strong {
    color: var(--ink);
    font-weight: 700;
}

.panel-actions {
    flex-direction: column;
    gap: 0.9rem;
    margin-top: 0.6rem;
}

.panel-cross-link {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--ink-soft);
}

.panel-cross-link a {
    color: inherit;
    border-bottom: 1.5px solid currentColor;
    padding-bottom: 1px;
    transition: color 0.3s var(--ease);
}

.tip {
    background: var(--navy);
    position: relative;
    overflow: hidden;
}

.tip::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 1px 1px,
            rgba(255, 255, 255, 0.04) 1px,
            transparent 0);
    background-size: 3px 3px;
    pointer-events: none;
}

.section-header {
    text-align: center;
    max-width: 680px;
    margin: 0 auto clamp(2.4rem, 1.9rem + 2.5vw, 3.6rem);
    position: relative;
}

.section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    background: color-mix(in srgb, var(--teal) 15%, transparent);
    border: 1px solid color-mix(in srgb, var(--teal) 35%, transparent);
    color: var(--teal-bright);
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-top: 20px;
}

.section-eyebrow::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--teal-bright);
}

.section-title {
    margin-top: 0.9rem;
    font-family: "Fraunces", Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 1.4rem + 2vw, 3rem);
    line-height: 1.1;
    font-weight: 500;
    color: var(--paper);
    letter-spacing: -0.03em;
}

.section-title::after {
    content: "";
    display: block;
    width: 55px;
    height: 3px;
    margin: 1rem auto 0;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--teal), var(--gold));
}

.section-description {
    margin: 1rem auto 0;
    max-width: 560px;
    color: color-mix(in srgb, var(--paper) 70%, transparent);
    font-size: 1rem;
    line-height: 1.6;
}

.tip-card,
.tip-wrap {
    position: relative;
    display: flex;
}

.tip-wrap {
    justify-content: center;
}

.tip-card {
    align-items: center;
    gap: clamp(1.1rem, 0.9rem + 1vw, 1.6rem);
    max-width: 560px;
    width: 100%;
    background: var(--cream);
    border: 1px solid var(--line-on-navy);
    border-radius: var(--radius-lg);
    padding: clamp(1.2rem, 1rem + 1vw, 1.6rem);
    box-shadow: var(--shadow-premium);
    transition:
        transform 0.3s var(--spring),
        box-shadow 0.3s var(--ease);
}

.tip-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 28px 58px rgba(0, 0, 0, 0.42);
}

.tip-mascot-wrap {
    flex: none;
    width: 84px;
    height: 84px;
    border-radius: 50%;
    padding: 3px;
    background: conic-gradient(from 200deg,
            var(--teal),
            color-mix(in srgb, var(--teal) 25%, transparent),
            var(--teal));
    box-shadow: 0 6px 16px color-mix(in srgb, var(--teal) 30%, transparent);
}

.tip-mascot {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    object-fit: cover;
    background: var(--paper);
}

.tip-mascot[hidden] {
    display: none;
}

.tip-bubble {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    transition: opacity 0.25s var(--ease);
    min-width: 0;
}

.tip-eyebrow {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 0.4rem;
    background: color-mix(in srgb, var(--teal) 12%, transparent);
    border: 1px solid color-mix(in srgb, var(--teal) 30%, transparent);
    padding: 0.3rem 0.65rem;
    border-radius: 999px;
    font-size: 0.6rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--teal-deep);
}

.tip-eyebrow::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--teal-deep);
}

.tip-text {
    font-family: "Fraunces", Georgia, serif;
    font-style: italic;
    font-weight: 340;
    font-size: clamp(0.95rem, 0.87rem + 0.3vw, 1.1rem);
    line-height: 1.5;
    color: var(--ink);
    min-height: 2.2em;
}

.tip-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
    flex-wrap: wrap;
}

.tip-name {
    font-size: 0.74rem;
    font-weight: 700;
    color: color-mix(in srgb, var(--ink) 55%, transparent);
}

.tip-next {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    background: linear-gradient(135deg,
            var(--teal),
            color-mix(in srgb, var(--teal) 70%, black));
    border: 1px solid transparent;
    color: var(--paper);
    padding: 0.5rem 1rem;
    border-radius: 999px;
    font-size: 0.74rem;
    font-weight: 800;
    box-shadow: 0 4px 14px color-mix(in srgb, var(--teal) 40%, transparent);
    transition:
        transform 0.2s var(--spring),
        box-shadow 0.3s var(--ease),
        filter 0.3s var(--ease);
}

.tip-next:hover {
    transform: scale(1.05);
    filter: brightness(1.08);
    box-shadow: 0 6px 20px color-mix(in srgb, var(--teal) 55%, transparent);
}

.tip-next svg {
    width: 12px;
    height: 12px;
    transition: transform 0.5s var(--ease);
}

.tip-next:hover svg {
    transform: rotate(180deg);
}

.cta-band {
    background:
        radial-gradient(circle at 50% 50%,
            color-mix(in srgb, var(--cream) 14%, transparent),
            transparent 35%),
        var(--navy-2);
    position: relative;
    overflow: hidden;
}

.cta-band::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 1px 1px,
            rgba(255, 255, 255, 0.04) 1px,
            transparent 0);
    background-size: 3px 3px;
    pointer-events: none;
}

.cta-band .wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.3rem;
    text-align: center;
}

.cta-band h2 {
    max-width: 20ch;
}

.cta-band .lede {
    text-align: center;
    margin: 0 auto;
}

.cta-actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0.4rem;
}

.steps {
    background: var(--paper);
}

.steps-head {
    max-width: 40em;
    margin-bottom: var(--sp-5);
}

.faq-head h2,
.steps-head h2 {
    margin-top: 0.9rem;
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.6rem;
    position: relative;
}

.step-card {
    position: relative;
    background: var(--cream);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    padding: clamp(1.5rem, 1.2rem + 1.4vw, 2rem) clamp(1.3rem, 1rem + 1.4vw, 1.7rem) clamp(1.3rem, 1rem + 1.2vw, 1.8rem);
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    transition:
        transform 0.4s var(--spring),
        box-shadow 0.4s var(--ease),
        border-color 0.4s var(--ease);
}





.step-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-soft);
    border-color: color-mix(in srgb, var(--teal) 35%, transparent);
}

.step-num {
    font-family: "Fraunces", Georgia, serif;
    font-optical-sizing: auto;
    font-size: 2.8rem;
    font-weight: 340;
    color: var(--teal);
    line-height: 1;
    letter-spacing: -0.01em;
}

.step-card:nth-child(2) .step-num {
    color: var(--gold-deep);
}

.step-card:nth-child(4) .step-num {
    color: var(--navy);
}

.step-card h3 {
    font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-weight: 800;
    font-size: 1.05rem;
    line-height: 1.3;
    color: var(--ink);
}

.step-card p {
    font-size: 0.9rem;
    line-height: 1.65;
    color: var(--ink-soft);
}

.step-card .step-tag {
    margin-top: auto;
    display: inline-flex;
    align-self: flex-start;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--teal-deep);
    background: var(--teal-tint);
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
}

.faq {
    background: var(--cream);
}

.faq-layout {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 4vw;
    align-items: start;
}

.faq-head {
    position: sticky;
    top: 130px;
}

.faq-head p {
    margin-top: 1rem;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}

.faq-item {
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-xs);
    transition:
        box-shadow 0.3s var(--ease),
        border-color 0.3s var(--ease);
}

.faq-item[open] {
    box-shadow: var(--shadow-soft);
    border-color: color-mix(in srgb, var(--teal) 30%, transparent);
}

.faq-item summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.3rem 1.5rem;
    font-weight: 400;
    font-size: 1rem;
    color: var(--ink);
    transition: background 0.25s var(--ease);
}

.faq-item summary:hover {
    background: color-mix(in srgb, var(--teal-tint) 60%, transparent);
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-icon {
    flex: none;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--teal-tint);
    color: var(--teal-deep);
    display: flex;
    align-items: center;
    justify-content: center;
    transition:
        transform 0.35s var(--spring),
        background 0.35s var(--ease),
        color 0.35s var(--ease);
}

.faq-item[open] .faq-icon {
    transform: rotate(45deg);
    background: var(--teal-deep);
    color: var(--paper);
}

.faq-item .faq-icon .material-symbols-rounded {
    font-size: 18px;
}

.faq-body {
    padding: 0 1.5rem 1.5rem;
    font-size: 0.93rem;
    line-height: 1.7;
    color: var(--ink-soft);
    max-width: 46em;
}

.faq-top h2 {
    letter-spacing: 0;
}

.faq-top {
    margin-bottom: 2rem;
}

.footer {
    background: var(--navy-2);
    padding: 3.6rem 0 2.2rem;
    position: relative;
}

.footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg,
            transparent,
            color-mix(in srgb, var(--gold) 45%, transparent),
            transparent);
}

.footer-cols,
.footer-top {
    display: flex;
    flex-wrap: wrap;
}

.footer-top {
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem;
    padding-bottom: 2.6rem;
    border-bottom: 1px solid var(--line-on-navy);
}

.footer-brand .brand {
    margin-bottom: 1rem;
}

.footer-brand .brand-word {
    color: var(--paper);
}

.footer-brand p {
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.5);
    max-width: 26em;
    line-height: 1.6;
}

.footer-cols {
    gap: 4rem;
}

.footer-col strong {
    display: block;
    font-size: 0.76rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
    margin-bottom: 1rem;
}

.footer-col a {
    display: block;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 0.7rem;
    transition: color 0.3s var(--ease);
}

.footer-col a:hover {
    color: var(--teal-bright);
}

.footer-social {
    display: flex;
    gap: 0.7rem;
}

.footer-social a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid var(--line-on-navy);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition:
        background 0.3s var(--ease),
        border-color 0.3s var(--ease),
        transform 0.3s var(--spring);
    will-change: transform;
}

.footer-social a:hover {
    background: var(--teal);
    border-color: var(--teal);
}

.footer-social svg {
    width: 16px;
    height: 16px;
    color: var(--paper);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    padding-top: 1.8rem;
}

.footer-bottom p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 500;
}

.footer-social a.icon-instagram {
    background: radial-gradient(circle at 30% 110%,
            #fdf497 0,
            #fdf497 5%,
            #fd5949 45%,
            #d6249f 60%,
            #285aeb 100%);
    border-color: transparent;
}

.footer-social a.icon-facebook {
    background: #1877f2;
    border-color: transparent;
}

.footer-social a.icon-whatsapp {
    background: #25d366;
    border-color: transparent;
}

.footer-social a.icon-facebook:hover::after,
.footer-social a.icon-instagram:hover::after,
.footer-social a.icon-rappi:hover::after,
.footer-social a.icon-whatsapp:hover::after,
.whatsapp-float .wa-hover-shadow {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.55);
    opacity: 0;
    transition: opacity 0.3s var(--ease);
    pointer-events: none;
}

.img-consulta-felina {
    object-fit: cover;
    object-position: center;
    /* deja esto como ya lo tengas en desktop */
}

@media (max-width: 480px) {
    .img-consulta-felina {
        object-position: left center;
        /* recorta mostrando más el lado izquierdo de la foto */
    }
}

.whatsapp-float .wa-hover-shadow {
    inset: -4px;
    border-radius: 50%;
    box-shadow:
        0 22px 45px rgba(0, 0, 0, 0.45),
        0 12px 30px rgba(34, 48, 81, 0.6),
        0 0 25px rgba(95, 135, 255, 0.2);
    transition: opacity 0.4s var(--ease);
    z-index: -1;
}

.footer-social a.icon-facebook:hover,
.footer-social a.icon-instagram:hover,
.footer-social a.icon-rappi:hover,
.footer-social a.icon-whatsapp:hover {
    filter: brightness(1.12);
    transform: translateY(-2px);
}

.whatsapp-float {
    position: fixed;
    right: 18px;
    bottom: 24px;
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: radial-gradient(circle at 30% 25%,
            #3f5c97 0,
            #2b4068 35%,
            #223051 100%);
    color: #fff;
    text-decoration: none;
    font-size: 2rem;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow:
        inset 0 1px 0 0 rgba(255, 255, 255, 0.35),
        0 2px 4px rgba(0, 0, 0, 0.2),
        0 8px 16px rgba(0, 0, 0, 0.22),
        0 16px 32px rgba(0, 0, 0, 0.25),
        0 24px 48px -4px rgba(34, 48, 81, 0.35);
    overflow: hidden;
    isolation: isolate;
    z-index: 9999;
    transition:
        transform 0.4s var(--spring),
        border-color 0.35s ease,
        filter 0.35s ease;
    animation: floating 5s ease-in-out infinite;
    will-change: transform;
}

.whatsapp-float:hover .wa-hover-shadow {
    opacity: 1;
}

.whatsapp-float::before {
    content: "";
    position: absolute;
    inset: -8px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.08);
    animation: halo 4s ease-out infinite;
}

.whatsapp-float::after {
    content: "";
    position: absolute;
    width: 180%;
    height: 180%;
    background: linear-gradient(120deg,
            transparent 28%,
            rgba(255, 255, 255, 0.35) 48%,
            rgba(255, 255, 255, 0.08) 55%,
            transparent 72%);
    transform: translateX(-180%) rotate(25deg);
    transition: transform 1s ease;
}

.whatsapp-float:hover {
    transform: translateY(-7px) scale(1.08);
    border-color: rgba(255, 255, 255, 0.35);
    filter: brightness(1.08);
    box-shadow:
        inset 0 1px 0 0 rgba(255, 255, 255, 0.35),
        0 2px 4px rgba(0, 0, 0, 0.2);
}

.whatsapp-float:hover::after {
    transform: translateX(170%) rotate(25deg);
}

.whatsapp-float i,
.whatsapp-float svg {
    position: relative;
    z-index: 2;
    transition:
        transform 0.35s var(--ease),
        filter 0.35s var(--ease);
}

.whatsapp-float:hover i,
.whatsapp-float:hover svg {
    transform: scale(1.12) rotate(-8deg);
    filter: drop-shadow(0 3px 10px rgba(255, 255, 255, 0.45));
}

.whatsapp-float:active {
    transform: scale(0.95);
}

.footer-social .material-symbols-rounded,
.footer-social i {
    font-size: 1.05rem;
    color: var(--paper);
    transition: color 0.25s var(--ease);
}

.social-icon {
    width: 30px;
    height: 30px;
    object-fit: contain;
    border-radius: 50%;
    transform-origin: center;
    transition: transform 0.3s var(--spring);
}

.social-icon:hover {
    transform: scale(1.1);
}

.rappi-badge img {
    height: 16px;
    width: auto;
    display: block;
}