:root {
  /* Bright consumer palette — inspired by cdeals.net (blue + orange) */
  --cd-blue:       #1E4FD6;
  --cd-blue-dark:  #0A2A8A;
  --cd-blue-deep:  #06195E;
  --cd-orange:     #FF6A1A;
  --cd-orange-hot: #FF4B0A;
  --cd-yellow:     #FFD24C;
  --cd-mint:       #C8F7DC;
  --cd-cream:      #FFF7EE;
  --cd-ink:        #0B1020;
  --cd-ink-2:      #3B4257;
  --cd-ink-3:      #6B7280;
  --cd-line:       #E7E9F2;
  --cd-bg:         #FFFFFF;
  --font-head:     'Manrope','Inter',system-ui,sans-serif;
  --font-body:     'Inter',system-ui,sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: var(--font-body);
  color: var(--cd-ink);
  background: var(--cd-bg);
  -webkit-font-smoothing: antialiased;
  line-height: 1.55;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.wrap { max-width: 1240px; margin: 0 auto; padding: 0 32px; }

/* ---------- NAV ---------- */
.nav {
  position: sticky; top: 0; z-index: 20;
  backdrop-filter: saturate(140%) blur(12px);
  background: rgba(255,255,255,0.78);
  border-bottom: 1px solid rgba(11,16,32,0.06);
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 76px;
}
.logo {
  display: inline-flex; align-items: center;
}
.logo img { height: 32px; width: auto; display: block; }
.nav-links { display: flex; gap: 36px; font-weight: 500; font-size: 15px; color: var(--cd-ink-2); }
.nav-links a:hover { color: var(--cd-blue); }
.nav-cta {
  padding: 11px 22px; border-radius: 999px;
  background: var(--cd-ink); color: #fff; font-weight: 600; font-size: 14px;
  display: inline-flex; align-items: center; gap: 8px;
  transition: transform .2s ease;
  white-space: nowrap;
}
.nav-cta:hover { transform: translateY(-1px); }

/* ---------- HERO (full-bleed) ---------- */
.hero {
  position: relative;
  background: radial-gradient(1200px 800px at 85% -10%, #2C67FF 0%, transparent 60%),
              radial-gradient(900px 600px at 10% 110%, #0A2A8A 0%, transparent 55%),
              linear-gradient(180deg, #0A2A8A 0%, #06195E 100%);
  color: #fff;
  overflow: hidden;
  padding: 140px 0 200px;
}
.hero::before {
  /* dot field */
  content: '';
  position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.18) 1.3px, transparent 1.4px);
  background-size: 28px 28px;
  mask-image: radial-gradient(ellipse at 50% 40%, #000 40%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse at 50% 40%, #000 40%, transparent 80%);
  opacity: 0.55;
}
.hero::after {
  /* orange halo */
  content: '';
  position: absolute; right: -260px; top: -260px;
  width: 760px; height: 760px; border-radius: 999px;
  background: radial-gradient(circle, rgba(255,106,26,0.45) 0%, transparent 65%);
  filter: blur(8px);
  pointer-events: none;
}
.hero-inner { position: relative; text-align: center; z-index: 1; }

.eyebrow-pill {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 9px 18px 9px 12px; border-radius: 999px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.22);
  font-family: var(--font-head); font-weight: 600; font-size: 14px;
  letter-spacing: 0.04em;
  color: #fff;
}
.eyebrow-pill .badge {
  background: var(--cd-orange); color: #fff;
  padding: 3px 10px; border-radius: 999px; font-size: 11px; letter-spacing: 0.14em;
  text-transform: uppercase; font-weight: 800;
}

.hero h1 {
  font-family: var(--font-head);
  font-weight: 800; letter-spacing: -0.045em; line-height: 0.98;
  font-size: clamp(56px, 9vw, 128px);
  margin: 32px auto 0; max-width: 1100px;
}
.hero h1 .swash {
  font-style: italic; font-weight: 500;
  background: linear-gradient(120deg, #FFD24C 0%, #FF6A1A 55%, #FF4B0A 100%);
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
}
.hero-sub {
  margin: 36px auto 0; max-width: 720px;
  font-size: 22px; color: rgba(255,255,255,0.82);
  line-height: 1.5;
}
.hero-ctas {
  margin-top: 48px;
  display: flex; gap: 16px; justify-content: center; flex-wrap: wrap;
}
.store-btn {
  display: inline-flex; align-items: center; gap: 14px;
  padding: 14px 26px 14px 22px;
  border-radius: 16px;
  background: #0B1020; color: #fff;
  font-family: var(--font-head); font-weight: 600;
  transition: transform .2s ease, box-shadow .2s ease;
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
  white-space: nowrap;
}
.store-btn:hover { transform: translateY(-2px); box-shadow: 0 14px 40px rgba(255,106,26,0.35); }
.store-btn > span { display: flex; flex-direction: column; line-height: 1.1; }
.store-btn .sub { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,0.65); font-weight: 600; }
.store-btn .big { font-size: 22px; letter-spacing: -0.02em; margin-top: 2px; }

.hero-trust {
  margin-top: 72px; display: flex; gap: 48px; justify-content: center; flex-wrap: wrap;
  color: rgba(255,255,255,0.65); font-weight: 500; font-size: 15px; letter-spacing: 0.08em;
  text-transform: uppercase;
}
.hero-trust strong { color: #fff; font-weight: 700; letter-spacing: -0.01em; font-family: var(--font-head); font-size: 22px; text-transform: none; display: block; }

/* ---------- Floating phone under hero ---------- */
.phone-stage {
  position: relative;
  margin-top: -120px;
  padding: 0 32px 120px;
  display: flex; justify-content: center;
  z-index: 2;
}
.phone {
  width: 340px;
  border-radius: 48px;
  background: #0B1020;
  padding: 14px;
  box-shadow: 0 60px 100px -30px rgba(6,25,94,0.55),
              0 30px 60px -20px rgba(11,16,32,0.45);
  position: relative;
  overflow: hidden;
}
.phone img {
  width: 100%; height: auto; display: block;
  border-radius: 36px;
}

/* ---------- SECTION PRIMITIVES ---------- */
section.band { padding: 120px 0; }
.section-eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--font-head); font-weight: 700;
  font-size: 13px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--cd-blue);
}
.section-eyebrow::before {
  content: ''; width: 28px; height: 2px; background: var(--cd-orange);
}
.section-title {
  font-family: var(--font-head);
  font-weight: 800; letter-spacing: -0.035em; line-height: 1.02;
  font-size: clamp(44px, 5.2vw, 78px);
  color: var(--cd-ink);
  margin: 20px 0 0; max-width: 920px;
}
.section-title em {
  font-style: italic; font-weight: 500;
  color: var(--cd-orange);
}
.section-sub {
  margin-top: 24px; max-width: 680px;
  font-size: 19px; color: var(--cd-ink-2); line-height: 1.55;
}

/* ---------- HOW IT WORKS ---------- */
.how { background: var(--cd-cream); }
.steps {
  margin-top: 72px;
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 28px;
  position: relative;
}
.steps::before {
  content: ''; position: absolute; top: 38px; left: 6%; right: 6%;
  height: 2px; background: repeating-linear-gradient(to right, var(--cd-orange) 0 10px, transparent 10px 18px);
  opacity: 0.6;
}
.step { position: relative; }
.step-num {
  width: 76px; height: 76px; border-radius: 999px;
  background: #fff; border: 2px solid var(--cd-orange);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-head); font-weight: 800; font-size: 26px;
  color: var(--cd-blue-deep); letter-spacing: -0.02em;
  position: relative; z-index: 1;
  box-shadow: 0 8px 20px rgba(255,106,26,0.15);
}
.step.filled .step-num {
  background: var(--cd-blue); color: #fff; border-color: var(--cd-blue);
}
.step h3 {
  font-family: var(--font-head); font-weight: 800;
  font-size: 22px; letter-spacing: -0.02em;
  margin: 24px 0 10px; color: var(--cd-ink);
}
.step p { font-size: 15px; color: var(--cd-ink-2); margin: 0; }

/* ---------- BENEFITS ---------- */
.benefits-grid {
  margin-top: 72px;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
}
.benefit {
  padding: 32px 28px; border-radius: 24px;
  background: #fff; border: 1px solid var(--cd-line);
  display: flex; flex-direction: column; gap: 14px;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.benefit:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 50px -20px rgba(30,79,214,0.22);
  border-color: rgba(30,79,214,0.2);
}
.benefit .icon {
  width: 52px; height: 52px; border-radius: 14px;
  background: var(--cd-mint);
  display: flex; align-items: center; justify-content: center;
  color: var(--cd-blue-deep);
}
.benefit:nth-child(2) .icon { background: #FFE0CC; color: var(--cd-orange-hot); }
.benefit:nth-child(3) .icon { background: #E6ECFF; color: var(--cd-blue); }
.benefit:nth-child(4) .icon { background: #FFF3B8; color: var(--cd-ink); }
.benefit h3 {
  font-family: var(--font-head); font-weight: 800;
  font-size: 22px; letter-spacing: -0.02em; color: var(--cd-ink);
  margin: 0;
}
.benefit p { color: var(--cd-ink-2); font-size: 15px; margin: 0; }

/* ---------- TESTIMONIALS ---------- */
.testimonials {
  background: linear-gradient(180deg, #F4F7FF 0%, #FFFFFF 100%);
}
.quotes {
  margin-top: 72px;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.quote {
  padding: 36px 32px; border-radius: 24px; background: #fff;
  border: 1px solid var(--cd-line);
  position: relative;
}
.quote .stars { color: var(--cd-orange); font-size: 16px; letter-spacing: 3px; }
.quote p {
  font-family: var(--font-head); font-weight: 500;
  font-size: 20px; line-height: 1.45; color: var(--cd-ink);
  letter-spacing: -0.015em; margin: 18px 0 28px;
}
.quote footer {
  display: flex; align-items: center; gap: 14px;
  color: var(--cd-ink-2); font-size: 14px;
}
.avatar {
  width: 40px; height: 40px; border-radius: 999px;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-head); font-weight: 800; font-size: 15px;
  color: #fff;
}
.quote:nth-child(1) .avatar { background: var(--cd-blue); }
.quote:nth-child(2) .avatar { background: var(--cd-orange); }
.quote:nth-child(3) .avatar { background: var(--cd-blue-deep); }
.quote footer strong { color: var(--cd-ink); font-family: var(--font-head); font-weight: 700; }

/* ---------- FAQ ---------- */
.faq { background: var(--cd-ink); color: #fff; }
.faq .section-title { color: #fff; }
.faq .section-sub { color: rgba(255,255,255,0.7); }
.faq-grid { margin-top: 56px; display: grid; grid-template-columns: 1fr; gap: 14px; max-width: 920px; }
.faq-item {
  border-radius: 20px; border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.04);
  overflow: hidden;
}
.faq-item summary {
  list-style: none; cursor: pointer;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding: 24px 28px;
  font-family: var(--font-head); font-weight: 700;
  font-size: 19px; letter-spacing: -0.01em; color: #fff;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+'; font-family: var(--font-head); font-weight: 500; font-size: 28px;
  color: var(--cd-orange); transition: transform .25s ease;
  line-height: 1;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item .body { padding: 0 28px 26px; color: rgba(255,255,255,0.72); font-size: 16px; line-height: 1.6; max-width: 760px; }

/* ---------- CTA STRIP ---------- */
.cta-strip {
  background: linear-gradient(135deg, #FF6A1A 0%, #FF4B0A 60%, #E6331A 100%);
  color: #fff;
  padding: 100px 0;
  position: relative; overflow: hidden;
}
.cta-strip::before {
  content: ''; position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.18) 1.2px, transparent 1.4px);
  background-size: 24px 24px; opacity: 0.4;
}
.cta-inner {
  position: relative;
  display: grid; grid-template-columns: 1.4fr 1fr;
  gap: 60px; align-items: center;
}
.cta-strip h2 {
  font-family: var(--font-head); font-weight: 800;
  font-size: clamp(40px, 4.6vw, 64px);
  letter-spacing: -0.035em; line-height: 1.02;
  margin: 0;
}
.cta-strip h2 em {
  font-style: italic; font-weight: 500; color: #0B1020;
}
.cta-strip p { font-size: 19px; margin: 22px 0 0; color: rgba(255,255,255,0.92); max-width: 520px; }

.cta-ctas { display: flex; flex-direction: column; gap: 14px; }
.cta-ctas .store-btn { background: #0B1020; justify-content: flex-start; }

/* ---------- FOOTER ---------- */
footer.site {
  background: #0B1020; color: rgba(255,255,255,0.7);
  padding: 80px 0 40px;
}
.foot-grid {
  display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 48px;
  padding-bottom: 56px; border-bottom: 1px solid rgba(255,255,255,0.08);
}
.foot-logo { display: inline-flex; align-items: center; }
.foot-logo img { height: 36px; width: auto; display: block; }
.foot-tag { font-size: 15px; margin-top: 16px; max-width: 320px; line-height: 1.6; }
.foot-col h4 {
  color: #fff; font-family: var(--font-head); font-weight: 700;
  font-size: 13px; letter-spacing: 0.18em; text-transform: uppercase;
  margin: 6px 0 22px;
}
.foot-col a { display: block; color: rgba(255,255,255,0.65); padding: 6px 0; font-size: 15px; }
.foot-col a:hover { color: #fff; }
.foot-bottom {
  padding-top: 28px;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px;
  font-size: 14px; color: rgba(255,255,255,0.5);
}

/* ---------- POLICY / TERMS PAGES ---------- */
.policy-hero {
  background: linear-gradient(180deg, #0A2A8A 0%, #06195E 100%);
  color: #fff;
  padding: 100px 0 80px;
  position: relative;
  overflow: hidden;
}
.policy-hero::after {
  content: ''; position: absolute; right: -180px; top: -180px;
  width: 520px; height: 520px; border-radius: 999px;
  background: radial-gradient(circle, rgba(255,106,26,0.35) 0%, transparent 65%);
  filter: blur(8px); pointer-events: none;
}
.policy-hero .wrap { position: relative; z-index: 1; text-align: center; }
.policy-hero h1 {
  font-family: var(--font-head);
  font-weight: 800; letter-spacing: -0.035em; line-height: 1.05;
  font-size: clamp(40px, 5vw, 64px);
  margin: 0;
}
.policy-hero .effective {
  margin-top: 18px;
  font-family: var(--font-head); font-weight: 600;
  font-size: 13px; letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(255,255,255,0.7);
}
.policy-body {
  padding: 80px 0 120px;
  background: var(--cd-bg);
}
.policy-body .wrap { max-width: 820px; }
.policy-body h2 {
  font-family: var(--font-head); font-weight: 800;
  font-size: 26px; letter-spacing: -0.02em; line-height: 1.2;
  color: var(--cd-ink);
  margin: 48px 0 16px;
}
.policy-body h2:first-child { margin-top: 0; }
.policy-body p {
  font-size: 17px; line-height: 1.7; color: var(--cd-ink-2);
  margin: 0 0 16px;
}
.policy-body p strong { color: var(--cd-ink); font-weight: 700; }
.policy-body a { color: var(--cd-blue); font-weight: 600; }
.policy-body a:hover { color: var(--cd-orange); }
.policy-body ol, .policy-body ul {
  font-size: 17px; line-height: 1.7; color: var(--cd-ink-2);
  margin: 0 0 16px; padding-left: 22px;
}
.policy-body ol li, .policy-body ul li { margin-bottom: 10px; }
.policy-body .text-danger { color: var(--cd-orange-hot); font-weight: 600; }

@media (max-width: 1040px) {
  .steps { grid-template-columns: repeat(2, 1fr); }
  .steps::before { display: none; }
  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .quotes { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .cta-inner { grid-template-columns: 1fr; }
  .nav-links { display: none; }
}
@media (max-width: 640px) {
  .hero { padding: 100px 0 160px; }
  .hero-trust { gap: 24px; }
  .steps, .benefits-grid { grid-template-columns: 1fr; }
  .phone { width: 280px; }
  section.band { padding: 90px 0; }
  .foot-grid { grid-template-columns: 1fr; gap: 32px; }
  .policy-hero { padding: 80px 0 60px; }
  .policy-body { padding: 60px 0 90px; }
  .policy-body h2 { font-size: 22px; margin: 36px 0 12px; }
}
