/* EasyFade — homepage bands and motion */

/* ---------- hero ---------- */
.hero{position:relative;overflow:hidden;padding:52px 0 0}
.hero .glow{position:absolute;inset:-30% -10% auto -10%;height:820px;pointer-events:none;z-index:0}
.blob{position:absolute;border-radius:50%;filter:blur(90px);opacity:.5;will-change:transform}
.blob.a{width:640px;height:640px;left:2%;top:2%;background:#7c5cff;animation:drift1 22s ease-in-out infinite}
.blob.b{width:540px;height:540px;right:6%;top:14%;background:#00d1b2;opacity:.28;animation:drift2 26s ease-in-out infinite}
.blob.c{width:420px;height:420px;left:44%;top:-6%;background:#ff5c8a;opacity:.22;animation:drift3 30s ease-in-out infinite}
@keyframes drift1{0%,100%{transform:translate(0,0) scale(1)}50%{transform:translate(70px,50px) scale(1.12)}}
@keyframes drift2{0%,100%{transform:translate(0,0) scale(1)}50%{transform:translate(-80px,40px) scale(.9)}}
@keyframes drift3{0%,100%{transform:translate(0,0) scale(1)}50%{transform:translate(40px,70px) scale(1.15)}}
@media (prefers-reduced-motion:reduce){.blob{animation:none}}
.hero .inner{position:relative;z-index:1}

.hero h1{
  font-size:clamp(38px,7.2vw,86px);line-height:.98;letter-spacing:-.035em;margin:0 0 18px;
}
.hero h1 .go{
  background:linear-gradient(96deg,#fff 0%,#cbbcff 42%,rgba(203,188,255,.12) 96%);
  -webkit-background-clip:text;background-clip:text;color:transparent;
}
.hero .sub{font-size:clamp(16px,2.1vw,20.5px);color:#b9c0ce;max-width:600px;margin:0 auto 30px;line-height:1.5}
.trust{display:flex;gap:22px;justify-content:center;flex-wrap:wrap;color:#7f8798;font-size:13px;margin-bottom:30px}
.trust b{color:#c9d0dd;font-weight:600}

/* ---------- bands ---------- */
.band{padding:88px 0;position:relative}
.band-cream{background:#f2ede2;color:#161310}
.band-cream h2,.band-cream h3{color:#161310}
.band-cream p,.band-cream li{color:#4d463d}
.band-cream .eyebrow{color:#8a7d68}
.band-cream .card2{background:#fff;border-color:#e0d8c8}

.band-violet{
  background:
    radial-gradient(120% 120% at 12% 0%, #8f6dff 0%, #5b3fd6 42%, #2f1f7a 100%);
  color:#fff;
}
.band-violet p{color:#ddd5ff}
.band-violet .eyebrow{color:#c2b2ff}

.band-ink{background:#07080c}

.eyebrow{
  font-size:11.5px;letter-spacing:.16em;text-transform:uppercase;font-weight:700;
  color:var(--accent2);margin-bottom:14px;
}
.band h2{font-size:clamp(28px,4.4vw,46px);letter-spacing:-.03em;line-height:1.05;margin-bottom:16px}
.band .big{font-size:clamp(17px,2vw,20px);line-height:1.55}

.split{display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:center}
@media(max-width:860px){.split{grid-template-columns:1fr;gap:32px}}

.card2{background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:24px}

/* fake vs real demo */
.demo{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.demo .cell{border-radius:14px;overflow:hidden;position:relative;background:#1d6a5f}

/* The two cells make different arguments, so they need different backgrounds.

   The fake one stays on a solid colour, because that is the whole point: a
   gradient to white only looks fine on white, and against a colour the white
   smear is obvious.

   The real one goes on the transparency checkerboard, because a coloured
   backdrop makes it look like the pixels faded *to that colour*. The
   checkerboard is the one pattern everybody already reads as "there is
   nothing here", which is the actual claim. */
.demo .cell.real{
  background-image:
    linear-gradient(45deg,#20242d 25%,transparent 25%),
    linear-gradient(-45deg,#20242d 25%,transparent 25%),
    linear-gradient(45deg,transparent 75%,#20242d 75%),
    linear-gradient(-45deg,transparent 75%,#20242d 75%);
  background-size:18px 18px;
  background-position:0 0,0 9px,9px -9px,-9px 0;
  background-color:#262b35;
}
.demo canvas{display:block;width:100%;height:auto}
.demo .cap{
  position:absolute;left:10px;bottom:10px;background:rgba(8,10,14,.72);color:#fff;
  padding:5px 10px;border-radius:999px;font-size:11.5px;font-weight:600;backdrop-filter:blur(4px);
}
.demo .cap.bad{color:#ffb3b3}
.demo .cap.good{color:#8ff0e2}

/* steps */
.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px;margin-top:12px}
.step{border-radius:16px;padding:22px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.14)}
.step .n{
  width:30px;height:30px;border-radius:9px;display:flex;align-items:center;justify-content:center;
  background:rgba(255,255,255,.16);font-weight:700;font-size:14px;margin-bottom:12px;
}
.step h3{font-size:17px;margin-bottom:6px}
.step p{font-size:14.5px;margin:0}

/* price strip */
.pricebox{
  background:linear-gradient(180deg,#12151c,#0d1015);border:1px solid var(--line2);
  border-radius:20px;padding:34px;text-align:center;max-width:520px;margin:0 auto;
  box-shadow:0 30px 80px rgba(0,0,0,.5);
}
.pricebox .amt{font-size:56px;font-weight:800;letter-spacing:-.04em;line-height:1}
.pricebox .or{color:var(--faint);font-size:13.5px;margin-top:8px}
.pricebox ul{list-style:none;padding:0;margin:22px 0;text-align:left;display:inline-block}
.pricebox li{padding:6px 0 6px 24px;position:relative;color:var(--dim);font-size:14.5px}
.pricebox li::before{content:"✓";position:absolute;left:0;color:var(--accent2);font-weight:700}

/* free line under tool */
.freeline{
  display:flex;align-items:center;justify-content:center;gap:9px;flex-wrap:wrap;
  padding:16px 22px;color:#8b93a3;font-size:13.5px;text-align:center;
}
.freeline b{color:#dfe4ed}
.dot{width:5px;height:5px;border-radius:50%;background:#3a4152}

/* ---------------- phones ---------------- */
@media(max-width:640px){
  .hero{padding-top:26px}
  .hero h1{font-size:clamp(34px,10.5vw,50px);line-height:1.02;margin-bottom:14px}
  .hero .sub{font-size:16px;margin-bottom:22px}
  /* stacked, left aligned and quieter so it reads as fine print, not a headline */
  .trust{
    flex-direction:column;gap:7px;align-items:flex-start;text-align:left;
    max-width:330px;margin:0 auto 24px;font-size:12.5px;
  }
  .band{padding:56px 0}
  .band h2{font-size:clamp(26px,7vw,34px)}
  .band .big{font-size:16px}
  .split{gap:26px}
  .steps{gap:12px}
  .step{padding:18px}
  .freeline{font-size:12.5px;padding:14px 16px;line-height:1.5}
  .pricebox{padding:24px 20px;border-radius:16px}
  .pricebox .amt{font-size:44px}
  .pricebox ul{display:block}
  /* the comparison only works side by side, so keep two columns and shrink */
  .demo{gap:9px}
  .demo .cell{border-radius:10px}
  .demo .cap{font-size:9.5px;padding:4px 7px;left:6px;bottom:6px}
  /* big blurred blobs are expensive to composite on a phone */
  .blob{filter:blur(60px)}
  .blob.a{width:330px;height:330px}
  .blob.b{width:290px;height:290px}
  .blob.c{width:230px;height:230px}
  footer.site .cols{gap:24px}
}

/* battery and motion sickness both say stop animating when asked */
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
}

/* pro tag on locked controls */
.protag{
  display:inline-block;font-size:9px;font-weight:800;letter-spacing:.08em;
  background:rgba(124,92,255,.24);color:#c3b2ff;border:1px solid rgba(124,92,255,.5);
  border-radius:4px;padding:1px 4px;margin-left:5px;vertical-align:middle;
}
.ef-chip.locked,.ef-edges button.locked{position:relative}
