@font-face {
  font-family: "Bricolage Grotesque";
  font-style: normal;
  font-weight: 200 800;
  src: url("../fonts/BricolageGrotesque-Variable.woff2") format("woff2");
}

@font-face {
  font-family: "Figtree";
  font-style: normal;
  font-weight: 300 900;
  src: url("../fonts/Figtree-Variable.woff2") format("woff2");
}

:root {
  --bg: #fff;
  --sf: #fff;
  --warm: #f8f5ee;
  --ln: #e8e4d9;
  --ink: #26241e;
  --mu: #6f6a60;
  --pri: #33557e;
  --pri-d: #284467;
  --acc: #a6733c;
  --tint-p: #eaeef3;
  --loc-bg: #f3eadc;
  --loc-ink: #7a5a33;
  --disp: "Bricolage Grotesque", sans-serif;
  --body: "Figtree", sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--body);
  -webkit-font-smoothing: antialiased;
}

main { min-height: 60vh; }

img { display: block; max-width: 100%; }

a { color: var(--pri); }

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--disp);
  letter-spacing: -0.02em;
}

p { margin: 0; }

button,
input,
textarea { font: inherit; }

.skip-link {
  position: fixed;
  left: 1rem;
  top: -4rem;
  z-index: 20;
  padding: 0.75rem 1rem;
  background: var(--ink);
  border-radius: 0 0 8px 8px;
  color: #fff;
  text-decoration: none;
}

.skip-link:focus { top: 0; }

.wrap,
.nav,
.chips,
.pros,
.verify,
.strip,
.f-in,
.f-bottom { max-width: 1120px; margin: 0 auto; }

.wrap { padding: 0 40px; }

.wrap.two {
  display: grid;
  grid-template-columns: 1.35fr 0.8fr;
  gap: 36px;
  align-items: start;
  padding-bottom: 44px;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 40px;
}

.mark {
  color: var(--ink);
  font-family: var(--disp);
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.mark::after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  border-radius: 50%;
  background: var(--acc);
  content: "";
  vertical-align: middle;
}

.nav-r { display: flex; align-items: center; gap: 20px; font-size: 13.5px; font-weight: 600; }
.nav-r a { color: var(--mu); text-decoration: none; }
.nav-r a:hover { color: var(--ink); }
.nav-r .btn { color: #fff; }

.btn {
  display: inline-block;
  border: 1.5px solid var(--pri);
  border-radius: 999px;
  background: var(--pri);
  color: #fff;
  cursor: pointer;
  font-family: var(--body);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  padding: 9px 16px;
  text-align: center;
  text-decoration: none;
}

.btn:hover { border-color: var(--pri-d); background: var(--pri-d); }
.btn.ghost { background: #fff; color: var(--pri); }
.btn.ghost:hover { background: var(--tint-p); }
.btn.full { display: block; width: 100%; }
.btn:disabled { cursor: wait; opacity: 0.7; }

.link { color: var(--pri); font-size: 13.5px; font-weight: 700; text-decoration: none; }
.link:hover { text-decoration: underline; }
.link.small { display: block; margin-top: 10px; font-size: 12.5px; }

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--acc);
  outline-offset: 2px;
}

.hero-wrap { max-width: 1120px; margin: 0 auto; padding: 4px 40px 18px; }

.hero {
  display: flex;
  max-width: 680px;
  margin: 0 auto;
  align-items: center;
  gap: 7px;
  border: 2px dashed var(--acc);
  border-radius: 15px;
  flex-direction: column;
  padding: 24px 30px;
  text-align: center;
}

.eyeb { color: var(--acc); font-size: 10.5px; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; }
.hero h1 { font-size: clamp(23px, 2.8vw, 31px); font-weight: 700; line-height: 1.08; text-wrap: balance; }
.hero .sub { max-width: 58ch; color: var(--mu); font-size: 13.5px; line-height: 1.5; }

.chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
  padding: 0 40px 22px;
}

.chip {
  border: 1.5px solid var(--pri);
  border-radius: 999px;
  background: var(--pri);
  color: #fff;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1.2;
  padding: 8px 14px;
  text-decoration: none;
}

.chip:hover { border-color: var(--pri-d); background: var(--pri-d); }
.chip.on { background: #fff; color: var(--pri); }
.brk { display: none; }

.crumb { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; padding: 4px 0 14px; color: var(--mu); font-size: 12.5px; }
.crumb a { color: var(--mu); text-decoration: none; }
.crumb a:hover { color: var(--pri); }
.h1 { font-size: clamp(24px, 3vw, 34px); font-weight: 700; line-height: 1.1; text-wrap: balance; }
.dek { max-width: 64ch; margin: 8px 0 20px; color: var(--mu); font-size: 14.5px; line-height: 1.5; text-wrap: balance; }

.pros { padding: 0 40px 30px; }
.plabel { margin-bottom: 12px; font-size: 17px; font-weight: 700; text-align: center; }
.plabel.left { text-align: left; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }

.card {
  position: relative;
  display: flex;
  gap: 9px;
  border: 1.5px solid var(--ln);
  border-radius: 14px;
  background: var(--sf);
  flex-direction: column;
  padding: 16px;
}

.card.feat { border-color: var(--acc); border-style: dashed; }
.ftag { position: absolute; top: -10px; right: 14px; border-radius: 999px; background: var(--acc); color: #fff; font-size: 9px; font-weight: 800; letter-spacing: 0.08em; padding: 3px 9px; text-transform: uppercase; }
.ftag.big { position: static; display: inline-block; margin-left: 6px; vertical-align: middle; font-size: 9.5px; }
.etag { position: absolute; top: -10px; right: 14px; border-radius: 999px; background: var(--pri); color: #fff; font-size: 9px; font-weight: 800; letter-spacing: 0.08em; padding: 3px 9px; text-transform: uppercase; }
.etag.big { position: static; display: inline-block; margin-left: 6px; vertical-align: middle; font-size: 9.5px; }
.c-top { display: flex; align-items: center; gap: 11px; }
.ava { display: inline-flex; width: 42px; height: 42px; flex-shrink: 0; align-items: center; justify-content: center; border-radius: 50%; background: var(--tint-p); color: var(--pri); font-size: 13px; font-weight: 800; }
.ava.lg { width: 64px; height: 64px; font-size: 19px; }
.ava.logo { overflow: hidden; border-radius: 10px; background: none; }
.ava.logo.lg { border-radius: 14px; }
.ava.logo img { width: 100%; height: 100%; object-fit: cover; }
.c-name { font-size: 16px; font-weight: 700; line-height: 1.2; }
.c-name a { color: var(--ink); text-decoration: none; }
.c-name a:hover { color: var(--pri); }
.c-name.lg { font-size: 21px; }
.c-sub { display: flex; flex-wrap: wrap; align-items: center; gap: 4px; margin-top: 3px; color: var(--mu); font-size: 11px; font-weight: 600; }
.ver { color: var(--pri); font-size: 10.5px; font-weight: 800; }
.rating-inline { display: inline-flex; align-items: center; gap: 4px; }
.stars { color: var(--acc); font-size: 11.5px; letter-spacing: 0.04em; }
.rt { color: var(--ink); font-weight: 800; }
.rc { color: var(--mu); font-weight: 600; }
.norev { color: var(--mu); font-weight: 600; font-style: italic; }
.loc { align-self: flex-start; border-radius: 999px; background: var(--loc-bg); color: var(--loc-ink); font-size: 10.5px; font-weight: 700; padding: 3px 9px; }
.loc.alt { background: #f1efea; color: var(--mu); }
.meta { color: var(--mu); font-size: 12.5px; font-weight: 500; overflow-wrap: anywhere; }
.meta a { color: var(--pri); font-weight: 700; text-decoration: none; }
.meta a:hover { text-decoration: underline; }
.tagline { margin: -2px 0 0; color: var(--ink); font-size: 12.5px; line-height: 1.4; }
.view { display: block; width: 100%; margin-top: auto; border-radius: 999px; background: var(--pri); color: #fff; font-size: 13px; font-weight: 700; padding: 8px 0; text-align: center; text-decoration: none; }
.view:hover { background: var(--pri-d); }
.note { margin-top: 16px; color: var(--mu); font-size: 12.5px; text-align: center; }
.note a { color: var(--pri); font-weight: 700; text-decoration: none; }
.empty { color: var(--mu); font-size: 14px; }

.spot { position: relative; display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-bottom: 26px; border: 2px dashed var(--acc); border-radius: 16px; padding: 20px 24px; }
.spot .ftag { top: -11px; right: auto; left: 18px; }
.spot-b { display: flex; min-width: 220px; flex: 1; flex-direction: column; gap: 5px; }
.spot .acts { margin: 0; }

.verify { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; border-top: 1px solid var(--ln); padding: 22px 40px 8px; }
.v-item b { display: block; margin-bottom: 3px; color: var(--pri); font-size: 10.5px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.v-item span { color: var(--mu); font-size: 13px; line-height: 1.45; }
.strip { padding: 22px 40px 34px; color: var(--mu); font-size: 13.5px; font-weight: 600; text-align: center; }
.strip a { color: var(--pri); font-weight: 800; text-decoration: none; }

.p-head { display: flex; align-items: center; gap: 16px; padding-bottom: 20px; }
.p-title { display: flex; min-width: 0; flex-direction: column; gap: 6px; }
.p-sub { color: var(--mu); font-size: 13px; font-weight: 600; }
.p-sub a { color: var(--pri); font-weight: 700; text-decoration: none; }
.p-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.p-grid { display: grid; grid-template-columns: 1.4fr 0.8fr; gap: 22px; padding-bottom: 34px; align-items: start; }
.p-main, .p-side { display: flex; flex-direction: column; gap: 14px; }
.panel { border: 1.5px solid var(--ln); border-radius: 14px; background: var(--sf); padding: 18px 20px; }
.panel.dashed { border-color: var(--acc); border-style: dashed; }
.panel-h { margin-bottom: 12px; font-size: 15px; font-weight: 700; }
.panel-h.sm { display: block; margin-bottom: 6px; font-size: 14px; }
.panel.about .about-p { margin: 0 0 12px; color: var(--ink); font-size: 14px; line-height: 1.6; }
.svcs { display: flex; flex-wrap: wrap; gap: 6px; }
.svc { border-radius: 999px; background: var(--tint-p); color: var(--pri); font-size: 11.5px; font-weight: 700; padding: 4px 10px; }
.row { display: flex; align-items: baseline; gap: 14px; border-top: 1px solid var(--ln); font-size: 13.5px; padding: 8px 0; }
.row:first-of-type { border-top: 0; }
.row .k { width: 100px; flex-shrink: 0; color: var(--mu); font-size: 12px; font-weight: 600; }
.row .v { color: var(--pri); font-weight: 700; overflow-wrap: anywhere; text-decoration: none; }
.row .v.mu, .mu { color: var(--mu); font-weight: 500; }
.acts { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }
.panel > .rating-inline { font-size: 14px; }
.panel > .rating-inline .stars { font-size: 16px; }
.panel > .rating-inline .rt { font-family: var(--disp); font-size: 18px; }
.panel > .norev { font-size: 13px; line-height: 1.5; }
.small { margin: 4px 0 8px; color: var(--mu); font-size: 13px; line-height: 1.5; }
.ticks { display: flex; flex-direction: column; gap: 5px; margin: 8px 0 0; padding: 0; color: var(--ink); font-size: 12.5px; list-style: none; }
.ticks li::before { margin-right: 8px; color: var(--acc); content: "✓"; font-weight: 800; }

.form { display: flex; gap: 14px; border: 1.5px solid var(--ln); border-radius: 14px; background: var(--sf); flex-direction: column; padding: 22px 24px; }
.form label { display: flex; gap: 5px; color: var(--mu); flex-direction: column; font-size: 12px; font-weight: 700; }
.form input, .form textarea { border: 1.5px solid var(--ln); border-radius: 9px; background: #fff; color: var(--ink); font: 500 14px/1.4 var(--body); padding: 9px 12px; }
.form input:focus, .form textarea:focus { border-color: var(--pri); box-shadow: 0 0 0 3px var(--tint-p); outline: none; }
.form textarea { resize: vertical; }
.grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form fieldset { display: flex; gap: 7px; margin: 0; border: 0; flex-direction: column; padding: 0; }
.form legend { margin-bottom: 6px; color: var(--mu); font-size: 12px; font-weight: 700; padding: 0; }
.form .radio { flex-direction: row; align-items: center; gap: 9px; color: var(--ink); font-size: 13.5px; font-weight: 600; }
.form .radio input { width: 15px; height: 15px; margin: 0; accent-color: var(--pri); }
.form .btn { align-self: flex-start; padding: 10px 22px; font-size: 13.5px; }
.fine { color: var(--mu); font-size: 12px; line-height: 1.45; }
.fine a { color: var(--pri); font-weight: 700; text-decoration: none; }
.form-status { margin: 0; font-size: 13px; font-weight: 700; }
.form-status[data-state="error"] { color: #963926; }
.form-status[data-state="success"] { color: #2f6848; }
.form-honeypot, .form-submission-frame { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }

.tiers { display: flex; flex-direction: column; gap: 12px; }
.tier { position: relative; display: flex; gap: 6px; border: 1.5px solid var(--ln); border-radius: 14px; background: var(--sf); flex-direction: column; padding: 16px 18px; }
.tier.dashed { border-color: var(--acc); border-style: dashed; }
.tier b { font-family: var(--disp); font-size: 15px; font-weight: 700; }
.tier .price { color: var(--acc); font-size: 10.5px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.tier .price.free { color: var(--pri); }
.tier p { color: var(--mu); font-size: 13px; line-height: 1.5; }
.tier p em { color: var(--acc); font-style: normal; font-weight: 700; }
.tier.ribboned { overflow: hidden; padding-top: 0; }
.ribbon { display: block; margin: 0 -18px 12px; background: var(--acc); color: #fff; font-size: 10px; font-weight: 800; letter-spacing: 0.1em; padding: 6px 12px; text-align: center; text-transform: uppercase; }
.radio .paid, .radio .free { border-radius: 999px; font-size: 9.5px; font-weight: 800; letter-spacing: 0.08em; margin-left: 4px; padding: 2px 7px; text-transform: uppercase; }
.radio .paid { background: var(--loc-bg); color: var(--loc-ink); }
.radio .free { background: var(--tint-p); color: var(--pri); }

.wrap.about { display: flex; max-width: 760px; flex-direction: column; gap: 22px; padding-bottom: 44px; }
.a-block h2 { margin-bottom: 6px; font-size: 18px; font-weight: 700; }
.a-block p { color: var(--ink); font-size: 14.5px; line-height: 1.6; }
.a-block p em { color: var(--acc); font-style: normal; font-weight: 700; }
.steps { display: flex; flex-direction: column; gap: 8px; margin: 0; padding: 0 0 0 22px; font-size: 14.5px; line-height: 1.55; }
.steps li::marker { color: var(--pri); font-weight: 800; }
.a-cta { display: flex; align-items: center; gap: 18px; padding-top: 6px; }

.foot { margin-top: 10px; border-top: 1px solid var(--ln); background: var(--warm); }
.f-in { display: grid; grid-template-columns: 1.6fr 0.8fr; gap: 32px; padding: 30px 40px 22px; }
.f-brand p { max-width: 40ch; margin-top: 10px; color: var(--mu); font-size: 12.5px; line-height: 1.5; }
.f-col { display: flex; flex-direction: column; gap: 6px; }
.f-col b { margin-bottom: 4px; color: var(--mu); font-size: 10.5px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.f-col a { color: var(--ink); font-size: 13px; font-weight: 600; text-decoration: none; }
.f-col a:hover { color: var(--pri); }
.f-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px; border-top: 1px solid var(--ln); color: var(--mu); font-size: 11.5px; padding: 14px 40px 26px; }

@media (min-width: 900px) { .brk { display: block; flex-basis: 100%; height: 0; } }

@media (max-width: 860px) {
  .wrap { padding: 0 18px; }
  .wrap.two, .p-grid { grid-template-columns: 1fr; gap: 22px; }
  .nav { gap: 8px; padding: 14px 18px; }
  .mark { font-size: 16px; }
  .nav-r { gap: 12px; font-size: 12.5px; }
  .nav-r a:not(.btn) { display: none; }
  .hero-wrap { padding: 4px 18px 16px; }
  .hero { padding: 20px 18px; }
  .chips { justify-content: flex-start; padding: 0 18px 18px; }
  .pros { padding: 0 18px 24px; }
  .cards, .verify { grid-template-columns: 1fr; }
  .verify { gap: 14px; padding: 18px 18px 8px; }
  .strip { padding: 18px 18px 28px; }
  .p-head { align-items: flex-start; }
  .f-in { grid-template-columns: 1fr 1fr; padding: 24px 18px 16px; }
  .f-brand { grid-column: 1 / -1; }
  .f-bottom { padding: 12px 18px 22px; }
}

@media (max-width: 600px) {
  .grid2 { grid-template-columns: 1fr; }
  .form { padding: 18px; }
  .spot .acts { width: 100%; }
  .spot .acts .btn { flex: 1; }
}
