:root {
  color-scheme: dark;
  --bg: #020814;
  --bg-2: #061526;
  --panel: rgba(4, 14, 28, 0.84);
  --panel-solid: #07182a;
  --cyan: #18c8ff;
  --cyan-2: #0078b7;
  --orange: #ff6a00;
  --orange-2: #ff9f1c;
  --gold: #ffc145;
  --text: #f7fbff;
  --muted: #b9cad6;
  --line: rgba(24, 200, 255, 0.34);
  --shadow-blue: 0 0 28px rgba(24, 200, 255, 0.22);
  --shadow-orange: 0 0 26px rgba(255, 106, 0, 0.28);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    linear-gradient(180deg, rgba(2, 8, 20, 0.2), rgba(2, 8, 20, 0.92) 58%),
    linear-gradient(90deg, rgba(2, 8, 20, 0.98), rgba(5, 20, 35, 0.92)),
    url("habeas-referencia.png") top center / 100% auto no-repeat,
    var(--bg);
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(rgba(24, 200, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(24, 200, 255, 0.028) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.72), transparent 75%);
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -48px;
  z-index: 20;
  padding: 10px 14px;
  border-radius: 6px;
  background: var(--cyan);
  color: #00121d;
  font-weight: 800;
  transition: top 0.2s ease;
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  width: min(1180px, calc(100% - 36px));
  min-height: 88px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.site-header.compact {
  min-height: 78px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1;
}

.brand img {
  width: 76px;
  height: 54px;
  object-fit: contain;
  filter: drop-shadow(0 0 14px rgba(24, 200, 255, 0.36));
}

.site-header nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  color: rgba(247, 251, 255, 0.86);
  font-size: 15px;
  font-weight: 700;
}

.site-header nav a,
.site-footer a,
.social-link,
.instagram-tag {
  text-decoration: none;
}

.site-header nav a:hover,
.site-footer a:hover,
.social-link:hover {
  color: var(--cyan);
}

.header-cta,
.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 8px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 900;
  line-height: 1.1;
}

.header-cta {
  min-width: 154px;
  padding: 12px 18px;
  border-color: rgba(255, 159, 28, 0.82);
  background: linear-gradient(180deg, #a63d02, #ed5e00);
  box-shadow: var(--shadow-orange), inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.hero,
.section,
.final-cta {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.hero {
  min-height: calc(100vh - 88px);
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  align-items: center;
  gap: 46px;
  padding: 26px 0 54px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--cyan);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 {
  max-width: 650px;
  margin-bottom: 24px;
  font-size: clamp(52px, 8vw, 96px);
  line-height: 0.92;
  text-shadow: 0 4px 0 rgba(0, 0, 0, 0.28);
}

h1 span,
h2 span {
  color: var(--cyan);
}

.hero-text {
  max-width: 520px;
  margin-bottom: 28px;
  color: var(--text);
  font-size: 19px;
  line-height: 1.58;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

.button {
  padding: 14px 22px;
  cursor: pointer;
  font-size: 16px;
}

.button-primary {
  border-color: rgba(255, 193, 69, 0.72);
  background: linear-gradient(180deg, var(--orange-2), var(--orange) 52%, #b53600);
  color: #fff;
  box-shadow: var(--shadow-orange), inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.button-primary:hover {
  transform: translateY(-1px);
}

.button-secondary {
  border-color: rgba(151, 213, 255, 0.48);
  background: rgba(3, 12, 24, 0.78);
  color: #d7f4ff;
  box-shadow: inset 0 0 0 1px rgba(24, 200, 255, 0.12);
}

.action-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 26px;
  max-width: 680px;
}

.action-strip span {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid rgba(24, 200, 255, 0.22);
  border-radius: 6px;
  background: rgba(3, 14, 28, 0.76);
  color: #eaf7ff;
  font-weight: 800;
}

.action-strip b {
  color: var(--cyan);
}

.hero-media {
  position: relative;
  padding: 10px;
  border: 1px solid rgba(24, 200, 255, 0.76);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(3, 18, 34, 0.94), rgba(2, 8, 20, 0.92));
  box-shadow: var(--shadow-blue), inset 0 0 36px rgba(24, 200, 255, 0.08);
}

.hero-media img {
  width: 100%;
  border-radius: 6px;
}

.instagram-tag {
  position: absolute;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  width: min(78%, 310px);
  padding: 10px 18px;
  border: 1px solid rgba(24, 200, 255, 0.5);
  border-radius: 8px;
  background: rgba(2, 8, 20, 0.78);
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.32);
}

.section {
  padding: 74px 0;
}

.section + .section {
  border-top: 1px solid rgba(24, 200, 255, 0.1);
}

.section-centered {
  text-align: center;
}

.section h2,
.final-cta h2 {
  margin-bottom: 22px;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 0.98;
}

.section-centered h2 {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 32px;
}

.feature-card,
.benefit-list article,
.copy-panel,
.visual-panel,
.lead-form {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(5, 17, 32, 0.84);
  box-shadow: var(--shadow-blue);
}

.feature-card {
  min-height: 250px;
  padding: 28px 18px 22px;
}

.feature-icon {
  display: grid;
  width: 72px;
  height: 72px;
  margin: 0 auto 18px;
  place-items: center;
  border: 1px solid rgba(24, 200, 255, 0.5);
  border-radius: 8px;
  background: linear-gradient(180deg, #06243d, #051120);
  color: var(--orange-2);
  font-size: 34px;
  font-weight: 900;
  box-shadow: inset 0 0 18px rgba(24, 200, 255, 0.18);
}

.feature-card h3,
.benefit-list h3 {
  margin-bottom: 10px;
  color: #fff;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 29px;
  line-height: 1;
  text-transform: uppercase;
}

.feature-card p,
.benefit-list p,
.copy-panel p,
.signup-copy p,
.landing-copy p,
.thanks-shell p {
  color: var(--muted);
  line-height: 1.6;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(320px, 1.04fr);
  gap: 24px;
  align-items: stretch;
}

.copy-panel {
  padding: 34px;
}

.copy-panel p {
  font-size: 17px;
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  color: #e9f7ff;
  line-height: 1.45;
}

.check-list li::before {
  content: "+";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--orange-2);
  font-weight: 900;
}

.visual-panel {
  overflow: hidden;
  min-height: 360px;
}

.visual-panel img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.benefits {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 38px;
  align-items: start;
}

.benefit-list {
  display: grid;
  gap: 16px;
}

.benefit-list article {
  padding: 22px 24px;
}

.signup-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(320px, 1.14fr);
  gap: 34px;
  align-items: center;
  padding: 34px;
  border: 1px solid rgba(24, 200, 255, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(2, 8, 20, 0.66), rgba(2, 8, 20, 0.96)),
    url("habeas-night-panel.png") center left / cover no-repeat;
  box-shadow: var(--shadow-blue);
}

.signup-copy h2 {
  color: #fff;
}

.member-badge {
  display: inline-grid;
  min-width: 154px;
  min-height: 130px;
  margin-top: 22px;
  place-items: center;
  border: 2px solid var(--gold);
  border-radius: 8px;
  background: linear-gradient(180deg, #061525, #020814);
  box-shadow: var(--shadow-orange), inset 0 0 22px rgba(255, 193, 69, 0.14);
  text-align: center;
  text-transform: uppercase;
}

.member-badge span {
  color: var(--gold);
  font-weight: 900;
}

.member-badge strong {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 34px;
  line-height: 0.9;
}

.lead-form {
  display: grid;
  gap: 12px;
  padding: 24px;
}

.lead-form h2 {
  margin-bottom: 6px;
  font-size: 32px;
}

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

.lead-form label span {
  color: #d9eff9;
  font-size: 13px;
  font-weight: 800;
}

.lead-form input {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(24, 200, 255, 0.44);
  border-radius: 8px;
  background: rgba(1, 8, 16, 0.78);
  color: #fff;
  font: inherit;
  outline: none;
  padding: 13px 14px;
}

.lead-form input::placeholder {
  color: rgba(226, 240, 249, 0.54);
}

.lead-form input:focus {
  border-color: var(--orange-2);
  box-shadow: 0 0 0 3px rgba(255, 159, 28, 0.18);
}

.hp-field {
  position: absolute;
  left: -9999px;
}

.form-button {
  width: 100%;
  min-height: 58px;
  margin-top: 4px;
  border: 0;
  font-size: 20px;
}

.form-note {
  margin: 0;
  color: rgba(226, 240, 249, 0.62);
  font-size: 12px;
  text-align: center;
}

.final-cta {
  position: relative;
  overflow: hidden;
  min-height: 220px;
  margin-top: 74px;
  border-top: 1px solid rgba(24, 200, 255, 0.35);
  border-bottom: 1px solid rgba(24, 200, 255, 0.35);
  display: grid;
  place-items: center;
  text-align: center;
}

.final-cta img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.72;
}

.final-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(2, 8, 20, 0.82), rgba(2, 8, 20, 0.22), rgba(2, 8, 20, 0.82));
}

.final-cta > div {
  position: relative;
  z-index: 1;
  padding: 28px;
}

.final-cta h2 {
  margin-bottom: 8px;
}

.final-cta p {
  margin-bottom: 16px;
  color: #d8effb;
}

.social-link {
  display: block;
  margin-top: 14px;
  color: #effaff;
  font-weight: 900;
}

.site-footer {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 28px 0 38px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: rgba(226, 240, 249, 0.72);
  font-size: 14px;
}

.site-footer p {
  margin: 0;
}

.landing-page {
  background:
    linear-gradient(90deg, rgba(2, 8, 20, 0.96), rgba(2, 8, 20, 0.56)),
    url("habeas-referencia.png") top center / cover no-repeat fixed,
    var(--bg);
}

.landing-hero {
  width: min(1180px, calc(100% - 36px));
  min-height: calc(100vh - 78px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(340px, 0.94fr);
  gap: 44px;
  align-items: center;
  padding: 42px 0 70px;
}

.landing-copy h1 {
  font-size: clamp(54px, 7.5vw, 98px);
}

.landing-copy p {
  max-width: 610px;
  font-size: 19px;
}

.landing-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 660px;
  margin-top: 28px;
}

.landing-stats span {
  min-height: 76px;
  padding: 15px;
  border: 1px solid rgba(24, 200, 255, 0.28);
  border-radius: 8px;
  background: rgba(3, 14, 28, 0.78);
  color: var(--muted);
  line-height: 1.34;
}

.landing-stats strong {
  display: block;
  color: #fff;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 24px;
  text-transform: uppercase;
}

.landing-form {
  background: rgba(4, 14, 28, 0.94);
}

.landing-proof {
  padding-top: 0;
}

.thanks-page {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 28px;
  background:
    linear-gradient(180deg, rgba(2, 8, 20, 0.66), rgba(2, 8, 20, 0.96)),
    url("habeas-referencia.png") top center / cover no-repeat,
    var(--bg);
}

.thanks-shell {
  width: min(680px, 100%);
  padding: 38px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(4, 14, 28, 0.92);
  text-align: center;
  box-shadow: var(--shadow-blue);
}

.thanks-shell img {
  width: 116px;
  margin: 0 auto 16px;
}

.thanks-shell h1 {
  font-size: clamp(40px, 9vw, 72px);
}

.thanks-shell .hero-actions {
  justify-content: center;
}

@media (max-width: 980px) {
  .site-header {
    align-items: flex-start;
    padding-top: 14px;
  }

  .site-header nav {
    display: none;
  }

  .hero,
  .split-section,
  .benefits,
  .signup-section,
  .landing-hero {
    grid-template-columns: 1fr;
  }

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

  .hero-media {
    max-width: 620px;
    margin: 0 auto;
  }

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

  .benefits {
    gap: 18px;
  }
}

@media (max-width: 680px) {
  body {
    background-size: auto 820px, auto, auto 820px, auto;
  }

  .site-header,
  .hero,
  .section,
  .final-cta,
  .site-footer,
  .landing-hero {
    width: min(100% - 24px, 1180px);
  }

  .site-header {
    min-height: 72px;
    gap: 12px;
  }

  .brand span {
    display: none;
  }

  .brand img {
    width: 62px;
    height: 46px;
  }

  .header-cta {
    min-width: 132px;
    min-height: 42px;
    padding: 10px 12px;
    font-size: 14px;
  }

  h1 {
    font-size: clamp(46px, 16vw, 64px);
  }

  .hero-text,
  .landing-copy p {
    font-size: 17px;
  }

  .hero-actions,
  .action-strip,
  .landing-stats {
    grid-template-columns: 1fr;
  }

  .hero-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .action-strip {
    display: grid;
    gap: 10px;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 54px 0;
  }

  .copy-panel,
  .signup-section,
  .lead-form,
  .thanks-shell {
    padding: 22px;
  }

  .signup-section {
    background:
      linear-gradient(180deg, rgba(2, 8, 20, 0.7), rgba(2, 8, 20, 0.96)),
      url("habeas-night-panel.png") center / cover no-repeat;
  }

  .instagram-tag {
    bottom: 16px;
    font-size: 18px;
  }

  .site-footer {
    display: grid;
    text-align: center;
  }
}
