:root {
  --bg: #0d0d10;
  --panel: #15151b;
  --soft: #1f2028;
  --text: #f5f2e9;
  --muted: #aaa8b1;
  --accent: #f3c64d;
  --accent2: #7ed6c4;
  --line: #2a2b34;
  --max: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.wrap { width: min(var(--max), calc(100% - 40px)); margin: auto; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 99; background: var(--accent); color: #111; padding: 10px 14px; border-radius: 6px; font-weight: 800; }
.skip-link:focus { top: 12px; }

header { position: absolute; z-index: 3; width: 100%; padding: 22px 0; }
header.subpage-header { position: relative; background: #0b0b0e; border-bottom: 1px solid var(--line); }
nav { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { font-weight: 900; letter-spacing: .12em; font-size: 1rem; }
.brand span { color: var(--accent); }
.navlinks { display: flex; gap: 24px; font-size: .94rem; color: #e5e2d9; }
.navlinks a:hover, .footer-links a:hover { color: var(--accent); }

.hero { min-height: 760px; display: grid; align-items: end; position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,5,8,.93) 0%, rgba(5,5,8,.66) 46%, rgba(5,5,8,.16) 75%), linear-gradient(0deg, var(--bg) 0%, rgba(13,13,16,.08) 28%); z-index: 1; }
.hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-content { position: relative; z-index: 2; padding: 150px 0 94px; max-width: 680px; }
.eyebrow { font-size: .78rem; text-transform: uppercase; letter-spacing: .18em; color: var(--accent); font-weight: 800; margin-bottom: 18px; }
h1 { font-size: clamp(3.1rem, 8vw, 6.8rem); line-height: .9; letter-spacing: -.055em; margin: 0 0 28px; font-weight: 950; }
h1 small { display: block; font-size: .28em; line-height: 1.2; letter-spacing: .08em; margin-top: 16px; color: #f5f2e9; text-transform: uppercase; }
.lead { font-size: clamp(1.08rem, 2vw, 1.35rem); max-width: 580px; color: #e2dfd8; margin: 0 0 34px; }
.actions { display: flex; gap: 12px; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; border-radius: 8px; font-weight: 800; border: 1px solid transparent; transition: .2s ease; }
.btn-primary { background: var(--accent); color: #111; }
.btn-primary:hover { transform: translateY(-2px); filter: brightness(1.05); }
.btn-secondary { border-color: #ffffff33; background: #111114b5; color: white; }
.trust-row { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 22px; }
.trust-row span { border: 1px solid #ffffff28; background: #0d0d10b8; border-radius: 999px; padding: 7px 11px; font-size: .8rem; font-weight: 750; }

section { padding: 90px 0; }
.strip { background: var(--accent); color: #111; padding: 26px 0; font-weight: 900; letter-spacing: .02em; text-align: center; font-size: clamp(1.1rem, 3vw, 1.65rem); }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 36px; }
.section-head h2, .crt-copy h2 { font-size: clamp(2rem, 5vw, 3.5rem); letter-spacing: -.04em; line-height: 1; margin: 0; }
.section-head p { max-width: 520px; color: var(--muted); margin: 0; }
.quick-picks { display: none; }
.grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.card { background: linear-gradient(180deg, #18191f, #121318); border: 1px solid var(--line); border-radius: 16px; padding: 28px; position: relative; overflow: hidden; scroll-margin-top: 18px; }
.card.featured { border-color: #f3c64d66; }
.pill { display: inline-block; padding: 6px 10px; border-radius: 999px; background: #f3c64d18; color: var(--accent); font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 20px; }
.crt-pill { background: #7ed6c418; color: var(--accent2); margin-left: 5px; }
.card h3 { font-size: 1.55rem; margin: 0 0 8px; }
.price { font-size: 2.45rem; font-weight: 900; letter-spacing: -.04em; margin: 12px 0 16px; }
.price span { font-size: .9rem; color: var(--muted); font-weight: 600; letter-spacing: 0; }
.card p { color: var(--muted); margin: 0 0 18px; }
ul { padding-left: 19px; color: #dedbe2; }
li { margin: 8px 0; }
.included { color: var(--accent2); font-weight: 800; }
.quote { font-size: 1.05rem; font-weight: 800; color: var(--accent2); margin-top: 22px; }

.crt-section { padding: 0 0 90px; }
.crt-panel { background: linear-gradient(135deg, #1c1a17, #121318); border: 1px solid #f3c64d40; border-radius: 20px; padding: 46px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 42px; align-items: center; }
.crt-icon { width: 100%; aspect-ratio: 4 / 3; border: 12px solid #2d2a25; border-bottom-width: 25px; border-radius: 16px; background: radial-gradient(circle at center, #234950 0%, #10262d 35%, #06090b 74%); box-shadow: inset 0 0 45px #000, 0 18px 40px #0009; display: grid; place-items: center; position: relative; }
.crt-icon::after { content: "CRT INCLUDED"; color: var(--accent); letter-spacing: .16em; font-size: clamp(.85rem, 2vw, 1.15rem); font-weight: 950; text-shadow: 0 0 14px #f3c64d55; }
.crt-icon::before { content: ""; position: absolute; bottom: -20px; right: 12px; width: 8px; height: 8px; background: var(--accent2); border-radius: 50%; box-shadow: -17px 0 0 #0d0d10; }
.crt-copy p { color: #cbc8c0; font-size: 1.08rem; }
.crt-copy strong { color: var(--accent); }

.how { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step { border-top: 1px solid var(--line); padding-top: 22px; }
.step strong { display: block; font-size: 2rem; color: var(--accent); margin-bottom: 8px; }
.step h3 { margin: 0 0 8px; }
.step p { color: var(--muted); margin: 0; }

.faq-list { max-width: 850px; margin: 0 auto; }
.faq-list details { border-top: 1px solid var(--line); padding: 19px 0; }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; font-weight: 800; font-size: 1.05rem; padding-right: 30px; position: relative; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; color: var(--accent); font-size: 1.35rem; top: -4px; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { color: var(--muted); margin: 12px 0 2px; }

.contact { background: var(--panel); border: 1px solid var(--line); border-radius: 20px; padding: 44px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 35px; align-items: center; }
.contact h2 { font-size: clamp(2.1rem, 5vw, 4rem); letter-spacing: -.05em; line-height: .95; margin: 0 0 18px; }
.contact p { color: var(--muted); max-width: 620px; }
.contact-box { background: #0f1014; border: 1px solid var(--line); padding: 22px; border-radius: 14px; }
.contact-box small { color: var(--muted); display: block; margin-top: 10px; }
.local-hire { padding: 48px 20px; text-align: center; }
.local-hire h2 { margin-bottom: 10px; }
.local-hire p { margin: 6px 0; color: #d2cfc7; }

.page-hero { padding: 90px 0 54px; background: radial-gradient(circle at 78% 15%, #4e321b55, transparent 35%), #101014; border-bottom: 1px solid var(--line); }
.page-hero h1 { font-size: clamp(2.8rem, 7vw, 5rem); margin-bottom: 18px; }
.page-hero p { max-width: 720px; color: #d6d3cc; font-size: 1.1rem; }
.prose { max-width: 820px; }
.prose h2 { font-size: 1.55rem; margin: 40px 0 10px; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin: 24px 0 8px; }
.prose p, .prose li { color: #c6c3bc; }
.prose a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }
.prose a.btn-primary { color: #111; text-decoration: none; }
.notice { border-left: 4px solid var(--accent); padding: 13px 16px; background: #f3c64d0d; color: #dedbd3; margin: 24px 0; }

footer { padding: 36px 0 48px; color: #858590; font-size: .9rem; }
footer .wrap { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; border-top: 1px solid var(--line); padding-top: 28px; }
.footer-links { display: flex; gap: 18px; flex-wrap: wrap; }

@media (max-width: 760px) {
  .wrap { width: min(var(--max), calc(100% - 28px)); }
  header { padding: 18px 0; }
  .navlinks { display: none; }
  .hero { min-height: 760px; }
  .hero::before { background: linear-gradient(0deg, var(--bg) 0%, rgba(5,5,8,.74) 58%, rgba(5,5,8,.18) 100%), linear-gradient(90deg, rgba(5,5,8,.42), rgba(5,5,8,.06)); }
  .hero > img { object-position: 69% center; }
  .hero-content { padding: 310px 0 54px; max-width: none; }
  .eyebrow { margin-bottom: 12px; }
  h1 { font-size: clamp(3.35rem, 15.5vw, 4.9rem); margin-bottom: 21px; }
  h1 small { font-size: .24em; margin-top: 13px; line-height: 1.35; }
  .lead { font-size: 1.05rem; line-height: 1.55; margin-bottom: 24px; max-width: 38ch; }
  .actions { display: grid; grid-template-columns: 1fr; }
  .btn { width: 100%; min-height: 55px; }
  .trust-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; }
  .trust-row span { border-radius: 8px; padding: 8px 5px; text-align: center; font-size: .68rem; line-height: 1.25; }
  .strip { padding: 20px 16px; }
  section { padding: 68px 0; }
  .section-head { display: block; margin-bottom: 28px; }
  .section-head p { margin-top: 16px; }
  .quick-picks { display: flex; gap: 10px; overflow-x: auto; padding: 0 14px 4px; margin: 0 -14px 24px; scrollbar-width: none; }
  .quick-picks::-webkit-scrollbar { display: none; }
  .quick-picks a { flex: 0 0 auto; min-width: 138px; background: #18191f; border: 1px solid var(--line); border-radius: 12px; padding: 14px; }
  .quick-picks strong { display: block; color: var(--accent); }
  .quick-picks small { color: var(--muted); }
  .grid, .how, .contact, .crt-panel { grid-template-columns: 1fr; }
  .card { padding: 23px; }
  .crt-pill { display: table; margin: -13px 0 18px; }
  .crt-section { padding: 0 0 68px; }
  .crt-panel { padding: 25px; gap: 28px; }
  .crt-icon { border-width: 9px; border-bottom-width: 21px; }
  .contact { padding: 26px; }
  .page-hero { padding: 66px 0 42px; }
  .page-hero h1 { font-size: 3rem; }
  footer .wrap { display: grid; }
}

@media (max-width: 390px) {
  .hero { min-height: 790px; }
  .hero-content { padding-top: 290px; }
  h1 { font-size: 3.25rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn { transition: none; }
}
