/* ===== Coinsbee × PsiFi journey mockups — shared styles ===== */
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@500;700&family=Inter:wght@400;500;600;700&display=swap');

:root{
  /* Coinsbee */
  --cb-nav:#2b3440;          /* dark slate navbar */
  --cb-nav2:#222a34;
  --cb-yellow:#f5c518;       /* golden CTA */
  --cb-yellow-d:#e0b200;
  --cb-page:#f4f5f7;
  --cb-text:#2b3440;
  --cb-muted:#7b8794;
  --cb-line:#e6e8ec;
  /* PsiFi */
  --psi-lime:#77E36D;        /* primary CTA accent */
  --psi-green:#54A44D;       /* solid secondary */
  --psi-tintbg:#f1fbf0;      /* light green surface */
  --psi-ink:#111111;
}

*{box-sizing:border-box;margin:0;padding:0}
html,body{width:1600px;height:1000px}
body{
  font-family:'Inter',-apple-system,'Helvetica Neue',Arial,sans-serif;
  background:var(--cb-page);color:var(--cb-text);
  display:flex;flex-direction:column;overflow:hidden;
  -webkit-font-smoothing:antialiased;
}

/* ---- top navigation ---- */
.nav{background:var(--cb-nav);height:58px;display:flex;align-items:center;gap:22px;padding:0 26px;color:#fff;flex:0 0 auto}
.brand{font-weight:800;font-size:22px;letter-spacing:.5px;display:flex;align-items:center;gap:8px}
.brand .bee{color:var(--cb-yellow)}
.brand .hex{width:22px;height:22px;border-radius:50%;background:var(--cb-yellow);display:inline-block}
.search{flex:1;max-width:760px;background:#fff;border-radius:22px;height:36px;display:flex;align-items:center;padding:0 16px;color:#9aa3ad;font-size:14px;justify-content:space-between}
.search .go{width:30px;height:26px;background:var(--cb-yellow);border-radius:6px}
.nav .right{display:flex;align-items:center;gap:14px;font-size:12.5px;font-weight:600}
.pill{background:#3a4552;border-radius:20px;padding:8px 14px;display:flex;align-items:center;gap:6px}
.cart{width:34px;height:34px;border-radius:50%;background:var(--cb-yellow);position:relative}
.cart::after{content:"3";position:absolute;top:-4px;right:-4px;background:#e23b3b;color:#fff;font-size:11px;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700}

/* ---- category bar ---- */
.cats{background:var(--cb-yellow);height:38px;display:flex;align-items:center;gap:26px;padding:0 26px;color:#2b3440;font-size:13px;font-weight:600;flex:0 0 auto;overflow:hidden;white-space:nowrap}

/* ---- main canvas ---- */
.main{flex:1;display:flex;align-items:flex-start;justify-content:center;padding:34px 0}
.card{background:#fff;border-radius:14px;box-shadow:0 6px 28px rgba(20,30,45,.08);width:1340px;border:1px solid var(--cb-line)}
.card-h{padding:20px 28px;font-size:20px;font-weight:700;border-bottom:1px solid var(--cb-line)}
.cols{display:flex;gap:30px;padding:28px}
.col-left{flex:1.05}
.col-right{flex:1;border-left:1px solid var(--cb-line);padding-left:30px}

/* ---- cart rows ---- */
.row{display:flex;align-items:center;gap:16px;border:1px solid var(--cb-line);border-radius:12px;padding:14px 16px;margin-bottom:14px}
.thumb{width:74px;height:52px;border-radius:8px;background:linear-gradient(135deg,#1b2838,#2a475e);display:flex;align-items:center;justify-content:center;color:#cfe1ef;font-size:11px;font-weight:700}
.row .nm{flex:1;font-weight:600;font-size:15px}
.row .pr{text-align:right}
.row .pr .eur{font-weight:700;font-size:15px}
.row .pr .btc{color:var(--cb-muted);font-size:12px;margin-top:2px}
.qty{display:flex;align-items:center;gap:10px;margin-left:8px;color:var(--cb-muted)}
.qty .b{width:26px;height:26px;border:1px solid var(--cb-line);border-radius:6px;display:flex;align-items:center;justify-content:center;font-weight:700}
.discount{display:flex;border:1px solid var(--cb-line);border-radius:10px;overflow:hidden;margin:6px 0 22px}
.discount input{flex:1;border:0;padding:12px 14px;font-size:14px;color:var(--cb-muted)}
.discount .tag{width:48px;background:#eef0f3;display:flex;align-items:center;justify-content:center}
.total-l{font-size:13px;color:var(--cb-muted)}
.total{display:flex;justify-content:space-between;align-items:flex-end;margin-top:4px}
.total .lab{font-size:24px;font-weight:700}
.total .amt{font-size:38px;font-weight:800;letter-spacing:-.5px}

/* ---- right column form ---- */
.step{font-size:15px;font-weight:600;margin-bottom:10px}
.input{border:1px solid var(--cb-line);border-radius:10px;padding:13px 15px;font-size:14.5px;width:100%;margin-bottom:12px;color:var(--cb-text);display:flex;align-items:center;justify-content:space-between}
.note{background:#f1f3f6;border-radius:10px;padding:11px 14px;font-size:12.5px;color:var(--cb-muted);display:flex;gap:8px;margin-bottom:14px}
.lbl{font-size:12.5px;color:var(--cb-muted);margin-bottom:6px}
.flag{width:20px;height:14px;border-radius:2px;background:#e30a17;display:inline-block;margin-right:8px;border:1px solid #d8d8d8;vertical-align:middle;position:relative}
.flag::after{content:"☪";color:#fff;font-size:11px;line-height:14px;position:absolute;left:3px;top:0}

/* ---- payment options ---- */
.divider{height:1px;background:var(--cb-line);margin:18px 0}
.payhead{font-size:13px;text-transform:uppercase;letter-spacing:.6px;color:var(--cb-muted);text-align:center;margin:14px 0 12px}
.opt-card{border:1.5px solid var(--psi-green);background:#fff;border-radius:12px;padding:15px 17px;display:flex;align-items:center;gap:14px;position:relative;box-shadow:0 1px 3px rgba(16,24,40,.06)}
.cc-ico{width:40px;height:40px;border-radius:9px;background:#f2f8f1;display:flex;align-items:center;justify-content:center;color:var(--psi-green);font-size:19px}
.opt-card .t{flex:1}
.opt-card .t .a{font-weight:600;font-size:15.5px;display:flex;align-items:center;gap:9px}
.opt-card .t .b{color:#8a929b;font-size:12.5px;margin-top:2px}
.newpill{background:#eaf6e9;color:var(--psi-green);font-size:10px;font-weight:700;padding:3px 8px;border-radius:6px;letter-spacing:.4px}
.radio{width:20px;height:20px;border-radius:50%;border:1.5px solid var(--psi-green);display:flex;align-items:center;justify-content:center}
.radio .dot{width:10px;height:10px;border-radius:50%;background:var(--psi-green)}
.poweredby{display:flex;align-items:center;gap:6px;font-size:11.5px;color:#5d6b75;font-weight:600}
.poweredby img{height:15px}

.muted-group{opacity:.5;filter:grayscale(.2);margin-top:18px}
.dd{display:flex;gap:12px}
.dd .input{flex:1;color:var(--cb-muted)}
.wallets{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}
.wchip{border:1px solid var(--cb-line);border-radius:10px;padding:10px 14px;font-size:12px;font-weight:700;color:#566;background:#fff}

/* ---- embedded PsiFi panel (frame 2) ---- */
.psi-panel{border:1px solid #e7e9ee;border-radius:14px;overflow:hidden;box-shadow:0 2px 12px rgba(16,24,40,.06);background:#fff}
.psi-top{background:#fff;border-bottom:1px solid #f0f1f4;padding:14px 18px;display:flex;align-items:center;justify-content:space-between}
.psi-top .l{display:flex;align-items:center;gap:10px}
.psi-top img{height:22px}
.psi-top .ttl{font-family:'Comfortaa',sans-serif;font-weight:700;font-size:15px;color:var(--psi-ink)}
.secure{font-size:11.5px;color:var(--psi-green);font-weight:700;display:flex;align-items:center;gap:5px}
.psi-body{padding:20px;background:#fff}
.fld{margin-bottom:14px}
.fld .lbl{margin-bottom:6px}
.field{border:1px solid #e3e6ea;border-radius:9px;padding:12px 14px;font-size:14.5px;display:flex;align-items:center;justify-content:space-between;color:var(--psi-ink);font-weight:500;box-shadow:0 1px 2px rgba(16,24,40,.04);background:#fff}
.field.focus{border-color:var(--psi-green);box-shadow:0 0 0 3px rgba(84,164,77,.15)}
.cardmarks{display:flex;gap:6px}
.cmk{font-size:10px;font-weight:800;color:#fff;padding:3px 6px;border-radius:4px}
.visa{background:#1a1f71}.mc{background:#eb6f1a}
.fld-row{display:flex;gap:14px}
.fld-row .fld{flex:1}
.pay-btn{background:var(--psi-green);color:#fff;font-weight:700;font-size:15.5px;text-align:center;padding:14px;border-radius:9px;margin-top:8px;letter-spacing:.1px}
.psi-foot{text-align:center;font-size:11.5px;color:#7a8690;padding:13px;background:#fafbfa;border-top:1px solid #eef0f0;display:flex;align-items:center;justify-content:center;gap:6px;font-weight:600}
.psi-foot img{height:13px}

/* ---- success (frame 3) ---- */
.success{width:760px;text-align:center;padding:54px 60px}
.check{width:92px;height:92px;border-radius:50%;background:var(--psi-tintbg);display:flex;align-items:center;justify-content:center;margin:0 auto 26px;border:3px solid var(--psi-green)}
.check svg{width:46px;height:46px}
.success h1{font-size:30px;font-weight:800;margin-bottom:12px}
.success p{font-size:16px;color:#56636e;line-height:1.55;margin-bottom:8px}
.success .email{color:var(--psi-green);font-weight:700}
.badges{display:flex;gap:14px;justify-content:center;margin:26px 0 22px}
.badge{background:#f1f3f6;border-radius:30px;padding:9px 18px;font-size:13px;font-weight:600;color:#465058;display:flex;align-items:center;gap:7px}
.ordref{font-size:13px;color:var(--cb-muted);border-top:1px solid var(--cb-line);padding-top:18px;margin-top:6px}
.foot-psi{display:flex;align-items:center;justify-content:center;gap:7px;font-size:12px;color:#7a8690;font-weight:600;margin-top:14px}
.foot-psi img{height:15px}
.tag-eyebrow{font-family:'Comfortaa',sans-serif;font-size:12px;font-weight:700;color:var(--psi-green);letter-spacing:1px;text-transform:uppercase;margin-bottom:14px}

/* PsiFi brand lockup (trident + wordmark) */
.psi-lockup{display:inline-flex;align-items:center;gap:5px;font-family:'Comfortaa',sans-serif;font-weight:700;color:var(--psi-green);line-height:1}
.psi-lockup img{height:17px;display:block}
.psi-lockup.sm{font-size:13px}.psi-lockup.sm img{height:14px}
.psi-lockup.lg{font-size:22px}.psi-lockup.lg img{height:26px}

/* ===== Hosted PsiFi checkout page (redirect model, frameR) ===== */
body.host{background:#eef3ee}
.host-bar{height:60px;background:#fff;border-bottom:1px solid #e3e9e3;display:flex;align-items:center;justify-content:space-between;padding:0 30px;flex:0 0 auto}
.host-bar .sub{font-size:13px;color:#7a8690;font-weight:600;margin-left:12px}
.host-bar .back{font-size:13px;color:#54A44D;font-weight:700}
.host-band{height:6px;background:linear-gradient(90deg,#54A44D,#77E36D);flex:0 0 auto}
.host-main{flex:1;display:flex;align-items:center;justify-content:center}
.host-card{display:flex;width:1080px;background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 14px 50px rgba(40,80,40,.14);border:1px solid #e3e9e3}
.host-summary{width:420px;background:#f7faf6;padding:34px;border-right:1px solid #e9efe8}
.host-summary .paying{font-size:12px;text-transform:uppercase;letter-spacing:.8px;color:#7a8690;font-weight:700;margin-bottom:8px}
.host-summary .mrch{font-size:22px;font-weight:800;margin-bottom:24px;display:flex;align-items:center;gap:9px}
.host-summary .mrch .dot{width:10px;height:10px;border-radius:50%;background:#f5c518}
.host-li{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #e9efe8;font-size:14px}
.host-li .n{color:#2b3440;font-weight:600}.host-li .p{font-weight:700}
.host-tot{display:flex;justify-content:space-between;align-items:flex-end;margin-top:20px}
.host-tot .l{font-size:15px;color:#7a8690}.host-tot .v{font-size:30px;font-weight:800}
.host-deliver{font-size:12.5px;color:#7a8690;margin-top:18px;line-height:1.5}
.host-trust{display:flex;gap:10px;margin-top:22px;flex-wrap:wrap}
.host-trust .b{font-size:11.5px;color:#54A44D;font-weight:700;background:#eaf6e9;border-radius:20px;padding:6px 12px}
.host-pay{flex:1;padding:34px 38px}
.host-pay h2{font-size:19px;font-weight:800;margin-bottom:4px}
.host-pay .lede{font-size:13px;color:#7a8690;margin-bottom:22px}
.host-foot{flex:0 0 auto;text-align:center;padding:16px;font-size:12px;color:#7a8690;font-weight:600;display:flex;align-items:center;justify-content:center;gap:8px}
.host-foot img{height:14px}
