:root{
    --home-blue:#163f82;
    --home-blue-900:#092f63;
    --home-sky:#67bde8;
    --home-ink:#102033;
    --home-muted:#5f6f82;
    --home-line:#dfe9f3;
    --home-soft:#f4f9fd;
    --home-white:#fff;
    --home-green:#24a47b;
    --home-shadow:0 22px 60px rgba(16,32,51,.12);
}

body{
    background:#fff;
    color:var(--home-ink);
}

main{
    overflow:hidden;
}

.home-hero-v2{
    padding:48px 0 56px;
    background:
        linear-gradient(135deg,rgba(244,249,253,.98),rgba(255,255,255,.98) 56%,rgba(232,247,255,.95)),
        radial-gradient(circle at 86% 18%,rgba(103,189,232,.24),transparent 34%);
}

.eyebrow{
    display:inline-flex;
    align-items:center;
    min-height:32px;
    padding:6px 12px;
    border:1px solid rgba(22,63,130,.14);
    border-radius:999px;
    background:#fff;
    color:var(--home-blue);
    font-size:13px;
    font-weight:900;
    letter-spacing:.02em;
    margin:0 0 14px;
}

.home-hero-v2 h1{
    max-width:780px;
    margin:0;
    color:var(--home-blue);
    font-size:clamp(2.35rem,5.4vw,5rem);
    line-height:.98;
    font-weight:950;
    letter-spacing:0;
}

.hero-copy{
    max-width:660px;
    margin:22px 0 0;
    color:#435267;
    font-size:clamp(1rem,1.6vw,1.18rem);
    line-height:1.75;
}

.hero-actions-v2{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    align-items:center;
    margin-top:28px;
}

.btn-main,
.btn-secondary-gm{
    min-height:48px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:999px;
    padding:13px 24px;
    font-weight:900;
    text-decoration:none;
    transition:transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.btn-main{
    background:var(--home-blue);
    color:#fff;
    box-shadow:0 16px 32px rgba(22,63,130,.22);
}

.btn-main:hover{
    color:#fff;
    background:var(--home-blue-900);
    transform:translateY(-2px);
}

.btn-secondary-gm{
    color:var(--home-blue);
    background:#fff;
    border:1px solid rgba(22,63,130,.18);
}

.btn-secondary-gm:hover{
    color:var(--home-blue-900);
    box-shadow:0 14px 30px rgba(16,32,51,.08);
    transform:translateY(-2px);
}

.download-panel{
    max-width:640px;
    margin-top:28px;
    padding:16px;
    display:grid;
    grid-template-columns:1fr auto;
    gap:18px;
    align-items:center;
    background:#fff;
    border:1px solid rgba(22,63,130,.12);
    border-radius:18px;
    box-shadow:0 16px 34px rgba(16,32,51,.08);
}

.download-panel strong,
.download-panel span{
    display:block;
}

.download-panel strong{
    color:var(--home-ink);
    font-size:16px;
}

.download-panel span{
    color:var(--home-muted);
    font-size:14px;
    margin-top:2px;
}

.store-buttons{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    align-items:center;
}

.store-buttons a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:44px;
}

.store-buttons img{
    width:auto;
    height:36px;
    display:block;
}

.store-buttons-large{
    margin-top:26px;
}

.store-buttons-large img{
    height:40px;
}

.hero-media-v2{
    position:relative;
    margin:0;
    padding:14px;
    background:#fff;
    border:1px solid rgba(22,63,130,.12);
    border-radius:28px;
    box-shadow:var(--home-shadow);
}

.hero-media-v2 img{
    width:100%;
    aspect-ratio:1 / .92;
    object-fit:cover;
    border-radius:20px;
}

.hero-media-v2 figcaption{
    position:absolute;
    left:30px;
    right:30px;
    bottom:30px;
    padding:14px 16px;
    display:flex;
    flex-direction:column;
    gap:2px;
    color:#fff;
    background:rgba(9,47,99,.82);
    border:1px solid rgba(255,255,255,.18);
    border-radius:16px;
    backdrop-filter:blur(8px);
}

.hero-media-v2 figcaption strong{
    font-size:16px;
}

.hero-media-v2 figcaption span{
    opacity:.88;
    font-size:14px;
}

.trust-strip{
    padding:0 0 34px;
    margin-top:-24px;
    position:relative;
    z-index:2;
}

.trust-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    background:#fff;
    border:1px solid rgba(22,63,130,.12);
    border-radius:20px;
    box-shadow:0 18px 42px rgba(16,32,51,.09);
    overflow:hidden;
}

.trust-grid div{
    padding:20px 22px;
    border-right:1px solid var(--home-line);
}

.trust-grid div:last-child{
    border-right:0;
}

.trust-grid strong,
.trust-grid span{
    display:block;
}

.trust-grid strong{
    color:var(--home-blue);
    font-size:17px;
    font-weight:950;
}

.trust-grid span{
    margin-top:4px;
    color:var(--home-muted);
    font-size:14px;
}

.home-section,
.app-section,
.community-section,
.seo-section,
.faq-section-v2,
.final-cta-v2{
    padding:76px 0;
}

.app-section,
.community-section,
.faq-section-v2{
    background:var(--home-soft);
}

.section-intro{
    max-width:760px;
    margin:0 auto 32px;
    text-align:center;
}

.section-intro h2,
.app-section h2,
.section-row h2,
.seo-panel h2,
.final-cta-v2 h2{
    color:var(--home-blue);
    font-size:clamp(2rem,3vw,3rem);
    line-height:1.08;
    font-weight:950;
    letter-spacing:0;
    margin:0;
}

.section-intro p:not(.eyebrow),
.app-section p,
.seo-panel p,
.final-cta-v2 p{
    color:var(--home-muted);
    font-size:16px;
    line-height:1.75;
    margin-top:16px;
}

.service-grid-v2{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:18px;
}

.service-card-v2,
.steps-v2 article,
.faq-grid-v2 article{
    background:#fff;
    border:1px solid rgba(22,63,130,.11);
    border-radius:18px;
    padding:22px;
    box-shadow:0 14px 34px rgba(16,32,51,.06);
}

.service-card-v2 span,
.steps-v2 span{
    display:inline-flex;
    width:36px;
    height:36px;
    align-items:center;
    justify-content:center;
    border-radius:12px;
    background:rgba(103,189,232,.16);
    color:var(--home-blue);
    font-weight:950;
}

.service-card-v2 h3,
.steps-v2 h3,
.faq-grid-v2 h3{
    color:var(--home-ink);
    font-size:19px;
    font-weight:950;
    margin:18px 0 8px;
}

.service-card-v2 p,
.steps-v2 p,
.faq-grid-v2 p{
    color:var(--home-muted);
    margin:0;
    line-height:1.65;
}

.phone-mock{
    max-width:330px;
    margin:auto;
    padding:12px;
    background:#0d1b2f;
    border-radius:34px;
    box-shadow:var(--home-shadow);
}

.phone-top{
    width:88px;
    height:6px;
    border-radius:999px;
    background:rgba(255,255,255,.28);
    margin:8px auto 12px;
}

.phone-screen{
    min-height:480px;
    padding:32px 24px;
    background:linear-gradient(180deg,#fff,#eef8ff);
    border-radius:24px;
}

.phone-screen img{
    width:160px;
    margin-bottom:28px;
}

.phone-screen h2{
    font-size:30px;
    color:var(--home-blue);
    font-weight:950;
}

.phone-screen ul,
.feature-list-v2{
    list-style:none;
    padding:0;
    margin:22px 0 0;
}

.phone-screen li{
    padding:12px 0;
    border-bottom:1px solid rgba(22,63,130,.1);
    color:#334155;
    font-weight:800;
}

.feature-list-v2{
    display:grid;
    gap:12px;
}

.feature-list-v2 div{
    padding:16px;
    border:1px solid rgba(22,63,130,.12);
    border-radius:16px;
    background:#fff;
}

.feature-list-v2 strong,
.feature-list-v2 span{
    display:block;
}

.feature-list-v2 strong{
    color:var(--home-blue);
    font-weight:950;
}

.feature-list-v2 span{
    color:var(--home-muted);
    margin-top:3px;
}

.steps-v2,
.faq-grid-v2{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:16px;
}

.section-row{
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    gap:24px;
    margin-bottom:28px;
}

.section-row > div{
    max-width:760px;
}

.pet-grid-v2{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:18px;
}

.pet-card-v2{
    display:block;
    overflow:hidden;
    color:inherit;
    background:#fff;
    border:1px solid rgba(22,63,130,.12);
    border-radius:18px;
    box-shadow:0 14px 34px rgba(16,32,51,.07);
}

.pet-card-v2 img{
    width:100%;
    aspect-ratio:4 / 3;
    object-fit:cover;
}

.pet-card-v2 strong,
.pet-card-v2 span{
    display:block;
    padding-left:16px;
    padding-right:16px;
}

.pet-card-v2 strong{
    padding-top:15px;
    color:var(--home-blue);
    font-size:17px;
    font-weight:950;
}

.pet-card-v2 span{
    padding-bottom:16px;
    color:var(--home-muted);
}

.empty-state-v2{
    grid-column:1 / -1;
    padding:24px;
    border:1px dashed rgba(22,63,130,.25);
    border-radius:18px;
    text-align:center;
    color:var(--home-muted);
    background:#fff;
}

.seo-panel{
    max-width:980px;
    margin:auto;
    padding:34px;
    background:#fff;
    border:1px solid rgba(22,63,130,.12);
    border-radius:24px;
    box-shadow:0 16px 42px rgba(16,32,51,.07);
}

.final-cta-v2{
    text-align:center;
    color:#fff;
    background:linear-gradient(135deg,var(--home-blue),var(--home-blue-900));
}

.final-cta-v2 h2{
    color:#fff;
}

.final-cta-v2 p{
    max-width:680px;
    margin-left:auto;
    margin-right:auto;
    color:rgba(255,255,255,.86);
}

.final-cta-v2 .btn-secondary-gm{
    border-color:rgba(255,255,255,.34);
}

@media (max-width: 991.98px){
    .home-hero-v2{
        padding-top:34px;
    }

    .download-panel,
    .section-row{
        grid-template-columns:1fr;
        align-items:flex-start;
    }

    .trust-grid,
    .service-grid-v2,
    .steps-v2,
    .faq-grid-v2,
    .pet-grid-v2{
        grid-template-columns:repeat(2,1fr);
    }
}

@media (max-width: 575.98px){
    .home-hero-v2,
    .home-section,
    .app-section,
    .community-section,
    .seo-section,
    .faq-section-v2,
    .final-cta-v2{
        padding:44px 0;
    }

    .home-hero-v2 h1{
        font-size:2.45rem;
    }

    .hero-actions-v2,
    .store-buttons{
        width:100%;
    }

    .btn-main,
    .btn-secondary-gm,
    .store-buttons a{
        width:100%;
    }

    .download-panel{
        display:grid;
    }

    .store-buttons img{
        height:38px;
    }

    .trust-grid,
    .service-grid-v2,
    .steps-v2,
    .faq-grid-v2,
    .pet-grid-v2{
        grid-template-columns:1fr;
    }

    .trust-grid div{
        border-right:0;
        border-bottom:1px solid var(--home-line);
    }

    .trust-grid div:last-child{
        border-bottom:0;
    }

    .hero-media-v2 figcaption{
        position:static;
        margin-top:12px;
        color:var(--home-ink);
        background:#f4f9fd;
    }

    .seo-panel{
        padding:24px 18px;
    }
}
