:root{
  --ink:#0C1220; --surface:#fff; --surface-1:#F7F9FC; --border:#E1E8F1;
  --text:#1A2332; --text-muted:#5E7299;
  --brand:#1F6FEB; --brand-strong:#10408F; --brand-bright:#38BDF8;
  --brand-ink:#0C1220; --brand-tint:#E7F0FE; --brand-on:#fff;
  --radius:8px; --radius-lg:12px; --maxw:1400px;
  --font:"Space Grotesk",-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  --mono:"JetBrains Mono",ui-monospace,Menlo,Consolas,monospace;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:var(--font);color:var(--text);background:var(--surface);line-height:1.6;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block}
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 20px}
.btn{display:inline-flex;align-items:center;gap:8px;font-size:15px;font-weight:500;padding:13px 22px;border-radius:var(--radius);text-decoration:none;border:1px solid transparent;cursor:pointer}
.btn-primary{background:var(--brand);color:var(--brand-on)}
.btn-primary:hover{background:var(--brand-strong)}
.btn-ghost{border-color:rgba(255,255,255,.28);color:#CFE0F5}
.btn-ghost:hover{background:rgba(255,255,255,.07)}
.i{display:inline-block;width:1em;height:1em;vertical-align:-.125em;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}

header{background:var(--brand-ink);position:sticky;top:0;z-index:20}
.nav{display:flex;align-items:center;justify-content:space-between;height:64px}
.logo{display:flex;align-items:center;gap:9px;color:#EAF1FB;font-weight:700;font-size:19px;letter-spacing:-.4px;text-decoration:none}
.logo svg{fill:var(--brand-bright);stroke:none}
.nav-links{display:flex;align-items:center;gap:22px}
.nav-links a{color:#9DB0CE;text-decoration:none;font-size:14px}
.nav-links a:hover,.nav-links a[aria-current]{color:#fff}

.hero{background:linear-gradient(180deg,rgba(12,18,32,.74),rgba(12,18,32,.84)),#0C1220 center/cover;color:#EAF1FB;padding:78px 0 84px}
.hero.img{background-image:linear-gradient(180deg,rgba(12,18,32,.70),rgba(12,18,32,.86)),url(/img/hero-laser.jpg);background-position:center;background-size:cover}
.pagehero{background:var(--brand-ink);color:#EAF1FB;padding:56px 0}
.eyebrow{font-family:var(--mono);font-size:12px;color:var(--brand-bright);letter-spacing:.04em;margin-bottom:16px}
h1{font-size:clamp(2.1rem,5.2vw,3.4rem);line-height:1.04;letter-spacing:-1px;margin:0;max-width:18ch;font-weight:700}
.pagehero h1{font-size:clamp(1.9rem,4.4vw,2.8rem)}
.lede{color:#B8C8E0;font-size:clamp(1rem,2vw,1.18rem);max-width:54ch;margin:20px 0 0}
.hero-cta{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}
.chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:30px;font-family:var(--mono);font-size:12px}
.chip{background:rgba(19,32,58,.7);border:1px solid #2A3D63;color:#9FC0FF;padding:7px 12px;border-radius:6px}
.cutoff{display:inline-flex;align-items:center;gap:9px;background:#102A52;border:1px solid #2A3D63;color:#CFE3FF;font-size:13px;padding:9px 15px;border-radius:30px;margin-top:26px}
.cutoff b{color:#fff;font-weight:500}
#cd{font-family:var(--mono);font-weight:500;letter-spacing:.02em}

section{padding:64px 0}
.alt{background:var(--surface-1)}
.section-head{max-width:46ch;margin:0 auto 40px;text-align:center}
h2{font-size:clamp(1.6rem,3.4vw,2.2rem);line-height:1.12;letter-spacing:-.5px;margin:0 0 12px;font-weight:700;color:var(--brand-ink)}
h3{font-weight:500}
.muted{color:var(--text-muted)}

.split{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:stretch}
.split .order-img{position:relative;min-height:240px;border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border)}
.split .order-img img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.split h2{text-align:left}

.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px}
.step{padding:6px}
.step .n{width:46px;height:46px;border-radius:12px;background:var(--brand-tint);color:var(--brand);display:flex;align-items:center;justify-content:center;font-family:var(--mono);font-weight:700;font-size:20px;margin-bottom:14px}
.step h3{font-size:18px;margin:0 0 6px}

.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}
.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:22px}
.alt .card{background:#fff}
.card h3{margin:0 0 8px;font-size:18px}

.mat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px}
.mat{border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;background:#fff}
.mat img{aspect-ratio:16/10;object-fit:cover;width:100%}
.mat .body{padding:16px}
.mat h3{margin:0;font-size:17px}
.mat .thk{font-family:var(--mono);font-size:13px;color:var(--brand-strong);margin-top:4px}
.mat .grade{font-size:13px;color:var(--text-muted);margin-top:6px}

.gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px}
.gallery img{aspect-ratio:4/3;object-fit:cover;border-radius:var(--radius-lg);border:1px solid var(--border)}

.cta{background:var(--brand);color:#fff;border-radius:var(--radius-lg);padding:42px;text-align:center}
.cta h2{color:#fff}
.cta .muted{color:#D6E6FF}
.contact{display:flex;flex-wrap:wrap;gap:24px;justify-content:center;margin-top:22px;font-size:15px}
.contact a{color:#fff;text-decoration:none;font-weight:500;display:inline-flex;align-items:center;gap:8px}

footer{background:var(--brand-ink);color:#7E93B8;font-size:13px;padding:42px 0}
.foot{display:flex;flex-wrap:wrap;gap:18px;justify-content:space-between;align-items:flex-start}
footer a{color:#9DB0CE;text-decoration:none}
footer a:hover{color:#fff}

.navtoggle{display:none;background:none;border:0;color:#EAF1FB;cursor:pointer;width:44px;height:44px;align-items:center;justify-content:center;margin-right:-10px;border-radius:8px;-webkit-tap-highlight-color:transparent}
.navtoggle:active,.navtoggle[aria-expanded="true"]{background:rgba(255,255,255,.08)}
.navtoggle svg{width:24px;height:24px}
@media(max-width:720px){
  .navtoggle{display:inline-flex}
  .nav-links{position:absolute;top:64px;left:0;right:0;background:#0E1526;flex-direction:column;align-items:stretch;gap:0;padding:6px 0 10px;border-top:1px solid rgba(255,255,255,.08);box-shadow:0 16px 32px rgba(0,0,0,.4);display:none;z-index:40}
  .nav-links.open{display:flex}
  .nav-links a:not(.btn){display:block;padding:15px 22px;font-size:16px;color:#CFE0F5;border-bottom:1px solid rgba(255,255,255,.05)}
  .nav-links a:not(.btn):active{background:rgba(255,255,255,.06)}
  .nav-links a.btn{margin:12px 22px 4px;justify-content:center;padding:14px}
  .split{grid-template-columns:1fr;gap:24px}
  .split .order-img{order:-1;min-height:220px}
}

.qform{max-width:520px;margin:24px auto 0;text-align:left;display:flex;flex-direction:column;gap:10px}
.qform .row{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.qform input,.qform textarea{width:100%;font:inherit;font-size:14px;padding:12px 14px;border-radius:8px;border:1px solid rgba(255,255,255,.4);background:rgba(255,255,255,.96);color:#0C1220}
.qform input::placeholder,.qform textarea::placeholder{color:#6E7E96}
.qform textarea{resize:vertical}
.qform .filewrap{background:rgba(255,255,255,.1);border:1px dashed rgba(255,255,255,.5);border-radius:8px;padding:12px 14px}
.qform .filewrap label{display:block;font-size:13px;color:#CFE0F5;margin-bottom:7px}
.qform .filewrap input{background:transparent;border:0;color:#EAF1FB;font-size:13px;padding:0}
.qform button{font:inherit;font-weight:500;font-size:15px;padding:13px;border-radius:8px;border:0;background:#0C1220;color:#fff;cursor:pointer}
.qform button:hover{background:#0a0f1a}
.cta .phone{margin:16px 0 0}
.cta .phone a{color:#D6E6FF;text-decoration:none;font-size:14px}
@media(max-width:560px){.qform .row{grid-template-columns:1fr}}

/* ---- instant-quote page (/quote/) — DXF upload + live estimate ---------- */
.pagehead{background:var(--brand-ink);color:#EAF1FB;border-bottom:1px solid rgba(255,255,255,.08);padding:clamp(36px,6vw,56px) 0}
.pagehead h1{max-width:22ch;margin-bottom:10px;font-size:clamp(1.9rem,4.4vw,2.8rem)}
.pagehead .lede{margin-top:0}
.qgrid{display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(24px,5vw,44px);align-items:start}
.qfield{display:grid;gap:6px;margin-bottom:14px}
.qfield label{font-weight:700;font-size:.9rem;color:var(--text)}
.qfield input,.qfield select,.qfield textarea{width:100%;font:inherit;padding:12px 14px;border:1.5px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--text)}
.qfield input:focus,.qfield select:focus,.qfield textarea:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px color-mix(in srgb,var(--brand) 22%,transparent)}
.qrow{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.addons{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface-1);padding:16px 18px;margin:4px 0 16px}
.addons>legend,.addons .addons-head{font-weight:700;font-size:.95rem;padding:0;color:var(--text)}
.addons .addons-hint{color:var(--text-muted);font-size:.84rem;margin:4px 0 12px}
.addon{display:flex;align-items:flex-start;gap:12px;padding:9px 0;border-top:1px solid color-mix(in srgb,var(--border) 70%,transparent)}
.addon:first-of-type{border-top:0}
.addon .addon-check{flex:1 1 auto;display:flex;align-items:flex-start;gap:10px;cursor:pointer}
.addon .addon-check input[type=checkbox]{width:18px;height:18px;margin-top:2px;accent-color:var(--brand);flex:none}
.addon .addon-label{font-weight:600;font-size:.92rem;color:var(--text)}
.addon .addon-desc{color:var(--text-muted);font-size:.8rem;margin-top:1px}
.addon .addon-ctrl{flex:none;display:flex;align-items:center;gap:6px}
.addon .addon-ctrl input[type=number],.addon .addon-ctrl select{width:96px;font:inherit;padding:7px 9px;border:1.5px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--text)}
.addon .addon-ctrl input[type=number]{width:76px}
.addon .addon-ctrl input:focus,.addon .addon-ctrl select:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px color-mix(in srgb,var(--brand) 22%,transparent)}
.addon .addon-unit{color:var(--text-muted);font-size:.8rem}
.estimate .erow.erow-op{font-size:.86rem;color:var(--text-muted);padding:5px 0}
.estimate .erow.erow-op span:first-child::before{content:"+ "}
.estimate .erow.erow-opsubtotal{font-weight:700}
.dropzone{position:relative;border:2px dashed color-mix(in srgb,var(--brand) 42%,var(--border));border-radius:var(--radius-lg);background:var(--surface-1);padding:28px 20px;text-align:center;cursor:pointer;transition:border-color .15s,background .15s}
.dropzone:hover,.dropzone:focus-within{border-color:var(--brand)}
.dropzone.drag{border-color:var(--brand);background:color-mix(in srgb,var(--brand) 12%,var(--surface))}
.dropzone .dz-icon{width:30px;height:30px;color:var(--brand-strong);margin:0 auto 8px}
.dropzone .dz-hint{color:var(--text-muted);font-size:.9rem;margin:4px 0 0}
.dropzone strong{color:var(--brand-strong)}
.dropzone input[type=file]{position:absolute;width:1px;height:1px;opacity:0;overflow:hidden}
.dz-file{margin-top:12px;font-weight:600;font-size:.92rem;color:var(--text);display:none}
.dz-file.show{display:block}
.estimate{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);box-shadow:0 10px 30px rgba(12,18,32,.07);padding:22px 24px;position:sticky;top:88px}
.estimate .lab{font-size:.78rem;letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted);font-weight:700}
.estimate .amount{font-family:var(--mono);font-size:clamp(2rem,5vw,2.6rem);font-weight:700;color:var(--ink);line-height:1.05;margin:6px 0 2px}
.estimate .amount small{font-size:.9rem;font-weight:500;color:var(--text-muted)}
.estimate .erow{display:flex;justify-content:space-between;gap:12px;font-size:.92rem;padding:7px 0;border-top:1px solid var(--border)}
.estimate .erow:first-of-type{border-top:0}
.estimate .note{font-size:.82rem;color:var(--text-muted);margin:12px 0 0;padding-top:12px;border-top:1px solid var(--border)}
.qpage .muted{color:var(--text-muted)}
@media(max-width:860px){.qgrid{grid-template-columns:1fr}.estimate{position:static}}
@media(max-width:560px){.qrow{grid-template-columns:1fr}}


/* ── trust / about pages (additive — NDL dark theme) ───────────────── */
.grid{display:grid;gap:18px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}
.prose{max-width:64ch;margin:0 auto}
.prose h2{margin-top:0;color:var(--brand-ink)}
.prose h3{margin:28px 0 6px;color:var(--brand-ink)}
.prose p,.prose li{color:var(--text-muted)}
.prose ul{padding-left:1.2em;margin:0 0 1em}
.prose li{margin-bottom:6px}
.callout{border-left:4px solid var(--brand);background:var(--surface-1);border-radius:8px;padding:16px 20px;margin:22px 0}
.callout strong{color:var(--brand-ink)}
.callout p{margin:0;color:var(--text)}
.testimonials{display:grid;gap:18px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}
.tcard{display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:24px}
.alt .tcard{background:#fff}
.tcard .stars{display:inline-flex;gap:2px;color:var(--brand);margin-bottom:12px}
.tcard .stars svg{width:18px;height:18px;fill:currentColor;stroke:none}
.tcard blockquote{margin:0 0 16px;font-size:1.02rem;line-height:1.55;color:var(--brand-ink)}
.tcard blockquote::before{content:"\201C"}
.tcard blockquote::after{content:"\201D"}
.tcard .who{margin-top:auto;font-size:.9rem}
.tcard .who strong{display:block;color:var(--brand-ink);font-weight:700}
.tcard .who span{color:var(--text-muted)}
.rep-note{font-size:.82rem;color:var(--text-muted);text-align:center;margin:22px auto 0;max-width:60ch}
/* Google rating strip — real 5.0 rating + link out (replaces the old testimonials). */
.google-rating{text-align:center;margin:8px auto 0;max-width:60ch}
.google-rating .gr-stars{display:inline-flex;gap:3px;color:var(--brand);vertical-align:-3px}
.google-rating .gr-stars svg{width:18px;height:18px;fill:currentColor;stroke:none}
.google-rating .gr-score{font-weight:800;color:var(--brand-ink)}
.google-rating a{font-weight:700;color:var(--brand-ink)}
.google-rating p{margin:6px 0 0}
.usp{display:grid;grid-template-columns:46px 1fr;gap:16px;align-items:start}
.usp .ic{width:46px;height:46px;border-radius:12px;background:var(--brand-tint);color:var(--brand);display:grid;place-items:center}
.usp .ic svg{width:22px;height:22px}
.usp h3{margin:2px 0 6px;font-size:18px;color:var(--brand-ink)}
.usp p{margin:0;color:var(--text-muted)}
.statrow{display:grid;gap:18px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));text-align:center}
.statrow .stat .big{font-size:clamp(1.8rem,4vw,2.6rem);font-weight:700;color:var(--brand-strong);line-height:1;font-family:var(--font)}
.statrow .stat .lab{color:var(--text-muted);margin-top:8px;font-size:.95rem}

/* ── accessibility: skip link, focus-visible, reduced motion ───────── */
.skip-link{position:absolute;left:8px;top:-48px;z-index:100;background:var(--brand);color:var(--brand-on);padding:10px 16px;border-radius:var(--radius);font-weight:700;text-decoration:none;transition:top .15s ease}
.skip-link:focus{top:8px}
:focus-visible{outline:3px solid var(--brand-bright);outline-offset:2px;border-radius:2px}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.001ms !important;animation-iteration-count:1 !important;transition-duration:.001ms !important;scroll-behavior:auto !important}
}

/* aliases so shared legal-page markup resolves against NDL tokens (additive) */
:root{--font-display:var(--font);--line:var(--border);--muted:var(--text-muted);--tint:var(--brand-tint);}

/* ── trust bar: reusable conversion strip under hero / shop head (additive) ──
 * Brand-neutral; uses only tokens present in every bundle (--line, --tint,
 * --brand, --brand-strong, --maxw via .wrap). Pure presentational, no JS. */
.trustbar { border-block: 1px solid var(--line); background: color-mix(in srgb, var(--tint) 45%, #fff); }
.trustbar .wrap { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 10px 26px; padding-block: 14px; margin: 0; list-style: none; }
.trustbar li { display: inline-flex; align-items: center; gap: 8px; font-size: .9rem; font-weight: 600; color: var(--brand-strong); }
.trustbar svg { width: 1.05em; height: 1.05em; flex: 0 0 auto; fill: none; stroke: var(--brand); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.trustbar--inshop { border-radius: var(--radius); border: 1px solid var(--line); margin-bottom: 22px; }
.trustbar--inshop .wrap { padding-inline: 0; }
@media (max-width: 560px) { .trustbar li { font-size: .82rem; } .trustbar .wrap { gap: 8px 16px; } }
