.pasumai-home {
    color: var(--ph-color-text);
    font-family: var(--ph-font-sans);
}

/* Full-bleed bands (.ph-band) and centered containers (.ph-container) are the sitewide
   primitives from ph-grid.css now - this page just sets the section rhythm on top of them. */
.pasumai-home section {
    padding: 48px 0;
}

.pasumai-home h1, .pasumai-home h2, .pasumai-home h3,
.pasumai-home h4, .pasumai-home h5, .pasumai-home h6 {
    margin: 0 0 .5rem;
    line-height: 1.25;
}

.pasumai-home p {
    margin: 0 0 1rem;
}

.pasumai-home img {
    max-width: 100%;
    height: auto;
}

.pasumai-home .kicker {
    display: inline-block;
    background: rgba(16,132,126,.09);
    color: var(--ph-color-primary-700);
    border: 1px solid rgba(16,132,126,.22);
    padding: 5px 14px;
    border-radius: 999px;
    font-size: .85rem;
    font-weight: 600;
    letter-spacing: .03em;
    margin-bottom: 14px;
}

.pasumai-home .sec-head {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 40px;
}

.pasumai-home .sec-head h2 {
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--ph-color-text);
}

.pasumai-home .sec-head h2 em {
    font-style: normal;
    color: var(--ph-color-primary-600);
}

.pasumai-home .sec-head p {
    color: var(--ph-color-text-muted);
    font-size: 1.05rem;
    margin: 0;
}

/* Buttons: base pill/size come from ph-components.css (.ph-btn .ph-btn-pill .ph-btn-lg
   plus a .ph-btn-primary/.ph-btn-whatsapp/.ph-btn-ghost variant, applied directly in the
   markup) - this page only adds the extra hero-specific lift/shadow treatment. */
.pasumai-home .ph-btn.ph-btn-pill {
    font-weight: var(--ph-fw-bold);
}
.pasumai-home .ph-btn.ph-btn-pill:hover {
    transform: translateY(-2px);
}

.pasumai-home .ph-btn-primary.ph-btn-pill,
.pasumai-home .ph-btn-whatsapp.ph-btn-pill {
    box-shadow: 0 10px 22px rgba(16,132,126,.32);
}

.pasumai-home .ph-btn-whatsapp i {
    font-size: 1.25rem;
}

/* ---------- Hero ---------- */
.pasumai-home .hero {
    position: relative;
    background: linear-gradient(160deg, #eafaf7 0%, #f7fcfb 55%, #fff8e8 100%);
    overflow: hidden;
    padding: 24px 0 32px;
}

/* Panorama background: slowly travels left to right across the store photo */
.pasumai-home .hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.pasumai-home .hero-slide {
    position: absolute;
    top: -24px;
    bottom: -24px;
    /* Wider than its container so the transform pan below never exposes an edge;
       clipped by .hero's overflow:hidden. */
    left: -15%;
    right: -15%;
    background-image: var(--hero-bg-image);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    filter: blur(1.5px);
    /* transform is GPU-compositable (unlike animating background-position), so this pan
       runs off the main thread instead of forcing a repaint on every frame. */
    animation: ph-hero-pan 180s linear infinite alternate;
    will-change: transform;
}

@keyframes ph-hero-pan {
    from { transform: translateX(-6%); }
    to { transform: translateX(6%); }
}

/* Semi-transparent wash so hero text stays readable over the photo */
.pasumai-home .hero-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, rgba(234,250,247,.88) 0%, rgba(247,252,251,.8) 55%, rgba(255,248,232,.86) 100%);
}

.pasumai-home .hero-inner {
    position: relative;
    z-index: 1;
    max-width: 780px;
    text-align: center;
}

.pasumai-home .hero-inner .hero-ctas,
.pasumai-home .hero-inner .hero-trust {
    justify-content: center;
}

.pasumai-home .hero-inner .lead {
    margin-left: auto;
    margin-right: auto;
}

.pasumai-home .hero-logo {
    margin-bottom: 20px;
}

.pasumai-home .hero-logo img {
    width: min(440px, 82vw);
    height: auto;
}

/* Navbar logo hidden while the big hero logo is in view (homepage only);
   fades back in once the hero logo scrolls out under the navbar */
nav.navbar img[src*="banner-inverse"] {
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease, visibility .3s ease;
}

body.ph-show-navlogo nav.navbar img[src*="banner-inverse"] {
    opacity: 1;
    visibility: visible;
}

@media (prefers-reduced-motion: reduce) {
    .pasumai-home .hero-slide {
        animation: none;
        transform: none;
    }
}

.pasumai-home .hero h1 {
    font-size: 2.1rem;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 16px;
}

.pasumai-home .hero h1 em {
    font-style: normal;
    color: var(--ph-color-primary-600);
}

.pasumai-home .hero .lead {
    font-size: 1.1rem;
    font-weight: 500;
    max-width: 34rem;
    margin-bottom: 26px;
}

.pasumai-home .hero-ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
    margin-bottom: 14px;
}

.pasumai-home .hero-alt-link {
    display: inline-block;
    color: var(--ph-color-primary-700);
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px dashed rgba(16,132,126,.5);
}

.pasumai-home .hero-alt-link:hover {
    color: var(--ph-color-primary-600);
    text-decoration: none;
}

.pasumai-home .hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 26px;
}

.pasumai-home .trust-chip {
    background: #fff;
    border: 1px solid rgba(16,132,126,.15);
    border-radius: 999px;
    padding: 8px 16px;
    font-size: .88rem;
    font-weight: 600;
    color: var(--ph-color-primary-700);
    box-shadow: 0 4px 12px rgba(16,132,126,.08);
}

.pasumai-home .trust-chip i {
    color: var(--ph-color-primary-600);
    margin-right: 6px;
}

/* ---------- Stats ---------- */
.pasumai-home .stats {
    background: linear-gradient(120deg, var(--ph-color-primary-700), var(--ph-color-primary-600) 55%, var(--ph-color-primary-500));
    padding: 44px 0;
}

.pasumai-home .stats .ph-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: center;
}

.pasumai-home .stat-num {
    font-size: 2.2rem;
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
}

.pasumai-home .stat-num .suffix {
    color: var(--ph-color-accent);
}

.pasumai-home .stat-label {
    color: rgba(255,255,255,.85);
    font-size: .95rem;
    margin-top: 4px;
}

/* ---------- Feature cards ---------- */
.pasumai-home .feature-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.pasumai-home .feature-card {
    background: var(--ph-color-surface);
    border-radius: var(--ph-radius-lg);
    padding: 26px 22px;
    box-shadow: var(--ph-shadow-sm);
    border: 1px solid rgba(16,132,126,.08);
    transition: transform .18s ease, box-shadow .18s ease;
}

.pasumai-home .feature-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--ph-shadow-lg);
}

.pasumai-home .feature-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    font-size: 1.35rem;
    color: #fff;
    background: linear-gradient(135deg, var(--ph-color-primary-600), var(--ph-color-primary-500));
    margin-bottom: 16px;
}

.pasumai-home .feature-card h3 {
    font-size: 1.08rem;
    font-weight: 700;
}

.pasumai-home .feature-card p {
    color: var(--ph-color-text-muted);
    font-size: .94rem;
    margin: 0;
}

/* ---------- Services (care beyond medicines) ---------- */
.pasumai-home .care {
    background: var(--ph-color-bg-soft);
}

.pasumai-home .care-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.pasumai-home .care-card {
    background: var(--ph-color-surface);
    border-radius: var(--ph-radius-lg);
    overflow: hidden;
    box-shadow: var(--ph-shadow-sm);
    transition: transform .18s ease, box-shadow .18s ease;
}

.pasumai-home .care-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--ph-shadow-lg);
}

.pasumai-home .care-card .art {
    height: 130px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, rgba(16,132,126,.14), rgba(38,166,154,.26));
    position: relative;
    overflow: hidden;
}

.pasumai-home .care-card .art::before,
.pasumai-home .care-card .art::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: rgba(255,255,255,.35);
}

.pasumai-home .care-card .art::before {
    width: 120px;
    height: 120px;
    top: -46px;
    left: -34px;
}

.pasumai-home .care-card .art::after {
    width: 90px;
    height: 90px;
    bottom: -38px;
    right: -24px;
}

.pasumai-home .care-card .art i {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #fff;
    color: var(--ph-color-primary-600);
    font-size: 2rem;
    box-shadow: 0 10px 22px rgba(16,132,126,.25);
    position: relative;
    z-index: 1;
}

.pasumai-home .care-card .body {
    padding: 18px 20px 22px;
}

.pasumai-home .care-card h3 {
    font-size: 1.05rem;
    font-weight: 700;
}

.pasumai-home .care-card p {
    color: var(--ph-color-text-muted);
    font-size: .92rem;
    margin: 0;
}

.pasumai-home .care-badge {
    display: inline-block;
    background: rgba(16,132,126,.1);
    color: var(--ph-color-primary-700);
    font-size: .78rem;
    font-weight: 700;
    border-radius: 999px;
    padding: 3px 10px;
    margin-bottom: 8px;
}

/* ---------- Categories ---------- */
.pasumai-home .cat-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.pasumai-home .cat-card {
    text-align: center;
    background: var(--ph-color-surface);
    border-radius: var(--ph-radius-lg);
    border: 1px solid rgba(16,132,126,.1);
    padding: 26px 18px;
    box-shadow: var(--ph-shadow-sm);
    transition: transform .18s ease;
}

.pasumai-home .cat-card:hover {
    transform: translateY(-6px);
}

.pasumai-home .cat-icon {
    width: 68px;
    height: 68px;
    border-radius: 20px;
    display: grid;
    place-items: center;
    margin: 0 auto 14px;
    font-size: 1.7rem;
    color: #fff;
    background: linear-gradient(135deg, var(--ph-color-primary-600), var(--ph-color-primary-500));
    box-shadow: 0 10px 22px rgba(16,132,126,.25);
}

.pasumai-home .cat-card h3 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 2px;
}

.pasumai-home .cat-card p {
    color: var(--ph-color-text-muted);
    font-size: .88rem;
    margin: 0;
}

/* ---------- How to order ---------- */
.pasumai-home .order {
    background: linear-gradient(135deg, #d7f3ee 0%, #e8f3f7 55%, #f7f9e8 100%);
}

.pasumai-home .order-steps {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
    margin-bottom: 34px;
}

.pasumai-home .order-step {
    background: #fff;
    border-radius: var(--ph-radius-lg);
    padding: 26px 22px;
    box-shadow: var(--ph-shadow-sm);
    position: relative;
}

.pasumai-home .order-step .num {
    position: absolute;
    top: -14px;
    left: 22px;
    background: var(--ph-color-primary-600);
    color: #fff;
    font-weight: 800;
    font-size: .85rem;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    box-shadow: 0 6px 14px rgba(16,132,126,.35);
}

.pasumai-home .order-step i {
    font-size: 1.5rem;
    color: var(--ph-color-primary-600);
    margin-bottom: 10px;
}

.pasumai-home .order-step h3 {
    font-size: 1.05rem;
    font-weight: 700;
}

.pasumai-home .order-step p {
    color: var(--ph-color-text-muted);
    font-size: .93rem;
    margin: 0;
}

.pasumai-home .order-note {
    text-align: center;
    font-size: .95rem;
    color: var(--ph-color-primary-700);
    font-weight: 600;
    margin-bottom: 24px;
}

.pasumai-home .order-ctas {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
}

/* ---------- Leadership ---------- */
.pasumai-home .team-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.pasumai-home .team-card {
    background: var(--ph-color-surface);
    border-radius: var(--ph-radius-lg);
    padding: 26px 20px;
    text-align: center;
    box-shadow: var(--ph-shadow-sm);
    border: 1px solid rgba(16,132,126,.08);
}

.pasumai-home .team-card img {
    width: 116px;
    height: 140px;
    border-radius: 18px;
    object-fit: cover;
    margin-bottom: 14px;
}

.pasumai-home .team-card .name {
    font-size: 1.05rem;
    font-weight: 800;
    margin-bottom: 2px;
}

.pasumai-home .team-card .role {
    color: var(--ph-color-primary-600);
    font-weight: 700;
    font-size: .9rem;
    margin-bottom: 8px;
}

.pasumai-home .team-card .bio {
    color: var(--ph-color-text-muted);
    font-size: .92rem;
    margin: 0;
}

/* ---------- Testimonials ---------- */
.pasumai-home .testimonials {
    background: var(--ph-color-bg-soft);
}

.pasumai-home .testi-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.pasumai-home .testi-card {
    background: #fff;
    border-radius: var(--ph-radius-lg);
    padding: 26px 24px;
    box-shadow: var(--ph-shadow-sm);
    display: flex;
    flex-direction: column;
}

.pasumai-home .testi-stars {
    color: #f6b01e;
    margin-bottom: 12px;
    letter-spacing: 2px;
}

.pasumai-home .testi-card .quote {
    font-size: 1rem;
    color: var(--ph-color-text);
    flex: 1;
    margin-bottom: 16px;
}

.pasumai-home .testi-card .who {
    font-weight: 800;
    font-size: .95rem;
}

.pasumai-home .testi-card .where {
    color: var(--ph-color-text-muted);
    font-size: .85rem;
}

/* ---------- App + Careers CTA ---------- */
.pasumai-home .cta-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: stretch;
}

.pasumai-home .cta-card {
    border-radius: 24px;
    padding: 40px;
    box-shadow: var(--ph-shadow-lg);
}

.pasumai-home .app-cta {
    background: linear-gradient(120deg, var(--ph-color-primary-700), var(--ph-color-primary-600));
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 28px;
    flex-wrap: wrap;
}

.pasumai-home .app-cta h2 {
    color: #fff;
    font-size: 1.7rem;
    font-weight: 800;
}

.pasumai-home .app-cta p {
    color: rgba(255,255,255,.85);
    margin: 0;
}

/* White chip so the Play Store logo (transparent PNG) always has
   clean contrast, regardless of the card behind it */
.pasumai-home .store-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 14px;
    padding: 12px 22px;
    box-shadow: 0 8px 18px rgba(0,0,0,.18);
    transition: transform .18s ease, box-shadow .18s ease;
}

.pasumai-home .store-badge:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(0,0,0,.22);
}

.pasumai-home .store-badge img {
    width: 160px;
    height: auto;
    display: block;
}

.pasumai-home .app-cta .store-note {
    display: block;
    color: rgba(255,255,255,.7);
    font-size: .82rem;
    text-align: center;
    margin-top: 8px;
}

.pasumai-home .jobs-cta {
    background: var(--ph-color-bg-soft);
    border: 1px solid rgba(16,132,126,.14);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.pasumai-home .jobs-cta .feature-icon {
    margin-bottom: 14px;
}

.pasumai-home .jobs-cta h2 {
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--ph-color-text);
}

.pasumai-home .jobs-cta p {
    color: var(--ph-color-text-muted);
    margin-bottom: 18px;
}

/* ---------- Reveal animation ---------- */
.pasumai-home .reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .6s ease, transform .6s ease;
}

.pasumai-home .reveal.in {
    opacity: 1;
    transform: none;
}

@media (prefers-reduced-motion: reduce) {
    .pasumai-home .reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

/* ---------- Responsive ----------
   Mobile-first (base rules above = mobile). Single desktop breakpoint at
   900px, matching the sitewide two-state system - no intermediate tablet
   tier. */
@media (min-width: 900px) {
    .pasumai-home section {
        padding: 64px 0;
    }

    .pasumai-home .sec-head h2 {
        font-size: 2rem;
    }

    .pasumai-home .hero {
        padding: 96px 0 84px;
    }

    .pasumai-home .hero h1 {
        font-size: 2.6rem;
    }

    .pasumai-home .feature-grid,
    .pasumai-home .care-grid,
    .pasumai-home .cat-grid,
    .pasumai-home .stats .ph-container {
        grid-template-columns: repeat(4, 1fr);
    }

    .pasumai-home .order-steps,
    .pasumai-home .team-grid,
    .pasumai-home .testi-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .pasumai-home .cta-grid {
        grid-template-columns: 1.3fr 1fr;
    }

    .pasumai-home .app-cta {
        justify-content: space-between;
        text-align: left;
    }

    .pasumai-home .jobs-cta {
        text-align: left;
        align-items: flex-start;
    }
}
