:root {
  --ink: #10100f;
  --muted: #686762;
  --paper: #f4f1e9;
  --card: #fbfaf6;
  --line: #d9d4ca;
  --signal: #ef3d24;
  --signal-dark: #c92813;
  --lime: #d8ff3e;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
svg { width: 1.15em; height: 1.15em; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 84px;
  padding: 0 5vw;
  background: rgba(244, 241, 233, .92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}
.brand { display: inline-flex; align-items: center; gap: 11px; width: fit-content; }
.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  background: var(--signal);
  color: #fff;
  font: 900 25px/1 Arial, sans-serif;
  transform: skew(-7deg);
}
.brand-copy { display: flex; flex-direction: column; line-height: .9; }
.brand-copy strong { font-size: 10px; letter-spacing: .32em; }
.brand-copy b { margin-top: 5px; font-size: 18px; letter-spacing: .03em; }
.site-header nav { display: flex; gap: 34px; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.site-header nav a { position: relative; padding: 34px 0; }
.site-header nav a::after { position: absolute; right: 0; bottom: 25px; left: 0; height: 2px; background: var(--signal); content: ""; transform: scaleX(0); transition: transform .2s ease; }
.site-header nav a:hover::after { transform: scaleX(1); }
.header-cta { justify-self: end; display: inline-flex; align-items: center; gap: 12px; padding: 13px 18px; background: var(--ink); color: #fff; font-size: 12px; font-weight: 800; text-transform: uppercase; }

.hero { overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 690px; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 75px 7vw 55px 8vw; }
.eyebrow, .kicker { font-size: 11px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--signal); }
.eyebrow span { width: 26px; height: 2px; background: currentColor; }
.hero h1, .section h2, .process h2, .contact h2, .faq h2 {
  margin: 25px 0 22px;
  font-size: clamp(58px, 6.8vw, 112px);
  font-weight: 900;
  line-height: .84;
  letter-spacing: -.075em;
  text-transform: uppercase;
}
.hero h1 em { color: var(--signal); font-style: italic; }
.hero-copy > p { max-width: 620px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 36px; }
.btn-primary, .btn-light { display: inline-flex; align-items: center; gap: 16px; padding: 18px 22px; background: var(--signal); color: #fff; font-size: 12px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.btn-primary:hover { background: var(--signal-dark); transform: translateY(-2px); }
.btn-text { font-size: 12px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.btn-text span { margin-left: 8px; color: var(--signal); }
.trust-row { display: flex; gap: 42px; margin-top: 58px; padding-top: 24px; border-top: 1px solid var(--line); }
.trust-row div { display: grid; gap: 4px; }
.trust-row strong { font-size: 24px; letter-spacing: -.04em; }
.trust-row span { color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }

.hero-visual { position: relative; display: flex; flex-direction: column; justify-content: space-between; min-height: 690px; padding: 42px 4vw; overflow: hidden; background: var(--ink); color: #fff; }
.hero-visual::before { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 38px 38px; content: ""; }
.hero-visual::after { position: absolute; right: -140px; bottom: -150px; width: 360px; height: 360px; border: 70px solid rgba(239,61,36,.15); border-radius: 50%; content: ""; }
.visual-top, .visual-bottom, .gauge-wrap { position: relative; z-index: 2; }
.visual-top { display: flex; justify-content: space-between; font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.live-dot::before { display: inline-block; width: 7px; height: 7px; margin-right: 9px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 14px var(--lime); content: ""; }
.gauge-wrap { display: grid; place-items: center; min-height: 390px; }
.gauge { position: relative; display: grid; width: min(31vw, 380px); aspect-ratio: 1; place-items: center; border: 2px solid rgba(255,255,255,.1); border-radius: 50%; }
.gauge::before { position: absolute; inset: 24px; border: 22px solid #292927; border-top-color: var(--signal); border-right-color: var(--signal); border-radius: 50%; content: ""; transform: rotate(-38deg); }
.gauge::after { position: absolute; inset: -16px; border: 1px dashed rgba(255,255,255,.18); border-radius: 50%; content: ""; }
.gauge-inner { position: relative; z-index: 2; display: grid; width: 62%; aspect-ratio: 1; place-content: center; text-align: center; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; background: #151513; box-shadow: 0 20px 50px rgba(0,0,0,.5); }
.gauge-inner span, .gauge-inner small { color: #888884; font-size: 9px; font-weight: 900; letter-spacing: .2em; }
.gauge-inner strong { margin: 8px 0 4px; color: var(--lime); font-size: clamp(30px, 4vw, 54px); font-style: italic; letter-spacing: -.06em; }
.gauge-label { position: absolute; padding: 8px 10px; border: 1px solid rgba(255,255,255,.15); color: #aaa; font-size: 8px; font-weight: 800; letter-spacing: .15em; }
.label-a { top: 8%; left: 5%; }.label-b { top: 26%; right: 2%; }.label-c { bottom: 8%; left: 15%; color: var(--lime); }
.visual-bottom { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.15); }
.visual-bottom div { display: grid; gap: 6px; }
.visual-bottom span { color: #858581; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.visual-bottom strong { font-size: 14px; letter-spacing: .04em; }

.ticker { overflow: hidden; background: var(--signal); color: #fff; transform: rotate(-1.2deg) scale(1.02); }
.ticker div { display: flex; width: max-content; gap: 32px; padding: 16px; align-items: center; animation: ticker 22s linear infinite; }
.ticker span { font-size: 13px; font-weight: 900; letter-spacing: .12em; }
.ticker i { color: var(--lime); font-style: normal; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section { padding: 130px 8vw; }
.section-head { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 8vw; margin-bottom: 70px; }
.kicker { color: var(--signal); }
.section h2, .process h2, .contact h2, .faq h2 { margin-top: 18px; font-size: clamp(48px, 5.3vw, 82px); }
.section-head p { max-width: 470px; margin: 0 0 7px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 330px; padding: 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.18); transition: background .25s ease, transform .25s ease; }
.service-card:hover { z-index: 2; background: var(--card); transform: translateY(-5px); box-shadow: 0 22px 50px rgba(26,24,20,.09); }
.service-number { color: var(--signal); font-size: 11px; font-weight: 900; letter-spacing: .15em; }
.service-card h3 { margin: 62px 0 14px; font-size: 24px; letter-spacing: -.035em; }
.service-card p { min-height: 72px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.service-card a { display: flex; align-items: center; gap: 10px; margin-top: 32px; font-size: 10px; font-weight: 900; letter-spacing: .1em; }

.process { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; padding: 125px 8vw; background: var(--signal); color: #fff; }
.light { color: var(--lime); }
.process h2 { max-width: 670px; }
.process-copy > p { max-width: 560px; color: rgba(255,255,255,.75); font-size: 16px; line-height: 1.75; }
.btn-light { margin-top: 27px; background: var(--ink); }
.steps { display: flex; flex-direction: column; justify-content: center; }
.steps article { display: grid; grid-template-columns: 60px 1fr; gap: 24px; padding: 31px 0; border-top: 1px solid rgba(255,255,255,.28); }
.steps article:last-child { border-bottom: 1px solid rgba(255,255,255,.28); }
.steps article > span { display: grid; width: 43px; height: 43px; place-items: center; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; font-size: 10px; font-weight: 900; }
.steps h3 { margin: 0 0 7px; font-size: 22px; }
.steps p { margin: 0; color: rgba(255,255,255,.7); font-size: 13px; line-height: 1.6; }

.pricing { background: var(--ink); color: #fff; }
.pricing-head p { color: #8f8f8b; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; min-height: 420px; padding: 34px; border: 1px solid #33332f; background: #171715; }
.price-card.featured { border-color: var(--signal); background: var(--signal); transform: translateY(-14px); }
.popular { position: absolute; top: 0; right: 0; padding: 10px 13px; background: var(--lime); color: var(--ink); font-size: 8px; font-weight: 900; letter-spacing: .12em; }
.price-card h3 { margin: 8px 0 22px; font-size: 21px; }
.price-card > strong { font-size: clamp(28px, 3vw, 46px); letter-spacing: -.055em; }
.price-card ul { display: grid; gap: 15px; margin: 44px 0 30px; padding: 24px 0 0; border-top: 1px solid rgba(255,255,255,.14); list-style: none; }
.price-card li { display: flex; align-items: center; gap: 9px; color: #aaa9a4; font-size: 13px; }
.featured li { color: rgba(255,255,255,.85); }
.price-card li svg { color: var(--lime); }
.price-card a { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.14); font-size: 10px; font-weight: 900; letter-spacing: .1em; }

.testimonial { display: grid; justify-items: center; padding: 125px 20vw; text-align: center; }
.quote-mark { color: var(--signal); font: 900 100px/.5 Georgia, serif; }
.testimonial blockquote { max-width: 990px; margin: 28px 0 38px; font-size: clamp(28px, 3.3vw, 52px); font-weight: 800; line-height: 1.15; letter-spacing: -.045em; }
.quote-author { display: flex; align-items: center; gap: 12px; }
.quote-author > span { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: var(--ink); color: #fff; font-size: 12px; font-weight: 900; }
.quote-author div { display: grid; gap: 3px; text-align: left; }
.quote-author strong { font-size: 12px; }.quote-author small { color: var(--muted); font-size: 10px; }

.faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: 10vw; background: #ebe7dd; }
.faq-list { border-top: 1px solid #c6c0b5; }
.faq-list details { border-bottom: 1px solid #c6c0b5; }
.faq-list summary { display: grid; grid-template-columns: 36px 1fr auto; gap: 18px; align-items: center; padding: 27px 0; cursor: pointer; list-style: none; font-size: 16px; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--signal); font-size: 9px; letter-spacing: .1em; }
.faq-list summary b { font-size: 23px; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary b { transform: rotate(45deg); }
.faq-list p { margin: -7px 38px 27px 54px; color: var(--muted); font-size: 14px; line-height: 1.7; }

.contact { display: grid; grid-template-columns: 1fr .75fr; gap: 9vw; padding: 110px 8vw; background: var(--signal); color: #fff; }
.contact h2 { margin-bottom: 0; }
.contact-card { align-self: center; padding: 34px; background: var(--ink); box-shadow: 18px 18px 0 rgba(0,0,0,.12); }
.contact-card div { display: grid; gap: 6px; }
.contact-card span { color: var(--lime); font-size: 9px; font-weight: 900; letter-spacing: .15em; }
.contact-card strong { margin-top: 11px; font-size: 26px; }.contact-card p { margin: 0; color: #aaa; }
.contact-card a { display: flex; align-items: center; justify-content: space-between; margin: 28px 0 17px; padding: 18px; background: var(--lime); color: var(--ink); font-size: 11px; font-weight: 900; letter-spacing: .1em; }
.contact-card small { color: #777; font-size: 10px; }

footer { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 34px; padding: 48px 8vw 30px; background: var(--ink); color: #fff; }
footer p { color: #878781; font-size: 13px; }
footer > div { display: flex; gap: 22px; font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
footer > small { grid-column: 1 / -1; padding-top: 27px; border-top: 1px solid #2e2e2b; color: #666; font-size: 9px; letter-spacing: .08em; }
.floating-wa { position: fixed; z-index: 45; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 10px; padding: 8px 15px 8px 8px; border: 1px solid rgba(255,255,255,.25); border-radius: 50px; background: #1db954; color: #fff; box-shadow: 0 10px 30px rgba(0,0,0,.22); font-size: 11px; }
.floating-wa span { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 50%; background: rgba(0,0,0,.13); font-size: 10px; font-weight: 900; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }.site-header nav { display: none; }
  .hero-grid { grid-template-columns: 1fr; }.hero-copy { min-height: 650px; padding: 75px 7vw 55px; }.hero-visual { min-height: 620px; }
  .gauge { width: min(60vw, 380px); }
  .section-head, .process, .faq, .contact { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid { grid-template-columns: 1fr; gap: 15px; }.price-card.featured { transform: none; }
  .testimonial { padding-right: 8vw; padding-left: 8vw; }
  footer { grid-template-columns: 1fr auto; } footer p { order: 3; grid-column: 1 / -1; } footer > small { order: 4; }
}

@media (max-width: 620px) {
  .site-header { min-height: 70px; padding: 0 20px; }.header-cta { padding: 12px; font-size: 0; }.header-cta svg { font-size: 16px; }
  .brand-mark { width: 36px; height: 36px; }.brand-copy b { font-size: 15px; }.brand-copy strong { font-size: 8px; }
  .hero-copy { min-height: 610px; padding: 60px 22px 42px; }.hero h1 { font-size: clamp(52px, 16vw, 72px); }.hero-copy > p { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }.trust-row { gap: 18px; justify-content: space-between; }.trust-row strong { font-size: 20px; }.trust-row span { max-width: 82px; font-size: 8px; }
  .hero-visual { min-height: 560px; padding: 30px 22px; }.gauge { width: min(80vw, 340px); }
  .section { padding: 90px 22px; }.section-head { gap: 25px; margin-bottom: 45px; }.section h2, .process h2, .contact h2, .faq h2 { font-size: 47px; }
  .service-grid { grid-template-columns: 1fr; }.service-card { min-height: 300px; }.service-card h3 { margin-top: 45px; }
  .process, .contact { padding: 90px 22px; }.process { gap: 55px; }.steps article { grid-template-columns: 48px 1fr; gap: 13px; }
  .price-card { min-height: 390px; padding: 28px; }.testimonial { padding: 90px 22px; }
  .faq { gap: 40px; }.faq-list summary { grid-template-columns: 24px 1fr auto; gap: 8px; font-size: 14px; }.faq-list p { margin-left: 32px; }
  footer { display: flex; flex-direction: column; align-items: flex-start; padding: 48px 22px 95px; } footer > small { width: 100%; }
  .floating-wa b { display: none; }.floating-wa { padding-right: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ticker div { animation: none; }
}
