/* ══════════════════════════════════════════
   CITY MITRA — Page Sections
   ══════════════════════════════════════════ */

/* ─── Tagline Banner ─── */
.tagline-banner {
    background: linear-gradient(135deg, var(--orange), #D97706);
    padding: 16px 0;
    position: relative;
    z-index: 2;
}

.tagline-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.tagline-icon {
    font-size: 22px;
}

.tagline-text {
    font-size: 15px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
}
.tagline-text strong {
    font-weight: 800;
    color: white;
}

.tagline-cta {
    padding: 6px 16px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: var(--radius-full);
    color: white;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    text-decoration: none;
}
.tagline-cta:hover {
    background: rgba(255, 255, 255, 0.3);
}

/* ─── How It Works (Exact 1:1 Replicate of Reference) ─── */
.how-it-works {
    background: #FAF8F5;
    padding: 80px 0 90px;
    position: relative;
    overflow: hidden;
}

.how-bg-image {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 0% 40%, rgba(254, 215, 170, 0.35) 0%, transparent 45%),
                radial-gradient(circle at 100% 40%, rgba(233, 213, 255, 0.35) 0%, transparent 45%);
    pointer-events: none;
}

.section-label-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 18px;
    background: #FFF7ED;
    border: 1.5px solid #FFEDD5;
    border-radius: 9999px;
    color: #EA580C;
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 18px;
    box-shadow: 0 4px 12px rgba(234, 88, 12, 0.06);
}

.section-title-lg {
    font-size: clamp(2.3rem, 4.5vw, 3.2rem);
    font-weight: 900;
    color: #0F172A;
    line-height: 1.15;
    margin-bottom: 12px;
    letter-spacing: -0.02em;
}

.text-orange {
    color: #EA580C;
    background: linear-gradient(135deg, #FF5500, #EA580C);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-subtitle-lg {
    font-size: 1.05rem;
    color: #64748B;
    max-width: 560px;
    line-height: 1.55;
    margin-bottom: 65px;
}

.steps-wrapper {
    position: relative;
    max-width: 1160px;
    margin: 0 auto;
}

.steps-grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    align-items: center;
    gap: 0;
    position: relative;
}

.step-card {
    background: #FFFFFF;
    border-radius: 32px;
    padding: 42px 28px 36px;
    text-align: center;
    position: relative;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.04);
}

.step-card-orange {
    border: 1.5px solid rgba(234, 88, 12, 0.25);
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFDF9 100%);
}
.step-card-orange:hover {
    border-color: rgba(234, 88, 12, 0.5);
    box-shadow: 0 25px 55px rgba(234, 88, 12, 0.12);
    transform: translateY(-5px);
}

.step-card-purple {
    border: 1.5px solid rgba(147, 51, 234, 0.25);
    background: linear-gradient(180deg, #FFFFFF 0%, #FAF5FF 100%);
}
.step-card-purple:hover {
    border-color: rgba(147, 51, 234, 0.5);
    box-shadow: 0 25px 55px rgba(147, 51, 234, 0.12);
    transform: translateY(-5px);
}

.step-card-green {
    border: 1.5px solid rgba(34, 197, 94, 0.25);
    background: linear-gradient(180deg, #FFFFFF 0%, #F0FDF4 100%);
}
.step-card-green:hover {
    border-color: rgba(34, 197, 94, 0.5);
    box-shadow: 0 25px 55px rgba(34, 197, 94, 0.12);
    transform: translateY(-5px);
}

.step-number {
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, #FF6B00, #EA580C);
    color: white;
    font-weight: 800;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #FFFFFF;
    z-index: 5;
}

.step-num-orange {
    box-shadow: 0 0 0 7px rgba(234, 88, 12, 0.14), 0 8px 20px rgba(234, 88, 12, 0.35);
}
.step-num-purple {
    box-shadow: 0 0 0 7px rgba(147, 51, 234, 0.14), 0 8px 20px rgba(234, 88, 12, 0.35);
}
.step-num-green {
    box-shadow: 0 0 0 7px rgba(34, 197, 94, 0.14), 0 8px 20px rgba(34, 197, 94, 0.35);
}

.step-img-wrapper {
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

.step-img {
    max-height: 130px;
    max-width: 100%;
    object-fit: contain;
    filter: drop-shadow(0 12px 24px rgba(0,0,0,0.08));
    transition: transform 0.35s ease;
}
.step-card:hover .step-img {
    transform: scale(1.06);
}

.card-skyline-svg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 45px;
    pointer-events: none;
    overflow: hidden;
    border-radius: 0 0 32px 32px;
}
.card-skyline-svg svg {
    width: 100%;
    height: 100%;
}

.step-title {
    font-size: 1.25rem;
    font-weight: 800;
    color: #0F172A;
    margin-bottom: 6px;
    position: relative;
    z-index: 2;
}

.step-bar {
    width: 24px;
    height: 3px;
    border-radius: 2px;
    margin: 0 auto 14px;
    position: relative;
    z-index: 2;
}
.step-bar-orange { background: #EA580C; }
.step-bar-purple { background: #9333EA; }
.step-bar-green { background: #22C55E; }

.step-desc {
    font-size: 0.92rem;
    color: #64748B;
    line-height: 1.55;
    margin: 0;
    position: relative;
    z-index: 2;
}

/* Step Connector Arrows */
.step-connector {
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.step-connector svg {
    width: 90px;
    height: 38px;
}

/* Trust Bar at bottom */
.how-trust-bar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    background: #FFFFFF;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 9999px;
    padding: 14px 38px;
    margin-top: 50px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.04);
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.88rem;
    font-weight: 600;
    color: #334155;
}

.trust-icon-box {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.trust-orange { background: #FFF7ED; }
.trust-purple { background: #FAF5FF; }
.trust-green { background: #F0FDF4; }
.trust-amber { background: #FFFBEB; }

.trust-divider {
    width: 1px;
    height: 20px;
    background: #E2E8F0;
}

@media (max-width: 992px) {
    .steps-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .step-connector {
        display: none;
    }
    .how-trust-bar {
        flex-wrap: wrap;
        border-radius: 20px;
        gap: 16px;
        padding: 18px 24px;
    }
    .trust-divider { display: none; }
}

/* ─── Services Showcase ─── */
.services-section {
    background: var(--surface-warm);
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 24px;
    margin-top: 48px;
}

.service-card {
    background: white;
    border: 1px solid var(--ink-20);
    border-radius: var(--radius-lg);
    padding: 32px;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--card-accent, var(--orange));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s ease;
}

.service-card:hover {
    border-color: transparent;
    box-shadow: var(--shadow-lg);
    transform: translateY(-6px);
}
.service-card:hover::before { transform: scaleX(1); }

.service-icon {
    width: 80px;
    height: 80px;
    border-radius: var(--radius-lg);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
    margin-bottom: 18px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

.service-card h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--ink);
}

.service-card p {
    font-size: 0.92rem;
    color: var(--ink-60);
    line-height: 1.6;
    margin-bottom: 16px;
}

.service-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.service-tag {
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 500;
    border-radius: var(--radius-full);
    background: var(--tag-bg, var(--ink-10));
    color: var(--tag-color, var(--ink-60));
}

.service-card-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 16px;
    font-size: 14px;
    font-weight: 600;
    color: var(--orange);
    transition: gap 0.2s;
}
.service-card:hover .service-card-link { gap: 10px; }

/* ─── Unique Value Prop ─── */
.value-section {
    background: var(--surface);
    border-top: 1px solid var(--ink-20);
}

.value-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin-top: 48px;
}

.value-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.value-item {
    display: flex;
    gap: 16px;
    padding: 20px;
    border-radius: var(--radius-md);
    background: var(--ink-05);
    border: 1px solid transparent;
    transition: all 0.3s;
}
.value-item:hover {
    border-color: var(--orange-lt);
    background: var(--orange-xlt);
    box-shadow: var(--shadow-sm);
}

.value-item-icon {
    width: 44px;
    height: 44px;
    border-radius: var(--radius-sm);
    background: linear-gradient(135deg, var(--orange), var(--orange-lt));
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.value-item h4 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 4px;
}

.value-item p {
    font-size: 0.875rem;
    color: var(--ink-60);
}

.value-visual {
    position: relative;
}

.value-mockup {
    width: 100%;
    max-width: 480px;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-xl);
}

/* ─── Cities Grid ─── */
.cities-section {
    background: linear-gradient(135deg, var(--ink-05) 0%, var(--surface-warm) 100%);
}

.cities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 48px;
}

.city-card {
    padding: 28px;
    border-radius: var(--radius-lg);
    color: white;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.35s;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.city-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-xl); }

.city-card-badge {
    position: absolute;
    top: 16px;
    right: 16px;
}

.city-card-emoji {
    font-size: 32px;
    margin-bottom: 12px;
}

.city-card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 6px;
}

.city-card p {
    font-size: 0.85rem;
    opacity: 0.85;
    line-height: 1.5;
    margin-bottom: 12px;
}

.city-card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.city-card-tag {
    padding: 3px 10px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: var(--radius-full);
    font-size: 11px;
    font-weight: 500;
}

/* ─── Features Bento ─── */
.features-section {
    background: var(--surface-warm);
}

.bento-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 48px;
}

.bento-card {
    border-radius: var(--radius-lg);
    padding: 32px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
}
.bento-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }

.bento-span-2 { grid-column: span 2; }

.bento-card-icon {
    font-size: 28px;
    margin-bottom: 16px;
}

.bento-card h3 {
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: var(--ink);
}

.bento-card p {
    font-size: 0.9rem;
    color: var(--ink-60);
    line-height: 1.6;
}

/* ─── AskGita ─── */
.gita-section {
    background: linear-gradient(135deg, #1a0f00 0%, var(--surface-dark) 40%, #0C0A1D 100%);
    color: white;
}

.gita-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.gita-quote {
    margin-top: 32px;
    padding: 24px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--radius-md);
    position: relative;
}

.gita-quote-mark {
    font-size: 3rem;
    color: var(--orange);
    opacity: 0.4;
    line-height: 1;
    position: absolute;
    top: 8px;
    left: 16px;
}

.gita-quote p {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.8;
    padding-left: 32px;
    font-style: italic;
}

.gita-quote cite {
    display: block;
    margin-top: 8px;
    padding-left: 32px;
    font-size: 13px;
    font-weight: 600;
    color: var(--orange);
    font-style: normal;
    letter-spacing: 0.04em;
}

.gita-features {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.gita-feature {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: var(--radius-md);
    transition: all 0.3s;
}
.gita-feature:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(234, 88, 12, 0.3);
}

.gita-feature-icon {
    width: 44px;
    height: 44px;
    border-radius: var(--radius-sm);
    background: rgba(234, 88, 12, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
}

.gita-feature h4 {
    font-size: 1rem;
    font-weight: 700;
    color: white;
}

.gita-feature p {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.5);
}

.gita-feature-badge {
    margin-left: auto;
    padding: 4px 12px;
    background: rgba(234, 88, 12, 0.15);
    border: 1px solid rgba(234, 88, 12, 0.25);
    border-radius: var(--radius-full);
    font-size: 12px;
    font-weight: 600;
    color: var(--orange-lt);
    white-space: nowrap;
}

/* ─── CTA Section V2 (Reference Match) ─── */
.cta-section-v2 {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    min-height: 480px;
    display: flex;
    align-items: center;
}

.cta-section-v2 .cta-bg-image {
    position: absolute;
    inset: 0;
    background: url('../images/image.png') center center / cover no-repeat;
    z-index: 0;
}

.cta-section-v2 .cta-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(12, 10, 29, 0.92) 0%, rgba(12, 10, 29, 0.7) 45%, rgba(12, 10, 29, 0.3) 100%),
        linear-gradient(180deg, rgba(12, 10, 29, 0.6) 0%, rgba(12, 10, 29, 0.4) 50%, rgba(12, 10, 29, 0.8) 100%);
    z-index: 1;
}

.cta-v2-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 18px;
    background: rgba(234, 88, 12, 0.15);
    border: 1.5px solid rgba(234, 88, 12, 0.35);
    border-radius: 9999px;
    color: #FB923C;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 24px;
}

.cta-v2-title {
    font-family: var(--font-display);
    font-size: clamp(2.2rem, 5vw, 3.5rem);
    font-weight: 900;
    color: white;
    line-height: 1.1;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
}

.cta-v2-subtitle {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.7;
    max-width: 480px;
    margin-bottom: 32px;
}

.cta-v2-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.cta-v2-primary {
    font-size: 16px !important;
    padding: 16px 32px !important;
    border-radius: 9999px;
    box-shadow: 0 4px 20px rgba(234, 88, 12, 0.45);
}

.cta-v2-learn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    border: 1.5px solid rgba(255, 255, 255, 0.2);
    border-radius: 9999px;
    color: rgba(255, 255, 255, 0.85);
    background: transparent;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.25s;
    text-decoration: none;
}
.cta-v2-learn:hover {
    border-color: rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.06);
    color: white;
}
.cta-v2-learn span {
    transition: transform 0.25s;
}
.cta-v2-learn:hover span {
    transform: translateX(4px);
}


/* ─── Footer V2 (Reference Match) ─── */
.footer-v2 {
    background: linear-gradient(180deg, #0a0820 0%, #0C0A1D 100%);
    color: rgba(255, 255, 255, 0.55);
    padding: 72px 0 0;
    position: relative;
    overflow: hidden;
}

/* Subtle top border glow */
.footer-v2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(234, 88, 12, 0.4), rgba(124, 58, 237, 0.4), transparent);
}

.footer-v2-grid {
    display: grid;
    grid-template-columns: 1.8fr 1fr 1fr 1fr 1.6fr;
    gap: 40px;
    padding-bottom: 48px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

/* Brand Column */
.footer-v2-brand {
    max-width: 320px;
}

.footer-v2-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.footer-v2-logo-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    object-fit: cover;
    border: 1.5px solid rgba(255, 255, 255, 0.1);
}

.footer-v2-logo-text {
    font-family: var(--font-display);
    font-size: 1.3rem;
    font-weight: 700;
    color: white;
    line-height: 1.1;
}
.footer-v2-logo-text span {
    color: var(--orange-lt);
}

.footer-v2-logo-sub {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
    margin-top: 2px;
}

.footer-v2-desc {
    font-size: 0.875rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.45);
    margin-bottom: 20px;
}

/* Social Icons */
.footer-v2-social {
    display: flex;
    gap: 10px;
}

.footer-v2-social a {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.5);
    transition: all 0.25s;
}
.footer-v2-social a:hover {
    background: var(--orange);
    border-color: var(--orange);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(234, 88, 12, 0.35);
}

/* Link Columns */
.footer-v2-col h4 {
    font-family: var(--font-display);
    font-size: 13px;
    font-weight: 700;
    color: white;
    letter-spacing: 0.08em;
    margin-bottom: 20px;
}

.footer-v2-col a {
    display: block;
    font-size: 14px;
    padding: 5px 0;
    color: rgba(255, 255, 255, 0.45);
    transition: all 0.2s;
}
.footer-v2-col a:hover {
    color: var(--orange-lt);
    transform: translateX(3px);
}

/* Newsletter Column */
.footer-v2-newsletter {
    max-width: 300px;
}

.footer-v2-newsletter h4 {
    font-family: var(--font-display);
    font-size: 1.15rem;
    font-weight: 700;
    color: white;
    margin-bottom: 10px;
}

.footer-v2-newsletter p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.4);
    line-height: 1.6;
    margin-bottom: 16px;
}

.footer-v2-email-form {
    display: flex;
    align-items: center;
    gap: 0;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    overflow: hidden;
    transition: border-color 0.25s;
}
.footer-v2-email-form:focus-within {
    border-color: rgba(234, 88, 12, 0.5);
}

.footer-v2-email-form input {
    flex: 1;
    padding: 14px 16px;
    background: transparent;
    border: none;
    outline: none;
    color: white;
    font-size: 14px;
    font-family: var(--font-sans);
}
.footer-v2-email-form input::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.footer-v2-send-btn {
    width: 48px;
    height: 48px;
    background: var(--orange);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    cursor: pointer;
    flex-shrink: 0;
    transition: all 0.25s;
    border-radius: 0 10px 10px 0;
}
.footer-v2-send-btn:hover {
    background: var(--orange-deep);
}

/* Footer Bottom Bar */
.footer-v2-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.35);
}

.footer-v2-trust {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-v2-trust-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
}
.footer-v2-trust-item svg {
    stroke: rgba(255, 255, 255, 0.4);
}

.footer-v2-trust-dot {
    color: rgba(255, 255, 255, 0.15);
    font-size: 10px;
}

.footer-v2-copy {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.4);
}

.footer-v2-powered {
    display: flex;
    align-items: center;
    gap: 2px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.35);
}
.footer-v2-powered a {
    color: var(--orange-lt);
    transition: color 0.2s;
}
.footer-v2-powered a:hover {
    color: var(--orange);
}

/* ── AdSense Slot (Zero Space when Empty / Unfilled) ── */
.ad-slot {
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
    overflow: hidden;
    min-height: 0;
    line-height: 0;
    transition: all 0.3s ease;
}

.ad-slot:empty {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    border: none !important;
}

/* Hide unfilled ads automatically so no blank gaps appear */
ins.adsbygoogle[data-ad-status="unfilled"],
ins.adsbygoogle[data-adsbygoogle-status="done"][data-ad-status="unfilled"],
ins.adsbygoogle[style*="display: none"],
.ad-slot ins.adsbygoogle:empty {
    display: none !important;
    height: 0 !important;
    width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* ── Responsive ── */
@media (max-width: 1100px) {
    .footer-v2-grid {
        grid-template-columns: 1.5fr 1fr 1fr 1fr;
        gap: 32px;
    }
    .footer-v2-newsletter {
        grid-column: 1 / -1;
        max-width: 100%;
    }
}

@media (max-width: 900px) {
    .steps-grid { grid-template-columns: 1fr; gap: 24px; }
    .step-arrow { display: none; }
    .services-grid { grid-template-columns: 1fr; }
    .value-grid { grid-template-columns: 1fr; gap: 32px; }
    .gita-grid { grid-template-columns: 1fr; gap: 32px; }
    .bento-grid { grid-template-columns: 1fr; }
    .bento-span-2 { grid-column: span 1; }
    .cities-grid { grid-template-columns: 1fr 1fr; }
    .cta-v2-actions { flex-direction: column; align-items: flex-start; }
    .cta-section-v2 { text-align: left; }
    .footer-v2-grid {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }
    .footer-v2-brand {
        grid-column: 1 / -1;
        max-width: 100%;
    }
    .footer-v2-newsletter {
        grid-column: 1 / -1;
        max-width: 100%;
    }
    .footer-v2-bottom {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .cities-grid { grid-template-columns: 1fr; }
    .footer-v2-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .footer-v2-trust {
        flex-wrap: wrap;
        justify-content: center;
    }
    .cta-v2-title {
        font-size: 2rem;
    }
    .cta-v2-subtitle br {
        display: none;
    }
}

/* ══════════════════════════════════════════
   DYNAMIC & COLORFUL PAGE HERO HEADERS
   ══════════════════════════════════════════ */
.page-hero {
    position: relative;
    padding: calc(var(--nav-h) + 68px) 0 88px;
    color: white;
    text-align: center;
    overflow: hidden;
    background: linear-gradient(135deg, #0f0c29 0%, #1e1346 35%, #2a0845 70%, #1b1035 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

/* Civic Grid Pattern & Multi-Radial Glows */
.page-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: 
        radial-gradient(rgba(255, 255, 255, 0.12) 1.2px, transparent 1.2px),
        radial-gradient(circle at 15% 25%, rgba(234, 88, 12, 0.35) 0%, transparent 45%),
        radial-gradient(circle at 85% 35%, rgba(99, 102, 241, 0.38) 0%, transparent 50%),
        radial-gradient(circle at 50% 85%, rgba(225, 29, 72, 0.28) 0%, transparent 55%);
    background-size: 28px 28px, 100% 100%, 100% 100%, 100% 100%;
    pointer-events: none;
    z-index: 1;
}

/* Ambient Floating Luminous Glow Orb */
.page-hero::after {
    content: '';
    position: absolute;
    width: 650px;
    height: 320px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, rgba(251, 146, 60, 0.28) 0%, rgba(124, 58, 237, 0.22) 50%, transparent 70%);
    filter: blur(60px);
    pointer-events: none;
    z-index: 1;
}

.page-hero .container {
    position: relative;
    z-index: 2;
    max-width: 900px;
}

/* Page Hero Badge / Label */
.page-hero .section-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    color: #FFEDD5 !important;
    padding: 8px 22px;
    border-radius: var(--radius-full);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25), 0 0 20px rgba(234, 88, 12, 0.3);
    transition: all 0.3s ease;
}
.page-hero .section-label:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.4);
    box-shadow: 0 6px 25px rgba(234, 88, 12, 0.4);
}

/* Page Hero Title */
.page-hero .section-title {
    color: white !important;
    font-size: clamp(2.4rem, 5vw, 3.8rem);
    font-weight: 900;
    line-height: 1.15;
    margin-bottom: 16px;
    letter-spacing: -0.02em;
    text-shadow: 0 4px 24px rgba(0, 0, 0, 0.4);
}

.page-hero .section-title .text-gradient {
    background: linear-gradient(135deg, #FFEDD5 0%, #FB923C 45%, #EA580C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 2px 10px rgba(234, 88, 12, 0.45));
}

/* Page Hero Subtitle */
.page-hero .section-subtitle {
    color: rgba(255, 255, 255, 0.88) !important;
    font-size: clamp(1.05rem, 2vw, 1.25rem);
    line-height: 1.7;
    max-width: 720px;
    margin: 0 auto;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

/* Floating Feature Chips Bar */
.hero-feature-chips {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 28px;
}

.hero-feature-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: var(--radius-full);
    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    transition: all 0.25s ease;
}
.hero-feature-chip:hover {
    background: rgba(255, 255, 255, 0.18);
    border-color: var(--orange-lt);
    transform: translateY(-2px);
    color: white;
}

/* ── Specific Page Theme Gradients ── */
/* Contact: Warm Sunset Saffron & Violet */
.page-hero-contact {
    background: linear-gradient(135deg, #15092b 0%, #2f0d47 35%, #521245 70%, #751e2e 100%) !important;
}

/* About: Majestic Royal Indigo & Purple */
.page-hero-about {
    background: linear-gradient(135deg, #090c28 0%, #15164d 35%, #341259 70%, #58144f 100%) !important;
}

/* Services: Civic Emerald & Deep Blue */
.page-hero-services {
    background: linear-gradient(135deg, #081726 0%, #0c333a 35%, #114545 70%, #183058 100%) !important;
}

/* Cities: Vibrant Multi-District Spectrum */
.page-hero-cities {
    background: linear-gradient(135deg, #0a0d29 0%, #1c1044 35%, #42104a 70%, #661c36 100%) !important;
}

/* Blog / Knowledge Hub */
.page-hero-blog {
    background: linear-gradient(135deg, #0a0e2a 0%, #17154e 35%, #2c1060 70%, #4a1d96 100%) !important;
}

/* Legal Pages (Privacy, Terms, Disclaimer) */
.page-hero-legal {
    background: linear-gradient(135deg, #0b1124 0%, #111d38 45%, #1b1747 75%, #291244 100%) !important;
}

