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

:root {
  --orange: #e8520a;
  --orange-light: #fdf0e8;
  --orange-mid: #f4874a;
  --dark: #1a1612;
  --mid: #4a3f35;
  --muted: #9a8f85;
  --border: rgba(74, 63, 53, 0.12);
  --surface: #fdfbf8;
}

body {
  font-family: "DM Sans", sans-serif;
  background: var(--surface);
  color: var(--dark);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(253, 251, 248, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 0.5px solid var(--border);
  padding: 0 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
}

.logo {
  font-family: "DM Serif Display", serif;
  font-size: 22px;
  color: var(--orange);
}

.nav-cta {
  background: var(--orange);
  color: white;
  border: none;
  padding: 8px 20px;
  border-radius: 100px;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: opacity 0.2s;
}

.nav-cta:hover {
  opacity: 0.88;
}

.hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 5%;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  color: var(--orange);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 28px;
  background: var(--orange-light);
  padding: 6px 14px;
  border-radius: 100px;
}

.hero h1 {
  font-family: "DM Serif Display", serif;
  font-size: clamp(42px, 7vw, 72px);
  line-height: 1.05;
  letter-spacing: -1.5px;
  color: var(--dark);
  margin-bottom: 24px;
}

.hero h1 em {
  font-style: italic;
  color: var(--orange);
}

.hero-sub {
  font-size: 18px;
  color: var(--mid);
  line-height: 1.65;
  max-width: 520px;
  margin: 0 auto 40px;
  font-weight: 300;
}

.hero-sub strong {
  font-weight: 500;
  color: var(--dark);
}

.proof-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.proof-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--muted);
}

.proof-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--orange-mid);
  flex-shrink: 0;
}

.divider {
  width: 1px;
  height: 14px;
  background: var(--border);
}

.how-section {
  background: var(--dark);
  color: white;
  padding: 80px 5%;
}

.how-inner {
  max-width: 900px;
  margin: 0 auto;
}

.section-label {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--orange-mid);
  margin-bottom: 16px;
}

.how-section h2 {
  font-family: "DM Serif Display", serif;
  font-size: clamp(30px, 4vw, 44px);
  letter-spacing: -0.5px;
  line-height: 1.1;
  margin-bottom: 56px;
  color: white;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  overflow: hidden;
}

.step {
  background: #221e1a;
  padding: 36px 28px;
}

.step-num {
  font-size: 11px;
  font-weight: 500;
  color: var(--orange-mid);
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

.step h3 {
  font-family: "DM Serif Display", serif;
  font-size: 22px;
  color: white;
  margin-bottom: 12px;
  line-height: 1.2;
}

.step p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.7;
}

.why-section {
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 5%;
}

.table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.why-section h2 {
  font-family: "DM Serif Display", serif;
  font-size: clamp(30px, 4vw, 44px);
  letter-spacing: -0.5px;
  line-height: 1.1;
  margin-bottom: 8px;
}

.why-section h2 em {
  font-style: italic;
  color: var(--orange);
}

.why-sub {
  color: var(--muted);
  font-size: 16px;
  margin-bottom: 48px;
}

.compare-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}

.compare-table th {
  text-align: left;
  padding: 12px 16px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
  border-bottom: 0.5px solid var(--border);
}

.compare-table td {
  padding: 16px;
  border-bottom: 0.5px solid var(--border);
  color: var(--mid);
}

.compare-table tr.highlight td {
  background: var(--orange-light);
  color: var(--dark);
  font-weight: 500;
}

.compare-table tr.highlight td:first-child {
  color: var(--orange);
  border-radius: 8px 0 0 8px;
}

.compare-table tr.highlight td:last-child {
  border-radius: 0 8px 8px 0;
}

.tag-green {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  color: #1a6640;
  background: #e8f5ee;
  padding: 2px 10px;
  border-radius: 100px;
}

.tag-red {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  color: #8b2a2a;
  background: #fbecec;
  padding: 2px 10px;
  border-radius: 100px;
}

.form-section {
  background: var(--orange);
  padding: 80px 5%;
}

.form-inner {
  max-width: 900px;
  margin: 0 auto;
}

.form-section .section-label {
  color: rgba(255, 255, 255, 0.6);
}

.form-section h2 {
  font-family: "DM Serif Display", serif;
  font-size: clamp(30px, 4vw, 44px);
  color: white;
  letter-spacing: -0.5px;
  line-height: 1.1;
  margin-bottom: 8px;
}

.form-section h2 em {
  font-style: italic;
}

.form-desc {
  color: rgba(255, 255, 255, 0.75);
  font-size: 15px;
  margin-bottom: 40px;
  font-weight: 300;
}

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

.form-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-field.full {
  grid-column: 1 / -1;
}

.form-field label {
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.04em;
}

.form-field input,
.form-field select {
  background: rgba(255, 255, 255, 0.12);
  border: 0.5px solid rgba(255, 255, 255, 0.25);
  border-radius: 10px;
  padding: 12px 14px;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  color: white;
  outline: none;
  transition:
    border-color 0.2s,
    background 0.2s;
  appearance: none;
  -webkit-appearance: none;
}

.form-field input::placeholder {
  color: rgba(255, 255, 255, 0.35);
}

.form-field input:focus,
.form-field select:focus {
  border-color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.18);
}

.form-field select option {
  color: var(--dark);
  background: white;
}

.form-field select {
  color: rgba(255, 255, 255, 0.6);
}

.form-field select.selected {
  color: white;
}

.submit-btn {
  width: 100%;
  background: white;
  color: var(--orange);
  border: none;
  border-radius: 12px;
  padding: 16px;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  margin-top: 4px;
  transition:
    opacity 0.2s,
    transform 0.1s;
}

.submit-btn:hover {
  opacity: 0.92;
}

.submit-btn:active {
  transform: scale(0.99);
}

.form-footnote {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.45);
  text-align: center;
  margin-top: 16px;
}

.success-state {
  text-align: center;
  padding: 40px 0;
  display: none;
}

.success-icon {
  width: 56px;
  height: 56px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 24px;
}

.success-state h3 {
  font-family: "DM Serif Display", serif;
  font-size: 28px;
  color: white;
  margin-bottom: 8px;
}

.success-state p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
}

footer {
  padding: 32px 5%;
  border-top: 0.5px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-logo {
  font-family: "DM Serif Display", serif;
  font-size: 18px;
  color: var(--orange);
}

.footer-note {
  font-size: 12px;
  color: var(--muted);
}

@media (max-width: 768px) {
  .hero h1 {
    letter-spacing: -1px;
  }

  .hero-sub {
    font-size: 16px;
  }

  .how-section h2 {
    margin-bottom: 36px;
  }

  .why-section h2 br {
    display: none;
  }

  .form-section h2 br {
    display: none;
  }

  .how-section h2 br {
    display: none;
  }
}

@media (max-width: 640px) {
  .steps {
    grid-template-columns: 1fr;
  }

  .step {
    padding: 28px 24px;
  }

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

  .proof-strip {
    gap: 14px;
    flex-direction: column;
    align-items: flex-start;
    max-width: 200px;
    margin: 12px auto 0;
  }

  .divider {
    display: none;
  }

  .compare-table th,
  .compare-table td {
    padding: 12px 10px;
    font-size: 13px;
    white-space: nowrap;
  }

  .how-section {
    padding: 60px 5%;
  }

  .form-section {
    padding: 60px 5%;
  }

  footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .nav-cta {
    padding: 8px 14px;
    font-size: 13px;
  }
}

@media (max-width: 400px) {
  .hero h1 {
    font-size: 36px;
  }

  .hero-sub {
    font-size: 15px;
  }

  .eyebrow {
    font-size: 11px;
  }
}
