/* ==========================================================================
   T-Patch — Variant D (bold / dark, direct-response). Reuses tokens.css.
   Dark, high-contrast — deliberately the opposite of A/B/C.
   ========================================================================== */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; } }

:root { --bd-bg: #0b1722; --bd-bg2: #102536; --bd-line: #233747; }

body { font-family: var(--font-body); color: #eef3f8; background: #0b1722; -webkit-font-smoothing: antialiased; }
h1, h2, h3 { font-family: var(--font-display); font-weight: 700; line-height: 1.05; letter-spacing: -0.02em; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
ul { list-style: none; padding: 0; }
s { color: #6b7c8c; font-weight: 600; }
strong { color: #fff; }

.bbtn { display: inline-flex; align-items: center; justify-content: center; gap: .5em; font-family: var(--font-head); font-weight: 800;
  border-radius: 999px; padding: 1em 2em; transition: transform .15s var(--ease-out-back), box-shadow .25s ease, background-color .15s ease; }
.bbtn:hover { transform: translateY(-2px); }
.bbtn--accent { background: var(--color-accent); color: #2a1500; box-shadow: 0 14px 34px rgba(232,146,57,.4); }
.bbtn--accent:hover { background: #ffa94d; }
.bbtn--xl { font-size: clamp(1.05rem, .9rem + .7vw, 1.4rem); padding: 1.1em 2.2em; }
.bbtn--block { width: 100%; }

.bd-urg { background: var(--color-accent); color: #2a1500; text-align: center; font-weight: 700; font-size: var(--text-sm); padding: .55rem 1rem; font-variant-numeric: tabular-nums; }

/* Hero */
.bd-hero { background: radial-gradient(120% 90% at 80% -10%, #163349, transparent 60%), #0b1722; padding: clamp(2.5rem,3vw,4.5rem) 0; }
.bd-hero__inner { max-width: 1120px; margin-inline: auto; padding-inline: clamp(1rem,4vw,2rem); display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(2rem,4vw,4rem); align-items: center; }
@media (max-width: 880px) { .bd-hero__inner { grid-template-columns: 1fr; } .bd-hero__media { order: -1; max-width: 440px; } }
.bd-h1 { font-size: clamp(2.6rem, 1.6rem + 5vw, 5rem); color: #fff; }
.bd-h1 em { font-style: normal; color: var(--color-accent); }
.bd-sub { margin: 1.5rem 0; font-size: var(--text-lg); color: #b9c7d4; max-width: 40ch; }
.bd-micro { margin-top: 1rem; font-size: var(--text-sm); color: #8aa0b2; }
.bd-hero__media img { width: 100%; height: auto; border-radius: var(--radius-xl); box-shadow: 0 30px 70px rgba(0,0,0,.5); }

/* Stats band */
.bd-stats { background: var(--color-accent); color: #2a1500; display: grid; grid-template-columns: repeat(3,1fr); }
@media (max-width: 640px) { .bd-stats { grid-template-columns: 1fr; } }
.bdstat { text-align: center; padding: 2rem 1rem; border-right: 1px solid rgba(0,0,0,.12); }
.bdstat:last-child { border-right: none; }
.bdstat strong { display: block; font-family: var(--font-display); font-size: clamp(2.4rem,5vw,3.4rem); color: #2a1500; }
.bdstat span { font-size: var(--text-sm); font-weight: 600; }

/* Pitch / comparison */
.bd-pitch { max-width: 1000px; margin-inline: auto; padding: clamp(3rem,4vw,5rem) clamp(1rem,4vw,2rem); text-align: center; }
.bd-h2 { font-size: clamp(1.7rem, 1.2rem + 2.4vw, 2.8rem); color: #fff; }
.bd-h2--center { text-align: center; }
.bd-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; margin-top: 2.5rem; text-align: left; }
@media (max-width: 640px) { .bd-cols { grid-template-columns: 1fr; } }
.bdcol { border-radius: var(--radius-xl); padding: 1.75rem; }
.bdcol h3 { font-family: var(--font-head); font-size: var(--text-xl); margin-bottom: 1rem; }
.bdcol ul { display: grid; gap: .6rem; }
.bdcol li { position: relative; padding-left: 1.7rem; }
.bdcol--no { background: #15212c; color: #8aa0b2; }
.bdcol--no li::before { content: "✕"; position: absolute; left: 0; color: var(--color-danger); font-weight: 700; }
.bdcol--yes { background: #102536; border: 1.5px solid var(--color-accent); color: #eef3f8; }
.bdcol--yes h3 { color: var(--color-accent); }
.bdcol--yes li::before { content: "✓"; position: absolute; left: 0; color: var(--color-success); font-weight: 700; }

/* Before/after */
.bd-ba-wrap { max-width: 1000px; margin-inline: auto; padding: clamp(2rem,3vw,3.5rem) clamp(1rem,4vw,2rem); }
.bd-ba { display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem; margin-top: 2rem; }
@media (max-width: 820px) { .bd-ba { grid-template-columns: 1fr 1fr; } }
.bd-ba figure { background: #102536; border: 1px solid #233747; border-radius: var(--radius-lg); overflow: hidden; }
.bd-ba img { width: 100%; height: 280px; object-fit: cover; object-position: top center; display: block; }
.bd-ba figcaption { padding: .6rem .8rem; font-size: var(--text-sm); color: #b9c7d4; }

/* Plans */
.bd-plans { max-width: 900px; margin-inline: auto; padding: clamp(2rem,3vw,3.5rem) clamp(1rem,4vw,2rem); }
.bd-plangrid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; margin-top: 2rem; }
@media (max-width: 640px) { .bd-plangrid { grid-template-columns: 1fr; max-width: 380px; margin-inline: auto; } }
.bdplan { position: relative; background: #102536; border: 1.5px solid #233747; border-radius: var(--radius-xl); padding: 1.75rem 1rem; text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: .3rem; transition: border-color .15s ease, transform .15s ease; }
.bdplan:hover, .bdplan.is-picked { border-color: var(--color-accent); transform: translateY(-3px); }
.bdplan--best { border-color: var(--color-accent); }
.bdplan__flag { position: absolute; top: -.7rem; left: 50%; transform: translateX(-50%); white-space: nowrap; font-family: var(--font-head); font-weight: 700; font-size: var(--text-xs); background: var(--color-accent); color: #2a1500; padding: .3em 1em; border-radius: 999px; }
.bdplan__name { font-family: var(--font-head); font-weight: 700; font-size: var(--text-lg); color: #b9c7d4; }
.bdplan__price { font-family: var(--font-display); font-weight: 700; font-size: 2.4rem; color: #fff; }

/* Order */
.bd-order { background: var(--bd-bg2); padding: clamp(3rem,4vw,5rem) clamp(1rem,4vw,2rem); }
.bd-order__inner { max-width: 540px; margin-inline: auto; text-align: center; }
.bd-order__sub { margin: .75rem 0 1.75rem; color: #b9c7d4; }
.bform { display: grid; gap: .8rem; text-align: left; }
.bfield { display: grid; gap: .3rem; }
.bform input, .bform textarea, .bform select { font: inherit; width: 100%; padding: .9em 1em; border-radius: var(--radius-md);
  background: #0b1722; border: 1.5px solid #2b3d4d; color: #eef3f8; }
.bform input::placeholder, .bform textarea::placeholder { color: #6b7c8c; }
.bform input:focus, .bform textarea:focus, .bform select:focus { outline: none; border-color: var(--color-accent); box-shadow: 0 0 0 3px rgba(232,146,57,.25); }
.bfield.is-invalid input, .bfield.is-invalid textarea { border-color: var(--color-danger); }
.berr { color: #ff9a8f; font-size: var(--text-xs); min-height: .9em; }
.bsummary { display: flex; align-items: center; justify-content: space-between; gap: 1rem; background: #0b1722; border: 1px solid #2b3d4d; border-radius: var(--radius-md); padding: .9rem 1.1rem; }
.bsummary strong { color: var(--color-accent); }
.bsuccess { background: rgba(0,163,61,.15); color: #7ee2a4; border: 1px solid rgba(0,163,61,.4); border-radius: var(--radius-md); padding: 1rem; font-size: var(--text-sm); }

/* Footer */
.bd-foot { background: #07111a; color: #6b7c8c; text-align: center; padding: 2.5rem 1.5rem; font-size: var(--text-sm); }
.bd-disc { margin-top: 1rem; font-size: var(--text-xs); color: #4f6273; max-width: 720px; margin-inline: auto; line-height: 1.5; }
