:root {
  --ink: #111318;
  --ink-2: #181b22;
  --panel: #20242c;
  --muted-panel: #292e38;
  --paper: #f6f6f2;
  --white: #ffffff;
  --text: #e9ebef;
  --muted: #b7bdc8;
  --dark-text: #20232a;
  --dark-muted: #626976;
  --accent: #ffca0a;
  --accent-2: #ffe16e;
  --danger: #ef6b64;
  --success: #74d69c;
  --line: rgba(255,255,255,.12);
  --line-dark: rgba(17,19,24,.12);
  --shadow: 0 24px 70px rgba(0,0,0,.22);
  --radius: 22px;
  --radius-sm: 14px;
  --max: 1180px;
  --header-h: 84px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }
::selection { background: var(--accent); color: #111; }

.skip-link {
  position: fixed; left: 1rem; top: -4rem; z-index: 9999;
  background: var(--accent); color: #111; padding: .75rem 1rem; border-radius: 0 0 8px 8px;
  font-weight: 800; text-decoration: none;
}
.skip-link:focus { top: 0; }

.container { width: min(calc(100% - 2rem), var(--max)); margin-inline: auto; }
.narrow { width: min(calc(100% - 2rem), 820px); margin-inline: auto; }
.section { padding: 96px 0; }
.section.compact { padding: 70px 0; }
.section.light { background: var(--paper); color: var(--dark-text); }
.section.yellow { background: var(--accent); color: #131313; }
.section.border-top { border-top: 1px solid var(--line); }

.eyebrow {
  display: inline-flex; align-items: center; gap: .55rem;
  margin: 0 0 1rem; font-size: .78rem; letter-spacing: .15em; text-transform: uppercase; font-weight: 900;
  color: var(--accent);
}
.eyebrow::before { content: ""; width: 26px; height: 3px; background: currentColor; border-radius: 2px; }
.light .eyebrow, .yellow .eyebrow { color: #3d3d3d; }

h1, h2, h3, h4 { margin: 0 0 .7em; line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(2.7rem, 7vw, 5.8rem); max-width: 950px; }
h2 { font-size: clamp(2rem, 4.5vw, 3.8rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.65rem); }
p { margin: 0 0 1.25rem; }
.lede { font-size: clamp(1.08rem, 1.8vw, 1.35rem); color: var(--muted); max-width: 760px; }
.light .lede { color: var(--dark-muted); }
.small { font-size: .9rem; }
.muted { color: var(--muted); }
.light .muted { color: var(--dark-muted); }

.site-header {
  position: sticky; top: 0; z-index: 1000;
  height: var(--header-h); background: rgba(13,15,18,.92); border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
}
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1.2rem; }
.brand { display: flex; align-items: center; text-decoration: none; min-width: 175px; }
.brand img { width: 174px; height: 60px; object-fit: contain; background: #fff; border-radius: 9px; padding: 4px 7px; }
.site-nav { display: flex; align-items: center; gap: clamp(.65rem, 1.8vw, 1.6rem); }
.site-nav a { text-decoration: none; color: #d7dae0; font-weight: 750; font-size: .93rem; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--accent); }
.nav-cta { border: 1px solid var(--accent); border-radius: 999px; padding: .7rem 1rem; color: var(--accent)!important; }
.nav-cta:hover { background: var(--accent); color: #111!important; }
.menu-toggle { display: none; border: 0; background: transparent; color: white; width: 44px; height: 44px; border-radius: 10px; }
.menu-toggle span { display: block; width: 24px; height: 2px; margin: 5px auto; background: currentColor; transition: transform .2s, opacity .2s; }

.hero {
  position: relative; min-height: calc(100svh - var(--header-h)); display: grid; align-items: center;
  overflow: hidden; padding: 76px 0 84px;
  background:
    radial-gradient(circle at 74% 24%, rgba(255,202,10,.14), transparent 27%),
    linear-gradient(110deg, #101216 0%, #101216 57%, #171a20 57%, #0d0f12 100%);
}
.hero::before {
  content: ""; position: absolute; inset: 0; opacity: .24; pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to right, transparent, #000 45%, #000);
}
.hero-grid { position: relative; display: grid; grid-template-columns: 1.12fr .88fr; gap: clamp(2.5rem, 6vw, 6rem); align-items: center; }
.hero h1 span { color: var(--accent); }
.hero-actions { display: flex; gap: .9rem; flex-wrap: wrap; margin: 2rem 0 1.5rem; }
.trust-row { display: flex; flex-wrap: wrap; gap: 1rem 1.7rem; margin-top: 2rem; color: #c9cdd5; font-size: .92rem; font-weight: 700; }
.trust-row span { display: inline-flex; align-items: center; gap: .48rem; }
.trust-row span::before { content: "✓"; color: var(--accent); font-weight: 950; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  min-height: 50px; padding: .82rem 1.2rem; border: 1px solid transparent; border-radius: 12px;
  text-decoration: none; font-weight: 900; line-height: 1.1; transition: transform .18s, background .18s, border-color .18s;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--accent); color: #111; box-shadow: 0 12px 28px rgba(255,202,10,.17); }
.btn-primary:hover { background: var(--accent-2); }
.btn-secondary { border-color: rgba(255,255,255,.35); color: white; background: rgba(255,255,255,.03); }
.btn-secondary:hover { border-color: white; }
.btn-dark { background: #111; color: white; }
.btn-outline-dark { border-color: #222; color: #111; }
.btn-block { width: 100%; }

.diagnostic-panel { position: relative; }
.scope-card {
  border: 1px solid rgba(255,255,255,.16); border-radius: 24px; padding: 1.25rem;
  background: linear-gradient(145deg, rgba(41,46,56,.97), rgba(19,22,28,.97)); box-shadow: var(--shadow);
  transform: rotate(1.2deg);
}
.scope-top { display: flex; align-items: center; justify-content: space-between; padding: 0 .2rem .9rem; color: var(--muted); font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.scope-status { color: var(--success); }
.scope-screen {
  position: relative; height: 320px; border-radius: 14px; overflow: hidden; background: #080a0c;
  border: 1px solid rgba(255,255,255,.08);
  background-image:
    linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 24px 24px;
}
.scope-screen svg { width: 100%; height: 100%; filter: drop-shadow(0 0 8px rgba(255,202,10,.34)); }
.scope-readouts { display: grid; grid-template-columns: repeat(3,1fr); gap: .65rem; margin-top: .75rem; }
.readout { background: rgba(255,255,255,.055); border-radius: 10px; padding: .75rem; }
.readout small { display: block; color: var(--muted); font-size: .68rem; text-transform: uppercase; letter-spacing: .08em; }
.readout strong { color: var(--accent); font-size: 1.1rem; }
.float-badge {
  position: absolute; right: -18px; bottom: -24px; width: 160px; aspect-ratio: 1; border-radius: 50%;
  display: grid; place-content: center; text-align: center; background: var(--accent); color: #111;
  border: 8px solid var(--ink); font-weight: 950; line-height: 1.05; transform: rotate(-7deg);
}
.float-badge b { display: block; font-size: 1.6rem; }
.float-badge span { font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; }

.stat-strip { background: var(--accent); color: #111; }
.stat-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.stat { padding: 1.55rem 1rem; text-align: center; border-right: 1px solid rgba(0,0,0,.18); }
.stat:last-child { border-right: 0; }
.stat strong { display: block; font-size: clamp(1.5rem, 3vw, 2.25rem); line-height: 1; }
.stat span { font-size: .82rem; font-weight: 850; text-transform: uppercase; letter-spacing: .06em; }

.section-head { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2.5rem; }
.section-head > div:first-child { max-width: 780px; }
.card-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.card {
  position: relative; padding: 1.6rem; border: 1px solid var(--line); border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.02));
}
.light .card { background: white; border-color: var(--line-dark); box-shadow: 0 12px 36px rgba(16,20,26,.07); }
.card p { color: var(--muted); }
.light .card p { color: var(--dark-muted); }
.card-icon { width: 48px; height: 48px; display: grid; place-content: center; margin-bottom: 1.25rem; border-radius: 13px; background: var(--accent); color: #111; }
.card-icon svg { width: 26px; height: 26px; }
.card-link { display: inline-flex; align-items: center; gap: .4rem; color: var(--accent); font-weight: 900; text-decoration: none; }
.light .card-link { color: #7a5b00; }
.card-link::after { content: "→"; transition: transform .2s; }
.card-link:hover::after { transform: translateX(3px); }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2.5rem, 7vw, 7rem); align-items: center; }
.check-list { list-style: none; padding: 0; margin: 1.6rem 0; display: grid; gap: .85rem; }
.check-list li { display: grid; grid-template-columns: 24px 1fr; gap: .65rem; align-items: start; }
.check-list li::before { content: "✓"; color: #111; background: var(--accent); width: 22px; height: 22px; border-radius: 50%; display: grid; place-content: center; font-size: .75rem; font-weight: 950; margin-top: .15rem; }
.light .check-list li::before { background: #111; color: var(--accent); }

.process { counter-reset: step; display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem; }
.process-step { counter-increment: step; padding: 1.5rem; border-top: 3px solid var(--accent); background: rgba(255,255,255,.04); border-radius: 0 0 var(--radius-sm) var(--radius-sm); }
.light .process-step { background: white; box-shadow: 0 12px 32px rgba(16,20,26,.07); }
.process-step::before { content: "0" counter(step); display: block; color: var(--accent); font-size: 2rem; font-weight: 950; line-height: 1; margin-bottom: 1rem; }
.light .process-step::before { color: #8d6800; }
.process-step p { color: var(--muted); font-size: .94rem; }
.light .process-step p { color: var(--dark-muted); }

.quote-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.quote { margin: 0; padding: 1.6rem; border-radius: var(--radius); background: white; color: var(--dark-text); box-shadow: 0 12px 36px rgba(16,20,26,.07); }
.quote::before { content: "“"; display: block; height: 30px; color: var(--accent); font-size: 4rem; font-weight: 950; line-height: .8; }
.quote p { font-size: 1.02rem; }
.quote footer { color: var(--dark-muted); font-weight: 850; }

.cta-panel { position: relative; overflow: hidden; padding: clamp(2rem, 6vw, 5rem); border-radius: 30px; background: var(--accent); color: #111; }
.cta-panel::after { content: "5V"; position: absolute; right: -1rem; bottom: -4.7rem; font-size: 15rem; font-weight: 950; line-height: 1; opacity: .1; letter-spacing: -.1em; }
.cta-panel > * { position: relative; z-index: 1; }
.cta-actions { display: flex; gap: .8rem; flex-wrap: wrap; margin-top: 1.7rem; }

.page-hero { padding: 96px 0 72px; background: radial-gradient(circle at 80% 0%, rgba(255,202,10,.15), transparent 30%), var(--ink); border-bottom: 1px solid var(--line); }
.page-hero h1 { font-size: clamp(2.6rem, 6vw, 5rem); }
.breadcrumb { display: flex; gap: .45rem; color: var(--muted); font-size: .86rem; margin-bottom: 1.5rem; }
.breadcrumb a { text-decoration: none; }
.breadcrumb a:hover { color: var(--accent); }
.breadcrumb span::before { content: "/"; margin-right: .45rem; }

.service-detail-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1rem; }
.service-detail { padding: 1.8rem; border: 1px solid var(--line-dark); border-radius: var(--radius); background: white; }
.service-detail h3 { display: flex; align-items: center; gap: .75rem; }
.service-detail h3 span { width: 34px; height: 34px; border-radius: 50%; display: grid; place-content: center; background: var(--accent); font-size: .9rem; }
.service-detail p, .service-detail li { color: var(--dark-muted); }
.service-detail ul { margin: 1rem 0 0; padding-left: 1.15rem; }

.notice { border-left: 5px solid var(--accent); padding: 1rem 1.2rem; border-radius: 0 12px 12px 0; background: rgba(255,202,10,.09); }
.light .notice { background: #fff8d8; }

.pricing-card { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line-dark); background: white; box-shadow: 0 15px 42px rgba(16,20,26,.08); }
.pricing-card .pricing-head { padding: 1.7rem; background: #171a20; color: white; }
.pricing-card .price { color: var(--accent); font-size: 2.4rem; font-weight: 950; }
.pricing-card .pricing-body { padding: 1.7rem; }
.pricing-card ul { padding-left: 1.2rem; color: var(--dark-muted); }

.shop-types { display: grid; grid-template-columns: repeat(4,1fr); gap: .8rem; }
.shop-type { padding: 1.15rem; background: rgba(255,255,255,.045); border: 1px solid var(--line); border-radius: var(--radius-sm); text-align: center; font-weight: 850; }

.form-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem, 6vw, 5rem); align-items: start; }
.contact-panel { position: sticky; top: calc(var(--header-h) + 1.5rem); padding: 1.6rem; background: #181b21; border: 1px solid var(--line); border-radius: var(--radius); }
.contact-method { display: block; text-decoration: none; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.contact-method:last-child { border-bottom: 0; }
.contact-method small { display: block; color: var(--muted); text-transform: uppercase; font-size: .72rem; font-weight: 850; letter-spacing: .08em; }
.contact-method strong { font-size: 1.25rem; color: white; }
.form-card { background: white; color: var(--dark-text); border-radius: var(--radius); padding: clamp(1.4rem, 4vw, 2.5rem); box-shadow: var(--shadow); }
.form-section { border: 0; padding: 0; margin: 0 0 2rem; }
.form-section legend { width: 100%; padding-bottom: .65rem; margin-bottom: 1rem; border-bottom: 1px solid var(--line-dark); font-size: 1.2rem; font-weight: 900; }
.form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1rem; }
.field { display: flex; flex-direction: column; gap: .35rem; }
.field.full { grid-column: 1/-1; }
.field label { font-size: .88rem; font-weight: 850; }
.field label .optional { color: var(--dark-muted); font-weight: 500; }
.field input, .field select, .field textarea {
  width: 100%; border: 1px solid #c9cdd3; border-radius: 10px; padding: .76rem .8rem; color: #171a20; background: #fff;
}
.field textarea { min-height: 135px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: #8b6900; box-shadow: 0 0 0 3px rgba(255,202,10,.23); outline: 0; }
.checkbox { display: grid; grid-template-columns: auto 1fr; align-items: start; gap: .7rem; }
.checkbox input { width: 20px; height: 20px; margin-top: .2rem; accent-color: var(--accent); }
.form-note { color: var(--dark-muted); font-size: .86rem; }
.honeypot { position: absolute!important; left: -10000px!important; width: 1px!important; height: 1px!important; overflow: hidden!important; }

.faq { display: grid; gap: .7rem; }
details { border: 1px solid var(--line-dark); border-radius: var(--radius-sm); background: white; }
details summary { cursor: pointer; list-style: none; padding: 1.1rem 3rem 1.1rem 1.2rem; font-weight: 900; position: relative; }
details summary::-webkit-details-marker { display:none; }
details summary::after { content: "+"; position: absolute; right: 1.2rem; top: .7rem; font-size: 1.7rem; }
details[open] summary::after { content: "−"; }
details p { padding: 0 1.2rem 1.2rem; color: var(--dark-muted); }

.legal h2 { margin-top: 2.2rem; font-size: 1.6rem; }
.legal h3 { margin-top: 1.6rem; font-size: 1.25rem; }
.legal p, .legal li { color: var(--dark-muted); }

.site-footer { padding: 64px 0 26px; background: #090a0c; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .9fr; gap: 3rem; }
.footer-brand img { width: 210px; background: white; border-radius: 10px; padding: 5px 8px; }
.footer-brand p { color: var(--muted); max-width: 470px; margin-top: 1.2rem; }
.footer-title { color: white; font-size: .82rem; text-transform: uppercase; letter-spacing: .11em; font-weight: 900; margin-bottom: 1rem; }
.footer-links { list-style: none; margin: 0; padding: 0; display: grid; gap: .6rem; }
.footer-links a { color: var(--muted); text-decoration: none; }
.footer-links a:hover { color: var(--accent); }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 3rem; padding-top: 1.25rem; border-top: 1px solid var(--line); color: #8f949e; font-size: .82rem; }
.footer-legal { display: flex; gap: 1rem; }
.footer-legal a { text-decoration: none; }
.footer-legal a:hover { color: var(--accent); }

.mobile-cta { display: none; }
.success-box { max-width: 760px; margin: 4rem auto; text-align: center; padding: 3rem 1.5rem; }
.success-icon { width: 84px; height: 84px; border-radius: 50%; display: grid; place-content: center; margin: 0 auto 1.4rem; background: var(--accent); color: #111; font-size: 2.5rem; font-weight: 950; }

@media (max-width: 980px) {
  :root { --header-h: 72px; }
  .brand img { width: 150px; height: 52px; }
  .menu-toggle { display: block; }
  .site-nav { position: fixed; inset: var(--header-h) 0 auto 0; background: #101216; border-bottom: 1px solid var(--line); padding: 1rem; display: grid; gap: .2rem; transform: translateY(-130%); opacity: 0; pointer-events: none; transition: transform .22s, opacity .22s; }
  .site-nav.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .site-nav a { padding: .9rem 1rem; border-radius: 9px; }
  .nav-cta { border-radius: 9px; }
  .hero-grid, .split, .form-layout { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .diagnostic-panel { max-width: 650px; }
  .card-grid, .quote-grid { grid-template-columns: repeat(2,1fr); }
  .process { grid-template-columns: repeat(2,1fr); }
  .shop-types { grid-template-columns: repeat(2,1fr); }
  .contact-panel { position: static; }
  .footer-grid { grid-template-columns: 1.3fr .7fr; }
  .footer-grid > :last-child { grid-column: 1/-1; }
}

@media (max-width: 700px) {
  body { padding-bottom: 65px; }
  .section { padding: 72px 0; }
  .section-head { display: block; }
  .section-head .btn { margin-top: 1rem; }
  .hero { padding-top: 54px; }
  .hero-actions .btn { width: 100%; }
  .scope-screen { height: 250px; }
  .scope-readouts { grid-template-columns: 1fr; }
  .float-badge { width: 124px; right: -8px; bottom: -28px; }
  .stat-grid { grid-template-columns: repeat(2,1fr); }
  .stat:nth-child(2) { border-right: 0; }
  .stat:nth-child(-n+2) { border-bottom: 1px solid rgba(0,0,0,.18); }
  .card-grid, .quote-grid, .service-detail-grid, .form-grid { grid-template-columns: 1fr; }
  .process, .shop-types { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > :last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .mobile-cta { display: grid; grid-template-columns: 1fr 1fr; position: fixed; left: 0; right: 0; bottom: 0; z-index: 1200; height: 65px; box-shadow: 0 -10px 30px rgba(0,0,0,.35); }
  .mobile-cta a { display: grid; place-content: center; text-decoration: none; font-weight: 950; }
  .mobile-cta a:first-child { background: #21252c; color: white; }
  .mobile-cta a:last-child { background: var(--accent); color: #111; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms!important; animation-iteration-count: 1!important; transition-duration: .01ms!important; }
}
