:root {
  --ink: #13241f;
  --ink-soft: #2c433c;
  --muted: #5d726a;
  --paper: #eef3f0;
  --panel: #f7faf8;
  --line: #c5d4ce;
  --teal: #0d5c4c;
  --teal-deep: #084338;
  --mint: #9fe8c8;
  --iris: #b7a8e8;
  --warn: #8a4b18;
  --shadow: 0 18px 50px rgba(19, 36, 31, 0.12);
  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Manrope", "Segoe UI", sans-serif;
  --font-mono: "IBM Plex Mono", Consolas, monospace;
  --max: 1080px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-body);
  background:
    radial-gradient(900px 420px at 8% -5%, rgba(159, 232, 200, 0.35), transparent 55%),
    radial-gradient(700px 380px at 92% 8%, rgba(183, 168, 232, 0.22), transparent 50%),
    linear-gradient(165deg, #e4ece8 0%, var(--paper) 42%, #e8eee9 100%);
  line-height: 1.55;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: var(--teal);
}

.skip {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--panel);
  padding: 0.5rem 0.75rem;
  z-index: 20;
}

.skip:focus {
  left: 0.75rem;
  top: 0.75rem;
}

.beta-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1rem;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 1rem;
  background: var(--teal-deep);
  color: #e8fff6;
  font-size: 0.88rem;
  letter-spacing: 0.01em;
}

.beta-pill,
.beta-stamp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-mono);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
  padding: 0.28rem 0.55rem;
  border: 1px solid color-mix(in srgb, var(--mint) 55%, white);
  background: color-mix(in srgb, var(--teal) 75%, black);
  color: #f3fffa;
}

.site-header {
  max-width: var(--max);
  margin: 0 auto;
  padding: 1.1rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  color: inherit;
}

.brand-mark {
  width: 40px;
  height: 40px;
  filter: drop-shadow(0 4px 10px rgba(19, 36, 31, 0.18));
}

.brand-text {
  display: grid;
  line-height: 1.15;
}

.brand-text strong {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.brand-text em {
  font-style: normal;
  color: var(--muted);
  font-size: 0.78rem;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.1rem;
  align-items: center;
  font-size: 0.92rem;
}

.nav a {
  text-decoration: none;
  color: var(--ink-soft);
}

.nav a:hover {
  color: var(--teal);
}

.nav-cta {
  padding: 0.45rem 0.8rem;
  border: 1px solid var(--line);
  background: var(--panel);
  color: var(--teal-deep) !important;
  font-weight: 600;
}

.hero {
  max-width: var(--max);
  margin: 0 auto;
  padding: 2.25rem 1.25rem 3rem;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 2rem;
  align-items: center;
}

.eyebrow {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: center;
  color: var(--muted);
  font-size: 0.92rem;
  margin: 0 0 0.85rem;
}

.hero h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(3.2rem, 8vw, 5.4rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 0.95;
}

.lede {
  margin: 1.1rem 0 0;
  font-size: 1.12rem;
  color: var(--ink-soft);
  max-width: 36rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.5rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  border: 0;
  text-decoration: none;
  font: inherit;
  font-weight: 650;
  padding: 0.75rem 1.15rem;
  cursor: pointer;
}

.btn.primary {
  background: var(--teal);
  color: #f4fffb;
  box-shadow: var(--shadow);
}

.btn.primary:hover {
  background: var(--teal-deep);
}

.btn.ghost {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--line);
}

.hero-note {
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: 0.95rem;
  max-width: 34rem;
}

.offer-list.plain {
  list-style: none;
  padding-left: 0;
  background: color-mix(in srgb, var(--panel) 92%, white);
  border: 1px solid var(--line);
  padding: 1.15rem 1.25rem;
  gap: 0.75rem;
}

.footer-address {
  font-style: normal;
  line-height: 1.5;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.25rem;
}

.footer-legal a {
  color: var(--muted);
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.footer-legal a:hover {
  color: var(--teal);
  border-bottom-color: var(--teal);
}

.footer-cookie {
  appearance: none;
  background: none;
  border: 0;
  padding: 0;
  font: inherit;
  color: var(--muted);
  cursor: pointer;
  border-bottom: 1px solid transparent;
}

.footer-cookie:hover {
  color: var(--teal);
  border-bottom-color: var(--teal);
}

.legal-page {
  max-width: 40rem;
}

.legal-page h1 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.6rem);
  letter-spacing: -0.03em;
  margin: 0 0 0.35rem;
}

.legal-meta {
  color: var(--muted);
  font-size: 0.9rem;
  margin: 0 0 1.5rem;
}

.legal-page h2 {
  font-size: 1.1rem;
  margin: 1.6rem 0 0.5rem;
}

.legal-page ul {
  padding-left: 1.2rem;
}

.legal-back {
  margin-top: 2rem;
}

.hero-visual {
  position: relative;
  justify-self: center;
  width: min(100%, 420px);
}

.hero-visual img {
  width: 100%;
  border-radius: 1.5rem;
  box-shadow: var(--shadow);
}

.hero-badge {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  display: grid;
  gap: 0.15rem;
  padding: 0.65rem 0.85rem;
  background: color-mix(in srgb, var(--panel) 88%, transparent);
  border: 1px solid var(--line);
  backdrop-filter: blur(8px);
}

.hero-badge span {
  font-family: var(--font-mono);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.75rem;
  color: var(--teal-deep);
  font-weight: 600;
}

.hero-badge small {
  color: var(--muted);
  font-size: 0.8rem;
}

.section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 2.5rem 1.25rem;
}

.section-head {
  max-width: 40rem;
  margin-bottom: 1.5rem;
}

.section-head h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.5vw, 2.4rem);
  letter-spacing: -0.03em;
  font-weight: 600;
}

.section-head p {
  margin: 0.7rem 0 0;
  color: var(--muted);
}

.feature-grid,
.rules-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.feature-grid article,
.rules-grid article,
.offer-card,
.inquiry-form,
.brevo-panel {
  background: color-mix(in srgb, var(--panel) 92%, white);
  border: 1px solid var(--line);
  padding: 1.15rem 1.2rem 1.25rem;
}

.feature-grid h3,
.rules-grid h3,
.brevo-panel h3 {
  margin: 0 0 0.45rem;
  font-size: 1.05rem;
  letter-spacing: -0.01em;
}

.feature-grid p,
.rules-grid p,
.brevo-panel p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.96rem;
}

.aside {
  margin: 1.25rem 0 0;
  padding: 0.9rem 1rem;
  border-left: 3px solid var(--mint);
  background: color-mix(in srgb, var(--panel) 70%, transparent);
  color: var(--muted);
  font-size: 0.95rem;
}

.offer-card {
  display: grid;
  gap: 1.25rem;
}

.offer-list {
  margin: 0;
  padding-left: 1.15rem;
  display: grid;
  gap: 0.75rem;
  color: var(--ink-soft);
}

.offer-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin: 0;
}

.offer-split div {
  padding: 0.85rem 0.95rem;
  background: color-mix(in srgb, var(--paper) 80%, white);
  border: 1px solid var(--line);
}

.offer-split dt {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0.35rem;
}

.offer-split dd {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.94rem;
}

.inquire-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.85fr);
  gap: 1rem;
  align-items: start;
}

.inquiry-form {
  display: grid;
  gap: 0.85rem;
}

.field {
  display: grid;
  gap: 0.3rem;
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
}

label {
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--ink-soft);
}

input,
textarea {
  width: 100%;
  font: inherit;
  padding: 0.65rem 0.75rem;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
}

input:focus,
textarea:focus,
.btn:focus-visible,
.nav a:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--teal) 55%, white);
  outline-offset: 2px;
}

.hint,
.fineprint {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.check {
  display: flex;
  gap: 0.55rem;
  align-items: flex-start;
  font-size: 0.9rem;
  color: var(--ink-soft);
}

.check input {
  width: auto;
  margin-top: 0.2rem;
}

.form-error {
  margin: 0;
  color: #8a1f1f;
  font-size: 0.9rem;
}

.form-ok {
  margin: 0;
  color: var(--teal-deep);
  font-size: 0.92rem;
}

.brevo-slot {
  margin: 0.85rem 0;
  border: 1px solid var(--line);
  background: #fff;
  min-height: 420px;
}

.brevo-slot iframe {
  width: 100%;
  min-height: 420px;
  border: 0;
}

.contact-card {
  display: grid;
  gap: 0.25rem;
  margin-top: 1rem;
  padding: 0.85rem 0.95rem;
  border: 1px dashed var(--line);
}

.contact-card span {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.contact-card a {
  font-weight: 650;
  text-decoration: none;
  font-size: 1.05rem;
}

.site-footer {
  max-width: var(--max);
  margin: 0 auto;
  padding: 2rem 1.25rem 3rem;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 0.85rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.footer-brand {
  display: flex;
  gap: 0.65rem;
  align-items: center;
  color: var(--ink);
}

.footer-brand strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.1rem;
}

.footer-brand span {
  color: var(--muted);
  font-size: 0.82rem;
}

@media (max-width: 900px) {
  .hero,
  .feature-grid,
  .rules-grid,
  .inquire-layout,
  .offer-split,
  .field-row {
    grid-template-columns: 1fr;
  }

  .nav {
    display: none;
  }

  .hero {
    padding-top: 1.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .hero-visual img,
  .brand-mark {
    filter: none;
  }
}
