*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  --text: #1d1d1f;
  --text-muted: #6e6e73;
  --text-subtle: #86868b;
  --bg: #fbfbfd;
  --bg-elevated: #ffffff;
  --bg-section: #f5f5f7;
  --border: rgba(0, 0, 0, 0.08);
  --border-strong: rgba(0, 0, 0, 0.12);
  --accent: #cdf937;
  --accent-ink: #141414;
  --link: #3d5210;
  --radius: 18px;
  --radius-sm: 12px;
  --radius-lg: 24px;
  --shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.04);
  --dark-bg: #1d1d1f;
  --dark-text: #f5f5f7;
  --dark-muted: #a1a1a6;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font);
  font-size: 1.0625rem;
  line-height: 1.47059;
  letter-spacing: -0.022em;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

figure {
  margin: 0;
}

:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.container {
  max-width: 64rem;
  margin: 0 auto;
  padding: 0 max(1.25rem, env(safe-area-inset-left)) 0 max(1.25rem, env(safe-area-inset-right));
}

.container.narrow {
  max-width: 38rem;
}

.top {
  background: rgba(251, 251, 253, 0.82);
  backdrop-filter: saturate(180%) blur(16px);
  -webkit-backdrop-filter: saturate(180%) blur(16px);
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 50;
}

.top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem 1rem;
  padding: 0.4rem 0;
  min-height: 3.15rem;
}

.top-tail {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.35rem 0.45rem;
  min-width: 0;
  flex: 1;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: var(--text);
  flex-shrink: 0;
}

.logo {
  width: 36px;
  height: auto;
  flex-shrink: 0;
  border-radius: 9px;
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.brand-text strong {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.brand-text small {
  font-size: 0.75rem;
  color: var(--text-muted);
  font-weight: 400;
}

.menu {
  display: flex;
  align-items: center;
  gap: 0.1rem;
  font-size: 0.8125rem;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 0.1rem 0;
  mask-image: linear-gradient(to right, #000 calc(100% - 1.25rem), transparent 100%);
}

.menu::-webkit-scrollbar {
  display: none;
}

@media (min-width: 52rem) {
  .menu {
    mask-image: none;
    overflow: visible;
    justify-content: flex-end;
  }
}

.menu a {
  color: var(--text);
  text-decoration: none;
  padding: 0.35rem 0.55rem;
  border-radius: 999px;
  white-space: nowrap;
  flex-shrink: 0;
}

.call {
  flex-shrink: 0;
  font-size: 0.8125rem;
  font-weight: 600;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  text-decoration: none;
  color: var(--accent-ink);
  background: var(--accent);
}

.call:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.also {
  margin: 0.65rem 0 0;
  font-size: 0.9375rem;
}

.also a {
  text-decoration: none;
}

.comma {
  margin: 0;
  color: var(--text-subtle);
}

.start {
  background: linear-gradient(180deg, #fbfbfd 0%, #f5f5f7 38%, #ececee 100%);
  padding: 0 0 2.5rem;
}

.start-inner {
  padding: clamp(2rem, 6vw, 4.5rem) 0 clamp(1.5rem, 4vw, 2.75rem);
}

.start-text {
  text-align: center;
  max-width: 46rem;
  margin: 0 auto;
}

.line {
  margin: 0 0 0.5rem;
  font-size: clamp(1.2rem, 2.8vw, 1.65rem);
  font-weight: 600;
  letter-spacing: -0.025em;
  color: var(--text-muted);
}

.display {
  margin: 0 0 1rem;
  font-family: var(--font);
  font-size: clamp(3.1rem, 11vw, 6rem);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -0.048em;
}

.sub {
  margin: 0 auto 1.75rem;
  max-width: 32rem;
  font-size: clamp(1.0625rem, 2vw, 1.3125rem);
  line-height: 1.5;
  color: var(--text-muted);
  letter-spacing: -0.018em;
}

.cover {
  margin: clamp(1.75rem, 4vw, 3rem) auto 0;
  max-width: min(78rem, 94vw);
  border-radius: clamp(18px, 2.5vw, 32px);
  overflow: hidden;
  background: #1d1d1f;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.14);
}

.cover img {
  width: 100%;
  display: block;
  max-height: min(68vh, 720px);
  object-fit: cover;
}

.jump {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.35rem 0.35rem;
  max-width: min(78rem, 94vw);
  margin: clamp(1.1rem, 2.5vw, 1.75rem) auto 0;
  padding: 0 max(1.25rem, env(safe-area-inset-left)) 0 max(1.25rem, env(safe-area-inset-right));
  font-size: clamp(0.9375rem, 1.8vw, 1.0625rem);
  font-weight: 500;
  letter-spacing: -0.018em;
  line-height: 1.35;
}

.jump a {
  color: var(--link);
  text-decoration: none;
  padding: 0.4rem 0.65rem;
  border-radius: 999px;
}

.jump a:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.mid::before {
  content: "·";
  color: var(--text-subtle);
  font-weight: 400;
  padding: 0 0.1rem;
}

.quotes {
  padding: 3.75rem 0 4.25rem;
  background: var(--bg-elevated);
}

.quotes h2 {
  margin: 0 0 0.65rem;
  font-family: var(--font);
  font-size: clamp(1.85rem, 3.5vw, 2.45rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  text-align: center;
  line-height: 1.1;
}

.note {
  text-align: center;
  max-width: 34rem;
  margin: 0 auto 1.5rem;
  color: var(--text-muted);
  font-size: 1.0625rem;
  line-height: 1.45;
}

.tools {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem 1.25rem;
  margin-bottom: 2.25rem;
}

.stars {
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  color: #ffb30f;
  line-height: 1;
}

.pulls {
  display: grid;
  gap: 1.15rem;
}

@media (min-width: 50rem) {
  .pulls {
    grid-template-columns: repeat(3, 1fr);
  }
}

.pull {
  margin: 0;
  padding: 1.4rem 1.25rem;
  background: var(--bg-section);
  border-radius: var(--radius);
  border: 1px solid var(--border);
}

.pull p {
  margin: 0;
  font-size: 1.0625rem;
  line-height: 1.45;
  color: var(--text);
  font-style: italic;
}

.pull footer {
  margin-top: 0.95rem;
  font-size: 0.8125rem;
  font-style: normal;
  color: var(--text-subtle);
}

.cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  justify-content: center;
  margin-bottom: 0;
}

.section {
  padding: 4.5rem 0;
  background: var(--bg-elevated);
}

.band {
  background: var(--bg-section);
}

.dark {
  background: var(--dark-bg);
  color: var(--dark-text);
}

.dark h2 {
  color: #fff;
}

.dark p {
  color: var(--dark-muted);
}

.section h2 {
  margin: 0 0 0.75rem;
  font-family: var(--font);
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 600;
  line-height: 1.125;
  letter-spacing: -0.025em;
}

.head {
  margin-bottom: 2rem;
}

.head h2 {
  margin-bottom: 0.5rem;
}

.head.tight {
  margin-bottom: 1.5rem;
}

.head.tight h2 {
  margin-bottom: 0.35rem;
}

.head.tight p {
  margin: 0;
  max-width: 36rem;
  color: var(--text-muted);
  font-size: 1.0625rem;
}

.head p {
  margin: 0;
  max-width: 36rem;
  color: var(--text-muted);
  font-size: 1.0625rem;
}

.dark .head p {
  color: var(--dark-muted);
}

.split {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}

@media (min-width: 48rem) {
  .split {
    grid-template-columns: 1fr 1fr;
  }
}

.pic {
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--bg-section);
  box-shadow: var(--shadow);
}

.pic.tight {
  max-width: 36rem;
  margin-inline: auto;
}

@media (min-width: 48rem) {
  .pic.tight {
    margin-inline: 0;
  }
}

.pic img {
  width: 100%;
  display: block;
}

.offer {
  display: grid;
  gap: 1rem;
}

@media (min-width: 36rem) {
  .offer {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 58rem) {
  .offer {
    grid-template-columns: repeat(3, 1fr);
  }
}

.mini {
  background: var(--bg-elevated);
  border-radius: var(--radius);
  padding: 1.5rem 1.35rem;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border);
}

.mini h3 {
  margin: 0 0 0.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.mini p {
  margin: 0;
  font-size: 0.9375rem;
  color: var(--text-muted);
  line-height: 1.5;
}

.band .mini {
  background: var(--bg-elevated);
}

.price-layout {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 48rem) {
  .price-layout {
    grid-template-columns: repeat(2, 1fr);
    align-items: start;
    gap: 1.5rem;
  }
}

.price-card {
  background: var(--bg-elevated);
  border-radius: var(--radius);
  padding: 1.75rem 1.5rem;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border);
}

.price-head span.tag {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--text-subtle);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.price-head h3 {
  margin: 0.35rem 0 1rem;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.price-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.9375rem;
}

.price-list li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.65rem 0;
  border-bottom: 1px solid var(--border);
}

.price-list li:last-child {
  border-bottom: 0;
}

.price-list span {
  color: var(--text-muted);
}

.price-note {
  margin: 1.25rem 0 0;
  font-size: 0.875rem;
  color: var(--text-subtle);
  line-height: 1.5;
}

.extra h4 {
  margin: 1.25rem 0 0.4rem;
  font-size: 0.9375rem;
  font-weight: 600;
}

.extra p {
  margin: 0;
  font-size: 0.875rem;
  color: var(--text-muted);
  line-height: 1.5;
}

.dual {
  display: grid;
  gap: 3rem;
}

@media (min-width: 52rem) {
  .dual {
    grid-template-columns: 1fr 1.05fr;
    align-items: start;
  }
}

.aside h2 {
  margin: 0 0 0.75rem;
  font-family: var(--font);
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 600;
  letter-spacing: -0.025em;
}

.aside > p {
  margin: 0 0 1rem;
  color: var(--text-muted);
}

.warn {
  margin: 1.25rem 0 0;
  font-size: 0.875rem;
  color: var(--text-subtle);
  line-height: 1.45;
}

.papers div {
  padding: 0.65rem 0;
  border-bottom: 1px solid var(--border);
  font-size: 0.9375rem;
  color: var(--text);
}

.papers div:last-child {
  border-bottom: 0;
}

.box {
  border-radius: var(--radius-lg);
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
  padding: 1.75rem 1.5rem;
}

.box h3 {
  margin: 0 0 0.35rem;
  font-size: 1.25rem;
  font-weight: 600;
}

.box > p {
  margin: 0 0 1.25rem;
  font-size: 0.9375rem;
  color: var(--text-muted);
}

.pick {
  border: 0;
  margin: 0 0 1.25rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.pick label {
  font-size: 0.8125rem;
  padding: 0.45rem 0.75rem;
  background: var(--bg-section);
  border-radius: 999px;
  cursor: pointer;
  border: 1px solid transparent;
}

.pick label:has(input:checked) {
  background: rgba(205, 249, 55, 0.35);
  border-color: rgba(90, 110, 30, 0.45);
  color: var(--link);
  font-weight: 500;
}

.pick input {
  margin-right: 0.35rem;
}

.fields {
  display: grid;
  gap: 1rem;
}

@media (min-width: 36rem) {
  .fields {
    grid-template-columns: repeat(2, 1fr);
  }
}

.fields label {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--text-muted);
}

.fields .full {
  grid-column: 1 / -1;
}

.fields input,
.fields select,
.fields textarea {
  font: inherit;
  padding: 0.65rem 0.85rem;
  border: 1px solid #d2d2d7;
  border-radius: var(--radius-sm);
  background: var(--bg-elevated);
  color: var(--text);
  letter-spacing: -0.01em;
}

.fields input:focus,
.fields select:focus,
.fields textarea:focus {
  border-color: #9fb82e;
  outline: none;
  box-shadow: 0 0 0 3px rgba(205, 249, 55, 0.4);
}

.fields textarea {
  resize: vertical;
  min-height: 6rem;
}

.fields .check {
  flex-direction: row;
  align-items: flex-start;
  gap: 0.65rem;
}

.fields .check input {
  margin-top: 0.15rem;
  width: auto;
}

.send {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.reach {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 48rem) {
  .reach {
    grid-template-columns: 1fr 1.25fr;
    align-items: stretch;
  }
}

.adr {
  border-radius: var(--radius);
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
  padding: 1.75rem 1.5rem;
}

.adr h3 {
  margin: 0 0 0.75rem;
  font-size: 1.125rem;
}

.adr p {
  margin: 0 0 0.75rem;
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.adr p:last-child {
  margin-bottom: 0;
}

.map {
  width: 100%;
  min-height: 300px;
  border: 0;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  background: var(--bg-section);
}

.sheet {
  padding: 2rem 0 4.5rem;
  background: var(--bg-elevated);
  min-height: 55vh;
}

.slug {
  margin: 0 0 1.5rem;
  font-size: clamp(1.85rem, 4vw, 2.5rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.up {
  margin: 0 0 1rem;
  font-size: 0.9375rem;
}

.up a {
  color: var(--link);
  text-decoration: none;
}

.legalese h2 {
  margin: 2rem 0 0.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--text);
}

.legalese h2:first-of-type {
  margin-top: 1.25rem;
}

.legalese p {
  margin: 0 0 0.85rem;
  font-size: 0.9375rem;
  color: var(--text-muted);
  line-height: 1.5;
}

.legalese p strong {
  color: var(--text);
}

.end {
  background: var(--bg-section);
  color: var(--text-muted);
  padding: 1.25rem 0;
  font-size: 0.8125rem;
  border-top: 1px solid var(--border);
}

.end-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: space-between;
  align-items: center;
}

.end-n {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
}

.end-n a {
  color: var(--link);
  text-decoration: none;
}

.btn {
  display: inline-block;
  padding: 0.65rem 1.35rem;
  font-size: 1.0625rem;
  font-family: inherit;
  font-weight: 400;
  text-decoration: none;
  border: none;
  cursor: pointer;
  text-align: center;
  border-radius: 999px;
  letter-spacing: -0.022em;
}

.btn-primary {
  background: var(--accent);
  color: var(--accent-ink);
}

.btn-secondary {
  background: var(--bg-elevated);
  color: var(--link);
  border: 1px solid var(--border-strong);
}

.btn-inv {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #cdf937;
}

.btn-light {
  background: var(--bg-section);
  color: var(--text);
  border: 1px solid var(--border-strong);
}

button.btn {
  line-height: 1.17647;
}

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

.dark a:not(.btn) {
  color: #c8e85a;
}
