:root {
  --navy: #0b2545;
  --navy-2: #081a31;
  --teal: #1b6b93;
  --teal-2: #155a7c;
  --cream: #f6f3ea;
  --fog: #eef3f7;
  --ink: #1c2430;
  --muted: #5b6573;
  --line: #d5dee6;
  --white: #fff;
  --green: #2e8b57;
  --shadow: 0 18px 50px rgba(11, 37, 69, .12);
  --radius: 18px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.55;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: var(--teal); text-decoration: none; }
a:hover { text-decoration: underline; }
.wrap { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.nav {
  position: sticky; top: 0; z-index: 40;
  background: rgba(246,243,234,.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 72px; }
.brand { display: flex; align-items: center; gap: 10px; color: var(--navy); font-weight: 700; text-decoration: none; }
.brand img { height: 42px; width: auto; }
.brand span { line-height: 1.1; }
.brand small { display: block; font-weight: 600; font-size: 11px; color: var(--teal); letter-spacing: .04em; text-transform: uppercase; }
.nav-links { display: flex; gap: 22px; align-items: center; }
.nav-links a { color: var(--navy); font-weight: 600; text-decoration: none; font-size: 15px; }
.nav-actions { display: flex; gap: 10px; align-items: center; }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 999px; padding: 12px 18px; font-weight: 700; font-size: 15px;
  border: 0; cursor: pointer; text-decoration: none !important;
}
.btn-primary { background: var(--navy); color: #fff; }
.btn-primary:hover { background: var(--teal); }
.btn-ghost { background: transparent; color: var(--navy); border: 1px solid var(--line); }
.btn-light { background: #fff; color: var(--navy); }
.menu-btn { display: none; background: none; border: 0; font-size: 22px; color: var(--navy); }
.hero {
  background: linear-gradient(120deg, var(--navy-2), var(--navy) 55%, #14344f);
  color: #fff; padding: 72px 0 40px; overflow: hidden;
}
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: center; min-width: 0; }
.hero-grid > * { min-width: 0; max-width: 100%; }
.eyebrow { color: #9fd3ea; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; font-size: 12px; margin: 0 0 12px; overflow-wrap: anywhere; }
h1, h2, h3 { font-family: "Fraunces", Georgia, serif; line-height: 1.2; margin: 0 0 14px; overflow-wrap: break-word; }
h1 { font-size: clamp(28px, 6vw, 52px); font-weight: 500; }
h2 { font-size: clamp(28px, 3vw, 40px); color: var(--navy); }
.hero p.lead { font-size: 19px; color: #d7e3ee; max-width: 560px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin: 26px 0 14px; }
.fine { color: #b7c6d3; font-size: 14px; }
.phones { display: flex; gap: 16px; justify-content: center; align-items: flex-end; }
.phone {
  background: #0a0f16; border-radius: 28px; padding: 10px;
  box-shadow: var(--shadow); width: min(240px, 42vw);
  transform: rotate(-3deg);
}
.phone:nth-child(2) { transform: rotate(4deg) translateY(18px); }
.phone img { border-radius: 20px; height: 460px; object-fit: cover; object-position: top; }
.chips { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: -28px; position: relative; }
.chip { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 16px; font-weight: 700; color: var(--navy); box-shadow: var(--shadow); }
.section { padding: 72px 0; }
.section.fog { background: var(--fog); }
.section.cream { background: var(--cream); }
.center { text-align: center; }
.muted { color: var(--muted); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card, .step, .feat {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px;
}
.step b { color: var(--teal); }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: center; }
.grid-6 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feat h3 { font-size: 22px; }
.who a { font-weight: 700; }
.cta-band {
  background: var(--navy); color: #fff; padding: 56px 0; text-align: center;
}
.cta-band h2 { color: #fff; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 14px 18px; margin: 8px 0; }
.faq summary { cursor: pointer; font-weight: 700; color: var(--navy); }
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.plan { padding: 26px; display: flex; flex-direction: column; }
.plan.featured { border: 2px solid var(--teal); box-shadow: var(--shadow); }
.price { font-size: 42px; font-family: Fraunces, serif; color: var(--navy); margin: 8px 0 0; }
.price span { font-size: 16px; color: var(--muted); font-family: "Source Sans 3", sans-serif; }
.plan ul { padding-left: 18px; flex: 1; }
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; background: #fff; }
th, td { border: 1px solid var(--line); padding: 10px 12px; text-align: left; font-size: 15px; }
th { background: var(--navy); color: #fff; }
footer { background: var(--navy-2); color: #c5d2de; padding: 36px 0; }
footer a { color: #fff; }
.foot-grid { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
form { display: grid; gap: 12px; max-width: 520px; }
input, textarea, select {
  width: 100%; padding: 12px 14px; border-radius: 12px; border: 1px solid var(--line); font: inherit;
}
.notice { background: #fff3cd; border: 1px solid #e6d38a; padding: 12px 14px; border-radius: 12px; font-size: 14px; }
@media (max-width: 900px) {
  .menu-btn { display: block; }
  .nav-links, .nav-actions { display: none; }
  .nav.open .nav-links, .nav.open .nav-actions {
    display: flex; flex-direction: column; align-items: flex-start; padding: 0 0 16px;
  }
  .nav.open .nav-inner { flex-wrap: wrap; }
  .brand span { font-size: 14px; max-width: 160px; }
  .hero { padding: 36px 0 28px; }
  .hero-grid, .steps, .grid-3, .grid-6, .plans, .grid-2, .chips { grid-template-columns: 1fr; }
  .hero p.lead { font-size: 16px; max-width: none; }
  .phones { justify-content: center; max-width: 100%; }
  .phone { width: min(220px, 70vw); transform: none; }
  .phone:nth-child(2) { display: none; }
  .phone img { height: 380px; }
  .chips { margin-top: 16px; }
}
