:root {
  --mint: #00ce9b;
  --mint-2: #19e089;
  --sky: #09afea;
  --ink: #252840;
  --mute: #6b7285;
  --line: #e6eaf1;
  --soft: #f4f8fb;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(37, 40, 64, .1);
  --wide: 1160px;
  --radius: 24px;
  --space: 16px;
  --header-h: 84px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Rubik, "Segoe UI", Roboto, sans-serif;
  font-size: 17px;
  line-height: 1.75;
  overflow-x: clip;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
h1, h2, h3 {
  font-family: Manrope, "Segoe UI", sans-serif;
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1.22;
  color: var(--ink);
  margin: 0 0 16px;
}
h1 { font-size: clamp(1.85rem, 4.6vw, 3.6rem); margin-bottom: 18px; }
h2 { font-size: clamp(1.45rem, 3vw, 2.35rem); }
h3 { font-size: 1.18rem; margin-bottom: 10px; }
p { margin: 0 0 16px; color: var(--mute); }
p:last-child { margin-bottom: 0; }
svg { width: 1.2em; height: 1.2em; flex-shrink: 0; }
.wrap {
  width: min(calc(100% - 48px), var(--wide));
  margin-inline: auto;
}
.plank { padding: 88px 0; }
.plank-sage { background: var(--soft); }
.plank-forest {
  color: var(--white);
  background: radial-gradient(circle at 85% 10%, rgba(25, 224, 137, .28), transparent 32%), #252840;
}
.plank-forest h2, .plank-forest h3 { color: var(--white); }
.plank-forest p { color: #c5cbd6; }
.jump { position: fixed; left: 16px; top: -90px; z-index: 400; padding: 10px 14px; background: var(--white); border-radius: 999px; }
.jump:focus { top: 16px; }

.mast {
  position: sticky;
  top: 0;
  z-index: 90;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.mast-row {
  position: relative;
  min-height: 84px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.wordmark {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  line-height: 1.2;
  font-family: Manrope, sans-serif;
}
.wordmark img { width: 42px; height: 42px; border-radius: 14px; flex-shrink: 0; }
.wordmark span { display: grid; gap: 2px; min-width: 0; }
.wordmark small {
  color: var(--mint);
  font-size: .72rem;
  font-weight: 700;
}
.wordmark b {
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.2;
}
.menu { margin-left: auto; display: flex; align-items: center; gap: 28px; }
.menu a {
  color: #4d5368;
  font-size: .95rem;
  font-weight: 500;
  padding: 8px 0;
}
.menu a[aria-current="page"], .menu a:hover { color: var(--mint); }
.mast-dial {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  padding: 10px 18px;
  border-radius: 999px;
  color: var(--white);
  background-image: linear-gradient(90deg, var(--sky), var(--mint-2));
  box-shadow: 0 10px 24px rgba(9, 175, 234, .28);
  flex-shrink: 0;
}
.mast-dial small { color: rgba(255,255,255,.88); font-size: .68rem; line-height: 1.3; }
.mast-dial strong { font-size: .92rem; letter-spacing: .01em; }
.menu-btn {
  display: none;
  background: var(--soft);
  border: 0;
  color: var(--ink);
  padding: 12px;
  border-radius: 12px;
  min-width: 44px;
  min-height: 44px;
}

.kicker {
  display: inline-flex;
  align-items: center;
  margin-bottom: 14px;
  padding: 8px 14px;
  color: #0b7a62;
  background: #e5fbf4;
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 700;
  line-height: 1.3;
}
.kicker.light { color: #d7fff2; background: rgba(255,255,255,.12); }
.splash {
  overflow: hidden;
  padding: 72px 0 56px;
  background:
    radial-gradient(circle at 88% 12%, rgba(9, 175, 234, .18), transparent 28%),
    radial-gradient(circle at 12% 88%, rgba(0, 206, 155, .16), transparent 32%),
    var(--white);
}
.splash-grid, .pair, .with-side {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 56px;
  align-items: center;
}
.lead { font-size: 1.08rem; color: #5b6274; margin-bottom: 22px; }
.trust { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.trust span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  background: var(--soft);
  border-radius: 999px;
  color: var(--ink);
  font-size: .9rem;
  line-height: 1.3;
}
.hero-visual { position: relative; }
.photo {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  box-shadow: var(--shadow);
  margin: 0;
}
.photo img { width: 100%; height: 420px; object-fit: cover; }
.badge {
  position: absolute;
  left: 16px;
  bottom: 16px;
  padding: 12px 16px;
  background: var(--white);
  border-radius: 16px;
  box-shadow: var(--shadow);
  font-family: Manrope, sans-serif;
  line-height: 1.35;
}
.badge b { display: block; margin-bottom: 4px; }

.dial {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 16px 22px;
  border-radius: 999px;
  color: var(--white);
  background-image: linear-gradient(90deg, var(--sky), var(--mint-2));
  box-shadow: 0 12px 28px rgba(9, 175, 234, .25);
  max-width: 100%;
}
.dial-ico {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255,255,255,.16);
  flex-shrink: 0;
}
.dial-ico svg { width: 20px; height: 20px; }
.dial-copy { display: grid; gap: 3px; min-width: 0; }
.dial b { font-family: Manrope, sans-serif; font-size: 1rem; line-height: 1.25; }
.dial small, .dial .dial-no { color: rgba(255,255,255,.92); font-size: .85rem; line-height: 1.3; }
.dial-block { margin: 8px 0 18px; }
.plank-forest .dial { margin-top: 8px; }
.note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--mute);
  font-size: .92rem;
  line-height: 1.55;
  margin: 0 0 8px;
}
.note svg { margin-top: 3px; color: var(--mint); }

.quick {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: -12px auto 0;
  position: relative;
  z-index: 2;
}
.quick a {
  display: grid;
  gap: 12px;
  padding: 24px;
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.quick a svg { color: var(--sky); width: 28px; height: 28px; }
.quick b { font-family: Manrope, sans-serif; font-size: 1.15rem; color: var(--ink); line-height: 1.3; }
.quick small { color: var(--mute); line-height: 1.5; }
.tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 8px; }
.tiles article {
  padding: 28px;
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: 0 10px 30px rgba(37, 40, 64, .06);
}
.tiles article p { margin-bottom: 16px; }
.tiles a { display: inline-block; color: var(--sky); font-weight: 700; padding-top: 2px; }
.steps { list-style: none; margin: 0; padding: 0; display: grid; gap: 18px; }
.steps li { display: flex; gap: 16px; align-items: flex-start; }
.steps b {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--sky), var(--mint-2));
  color: var(--white);
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  flex-shrink: 0;
}
.steps span { display: grid; gap: 4px; padding-top: 4px; }
.steps strong { color: inherit; }
.steps small { color: #c5cbd6; line-height: 1.45; }
.plank-forest .steps strong { color: var(--white); }
.mosaic { display: grid; gap: 14px; }
.mosaic a, .stamp-card {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 18px 20px;
  background: var(--white);
  border-radius: 22px;
  box-shadow: 0 10px 30px rgba(37, 40, 64, .06);
}
.mosaic h3, .stamp-card h2 { margin: 0 0 6px; }
.mosaic p, .stamp-card p { margin: 0; }
.mosaic span, .stamp {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--sky), var(--mint-2));
  color: var(--white);
  font-family: Manrope, sans-serif;
  font-size: 1.3rem;
  font-weight: 800;
  flex-shrink: 0;
}
.checks { list-style: none; margin: 8px 0 0; padding: 0; display: grid; gap: 14px; }
.checks li { display: flex; gap: 12px; align-items: flex-start; color: var(--ink); line-height: 1.45; }
.checks svg { margin-top: 2px; color: var(--mint); }
.band {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: center;
  padding: 36px 40px;
  border-radius: 32px;
  color: var(--white);
  background-image: linear-gradient(120deg, var(--sky), var(--mint-2));
}
.band h2 { color: var(--white); margin-bottom: 10px; }
.band p { color: rgba(255,255,255,.92); margin: 0; }
.band > div span { display: inline-block; margin-bottom: 8px; font-weight: 600; }
.band .dial { background: var(--ink); background-image: none; box-shadow: none; flex-shrink: 0; }

.crumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 10px;
  margin-bottom: 20px;
  color: var(--mute);
  font-size: .9rem;
  line-height: 1.4;
}
.crumbs a { color: var(--sky); }
.inner-splash {
  padding: 52px 0 40px;
  background:
    radial-gradient(circle at 90% 0, rgba(9, 175, 234, .16), transparent 30%),
    var(--soft);
}
.inner-splash h1 { margin-bottom: 14px; }
.inner-splash p { margin-bottom: 18px; }
.inner-splash .note { margin-top: 14px; }
.tabs {
  position: sticky;
  top: var(--header-h);
  z-index: 85;
  padding: 0;
  background: var(--white);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 8px 24px rgba(37, 40, 64, .06);
}
.tabs .wrap {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.tabs .wrap::-webkit-scrollbar { display: none; }
.tabs a {
  flex: 0 0 auto;
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--soft);
  font-weight: 600;
  line-height: 1.3;
  white-space: nowrap;
}
.plank[id],
section[id] {
  scroll-margin-top: calc(var(--header-h) + 72px);
}
.alpha { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.alpha a, .alpha span {
  min-width: 40px;
  min-height: 40px;
  padding: 8px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: var(--soft);
}
.alpha a { background: #e5fbf4; color: #0b7a62; font-weight: 700; }
.alpha span { color: #b8bec9; }
.ledger { display: grid; gap: 16px; }
.stamp-card { align-items: start; }
.stamp-card .stamp { margin-top: 2px; }
.stamp-card dl { display: grid; gap: 12px; margin: 14px 0; color: var(--mute); }
.stamp-card dt { font-size: .78rem; font-weight: 700; color: var(--ink); margin-bottom: 4px; }
.stamp-card a { display: inline-block; margin-top: 4px; color: var(--sky); font-weight: 700; }
.official-phone { font-family: Manrope, sans-serif; color: var(--ink); font-weight: 700; overflow-wrap: anywhere; }

.folio { width: min(760px, 100%); }
.folio h2 { margin-top: 28px; }
.folio h2:first-child { margin-top: 0; }
.notice {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 16px 18px;
  margin: 8px 0 24px;
  background: #e5fbf4;
  border-radius: 18px;
}
.notice p { margin: 0; }
.sheet {
  padding: 24px;
  background: var(--white);
  border-radius: 24px;
  box-shadow: var(--shadow);
}
.sheet h3 { margin-bottom: 12px; }
.sheet p { margin-bottom: 12px; }
.sheet p:last-child { margin-bottom: 0; }
.mark-panel {
  display: grid;
  place-items: center;
  min-height: 260px;
  border-radius: 32px;
  color: var(--white);
  text-align: center;
  padding: 32px 24px;
  background-image: linear-gradient(145deg, var(--sky), var(--mint-2));
  box-shadow: var(--shadow);
}
.mark-panel strong { display: block; font-family: Manrope, sans-serif; font-size: 1.5rem; margin: 14px 0 8px; line-height: 1.3; }
.mark-panel small { line-height: 1.45; }
.mark-panel svg { width: 64px; height: 64px; }
.official {
  padding: 24px;
  background: var(--white);
  border-radius: 24px;
  box-shadow: var(--shadow);
}
.official-label { display: inline-block; color: var(--sky); font-size: .78rem; font-weight: 700; margin-bottom: 8px; }
.official h3 { margin-bottom: 16px; }
.official dt { font-size: .78rem; font-weight: 700; color: var(--mute); margin-bottom: 4px; }
.official dl { display: grid; gap: 14px; margin: 0 0 16px; }
.official ul { margin: 8px 0 0; padding-left: 18px; }
.official li { margin: 6px 0; }
.faq-list { margin-top: 12px; }
.faq-item { border-top: 1px solid var(--line); }
.faq-item button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  padding: 18px 0;
  background: transparent;
  border: 0;
  text-align: left;
  color: var(--ink);
  font-family: Manrope, sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.4;
}
.faq-item button span { flex-shrink: 0; }
.faq-answer { padding: 0 0 16px; }
.faq-answer p { margin: 0; }
.cluster { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.cluster a { padding: 16px 18px; background: var(--soft); border-radius: 18px; line-height: 1.4; }
.center { text-align: center; margin-top: 32px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px 22px;
  border-radius: 999px;
  background-image: linear-gradient(90deg, var(--sky), var(--mint-2));
  color: var(--white);
  font-weight: 700;
}
.legal-copy { max-width: 760px; }
.legal-copy h2 { margin-top: 32px; }
.legal-copy p, .legal-copy ul { margin-bottom: 16px; }
.legal-contact { font-style: normal; margin: 12px 0 18px; color: var(--ink); line-height: 1.6; }
.dock {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: calc(12px + env(safe-area-inset-bottom));
  z-index: 70;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 16px;
  border-radius: 999px;
  background-image: linear-gradient(90deg, var(--sky), var(--mint-2));
  color: var(--white);
  box-shadow: var(--shadow);
}
.dock-label { display: inline-flex; align-items: center; gap: 10px; }
.dock strong { letter-spacing: .01em; }

.base {
  background: var(--ink);
  color: #c5cbd6;
  padding: 56px 0 32px;
}
.base .wordmark { margin-bottom: 14px; }
.base .wordmark small { color: var(--mint); }
.base .wordmark b { color: var(--white); }
.base-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 32px; }
.base a, .base button {
  display: block;
  color: #d7dce6;
  background: none;
  border: 0;
  padding: 6px 0;
  text-align: left;
  line-height: 1.45;
}
.base h2 { color: var(--white); font-size: 1.05rem; margin-bottom: 12px; }
.base-dial a { display: inline-flex; align-items: center; gap: 10px; color: var(--white); font-size: 1.12rem; }
.base-dial small { display: block; margin-top: 8px; }
.base-end {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  margin-top: 32px;
  padding-top: 18px;
  border-top: 1px solid #3a4058;
  font-size: .88rem;
}

.consent {
  position: fixed;
  inset: auto 16px 16px 16px;
  z-index: 120;
  max-width: 640px;
  padding: 22px;
  background: var(--white);
  border-radius: 24px;
  box-shadow: var(--shadow);
}
.consent h2 { margin-bottom: 10px; }
.consent-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.consent-actions button { padding: 12px 16px; border: 0; border-radius: 999px; min-height: 44px; }
.consent-reject { background: var(--soft); }
.consent-ok { background-image: linear-gradient(90deg, var(--sky), var(--mint-2)); color: var(--white); }

.lost { padding: 120px 0; text-align: center; }
.lost span { display: block; font-family: Manrope, sans-serif; font-size: 4rem; color: var(--sky); margin-bottom: 8px; }

@media (max-width: 1100px) {
  .menu { gap: 18px; }
  .mast-dial { padding: 10px 14px; }
}

@media (max-width: 900px) {
  body { padding-bottom: calc(84px + env(safe-area-inset-bottom)); }
  .wrap { width: min(calc(100% - 48px), var(--wide)); }
  .dock { left: 16px; right: 16px; }
  .plank { padding: 56px 0; }
  .splash { padding: 36px 0 28px; }
  .splash-grid, .pair, .with-side, .quick, .tiles, .base-grid, .cluster, .band { grid-template-columns: 1fr; }
  .splash-grid, .pair, .with-side { gap: 28px; }
  .menu-btn { display: grid; place-items: center; margin-left: auto; }
  .menu {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 84px;
    background: var(--white);
    padding: 12px 20px 20px;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    box-shadow: var(--shadow);
  }
  .menu a { padding: 12px 4px; min-height: 44px; }
  .menu.open { display: flex; }
  .mast-dial { display: none; }
  .dock { display: flex; }
  .stamp-card { grid-template-columns: 48px minmax(0, 1fr); }
  .photo img { height: 240px; }
  .quick { margin-top: 8px; }
  .band { padding: 28px 22px; }
  .band .dial { width: 100%; justify-content: center; }
  .dial { width: 100%; }
  .inner-splash { padding: 32px 0 28px; }
  .mark-panel { min-height: 200px; }
}

@media (max-width: 640px) {
  :root { --header-h: 76px; }
  body { font-size: 16px; }
  .wrap { width: min(calc(100% - 48px), var(--wide)); }
  .mast-row { min-height: 76px; gap: 14px; }
  .wordmark { gap: 10px; }
  .wordmark img { width: 36px; height: 36px; }
  .wordmark small { display: none; }
  .wordmark b { font-size: .92rem; }
  .menu { top: 76px; }
  h1 { font-size: 1.75rem; }
  h2 { font-size: 1.38rem; }
  .kicker { margin-bottom: 12px; }
  .tiles article, .quick a, .sheet, .official { padding: 20px; }
  .mosaic a, .stamp-card { padding: 16px; gap: 12px; }
  .alpha a, .alpha span { min-width: 36px; min-height: 36px; }
  .base-end { flex-direction: column; }
}
