/* ============ RESET & BASE ============ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body {
  font-family: 'Inter', 'DM Sans', sans-serif;
  font-weight: 400;
  color: #241F1A;
  background: #fff;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

/* ============ UTILITIES ============ */
.container { max-width: 1140px; margin: 0 auto; padding: 0 24px; }
.narrow { max-width: 780px; }
.eyebrow {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #FF6B35;
  margin-bottom: 12px;
}
.section { padding: 100px 0; }
.section-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  line-height: 1.2;
  margin-bottom: 20px;
  color: #241F1A;
}
.section-body { font-size: 1.1rem; color: #4a4340; max-width: 640px; margin: 0 auto 16px; }
.disclaimer { font-size: 0.85rem; color: #8a8380; font-style: italic; max-width: 640px; margin: 0 auto; }
.required { color: #D62828; }
.optional { color: #8a8380; font-weight: 400; font-size: 0.85rem; }

/* ============ BUTTONS ============ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 14px 32px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  text-decoration: none;
  letter-spacing: 0.02em;
}
.btn:hover { transform: scale(1.04); }
.btn-primary {
  background: linear-gradient(135deg, #FF6B35 0%, #D62828 100%);
  color: #fff;
  box-shadow: 0 4px 20px rgba(255,107,53,0.35);
}
.btn-primary:hover { box-shadow: 0 6px 30px rgba(255,107,53,0.55); }
.btn-outline {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255,255,255,0.5);
}
.btn-outline:hover { background: rgba(255,255,255,0.1); border-color: #fff; }
.btn-ghost {
  background: transparent;
  color: #FF6B35;
  border: 2px solid #FF6B35;
}
.btn-ghost:hover { background: rgba(255,107,53,0.08); }
.btn-lg { padding: 18px 40px; font-size: 1.05rem; }
.btn-block { width: 100%; text-align: center; }

/* ============ HEADER ============ */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  padding: 16px 0;
  transition: background 0.3s ease, padding 0.3s ease, box-shadow 0.3s ease;
}
.site-header.scrolled {
  background: rgba(26,20,16,0.97);
  padding: 10px 0;
  box-shadow: 0 2px 20px rgba(0,0,0,0.3);
  backdrop-filter: blur(10px);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.logo-icon { width: 44px; height: 44px; }
.logo-text {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 0.95rem;
  letter-spacing: 0.06em;
  line-height: 1.15;
}
.logo-super {
  background: linear-gradient(135deg, #FF6B35 0%, #D62828 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.logo-iq { color: #fff; font-size: 0.7rem; display: block; letter-spacing: 0.12em; }

.main-nav ul { display: flex; gap: 28px; align-items: center; }
.main-nav a {
  font-family: 'Poppins', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  color: rgba(255,255,255,0.8);
  letter-spacing: 0.04em;
  transition: color 0.2s;
}
.main-nav a:hover { color: #FF6B35; }
.nav-cta { color: #FFB627 !important; }

.header-cta { padding: 10px 24px; font-size: 0.85rem; }
.mobile-menu-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.mobile-menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  margin: 5px 0;
  transition: 0.3s;
  border-radius: 2px;
}

/* ============ HERO ============ */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: #1A1410;
  overflow: hidden;
  padding: 120px 0 80px;
}
.hero-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.hero-grid-overlay {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,107,53,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,107,53,0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, black 20%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, black 20%, transparent 70%);
}
.hero-radial {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 30% 50%, rgba(255,107,53,0.08) 0%, transparent 60%),
              radial-gradient(ellipse 60% 50% at 75% 45%, rgba(214,40,40,0.06) 0%, transparent 55%);
}
.bokeh-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  will-change: transform;
}
.orb-1 { width: 500px; height: 500px; background: #FF6B35; top: -15%; left: -10%; opacity: 0.18; animation: drift1 25s ease-in-out infinite; }
.orb-2 { width: 400px; height: 400px; background: #D62828; top: 30%; right: -5%; opacity: 0.14; animation: drift2 30s ease-in-out infinite; }
.orb-3 { width: 300px; height: 300px; background: #FFB627; bottom: -10%; left: 25%; opacity: 0.12; animation: drift3 22s ease-in-out infinite; }
.orb-4 { width: 250px; height: 250px; background: #FF6B35; top: 15%; left: 45%; opacity: 0.08; animation: drift1 28s ease-in-out infinite reverse; }
.orb-5 { width: 450px; height: 450px; background: #D62828; bottom: 10%; right: 15%; opacity: 0.06; animation: drift2 26s ease-in-out infinite reverse; }

@keyframes drift1 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(60px, -40px) scale(1.1); }
  66% { transform: translate(-30px, 50px) scale(0.95); }
}
@keyframes drift2 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(-50px, 30px) scale(1.05); }
  66% { transform: translate(40px, -60px) scale(0.9); }
}
@keyframes drift3 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(70px, -30px) scale(1.08); }
}

/* Hero split layout */
.hero-split {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

/* LEFT: Copy */
.hero-copy { text-align: left; }
.hero-eyebrow-wrap {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 0 rgba(34,197,94,0.5);
  animation: pulse-ring 2s ease-in-out infinite;
}
@keyframes pulse-ring {
  0%, 100% { box-shadow: 0 0 0 0 rgba(34,197,94,0.5); }
  50% { box-shadow: 0 0 0 8px rgba(34,197,94,0); }
}
.hero .eyebrow { color: #FFB627; margin-bottom: 0; }
.hero h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: clamp(2.2rem, 4.5vw, 3.6rem);
  line-height: 1.08;
  color: #fff;
  margin-bottom: 22px;
  letter-spacing: -0.02em;
}
.hero-gradient-text {
  background: linear-gradient(135deg, #FF6B35 0%, #FFB627 50%, #FF6B35 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradient-shift 4s ease-in-out infinite;
}
@keyframes gradient-shift {
  0%, 100% { background-position: 0% center; }
  50% { background-position: 100% center; }
}
.hero-sub {
  font-size: clamp(1rem, 1.8vw, 1.15rem);
  color: rgba(255,255,255,0.65);
  max-width: 520px;
  margin: 0 0 32px;
  line-height: 1.7;
}
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; }
.btn-arrow { gap: 10px; }
.btn-arrow svg { transition: transform 0.25s ease; }
.btn-arrow:hover svg { transform: translateX(4px); }

/* Hero trust row */
.hero-trust-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.hero-trust-avatars { display: flex; align-items: center; }
.avatar-dot {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid #1A1410;
  display: block;
}
.hero-trust-text {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.5);
  font-weight: 500;
}

/* RIGHT: Visual */
.hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 480px;
}
.hero-glow-ring {
  position: absolute;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  border: 1px solid rgba(255,107,53,0.15);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 80px 20px rgba(255,107,53,0.06), inset 0 0 60px 10px rgba(255,107,53,0.04);
  animation: glow-pulse 4s ease-in-out infinite;
}
@keyframes glow-pulse {
  0%, 100% { opacity: 0.6; transform: translate(-50%, -50%) scale(1); }
  50% { opacity: 1; transform: translate(-50%, -50%) scale(1.05); }
}
.hero-card-stack {
  position: relative;
  width: 100%;
  max-width: 380px;
}

/* Glassmorphism */
.glass-card {
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
}

/* Main quote card */
.hero-quote-card {
  padding: 28px;
  position: relative;
  z-index: 2;
  box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}
.hq-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.hq-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 0.92rem;
  color: rgba(255,255,255,0.9);
  letter-spacing: 0.01em;
}
.hq-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border-radius: 12px;
  margin-bottom: 8px;
  transition: background 0.2s;
}
.hq-row.best {
  background: rgba(255,107,53,0.1);
  border: 1px solid rgba(255,107,53,0.2);
}
.hq-row:not(.best) { background: rgba(255,255,255,0.03); }
.hq-provider {
  display: flex;
  align-items: center;
  gap: 10px;
}
.hq-rank {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 0.75rem;
  color: #FF6B35;
  background: rgba(255,107,53,0.12);
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.hq-provider strong {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 0.88rem;
  color: rgba(255,255,255,0.9);
}
.hq-tag {
  display: inline-block;
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 2px 8px;
  border-radius: 4px;
  background: rgba(34,197,94,0.15);
  color: #4ade80;
  margin-top: 2px;
}
.hq-tag.alt { background: rgba(255,182,39,0.15); color: #FFB627; }
.hq-price {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 1.2rem;
  color: #fff;
}
.hq-price small {
  font-weight: 500;
  font-size: 0.7rem;
  color: rgba(255,255,255,0.5);
}
.hq-savings {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  padding: 12px 16px;
  border-radius: 10px;
  background: rgba(34,197,94,0.08);
  border: 1px solid rgba(34,197,94,0.15);
  font-size: 0.82rem;
  color: #4ade80;
  font-weight: 500;
}
.hq-savings strong { color: #22c55e; }

/* Floating badges */
.hero-float-badge {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  z-index: 3;
  box-shadow: 0 8px 30px rgba(0,0,0,0.25);
}
.hero-float-badge .badge-icon {
  font-size: 1.2rem;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,107,53,0.12);
  border-radius: 10px;
  flex-shrink: 0;
}
.hero-float-badge strong {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  color: #fff;
}
.hero-float-badge small {
  display: block;
  font-size: 0.68rem;
  color: rgba(255,255,255,0.5);
  font-weight: 400;
}
.badge-1 { top: 0; left: -30px; animation: float-badge 6s ease-in-out infinite; }
.badge-2 { bottom: 60px; left: -50px; animation: float-badge 7s ease-in-out infinite 1s; }
.badge-3 { top: 40px; right: -20px; animation: float-badge 5s ease-in-out infinite 0.5s; }

@keyframes float-badge {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

/* ============ TRUST STRIP ============ */
.trust-strip {
  background: #fff;
  border-bottom: 1px solid #f0ebe6;
  padding: 18px 0;
}
.trust-inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 28px;
}
.trust-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.88rem;
  font-weight: 500;
  color: #4a4340;
}
.trust-item svg { flex-shrink: 0; }

/* ============ WHY SECTION ============ */
.why-section {
  background: #FFF8F3;
  position: relative;
  overflow: hidden;
}
.why-section::before {
  content: '';
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,107,53,0.06) 0%, transparent 70%);
  top: -100px;
  right: -100px;
  pointer-events: none;
}
.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.why-copy { text-align: left; }
.why-copy .section-title { text-align: left; }

/* Stats row */
.why-stats {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 24px 0;
  margin-bottom: 20px;
  border-top: 1px solid #e8e2dc;
  border-bottom: 1px solid #e8e2dc;
}
.why-stat { text-align: center; flex: 1; }
.why-stat-num {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 1.8rem;
  background: linear-gradient(135deg, #FF6B35 0%, #D62828 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.1;
}
.why-stat-label {
  font-size: 0.78rem;
  color: #8a8380;
  font-weight: 500;
  margin-top: 4px;
  display: block;
}
.why-stat-divider {
  width: 1px;
  height: 40px;
  background: #e8e2dc;
  flex-shrink: 0;
}

/* Visual comparison */
.why-visual {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.way-card {
  border-radius: 16px;
  padding: 24px;
  position: relative;
}
.way-old {
  background: #fff;
  border: 1px solid #e8e2dc;
  box-shadow: 0 4px 20px rgba(0,0,0,0.04);
}
.way-new {
  background: linear-gradient(135deg, rgba(255,107,53,0.04) 0%, rgba(214,40,40,0.04) 100%);
  border: 1.5px solid rgba(255,107,53,0.2);
  box-shadow: 0 8px 30px rgba(255,107,53,0.08);
}
.way-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 16px;
  padding: 6px 14px;
  border-radius: 8px;
}
.way-label-old {
  background: rgba(239,68,68,0.08);
  color: #dc2626;
}
.way-label-new {
  background: rgba(34,197,94,0.08);
  color: #16a34a;
}
.way-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.way-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  color: #4a4340;
  font-weight: 500;
}
.way-icon {
  font-size: 1rem;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  flex-shrink: 0;
}
.way-bad .way-icon {
  background: rgba(239,68,68,0.06);
}
.way-good .way-icon {
  background: rgba(34,197,94,0.06);
}
.way-repeat, .way-result {
  margin-top: 4px;
  padding-top: 10px;
  border-top: 1px dashed #e8e2dc;
  font-style: italic;
  color: #8a8380;
  font-size: 0.84rem;
}
.way-repeat .way-icon, .way-result .way-icon {
  background: none;
  font-size: 0.85rem;
}
.way-repeat::before { content: ''; }
.way-result::before { content: ''; }
.way-time {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid #ece7e2;
  font-size: 0.82rem;
  font-weight: 600;
  color: #ef4444;
}
.way-time-good {
  color: #16a34a;
  border-top-color: rgba(34,197,94,0.15);
}

/* Connecting arrow between cards */
.way-arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 40px;
  height: 40px;
  background: #FFF8F3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ============ HOW IT WORKS ============ */
.how-section { background: #fff; text-align: center; }
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 48px;
}
.step-card {
  position: relative;
  background: #FFF8F3;
  border-radius: 16px;
  padding: 40px 28px 32px;
  text-align: center;
  transition: transform 0.4s ease-out, box-shadow 0.4s ease-out;
}
.step-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(255,107,53,0.12);
}
.step-badge {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, #FF6B35 0%, #D62828 100%);
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(255,107,53,0.3);
}
.step-icon-wrap {
  width: 72px;
  height: 72px;
  margin: 0 auto 20px;
  transition: transform 0.4s ease-out;
}
.step-card:hover .step-icon-wrap { transform: scale(1.08); }
.step-card h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1.15rem;
  margin-bottom: 10px;
  color: #241F1A;
}
.step-card p { font-size: 0.92rem; color: #5a5550; line-height: 1.55; }

/* ============ BENEFITS ============ */
.benefits-section { background: #1A1410; text-align: center; }
.benefits-section .eyebrow { color: #FFB627; }
.benefits-section .section-title { color: #fff; }
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  margin-top: 48px;
}
.benefit-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  padding: 36px 28px;
  text-align: left;
  transition: transform 0.3s ease, border-color 0.3s;
}
.benefit-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255,107,53,0.3);
}
.benefit-icon {
  width: 52px;
  height: 52px;
  margin-bottom: 20px;
}
.benefit-card h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: #fff;
  margin-bottom: 10px;
}
.benefit-card p { font-size: 0.92rem; color: rgba(255,255,255,0.65); line-height: 1.55; }

/* ============ FORM SECTION ============ */
.form-section { background: #FFF8F3; text-align: center; }
.form-wrapper {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 8px 40px rgba(0,0,0,0.06);
  margin-top: 32px;
  text-align: left;
  position: relative;
}
.form-progress { margin-bottom: 32px; }
.progress-bar {
  height: 6px;
  background: #eee8e2;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 10px;
}
.progress-fill {
  height: 100%;
  width: 33.33%;
  background: linear-gradient(135deg, #FF6B35 0%, #D62828 100%);
  border-radius: 3px;
  transition: width 0.4s ease;
}
.progress-text {
  font-family: 'Poppins', sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  color: #8a8380;
  letter-spacing: 0.04em;
}
.form-step { display: none; }
.form-step.active { display: block; animation: fadeStep 0.2s ease; }
@keyframes fadeStep {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}
.form-step-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 24px;
  color: #241F1A;
}
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group.full-width { grid-column: 1 / -1; }
.form-group label {
  font-family: 'Poppins', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  color: #241F1A;
}
.form-group input,
.form-group select {
  padding: 14px 16px;
  border: 2px solid #e8e2dc;
  border-radius: 12px;
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  color: #241F1A;
  background: #fff;
  transition: border-color 0.2s, box-shadow 0.2s;
  outline: none;
  -webkit-appearance: none;
}
.form-group select {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%238a8380' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
}
.form-group input:focus,
.form-group select:focus {
  border-color: #FF6B35;
  box-shadow: 0 0 0 3px rgba(255,107,53,0.12);
}
.form-group input.error,
.form-group select.error { border-color: #D62828; }

.form-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 28px;
}

/* TCPA */
.tcpa-group { margin-top: 8px; }
.checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  font-size: 0.78rem;
  line-height: 1.5;
  color: #6a6560;
}
.checkbox-label input { display: none; }
.checkmark {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border: 2px solid #d0cbc5;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
  transition: 0.2s;
}
.checkbox-label input:checked + .checkmark {
  background: linear-gradient(135deg, #FF6B35 0%, #D62828 100%);
  border-color: transparent;
}
.checkbox-label input:checked + .checkmark::after {
  content: '';
  display: block;
  width: 7px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2.5px 2.5px 0;
  transform: rotate(45deg) translateY(-1px);
}
.tcpa-text a { color: #FF6B35; text-decoration: underline; }

/* Submit button */
.btn-submit {
  width: 100%;
  padding: 18px;
  font-size: 1.05rem;
  letter-spacing: 0.06em;
}

/* Success state */
.form-success {
  display: none;
  text-align: center;
  padding: 48px 24px;
}
.form-success.active { display: block; animation: fadeStep 0.4s ease; }
.success-icon { width: 80px; height: 80px; margin: 0 auto 24px; }
.form-success h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  color: #241F1A;
  margin-bottom: 12px;
}
.form-success p { color: #6a6560; font-size: 1rem; }

/* ============ FAQ ============ */
.faq-section { background: #fff; text-align: center; }
.faq-list { margin-top: 40px; text-align: left; }
.faq-item {
  border: 1px solid #e8e2dc;
  border-radius: 14px;
  margin-bottom: 12px;
  overflow: hidden;
  transition: border-color 0.3s;
}
.faq-item[open] { border-color: #FF6B35; }
.faq-item summary {
  padding: 20px 24px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  color: #241F1A;
  transition: color 0.2s;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+';
  font-size: 1.4rem;
  font-weight: 300;
  color: #FF6B35;
  transition: transform 0.3s;
  flex-shrink: 0;
  margin-left: 16px;
}
.faq-item[open] summary::after { content: '−'; }
.faq-item[open] summary { color: #FF6B35; }
.faq-item p { padding: 0 24px 20px; font-size: 0.95rem; color: #5a5550; line-height: 1.6; }

/* ============ FOOTER ============ */
.site-footer {
  background: #1A1410;
  padding: 60px 0 40px;
  text-align: center;
}
.footer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 24px;
}
.footer-logo .logo-icon { width: 36px; height: 36px; }
.footer-logo .logo-text { font-size: 0.85rem; }
.footer-logo .logo-iq { color: rgba(255,255,255,0.7); }
.footer-compliance {
  max-width: 640px;
  margin: 0 auto 24px;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.45);
  line-height: 1.6;
}
.footer-links {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.footer-links a {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.6);
  transition: color 0.2s;
}
.footer-links a:hover { color: #FF6B35; }
.footer-links .sep { color: rgba(255,255,255,0.25); }
.footer-copy { font-size: 0.75rem; color: rgba(255,255,255,0.3); }

/* ============ MOBILE STICKY CTA ============ */
.mobile-sticky-cta {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 12px 16px;
  background: rgba(26,20,16,0.95);
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(255,107,53,0.2);
  transform: translateY(100%);
  transition: transform 0.3s ease;
}
.mobile-sticky-cta.visible { transform: translateY(0); }

/* ============ RESPONSIVE ============ */
@media (max-width: 1024px) {
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .main-nav { display: none; }
  .header-cta { display: none; }
  .mobile-menu-toggle { display: block; }
  .mobile-sticky-cta { display: block; }

  .main-nav.open {
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(26,20,16,0.98);
    padding: 24px;
    border-top: 1px solid rgba(255,255,255,0.1);
  }
  .main-nav.open ul {
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }
  .main-nav.open a { font-size: 1rem; }

  .why-grid { grid-template-columns: 1fr; gap: 40px; }
  .why-copy { text-align: center; }
  .why-copy .section-title { text-align: center; }
  .why-copy .section-body { text-align: center; }
  .why-stats { justify-content: center; }
  .why-copy .disclaimer { text-align: center; }
  .way-arrow { display: none; }

  .hero { min-height: auto; padding: 130px 0 60px; }
  .hero-split { grid-template-columns: 1fr; gap: 40px; text-align: center; }
  .hero-copy { text-align: center; }
  .hero-sub { margin: 0 auto 28px; }
  .hero-ctas { justify-content: center; }
  .hero-trust-row { justify-content: center; }
  .hero h1 { font-size: clamp(1.8rem, 7vw, 2.6rem); }

  .hero-visual { min-height: 380px; }
  .hero-glow-ring { width: 280px; height: 280px; }
  .hero-card-stack { max-width: 340px; margin: 0 auto; }
  .hero-float-badge { padding: 10px 14px; }
  .badge-1 { left: -10px; }
  .badge-2 { left: -20px; bottom: 40px; }
  .badge-3 { right: -10px; }

  .steps-grid { grid-template-columns: 1fr; gap: 36px; }
  .benefits-grid { grid-template-columns: 1fr; }

  .form-wrapper { padding: 28px 20px; }
  .form-grid { grid-template-columns: 1fr; }

  .section { padding: 64px 0; }
  .trust-inner { gap: 16px; }
  .trust-item { font-size: 0.8rem; }
}

@media (max-width: 480px) {
  .hero-ctas { flex-direction: column; align-items: stretch; }
  .hero-ctas .btn { width: 100%; }
  .logo-text { font-size: 0.8rem; }
  .logo-iq { font-size: 0.6rem; }
  .hero-float-badge { display: none; }
  .hero-visual { min-height: 320px; }
}
