:root {
  --ink: #0d1117;
  --ink-2: #171d25;
  --paper: #f5f3ee;
  --paper-2: #ebe8e0;
  --white: #ffffff;
  --muted: #676d75;
  --line: #d8d5cd;
  --accent: #9a6b3f;
  --accent-dark: #6f4a2c;
  --max: 1180px;
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { font: inherit; }
.container { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(245, 243, 238, 0.94);
  border-bottom: 1px solid rgba(13,17,23,.08);
  backdrop-filter: blur(14px);
}
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand img { width: 208px; height: auto; }
.nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 600; }
.nav > a:not(.nav-cta) { color: #363b42; }
.nav > a:not(.nav-cta):hover { color: var(--ink); }
.nav-cta { background: var(--ink); color: var(--white); padding: 12px 17px; border-radius: 999px; }
.menu-toggle { display: none; border: 1px solid var(--line); background: transparent; border-radius: 999px; padding: 9px 14px; }

.hero { padding: 92px 0 78px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: center; }
.eyebrow { margin: 0 0 16px; color: var(--accent-dark); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
h1, h2, h3, p { text-wrap: pretty; }
h1 { margin: 0; max-width: 820px; font-size: clamp(54px, 7.2vw, 102px); line-height: .94; letter-spacing: -.065em; }
h1 span { color: var(--accent); }
.lead { max-width: 720px; margin: 30px 0 0; color: #4a5058; font-size: clamp(18px, 2vw, 22px); line-height: 1.65; }
.hero-actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: 0 20px; border-radius: 10px; font-size: 14px; font-weight: 700; transition: transform .16s ease, background .16s ease; }
.button:hover { transform: translateY(-1px); }
.primary { background: var(--ink); color: var(--white); }
.primary:hover { background: var(--ink-2); }
.secondary { border: 1px solid #bcb8af; background: transparent; }
.secondary:hover { background: #ece9e2; }
.light { background: var(--white); color: var(--ink); }
.full { width: 100%; }
.micro { margin: 18px 0 0; color: var(--muted); font-size: 13px; }

.hero-panel { position: relative; background: var(--ink); color: var(--white); padding: 32px; border-radius: 24px; min-height: 430px; overflow: hidden; box-shadow: 0 30px 60px rgba(13,17,23,.13); }
.guard-mark { position: absolute; width: 250px; right: -46px; top: -40px; opacity: .08; filter: invert(1); }
.panel-label { color: #aaaeb4; letter-spacing: .14em; font-weight: 800; font-size: 11px; margin: 4px 0 94px; }
.coverage-list { list-style: none; padding: 0; margin: 0; position: relative; z-index: 2; }
.coverage-list li { display: flex; justify-content: space-between; gap: 24px; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.12); font-size: 14px; }
.coverage-list span { color: #b9bdc2; }
.coverage-list strong { font-weight: 600; }

.trust-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-items { min-height: 78px; display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; color: #51565c; font-size: 13px; font-weight: 650; }
.trust-items span::before { content: "•"; color: var(--accent); padding-right: 9px; }

.section { padding: 112px 0; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 86px; }
h2 { font-size: clamp(38px, 5vw, 64px); line-height: 1.02; letter-spacing: -.05em; margin: 0; }
.problem-copy { align-self: end; font-size: 19px; line-height: 1.7; color: #50565e; }
.problem-copy p { margin: 0 0 20px; }
.problem-copy strong { color: var(--ink); }

.services { background: var(--white); }
.section-heading { margin-bottom: 52px; max-width: 740px; }
.section-heading.narrow { max-width: 670px; }
.section-heading > p:last-child { color: var(--muted); line-height: 1.65; font-size: 17px; margin: 20px 0 0; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { padding: 32px; min-height: 260px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-card > span { color: var(--accent); font-size: 12px; font-weight: 800; }
.service-card h3 { margin: 60px 0 13px; font-size: 21px; letter-spacing: -.025em; }
.service-card p { margin: 0; color: var(--muted); line-height: 1.6; font-size: 14px; }

.pricing { background: var(--paper); }
.price-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; max-width: 930px; }
.price-card { position: relative; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; }
.price-card.featured { background: var(--ink); border-color: var(--ink); color: var(--white); }
.recommended { position: absolute; top: 20px; right: 20px; background: var(--accent); color: var(--white); border-radius: 999px; padding: 7px 10px; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.plan-name { margin: 0 0 14px; font-weight: 800; font-size: 14px; }
.price { display: flex; align-items: baseline; gap: 8px; }
.price span { font-size: 50px; font-weight: 800; letter-spacing: -.06em; }
.price small { color: var(--muted); font-size: 13px; }
.featured .price small { color: #aeb3ba; }
.plan-copy { min-height: 70px; margin: 16px 0 25px; color: var(--muted); line-height: 1.6; font-size: 14px; }
.featured .plan-copy { color: #b9bdc3; }
.price-card ul { list-style: none; padding: 0; margin: 0 0 30px; border-top: 1px solid var(--line); }
.featured ul { border-color: rgba(255,255,255,.15); }
.price-card li { padding: 12px 0 12px 24px; border-bottom: 1px solid var(--line); position: relative; font-size: 14px; }
.featured li { border-color: rgba(255,255,255,.12); }
.price-card li::before { content: "✓"; position: absolute; left: 0; color: var(--accent); font-weight: 800; }
.featured .secondary { color: var(--white); border-color: rgba(255,255,255,.35); }
.featured .primary { background: var(--white); color: var(--ink); }
.pricing-note { max-width: 900px; margin: 20px 0 0; color: var(--muted); font-size: 12px; line-height: 1.6; }

.process { background: var(--ink); color: var(--white); }
.process .eyebrow { color: #cf9a67; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid rgba(255,255,255,.14); }
.steps article { padding: 34px 42px 20px 0; border-right: 1px solid rgba(255,255,255,.14); }
.steps article + article { padding-left: 42px; }
.steps article:last-child { border-right: 0; }
.steps strong { color: #cf9a67; font-size: 12px; }
.steps h3 { margin: 54px 0 14px; font-size: 25px; }
.steps p { margin: 0; color: #adb2b9; font-size: 14px; line-height: 1.65; }

.about-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; border: 1px solid var(--line); padding: 58px; border-radius: var(--radius); }
.about-panel > div:last-child { color: #51565d; font-size: 17px; line-height: 1.75; }
.about-panel p { margin-top: 0; }

.faq { background: var(--white); }
.faq-list { max-width: 900px; border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); padding: 0; }
summary { cursor: pointer; list-style: none; position: relative; padding: 24px 38px 24px 0; font-weight: 700; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 4px; top: 22px; color: var(--accent); font-size: 22px; font-weight: 500; }
details[open] summary::after { content: "−"; }
details p { max-width: 760px; margin: -5px 0 25px; color: var(--muted); line-height: 1.65; font-size: 14px; }

.cta-section { padding: 0 0 112px; background: var(--white); }
.cta-panel { background: var(--accent); color: var(--white); border-radius: 24px; padding: 58px; display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; }
.cta-panel .eyebrow { color: #f6dfc9; }
.cta-panel h2 { max-width: 720px; }
.cta-panel p:last-child { color: #f1dfcf; line-height: 1.6; }
.cta-actions { display: flex; flex-direction: column; gap: 10px; min-width: 230px; }
.copy-button { min-height: 47px; border: 1px solid rgba(255,255,255,.45); color: var(--white); background: transparent; border-radius: 10px; cursor: pointer; font-weight: 700; }

footer { background: var(--ink); color: var(--white); padding: 54px 0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr 1fr; gap: 60px; }
.footer-brand img { width: 190px; filter: invert(1) brightness(2); }
.footer-brand p, footer div > p, footer a { color: #9ea4ac; font-size: 13px; line-height: 1.6; }
.footer-label { color: var(--white) !important; font-weight: 700; margin-top: 0; }

@media (max-width: 900px) {
  .hero-grid, .two-col, .about-panel, .cta-panel { grid-template-columns: 1fr; }
  .hero { padding-top: 62px; }
  .hero-grid { gap: 40px; }
  .hero-panel { min-height: 390px; }
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .price-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .steps article, .steps article + article { padding: 26px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .steps article:last-child { border-bottom: 0; }
  .steps h3 { margin-top: 25px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .nav-wrap { min-height: 68px; }
  .brand img { width: 168px; }
  .menu-toggle { display: inline-flex; }
  .nav { display: none; position: absolute; left: 14px; right: 14px; top: 74px; padding: 18px; background: var(--paper); border: 1px solid var(--line); border-radius: 14px; flex-direction: column; align-items: stretch; gap: 6px; box-shadow: 0 18px 45px rgba(13,17,23,.12); }
  .nav.open { display: flex; }
  .nav a { padding: 11px 8px; }
  .nav-cta { text-align: center; }
  h1 { font-size: clamp(50px, 15vw, 72px); }
  .section { padding: 82px 0; }
  .trust-items { padding: 20px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
  .card-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .service-card h3 { margin-top: 35px; }
  .price-card { padding: 25px; }
  .about-panel, .cta-panel { padding: 32px 24px; }
  .cta-actions { min-width: 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-brand { grid-column: auto; }
}
