/* Elead Digipro storefront — modern, light, familiar US digital-shop look */
*{margin:0;padding:0;box-sizing:border-box}
:root{
  --bg:#ffffff; --bg-alt:#f6f6fb; --ink:#141317; --muted:#6b6a77; --line:#ecebf1;
  --accent:#6d5efc; --accent-ink:#5a48f0; --accent-soft:#efedff;
  --card:#ffffff; --radius:18px; --maxw:1120px;
  --shadow:0 1px 2px rgba(20,19,23,.05),0 14px 40px rgba(20,19,23,.07);
  --shadow-sm:0 1px 2px rgba(20,19,23,.05),0 6px 18px rgba(20,19,23,.05);
}
html{scroll-behavior:smooth}
body{background:var(--bg);color:var(--ink);
  font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;
  -webkit-font-smoothing:antialiased;line-height:1.55;font-feature-settings:"cv02","cv03","cv04"}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 24px}

/* nav */
.nav{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.82);
  backdrop-filter:saturate(180%) blur(14px);border-bottom:1px solid var(--line)}
.nav .row{display:flex;align-items:center;justify-content:space-between;height:66px}
.brand{display:flex;align-items:center;gap:10px;font-weight:800;letter-spacing:-.3px;font-size:18px}
.brand .mk{width:26px;height:26px;border-radius:8px;
  background:linear-gradient(135deg,#7c6bff,#b06cff);box-shadow:0 4px 12px rgba(109,94,252,.4)}
.brand small{font-weight:600;color:var(--muted);font-size:12px;letter-spacing:.4px;margin-left:2px}
.nav .links{display:flex;align-items:center;gap:28px;font-size:14.5px;font-weight:500;color:#3c3b45}
.nav .links a:hover{color:var(--accent-ink)}
.nav .cta{background:var(--ink);color:#fff;padding:9px 16px;border-radius:11px;font-weight:600;font-size:14px}
.nav .cta:hover{background:#000}
@media(max-width:720px){.nav .links a.hide-sm{display:none}}

/* hero */
.hero{padding:76px 0 40px;text-align:center;position:relative;overflow:hidden}
.hero:before{content:"";position:absolute;inset:-40% 0 auto 0;height:520px;z-index:-1;
  background:radial-gradient(680px 320px at 50% 0,rgba(109,94,252,.14),transparent 70%)}
.hero .eyebrow{display:inline-flex;align-items:center;gap:8px;background:var(--accent-soft);
  color:var(--accent-ink);font-weight:600;font-size:13px;padding:7px 14px;border-radius:999px;margin-bottom:22px}
.hero h1{font-size:54px;line-height:1.06;letter-spacing:-1.6px;font-weight:800;max-width:820px;margin:0 auto}
.hero p.lead{font-size:19px;color:var(--muted);max-width:620px;margin:20px auto 0;line-height:1.5}
.trustline{display:flex;gap:24px;justify-content:center;flex-wrap:wrap;margin-top:28px;
  color:#4a4954;font-size:14px;font-weight:500}
.trustline span{display:inline-flex;align-items:center;gap:8px}
.trustline svg{color:var(--accent)}

/* bundle banner */
.bundle{margin:44px 0 8px;background:linear-gradient(120deg,#141317,#26233a 60%,#3a2f6b);
  color:#fff;border-radius:22px;padding:30px 34px;display:flex;align-items:center;
  justify-content:space-between;gap:24px;box-shadow:var(--shadow);flex-wrap:wrap}
.bundle .b-tag{font-size:12.5px;font-weight:700;letter-spacing:2px;color:#c9c2ff;text-transform:uppercase}
.bundle h3{font-size:26px;font-weight:800;letter-spacing:-.5px;margin-top:6px}
.bundle p{color:rgba(255,255,255,.72);font-size:15px;margin-top:6px;max-width:520px}
.bundle .b-right{display:flex;align-items:center;gap:20px}
.bundle .b-price{text-align:right}
.bundle .b-price .now{font-size:30px;font-weight:800}
.bundle .b-price .was{color:rgba(255,255,255,.5);text-decoration:line-through;font-size:16px}

/* section head */
.sec{padding:40px 0}
.sec-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:24px}
.sec-head h2{font-size:26px;font-weight:800;letter-spacing:-.6px}
.sec-head .muted{color:var(--muted);font-size:14.5px}

/* product grid */
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
@media(max-width:900px){.grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.grid{grid-template-columns:1fr}}
.card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);
  overflow:hidden;box-shadow:var(--shadow-sm);transition:transform .18s ease,box-shadow .18s ease;display:flex;flex-direction:column}
.card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.card .cov{aspect-ratio:4/5;background:#0c1024;overflow:hidden}
.card .cov img{width:100%;height:100%;object-fit:cover}
.card .body{padding:18px 18px 20px;display:flex;flex-direction:column;flex:1}
.chip{align-self:flex-start;font-size:11.5px;font-weight:700;letter-spacing:1px;text-transform:uppercase;
  color:var(--accent-ink);background:var(--accent-soft);padding:5px 10px;border-radius:999px}
.card h3{font-size:19px;font-weight:700;letter-spacing:-.3px;margin:13px 0 6px}
.card .tag{color:var(--muted);font-size:14px;line-height:1.45;flex:1}
.card .foot{display:flex;align-items:center;justify-content:space-between;margin-top:16px}
.price{font-weight:800;font-size:19px}
.price .cur{font-weight:600;font-size:14px;color:var(--muted);margin-right:1px}
.btn{background:var(--accent);color:#fff;font-weight:600;font-size:14px;border:0;cursor:pointer;
  padding:10px 16px;border-radius:11px;transition:background .15s,transform .15s}
.btn:hover{background:var(--accent-ink);transform:translateY(-1px)}
.btn.block{width:100%;justify-content:center;padding:14px;font-size:15.5px}
.btn.ghost{background:#fff;color:var(--ink);border:1px solid var(--line)}
.btn.ghost:hover{background:var(--bg-alt)}

/* trust row */
.trust{background:var(--bg-alt);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.trust .grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;padding:44px 0}
@media(max-width:720px){.trust .grid3{grid-template-columns:1fr;gap:20px}}
.trust .item{display:flex;gap:14px;align-items:flex-start}
.trust .ic{flex:none;width:42px;height:42px;border-radius:12px;background:var(--accent-soft);
  display:flex;align-items:center;justify-content:center;color:var(--accent-ink)}
.trust h4{font-size:16px;font-weight:700}
.trust p{color:var(--muted);font-size:14px;margin-top:3px}

/* footer */
.footer{padding:52px 0 40px;color:var(--muted);font-size:14px}
.footer .cols{display:flex;justify-content:space-between;gap:30px;flex-wrap:wrap;margin-bottom:28px}
.footer .brand{color:var(--ink)}
.footer .blurb{max-width:320px;margin-top:12px;line-height:1.5}
.footer .lnk{display:flex;flex-direction:column;gap:9px}
.footer .lnk a:hover{color:var(--accent-ink)}
.footer .bar{border-top:1px solid var(--line);padding-top:20px;display:flex;
  justify-content:space-between;gap:14px;flex-wrap:wrap;font-size:13px}
.footer .pay{display:inline-flex;align-items:center;gap:8px}

/* ---- product page ---- */
.pdp{padding:34px 0 10px}
.crumb{color:var(--muted);font-size:14px;margin-bottom:22px}
.crumb a:hover{color:var(--accent-ink)}
.pdp .top{display:grid;grid-template-columns:minmax(0,440px) 1fr;gap:48px;align-items:start}
@media(max-width:860px){.pdp .top{grid-template-columns:1fr;gap:30px}}
.pdp .cover{border-radius:18px;overflow:hidden;box-shadow:var(--shadow);position:sticky;top:88px}
@media(max-width:860px){.pdp .cover{position:static;max-width:360px;margin:0 auto}}
.pdp h1{font-size:36px;font-weight:800;letter-spacing:-1px;line-height:1.1;margin:14px 0 10px}
.pdp .sub{font-size:18px;color:var(--muted);line-height:1.5}
.buybox{border:1px solid var(--line);border-radius:16px;padding:22px;margin-top:24px;box-shadow:var(--shadow-sm)}
.buybox .prow{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}
.buybox .p{font-size:30px;font-weight:800}
.buybox .fmt{font-size:13px;color:var(--muted);text-align:right}
.buybox .mini{display:flex;gap:16px;flex-wrap:wrap;margin-top:14px;color:#4a4954;font-size:13.5px}
.buybox .mini span{display:inline-flex;gap:7px;align-items:center}
.buybox .mini svg{color:var(--accent)}
.section-t{font-size:20px;font-weight:800;letter-spacing:-.4px;margin:40px 0 14px}
.prose{font-size:16.5px;line-height:1.7;color:#2c2b34;max-width:720px}
.prose p{margin:0 0 14px}
.inside{display:grid;grid-template-columns:1fr 1fr;gap:10px 26px;max-width:760px}
@media(max-width:600px){.inside{grid-template-columns:1fr}}
.inside .it{display:flex;gap:11px;align-items:flex-start;padding:10px 0;border-bottom:1px solid var(--line);font-size:15px}
.inside .n{color:var(--accent-ink);font-weight:700;font-variant-numeric:tabular-nums;flex:none}
.who{list-style:none;display:grid;gap:10px;max-width:720px}
.who li{display:flex;gap:11px;align-items:flex-start;font-size:15.5px;color:#2c2b34}
.who svg{color:var(--accent);flex:none;margin-top:3px}
.faq{max-width:760px}
.faq details{border-bottom:1px solid var(--line);padding:16px 0}
.faq summary{font-weight:600;font-size:16px;cursor:pointer;list-style:none;display:flex;justify-content:space-between}
.faq summary::-webkit-details-marker{display:none}
.faq summary:after{content:"+";color:var(--muted);font-weight:400}
.faq details[open] summary:after{content:"–"}
.faq p{color:var(--muted);font-size:15px;margin-top:10px;line-height:1.6}

/* modal */
.modal{position:fixed;inset:0;z-index:100;display:none;align-items:center;justify-content:center;padding:24px;
  background:rgba(20,19,23,.5);backdrop-filter:blur(4px)}
.modal.on{display:flex}
.modal .box{background:#fff;border-radius:18px;padding:30px;max-width:420px;text-align:center;box-shadow:var(--shadow)}
.modal .box .mk{width:44px;height:44px;border-radius:12px;margin:0 auto 14px;
  background:linear-gradient(135deg,#7c6bff,#b06cff)}
.modal h3{font-size:20px;font-weight:800;margin-bottom:8px}
.modal p{color:var(--muted);font-size:15px;line-height:1.55}
.modal .btn{margin-top:20px}
.reveal{opacity:0;transform:translateY(14px);transition:opacity .5s ease,transform .5s ease}
.reveal.in{opacity:1;transform:none}
