/* QuoteIron marketing site — tokens per brand/brand-guidelines.md */
@font-face { font-family: 'Barlow'; font-style: normal; font-weight: 400; font-display: swap; src: url('../assets/fonts/Barlow-400.woff2') format('woff2'); }
@font-face { font-family: 'Barlow'; font-style: normal; font-weight: 500; font-display: swap; src: url('../assets/fonts/Barlow-500.woff2') format('woff2'); }
@font-face { font-family: 'Barlow'; font-style: normal; font-weight: 600; font-display: swap; src: url('../assets/fonts/Barlow-600.woff2') format('woff2'); }
@font-face { font-family: 'Barlow Condensed'; font-style: normal; font-weight: 600; font-display: swap; src: url('../assets/fonts/BarlowCondensed-600.woff2') format('woff2'); }
@font-face { font-family: 'Barlow Condensed'; font-style: normal; font-weight: 700; font-display: swap; src: url('../assets/fonts/BarlowCondensed-700.woff2') format('woff2'); }
@font-face { font-family: 'IBM Plex Mono'; font-style: normal; font-weight: 500; font-display: swap; src: url('../assets/fonts/IBMPlexMono-500.woff2') format('woff2'); }
@font-face { font-family: 'IBM Plex Mono'; font-style: normal; font-weight: 600; font-display: swap; src: url('../assets/fonts/IBMPlexMono-600.woff2') format('woff2'); }

:root {
  --iron-950: #171A1E; --iron-800: #22262B;
  --steel-600: #4A5058; --zinc-300: #C6CBD1; --zinc-100: #F0F2F4;
  --torch-500: #FF4F00; --torch-600: #E04500;
  --green-600: #1F7A3D; --yellow-500: #FFC400;
  --display: 'Barlow Condensed', 'Arial Narrow', sans-serif;
  --body: 'Barlow', -apple-system, sans-serif;
  --mono: 'IBM Plex Mono', ui-monospace, monospace;
  --rad: 6px; --wrap: 1080px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { animation: none !important; transition: none !important; } }
body { margin: 0; background: var(--zinc-100); color: var(--iron-950); font-family: var(--body); font-size: 17px; line-height: 1.55; }
img { max-width: 100%; }
a { color: inherit; }
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 20px; }
.mono { font-family: var(--mono); font-weight: 500; font-size: 13px; letter-spacing: 0.06em; }
.muted { color: var(--steel-600); }
:focus-visible { outline: 3px solid var(--torch-500); outline-offset: 2px; }

/* nav */
.nav { background: var(--iron-950); position: sticky; top: 0; z-index: 30; }
.nav__in { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 20px; max-width: var(--wrap); margin: 0 auto; }
.nav__logo img { height: 24px; display: block; }
.nav__links { display: flex; gap: 22px; align-items: center; }
.nav__links a { color: var(--zinc-100); text-decoration: none; font-weight: 500; font-size: 15px; }
.nav__links a:hover { color: #fff; text-decoration: underline; text-decoration-color: var(--torch-500); text-decoration-thickness: 2px; }
.nav__cta { background: var(--torch-500); color: var(--iron-950) !important; font-family: var(--display); font-weight: 700; text-transform: uppercase; padding: 9px 16px; border-radius: var(--rad); letter-spacing: 0.03em; text-decoration: none !important; }
@media (max-width: 720px) { .nav__links a:not(.nav__cta) { display: none; } }

/* type */
h1, h2, .h-display { font-family: var(--display); font-weight: 700; text-transform: uppercase; line-height: 0.96; letter-spacing: 0.005em; margin: 0; }
.eyebrow { font-family: var(--mono); font-weight: 600; font-size: 13px; letter-spacing: 0.12em; color: var(--steel-600); display: block; margin-bottom: 10px; }
.plate { border-top: 3px solid var(--iron-950); padding-top: 14px; }

/* hero */
.hero { background: var(--iron-950); color: var(--zinc-100); overflow: hidden; }
.hero__in { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 36px; align-items: center; padding: 64px 20px 56px; max-width: var(--wrap); margin: 0 auto; }
.hero h1 { font-size: clamp(44px, 7vw, 84px); color: #fff; }
.hero h1 em { font-style: normal; color: var(--torch-500); }
.hero__lead { font-size: 19px; margin: 20px 0 8px; max-width: 34em; }
.hero__lead strong { color: #fff; }
.hero__proof { font-family: var(--mono); font-size: 13px; color: var(--zinc-300); margin: 14px 0 26px; }
.hero__ctas { display: flex; gap: 12px; flex-wrap: wrap; }
.hero__phone { justify-self: center; position: relative; }
.hero__phone img { width: min(300px, 72vw); border-radius: 26px; border: 6px solid var(--iron-800); box-shadow: 0 24px 60px rgba(0,0,0,0.5); display: block; }
.hero__tag { position: absolute; top: -14px; right: -18px; }
@media (max-width: 860px) { .hero__in { grid-template-columns: 1fr; padding-top: 44px; } .hero__tag { right: 0; } }

/* the tag (signature) */
.tag { display: inline-flex; align-items: center; gap: 8px; background: #fff; border: 2px solid var(--iron-950); border-radius: var(--rad); padding: 5px 14px 5px 9px; font-family: var(--mono); font-weight: 600; font-size: 16px; color: var(--iron-950); white-space: nowrap; }
.tag__hole { width: 8px; height: 8px; border-radius: 50%; background: var(--zinc-100); border: 2px solid var(--iron-950); flex: none; }
.tag--torch { background: var(--torch-500); transform: rotate(-2deg); font-size: 19px; box-shadow: 0 6px 18px rgba(0,0,0,0.35); }

/* buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; font-family: var(--display); font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; font-size: 18px; border-radius: var(--rad); padding: 14px 22px; border: 2px solid var(--iron-950); text-decoration: none; cursor: pointer; }
.btn--torch { background: var(--torch-500); color: var(--iron-950); }
.btn--torch:hover { background: var(--torch-600); }
.btn--ghostlight { background: transparent; color: var(--zinc-100); border-color: var(--zinc-300); }
.btn--ghostlight:hover { border-color: #fff; color: #fff; }
.btn--iron { background: var(--iron-950); color: #fff; }

/* sections */
section { padding: 64px 0; }
section h2 { font-size: clamp(32px, 4.6vw, 52px); margin-bottom: 8px; }
.sec-sub { max-width: 44em; font-size: 18px; margin: 10px 0 30px; }

/* problem quotes */
.quotes { background: #fff; border-top: 1px solid var(--zinc-300); border-bottom: 1px solid var(--zinc-300); }
.quotegrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.quote { background: var(--zinc-100); border: 1px solid var(--zinc-300); border-radius: var(--rad); padding: 20px; display: flex; flex-direction: column; gap: 12px; }
.quote blockquote { margin: 0; font-size: 17px; font-weight: 500; line-height: 1.45; }
.quote cite { font-family: var(--mono); font-style: normal; font-size: 12px; color: var(--steel-600); }
.quote cite a { color: var(--steel-600); }
@media (max-width: 860px) { .quotegrid { grid-template-columns: 1fr; } }

/* steps */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 26px; }
.step { background: #fff; border: 1px solid var(--zinc-300); border-radius: var(--rad); padding: 22px; }
.step__n { font-family: var(--mono); font-weight: 600; font-size: 13px; letter-spacing: 0.1em; color: var(--torch-600); }
.step h3 { font-family: var(--display); font-weight: 700; text-transform: uppercase; font-size: 24px; margin: 8px 0 8px; }
.step p { margin: 0; color: var(--steel-600); }
@media (max-width: 860px) { .steps { grid-template-columns: 1fr; } }

/* features */
.featgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feat { border-top: 3px solid var(--iron-950); padding-top: 12px; }
.feat h3 { font-family: var(--display); font-weight: 700; text-transform: uppercase; font-size: 21px; margin: 0 0 6px; }
.feat p { margin: 0; font-size: 15.5px; color: var(--steel-600); }
@media (max-width: 860px) { .featgrid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .featgrid { grid-template-columns: 1fr; } }

/* compare */
.tablewrap { overflow-x: auto; background: #fff; border: 1px solid var(--zinc-300); border-radius: var(--rad); }
table.cmp { border-collapse: collapse; width: 100%; min-width: 760px; font-size: 15px; }
.cmp th { font-family: var(--mono); font-size: 12px; letter-spacing: 0.08em; text-align: left; padding: 12px 14px; border-bottom: 2px solid var(--iron-950); }
.cmp td { padding: 12px 14px; border-bottom: 1px solid var(--zinc-300); vertical-align: top; }
.cmp tr:last-child td { border-bottom: none; }
.cmp .us { background: #FFF3ED; }
.cmp .mono a { color: var(--steel-600); }
.srcnote { font-family: var(--mono); font-size: 12px; color: var(--steel-600); margin-top: 10px; }
.srcnote a { color: var(--steel-600); }

/* pricing */
.pricing { background: var(--iron-950); color: var(--zinc-100); }
.pricing h2 { color: #fff; }
.pricecard { background: var(--iron-800); border: 2px solid var(--steel-600); border-radius: 10px; padding: 30px; max-width: 560px; margin-top: 26px; }
.pricecard__tagrow { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.pricecard__alt { font-family: var(--mono); font-size: 14px; color: var(--zinc-300); }
.pricecard ul { list-style: none; padding: 0; margin: 22px 0 0; display: grid; gap: 9px; }
.pricecard li { padding-left: 26px; position: relative; font-size: 16px; }
.pricecard li::before { content: '✓'; position: absolute; left: 0; color: var(--torch-500); font-weight: 700; }
.nobs { margin-top: 26px; font-family: var(--mono); font-size: 13px; color: var(--zinc-300); line-height: 2; }

/* books teaser */
.books { background: #fff; border-top: 1px solid var(--zinc-300); }
.books__in { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: start; }
.books .stampline { font-family: var(--display); font-weight: 700; text-transform: uppercase; font-size: 15px; letter-spacing: 0.06em; color: var(--steel-600); border: 2px solid var(--steel-600); border-radius: 4px; display: inline-block; padding: 2px 10px; transform: rotate(-2deg); margin-bottom: 14px; }
@media (max-width: 860px) { .books__in { grid-template-columns: 1fr; } }

/* faq */
.faq details { background: #fff; border: 1px solid var(--zinc-300); border-radius: var(--rad); padding: 16px 18px; margin-bottom: 10px; }
.faq summary { font-weight: 600; cursor: pointer; font-size: 17px; }
.faq p { color: var(--steel-600); margin: 10px 0 0; }

/* footer */
footer { background: var(--iron-950); color: var(--zinc-300); padding: 44px 0; }
footer .wrap { display: flex; flex-direction: column; gap: 18px; }
footer img { height: 20px; }
footer a { color: var(--zinc-300); }
.foot__rules { font-family: var(--mono); font-size: 12px; line-height: 2; }
