:root {
  --bg: #061018;
  --bg2: #0a1828;
  --bg3: #12243c;
  --card: #0e1c30;
  --line: rgba(255,255,255,.10);
  --text: #f4f8fc;
  --muted: #93a7bd;
  --accent: #38bdf8;
  --accent2: #0ea5e9;
  --accent-dim: rgba(14,165,233,.14);
  --warm: #f59e0b;
  --warm2: #d97706;
  --ok: #34d399;
  --radius: 16px;
  --font: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
  --shadow: 0 22px 50px rgba(0,0,0,.42);
  --focus: 0 0 0 3px rgba(56,189,248,.45);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 88px;
  text-wrap: pretty;
}
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: none; box-shadow: var(--focus);
}
img { max-width: 100%; display: block; height: auto; }
.skip {
  position: absolute; left: -999px; top: 0; background: var(--warm); color: #111;
  padding: 10px 14px; z-index: 100; font-weight: 700; border-radius: 0 0 10px 0;
}
.skip:focus { left: 0; }
.wrap { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
.nav {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: saturate(140%) blur(16px);
  background: rgba(6,16,24,.9);
  border-bottom: 1px solid var(--line);
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px; padding: 12px 0; padding-top: max(12px, env(safe-area-inset-top));
}
.brand { display: flex; align-items: center; gap: 11px; font-weight: 800; letter-spacing: -.02em; min-width: 0; }
.mark-img {
  width: 42px; height: 42px; border-radius: 12px; object-fit: cover;
  box-shadow: 0 0 0 1px rgba(56,189,248,.25), 0 8px 24px rgba(14,165,233,.25);
  flex: 0 0 auto;
}
.brand-name { font-size: 1.05rem; line-height: 1.15; }
.brand small {
  display: block; font-weight: 600; font-size: .68rem;
  color: var(--muted); letter-spacing: .05em; text-transform: uppercase; margin-top: 2px;
}
.nav-links { display: flex; gap: 6px; align-items: center; flex-wrap: wrap; justify-content: flex-end; }
.nav-links a.nav-a {
  padding: 10px 12px; border-radius: 999px; font-size: .88rem; font-weight: 600; color: var(--muted);
  min-height: 44px; display: inline-flex; align-items: center;
}
.nav-links a.nav-a:hover { color: var(--text); background: rgba(255,255,255,.04); }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  border-radius: 999px; padding: 12px 18px; font-weight: 700; font-size: .92rem;
  border: 1px solid transparent; cursor: pointer; min-height: 44px;
  transition: transform .15s, filter .15s, background .15s, border-color .15s;
  font-family: inherit;
}
.btn-sm { padding: 10px 14px; font-size: .88rem; }
.btn:active { transform: scale(.98); }
.btn-primary {
  background: linear-gradient(135deg, var(--accent2), #0369a1);
  color: #fff; box-shadow: 0 8px 24px rgba(14,165,233,.28);
}
.btn-primary:hover { filter: brightness(1.08); }
.btn-ghost { background: transparent; border-color: var(--line); color: var(--text); }
.btn-ghost:hover { border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.03); }
.btn-warm {
  background: linear-gradient(135deg, var(--warm), var(--warm2));
  color: #111; box-shadow: 0 8px 24px rgba(245,158,11,.28);
}
.btn-warm:hover { filter: brightness(1.05); }
.btn-lg { padding: 15px 22px; font-size: 1rem; }
.btn-block { width: 100%; }
.hero {
  position: relative; padding: 44px 0 28px; overflow: hidden;
  background:
    radial-gradient(ellipse 70% 55% at 88% -8%, rgba(56,189,248,.2), transparent 55%),
    radial-gradient(ellipse 45% 40% at 8% 40%, rgba(245,158,11,.09), transparent 50%),
    var(--bg);
}
.hero-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 32px; align-items: center; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: .76rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase;
  color: #bae6fd; background: var(--accent-dim);
  border: 1px solid rgba(56,189,248,.28); border-radius: 999px;
  padding: 7px 12px; margin-bottom: 16px;
}
.eyebrow .dot {
  width: 7px; height: 7px; border-radius: 50%; background: var(--ok);
  box-shadow: 0 0 0 4px rgba(52,211,153,.18);
}
h1 {
  font-size: clamp(2.2rem, 5.2vw, 3.35rem);
  line-height: 1.04; letter-spacing: -.035em; font-weight: 800; margin: 0 0 16px;
}
h1 .hi { color: var(--accent); }
.lede { color: var(--muted); font-size: 1.08rem; max-width: 36rem; margin-bottom: 20px; }
.pills { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.pill {
  font-size: .78rem; font-weight: 700; color: #dbeafe;
  background: rgba(255,255,255,.04); border: 1px solid var(--line);
  padding: 8px 12px; border-radius: 999px; display: inline-flex; align-items: center;
}
a.pill:hover { border-color: rgba(56,189,248,.4); color: var(--accent); }
.cta-row { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 12px; }
.fine { font-size: .84rem; color: var(--muted); }
.hero-visual {
  border-radius: 22px; overflow: hidden; border: 1px solid var(--line);
  box-shadow: var(--shadow); aspect-ratio: 4/3; background: var(--bg3);
}
.hero-visual img { width: 100%; height: 100%; object-fit: cover; }
.ratio-wide { aspect-ratio: 16/11; }
.section { padding: 58px 0; }
.section.band { background: var(--bg2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section h2 { font-size: clamp(1.55rem, 3vw, 2rem); letter-spacing: -.025em; margin-bottom: 8px; }
.section .sub { color: var(--muted); margin-bottom: 26px; max-width: 42rem; font-size: 1.02rem; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px;
  transition: border-color .15s, transform .15s, background .15s;
  display: block;
}
a.card:hover { border-color: rgba(56,189,248,.35); transform: translateY(-2px); background: #11243b; }
.card-svc { position: relative; padding-top: 22px; }
.svc-num {
  display: inline-block; font-size: .72rem; font-weight: 800; letter-spacing: .08em;
  color: var(--accent); margin-bottom: 10px;
}
.card h3 { font-size: 1.06rem; margin-bottom: 6px; letter-spacing: -.02em; }
.card p { color: var(--muted); font-size: .92rem; }
.card .more, a.more { display: inline-block; margin-top: 14px; color: var(--accent); font-weight: 700; font-size: .88rem; }
.prose { max-width: 720px; color: var(--muted); }
.prose p { margin-bottom: 14px; }
.prose ul { margin: 0 0 16px 1.15rem; }
.prose li { margin-bottom: 8px; }
ul.check { list-style: none; margin-left: 0; }
ul.check li { position: relative; padding-left: 1.4rem; margin-bottom: 12px; }
ul.check li::before {
  content: ""; position: absolute; left: 0; top: .45em; width: .55em; height: .55em;
  border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 3px rgba(56,189,248,.18);
}
.panel {
  background: linear-gradient(180deg, rgba(18,36,60,.96), rgba(10,24,40,.98));
  border: 1px solid var(--line); border-radius: 22px; padding: 22px;
  box-shadow: var(--shadow);
}
.panel h2 { font-size: 1.2rem; margin-bottom: 4px; }
label {
  display: block; font-size: .72rem; font-weight: 700; color: var(--muted);
  margin: 11px 0 6px; text-transform: uppercase; letter-spacing: .05em;
}
input, select, textarea {
  width: 100%; border-radius: 12px; border: 1px solid var(--line);
  background: rgba(0,0,0,.28); color: var(--text); padding: 12px 14px; font: inherit; min-height: 46px;
}
textarea { min-height: 110px; resize: vertical; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 12px; }
.form-grid .full { grid-column: 1 / -1; }
.faq details {
  background: var(--card); border: 1px solid var(--line); border-radius: 14px;
  padding: 0 16px; margin-bottom: 10px;
}
.faq summary {
  cursor: pointer; font-weight: 700; list-style: none; padding: 16px 0;
  display: flex; justify-content: space-between; gap: 12px; align-items: center;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--accent); font-weight: 500; font-size: 1.2rem; }
.faq details[open] summary::after { content: "−"; }
.faq details p { color: var(--muted); padding: 0 0 16px; font-size: .95rem; }
.footer {
  border-top: 1px solid var(--line); padding: 48px 0 28px; background: #040a12; margin-top: 8px;
}
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 28px; }
.footer h3 { font-size: .78rem; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); margin-bottom: 10px; }
.footer-links { color: var(--muted); font-size: .9rem; line-height: 1.75; }
.footer-links a:hover { color: var(--accent); }
.nap { margin-top: 14px; color: var(--muted); font-size: .92rem; line-height: 1.65; }
.footer-bottom {
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px;
  margin-top: 28px; padding-top: 16px; border-top: 1px solid var(--line);
  color: var(--muted); font-size: .78rem;
}
.sticky-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
  display: none; gap: 10px; padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  background: rgba(6,16,24,.95); border-top: 1px solid var(--line); backdrop-filter: blur(12px);
}
.sticky-bar .btn { flex: 1; }
.page-hero { padding: 36px 0 10px; }
.breadcrumb { color: var(--muted); font-size: .85rem; margin-bottom: 14px; }
.breadcrumb a { color: var(--accent); }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 18px; }
.trust-item { font-size: .85rem; color: var(--muted); font-weight: 600; }
.trust-item b { color: var(--text); margin-right: 4px; }
.note {
  border-left: 3px solid var(--warm); padding: 12px 14px; background: rgba(245,158,11,.08);
  border-radius: 0 12px 12px 0; color: var(--muted); font-size: .9rem; margin: 18px 0;
}
.strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.strip-item {
  background: var(--card); border: 1px solid var(--line); border-radius: 14px; padding: 14px 16px;
}
.strip-item strong {
  display: block; font-size: .72rem; letter-spacing: .06em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 4px;
}
.strip-item span { font-weight: 700; font-size: .95rem; }
.process-grid, .why-grid, .home-request {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 28px; align-items: center;
}
.home-request { align-items: start; }
.steps { list-style: none; counter-reset: step; display: grid; gap: 12px; }
.steps li {
  counter-increment: step; background: var(--card); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 16px 16px 16px 58px; position: relative;
}
.steps li::before {
  content: counter(step); position: absolute; left: 14px; top: 16px;
  width: 30px; height: 30px; border-radius: 10px; display: grid; place-items: center;
  background: linear-gradient(135deg, var(--accent2), #0369a1); font-weight: 800; font-size: .85rem;
}
.steps h3 { font-size: 1rem; margin-bottom: 4px; }
.steps p { color: var(--muted); font-size: .92rem; }
.cta-banner {
  text-align: center; border-radius: 22px; padding: 36px 24px;
  background:
    radial-gradient(ellipse 80% 100% at 50% 0%, rgba(56,189,248,.16), transparent 55%),
    linear-gradient(180deg, #10233a, #0a1828);
  border: 1px solid var(--line);
}
.cta-banner h2 { margin-bottom: 8px; }
.cta-banner p { color: var(--muted); margin-bottom: 18px; }
.cta-banner .cta-row { justify-content: center; }
.cta-banner-wrap { padding-top: 10px; }
.ico { font-size: 1.35rem; margin-bottom: 10px; }
@media (max-width: 900px) {
  .hero-grid, .footer-grid, .process-grid, .why-grid, .home-request, .strip { grid-template-columns: 1fr; }
  .nav-links .nav-a, .hide-sm { display: none; }
  .grid-3 { grid-template-columns: 1fr 1fr; }
  .sticky-bar { display: flex; }
  .section { padding: 44px 0; }
}
@media (max-width: 620px) {
  .grid-3, .grid-2, .form-grid { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .card, .btn { transition: none; }
}
