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

:root {
  --text: rgb(19, 22, 40);
  --hero-text: rgb(19, 22, 40);
  --text-muted: #5c5c5c;
  --accent: #7a8c00;
  --overscroll: #c8e020;
  --border: rgba(120, 140, 0, 0.12);
  --surface: rgba(255, 255, 255, 0.65);
  --white: #ffffff;
  --marble-base: #f7f8f0;
  --font: 'Poppins', sans-serif;
}

html {
  scroll-behavior: smooth;
  background-color: var(--overscroll);
}

body {
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-muted);
  min-height: 100vh;
  background-color: var(--marble-base);
  background-image:
    url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E"),
    radial-gradient(ellipse 80% 60% at 15% 20%, rgba(120, 140, 0, 0.07) 0%, transparent 55%),
    radial-gradient(ellipse 70% 50% at 85% 15%, rgba(200, 224, 32, 0.3) 0%, transparent 50%),
    radial-gradient(ellipse 60% 70% at 75% 80%, rgba(120, 140, 0, 0.05) 0%, transparent 50%),
    radial-gradient(ellipse 90% 50% at 30% 90%, rgba(220, 235, 140, 0.3) 0%, transparent 45%),
    radial-gradient(ellipse 50% 40% at 50% 45%, rgba(255, 255, 255, 0.6) 0%, transparent 60%),
    linear-gradient(160deg, #fafaf2 0%, #f3f7e4 35%, #f5f8ec 65%, #edf4e0 100%);
  background-attachment: fixed;
  -webkit-font-smoothing: antialiased;
}

.container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 40px;
}

.container-narrow {
  max-width: 880px;
  text-align: center;
}

.container-hero {
  max-width: 960px;
}

h1, h2, h3, h4 {
  color: var(--text);
  font-weight: 600;
  line-height: 1.2;
}

h1 {
  color: var(--text);
  font-weight: 600;
  margin-bottom: 32px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.hero-title {
  font-family: Inter, system-ui, sans-serif;
  font-weight: 600;
  letter-spacing: -0.03em;
  font-size: 2rem;
  line-height: 1.15;
  text-wrap: balance;
  color: var(--hero-text);
}

@media (min-width: 640px) {
  .hero-title {
    font-size: 3rem;
    line-height: 1;
  }
}

h2 {
  font-size: clamp(1.5rem, 4vw, 2rem);
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}

h3 {
  font-size: 1rem;
  margin-bottom: 6px;
}

.accent {
  color: var(--accent);
}

a {
  color: var(--accent);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.hidden {
  display: none !important;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  font-family: var(--font);
  font-size: 0.9375rem;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: opacity 0.2s;
  text-decoration: none;
}

.btn-primary {
  background: var(--text);
  color: var(--white);
}

.btn-primary:hover {
  opacity: 0.85;
  text-decoration: none;
}

.btn-cta {
  background: var(--accent);
  color: var(--white);
  width: 100%;
  padding: 16px 28px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(120, 140, 0, 0.25);
}

.btn-cta:hover {
  opacity: 1;
  background: #636f00;
  box-shadow: 0 4px 14px rgba(120, 140, 0, 0.3);
  text-decoration: none;
}

.btn-secondary {
  background: #fff;
  color: rgb(19, 22, 40);
  border: 1px solid rgba(19, 22, 40, 0.18);
  font-family: var(--font);
  font-size: 0.9375rem;
  font-weight: 600;
  border-radius: 6px;
  padding: 14px 28px;
  box-shadow: 0 1px 3px rgba(19, 22, 40, 0.06);
}

.btn-secondary:hover {
  background: rgba(19, 22, 40, 0.04);
  text-decoration: none;
}

.btn-full {
  width: 100%;
}

/* Header */
.header {
  padding: 20px 0 8px;
  background: transparent;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  line-height: 1.2;
}

.logo__ball {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  object-fit: contain;
}

/* VSL */
.vsl-wrap {
  max-width: 680px;
  margin: 0 auto 48px;
}

.vsl-player {
  position: relative;
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
  background: rgb(19, 22, 40);
  aspect-ratio: 16 / 9;
  box-shadow: 0 8px 48px rgba(0, 0, 0, 0.22);
}

.vsl-thumb {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1a1c2e 0%, #2d3042 60%, #1a1c2e 100%);
  cursor: pointer;
}

.vsl-thumb::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 60% at 30% 40%, rgba(200, 224, 32, 0.08) 0%, transparent 70%),
    radial-gradient(ellipse 50% 50% at 75% 65%, rgba(120, 140, 0, 0.06) 0%, transparent 60%);
}

.vsl-play-btn {
  position: relative;
  z-index: 1;
  width: 72px;
  height: 72px;
  cursor: pointer;
  transition: transform 0.2s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.2s;
}

.vsl-play-btn:hover {
  transform: scale(1.1);
  opacity: 0.92;
}

.vsl-play-btn svg {
  width: 72px;
  height: 72px;
}

.vsl-duration {
  position: absolute;
  bottom: 14px;
  right: 16px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(255,255,255,0.7);
  letter-spacing: 0.04em;
}

.vsl-player video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
}

.logo__name {
  font-family: var(--font);
  font-weight: 700;
  font-size: 1.0625rem;
  letter-spacing: -0.02em;
  color: rgb(19, 22, 40);
}

/* Hero */
.hero {
  padding: 112px 0 96px;
  text-align: center;
}

.hero-sub {
  font-weight: 600;
  color: var(--hero-text);
  margin-top: 1rem;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.9375rem;
  line-height: 1.5;
}

@media (min-width: 640px) {
  .hero-sub {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: 1.5rem;
  }
}

.hero-booking-intro {
  font-family: Inter, system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--hero-text);
  margin-top: 3.5rem;
  margin-bottom: 1.25rem;
}

/* Lead box */
.lead-box {
  max-width: 440px;
  margin: 0 auto;
  padding: 36px 32px 32px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.04),
    0 8px 32px rgba(120, 140, 0, 0.10);
  text-align: center;
  font-family: Inter, system-ui, sans-serif;
}

.lead-steps {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
}

.lead-step {
  grid-area: 1 / 1;
  width: 100%;
  opacity: 0;
  transform: translateY(14px) scale(0.985);
  transition:
    opacity 0.42s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
  visibility: hidden;
}

.lead-step.is-active {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
  visibility: visible;
  position: relative;
  z-index: 1;
}

.lead-step.is-exiting {
  opacity: 0;
  transform: translateY(-10px) scale(0.985);
  transition-duration: 0.36s;
  pointer-events: none;
  visibility: visible;
  z-index: 0;
}

.lead-free {
  font-size: clamp(2rem, 5vw, 2.75rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  color: var(--accent);
  line-height: 1;
  margin-bottom: 10px;
}

.lead-process {
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: var(--text-muted);
  line-height: 1.55;
  max-width: 320px;
  margin: 0 auto 22px;
}

/* Forms */
.lead-form {
  text-align: center;
}

.lead-form input {
  width: 100%;
  padding: 16px 18px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 1.0625rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--text);
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.9);
  outline: none;
  margin-bottom: 10px;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.lead-form input::placeholder {
  color: #b0b0b0;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.lead-form input:focus {
  border-color: rgba(120, 140, 0, 0.35);
  box-shadow: 0 0 0 3px rgba(120, 140, 0, 0.1);
}

.lead-form .btn-cta {
  margin-top: 4px;
}

.form-trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 14px;
  font-size: 0.75rem;
  font-weight: 500;
  color: #888;
  letter-spacing: -0.01em;
}

.form-trust svg {
  flex-shrink: 0;
  opacity: 0.7;
}

.form-note {
  margin-top: 10px;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: var(--accent);
  text-align: center;
  line-height: 1.5;
}

.lead-step-title {
  font-family: Inter, system-ui, sans-serif;
  font-size: 1.375rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--text);
  margin-bottom: 6px;
}

.lead-step-lead {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text);
  line-height: 1.45;
  margin-bottom: 4px;
}

.lead-step-time {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--accent);
  margin-bottom: 20px;
}

.lead-step-time-icon {
  flex-shrink: 0;
  opacity: 0.9;
}

.lead-qual-form {
  text-align: left;
}

.lead-qual-form .form-field input {
  font-family: Inter, system-ui, sans-serif;
  text-align: left;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  padding: 12px 14px;
  font-size: 0.9375rem;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.lead-qual-form .form-field input:focus {
  border-color: rgba(120, 140, 0, 0.35);
  box-shadow: 0 0 0 3px rgba(120, 140, 0, 0.1);
}

.lead-qual-form .btn-cta {
  margin-top: 8px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.form-field {
  margin-bottom: 12px;
}

.form-field label {
  display: block;
  font-weight: 500;
  font-size: 0.8125rem;
  color: var(--text);
  margin-bottom: 6px;
}

/* Sections */
section {
  padding: 96px 0;
}

.vsl > .container > h2,
.deliverables > .container > h2 {
  color: rgb(19, 22, 40);
  font-family: Poppins, sans-serif;
  font-weight: 800;
  text-align: center;
  line-height: 1.15;
  margin: 0;
}

.setup-container {
  max-width: 1040px;
  text-align: center;
}

.setup-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 56px;
  text-align: left;
  align-items: stretch;
}

.setup-col {
  padding: 36px 32px 32px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  display: flex;
  flex-direction: column;
}

.setup-col--before {
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.04);
}

.setup-col--after {
  border: 1px solid rgba(120, 140, 0, 0.22);
  box-shadow:
    0 4px 24px rgba(120, 140, 0, 0.08),
    0 0 0 1px rgba(120, 140, 0, 0.04);
}

.setup-col__title {
  font-family: Poppins, sans-serif;
  font-size: 1.125rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: rgb(19, 22, 40);
  text-align: center;
  margin: 0 0 32px;
  line-height: 1.2;
}

.setup-col--after .setup-col__title {
  color: var(--accent);
}

.setup-list {
  list-style: none;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.setup-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.setup-item:first-child {
  padding-top: 0;
}

.setup-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.setup-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.setup-icon--muted {
  color: #9ca3af;
  background: rgba(0, 0, 0, 0.03);
}

.setup-icon--accent {
  color: var(--accent);
  background: rgba(120, 140, 0, 0.08);
}

.setup-item__text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-top: 4px;
  min-width: 0;
}

.setup-item__title {
  font-family: Inter, system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: rgb(19, 22, 40);
  line-height: 1.3;
}

.setup-item__desc {
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--text-muted);
  line-height: 1.5;
}

.setup-result {
  margin-top: 36px;
  padding: 18px 20px;
  border-radius: 12px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.45;
  text-align: center;
}

.setup-result--bad {
  background: rgba(0, 0, 0, 0.04);
  color: #6b7280;
}

.setup-result--good {
  background: rgba(120, 140, 0, 0.10);
  color: rgb(19, 22, 40);
}

@media (max-width: 768px) {
  .setup-compare {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 40px;
  }

  .setup-col {
    padding: 28px 24px 24px;
  }

  .setup-col__title {
    margin-bottom: 24px;
  }

  .setup-item {
    gap: 14px;
    padding: 16px 0;
  }

  .setup-icon {
    width: 44px;
    height: 44px;
  }

  .setup-result {
    margin-top: 28px;
  }
}

/* Deliverables */
.deliverables-block {
  max-width: 680px;
  margin: 0 auto;
  text-align: left;
}

.deliverables-lead {
  margin: 36px 0 24px;
  text-align: left;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.65;
  color: rgb(19, 22, 40);
}

.deliverables-lead strong {
  font-weight: 700;
}

.deliverables-lead em {
  font-style: italic;
}

.deliverables-includes-label {
  margin: 0 0 12px;
  font-size: 1.0625rem;
  line-height: 1.65;
  color: rgb(19, 22, 40);
}

.deliverables-includes-label strong {
  font-weight: 700;
}

.deliverables-list {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.deliverables-list li {
  position: relative;
  padding-left: 1.1rem;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.65;
  color: rgb(19, 22, 40);
}

.deliverables-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--accent);
}

.deliverables-total {
  margin: 0 0 28px;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.65;
  color: rgb(19, 22, 40);
}

.deliverables-total__amount {
  font-family: Poppins, sans-serif;
  font-weight: 800;
  color: var(--accent);
}

.deliverables-cta {
  margin-top: 4px;
  text-align: center;
}

/* Footer */
.footer {
  padding: 32px 0 40px;
  text-align: center;
}

.footer-legal {
  font-size: 0.75rem;
  color: var(--text-muted);
  line-height: 1.5;
  margin-bottom: 8px;
}

.footer-legal a {
  color: rgb(19, 22, 40);
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.footer-legal a:hover {
  color: var(--accent);
}

.footer-copy {
  font-size: 0.6875rem;
  color: #aaa;
}

@media (max-width: 640px) {
  .container {
    padding: 0 20px;
  }

  .hero {
    padding: 64px 0 56px;
  }

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

  .lead-box {
    padding: 28px 20px 24px;
  }
}
