/* ============================================================
   Hire Car Driver in Vaishali Nagar Jaipur – Page Styles
   Scoped under .hcvnj-page — zero bleed to other pages
   Modern Redesign — Jaipur Pink City palette
   ============================================================ */

/* ─── Reset & Base ───────────────────────────────────────── */
.hcvnj-page *,
.hcvnj-page *::before,
.hcvnj-page *::after { box-sizing: border-box; }

.hcvnj-page {
    --pink:         #c0394b;
    --pink-dark:    #8f1f2e;
    --pink-light:   #fdf0f2;
    --saffron:      #e07b2e;
    --saffron-light:#fff4ec;
    --green:        #1e884a;
    --green-dark:   #155f34;
    --green-light:  #e8f5ee;
    --dark:         #0f0f1a;
    --dark-2:       #1a1a2e;
    --text:         #2d2d3a;
    --muted:        #6b7280;
    --border:       #e5e7eb;
    --bg-soft:      #faf8f9;
    --white:        #ffffff;
    --transition:   all .26s cubic-bezier(.4,0,.2,1);
    --radius:       14px;
    --radius-lg:    24px;
    font-family: 'Poppins', system-ui, sans-serif;
    color: var(--text);
    background: #fff;
}


/* ─── Container / Sections ───────────────────────────────── */
.hcvnj-container { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.hcvnj-section  { padding: 84px 0; }
.hcvnj-bg-soft  { background: var(--bg-soft); }

/* ─── Tags ───────────────────────────────────────────────── */
.hcvnj-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--pink-light);
    color: var(--pink);
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 50px;
    margin-bottom: 14px;
}
.hcvnj-tag-light {
    background: rgba(255,255,255,.15);
    color: rgba(255,255,255,.9);
}

/* ─── Typography ─────────────────────────────────────────── */
.hcvnj-section-title {
    font-size: clamp(1.55rem, 3vw, 2.1rem);
    font-weight: 800;
    color: var(--dark);
    line-height: 1.22;
    margin: 0 0 12px;
    letter-spacing: -.015em;
}
.hcvnj-title-light { color: #fff; }

.hcvnj-body-text {
    font-size: .97rem;
    line-height: 1.88;
    color: var(--text);
    margin: 0 0 16px;
}
.hcvnj-body-text:last-of-type { margin-bottom: 0; }
.hcvnj-text-light { color: rgba(255,255,255,.80); }

/* ─── Accent line (left-aligned title underline) ─────────── */
.hcvnj-accent-line {
    width: 50px; height: 4px;
    background: linear-gradient(90deg, var(--pink), var(--saffron));
    border-radius: 2px;
    margin: 12px 0 22px;
}
.hcvnj-accent-line.center { margin-left: auto; margin-right: auto; }
.hcvnj-accent-saffron { background: linear-gradient(90deg, var(--saffron), #ffd166); }

/* ─── Links ──────────────────────────────────────────────── */
.hcvnj-link {
    color: var(--pink);
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1.5px solid rgba(192,57,75,.3);
    transition: var(--transition);
}
.hcvnj-link:hover { color: var(--pink-dark); border-bottom-color: var(--pink); }

/* ─── Section head utility ───────────────────────────────── */
.hcvnj-section-head { margin-bottom: 46px; }
.hcvnj-section-head.center { text-align: center; }
.hcvnj-section-head.center .hcvnj-accent-line { margin-left: auto; margin-right: auto; }

/* ─── Buttons ────────────────────────────────────────────── */
.hcvnj-btn-primary, .hcvnj-btn-outline, .hcvnj-btn-green {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: .97rem;
    font-weight: 700;
    padding: 13px 28px;
    border-radius: 50px;
    text-decoration: none;
    transition: var(--transition);
}
.hcvnj-btn-primary {
    background: var(--saffron); color: #fff;
    box-shadow: 0 4px 20px rgba(224,123,46,.36);
}
.hcvnj-btn-primary:hover { background: #c96a20; transform: translateY(-2px); color: #fff; }
.hcvnj-btn-outline {
    background: transparent; color: #fff;
    border: 2px solid rgba(255,255,255,.48);
}
.hcvnj-btn-outline:hover { background: rgba(255,255,255,.1); border-color: #fff; color: #fff; }
.hcvnj-btn-green { background: var(--green); color: #fff; box-shadow: 0 4px 18px rgba(30,136,74,.33); }
.hcvnj-btn-green:hover { background: var(--green-dark); transform: translateY(-2px); color: #fff; }

/* ─── Checklist ──────────────────────────────────────────── */
.hcvnj-checklist { list-style: none; padding: 0; margin: 18px 0 0; display: flex; flex-direction: column; gap: 11px; }
.hcvnj-checklist li {
    display: flex; align-items: flex-start; gap: 10px;
    font-size: .94rem; color: var(--text); line-height: 1.65;
}
.hcvnj-checklist li::before {
    content: '';
    display: inline-flex; width: 20px; height: 20px; flex-shrink: 0; margin-top: 1px;
    background: var(--green);
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M5 10l4 4 6-7' stroke='white' stroke-width='2.2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: cover;
}

/* ═══════════════════════════════════════════════════════════
   HERO — Split: text left | glass stats right
═══════════════════════════════════════════════════════════ */
.hcvnj-hero {
    background: linear-gradient(135deg, #0d3b22 0%, #1e884a 50%, #2da05a 100%);
    padding: 100px 0 0;
    position: relative;
    overflow: hidden;
}
/* Rajasthani radial glow overlays */
.hcvnj-hero::before {
    content: '';
    position: absolute; inset: 0;
    background:
        radial-gradient(ellipse at 90% 10%, rgba(224,123,46,.14) 0%, transparent 50%),
        radial-gradient(ellipse at 8%  90%, rgba(255,255,255,.04) 0%, transparent 42%);
    pointer-events: none;
}
/* Decorative rings (Jaipur arch motif) */
.hcvnj-arch-ring {
    position: absolute; border-radius: 50%;
    border: 1px solid rgba(255,255,255,.06);
}
.hcvnj-arch-ring--1 { width: 520px; height: 520px; top: -200px; right: -120px; }
.hcvnj-arch-ring--2 { width: 370px; height: 370px; top: -90px;  right: -30px;  border-color: rgba(224,123,46,.09); }

.hcvnj-hero-inner {
    position: relative;
    z-index: 2;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

/* Hero — text column */
.hcvnj-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: rgba(255,255,255,.10);
    color: rgba(255,255,255,.9);
    font-size: .75rem; font-weight: 600;
    letter-spacing: .09em; text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 50px;
    border: 1px solid rgba(255,255,255,.2);
    margin-bottom: 20px;
}
.hcvnj-eyebrow-dot {
    width: 7px; height: 7px;
    border-radius: 50%; background: #ffd166; flex-shrink: 0;
    animation: hcvnj-pulse 2s infinite;
}
@keyframes hcvnj-pulse {
    0%, 100% { opacity: 1; }
    50%       { opacity: .35; }
}
.hcvnj-hero-title {
    font-size: clamp(2rem, 4.6vw, 3.3rem);
    font-weight: 900;
    color: #fff;
    line-height: 1.13;
    margin: 0 0 22px;
    letter-spacing: -.025em;
}
.hcvnj-hero-title span {
    background: linear-gradient(90deg, #ffd166, #f5a623);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.hcvnj-hero-body { margin-bottom: 28px; }
.hcvnj-hero-desc {
    font-size: .99rem; color: rgba(255,255,255,.80); line-height: 1.87; margin: 0 0 14px;
    text-align: center;
}
.hcvnj-hero-desc:last-of-type { margin-bottom: 0; }
.hcvnj-hero-link {
    color: #ffd166; font-weight: 600; text-decoration: none;
    border-bottom: 1px solid rgba(255,209,102,.4); transition: var(--transition);
}
.hcvnj-hero-link:hover { border-bottom-color: #ffd166; }
.hcvnj-hero-cta-group {
    display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px;
    justify-content: center;
}

/* Hero — glass stats card */
.hcvnj-hero-stats { position: relative; }
.hcvnj-glass-card {
    background: rgba(255,255,255,.09);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    border: 1px solid rgba(255,255,255,.18);
    border-radius: var(--radius-lg);
    padding: 32px 26px;
    position: relative; z-index: 2;
}
.hcvnj-glass-label {
    font-size: .72rem; font-weight: 600;
    color: rgba(255,255,255,.55);
    text-transform: uppercase; letter-spacing: .09em;
    margin: 0 0 20px; text-align: center;
}
.hcvnj-glass-stats {
    display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 20px;
}
.hcvnj-glass-stat {
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 12px;
    padding: 16px 12px; text-align: center;
}
.hcvnj-glass-num {
    display: block; font-size: 1.5rem; font-weight: 800;
    color: var(--saffron); line-height: 1; margin-bottom: 5px;
}
.hcvnj-glass-text {
    display: block; font-size: .67rem;
    color: rgba(255,255,255,.60); font-weight: 500;
    text-transform: uppercase; letter-spacing: .06em;
}
.hcvnj-glass-badge {
    text-align: center;
    background: linear-gradient(90deg, var(--saffron), #f5c842);
    color: #fff; font-size: .82rem; font-weight: 700;
    padding: 8px 20px; border-radius: 50px;
}

/* ═══════════════════════════════════════════════════════════
   COUNTER SECTION — animated stats strip
═══════════════════════════════════════════════════════════ */
.hcvnj-count-section {
    background: var(--dark);
    position: relative; overflow: hidden;
}
.hcvnj-count-section::before {
    content: ''; position: absolute; inset: 0;
    background:
        radial-gradient(ellipse at 20% 50%, rgba(192,57,75,.10) 0%, transparent 55%),
        radial-gradient(ellipse at 80% 50%, rgba(224,123,46,.08) 0%, transparent 55%);
    pointer-events: none;
}
.hcvnj-count-heading {
    text-align: center;
    font-size: .72rem; font-weight: 700;
    color: rgba(255,255,255,.35);
    letter-spacing: .14em; text-transform: uppercase;
    padding: 20px 20px 20px; margin: 0;
}
.hcvnj-count-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    position: relative; z-index: 1;
}
.hcvnj-count-item {
    padding: 36px 24px 44px;
    text-align: center;
    border-right: 1px solid rgba(255,255,255,.06);
    position: relative; overflow: hidden;
    transition: background .25s;
    cursor: default;
}
.hcvnj-count-item:last-child { border-right: none; }
.hcvnj-count-item:hover { background: rgba(255,255,255,.025); }
/* top accent bar — expands on hover */
.hcvnj-count-item::after {
    content: ''; position: absolute;
    top: 0; left: 50%; transform: translateX(-50%);
    height: 3px; width: 44px; border-radius: 0 0 4px 4px;
    transition: width .32s cubic-bezier(.4,0,.2,1);
}
.hcvnj-count-item:hover::after { width: 90px; }
.hcvnj-count-item:nth-child(1)::after { background: linear-gradient(90deg, #8f1f2e, #c0394b); }
.hcvnj-count-item:nth-child(2)::after { background: linear-gradient(90deg, #c46a20, #e07b2e); }
.hcvnj-count-item:nth-child(3)::after { background: linear-gradient(90deg, #155f34, #1e884a); }
.hcvnj-count-item:nth-child(4)::after { background: linear-gradient(90deg, #c8960c, #ffd166); }
/* icon box */
.hcvnj-count-icon {
    width: 58px; height: 58px;
    border-radius: 16px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.55rem; margin: 0 auto 18px;
    transition: transform .25s;
}
.hcvnj-count-item:hover .hcvnj-count-icon { transform: scale(1.1) rotate(-4deg); }
.hcvnj-count-item:nth-child(1) .hcvnj-count-icon { background: rgba(192,57,75,.16);  border: 1px solid rgba(192,57,75,.25); }
.hcvnj-count-item:nth-child(2) .hcvnj-count-icon { background: rgba(224,123,46,.16); border: 1px solid rgba(224,123,46,.25); }
.hcvnj-count-item:nth-child(3) .hcvnj-count-icon { background: rgba(30,136,74,.16);  border: 1px solid rgba(30,136,74,.25); }
.hcvnj-count-item:nth-child(4) .hcvnj-count-icon { background: rgba(255,209,102,.10); border: 1px solid rgba(255,209,102,.20); }
/* animated number */
.hcvnj-count-num {
    display: block;
    font-size: clamp(2rem, 3.2vw, 2.8rem);
    font-weight: 900; line-height: 1;
    letter-spacing: -.03em; margin-bottom: 10px;
    transition: transform .25s;
}
.hcvnj-count-item:hover .hcvnj-count-num { transform: scale(1.05); }
.hcvnj-count-item:nth-child(1) .hcvnj-count-num {
    background: linear-gradient(135deg, #f09099, #c0394b);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hcvnj-count-item:nth-child(2) .hcvnj-count-num {
    background: linear-gradient(135deg, #f5c382, #e07b2e);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hcvnj-count-item:nth-child(3) .hcvnj-count-num {
    background: linear-gradient(135deg, #6dd9a2, #1e884a);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hcvnj-count-item:nth-child(4) .hcvnj-count-num {
    background: linear-gradient(135deg, #ffd166, #f5a623);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hcvnj-count-label {
    font-size: .73rem; color: rgba(255,255,255,.42);
    font-weight: 600; text-transform: uppercase;
    letter-spacing: .09em; line-height: 1.5;
}

/* Hero — wave bottom */
.hcvnj-hero-wave { position: relative; margin-top: 56px; line-height: 0; }
.hcvnj-hero-wave svg { width: 100%; height: 64px; display: block; }
.hcvnj-hero-wave svg path{ fill: var(--dark) !important; }

/* ═══════════════════════════════════════════════════════════
   WHY CHOOSE — text left | feature pills right
═══════════════════════════════════════════════════════════ */
.hcvnj-why-layout {
    display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start;
}
.hcvnj-why-features {
    display: flex; flex-wrap: wrap; gap: 10px; padding-top: 6px;
}
.hcvnj-feature-pill {
    display: inline-flex; align-items: center; gap: 9px;
    background: #fff;
    border: 1.5px solid var(--border);
    border-radius: 50px;
    padding: 10px 20px;
    font-size: .88rem; font-weight: 600; color: var(--dark);
    transition: var(--transition); cursor: default;
}
.hcvnj-feature-pill span { font-size: 1.05rem; }
.hcvnj-feature-pill:hover {
    background: var(--pink-light);
    border-color: var(--pink); color: var(--pink-dark);
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(192,57,75,.12);
}

/* ═══════════════════════════════════════════════════════════
   SPLIT LAYOUT (services / coverage sections)
═══════════════════════════════════════════════════════════ */
.hcvnj-split {
    display: grid; grid-template-columns: 1fr 420px; gap: 64px; align-items: center;
}
.hcvnj-split-reverse { grid-template-columns: 420px 1fr; }

/* Dark services panel */
.hcvnj-services-panel {
    background: linear-gradient(160deg, #130510, #4a1020);
    border-radius: var(--radius-lg); overflow: hidden;
}
.hcvnj-services-panel-header {
    background: rgba(255,255,255,.07);
    color: rgba(255,255,255,.7);
    font-size: .72rem; font-weight: 700;
    letter-spacing: .1em; text-transform: uppercase;
    padding: 14px 24px;
    border-bottom: 1px solid rgba(255,255,255,.08);
}
.hcvnj-services-list { list-style: none; padding: 10px 0; margin: 0; }
.hcvnj-services-list li {
    display: flex; align-items: center; gap: 14px;
    padding: 13px 24px;
    color: rgba(255,255,255,.82); font-size: .92rem; font-weight: 500;
    border-bottom: 1px solid rgba(255,255,255,.05);
    transition: var(--transition);
}
.hcvnj-services-list li:last-child { border-bottom: none; }
.hcvnj-services-list li:hover { background: rgba(255,255,255,.06); padding-left: 30px; color: #fff; }
.hcvnj-sp-icon { font-size: 1.3rem; flex-shrink: 0; }

/* Coverage tag panel */
.hcvnj-coverage-panel {
    background: var(--dark-2); border-radius: var(--radius-lg); padding: 28px 24px;
}
.hcvnj-coverage-heading {
    color: rgba(255,255,255,.65); font-size: .75rem; font-weight: 700;
    letter-spacing: .1em; text-transform: uppercase; margin-bottom: 16px;
}
.hcvnj-coverage-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.hcvnj-coverage-tags span {
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.13);
    color: rgba(255,255,255,.78);
    font-size: .78rem; font-weight: 500;
    padding: 6px 14px; border-radius: 50px; transition: var(--transition);
}
.hcvnj-coverage-tags span:hover {
    background: rgba(192,57,75,.28); border-color: rgba(192,57,75,.5); color: #fff;
}

/* ═══════════════════════════════════════════════════════════
   HOW TO BOOK — dark section with giant bg numbers
═══════════════════════════════════════════════════════════ */
.hcvnj-section-dark {
    background: var(--dark); position: relative; overflow: hidden;
}
.hcvnj-section-dark::before {
    content: '';
    position: absolute; inset: 0;
    background: radial-gradient(ellipse at 50% 110%, rgba(192,57,75,.13) 0%, transparent 70%);
    pointer-events: none;
}
.hcvnj-steps-header { text-align: center; margin-bottom: 52px; position: relative; z-index: 1; }
.hcvnj-steps-row {
    display: grid;
    grid-template-columns: 1fr 52px 1fr 52px 1fr;
    gap: 0; align-items: start;
    position: relative; z-index: 1;
}
.hcvnj-step-block { position: relative; text-align: center; }
.hcvnj-step-num-bg {
    position: absolute; top: -16px; left: 50%;
    transform: translateX(-50%);
    font-size: 7.5rem; font-weight: 900;
    color: rgba(255,255,255,.04);
    line-height: 1; pointer-events: none;
    letter-spacing: -.06em; z-index: 0;
}
.hcvnj-step-content {
    position: relative; z-index: 1;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--radius);
    padding: 32px 22px; transition: var(--transition);
}
.hcvnj-step-content:hover {
    background: rgba(255,255,255,.10);
    border-color: rgba(192,57,75,.45);
    transform: translateY(-5px);
}
.hcvnj-step-circle {
    width: 64px; height: 64px;
    background: linear-gradient(135deg, var(--pink), var(--saffron));
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
    font-size: 1.8rem; margin: 0 auto 18px;
    box-shadow: 0 6px 24px rgba(192,57,75,.42);
}
.hcvnj-step-content h3 {
    font-size: 1rem; font-weight: 700; color: #fff; margin: 0 0 10px;
}
.hcvnj-step-content p {
    font-size: .87rem; color: rgba(255,255,255,.58); line-height: 1.7; margin: 0;
}
.hcvnj-step-arrow {
    display: flex; align-items: center; justify-content: center;
    padding-top: 44px;
    font-size: 2rem; color: rgba(255,255,255,.18); font-weight: 300;
}
.hcvnj-steps-cta { text-align: center; margin-top: 40px; position: relative; z-index: 1; }

/* ═══════════════════════════════════════════════════════════
   COMPLETE SERVICES — Light bento-grid
═══════════════════════════════════════════════════════════ */
.hcvnj-svc-section {
    background: var(--bg-soft);
    position: relative; overflow: hidden;
}
.hcvnj-svc-section::before {
    content: '';
    position: absolute; inset: 0;
    background:
        radial-gradient(ellipse at 28% 50%, rgba(192,57,75,.06) 0%, transparent 55%),
        radial-gradient(ellipse at 82% 15%, rgba(224,123,46,.05) 0%, transparent 50%);
    pointer-events: none;
}
/* Override light-variant tag/title for this light-bg section */
.hcvnj-svc-section .hcvnj-tag-light {
    background: var(--pink-light);
    color: var(--pink);
}
.hcvnj-svc-section .hcvnj-title-light {
    color: var(--dark);
}
.hcvnj-bento {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    position: relative; z-index: 1;
}
/* Card 1: wide (2 col) */
.hcvnj-bento-card:nth-child(1) { grid-column: span 2; }
/* Card 6: full width */
.hcvnj-bento-card:nth-child(6) { grid-column: span 3; }

.hcvnj-bento-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 28px 24px;
    position: relative; overflow: hidden;
    transition: var(--transition);
    box-shadow: 0 2px 12px rgba(0,0,0,.05);
}
.hcvnj-bento-card::before {
    content: '';
    position: absolute; inset: 0;
    opacity: 0; transition: opacity .28s;
    pointer-events: none;
}
.hcvnj-bento-card--pink::before   { background: linear-gradient(140deg, rgba(192,57,75,.07) 0%, transparent 55%); }
.hcvnj-bento-card--saffron::before { background: linear-gradient(140deg, rgba(224,123,46,.07) 0%, transparent 55%); }
.hcvnj-bento-card--green::before   { background: linear-gradient(140deg, rgba(30,136,74,.07)  0%, transparent 55%); }
.hcvnj-bento-card:hover::before { opacity: 1; }
.hcvnj-bento-card:hover { transform: translateY(-4px); }
.hcvnj-bento-card--pink:hover   { border-color: rgba(192,57,75,.30);  box-shadow: 0 14px 42px rgba(192,57,75,.12); }
.hcvnj-bento-card--saffron:hover { border-color: rgba(224,123,46,.30); box-shadow: 0 14px 42px rgba(224,123,46,.12); }
.hcvnj-bento-card--green:hover   { border-color: rgba(30,136,74,.30);  box-shadow: 0 14px 42px rgba(30,136,74,.12); }

/* Number badge — top-right corner */
.hcvnj-bento-num {
    position: absolute; top: 16px; right: 16px;
    font-size: .66rem; font-weight: 800; letter-spacing: .07em;
    padding: 3px 8px; border-radius: 5px;
}
.hcvnj-bento-card--pink   .hcvnj-bento-num { background: var(--pink-light);    color: var(--pink); }
.hcvnj-bento-card--saffron .hcvnj-bento-num { background: var(--saffron-light); color: var(--saffron); }
.hcvnj-bento-card--green   .hcvnj-bento-num { background: var(--green-light);   color: var(--green); }

/* Icon */
.hcvnj-bento-icon {
    font-size: 2.5rem; display: block; margin-bottom: 16px; line-height: 1;
    filter: drop-shadow(0 2px 8px rgba(0,0,0,.15));
}

/* Horizontal layout for wide/full cards */
.hcvnj-bento-content {
    display: flex; align-items: center; gap: 24px;
}
.hcvnj-bento-content .hcvnj-bento-icon { margin-bottom: 0; flex-shrink: 0; font-size: 3.2rem; }

.hcvnj-bento-card h3 {
    font-size: 1.05rem; font-weight: 700; color: var(--text); margin: 0 0 8px;
}
.hcvnj-bento-card p {
    font-size: .87rem; color: var(--muted); line-height: 1.68; margin: 0;
}

/* "Most Requested" label on wide card */
.hcvnj-bento-label {
    display: inline-block;
    background: var(--pink-light); color: var(--pink);
    font-size: .68rem; font-weight: 700;
    letter-spacing: .08em; text-transform: uppercase;
    padding: 4px 10px; border-radius: 5px; margin-top: 12px;
}

/* CTA link on full-width card */
.hcvnj-bento-cta {
    display: inline-flex; align-items: center; gap: 6px;
    background: var(--green-light);
    border: 1px solid rgba(30,136,74,.30);
    color: var(--green); font-size: .9rem; font-weight: 700;
    padding: 10px 22px; border-radius: 50px;
    text-decoration: none; transition: var(--transition);
    white-space: nowrap; flex-shrink: 0; margin-left: auto;
}
.hcvnj-bento-cta:hover {
    background: rgba(30,136,74,.15); border-color: rgba(30,136,74,.50);
    color: var(--green-dark); transform: translateX(4px);
}

/* ═══════════════════════════════════════════════════════════
   WHY RESIDENTS TRUST — full-bleed split (dark | light)
═══════════════════════════════════════════════════════════ */
.hcvnj-section-split-bg { padding: 0; }
.hcvnj-trust-layout { display: grid; grid-template-columns: 1fr 1fr; }

.hcvnj-trust-panel-dark {
    background: var(--dark);
    padding: 50px 50px 50px 15%; position: relative; overflow: hidden;
}
.hcvnj-trust-panel-dark::before {
    content: '';
    position: absolute; bottom: -80px; left: -80px;
    width: 300px; height: 300px; border-radius: 50%;
    background: rgba(192,57,75,.10); pointer-events: none;
}
.hcvnj-highlight {
    background: linear-gradient(90deg, var(--saffron), #ffd166);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    background-clip: text; font-weight: 700;
}

.hcvnj-trust-panel-light {
    background: var(--bg-soft); padding: 80px 52px;
}
.hcvnj-trust-items { display: flex; flex-direction: column; gap: 28px; }
.hcvnj-trust-item { display: flex; gap: 16px; align-items: flex-start; }
.hcvnj-trust-item-icon {
    width: 46px; height: 46px; border-radius: 12px;
    background: var(--pink-light);
    display: flex; align-items: center; justify-content: center;
    font-size: 1.3rem; flex-shrink: 0; transition: var(--transition);
}
.hcvnj-trust-item:hover .hcvnj-trust-item-icon { transform: rotate(-6deg) scale(1.1); }
.hcvnj-icon-green   { background: var(--green-light); }
.hcvnj-icon-saffron { background: var(--saffron-light); }
.hcvnj-trust-item h4 {
    font-size: .94rem; font-weight: 700; color: var(--dark); margin: 0 0 3px;
}
.hcvnj-trust-item p {
    font-size: .84rem; color: var(--muted); margin: 0; line-height: 1.6;
}

/* ═══════════════════════════════════════════════════════════
   CUSTOMER REVIEWS — featured middle card elevated
═══════════════════════════════════════════════════════════ */
.hcvnj-reviews-row {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: start;
}
.hcvnj-review {
    background: #fff; border: 1.5px solid var(--border);
    border-radius: var(--radius); padding: 28px 24px; transition: var(--transition);
}
.hcvnj-review:hover {
    border-color: var(--pink);
    box-shadow: 0 8px 30px rgba(192,57,75,.10); transform: translateY(-4px);
}
.hcvnj-review--featured {
    border-color: var(--pink);
    background: var(--pink-light);
    box-shadow: 0 6px 24px rgba(192,57,75,.14);
    transform: translateY(-10px);
}
.hcvnj-review-quote {
    font-size: 5rem; line-height: .75;
    color: var(--pink); opacity: .18;
    font-family: Georgia, serif; margin-bottom: -6%;
}
.hcvnj-review-stars {
    color: #f5a623; font-size: 1rem;
    letter-spacing: 2px; display: block; margin-bottom: 12px;
}
.hcvnj-review-text {
    font-size: .94rem; color: var(--text);
    line-height: 1.78; margin: 0 0 20px; font-style: italic;
}
.hcvnj-reviewer {
    display: flex; align-items: center; gap: 12px;
    border-top: 1px solid rgba(0,0,0,.07); padding-top: 16px;
}
.hcvnj-reviewer-avatar {
    width: 38px; height: 38px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: .9rem; font-weight: 700; color: #fff; flex-shrink: 0;
}
.hcvnj-av-pink    { background: linear-gradient(135deg, var(--pink-dark), var(--pink)); }
.hcvnj-av-saffron { background: linear-gradient(135deg, #c46a20, var(--saffron)); }
.hcvnj-av-green   { background: linear-gradient(135deg, var(--green-dark), var(--green)); }
.hcvnj-reviewer-name  { display: block; font-size: .87rem; font-weight: 700; color: var(--dark); }
.hcvnj-reviewer-badge { display: block; font-size: .73rem; color: var(--green); font-weight: 600; }

/* ═══════════════════════════════════════════════════════════
   APP DOWNLOAD — Green CTA box
═══════════════════════════════════════════════════════════ */

.hcvnj-app-section {
    background: var(--bg-soft);
}

/* The green CTA box */
.hcvnj-app-cta-box {
    background: linear-gradient(135deg, #2e9e5b 0%, #1e6e3e 100%);
    border-radius: 24px;
    padding: 64px 48px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

/* Decorative blobs */
.hcvnj-app-blob {
    position: absolute;
    border-radius: 50%;
    background: rgba(255,255,255,.08);
    pointer-events: none;
}
.hcvnj-app-blob--tl {
    width: 260px; height: 260px;
    top: -80px; left: -80px;
}
.hcvnj-app-blob--br {
    width: 320px; height: 320px;
    bottom: -100px; right: -80px;
    background: rgba(255,255,255,.06);
}

/* Inner content — sits above blobs */
.hcvnj-app-cta-inner {
    position: relative; z-index: 1;
    display: flex; flex-direction: column; align-items: center;
}

/* Tag override for green box */
.hcvnj-app-cta-box .hcvnj-tag-light {
    background: rgba(255,255,255,.15);
    color: #fff;
}

/* Title already uses hcvnj-title-light → #fff, no change needed */

.hcvnj-app-sub {
    font-size: 1rem;
    color: rgba(255,255,255,.80);
    margin: 0 0 28px;
    line-height: 1.78;
    max-width: 640px;
}

.hcvnj-app-chips {
    display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;
    margin-bottom: 32px;
}
.hcvnj-app-chips span {
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.20);
    color: #fff;
    font-size: .82rem; font-weight: 600;
    padding: 7px 16px; border-radius: 50px;
    backdrop-filter: blur(4px);
}

/* App store buttons */
.hcvnj-app-store-btns {
    display: flex; gap: 14px; flex-wrap: wrap;
    justify-content: center; margin-bottom: 24px;
}
.hcvnj-store-btn { display: inline-block; transition: var(--transition); }
.hcvnj-store-btn:hover { transform: translateY(-2px); opacity: .88; }
.hcvnj-store-btn img { height: 46px; width: auto; display: block; border-radius: 8px; }

/* White pill CTA button */
.hcvnj-app-cta-btn {
    display: inline-flex; align-items: center; gap: 8px;
    background: #fff;
    color: var(--green-dark);
    font-size: 1rem; font-weight: 700;
    padding: 14px 36px;
    border-radius: 50px;
    text-decoration: none;
    transition: var(--transition);
    box-shadow: 0 6px 24px rgba(0,0,0,.15);
    letter-spacing: .01em;
}
.hcvnj-app-cta-btn:hover {
    background: #f0fdf4;
    transform: translateY(-2px);
    box-shadow: 0 10px 32px rgba(0,0,0,.18);
    color: var(--green-dark);
}

/* ═══════════════════════════════════════════════════════════
   FAQ — card accordion (matches reference design)
═══════════════════════════════════════════════════════════ */
.hcvnj-faq-wrap { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.hcvnj-faq-item {
    border: 1.5px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    background: #fff;
    transition: border-color .24s, box-shadow .24s;
}
.hcvnj-faq-item.open {
    border-color: var(--green);
    box-shadow: 0 4px 18px rgba(30,136,74,.10);
}
.hcvnj-faq-question {
    display: flex; align-items: center; justify-content: space-between; gap: 16px;
    padding: 20px 22px;
    font-size: .97rem; font-weight: 700; color: var(--dark);
    cursor: pointer; transition: color .22s; user-select: none;
    line-height: 1.45;
}
.hcvnj-faq-question:hover { color: var(--green); }
.hcvnj-faq-item.open .hcvnj-faq-question { color: var(--green); }

/* circular +/× icon */
.hcvnj-faq-icon {
    width: 34px; height: 34px; flex-shrink: 0;
    border-radius: 50%;
    border: 2px solid var(--green);
    color: var(--green);
    display: flex; align-items: center; justify-content: center;
    font-size: 1.3rem; font-weight: 400; line-height: 1;
    transition: var(--transition);
    background: transparent;
}
.hcvnj-faq-item.open .hcvnj-faq-icon {
    background: var(--green); color: #fff;
    border-color: var(--green);
    transform: rotate(45deg);
}

.hcvnj-faq-answer {
    display: none;
    padding: 0 22px 20px;
    font-size: .93rem; color: var(--muted); line-height: 1.78;
    border-top: 1px solid var(--border);
    padding-top: 14px;
}
.hcvnj-faq-item.open .hcvnj-faq-answer { display: block; }

/* ═══════════════════════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
    .hcvnj-count-row           { grid-template-columns: repeat(2, 1fr); }
    .hcvnj-count-item:nth-child(2) { border-right: none; }
    .hcvnj-count-item:nth-child(3) { border-top: 1px solid rgba(255,255,255,.06); }
    .hcvnj-why-layout          { grid-template-columns: 1fr; gap: 36px; }
    .hcvnj-split               { grid-template-columns: 1fr; gap: 36px; }
    .hcvnj-split-reverse       { grid-template-columns: 1fr; }
    .hcvnj-split-reverse .hcvnj-split-visual { order: -1; }
    .hcvnj-bento               { grid-template-columns: repeat(2, 1fr); }
    .hcvnj-bento-card:nth-child(1) { grid-column: span 2; }
    .hcvnj-bento-card:nth-child(6) { grid-column: span 2; }
    .hcvnj-trust-layout        { grid-template-columns: 1fr; }
    .hcvnj-trust-panel-dark    { padding: 52px 32px; }
    .hcvnj-trust-panel-light   { padding: 52px 32px; }
    .hcvnj-app-cta-box         { padding: 48px 32px; }
}
@media (max-width: 768px) {
    .hcvnj-section             { padding: 52px 0; }
    .hcvnj-count-row           { grid-template-columns: repeat(2, 1fr); }
    .hcvnj-count-num           { font-size: 1.9rem; }
    .hcvnj-steps-row           { grid-template-columns: 1fr; }
    .hcvnj-step-arrow          { display: none; }
    .hcvnj-reviews-row         { grid-template-columns: 1fr; }
    .hcvnj-review--featured    { transform: none; }
    .hcvnj-bento               { grid-template-columns: 1fr; }
    .hcvnj-bento-card:nth-child(1),
    .hcvnj-bento-card:nth-child(6) { grid-column: span 1; }
    .hcvnj-bento-content         { flex-direction: column; align-items: flex-start; }
    .hcvnj-bento-cta             { margin-left: 0; margin-top: 14px; }
    .hcvnj-hero-cta-group      { flex-direction: column; align-items: center; }
    .hcvnj-steps-row           { gap: 20px; }
}
@media (max-width: 480px) {
    .hcvnj-hero                { padding-top: 56px; }
    .hcvnj-hero-title          { font-size: 1.85rem; }
    .hcvnj-app-chips           { gap: 7px; }
    .hcvnj-app-cta-box         { padding: 36px 20px; }
    .hcvnj-app-cta-btn         { font-size: .9rem; padding: 12px 26px; }
}


