/* ============================================================
   Ekran — industrial retro-poster theme
   Anton (display) + Archivo Black (sub) + Inter (text)
   warm concrete / rust brick / ink
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; }
:root {
  --bg: #DAD5CC;             /* warm concrete */
  --bg-alt: #CFC9BE;
  --paper: #E7E3DA;
  --ink: #1A1815;            /* near-black ink */
  --ink-soft: #3A362F;
  --muted: #6A655B;
  --border: #1A1815;
  --rust: #A5482E;           /* rust brick */
  --rust-deep: #843417;
  --dark: #1A1815;
  --display: "Anton", "Archivo Black", Impact, sans-serif;
  --sub: "Archivo Black", "Anton", sans-serif;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --radius: 0px;
}

html, body { margin: 0; padding: 0; }
body {
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.7;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a { color: inherit; }
img { max-width: 100%; display: block; }
button { font: inherit; cursor: pointer; }

/* ------------------------------ HEADER ------------------------------ */

.site-header {
  border-bottom: 3px solid var(--ink);
  background: var(--bg);
  position: sticky; top: 0; z-index: 20;
}
.site-header .row {
  max-width: 1100px; margin: 0 auto; padding: 14px 24px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.brand {
  font-family: var(--display); font-weight: 400; font-size: 28px; letter-spacing: 0.02em;
  text-decoration: none; display: inline-flex; align-items: center; gap: 10px;
  text-transform: uppercase; color: var(--ink);
}
.brand .bar {
  width: 26px; height: 20px; flex: none; background: var(--rust);
  border: 2px solid var(--ink);
}
.nav { display: flex; gap: 26px; }
.nav a {
  text-decoration: none; color: var(--ink-soft); font-size: 12px;
  letter-spacing: 0.06em; transition: color 0.15s; font-weight: 600;
  text-transform: uppercase;
}
.nav a:hover { color: var(--rust); }
@media (max-width: 640px) {
  .nav { display: none; }
  .site-header .row { padding: 12px 20px; }
}

/* ------------------------------ ARTICLE ------------------------------ */

main.article { max-width: 720px; margin: 0 auto; padding: 52px 24px 20px; }
@media (max-width: 640px) { main.article { padding: 28px 20px 16px; } }

.eyebrow {
  font-family: var(--sub);
  font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase;
  color: #fff; background: var(--rust); font-weight: 400;
  display: inline-block; padding: 5px 12px; margin-bottom: 20px;
  border: 2px solid var(--ink);
}
h1 {
  font-family: var(--display);
  font-size: clamp(40px, 8vw, 78px);
  line-height: 0.94; font-weight: 400; letter-spacing: 0.005em;
  margin: 0 0 24px; text-transform: uppercase; color: var(--ink);
}
h1 .hl { color: var(--rust); }
.byline {
  display: flex; align-items: center; gap: 12px; margin-top: 24px;
  color: var(--muted); font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.03em;
}
.byline .avatar {
  width: 42px; height: 42px; border-radius: 0;
  background: var(--ink); color: var(--bg);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--display); font-weight: 400; font-size: 20px;
  border: 2px solid var(--ink);
}
.byline strong { color: var(--ink); font-weight: 700; }

.lead {
  font-family: var(--sans); font-size: 22px; line-height: 1.45;
  color: var(--ink); margin: 40px 0 24px; font-weight: 600; letter-spacing: -0.01em;
}

.article p { margin: 0 0 20px; }
.article p .drop {
  float: left; font-family: var(--display); font-size: 82px; line-height: 0.72;
  padding: 10px 12px 0 0; color: var(--rust); font-weight: 400;
}

h2 {
  font-family: var(--display); font-size: clamp(30px, 5vw, 46px);
  line-height: 0.98; font-weight: 400; margin: 52px 0 20px;
  letter-spacing: 0.01em; text-transform: uppercase;
}

h3 { font-family: var(--sub); font-size: 19px; font-weight: 400; margin: 32px 0 12px; text-transform: uppercase; letter-spacing: 0.01em; }

/* ------------------------------ POSTER / FACTORS ------------------------------ */

.poster {
  background: var(--ink); color: var(--bg);
  border: 3px solid var(--ink);
  padding: 28px 24px; margin: 32px 0 8px;
  box-shadow: 8px 8px 0 var(--rust);
}
.poster .p-title {
  font-family: var(--sub); font-size: 11px; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--rust); margin-bottom: 22px; text-align: center;
}
.p-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px;
  background: #3a362f; border: 2px solid #3a362f;
}
.p-cell {
  background: var(--ink); padding: 16px 8px; text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 8px;
}
.p-cell .icon {
  font-family: var(--display); font-size: 26px; color: var(--rust); line-height: 1;
}
.p-cell .lbl {
  font-family: var(--sub); font-size: 10.5px; letter-spacing: 0.03em;
  color: var(--bg); text-transform: uppercase; line-height: 1.2;
}
.poster .p-foot {
  margin-top: 20px; text-align: center;
  font-family: var(--sub); font-size: 11px; letter-spacing: 0.06em;
  color: #9a948a; text-transform: uppercase;
}
.poster .p-foot b { color: var(--rust); }
@media (max-width: 520px) {
  .p-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ------------------------------ STAT ------------------------------ */

.stat {
  border: 3px solid var(--ink); padding: 26px 28px;
  background: var(--paper);
  margin: 32px 0; box-shadow: 6px 6px 0 var(--ink);
}
.stat .num {
  font-family: var(--display); font-size: 76px; line-height: 0.9;
  color: var(--rust); font-weight: 400; letter-spacing: 0.01em;
  display: block; margin-bottom: 10px; text-transform: uppercase;
}
.stat .lbl { color: var(--ink-soft); font-size: 15px; line-height: 1.55; }

/* ------------------------------ PULL QUOTE ------------------------------ */

.pull-quote {
  font-family: var(--display); font-size: clamp(28px, 5vw, 46px); line-height: 1;
  padding: 24px 0; margin: 48px 0; font-weight: 400; color: var(--ink);
  letter-spacing: 0.01em; text-transform: uppercase;
  border-top: 3px solid var(--ink); border-bottom: 3px solid var(--ink);
}
.pull-quote span { color: var(--rust); }

/* ------------------------------ REASONS LIST ------------------------------ */

.list-reasons { list-style: none; padding: 0; margin: 24px 0; }
.list-reasons li {
  padding: 20px 22px; border: 2px solid var(--ink);
  background: var(--paper); margin-bottom: 14px;
  display: flex; gap: 20px; transition: box-shadow 0.12s, transform 0.12s;
}
.list-reasons li:hover { box-shadow: 6px 6px 0 var(--rust); transform: translate(-2px, -2px); }
.list-reasons .n {
  font-family: var(--display); font-size: 24px; line-height: 1;
  color: var(--bg); font-weight: 400; flex: none;
  background: var(--ink);
  width: 44px; height: 44px;
  display: flex; align-items: center; justify-content: center;
}
.list-reasons h4 { margin: 3px 0 6px; font-size: 16px; font-weight: 400; font-family: var(--sub); text-transform: uppercase; letter-spacing: 0.005em; }
.list-reasons p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.6; }

/* ------------------------------ CTA CARD ------------------------------ */

.cta-card {
  margin: 56px auto; max-width: 640px; padding: 44px 32px;
  background: var(--rust); color: #fff; text-align: center;
  position: relative; border: 3px solid var(--ink);
  box-shadow: 10px 10px 0 var(--ink);
}
.cta-card .tag {
  display: inline-block; padding: 6px 14px;
  background: var(--ink); color: #fff;
  font-family: var(--sub); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 400;
  margin-bottom: 20px; border: 2px solid var(--ink);
}
.cta-card h2 {
  color: #fff; font-family: var(--display); font-size: clamp(30px, 5vw, 44px);
  font-weight: 400; margin: 0 0 12px; line-height: 0.98; letter-spacing: 0.01em; text-transform: uppercase;
}
.cta-card p { color: rgba(255,255,255,0.85); margin: 0 0 24px; font-size: 15.5px; line-height: 1.6; }
.cta-card .price {
  font-family: var(--display); font-size: 64px; color: #fff;
  font-weight: 400; line-height: 0.9; margin: 20px 0 24px; letter-spacing: 0.01em;
}
.cta-card .price small { font-size: 18px; color: rgba(255,255,255,0.6); font-family: var(--sans); font-weight: 500; letter-spacing: 0; text-transform: none; }

.btn-cta {
  display: inline-block; padding: 17px 42px;
  background: var(--ink); color: #fff; text-decoration: none;
  font-family: var(--sub); font-weight: 400; font-size: 15px; letter-spacing: 0.04em; text-transform: uppercase;
  transition: transform 0.12s, box-shadow 0.12s; border: 2px solid var(--ink);
}
.btn-cta:hover { transform: translate(-2px,-2px); box-shadow: 5px 5px 0 rgba(0,0,0,0.35); }
.btn-cta.wide { display: block; width: 100%; }

/* ------------------------------ FOOTER ------------------------------ */

.site-footer {
  background: var(--ink); color: #9a948a;
  margin-top: 80px; padding: 40px 24px;
  border-top: 6px solid var(--rust);
}
.site-footer .row {
  max-width: 1100px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  flex-wrap: wrap;
}
.site-footer .brand { color: var(--bg); font-size: 24px; }
.site-footer .brand .bar { border-color: var(--bg); }
.site-footer .links { display: flex; gap: 26px; flex-wrap: wrap; }
.site-footer a {
  color: #9a948a; text-decoration: none; font-size: 12px; transition: color 0.15s;
  text-transform: uppercase; letter-spacing: 0.04em; font-weight: 600;
}
.site-footer a:hover { color: var(--rust); }
.site-footer .copy { font-size: 12px; color: #625d54; margin-top: 20px; text-align: center; letter-spacing: 0.02em; }

/* ============================================================
   CHECKOUT
   ============================================================ */

.checkout-wrap { max-width: 560px; margin: 0 auto; padding: 40px 24px; }
.checkout-wrap h1 {
  font-size: clamp(34px, 6vw, 52px); margin-bottom: 24px;
}
.summary {
  background: var(--paper); border: 3px solid var(--ink);
  padding: 24px; margin-bottom: 24px; box-shadow: 6px 6px 0 var(--ink);
}
.summary .row {
  display: flex; align-items: center; justify-content: space-between;
  padding: 8px 0; font-size: 15.5px;
}
.summary .row.big { border-top: 2px solid var(--ink); padding-top: 16px; margin-top: 8px; font-size: 18px; font-weight: 700; }
.summary .row.big span:last-child { font-family: var(--display); font-size: 26px; color: var(--rust); font-weight: 400; }
.summary .product { display: flex; gap: 16px; padding-bottom: 16px; border-bottom: 2px solid var(--ink); margin-bottom: 12px; }
.summary .product .cover {
  width: 64px; height: 84px; background: var(--ink);
  flex: none; border: 2px solid var(--ink);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--display); font-size: 30px; color: var(--rust); font-weight: 400;
}
.summary .product .info h3 { margin: 0 0 4px; font-family: var(--sub); font-size: 14px; font-weight: 400; text-transform: uppercase; }
.summary .product .info p { margin: 0; font-size: 13.5px; color: var(--muted); line-height: 1.55; }

form.lead { display: flex; flex-direction: column; gap: 18px; }
.field label { display: block; font-family: var(--sub); font-size: 11px; font-weight: 400; margin-bottom: 6px; color: var(--ink); text-transform: uppercase; letter-spacing: 0.06em; }
.field input {
  width: 100%; height: 50px; padding: 0 16px; font-size: 15.5px;
  border: 2px solid var(--ink); border-radius: 0;
  background: #fff; color: var(--ink); outline: none;
  transition: box-shadow 0.12s; font-family: var(--sans);
}
.field input:focus { box-shadow: 4px 4px 0 var(--rust); }
.consent { text-align: center; font-size: 13px; color: var(--muted); }
.consent a { color: var(--rust); text-decoration: underline; text-underline-offset: 3px; }

/* ============================================================
   THANK YOU
   ============================================================ */

.thanks-wrap {
  min-height: 100vh; display: flex; align-items: center; justify-content: center;
  padding: 40px 24px; background: var(--bg);
}
.thanks-inner { max-width: 520px; text-align: center; }
.thanks-icon {
  width: 92px; height: 92px; border-radius: 0;
  background: var(--rust); color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  margin-bottom: 32px; border: 3px solid var(--ink); box-shadow: 6px 6px 0 var(--ink);
}
.thanks-inner h1 { font-family: var(--display); font-size: clamp(40px, 7vw, 60px); line-height: 0.95; margin: 0 0 20px; font-weight: 400; text-transform: uppercase; }
.thanks-inner p { color: var(--ink-soft); font-size: 17px; line-height: 1.65; margin: 0 0 32px; }
.btn-outline {
  display: inline-flex; align-items: center; gap: 8px; padding: 15px 30px;
  border: 2px solid var(--ink);
  color: var(--ink); text-decoration: none; font-weight: 400; font-family: var(--sub);
  text-transform: uppercase; letter-spacing: 0.04em; font-size: 13px;
  background: var(--paper);
  transition: box-shadow 0.12s, transform 0.12s;
}
.btn-outline:hover { box-shadow: 5px 5px 0 var(--rust); transform: translate(-2px,-2px); }

/* ============================================================
   INFO PAGES (privacy / terms / contacts)
   ============================================================ */

.doc { max-width: 720px; margin: 0 auto; padding: 48px 24px; }
.doc h1 {
  font-family: var(--display); font-size: clamp(38px, 6vw, 58px); margin-bottom: 8px; text-transform: uppercase; font-weight: 400; color: var(--ink); line-height: 0.98;
}
.doc .updated { font-family: var(--sub); color: var(--muted); font-size: 12px; margin-bottom: 40px; text-transform: uppercase; letter-spacing: 0.04em; }
.doc h2 { font-family: var(--sub); margin-top: 40px; font-size: 19px; font-weight: 400; text-transform: uppercase; letter-spacing: 0.01em; }
.doc p, .doc li { color: var(--ink); font-size: 16.5px; line-height: 1.75; }
.doc ul { padding-left: 20px; }
.doc li { margin-bottom: 8px; }
.doc a { color: var(--rust); text-decoration: underline; text-underline-offset: 3px; }

.contact-grid { display: grid; gap: 14px; grid-template-columns: 1fr; margin-top: 24px; }
@media (min-width: 640px) { .contact-grid { grid-template-columns: 1fr 1fr; } }
.contact-card {
  padding: 22px; border: 2px solid var(--ink);
  background: var(--paper);
}
.contact-card .label { font-family: var(--sub); font-size: 10px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--rust); margin-bottom: 8px; }
.contact-card .val { font-size: 18px; font-weight: 700; }
.contact-card .val a { text-decoration: none; }
.contact-card .val a:hover { color: var(--rust); }
