:root {
  --ink: #141414;
  --ink-2: #242424;
  --muted: #66645f;
  --line: #e8e3d8;
  --paper: #ffffff;
  --soft: #f7f4ee;
  --soft-2: #efeadf;
  --yellow: #f5b400;
  --yellow-2: #ffd45c;
  --red: #b8251d;
  --sms: #f2c94c;
  --radius: 14px;
  --radius-lg: 22px;
  --shadow: 0 22px 60px rgba(20, 20, 20, .12);
  --shadow-soft: 0 12px 34px rgba(20, 20, 20, .08);
}

* { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.58;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(245,180,0,.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(20,20,20,.035) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.25), transparent 42%);
  z-index: -1;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 16px; }
h1, h2, h3 { margin: 0 0 16px; line-height: 1.08; letter-spacing: 0; }
h1 { font-size: clamp(42px, 5.6vw, 66px); max-width: 920px; }
h2 { font-size: clamp(29px, 3.4vw, 44px); }
h3 { font-size: 21px; }
ul { margin-top: 0; }

.container { width: min(1140px, calc(100% - 36px)); margin: 0 auto; }
.skip-link { position: absolute; left: -999px; top: 8px; background: #fff; padding: 10px 14px; z-index: 40; border-radius: 10px; }
.skip-link:focus { left: 8px; }
.text-link {
  color: var(--ink);
  font-weight: 850;
  text-decoration: underline;
  text-decoration-color: var(--yellow);
  text-decoration-thickness: 3px;
  text-underline-offset: 4px;
}

.topbar {
  background: #171717;
  color: #f6f1e8;
  font-size: 13px;
}
.topbar .container,
.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.topbar .container { padding: 7px 0; }
.topbar-links { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; font-weight: 750; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, .95);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(20,20,20,.08);
}
.site-header .container { padding: 10px 0; }
.brand { display: flex; align-items: center; gap: 12px; min-width: 0; }
.brand img { width: 164px; height: 54px; object-fit: contain; }
.brand strong { display: block; font-size: 17px; line-height: 1.05; }
.brand span { display: block; color: var(--muted); font-size: 12px; white-space: nowrap; }
.nav { display: flex; align-items: center; gap: 20px; font-weight: 780; font-size: 14px; }
.nav a { padding: 8px 0; border-bottom: 2px solid transparent; }
.nav a[aria-current="page"], .nav a:hover { border-color: var(--yellow); }
.menu-toggle {
  display: none;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  width: 44px;
  height: 44px;
  border-radius: 12px;
  font-size: 24px;
  line-height: 1;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 12px;
  font-weight: 850;
  border: 1px solid transparent;
  cursor: pointer;
  text-align: center;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--yellow); color: #111; box-shadow: 0 10px 26px rgba(245,180,0,.28); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-outline { border-color: rgba(20,20,20,.18); color: var(--ink); background: #fff; }
.section-dark .btn-outline, .hero .btn-outline { color: #fff; border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.07); }
.btn-sms { background: var(--sms); color: #19150a; box-shadow: 0 10px 26px rgba(242,201,76,.18); }
.btn-alert { background: var(--red); color: #fff; box-shadow: 0 10px 28px rgba(184,37,29,.2); }

.hero {
  background:
    radial-gradient(circle at 78% 14%, rgba(245,180,0,.18), transparent 28%),
    linear-gradient(135deg, #ffffff 0%, #f7f4ee 64%, #efe8dc 100%);
  color: var(--ink);
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 470px);
  gap: 46px;
  align-items: center;
  min-height: 650px;
  padding: 60px 0 52px;
}
.eyebrow {
  color: var(--yellow);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 12px;
  font-weight: 900;
}
.lead { font-size: clamp(18px, 1.7vw, 21px); color: var(--muted); max-width: 720px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0; }
.trust-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; max-width: 760px; margin-top: 22px; }
.trust-item {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 15px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 8px 22px rgba(20,20,20,.06);
}

.trust-item strong { display: block; color: var(--ink); margin-bottom: 4px; }
.trust-item span { color: var(--muted); font-size: 14px; }
.hero-media.logo-only { display: grid; place-items: center; }
.hero-logo-card {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 330px;
  padding: 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: var(--shadow);
}

.hero-logo-card img { width: min(100%, 420px); border: 0; box-shadow: none; }

.urgent-band { background: var(--yellow); color: #121212; }
.urgent-band .container { display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 18px 0; }
.urgent-band strong { font-size: 18px; }

.section { padding: 76px 0; }
.section-soft { background: var(--soft); }
.section-dark {
  background:
    radial-gradient(circle at 15% 0, rgba(245,180,0,.13), transparent 28%),
    #111;
  color: #fff;
}
.section-head { max-width: 780px; margin-bottom: 34px; }
.section-head p { color: var(--muted); font-size: 18px; }
.section-dark .section-head p, .section-dark p { color: #d8d0c2; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.card,
.contact-panel,
.notice-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 26px;
  box-shadow: var(--shadow-soft);
}
.card h2, .card h3 { font-size: 22px; }
.section-dark .card { background: #1d1d1e; border-color: rgba(255,255,255,.12); color: #fff; }
.section-dark .card p { color: #d8d0c2; }
.mark {
  width: 42px;
  height: 42px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  background: var(--yellow);
  font-weight: 950;
  margin-bottom: 16px;
  color: #111;
}
.method-list { counter-reset: step; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.method-step {
  counter-increment: step;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 22px;
  box-shadow: var(--shadow-soft);
}
.method-step::before {
  content: counter(step);
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  background: #111;
  color: var(--yellow);
  border-radius: 12px;
  font-weight: 950;
  margin-bottom: 14px;
}
.list { display: grid; gap: 10px; padding: 0; margin: 0; list-style: none; }
.list li { padding-left: 24px; position: relative; }
.list li::before { content: ""; position: absolute; left: 0; top: .68em; width: 8px; height: 8px; border-radius: 50%; background: var(--yellow); }
.zones { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.zone-pill {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 9px 14px;
  font-weight: 820;
  box-shadow: 0 6px 18px rgba(20,20,20,.05);
}

.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.gallery-item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; margin: 0; }
.gallery-item figcaption { padding: 14px 16px; font-weight: 820; }
.notice-card {
  display: grid;
  gap: 12px;
  max-width: 820px;
}
.notice-card p { color: var(--muted); }
.review-box { border-left: 5px solid var(--yellow); background: #fff; padding: 24px; border-radius: var(--radius); box-shadow: var(--shadow-soft); }
.faq { display: grid; gap: 12px; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 16px 18px; }
.faq summary { font-weight: 900; cursor: pointer; }

.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.form-field { display: grid; gap: 6px; }
.form-field.full { grid-column: 1 / -1; }
label { font-weight: 820; }
input, select, textarea {
  width: 100%;
  border: 1px solid #d4cbbd;
  border-radius: 12px;
  padding: 13px 14px;
  font: inherit;
  background: #fff;
}
textarea { min-height: 120px; resize: vertical; }
.form-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 18px; }
.review-action { margin-top: 20px; }
.internal-links { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-top: 20px; }

.page-hero {
  background:
    radial-gradient(circle at 76% 0, rgba(245,180,0,.16), transparent 30%),
    linear-gradient(135deg, #ffffff, #f7f4ee);
  color: var(--ink);
  padding: 68px 0;
  border-bottom: 1px solid var(--line);
}

.page-hero p { max-width: 790px; color: var(--muted); font-size: 19px; }
.content { max-width: 860px; }
.legal-box { background: var(--soft); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 24px; margin: 22px 0; }

.site-footer { background: #f7f4ee; color: var(--ink); padding: 46px 0 100px; border-top: 1px solid var(--line); }

.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 26px; }
.footer-grid a { color: var(--ink); }
.social-links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; }
.social-links a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 7px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  font-weight: 850;
  font-size: 14px;
}
.footer-bottom { border-top: 1px solid var(--line); margin-top: 28px; padding-top: 18px; color: var(--muted); font-size: 14px; }
.mobile-cta {
  display: none;
  position: fixed;
  z-index: 50;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(12px);
  border-top: 1px solid var(--line);
  padding: 10px;
  gap: 8px;
  box-shadow: 0 -10px 25px rgba(0,0,0,.12);
}
.mobile-cta .btn { flex: 1; min-height: 50px; padding: 10px; }

@media (max-width: 980px) {
  .site-header .btn-primary { display: none; }
  .nav { gap: 14px; }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; padding: 44px 0 42px; }
  .hero-media { order: -1; }
  .hero-logo-card { min-height: 250px; padding: 28px; }
  .hero-logo-card img { width: min(100%, 310px); }
  .grid-3, .grid-2, .method-list, .gallery-grid, .footer-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  body { padding-bottom: 96px; }
  .container { width: min(100% - 26px, 1140px); }
  .topbar { font-size: 12px; }
  .topbar .container { align-items: flex-start; flex-direction: column; gap: 3px; padding: 6px 0; }
  .topbar .container > span { display: none; }
  .topbar-links { gap: 10px; }
  .site-header .container { gap: 8px; padding: 7px 0; }
  .brand { gap: 8px; }
  .brand img { width: 110px; height: 38px; }
  .brand strong { font-size: 13px; line-height: 1; }
  .brand span { font-size: 10px; line-height: 1.12; white-space: normal; }
  .brand > span { min-width: 0; }
  .menu-toggle {
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    font-size: 21px;
  }
  .nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px 18px 16px;
    background: #fff;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 18px 32px rgba(20,20,20,.08);
  }
  .nav.is-open { display: flex; }
  .nav a { padding: 12px 0; }
  h1 { font-size: 34px; }
  h2 { font-size: 28px; }
  h3, .card h2, .card h3 { font-size: 20px; }
  p, li, input, select, textarea { font-size: 16px; }
  .lead, .section-head p, .page-hero p { font-size: 17px; }
  .hero-grid { gap: 22px; padding: 24px 0 34px; }
  .hero-logo-card { min-height: 190px; padding: 20px; }
  .hero-logo-card img { width: min(100%, 260px); }
  .hero-actions { margin: 22px 0; }
  .hero-actions .btn, .form-actions .btn { width: 100%; }
  .trust-strip { grid-template-columns: 1fr; }
  .trust-item, .card, .contact-panel, .notice-card { padding: 20px; }
  .urgent-band .container { flex-direction: column; align-items: flex-start; }
  .section { padding: 42px 0; }
  .page-hero { padding: 42px 0; }
  .gallery-grid { width: 100%; }
  .gallery-item { width: 100%; margin: 0; }
  .form-grid { grid-template-columns: 1fr; }
  .mobile-cta { display: flex; }
  .site-footer { padding-bottom: 126px; }
}

@media (max-width: 420px) {
  .container { width: min(100% - 22px, 1140px); }
  .brand img { width: 106px; }
  .brand strong { font-size: 12px; }
  .brand span { font-size: 9.5px; }
  .menu-toggle { width: 42px; height: 42px; }
  .btn { min-height: 46px; padding: 11px 14px; }
  .mobile-cta { padding: 8px; }
}


.kicker-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 24px;
  box-shadow: var(--shadow-soft);
}
.honest-note {
  background: #fff;
  border: 1px solid var(--line);
  border-left: 5px solid var(--yellow);
  border-radius: var(--radius);
  padding: 20px;
  color: var(--ink);
}
.compact-list { display: grid; gap: 8px; margin: 0; padding-left: 18px; }
.compact-list li { margin: 0; }
@media (max-width: 760px) {
  .hero-grid { padding-top: 28px; }
  .topbar-links a[href^="mailto"] { display: none; }
}
