:root {
  --bg: #06080d;
  --bg-2: #0b0f16;
  --panel: rgba(17, 22, 31, 0.72);
  --panel-strong: rgba(12, 16, 24, 0.9);
  --panel-soft: rgba(255, 255, 255, 0.03);
  --text: #f4f2ed;
  --muted: #b4b9c3;
  --muted-2: #8f98a6;
  --line: rgba(255, 255, 255, 0.08);
  --line-strong: rgba(240, 139, 45, 0.18);
  --accent: #ef8e30;
  --accent-2: #ffb15b;
  --shadow: 0 25px 80px rgba(0, 0, 0, 0.45);
  --radius: 24px;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 15% 10%, rgba(239, 142, 48, 0.08), transparent 28%),
    radial-gradient(circle at 85% 20%, rgba(133, 86, 35, 0.18), transparent 22%),
    linear-gradient(180deg, #0b0f15 0%, #06080d 58%, #04060a 100%);
  line-height: 1.58;
  overflow-x: hidden;
}

a { color: inherit; }

.ambient,
.grid-overlay {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.ambient-a {
  background: radial-gradient(circle at 20% 12%, rgba(239, 142, 48, 0.08), transparent 30%);
}

.ambient-b {
  background: radial-gradient(circle at 75% 15%, rgba(255, 180, 97, 0.06), transparent 22%);
}

.grid-overlay {
  opacity: 0.16;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,0.6), transparent 80%);
}

.page-shell {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 28px 0 60px;
}

.page-shell.narrow {
  width: min(860px, calc(100% - 32px));
}

.topbar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
  margin-bottom: 22px;
}

.topnav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
}

.brand-home-link {
  display: inline-flex;
  align-items: center;
}

.ticker-strip {
  justify-self: end;
  color: rgba(255,255,255,0.46);
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  white-space: nowrap;
}

.brand-lockup {
  display: flex;
  align-items: center;
  gap: 14px;
}

.brand-logo {
  width: 112px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 10px 22px rgba(239, 142, 48, 0.1));
}

.brand-kicker {
  color: var(--muted-2);
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.brand-title {
  font-size: 1.02rem;
  font-weight: 700;
}

.card,
.hero-panel,
.glass-panel {
  background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.025));
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  border-radius: var(--radius);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.hero-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.52fr) minmax(300px, 0.72fr);
  gap: 26px;
  padding: 42px 40px 38px;
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
}

.hero-photo {
  min-height: 680px;
  align-items: end;
  background:
    linear-gradient(90deg, rgba(4,7,11,0.97) 0%, rgba(4,7,11,0.88) 38%, rgba(4,7,11,0.38) 100%),
    linear-gradient(180deg, rgba(0,0,0,0.08), rgba(0,0,0,0.76)),
    url('./assets/home-main-bg-3.jpg') center 26% / cover no-repeat;
  border-color: rgba(255,255,255,0.08);
}

.hero-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 16% 18%, rgba(255,177,91,0.12), transparent 24%),
    linear-gradient(120deg, transparent 0%, rgba(255,255,255,0.035) 52%, transparent 100%);
  pointer-events: none;
}

.hero-panel::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 42%;
  background: linear-gradient(180deg, rgba(0,0,0,0), rgba(4,6,10,0.82));
  pointer-events: none;
}

.hero-copy,
.hero-aside,
.form-copy,
.premium-form,
.footer,
.presentation-panel,
.thank-you-card,
.overview-band {
  position: relative;
  z-index: 1;
}

.glass-panel {
  padding: 34px 30px 28px;
  background: linear-gradient(180deg, rgba(7, 11, 18, 0.42), rgba(6, 9, 15, 0.18));
  border-color: rgba(255,255,255,0.06);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.035);
  backdrop-filter: blur(6px);
}

.eyebrow {
  color: var(--accent-2);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.72rem;
  font-weight: 700;
  margin-bottom: 14px;
}

.mini-kicker {
  color: var(--muted-2);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.72rem;
  margin-bottom: 12px;
}

h1, h2, h3 {
  margin: 0 0 14px;
  line-height: 0.98;
  letter-spacing: -0.03em;
}

h1 {
  font-size: clamp(3.15rem, 5.85vw, 5.95rem);
  max-width: 700px;
  text-wrap: balance;
}

h2 {
  font-size: clamp(1.55rem, 2.8vw, 2.35rem);
}

h3 {
  font-size: 1.1rem;
}

p { margin: 0; }
p + p { margin-top: 14px; }

.hero-overline {
  color: rgba(255,255,255,0.74);
  font-size: 0.92rem;
  max-width: 38ch;
  margin-bottom: 14px;
}

.lede {
  color: var(--muted);
  font-size: 1.08rem;
  max-width: 740px;
}

.microcopy,
.disclosure-small,
.text-link,
.hero-trust-row {
  color: var(--muted);
}

.hero-actions,
.button-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-actions { margin: 28px 0 18px; }
.button-stack.centered { justify-content: center; }
.right-stack { align-items: flex-end; }
.centered-text { text-align: center; }

.hero-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  font-size: 0.92rem;
}

.hero-trust-row span {
  position: relative;
}

.hero-trust-row span:not(:last-child)::after {
  content: "•";
  position: absolute;
  right: -14px;
  color: rgba(255,255,255,0.25);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 700;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
  cursor: pointer;
}

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

.btn-primary {
  color: #0c0d10;
  background: linear-gradient(180deg, #ffb25c 0%, #ef8e30 100%);
  box-shadow: 0 18px 30px rgba(239, 142, 48, 0.22);
}

.btn-primary:hover {
  background: linear-gradient(180deg, #ffc076 0%, #f49b42 100%);
}

.btn-secondary {
  color: var(--text);
  background: rgba(255,255,255,0.02);
  border-color: rgba(255,255,255,0.12);
}

.btn-secondary:hover {
  border-color: rgba(239, 142, 48, 0.4);
  background: rgba(255,255,255,0.04);
}

.text-link {
  text-decoration: none;
}

.text-link:hover {
  color: var(--text);
}

.mini-stats {
  display: grid;
  gap: 14px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.mini-stats span,
.stat-label {
  display: block;
  color: var(--muted-2);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 6px;
}

.mini-stats strong,
.stat strong {
  font-size: 1rem;
}

.overview-band,
.form-shell,
.presentation-panel,
.footer,
.thank-you-card {
  padding: 38px;
}

.overview-band {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 28px;
  margin-bottom: 24px;
  background: linear-gradient(180deg, rgba(10,14,21,0.78), rgba(8,12,18,0.92));
}

.overview-intro p {
  max-width: 54ch;
  color: var(--muted);
}

.overview-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  align-content: start;
}

.metric-tile {
  padding: 22px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.07);
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
}

.subscriber-band {
  padding: 10px 2px 30px;
  margin-bottom: 6px;
}

.subscriber-band h2 {
  margin-bottom: 18px;
}

.subscriber-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: start;
}

.subscriber-copy {
  max-width: 50ch;
  color: var(--muted);
  font-size: 1.02rem;
}

.large-list li {
  font-size: 1rem;
}

.refined-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.refined-list li {
  position: relative;
  padding-left: 18px;
  color: var(--muted);
}

.refined-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffb15b, #ef8e30);
}

.form-shell {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 40px;
  margin-bottom: 24px;
  background:
    linear-gradient(90deg, rgba(6,9,14,0.96) 0%, rgba(6,9,14,0.92) 44%, rgba(8,12,18,0.84) 100%),
    url('./assets/project1-bg.jpg') left center / cover no-repeat;
}

.form-copy p {
  max-width: 42ch;
  color: var(--muted);
}

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

label {
  display: grid;
  gap: 9px;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

input,
select {
  width: 100%;
  min-height: 56px;
  padding: 15px 18px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.06);
  background: rgba(255,255,255,0.02);
  color: var(--text);
  transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

input::placeholder { color: #6d7684; }

input:focus,
select:focus {
  outline: none;
  border-color: rgba(239, 142, 48, 0.75);
  background: rgba(255,255,255,0.045);
  box-shadow: 0 0 0 4px rgba(239, 142, 48, 0.09);
}

.form-status {
  min-height: 18px;
  font-size: 0.78rem;
  letter-spacing: 0.03em;
  text-transform: none;
  color: rgba(255,255,255,0.72);
}

.form-status[data-state='error'] {
  color: #ff9c9c;
}

.form-status[data-state='loading'] {
  color: rgba(255,255,255,0.72);
}

.checkbox-row {
  grid-template-columns: 18px 1fr;
  align-items: start;
  gap: 12px;
}

.checkbox-row input {
  width: 16px;
  min-height: auto;
  margin-top: 4px;
}

.optional {
  color: var(--muted-2);
  text-transform: none;
  letter-spacing: 0.02em;
}

.section-rule,
.hero-divider {
  width: 54px;
  height: 1px;
  background: linear-gradient(90deg, rgba(255,177,91,0.95), rgba(255,177,91,0));
  margin-bottom: 18px;
}

.hero-divider {
  position: absolute;
  top: 36px;
  left: 40px;
  margin-bottom: 0;
}

.presentation-panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-bottom: 18px;
  background: linear-gradient(180deg, rgba(13,18,26,0.9), rgba(9,12,18,0.92));
}

.presentation-photo {
  background:
    linear-gradient(90deg, rgba(7,10,15,0.94) 0%, rgba(7,10,15,0.8) 55%, rgba(7,10,15,0.94) 100%),
    url('./assets/project1-bg.jpg') center center / cover no-repeat;
}

.hero-aside-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.aside-link {
  color: rgba(255,255,255,0.86);
  text-decoration: none;
  font-size: 0.9rem;
}

.aside-link:hover {
  color: var(--accent-2);
}

.presentation-panel p {
  max-width: 50ch;
  color: var(--muted);
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.footer p {
  max-width: 56ch;
  color: var(--muted);
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 200px;
}

.thank-you-card {
  text-align: center;
  margin-top: 90px;
  background: linear-gradient(180deg, rgba(17,22,31,0.82), rgba(10,14,21,0.9));
}

@media (max-width: 980px) {
  .hero-panel,
  .form-shell,
  .presentation-panel,
  .footer,
  .overview-band,
  .subscriber-columns,
  .topbar {
    grid-template-columns: 1fr;
    display: grid;
  }

  .topnav,
  .ticker-strip {
    justify-self: start;
  }

  .overview-stats {
    grid-template-columns: 1fr 1fr;
  }

  .right-stack {
    align-items: flex-start;
  }
}

@media (max-width: 720px) {
  .page-shell {
    width: min(100% - 24px, 1180px);
    padding-top: 18px;
  }

  .hero-panel,
  .editorial-card,
  .form-shell,
  .presentation-panel,
  .footer,
  .thank-you-card {
    padding: 22px;
  }

  .overview-stats {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: 2.5rem;
  }

  .topbar {
    align-items: flex-start;
    flex-direction: column;
  }
}
