:root {
  --blue: #0F62B4;
  --blue-deep: #0B4A8A;
  --ink: #10233A;
  --slate: #4A5B6E;
  --wash: #F1F6FB;
  --line: #DCE6F0;
  --white: #FFFFFF;
  --wa: #1FAF5A;
  --wa-deep: #178A47;
  --radius: 14px;
  --display: 'Sora', system-ui, sans-serif;
  --body: 'Inter', system-ui, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 84px; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation: none !important; transition: none !important; }
}

body {
  font-family: var(--body);
  color: var(--ink);
  background: var(--white);
  line-height: 1.65;
  font-size: 17px;
}

.wrap { max-width: 1060px; margin: 0 auto; padding: 0 24px; }

/* ---------- header ---------- */
header.site {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.bar { display: flex; align-items: center; gap: 14px; padding: 12px 0; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--ink); }
.brand img { height: 38px; width: auto; }
.wordmark {
  font-family: var(--display); font-weight: 700; font-size: 15px;
  letter-spacing: .22em; text-transform: uppercase;
}
.wordmark span { color: var(--blue); }
nav.main { margin-left: auto; display: flex; gap: 22px; }
nav.main a { color: var(--slate); text-decoration: none; font-size: 15px; }
nav.main a:hover { color: var(--blue); }
.btn {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--display); font-weight: 600; font-size: 15.5px;
  padding: 11px 20px; border-radius: 999px; text-decoration: none;
  border: 2px solid transparent; cursor: pointer; transition: background .15s, color .15s;
}
.btn svg { flex: none; }
.btn-wa { background: var(--wa); color: #fff; }
.btn-wa:hover { background: var(--wa-deep); }
.btn-ghost { border-color: var(--line); color: var(--ink); background: #fff; }
.btn-ghost:hover { border-color: var(--blue); color: var(--blue); }
.btn-blue { background: var(--blue); color: #fff; }
.btn-blue:hover { background: var(--blue-deep); }
.header-cta { margin-left: 8px; padding: 9px 16px; font-size: 14.5px; }
a:focus-visible, button:focus-visible, input:focus-visible {
  outline: 3px solid var(--blue); outline-offset: 2px;
}

/* ---------- eyebrow (from the business card's tracked caps) ---------- */
.eyebrow {
  font-family: var(--display); font-size: 12.5px; font-weight: 600;
  letter-spacing: .3em; text-transform: uppercase; color: var(--blue);
  margin-bottom: 14px;
}

/* ---------- hero ---------- */
.hero { padding: 72px 0 64px; position: relative; overflow: hidden; }
.hero .wrap { display: grid; grid-template-columns: 1.15fr .85fr; gap: 40px; align-items: center; }
.hero h1 {
  font-family: var(--display); font-weight: 700;
  font-size: clamp(34px, 5vw, 52px); line-height: 1.12; letter-spacing: -.01em;
  margin-bottom: 18px;
}
.hero h1 em { font-style: normal; color: var(--blue); }
.hero p.lead { font-size: 19px; color: var(--slate); max-width: 34em; margin-bottom: 26px; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 26px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip {
  font-size: 13.5px; font-weight: 500; color: var(--blue-deep);
  background: var(--wash); border: 1px solid var(--line);
  padding: 6px 13px; border-radius: 999px;
}
.hero-m { text-align: center; }
.hero-m img { width: min(300px, 80%); height: auto; }

/* ---------- the M-line divider (signature) ---------- */
.mline { display: block; width: 100%; height: 34px; }
.mline path { stroke: var(--line); stroke-width: 2; fill: none; }
.mline .peak { stroke: var(--blue); }

/* ---------- sections ---------- */
section { padding: 64px 0; }
section.tint { background: var(--wash); }
h2 {
  font-family: var(--display); font-weight: 700;
  font-size: clamp(26px, 3.4vw, 34px); line-height: 1.2; margin-bottom: 10px;
}
.sub { color: var(--slate); max-width: 40em; margin-bottom: 36px; }

/* ---------- services ---------- */
.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(235px, 1fr)); gap: 16px; }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 22px 22px 20px;
}
.card .ic {
  width: 42px; height: 42px; border-radius: 11px; background: var(--wash);
  display: flex; align-items: center; justify-content: center; margin-bottom: 14px;
  color: var(--blue);
}
.card h3 { font-family: var(--display); font-size: 17px; font-weight: 600; margin-bottom: 6px; }
.card p { font-size: 14.5px; color: var(--slate); line-height: 1.55; }
.honest {
  margin-top: 28px; padding: 18px 22px; border-radius: var(--radius);
  background: #fff; border: 1px dashed var(--line); color: var(--slate); font-size: 15px;
}
.honest strong { color: var(--ink); }

/* ---------- steps ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; counter-reset: step; }
.step { background: var(--wash); border-radius: var(--radius); padding: 26px 24px; position: relative; }
.step::before {
  counter-increment: step; content: counter(step, decimal-leading-zero);
  font-family: var(--display); font-weight: 700; font-size: 15px;
  letter-spacing: .18em; color: var(--blue); display: block; margin-bottom: 10px;
}
.step h3 { font-family: var(--display); font-size: 18px; font-weight: 600; margin-bottom: 8px; }
.step p { font-size: 15px; color: var(--slate); }

/* ---------- pricing ---------- */
.price-panel {
  background: var(--ink); color: #fff; border-radius: 20px;
  padding: 44px; display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: center;
}
.price-panel h2 { color: #fff; }
.price-panel .sub { color: #B8C6D6; margin-bottom: 0; }
.price-rows { display: grid; gap: 0; }
.price-row {
  display: flex; justify-content: space-between; align-items: baseline; gap: 16px;
  padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.14);
}
.price-row:last-child { border-bottom: 0; }
.price-row .label { color: #C9D6E4; font-size: 15.5px; }
.price-row .val { font-family: var(--display); font-weight: 700; font-size: 21px; white-space: nowrap; }
.price-note { font-size: 13.5px; color: #9FB2C6; margin-top: 12px; }
.price-note a { color: #fff; }
.nofee {
  display: inline-block; background: var(--wa); color: #fff; font-weight: 600;
  font-size: 13px; letter-spacing: .12em; text-transform: uppercase;
  padding: 6px 14px; border-radius: 999px; margin-bottom: 16px; font-family: var(--display);
}

/* ---------- areas ---------- */
.towns { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 20px; }
.town {
  font-family: var(--display); font-weight: 600; font-size: 15.5px;
  background: #fff; border: 1px solid var(--line); border-radius: 999px;
  padding: 9px 18px; color: var(--ink);
}
.town.remote { background: var(--blue); border-color: var(--blue); color: #fff; }

/* ---------- about ---------- */
.about { display: grid; grid-template-columns: .9fr 1.1fr; gap: 44px; align-items: center; }
.about-badge {
  background: var(--wash); border-radius: 20px; padding: 40px; text-align: center;
}
.about-badge img { width: 130px; margin-bottom: 16px; }
.about-badge .name { font-family: var(--display); font-weight: 700; font-size: 20px; }
.about-badge .role { color: var(--slate); font-size: 14px; letter-spacing: .2em; text-transform: uppercase; margin-top: 4px; font-family: var(--display); }
.creds { list-style: none; margin-top: 22px; display: grid; gap: 10px; text-align: left; }
.creds li { display: flex; gap: 10px; align-items: flex-start; font-size: 15px; color: var(--slate); }
.creds svg { flex: none; margin-top: 3px; color: var(--wa-deep); }

/* ---------- agreement strip ---------- */
.agree-strip {
  border: 1px solid var(--line); border-left: 5px solid var(--blue);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 24px 28px; display: flex; flex-wrap: wrap; gap: 20px; align-items: center;
  background: #fff;
}
.agree-strip p { flex: 1 1 30em; color: var(--slate); font-size: 15.5px; }
.agree-strip strong { color: var(--ink); }

/* ---------- contact ---------- */
.contact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 16px; margin-top: 34px; }
.contact-card {
  border: 1px solid var(--line); border-radius: var(--radius); padding: 24px;
  text-decoration: none; color: var(--ink); background: #fff; display: block;
  transition: border-color .15s;
}
.contact-card:hover { border-color: var(--blue); }
.contact-card .how {
  font-family: var(--display); font-size: 12px; font-weight: 600;
  letter-spacing: .25em; text-transform: uppercase; color: var(--slate); margin-bottom: 8px;
}
.contact-card .what { font-family: var(--display); font-weight: 600; font-size: 18px; word-break: break-word; }
.contact-card.primary { background: var(--wa); border-color: var(--wa); color: #fff; }
.contact-card.primary .how { color: rgba(255,255,255,.85); }
.contact-card.primary:hover { background: var(--wa-deep); border-color: var(--wa-deep); }

/* ---------- footer ---------- */
footer.site {
  background: var(--ink); color: #B8C6D6; padding: 34px 0; font-size: 14px; margin-top: 40px;
}
footer.site .wrap { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; justify-content: space-between; }
footer.site img { height: 30px; opacity: .9; }
footer.site a { color: #fff; }

/* ---------- disclaimer page ---------- */
.doc { max-width: 760px; margin: 0 auto; padding: 56px 24px 40px; }
.doc h1 { font-family: var(--display); font-size: clamp(28px, 4vw, 38px); line-height: 1.15; margin-bottom: 8px; }
.doc .version { color: var(--slate); font-size: 14px; margin-bottom: 34px; }
.doc h2 { font-size: 21px; margin: 34px 0 10px; }
.doc p, .doc li { color: #2B3D52; font-size: 16px; }
.doc ul { padding-left: 22px; margin: 10px 0; }
.doc li { margin-bottom: 7px; }
.agree-box {
  margin: 44px auto 20px; max-width: 760px; background: var(--wash);
  border: 1px solid var(--line); border-radius: 20px; padding: 34px;
}
.agree-box h2 { font-family: var(--display); font-size: 22px; margin-bottom: 8px; }
.agree-box .hint { color: var(--slate); font-size: 15px; margin-bottom: 22px; }
.field { margin-bottom: 18px; }
.field label { display: block; font-weight: 600; font-size: 14.5px; margin-bottom: 6px; }
.field input[type="text"] {
  width: 100%; padding: 12px 14px; border: 1px solid var(--line); border-radius: 10px;
  font: inherit; font-size: 16px; background: #fff;
}
.check { display: flex; gap: 10px; align-items: flex-start; margin: 20px 0 24px; font-size: 15.5px; color: #2B3D52; }
.check input { width: 20px; height: 20px; margin-top: 2px; accent-color: var(--blue); flex: none; }
.agree-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.agree-actions .btn[aria-disabled="true"] { opacity: .45; pointer-events: none; }
.small { font-size: 13px; color: var(--slate); margin-top: 16px; }

/* ---------- responsive ---------- */
@media (max-width: 860px) {
  nav.main { display: none; }
  .hero .wrap { grid-template-columns: 1fr; }
  .hero-m { order: -1; }
  .hero-m img { width: 150px; }
  .hero { padding: 40px 0 48px; }
  .steps { grid-template-columns: 1fr; }
  .price-panel { grid-template-columns: 1fr; padding: 32px 26px; }
  .about { grid-template-columns: 1fr; }
}
@media print {
  header.site, .agree-box, footer.site, .btn { display: none !important; }
}

/* ---------- FAQ section ---------- */
.faq { padding: 64px 0; }
.faq h2 { margin-bottom: 26px; }
.faq details {
  background: var(--wash);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 0 20px;
  margin-bottom: 12px;
  max-width: 820px;
}
.faq summary {
  cursor: pointer;
  font-weight: 600;
  font-size: 16.5px;
  padding: 16px 0;
  list-style: none;
  position: relative;
  padding-right: 34px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  position: absolute; right: 4px; top: 50%;
  transform: translateY(-50%);
  font-size: 22px; color: var(--blue); font-weight: 400;
}
.faq details[open] summary::after { content: "–"; }
.faq details p {
  color: #2B3D52; font-size: 15.5px; line-height: 1.6;
  padding: 0 0 18px;
}
.faq details a { color: var(--blue); }

/* ============================================================
   Responsive v1.2 — mobile layout overhaul
   ============================================================ */

/* --- tablet & below: header with scrollable nav strip --- */
@media (max-width: 860px) {
  html { scroll-padding-top: 122px; }
  .bar { flex-wrap: wrap; row-gap: 2px; }
  .header-cta { margin-left: auto; }        /* keep WhatsApp pinned right */
  nav.main {
    display: flex;                          /* overrides display:none above */
    order: 3;
    width: 100%;
    margin-left: 0;
    overflow-x: auto;
    gap: 22px;
    padding: 2px 30px 8px 2px;              /* right padding clears the fade */
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -webkit-mask-image: linear-gradient(90deg, #000 88%, transparent);
            mask-image: linear-gradient(90deg, #000 88%, transparent);
  }
  nav.main::-webkit-scrollbar { display: none; }
  nav.main a { white-space: nowrap; font-size: 14.5px; padding: 5px 0; }
}

/* --- phones: compact rhythm, compact cards, no duplicate hero logo --- */
@media (max-width: 640px) {
  section, .faq { padding: 46px 0; }
  .sub { margin-bottom: 26px; }

  .hero { padding: 30px 0 42px; }
  .hero-m { display: none; }                /* header logo already shows the M */
  .hero p.lead { font-size: 17px; margin-bottom: 22px; }
  .eyebrow { font-size: 11.5px; letter-spacing: .22em; }

  /* service cards: icon-beside-text rows, half the height */
  .grid { gap: 10px; }
  .card {
    display: grid; grid-template-columns: 40px 1fr;
    column-gap: 14px; align-items: start;
    padding: 14px 16px 13px;
  }
  .card .ic { width: 40px; height: 40px; margin-bottom: 0; grid-row: 1 / span 2; }
  .card h3 { font-size: 16px; margin-bottom: 2px; }
  .card p { font-size: 14px; }

  .steps { gap: 12px; }
  .step { padding: 20px 18px; }

  footer.site { margin-top: 24px; padding: 26px 0; font-size: 13px; }
  footer.site .wrap { flex-direction: column; align-items: flex-start; gap: 10px; }
}

/* --- small phones: compact header, tighter panels, full-width buttons --- */
@media (max-width: 480px) {
  html { scroll-padding-top: 108px; }
  .bar { padding: 9px 0; }
  .brand img { height: 30px; }
  .wordmark { font-size: 12.5px; letter-spacing: .14em; }
  .header-cta { padding: 8px 13px; font-size: 13.5px; }

  .hero h1 { font-size: clamp(29px, 8.3vw, 36px); line-height: 1.12; }
  main .btn { width: 100%; justify-content: center; text-align: center; }
  img { max-width: 100%; height: auto; }

  .price-panel { padding: 26px 20px; border-radius: 16px; }
  .price-row .val { font-size: 19px; }
  .about-badge { padding: 26px 20px; }
  .agree-strip { padding: 18px 18px 20px; }
  .honest { padding: 15px 16px; font-size: 14px; }
  .contact-card { padding: 20px; }
  .towns { gap: 8px; }
  .town { font-size: 14px; padding: 8px 14px; }

  /* disclaimer page */
  .doc { padding: 36px 20px 28px; }
  .agree-box { padding: 24px 18px; }
}
