:root {
  --blue: #2563eb;
  --blue-dark: #1d4ed8;
  --ink: #10203a;
  --muted: #526071;
  --line: #dbe6f5;
  --paper: #ffffff;
  --soft: #eff6ff;
  --teal: #0f766e;
  --gold: #b45309;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #f8fbff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
a { color: inherit; }
.wrap { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.nav {
  position: sticky; top: 0; z-index: 10; display: flex; align-items: center; justify-content: space-between;
  gap: 24px; min-height: 68px; padding: 0 max(20px, calc((100vw - 1160px) / 2));
  border-bottom: 1px solid rgba(219, 230, 245, .88); background: rgba(248, 251, 255, .94); backdrop-filter: blur(18px);
}
.brand { display: flex; align-items: center; gap: 10px; font-weight: 800; text-decoration: none; }
.mark { display: block; width: 34px; height: 34px; overflow: hidden; border-radius: 9px; background: #f8fbff; }
.mark img { display: block; width: 100%; height: 100%; }
.links { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 20px; color: var(--muted); font-size: 14px; }
.links a { text-decoration: none; }
.links a:hover, .article a:hover { color: var(--blue); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 18px; border: 1px solid var(--blue); border-radius: 7px; color: white; background: var(--blue); font-weight: 750; text-decoration: none; white-space: nowrap; box-shadow: 0 14px 30px rgba(37, 99, 235, .2); }
.button:hover { background: var(--blue-dark); }
.button.secondary { color: var(--blue); background: white; box-shadow: none; }
.button.secondary:hover { color: var(--blue-dark); background: #f8fbff; }
.eyebrow { color: var(--blue); font-size: 13px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
h1, h2, h3 { line-height: 1.1; letter-spacing: 0; }
h1 { margin: 14px 0 18px; font-size: clamp(40px, 6vw, 66px); }
h2 { margin: 0; font-size: clamp(30px, 4vw, 46px); }
h3 { margin: 0 0 10px; font-size: 21px; }
.lead { max-width: 720px; margin: 0; color: var(--muted); font-size: 20px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.section { padding: 74px 0; background: var(--paper); }
.section.soft { background: var(--soft); }
.head { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 32px; }
.head p { max-width: 560px; margin: 0; color: var(--muted); }
.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card, .guide { border: 1px solid var(--line); border-radius: 8px; background: white; padding: 24px; }
.card p, .guide p { margin: 0; color: var(--muted); }
.tag { display: inline-flex; margin-bottom: 16px; color: var(--teal); font-size: 13px; font-weight: 800; }
.hero { padding: 82px 0 58px; background: linear-gradient(135deg, rgba(37, 99, 235, .14), rgba(15, 118, 110, .07) 55%, rgba(255, 255, 255, 0)), #f8fbff; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, 430px); gap: 54px; align-items: center; }
.pills { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.pill { display: inline-flex; align-items: center; min-height: 32px; padding: 0 12px; border: 1px solid var(--line); border-radius: 99px; color: var(--muted); background: white; font-size: 13px; font-weight: 700; }
.phone { width: min(100%, 380px); margin-left: auto; padding: 14px; border: 1px solid rgba(37, 99, 235, .2); border-radius: 34px; background: #0b1220; box-shadow: 0 24px 70px rgba(15, 23, 42, .12); }
.phone img { display: block; width: 100%; border-radius: 24px; }
.metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 54px; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: var(--line); }
.metric { min-height: 120px; padding: 24px; background: white; }
.metric strong { display: block; font-size: 24px; }
.metric span { color: var(--muted); font-size: 14px; }
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 36px; align-items: start; }
.guide-list { display: grid; gap: 14px; }
.guide { display: block; text-decoration: none; }
.guide small { display: block; margin-bottom: 8px; color: var(--gold); font-weight: 800; }
.cta { padding: 64px 0; color: white; background: linear-gradient(120deg, #1d4ed8, #2563eb 52%, #0f766e); }
.cta .eyebrow { color: #dbeafe; }
.cta p { max-width: 640px; color: #dbeafe; }
.page-hero { padding: 68px 0 46px; background: linear-gradient(135deg, #eff6ff, #f8fbff); border-bottom: 1px solid var(--line); }
.page-hero h1 { max-width: 850px; font-size: clamp(38px, 5vw, 58px); }
.page-hero .lead { max-width: 780px; }
.article { width: min(780px, calc(100% - 40px)); margin: 0 auto; padding: 64px 0 76px; font-size: 18px; }
.article h2 { margin: 46px 0 14px; font-size: 32px; }
.article h3 { margin: 30px 0 8px; }
.article p, .article li { color: #334155; }
.article ul, .article ol { padding-left: 22px; }
.article .notice { padding: 18px 20px; border-left: 4px solid var(--blue); background: var(--soft); color: var(--muted); font-size: 16px; }
.article .inline-cta { margin: 38px 0; padding: 26px; border: 1px solid var(--line); border-radius: 8px; background: #f8fbff; }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.blog-card { display: flex; min-height: 250px; flex-direction: column; justify-content: space-between; text-decoration: none; }
.blog-card .read { color: var(--blue); font-weight: 750; }
.checklist { display: grid; gap: 12px; margin-top: 24px; }
.checklist div { padding: 16px 18px; border: 1px solid var(--line); border-radius: 7px; background: white; }
footer { padding: 36px 0; border-top: 1px solid var(--line); background: white; color: var(--muted); font-size: 14px; }
.foot { display: flex; justify-content: space-between; gap: 24px; width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
footer a { color: var(--muted); text-decoration: none; }
@media (max-width: 860px) {
  .nav, .foot, .head { align-items: flex-start; flex-direction: column; padding-top: 14px; padding-bottom: 14px; }
  .hero-grid, .grid, .split, .metrics, .blog-grid { grid-template-columns: 1fr; }
  .phone { margin: 0 auto; }
  .links { gap: 14px; }
}
