
:root {
  --bg: #020c14;
  --bg2: #06242b;
  --green: #014236;
  --green2: #00685c;
  --teal: #00d6cc;
  --cyan: #11cfff;
  --blue: #166bff;
  --purple: #5842ff;
  --white: #f6fffb;
  --muted: #c7ddd8;
  --line: rgba(0,214,204,.28);
  --panel: rgba(4, 23, 30, .82);
  --shadow: 0 28px 90px rgba(0,0,0,.36);
}

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

html { scroll-behavior: smooth; }

body {
  margin: 0;
  width: 100%;
  overflow-x: hidden;
  color: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  background: radial-gradient(circle at 82% 14%, rgba(0,214,204,.18), transparent 28rem),
              radial-gradient(circle at 18% 74%, rgba(22,107,255,.16), transparent 28rem),
              var(--bg);
  line-height: 1.45;
}

img { max-width: 100%; display: block; }
a { color: inherit; }
.wrap { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.section { position: relative; padding: 88px 0; border-bottom: 1px solid rgba(0,214,204,.14); }
.center { text-align: center; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  color: var(--teal);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.top-strip {
  position: sticky;
  z-index: 30;
  top: 0;
  display: flex;
  justify-content: center;
  gap: 16px;
  padding: 10px 16px;
  background: linear-gradient(90deg, #013a34, #005d55, #0791a0);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .04em;
  box-shadow: 0 1px 0 rgba(255,255,255,.12);
}

.hero {
  min-height: 820px;
  padding: 56px 0 40px;
  overflow: hidden;
  isolation: isolate;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(90deg, rgba(2,12,20,.96), rgba(2,12,20,.82), rgba(2,12,20,.65)),
              linear-gradient(180deg, rgba(2,12,20,.1), rgba(2,12,20,.78)),
              url('../img/hero-lucro-bg.png') center/cover no-repeat;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(circle at 70% 32%, rgba(0,214,204,.16), transparent 26rem);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(430px, 500px);
  gap: 60px;
  align-items: start;
}

.logo-row {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 34px;
}

.logo-row img:first-child {
  width: 245px;
  max-height: 82px;
  object-fit: contain;
}

.logo-row img:last-child {
  width: 86px;
  max-height: 72px;
  object-fit: contain;
}

.logo-plus {
  color: var(--teal);
  font-weight: 950;
  font-size: 26px;
}

.kicker {
  display: inline-flex;
  padding: 8px 13px;
  border: 1px solid rgba(0,214,204,.38);
  border-radius: 999px;
  background: rgba(0,214,204,.08);
  color: #a6fff7;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 22px 0 8px;
  font-family: Arial Black, Impact, Arial, sans-serif;
  font-size: clamp(56px, 6vw, 92px);
  line-height: .9;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 0 38px rgba(0,214,204,.22);
}

.subheadline {
  margin: 0 0 24px;
  max-width: 700px;
  color: var(--teal);
  font-family: Arial Black, Arial, sans-serif;
  font-size: clamp(24px, 2.2vw, 36px);
  line-height: 1.05;
  text-transform: uppercase;
}

.lead {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.65;
}

.event-panel {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  max-width: 760px;
  margin-top: 34px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--line);
}

.event-panel div {
  padding: 18px 16px;
  background: rgba(3,20,25,.86);
}

.event-panel span {
  display: block;
  margin-bottom: 6px;
  color: #8beee7;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.event-panel strong {
  display: block;
  font-size: 18px;
  color: #fff;
}

.form-panel {
  padding: 32px 30px 28px;
  border: 1px solid rgba(0,214,204,.35);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(3,20,25,.9), rgba(2,12,20,.96));
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255,255,255,.06);
  backdrop-filter: blur(12px);
}

.form-title {
  margin: 0 0 22px;
  text-align: center;
  color: #fff;
  font-family: Arial Black, Arial, sans-serif;
  font-size: 27px;
  line-height: 1.12;
  text-transform: uppercase;
}

.form-title span {
  color: var(--teal);
}

.lead-form label {
  display: block;
  margin-bottom: 13px;
}

.lead-form label span {
  display: block;
  margin: 0 0 7px;
  color: #a7cbc6;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .08em;
}

input,
select {
  width: 100%;
  height: 52px;
  padding: 0 14px;
  border: 1px solid rgba(0,214,204,.28);
  border-radius: 10px;
  background: #04171d;
  color: #f7fffd;
  font: 15px Arial, Helvetica, sans-serif;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}

input::placeholder {
  color: #76918d;
}

select {
  cursor: pointer;
  color: #d6eae7;
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #00d6cc 50%),
    linear-gradient(135deg, #00d6cc 50%, transparent 50%),
    linear-gradient(180deg, #04171d, #031016);
  background-position:
    calc(100% - 20px) 50%,
    calc(100% - 14px) 50%,
    0 0;
  background-size: 6px 6px, 6px 6px, 100% 100%;
  background-repeat: no-repeat;
}

select option {
  background: #04171d;
  color: #f7fffd;
}

input:focus,
select:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(0,214,204,.12);
}

.is-invalid {
  border-color: #ff5b72 !important;
  box-shadow: 0 0 0 3px rgba(255,91,114,.14) !important;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-height: 56px;
  padding: 0 28px;
  border: 0;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(90deg, #00685c, #00a69a, #166bff);
  font-size: 14px;
  font-weight: 950;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .04em;
  cursor: pointer;
  box-shadow: 0 18px 44px rgba(0,166,154,.22);
}

.lead-form .button {
  width: 100%;
}

.button.ghost {
  width: auto;
  border: 1px solid rgba(0,214,204,.36);
  background: rgba(0,214,204,.08);
  box-shadow: none;
}

.fine,
.form-status {
  margin: 11px 0 0;
  text-align: center;
  color: #9dbfba;
  font-size: 12px;
}

.form-status.error {
  color: #ff8da0;
}

.form-hp {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
}

h2 {
  margin: 0 0 22px;
  color: #fff;
  font-family: Arial Black, Impact, Arial, sans-serif;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.03;
  text-transform: uppercase;
  text-wrap: balance;
}

.cards {
  display: grid;
  gap: 18px;
  margin-top: 42px;
}

.cards-3 {
  grid-template-columns: repeat(3, 1fr);
}

.cards article,
.bonus-box,
.timeline div,
.thankyou-card {
  padding: 24px;
  border: 1px solid rgba(0,214,204,.22);
  border-radius: 16px;
  background: rgba(4,23,30,.72);
  box-shadow: 0 20px 50px rgba(0,0,0,.18);
}

.cards article {
  color: #d9efeb;
  font-size: 17px;
  font-weight: 780;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 58px;
  align-items: center;
}

.split p {
  color: var(--muted);
  font-size: 20px;
}

.promise {
  background: radial-gradient(circle at 50% 16%, rgba(0,214,204,.12), transparent 30rem);
}

.promise .lead,
.final-cta .lead {
  max-width: 820px;
  margin: 0 auto 28px;
}

.bonus-box {
  max-width: 820px;
  margin-top: 34px;
  background: linear-gradient(135deg, rgba(0,214,204,.14), rgba(22,107,255,.1));
}

.bonus-box strong {
  display: block;
  margin-bottom: 8px;
  font-family: Arial Black, Arial, sans-serif;
  font-size: 26px;
  color: #fff;
}

.bonus-box p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 38px;
}

.timeline b {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--green2), var(--teal));
  color: #fff;
}

.timeline strong {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-size: 22px;
}

.timeline span {
  color: var(--muted);
}

.final-cta {
  background: radial-gradient(circle at 50% 22%, rgba(0,214,204,.15), transparent 28rem), #020c14;
}

.final-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 620px;
  margin: 32px auto;
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  background: var(--line);
}

.final-meta div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-height: 68px;
  padding: 14px;
  background: #04171d;
  font-weight: 950;
}

.footer {
  padding: 28px 0;
  border-top: 1px solid rgba(0,214,204,.16);
  text-align: center;
  color: var(--muted);
}

.footer .wrap {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.success-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.success-modal.is-open {
  display: flex;
}

.success-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,6,10,.76);
  backdrop-filter: blur(10px);
}

.success-dialog {
  position: relative;
  width: min(560px, 100%);
  padding: 34px 28px 30px;
  border: 1px solid rgba(0,214,204,.38);
  border-radius: 18px;
  background: linear-gradient(180deg, #06242b, #020c14);
  box-shadow: var(--shadow);
  text-align: center;
}

.modal-close {
  position: absolute;
  right: 14px;
  top: 12px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  color: #fff;
  font-size: 26px;
  cursor: pointer;
}

.success-badge {
  display: inline-flex;
  padding: 7px 13px;
  border: 1px solid rgba(0,214,204,.36);
  border-radius: 999px;
  color: #a6fff7;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.success-dialog h2 {
  margin-top: 18px;
}

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

.modal-actions {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.whatsapp-button {
  background: linear-gradient(90deg, #08a83a, #14c75a);
}

.thankyou-page {
  min-height: 70vh;
  display: grid;
  place-items: center;
}

.thankyou-card {
  width: min(720px, 100%);
  margin: 0 auto;
}

@media (max-width: 1100px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .form-panel {
    max-width: 720px;
  }

  .event-panel {
    grid-template-columns: repeat(2, 1fr);
  }

  .cards-3,
  .timeline {
    grid-template-columns: repeat(2, 1fr);
  }

  .split {
    grid-template-columns: 1fr;
    gap: 26px;
  }
}

@media (max-width: 760px) {
  .wrap {
    width: calc(100% - 32px);
  }

  .top-strip {
    flex-direction: column;
    gap: 3px;
    font-size: 11px;
    line-height: 1.25;
  }

  .hero {
    min-height: auto;
    padding: 36px 0 28px;
  }

  .logo-row {
    gap: 12px;
    margin-bottom: 24px;
  }

  .logo-row img:first-child {
    width: 185px;
  }

  .logo-row img:last-child {
    width: 62px;
  }

  .hero h1 {
    font-size: clamp(44px, 15vw, 68px);
    line-height: .92;
  }

  .subheadline {
    font-size: clamp(22px, 7vw, 31px);
  }

  .lead {
    font-size: 16px;
    line-height: 1.58;
  }

  .event-panel,
  .cards-3,
  .timeline,
  .final-meta {
    grid-template-columns: 1fr;
  }

  .form-panel {
    padding: 24px 18px 22px;
  }

  .form-title {
    font-size: 23px;
  }

  .section {
    padding: 66px 0;
  }

  h2 {
    font-size: clamp(30px, 10vw, 44px);
  }

  .cards article,
  .timeline div {
    padding: 20px;
  }

  .button {
    width: 100%;
    text-align: center;
    padding: 0 18px;
  }

  .final-meta div + div {
    border-top: 1px solid var(--line);
  }
}

@media (max-width: 400px) {
  .logo-row img:first-child {
    width: 162px;
  }

  .hero h1 {
    font-size: 43px;
  }

  .form-title {
    font-size: 21px;
  }
}
