:root {
  --ink: #17211b;
  --muted: #607067;
  --line: #dce6df;
  --soft: #f3f7f4;
  --forest: #156b45;
  --forest-dark: #0d5033;
  --blue: #1463e2;
  --blue-dark: #0b4ebd;
  --warning: #8a6100;
  --white: #fff;
  --shadow: 0 16px 42px rgba(25, 61, 42, .10);
  --radius: 18px;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fbfdfb;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img, svg { max-width: 100%; height: auto; }
a { color: var(--blue); text-underline-offset: .16em; }
a:hover { color: var(--blue-dark); }
button, input, select { font: inherit; }
button { cursor: pointer; }
h1, h2, h3 { margin: 0 0 .65em; line-height: 1.12; letter-spacing: -.025em; }
h1 { font-size: clamp(2.15rem, 5vw, 4.35rem); }
h2 { font-size: clamp(1.45rem, 3vw, 2.15rem); }
h3 { font-size: 1.15rem; }
p { margin: 0 0 1em; }

.screen-reader-text {
  border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%);
  height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px;
}
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 99999; padding: 12px 18px; background: var(--ink); color: #fff; border-radius: 8px; }
.skip-link:focus { top: 16px; }
:focus-visible { outline: 3px solid #f3b61f; outline-offset: 3px; }
.site-shell { width: min(100% - 32px, var(--shell)); margin-inline: auto; }

.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(10px); }
.site-header__inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.site-brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); text-decoration: none; line-height: 1.05; }
.site-brand__mark { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 12px; background: var(--forest); color: #fff; font-size: 20px; }
.site-brand__mark img { width: 24px; height: 24px; color: #fff; filter: brightness(0) invert(1); }
.site-brand strong, .site-brand small { display: block; }
.site-brand strong { font-size: 15px; letter-spacing: -.01em; }
.site-brand small { margin-top: 3px; color: var(--muted); font-size: 12px; }
.site-nav__list { display: flex; align-items: center; gap: 26px; margin: 0; padding: 0; list-style: none; }
.site-nav__list a { color: var(--ink); font-size: 14px; font-weight: 650; text-decoration: none; }
.site-nav__list a:hover { color: var(--forest); }
.site-nav__toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.site-nav__toggle > span:not(.screen-reader-text) { display: block; height: 2px; margin: 5px 0; background: var(--ink); }

.hero { overflow: hidden; padding: 76px 0 70px; background: radial-gradient(circle at 86% 22%, #d7eee0 0, rgba(215,238,224,0) 34%), linear-gradient(135deg, #f7fbf8 0%, #eef7f1 100%); border-bottom: 1px solid var(--line); }
.hero__inner { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); align-items: center; gap: 70px; }
.eyebrow { margin: 0 0 14px; color: var(--forest); font-size: 13px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.hero h1 { max-width: 780px; }
.hero__lead { max-width: 690px; color: #46564d; font-size: clamp(1.08rem, 2vw, 1.28rem); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 30px 0 13px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 8px; padding: 11px 19px; border: 1px solid transparent; border-radius: 12px; font-weight: 750; text-decoration: none; transition: transform .16s ease, background .16s ease, border-color .16s ease; }
.button:hover { transform: translateY(-1px); }
.button--primary { color: #fff; background: var(--blue); border-color: var(--blue); box-shadow: 0 8px 20px rgba(20,99,226,.18); }
.button--primary:hover { color: #fff; background: var(--blue-dark); }
.button--secondary { color: var(--ink); background: #fff; border-color: #c8d6cc; }
.button--secondary:hover { color: var(--forest); border-color: var(--forest); }
.hero__privacy { color: var(--muted); font-size: 13px; }
.hero__panel { position: relative; }
.mini-map { position: relative; min-height: 350px; overflow: hidden; border: 10px solid rgba(255,255,255,.82); border-radius: 30px; background: #e7eee9; box-shadow: var(--shadow); transform: rotate(1.2deg); }
.mini-map::before, .mini-map::after { content: ""; position: absolute; inset: -20%; background: repeating-linear-gradient(35deg, transparent 0 45px, rgba(255,255,255,.7) 46px 53px, transparent 54px 92px); }
.mini-map::after { transform: rotate(80deg); opacity: .75; }
.mini-map__water { position: absolute; z-index: 1; width: 42%; height: 125%; right: -15%; top: -12%; border-radius: 45%; background: #c5e6ee; transform: rotate(-16deg); }
.mini-map__route { position: absolute; z-index: 2; display: block; height: 8px; border-radius: 99px; background: #fff; box-shadow: 0 0 0 2px #d0dcd4; }
.mini-map__route--one { width: 75%; left: -8%; top: 45%; transform: rotate(-12deg); }
.mini-map__route--two { width: 70%; left: 16%; top: 68%; transform: rotate(29deg); }
.mini-map__pin { position: absolute; z-index: 3; display: grid; place-items: center; width: 48px; height: 48px; border: 4px solid #fff; border-radius: 50% 50% 50% 8px; background: var(--forest); color: #fff; box-shadow: 0 8px 18px rgba(19,74,48,.26); transform: rotate(-45deg); }
.mini-map__pin::first-letter { transform: rotate(45deg); }
.mini-map__pin--one { left: 18%; top: 25%; }
.mini-map__pin--two { left: 48%; top: 51%; background: var(--blue); }
.mini-map__pin--three { right: 15%; top: 20%; }
.hero__stat { position: absolute; z-index: 5; left: -30px; bottom: -24px; max-width: 250px; padding: 16px 18px; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: var(--shadow); }
.hero__stat strong, .hero__stat span { display: block; }
.hero__stat strong { color: var(--forest); font-size: 14px; }
.hero__stat span { margin-top: 3px; color: var(--muted); font-size: 12px; }

.finder-section { padding: 64px 0 76px; }
.trust-section { padding: 60px 0; background: var(--soft); border-block: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 44px; }
.trust-grid h2 { margin: 13px 0 8px; font-size: 1.18rem; }
.trust-grid p { color: var(--muted); font-size: 14px; }
.trust-icon { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 12px; background: #dff0e5; color: var(--forest); font-size: 20px; font-weight: 900; }

.archive-hero { padding: 60px 0 42px; background: var(--soft); border-bottom: 1px solid var(--line); }
.archive-hero h1 { font-size: clamp(2rem, 5vw, 3.6rem); }
.archive-hero p:last-child { max-width: 760px; color: var(--muted); font-size: 1.08rem; }
.content-shell { max-width: 820px; padding-block: 64px 84px; }
.content-shell--wide { max-width: var(--shell); }
.content-card { padding: clamp(24px, 5vw, 54px); border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 10px 32px rgba(31,65,44,.06); }
.entry-content > * + * { margin-top: 1.15em; }
.entry-content h2 { margin-top: 1.8em; }
.entry-content li + li { margin-top: .45em; }
.plugin-notice { padding: 22px; border: 1px solid #ead48d; border-radius: 12px; background: #fff8df; }
.error-page { text-align: center; }

.site-footer { padding: 54px 0 28px; color: #dce7df; background: #14231a; }
.site-footer a { color: #fff; }
.site-footer__grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; }
.site-brand--footer { color: #fff; }
.site-brand--footer small { color: #b9c8be; }
.site-footer__grid p { max-width: 570px; margin-top: 17px; color: #b9c8be; font-size: 14px; }
.site-footer__links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px 22px; margin: 0 0 12px; padding: 0; list-style: none; }
.site-footer__links a { font-size: 14px; text-decoration: none; }
.site-footer__bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 36px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.13); color: #9fb1a5; font-size: 12px; }

@media (max-width: 900px) {
  .hero { padding-top: 54px; }
  .hero__inner { grid-template-columns: 1fr; gap: 48px; }
  .hero__panel { width: min(100%, 600px); }
  .trust-grid { gap: 26px; }
}

@media (max-width: 720px) {
  .site-header__inner { min-height: 64px; }
  .site-nav__toggle { display: block; }
  .site-nav { display: none; position: absolute; left: 16px; right: 16px; top: 64px; padding: 10px; border: 1px solid var(--line); border-radius: 12px; background: #fff; box-shadow: var(--shadow); }
  .site-nav.is-open { display: block; }
  .site-nav__list { display: block; }
  .site-nav__list a { display: block; padding: 12px; }
  .hero { padding: 42px 0 56px; }
  .hero h1 { font-size: clamp(2.15rem, 11vw, 3.4rem); }
  .hero__panel { display: none; }
  .hero__actions { display: grid; }
  .button { width: 100%; }
  .trust-grid, .site-footer__grid { grid-template-columns: 1fr; }
  .site-footer__links { justify-content: flex-start; }
  .site-footer__bottom { flex-direction: column; }
  .content-shell { padding-block: 32px 54px; }
  .content-card { border-radius: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
