/**
 * Nipun India Schools homepage — brand polish layer (visual only).
 * Videos, copy, and button labels unchanged; clean, smooth enterprise look.
 */

body.hp-home-page {
    --hp-muted: #64748b;
    --hp-ease-smooth: cubic-bezier(0.22, 1, 0.36, 1);
    background: #f1f5f9;
}

html.hp-page-root {
    scroll-behavior: auto;
}

.hp-home-page .hp-header {
    transition:
        background 0.35s var(--hp-ease-smooth),
        box-shadow 0.35s var(--hp-ease-smooth),
        border-color 0.35s var(--hp-ease-smooth);
}

/* Shared header/nav/footer: site-national.css (loaded last) */

.hp-home-page .hp-module-card {
    transition-timing-function: var(--hp-ease-smooth);
}

/* Shared glass surface — modules & other cards on dark sections */
.hp-glass-card {
    position: relative;
    isolation: isolate;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.78) 48%, rgba(244, 248, 255, 0.82) 100%);
    border: 1px solid rgba(255, 255, 255, 0.62);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.85) inset,
        0 0 0 1px rgba(186, 220, 255, 0.18),
        0 12px 32px rgba(0, 18, 40, 0.24),
        0 4px 10px rgba(0, 36, 67, 0.1);
    backdrop-filter: blur(22px) saturate(1.45);
    -webkit-backdrop-filter: blur(22px) saturate(1.45);
}

.hp-glass-card-shine {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    z-index: 0;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.55) 0%, transparent 38%),
        radial-gradient(ellipse 90% 60% at 50% -20%, rgba(255, 255, 255, 0.65) 0%, transparent 55%);
    opacity: 0.9;
}

.hp-glass-card-inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
    .hp-glass-card {
        background: rgba(255, 255, 255, 0.94);
    }
}

.hp-home-page a,
.hp-home-page button,
.hp-home-page .hp-btn,
.hp-home-page .hp-resource-card,
.hp-home-page .affiliate-card,
.hp-home-page .policy-card,
.hp-home-page .hp-review-card,
.hp-home-page .hp-gallery-item,
.hp-home-page .hp-glass-card {
    transition-timing-function: var(--hp-ease-smooth);
}

/* ---- Announcement ticker (trendy homepage badge only — base strip in site-national.css) ---- */
.hp-home-page .hp-ticker--trendy {
    position: relative;
    top: auto;
    z-index: 1;
    overflow: hidden;
    background:
        linear-gradient(90deg, #001528 0%, var(--hp-navy) 28%, #0a3d6e 58%, var(--hp-indigo) 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.hp-home-page .hp-ticker--trendy::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, transparent 40%, rgba(255, 255, 255, 0.06) 50%, transparent 60%);
    pointer-events: none;
    animation: hp-ticker-shimmer 4s ease-in-out infinite;
}

@keyframes hp-ticker-shimmer {
    0%, 100% { transform: translateX(-120%); }
    50% { transform: translateX(120%); }
}

.hp-home-page .hp-ticker-inner {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    max-width: 100%;
    padding: 0 0.75rem;
}

.hp-home-page .hp-ticker-badge {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.28rem 0.65rem;
    border-radius: 999px;
    font-size: 0.6875rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #fff;
    background: rgba(234, 173, 58, 0.25);
    border: 1px solid rgba(234, 173, 58, 0.45);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.hp-home-page .hp-ticker-badge i {
    font-size: 0.625rem;
    color: var(--hp-gold, #eaad3a);
}

.hp-home-page .hp-ticker--trendy .hp-ticker-marquee {
    flex: 1;
    min-width: 0;
}

/* ---- Header (homepage video overlay tweaks only — shared chrome in site-national.css) ---- */
.hp-home-page.hp-hero-on-video .hp-header {
    transition:
        background 0.35s var(--hp-ease-smooth),
        box-shadow 0.35s var(--hp-ease-smooth),
        border-color 0.35s var(--hp-ease-smooth);
}

/* ---- Unified CTA pills (homepage hero/modules only) ---- */
.hp-home-page .hp-btn-primary,
.hp-home-page .hp-hero-cta,
.hp-home-page .hp-story-watch-btn,
.hp-home-page .hp-modules-cta-btn {
    border-radius: 999px;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.hp-home-page .hp-story-watch-btn {
    color: var(--hp-navy) !important;
    background: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.65);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.22);
    min-height: 3rem;
    padding: 0 1.65rem;
    font-size: 1rem;
}

.hp-home-page .hp-story-watch-btn--glass {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.16) !important;
    border: 1px solid rgba(255, 255, 255, 0.38) !important;
    backdrop-filter: blur(14px) saturate(1.35);
    -webkit-backdrop-filter: blur(14px) saturate(1.35);
    box-shadow: 0 10px 32px rgba(0, 0, 0, 0.25);
}

.hp-home-page .hp-story-watch-btn--glass:hover {
    background: rgba(255, 255, 255, 0.26) !important;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.3);
}

.hp-home-page .hp-story-watch-btn--glass .hp-story-watch-icon {
    background: rgba(255, 255, 255, 0.95);
    color: var(--hp-navy);
}

.hp-home-page .hp-story-feature-row {
    margin-top: 1.15rem;
}

.hp-home-page .hp-story-watch-btn:hover {
    background: #f8fafc !important;
    color: var(--hp-navy) !important;
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.28);
}

.hp-home-page .hp-story-watch-icon {
    background: var(--hp-navy);
}

/* ---- Smooth scroll reveal ---- */
@media (min-width: 901px) and (prefers-reduced-motion: no-preference) {
    .hp-home-page .hp-reveal {
        opacity: 0;
        transform: none;
        transition: opacity 0.45s var(--hp-ease-smooth);
        will-change: opacity;
    }

    .hp-home-page .hp-reveal.is-visible {
        opacity: 1;
        will-change: auto;
    }
}

@media (max-width: 900px) and (prefers-reduced-motion: no-preference) {
    .hp-home-page .hp-reveal {
        opacity: 0;
        transform: translateY(10px);
        transition: opacity 0.45s ease, transform 0.45s ease;
    }

    .hp-home-page .hp-reveal.is-visible {
        opacity: 1;
        transform: none;
    }
}

/* ---- Content sections ---- */
.hp-home-page .hp-section:not(.hp-modules--fedena):not(.hp-seo-hub--editorial):not(.hp-states-overview--atlas) {
    background: #fff;
}

.hp-home-page main > .hp-section + .hp-section {
    border-top: 1px solid rgba(226, 232, 240, 0.65);
}

.hp-home-page .section-head {
    margin-bottom: 0.25rem;
}

.hp-home-page .section-head h2 {
    line-height: 1.2;
}

.hp-home-page .hp-problem-grid {
    gap: clamp(1.25rem, 2vw, 1.65rem);
}

@media (min-width: 1100px) {
    .hp-home-page .hp-problem-grid {
        gap: 1.75rem;
    }
}

/* ---- Modules band — polished blue + scattered red & light accents ---- */
.hp-home-page .hp-modules.hp-modules--fedena {
    --hp-mod-blue-deep: #001528;
    --hp-mod-blue-mid: #003366;
    --hp-mod-blue-bright: #1a6bb5;
    --hp-mod-red-glow: rgba(222, 49, 99, 0.38);
    --hp-mod-lite-glow: rgba(186, 220, 255, 0.28);
    position: relative;
    isolation: isolate;
    overflow: hidden;
    border-top: none !important;
    background:
        linear-gradient(180deg, rgba(186, 220, 255, 0.06) 0%, transparent 14%),
        linear-gradient(168deg, var(--hp-mod-blue-deep) 0%, var(--hp-navy) 30%, var(--hp-mod-blue-mid) 58%, #0d4d85 82%, #1565a8 100%) !important;
    box-shadow:
        inset 0 1px 0 rgba(186, 220, 255, 0.14),
        inset 0 -1px 0 rgba(0, 0, 0, 0.18);
}

.hp-home-page .hp-modules-bg-decor {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

/* Floating colour orbs — blue base, lite pools, red accents */
.hp-home-page .hp-mod-orb {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(60px);
    will-change: transform;
}

.hp-home-page .hp-mod-orb--blue-main {
    width: min(55vw, 520px);
    height: min(55vw, 520px);
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    background: radial-gradient(circle, rgba(49, 112, 222, 0.45) 0%, transparent 68%);
    filter: blur(70px);
    opacity: 0.9;
}

.hp-home-page .hp-mod-orb--lite-1 {
    width: min(38vw, 340px);
    height: min(38vw, 340px);
    top: -4%;
    left: 8%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.22) 0%, rgba(186, 220, 255, 0.12) 40%, transparent 70%);
    filter: blur(55px);
}

.hp-home-page .hp-mod-orb--lite-2 {
    width: min(32vw, 280px);
    height: min(32vw, 280px);
    top: 42%;
    right: 6%;
    background: radial-gradient(circle, rgba(220, 238, 255, 0.2) 0%, transparent 65%);
    filter: blur(50px);
}

.hp-home-page .hp-mod-orb--lite-3 {
    width: min(28vw, 240px);
    height: min(28vw, 240px);
    bottom: 8%;
    left: 38%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.14) 0%, transparent 68%);
    filter: blur(48px);
}

.hp-home-page .hp-mod-orb--red-1 {
    width: min(28vw, 260px);
    height: min(28vw, 260px);
    top: 6%;
    right: 12%;
    background: radial-gradient(circle, var(--hp-mod-red-glow) 0%, rgba(222, 49, 99, 0.08) 45%, transparent 72%);
    filter: blur(58px);
}

.hp-home-page .hp-mod-orb--red-2 {
    width: min(22vw, 200px);
    height: min(22vw, 200px);
    top: 55%;
    left: 4%;
    background: radial-gradient(circle, rgba(229, 75, 60, 0.32) 0%, transparent 68%);
    filter: blur(52px);
}

.hp-home-page .hp-mod-orb--red-3 {
    width: min(20vw, 180px);
    height: min(20vw, 180px);
    bottom: 14%;
    right: 22%;
    background: radial-gradient(circle, rgba(222, 49, 99, 0.28) 0%, transparent 70%);
    filter: blur(46px);
}

@keyframes hp-mod-orb-drift {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(10px, -14px) scale(1.04); }
    66% { transform: translate(-8px, 8px) scale(0.98); }
}

@keyframes hp-mod-orb-drift-center {
    0%, 100% { transform: translateX(-50%) translateY(0) scale(1); }
    50% { transform: translateX(calc(-50% + 6px)) translateY(-16px) scale(1.06); }
}

@keyframes hp-mod-orb-pulse {
    0%, 100% { opacity: 0.75; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.08); }
}

.hp-home-page .hp-mod-orb--blue-main {
    animation: hp-mod-orb-drift-center 20s ease-in-out infinite;
}

.hp-home-page .hp-mod-orb--lite-1 { animation: hp-mod-orb-drift 16s ease-in-out infinite; }
.hp-home-page .hp-mod-orb--lite-2 { animation: hp-mod-orb-drift 19s ease-in-out -4s infinite; }
.hp-home-page .hp-mod-orb--lite-3 { animation: hp-mod-orb-drift 17s ease-in-out -8s infinite; }
.hp-home-page .hp-mod-orb--red-1 { animation: hp-mod-orb-pulse 12s ease-in-out infinite; }
.hp-home-page .hp-mod-orb--red-2 { animation: hp-mod-orb-drift 15s ease-in-out -3s infinite; }
.hp-home-page .hp-mod-orb--red-3 { animation: hp-mod-orb-pulse 14s ease-in-out -6s infinite; }

@media (prefers-reduced-motion: reduce) {
    .hp-home-page .hp-mod-orb {
        animation: none !important;
    }

    .hp-home-page .hp-module-card {
        animation: none !important;
    }
}

.hp-home-page .hp-modules-bg-decor::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    height: clamp(3rem, 8vw, 5.5rem);
    background: linear-gradient(180deg, rgba(232, 240, 253, 0.18) 0%, transparent 100%);
}

.hp-home-page .hp-modules-bg-decor::after {
    content: "";
    position: absolute;
    top: 0;
    left: -15%;
    width: 130%;
    height: clamp(2.5rem, 5vw, 4rem);
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 48' preserveAspectRatio='none'%3E%3Cpath fill='%23e8f0fd' fill-opacity='0.08' d='M0 48V24c120-16 240-16 360 0s240 16 360 0 240-16 360 0 240 16 360 0V48H0z'/%3E%3C/svg%3E") center top / 100% 100% no-repeat;
}

.hp-home-page .hp-modules.hp-modules--fedena::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(186, 220, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(186, 220, 255, 0.04) 1px, transparent 1px),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cg fill='%23ffffff' fill-opacity='0.5'%3E%3Ccircle cx='6' cy='6' r='1'/%3E%3Ccircle cx='24' cy='6' r='1'/%3E%3Ccircle cx='42' cy='6' r='1'/%3E%3Ccircle cx='6' cy='24' r='1'/%3E%3Ccircle cx='24' cy='24' r='1'/%3E%3Ccircle cx='42' cy='24' r='1'/%3E%3Ccircle cx='6' cy='42' r='1'/%3E%3Ccircle cx='24' cy='42' r='1'/%3E%3Ccircle cx='42' cy='42' r='1'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 80px 80px, 80px 80px, 48px 48px;
    opacity: 0.5;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.8) 40%, rgba(0, 0, 0, 0.55) 100%);
    -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.8) 40%, rgba(0, 0, 0, 0.55) 100%);
    pointer-events: none;
    z-index: 0;
}

.hp-home-page .hp-modules.hp-modules--fedena::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 120% 80% at 50% 50%, transparent 38%, rgba(0, 10, 28, 0.38) 100%),
        linear-gradient(118deg, transparent 40%, rgba(255, 255, 255, 0.035) 50%, transparent 60%);
    pointer-events: none;
    z-index: 0;
}

.hp-home-page .hp-modules-wrap {
    position: relative;
    z-index: 1;
}

.hp-home-page .hp-modules-wrap::after {
    content: "";
    position: absolute;
    bottom: -2rem;
    left: 0;
    right: 0;
    height: 5rem;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 8, 22, 0.22) 100%);
    pointer-events: none;
}

.hp-home-page .hp-modules-kicker {
    display: inline-block;
    margin: 0 0 1rem;
    padding: 0.35rem 0.85rem;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.92);
    background: linear-gradient(135deg, rgba(49, 112, 222, 0.35), rgba(222, 49, 99, 0.28));
    border: 1px solid rgba(186, 220, 255, 0.35);
    border-radius: 999px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.hp-home-page .hp-modules-intro h2 {
    color: #fff;
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.25);
}

.hp-home-page .hp-modules-intro h2::after {
    content: "";
    display: block;
    width: 4.5rem;
    height: 3px;
    margin-top: 1.15rem;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--hp-indigo), var(--hp-pink), rgba(186, 220, 255, 0.9));
    box-shadow: 0 0 18px rgba(222, 49, 99, 0.35);
}

.hp-home-page .hp-modules-intro .hp-heading-light {
    color: rgba(255, 255, 255, 0.96) !important;
}

.hp-home-page .hp-modules-intro .hp-modules-accent,
.hp-home-page .hp-modules-intro .hp-heading-pink {
    text-shadow: 0 2px 20px rgba(222, 49, 99, 0.35);
}

.hp-home-page .hp-modules-tagline {
    color: rgba(255, 255, 255, 0.82);
    font-weight: 500;
    letter-spacing: 0.02em;
    padding-left: 0.85rem;
    border-left: 2px solid rgba(222, 49, 99, 0.55);
    margin-top: 1.25rem;
}

@keyframes hp-mod-card-rise {
    from {
        opacity: 0;
        transform: translateY(22px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hp-home-page .hp-module-card.hp-glass-card {
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.68);
    background:
        linear-gradient(155deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.82) 42%, rgba(238, 245, 255, 0.86) 100%);
    backdrop-filter: blur(24px) saturate(1.5);
    -webkit-backdrop-filter: blur(24px) saturate(1.5);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.9) inset,
        0 0 0 1px rgba(186, 220, 255, 0.22),
        0 16px 40px rgba(0, 16, 36, 0.26),
        0 4px 12px rgba(49, 112, 222, 0.08);
    transition:
        transform 0.34s var(--hp-ease-smooth),
        box-shadow 0.34s var(--hp-ease-smooth),
        border-color 0.24s ease,
        background 0.3s ease;
    animation: hp-mod-card-rise 0.7s var(--hp-ease-smooth) both;
}

.hp-home-page .hp-module-card {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    transition:
        transform 0.34s var(--hp-ease-smooth),
        box-shadow 0.34s var(--hp-ease-smooth),
        border-color 0.24s ease,
        background 0.3s ease;
    animation: hp-mod-card-rise 0.7s var(--hp-ease-smooth) both;
}

.hp-home-page .hp-module-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--hp-indigo), var(--hp-pink), var(--hp-indigo));
    opacity: 0;
    transition: opacity 0.28s ease;
}

.hp-home-page .hp-module-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 55%;
    height: 100%;
    background: linear-gradient(105deg, transparent 0%, rgba(255, 255, 255, 0.45) 48%, transparent 100%);
    transform: skewX(-18deg);
    transition: left 0.65s var(--hp-ease-smooth);
    pointer-events: none;
}

.hp-home-page .hp-module-card--slot-1 { animation-delay: 0.04s; }
.hp-home-page .hp-module-card--slot-2 { animation-delay: 0.08s; }
.hp-home-page .hp-module-card--slot-3 { animation-delay: 0.12s; }
.hp-home-page .hp-module-card--slot-4 { animation-delay: 0.16s; }
.hp-home-page .hp-module-card--slot-5 { animation-delay: 0.2s; }
.hp-home-page .hp-module-card--slot-6 { animation-delay: 0.24s; }
.hp-home-page .hp-module-card--slot-7 { animation-delay: 0.28s; }
.hp-home-page .hp-module-card--slot-8 { animation-delay: 0.32s; }
.hp-home-page .hp-module-card--slot-9 { animation-delay: 0.36s; }
.hp-home-page .hp-module-card--slot-10 { animation-delay: 0.4s; }
.hp-home-page .hp-module-card--slot-11 { animation-delay: 0.44s; }
.hp-home-page .hp-module-card--slot-12 { animation-delay: 0.48s; }

.hp-home-page .hp-module-card.hp-glass-card:hover,
.hp-home-page .hp-module-card:hover {
    border-color: rgba(255, 255, 255, 0.92);
    background:
        linear-gradient(155deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.92) 45%, rgba(254, 248, 250, 0.94) 100%);
    transform: translateY(-12px) scale(1.012);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 1) inset,
        0 0 0 1px rgba(255, 255, 255, 0.45),
        0 0 32px rgba(49, 112, 222, 0.12),
        0 20px 48px rgba(0, 12, 30, 0.32);
}

.hp-home-page .hp-module-card.hp-glass-card:focus-within {
    outline: none;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 1) inset,
        0 0 0 3px rgba(49, 112, 222, 0.28),
        0 16px 40px rgba(0, 16, 36, 0.26);
}

.hp-home-page .hp-module-card:hover::before {
    opacity: 1;
}

.hp-home-page .hp-module-card:hover::after {
    left: 130%;
}

.hp-home-page .hp-module-icon {
    color: var(--hp-pink);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.88) 0%, rgba(238, 245, 255, 0.72) 100%);
    border: 1px solid rgba(255, 255, 255, 0.85);
    border-radius: 50%;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.95) inset,
        0 0 0 1px rgba(186, 220, 255, 0.35),
        0 8px 22px rgba(49, 112, 222, 0.16);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: transform 0.34s var(--hp-ease-smooth), box-shadow 0.34s var(--hp-ease-smooth), background 0.28s ease;
}

.hp-home-page .hp-module-card:hover .hp-module-icon {
    transform: scale(1.08) translateY(-2px);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 1) inset,
        0 0 0 1px rgba(222, 49, 99, 0.25),
        0 12px 28px rgba(222, 49, 99, 0.2);
}

.hp-home-page .hp-module-card h3 {
    position: relative;
    z-index: 1;
    color: #002443;
    letter-spacing: -0.01em;
}

.hp-home-page .hp-module-card p {
    position: relative;
    z-index: 1;
    color: rgba(0, 36, 67, 0.78);
    font-size: 1rem;
    line-height: 1.62;
}

.hp-home-page .hp-module-link {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-top: auto;
    padding: 0.5rem 1rem;
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--hp-pink);
    text-decoration: none;
    background: rgba(255, 255, 255, 0.55);
    border: 1px solid rgba(222, 49, 99, 0.22);
    border-radius: 999px;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    transition:
        color 0.22s ease,
        background 0.22s ease,
        border-color 0.22s ease,
        transform 0.22s var(--hp-ease-smooth),
        box-shadow 0.22s ease;
}

.hp-home-page .hp-module-link:hover {
    color: #fff;
    background: linear-gradient(135deg, var(--hp-pink) 0%, #e54b3c 100%);
    border-color: transparent;
    box-shadow: 0 6px 18px rgba(222, 49, 99, 0.35);
    transform: translateY(-1px);
}

.hp-home-page .hp-module-link:focus-visible {
    outline: 2px solid rgba(49, 112, 222, 0.55);
    outline-offset: 3px;
}

.hp-home-page .hp-module-arrow {
    display: inline-block;
    transition: transform 0.22s var(--hp-ease-smooth);
}

.hp-home-page .hp-module-link:hover .hp-module-arrow {
    transform: translateX(4px);
}

.hp-home-page .hp-modules-cta {
    position: relative;
    padding-top: 2.5rem;
    margin-top: 3rem;
}

.hp-home-page .hp-modules-cta::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: min(520px, 80%);
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(186, 220, 255, 0.45), rgba(222, 49, 99, 0.35), rgba(186, 220, 255, 0.45), transparent);
}

.hp-home-page .hp-modules-cta-count strong {
    background: linear-gradient(135deg, #fff 20%, rgba(186, 220, 255, 0.95) 55%, rgba(222, 49, 99, 0.85) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 2px 12px rgba(222, 49, 99, 0.25));
}

.hp-home-page .hp-modules-cta-text {
    color: rgba(255, 255, 255, 0.86) !important;
}

.hp-home-page .hp-modules-cta-btn {
    background: linear-gradient(135deg, #ffffff 0%, #eef4ff 100%) !important;
    color: var(--hp-navy) !important;
    border: 1px solid rgba(186, 220, 255, 0.65);
    border-radius: 999px;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.95) inset,
        0 8px 28px rgba(0, 0, 0, 0.28),
        0 0 0 0 rgba(222, 49, 99, 0);
    transition: transform 0.22s var(--hp-ease-smooth), box-shadow 0.22s var(--hp-ease-smooth), border-color 0.22s ease;
}

.hp-home-page .hp-modules-cta-btn:hover {
    transform: translateY(-3px);
    border-color: rgba(222, 49, 99, 0.45);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.95) inset,
        0 14px 36px rgba(0, 0, 0, 0.32),
        0 0 24px rgba(222, 49, 99, 0.22);
}

/* ---- Schools / partner section — premium glass cards ---- */
.hp-home-page .hp-schools-band {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: clamp(2.5rem, 5vw, 4rem) 0;
    background:
        radial-gradient(ellipse 70% 55% at 50% 0%, rgba(49, 112, 222, 0.08) 0%, transparent 58%),
        radial-gradient(ellipse 45% 40% at 95% 80%, rgba(222, 49, 99, 0.06) 0%, transparent 55%),
        linear-gradient(180deg, #f8fafc 0%, #ffffff 55%, #f1f5f9 100%);
    border-top: 1px solid rgba(226, 232, 240, 0.9);
    border-bottom: 1px solid rgba(226, 232, 240, 0.85);
}

.hp-home-page .hp-schools-bg-decor {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(0, 36, 67, 0.015) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 36, 67, 0.015) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: radial-gradient(ellipse 90% 80% at 50% 40%, #000 15%, transparent 100%);
    -webkit-mask-image: radial-gradient(ellipse 90% 80% at 50% 40%, #000 15%, transparent 100%);
}

.hp-home-page .hp-schools-band .container {
    position: relative;
    z-index: 1;
}

.hp-home-page .hp-schools-head {
    margin-bottom: clamp(1.5rem, 3vw, 2rem);
}

.hp-home-page .hp-schools-lead {
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(0.9375rem, 1.4vw, 1.0625rem);
    line-height: 1.65;
    color: #64748b;
}

.hp-home-page .hp-schools-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(0.75rem, 2vw, 1.15rem);
}

@media (max-width: 960px) {
    .hp-home-page .hp-schools-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 520px) {
    .hp-home-page .hp-schools-stats-grid {
        grid-template-columns: 1fr;
    }
}

.hp-home-page .hp-school-stat-card {
    position: relative;
    overflow: hidden;
    padding: 0;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.75);
    background:
        linear-gradient(155deg, rgba(255, 255, 255, 0.97) 0%, rgba(248, 251, 255, 0.9) 100%);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.95) inset,
        0 0 0 1px rgba(186, 220, 255, 0.22),
        0 10px 28px rgba(0, 36, 67, 0.07);
    text-align: left;
    transition:
        transform 0.32s var(--hp-ease-smooth),
        box-shadow 0.32s ease,
        border-color 0.24s ease;
}

.hp-home-page .hp-school-stat-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    opacity: 0.9;
}

.hp-home-page .hp-school-stat-card--schools::before {
    background: linear-gradient(90deg, var(--hp-navy, #002443), var(--hp-brand, #3170de));
}

.hp-home-page .hp-school-stat-card--map::before {
    background: linear-gradient(90deg, #2563eb, #60a5fa);
}

.hp-home-page .hp-school-stat-card--setup::before {
    background: linear-gradient(90deg, #059669, #34d399);
}

.hp-home-page .hp-school-stat-card--support::before {
    background: linear-gradient(90deg, var(--hp-pink, #de3163), #f472b6);
}

.hp-home-page .hp-school-stat-card:hover {
    transform: translateY(-6px);
    border-color: rgba(49, 112, 222, 0.28);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 1) inset,
        0 0 0 1px rgba(186, 220, 255, 0.35),
        0 18px 40px rgba(49, 112, 222, 0.12);
}

.hp-home-page .hp-school-stat-inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.55rem;
    padding: clamp(1rem, 2.2vw, 1.25rem);
}

.hp-home-page .hp-school-stat-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 12px;
    font-size: 1rem;
    color: #fff;
    box-shadow: 0 6px 16px rgba(0, 36, 67, 0.12);
}

.hp-home-page .hp-school-stat-card--schools .hp-school-stat-icon {
    background: linear-gradient(135deg, var(--hp-navy, #002443), var(--hp-brand, #3170de));
}

.hp-home-page .hp-school-stat-card--map .hp-school-stat-icon {
    background: linear-gradient(135deg, #2563eb, #60a5fa);
}

.hp-home-page .hp-school-stat-card--setup .hp-school-stat-icon {
    background: linear-gradient(135deg, #059669, #34d399);
}

.hp-home-page .hp-school-stat-card--support .hp-school-stat-icon {
    background: linear-gradient(135deg, var(--hp-pink, #de3163), #f472b6);
}

.hp-home-page .hp-school-stat-card h3 {
    margin: 0;
    font-size: clamp(1rem, 1.5vw, 1.125rem);
    font-weight: 800;
    line-height: 1.25;
    color: var(--hp-navy, #002443) !important;
    letter-spacing: -0.01em;
}

.hp-home-page .hp-school-stat-card p {
    margin: 0;
    font-size: clamp(0.8125rem, 1.15vw, 0.9rem) !important;
    line-height: 1.6;
    font-weight: 500 !important;
    color: #64748b !important;
}

.hp-home-page .hp-home-centers-preview {
    margin-top: clamp(1.75rem, 3.5vw, 2.25rem);
    padding: clamp(1.1rem, 2.5vw, 1.45rem);
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.85) 0%, rgba(248, 251, 255, 0.72) 100%);
    border: 1px solid rgba(186, 220, 255, 0.4);
    box-shadow: 0 8px 24px rgba(49, 112, 222, 0.05);
}

.hp-home-page .hp-home-centers-preview-kicker {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    margin: 0 0 1rem;
    font-size: 0.625rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--hp-navy-mid, #0a3d6e);
}

.hp-home-page .hp-home-centers-preview-kicker::before,
.hp-home-page .hp-home-centers-preview-kicker::after {
    content: "";
    flex: 1;
    max-width: 80px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(49, 112, 222, 0.25));
}

.hp-home-page .hp-home-centers-preview-kicker::after {
    background: linear-gradient(90deg, rgba(49, 112, 222, 0.25), transparent);
}

.hp-home-page .hp-home-centers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: clamp(0.75rem, 2vw, 1rem);
}

.hp-home-page .hp-school-partner-card {
    position: relative;
    overflow: hidden;
    padding: 0;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 251, 255, 0.92) 100%);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.9) inset,
        0 8px 22px rgba(0, 36, 67, 0.06);
    text-align: left;
    transition: transform 0.28s var(--hp-ease-smooth), box-shadow 0.28s ease, border-color 0.22s ease;
}

.hp-home-page .hp-school-partner-card:hover {
    transform: translateY(-4px);
    border-color: rgba(49, 112, 222, 0.25);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 1) inset,
        0 14px 32px rgba(49, 112, 222, 0.1);
}

.hp-home-page .hp-school-partner-inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
    padding: clamp(0.95rem, 2vw, 1.15rem);
}

.hp-home-page .hp-school-partner-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.15rem;
    height: 2.15rem;
    margin-bottom: 0.15rem;
    border-radius: 10px;
    font-size: 0.9rem;
    color: var(--hp-brand, #3170de);
    background: rgba(49, 112, 222, 0.1);
    border: 1px solid rgba(49, 112, 222, 0.12);
}

.hp-home-page .hp-school-partner-card h3 {
    margin: 0;
    font-size: clamp(0.9375rem, 1.3vw, 1.05rem);
    font-weight: 800;
    line-height: 1.35;
    color: var(--hp-navy, #002443) !important;
}

.hp-home-page .hp-home-center-locality {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin: 0;
    font-size: 0.8125rem;
    color: #64748b !important;
    line-height: 1.45;
}

.hp-home-page .hp-home-center-locality i {
    font-size: 0.7rem;
    color: var(--hp-brand, #3170de);
    opacity: 0.85;
}

.hp-home-page .hp-home-center-phone {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin-top: 0.25rem;
    padding: 0.32rem 0.65rem;
    border-radius: 999px;
    font-size: 0.8125rem;
    font-weight: 700;
    color: var(--hp-navy, #002443) !important;
    text-decoration: none;
    background: rgba(232, 240, 253, 0.75);
    border: 1px solid rgba(49, 112, 222, 0.14);
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.hp-home-page .hp-home-center-phone i {
    font-size: 0.68rem;
    color: var(--hp-brand, #3170de);
}

.hp-home-page .hp-home-center-phone:hover {
    color: #fff !important;
    background: linear-gradient(135deg, var(--hp-brand, #3170de), var(--hp-navy-mid, #0a3d6e));
    border-color: transparent;
    transform: translateY(-1px);
}

.hp-home-page .hp-home-center-phone:hover i {
    color: #fff;
}

.hp-home-page .hp-schools-cta-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.75rem 1.15rem;
    margin-top: clamp(1.5rem, 3vw, 2rem);
    padding-top: 0.25rem;
}

.hp-home-page .hp-schools-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    border-radius: 999px;
    font-weight: 700;
    box-shadow: 0 10px 28px rgba(222, 49, 99, 0.25);
    transition: transform 0.25s var(--hp-ease-smooth), box-shadow 0.25s ease;
}

.hp-home-page .hp-schools-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 36px rgba(222, 49, 99, 0.32);
}

.hp-home-page .hp-home-centers-meta {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #64748b;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(226, 232, 240, 0.9);
}

@media (prefers-reduced-motion: reduce) {
    .hp-home-page .hp-school-stat-card:hover,
    .hp-home-page .hp-school-partner-card:hover,
    .hp-home-page .hp-schools-cta-btn:hover {
        transform: none;
    }
}

/* ---- Demo form band — premium glass panel ---- */
.hp-home-page .hp-demo-band {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: clamp(2.5rem, 5vw, 4rem) 0;
    scroll-margin-top: 5rem;
    background:
        radial-gradient(ellipse 60% 50% at 50% 0%, rgba(222, 49, 99, 0.07) 0%, transparent 55%),
        radial-gradient(ellipse 45% 40% at 100% 100%, rgba(49, 112, 222, 0.06) 0%, transparent 50%),
        linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border-top: 1px solid rgba(226, 232, 240, 0.9);
}

.hp-home-page .hp-demo-bg-decor {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: radial-gradient(rgba(49, 112, 222, 0.035) 1px, transparent 1px);
    background-size: 20px 20px;
    mask-image: radial-gradient(ellipse 85% 75% at 50% 40%, #000 18%, transparent 100%);
    -webkit-mask-image: radial-gradient(ellipse 85% 75% at 50% 40%, #000 18%, transparent 100%);
}

.hp-home-page .hp-demo-band .container {
    position: relative;
    z-index: 1;
}

.hp-home-page .hp-demo-head {
    text-align: center;
    margin-bottom: clamp(1.25rem, 2.5vw, 1.75rem);
}

.hp-home-page .hp-demo-lead {
    max-width: 36rem;
    margin: 0 auto;
    font-size: clamp(0.9375rem, 1.4vw, 1.0625rem);
    line-height: 1.65;
    color: #64748b;
}

.hp-home-page .hp-demo-panel {
    position: relative;
    overflow: hidden;
    padding: clamp(1.35rem, 3vw, 1.85rem);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.85);
    background: linear-gradient(165deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 251, 255, 0.92) 100%);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 1) inset,
        0 0 0 1px rgba(186, 220, 255, 0.35),
        0 24px 60px rgba(0, 36, 67, 0.1);
}

.hp-home-page .hp-demo-panel .hp-demo-form,
.hp-home-page .hp-demo-panel .demo-form {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.hp-home-page .hp-demo-panel .demo-form input,
.hp-home-page .hp-demo-panel .demo-form select,
.hp-home-page .hp-demo-panel .demo-form textarea {
    background: rgba(255, 255, 255, 0.95);
    border-color: rgba(226, 232, 240, 0.95);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.hp-home-page .hp-demo-panel .demo-form input:focus,
.hp-home-page .hp-demo-panel .demo-form select:focus,
.hp-home-page .hp-demo-panel .demo-form textarea:focus {
    border-color: rgba(49, 112, 222, 0.45);
    box-shadow: 0 0 0 3px rgba(49, 112, 222, 0.12);
}

.hp-home-page .hp-demo-trust-row {
    justify-content: center;
    padding: 0.55rem 0.85rem;
    border-radius: 999px;
    background: rgba(232, 240, 253, 0.65);
    border: 1px solid rgba(49, 112, 222, 0.1);
}

/* ---- Forms (demo + partner) ---- */
.hp-home-page .demo-form,
.hp-home-page .partner-reg-form {
    border-radius: var(--hp-radius-lg, 24px);
    border: 1px solid var(--hp-border);
    box-shadow: var(--hp-shadow-sm);
    background: #fff;
}

.hp-hero-trust-line {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin: 0.85rem 0 0;
    font-size: 0.88rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.92);
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}

.hp-home-page .hp-hero-trust-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.45rem 0.55rem;
    margin-top: 1.15rem;
}

.hp-home-page .hp-hero-trust-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.38rem 0.8rem;
    border-radius: 999px;
    font-size: clamp(0.75rem, 1.1vw, 0.8125rem);
    font-weight: 700;
    color: rgba(255, 255, 255, 0.96);
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.28);
    backdrop-filter: blur(10px) saturate(1.25);
    -webkit-backdrop-filter: blur(10px) saturate(1.25);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}

.hp-home-page .hp-hero-trust-chip i {
    color: var(--hp-gold, #eaad3a);
    font-size: 0.78rem;
}

.hp-home-page .hp-hero--trendy .hp-hero-sound-toggle {
    backdrop-filter: blur(14px) saturate(1.3);
    -webkit-backdrop-filter: blur(14px) saturate(1.3);
    border-color: rgba(255, 255, 255, 0.35);
    background: rgba(0, 36, 67, 0.42);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
}

.hp-home-page .hp-hero--trendy .hp-hero-scroll-cue {
    border-color: rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.hp-home-page .hp-hero--trendy .hp-hero-scroll-cue:hover {
    background: rgba(255, 255, 255, 0.22);
}

.hp-hero-trust-line i {
    color: var(--hp-gold, #eaad3a);
}

.hp-demo-register {
    scroll-margin-top: 5rem;
}

.hp-demo-trust-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem 0.5rem;
    margin: 0.85rem 0 0;
    font-size: 0.82rem;
    color: #64748b;
    line-height: 1.45;
}

.hp-demo-trust-row i {
    color: var(--hp-gold, #eaad3a);
    font-size: 0.78rem;
}

.hp-home-page .demo-form input,
.hp-home-page .demo-form select,
.hp-home-page .demo-form textarea,
.hp-home-page .partner-reg-form input,
.hp-home-page .partner-reg-form textarea {
    border-radius: 12px;
    border-color: var(--hp-border);
}

.hp-home-page .demo-form input:focus,
.hp-home-page .demo-form select:focus,
.hp-home-page .demo-form textarea:focus,
.hp-home-page .partner-reg-form input:focus,
.hp-home-page .partner-reg-form textarea:focus {
    border-color: var(--hp-indigo);
    outline: 2px solid rgba(49, 112, 222, 0.2);
    outline-offset: 0;
}

.hp-home-page .alt-section {
    background: #f8fafc;
}

/* ---- Testimonials / gallery / footer breathing room ---- */
.hp-home-page .hp-testimonials,
.hp-home-page .hp-gallery-section,
.hp-home-page .hp-why-section {
    background: #fff;
}

.hp-home-page .hp-footer {
    background: var(--hp-navy);
}

/* Affiliate & policy cards */
.hp-home-page .affiliate-card,
.hp-home-page .policy-card {
    border: 1px solid var(--hp-border);
    border-radius: var(--hp-radius-lg, 24px);
    background: #fff;
    box-shadow: var(--hp-shadow-sm);
    transition:
        transform 0.3s var(--hp-ease-smooth),
        box-shadow 0.3s var(--hp-ease-smooth),
        border-color 0.3s ease;
}

.hp-home-page .affiliate-card:hover,
.hp-home-page .policy-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--hp-shadow);
    border-color: #c7d9f5;
}

.hp-home-page .affiliate-card i {
    color: var(--hp-indigo);
}

.hp-home-page .affiliate-card h3,
.hp-home-page .policy-card h3 {
    color: var(--hp-navy);
    font-weight: 800;
}

.hp-home-page .affiliate-card p,
.hp-home-page .policy-card p {
    color: var(--hp-muted);
}

/* Reviews */
.hp-home-page .hp-review-card:not(.hp-review-card--trendy) {
    border-radius: var(--hp-radius-lg, 24px);
    border: 1px solid var(--hp-border);
    box-shadow: var(--hp-shadow-sm);
    transition:
        transform 0.3s var(--hp-ease-smooth),
        box-shadow 0.3s var(--hp-ease-smooth);
}

.hp-home-page .hp-review-card:not(.hp-review-card--trendy):hover {
    transform: translateY(-3px);
    box-shadow: var(--hp-shadow);
}

/* Gallery */
.hp-home-page .hp-gallery-item {
    border-radius: var(--hp-radius-md, 12px);
    overflow: hidden;
    transition:
        transform 0.35s var(--hp-ease-smooth),
        box-shadow 0.35s var(--hp-ease-smooth);
}

.hp-home-page .hp-gallery-item:hover {
    transform: translateY(-2px);
}

.hp-home-page .hp-gallery-item img {
    transition: transform 0.55s var(--hp-ease-smooth);
}

.hp-home-page .hp-gallery-item--featured {
    grid-column: span 2;
    grid-row: span 2;
}

.hp-home-page .hp-gallery-home-link {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    text-decoration: none;
    color: inherit;
}

.hp-home-page .hp-gallery-item .hp-gallery-item-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(15, 23, 42, 0.72) 100%);
    pointer-events: none;
}

.hp-home-page .hp-gallery-item figcaption {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.hp-home-page .hp-gallery-item figcaption strong {
    font-size: 0.9375rem;
    font-weight: 800;
}

.hp-home-page .hp-gallery-item figcaption span {
    font-size: 0.75rem;
    font-weight: 500;
    opacity: 0.92;
    line-height: 1.35;
}

.hp-gallery-home-cta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.75rem 1rem;
    margin-top: 1.75rem;
    text-align: center;
}

.hp-gallery-home-meta {
    font-size: 0.875rem;
    color: #5b6d84;
}

/* Partner section — legacy */
.hp-home-page .partner-reg-section:not(.hp-partner-band--trendy) {
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.hp-home-page .partner-reg-copy {
    color: var(--hp-muted);
}

.hp-home-page .partner-reg-points li {
    color: var(--hp-navy);
}

/* ---- Partner band — trendy glass ---- */
.hp-home-page .hp-partner-band--trendy {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: clamp(2.5rem, 5vw, 4rem) 0 !important;
    background:
        radial-gradient(ellipse 55% 45% at 0% 20%, rgba(222, 49, 99, 0.08) 0%, transparent 52%),
        radial-gradient(ellipse 50% 42% at 100% 80%, rgba(49, 112, 222, 0.09) 0%, transparent 50%),
        linear-gradient(180deg, #f8fafc 0%, #ffffff 55%, #f1f5f9 100%) !important;
    border-top: 1px solid rgba(226, 232, 240, 0.85);
}

.hp-home-page .hp-partner-bg-decor {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.hp-home-page .hp-partner-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    pointer-events: none;
}

.hp-home-page .hp-partner-orb--pink {
    top: -10%;
    right: 5%;
    width: min(30vw, 260px);
    height: min(30vw, 260px);
    background: radial-gradient(circle, rgba(222, 49, 99, 0.24) 0%, transparent 72%);
    animation: hp-reviews-float 10s ease-in-out infinite;
}

.hp-home-page .hp-partner-orb--blue {
    bottom: -8%;
    left: 8%;
    width: min(34vw, 300px);
    height: min(34vw, 300px);
    background: radial-gradient(circle, rgba(49, 112, 222, 0.22) 0%, transparent 72%);
    animation: hp-reviews-float 12s ease-in-out infinite reverse;
}

.hp-home-page .hp-partner-band--trendy .container {
    position: relative;
    z-index: 1;
}

.hp-home-page .hp-partner-band--trendy .partner-reg-copy h2 {
    margin-bottom: 0.75rem;
}

.hp-home-page .hp-partner-band--trendy .partner-reg-points li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    padding: 0.35rem 0;
    font-weight: 600;
}

.hp-home-page .hp-partner-band--trendy .partner-reg-points li i {
    color: var(--hp-brand, #3170de);
    margin-top: 0.15rem;
}

.hp-home-page .hp-partner-form-panel {
    position: relative;
    overflow: hidden;
    padding: clamp(1.25rem, 2.5vw, 1.65rem);
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.78);
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.92) 0%, rgba(248, 251, 255, 0.68) 100%);
    backdrop-filter: blur(20px) saturate(1.4);
    -webkit-backdrop-filter: blur(20px) saturate(1.4);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.95) inset,
        0 0 0 1px rgba(186, 220, 255, 0.28),
        0 18px 44px rgba(0, 36, 67, 0.09);
}

.hp-home-page .hp-partner-form-panel .partner-reg-form {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.hp-home-page .hp-partner-form-panel .partner-reg-form input,
.hp-home-page .hp-partner-form-panel .partner-reg-form textarea {
    background: rgba(255, 255, 255, 0.95);
    border-color: rgba(226, 232, 240, 0.95);
}

@media (max-width: 860px) {
    .hp-home-page .hp-partner-band--trendy .partner-reg-grid {
        gap: 1.5rem;
    }
}

/* Demo CTA */
.hp-home-page .demo-submit,
.hp-home-page .demo-form .btn-primary {
    border-radius: 999px !important;
    font-weight: 700 !important;
    min-height: 3rem;
    padding: 0 1.75rem !important;
    box-shadow: 0 8px 22px rgba(222, 49, 99, 0.32);
    transition:
        transform 0.25s var(--hp-ease-smooth),
        box-shadow 0.25s var(--hp-ease-smooth),
        background 0.25s ease !important;
}

.hp-home-page .demo-submit:hover,
.hp-home-page .demo-form .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(222, 49, 99, 0.4);
}

/* Startup India band */
.hp-home-page .hp-startup-india-band {
    background: #fff;
    border-top: 1px solid var(--hp-border);
    border-bottom: 1px solid var(--hp-border);
}

.hp-home-page .hp-startup-india-banner {
    border-radius: var(--hp-radius-md, 12px);
}

/* All buttons — smooth press */
.hp-home-page .hp-btn:active,
.hp-home-page .hp-hero-cta:active,
.hp-home-page .demo-submit:active {
    transform: translateY(0) scale(0.98);
}

@media (max-width: 640px) {
    .hp-home-page #home.hp-hero--classic .hp-hero-copy--classic {
        width: 92%;
        max-width: 92%;
        flex: 0 0 92%;
    }
}

@media (min-width: 1024px) {
    .hp-home-page .hp-nav--enterprise {
        gap: 1.25rem;
    }
}

/* Homepage header nav — force single horizontal line on desktop/tablet landscape */
@media (min-width: 901px) {
    .hp-home-page .hp-header-inner {
        flex-wrap: nowrap;
        align-items: center;
    }

    .hp-home-page .hp-nav.hp-nav--enterprise,
    .hp-home-page .hp-mobile-nav-scroll,
    .hp-home-page .hp-nav-primary,
    .hp-home-page .hp-nav-utility {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
    }

    .hp-home-page .hp-nav-primary > *,
    .hp-home-page .hp-nav-utility > * {
        width: auto !important;
        max-width: none;
    }

    .hp-home-page .hp-nav--enterprise .hp-nav-cluster {
        width: auto !important;
    }
}

@media (min-width: 901px) and (max-width: 1440px) {
    .hp-home-page .hp-nav--enterprise .hp-nav-link-top,
    .hp-home-page .hp-nav--enterprise .hp-nav-cluster-toggle {
        font-size: 0.8125rem;
        padding: 0.4rem 0.45rem;
    }

    .hp-home-page .hp-nav-utility {
        padding-left: 0.5rem;
        gap: 0.35rem;
    }
}

/* =============================================================================
   Finishing touches — polish, accessibility, micro-interactions
   ============================================================================= */

.hp-home-page ::selection {
    background: rgba(49, 112, 222, 0.22);
    color: var(--hp-navy);
}

.hp-home-page :focus-visible {
    outline: 2px solid var(--hp-indigo);
    outline-offset: 3px;
}

.hp-home-page .hp-btn:focus-visible,
.hp-home-page .hp-hero-cta:focus-visible,
.hp-home-page .demo-submit:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 3px;
    box-shadow: 0 0 0 4px rgba(49, 112, 222, 0.45);
}

/* Hero scroll cue */
.hp-home-page .hp-hero-scroll-cue {
    position: absolute;
    left: 50%;
    bottom: 1.25rem;
    z-index: 6;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 50%;
    color: #fff;
    background: rgba(0, 36, 67, 0.45);
    border: 1px solid rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    text-decoration: none;
    transition:
        background 0.25s var(--hp-ease-smooth),
        transform 0.25s var(--hp-ease-smooth);
}

.hp-home-page .hp-hero-scroll-cue:hover {
    background: rgba(0, 36, 67, 0.7);
    color: #fff;
    transform: translateX(-50%) translateY(2px);
}

@media (prefers-reduced-motion: no-preference) {
    .hp-home-page .hp-hero-scroll-cue i {
        animation: hp-scroll-cue-bounce 2s var(--hp-ease-smooth) infinite;
    }
}

@keyframes hp-scroll-cue-bounce {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(5px);
    }
}

/* CTA micro-arrow (label unchanged) */
.hp-home-page .hp-hero-cta::after {
    content: '→';
    margin-left: 0.35rem;
    font-weight: 700;
    transition: transform 0.2s var(--hp-ease-smooth);
}

.hp-home-page .hp-hero-cta:hover::after {
    transform: translateX(3px);
}

/* Problem cards — cleaner labels */
.hp-home-page .hp-resource-kicker {
    color: var(--hp-indigo);
    font-size: 0.6875rem;
    letter-spacing: 0.14em;
}

.hp-home-page .hp-resource-problem-label {
    color: #dc2626;
}

.hp-home-page .hp-resource-solve-label {
    color: var(--hp-indigo-dark);
}

.hp-home-page .hp-resource-problem-text,
.hp-home-page .hp-resource-solve-text {
    color: var(--hp-muted);
    font-size: 1rem;
}

.hp-home-page .hp-module-link {
    transition: gap 0.2s ease, color 0.2s ease;
}

.hp-home-page .hp-module-link:hover .hp-module-arrow {
    transform: translateX(4px);
}

.hp-home-page .hp-module-arrow {
    display: inline-block;
    transition: transform 0.25s var(--hp-ease-smooth);
}

/* Partners logo band — full polish */
.hp-home-page .hp-partners--classic {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: clamp(2.5rem, 5vw, 3.75rem) 0 clamp(2rem, 4vw, 2.75rem);
}

.hp-home-page .hp-partners {
    background: linear-gradient(180deg, #ffffff 0%, #f4f8ff 55%, #eef3fa 100%);
    border-top: 1px solid var(--hp-border);
}

.hp-home-page .hp-partners-decor {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse 480px 200px at 15% 20%, rgba(49, 112, 222, 0.06), transparent 70%),
        radial-gradient(ellipse 400px 180px at 85% 80%, rgba(222, 49, 99, 0.05), transparent 72%);
}

.hp-home-page .hp-partners-head--center {
    text-align: center;
    margin-bottom: clamp(1.5rem, 3vw, 2rem);
}

.hp-home-page .hp-partners-kicker {
    display: inline-block;
    margin: 0 0 0.65rem;
    padding: 0.38rem 0.9rem;
    border-radius: 999px;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--hp-navy-mid, #0a3d6e);
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(0, 36, 67, 0.08);
    box-shadow: 0 4px 14px rgba(0, 36, 67, 0.05);
}

.hp-home-page .hp-partners-head h3 {
    color: var(--hp-navy);
    font-weight: 800;
    font-size: clamp(1.35rem, 2.5vw, 1.65rem);
    margin: 0 0 0.45rem;
}

.hp-home-page .hp-partners-head p:last-child {
    color: #64748b;
    max-width: 38rem;
    margin: 0 auto;
    line-height: 1.65;
}

.hp-home-page .hp-partners-scroll-wrap {
    position: relative;
    margin-top: 0.25rem;
}

.hp-home-page .hp-partners-logo {
    padding: 0.85rem 1.25rem;
    background: #fff;
    border-radius: 16px;
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
    transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s ease, border-color 0.28s ease;
}

.hp-home-page .hp-partners-logo:hover {
    transform: translateY(-4px);
    border-color: rgba(49, 112, 222, 0.2);
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.1);
}

.hp-home-page .hp-partners--classic .hp-partners-logo img {
    max-height: 3.25rem !important;
    height: 3.25rem !important;
    width: auto !important;
    filter: grayscale(0.25) opacity(0.88);
    transition: filter 0.35s ease, transform 0.35s ease;
}

.hp-home-page .hp-partners-logo:hover img {
    filter: grayscale(0) opacity(1);
    transform: scale(1.04);
}

.hp-home-page .hp-partners-fade--left {
    background: linear-gradient(90deg, #eef3fa 15%, transparent);
    width: 6rem;
}

.hp-home-page .hp-partners-fade--right {
    background: linear-gradient(270deg, #eef3fa 15%, transparent);
    width: 6rem;
}

.hp-home-page .hp-footer-wave {
    position: relative;
    z-index: 3;
    height: 28px;
    margin-bottom: -1px;
    background: #eef3fa;
    clip-path: ellipse(75% 100% at 50% 100%);
}

/* ---- Footer — navy enterprise (homepage) ---- */
.hp-home-page .hp-footer-site {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.88);
    background:
        linear-gradient(180deg, #001a33 0%, var(--hp-navy, #002443) 38%, #001528 100%);
    border-top: none;
}

.hp-home-page .hp-footer-cta {
    position: relative;
    z-index: 2;
    overflow: hidden;
    background: linear-gradient(135deg, #0a3d6e 0%, var(--hp-navy, #002443) 55%, #001528 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.hp-home-page .hp-footer-cta::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--hp-gold, #eaad3a) 20%, #fff 50%, var(--hp-gold, #eaad3a) 80%, transparent);
    opacity: 0.75;
}

.hp-home-page .hp-footer-cta-glow {
    position: absolute;
    top: -40%;
    right: -5%;
    width: min(42vw, 360px);
    height: min(42vw, 360px);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(234, 173, 58, 0.12), transparent 68%);
    pointer-events: none;
}

.hp-home-page .hp-footer-cta-inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem 2rem;
    padding: clamp(1.35rem, 3vw, 1.85rem) 0;
}

.hp-home-page .hp-footer-cta-kicker {
    margin: 0 0 0.35rem;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(234, 173, 58, 0.95);
}

.hp-home-page .hp-footer-cta-title {
    margin: 0 0 0.35rem;
    font-family: "Source Serif 4", Georgia, serif;
    font-size: clamp(1.15rem, 2.2vw, 1.45rem);
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
}

.hp-home-page .hp-footer-cta-desc {
    margin: 0;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.75);
    max-width: 34rem;
}

.hp-home-page .hp-footer-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.hp-home-page .hp-footer-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.55rem 1rem;
    border-radius: 999px;
    font-size: 0.8125rem;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.hp-home-page .hp-footer-cta-btn--primary {
    color: var(--hp-navy, #002443);
    background: linear-gradient(135deg, var(--hp-gold, #eaad3a), #f4c842);
    box-shadow: 0 8px 20px rgba(234, 173, 58, 0.28);
}

.hp-home-page .hp-footer-cta-btn--primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 26px rgba(234, 173, 58, 0.38);
}

.hp-home-page .hp-footer-cta-btn--outline {
    color: #fff;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.35);
}

.hp-home-page .hp-footer-cta-btn--outline:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-2px);
}

.hp-home-page .hp-footer-cta-btn--ghost {
    color: rgba(255, 255, 255, 0.88);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.hp-home-page .hp-footer-cta-btn--ghost:hover {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
}

.hp-home-page .hp-footer-site-decor {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse 520px 220px at 8% 0%, rgba(49, 112, 222, 0.12), transparent 70%),
        radial-gradient(ellipse 420px 200px at 92% 100%, rgba(222, 49, 99, 0.08), transparent 72%);
}

.hp-home-page .hp-footer-site-decor::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(180deg, #000 0%, transparent 85%);
    -webkit-mask-image: linear-gradient(180deg, #000 0%, transparent 85%);
    opacity: 0.55;
}

.hp-home-page .hp-footer-site-main {
    position: relative;
    z-index: 1;
    padding: clamp(2.75rem, 5vw, 4rem) 0 clamp(2.25rem, 4vw, 3rem);
}

.hp-home-page .hp-footer-site-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) repeat(3, minmax(0, 1fr));
    gap: clamp(1.75rem, 3.5vw, 2.75rem);
    align-items: start;
}

.hp-home-page .hp-footer-brand-lockup {
    margin-bottom: 0.85rem;
    transition: opacity 0.2s ease;
}

.hp-home-page .hp-footer-brand-lockup:hover {
    opacity: 0.92;
}

.hp-home-page .hp-footer-brand-lockup:hover .hp-footer-brand-text strong {
    color: #ffe08a;
}

.hp-home-page .hp-footer-brand-logo {
    width: auto;
    height: 3.1rem;
    max-width: 4.75rem;
    border-radius: 8px;
    object-fit: contain;
    background: #fff;
    padding: 0.15rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
    flex-shrink: 0;
}

.hp-home-page .hp-footer-trust-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-bottom: 1rem;
}

.hp-home-page .hp-footer-trust-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.28rem 0.6rem;
    border-radius: 999px;
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    transition: background 0.2s ease, border-color 0.2s ease;
}

.hp-home-page .hp-footer-trust-badge:hover {
    background: rgba(234, 173, 58, 0.15);
    border-color: rgba(234, 173, 58, 0.35);
    color: #fff;
}

.hp-home-page .hp-footer-trust-badge--static {
    cursor: default;
    font-size: 0.58rem;
}

.hp-home-page .hp-footer-brand-icon {
    width: 3.1rem;
    height: 3.1rem;
    border-radius: 14px;
    background: linear-gradient(145deg, var(--hp-pink, #de3163), #c42855);
    box-shadow: 0 10px 24px rgba(222, 49, 99, 0.35);
}

.hp-home-page .hp-footer-brand-text strong {
    color: #fff;
    font-size: 1.22rem;
    transition: color 0.2s ease;
}

.hp-home-page .hp-footer-brand-text small {
    color: rgba(255, 182, 193, 0.95);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.hp-home-page .hp-footer-site-about {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.9375rem;
    line-height: 1.7;
    max-width: 24rem;
}

.hp-home-page .hp-footer-site-contact li {
    color: rgba(255, 255, 255, 0.82);
    margin-bottom: 0.75rem;
    padding: 0.55rem 0.65rem;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: background 0.2s ease, border-color 0.2s ease;
}

.hp-home-page .hp-footer-site-contact li:hover {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(234, 173, 58, 0.2);
}

.hp-home-page .hp-footer-contact-icon {
    width: 2.1rem;
    height: 2.1rem;
    border-radius: 50%;
    background: rgba(222, 49, 99, 0.18);
    color: #ffb4c8;
    border: 1px solid rgba(222, 49, 99, 0.28);
}

.hp-home-page .hp-footer-site-contact a {
    color: rgba(255, 255, 255, 0.92);
    font-weight: 500;
}

.hp-home-page .hp-footer-site-contact a:hover {
    color: #fff;
}

.hp-home-page .hp-footer-site-heading {
    position: relative;
    color: #fff;
    font-size: 1.05rem;
    font-weight: 800;
    margin-bottom: 1.25rem;
    padding-bottom: 0.55rem;
}

.hp-home-page .hp-footer-site-heading::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 2rem;
    height: 2px;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--hp-gold, #eaad3a), transparent);
}

.hp-home-page .hp-footer-site-col li {
    margin-bottom: 0.62rem;
}

@media (min-width: 1025px) {
    .hp-home-page .hp-footer-site-col {
        padding-left: clamp(1rem, 2vw, 1.75rem);
        border-left: 1px solid rgba(255, 255, 255, 0.07);
    }
}

.hp-home-page .hp-footer-site-col a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
    padding: 0.15rem 0;
    transition: color 0.2s ease, transform 0.2s ease, padding-left 0.2s ease;
}

.hp-home-page .hp-footer-site-col a i {
    color: var(--hp-gold, #eaad3a);
    font-size: 0.55rem;
}

.hp-home-page .hp-footer-site-col a:hover {
    color: #fff;
    padding-left: 0;
    transform: translateX(3px);
}

.hp-home-page .hp-footer-site-col a:hover i {
    color: #ffe08a;
}

.hp-home-page .hp-footer-trust-band {
    position: relative;
    z-index: 1;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(0, 0, 0, 0.15);
}

.hp-home-page .hp-footer-trust-band-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.65rem 1.25rem;
    padding: 0.85rem 0;
    font-size: 0.75rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.78);
}

.hp-home-page .hp-footer-trust-band-inner span {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    white-space: nowrap;
}

.hp-home-page .hp-footer-trust-band-inner i {
    color: var(--hp-gold, #eaad3a);
    font-size: 0.7rem;
}

.hp-home-page .hp-footer-site-bar {
    position: relative;
    z-index: 1;
    background: #fff;
    border-top: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: 0 -12px 40px rgba(0, 36, 67, 0.06);
}

.hp-home-page .hp-footer-site-bar::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: min(60%, 320px);
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--hp-gold, #eaad3a), transparent);
    opacity: 0.65;
}

.hp-home-page .hp-footer-site-bar-inner {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 1.25rem 1.5rem;
    padding: clamp(1.25rem, 2.5vw, 1.75rem) 0;
}

.hp-home-page .hp-footer-site-copy {
    margin: 0;
    font-size: 0.875rem;
    color: #64748b;
    text-align: left;
}

.hp-home-page .hp-footer-site-copy a {
    color: var(--hp-navy, #002443);
}

.hp-home-page .hp-footer-site-follow h4 {
    margin: 0 0 0.75rem;
    font-size: 0.95rem;
    font-weight: 800;
    color: var(--hp-navy, #002443);
}

.hp-home-page .hp-footer-site-social {
    gap: 0.5rem;
}

.hp-home-page .hp-social-btn {
    border-radius: 10px;
    box-shadow: 0 4px 14px rgba(0, 36, 67, 0.12);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.hp-home-page .hp-social-btn:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 10px 22px rgba(0, 36, 67, 0.18);
}

.hp-home-page .hp-social-btn--gold {
    background: var(--hp-pink, #de3163);
}

.hp-home-page .hp-footer-site-legal {
    justify-content: flex-end;
    gap: 1.25rem;
}

.hp-home-page .hp-footer-site-legal a {
    color: #64748b;
    font-size: 0.875rem;
}

.hp-home-page .hp-footer-site-legal a:hover {
    color: var(--hp-navy, #002443);
}

@media (max-width: 1024px) {
    .hp-home-page .hp-footer-site-grid {
        grid-template-columns: 1fr 1fr;
    }

    .hp-home-page .hp-footer-site-brand {
        grid-column: 1 / -1;
    }
}

@media (max-width: 640px) {
    .hp-home-page .hp-footer-cta-inner {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }

    .hp-home-page .hp-footer-cta-actions {
        justify-content: center;
    }

    .hp-home-page .hp-footer-trust-band-inner {
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: flex-start;
        padding: 0.85rem 0.5rem;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .hp-home-page .hp-footer-trust-band-inner::-webkit-scrollbar {
        display: none;
    }

    .hp-home-page .hp-fab-label {
        display: none;
    }

    .hp-home-page .hp-footer-site-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .hp-home-page .hp-footer-site-bar-inner {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .hp-home-page .hp-footer-site-copy {
        text-align: center;
    }

    .hp-home-page .hp-footer-site-legal {
        justify-content: center;
    }
}

/* Floating actions — appear after scroll */
.hp-home-page .hp-floating-actions {
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition:
        opacity 0.35s var(--hp-ease-smooth),
        transform 0.35s var(--hp-ease-smooth),
        visibility 0.35s;
}

.hp-home-page .hp-floating-actions.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.hp-home-page .hp-fab {
    position: relative;
    transition:
        transform 0.25s var(--hp-ease-smooth),
        box-shadow 0.25s var(--hp-ease-smooth);
}

.hp-home-page .hp-fab-label {
    position: absolute;
    right: calc(100% + 0.55rem);
    top: 50%;
    transform: translateY(-50%) translateX(6px);
    padding: 0.3rem 0.6rem;
    border-radius: 8px;
    font-size: 0.6875rem;
    font-weight: 700;
    white-space: nowrap;
    color: #fff;
    background: var(--hp-navy, #002443);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
}

.hp-home-page .hp-fab:hover .hp-fab-label,
.hp-home-page .hp-fab:focus-visible .hp-fab-label {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) translateX(0);
}

.hp-home-page .hp-fab--whatsapp .hp-fab-label {
    background: #128c7e;
}

.hp-home-page .hp-fab:hover {
    transform: scale(1.06);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
}

.hp-home-page .hp-fab--whatsapp {
    box-shadow: 0 8px 22px rgba(37, 211, 102, 0.4);
    animation: hp-fab-pulse 2.8s ease-in-out infinite;
}

@keyframes hp-fab-pulse {
    0%, 100% { box-shadow: 0 8px 22px rgba(37, 211, 102, 0.4); }
    50% { box-shadow: 0 8px 28px rgba(37, 211, 102, 0.55), 0 0 0 8px rgba(37, 211, 102, 0.12); }
}

/* Back to top */
.hp-home-page .hp-back-top {
    position: fixed;
    right: 1rem;
    bottom: 6.5rem;
    z-index: 299;
    width: 2.75rem;
    height: 2.75rem;
    border: 1px solid var(--hp-border);
    border-radius: 50%;
    background: #fff;
    color: var(--hp-navy);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    box-shadow: var(--hp-shadow-sm);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition:
        opacity 0.3s var(--hp-ease-smooth),
        transform 0.3s var(--hp-ease-smooth),
        visibility 0.3s,
        background 0.2s ease;
}

.hp-home-page .hp-back-top.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.hp-home-page .hp-back-top:hover {
    background: var(--hp-brand-soft);
    color: var(--hp-indigo-dark);
}

/* Form labels & notes */
.hp-home-page .demo-form label,
.hp-home-page .partner-reg-form label {
    color: var(--hp-navy);
    font-weight: 700;
    font-size: 0.875rem;
}

.hp-home-page .demo-note {
    color: var(--hp-muted);
    font-size: 0.9375rem;
}

.hp-home-page .container.narrow {
    max-width: 40rem;
}

.hp-home-page .affiliate-grid {
    gap: 1.25rem;
}

.hp-home-page .policy-grid {
    gap: 1.25rem;
}

@media (max-width: 900px) {
    .hp-home-page .hp-hero-scroll-cue {
        display: none !important;
    }
}

@media (max-width: 640px) {
    .hp-home-page .hp-hero-scroll-cue {
        bottom: 4.5rem;
    }

    .hp-home-page .hp-floating-actions {
        right: 0.75rem;
        bottom: 1rem;
    }

    .hp-home-page .hp-back-top {
        right: 0.75rem;
        bottom: 5.75rem;
    }

    .hp-home-page .hp-hero-sound-toggle {
        bottom: 4.25rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hp-home-page .hp-hero-scroll-cue i,
    .hp-home-page .hp-hero-has-video .hp-hero-video-el {
        animation: none !important;
    }

    .hp-home-page .hp-floating-actions,
    .hp-home-page .hp-back-top {
        animation: none !important;
        transition: none !important;
    }

    .hp-home-page .hp-fab--whatsapp {
        animation: none !important;
    }
}

/* ---- SEO FAQ + Ads landing + Thank you (polished) ---- */
.hp-faq-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.hp-faq-item {
    border: 1px solid rgba(0, 36, 67, 0.08);
    border-radius: 14px;
    background: #fff;
    padding: 0.9rem 1.05rem;
    box-shadow: 0 2px 10px rgba(0, 36, 67, 0.04);
    transition: border-color 0.2s, box-shadow 0.2s;
}

.hp-faq-item[open] {
    border-color: rgba(234, 173, 58, 0.45);
    box-shadow: 0 8px 24px rgba(0, 36, 67, 0.06);
}

.hp-faq-item summary {
    cursor: pointer;
    font-weight: 600;
    color: var(--hp-navy, #002443);
    list-style: none;
    line-height: 1.45;
}

.hp-faq-item summary::-webkit-details-marker {
    display: none;
}

.hp-faq-item summary::before {
    content: '+';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.35rem;
    height: 1.35rem;
    margin-right: 0.35rem;
    border-radius: 999px;
    background: rgba(225, 29, 116, 0.08);
    color: var(--hp-pink, #e11d74);
    font-weight: 700;
    font-size: 0.9rem;
    vertical-align: middle;
}

.hp-faq-item[open] summary::before {
    content: '−';
    background: rgba(234, 173, 58, 0.2);
    color: var(--hp-navy, #002443);
}

.hp-faq-item p {
    margin: 0.75rem 0 0 1.75rem;
    color: #475569;
    line-height: 1.6;
}

.hp-ads-landing {
    padding-top: 0.5rem;
}

.hp-ads-landing-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 2rem;
    margin-bottom: 2.5rem;
    align-items: start;
}

.hp-ads-landing-copy .hp-page-section-head h2 {
    font-family: var(--hp-font-serif, 'Source Serif 4', Georgia, serif);
    color: var(--hp-navy, #002443);
}

.hp-ads-benefits {
    list-style: none;
    padding: 0;
    margin: 1.25rem 0 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.hp-ads-benefits li {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    color: #334155;
    font-size: 0.95rem;
    line-height: 1.45;
}

.hp-ads-benefits i {
    color: var(--hp-gold, #eaad3a);
    margin-top: 0.2rem;
    filter: drop-shadow(0 1px 0 rgba(0, 36, 67, 0.08));
}

.hp-ads-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.hp-ads-landing-modules h3 {
    margin: 0 0 1rem;
    font-size: 1.05rem;
    color: var(--hp-navy, #002443);
}

.hp-service-grid--compact .hp-service-card {
    padding: 0.9rem;
    border-radius: 12px;
    transition: transform 0.2s, box-shadow 0.2s;
}

.hp-service-grid--compact .hp-service-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 36, 67, 0.06);
}

.hp-service-grid--compact .hp-service-card h4 {
    font-size: 0.95rem;
    margin: 0.35rem 0;
}

.hp-service-grid--compact .hp-service-card p {
    font-size: 0.82rem;
    margin: 0;
    color: #64748b;
}

.hp-ads-landing-bottom {
    text-align: center;
    padding: 2rem 1rem 0.5rem;
    border-top: 1px solid rgba(0, 36, 67, 0.08);
    margin-top: 2rem;
}

.hp-ads-landing-bottom p {
    margin: 0 0 1rem;
    font-weight: 600;
    color: var(--hp-navy, #002443);
}

.hp-ads-region-links {
    margin: 1.15rem 0 0;
    font-size: 0.88rem;
    color: #64748b;
    line-height: 1.5;
}

.hp-ads-region-links a {
    color: var(--hp-navy, #002443);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

/* Thank you + 404 */
.hp-thank-you-body .hp-inner-main {
    min-height: calc(100vh - 12rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hp-thank-you-body--minimal .hp-partners,
.hp-thank-you-body--minimal .hp-footer-cta {
    display: none;
}

.hp-thank-you-body--minimal .hp-footer-site-main {
    padding-top: 1.25rem;
}

.hp-thank-you-body--minimal .hp-footer-site {
    margin-top: 0;
}

.hp-thank-you-body--minimal .hp-footer-trust-band,
.hp-thank-you-body--minimal .hp-floating-actions {
    display: none;
}

.hp-thank-you-page {
    position: relative;
    padding: 2.75rem 0 3.75rem;
    background:
        radial-gradient(ellipse 80% 50% at 50% -10%, rgba(234, 173, 58, 0.12), transparent 55%),
        linear-gradient(180deg, #f8fafc 0%, #fff 45%);
    overflow: hidden;
}

.hp-thank-you-bg {
    pointer-events: none;
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 8% 20%, rgba(0, 36, 67, 0.04) 0%, transparent 42%),
        radial-gradient(circle at 92% 75%, rgba(234, 173, 58, 0.1) 0%, transparent 38%);
}

.hp-thank-you-page > .container {
    position: relative;
    z-index: 1;
}

.hp-thank-you-animate {
    animation: hp-thank-rise 0.65s ease-out both;
}

.hp-thank-you-animate--delay {
    animation-delay: 0.12s;
}

@keyframes hp-thank-rise {
    0% { opacity: 0; transform: translateY(14px); }
    100% { opacity: 1; transform: translateY(0); }
}

.hp-thank-you-layout {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 1.5rem;
    align-items: start;
    max-width: 58rem;
    margin: 0 auto;
}

.hp-thank-you-hero {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 0.85rem;
}

.hp-thank-you-hero-copy {
    flex: 1;
    min-width: 0;
}

.hp-thank-you-hero .hp-thank-you-icon-wrap {
    margin-bottom: 0;
    flex-shrink: 0;
}

.hp-thank-you-hero .hp-thank-you-kicker {
    margin-bottom: 0.25rem;
}

.hp-thank-you-hero h1 {
    margin: 0 0 0.35rem;
}

.hp-thank-you-divider {
    margin: 0 0 1.15rem;
    border: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0, 36, 67, 0.1) 20%, rgba(234, 173, 58, 0.25) 50%, rgba(0, 36, 67, 0.1) 80%, transparent);
}

.hp-thank-you-card {
    position: relative;
    text-align: left;
    padding: 2rem 1.75rem 1.75rem;
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(0, 36, 67, 0.08);
    box-shadow: 0 16px 40px rgba(0, 36, 67, 0.07);
    overflow: hidden;
}

.hp-thank-you-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--hp-navy, #002443), var(--hp-gold, #eaad3a), var(--hp-pink, #e11d74));
}

.hp-404-card {
    text-align: center;
}

.hp-thank-you-icon-wrap {
    width: 4rem;
    height: 4rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    background: linear-gradient(145deg, rgba(22, 163, 74, 0.14), rgba(234, 173, 58, 0.18));
    color: #15803d;
    font-size: 1.5rem;
    box-shadow: 0 0 0 8px rgba(22, 163, 74, 0.08);
    animation: hp-thank-pop 0.55s ease-out, hp-thank-ring 2.4s ease-out 0.55s 1;
}

@keyframes hp-thank-ring {
    0% { box-shadow: 0 0 0 8px rgba(22, 163, 74, 0.08), 0 0 0 8px rgba(22, 163, 74, 0.2); }
    100% { box-shadow: 0 0 0 8px rgba(22, 163, 74, 0.08), 0 0 0 22px rgba(22, 163, 74, 0); }
}

.hp-thank-you-icon-wrap--muted {
    background: linear-gradient(145deg, rgba(0, 36, 67, 0.08), rgba(234, 173, 58, 0.12));
    color: var(--hp-navy, #002443);
    box-shadow: 0 0 0 8px rgba(0, 36, 67, 0.05);
}

@keyframes hp-thank-pop {
    0% { transform: scale(0.85); opacity: 0; }
    100% { transform: scale(1); opacity: 1; }
}

.hp-thank-you-kicker {
    margin: 0 0 0.35rem;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--hp-gold, #eaad3a);
}

.hp-thank-you-sub {
    margin: 0 0 0.55rem;
    font-size: 0.95rem;
    color: #64748b;
    line-height: 1.5;
}

.hp-thank-you-sub--te {
    margin-bottom: 0.35rem;
    padding: 0.45rem 0.75rem;
    border-radius: 10px;
    font-size: 0.92rem;
    font-weight: 600;
    color: var(--hp-navy, #002443);
    background: linear-gradient(90deg, rgba(234, 173, 58, 0.14), rgba(234, 173, 58, 0.04));
    border: 1px solid rgba(234, 173, 58, 0.28);
}

.hp-thank-you-lang-stack {
    display: grid;
    gap: 0.35rem;
    margin-bottom: 0.5rem;
}

.hp-thank-you-lang-stack .hp-thank-you-sub {
    margin-bottom: 0;
}

.hp-thank-you-sub--hi {
    margin-bottom: 0.35rem;
    padding: 0.45rem 0.75rem;
    border-radius: 10px;
    font-size: 0.92rem;
    font-weight: 600;
    color: var(--hp-navy, #002443);
    background: linear-gradient(90deg, rgba(225, 29, 116, 0.1), rgba(225, 29, 116, 0.03));
    border: 1px solid rgba(225, 29, 116, 0.22);
}

.hp-thank-you-sub--bn {
    padding: 0.45rem 0.75rem;
    border-radius: 10px;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--hp-navy, #002443);
    background: linear-gradient(90deg, rgba(0, 36, 67, 0.08), rgba(0, 36, 67, 0.02));
    border: 1px solid rgba(0, 36, 67, 0.14);
}

.hp-thank-you-sub--ml {
    padding: 0.45rem 0.75rem;
    border-radius: 10px;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--hp-navy, #002443);
    background: linear-gradient(90deg, rgba(34, 139, 87, 0.12), rgba(34, 139, 87, 0.03));
    border: 1px solid rgba(34, 139, 87, 0.22);
}

.hp-thank-you-sub--mr {
    padding: 0.45rem 0.75rem;
    border-radius: 10px;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--hp-navy, #002443);
    background: linear-gradient(90deg, rgba(255, 153, 51, 0.16), rgba(255, 153, 51, 0.04));
    border: 1px solid rgba(255, 153, 51, 0.28);
}

.hp-thank-you-sub--as {
    padding: 0.45rem 0.75rem;
    border-radius: 10px;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--hp-navy, #002443);
    background: linear-gradient(90deg, rgba(0, 128, 128, 0.12), rgba(0, 128, 128, 0.03));
    border: 1px solid rgba(0, 128, 128, 0.22);
}

.hp-thank-you-sub--or {
    padding: 0.45rem 0.75rem;
    border-radius: 10px;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--hp-navy, #002443);
    background: linear-gradient(90deg, rgba(225, 29, 116, 0.1), rgba(234, 173, 58, 0.06));
    border: 1px solid rgba(225, 29, 116, 0.18);
}

.hp-thank-you-sub--en {
    margin-bottom: 0.65rem;
    font-size: 0.88rem;
    color: #94a3b8;
}

.hp-thank-you-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin: 0 0 1.25rem;
    padding: 0.4rem 0.75rem;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 600;
    color: #0f5132;
    background: rgba(22, 163, 74, 0.1);
    border: 1px solid rgba(22, 163, 74, 0.18);
}

.hp-thank-you-badge i {
    font-size: 0.78rem;
    opacity: 0.85;
}

.hp-thank-you-steps-title {
    margin: 0 0 0.75rem;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--hp-navy, #002443);
}

.hp-thank-you-card h1 {
    margin: 0 0 0.65rem;
    font-family: var(--hp-font-serif, 'Source Serif 4', Georgia, serif);
    font-size: clamp(1.6rem, 3vw, 2rem);
    color: var(--hp-navy, #002443);
}

.hp-thank-you-lead {
    margin: 0 0 0.85rem;
    max-width: 36rem;
    color: #475569;
    line-height: 1.6;
    font-size: 0.98rem;
}

.hp-404-card .hp-thank-you-lead {
    margin-left: auto;
    margin-right: auto;
}

.hp-thank-you-steps {
    list-style: none;
    margin: 0 0 1.35rem;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.hp-thank-you-steps--timeline {
    position: relative;
    padding-left: 0.15rem;
}

.hp-thank-you-steps--timeline::before {
    content: '';
    position: absolute;
    left: 0.78rem;
    top: 0.85rem;
    bottom: 0.85rem;
    width: 2px;
    background: linear-gradient(180deg, rgba(234, 173, 58, 0.55), rgba(0, 36, 67, 0.12));
    border-radius: 2px;
}

.hp-thank-you-steps li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    color: #334155;
    font-size: 0.92rem;
    line-height: 1.45;
}

.hp-thank-you-step-num {
    flex-shrink: 0;
    width: 1.65rem;
    height: 1.65rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--hp-navy, #002443);
    background: rgba(234, 173, 58, 0.25);
    box-shadow: 0 0 0 3px #fff;
    position: relative;
    z-index: 1;
}

.hp-thank-you-quote {
    margin: 0 0 1.25rem;
    padding: 1rem 1.1rem;
    border-radius: 14px;
    border-left: 3px solid var(--hp-gold, #eaad3a);
    background: linear-gradient(135deg, rgba(0, 36, 67, 0.03), rgba(234, 173, 58, 0.06));
}

.hp-thank-you-stars {
    display: flex;
    gap: 0.15rem;
    margin-bottom: 0.45rem;
    color: var(--hp-gold, #eaad3a);
    font-size: 0.72rem;
}

.hp-thank-you-quote p {
    margin: 0 0 0.45rem;
    font-size: 0.92rem;
    font-style: italic;
    color: #334155;
    line-height: 1.55;
}

.hp-thank-you-quote footer {
    font-size: 0.8rem;
    font-weight: 600;
    color: #64748b;
}

.hp-thank-you-explore {
    margin-bottom: 1.35rem;
    padding-top: 0.15rem;
}

.hp-thank-you-explore-label {
    display: block;
    margin-bottom: 0.55rem;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #94a3b8;
}

.hp-thank-you-explore-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.hp-thank-you-explore-links a {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.45rem 0.75rem;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--hp-navy, #002443);
    background: #f1f5f9;
    border: 1px solid rgba(0, 36, 67, 0.08);
    text-decoration: none;
    transition: background 0.2s, border-color 0.2s, transform 0.2s;
}

.hp-thank-you-explore-links a:hover {
    background: rgba(234, 173, 58, 0.14);
    border-color: rgba(234, 173, 58, 0.45);
    transform: translateY(-1px);
}

.hp-thank-you-explore-links a i {
    font-size: 0.75rem;
    opacity: 0.85;
}

.hp-thank-you-explore--center {
    text-align: center;
}

.hp-thank-you-explore--center .hp-thank-you-explore-links {
    justify-content: center;
}

.hp-thank-you-secure {
    margin: 1.15rem 0 0;
    font-size: 0.78rem;
    color: #94a3b8;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    line-height: 1.4;
}

.hp-thank-you-secure i {
    color: var(--hp-navy, #002443);
    opacity: 0.65;
}

.hp-thank-you-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.hp-404-card .hp-thank-you-actions {
    justify-content: center;
}

.hp-thank-you-side-card {
    position: relative;
    padding: 1.35rem;
    border-radius: 16px;
    background: linear-gradient(165deg, var(--hp-navy, #002443) 0%, #0a3558 100%);
    color: #fff;
    box-shadow: 0 12px 32px rgba(0, 36, 67, 0.18);
    overflow: hidden;
}

.hp-thank-you-side-card::after {
    content: '';
    position: absolute;
    top: -2rem;
    right: -2rem;
    width: 6rem;
    height: 6rem;
    border-radius: 999px;
    background: rgba(234, 173, 58, 0.12);
    pointer-events: none;
}

.hp-thank-you-side-kicker {
    margin: 0 0 0.35rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--hp-gold, #eaad3a);
}

.hp-thank-you-side-card h2 {
    margin: 0 0 0.4rem;
    font-size: 1.05rem;
    font-weight: 700;
}

.hp-thank-you-hours {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin: 0 0 0.85rem;
    padding: 0.35rem 0.65rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.08);
}

.hp-thank-you-side-card p {
    margin: 0 0 1rem;
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.5;
}

.hp-thank-you-contact {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.75rem 0.9rem;
    margin-bottom: 0.55rem;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.92rem;
    transition: background 0.2s, transform 0.2s;
}

.hp-thank-you-contact:hover {
    background: rgba(255, 255, 255, 0.16);
    transform: translateY(-1px);
}

.hp-thank-you-contact--wa {
    background: rgba(37, 211, 102, 0.18);
}

.hp-thank-you-contact--wa:hover {
    background: rgba(37, 211, 102, 0.28);
}

.hp-thank-you-trust-card {
    margin-top: 1rem;
    padding: 0.85rem 0.95rem;
    border-radius: 14px;
    background: #fff;
    border: 1px solid rgba(0, 36, 67, 0.08);
    box-shadow: 0 4px 16px rgba(0, 36, 67, 0.05);
}

.hp-thank-you-trust-card .hp-page-trust {
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.55rem 0.75rem;
}

.hp-thank-you-trust-card .hp-page-trust span {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.78rem;
    font-weight: 600;
    color: #475569;
    line-height: 1.35;
}

.hp-thank-you-trust-card .hp-page-trust i {
    color: var(--hp-gold, #eaad3a);
    font-size: 0.72rem;
}

.hp-thank-you-side .hp-page-trust {
    margin-top: 1rem;
}

.hp-thank-you-mobile-bar {
    display: none;
}

@media (max-width: 768px) {
    .hp-thank-you-body--minimal .hp-thank-you-page {
        padding-bottom: 5.5rem;
    }

    .hp-thank-you-lang-stack .hp-thank-you-sub {
        padding: 0.38rem 0.65rem;
        font-size: 0.84rem;
    }

    .hp-thank-you-mobile-bar {
        display: flex;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 120;
        gap: 0.5rem;
        padding: 0.65rem 0.85rem calc(0.65rem + env(safe-area-inset-bottom, 0));
        background: rgba(255, 255, 255, 0.96);
        border-top: 1px solid rgba(0, 36, 67, 0.1);
        box-shadow: 0 -8px 24px rgba(0, 36, 67, 0.08);
        backdrop-filter: blur(8px);
    }

    .hp-thank-you-mobile-bar-btn {
        flex: 1;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 0.45rem;
        padding: 0.75rem 0.85rem;
        border-radius: 12px;
        font-size: 0.92rem;
        font-weight: 700;
        text-decoration: none;
        color: #fff;
        background: var(--hp-navy, #002443);
    }

    .hp-thank-you-mobile-bar-btn--wa {
        background: #128c7e;
    }

    .hp-thank-you-hero {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .hp-thank-you-hero .hp-thank-you-icon-wrap {
        margin-bottom: 0.35rem;
    }
}

/* Telangana district SEO hub */
.hp-district-hub {
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(0, 36, 67, 0.08);
}

.hp-district-hub .hp-page-section-head {
    text-align: center;
    max-width: 40rem;
    margin: 0 auto 1.5rem;
}

.hp-district-hub .hp-page-section-head p:last-child {
    color: #64748b;
    line-height: 1.55;
}

.hp-district-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.55rem;
}

.hp-district-chip {
    display: block;
    padding: 0.55rem 0.7rem;
    border-radius: 10px;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.35;
    text-align: center;
    text-decoration: none;
    color: var(--hp-navy, #002443);
    background: #f8fafc;
    border: 1px solid rgba(0, 36, 67, 0.08);
    transition: background 0.2s, border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}

.hp-district-chip:hover {
    background: rgba(234, 173, 58, 0.12);
    border-color: rgba(234, 173, 58, 0.45);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 36, 67, 0.06);
}

.hp-district-chip--active {
    background: linear-gradient(145deg, rgba(0, 36, 67, 0.06), rgba(234, 173, 58, 0.14));
    border-color: rgba(234, 173, 58, 0.55);
    box-shadow: inset 0 0 0 1px rgba(234, 173, 58, 0.2);
}

.hp-district-nearby {
    margin: 1.75rem 0 0.5rem;
    padding: 1rem 1.1rem;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(0, 36, 67, 0.03), rgba(234, 173, 58, 0.06));
    border: 1px solid rgba(0, 36, 67, 0.06);
}

.hp-district-nearby h3 {
    margin: 0 0 0.65rem;
    font-size: 0.92rem;
    color: var(--hp-navy, #002443);
}

.hp-district-nearby-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.hp-district-nearby-links a {
    font-size: 0.84rem;
    font-weight: 600;
    color: var(--hp-navy, #002443);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.hp-district-nearby-links a:hover {
    color: var(--hp-pink, #e11d74);
}

@media (max-width: 992px) {
    .hp-district-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 520px) {
    .hp-district-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.hp-district-top {
    margin-top: 0;
    padding: 2.25rem 0 2.75rem;
    background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
    border-top: 1px solid rgba(0, 36, 67, 0.06);
}

.hp-district-top-head {
    text-align: center;
    max-width: 38rem;
    margin: 0 auto 1.15rem;
}

.hp-district-top-head h2 {
    margin: 0 0 0.4rem;
    font-size: clamp(1.15rem, 2.5vw, 1.45rem);
    color: var(--hp-navy, #002443);
}

.hp-district-top-head p {
    margin: 0;
    color: #64748b;
    font-size: 0.92rem;
    line-height: 1.5;
}

.hp-district-top-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.45rem;
    max-width: 52rem;
    margin: 0 auto;
}

.hp-district-top-links a {
    display: inline-flex;
    padding: 0.42rem 0.72rem;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 600;
    text-decoration: none;
    color: var(--hp-navy, #002443);
    background: #fff;
    border: 1px solid rgba(0, 36, 67, 0.1);
    transition: background 0.2s, border-color 0.2s, transform 0.2s;
}

.hp-district-top-links a:hover {
    background: rgba(234, 173, 58, 0.12);
    border-color: rgba(234, 173, 58, 0.45);
    transform: translateY(-1px);
}

.hp-district-top-all {
    background: rgba(0, 36, 67, 0.05) !important;
    font-weight: 700 !important;
}

/* SEO hub */
.hp-seo-hub {
    padding: 3.25rem 0;
    background:
        linear-gradient(180deg, #f8fafc 0%, #fff 100%),
        radial-gradient(ellipse 60% 40% at 50% 0%, rgba(234, 173, 58, 0.08), transparent 70%);
}

.hp-seo-hub-head {
    text-align: center;
    max-width: 42rem;
    margin: 0 auto 2rem;
}

.hp-seo-hub-head p:last-child {
    color: #64748b;
    margin: 0.5rem 0 0;
    line-height: 1.55;
}

.hp-seo-hub-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.hp-seo-hub-grid--5 {
    grid-template-columns: repeat(5, 1fr);
}

.hp-seo-hub-grid--modules {
    grid-template-columns: repeat(4, 1fr);
}

.hp-module-crosslinks {
    margin: 1.75rem 0 0.5rem;
    padding: 1rem 1.1rem;
    border-radius: 14px;
    background: #fff;
    border: 1px solid rgba(0, 36, 67, 0.08);
}

.hp-module-crosslinks-label {
    display: block;
    margin-bottom: 0.55rem;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #94a3b8;
}

.hp-module-crosslinks-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.hp-module-crosslinks-row a {
    display: inline-flex;
    padding: 0.45rem 0.75rem;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--hp-navy, #002443);
    background: #f1f5f9;
    border: 1px solid rgba(0, 36, 67, 0.08);
    text-decoration: none;
    transition: background 0.2s, border-color 0.2s, transform 0.2s;
}

.hp-module-crosslinks-row a:hover {
    background: rgba(234, 173, 58, 0.14);
    border-color: rgba(234, 173, 58, 0.45);
    transform: translateY(-1px);
}

.hp-seo-hub-card:not(.hp-seo-hub-card--glass) {
    display: flex;
    flex-direction: column;
    padding: 1.2rem 1.15rem 1.1rem;
    border-radius: 16px;
    border: 1px solid rgba(0, 36, 67, 0.08);
    background: #fff;
    text-decoration: none;
    color: inherit;
    transition: transform 0.22s, box-shadow 0.22s, border-color 0.22s;
    box-shadow: 0 2px 10px rgba(0, 36, 67, 0.04);
}

.hp-seo-hub-card:not(.hp-seo-hub-card--glass):hover {
    transform: translateY(-4px);
    border-color: rgba(234, 173, 58, 0.45);
    box-shadow: 0 16px 36px rgba(0, 36, 67, 0.09);
}

.hp-seo-hub-icon {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.75rem;
    background: linear-gradient(145deg, rgba(0, 36, 67, 0.08), rgba(234, 173, 58, 0.15));
    color: var(--hp-navy, #002443);
    font-size: 0.95rem;
}

.hp-seo-hub-card h3 {
    margin: 0 0 0.4rem;
    font-size: 0.98rem;
    color: var(--hp-navy, #002443);
    line-height: 1.35;
}

.hp-seo-hub-card p {
    margin: 0;
    flex: 1;
    font-size: 0.84rem;
    color: #64748b;
    line-height: 1.45;
}

.hp-seo-hub-more {
    margin-top: 0.85rem;
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--hp-pink, #e11d74);
}

.hp-404-links {
    margin-top: 0.25rem;
}

.hp-ads-demo-card {
    position: relative;
    background: #fff;
    border: 1px solid rgba(0, 36, 67, 0.08);
    border-radius: 18px;
    padding: 1.35rem 1.25rem 1.25rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 12px 32px rgba(0, 36, 67, 0.07);
    overflow: hidden;
}

.hp-ads-demo-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--hp-navy, #002443), var(--hp-gold, #eaad3a));
}

.hp-ads-demo-card h3 {
    margin: 0 0 0.35rem;
    font-family: var(--hp-font-serif, 'Source Serif 4', Georgia, serif);
    color: var(--hp-navy, #002443);
}

.hp-ads-demo-lead {
    margin: 0 0 1rem;
    font-size: 0.88rem;
    color: #64748b;
    line-height: 1.5;
}

.hp-ads-demo-form .demo-submit-wrap {
    margin-top: 0.85rem;
}

.hp-ads-demo-form .demo-group label {
    font-size: 0.88rem;
}

@media (max-width: 992px) {
    .hp-thank-you-layout {
        grid-template-columns: 1fr;
    }

    .hp-seo-hub-grid,
    .hp-seo-hub-grid--5,
    .hp-seo-hub-grid--modules {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .hp-ads-landing-grid {
        grid-template-columns: 1fr;
    }

    .hp-thank-you-card {
        padding: 1.5rem 1.15rem;
    }

    .hp-thank-you-trust-card .hp-page-trust {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 520px) {
    .hp-seo-hub-grid,
    .hp-seo-hub-grid--5,
    .hp-seo-hub-grid--modules {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hp-thank-you-icon-wrap {
        animation: none;
    }

    .hp-thank-you-animate {
        animation: none;
    }
}

/* 6-state overview — polished homepage hub */
.hp-states-overview {
    padding: 2.75rem 0 3rem;
    background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
    border-top: 1px solid rgba(0, 36, 67, 0.06);
}

.hp-states-overview-head {
    text-align: center;
    max-width: 40rem;
    margin: 0 auto 1.75rem;
}

.hp-states-overview-head p:last-child {
    margin: 0.45rem 0 0;
    color: #64748b;
    line-height: 1.55;
}

.hp-states-overview-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.hp-states-overview-grid--all-india {
    grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 1200px) {
    .hp-states-overview-grid--all-india {
        grid-template-columns: repeat(3, 1fr);
    }
}

.hp-states-overview-card:not(.hp-states-overview-card--glass) {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    padding: 1.1rem 1.15rem 1rem;
    border-radius: 16px;
    background: #fff;
    border: 1px solid rgba(0, 36, 67, 0.08);
    box-shadow: 0 4px 18px rgba(0, 36, 67, 0.04);
    transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.hp-states-overview-card:not(.hp-states-overview-card--glass):hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(0, 36, 67, 0.08);
    border-color: rgba(234, 173, 58, 0.35);
}

.hp-states-overview-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
}

.hp-states-overview-tag {
    display: inline-flex;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    color: var(--hp-navy, #002443);
    background: rgba(0, 36, 67, 0.06);
}

.hp-states-overview-card--tg .hp-states-overview-tag { background: rgba(234, 173, 58, 0.2); }
.hp-states-overview-card--ap .hp-states-overview-tag { background: rgba(59, 130, 246, 0.15); }
.hp-states-overview-card--ka .hp-states-overview-tag { background: rgba(16, 185, 129, 0.15); }
.hp-states-overview-card--tn .hp-states-overview-tag { background: rgba(225, 29, 116, 0.12); }
.hp-states-overview-card--mh .hp-states-overview-tag { background: rgba(249, 115, 22, 0.15); }
.hp-states-overview-card--or .hp-states-overview-tag { background: rgba(139, 92, 246, 0.14); }

.hp-states-overview-count {
    font-size: 0.75rem;
    font-weight: 600;
    color: #64748b;
}

.hp-states-overview-card h3 {
    margin: 0;
    font-size: 1.02rem;
    line-height: 1.35;
}

.hp-states-overview-card h3 a {
    color: var(--hp-navy, #002443);
    text-decoration: none;
}

.hp-states-overview-card h3 a:hover {
    color: var(--hp-pink, #e11d74);
}

.hp-states-overview-cities {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
}

.hp-states-overview-cities a {
    padding: 0.28rem 0.55rem;
    border-radius: 999px;
    font-size: 0.74rem;
    font-weight: 600;
    text-decoration: none;
    color: var(--hp-navy, #002443);
    background: #f8fafc;
    border: 1px solid rgba(0, 36, 67, 0.08);
}

.hp-states-overview-cities a:hover {
    background: rgba(234, 173, 58, 0.12);
    border-color: rgba(234, 173, 58, 0.4);
}

.hp-states-overview-all {
    margin-top: auto;
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--hp-navy, #002443);
    text-decoration: none;
}

.hp-states-overview-all:hover {
    color: var(--hp-pink, #e11d74);
}

/* Collapsible state district browser */
.hp-states-accordion {
    margin-top: 2rem;
}

.hp-states-accordion-list {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.hp-states-accordion-item {
    border-radius: 14px;
    border: 1px solid rgba(0, 36, 67, 0.1);
    background: #fff;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 36, 67, 0.03);
}

.hp-states-accordion-summary {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.95rem 1.1rem;
    cursor: pointer;
    list-style: none;
    font-weight: 600;
    color: var(--hp-navy, #002443);
    background: linear-gradient(90deg, rgba(0, 36, 67, 0.02), transparent);
}

.hp-states-accordion-summary::-webkit-details-marker {
    display: none;
}

.hp-states-accordion-summary::before {
    content: '';
    width: 0.45rem;
    height: 0.45rem;
    border-right: 2px solid var(--hp-navy, #002443);
    border-bottom: 2px solid var(--hp-navy, #002443);
    transform: rotate(-45deg);
    transition: transform 0.2s;
    flex-shrink: 0;
}

.hp-states-accordion-item[open] .hp-states-accordion-summary::before {
    transform: rotate(45deg);
}

.hp-states-accordion-title {
    flex: 1;
    font-size: 0.95rem;
}

.hp-states-accordion-meta {
    font-size: 0.78rem;
    font-weight: 600;
    color: #64748b;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    background: #f1f5f9;
}

.hp-states-accordion-hub {
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--hp-pink, #e11d74);
    text-decoration: none;
    white-space: nowrap;
}

.hp-states-accordion-hub:hover {
    text-decoration: underline;
}

.hp-states-accordion-panel {
    padding: 0 1rem 1rem;
    border-top: 1px solid rgba(0, 36, 67, 0.06);
}

.hp-states-accordion-panel .hp-district-hub {
    margin-top: 0.75rem;
    padding-top: 0;
    border-top: none;
}

.hp-states-accordion-panel .hp-district-hub .hp-page-section-head {
    margin-bottom: 1rem;
}

.hp-states-accordion-panel .hp-district-hub .kicker,
.hp-states-accordion-panel .hp-district-hub h2 {
    display: none;
}

.hp-seo-hub-grid--modules {
    grid-template-columns: repeat(4, 1fr);
    max-width: 56rem;
    margin: 0 auto;
}

@media (max-width: 992px) {
    .hp-states-overview-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hp-seo-hub-grid--modules {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 560px) {
    .hp-states-overview-grid {
        grid-template-columns: 1fr;
    }

    .hp-states-accordion-summary {
        flex-wrap: wrap;
    }

    .hp-states-accordion-hub {
        width: 100%;
        padding-left: 1.1rem;
    }
}

/* States index — compact chip grid + search */
.hp-states-index {
    margin-top: 2.25rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(0, 36, 67, 0.08);
}

.hp-states-index-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.hp-states-index-head h3 {
    margin: 0;
    font-size: 1.05rem;
    color: var(--hp-navy, #002443);
}

.hp-states-filter {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.55rem 0.85rem;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(0, 36, 67, 0.12);
    box-shadow: 0 2px 8px rgba(0, 36, 67, 0.04);
    min-width: min(100%, 17rem);
}

.hp-states-filter--wide {
    min-width: min(100%, 22rem);
    flex: 1;
}

.hp-states-filter i {
    color: #94a3b8;
    font-size: 0.85rem;
}

.hp-states-filter-input {
    border: none;
    background: transparent;
    outline: none;
    font: inherit;
    font-size: 0.88rem;
    color: var(--hp-navy, #002443);
    width: 100%;
    min-width: 0;
}

.hp-states-filter-input::placeholder {
    color: #94a3b8;
}

.hp-states-chip-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.hp-states-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.42rem 0.72rem;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--hp-navy, #002443);
    background: #f8fafc;
    border: 1px solid rgba(0, 36, 67, 0.08);
    text-decoration: none;
    transition: background 0.2s, border-color 0.2s, transform 0.2s;
}

.hp-states-chip:hover {
    background: rgba(234, 173, 58, 0.12);
    border-color: rgba(234, 173, 58, 0.4);
    transform: translateY(-1px);
}

.hp-states-chip-tag {
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    padding: 0.12rem 0.35rem;
    border-radius: 4px;
    background: rgba(0, 36, 67, 0.08);
    color: #475569;
}

.hp-states-chip-count {
    font-size: 0.72rem;
    font-weight: 600;
    color: #94a3b8;
}

.hp-states-filter-empty {
    margin: 0.75rem 0 0;
    font-size: 0.88rem;
    color: #64748b;
}

.hp-states-overview-card .hp-states-overview-tag {
    background: rgba(0, 36, 67, 0.09);
}

.hp-states-accordion-toolbar {
    margin-bottom: 0.85rem;
}

.hp-thank-you-india-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin: 0 0 1rem;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--hp-navy, #002443);
    background: rgba(234, 173, 58, 0.14);
    border: 1px solid rgba(234, 173, 58, 0.35);
}

.hp-thank-you-india-badge i {
    opacity: 0.85;
}

.hp-thank-you-explore-label--sub {
    margin-top: 0.85rem;
}

.hp-thank-you-explore-links--modules {
    margin-bottom: 0;
}

.hp-thank-you-explore-more {
    background: rgba(225, 29, 116, 0.08) !important;
    border-color: rgba(225, 29, 116, 0.2) !important;
    color: var(--hp-pink, #e11d74) !important;
}

@media (max-width: 640px) {
    .hp-states-index-head {
        flex-direction: column;
        align-items: stretch;
    }

    .hp-states-filter,
    .hp-states-filter--wide {
        min-width: 100%;
    }
}

/* District SEO rank block */
.hp-rank-block {
    position: relative;
    margin: 2.5rem 0 0;
    padding: 1.75rem 1.5rem 1.5rem;
    border-radius: 16px;
    background: #fff;
    border: 1px solid rgba(0, 36, 67, 0.08);
    box-shadow: 0 8px 24px rgba(0, 36, 67, 0.05);
    overflow: hidden;
}

.hp-rank-block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--hp-navy, #002443), var(--hp-gold, #eaad3a), var(--hp-pink, #e11d74));
}

.hp-rank-block h2 {
    margin: 0 0 0.85rem;
    font-size: clamp(1.05rem, 2.5vw, 1.25rem);
    color: var(--hp-navy, #002443);
    line-height: 1.35;
}

.hp-rank-block p {
    margin: 0 0 0.75rem;
    font-size: 0.92rem;
    line-height: 1.65;
    color: #475569;
}

.hp-rank-block p:last-of-type {
    margin-bottom: 1rem;
}

.hp-rank-block-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.hp-rank-block-links a {
    display: inline-flex;
    align-items: center;
    padding: 0.38rem 0.72rem;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--hp-navy, #002443);
    background: #f1f5f9;
    border: 1px solid rgba(0, 36, 67, 0.08);
    text-decoration: none;
    transition: background 0.2s, border-color 0.2s, transform 0.2s;
}

.hp-rank-block-links a:hover {
    background: rgba(234, 173, 58, 0.14);
    border-color: rgba(234, 173, 58, 0.45);
    transform: translateY(-1px);
    text-decoration: none;
}

/* ---- SEO hub + States overview — homepage trendy glass ---- */
.hp-home-page .hp-seo-hub--trendy,
.hp-home-page .hp-states-overview--trendy {
    position: relative;
    isolation: isolate;
    overflow: hidden;
}

.hp-home-page .hp-seo-hub--trendy {
    padding: clamp(3rem, 6vw, 5rem) 0 !important;
    background:
        radial-gradient(ellipse 70% 55% at 12% 8%, rgba(222, 49, 99, 0.1) 0%, transparent 50%),
        radial-gradient(ellipse 60% 50% at 88% 18%, rgba(49, 112, 222, 0.12) 0%, transparent 48%),
        radial-gradient(ellipse 50% 45% at 50% 100%, rgba(234, 173, 58, 0.09) 0%, transparent 55%),
        linear-gradient(165deg, #f0f4ff 0%, #fafbff 35%, #ffffff 70%, #f8fafc 100%) !important;
    border-top: 1px solid rgba(186, 220, 255, 0.5);
    border-bottom: 1px solid rgba(226, 232, 240, 0.85);
}

.hp-home-page .hp-seo-hub--trendy .hp-seo-hub-head {
    margin-bottom: clamp(1.75rem, 3.5vw, 2.5rem);
}

.hp-home-page .hp-seo-hub--trendy .hp-seo-hub-head .kicker {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(254, 242, 248, 0.9) 100%);
    border-color: rgba(222, 49, 99, 0.2);
    box-shadow: 0 6px 20px rgba(222, 49, 99, 0.1);
}

.hp-home-page .hp-seo-hub-stats {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.5rem 0.65rem;
    margin-top: 1.25rem;
}

.hp-home-page .hp-seo-hub-stat {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #475569;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 4px 16px rgba(49, 112, 222, 0.08);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.hp-home-page .hp-seo-hub-stat strong {
    color: var(--hp-navy, #002443);
    font-weight: 800;
}

.hp-home-page .hp-seo-hub-orb--pink {
    top: -6%;
    left: 8%;
    width: min(34vw, 300px);
    height: min(34vw, 300px);
    background: radial-gradient(circle, rgba(222, 49, 99, 0.26) 0%, transparent 72%);
    animation: hp-reviews-float 9s ease-in-out infinite;
}

.hp-home-page .hp-seo-hub-bento {
    gap: clamp(1rem, 2vw, 1.35rem);
}

.hp-home-page .hp-seo-hub-card--glass {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: clamp(1.25rem, 2.2vw, 1.55rem);
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.75);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.82) 0%, rgba(255, 255, 255, 0.58) 100%) !important;
    backdrop-filter: blur(22px) saturate(1.45);
    -webkit-backdrop-filter: blur(22px) saturate(1.45);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.95) inset,
        0 0 0 1px rgba(186, 220, 255, 0.25),
        0 16px 40px rgba(0, 36, 67, 0.1);
    text-decoration: none;
    color: inherit;
    transition:
        transform 0.38s var(--hp-ease-smooth),
        box-shadow 0.38s ease,
        border-color 0.28s ease;
    animation: hp-review-rise 0.7s var(--hp-ease-smooth) both;
}

.hp-home-page .hp-seo-hub-card--slot-1 { animation-delay: 0.05s; }
.hp-home-page .hp-seo-hub-card--slot-2 { animation-delay: 0.1s; }
.hp-home-page .hp-seo-hub-card--slot-3 { animation-delay: 0.15s; }
.hp-home-page .hp-seo-hub-card--slot-4 { animation-delay: 0.2s; }

.hp-home-page .hp-seo-hub-card--glass::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-radius: 22px 22px 0 0;
    background: linear-gradient(90deg, var(--hp-pink, #de3163), var(--hp-brand, #3170de), var(--hp-gold, #eaad3a));
    opacity: 0.95;
}

.hp-home-page .hp-seo-hub-glow {
    position: absolute;
    inset: -40% -20% auto;
    height: 60%;
    background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(49, 112, 222, 0.12) 0%, transparent 70%);
    pointer-events: none;
}

.hp-home-page .hp-seo-hub-icon-ring {
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    display: inline-flex;
    align-self: flex-start;
    padding: 3px;
    margin-bottom: 0.85rem;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--hp-pink, #de3163), var(--hp-brand, #3170de), var(--hp-gold, #eaad3a));
    box-shadow: 0 8px 20px rgba(49, 112, 222, 0.22);
}

.hp-home-page .hp-seo-hub-card--glass .hp-seo-hub-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    margin-bottom: 0;
    border-radius: 13px;
    font-size: 1.05rem;
    color: #fff;
    background: linear-gradient(135deg, var(--hp-brand, #3170de), #4f8ef7);
    box-shadow: none;
}

.hp-home-page .hp-seo-hub-card--slot-2 .hp-seo-hub-icon {
    background: linear-gradient(135deg, var(--hp-pink, #de3163), #f472b6);
}

.hp-home-page .hp-seo-hub-card--slot-3 .hp-seo-hub-icon {
    background: linear-gradient(135deg, #059669, #34d399);
}

.hp-home-page .hp-seo-hub-card--slot-4 .hp-seo-hub-icon {
    background: linear-gradient(135deg, #d97706, var(--hp-gold, #eaad3a));
}

.hp-home-page .hp-seo-hub-card--glass h3 {
    position: relative;
    z-index: 1;
    margin: 0 0 0.5rem;
    font-size: clamp(0.98rem, 1.35vw, 1.08rem);
    font-weight: 800;
    line-height: 1.35;
    color: var(--hp-navy, #002443);
}

.hp-home-page .hp-seo-hub-card--glass p {
    position: relative;
    z-index: 1;
    flex: 1;
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.55;
    color: #64748b;
}

.hp-home-page .hp-seo-hub-more--pill {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    align-self: flex-start;
    margin-top: 1rem;
    padding: 0.38rem 0.75rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 800;
    color: var(--hp-brand, #3170de) !important;
    background: rgba(232, 240, 253, 0.9);
    border: 1px solid rgba(49, 112, 222, 0.18);
    box-shadow: 0 2px 8px rgba(49, 112, 222, 0.08);
    transition: background 0.22s ease, transform 0.22s ease, gap 0.22s ease;
}

.hp-home-page .hp-seo-hub-more--pill i {
    font-size: 0.65rem;
    transition: transform 0.22s ease;
}

.hp-home-page .hp-seo-hub-card--glass:hover {
    transform: translateY(-8px) scale(1.012);
    border-color: rgba(255, 255, 255, 0.95);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 1) inset,
        0 0 0 1px rgba(186, 220, 255, 0.45),
        0 0 40px rgba(49, 112, 222, 0.12),
        0 28px 56px rgba(0, 36, 67, 0.14);
}

.hp-home-page .hp-seo-hub-card--glass:hover .hp-seo-hub-more--pill {
    background: rgba(49, 112, 222, 0.12);
    gap: 0.55rem;
}

.hp-home-page .hp-seo-hub-card--glass:hover .hp-seo-hub-more--pill i {
    transform: translateX(2px);
}

.hp-home-page .hp-seo-hub-foot {
    display: flex;
    justify-content: center;
    margin-top: clamp(1.5rem, 3vw, 2rem);
}

.hp-home-page .hp-seo-hub-foot-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1.1rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--hp-navy, #002443);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.92) 0%, rgba(254, 242, 248, 0.85) 100%);
    border: 1px solid rgba(222, 49, 99, 0.2);
    box-shadow: 0 8px 24px rgba(222, 49, 99, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.hp-home-page .hp-seo-hub-foot-badge strong {
    color: var(--hp-pink, #de3163);
    font-weight: 800;
}

.hp-home-page .hp-states-overview--trendy {
    padding: clamp(3rem, 6vw, 5rem) 0 !important;
    background:
        radial-gradient(ellipse 70% 55% at 88% 8%, rgba(222, 49, 99, 0.1) 0%, transparent 50%),
        radial-gradient(ellipse 60% 50% at 8% 22%, rgba(49, 112, 222, 0.12) 0%, transparent 48%),
        radial-gradient(ellipse 50% 45% at 50% 100%, rgba(234, 173, 58, 0.08) 0%, transparent 55%),
        linear-gradient(165deg, #fafbff 0%, #ffffff 40%, #f8fafc 100%) !important;
    border-top: 1px solid rgba(186, 220, 255, 0.5);
    border-bottom: 1px solid rgba(226, 232, 240, 0.85);
}

.hp-home-page .hp-states-overview--trendy .hp-states-overview-head {
    margin-bottom: clamp(1.75rem, 3.5vw, 2.5rem);
}

.hp-home-page .hp-states-overview--trendy .hp-states-overview-head .kicker {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(232, 240, 253, 0.9) 100%);
    border-color: rgba(49, 112, 222, 0.2);
    box-shadow: 0 6px 20px rgba(49, 112, 222, 0.1);
}

.hp-home-page .hp-states-overview-stats {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.5rem 0.65rem;
    margin-top: 1.25rem;
}

.hp-home-page .hp-states-overview-stat {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #475569;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 4px 16px rgba(49, 112, 222, 0.08);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.hp-home-page .hp-states-overview-stat strong {
    color: var(--hp-navy, #002443);
    font-weight: 800;
}

.hp-home-page .hp-states-overview-orb--gold {
    top: 35%;
    right: 12%;
    width: min(28vw, 240px);
    height: min(28vw, 240px);
    background: radial-gradient(circle, rgba(234, 173, 58, 0.2) 0%, transparent 72%);
    animation: hp-reviews-float 13s ease-in-out infinite;
}

.hp-home-page .hp-states-overview-bento {
    gap: clamp(1rem, 2vw, 1.35rem);
}

.hp-home-page .hp-states-overview-card--glass {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    min-height: 100%;
    padding: clamp(1.15rem, 2.2vw, 1.45rem);
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.75);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.82) 0%, rgba(255, 255, 255, 0.58) 100%) !important;
    backdrop-filter: blur(22px) saturate(1.45);
    -webkit-backdrop-filter: blur(22px) saturate(1.45);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.95) inset,
        0 0 0 1px rgba(186, 220, 255, 0.25),
        0 16px 40px rgba(0, 36, 67, 0.1);
    transition:
        transform 0.38s var(--hp-ease-smooth),
        box-shadow 0.38s ease,
        border-color 0.28s ease;
    animation: hp-review-rise 0.7s var(--hp-ease-smooth) both;
}

.hp-home-page .hp-states-overview-card--slot-1 { animation-delay: 0.05s; }
.hp-home-page .hp-states-overview-card--slot-2 { animation-delay: 0.1s; }
.hp-home-page .hp-states-overview-card--slot-3 { animation-delay: 0.15s; }
.hp-home-page .hp-states-overview-card--slot-4 { animation-delay: 0.2s; }
.hp-home-page .hp-states-overview-card--slot-5 { animation-delay: 0.25s; }
.hp-home-page .hp-states-overview-card--slot-6 { animation-delay: 0.3s; }

.hp-home-page .hp-states-overview-card--glass::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-radius: 22px 22px 0 0;
    background: linear-gradient(90deg, var(--hp-pink, #de3163), var(--hp-brand, #3170de), var(--hp-gold, #eaad3a));
    opacity: 0.95;
}

.hp-home-page .hp-states-overview-glow {
    position: absolute;
    inset: -40% -20% auto;
    height: 60%;
    background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(49, 112, 222, 0.1) 0%, transparent 70%);
    pointer-events: none;
}

.hp-home-page .hp-states-overview-card--glass > *:not(.hp-glass-card-shine):not(.hp-states-overview-glow) {
    position: relative;
    z-index: 1;
}

.hp-home-page .hp-states-overview-card--glass:hover {
    transform: translateY(-8px) scale(1.012);
    border-color: rgba(255, 255, 255, 0.95);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 1) inset,
        0 0 0 1px rgba(186, 220, 255, 0.45),
        0 0 40px rgba(49, 112, 222, 0.12),
        0 28px 56px rgba(0, 36, 67, 0.14);
}

.hp-home-page .hp-states-overview-card--glass .hp-states-overview-tag {
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    font-weight: 800;
}

.hp-home-page .hp-states-overview-card--glass h3 a {
    font-weight: 800;
}

.hp-home-page .hp-states-overview-card--glass .hp-states-overview-cities a {
    background: rgba(255, 255, 255, 0.78);
    border-color: rgba(186, 220, 255, 0.35);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    font-weight: 700;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.hp-home-page .hp-states-overview-card--glass .hp-states-overview-cities a:hover {
    background: rgba(234, 173, 58, 0.14);
    border-color: rgba(234, 173, 58, 0.4);
    transform: translateY(-1px);
}

.hp-home-page .hp-states-overview-all--pill {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    align-self: flex-start;
    margin-top: auto;
    padding: 0.38rem 0.75rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 800;
    text-decoration: none;
    color: var(--hp-brand, #3170de) !important;
    background: rgba(232, 240, 253, 0.9);
    border: 1px solid rgba(49, 112, 222, 0.18);
    box-shadow: 0 2px 8px rgba(49, 112, 222, 0.08);
    transition: background 0.22s ease, gap 0.22s ease;
}

.hp-home-page .hp-states-overview-all--pill i {
    font-size: 0.65rem;
    transition: transform 0.22s ease;
}

.hp-home-page .hp-states-overview-card--glass:hover .hp-states-overview-all--pill {
    background: rgba(49, 112, 222, 0.12);
    gap: 0.55rem;
}

.hp-home-page .hp-states-overview-card--glass:hover .hp-states-overview-all--pill i {
    transform: translateX(2px);
}

.hp-home-page .hp-states-index--glass {
    position: relative;
    overflow: hidden;
    margin-top: clamp(1.75rem, 3vw, 2.25rem);
    padding: clamp(1.25rem, 2.5vw, 1.65rem);
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.78);
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.82) 0%, rgba(248, 251, 255, 0.58) 100%) !important;
    backdrop-filter: blur(20px) saturate(1.4);
    -webkit-backdrop-filter: blur(20px) saturate(1.4);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.95) inset,
        0 0 0 1px rgba(186, 220, 255, 0.25),
        0 14px 36px rgba(0, 36, 67, 0.08);
    border-top: none;
}

.hp-home-page .hp-states-index--glass::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    border-radius: 22px 22px 0 0;
    background: linear-gradient(90deg, var(--hp-brand, #3170de), var(--hp-gold, #eaad3a));
    opacity: 0.9;
}

.hp-home-page .hp-states-index-inner {
    position: relative;
    z-index: 1;
}

.hp-home-page .hp-states-index--glass .hp-states-filter {
    background: rgba(255, 255, 255, 0.85);
    border-color: rgba(186, 220, 255, 0.4);
    box-shadow: 0 4px 14px rgba(49, 112, 222, 0.08);
}

.hp-home-page .hp-states-index--glass .hp-states-chip {
    background: rgba(255, 255, 255, 0.8);
    border-color: rgba(186, 220, 255, 0.35);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.hp-home-page .hp-states-index--glass .hp-states-chip:hover {
    background: rgba(234, 173, 58, 0.16);
    border-color: rgba(234, 173, 58, 0.45);
}

.hp-home-page .hp-seo-hub-bg,
.hp-home-page .hp-states-overview-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.hp-home-page .hp-seo-hub-orb,
.hp-home-page .hp-states-overview-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(65px);
    pointer-events: none;
}

.hp-home-page .hp-seo-hub-orb--blue {
    top: -8%;
    right: 5%;
    width: min(32vw, 280px);
    height: min(32vw, 280px);
    background: radial-gradient(circle, rgba(49, 112, 222, 0.28) 0%, transparent 72%);
    animation: hp-reviews-float 10s ease-in-out infinite;
}

.hp-home-page .hp-seo-hub-orb--gold {
    bottom: 0;
    left: 10%;
    width: min(28vw, 240px);
    height: min(28vw, 240px);
    background: radial-gradient(circle, rgba(234, 173, 58, 0.22) 0%, transparent 70%);
    animation: hp-reviews-float 12s ease-in-out infinite reverse;
}

.hp-home-page .hp-states-overview-orb--pink {
    top: 8%;
    left: -4%;
    width: min(34vw, 300px);
    height: min(34vw, 300px);
    background: radial-gradient(circle, rgba(222, 49, 99, 0.22) 0%, transparent 72%);
    animation: hp-reviews-float 11s ease-in-out infinite;
}

.hp-home-page .hp-states-overview-orb--blue {
    bottom: -5%;
    right: 8%;
    width: min(36vw, 320px);
    height: min(36vw, 320px);
    background: radial-gradient(circle, rgba(49, 112, 222, 0.25) 0%, transparent 72%);
    animation: hp-reviews-float 9s ease-in-out infinite reverse;
}

.hp-home-page .hp-seo-hub--trendy .container,
.hp-home-page .hp-states-overview--trendy .container {
    position: relative;
    z-index: 1;
}

.hp-home-page .hp-story-video--trendy .hp-story-sound-toggle {
    backdrop-filter: blur(14px) saturate(1.3);
    -webkit-backdrop-filter: blur(14px) saturate(1.3);
    border-color: rgba(255, 255, 255, 0.35);
    background: rgba(0, 36, 67, 0.42);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
}

@media (prefers-reduced-motion: reduce) {
    .hp-home-page .hp-ticker--trendy::before,
    .hp-home-page .hp-why-orb {
        animation: none;
    }

    .hp-home-page .hp-seo-hub-orb,
    .hp-home-page .hp-states-overview-orb {
        animation: none;
    }

    .hp-home-page .hp-seo-hub-card--glass,
    .hp-home-page .hp-states-overview-card--glass {
        animation: none;
    }

    .hp-home-page .hp-seo-hub-card--glass:hover,
    .hp-home-page .hp-states-overview-card--glass:hover {
        transform: none;
    }
}

/* ============================================================
   Section variation — classy type + distinct section identities
   ============================================================ */

.hp-home-page .section-head h2,
.hp-home-page .hp-reviews-head h2,
.hp-home-page .hp-seo-hub-head h2,
.hp-home-page .hp-states-overview-head h2,
.hp-home-page .hp-why-head h2,
.hp-home-page .partner-reg-copy h2,
.hp-home-page .hp-demo-head h2,
.hp-home-page .hp-schools-head h2,
.hp-home-page .hp-gallery-head h2,
.hp-home-page .hp-faq-head h2,
.hp-home-page .hp-problems .section-head h2,
.hp-home-page .hp-modules-intro h2 {
    font-size: clamp(2.05rem, 4vw, 2.9rem) !important;
    font-weight: 700 !important;
    letter-spacing: -0.022em;
    line-height: 1.18 !important;
}

.hp-home-page .hp-credentials-heading {
    font-size: clamp(1.45rem, 2.8vw, 2.05rem) !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em;
    line-height: 1.22 !important;
}

.hp-home-page .section-head .kicker,
.hp-home-page .hp-reviews-kicker,
.hp-home-page .hp-seo-hub-head .kicker,
.hp-home-page .hp-states-overview-head .kicker,
.hp-home-page .partner-reg-copy .kicker {
    font-size: 0.8125rem;
    letter-spacing: 0.16em;
}

.hp-home-page .section-head p,
.hp-home-page .hp-reviews-head p,
.hp-home-page .hp-seo-hub-head p,
.hp-home-page .hp-states-overview-head p,
.hp-home-page .hp-why-lead,
.hp-home-page .partner-reg-copy > p:not(.text-sm),
.hp-home-page .hp-demo-lead,
.hp-home-page .hp-schools-lead,
.hp-home-page .hp-gallery-lead,
.hp-home-page .hp-faq-lead {
    font-size: clamp(1.02rem, 1.6vw, 1.125rem);
    line-height: 1.68;
}

/* ---- SEO Hub — editorial (no glass/orbs) ---- */
.hp-home-page .hp-seo-hub--editorial {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: clamp(3.25rem, 6.5vw, 5.25rem) 0 !important;
    background:
        linear-gradient(rgba(0, 36, 67, 0.018) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 36, 67, 0.018) 1px, transparent 1px),
        linear-gradient(180deg, #faf9f7 0%, #ffffff 42%, #f8fafc 100%) !important;
    background-size: 48px 48px, 48px 48px, auto;
    border-top: 1px solid rgba(226, 232, 240, 0.9);
    border-bottom: 1px solid rgba(226, 232, 240, 0.75);
}

.hp-home-page .hp-seo-hub--editorial .hp-seo-hub-bg,
.hp-home-page .hp-seo-hub--editorial .hp-seo-hub-orb {
    display: none;
}

.hp-home-page .hp-seo-hub--editorial .container {
    position: relative;
    z-index: 1;
}

.hp-home-page .hp-seo-hub--editorial .hp-seo-hub-head {
    margin-bottom: clamp(2rem, 3.8vw, 2.75rem);
    text-align: center;
}

.hp-home-page .hp-seo-hub--editorial .hp-seo-hub-head h2 {
    font-family: "Source Serif 4", Georgia, "Times New Roman", serif;
}

.hp-home-page .hp-seo-hub--editorial .hp-seo-hub-head .kicker {
    background: transparent;
    border: 0;
    box-shadow: none;
    color: var(--hp-brand, #3170de);
    padding: 0;
}

.hp-home-page .hp-seo-hub--editorial .hp-seo-hub-stats {
    justify-content: center;
    gap: 0.35rem 1.25rem;
    margin-top: 1.5rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(226, 232, 240, 0.95);
}

.hp-home-page .hp-seo-hub--editorial .hp-seo-hub-stat {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    font-size: 0.875rem;
    color: #64748b;
}

.hp-home-page .hp-seo-hub--editorial .hp-seo-hub-stat strong {
    font-family: "Source Serif 4", Georgia, serif;
    font-size: 1.125rem;
    font-weight: 700;
}

.hp-home-page .hp-seo-hub--editorial .hp-seo-hub-bento {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(1.15rem, 2.2vw, 1.5rem);
}

@media (max-width: 720px) {
    .hp-home-page .hp-seo-hub--editorial .hp-seo-hub-bento {
        grid-template-columns: 1fr;
    }
}

.hp-home-page .hp-seo-hub--editorial .hp-seo-hub-card--glass {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto auto;
    align-items: start;
    gap: 0.35rem 1.15rem;
    padding: clamp(1.35rem, 2.4vw, 1.75rem);
    border-radius: 14px;
    border: 1px solid rgba(226, 232, 240, 0.95);
    background: #ffffff !important;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: 0 1px 2px rgba(0, 36, 67, 0.04), 0 8px 24px rgba(0, 36, 67, 0.06);
    animation: none;
}

.hp-home-page .hp-seo-hub--editorial .hp-seo-hub-card--glass::before {
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    width: 4px;
    height: auto;
    border-radius: 14px 0 0 14px;
    background: var(--hp-brand, #3170de);
    opacity: 1;
}

.hp-home-page .hp-seo-hub--editorial .hp-seo-hub-card--slot-2::before {
    background: var(--hp-pink, #de3163);
}

.hp-home-page .hp-seo-hub--editorial .hp-seo-hub-card--slot-3::before {
    background: #059669;
}

.hp-home-page .hp-seo-hub--editorial .hp-seo-hub-card--slot-4::before {
    background: var(--hp-gold, #eaad3a);
}

.hp-home-page .hp-seo-hub--editorial .hp-seo-hub-glow,
.hp-home-page .hp-seo-hub--editorial .hp-glass-card-shine {
    display: none;
}

.hp-home-page .hp-seo-hub--editorial .hp-seo-hub-icon-ring {
    grid-row: 1 / -1;
    align-self: start;
    margin-bottom: 0;
    padding: 0;
    border-radius: 12px;
    background: rgba(232, 240, 253, 0.95);
    box-shadow: none;
}

.hp-home-page .hp-seo-hub--editorial .hp-seo-hub-card--glass .hp-seo-hub-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 12px;
    font-size: 1.15rem;
    color: var(--hp-brand, #3170de);
    background: transparent;
}

.hp-home-page .hp-seo-hub--editorial .hp-seo-hub-card--slot-2 .hp-seo-hub-icon {
    color: var(--hp-pink, #de3163);
    background: transparent;
}

.hp-home-page .hp-seo-hub--editorial .hp-seo-hub-card--slot-3 .hp-seo-hub-icon {
    color: #059669;
}

.hp-home-page .hp-seo-hub--editorial .hp-seo-hub-card--slot-4 .hp-seo-hub-icon {
    color: #b45309;
}

.hp-home-page .hp-seo-hub--editorial .hp-seo-hub-card--glass h3 {
    font-family: "Source Serif 4", Georgia, serif;
    font-size: clamp(1.1rem, 1.55vw, 1.28rem);
    font-weight: 700;
    margin-bottom: 0.4rem;
}

.hp-home-page .hp-seo-hub--editorial .hp-seo-hub-card--glass p {
    font-size: clamp(0.9375rem, 1.25vw, 1rem);
    line-height: 1.62;
}

.hp-home-page .hp-seo-hub--editorial .hp-seo-hub-more--pill {
    margin-top: 0.85rem;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.hp-home-page .hp-seo-hub--editorial .hp-seo-hub-card--glass:hover {
    transform: translateY(-3px);
    border-color: rgba(49, 112, 222, 0.22);
    box-shadow: 0 2px 4px rgba(0, 36, 67, 0.04), 0 16px 36px rgba(0, 36, 67, 0.09);
}

.hp-home-page .hp-seo-hub--editorial .hp-seo-hub-foot-badge {
    font-size: 0.8125rem;
    letter-spacing: 0.06em;
    text-transform: none;
    font-weight: 600;
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
    color: #64748b;
}

.hp-home-page .hp-seo-hub--editorial .hp-seo-hub-foot-badge strong {
    font-family: "Source Serif 4", Georgia, serif;
    color: var(--hp-navy, #002443);
}

/* ---- States — atlas (map-inspired, bordered cards) ---- */
.hp-home-page .hp-states-overview--atlas {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: clamp(3.25rem, 6.5vw, 5.25rem) 0 !important;
    background:
        radial-gradient(circle at 20% 30%, rgba(49, 112, 222, 0.06) 0%, transparent 45%),
        radial-gradient(circle at 80% 70%, rgba(222, 49, 99, 0.05) 0%, transparent 40%),
        linear-gradient(180deg, #eef2f7 0%, #f4f7fb 35%, #ffffff 100%) !important;
    border-top: 3px solid var(--hp-navy, #002443);
    border-bottom: 1px solid rgba(226, 232, 240, 0.9);
}

.hp-home-page .hp-states-overview--atlas .hp-states-overview-bg,
.hp-home-page .hp-states-overview--atlas .hp-states-overview-orb {
    display: none;
}

.hp-home-page .hp-states-overview--atlas .container {
    position: relative;
    z-index: 1;
}

.hp-home-page .hp-states-overview--atlas .hp-states-overview-head h2 {
    font-family: "Source Serif 4", Georgia, "Times New Roman", serif;
}

.hp-home-page .hp-states-overview--atlas .hp-states-overview-head .kicker {
    background: rgba(0, 36, 67, 0.06);
    border-color: rgba(0, 36, 67, 0.12);
    box-shadow: none;
    color: var(--hp-navy, #002443);
}

.hp-home-page .hp-states-overview--atlas .hp-states-overview-stats {
    gap: 0.25rem 0.5rem;
    margin-top: 1.35rem;
}

.hp-home-page .hp-states-overview--atlas .hp-states-overview-stat {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    font-size: 0.875rem;
    color: #64748b;
}

.hp-home-page .hp-states-overview--atlas .hp-states-overview-stat:not(:last-child)::after {
    content: "·";
    margin-left: 0.5rem;
    color: #cbd5e1;
    font-weight: 400;
}

.hp-home-page .hp-states-overview--atlas .hp-states-overview-stat strong {
    font-size: 1rem;
}

.hp-home-page .hp-states-overview--atlas .hp-states-overview-bento {
    gap: clamp(1rem, 2vw, 1.25rem);
}

.hp-home-page .hp-states-overview--atlas .hp-states-overview-card--glass {
    padding: clamp(1.25rem, 2.3vw, 1.6rem);
    border-radius: 12px;
    border: 1px solid rgba(203, 213, 225, 0.85);
    background: #ffffff !important;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: 0 2px 8px rgba(0, 36, 67, 0.05);
    animation: none;
}

.hp-home-page .hp-states-overview--atlas .hp-states-overview-card--glass::before {
    display: none;
}

.hp-home-page .hp-states-overview--atlas .hp-states-overview-glow,
.hp-home-page .hp-states-overview--atlas .hp-glass-card-shine {
    display: none;
}

.hp-home-page .hp-states-overview--atlas .hp-states-overview-card--glass {
    border-left: 4px solid var(--hp-brand, #3170de);
}

.hp-home-page .hp-states-overview--atlas .hp-states-overview-card--in {
    border-left-color: #f97316;
}

.hp-home-page .hp-states-overview--atlas .hp-states-overview-card--ka {
    border-left-color: #dc2626;
}

.hp-home-page .hp-states-overview--atlas .hp-states-overview-card--mh {
    border-left-color: #2563eb;
}

.hp-home-page .hp-states-overview--atlas .hp-states-overview-card--tn {
    border-left-color: #059669;
}

.hp-home-page .hp-states-overview--atlas .hp-states-overview-card--ts {
    border-left-color: #7c3aed;
}

.hp-home-page .hp-states-overview--atlas .hp-states-overview-card--up {
    border-left-color: #b45309;
}

.hp-home-page .hp-states-overview--atlas .hp-states-overview-card--glass h3 {
    font-size: clamp(1.08rem, 1.5vw, 1.22rem);
    font-weight: 800;
}

.hp-home-page .hp-states-overview--atlas .hp-states-overview-cities a {
    font-size: 0.875rem;
}

.hp-home-page .hp-states-overview--atlas .hp-states-overview-all--pill {
    font-size: 0.8125rem;
    padding: 0.45rem 0.85rem;
    border-radius: 8px;
    background: rgba(232, 240, 253, 0.7);
}

.hp-home-page .hp-states-overview--atlas .hp-states-overview-card--glass:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 28px rgba(0, 36, 67, 0.1);
    border-color: rgba(49, 112, 222, 0.25);
}

.hp-home-page .hp-states-overview--atlas .hp-states-index--glass {
    margin-top: clamp(1.75rem, 3vw, 2.25rem);
    border-radius: 14px;
    border: 2px solid rgba(0, 36, 67, 0.1);
    background: #ffffff !important;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: 0 4px 20px rgba(0, 36, 67, 0.06);
}

.hp-home-page .hp-states-overview--atlas .hp-states-index--glass .hp-glass-card-shine {
    display: none;
}

.hp-home-page .hp-states-overview--atlas .hp-states-index-head h3 {
    font-size: clamp(1.1rem, 1.6vw, 1.25rem);
    font-weight: 800;
}

.hp-home-page .hp-states-overview--atlas .hp-states-chip {
    font-size: 0.875rem;
}

/* ---- Partner — classic split panel (light bg, dark readable text) ---- */
.hp-home-page .hp-partner-band--classic {
    padding: clamp(2.75rem, 5.5vw, 4.25rem) 0 !important;
    background:
        linear-gradient(180deg, #f8fafc 0%, #ffffff 52%, #f4f8fc 100%) !important;
    border-top: 1px solid rgba(226, 232, 240, 0.9);
}

.hp-home-page .hp-partner-band--classic .hp-partner-orb {
    display: none;
}

.hp-home-page .hp-partner-band--classic .container {
    position: relative;
    z-index: 1;
}

.hp-home-page .hp-partner-band--classic .partner-reg-copy {
    color: #475569 !important;
}

.hp-home-page .hp-partner-band--classic .partner-reg-copy h2 {
    color: var(--hp-navy, #002443) !important;
}

.hp-home-page .hp-partner-band--classic .partner-reg-copy .kicker {
    color: var(--hp-indigo, #3170de) !important;
}

.hp-home-page .hp-partner-band--classic .partner-reg-copy .hp-heading-dark {
    color: var(--hp-navy, #002443) !important;
    -webkit-text-fill-color: var(--hp-navy, #002443) !important;
}

.hp-home-page .hp-partner-band--classic .partner-reg-copy .hp-heading-pink {
    color: var(--hp-pink, #de3163) !important;
    -webkit-text-fill-color: var(--hp-pink, #de3163) !important;
}

.hp-home-page .hp-partner-band--classic .partner-reg-copy > p:not(.text-sm) {
    color: #475569 !important;
}

.hp-home-page .hp-partner-band--classic .partner-reg-copy .text-sm {
    color: #64748b !important;
}

.hp-home-page .hp-partner-band--classic .partner-reg-points li {
    font-size: clamp(0.9375rem, 1.3vw, 1.02rem);
    color: var(--hp-navy, #002443) !important;
    -webkit-text-fill-color: var(--hp-navy, #002443) !important;
}

.hp-home-page .hp-partner-band--classic .partner-reg-points li i {
    color: var(--hp-indigo, #3170de) !important;
}

.hp-home-page .hp-partner-band--classic .partner-login-link {
    color: var(--hp-indigo, #3170de) !important;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.hp-home-page .hp-partner-band--classic .hp-partner-form-panel {
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: #ffffff;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}

.hp-home-page .hp-partner-band--classic .hp-partner-form-panel .hp-glass-card-shine {
    display: none;
}

.hp-home-page .hp-partner-band--classic .hp-partner-form-panel .partner-reg-form label,
.hp-home-page .hp-partner-band--classic .hp-partner-form-panel .demo-group label {
    font-size: 0.875rem;
    font-weight: 700;
}

.hp-home-page .hp-partner-band--classic .hp-partner-form-panel .partner-reg-form input,
.hp-home-page .hp-partner-band--classic .hp-partner-form-panel .partner-reg-form textarea {
    font-size: 0.9375rem;
    background: #f8fafc;
}

@media (prefers-reduced-motion: reduce) {
    .hp-home-page .hp-seo-hub--editorial .hp-seo-hub-card--glass:hover,
    .hp-home-page .hp-states-overview--atlas .hp-states-overview-card--glass:hover {
        transform: none;
    }
}

/* ---- Demo — CTA band (warm accent, solid form) ---- */
.hp-home-page .hp-demo-band--cta {
    padding: clamp(3rem, 6vw, 4.75rem) 0;
    background:
        linear-gradient(180deg, rgba(254, 242, 248, 0.5) 0%, #ffffff 38%, #f8fafc 100%);
    border-top: 4px solid var(--hp-pink, #de3163);
}

.hp-home-page .hp-demo-band--cta .hp-demo-bg-decor {
    background-image: none;
    mask-image: none;
    -webkit-mask-image: none;
}

.hp-home-page .hp-demo-band--cta .hp-demo-head h2 {
    font-family: "Source Serif 4", Georgia, serif;
}

.hp-home-page .hp-demo-band--cta .hp-demo-panel {
    padding: clamp(1.5rem, 3.2vw, 2rem);
    border-radius: 16px;
    border: 2px solid rgba(0, 36, 67, 0.08);
    background: #ffffff;
    box-shadow: 0 4px 24px rgba(0, 36, 67, 0.07);
}

.hp-home-page .hp-demo-band--cta .hp-demo-panel .hp-glass-card-shine {
    display: none;
}

.hp-home-page .hp-demo-band--cta .hp-demo-panel .demo-form label {
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--hp-navy, #002443);
}

.hp-home-page .hp-demo-band--cta .hp-demo-panel .demo-form input,
.hp-home-page .hp-demo-band--cta .hp-demo-panel .demo-form select,
.hp-home-page .hp-demo-band--cta .hp-demo-panel .demo-form textarea {
    font-size: 0.9375rem;
    padding: 0.65rem 0.85rem;
    border-radius: 10px;
    background: #f8fafc;
}

.hp-home-page .hp-demo-band--cta .hp-demo-panel .demo-submit {
    font-size: 1rem;
    padding: 0.85rem 1.5rem;
    border-radius: 10px;
}

.hp-home-page .hp-demo-band--cta .hp-demo-trust-row {
    font-size: 0.875rem;
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0.75rem 0 0;
    color: #64748b;
}

/* ---- Schools — social proof stats ---- */
.hp-home-page .hp-schools-band--proof {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%) !important;
    border-top: 1px solid rgba(226, 232, 240, 0.95);
}

.hp-home-page .hp-schools-band--proof .hp-schools-bg-decor {
    display: none;
}

.hp-home-page .hp-schools-band--proof .hp-school-stat-card {
    border-radius: 14px;
    border: 1px solid rgba(226, 232, 240, 0.95);
    background: #ffffff;
    box-shadow: 0 2px 12px rgba(0, 36, 67, 0.04);
}

.hp-home-page .hp-schools-band--proof .hp-school-stat-card .hp-glass-card-shine {
    display: none;
}

.hp-home-page .hp-schools-band--proof .hp-school-stat-card::before {
    height: 0;
}

.hp-home-page .hp-schools-band--proof .hp-school-stat-card {
    border-top: 3px solid var(--hp-brand, #3170de);
}

.hp-home-page .hp-schools-band--proof .hp-school-stat-card--schools {
    border-top-color: var(--hp-navy, #002443);
}

.hp-home-page .hp-schools-band--proof .hp-school-stat-card--map {
    border-top-color: #2563eb;
}

.hp-home-page .hp-schools-band--proof .hp-school-stat-card--setup {
    border-top-color: #059669;
}

.hp-home-page .hp-schools-band--proof .hp-school-stat-card--support {
    border-top-color: var(--hp-pink, #de3163);
}

.hp-home-page .hp-schools-band--proof .hp-school-stat-card h3 {
    font-size: clamp(1.08rem, 1.6vw, 1.22rem);
}

.hp-home-page .hp-schools-band--proof .hp-school-stat-card p {
    font-size: clamp(0.875rem, 1.25vw, 0.9375rem) !important;
}

.hp-home-page .hp-schools-band--proof .hp-home-centers-preview {
    border-radius: 14px;
    border: 1px solid rgba(226, 232, 240, 0.95);
    background: #ffffff;
    box-shadow: 0 2px 12px rgba(0, 36, 67, 0.04);
}

/* Tighter vertical gaps: hero → create account → problems (spacing only) */
.hp-home-page #school-register.hp-section {
    padding-top: 1rem !important;
    padding-bottom: 0.75rem !important;
}

.hp-home-page #school-register.hp-school-register-band {
    padding-top: 0.35rem;
    padding-bottom: 0.85rem;
}

@media (max-width: 640px) {
    .hp-home-page #school-register.hp-section {
        padding-top: 0.75rem !important;
    }
}

/* ---- Our Schools — premium SaaS partner section ---- */
.hp-home-page .hp-schools-saas {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: clamp(1.75rem, 3.5vw, 2.75rem) 0 !important;
    background:
        radial-gradient(ellipse 85% 60% at 50% 0%, rgba(186, 220, 255, 0.32) 0%, transparent 55%),
        linear-gradient(180deg, #f4f8fd 0%, #ffffff 55%, #f8fafc 100%) !important;
    border: none !important;
}

.hp-home-page .hp-schools-saas-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background:
        radial-gradient(circle at 90% 15%, rgba(234, 173, 58, 0.07) 0%, transparent 40%),
        radial-gradient(circle at 8% 85%, rgba(49, 112, 222, 0.06) 0%, transparent 42%);
}

.hp-home-page .hp-schools-saas .container {
    position: relative;
    z-index: 1;
}

.hp-home-page .hp-schools-saas-panel {
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.95);
    background:
        linear-gradient(165deg, rgba(255, 255, 255, 0.97) 0%, rgba(248, 251, 255, 0.94) 100%);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 1) inset,
        0 0 0 1px rgba(186, 220, 255, 0.4),
        0 10px 28px rgba(0, 36, 67, 0.05),
        0 24px 56px rgba(49, 112, 222, 0.1);
    overflow: hidden;
}

.hp-home-page .hp-schools-saas-map-decor {
    position: absolute;
    left: -2%;
    top: 8%;
    width: min(42%, 420px);
    height: 72%;
    pointer-events: none;
    z-index: 0;
    opacity: 0.11;
    background:
        url("../images/home/trust/map-01.svg") no-repeat left center / contain,
        radial-gradient(circle, rgba(49, 112, 222, 0.15) 1px, transparent 1px);
    background-size: contain, 14px 14px;
    mask-image: linear-gradient(90deg, #000 0%, #000 55%, transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 55%, transparent 100%);
}

.hp-home-page .hp-schools-saas-inner {
    position: relative;
    z-index: 1;
    padding: clamp(1.5rem, 3vw, 2.15rem) clamp(1.15rem, 2.8vw, 2rem);
}

.hp-home-page .hp-schools-saas-head {
    text-align: center;
    margin-bottom: clamp(1.15rem, 2.4vw, 1.55rem);
}

.hp-home-page .hp-schools-saas-kicker {
    display: inline-block;
    margin: 0 0 0.55rem;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    font-size: 0.6875rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--hp-pink, #de3163);
    background: rgba(222, 49, 99, 0.08);
    border: 1px solid rgba(222, 49, 99, 0.14);
}

.hp-home-page .hp-schools-saas-title {
    margin: 0 0 0.45rem;
    font-size: clamp(1.55rem, 3.5vw, 2.35rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.03em;
}

.hp-home-page .hp-schools-saas-pink {
    background: linear-gradient(135deg, var(--hp-pink, #de3163) 0%, #ff6b9d 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.hp-home-page .hp-schools-saas-lead {
    margin: 0 0 0.35rem;
    font-size: clamp(1rem, 1.6vw, 1.125rem);
    font-weight: 700;
    color: var(--hp-navy, #002443);
}

.hp-home-page .hp-schools-saas-desc {
    margin: 0 auto;
    max-width: 36rem;
    font-size: 0.875rem;
    line-height: 1.55;
    color: #64748b;
}

.hp-home-page .hp-schools-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(0.65rem, 1.4vw, 0.9rem);
    margin-bottom: clamp(1.15rem, 2.4vw, 1.5rem);
}

.hp-home-page .hp-schools-trust-card {
    position: relative;
    padding: clamp(0.95rem, 1.8vw, 1.15rem);
    border-radius: 22px;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(186, 220, 255, 0.45);
    box-shadow:
        0 1px 2px rgba(0, 36, 67, 0.03),
        0 10px 22px -8px rgba(49, 112, 222, 0.12);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
    overflow: hidden;
}

.hp-home-page .hp-schools-trust-card::after {
    content: "";
    position: absolute;
    left: 18%;
    right: 18%;
    bottom: 0;
    height: 3px;
    border-radius: 3px 3px 0 0;
    opacity: 0.85;
}

.hp-home-page .hp-schools-trust-card--schools::after {
    background: linear-gradient(90deg, var(--hp-navy, #002443), #0a3d6e);
}

.hp-home-page .hp-schools-trust-card--students::after {
    background: linear-gradient(90deg, #3170de, #5b9cf5);
}

.hp-home-page .hp-schools-trust-card--india::after {
    background: linear-gradient(90deg, #138808, #ff9933);
}

.hp-home-page .hp-schools-trust-card--support::after {
    background: linear-gradient(90deg, var(--hp-gold, #eaad3a), var(--hp-gold-light, #f4c842));
}

.hp-home-page .hp-schools-trust-card:hover {
    transform: translateY(-4px);
    box-shadow:
        0 4px 8px rgba(0, 36, 67, 0.05),
        0 16px 32px -10px rgba(49, 112, 222, 0.16);
}

.hp-home-page .hp-schools-trust-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.65rem;
    height: 2.65rem;
    margin-bottom: 0.55rem;
    border-radius: 12px;
    font-size: 1.1rem;
    color: #fff;
}

.hp-home-page .hp-schools-trust-card--schools .hp-schools-trust-card__icon {
    background: linear-gradient(135deg, var(--hp-navy, #002443), #0a3d6e);
}

.hp-home-page .hp-schools-trust-card--students .hp-schools-trust-card__icon {
    background: linear-gradient(135deg, #3170de, #5b9cf5);
}

.hp-home-page .hp-schools-trust-card--india .hp-schools-trust-card__icon {
    background: linear-gradient(135deg, #138808, #ff9933);
}

.hp-home-page .hp-schools-trust-card--support .hp-schools-trust-card__icon {
    background: linear-gradient(135deg, var(--hp-gold-dark, #c9922a), var(--hp-gold-light, #f4c842));
    color: var(--hp-navy, #002443);
}

.hp-home-page .hp-schools-trust-card__num {
    display: block;
    margin-bottom: 0.15rem;
    font-size: clamp(1.35rem, 2.2vw, 1.65rem);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: var(--hp-navy, #002443);
}

.hp-home-page .hp-schools-trust-card h3 {
    margin: 0 0 0.35rem;
    font-size: clamp(0.875rem, 1.3vw, 0.9375rem);
    font-weight: 800;
    line-height: 1.25;
    color: var(--hp-navy, #002443);
}

.hp-home-page .hp-schools-trust-card__title-lg {
    margin: 0 0 0.35rem;
    font-size: clamp(1rem, 1.6vw, 1.125rem) !important;
    font-weight: 800;
    line-height: 1.2;
    color: var(--hp-navy, #002443);
}

.hp-home-page .hp-schools-trust-card p {
    margin: 0;
    font-size: 0.75rem;
    line-height: 1.45;
    color: #64748b;
}

.hp-home-page .hp-schools-featured {
    margin-bottom: clamp(1rem, 2vw, 1.35rem);
    padding-top: clamp(0.85rem, 1.8vw, 1.1rem);
    border-top: 1px solid rgba(186, 220, 255, 0.45);
}

.hp-home-page .hp-schools-featured-kicker {
    margin: 0 0 0.85rem;
    text-align: center;
    font-size: 0.6875rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--hp-navy-mid, #0a3d6e);
}

.hp-home-page .hp-schools-inst-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(0.65rem, 1.4vw, 0.85rem);
}

.hp-home-page .hp-schools-inst-card {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: clamp(0.85rem, 1.6vw, 1rem);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(186, 220, 255, 0.4);
    box-shadow: 0 6px 18px -8px rgba(49, 112, 222, 0.14);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hp-home-page .hp-schools-inst-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px -8px rgba(49, 112, 222, 0.18);
}

.hp-home-page .hp-schools-inst-card__logo {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(49, 112, 222, 0.12), rgba(0, 36, 67, 0.08));
    color: var(--hp-navy, #002443);
    font-size: 1.15rem;
}

.hp-home-page .hp-schools-inst-card__body {
    min-width: 0;
    text-align: left;
}

.hp-home-page .hp-schools-inst-card__body h3 {
    margin: 0 0 0.3rem;
    font-size: 0.8125rem;
    font-weight: 800;
    line-height: 1.3;
    color: var(--hp-navy, #002443);
    text-wrap: balance;
}

.hp-home-page .hp-schools-inst-card__loc {
    margin: 0 0 0.45rem;
    font-size: 0.6875rem;
    line-height: 1.4;
    color: #64748b;
}

.hp-home-page .hp-schools-inst-card__loc i {
    color: #22c55e;
    margin-right: 0.2rem;
}

.hp-home-page .hp-schools-inst-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #15803d;
    background: rgba(34, 197, 94, 0.12);
    border: 1px solid rgba(34, 197, 94, 0.25);
}

.hp-home-page .hp-schools-saas-cta-wrap {
    text-align: center;
    margin-bottom: clamp(0.85rem, 1.8vw, 1.1rem);
}

.hp-home-page .hp-schools-saas-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    padding: 0.85rem 1.65rem;
    border-radius: 999px;
    font-size: clamp(0.9375rem, 1.4vw, 1.0625rem);
    font-weight: 800;
    text-decoration: none;
    color: var(--hp-navy, #002443) !important;
    background: linear-gradient(135deg, var(--hp-gold, #eaad3a) 0%, var(--hp-gold-light, #f4c842) 100%);
    box-shadow:
        0 4px 14px rgba(234, 173, 58, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.45);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hp-home-page .hp-schools-saas-cta:hover {
    transform: translateY(-2px);
    box-shadow:
        0 8px 22px rgba(234, 173, 58, 0.42),
        inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.hp-home-page .hp-schools-trust-badges {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.45rem 1.15rem;
}

.hp-home-page .hp-schools-trust-badges li {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.75rem;
    font-weight: 700;
    color: #475569;
}

.hp-home-page .hp-schools-trust-badges li i {
    color: #22c55e;
    font-size: 0.7rem;
}

@media (max-width: 991px) {
    .hp-home-page .hp-schools-trust-grid,
    .hp-home-page .hp-schools-inst-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hp-home-page .hp-schools-saas-map-decor {
        width: 50%;
        opacity: 0.07;
    }
}

@media (max-width: 640px) {
    .hp-home-page .hp-schools-saas-panel {
        border-radius: 20px;
    }

    .hp-home-page .hp-schools-trust-grid,
    .hp-home-page .hp-schools-inst-grid {
        grid-template-columns: 1fr;
    }

    .hp-home-page .hp-schools-saas-map-decor {
        display: none;
    }

    .hp-home-page .hp-schools-trust-badges {
        flex-direction: column;
        align-items: center;
        gap: 0.4rem;
    }

    .hp-home-page .hp-schools-saas-cta {
        width: 100%;
        max-width: 22rem;
    }
}
