/* KSM × TECH / BUILD WITH ME — CLIENT SERVICES PAGE v2 */

:root {
    --bw-accent:      #c9a55a;
    --bw-accent-soft: #d9bd84;
    --bw-accent-deep: #7d6430;
    --bw-teal:        #3a6b6c;
    --bw-teal-soft:   #74a3a1;
    --bw-line:        #332B25;
    --bw-panel:       #201B17;
    --bw-panel-hi:    #272119;
}

/* ─── HERO ─────────────────────────────────────────── */
.bw-hero {
    padding: 140px 0 72px;
    position: relative;
    z-index: 2;
}

.bw-eyebrow {
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--bw-accent);
    margin-bottom: 26px;
}

.bw-title {
    font-family: var(--display);
    font-weight: 400;
    font-size: clamp(2.6rem, 6.5vw, 4.6rem);
    line-height: 1.06;
    letter-spacing: -0.015em;
    max-width: 21ch;
    margin-bottom: 28px;
}

.bw-title em {
    font-style: italic;
    color: var(--bw-accent-soft);
}

.bw-sub {
    font-size: 1.16rem;
    line-height: 1.7;
    color: var(--paper-mid);
    max-width: 56ch;
    margin-bottom: 20px;
}

.bw-sub strong { color: var(--paper); font-weight: 500; }

/* Honest disclosure block — the page's spine */
.bw-honest {
    margin-top: 40px;
    max-width: 62ch;
    border-left: 2px solid var(--bw-accent-deep);
    padding: 20px 0 20px 26px;
}

.bw-honest p {
    font-size: 1rem;
    line-height: 1.75;
    color: var(--paper-mid);
}

.bw-honest p + p { margin-top: 14px; }
.bw-honest strong { color: var(--paper); font-weight: 500; }

/* ─── SECTION SCAFFOLD ─────────────────────────────── */
.bw-section {
    padding: 74px 0;
    border-top: 1px solid var(--bw-line);
    position: relative;
    z-index: 2;
}

.bw-section-label {
    font-family: var(--mono);
    font-size: 10.5px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--paper-dim);
    margin-bottom: 16px;
}

.bw-section-title {
    font-family: var(--display);
    font-weight: 400;
    font-size: clamp(1.8rem, 3.6vw, 2.6rem);
    line-height: 1.18;
    margin-bottom: 18px;
}

.bw-section-title em { font-style: italic; color: var(--bw-accent-soft); }

.bw-section-intro {
    color: var(--paper-mid);
    max-width: 58ch;
    line-height: 1.72;
    margin-bottom: 44px;
}

/* ─── DEMOS (§2) ──────────────────────────────────── */
.bw-demos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.bw-demo-card {
    display: flex;
    flex-direction: column;
    padding: 0;
    overflow: hidden;
}

.bw-demo-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    aspect-ratio: 3 / 4;
    border-bottom: 1px solid var(--bw-line);
}

.bw-demo-card .bw-demo-label,
.bw-demo-card .bw-demo-solve,
.bw-demo-card .bw-demo-link,
.bw-demo-card .bw-demo-tag {
    padding-left: 22px;
    padding-right: 22px;
}

.bw-demo-label {
    font-family: var(--mono);
    font-size: 10.5px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--bw-accent);
    padding-top: 20px;
    margin-bottom: 10px;
}

.bw-demo-solve {
    font-size: 0.94rem;
    color: var(--paper-mid);
    line-height: 1.55;
    margin-bottom: 14px;
    flex-grow: 1;
}

.bw-demo-link {
    font-family: var(--mono);
    font-size: 0.78rem;
    letter-spacing: 0.12em;
    color: var(--bw-accent);
    text-decoration: none;
    margin-bottom: 14px;
    transition: color 0.3s ease;
}

.bw-demo-link:hover { color: var(--bw-accent-soft); }

.bw-demo-tag {
    font-family: var(--mono);
    font-size: 9px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--paper-dim);
    opacity: 0.5;
    padding-bottom: 18px;
}

.bw-demo-closer {
    margin-top: 36px;
    font-size: 1.1rem;
    color: var(--paper);
    font-weight: 500;
}

/* ─── PLANS ────────────────────────────────────────── */
.bw-plans {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(258px, 1fr));
    gap: 20px;
}

.bw-plan {
    background: var(--bw-panel);
    border: 1px solid var(--bw-line);
    padding: 30px 26px 28px;
    display: flex;
    flex-direction: column;
    transition: border-color .45s var(--ease-out), transform .45s var(--ease-out);
}

.bw-plan:hover {
    border-color: var(--bw-accent-deep);
    transform: translateY(-3px);
}

.bw-plan-featured {
    background: var(--bw-panel-hi);
    border-color: var(--bw-accent-deep);
}

.bw-plan-name {
    font-family: var(--mono);
    font-size: 10.5px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--bw-accent);
    margin-bottom: 16px;
}

.bw-plan-price {
    font-family: var(--display);
    font-size: 2.35rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.01em;
    margin-bottom: 4px;
}

.bw-plan-price span {
    font-family: var(--mono);
    font-size: 0.72rem;
    letter-spacing: 0.1em;
    color: var(--paper-dim);
    display: block;
    margin-top: 9px;
}

.bw-plan-for {
    font-size: 0.94rem;
    color: var(--paper-mid);
    line-height: 1.62;
    margin: 16px 0 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--bw-line);
}

.bw-plan ul { list-style: none; }

.bw-plan li {
    font-size: 0.93rem;
    line-height: 1.55;
    color: var(--paper-mid);
    padding-left: 20px;
    position: relative;
    margin-bottom: 11px;
}

.bw-plan li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.62em;
    width: 7px;
    height: 1px;
    background: var(--bw-accent);
    opacity: 0.75;
}

/* ─── INTERNATIONAL PLANS ─────────────────────────── */
.bw-plans-intl .bw-plan-for {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.bw-intl-note {
    margin-top: 30px;
    font-size: 1.02rem;
    color: var(--paper-mid);
    line-height: 1.72;
}

/* ─── ADD-ONS ──────────────────────────────────────── */
.bw-addons {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(238px, 1fr));
    gap: 1px;
    background: var(--bw-line);
    border: 1px solid var(--bw-line);
}

.bw-addon { background: var(--bg); padding: 24px 22px; }

.bw-addon h4 {
    font-family: var(--body);
    font-size: 1.02rem;
    font-weight: 500;
    margin-bottom: 8px;
    color: var(--paper);
}

.bw-addon p {
    font-size: 0.9rem;
    color: var(--paper-mid);
    line-height: 1.6;
    margin-bottom: 12px;
}

.bw-addon .bw-addon-price {
    font-family: var(--mono);
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    color: var(--bw-accent);
}

/* ─── PROCESS ──────────────────────────────────────── */
.bw-steps { counter-reset: tscstep; display: grid; gap: 2px; }

.bw-step {
    display: grid;
    grid-template-columns: 62px 1fr;
    gap: 22px;
    align-items: start;
    padding: 24px 0;
    border-bottom: 1px solid var(--bw-line);
}

.bw-step:first-child { border-top: 1px solid var(--bw-line); }

.bw-step-num {
    counter-increment: tscstep;
    font-family: var(--mono);
    font-size: 0.78rem;
    letter-spacing: 0.14em;
    color: var(--bw-accent);
    padding-top: 5px;
}

.bw-step-num::before { content: '0' counter(tscstep); }

.bw-step h4 {
    font-family: var(--body);
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 7px;
}

.bw-step p {
    color: var(--paper-mid);
    font-size: 0.97rem;
    line-height: 1.68;
    max-width: 62ch;
}

/* ─── WHAT YOU OWN (§7) ───────────────────────────── */
.bw-own-list {
    max-width: 56ch;
}

.bw-own-list p {
    font-size: 1.06rem;
    line-height: 1.72;
    color: var(--paper-mid);
    margin-bottom: 16px;
}

.bw-own-list strong {
    color: var(--paper);
    font-weight: 500;
}

.bw-own-exit {
    margin-top: 34px;
    font-size: 0.97rem;
    color: var(--paper-dim);
    max-width: 62ch;
    line-height: 1.72;
    border-left: 2px solid var(--bw-accent-deep);
    padding-left: 22px;
}

/* ─── TERMS / STRAIGHT ANSWERS ─────────────────────── */
.bw-terms {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px 44px;
}

.bw-term h4 {
    font-family: var(--mono);
    font-size: 10.5px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--bw-accent);
    margin-bottom: 10px;
}

.bw-term p {
    color: var(--paper-mid);
    font-size: 0.97rem;
    line-height: 1.7;
}

.bw-term strong { color: var(--paper); font-weight: 500; }

/* ─── CONTACT ──────────────────────────────────────── */
.bw-contact { text-align: left; }

.bw-contact-line {
    font-family: var(--display);
    font-size: clamp(1.7rem, 3.6vw, 2.5rem);
    line-height: 1.3;
    max-width: 22ch;
    margin-bottom: 28px;
}

.bw-contact-line em { font-style: italic; color: var(--bw-accent-soft); }

.bw-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 26px; }

.bw-btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-family: var(--mono);
    font-size: 0.79rem;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    padding: 14px 26px;
    border: 1px solid var(--bw-accent-deep);
    color: var(--bw-accent-soft);
    border-radius: 2px;
    transition: background .4s var(--ease-out), color .4s var(--ease-out), border-color .4s var(--ease-out);
}

.bw-btn:hover {
    background: var(--bw-accent);
    color: #17130E;
    border-color: var(--bw-accent);
}

.bw-btn-quiet {
    border-color: var(--bw-line);
    color: var(--paper-mid);
}

.bw-btn-quiet:hover {
    background: transparent;
    color: var(--paper);
    border-color: var(--line-bright);
}

.bw-contact-note {
    font-size: 0.94rem;
    color: var(--paper-dim);
    max-width: 54ch;
    line-height: 1.68;
}

/* ─── MOBILE ───────────────────────────────────────── */
@media (max-width: 720px) {
    .bw-hero { padding: 116px 0 56px; }
    .bw-section { padding: 56px 0; }
    .bw-honest { padding-left: 20px; }
    .bw-step { grid-template-columns: 44px 1fr; gap: 14px; }
    .bw-plans { grid-template-columns: 1fr; }
    .bw-demos { grid-template-columns: 1fr; }
    .bw-demo-img { aspect-ratio: 4 / 3; }
}

@media (prefers-reduced-motion: reduce) {
    .bw-plan { transition: none; }
    .bw-plan:hover { transform: none; }
}
