:root {
  --black: #02060d;
  --navy: #061426;
  --panel: #081b31;
  --cyan: #18c7f8;
  --cyan-soft: rgba(24, 199, 248, 0.16);
  --white: #ffffff;
  --muted: #9aa9b7;
  --muted-dark: #5d6b78;
  --line: rgba(255, 255, 255, 0.12);
  --paper: #f6f9fb;
  --ink: #101722;
  --error: #ffb4ab;
  --radius: 8px;
  --shadow: 0 22px 70px rgba(0, 0, 0, 0.28);
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

a {
  color: inherit;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 16px;
  border-bottom: 1px solid var(--line);
  background: rgba(2, 6, 13, 0.88);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--white);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-decoration: none;
}

.brand img {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(24, 199, 248, 0.42);
  border-radius: 10px;
  object-fit: contain;
  box-shadow: 0 0 22px rgba(24, 199, 248, 0.16);
}

.header-actions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.header-cta {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 1px solid rgba(24, 199, 248, 0.62);
  border-radius: var(--radius);
  padding: 0 13px;
  background: rgba(24, 199, 248, 0.1);
  color: var(--white);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.social-icon {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  fill: currentColor;
}

.whatsapp-link {
  border-color: rgba(37, 211, 102, 0.9);
  background: #25d366;
  color: #03170b;
  box-shadow: 0 10px 28px rgba(37, 211, 102, 0.2);
}

.whatsapp-link:hover,
.whatsapp-link:focus-visible {
  background: #38ea76;
  color: #03170b;
}

.hero {
  display: grid;
  gap: 34px;
  align-items: center;
  min-height: calc(100svh - 63px);
  padding: 42px 18px 54px;
  background:
    radial-gradient(circle at 75% 14%, rgba(24, 199, 248, 0.22), transparent 33%),
    linear-gradient(150deg, #02060d 0%, #061426 52%, #02060d 100%);
}

.hero-copy,
.section-heading,
.feature-list,
.steps,
.form-shell {
  width: min(100%, 980px);
  margin: 0 auto;
}

.eyebrow,
.section-kicker {
  margin: 0 0 12px;
  color: var(--cyan);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1 {
  max-width: 780px;
  margin: 0;
  font-size: 42px;
  line-height: 1.04;
  letter-spacing: 0;
}

.hero-copy p:not(.eyebrow) {
  max-width: 620px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
}

.button {
  display: inline-flex;
  width: 100%;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: var(--radius);
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}

.button-primary {
  margin-top: 26px;
  background: var(--cyan);
  color: #00111b;
  box-shadow: 0 14px 38px rgba(24, 199, 248, 0.22);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: #5edcff;
}

.quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.quick-links a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  padding: 0 13px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.quick-links a:hover,
.quick-links a:focus-visible {
  border-color: rgba(24, 199, 248, 0.65);
  color: var(--white);
}

.quick-links .instagram-link {
  border: 0;
  background:
    linear-gradient(45deg, #f58529 0%, #feda77 22%, #dd2a7b 52%, #8134af 76%, #515bd4 100%);
  color: var(--white);
  box-shadow: 0 12px 30px rgba(221, 42, 123, 0.22);
}

.quick-links .instagram-link:hover,
.quick-links .instagram-link:focus-visible {
  color: var(--white);
  filter: saturate(1.12) brightness(1.08);
}

.hero-logo {
  display: grid;
  width: min(76vw, 390px);
  margin: 0 auto;
  place-items: center;
}

.hero-logo img {
  display: block;
  width: 100%;
  border-radius: 50%;
  filter: drop-shadow(0 0 36px rgba(24, 199, 248, 0.22));
}

.section {
  padding: 54px 18px;
}

.compact-section {
  background: var(--paper);
  color: var(--ink);
}

.section-heading {
  margin-bottom: 22px;
}

.section-heading h2,
.form-intro h2,
.thank-you h2 {
  margin: 0;
  font-size: 30px;
  line-height: 1.12;
  letter-spacing: 0;
}

.compact-section .section-kicker {
  color: #0379a3;
}

.feature-list {
  display: grid;
  gap: 10px;
}

.feature-list span {
  display: flex;
  min-height: 46px;
  align-items: center;
  border: 1px solid rgba(6, 20, 38, 0.12);
  border-radius: var(--radius);
  padding: 11px 13px;
  background: var(--white);
  color: #152131;
  font-weight: 800;
}

.process {
  background: var(--black);
}

.steps {
  display: grid;
  gap: 12px;
}

.steps article {
  border-top: 1px solid rgba(24, 199, 248, 0.42);
  padding-top: 16px;
}

.steps strong {
  color: var(--cyan);
  font-size: 13px;
}

.steps h3 {
  margin: 7px 0 6px;
  font-size: 18px;
}

.steps p {
  margin: 0;
  color: var(--muted);
}

.form-section {
  padding-top: 0;
  background: var(--black);
}

.form-shell {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  background:
    linear-gradient(180deg, rgba(24, 199, 248, 0.08), rgba(24, 199, 248, 0)),
    var(--navy);
  box-shadow: var(--shadow);
}

.form-intro {
  margin-bottom: 20px;
}

.form-intro p,
.thank-you p {
  max-width: 620px;
  margin: 10px 0 0;
  color: var(--muted);
}

.lead-form {
  display: grid;
  gap: 15px;
}

.field-grid {
  display: grid;
  gap: 15px;
}

label {
  display: grid;
  gap: 7px;
  margin: 0;
}

label > span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  padding: 12px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--ink);
  font: inherit;
}

select {
  appearance: auto;
}

textarea {
  min-height: 104px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--cyan);
  outline: 3px solid rgba(24, 199, 248, 0.2);
}

.consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 14px;
}

.consent input {
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  margin-top: 2px;
  accent-color: var(--cyan);
}

.consent span,
.form-note {
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  line-height: 1.5;
}

.form-note {
  margin: -2px 0 0;
}

.submit-button {
  margin-top: 0;
}

.submit-button[disabled] {
  cursor: wait;
  opacity: 0.74;
}

.form-status {
  min-height: 20px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.form-status.error {
  color: var(--error);
}

.thank-you {
  display: grid;
  gap: 10px;
}

.thank-you[hidden] {
  display: none;
}

.footer {
  padding: 26px 18px;
  border-top: 1px solid var(--line);
  background: var(--black);
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
  text-align: center;
}

.footer p {
  margin: 0;
}

@media (min-width: 560px) {
  .button {
    width: auto;
    min-width: 260px;
    padding: 0 22px;
  }

  .feature-list,
  .field-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 820px) {
  .site-header {
    padding: 14px 30px;
  }

  .hero {
    grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.72fr);
    gap: 44px;
    min-height: 680px;
    padding: 72px 32px 82px;
  }

  .hero-copy {
    justify-self: end;
    margin-right: 0;
  }

  .hero-logo {
    justify-self: start;
    width: min(34vw, 430px);
    margin: 0;
  }

  h1 {
    font-size: 64px;
  }

  .hero-copy p:not(.eyebrow) {
    font-size: 20px;
  }

  .section {
    padding: 70px 32px;
  }

  .section-heading h2,
  .form-intro h2,
  .thank-you h2 {
    font-size: 38px;
  }

  .feature-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .form-shell {
    padding: 30px;
  }
}

@media (max-width: 480px) {
  .site-header {
    gap: 10px;
    padding: 10px 12px;
  }

  .brand {
    gap: 8px;
    font-size: 12px;
  }

  .brand img {
    width: 40px;
    height: 40px;
  }

  .header-actions {
    gap: 6px;
  }

  .header-cta {
    min-height: 34px;
    padding: 0 9px;
    font-size: 12px;
  }
}

@media (max-width: 359px) {
  .site-header {
    align-items: flex-start;
  }

  .header-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
  }

  .header-cta {
    min-height: 34px;
    padding: 0 10px;
    font-size: 12px;
  }

  h1 {
    font-size: 36px;
  }
}
