/* ---------- base ---------- */
:root {
  --accent: #1f9d55;
  --accent-text: #ffffff;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Inter", "Helvetica Neue", Arial, sans-serif;
  background: #fafaf7;
  color: #0d1411;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; }

.page {
  min-height: 100vh;
  background: #fafaf7;
  position: relative;
  overflow-x: hidden;
}
.page.bg-warm   { background: #fbf6ee; }
.page.bg-mint   { background: #f1f7f2; }

/* ---------- topbar ---------- */
.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 28px;
  position: relative;
  z-index: 5;
  max-width: 1480px;
  margin: 0 auto;
}
.brand { display: flex; align-items: center; gap: 10px; font-weight: 700; }
.brand-mark {
  width: 30px; height: 30px; border-radius: 9px;
  display: grid; place-items: center;
  font-weight: 900; font-size: 16px; letter-spacing: -0.02em;
  background: var(--accent);
  color: var(--accent-text);
}
.brand-name {
  font-size: 16px; letter-spacing: -0.015em;
  display: flex; align-items: baseline; gap: 4px;
  color: #0d1411;
}
.brand-dot { width: 5px; height: 5px; border-radius: 50%; display: inline-block; background: var(--accent); }
.topbar-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  min-width: 0;
}
.top-right {
  display: flex; align-items: center; gap: 8px;
  font-size: 12px; color: #4a5752;
  padding: 7px 12px;
  border: 1px solid rgba(13,20,17,0.08);
  border-radius: 999px;
  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(8px);
}
.live-dot { width: 7px; height: 7px; border-radius: 50%; box-shadow: 0 0 0 3px color-mix(in oklab, var(--accent) 25%, transparent); animation: pulse 1.6s infinite; }
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: 0.5; } }

/* ---------- language menu ---------- */
.language-menu {
  position: relative;
  flex: 0 0 auto;
}
.language-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 34px;
  max-width: 190px;
  padding: 7px 12px;
  border: 1px solid rgba(13,20,17,0.1);
  border-radius: 999px;
  background: #fff;
  color: #0d1411;
  box-shadow: 0 1px 0 rgba(13,20,17,0.02);
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}
.backoffice-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 7px 13px;
  border: 1px solid rgba(13,20,17,0.1);
  border-radius: 999px;
  background: #0d1411;
  color: #fff;
  box-shadow: 0 1px 0 rgba(13,20,17,0.02);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}
.backoffice-link:hover,
.backoffice-link:focus {
  color: #fff;
  outline: 2px solid color-mix(in oklab, var(--accent) 38%, transparent);
  outline-offset: 2px;
}
.language-toggle:focus {
  outline: 2px solid color-mix(in oklab, var(--accent) 38%, transparent);
  outline-offset: 2px;
}
#langLabel {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.language-globe,
.language-caret {
  flex: 0 0 auto;
  line-height: 1;
}
.language-list {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  display: none;
  width: min(260px, calc(100vw - 32px));
  max-height: min(420px, 70vh);
  overflow-y: auto;
  padding: 8px;
  border: 1px solid rgba(13,20,17,0.1);
  border-radius: 16px;
  background: rgba(255,255,255,0.98);
  box-shadow: 0 22px 60px -32px rgba(13,20,17,0.45);
  backdrop-filter: blur(12px);
  z-index: 30;
}
.language-menu.open .language-list {
  display: grid;
  gap: 2px;
}
.language-option {
  width: 100%;
  padding: 10px 11px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #25302b;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
}
.language-option:hover,
.language-option:focus {
  outline: none;
  background: color-mix(in oklab, var(--accent) 10%, white);
  color: #0d1411;
}
.language-loading {
  padding: 10px 11px;
  color: #6b766f;
  font-size: 12px;
}

.goog-te-banner-frame.skiptranslate,
iframe.skiptranslate,
.VIpgJd-ZVi9od-ORHb-OEVmcd,
.VIpgJd-ZVi9od-ORHb {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  width: 0 !important;
  border: 0 !important;
}
.goog-logo-link,
.goog-te-gadget span {
  display: none !important;
}
.goog-te-gadget {
  font-size: 0 !important;
}
#google_translate_element {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
html,
body {
  top: 0 !important;
}
body[style*="top"],
html[style*="top"] {
  top: 0 !important;
}

/* ---------- top carousel ---------- */
.hero-carousel {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 28px 22px;
  position: relative;
  z-index: 2;
}
.hero-carousel-track {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  aspect-ratio: 1915 / 821;
  background: #111713;
  box-shadow: 0 18px 50px -28px rgba(13,20,17,0.55);
  touch-action: pan-y;
  cursor: grab;
  user-select: none;
}
.hero-carousel-track.is-dragging { cursor: grabbing; }
.hero-carousel-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.45s ease;
}
.hero-carousel-slide.active {
  opacity: 1;
  pointer-events: auto;
}
.hero-carousel-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  user-select: none;
  -webkit-user-drag: none;
}
.hero-carousel-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
}
.hero-carousel-dot {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 999px;
  background: rgba(13,20,17,0.22);
  cursor: pointer;
  padding: 0;
  transition: width 0.18s, background 0.18s;
}
.hero-carousel-dot.active {
  width: 28px;
  background: var(--accent);
}

/* ---------- hero (above the fold) ---------- */
.hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 56px;
  padding: 24px 28px 64px;
  max-width: 1280px;
  margin: 0 auto;
  align-items: center;
  position: relative;
  z-index: 2;
}

.hero-left { min-width: 0; }

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px 7px 10px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(13,20,17,0.08);
  font-size: 13px;
  color: #2c3531;
  margin-bottom: 22px;
  font-weight: 500;
  box-shadow: 0 1px 0 rgba(13,20,17,0.02);
}
.kicker .fire { font-size: 16px; line-height: 1; }

.headline {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Inter", sans-serif;
  font-weight: 800;
  font-size: clamp(40px, 6.2vw, 88px);
  line-height: 0.97;
  letter-spacing: -0.045em;
  margin: 0 0 22px;
  text-wrap: balance;
  color: #0d1411;
}
.hl-line { display: block; }
.hl-accent { color: var(--accent); }
.hl-accent sup { font-size: 0.42em; vertical-align: super; padding-left: 2px; font-weight: 700; }

.sub {
  font-size: 18px;
  line-height: 1.5;
  color: #4a5752;
  max-width: 520px;
  margin: 0 0 28px;
  text-wrap: pretty;
  font-weight: 400;
}

/* countdown */
.cd-wrap {
  display: inline-flex;
  flex-direction: column;
  gap: 12px;
  padding: 18px 22px;
  border: 1px solid rgba(13,20,17,0.08);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 1px 0 rgba(13,20,17,0.03);
}
.cd-label {
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  color: #6b766f;
  font-weight: 600;
}
.cd { display: flex; align-items: flex-end; gap: 12px; }
.cd-cell { display: flex; flex-direction: column; align-items: center; min-width: 54px; }
.cd-num {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Inter", sans-serif;
  font-size: 36px;
  font-weight: 800;
  letter-spacing: -0.04em;
  font-variant-numeric: tabular-nums;
  line-height: 1;
  color: #0d1411;
}
.cd-lbl {
  font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase;
  color: #6b766f;
  margin-top: 8px;
  font-weight: 600;
}
.cd-sep {
  font-size: 28px; font-weight: 700; color: rgba(13,20,17,0.18);
  transform: translateY(-3px);
}

.deadline-note {
  margin-top: 12px;
  max-width: 440px;
  font-size: 13px;
  line-height: 1.45;
  color: #4a5752;
  background: color-mix(in oklab, var(--accent) 8%, white);
  border: 1px solid color-mix(in oklab, var(--accent) 18%, transparent);
  border-radius: 14px;
  padding: 12px 14px;
}
.deadline-note strong {
  color: #0d1411;
  font-weight: 800;
}

/* ---------- form (above the fold, right side) ---------- */
.hero-right {
  width: 100%;
}
.form-card {
  background: #fff;
  border: 1px solid rgba(13,20,17,0.07);
  border-radius: 24px;
  padding: 28px;
  box-shadow:
    0 1px 2px rgba(13,20,17,0.04),
    0 24px 60px -24px rgba(13,20,17,0.18);
}
.form-card.shake { animation: shake 0.45s; }
@keyframes shake {
  0%,100% { transform: translateX(0); }
  20%,60% { transform: translateX(-6px); }
  40%,80% { transform: translateX(6px); }
}

.form-head {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 18px;
}
.pill {
  font-size: 11px; font-weight: 800; letter-spacing: 0.1em;
  padding: 6px 10px; border-radius: 999px;
  background: var(--accent);
  color: var(--accent-text);
}
.form-title {
  font-size: 13px; color: #6b766f;
  font-weight: 500;
}

.audio-card {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(120px, 0.36fr) minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  margin: -2px 0 18px;
  padding: 13px;
  border-radius: 16px;
  border: 1px solid color-mix(in oklab, var(--accent) 20%, transparent);
  background:
    linear-gradient(135deg, color-mix(in oklab, var(--accent) 8%, white), #fff);
  box-shadow: 0 10px 26px -24px rgba(13,20,17,0.36);
}
.audio-copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}
.audio-copy span {
  color: var(--accent);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.1;
  text-transform: uppercase;
}
.audio-copy strong {
  color: #0d1411;
  font-size: 14px;
  line-height: 1.15;
  font-weight: 900;
}
.audio-card audio {
  display: block;
  width: 100%;
  min-width: 0;
  height: 42px;
  border-radius: 999px;
}

.field { display: block; margin-bottom: 12px; }
.field span {
  display: flex; justify-content: space-between; align-items: baseline;
  font-size: 13px; color: #2c3531;
  margin-bottom: 6px; font-weight: 600;
}
.field em {
  font-style: normal;
  font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--accent);
  font-weight: 800;
}
.field em.muted { color: #9ba39d; }
.field input {
  width: 100%;
  background: #f5f6f3;
  border: 1.5px solid transparent;
  color: #0d1411;
  font-size: 16px;
  padding: 14px 16px;
  border-radius: 12px;
  outline: none;
  font-family: inherit;
  font-weight: 500;
  transition: border-color 0.15s, background 0.15s;
}
.field input::placeholder { color: #9ba39d; font-weight: 400; }
.field input:focus {
  border-color: var(--accent);
  background: #fff;
  box-shadow: 0 0 0 4px color-mix(in oklab, var(--accent) 15%, transparent);
}

.check {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  padding: 11px 12px;
  border-radius: 10px;
  background: #f7f8f5;
  margin-bottom: 8px;
  font-size: 12.5px;
  line-height: 1.5;
  color: #4a5752;
  cursor: pointer;
}
.check input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px; height: 18px;
  border-radius: 5px;
  border: 1.5px solid #c4ccc7;
  background: #fff;
  margin: 1px 0 0 0;
  flex-shrink: 0;
  cursor: pointer;
  position: relative;
  transition: all 0.12s;
}
.check input[type="checkbox"]:checked {
  background: var(--accent);
  border-color: var(--accent);
}
.check input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 9px;
  border-right: 2px solid var(--accent-text);
  border-bottom: 2px solid var(--accent-text);
  transform: rotate(45deg);
  top: 1px; left: 5px;
}
.check a { color: var(--accent); text-decoration: underline; text-underline-offset: 2px; font-weight: 600; }

/* CTA — the BIG one */
.cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  margin-top: 16px;
  padding: 22px 24px;
  border: none;
  border-radius: 14px;
  font-family: inherit;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.04em;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: transform 0.12s ease, box-shadow 0.2s ease, opacity 0.15s;
  box-shadow:
    0 8px 20px -4px color-mix(in oklab, var(--accent) 50%, transparent),
    0 1px 0 rgba(255,255,255,0.4) inset;
  background: var(--accent);
  color: var(--accent-text);
}
.cta:hover {
  transform: translateY(-2px);
  box-shadow:
    0 14px 30px -4px color-mix(in oklab, var(--accent) 65%, transparent),
    0 1px 0 rgba(255,255,255,0.4) inset;
}
.cta:active { transform: translateY(0); }
.cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,0.4) 50%, transparent 70%);
  transform: translateX(-110%);
  transition: transform 0.7s ease;
}
.cta:hover::before { transform: translateX(110%); }
.cta-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px; height: 30px;
  border-radius: 50%;
  background: rgba(0,0,0,0.12);
  transition: transform 0.18s;
}
.cta:hover .cta-arrow { transform: translateX(4px); }

.trust {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  margin-top: 14px;
  font-size: 12px;
  color: #6b766f;
  font-weight: 500;
}

/* success */
.form-card.success {
  text-align: center;
  padding: 40px 28px;
}
.success-burst {
  width: 68px; height: 68px;
  border-radius: 50%;
  display: grid; place-items: center;
  margin: 0 auto 16px;
  animation: pop 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@keyframes pop {
  0% { transform: scale(0.3); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}
.form-card.success h3 {
  font-size: 28px;
  font-weight: 800;
  margin: 0 0 10px;
  letter-spacing: -0.025em;
  color: #0d1411;
}
.form-card.success p {
  color: #4a5752;
  font-size: 15px;
  line-height: 1.55;
  margin: 0 0 24px;
}
.success-meta {
  background: #f5f6f3;
  border-radius: 12px;
  padding: 14px 18px;
  text-align: left;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.success-meta > div {
  display: flex; justify-content: space-between;
  border-bottom: 1px dashed rgba(13,20,17,0.1);
  padding-bottom: 6px;
}
.success-meta > div:last-child { border: none; padding-bottom: 0; }
.success-meta span { color: #6b766f; }
.success-meta strong { color: #0d1411; }

/* ---------- visual story ---------- */
.visual-story,
.visual-gallery,
.asset-strip {
  max-width: 1280px;
  margin: 0 auto;
  padding: 34px 28px;
  position: relative;
}
.visual-story-head,
.visual-gallery-head {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}
.visual-story-head h2,
.visual-gallery-head h2 {
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.02;
  letter-spacing: -0.035em;
  margin: 0;
  color: #0d1411;
  max-width: 820px;
}
.visual-feature-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
  gap: 18px;
  align-items: stretch;
}
.visual-panel {
  margin: 0;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(13,20,17,0.07);
  box-shadow: 0 18px 46px -30px rgba(13,20,17,0.32);
  overflow: hidden;
}
.visual-panel img,
.asset-tile img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
.visual-panel figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border-top: 1px solid rgba(13,20,17,0.06);
  background: #fff;
}
.visual-panel figcaption span,
.asset-tile figcaption {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
}
.visual-panel figcaption strong {
  font-size: 14px;
  color: #0d1411;
}
.visual-panel-product img {
  aspect-ratio: 1 / 1;
}
.visual-copy-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  padding: clamp(22px, 4vw, 42px);
  border-radius: 20px;
  background: #0d1411;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 18px 46px -30px rgba(13,20,17,0.32);
}
.visual-copy-panel h3 {
  font-size: clamp(34px, 5vw, 64px);
  line-height: 0.98;
  letter-spacing: -0.045em;
  margin: 0;
}
.visual-hit-list {
  display: grid;
  gap: 10px;
}
.visual-hit-list div {
  display: grid;
  gap: 4px;
  padding: 14px;
  border-radius: 14px;
  background: rgba(255,255,255,0.07);
}
.visual-hit-list strong {
  font-size: 15px;
}
.visual-hit-list span {
  color: rgba(255,255,255,0.72);
  font-size: 14px;
  line-height: 1.35;
}
.visual-gallery {
  padding-top: 18px;
}
.visual-gallery-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: start;
}
.visual-gallery-grid .visual-panel {
  padding: 10px;
}
.visual-gallery-grid .visual-panel img {
  border-radius: 14px;
}
.asset-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding-top: 14px;
  padding-bottom: 20px;
}
.asset-tile {
  margin: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 10px;
  align-content: space-between;
  min-height: 100%;
  padding: 12px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(13,20,17,0.07);
}
.asset-tile img {
  aspect-ratio: 1 / 1;
  height: min(24vw, 230px);
}
.asset-tile figcaption {
  color: #0d1411;
  text-align: center;
}

/* ---------- benefits ---------- */
.benefits {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 28px 40px;
  position: relative;
}
.benefits-head {
  display: flex; flex-direction: column; gap: 12px;
  margin-bottom: 40px;
  max-width: 720px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
}
.eyebrow, .strip-eyebrow {
  font-size: 11px; font-weight: 800;
  letter-spacing: 0.18em; text-transform: uppercase;
}
.benefits-head h2 {
  font-weight: 800;
  font-size: clamp(34px, 4.8vw, 56px);
  line-height: 1.02;
  letter-spacing: -0.035em;
  margin: 0;
  color: #0d1411;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.benefit {
  display: flex; gap: 14px;
  padding: 22px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(13,20,17,0.06);
  transition: transform 0.18s, border-color 0.2s, box-shadow 0.2s;
}
.benefit:hover {
  transform: translateY(-3px);
  border-color: color-mix(in oklab, var(--accent) 35%, transparent);
  box-shadow: 0 10px 30px -10px rgba(13,20,17,0.15);
}
.benefit-icon {
  width: 42px; height: 42px;
  border-radius: 12px;
  display: grid; place-items: center;
  flex-shrink: 0;
  background: color-mix(in oklab, var(--accent) 12%, white);
  color: var(--accent);
}
.benefit-text h3 {
  font-size: 16px;
  margin: 4px 0 5px;
  font-weight: 700;
  letter-spacing: -0.015em;
  color: #0d1411;
}
.benefit-text p {
  font-size: 14px;
  margin: 0;
  color: #4a5752;
  line-height: 1.5;
}

/* ---------- cta strip ---------- */
.cta-strip {
  padding: 40px 28px 64px;
  max-width: 1280px;
  margin: 0 auto;
}
.cta-strip-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 36px 40px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(13,20,17,0.07);
  box-shadow: 0 1px 0 rgba(13,20,17,0.03);
}
.cta-strip-inner h2 {
  font-weight: 800;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.08;
  letter-spacing: -0.025em;
  margin: 6px 0 0;
  text-wrap: balance;
  color: #0d1411;
}
.cta-strip-btn {
  width: auto;
  padding: 22px 30px;
  margin-top: 0;
  font-size: 16px;
  white-space: nowrap;
}

/* ---------- footer ---------- */
.footer {
  display: block;
  padding: 24px 28px 32px;
  font-size: 13px;
  color: #6b766f;
  border-top: 1px solid rgba(13,20,17,0.06);
  max-width: 1280px;
  margin: 0 auto;
}
.footer a { color: #4a5752; text-decoration: none; }
.footer a:hover { color: var(--accent); }
.footer-sponsor {
  text-align: center;
  margin-bottom: 16px;
}
.footer-legal {
  max-width: 1120px;
  margin: 0 auto 18px;
  text-align: center;
  font-size: 11px;
  line-height: 1.45;
  color: #6b766f;
}
.footer-legal p { margin: 6px 0; }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}



/* ---------- hero proof cards ---------- */
.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 620px;
  margin: 0 0 26px;
}
.proof-card {
  background: #fff;
  border: 1px solid rgba(13,20,17,0.08);
  border-radius: 16px;
  padding: 15px 16px;
  box-shadow: 0 1px 0 rgba(13,20,17,0.03);
}
.proof-card-primary {
  border-color: color-mix(in oklab, var(--accent) 30%, transparent);
  background: color-mix(in oklab, var(--accent) 7%, white);
}
.proof-num {
  display: block;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1;
  color: var(--accent);
}
.proof-label {
  display: block;
  margin-top: 7px;
  font-size: 12px;
  line-height: 1.25;
  color: #4a5752;
  font-weight: 700;
}

/* ---------- launch stack ---------- */
.launch-stack {
  max-width: 1280px;
  margin: 0 auto;
  padding: 78px 28px 0;
}
.launch-stack-head {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.72fr);
  gap: 28px;
  align-items: stretch;
  margin-bottom: 20px;
}
.launch-head-copy {
  position: relative;
  min-height: 320px;
  padding: 34px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 8% 0%, color-mix(in oklab, var(--accent) 13%, transparent), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #f7fbf6 100%);
  border: 1px solid rgba(13,20,17,0.06);
  box-shadow: 0 1px 0 rgba(13,20,17,0.03);
  overflow: hidden;
}
.launch-head-copy::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  right: -105px;
  bottom: -120px;
  border-radius: 50%;
  background: color-mix(in oklab, var(--accent) 12%, transparent);
  pointer-events: none;
}
.launch-head-copy .eyebrow {
  display: inline-flex;
  margin-bottom: 20px;
  color: var(--accent);
}
.launch-head-copy h2 {
  max-width: 820px;
  font-size: clamp(38px, 5.2vw, 66px);
  line-height: 0.98;
  letter-spacing: -0.052em;
  margin: 0;
  color: #0d1411;
  font-weight: 850;
  text-wrap: balance;
}
.launch-head-copy p {
  max-width: 760px;
  font-size: 18px;
  line-height: 1.55;
  color: #4a5752;
  margin: 22px 0 0;
  text-wrap: pretty;
  position: relative;
  z-index: 1;
}
.launch-system-preview {
  position: relative;
  min-height: 320px;
  padding: 26px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.08), transparent 35%),
    #0d1411;
  color: #fff;
  box-shadow: 0 24px 60px -28px rgba(13,20,17,0.35);
  overflow: hidden;
}
.launch-system-preview::before {
  content: "";
  position: absolute;
  width: 240px;
  height: 240px;
  right: -110px;
  top: -120px;
  border-radius: 50%;
  background: color-mix(in oklab, var(--accent) 30%, transparent);
}
.launch-system-preview::after {
  content: "";
  position: absolute;
  inset: auto 22px 22px 22px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.25), transparent);
}
.preview-topline {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.72);
  z-index: 1;
}
.preview-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 5px color-mix(in oklab, var(--accent) 20%, transparent);
}
.preview-main {
  position: relative;
  z-index: 1;
  margin-top: 56px;
}
.preview-main strong {
  display: block;
  font-size: clamp(26px, 2.8vw, 36px);
  line-height: 1.02;
  letter-spacing: -0.035em;
  margin-bottom: 12px;
}
.preview-main span {
  display: block;
  color: rgba(255,255,255,0.72);
  line-height: 1.55;
  font-size: 15px;
}
.preview-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
  margin-top: 24px;
}
.preview-list div {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 13px;
  background: rgba(255,255,255,0.07);
  color: rgba(255,255,255,0.82);
  font-size: 13px;
  line-height: 1.35;
}
.preview-list span {
  display: inline-grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--accent);
  color: var(--accent-text);
  font-size: 10px;
  font-weight: 900;
  flex: 0 0 auto;
}
.launch-stack-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.stack-feature {
  position: relative;
  min-height: 205px;
  padding: 24px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(13,20,17,0.06);
  box-shadow: 0 1px 0 rgba(13,20,17,0.03);
  overflow: hidden;
  transition: transform 0.18s, box-shadow 0.2s, border-color 0.2s;
}
.stack-feature:hover {
  transform: translateY(-3px);
  border-color: color-mix(in oklab, var(--accent) 35%, transparent);
  box-shadow: 0 14px 36px -18px rgba(13,20,17,0.22);
}
.stack-feature::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  right: -54px;
  top: -54px;
  background: color-mix(in oklab, var(--accent) 11%, transparent);
  pointer-events: none;
}
.stack-feature-large {
  background:
    radial-gradient(circle at 100% 0%, color-mix(in oklab, var(--accent) 13%, transparent), transparent 35%),
    #fff;
}
.stack-feature-highlight {
  background: #0d1411;
  color: #fff;
  border-color: rgba(255,255,255,0.08);
}
.stack-feature-highlight::after {
  background: color-mix(in oklab, var(--accent) 28%, transparent);
}
.stack-feature-wide {
  grid-column: span 2;
}
.stack-tag {
  position: relative;
  z-index: 1;
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  background: color-mix(in oklab, var(--accent) 12%, white);
  color: var(--accent);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.stack-feature-highlight .stack-tag {
  background: var(--accent);
  color: var(--accent-text);
}
.stack-feature h3 {
  position: relative;
  z-index: 1;
  font-size: 25px;
  line-height: 1.08;
  letter-spacing: -0.03em;
  margin: 0 0 10px;
  font-weight: 800;
  color: inherit;
  max-width: 620px;
}
.stack-feature p {
  font-size: 14px;
  line-height: 1.55;
  color: #4a5752;
  margin: 0;
  position: relative;
  z-index: 1;
}
.stack-feature-highlight p {
  color: rgba(255,255,255,0.74);
}

/* ---------- lifestyle banner ---------- */
.hero-banner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 28px 28px 10px;
}
.hero-banner-frame {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  align-items: center;
  gap: 0;
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(13,20,17,0.07);
  box-shadow: 0 18px 46px -32px rgba(13,20,17,0.28);
}
.hero-banner-frame img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  background: #f5f6f3;
}
.hero-banner-overlay {
  display: none;
}
.hero-banner-text {
  padding: clamp(24px, 4vw, 46px);
}
.hero-banner-text .eyebrow-solid {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--accent);
}
.hero-banner-text h2 {
  margin: 0;
  font-size: clamp(26px, 3.4vw, 44px);
  line-height: 1.04;
  letter-spacing: -0.035em;
  color: #0d1411;
  text-wrap: balance;
}

/* ---------- image-lite alternate ---------- */
.launch-visual-card {
  margin: 0;
  padding: 14px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(13,20,17,0.07);
  box-shadow: 0 18px 46px -30px rgba(13,20,17,0.32);
}
.launch-visual-card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
}
.stack-feature-media {
  display: grid;
  place-items: center;
  padding: 12px;
  min-height: 0;
  background: #fff;
}
.stack-feature-media img {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: contain;
  border-radius: 16px;
  position: relative;
  z-index: 1;
}

/* ---------- MOBILE FIRST RESPONSIVE ---------- */
@media (max-width: 980px) {
  .topbar { padding: 14px 18px; }
  .topbar-actions { gap: 8px; }
  .top-right { font-size: 11px; padding: 5px 10px; gap: 6px; }
  .top-right span:not(:last-child) { display: none; }
  .top-right .live-dot ~ span { display: inline; }
  .language-toggle { max-width: 150px; padding: 7px 10px; }
  .backoffice-link { padding: 7px 10px; }
  .hero-carousel {
    padding: 0 18px 18px;
  }
  .hero-carousel-track {
    border-radius: 16px;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 12px 18px 40px;
    align-items: start;
  }
  /* Mobile: form FIRST so user sees CTA immediately, but countdown + headline still above fold */
  .hero-left { order: 1; }
  .hero-right { order: 2; }

  .kicker { margin-bottom: 16px; padding: 6px 12px 6px 10px; font-size: 12.5px; }
  .headline { margin-bottom: 16px; }
  .sub { font-size: 16px; margin-bottom: 20px; }
  .hero-proof { grid-template-columns: 1fr; max-width: none; margin-bottom: 20px; }
  .proof-card { padding: 13px 15px; }
  .proof-num { font-size: 22px; }

  .cd-wrap { padding: 14px 18px; width: 100%; }
  .cd-cell { min-width: 0; flex: 1; }
  .cd-num { font-size: 30px; }
  .cd-sep { font-size: 22px; }

  .form-card { padding: 22px; border-radius: 20px; }
  .audio-card {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 16px;
  }
  .cta { padding: 20px 20px; font-size: 17px; }

  .visual-story,
  .visual-gallery,
  .asset-strip {
    padding-left: 18px;
    padding-right: 18px;
  }
  .visual-story-head h2,
  .visual-gallery-head h2 {
    font-size: 34px;
  }
  .visual-feature-grid,
  .visual-gallery-grid {
    grid-template-columns: 1fr;
  }
  .visual-copy-panel {
    padding: 24px;
  }
  .visual-copy-panel h3 {
    font-size: 34px;
  }
  .visual-panel {
    border-radius: 16px;
  }
  .visual-panel figcaption {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }
  .asset-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .asset-tile img {
    height: min(42vw, 240px);
  }

  .hero-banner { padding: 18px 18px 0; }
  .hero-banner-frame {
    grid-template-columns: 1fr;
    aspect-ratio: auto;
    border-radius: 20px;
  }
  .hero-banner-text { padding: 24px; max-width: 100%; }
  .hero-banner-text h2 { font-size: 26px; }

  .launch-stack { padding: 54px 18px 0; }
  .launch-stack-head { grid-template-columns: 1fr; gap: 12px; margin-bottom: 18px; }
  .launch-stack-head h2 { font-size: 32px; }
  .launch-stack-head p { font-size: 16px; }
  .launch-stack-grid { grid-template-columns: 1fr; }
  .stack-feature, .stack-feature-large { grid-column: auto; min-height: 0; padding: 22px; }
  .stack-feature-media { padding: 12px; }
  .stack-feature-media img { height: auto; max-height: none; }
  .stack-feature h3 { font-size: 22px; }
  .launch-visual-card { padding: 10px; border-radius: 18px; }
  .launch-visual-card img { border-radius: 12px; }

  .benefits { padding: 56px 18px 24px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefits-head { margin-bottom: 28px; text-align: left; align-items: flex-start; }

  .cta-strip { padding: 24px 18px 48px; }
  .cta-strip-inner { grid-template-columns: 1fr; padding: 26px; gap: 18px; }
  .cta-strip-btn { width: 100%; }

  .footer { padding: 20px 18px 28px; }
  .footer-bottom { flex-direction: column; gap: 6px; }
}

@media (max-width: 480px) {
  .topbar { gap: 10px; }
  .top-right { display: none; }
  .language-toggle { max-width: 170px; }
  .backoffice-link { min-height: 34px; }
  .headline { font-size: 44px; letter-spacing: -0.04em; }
  .hero-carousel {
    padding: 0 16px 16px;
  }
  .hero-carousel-track {
    border-radius: 14px;
  }
  .proof-card { border-radius: 14px; }
  .visual-story,
  .visual-gallery,
  .asset-strip {
    padding-left: 16px;
    padding-right: 16px;
  }
  .visual-story-head h2,
  .visual-gallery-head h2,
  .visual-copy-panel h3 {
    font-size: 30px;
  }
  .visual-copy-panel {
    padding: 20px;
  }
  .visual-hit-list div {
    padding: 12px;
  }
  .visual-gallery-grid .visual-panel {
    padding: 8px;
  }
  .asset-strip {
    grid-template-columns: 1fr;
  }
  .asset-tile img {
    height: 240px;
  }
  .hero-banner-text h2 { font-size: 22px; }
  .hero-banner { padding-left: 16px; padding-right: 16px; }
  .cd-num { font-size: 26px; }
  .cd-lbl { font-size: 9px; }
}
