:root{
  --ink:#0f172a; --ink2:#334155; --muted:#64748b;
  --indigo:#4f46e5; --indigo-d:#4338ca; --indigo-soft:#eef2ff;
  --amber:#f59e0b; --line:#e6e8f0; --bg:#f6f7fb; --card:#fff;
  --green:#16a34a; --red:#dc2626;
  --shadow:0 1px 2px rgba(15,23,42,.06),0 8px 24px rgba(15,23,42,.05);
}
*{box-sizing:border-box;margin:0;padding:0}
body{font-family:Inter,system-ui,sans-serif;background:var(--bg);color:var(--ink);line-height:1.5}
h1,h2,h3,.brand{font-family:Sora,Inter,sans-serif}
a{color:var(--indigo);text-decoration:none}

/* ---- topbar ---- */
.topbar{background:#fff;border-bottom:1px solid var(--line);padding:12px 24px;
  display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:20;
  flex-wrap:wrap;gap:10px}
.brand{font-weight:700;font-size:18px;display:flex;align-items:center;gap:10px;color:var(--ink)}
.brand-logo{height:34px;width:auto;display:block;border-radius:6px}
.topnav{display:flex;align-items:center;gap:18px;font-size:14px;flex-wrap:wrap}
.whoami{color:var(--ink2)}
.role-pill{font-size:11px;padding:2px 9px;border-radius:20px;margin-left:4px;font-weight:600}
.role-pill.superadmin{background:#fef3c7;color:#92400e}
.role-pill.vendor{background:var(--indigo-soft);color:#3730a3}
.role-pill.college{background:#dcfce7;color:#166534}

.wrap{max-width:1080px;margin:26px auto;padding:0 18px}
.card{background:var(--card);border:1px solid var(--line);border-radius:16px;padding:22px;
  margin-bottom:20px;box-shadow:var(--shadow)}
.page-title{font-size:22px;margin-bottom:2px}
.sub{color:var(--muted);font-size:14px;margin-bottom:18px}
h2{font-size:16px;margin-bottom:14px}
.muted{color:var(--muted);font-size:14px}

/* ---- stats ---- */
.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:14px;margin-bottom:20px}
.stat{background:#fff;border:1px solid var(--line);border-radius:14px;padding:16px 18px;box-shadow:var(--shadow)}
.stat .n{font-family:Sora;font-size:26px;font-weight:700}
.stat .l{color:var(--muted);font-size:13px;margin-top:2px}
.stat.accent{background:linear-gradient(135deg,var(--indigo),#6366f1);color:#fff;border:0}
.stat.accent .l{color:#e0e7ff}

/* ---- forms ---- */
label{display:block;font-size:13px;font-weight:600;margin:10px 0 5px;color:var(--ink2)}
input,select,textarea{width:100%;padding:10px 12px;border:1px solid #cfd4e0;border-radius:10px;
  font-size:14px;font-family:inherit;background:#fff}
input:focus,select:focus{outline:2px solid var(--indigo-soft);border-color:var(--indigo)}
.grid{display:grid;grid-template-columns:1fr 1fr;gap:2px 16px}
.grid-3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:2px 16px}
.btn{display:inline-flex;align-items:center;gap:8px;background:var(--indigo);color:#fff;border:0;
  padding:11px 20px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;
  font-family:inherit;margin-top:14px}
.btn:hover{background:var(--indigo-d)}
.btn-green{background:var(--green)} .btn-green:hover{background:#15803d}
.btn-gray{background:#475569} .btn-gray:hover{background:#334155}
.btn-ghost{background:#fff;color:var(--ink2);border:1px solid var(--line)}
.btn-ghost:hover{background:#f8fafc}
.btn-sm{padding:6px 12px;font-size:12.5px;margin:0}
.btn-danger{background:#fee2e2;color:var(--red)} .btn-danger:hover{background:#fecaca}
.actions{display:flex;gap:8px;flex-wrap:wrap}

table{width:100%;border-collapse:collapse;font-size:13.5px}
th,td{text-align:left;padding:11px 12px;border-bottom:1px solid var(--line)}
th{background:#fafbff;color:var(--muted);font-size:11.5px;text-transform:uppercase;letter-spacing:.4px}
tr:hover td{background:#fafbff}
.thumb{width:40px;height:40px;object-fit:cover;border-radius:8px;border:1px solid var(--line)}
.thumb.ph{background:#eef2ff;display:grid;place-items:center;color:#a5b4fc;font-size:11px}

.alert{padding:12px 15px;border-radius:10px;margin-bottom:16px;font-size:14px}
.alert-ok{background:#dcfce7;color:#166534}
.alert-err{background:#fee2e2;color:#991b1b}
.alert-warn{background:#fef3c7;color:#92400e}

/* Vendor contact banner shown to college users, so they know who set them up */
.vendor-info-bar{background:#eef2ff;border:1px solid #c7d2fe;color:#3730a3;padding:10px 15px;
  border-radius:10px;margin-bottom:16px;font-size:13.5px;display:flex;gap:10px;flex-wrap:wrap;align-items:center}
.vendor-info-bar a{color:#4338ca;font-weight:600;text-decoration:none}
.vendor-info-bar a:hover{text-decoration:underline}

/* Small popup modal — demo-limit reached, delete confirmations, etc. */
.modal-overlay{position:fixed;inset:0;background:rgba(15,23,42,.55);display:flex;
  align-items:center;justify-content:center;z-index:999;padding:16px}
.modal-box{background:#fff;border-radius:16px;padding:26px 22px;max-width:360px;width:100%;
  text-align:center;box-shadow:0 20px 50px rgba(0,0,0,.25);animation:modalPop .16s ease}
@keyframes modalPop{from{transform:scale(.94);opacity:0}to{transform:scale(1);opacity:1}}
.modal-icon{font-size:32px;margin-bottom:6px}
.modal-box p{color:var(--ink2);font-size:14.5px;line-height:1.6;margin:6px 0 18px}
.modal-actions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}

.badge{font-size:11.5px;padding:3px 10px;border-radius:20px;font-weight:600}
.badge.ok{background:#dcfce7;color:#166534}
.badge.off{background:#fee2e2;color:#991b1b}

/* ---- photo preview ---- */
.photo-row{display:flex;gap:16px;align-items:flex-start;margin-top:6px}
.preview{width:96px;height:120px;border:2px dashed #cbd5e1;border-radius:12px;
  display:grid;place-items:center;color:#94a3b8;font-size:11px;text-align:center;overflow:hidden;flex:none;background:#f8fafc}
.preview img{width:100%;height:100%;object-fit:cover}

/* ================= AUTH (login/register) ================= */
.auth{min-height:100vh;display:grid;grid-template-columns:1.05fr .95fr}
.auth-hero{background:radial-gradient(1200px 600px at 20% 0%,#6366f1 0%,#4f46e5 40%,#3730a3 100%);
  color:#fff;padding:54px 56px;display:flex;flex-direction:column;justify-content:space-between}
.auth-hero .brand{color:#fff}
.auth-hero .brand-logo{height:40px}
.hero-h{font-size:34px;line-height:1.15;font-weight:700;margin:36px 0 14px}
.hero-p{color:#dbe0ff;font-size:15px;max-width:400px}
.hero-list{margin-top:26px;display:flex;flex-direction:column;gap:12px}
.hero-list div{display:flex;align-items:center;gap:11px;font-size:14.5px;color:#eef2ff}
.hero-list .tick{width:22px;height:22px;border-radius:50%;background:rgba(255,255,255,.16);
  display:grid;place-items:center;font-size:12px;flex:none}
.hero-foot{color:#c7cbf5;font-size:12.5px}

/* floating ID card graphic */
.idcard{width:290px;filter:drop-shadow(0 20px 40px rgba(0,0,0,.35));margin:30px 0}

.auth-form{display:grid;place-items:center;padding:40px 30px}
.auth-box{width:100%;max-width:360px}
.auth-box h1{font-size:24px;margin-bottom:4px}
.auth-box .sub{margin-bottom:20px}
.switch{margin-top:16px;font-size:14px;color:var(--muted);text-align:center}

@media(max-width:860px){
  .auth{grid-template-columns:1fr}
  .auth-hero{display:none}
  .grid,.grid-3{grid-template-columns:1fr}
}

/* ================= LANDING PAGE ================= */
.land-nav{max-width:1080px;margin:0 auto;padding:16px 20px;display:flex;justify-content:space-between;align-items:center;position:relative}
.land-nav-links{display:flex;align-items:center;gap:20px;font-size:14px}
.land-nav-links a{color:var(--ink2)}
.nav-burger{display:none;background:none;border:1px solid var(--line);border-radius:8px;
  width:38px;height:38px;align-items:center;justify-content:center;color:var(--ink);cursor:pointer}
.hero-sec{max-width:1080px;margin:20px auto 10px;padding:30px 20px;display:grid;grid-template-columns:1.1fr .9fr;gap:30px;align-items:center}
.hero-left .tag{display:inline-block;background:var(--indigo-soft);color:#3730a3;font-size:12.5px;font-weight:600;padding:5px 12px;border-radius:20px;margin-bottom:16px}
.hero-left h1{font-size:40px;line-height:1.12;margin-bottom:14px}
.hero-title{font-family:Sora,Inter,sans-serif;font-size:44px;font-weight:800;line-height:1.1;
  margin-bottom:14px;letter-spacing:-0.8px;
  background:linear-gradient(100deg,#4338ca 0%,#6d28d9 55%,#4f46e5 100%);
  -webkit-background-clip:text;background-clip:text;color:transparent}
.hero-left p{color:var(--ink2);font-size:16px;max-width:520px}
.hero-cta{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}
.hero-card{width:100%;max-width:360px;filter:drop-shadow(0 20px 40px rgba(79,70,229,.25));margin:0 auto;display:block}
.hero-card svg{width:100%;height:auto;display:block}
.hero-video{width:100%;max-width:360px;margin:0 auto;position:relative;padding-top:62.5%;
  border-radius:16px;overflow:hidden;cursor:pointer;box-shadow:0 20px 40px rgba(15,23,42,.22)}
.hero-video .hero-video-thumb-svg{position:absolute;inset:0;width:100%;height:100%;max-width:none;filter:none;margin:0}
.hero-video .hero-video-thumb-svg svg{width:100%;height:100%;display:block}
.hero-video .play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);
  width:56px;height:56px;border-radius:50%;background:rgba(220,38,38,.92);display:grid;place-items:center;
  box-shadow:0 8px 24px rgba(0,0,0,.4);transition:transform .15s}
.hero-video:hover .play-btn{transform:translate(-50%,-50%) scale(1.08)}
.hero-video .video-caption{position:absolute;left:0;right:0;bottom:0;
  background:linear-gradient(transparent,rgba(15,23,42,.78));color:#fff;
  font-size:12.5px;font-weight:600;text-align:center;padding:20px 10px 8px}
.hero-video iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.sec{max-width:1080px;margin:36px auto;padding:0 20px}
.sec-h{font-size:26px;text-align:center;margin-bottom:6px}
.sec-sub{text-align:center;color:var(--muted);margin-bottom:24px}
.how-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.how-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:22px;box-shadow:var(--shadow)}
.how-card .how-n{width:36px;height:36px;border-radius:10px;background:var(--indigo);color:#fff;display:grid;place-items:center;font-family:Sora;font-weight:700;margin-bottom:12px}
.how-card h3{font-size:16px;margin-bottom:6px}
.how-card p{color:var(--ink2);font-size:14px}
.price-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;align-items:stretch}
.price-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:26px 22px;box-shadow:var(--shadow);display:flex;flex-direction:column;position:relative}
.price-card.featured{border:2px solid var(--indigo);box-shadow:0 16px 40px rgba(79,70,229,.18)}
.price-card.featured-alt{border:2px solid var(--amber);box-shadow:0 16px 40px rgba(245,158,11,.18)}
.ribbon{position:absolute;top:-12px;right:20px;background:var(--indigo);color:#fff;font-size:11.5px;font-weight:600;padding:4px 12px;border-radius:20px}
.ribbon.ribbon-alt{background:var(--amber)}
.price-name{font-weight:600;color:var(--ink2)}
.price-amt{font-family:Sora;font-size:38px;font-weight:700;margin-top:4px}
.price-per{color:var(--muted);font-size:13px;margin-bottom:14px}
.price-card ul{list-style:none;margin:4px 0 20px;flex:1}
.price-card li{font-size:14px;color:var(--ink2);padding:7px 0 7px 24px;position:relative;border-bottom:1px dashed #eef0f5}
.price-card li:before{content:"✓";position:absolute;left:0;color:var(--green);font-weight:700}
.land-foot{text-align:center;color:var(--muted);font-size:13px;padding:30px 20px 40px;border-top:1px solid var(--line);margin-top:30px}
@media(max-width:820px){
  .hero-sec{grid-template-columns:1fr}.hero-right{order:-1}
  .hero-left h1{font-size:30px}
  .hero-title{font-size:30px}
  .how-grid,.price-grid{grid-template-columns:1fr}
  .nav-burger{display:flex}
  .land-nav-links{position:absolute;top:100%;left:0;right:0;background:#fff;flex-direction:column;
    align-items:stretch;gap:0;padding:8px 20px;border-bottom:1px solid var(--line);box-shadow:0 12px 24px rgba(15,23,42,.08);
    display:none;z-index:40}
  .land-nav-links.open{display:flex}
  .land-nav-links a{padding:12px 4px;border-bottom:1px solid var(--line)}
  .land-nav-links a:last-child{border-bottom:0}
  .land-nav-links .btn{margin:10px 0}
}

/* ================= FOOTER + WHATSAPP FLOAT ================= */
.site-footer{max-width:1080px;margin:10px auto 0;padding:22px 20px 30px;border-top:1px solid var(--line);
  text-align:center;color:var(--muted);font-size:13px;display:flex;flex-direction:column;gap:8px;align-items:center}
.site-footer .foot-support{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;align-items:center}
.site-footer a{color:var(--indigo)}
.foot-social{display:flex;gap:8px;flex-wrap:wrap;justify-content:center}
.foot-icon{width:32px;height:32px;border-radius:50%;background:var(--indigo-soft);color:#3730a3;
  display:inline-flex;align-items:center;justify-content:center;transition:background .15s}
.foot-icon:hover{background:#c7d2fe}

.fab-wrap{position:fixed;right:16px;bottom:16px;display:flex;flex-direction:column;align-items:center;gap:10px;z-index:60}
.fab-group{display:flex;flex-direction:column;gap:10px}
.fab{width:50px;height:50px;border-radius:50%;display:grid;place-items:center;
  box-shadow:0 8px 22px rgba(0,0,0,.22);transition:transform .15s;border:0;cursor:pointer}
.fab:hover{transform:scale(1.06)}
.fab.wa{background:#25d366}
.fab.call{background:var(--indigo)}
.fab.fb{background:#1877f2}
.fab.ig{background:linear-gradient(135deg,#f58529,#dd2a7b,#8134af)}
.fab.yt{background:#ff0000}
.fab.toggle{background:#334155;width:36px;height:36px;transition:transform .2s}
.fab.toggle.is-closed{transform:rotate(180deg)}
@media(max-width:640px){
  .fab{width:44px;height:44px}
  .fab-group{gap:8px}
  .fab.toggle{width:32px;height:32px}
  .fab-wrap{right:12px;bottom:12px;gap:8px}
}
@media(max-width:480px){
  .topbar{padding:10px 14px}
  .whoami{display:none}
  .wrap{padding:0 14px}
}

/* landing footer reuse */
.land-foot .foot-support{display:flex;gap:8px;justify-content:center;flex-wrap:wrap;margin-top:6px}
.land-foot .foot-social{margin-top:6px}

/* brand as link */
a.brand{text-decoration:none}
a.brand:hover{opacity:.9}

/* plan badges + row highlight (super admin) */
.planbadge{font-size:11.5px;padding:3px 10px;border-radius:20px;font-weight:700}
.planbadge.plan-m{background:#e0e7ff;color:#3730a3}
.planbadge.plan-y{background:#fef3c7;color:#92400e}
.planbadge.plan-d{background:#e2e8f0;color:#475569}
tr.row-yearly td{background:#fffbeb !important}
tr.row-monthly td{background:#eef2ff !important}

/* credentials box + pager */
.cred-box{background:#ecfdf5;border:1px solid #a7f3d0;border-radius:14px;padding:16px 18px;margin-bottom:18px}
.cred-box .cred-row{display:flex;gap:18px;flex-wrap:wrap;margin:8px 0}
.cred-box .cred-row span{background:#fff;border:1px solid #d1fae5;border-radius:8px;padding:6px 12px;font-size:14px}
.pager{display:flex;gap:6px;flex-wrap:wrap;margin-top:16px;justify-content:center}
.pager .pg{padding:7px 12px;border:1px solid var(--line);border-radius:8px;font-size:13px;color:var(--ink2);background:#fff}
.pager .pg.active{background:var(--indigo);color:#fff;border-color:var(--indigo)}
.pager .pg.disabled{opacity:.4;pointer-events:none}

/* legal/info pages */
.legal{max-width:820px;margin:26px auto;padding:0 20px 10px}
.legal h1{font-size:28px;margin-bottom:14px}
.legal h3{font-size:17px;margin:20px 0 6px}
.legal p,.legal li{color:var(--ink2);font-size:15px;line-height:1.7}
.legal ul{padding-left:20px;margin:8px 0}

/* FAQ accordion — collapse/expand */
.faq-list{display:flex;flex-direction:column;gap:10px;margin-top:18px}
.faq-item{background:var(--card);border:1px solid var(--line);border-radius:12px;padding:4px 18px;transition:border-color .15s}
.faq-item[open]{border-color:#c7d2fe}
.faq-item summary{cursor:pointer;list-style:none;padding:14px 26px 14px 0;font-weight:600;font-size:15px;
  color:var(--ink);position:relative}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{content:'+';position:absolute;right:0;top:50%;transform:translateY(-50%);
  font-size:20px;color:#4f46e5;font-weight:400;line-height:1}
.faq-item[open] summary::after{content:'−'}
.faq-item p{color:var(--ink2);font-size:14.5px;line-height:1.7;margin:0 0 16px}
.site-footer .foot-links{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;margin-bottom:2px}

/* crop modal */
.crop-modal{display:none;position:fixed;inset:0;background:rgba(15,23,42,.6);z-index:100;
  align-items:center;justify-content:center;padding:16px}
.crop-modal.show{display:flex}
.crop-box{background:#fff;border-radius:16px;padding:20px;max-width:520px;width:100%;box-shadow:0 20px 60px rgba(0,0,0,.3);max-height:92vh;overflow-y:auto}
.crop-box h3{margin-bottom:12px}
.crop-area{max-height:420px;overflow:hidden;background:#111;border-radius:10px}
.crop-area img{display:block;max-width:100%}
.crop-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:14px}

/* chips (batches) */
.chips{display:flex;gap:8px;flex-wrap:wrap}
.chip{background:#f1f5f9;color:var(--ink2);padding:7px 14px;border-radius:20px;font-size:13.5px;font-weight:600;border:1px solid transparent}
.chip:hover{background:#e2e8f0}
.chip.active{background:var(--indigo);color:#fff}

/* colorful stat tiles with icons */
.stat{position:relative;overflow:hidden}
.stat .ic{font-size:20px;margin-bottom:4px}
.stat.green{background:linear-gradient(135deg,#ecfdf5,#d1fae5);border-color:#a7f3d0}
.stat.green .n{color:#166534}
.stat.amber{background:linear-gradient(135deg,#fffbeb,#fef3c7);border-color:#fde68a}
.stat.amber .n{color:#92400e}
.stat.teal{background:linear-gradient(135deg,#f0fdfa,#ccfbf1);border-color:#99f6e4}
.stat.teal .n{color:#0f766e}
.stat.rose{background:linear-gradient(135deg,#fff1f2,#ffe4e6);border-color:#fecdd3}
.stat.rose .n{color:#9f1239}

/* photo editor: single panel, always-compact canvas + right-side crop/rotate controls */
.crop-box-wide{max-width:760px}
.editor-grid{display:grid;grid-template-columns:280px 1fr;gap:22px;margin-top:4px}
.editor-left{min-width:0}
.editor-right{border-left:1px solid var(--line);padding-left:20px}
.editor-right h4{font-size:15px;margin-bottom:6px}
.bg-canvas-wrap{display:flex;justify-content:center;background:
  repeating-conic-gradient(#f1f5f9 0% 25%, #fff 0% 50%) 50% / 20px 20px;
  border-radius:10px;padding:8px}
#workCanvas{width:100%;max-width:260px;height:auto;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.12);touch-action:none;display:block;margin:0 auto;cursor:grab}
.swatch-row{display:flex;align-items:center;gap:10px;margin-top:12px;flex-wrap:wrap}
.swatch{width:30px;height:30px;border-radius:50%;border:2px solid #fff;box-shadow:0 0 0 1.5px #cbd5e1;cursor:pointer;padding:0;flex:none}
.swatch:hover{box-shadow:0 0 0 2px var(--indigo)}
#customColor{width:34px;height:30px;border:1px solid var(--line);border-radius:8px;padding:2px;cursor:pointer}

.tool-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:10px}
.tool-btn{background:#f1f5f9;color:var(--ink2)}
.tool-btn.active{background:var(--indigo);color:#fff}
.brush-size{display:flex;align-items:center;gap:8px;font-size:12.5px;color:var(--muted);font-weight:600}
.brush-size input[type=range]{width:100px}

@media(max-width:680px){
  .editor-grid{grid-template-columns:1fr}
  .editor-right{border-left:0;padding-left:0;border-top:1px solid var(--line);padding-top:14px;margin-top:6px}
}


/* manage fields: enabled/disabled grouping */
.group-sep td{background:#f8fafc;color:var(--muted);font-size:11.5px;text-transform:uppercase;
  letter-spacing:.4px;padding:6px 12px;border-bottom:1px solid var(--line)}

/* brush shape toggle */
.shape-btn{background:#f1f5f9;color:var(--ink2);width:34px;padding:6px 0;font-size:15px}
.shape-btn.active{background:var(--indigo);color:#fff}

/* hero subtitle line under main heading */
.hero-sub{display:block;font-size:19px;color:var(--indigo);font-weight:600;margin-top:6px}

/* downloadable-software promo box (below pricing) */
.software-promo{position:relative;max-width:820px;margin:34px auto 0;background:#fff;
  border:2px solid var(--green);border-radius:20px;box-shadow:0 16px 40px rgba(22,163,74,.15);
  padding-top:14px}
.software-ribbon{position:absolute;top:-13px;left:50%;transform:translateX(-50%);white-space:nowrap;
  background:var(--green);color:#fff;font-size:12px;font-weight:700;padding:5px 16px;border-radius:20px;
  box-shadow:0 2px 8px rgba(0,0,0,.15)}
.software-inner{display:grid;grid-template-columns:1fr 220px;gap:26px;padding:22px 30px 28px}
.software-eyebrow{display:inline-block;font-size:11.5px;font-weight:700;color:var(--green);background:#ecfdf5;
  padding:3px 10px;border-radius:20px;text-transform:uppercase;letter-spacing:.4px;margin-bottom:8px}
.software-inner h3{font-size:22px}
.software-list{list-style:none;margin-top:4px}
.software-list li{font-size:14px;color:var(--ink2);padding:6px 0 6px 26px;position:relative}
.software-list li:before{content:"✓";position:absolute;left:0;color:var(--green);font-weight:700}
.software-right{border-left:1px solid var(--line);padding-left:26px;display:flex;flex-direction:column;justify-content:center}
.software-price{font-family:Sora;font-size:34px;font-weight:700;color:var(--green)}
.software-per{color:var(--muted);font-size:12.5px}
@media(max-width:680px){
  .software-inner{grid-template-columns:1fr}
  .software-right{border-left:0;border-top:1px solid var(--line);padding-left:0;padding-top:18px;margin-top:6px}
}

/* training/demo video embed (responsive 16:9) */
.video-wrap{max-width:820px;margin:0 auto;position:relative;padding-top:56.25%;
  border-radius:16px;overflow:hidden;box-shadow:var(--shadow);background:#0f172a}
.video-wrap iframe{position:absolute;inset:0;width:100%;height:100%;border:0}

/* testimonials */
.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;max-width:1080px;margin:0 auto}
.testi-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px 20px;box-shadow:var(--shadow)}
.testi-msg{font-size:14px;color:var(--ink2);line-height:1.6;min-height:66px}
.testi-who{display:flex;align-items:center;gap:10px;margin-top:14px}
.testi-avatar{width:38px;height:38px;border-radius:50%;object-fit:cover;flex:none}
.testi-avatar-fallback{background:var(--indigo);color:#fff;display:grid;place-items:center;font-weight:700;font-size:15px}
.testi-name{font-weight:600;font-size:13.5px;color:var(--ink)}
.testi-role{font-size:12px;color:var(--muted)}
@media(max-width:820px){ .testi-grid{grid-template-columns:1fr} }
