:root {
  --base: #0A0A0A;
  --base-2: #141414;
  --base-3: #1b1b1b;
  --line: #2A2A2A;
  --text: #FFFFFF;
  --text-muted: #A0A0A0;
  --accent: #E85D2C;
  --accent-soft: #ffc266;
  --accent-glow: rgba(232,93,44,.38);
  --radius: 14px;
  --radius-sm: 10px;
  --max: 1200px;
  --font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --font-display: "Inter", var(--font);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--base);
  color: var(--text);
  font-family: var(--font);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  position: relative;
}
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: 700; letter-spacing: -.01em; }
h1 { font-size: clamp(2rem, 5.4vw, 3.4rem); font-weight: 800; }
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-alt { background: var(--base-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.divider { height: 1px; background: linear-gradient(90deg, transparent, var(--accent), transparent); opacity: .7; margin: 0; }
.eyebrow { text-transform: uppercase; letter-spacing: .14em; font-size: .76rem; color: var(--accent); 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: var(--accent); color: #0A0A0A; box-shadow: 0 10px 28px -8px var(--accent-glow); }
.btn-outline { background: rgba(255,255,255,.03); color: var(--text); border-color: var(--line); }
.btn-outline:hover { border-color: var(--accent); color: var(--accent); background: rgba(255,255,255,.06); }
.btn-call { background: var(--accent); color: #0A0A0A; }
.btn-gray { background: var(--base-3); color: var(--text); border-color: var(--line); }
.btn-red { background: #C6302B; color: #fff; }
.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(10,10,10,.9); backdrop-filter: blur(10px) saturate(140%); border-bottom: 1px solid var(--line); }
.header-inner { display: grid; grid-template-columns: 42px 1fr 42px; align-items: center; height: 76px; gap: 16px; }
.header-inner.has-nav { grid-template-columns: auto 1fr auto; }
.brand { display: flex; align-items: center; gap: 11px; font-family: var(--font-display); font-weight: 700; font-size: 1.08rem; letter-spacing: -.01em; justify-content: center; text-align: center; }
.brand-logo { border-radius: 50%; width: 46px; height: 46px; object-fit: cover; flex-shrink: 0; border: 1px solid var(--accent); }
.brand-text { display: flex; flex-direction: column; line-height: 1.2; align-items: center; }
.brand-main { font-size: .92rem; color: #fff; white-space: nowrap; }
.brand-sub { display: flex; align-items: center; gap: 5px; font-family: var(--font); font-size: .6rem; font-weight: 600; color: var(--text-muted); letter-spacing: .04em; text-transform: uppercase; }
.brand-sub-icon { width: 12px; height: 12px; border-radius: 50%; flex-shrink: 0; }
.header-cta .btn-call span { display: none; }
.header-cta { justify-self: end; }
.nav-toggle { justify-self: start; }
.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: 76px; left: 0; right: 0; background: var(--base-2); flex-direction: column; padding: 8px 22px 22px; border-bottom: 1px solid var(--line); max-height: 70vh; overflow-y: auto; z-index: 49; }
.primary-nav a { padding: 13px 0; border-bottom: 1px solid var(--line); font-weight: 600; }
.hero { padding: 0 0 46px; position: relative; overflow: hidden; }
.hero-full { position: relative; }
.hero-full img { width: 100%; height: 62vh; min-height: 420px; max-height: 640px; object-fit: cover; }
.hero-full::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,10,10,.05) 0%, rgba(10,10,10,.55) 60%, rgba(10,10,10,1) 100%); }
.hero-full-content { position: absolute; left: 0; right: 0; bottom: 0; padding: 0 22px 36px; z-index: 3; }
.hero-full-content .wrap { padding: 0; }
.hero p.lead { font-size: 1.1rem; 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: 50%; display: flex; align-items: center; justify-content: center; background: rgba(245,166,35,.08); border: 1px solid var(--accent); margin-bottom: 16px; flex-shrink: 0; }
.icon-circle svg { width: 24px; height: 24px; stroke: var(--accent); fill: none; }
.grid { display: grid; gap: 20px; grid-template-columns: 1fr; }
.card { background: 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:hover { transform: translateY(-4px); border-color: var(--accent); box-shadow: 0 18px 44px -20px rgba(0,0,0,.7); }
.card h3 { margin-bottom: .4em; }
.card .btn, .card .card-link { margin-top: 14px; }
.card-link { color: var(--accent); font-weight: 700; font-size: .85rem; display: inline-flex; align-items: center; gap: 6px; letter-spacing: .04em; text-transform: uppercase; }
.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); }
.faq details { background: 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: var(--accent); }
.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; }
.form-status { display: none; background: var(--base-3); border: 1px solid var(--accent); border-radius: var(--radius-sm); padding: 16px; color: var(--text); font-weight: 600; }
.honeypot { position: absolute; left: -9999px; opacity: 0; height: 0; width: 0; }
.plan-callout { background: linear-gradient(135deg, var(--accent-glow), var(--base-3)); border: 1px solid var(--line); 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(20,20,20,.98); backdrop-filter: blur(10px); border-top: 1px solid var(--line); box-shadow: 0 -8px 24px rgba(0,0,0,.5); }
.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); }
.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); 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); }
.footer-brand img { margin-bottom: 12px; width: 44px; height: 44px; object-fit: cover; border-radius: 50%; }
.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; }
.about-media { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); box-shadow: 0 24px 60px -28px rgba(0,0,0,.7); }
.about-media img { width: 100%; height: auto; object-fit: cover; }
.quote-card { background: var(--base-2); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; box-shadow: 0 30px 80px -30px rgba(0,0,0,.7); position: relative; overflow: hidden; }
.quote-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--accent); }
.quote-card form .form-field { margin-bottom: 14px; }
.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; }
.stats-bar { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; text-align: center; }
.stat-num { font-family: var(--font-display); font-size: 2rem; font-weight: 800; color: var(--accent); }
.stat-label { font-size: .8rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: .06em; }
.map-embed { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); }
.map-embed iframe { width: 100%; height: 320px; border: 0; display: block; }
.step-flow { display: flex; align-items: center; justify-content: center; gap: 10px; flex-wrap: wrap; }
.step { display: flex; flex-direction: column; align-items: center; gap: 10px; text-align: center; width: 140px; }
.step-arrow { color: var(--accent); font-size: 1.4rem; }
@media (min-width: 760px) {
  .nav-toggle { display: none; }
  .primary-nav { display: flex; position: static; flex-direction: row; background: none; border: 0; border-top: 1px solid var(--line); padding: 12px 0; gap: 22px; max-height: none; flex-wrap: wrap; overflow: visible; justify-content: center; }
  .primary-nav a { padding: 0; border: 0; font-weight: 600; font-size: .82rem; white-space: nowrap; flex-shrink: 0; }
  .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); }
  .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; }
  .stats-bar { grid-template-columns: repeat(4, 1fr); }
}
@media (min-width: 1080px) { h1 { font-size: 3.5rem; } }

.hero-plain { position: relative; background: linear-gradient(160deg, var(--base-2) 0%, var(--base) 55%, var(--base-3) 100%); padding: 100px 0 54px; border-bottom: 1px solid var(--line); overflow: hidden; }
.hero-plain::before { content: ""; position: absolute; top: -50%; right: -12%; width: 62%; height: 200%; background: radial-gradient(circle, var(--accent-glow) 0%, transparent 70%); opacity: .45; pointer-events: none; }
.hero-plain .wrap { position: relative; z-index: 2; }
.hero-plain h1 { margin-bottom: 10px; }
