body { margin: 0; }
a { color: inherit; text-decoration: none; }

/* VERSION 3 — TURNKEY BUSINESS */
.v3 { font-family: 'Manrope', sans-serif; color: #0e1014; background: #f4f1ec; }
.v3 .container { max-width: 1280px; margin: 0 auto; padding: 0 24px; }

/* Hero */
.v3-hero { background: #0e1014; color: #f4f1ec; padding: 32px 0 0; position: relative; overflow: hidden; }
.v3-nav { display: flex; align-items: center; justify-content: space-between; margin-bottom: 32px; gap: 16px; }
.v3-logo { font-family: 'Unbounded', sans-serif; font-weight: 800; font-size: 18px; letter-spacing: -.02em; display: flex; align-items: center; gap: 8px; }
.v3-logo-dot { width: 10px; height: 10px; border-radius: 50%; background: #ffb547; }
.v3-nav-links { display: flex; gap: 28px; font-size: 14px; }
.v3-nav-links a:hover { color: #ffb547; }
@media (max-width: 720px) { .v3-nav-links { display: none; } }
.v3-nav-cta { background: #ffb547; color: #0e1014; padding: 10px 18px; border-radius: 8px; font-weight: 700; font-size: 14px; }

.v3-hero-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 48px; align-items: end; padding-bottom: 0; }
@media (max-width: 980px) { .v3-hero-grid { grid-template-columns: 1fr; gap: 32px; } }
.v3-hero-text { padding-bottom: 80px; }
.v3-tag { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,181,71,.12); color: #ffb547; padding: 8px 14px; border-radius: 999px; font-size: 12px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 24px; border: 1px solid rgba(255,181,71,.25); }
.v3-tag::before { content: ''; width: 6px; height: 6px; background: #ffb547; border-radius: 50%; }
.v3-h1 { font-family: 'Unbounded', sans-serif; font-size: clamp(40px, 6vw, 80px); font-weight: 800; line-height: 1.02; letter-spacing: -.03em; margin: 0 0 28px; }
.v3-h1 span { color: #ffb547; }
.v3-sub { font-size: clamp(16px, 1.4vw, 19px); color: #b0b3b8; max-width: 520px; margin: 0 0 36px; line-height: 1.55; }
.v3-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 36px; max-width: 540px; }
.v3-stat-num { font-family: 'Unbounded', sans-serif; font-size: clamp(28px, 3.5vw, 40px); font-weight: 700; color: #ffb547; line-height: 1; }
.v3-stat-label { font-size: 12px; color: #b0b3b8; margin-top: 8px; line-height: 1.4; text-transform: uppercase; letter-spacing: .04em; }
.v3-hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; }
.v3-btn-primary { background: #ffb547; color: #0e1014; padding: 16px 28px; border-radius: 10px; font-weight: 700; font-size: 15px; transition: .2s; min-height: 52px; display: inline-flex; align-items: center; gap: 10px; }
.v3-btn-primary:hover { background: #ffc97a; transform: translateY(-1px); }
.v3-btn-ghost { background: transparent; color: #f4f1ec; padding: 16px 28px; border-radius: 10px; font-weight: 600; font-size: 15px; border: 1.5px solid rgba(244,241,236,.2); transition: .2s; min-height: 52px; display: inline-flex; align-items: center; gap: 10px; }
.v3-btn-ghost:hover { background: rgba(244,241,236,.06); border-color: rgba(244,241,236,.4); }

.v3-hero-image-wrap { position: relative; }
.v3-hero-image { aspect-ratio: 3/4; border-radius: 24px 24px 0 0; overflow: hidden; background: linear-gradient(160deg, #1a1d23 0%, #0e1014 40%, #1c1409 70%, #2a1a06 100%); }
.v3-hero-image img { width: 100%; height: 100%; object-fit: cover; }
.v3-hero-float { position: absolute; left: -32px; bottom: 80px; background: #ffb547; color: #0e1014; padding: 16px 22px; border-radius: 14px; font-weight: 700; box-shadow: 0 24px 40px -12px rgba(255,181,71,.4); }
.v3-hero-float small { display: block; font-size: 11px; font-weight: 600; opacity: .7; margin-bottom: 2px; text-transform: uppercase; letter-spacing: .06em; }
.v3-hero-float strong { font-family: 'Unbounded', sans-serif; font-size: 20px; }
@media (max-width: 980px) { .v3-hero-text { padding-bottom: 0; } .v3-hero-float { display: none; } }

/* Marquee strip */
.v3-marquee { background: #ffb547; color: #0e1014; padding: 16px 0; overflow: hidden; }
.v3-marquee-track { display: flex; gap: 48px; white-space: nowrap; font-family: 'Unbounded', sans-serif; font-weight: 700; font-size: 14px; letter-spacing: .04em; text-transform: uppercase; animation: marquee 30s linear infinite; }
.v3-marquee-track span { display: inline-flex; align-items: center; gap: 12px; }
.v3-marquee-track span::before { content: '●'; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* Section base */
.v3-section { padding: 100px 0; }
@media (max-width: 720px) { .v3-section { padding: 64px 0; } }
.v3-section-tag { font-family: 'JetBrains Mono', monospace; font-size: 12px; color: #b87a3d; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 16px; }
.v3-section h2 { font-family: 'Unbounded', sans-serif; font-size: clamp(32px, 4vw, 56px); font-weight: 800; line-height: 1.05; margin: 0 0 20px; letter-spacing: -.02em; max-width: 900px; }
.v3-section-lead { font-size: 17px; color: #4a4f57; max-width: 640px; margin: 0; line-height: 1.6; }

/* Pillars */
.v3-pillars { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: #e8e2d6; border: 1px solid #e8e2d6; border-radius: 20px; overflow: hidden; margin-top: 56px; }
@media (max-width: 880px) { .v3-pillars { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .v3-pillars { grid-template-columns: 1fr; } }
.v3-pillar { background: #f4f1ec; padding: 32px 28px; transition: .25s; }
.v3-pillar:hover { background: #fff; }
.v3-pillar-icon { width: 44px; height: 44px; background: #0e1014; color: #ffb547; border-radius: 10px; display: grid; place-items: center; margin-bottom: 18px; }
.v3-pillar h3 { font-family: 'Manrope', sans-serif; font-weight: 700; font-size: 16px; margin: 0 0 8px; }
.v3-pillar p { font-size: 14px; color: #4a4f57; margin: 0; line-height: 1.5; }

/* Payback */
.v3-payback { background: #0e1014; color: #f4f1ec; }
.v3-payback h2 { color: #f4f1ec; }
.v3-payback .v3-section-tag { color: #ffb547; }
.v3-payback-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 56px; }
@media (max-width: 720px) { .v3-payback-grid { grid-template-columns: 1fr; } }
.v3-pb-card { background: rgba(244,241,236,.04); border: 1px solid rgba(244,241,236,.08); border-radius: 24px; padding: 40px; }
.v3-pb-label { font-family: 'JetBrains Mono', monospace; font-size: 12px; color: #ffb547; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 18px; }
.v3-pb-num { font-family: 'Unbounded', sans-serif; font-size: clamp(48px, 6vw, 80px); font-weight: 800; line-height: 1; margin-bottom: 8px; letter-spacing: -.03em; }
.v3-pb-num small { color: #ffb547; font-size: .5em; font-weight: 600; }
.v3-pb-desc { font-size: 14px; color: #b0b3b8; margin: 16px 0 0; line-height: 1.6; }
.v3-pb-disclaimer { margin-top: 32px; padding: 20px 24px; border-radius: 14px; background: rgba(255,181,71,.08); border-left: 3px solid #ffb547; font-size: 13px; color: #b0b3b8; }

/* What's included */
.v3-includes { background: #f4f1ec; }
.v3-inc-list { margin-top: 56px; border-top: 1px solid #d8d2c4; }
.v3-inc-row { display: grid; grid-template-columns: 60px 1.6fr 1fr; gap: 24px; align-items: center; padding: 24px 0; border-bottom: 1px solid #d8d2c4; transition: .2s; }
.v3-inc-row:hover { padding-left: 12px; }
@media (max-width: 720px) { .v3-inc-row { grid-template-columns: 40px 1fr; gap: 16px; } .v3-inc-tag { display: none; } }
.v3-inc-num { font-family: 'JetBrains Mono', monospace; font-size: 14px; color: #b87a3d; font-weight: 600; }
.v3-inc-title { font-family: 'Unbounded', sans-serif; font-size: clamp(18px, 2vw, 24px); font-weight: 600; }
.v3-inc-tag { font-size: 13px; color: #6b6f76; }

/* Equipment */
.v3-equip { background: #fff; }
.v3-equip-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 56px; }
@media (max-width: 720px) { .v3-equip-grid { grid-template-columns: 1fr; } }
.v3-equip-card { background: #f4f1ec; border-radius: 20px; overflow: hidden; }
.v3-equip-card-img { aspect-ratio: 1/1; background: #0e1014; }
.v3-equip-card-img img { width: 100%; height: 100%; object-fit: cover; }
.v3-equip-card-body { padding: 24px 28px; }
.v3-equip-card-body h3 { font-family: 'Unbounded', sans-serif; font-size: 18px; margin: 0 0 6px; }
.v3-equip-card-body p { font-size: 14px; color: #4a4f57; margin: 0; }
.v3-equip-meta { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 14px; font-size: 12px; }
.v3-equip-meta span { background: #fff; padding: 6px 12px; border-radius: 999px; font-weight: 600; color: #4a4f57; border: 1px solid #e8e2d6; }

/* Steps */
.v3-steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 56px; }
@media (max-width: 880px) { .v3-steps-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .v3-steps-grid { grid-template-columns: 1fr; } }
.v3-step { position: relative; padding-top: 32px; border-top: 2px solid #0e1014; }
.v3-step-num { position: absolute; top: -18px; left: 0; background: #ffb547; color: #0e1014; padding: 6px 14px; border-radius: 999px; font-family: 'JetBrains Mono', monospace; font-size: 12px; font-weight: 700; letter-spacing: .1em; }
.v3-step h3 { font-family: 'Unbounded', sans-serif; font-size: 18px; margin: 0 0 8px; line-height: 1.3; }
.v3-step p { font-size: 14px; color: #4a4f57; margin: 0; }

/* Audience */
.v3-audience { background: #0e1014; color: #f4f1ec; }
.v3-audience h2 { color: #f4f1ec; }
.v3-audience .v3-section-tag { color: #ffb547; }
.v3-aud-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 56px; }
@media (max-width: 720px) { .v3-aud-grid { grid-template-columns: 1fr; } }
.v3-aud-card { background: rgba(244,241,236,.04); border: 1px solid rgba(244,241,236,.08); border-radius: 18px; padding: 28px 32px; transition: .25s; display: flex; align-items: center; gap: 20px; }
.v3-aud-card:hover { background: rgba(255,181,71,.08); border-color: rgba(255,181,71,.3); }
.v3-aud-icon { width: 52px; height: 52px; border-radius: 12px; background: #ffb547; color: #0e1014; display: grid; place-items: center; flex-shrink: 0; }
.v3-aud-card h3 { font-family: 'Manrope', sans-serif; font-size: 17px; margin: 0; font-weight: 700; line-height: 1.3; }

/* Sizes */
.v3-sizes { background: #f4f1ec; }
.v3-sizes-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 56px; }
@media (max-width: 720px) { .v3-sizes-grid { grid-template-columns: 1fr; } }
.v3-size-row { background: #fff; border-radius: 18px; padding: 28px 32px; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.v3-size-dim { font-family: 'JetBrains Mono', monospace; font-size: 18px; font-weight: 600; }
.v3-size-qty { font-family: 'Unbounded', sans-serif; font-size: 24px; font-weight: 700; color: #b87a3d; }
.v3-size-note { margin-top: 24px; font-size: 14px; color: #6b6f76; font-style: italic; text-align: center; }

/* Discount banner */
.v3-discount { background: #ffb547; color: #0e1014; padding: 60px 0; }
.v3-discount .container { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; }
@media (max-width: 720px) { .v3-discount .container { grid-template-columns: 1fr; } }
.v3-discount h2 { font-family: 'Unbounded', sans-serif; font-size: clamp(28px, 3.4vw, 42px); margin: 0 0 8px; line-height: 1.1; }
.v3-discount p { margin: 0; font-size: 16px; opacity: .8; }
.v3-discount-cta { background: #0e1014; color: #ffb547; padding: 18px 32px; border-radius: 10px; font-weight: 700; font-size: 15px; transition: .2s; white-space: nowrap; }
.v3-discount-cta:hover { background: #1a1d23; }

/* Final / Contact */
.v3-final { background: #0e1014; color: #f4f1ec; }
.v3-final h2 { color: #f4f1ec; max-width: 880px; }
.v3-final .v3-section-tag { color: #ffb547; }
.v3-final-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; margin-top: 56px; align-items: start; }
@media (max-width: 880px) { .v3-final-wrap { grid-template-columns: 1fr; gap: 32px; } }
.v3-final-info { display: flex; flex-direction: column; gap: 14px; }
.v3-contact-row { display: flex; align-items: center; gap: 16px; padding: 18px 22px; background: rgba(244,241,236,.04); border: 1px solid rgba(244,241,236,.08); border-radius: 14px; transition: .2s; }
.v3-contact-row:hover { background: rgba(255,181,71,.06); border-color: rgba(255,181,71,.3); }
.v3-contact-icon { width: 42px; height: 42px; border-radius: 10px; background: #ffb547; color: #0e1014; display: grid; place-items: center; flex-shrink: 0; }
.v3-contact-text small { display: block; font-size: 12px; color: #8a8e95; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 2px; }
.v3-contact-text strong { font-size: 15px; }

/* Footer */
.v3-footer { background: #050608; color: #6b6f76; padding: 32px 0; font-size: 13px; text-align: center; }

/* ============================================================
   FORM STYLES
   ============================================================ */

.v3-form { display: flex; flex-direction: column; gap: 16px; }

.v3-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 600px) { .v3-form-row { grid-template-columns: 1fr; } }

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

.v3-form-group label { font-size: 12px; font-weight: 600; color: #8a8e95; text-transform: uppercase; letter-spacing: .06em; }

.v3-form-group input,
.v3-form-group textarea,
.v3-form-group select {
  background: rgba(244,241,236,.06);
  border: 1px solid rgba(244,241,236,.12);
  border-radius: 10px;
  padding: 14px 16px;
  font-family: 'Manrope', sans-serif;
  font-size: 15px;
  color: #f4f1ec;
  outline: none;
  transition: border-color .2s, background .2s;
  width: 100%;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}

.v3-form-group select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%238a8e95' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
  cursor: pointer;
}

.v3-form-group select option { background: #1a1d23; color: #f4f1ec; }

.v3-form-group input::placeholder,
.v3-form-group textarea::placeholder { color: #4a4f57; }

.v3-form-group input:focus,
.v3-form-group textarea:focus,
.v3-form-group select:focus {
  border-color: rgba(255,181,71,.5);
  background: rgba(244,241,236,.09);
}

.v3-form-group textarea { resize: vertical; min-height: 100px; }

.v3-radio-group { display: flex; gap: 10px; flex-wrap: wrap; }

.v3-radio-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 8px;
  border: 1px solid rgba(244,241,236,.12);
  background: rgba(244,241,236,.04);
  font-size: 14px;
  color: #b0b3b8;
  cursor: pointer;
  transition: border-color .2s, background .2s, color .2s;
  user-select: none;
}

.v3-radio-label input[type="radio"] { position: absolute; opacity: 0; width: 0; height: 0; }

.v3-radio-label:has(input[type="radio"]:checked) {
  border-color: #ffb547;
  background: rgba(255,181,71,.12);
  color: #ffb547;
}

.v3-radio-label:hover { border-color: rgba(255,181,71,.4); color: #f4f1ec; }

/* Honeypot */
.hp-field {
  position: absolute;
  opacity: 0;
  height: 0;
  pointer-events: none;
  tab-index: -1;
  left: -9999px;
}

/* Form success state */
.v3-form-success {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px;
  text-align: center;
  gap: 16px;
}

.v3-form-success.is-visible { display: flex; }

.v3-form-success-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(34,197,94,.15);
  border: 2px solid rgba(34,197,94,.4);
  display: grid;
  place-items: center;
  color: #22c55e;
}

.v3-form-success-icon svg { width: 28px; height: 28px; }

.v3-form-success h3 {
  font-family: 'Unbounded', sans-serif;
  font-size: 20px;
  margin: 0;
  color: #f4f1ec;
}

.v3-form-success p { font-size: 14px; color: #8a8e95; margin: 0; line-height: 1.5; }

/* Form error state */
.v3-form-error {
  padding: 12px 16px;
  border-radius: 10px;
  border: 1px solid rgba(239,68,68,.4);
  background: rgba(239,68,68,.08);
  border-left: 3px solid #ef4444;
  font-size: 13px;
  color: #fca5a5;
  display: none;
}

.v3-form-error.is-visible { display: block; }

.v3-form-group input.is-error,
.v3-form-group textarea.is-error,
.v3-form-group select.is-error {
  border-color: rgba(239,68,68,.6);
  background: rgba(239,68,68,.05);
}

/* Submit button */
.v3-form-submit {
  background: #ffb547;
  color: #0e1014;
  padding: 16px 28px;
  border-radius: 10px;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 15px;
  border: none;
  cursor: pointer;
  transition: background .2s, transform .2s, opacity .2s;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
}

.v3-form-submit:hover:not(:disabled) { background: #ffc97a; transform: translateY(-1px); }
.v3-form-submit:active:not(:disabled) { transform: translateY(0); }

.v3-form-submit:disabled,
.v3-form-submit.is-loading {
  opacity: .65;
  cursor: not-allowed;
  transform: none;
}

.v3-form-submit.is-loading .v3-btn-text { display: none; }
.v3-form-submit .v3-btn-spinner { display: none; }
.v3-form-submit.is-loading .v3-btn-spinner { display: inline-block; }

@keyframes spin { to { transform: rotate(360deg); } }

.v3-btn-spinner {
  width: 18px;
  height: 18px;
  border: 2px solid rgba(14,16,20,.3);
  border-top-color: #0e1014;
  border-radius: 50%;
  animation: spin .7s linear infinite;
}

/* ============================================================
   MOBILE STICKY CTA BAR
   ============================================================ */

.mobile-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 200;
  background: #0e1014;
  padding: 12px 16px;
  display: flex;
  gap: 8px;
  border-top: 1px solid rgba(244,241,236,.08);
  box-shadow: 0 -8px 32px rgba(0,0,0,.4);
}

.mobile-cta-btn {
  flex: 1;
  padding: 14px 12px;
  border-radius: 10px;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
  transition: .2s;
  border: none;
  cursor: pointer;
}

.mobile-cta-btn--primary { background: #ffb547; color: #0e1014; }
.mobile-cta-btn--primary:hover { background: #ffc97a; }

.mobile-cta-btn--ghost {
  background: transparent;
  color: #f4f1ec;
  border: 1.5px solid rgba(244,241,236,.2);
}
.mobile-cta-btn--ghost:hover { background: rgba(244,241,236,.06); border-color: rgba(244,241,236,.4); }

@media (min-width: 768px) { .mobile-cta { display: none; } }

/* Add bottom padding to page so sticky bar doesn't overlap content on mobile */
@media (max-width: 767px) { .v3 { padding-bottom: 80px; } }

/* ============================================================
   MOBILE HAMBURGER MENU
   ============================================================ */

.burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1.5px solid rgba(244,241,236,.2);
  border-radius: 8px;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
}

.burger-line {
  display: block;
  width: 18px;
  height: 2px;
  background: #f4f1ec;
  border-radius: 2px;
  transition: transform .25s, opacity .25s;
}

.burger.active .burger-line:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger.active .burger-line:nth-child(2) { opacity: 0; }
.burger.active .burger-line:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 720px) { .burger { display: flex; } }

.mobile-nav {
  display: none;
  flex-direction: column;
  gap: 0;
  background: #0e1014;
  border-top: 1px solid rgba(244,241,236,.08);
  overflow: hidden;
  max-height: 0;
  transition: max-height .3s ease, padding .3s ease;
}

.mobile-nav.open {
  display: flex;
  max-height: 400px;
  padding: 8px 0 16px;
}

.mobile-nav a {
  padding: 14px 24px;
  font-size: 15px;
  font-weight: 600;
  color: #b0b3b8;
  display: block;
  transition: color .2s, background .2s;
  border-radius: 8px;
  margin: 0 12px;
}

.mobile-nav a:hover { color: #ffb547; background: rgba(255,181,71,.06); }

.mobile-nav-divider { height: 1px; background: rgba(244,241,236,.06); margin: 8px 24px; }

.mobile-nav-cta {
  margin: 8px 24px 0;
  padding: 14px 20px;
  background: #ffb547;
  color: #0e1014 !important;
  border-radius: 10px;
  text-align: center;
  font-weight: 700 !important;
}

.mobile-nav-cta:hover { background: #ffc97a; color: #0e1014 !important; }
