/* mutual-divorce.css — nri-mutual-divorce.aspx
   Globals used: .why-row (x4), .section-eyebrow, .section-title,
   .section-subtitle, .section-body, .text-link, .btn-outline-nri,
   .nri-btn-glow, .cta-primary-box, .cta-trust-row, .check-list,
   .bg-white, .bg-light, .bg-green-tint, .py-6, .faq-section */


/* ── WHY SECTION — numbered minimal rows ────────────────── */
.why-sticky { position: sticky; top: 90px; }

.diff-list { display: flex; flex-direction: column; }

.diff-item {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    padding: 28px 0;
    border-bottom: 1px solid #f0f2f5;
}

.diff-item--last { border-bottom: none; }

.diff-num {
    font-size: 0.7rem;
    font-weight: 800;
    color: var(--accent-gold);
    letter-spacing: 1px;
    padding-top: 4px;
    flex-shrink: 0;
    width: 28px;
}

.diff-title { font-size: 1rem; font-weight: 700; color: var(--primary-blue); margin-bottom: 8px; }
.diff-text  { font-size: 0.92rem; color: #64748b; line-height: 1.65; margin: 0; }

@media (max-width: 991px) { .why-sticky { position: static; margin-bottom: 8px; } }
@media (max-width: 767px)  { .diff-item { gap: 16px; padding: 22px 0; } }


/* ── PRICING + SPEED PANEL ──────────────────────────────── */
.ps-panel {
    background: #fff;
    border: 1px solid #e8edf2;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.04);
}

.ps-pricing {
    padding: 44px 40px;
    border-right: 1px solid #e8edf2;
    height: 100%;
}

.ps-speed {
    padding: 44px 40px;
    background: #f8fafc;
    height: 100%;
}

.ps-badge {
    display: inline-block;
    background: rgba(15,23,42,0.06);
    color: var(--primary-blue);
    padding: 3px 12px;
    border-radius: 5px;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.ps-title {
    font-size: clamp(1.3rem, 2.5vw, 1.7rem);
    font-weight: 800;
    color: var(--primary-blue);
    line-height: 1.2;
    margin-bottom: 14px;
}

.ps-body { font-size: 0.95rem; color: #64748b; line-height: 1.65; margin-bottom: 0; }

.text-gold-accent { color: var(--accent-gold); }

.fee-ticket {
    margin-top: 28px;
    background: var(--primary-blue);
    border-radius: 14px;
    overflow: hidden;
}

.fee-ticket__top {
    padding: 22px;
    text-align: center;
    border-bottom: 1px dashed rgba(255,255,255,0.2);
}

.fee-ticket__label { display: block; font-size: 0.78rem; color: rgba(255,255,255,0.7); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 6px; }
.fee-ticket__amount { font-size: 2.6rem; font-weight: 800; color: var(--accent-gold); line-height: 1; }

.fee-ticket__foot {
    padding: 12px;
    background: rgba(0,0,0,0.12);
    text-align: center;
    font-size: 0.82rem;
    font-weight: 600;
    color: rgba(255,255,255,0.8);
}

.speed-list { display: flex; flex-direction: column; gap: 24px; margin-top: 8px; }

.speed-item { display: flex; gap: 16px; align-items: flex-start; }

.speed-item__icon {
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    background: #fff;
    color: var(--accent-gold);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.speed-item strong { display: block; font-size: 0.97rem; color: var(--primary-blue); margin-bottom: 4px; }
.speed-item p { font-size: 0.88rem; color: #64748b; margin: 0; line-height: 1.55; }

@media (max-width: 991px) {
    .ps-pricing { border-right: none; border-bottom: 1px solid #e8edf2; }
    .ps-pricing, .ps-speed { padding: 32px 24px; }
}


/* ── WHO WE SERVE — tag cloud + lists, no cards ─────────── */
.serve-block {
    padding: 32px;
    border-radius: 14px;
    border: 1px solid #e8edf2;
    background: #fff;
    height: 100%;
}

.serve-block--accent {
    border-color: var(--green);
    background: rgba(52,211,153,0.03);
}

.serve-block__label {
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--primary-blue);
    margin-bottom: 8px;
}

.serve-block__sub { font-size: 0.88rem; color: #64748b; margin-bottom: 18px; }

.geo-tags { display: flex; flex-wrap: wrap; gap: 8px; }

.geo-tags span {
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 600;
    color: #475569;
}

.serve-list { list-style: none; padding: 0; margin: 0; }

.serve-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 0.93rem;
    font-weight: 500;
    color: #334155;
}

.serve-list li i { color: var(--primary-blue); width: 16px; font-size: 0.85rem; }
.serve-list li:last-child { margin-bottom: 0; }


/* ── PROCESS SUMMARY — 4-step horizontal strip ──────────── */
.process-summary {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}

.process-summary__step {
    padding: 0 28px 0 0;
    position: relative;
}

.process-summary__step--final { padding-right: 0; }

.process-summary__num {
    font-size: 2.4rem;
    font-weight: 800;
    color: var(--accent-gold);
    line-height: 1;
    margin-bottom: 14px;
    display: block;
}

.process-summary__line {
    position: absolute;
    top: 18px;
    right: 0;
    width: 28px;
    height: 2px;
    background: repeating-linear-gradient(to right, #cbd5e1 0, #cbd5e1 5px, transparent 5px, transparent 10px);
}

.process-summary__title { font-size: 1rem; font-weight: 700; color: var(--primary-blue); margin-bottom: 10px; }
.process-summary__body  { font-size: 0.88rem; color: #64748b; line-height: 1.6; margin: 0; }

@media (max-width: 991px) {
    .process-summary { grid-template-columns: repeat(2, 1fr); gap: 32px; }
    .process-summary__step { padding: 0; }
    .process-summary__num { font-size: 1.8rem; }
}

@media (max-width: 576px) {
    .process-summary { grid-template-columns: 1fr; gap: 28px; }
}


/* ── DOCUMENTS ──────────────────────────────────────────── */
.docs-info-sticky { position: sticky; top: 90px; }

.docs-note {
    background: #fffbeb;
    border-left: 3px solid #f59e0b;
    border-radius: 8px;
    padding: 14px 16px;
    font-size: 0.85rem;
    color: #78350f;
    font-weight: 500;
    line-height: 1.55;
}

.doc-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    background: #fff;
    border: 1px solid #e8edf2;
    border-radius: 12px;
    padding: 18px 20px;
    transition: border-color 0.22s, box-shadow 0.22s;
    height: 100%;
}

.doc-item:hover { border-color: var(--primary-blue); box-shadow: 0 6px 18px rgba(0,0,0,0.05); }

.doc-item__check {
    width: 24px;
    height: 24px;
    min-width: 24px;
    background: var(--green);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    margin-top: 2px;
}

.doc-item strong { display: block; font-size: 0.93rem; color: var(--primary-blue); margin-bottom: 4px; }
.doc-item p { font-size: 0.82rem; color: #64748b; margin: 0; line-height: 1.45; }

@media (max-width: 991px) { .docs-info-sticky { position: static; } }


/* ── ABOUT BAND — dark navy full section ────────────────── */
.about-band { background: var(--primary-blue); }

.about-stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2px;
    border-radius: 16px;
    overflow: hidden;
}

.about-stat-block {
    background: rgba(255,255,255,0.05);
    padding: 30px 24px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-stat-block__val { font-size: clamp(1.8rem, 3vw, 2.4rem); font-weight: 800; color: var(--accent-gold); line-height: 1; margin-bottom: 8px; }
.about-stat-block__lbl { font-size: 0.78rem; color: #94a3b8; text-align: center; line-height: 1.4; text-transform: uppercase; letter-spacing: 0.5px; }

@media (max-width: 767px) { .about-stats-grid { grid-template-columns: repeat(2, 1fr); } }
