/* ===== AuraBio landing ================================================== */
/* Brand override: the landing used a lavender/purple accent inherited from
   app.css's defaults. The product's real identity (dashboard.css) is navy +
   orange, so we re-declare the same custom properties here at :root — same
   specificity as app.css's :root block, and this file loads after it, so
   these win. Scoped to landing.html only (login/signup don't load this file
   and keep the original app.css purple, which is fine — this is a landing-
   page brand decision, not a full product reskin). */
:root{
  --accent: #ff7a1a;              /* dashboard orange — the one bold color */
  --accent-ink: #b3550f;          /* darker orange for text on light bg */
  --accent-soft: rgba(255,122,26,.13);
  --navy: #1d2b42;                /* dashboard's --card-2 — a visible navy, not the near-black --paper */
  --navy-2: #2c4064;              /* a lighter dashboard navy for gradient tops */
}
body{
  min-height:100vh;position:relative;
  background:
    radial-gradient(1100px 600px at 12% 0%, #ffe3cc 0%, rgba(255,227,204,0) 55%),
    radial-gradient(1000px 700px at 95% 8%, #dbe3ee 0%, rgba(219,227,238,0) 50%),
    linear-gradient(180deg, #fdf3ea 0%, #fbf3ef 30%, #fbf5f6 60%, #fdf6f3 100%);
}
/* Subtle grid texture over the colour wash. Two thin repeating line sets
   (vertical + horizontal); kept very low-contrast so it reads as texture, not
   as a table. Fades out toward the bottom so it never competes with content,
   and sits behind everything (z-index:0; the page's own stacking contexts
   render above it). pointer-events:none so it never blocks clicks. */
body::before{
  content:"";position:fixed;inset:0;z-index:0;pointer-events:none;
  background-image:
    linear-gradient(to right, rgba(40,30,70,.045) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(40,30,70,.045) 1px, transparent 1px);
  background-size:52px 52px;
  -webkit-mask-image:linear-gradient(180deg, #000 0%, #000 42%, transparent 92%);
          mask-image:linear-gradient(180deg, #000 0%, #000 42%, transparent 92%);
}
/* Keep the real content above the grid layer. */
.fold, .sec, footer.foot{position:relative;z-index:1}

/* ---- floating nav ---- */
.nav{
  max-width:1180px;margin:20px auto 0;padding:11px 12px 11px 20px;
  display:flex;align-items:center;gap:18px;position:relative;z-index:40;
  background:rgba(255,255,255,.72);backdrop-filter:blur(14px);
  border:1px solid rgba(255,255,255,.6);border-radius:18px;
  box-shadow:0 4px 24px rgba(30,25,60,.08);
}
.nav .navlinks{display:flex;gap:4px;margin-left:6px}
.nav .navlinks a{color:var(--ink-soft);font-weight:600;font-size:15px;padding:8px 12px;border-radius:9px}
.nav .navlinks a:hover{color:var(--ink);background:rgba(23,21,31,.05);text-decoration:none}
.nav .spacer{flex:1}
.nav .navright{display:flex;align-items:center;gap:6px}
.nav .login{color:var(--ink);font-weight:600;font-size:15px;padding:9px 14px;border-radius:11px}
.nav .login:hover{background:rgba(23,21,31,.05);text-decoration:none}
.btn-dark{background:var(--ink);color:#fff;font-weight:600;font-size:15px;padding:11px 20px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;border:0;cursor:pointer}
.btn-dark:hover{background:#000;text-decoration:none}

/* ---- above-the-fold shell (hero + marquee pinned to bottom) ---- */
.fold{min-height:100vh;display:flex;flex-direction:column}
.hero{
  flex:1;max-width:1180px;width:100%;margin:0 auto;padding:40px 24px 24px;
  display:grid;grid-template-columns:minmax(0,1fr) minmax(0,560px);gap:32px;align-items:center;
}
.pill{
  display:inline-flex;align-items:center;gap:12px;
  background:rgba(255,255,255,.8);border:1px solid rgba(255,255,255,.7);
  padding:7px 16px 7px 8px;border-radius:999px;box-shadow:0 2px 12px rgba(30,25,60,.06);
  font-size:14px;font-weight:600;color:var(--ink-soft);
}
/* Fee variant: the zero-fee promise as the hero eyebrow — the headline
   differentiator vs Linktree, so it's made to pop (warm tint, orange ring,
   soft glow) rather than sit quiet like the old green underline. The 0%
   badge image overhangs the pill's top edge a touch for a playful lift. */
.pill-fee{
  gap:10px;padding:8px 18px 8px 10px;font-size:15px;color:var(--ink);
  background:linear-gradient(180deg,#fff6ef,#ffeede);
  border:1.5px solid rgba(255,122,26,.4);
  box-shadow:0 6px 20px rgba(255,122,26,.22);
  overflow:visible;
}
.pill-fee .pill-zero{
  width:32px;height:auto;flex:0 0 auto;display:block;margin:-9px 0 -8px;
  filter:drop-shadow(0 3px 5px rgba(90,40,140,.28));
}
.pill-fee b{font-weight:800;color:var(--accent-ink)}
.avatars{display:flex}
.avatars span{width:28px;height:28px;border-radius:50%;border:2px solid #fff;margin-left:-9px;display:inline-block;box-shadow:0 1px 2px rgba(0,0,0,.1)}
.avatars span:first-child{margin-left:0}
.a1{background:linear-gradient(135deg,#ff9a6c,#ff5e8a)}
.a2{background:linear-gradient(135deg,#3a5680,#1d2b42)}
.a3{background:linear-gradient(135deg,#12b3a6,#22d3a0)}
.a4{background:linear-gradient(135deg,#f7b733,#fc8f4b)}
.a5{background:linear-gradient(135deg,#ff9d4d,#ff7a1a)}

h1.head{margin:26px 0 0;font-size:clamp(46px,7vw,84px);line-height:.96;letter-spacing:-.035em;font-weight:800;color:var(--ink)}
.hero .lede{margin:22px 0 0;font-size:19px;line-height:1.5;color:var(--ink-soft);max-width:460px}
/* Highlight the zero-fee promise — the headline differentiator vs Linktree. */
.lede-hl{position:relative;white-space:nowrap;font-weight:800;color:#0f7a4d;background:linear-gradient(180deg,transparent 62%,rgba(31,157,99,.22) 62%);padding:0 2px}

.claim{margin-top:30px;display:flex;align-items:center;gap:8px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:8px 8px 8px 18px;box-shadow:0 8px 30px rgba(30,25,60,.1);max-width:480px}
.claim .prefix{color:var(--ink-soft);font-weight:600;font-size:16px;white-space:nowrap}
.claim input{flex:1;border:0;outline:0;font:inherit;font-size:16px;font-weight:600;color:var(--ink);padding:8px 0;background:transparent;min-width:0}
.claim input::placeholder{color:#c3bdcf;font-weight:600}
.claim .btn-dark{flex:0 0 auto;white-space:nowrap}
.claim-note{margin-top:12px;font-size:13px;color:var(--ink-soft)}

/* ---- hero phones with 3D tilt ---- */
.phones{position:relative;height:560px;perspective:1200px}
.ph{position:absolute;width:236px;transition:z-index 0s}
/* Base stacking: the center card (b) sits on top by default. Hovering any card
   promotes it via the .is-front class (set in JS, see landing.js) so it STAYS
   in front after the cursor leaves — until another card is hovered. Plain CSS
   :hover can't do that (it reverts the moment you mouse out). */
.ph-a{z-index:1}
.ph-b{z-index:3}
.ph-c{z-index:2}
.ph.is-front{z-index:60}
.ph-inner{
  border-radius:26px;overflow:hidden;transform-style:preserve-3d;
  box-shadow:0 26px 60px rgba(30,25,60,.28);
  transition:transform .18s ease-out,box-shadow .18s ease-out;will-change:transform;
  background:#000;
}
.ph.is-front .ph-inner{box-shadow:0 40px 84px rgba(30,25,60,.42)}
.ph-a{left:-6px;top:36px;transform:rotate(-9deg)}
.ph-b{left:158px;top:96px;transform:rotate(5deg)}
.ph-c{right:-6px;top:0;transform:rotate(-3deg)}

/* The hero cards are screenshots of real pages made with the product (see
   public/assets/bio-*.webp) — not a hand-built mockup. The screen has NO
   radius/overflow of its own: only .ph-inner rounds+clips. Nesting two
   rounded+clipped boxes left a hairline of the inner's background peeking
   between the two radii once the card is 3D-rotated (the "badly-cropped
   border"). One clip, black backing, image flush to the edge. */
.ph .screen{position:relative;aspect-ratio:9/16.2;display:flex;flex-direction:column}
.ph .bio-shot{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:top center}

/* ---- marquee ---- */
.marquee{overflow:hidden;border-top:1px solid rgba(23,21,31,.08);border-bottom:1px solid rgba(23,21,31,.06);background:rgba(255,255,255,.45)}
.marquee-track{display:flex;gap:36px;white-space:nowrap;padding:16px 0;width:max-content;animation:scroll 34s linear infinite}
.marquee-item{display:inline-flex;align-items:center;gap:10px;font-size:13px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--ink-soft)}
.marquee-item svg{color:var(--accent)}
.marquee-sep{width:5px;height:5px;border-radius:50%;background:var(--line-strong)}
@keyframes scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}

/* ---- generic section ---- */
.sec{max-width:1180px;margin:0 auto;padding:96px 24px}
.sec-head{text-align:center;max-width:720px;margin:0 auto 52px}
.sec-head h2{font-size:clamp(32px,5vw,52px);font-weight:800;letter-spacing:-.03em;color:var(--ink);line-height:1.02}
.sec-head p{margin-top:16px;font-size:18px;color:var(--ink-soft);line-height:1.5}

/* ---- editor showcase ---- */
.editor{max-width:1120px;margin:0 auto;border-radius:20px;overflow:hidden;box-shadow:0 30px 70px rgba(30,25,60,.16);border:1px solid var(--line);background:#fff}
.editor .chrome{display:flex;align-items:center;gap:7px;padding:12px 16px;border-bottom:1px solid var(--line);background:#faf8fb}
.editor .chrome .d{width:11px;height:11px;border-radius:50%}
.editor .chrome .d1{background:#ff5f57}.editor .chrome .d2{background:#febc2e}.editor .chrome .d3{background:#28c840}
.editor .chrome .addr{flex:1;text-align:center;font-size:13px;color:var(--ink-soft);font-weight:500}
.editor .cols{display:grid;grid-template-columns:1fr 1.05fr 1fr;min-height:440px}
.editor .epanel{padding:20px;border-right:1px solid var(--line)}
.editor .epanel h4{font-size:15px;margin-bottom:14px}
.ed-field{background:#f6f4f9;border:1px solid var(--line);border-radius:10px;padding:10px 12px;font-size:13px;color:var(--ink-soft);margin-bottom:10px}
.ed-label{font-size:12px;font-weight:700;color:var(--ink-soft);text-transform:uppercase;letter-spacing:.04em;margin:14px 0 8px}
.ed-layouts{display:flex;gap:8px}
.ed-layouts span{flex:1;height:30px;border-radius:8px;background:#eee9f2;border:1px solid var(--line)}
.ed-layouts span.on{background:var(--accent-soft);border-color:var(--accent)}
.epreview{background:linear-gradient(180deg,#f3eef8,#fbf1f2);display:grid;place-items:center;padding:24px}
.epreview .mini{width:210px;background:#fff;border-radius:22px;box-shadow:0 16px 40px rgba(30,25,60,.18);overflow:hidden}
.epreview .mini .mcover{height:120px;background:linear-gradient(135deg,#d8cfc4,#b3a08c);display:grid;place-items:center;color:#fff;font-size:12px}
.epreview .mini .mrow{display:flex;align-items:center;gap:10px;padding:10px 12px;border-top:1px solid #f0edf3}
.epreview .mini .mthumb{width:34px;height:34px;border-radius:8px;background:linear-gradient(135deg,#e8a06b,#d9744f);flex:0 0 auto}
.epreview .mini .mtext{font-size:12px;font-weight:600}
.estyles{padding:20px;border-left:1px solid var(--line)}
.estyle-row{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border:1px solid var(--line);border-radius:10px;margin-bottom:8px;font-size:14px;font-weight:600}
.estyle-row.on{border-color:var(--accent);color:var(--accent-ink);background:var(--accent-soft)}
.estyle-row .chev{color:var(--line-strong)}

/* ---- feature list + phone ---- */
.feat-split{display:grid;grid-template-columns:minmax(0,460px) 1fr;gap:64px;align-items:center;max-width:1120px;margin:0 auto}
.feat-list{display:flex;flex-direction:column;gap:30px}
.feat-item{padding-left:20px;border-left:2px solid var(--line)}
.feat-item.hl{border-left-color:var(--accent)}
.feat-item h3{font-size:22px;font-weight:800;letter-spacing:-.02em;color:var(--ink)}
.feat-item p{margin-top:8px;font-size:16px;color:var(--ink-soft);line-height:1.5}
.feat-phone{justify-self:center;width:300px;background:#2b2731;border-radius:34px;padding:12px;box-shadow:0 30px 70px rgba(30,25,60,.24)}
.feat-phone .fp{background:#37323f;border-radius:24px;overflow:hidden;padding:22px 16px;color:#eee}
.feat-phone .fp .ava{width:64px;height:64px;border-radius:50%;margin:0 auto;background:linear-gradient(135deg,#e2603f,#b83b28);display:grid;place-items:center;font-size:26px}
.feat-phone .fp .fn{text-align:center;font-weight:700;margin-top:12px}
.feat-phone .fp .fr{text-align:center;font-size:12px;color:#b7b1c0;margin-top:2px}
.feat-phone .fp .fsoc{display:flex;gap:12px;justify-content:center;margin:14px 0}
.feat-phone .fp .fsoc i{width:16px;height:16px;border-radius:5px;background:#b7b1c0;display:inline-block}
.feat-phone .fp .fimg{height:96px;border-radius:12px;background:linear-gradient(135deg,#cbb79c,#9c8468);margin:8px 0}
.feat-phone .fp .fbtn{display:flex;align-items:center;gap:10px;background:#25222c;border-radius:12px;padding:10px 12px;margin-top:10px;font-size:13px;font-weight:600}
.feat-phone .fp .fbtn .ft{width:30px;height:30px;border-radius:8px;background:linear-gradient(135deg,#e2603f,#b83b28);flex:0 0 auto}

/* ---- use cases ---- */
.uc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;max-width:1080px;margin:0 auto}
.uc{background:#fff;border:1px solid var(--line);border-radius:16px;padding:24px;box-shadow:var(--shadow);transition:transform .15s,box-shadow .15s}
.uc:hover{transform:translateY(-3px);box-shadow:0 16px 40px rgba(30,25,60,.12)}
.uc .k{width:42px;height:42px;border-radius:11px;display:grid;place-items:center;margin-bottom:14px;color:#fff}
.uc h3{font-size:18px;letter-spacing:-.01em}
.uc p{margin-top:6px;font-size:14px;color:var(--ink-soft);line-height:1.5}

/* ---- testimonials ---- */
.tg{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;max-width:1120px;margin:0 auto}
.tcard{background:#fff;border:1px solid var(--line);border-radius:16px;padding:22px;box-shadow:var(--shadow)}
.stars{color:#f6a609;font-size:15px;letter-spacing:2px;margin-bottom:12px}
.tcard p{font-size:15px;line-height:1.55;color:var(--ink)}
.twho{display:flex;align-items:center;gap:11px;margin-top:16px}
.twho .ta{width:38px;height:38px;border-radius:50%;flex:0 0 auto}
.twho .tn{font-size:14px;font-weight:700}
.twho .tr{font-size:13px;color:var(--accent)}

/* ---- comparison ---- */
.cmp-tabs{display:inline-flex;gap:2px;background:#efeaf3;border-radius:999px;padding:5px;margin:0 auto 24px;justify-content:center}
.cmp-tabs-wrap{text-align:center}
.cmp-tab{border:0;background:transparent;font:inherit;font-weight:600;font-size:14px;color:var(--ink-soft);padding:9px 18px;border-radius:999px;cursor:pointer}
.cmp-tab.on{background:var(--ink);color:#fff}
.cmp-table{max-width:900px;margin:0 auto;background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;box-shadow:var(--shadow)}
.cmp-row{display:grid;grid-template-columns:1fr 120px 120px;align-items:center;padding:14px 22px;border-top:1px solid var(--line);font-size:15px}
.cmp-row:first-child{border-top:0}
.cmp-head{background:#faf8fb;font-weight:700;font-size:13px;color:var(--ink-soft);text-transform:uppercase;letter-spacing:.04em}
.cmp-group{background:#f6f8f6;font-weight:700;grid-template-columns:1fr;border-left:3px solid var(--accent)}
.cmp-cell{text-align:center;font-weight:700;font-size:13px}
.yes{color:#1f9d63}.no{color:#c8362f}.soon{color:#b7791f}
.pill-y{background:#e7f6ee;color:#1f9d63;padding:3px 10px;border-radius:999px;font-size:12px;font-weight:700}
.pill-n{background:#fbecea;color:#c8362f;padding:3px 10px;border-radius:999px;font-size:12px;font-weight:700}
.pill-s{background:#fdf3e3;color:#b7791f;padding:3px 10px;border-radius:999px;font-size:12px;font-weight:700}

/* ---- faq ---- */
.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;max-width:1000px;margin:0 auto}
.faq-item{background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);overflow:hidden}
.faq-q{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 20px;cursor:pointer;font-weight:700;font-size:16px}
.faq-q .chev{transition:transform .2s;color:var(--ink-soft);flex:0 0 auto}
.faq-item.open .faq-q .chev{transform:rotate(180deg)}
.faq-a{max-height:0;overflow:hidden;transition:max-height .25s ease}
.faq-a p{padding:0 20px 18px;font-size:15px;color:var(--ink-soft);line-height:1.55}

/* ---- final cta + footer ---- */
.cta-band{position:relative;max-width:1000px;margin:0 auto;background:linear-gradient(135deg,#2c4064,#152238);border-radius:24px;padding:56px 32px;text-align:center;color:#fff;box-shadow:0 30px 70px rgba(12,20,32,.35);overflow:hidden}
.cta-band::before{content:"";position:absolute;inset:0;background:radial-gradient(600px 300px at 82% -10%,rgba(255,122,26,.35),transparent 60%);pointer-events:none}
.cta-band h2{position:relative;font-size:clamp(30px,5vw,46px);font-weight:800;letter-spacing:-.02em}
.cta-band p{position:relative;margin:14px auto 0;font-size:18px;color:#aebbd0;max-width:480px}
.cta-band .btn-light{position:relative;display:inline-flex;margin-top:26px;background:#fff;color:var(--ink);font-weight:700;font-size:16px;padding:14px 28px;border-radius:14px}
.cta-band .btn-light:hover{text-decoration:none;background:#fdf1e6}
.foot{max-width:1180px;margin:0 auto;padding:40px 24px 60px;display:flex;align-items:center;gap:16px;color:var(--ink-soft);font-size:14px}
.foot .spacer{flex:1}
.foot a{color:var(--ink-soft)}

@media (max-width:920px){
  .hero{grid-template-columns:1fr;padding-top:32px}
  .phones{display:none}
  h1.head{font-size:clamp(44px,12vw,64px)}
  .nav .navlinks{display:none}
  .editor .cols{grid-template-columns:1fr}
  .editor .epanel,.editor .estyles{display:none}
  .feat-split{grid-template-columns:1fr;gap:40px}
  .feat-phone{order:-1}
  .uc-grid,.tg{grid-template-columns:1fr}
  .faq-grid{grid-template-columns:1fr}
  .cmp-row{grid-template-columns:1fr 80px 80px;padding:14px}
}
