/* ============================================================
   Landing page — dark hero + light marketing sections
   ============================================================ */

/* ---------- hero shell ---------- */
.hero {
  position: relative; overflow: hidden; color: #fff;
  background:
    radial-gradient(1100px 500px at 78% -10%, rgba(124, 58, 237, .35), transparent 60%),
    radial-gradient(900px 600px at 8% 110%, rgba(91, 33, 182, .38), transparent 60%),
    linear-gradient(160deg, var(--dark-1) 0%, var(--dark-2) 55%, var(--dark-3) 100%);
  padding-bottom: 90px;
}
.hero::before { /* dotted texture */
  content: ""; position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.07) 1px, transparent 1px);
  background-size: 26px 26px; pointer-events: none;
}
.hero::after { /* sweeping light arc */
  content: ""; position: absolute; left: -10%; right: -10%; top: 32%; height: 260px;
  border-radius: 100%; pointer-events: none;
  border-top: 1.5px solid rgba(167, 139, 250, .45);
  box-shadow: 0 -40px 120px rgba(139, 92, 246, .25);
  transform: rotate(-6deg);
}

/* ---------- nav ---------- */
.nav-wrap { position: relative; z-index: 5; padding-top: 22px; }
.nav {
  display: flex; align-items: center; gap: 28px;
  background: rgba(13, 8, 34, .72); backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,.12); border-radius: 16px;
  padding: 12px 20px;
}
.nav .brand { color: #fff; }
.nav-links { display: flex; gap: 26px; margin-left: auto; }
.nav-links a { font-size: .92rem; font-weight: 500; color: #d6d2ea; transition: .15s; }
.nav-links a:hover { color: #fff; }
/* Price badge — leads with the all-inclusive promise rather than a billing period */
.nav-price {
  margin-left: auto; white-space: nowrap; text-align: right; line-height: 1.15;
  padding: 6px 14px; border-radius: 10px;
  border: 1px solid rgba(167, 139, 250, .35);
  background: rgba(139, 92, 246, .12);
  transition: .15s;
}
.nav-price:hover { background: rgba(139, 92, 246, .22); border-color: rgba(167, 139, 250, .6); }
.nav-price b { display: block; font-weight: 800; font-size: 1.02rem; color: #fff; }
.nav-price small { display: block; font-weight: 500; color: #c3bce0; font-size: .7rem; letter-spacing: .01em; }
.nav-cta { padding: 10px 20px; font-size: .92rem; }
.nav-links + .nav-price { margin-left: 12px; }

/* ---------- hero grid ---------- */
.hero-grid {
  position: relative; z-index: 4;
  display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px;
  align-items: start; padding-top: 64px;
}
.hero-title { font-size: clamp(2.2rem, 4.6vw, 3.6rem); font-weight: 800; line-height: 1.12; letter-spacing: -.02em; }
.hero-title .accent { color: var(--violet-400); }
.hero-sub { margin-top: 18px; max-width: 440px; color: #c9c4e4; font-size: 1.05rem; }
.hero-chips { display: flex; gap: 12px; margin-top: 26px; flex-wrap: wrap; }
.hero-chips .chip { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); color: #e6e2f7; }

/* ---------- phone fan ---------- */
.fan { position: relative; margin-top: 54px; height: 330px; }
.fan-ellipse {
  position: absolute; left: 0; right: 6%; bottom: 8px; height: 90px;
  border-radius: 50%; border: 2px solid rgba(167,139,250,.55);
  box-shadow: 0 0 40px rgba(139,92,246,.35), inset 0 0 40px rgba(139,92,246,.15);
  transform: perspective(400px) rotateX(58deg);
}
.phone {
  position: absolute; bottom: 40px; width: 128px; height: 236px;
  border-radius: 16px; overflow: hidden;
  box-shadow: 0 18px 44px rgba(0,0,0,.5);
  border: 1px solid rgba(255,255,255,.16);
  transition: transform .25s;
}
.phone:hover { transform: translateY(-10px) scale(1.04); z-index: 10 !important; }
.phone-label {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: #241250; border: 1px solid rgba(167,139,250,.5); color: #e6e2f7;
  font-size: .68rem; font-weight: 600; padding: 3px 12px; border-radius: 999px;
  white-space: nowrap; z-index: 3;
}
.phone-inner { position: absolute; inset: 0; padding: 26px 12px 12px; display: flex; flex-direction: column; gap: 7px; }
.phone h4 { font-size: .8rem; line-height: 1.25; font-weight: 800; }
.phone p { font-size: .5rem; line-height: 1.5; opacity: .75; }
.phone .p-btn { font-size: .5rem; font-weight: 700; padding: 4px 9px; border-radius: 5px; width: max-content; }
.p-1 { left: 0%;  bottom: 58px; transform: rotate(-8deg); background: #f4f4f6; color: #191927; z-index: 1; }
.p-2 { left: 13%; bottom: 48px; transform: rotate(-5deg); background: #efece5; color: #23211c; z-index: 2; }
.p-3 { left: 29%; bottom: 52px; width: 148px; height: 262px; transform: none; background: linear-gradient(160deg, #150b33, #31176b); color: #fff; z-index: 5; box-shadow: 0 24px 60px rgba(91,33,182,.55); }
.p-4 { left: 49%; bottom: 48px; transform: rotate(4deg);  background: #fbfaf7; color: #1c1b18; z-index: 2; }
.p-5 { left: 62%; bottom: 52px; transform: rotate(7deg);  background: #111; color: #fff; z-index: 3; }
.p-6 { left: 75%; bottom: 58px; transform: rotate(10deg); background: linear-gradient(160deg, #d5205f, #7c16c9); color: #fff; z-index: 1; }
.fan-num {
  position: absolute; bottom: -6px; width: 24px; height: 24px; border-radius: 50%;
  background: #1b0e3f; border: 1px solid rgba(167,139,250,.6); color: #d9d2f5;
  display: grid; place-items: center; font-size: .7rem; font-weight: 700;
}

/* ---------- hero form card ---------- */
.gen-card {
  position: relative;
  background: linear-gradient(180deg, #f3f0ff, #e9e4fb);
  border-radius: 22px; padding: 28px;
  color: var(--ink);
  box-shadow: 0 0 0 1px rgba(255,255,255,.35), var(--shadow-lg);
}
.gen-card::before {
  content: ""; position: absolute; inset: -1px; border-radius: 23px; z-index: -1;
  background: linear-gradient(140deg, rgba(196,181,253,.9), rgba(124,58,237,.4));
}
.gen-timer {
  position: absolute; top: -18px; right: -18px; width: 62px; height: 62px; border-radius: 50%;
  background: linear-gradient(180deg, var(--violet-500), var(--violet-700));
  color: #fff; display: grid; place-items: center; text-align: center;
  font-size: .62rem; font-weight: 700; line-height: 1.15;
  box-shadow: 0 10px 24px rgba(124,58,237,.5); border: 3px solid #e9e4fb;
}
.gen-timer svg { display: block; margin: 0 auto 1px; }
.gen-head { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; }
.gen-head h3 { font-size: 1.3rem; font-weight: 800; }
.gen-row { display: grid; grid-template-columns: 1.2fr 1fr; gap: 12px; }
.style-chips { display: flex; gap: 8px; flex-wrap: wrap; }
.style-chip {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 9px 14px; border-radius: 10px; font-size: .86rem; font-weight: 600;
  background: #fff; border: 1.5px solid var(--line); color: var(--ink-2); transition: .15s;
}
.style-chip.selected { border-color: var(--violet-600); color: var(--violet-700); background: var(--violet-50); }
.style-chip .sw { width: 10px; height: 10px; border-radius: 3px; }

/* ============================================================
   Light marketing sections
   ============================================================ */
.section { padding: 84px 0; }
.section-alt { background: var(--bg-light); }
.sec-kicker { color: var(--violet-600); font-weight: 700; font-size: .85rem; letter-spacing: .12em; text-transform: uppercase; }
.sec-title { font-size: clamp(1.7rem, 3vw, 2.4rem); font-weight: 800; letter-spacing: -.02em; margin-top: 10px; }
.sec-sub { color: var(--muted); margin-top: 12px; max-width: 560px; }
.sec-head-center { text-align: center; }
.sec-head-center .sec-sub { margin-left: auto; margin-right: auto; }

/* trust strip */
.trust-strip { display: flex; justify-content: center; gap: 40px; flex-wrap: wrap; padding: 26px 0; color: var(--muted); font-size: .9rem; font-weight: 600; border-bottom: 1px solid var(--line); }
.trust-strip b { color: var(--ink); }

/* how it works */
.hiw-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }
.hiw-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-sm); }
.hiw-num { width: 40px; height: 40px; border-radius: 12px; background: var(--violet-100); color: var(--violet-700); display: grid; place-items: center; font-weight: 800; margin-bottom: 16px; }
.hiw-card h3 { font-size: 1.08rem; margin-bottom: 8px; }
.hiw-card p { color: var(--muted); font-size: .92rem; }

/* comparison table */
.cmp-table { width: 100%; border-collapse: collapse; margin-top: 44px; background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-md); }
.cmp-table th, .cmp-table td { padding: 14px 20px; text-align: left; font-size: .92rem; border-bottom: 1px solid var(--line); }
.cmp-table th { background: var(--ink); color: #fff; font-size: .95rem; }
.cmp-table th.hl { background: var(--violet-600); }
.cmp-table td.hl { background: var(--violet-50); font-weight: 600; color: var(--violet-800); }
.cmp-table tr:last-child td { border-bottom: none; font-weight: 800; font-size: 1rem; }
.cmp-x { color: #dc2626; font-weight: 700; }
.cmp-ok { color: var(--green); font-weight: 700; }

/* benefits */
.benefits-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 48px; }
.benefit-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow-sm); }
.benefit-icon { width: 46px; height: 46px; border-radius: 13px; background: linear-gradient(135deg, var(--violet-500), var(--violet-700)); color: #fff; display: grid; place-items: center; margin-bottom: 18px; }
.benefit-card h3 { font-size: 1.15rem; margin-bottom: 10px; }
.benefit-card ul { list-style: none; margin-top: 8px; }
.benefit-card li { display: flex; gap: 10px; align-items: flex-start; color: var(--muted); font-size: .92rem; padding: 5px 0; }
.benefit-card li::before { content: "✓"; color: var(--green); font-weight: 800; }

/* testimonials */
.testi-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }
.testi-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow-sm); }
.testi-card p { font-size: .95rem; color: var(--ink-2); }
.testi-who { display: flex; align-items: center; gap: 12px; margin-top: 18px; }
.testi-av { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; font-weight: 800; color: #fff; font-size: .95rem; }
.testi-who b { display: block; font-size: .9rem; }
.testi-who span { font-size: .78rem; color: var(--muted); }
.stars { color: #f59e0b; letter-spacing: 2px; margin-bottom: 10px; font-size: .9rem; }

/* pricing */
.price-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 420px)); justify-content: center; gap: 28px; margin-top: 48px; }
.price-card { background: #fff; border: 1.5px solid var(--line); border-radius: 18px; padding: 34px; position: relative; }
.price-card.featured { border-color: var(--violet-600); box-shadow: var(--shadow-lg); }
.price-flag { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--violet-600); color: #fff; font-size: .74rem; font-weight: 700; padding: 5px 16px; border-radius: 999px; white-space: nowrap; }
.price-amt { font-size: 2.5rem; font-weight: 800; margin: 14px 0 2px; }
.price-amt small { font-size: 1rem; font-weight: 500; color: var(--muted); }
.price-card ul { list-style: none; margin: 22px 0 26px; }
.price-card li { display: flex; gap: 10px; padding: 6px 0; font-size: .93rem; color: var(--ink-2); }
.price-card li::before { content: "✓"; color: var(--green); font-weight: 800; }

/* refund banner */
.see-first { background: linear-gradient(140deg, var(--dark-2), var(--dark-3)); border-radius: 22px; color: #fff; padding: 52px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 40px; align-items: center; }
.see-first h2 { font-size: 1.9rem; font-weight: 800; letter-spacing: -.02em; }
.see-first ul { list-style: none; margin-top: 22px; }
.see-first li { display: flex; gap: 12px; padding: 7px 0; color: #d6d2ea; }
.see-first li::before { content: "✓"; color: #4ade80; font-weight: 800; }

/* faq section card */
.faq-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 10px 28px; margin-top: 44px; box-shadow: var(--shadow-sm); }

/* footer */
.footer { background: var(--dark-1); color: #b6b0d4; padding: 56px 0 32px; }
.footer-grid { display: flex; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.footer .brand { color: #fff; }
.footer-links { display: flex; gap: 60px; flex-wrap: wrap; }
.footer-links h4 { color: #fff; font-size: .9rem; margin-bottom: 14px; }
.footer-links a { display: block; font-size: .88rem; padding: 4px 0; color: #b6b0d4; }
.footer-links a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 44px; padding-top: 24px; font-size: .82rem; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; }

/* ---------- responsive ---------- */
@media (max-width: 1020px) {
  .hero-grid { grid-template-columns: 1fr; }
  .fan { max-width: 640px; }
  .nav-links { display: none; }
  .benefits-grid, .testi-row, .hiw-grid { grid-template-columns: 1fr; }
  .price-grid { grid-template-columns: 1fr; }
  .see-first { grid-template-columns: 1fr; padding: 36px 28px; }
}
@media (max-width: 640px) {
  .gen-row { grid-template-columns: 1fr; }
  .fan { display: none; }
  .nav-price { display: none; }
  .section { padding: 60px 0; }
  .cmp-table th, .cmp-table td { padding: 10px 12px; font-size: .8rem; }
}

/* ---------- real design renders inside the hero phones ---------- */
.phone-live {
  position: absolute; top: 0; left: 0;
  border: 0; transform-origin: top left;
  opacity: 0; transition: opacity .45s ease;
  pointer-events: none;
}
.phone.is-live .phone-live { opacity: 1; }
/* fade the CSS mockup out once the real design is in */
.phone.is-live .phone-inner { opacity: 0; transition: opacity .35s ease; }
.phone .phone-inner { transition: opacity .35s ease; }
/* the label stays above the live render */
.phone .phone-label { z-index: 4; }

/* ---------- shine sweep ---------- */
@keyframes wsShine {
  0%   { transform: translateX(-120%) skewX(-18deg); }
  100% { transform: translateX(320%)  skewX(-18deg); }
}
.btn-primary, .nav-price { position: relative; overflow: hidden; }
.btn-primary::after, .nav-price::after {
  content: ""; position: absolute; top: -30%; left: 0;
  width: 34%; height: 160%; pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.42), transparent);
  animation: wsShine 4.2s ease-in-out infinite;
  animation-delay: 1.2s;
}
.nav-price::after { background: linear-gradient(90deg, transparent, rgba(255,255,255,.22), transparent); }
/* the shine is decoration — never let it distract someone who asked for calm */
@media (prefers-reduced-motion: reduce) {
  .btn-primary::after, .nav-price::after { animation: none; opacity: 0; }
}
/* "/month" sits quietly beside the amount */
.nav-price b i { font-style: normal; font-weight: 500; font-size: .78rem; color: #cfc8e8; margin-left: 1px; }
