:root {
  --paper: #fbfaf7;
  --panel: #e7edf4;
  --panel-2: #f2f5f9;
  --ink: #14212e;
  --ink-soft: #4a5c6e;
  --marine: #173b6b;
  --signal: #2c6ad0;
  --butter: #f2c14e;
  --line: #cbd6e2;
  --shadow: rgba(23, 59, 107, 0.1);
  --focus: #2c6ad0;
  --bar: #173b6b;
  --bar-ink: #fbfaf7;
}
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --paper: #0e1722;
    --panel: #17242f;
    --panel-2: #13202b;
    --ink: #e9f0f7;
    --ink-soft: #a3b4c4;
    --marine: #bfd6f5;
    --signal: #6fa4ee;
    --butter: #f2c14e;
    --line: #2b3c4b;
    --shadow: rgba(0, 0, 0, 0.45);
    --focus: #8fbcf6;
    --bar: #0a1420;
    --bar-ink: #e9f0f7;
  }
}
:root[data-theme="dark"] {
  --paper: #0e1722;
  --panel: #17242f;
  --panel-2: #13202b;
  --ink: #e9f0f7;
  --ink-soft: #a3b4c4;
  --marine: #bfd6f5;
  --signal: #6fa4ee;
  --butter: #f2c14e;
  --line: #2b3c4b;
  --shadow: rgba(0, 0, 0, 0.45);
  --focus: #8fbcf6;
  --bar: #0a1420;
  --bar-ink: #e9f0f7;
}

* {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Karla", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img,
svg {
  max-width: 100%;
}
a {
  color: inherit;
}
:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
  border-radius: 2px;
}
h1,
h2,
h3,
h4 {
  font-family: "Bricolage Grotesque", "Karla", Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.022em;
  margin: 0;
}
p {
  margin: 0 0 1em;
}
.sr {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
.wrap {
  width: 100%;
  max-width: 1090px;
  margin: 0 auto;
  padding: 0 22px;
}

/* ---------- header ---------- */
.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--bar);
  color: var(--bar-ink);
  border-bottom: 3px solid var(--butter);
}
.topbar-in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 76px;
}
.mark {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-family: "Bricolage Grotesque", Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 20px;
  letter-spacing: -0.03em;
  line-height: 1.05;
  flex-shrink: 0;
}
.logo-img {
  display: block;
  height: 52px;
  width: auto;
  aspect-ratio: 348/84;
  max-width: 100%;
  flex-shrink: 0;
}
.logo-img-foot {
  height: 44px;
}
@media (max-width: 480px) {
  .logo-img {
    height: 38px;
  }
}
.mark .chip {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background: var(--butter);
  color: #14212e;
  display: grid;
  place-items: center;
  font-size: 14px;
  flex: none;
}
.mark span.n {
  display: block;
}
.mark small {
  display: block;
  font-family: "Karla", Arial, sans-serif;
  font-weight: 500;
  font-size: 11.5px;
  letter-spacing: 0.02em;
  opacity: 0.75;
}
.head-right {
  display: flex;
  align-items: center;
  gap: 14px;
}
.tel-top {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: "Bricolage Grotesque", Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 17px;
  text-decoration: none;
  background: var(--butter);
  color: #14212e;
  padding: 9px 14px;
  border-radius: 4px;
  white-space: nowrap;
}
.tel-icon {
  display: none;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
@media (max-width: 480px) {
  .tel-text {
    display: none;
  }
  .tel-icon {
    display: block;
  }
  .tel-top {
    padding: 9px;
    width: 38px;
    height: 38px;
    justify-content: center;
    gap: 0;
  }
}
.burger {
  display: none;
  align-items: center;
  justify-content: center;
  background: none;
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  border-radius: 4px;
  color: inherit;
  width: 38px;
  height: 38px;
  padding: 0;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
}
.burger svg {
  width: 18px;
  height: 18px;
  display: block;
}
.burger-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) .theme-toggle {
    border-color: rgba(255, 255, 255, 0.22);
  }
}
:root[data-theme="dark"] .theme-toggle {
  border-color: rgba(255, 255, 255, 0.22);
}
.theme-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  border-radius: 4px;
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  background: none;
  color: inherit;
  cursor: pointer;
  padding: 0;
}
.theme-toggle:hover {
  background: rgba(255, 255, 255, 0.08);
}
.theme-toggle svg {
  width: 18px;
  height: 18px;
  display: block;
}
.theme-toggle .icon-moon {
  display: none;
}
:root[data-theme="dark"] .theme-toggle .icon-sun {
  display: none;
}
:root[data-theme="dark"] .theme-toggle .icon-moon {
  display: block;
}
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) .theme-toggle .icon-sun {
    display: none;
  }
  :root:not([data-theme="light"]) .theme-toggle .icon-moon {
    display: block;
  }
}
.theme-toggle-navitem {
  display: none;
}
@media (max-width: 880px) {
  .theme-toggle {
    display: none;
  }
  .theme-toggle-navitem {
    display: block;
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    color: inherit;
    font: inherit;
    padding: 13px 22px;
    cursor: pointer;
    font-size: 15.5px;
    font-weight: 500;
    opacity: 0.85;
  }
  .theme-toggle-navitem:hover {
    opacity: 1;
    background: rgba(255, 255, 255, 0.08);
  }
}
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) .burger {
    border-color: rgba(255, 255, 255, 0.22);
  }
}

.mainnav {
  background: var(--bar);
  color: var(--bar-ink);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.mainnav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 2px;
  flex-wrap: wrap;
}
.mainnav a {
  display: block;
  text-decoration: none;
  padding: 12px 14px;
  font-size: 15.5px;
  font-weight: 500;
  opacity: 0.85;
  border-bottom: 3px solid transparent;
  margin-bottom: -1px;
}
.mainnav a:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.08);
}
.mainnav a[aria-current="page"] {
  opacity: 1;
  font-weight: 700;
  border-bottom-color: var(--butter);
}
@media (max-width: 880px) {
  .burger {
    display: flex;
  }
  .mainnav {
    display: none;
  }
  .mainnav.open {
    display: block;
  }
  .mainnav ul {
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 8px 0;
  }
  .mainnav a {
    padding: 13px 22px;
    border-bottom: none;
    border-left: 3px solid transparent;
  }
  .mainnav a[aria-current="page"] {
    border-left-color: var(--butter);
    background: rgba(255, 255, 255, 0.07);
  }
  .mark small {
    display: none;
  }
}

/* ---------- generic blocks ---------- */
.page {
  display: none;
}
.page.active {
  display: block;
}
.hero {
  padding: 62px 0 52px;
}
@media (max-width: 760px) {
  .hero {
    padding: 40px 0 34px;
  }
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.92fr;
  gap: 50px;
  align-items: start;
}
@media (max-width: 920px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}
h1 {
  font-size: clamp(33px, 5.6vw, 58px);
  color: var(--marine);
  max-width: 16ch;
}
.page-head {
  padding: 52px 0 8px;
}
.page-head h1 {
  max-width: 20ch;
}
.page-head .intro {
  max-width: 58ch;
  margin-top: 18px;
  font-size: 19px;
  color: var(--ink-soft);
}
.lede {
  font-size: clamp(17px, 2vw, 20px);
  max-width: 46ch;
  margin-top: 24px;
}
.lede strong {
  font-weight: 700;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}
.btn {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  font-family: "Bricolage Grotesque", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  padding: 16px 24px;
  border-radius: 4px;
  border: 2px solid var(--marine);
  background: var(--marine);
  color: var(--paper);
  transition:
    background 0.15s ease,
    transform 0.12s ease;
}
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) .btn:not(.ghost) {
    color: #0e1722;
  }
}
:root[data-theme="dark"] .btn:not(.ghost) {
  color: #0e1722;
}
.btn:hover {
  background: var(--signal);
  border-color: var(--signal);
}
.btn:active {
  transform: translateY(1px);
}
.btn.ghost {
  background: transparent;
  color: var(--marine);
  border-color: var(--line);
}
.btn.ghost:hover {
  background: var(--panel-2);
  border-color: var(--marine);
  color: var(--marine);
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 22px;
  box-shadow: 0 10px 26px var(--shadow);
}
.card h2,
.card h3 {
  font-size: 20px;
  margin-bottom: 13px;
}
.rows {
  border-top: 1px solid var(--line);
}
.rows div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
  font-size: 16px;
}
.rows span:first-child {
  color: var(--ink-soft);
}
.rows span:last-child {
  font-weight: 700;
  text-align: right;
}
.tel-big {
  display: block;
  margin-top: 18px;
  text-align: center;
  text-decoration: none;
  font-family: "Bricolage Grotesque", Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: clamp(25px, 3.4vw, 31px);
  letter-spacing: -0.02em;
  background: var(--butter);
  color: #14212e;
  padding: 15px 10px;
  border-radius: 5px;
}
.tel-big small {
  display: block;
  font-family: "Karla", Arial, sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0;
  margin-top: 3px;
  opacity: 0.75;
}

.band {
  padding: 62px 0;
  border-top: 1px solid var(--line);
}
.band.tint {
  background: var(--panel-2);
}
.band.flush {
  border-top: none;
}
@media (max-width: 760px) {
  .band {
    padding: 46px 0;
  }
}
.band h2 {
  font-size: clamp(26px, 3.7vw, 37px);
  max-width: 24ch;
}
.band .intro {
  max-width: 58ch;
  margin-top: 14px;
  color: var(--ink-soft);
}

/* service grid */
.services {
  list-style: none;
  margin: 34px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 40px;
}
@media (max-width: 880px) {
  .services {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 30px;
  }
}
@media (max-width: 560px) {
  .services {
    grid-template-columns: 1fr;
  }
}
.services li {
  padding: 20px 0;
  border-top: 2px solid var(--marine);
}
.services li + li {
  border-top: 1px solid var(--line);
}
@media (min-width: 561px) {
  .services li:nth-child(2),
  .services li:nth-child(3) {
    border-top: 2px solid var(--marine);
  }
}
@media (min-width: 881px) {
  .services li:nth-child(3) {
    border-top: 2px solid var(--marine);
  }
}
.services h3 {
  font-size: 20px;
  margin-bottom: 6px;
}
.services p {
  margin: 0;
  font-size: 16px;
  color: var(--ink-soft);
}
.services a.more {
  display: inline-block;
  margin-top: 9px;
  font-size: 15.5px;
  font-weight: 700;
  color: var(--signal);
  text-decoration: none;
  border-bottom: 2px solid var(--line);
  padding-bottom: 1px;
}
.services a.more:hover {
  border-bottom-color: var(--signal);
}

/* detail blocks */
.detail {
  border-top: 1px solid var(--line);
  padding: 34px 0;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 14px 46px;
  align-items: start;
}
@media (max-width: 820px) {
  .detail {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.detail h3 {
  font-size: clamp(21px, 2.6vw, 27px);
  color: var(--marine);
}
.detail .body p:last-child {
  margin-bottom: 0;
}
.detail .tag {
  display: inline-block;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 700;
  color: var(--ink-soft);
}
.plain {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
}
.plain li {
  padding: 9px 0 9px 28px;
  position: relative;
  border-bottom: 1px solid var(--line);
  font-size: 16px;
}
.plain li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 18px;
  width: 10px;
  height: 10px;
  background: var(--butter);
  border-radius: 2px;
  transform: rotate(45deg);
}

/* steps */
.steps {
  list-style: none;
  margin: 34px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  counter-reset: s;
}
@media (max-width: 880px) {
  .steps {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 540px) {
  .steps {
    grid-template-columns: 1fr;
    gap: 22px;
  }
}
.steps li {
  counter-increment: s;
  padding-top: 15px;
  border-top: 3px solid var(--butter);
}
.steps li::before {
  content: counter(s);
  font-family: "Bricolage Grotesque", Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 15px;
  color: var(--ink-soft);
  display: block;
  margin-bottom: 7px;
}
.steps h3 {
  font-size: 19px;
  margin-bottom: 6px;
}
.steps p {
  margin: 0;
  font-size: 16px;
  color: var(--ink-soft);
}

/* pricing */
.price-list {
  margin: 30px 0 0;
  border-top: 2px solid var(--ink);
}
.price-list .item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 6px 26px;
  align-items: baseline;
  padding: 19px 0;
  border-bottom: 1px solid var(--line);
}
.price-list h3 {
  font-size: 20px;
}
.price-list .amt {
  font-family: "Bricolage Grotesque", Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 25px;
  letter-spacing: -0.02em;
  color: var(--marine);
  white-space: nowrap;
}
.price-list p {
  grid-column: 1/-1;
  margin: 0;
  font-size: 16px;
  color: var(--ink-soft);
  max-width: 62ch;
}
@media (max-width: 520px) {
  .price-list .item {
    grid-template-columns: 1fr;
  }
}
.note {
  margin-top: 22px;
  font-size: 16px;
  color: var(--ink-soft);
  max-width: 60ch;
}

/* build tiers */
.tiers {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-top: 32px;
}
@media (max-width: 760px) {
  .tiers {
    grid-template-columns: 1fr;
  }
}
.tier {
  border: 1.5px solid var(--line);
  border-radius: 6px;
  padding: 22px;
  background: var(--panel-2);
}
.tier.lead {
  border-color: var(--marine);
  border-width: 2px;
  background: var(--panel);
}
.tier h3 {
  font-size: 22px;
  color: var(--marine);
}
.tier .from {
  font-family: "Bricolage Grotesque", Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 27px;
  margin: 8px 0 4px;
}
.tier .from small {
  font-family: "Karla", Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: var(--ink-soft);
  display: block;
  letter-spacing: 0;
}
.tier ul {
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
  font-size: 16px;
}
.tier li {
  padding: 7px 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink-soft);
}
.tier li:last-child {
  border-bottom: none;
}

/* areas */
.areas {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px 34px;
  margin-top: 34px;
}
@media (max-width: 880px) {
  .areas {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 520px) {
  .areas {
    grid-template-columns: 1fr;
  }
}
.area {
  border-top: 2px solid var(--marine);
  padding-top: 14px;
}
.area h3 {
  font-size: 19px;
  margin-bottom: 6px;
}
.area p {
  margin: 0;
  font-size: 15.5px;
  color: var(--ink-soft);
}
.area .subs {
  margin-top: 8px;
  font-size: 15px;
  color: var(--ink);
  line-height: 1.55;
}

/* callout */
.scam {
  margin-top: 40px;
  background: var(--marine);
  color: var(--paper);
  border-radius: 6px;
  padding: 30px 28px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 22px;
  align-items: center;
}
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) .scam {
    color: #0e1722;
  }
}
:root[data-theme="dark"] .scam {
  color: #0e1722;
}
@media (max-width: 640px) {
  .scam {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 24px 20px;
  }
}
.scam h2 {
  font-size: clamp(21px, 2.8vw, 28px);
  max-width: 22ch;
}
.scam p {
  margin: 10px 0 0;
  max-width: 54ch;
  opacity: 0.93;
}
.scam a {
  font-weight: 700;
}

/* faq */
.faq {
  margin-top: 28px;
  border-top: 1px solid var(--line);
  max-width: 66ch;
}
.faq details {
  border-bottom: 1px solid var(--line);
}
.faq summary {
  cursor: pointer;
  list-style: none;
  padding: 17px 34px 17px 0;
  position: relative;
  font-family: "Bricolage Grotesque", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 18.5px;
  letter-spacing: -0.015em;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary::after {
  content: "";
  position: absolute;
  right: 6px;
  top: 25px;
  width: 11px;
  height: 11px;
  border-right: 2.5px solid var(--marine);
  border-bottom: 2.5px solid var(--marine);
  transform: rotate(45deg);
  transition: transform 0.18s ease;
}
.faq details[open] summary::after {
  transform: rotate(-135deg);
  top: 28px;
}
@media (prefers-reduced-motion: reduce) {
  .faq summary::after {
    transition: none;
  }
}
.faq .ans {
  padding: 0 8px 20px 0;
  color: var(--ink-soft);
  font-size: 16.5px;
}
.faq .ans p:last-child {
  margin-bottom: 0;
}

/* two column */
.two {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 50px;
  align-items: start;
}
@media (max-width: 920px) {
  .two {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.two p {
  max-width: 56ch;
}

/* form */
.field {
  margin-bottom: 16px;
}
.field label {
  display: block;
  font-weight: 700;
  font-size: 15.5px;
  margin-bottom: 6px;
}
.field input,
.field select,
.field textarea {
  width: 100%;
  font: inherit;
  font-size: 16.5px;
  color: var(--ink);
  background: var(--paper);
  border: 1.5px solid var(--line);
  border-radius: 4px;
  padding: 12px 13px;
}
.field textarea {
  min-height: 110px;
  resize: vertical;
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--signal);
}
.hint {
  font-size: 14.5px;
  color: var(--ink-soft);
  margin: 6px 0 0;
}
.result {
  margin-top: 18px;
  padding: 18px 20px;
  border-radius: 5px;
  background: var(--panel);
  border: 1.5px solid var(--marine);
}
.result h3 {
  font-size: 20px;
  margin-bottom: 8px;
}
.result p {
  margin: 0;
  font-size: 16px;
  color: var(--ink-soft);
}
.err {
  color: #b3261e;
  font-size: 14.5px;
  margin: 6px 0 0;
  font-weight: 700;
}
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) .err {
    color: #ff9a92;
  }
}
:root[data-theme="dark"] .err {
  color: #ff9a92;
}

/* footer */
.foot {
  background: var(--bar);
  color: var(--bar-ink);
  padding: 50px 0 32px;
}
.foot-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr 1fr;
  gap: 34px;
}
@media (max-width: 880px) {
  .foot-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 560px) {
  .foot-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.foot h3 {
  font-size: 16px;
  margin-bottom: 11px;
}
.foot ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 15.5px;
  line-height: 1.85;
  opacity: 0.9;
}
.foot a {
  text-decoration: none;
}
.foot a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.foot .fine {
  margin-top: 32px;
  padding-top: 18px;
  border-top: 1px solid rgba(251, 250, 247, 0.22);
  font-size: 14.5px;
  opacity: 0.72;
}
.strip {
  background: var(--butter);
  color: #14212e;
  text-align: center;
  padding: 12px 22px;
  font-size: 16px;
  font-weight: 700;
}
.strip a {
  text-decoration: none;
  border-bottom: 2px solid rgba(20, 33, 46, 0.4);
}
