/* ── Fuentes (rutas relativas a style.css → fonts/) ── */
@font-face {
  font-family: "ABC Monument Grotesk";
  src: url("fonts/ABC-Monument-Grotesk-Variable-2.000.woff") format("woff-variations"),
       url("fonts/ABC-Monument-Grotesk-Variable-2.000.woff") format("woff");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ABC Monument Grotesk Black";
  src: url("fonts/ABCMonumentGrotesk-Black.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ABC Monument Grotesk Mono";
  src: url("fonts/ABC-Monument-Grotesk-Mono-Variable-2.004.woff") format("woff");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ABC Monument Grotesk Semi-Mono";
  src: url("fonts/ABC-Monument-Grotesk-Semi-Mono-Variable-2.004.woff") format("woff");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

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

html, body {
  margin: 0;
  height: 100%;
}

body {
  background: #063f23;
  color: #ffffff;
  font-family: "ABC Monument Grotesk", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

/* ── Full-page layout (mismo diseño que el popup) ── */
.bilan-page {
  display: grid;
  grid-template-columns: 40% 60%;
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  background: #063f23;
  overflow: hidden;
}

.bilan-left {
  background: #063f23;
  color: #ffffff;
  padding: clamp(40px, 6vh, 72px) clamp(28px, 4vw, 48px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: clamp(32px, 4vh, 48px);
  min-width: 0;
}

.bilan-left-top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
  width: 100%;
  min-height: 0;
}

.bilan-left h1 {
  margin: 0 0 28px;
  width: 100%;
  max-width: 300px;
  font-size: clamp(38px, 3.4vw, 54px);
  line-height: 0.9;
  font-family: "ABC Monument Grotesk Black", system-ui, sans-serif;
  font-weight: normal;
  font-variation-settings: normal;
  font-synthesis: none;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #f2efe6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bilan-left h1 .heading-row {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.bilan-left h1 .heading-row-rules {
  align-items: flex-end;
  margin-top: -2px;
}

.bilan-left h1 .deco-asterisks {
  display: inline-flex;
  gap: 2px;
  font-size: clamp(9px, 0.75vw, 12px);
  color: #e8a0a8;
  letter-spacing: 0;
  line-height: 1;
  padding-top: 4px;
  font-weight: 400;
}

.bilan-left h1 .heading-row-rules .deco-asterisks {
  padding-top: 0;
  padding-bottom: 3px;
}

.bilan-left h1 .rules-text {
  display: block;
  color: #b7ff62;
  line-height: 0.9;
  letter-spacing: 0.01em;
}

.bilan-left p {
  margin: 0 0 24px;
  width: 100%;
  max-width: 300px;
  font-family: "ABC Monument Grotesk", system-ui, sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 1.15vw, 19px);
  line-height: 1.45;
  letter-spacing: 0.01em;
  color: #f2efe6;
}

.launch-counter {
  margin-bottom: 0;
  width: 100%;
  max-width: 300px;
  font-family: "ABC Monument Grotesk", system-ui, sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 1.15vw, 19px);
  line-height: 1.45;
  letter-spacing: 0.01em;
  color: #f2efe6;
}

.launch-counter strong {
  color: #b7ff62;
  font-size: clamp(17px, 1.3vw, 22px);
  font-family: "ABC Monument Grotesk Black", system-ui, sans-serif;
  font-weight: normal;
  font-variation-settings: normal;
  letter-spacing: 0;
}

.subscribe-box {
  border: 1px solid #9be55c;
  border-radius: 20px;
  padding: 16px 16px 14px;
  width: 100%;
  max-width: 400px;
  margin-inline: auto;
  flex-shrink: 0;
  min-width: 0;
}

.subscribe-box h2 {
  margin: 0 0 12px;
  text-align: center;
  color: #ffffff;
  font-size: clamp(15px, 1.2vw, 22px);
  font-family: "ABC Monument Grotesk", system-ui, sans-serif;
  font-weight: 900;
  font-variation-settings: "wght" 900;
  text-transform: uppercase;
  line-height: 1.1;
  letter-spacing: 0.02em;
}

.subscribe-box form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: 6px;
  width: 100%;
  position: relative;
}

.bilan-honeypot {
  display: none !important;
}

.form-message {
  margin: 8px 0 0;
  text-align: center;
  font-size: 10px;
  line-height: 1.3;
  min-height: 14px;
  color: #b7ff62;
}

.form-message.is-error {
  color: #ffb4b4;
}

.subscribe-box input {
  width: 100%;
  min-width: 0;
  height: 38px;
  padding: 0 10px;
  border: none;
  border-radius: 5px;
  font-size: 11px;
  font-family: "ABC Monument Grotesk Semi-Mono", "ABC Monument Grotesk", system-ui, sans-serif;
  outline: none;
}

.subscribe-box input::placeholder {
  color: #999;
}

.subscribe-box button {
  width: 100%;
  min-width: 0;
  height: 38px;
  background: #b7ff62;
  color: #111111;
  border: none;
  border-radius: 5px;
  padding: 0 6px;
  font-size: clamp(8px, 0.65vw, 10px);
  font-family: "ABC Monument Grotesk", system-ui, sans-serif;
  font-weight: 900;
  font-variation-settings: "wght" 900;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s;
  letter-spacing: 0.03em;
}

.subscribe-box button:hover {
  background: #9be55c;
}

.subscribe-box small {
  display: block;
  margin-top: 10px;
  color: #ffffff;
  text-align: center;
  font-size: 9px;
  font-weight: 400;
  line-height: 1.3;
}

.subscribe-box small.us-only {
  margin-top: 6px;
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.3px;
}

/* ── Right panel: image ── */
.bilan-right {
  position: relative;
  min-height: 100%;
  background-color: #063f23;
  background-image: url("images/hero.png");
  background-size: auto 100%;
  background-position: right 14px center;
  background-repeat: no-repeat;
  overflow: hidden;
}

/* ── Responsive ── */
@media (max-width: 900px) {
  .bilan-page {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .bilan-right {
    min-height: 42vh;
    aspect-ratio: 1407 / 1080;
    order: 1;
    background-size: contain;
    background-position: center;
  }

  .bilan-left {
    order: 2;
    padding: 40px 28px 44px;
    gap: 28px;
    align-items: center;
  }

  .bilan-left-top {
    flex: none;
    justify-content: flex-start;
  }

  .bilan-left h1,
  .bilan-left p,
  .launch-counter {
    max-width: 320px;
  }

  .bilan-left h1 {
    font-size: 40px;
    margin-bottom: 24px;
  }

  .subscribe-box {
    max-width: 100%;
  }

  .subscribe-box form {
    grid-template-columns: 1fr;
  }

  .subscribe-box button {
    font-size: 11px;
    padding: 0 14px;
  }
}
