:root {
  --navy: #12324f;
  --navy-deep: #0b2236;
  --ink: #0e7c8b;
  --ink-dark: #0a5f6b;
  --gold: #c9a227;
  --gold-deep: #a4841c;
  --paper: #f6f3ee;
  --paper-2: #efe9de;
  --white: #fffcf8;
  --card: #ffffff;
  --text: #1b2430;
  --muted: #5b6775;
  --line: #e4dccf;
  --ok: #0f766e;
  --warn: #b45309;
  --danger: #b42318;
  --shadow: 0 18px 40px rgba(18, 50, 79, 0.08);
  --radius: 18px;
  --max: 1160px;
  --font: Inter, "Segoe UI", sans-serif;
  --display: Inter, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--text);
  background: var(--paper);
  line-height: 1.6;
  min-height: 100vh;
}
img { max-width: 100%; height: auto; display: block; }
svg { display: block; }
.btn svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
a { color: var(--ink-dark); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--navy); }
h1, h2, h3, h4 {
  font-family: var(--display);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: var(--navy-deep);
  margin: 0 0 0.55em;
}
p { margin: 0 0 1em; }
ul { margin: 0; padding: 0; list-style: none; }

.sr-only, .skip-link {
  position: absolute;
  left: -9999px;
}
.skip-link:focus {
  left: 16px; top: 16px; z-index: 100;
  background: var(--navy); color: #fff;
  padding: 10px 14px; border-radius: 8px;
}

.container { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.section { padding: 56px 0; }
.section-tight { padding: 48px 0; }
.muted { color: var(--muted); }
.kicker {
  display: inline-block;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 10px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 12px 20px;
  font: 650 0.92rem var(--font);
  cursor: pointer;
  text-decoration: none;
  transition: 0.18s ease;
  white-space: nowrap;
}
.btn-navy { background: var(--navy); color: #fff; }
.btn-navy:hover { background: var(--navy-deep); color: #fff; }
.btn-ink { background: var(--ink); color: #fff; }
.btn-ink:hover { background: var(--ink-dark); color: #fff; }
.btn-gold { background: var(--gold); color: var(--navy-deep); }
.btn-gold:hover { background: var(--gold-deep); color: #fff; }
.btn-ghost {
  background: transparent;
  border-color: var(--line);
  color: var(--navy);
}
.btn-ghost:hover { border-color: var(--navy); }
.btn-lg { padding: 15px 26px; font-size: 1.02rem; }
.btn-call { min-width: 240px; font-size: 1.08rem; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(246, 243, 238, 0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
  overflow: visible;
}
.header-bar {
  background: var(--navy);
  color: #dbe7f0;
  font-size: 0.8rem;
}
.header-bar-inner {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 0;
}
.header-bar a { color: #fff; font-weight: 700; text-decoration: none; }
.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  min-width: 0;
}
.logo, .logo-footer {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--navy);
  flex-shrink: 0;
}
.logo-text { display: flex; flex-direction: column; line-height: 1.15; }
.logo-text strong { font-family: var(--font); font-size: 1.05rem; font-weight: 700; letter-spacing: -0.02em; }
.logo-text em { font-style: normal; font-size: 0.72rem; color: var(--muted); letter-spacing: 0.04em; }
.logo-footer { color: #e8eef3; }
.logo-footer .logo-text em { color: #9aafbf; }
.logo-mark svg { display: block; }
.legal code { font-size: 0.88em; background: var(--paper-2); padding: 0.1em 0.35em; border-radius: 6px; }
.site-nav { display: flex; align-items: center; gap: 4px 12px; min-width: 0; }
.site-nav a {
  color: var(--navy);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.88rem;
  white-space: nowrap;
  flex-shrink: 0;
}
.site-nav a.is-active { color: var(--ink-dark); }
.nav-cta { margin-left: 4px; padding: 10px 16px; }
.nav-toggle {
  display: none;
  width: 44px; height: 40px;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  padding: 8px 10px;
}
.nav-toggle span { height: 2px; background: var(--navy); display: block; }

.hero {
  padding: 72px 0 40px;
  background:
    radial-gradient(900px 320px at 90% 0%, rgba(14, 124, 139, 0.12), transparent 60%),
    linear-gradient(180deg, #fbf8f3 0%, var(--paper) 100%);
}
.hero-grid, .two-col, .split {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 48px;
  align-items: center;
}
.hero h1 { font-size: clamp(2rem, 4vw, 2.8rem); margin-bottom: 16px; }
.lead { font-size: 1.12rem; color: var(--muted); max-width: 58ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 24px 0 18px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px 18px; color: var(--muted); font-size: 0.88rem; font-weight: 600; }
.trust-row span::before { content: "●"; color: var(--ink); margin-right: 8px; font-size: 0.65rem; }

.hero-card, .card, .panel {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.hero-card { padding: 22px; }
.printer-art { width: 100%; height: auto; }

.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 36px;
}
.stat {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 18px 16px;
}
.stat b { display: block; font-family: var(--font); font-size: 1.5rem; color: var(--navy); }
.stat span { color: var(--muted); font-size: 0.88rem; }

.grid-3, .grid-4 { display: grid; gap: 20px; align-items: stretch; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.card { padding: 24px; }
.icon-blob {
  width: 48px; height: 48px;
  border-radius: 14px;
  display: grid; place-items: center;
  background: #e8f4f6;
  color: var(--ink-dark);
  margin-bottom: 14px;
}
.card h3 { font-size: 1.25rem; }
.section-head { max-width: 680px; margin-bottom: 32px; }

.band { background: #fff; border-block: 1px solid var(--line); }
.band-navy { background: var(--navy); color: #e8eef3; }
.band-navy h2, .band-navy h3 { color: #fff; }
.band-navy .muted { color: #c5d3de; }

.cta-strip {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.steps { counter-reset: step; display: grid; gap: 16px; }
.step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}
.step::before {
  counter-increment: step;
  content: counter(step);
  width: 36px; height: 36px;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  display: grid; place-items: center;
  font-weight: 700;
}

.form, .field { display: grid; gap: 8px; }
.form { gap: 16px; }
label { font-weight: 650; font-size: 0.9rem; }
input, select, textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 12px 14px;
  font: 1rem var(--font);
  background: #fff;
  color: var(--text);
}
textarea { min-height: 130px; resize: vertical; }
input:focus, select:focus, textarea:focus {
  outline: 2px solid rgba(14, 124, 139, 0.35);
  border-color: var(--ink);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-note, .form-status { font-size: 0.9rem; }
.form-status.is-ok { color: var(--ok); }
.form-status.is-err { color: var(--danger); }

.legal {
  padding: 56px 0 80px;
}
.legal-wrap {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: clamp(24px, 4vw, 48px);
  max-width: 860px;
  margin: 0 auto;
}
.legal h1 { font-size: 2.2rem; }
.legal h2 { margin-top: 1.6em; font-size: 1.35rem; }
.legal ul { list-style: disc; padding-left: 1.2em; margin-bottom: 1em; }
.legal li { margin: 0.3em 0; }
.updated { color: var(--muted); font-size: 0.9rem; }

.guide-shell {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 28px;
  align-items: start;
}
.guide-nav {
  position: sticky;
  top: 110px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 18px;
}
.guide-nav a, .guide-nav button {
  display: block;
  width: 100%;
  text-align: left;
  background: none;
  border: 0;
  padding: 8px 10px;
  border-radius: 8px;
  color: var(--navy);
  font: 600 0.92rem var(--font);
  cursor: pointer;
}
.guide-nav a:hover, .guide-nav button:hover, .guide-nav button.is-active {
  background: var(--paper-2);
}
.guide-stage { padding: 28px; }
.guide-picks {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin: 12px 0 28px;
}
.guide-picks-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.pick {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 10px;
  padding: 12px 10px;
  min-height: 48px;
  width: 100%;
  cursor: pointer;
  font: 600 0.92rem var(--font);
  color: var(--navy);
  text-align: center;
}
.pick.is-on, .pick:hover { border-color: var(--ink); box-shadow: 0 0 0 3px rgba(14,124,139,.12); }
.progress {
  height: 8px;
  background: var(--paper-2);
  border-radius: 99px;
  overflow: hidden;
  margin: 12px 0 22px;
}
.progress > i {
  display: block;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, var(--ink), var(--gold));
}
.guide-steps ol { padding-left: 1.2em; list-style: decimal; }
.guide-steps li { margin: 0.7em 0; }

.support-hero {
  background:
    radial-gradient(700px 280px at 10% 20%, rgba(201, 162, 39, 0.18), transparent 55%),
    linear-gradient(160deg, #102a42, #16425e 55%, #0e7c8b);
  color: #f4f7fa;
  padding: 64px 0 48px;
}
.support-hero h1, .support-hero h2 { color: #fff; }
.phone-xl {
  display: inline-flex;
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  font-weight: 800;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.01em;
  margin: 10px 0 18px;
}
.badge-row { display: flex; flex-wrap: wrap; gap: 8px; }
.badge {
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.2);
  color: #fff;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 0.8rem;
  font-weight: 650;
}
.issues { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.issue {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 16px;
}
.desk-chat {
  min-height: 360px;
  display: grid;
  grid-template-rows: auto 1fr auto;
}
.desk-log { padding: 16px; overflow: auto; max-height: 280px; }
.msg {
  max-width: 88%;
  padding: 10px 12px;
  border-radius: 12px;
  margin: 8px 0;
  font-size: 0.92rem;
}
.msg-bot { background: var(--paper-2); }
.msg-user { background: #e7f4f6; margin-left: auto; }

.site-footer {
  background: var(--navy-deep);
  color: #c9d5e0;
  padding: 56px 0 20px;
  margin-top: 20px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.1fr;
  gap: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.site-footer h2 { color: #fff; font-size: 1rem; font-family: var(--font); letter-spacing: 0.08em; text-transform: uppercase; }
.site-footer a { color: #dbe6ee; text-decoration: none; }
.site-footer a:hover { color: #fff; }
.site-footer li { margin: 8px 0; }
.footer-blurb { margin-top: 14px; }
.footer-disclaimer { font-size: 0.82rem; color: #9aafbf; }
.footer-legal-block {
  padding: 28px 0 8px;
  border-top: 1px solid rgba(255,255,255,.1);
  margin-top: 8px;
}
.footer-legal-block h2 { margin-bottom: 8px; }
.footer-legal-block p { font-size: 0.82rem; color: #9aafbf; max-width: 90ch; }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  padding-top: 18px;
  font-size: 0.85rem;
}

.cookie-banner {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 60;
  background: #fff;
  border-top: 1px solid var(--line);
  box-shadow: 0 -10px 30px rgba(18,50,79,.08);
}
.cookie-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 0;
}
.cookie-actions { display: flex; gap: 10px; flex-shrink: 0; }

.chat-head, .chat-form { display: flex; gap: 10px; padding: 12px; align-items: center; }
.chat-head { justify-content: space-between; border-bottom: 1px solid var(--line); }
.chat-live { display: flex; align-items: center; gap: 6px; font-size: 0.78rem; color: var(--ok); }
.chat-live i { width: 8px; height: 8px; background: var(--ok); border-radius: 50%; display: inline-block; }
.chat-log { padding: 12px; overflow: auto; }

.page-hero { padding: 48px 0 12px; }
.table-wrap { overflow: auto; }
table { width: 100%; border-collapse: collapse; background: #fff; }
th, td { border-bottom: 1px solid var(--line); text-align: left; padding: 12px; font-size: 0.92rem; }
th { background: var(--paper-2); }

.desk-hero {
  padding: 48px 0 32px;
  background:
    radial-gradient(720px 280px at 0% 0%, rgba(14,124,139,.1), transparent 55%),
    linear-gradient(180deg, #fbf8f3, var(--paper));
}
.desk-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 40px;
  align-items: start;
}
.desk-hero h1 { font-size: clamp(2rem, 4vw, 2.75rem); margin-bottom: 8px; }
.desk-sub { font-size: 1.35rem; color: var(--ink-dark); font-weight: 650; margin: 0 0 12px; }
.trust-checks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 18px;
  margin: 22px 0 18px;
  font-weight: 650;
  font-size: 0.9rem;
  color: var(--navy);
}
.trust-checks li { padding-left: 22px; position: relative; }
.trust-checks li::before {
  content: "";
  position: absolute;
  left: 0; top: 0.35em;
  width: 12px; height: 12px;
  border-radius: 50%;
  background: var(--ok);
  box-shadow: inset 0 0 0 2px #fff, 0 0 0 1px var(--ok);
}
.desk-art { margin-top: 16px; width: min(100%, 420px); height: auto; max-width: 100%; }
.lead-card { padding: 22px; overflow: hidden; }
.lead-top { display: flex; gap: 12px; align-items: center; margin-bottom: 16px; }
.lead-top strong { display: block; font-size: 1.02rem; color: var(--navy-deep); }
.agent-stack { display: flex; flex-shrink: 0; }
.agent-stack img, .help-people img {
  width: 40px;
  height: 40px;
  max-width: 40px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px var(--line);
}
.agent-stack img + img { margin-left: -12px; }
.lead-actions { display: grid; gap: 10px; }
.lead-actions .btn { width: 100%; }
.btn-wa { background: #128c7e; color: #fff; }
.btn-wa:hover { background: #0e6e63; color: #fff; }
.lead-safe {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  font-size: 0.78rem;
  color: var(--muted);
  margin: 10px 0 0;
}
.lead-safe svg { width: 14px; height: 14px; flex-shrink: 0; margin-top: 2px; }
.lead-card .desk-log { max-height: 240px; min-height: 160px; background: var(--paper); border-radius: 12px; margin-bottom: 8px; }
.trust-bar { background: #fff; border-block: 1px solid var(--line); padding: 18px 0; }
.trust-bar-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  text-align: center;
  font-size: 0.88rem;
  color: var(--muted);
}
.trust-bar-grid p { margin: 0; }
.svc-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}
.svc-card {
  text-align: left;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 20px;
}
.svc-card svg { width: 48px; height: 48px; margin-bottom: 12px; flex-shrink: 0; }
.svc-card h3 { font-size: 1rem; min-height: 2.6em; }
.svc-card p { margin: 0; font-size: 0.9rem; color: var(--muted); }
.process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
.process li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.process li h3 { font-size: 1.05rem; margin-bottom: 6px; }
.process li p { margin: 0; color: var(--muted); font-size: 0.92rem; }
.process-ico {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
  color: var(--ink-dark);
  margin-bottom: 14px;
}
.process-ico svg { width: 24px; height: 24px; }
.review-card { display: flex; flex-direction: column; }
.review-card p { font-size: 0.98rem; font-style: normal; line-height: 1.55; flex: 1; }
.review-card footer { display: flex; gap: 10px; align-items: center; }
.review-card footer div span { display: block; font-size: 0.8rem; color: var(--muted); font-style: normal; }
.stars { color: var(--gold-deep); letter-spacing: 2px; margin-bottom: 8px; }
.avatar-letter {
  width: 36px; height: 36px; border-radius: 50%;
  background: #e8f4f6; color: var(--navy);
  display: grid; place-items: center;
  font-size: 0.72rem; font-weight: 800;
  flex-shrink: 0;
}
.faq-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  max-width: 760px;
}
.faq-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
}
.faq-item button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  text-align: left;
  background: none;
  border: 0;
  padding: 16px 18px;
  min-height: 58px;
  font: 650 0.95rem var(--font);
  color: var(--navy);
  cursor: pointer;
}
.faq-item button::after { content: "+"; color: var(--ink); font-size: 1.2rem; line-height: 1; flex-shrink: 0; }
.faq-item.is-open button::after { content: "–"; }
.faq-item div { display: none; padding: 0 18px 16px; }
.faq-item.is-open div { display: block; }
.faq-item p { margin: 0; color: var(--muted); font-size: 0.92rem; }
.help-band {
  background: var(--navy);
  color: #e8eef3;
  padding: 32px 0;
}
.help-band h2 { color: #fff; margin-bottom: 6px; }
.help-band p { margin: 0; color: #c5d3de; }
.help-band-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.help-people { display: flex; align-items: center; gap: 14px; min-width: 0; }
.help-people img { width: 52px; height: 52px; max-width: 52px; margin-left: -10px; }
.help-people img:first-child { margin-left: 0; }
.help-band .lead-actions { min-width: min(280px, 100%); }

@media (max-width: 1180px) {
  .nav-toggle { display: flex; }
  .site-nav {
    display: none;
    position: absolute;
    left: 20px; right: 20px; top: 108px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 16px;
    flex-direction: column;
    align-items: stretch;
    z-index: 50;
  }
  .site-nav.is-open { display: flex; }
  .site-nav a { white-space: normal; }
  .nav-cta { margin: 8px 0 0; }
}

@media (max-width: 1100px) {
  .svc-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .svc-card h3 { min-height: 0; }
  .process { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 980px) {
  .hero-grid, .two-col, .split, .guide-shell, .footer-grid, .stats, .grid-3, .grid-4, .issues,
  .desk-hero-grid, .trust-bar-grid {
    grid-template-columns: 1fr;
  }
  .guide-picks, .guide-picks-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trust-checks { grid-template-columns: 1fr; }
  .cookie-inner, .cta-strip, .form-row { flex-direction: column; grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .svc-grid, .process, .guide-picks, .guide-picks-3 { grid-template-columns: 1fr; }
}
