/* ==========================================================
   Company Setup — page-company-setup.php
   Standalone premium template. Namespace: .cs-
   Colour rhythm: Hero(ink) → Audience(white) → Jurisdictions(beige)
   → Factors(ink) → Build(white) → Bank(beige) → Pricing(ink) → FAQ(white)
   ========================================================== */

.cs-page {
    --cs-ink: #1E293B;
    --cs-line: rgba(30, 41, 59, 0.10);
    --cs-line-light: rgba(255, 255, 255, 0.14);
}

/* ── Shared section header ──────────────────────────────── */
.cs-sec-hd { margin-bottom: 36px; }
.cs-sec-hd--wide { max-width: 760px; }

.cs-label {
    display: inline-block;
    font-family: var(--font-heading);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    background: transparent;
    border: 1px solid rgba(30, 41, 59, 0.2);
    border-radius: 100px;
    padding: 5px 14px;
    color: var(--color-text-muted);
    margin-bottom: 18px;
}
.cs-label--light {
    border-color: var(--cs-line-light);
    color: rgba(255, 255, 255, 0.85);
}

.cs-sec-h {
    font-family: var(--font-heading);
    font-size: clamp(26px, 3.4vw, 34px);
    font-weight: 600;
    line-height: 1.2;
    color: var(--color-text-primary);
    margin: 0;
}
.cs-sec-h--light { color: #fff; }

.cs-sec-sub {
    font-family: var(--font-heading);
    font-size: 16px;
    line-height: 1.6;
    color: var(--color-text-muted);
    margin: 14px 0 0;
}
.cs-sec-sub--light { color: rgba(255, 255, 255, 0.6); }

/* ── Buttons ────────────────────────────────────────────── */
.cs-btn-light {
    background: #fff;
    color: var(--cs-ink);
}
.cs-btn-light:hover { opacity: 0.9; }

.cs-btn-ghost {
    display: inline-flex;
    align-items: center;
    font-family: var(--font-heading);
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: var(--button-radius);
    padding: 14px 28px;
    transition: border-color 0.2s ease, background 0.2s ease;
}
.cs-btn-ghost:hover { border-color: rgba(255, 255, 255, 0.6); background: rgba(255, 255, 255, 0.04); }

/* ── HERO (ink) ─────────────────────────────────────────── */
.cs-hero {
    position: relative;
    background: var(--cs-ink);
    color: #fff;
    overflow: hidden;
    padding: 80px 0 64px;
}
.cs-hero__bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(1100px 480px at 12% -12%, rgba(255, 255, 255, 0.07), transparent 60%),
        radial-gradient(900px 560px at 102% -6%, rgba(255, 255, 255, 0.04), transparent 55%);
    pointer-events: none;
}
.cs-hero .container { position: relative; z-index: 1; }
.cs-hero__inner { max-width: 820px; }

.cs-tag {
    display: inline-block;
    font-family: var(--font-heading);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid var(--cs-line-light);
    border-radius: 100px;
    padding: 5px 14px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 22px;
}

.cs-hero__title {
    font-family: var(--font-heading);
    font-size: clamp(38px, 5.4vw, 58px);
    font-weight: 600;
    line-height: 1.12;
    margin: 0 0 18px;
    color: #fff;
}
.cs-hero__headline {
    font-family: var(--font-heading);
    font-size: 19px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.78);
    margin: 0 0 14px;
}
.cs-hero__desc {
    font-family: var(--font-heading);
    font-size: 17px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.62);
    max-width: 680px;
    margin: 0 0 28px;
}

.cs-hero__advisory {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--cs-line-light);
    border-radius: 12px;
    padding: 18px 20px;
    max-width: 680px;
    margin-bottom: 28px;
}
.cs-hero__advisory svg { flex-shrink: 0; margin-top: 2px; color: rgba(255, 255, 255, 0.55); }
.cs-hero__advisory p {
    font-family: var(--font-heading);
    font-size: 15.5px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}

.cs-hero__note {
    display: inline-block;
    font-family: var(--font-heading);
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    border: 1px solid var(--cs-line-light);
    border-radius: 100px;
    padding: 6px 16px;
    margin-bottom: 32px;
}

.cs-hero__btns { display: flex; gap: 12px; flex-wrap: wrap; }

/* Hero trust strip — free-zone wordmarks */
.cs-hero__trust {
    margin-top: 44px;
    padding-top: 30px;
    border-top: 1px solid var(--cs-line-light);
}
.cs-hero__trust-cap {
    display: block;
    font-family: var(--font-heading);
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.42);
    margin-bottom: 18px;
}
.cs-hero__logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px 32px;
}
.cs-hero__logos span {
    font-family: var(--font-card-title);
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: rgba(255, 255, 255, 0.68);
}

/* ── AUDIENCE (white) ───────────────────────────────────── */
.cs-audience {
    padding: 56px 0;
    background: var(--color-white);
}
.cs-aud-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}
.cs-aud-card {
    background: var(--color-bg);
    border: 1px solid var(--cs-line);
    border-radius: 12px;
    padding: 28px 26px;
    transition: transform 0.15s ease, background 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}
.cs-aud-card:hover {
    transform: translateY(-2px);
    background: #fff;
    border-color: rgba(30, 41, 59, 0.14);
    box-shadow: 0 14px 30px -16px rgba(30, 41, 59, 0.24);
}
.cs-aud-title {
    font-family: var(--font-card-title);
    font-size: 17px;
    font-weight: 700;
    color: var(--color-card-heading);
    margin: 0 0 8px;
}
.cs-aud-desc {
    font-family: var(--font-heading);
    font-size: 15px;
    line-height: 1.6;
    color: var(--color-text-muted);
    margin: 0;
}

/* ── JURISDICTIONS (beige) ──────────────────────────────── */
.cs-zones {
    padding: 64px 0;
    background: var(--color-bg);
}
.cs-zone-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 22px;
}
.cs-zone {
    flex: 1 1 300px;
    max-width: 384px;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid var(--cs-line);
    border-radius: 12px;
    padding: 24px 24px 20px;
    box-shadow: 0 1px 2px rgba(30, 41, 59, 0.04);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}
.cs-zone:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 38px -16px rgba(30, 41, 59, 0.28);
    border-color: rgba(30, 41, 59, 0.18);
}

.cs-zone__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}
.cs-zone__mark {
    font-family: var(--font-card-title);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--color-text-muted);
    opacity: 0.55;
}
.cs-zone__badge {
    font-family: var(--font-heading);
    font-size: 10.5px;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--color-text-muted);
    border: 1px solid rgba(30, 41, 59, 0.18);
    border-radius: 100px;
    padding: 3px 10px;
    white-space: nowrap;
}
.cs-zone__name {
    font-family: var(--font-card-title);
    font-size: 21px;
    font-weight: 700;
    color: var(--color-card-heading);
    margin: 0 0 2px;
    line-height: 1.2;
}
.cs-zone__loc {
    display: block;
    font-family: var(--font-heading);
    font-size: 13px;
    color: var(--color-text-muted);
    opacity: 0.8;
    margin-bottom: 12px;
}
.cs-zone__tagline {
    font-family: var(--font-heading);
    font-size: 14px;
    line-height: 1.55;
    color: var(--color-text-muted);
    margin: 0 0 16px;
}
.cs-zone__feats {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 9px;
}
.cs-zone__feats li {
    position: relative;
    padding-left: 22px;
    font-family: var(--font-heading);
    font-size: 13.5px;
    line-height: 1.45;
    color: var(--color-text-primary);
}
.cs-zone__feats li::before {
    content: '';
    position: absolute;
    left: 2px;
    top: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 2px solid rgba(30, 41, 59, 0.28);
}
.cs-zone__foot {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    border-top: 1px solid var(--cs-line);
}
.cs-zone__price {
    font-family: var(--font-card-title);
    font-size: 21px;
    font-weight: 700;
    color: var(--color-text-primary);
}
.cs-zone__est {
    font-size: 13px;
    color: var(--color-text-muted);
    vertical-align: super;
    margin-left: 1px;
    cursor: help;
}
.cs-zone__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 38px;
    border-radius: var(--button-radius);
    background: var(--color-bg);
    color: var(--cs-ink);
    border: 1px solid var(--cs-line);
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.cs-zone__cta:hover { background: var(--cs-ink); color: #fff; transform: translateX(2px); }

/* Featured (DMCC) — premium accent */
.cs-zone--featured {
    border-color: rgba(30, 41, 59, 0.5);
    box-shadow: 0 18px 40px -18px rgba(30, 41, 59, 0.32);
}
.cs-zone--featured::before {
    content: '';
    display: block;
    height: 3px;
    margin: -24px -24px 20px;
    border-radius: 12px 12px 0 0;
    background: linear-gradient(90deg, #1E293B, #475569);
}
.cs-zone--featured .cs-zone__badge {
    background: var(--cs-ink);
    color: #fff;
    border-color: var(--cs-ink);
}

/* Mainland & Tajer — full-width banners that bookend the zones grid */
.cs-mainland {
    margin-top: 22px;
    display: grid;
    grid-template-columns: 1fr 300px;
    background: #fff;
    border: 1.5px solid var(--color-text-primary);
    border-radius: 12px;
    overflow: hidden;
}
.cs-mainland--top { margin-top: 0; margin-bottom: 22px; }
.cs-mainland__main { padding: 30px 34px; }
.cs-mainland__head {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 14px;
    margin-bottom: 12px;
}
.cs-mainland__name {
    font-family: var(--font-card-title);
    font-size: 24px;
    font-weight: 700;
    color: var(--color-card-heading);
    margin: 0;
    line-height: 1;
}
.cs-mainland__badge {
    font-family: var(--font-heading);
    font-size: 10.5px;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #fff;
    background: var(--cs-ink);
    border-radius: 100px;
    padding: 4px 12px;
    white-space: nowrap;
}
.cs-mainland__loc {
    font-family: var(--font-heading);
    font-size: 13px;
    color: var(--color-text-muted);
    opacity: 0.8;
}
.cs-mainland__tagline {
    font-family: var(--font-heading);
    font-size: 14.5px;
    line-height: 1.55;
    color: var(--color-text-muted);
    max-width: 580px;
    margin: 0 0 20px;
}
.cs-mainland__feats {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 11px 28px;
}
.cs-mainland__feats li {
    position: relative;
    padding-left: 22px;
    font-family: var(--font-heading);
    font-size: 13.5px;
    line-height: 1.45;
    color: var(--color-text-primary);
}
.cs-mainland__feats li::before {
    content: '';
    position: absolute;
    left: 2px;
    top: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 2px solid rgba(30, 41, 59, 0.28);
}
.cs-mainland__aside {
    background: var(--color-bg);
    border-left: 1px solid var(--cs-line);
    padding: 30px 34px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.cs-mainland__from {
    font-family: var(--font-heading);
    font-size: 13px;
    color: var(--color-text-muted);
}
.cs-mainland__price {
    font-family: var(--font-card-title);
    font-size: 30px;
    font-weight: 700;
    color: var(--color-text-primary);
    margin: 2px 0 18px;
    line-height: 1;
}
.cs-mainland__cta { white-space: nowrap; }

.cs-zones__note {
    margin: 28px auto 0;
    max-width: none;
    font-family: var(--font-heading);
    font-size: 12.5px;
    line-height: 1.55;
    color: var(--color-text-muted);
    opacity: 0.85;
    text-align: center;
}

/* ── COST FACTORS (ink) ─────────────────────────────────── */
.cs-factors {
    padding: 64px 0;
    background: var(--cs-ink);
}
.cs-factor-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--cs-line-light);
    border: 1px solid var(--cs-line-light);
    border-radius: 12px;
    overflow: hidden;
}
.cs-factor {
    background: var(--cs-ink);
    padding: 28px 26px;
}
.cs-factor__n {
    display: block;
    font-family: var(--font-card-title);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.35);
    margin-bottom: 14px;
}
.cs-factor__title {
    font-family: var(--font-card-title);
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 8px;
}
.cs-factor__desc {
    font-family: var(--font-heading);
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}

/* ── FLOW: process + what's included (white) ────────────── */
.cs-flow {
    padding: 64px 0;
    background: var(--color-white);
}
.cs-flow__list {
    list-style: none;
    margin: 0;
    padding: 0;
    max-width: 860px;
}
.cs-flow__step {
    position: relative;
    padding: 0 0 36px 76px;
}
.cs-flow__step:last-child { padding-bottom: 0; }
.cs-flow__step::before {
    content: '';
    position: absolute;
    left: 23px;
    top: 58px;
    bottom: 0;
    width: 2px;
    background: var(--cs-line);
}
.cs-flow__step:last-child::before { display: none; }
.cs-flow__num {
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: var(--cs-ink);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-card-title);
    font-size: 16px;
    font-weight: 700;
}
.cs-flow__title {
    font-family: var(--font-card-title);
    font-size: 18px;
    font-weight: 700;
    color: var(--color-card-heading);
    margin: 4px 0 6px;
    line-height: 1.25;
}
.cs-flow__desc {
    font-family: var(--font-heading);
    font-size: 14.5px;
    line-height: 1.6;
    color: var(--color-text-muted);
    margin: 0 0 14px;
    max-width: 640px;
}
.cs-flow__inc {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.cs-flow__inc li {
    font-family: var(--font-heading);
    font-size: 12.5px;
    color: var(--color-text-primary);
    background: var(--color-bg);
    border: 1px solid var(--cs-line);
    border-radius: 100px;
    padding: 6px 13px;
    line-height: 1.2;
}

/* ── BANK ACCOUNT (ink) ─────────────────────────────────── */
.cs-bank {
    padding: 56px 0;
    background: var(--cs-ink);
}
.cs-bank__box {
    display: grid;
    grid-template-columns: 1.7fr 1fr;
    gap: 40px;
    align-items: center;
    background: #fff;
    border: 1px solid var(--cs-line);
    border-radius: 12px;
    padding: 40px 44px;
    box-shadow: 0 1px 2px rgba(30, 41, 59, 0.04);
}
.cs-bank__main .cs-sec-h { margin-top: 6px; }
.cs-bank__desc {
    font-family: var(--font-heading);
    font-size: 15.5px;
    line-height: 1.65;
    color: var(--color-text-muted);
    margin: 14px 0 0;
}
.cs-bank__aside {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    padding-left: 40px;
    border-left: 1px solid var(--cs-line);
}
.cs-bank__price {
    font-family: var(--font-card-title);
    font-size: 28px;
    font-weight: 700;
    color: var(--color-text-primary);
}
.cs-bank__per {
    font-family: var(--font-heading);
    font-size: 13px;
    color: var(--color-text-muted);
    margin-bottom: 14px;
}

/* ── FAQ (beige) ────────────────────────────────────────── */
.cs-faq {
    padding: 64px 0;
    background: var(--color-bg);
}
.cs-faq__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px 40px;
}
.cs-faq__item {
    padding: 20px 0;
    border-top: 1px solid var(--cs-line);
}
.cs-faq__q {
    font-family: var(--font-card-title);
    font-size: 16px;
    font-weight: 700;
    color: var(--color-card-heading);
    margin: 0 0 8px;
    line-height: 1.4;
}
.cs-faq__a {
    font-family: var(--font-heading);
    font-size: 14.5px;
    line-height: 1.65;
    color: var(--color-text-muted);
    margin: 0;
}

/* ── Responsive ─────────────────────────────────────────── */
@media (max-width: 1024px) {
    .cs-factor-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    .cs-hero { padding: 64px 0 56px; }
    .cs-audience, .cs-zones, .cs-factors, .cs-flow, .cs-bank, .cs-faq { padding: 52px 0; }

    .cs-aud-grid { grid-template-columns: 1fr; }
    .cs-flow__step { padding-left: 64px; }
    .cs-faq__list { grid-template-columns: 1fr; gap: 0; }

    .cs-zone { flex-basis: 100%; max-width: 100%; }
    .cs-mainland { grid-template-columns: 1fr; }
    .cs-mainland__aside {
        border-left: 0;
        border-top: 1px solid var(--cs-line);
        align-items: stretch;
    }
    .cs-mainland__cta { text-align: center; }

    .cs-bank__box { grid-template-columns: 1fr; gap: 24px; padding: 32px 26px; }
    .cs-bank__aside { padding-left: 0; border-left: 0; border-top: 1px solid var(--cs-line); padding-top: 24px; }
}

@media (max-width: 560px) {
    .cs-factor-grid { grid-template-columns: 1fr; }
    .cs-hero__btns { flex-direction: column; }
    .cs-hero__btns .btn-primary, .cs-hero__btns .cs-btn-ghost { width: 100%; text-align: center; justify-content: center; }
    .cs-hero__logos { gap: 12px 22px; }
    .cs-hero__logos span { font-size: 15px; }
}
