:root {
  --base: #0f1115;
  --base-2: #171a20;
  --base-3: #1e222a;
  --line: rgba(255,255,255,.09);
  --text: #f3f2ee;
  --text-muted: #a8acb8;
  --accent: #ffb300;
  --accent-soft: #ffd166;
  --accent-glow: rgba(255,179,0,.4);
  --radius: 14px;
  --radius-sm: 10px;
  --max: 1200px;
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --font-display: "Space Grotesk", var(--font);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: radial-gradient(1200px 600px at 15% -10%, rgba(255,179,0,.14), transparent 60%), radial-gradient(900px 500px at 100% 10%, rgba(255,179,0,.09), transparent 55%), var(--base);
  color: var(--text);
  font-family: var(--font);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  position: relative;
}
body::before {
  content: "";
  position: fixed; inset: 0; pointer-events: none; z-index: 1; opacity: .035; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='120' height='120'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
}
img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 22px; position: relative; z-index: 2; }
h1, h2, h3, h4 { font-family: var(--font-display); line-height: 1.15; margin: 0 0 .5em; font-weight: 600; letter-spacing: -.01em; }
h1 { font-size: clamp(2rem, 5.4vw, 3.4rem); font-weight: 700; }
h2 { font-size: clamp(1.55rem, 3.6vw, 2.3rem); }
h3 { font-size: 1.22rem; }
p { margin: 0 0 1em; color: var(--text-muted); }
.muted { color: var(--text-muted); }
.section { padding: 64px 0; position: relative; z-index: 2; }
.section-tight { padding: 40px 0; }
.section-alt { background: linear-gradient(180deg, var(--base-2), var(--base-2) 100%); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.divider { height: 1px; background: linear-gradient(90deg, transparent, var(--accent), transparent); opacity: .6; margin: 0; position: relative; z-index: 2; }
.eyebrow { text-transform: uppercase; letter-spacing: .14em; font-size: .76rem; color: var(--accent-soft); font-weight: 700; margin-bottom: .7em; display: flex; align-items: center; gap: 8px; }
.eyebrow::before { content: ""; width: 18px; height: 2px; background: var(--accent); display: inline-block; border-radius: 2px; }
.center { text-align: center; }
.center .eyebrow { justify-content: center; }
.narrow { max-width: 780px; margin: 0 auto; }
.btn { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font); padding: 14px 24px; border-radius: 999px; font-weight: 700; font-size: .95rem; border: 1px solid transparent; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-accent { background: linear-gradient(135deg, var(--accent-soft), var(--accent)); color: #14151a; box-shadow: 0 10px 28px -8px var(--accent-glow); }
.btn-accent:hover { box-shadow: 0 14px 34px -6px var(--accent-glow); }
.btn-outline { background: rgba(255,255,255,.03); color: var(--text); border-color: rgba(255,255,255,.25); }
.btn-outline:hover { border-color: var(--accent); color: var(--accent-soft); background: rgba(255,255,255,.06); }
.btn-call { background: linear-gradient(135deg, var(--accent-soft), var(--accent)); color: #14151a; }
.btn-sm { padding: 10px 18px; font-size: .84rem; }
.btn-block { width: 100%; justify-content: center; }
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin: 22px 0; }
.cta-row.center { justify-content: center; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(15,17,21,.86); backdrop-filter: blur(10px) saturate(140%); border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; gap: 16px; }
.brand { display: flex; align-items: center; gap: 11px; font-family: var(--font-display); font-weight: 700; font-size: 1.08rem; letter-spacing: -.01em; }
.brand-logo { border-radius: 8px; box-shadow: 0 0 0 1px var(--line); }
.header-cta .btn-call span { display: none; }
.primary-nav { display: none; }
.nav-toggle { display: flex; flex-direction: column; justify-content: center; gap: 5px; width: 42px; height: 42px; background: rgba(255,255,255,.04); border: 1px solid var(--line); border-radius: 9px; }
.nav-toggle span { display: block; height: 2px; width: 18px; margin: 0 auto; background: var(--text); border-radius: 2px; }
.primary-nav.open { display: flex; }
.primary-nav { position: absolute; top: 72px; left: 0; right: 0; background: var(--base-2); flex-direction: column; padding: 8px 22px 22px; border-bottom: 1px solid var(--line); }
.primary-nav a { padding: 13px 0; border-bottom: 1px solid var(--line); font-weight: 600; }
.hero { padding: 56px 0 46px; position: relative; overflow: hidden; }
.hero::after { content: ""; position: absolute; top: -20%; right: -10%; width: 600px; height: 600px; z-index: 0; background: radial-gradient(circle, var(--accent-glow), transparent 70%); filter: blur(10px); opacity: .7; pointer-events: none; }
.hero .eyebrow { color: var(--accent-soft); }
.hero p.lead { font-size: 1.12rem; max-width: 640px; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.badge { font-size: .78rem; font-weight: 700; border: 1px solid var(--line); background: rgba(255,255,255,.03); border-radius: 999px; padding: 7px 14px; color: var(--text-muted); display: inline-flex; align-items: center; gap: 6px; }
.badge::before { content: "\2713"; color: var(--accent); font-weight: 800; }
.icon-circle { width: 52px; height: 52px; border-radius: 14px; display: flex; align-items: center; justify-content: center; background: linear-gradient(150deg, var(--accent-glow), transparent); border: 1px solid rgba(255,255,255,.16); margin-bottom: 16px; flex-shrink: 0; }
.icon-circle svg { width: 26px; height: 26px; stroke: var(--accent-soft); fill: none; }
.grid { display: grid; gap: 20px; grid-template-columns: 1fr; }
.card { background: linear-gradient(155deg, var(--base-3), var(--base-2)); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; position: relative; overflow: hidden; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.card::before { content: ""; position: absolute; top: 0; left: 24px; right: 24px; height: 2px; background: linear-gradient(90deg, var(--accent), transparent); border-radius: 2px; }
.card:hover { transform: translateY(-4px); border-color: rgba(255,255,255,.22); box-shadow: 0 18px 44px -20px rgba(0,0,0,.65); }
.card h3 { margin-bottom: .4em; }
.card .btn { margin-top: 14px; }
.brand-strip { display: flex; flex-wrap: wrap; gap: 14px 28px; justify-content: center; align-items: center; }
.brand-chip { font-family: var(--font-display); font-weight: 700; font-size: 1rem; color: var(--text-muted); letter-spacing: .02em; opacity: .85; transition: opacity .2s, color .2s; }
.brand-chip:hover { opacity: 1; color: var(--accent-soft); }
.stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; text-align: center; }
.stat { padding: 20px 10px; border-radius: var(--radius-sm); background: rgba(255,255,255,.02); border: 1px solid var(--line); }
.stat strong { display: block; font-family: var(--font-display); font-size: 2.1rem; color: var(--accent-soft); font-weight: 700; }
.stat span { font-size: .82rem; color: var(--text-muted); }
.faq details { background: linear-gradient(155deg, var(--base-3), var(--base-2)); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 4px 20px; margin-bottom: 12px; transition: border-color .2s; }
.faq details[open] { border-color: rgba(255,255,255,.25); }
.faq summary { cursor: pointer; padding: 16px 0; font-weight: 700; font-family: var(--font-display); list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--accent); font-size: 1.4rem; flex-shrink: 0; }
.faq details[open] summary::after { content: "\2212"; }
.faq details p { padding-bottom: 16px; margin: 0; }
.form-field { margin-bottom: 16px; display: flex; flex-direction: column; gap: 7px; }
.form-field label { font-size: .84rem; font-weight: 700; color: var(--text-muted); }
.form-field input, .form-field textarea, .form-field select { background: var(--base-3); border: 1px solid var(--line); color: var(--text); border-radius: var(--radius-sm); padding: 13px 15px; font-family: inherit; font-size: 1rem; transition: border-color .2s; }
.form-field input:focus, .form-field textarea:focus, .form-field select:focus { outline: none; border-color: var(--accent); }
.form-field textarea { min-height: 130px; resize: vertical; }
.plan-callout { background: linear-gradient(135deg, var(--accent-glow), var(--base-3)); border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); padding: 26px 28px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; }
.sticky-cta { position: fixed; bottom: 0; left: 0; right: 0; z-index: 60; display: grid; grid-template-columns: repeat(3, 1fr); background: rgba(23,26,32,.97); backdrop-filter: blur(10px); border-top: 1px solid var(--line); box-shadow: 0 -8px 24px rgba(0,0,0,.4); }
.sticky-cta-item { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; padding: 10px 4px 11px; font-size: .68rem; font-weight: 700; color: var(--text-muted); }
.sticky-cta-item.call { color: var(--accent-soft); }
.sticky-cta-item svg { fill: currentColor; }
body { padding-bottom: 70px; }
.site-footer { background: var(--base-2); border-top: 1px solid var(--line); padding: 46px 0 20px; position: relative; z-index: 2; }
.footer-inner { display: grid; grid-template-columns: 1fr; gap: 30px; }
.footer-col h3 { font-family: var(--font-display); font-size: .82rem; text-transform: uppercase; letter-spacing: .1em; color: var(--accent-soft); margin-bottom: 12px; }
.footer-col a { display: block; padding: 6px 0; color: var(--text-muted); font-size: .92rem; transition: color .2s; }
.footer-col a:hover { color: var(--accent-soft); }
.footer-brand img { margin-bottom: 12px; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px; padding-top: 24px; margin-top: 24px; border-top: 1px solid var(--line); font-size: .82rem; }
.section-head { margin-bottom: 32px; }
.two-col { display: grid; gap: 26px; grid-template-columns: 1fr; align-items: center; }
.list-check { list-style: none; padding: 0; margin: 0; }
.list-check li { padding-left: 28px; position: relative; margin-bottom: 12px; color: var(--text-muted); }
.list-check li::before { content: "\2713"; position: absolute; left: 0; color: var(--accent); font-weight: 800; }
.hero-grid { display: grid; grid-template-columns: 1fr; gap: 30px; align-items: center; }
.hero-media { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); box-shadow: 0 30px 80px -30px rgba(0,0,0,.65); order: -1; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 16/11; }
.about-media { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); box-shadow: 0 24px 60px -28px rgba(0,0,0,.6); }
.about-media img { width: 100%; height: auto; object-fit: cover; }
.quote-card { background: linear-gradient(165deg, var(--base-3), var(--base-2)); border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius); padding: 30px; box-shadow: 0 30px 80px -30px rgba(0,0,0,.65); position: relative; overflow: hidden; }
.quote-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--accent), transparent); }
.quote-card form .form-field { margin-bottom: 14px; }
.spec-table-wrap { overflow-x: auto; border-radius: var(--radius); border: 1px solid var(--line); }
.spec-table { width: 100%; border-collapse: collapse; min-width: 640px; font-size: .92rem; }
.spec-table th, .spec-table td { padding: 14px 16px; text-align: left; border-bottom: 1px solid var(--line); }
.spec-table thead th { background: var(--base-3); font-family: var(--font-display); font-weight: 700; color: var(--accent-soft); font-size: .85rem; text-transform: uppercase; letter-spacing: .04em; }
.spec-table tbody th { font-weight: 700; color: var(--text); white-space: nowrap; }
.spec-table td { color: var(--text-muted); }
.spec-table tbody tr:last-child td, .spec-table tbody tr:last-child th { border-bottom: none; }
.spec-table .flagship-col { background: var(--accent-glow); }
.photo-frame { border-radius: var(--radius-sm); overflow: hidden; border: 1px solid var(--line); aspect-ratio: 4/3; }
.photo-frame img { width: 100%; height: 100%; object-fit: cover; }
@media (min-width: 760px) {
  .nav-toggle { display: none; }
  .primary-nav { display: flex; position: static; flex-direction: row; background: none; border: 0; padding: 0; gap: 24px; }
  .primary-nav a { padding: 0; border: 0; font-weight: 600; font-size: .95rem; }
  .header-cta .btn-call span { display: inline; }
  .grid-2 { grid-template-columns: repeat(2, 1fr); }
  .grid-3 { grid-template-columns: repeat(3, 1fr); }
  .grid-4 { grid-template-columns: repeat(4, 1fr); }
  .stats { grid-template-columns: repeat(4, 1fr); }
  .two-col { grid-template-columns: 1.1fr .9fr; }
  .footer-inner { grid-template-columns: 1.4fr 1fr 1fr 1fr; }
  .sticky-cta { display: none; }
  body { padding-bottom: 0; }
  .hero-grid { grid-template-columns: 1.05fr .95fr; gap: 40px; }
  .hero-media { order: 0; }
}
@media (min-width: 1080px) { h1 { font-size: 3.5rem; } }
