:root{
  --bg:#070b15;--bg2:#0d1426;--panel:#111a2e;--panel2:#15213a;--text:#eef5ff;--muted:#9fb0c8;--line:rgba(255,255,255,.12);--brand:#9cffd1;--brand2:#77a7ff;--danger:#ff7a8a;--warn:#ffd166;--ok:#8affbf;--shadow:0 28px 90px rgba(0,0,0,.32);--radius:26px
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at top left,rgba(119,167,255,.18),transparent 34rem),linear-gradient(180deg,var(--bg),#0a1020 42%,#070b15);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;line-height:1.55;min-height:100vh}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.site-header,.admin-topbar{position:sticky;top:0;z-index:30;display:flex;align-items:center;justify-content:space-between;padding:18px clamp(18px,4vw,56px);background:rgba(7,11,21,.74);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}.brand{display:inline-flex;align-items:center;gap:12px;font-weight:850;letter-spacing:-.03em}.brand-mark{width:38px;height:38px;display:grid;place-items:center;border-radius:14px;background:linear-gradient(135deg,var(--brand),var(--brand2));color:#071020;box-shadow:0 15px 40px rgba(156,255,209,.16)}.brand-text{font-size:20px}.main-nav{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.main-nav a{padding:10px 14px;border-radius:999px;color:var(--muted);font-weight:650;font-size:14px}.main-nav a:hover,.main-nav .nav-pill{background:rgba(255,255,255,.08);color:var(--text)}main{min-height:70vh}.hero{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(280px,.92fr);gap:34px;align-items:center;padding:72px clamp(18px,4vw,70px) 46px}.hero-card,.glass-card,.project-card,.panel,.auth-card{border:1px solid var(--line);background:linear-gradient(180deg,rgba(255,255,255,.09),rgba(255,255,255,.045));border-radius:var(--radius);box-shadow:var(--shadow)}.hero h1{font-size:clamp(44px,8vw,92px);line-height:.92;letter-spacing:-.08em;margin:0 0 22px}.hero p{font-size:clamp(17px,2vw,21px);color:#c6d3e8;max-width:740px}.kicker{display:inline-flex;gap:8px;align-items:center;text-transform:uppercase;letter-spacing:.16em;font-size:12px;color:var(--brand);font-weight:800;margin-bottom:18px}.hero-actions,.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.btn,.button,button,input[type=submit]{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:999px;padding:12px 18px;font-weight:800;cursor:pointer;background:linear-gradient(135deg,var(--brand),var(--brand2));color:#06101c;box-shadow:0 15px 35px rgba(119,167,255,.18)}.btn.secondary,.button.secondary{background:rgba(255,255,255,.08);color:var(--text);border:1px solid var(--line);box-shadow:none}.btn.danger,.button.danger{background:rgba(255,122,138,.14);color:#ffc8cf;border:1px solid rgba(255,122,138,.28);box-shadow:none}.hero-card{padding:26px}.mini-browser{overflow:hidden;border-radius:22px;border:1px solid var(--line);background:#0b1324}.browser-bar{height:44px;display:flex;align-items:center;gap:8px;padding:0 14px;border-bottom:1px solid var(--line);background:rgba(255,255,255,.05)}.dot{width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,.32)}.browser-content{padding:20px}.path-pill{display:inline-block;padding:9px 12px;border-radius:999px;background:rgba(156,255,209,.1);border:1px solid rgba(156,255,209,.2);color:var(--brand);font-size:13px;margin-bottom:14px}.code-lines{display:grid;gap:10px}.code-lines span{height:12px;border-radius:20px;background:rgba(255,255,255,.12)}.code-lines span:nth-child(1){width:90%}.code-lines span:nth-child(2){width:72%}.code-lines span:nth-child(3){width:84%}.code-lines span:nth-child(4){width:58%}.section{padding:42px clamp(18px,4vw,70px)}.section-head{display:flex;justify-content:space-between;align-items:end;gap:18px;margin-bottom:22px}.section h2{font-size:clamp(30px,4vw,54px);line-height:1;letter-spacing:-.05em;margin:0}.section p.lead{max-width:760px;color:var(--muted);font-size:18px}.grid{display:grid;gap:18px}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.glass-card{padding:24px}.glass-card h3,.project-card h3{margin:0 0 8px;font-size:21px}.glass-card p,.project-card p{color:var(--muted);margin:0}.project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.project-card{overflow:hidden;display:flex;flex-direction:column;min-height:100%}.project-thumb{aspect-ratio:16/10;background:linear-gradient(135deg,rgba(156,255,209,.2),rgba(119,167,255,.16));display:grid;place-items:center;color:rgba(255,255,255,.72);font-weight:900;font-size:42px;letter-spacing:-.08em}.project-thumb img{width:100%;height:100%;object-fit:cover;display:block}.project-body{padding:22px;display:flex;flex-direction:column;gap:16px;flex:1}.meta-row{display:flex;gap:8px;flex-wrap:wrap}.tag{display:inline-flex;align-items:center;border:1px solid var(--line);background:rgba(255,255,255,.06);color:#c9d5e8;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:800}.tag.ok{border-color:rgba(138,255,191,.28);color:#bfffd9;background:rgba(138,255,191,.08)}.tag.warn{border-color:rgba(255,209,102,.28);color:#ffe3a1;background:rgba(255,209,102,.08)}.project-actions{display:flex;gap:10px;margin-top:auto;flex-wrap:wrap}.split{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:start}.panel{padding:24px}.content-page{padding:58px clamp(18px,4vw,70px);max-width:1050px;margin:0 auto}.content-page h1{font-size:clamp(40px,6vw,72px);line-height:1;letter-spacing:-.07em;margin:0 0 20px}.content-page h2{font-size:26px;margin-top:34px}.content-page p,.content-page li{color:#c3cde0}.site-footer{margin-top:50px;padding:34px clamp(18px,4vw,56px);border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap;color:var(--muted);background:rgba(0,0,0,.18)}.footer-links{display:flex;gap:14px;flex-wrap:wrap}.footer-links a{color:#dce7f7}.cookie-banner{position:fixed;left:18px;right:18px;bottom:18px;z-index:60;display:flex;justify-content:space-between;align-items:center;gap:20px;max-width:880px;margin:auto;padding:18px;border-radius:22px;background:rgba(16,25,44,.94);border:1px solid var(--line);box-shadow:var(--shadow);backdrop-filter:blur(16px)}.cookie-banner p{margin:3px 0 0;color:var(--muted)}.cookie-banner[hidden],.cookie-banner.is-hidden{display:none!important}.flash{max-width:1120px;margin:16px auto 0;padding:14px 18px;border-radius:16px;border:1px solid var(--line);background:rgba(255,255,255,.07)}.flash-success{border-color:rgba(138,255,191,.35);background:rgba(138,255,191,.08)}.flash-error{border-color:rgba(255,122,138,.35);background:rgba(255,122,138,.08)}.auth-wrap{min-height:100vh;display:grid;place-items:center;padding:24px}.auth-card{width:min(460px,100%);padding:28px}.form-grid{display:grid;gap:16px}.form-row{display:grid;gap:8px}label{font-weight:800;color:#dfe8f7}input,textarea,select{width:100%;border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.07);color:var(--text);padding:13px 14px;font:inherit;outline:none}input:focus,textarea:focus,select:focus{border-color:rgba(156,255,209,.58);box-shadow:0 0 0 4px rgba(156,255,209,.08)}textarea{min-height:130px;resize:vertical}.help{font-size:13px;color:var(--muted)}.admin-body{background:#071020}.admin-shell{padding:26px clamp(14px,3vw,44px);max-width:1420px;margin:0 auto}.admin-title{display:flex;justify-content:space-between;align-items:center;gap:16px;margin:20px 0 22px}.admin-title h1{font-size:clamp(30px,4vw,54px);line-height:1;letter-spacing:-.06em;margin:0}.stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:20px}.stat{padding:18px;border-radius:20px;background:rgba(255,255,255,.06);border:1px solid var(--line)}.stat strong{display:block;font-size:30px;letter-spacing:-.04em}.table-wrap{overflow:auto;border-radius:22px;border:1px solid var(--line);background:rgba(255,255,255,.04)}table{width:100%;border-collapse:collapse;min-width:860px}th,td{text-align:left;padding:14px;border-bottom:1px solid var(--line);vertical-align:middle}th{font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:var(--muted)}td{color:#dfe8f7}.row-actions{display:flex;gap:8px;flex-wrap:wrap}.small-btn{padding:8px 11px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid var(--line);font-size:12px;font-weight:800}.small-btn:hover{background:rgba(255,255,255,.13)}.danger-text{color:#ffb3bd}.file-list{display:grid;gap:8px;max-height:520px;overflow:auto}.file-item{display:grid;grid-template-columns:1fr auto auto;gap:12px;align-items:center;padding:10px 12px;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.04);font-size:13px}.preview-frame{width:100%;min-height:70vh;border:1px solid var(--line);border-radius:24px;background:white}.empty{border:1px dashed rgba(255,255,255,.22);border-radius:24px;padding:34px;text-align:center;color:var(--muted);background:rgba(255,255,255,.035)}.inline-form{display:inline}.danger-zone{border-color:rgba(255,122,138,.28);background:rgba(255,122,138,.05)}@media (max-width:960px){.hero,.split,.grid.three,.grid.two,.project-grid{grid-template-columns:1fr}.hero{padding-top:42px}.section-head{align-items:flex-start;flex-direction:column}.stats{grid-template-columns:repeat(2,1fr)}}@media (max-width:620px){.site-header,.admin-topbar{position:relative;align-items:flex-start;gap:14px;flex-direction:column}.main-nav{width:100%}.main-nav a{padding:9px 11px}.hero h1{font-size:48px}.cookie-banner{align-items:stretch;flex-direction:column}.stats{grid-template-columns:1fr}.admin-title{align-items:flex-start;flex-direction:column}.file-item{grid-template-columns:1fr}.site-footer{flex-direction:column}}
.cookie-copy{display:grid;gap:4px}.cookie-copy a{color:var(--brand);font-weight:800;font-size:13px}.cookie-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.small-cookie-btn{padding:10px 14px;white-space:nowrap}.privacy-page ul{padding-left:22px}.privacy-page a{color:var(--brand);font-weight:800}.privacy-page strong{color:#fff}@media (max-width:620px){.cookie-actions{width:100%}.small-cookie-btn{width:100%}}
.nav-logout-form{display:inline-flex;margin:0;padding:0}.nav-logout-btn{font:inherit;border:0;box-shadow:none;background:rgba(255,255,255,.08);color:var(--text);padding:10px 14px;border-radius:999px;font-weight:650;font-size:14px;cursor:pointer}.nav-logout-btn:hover{background:rgba(255,255,255,.13)}
.cookie-banner{border-color:rgba(156,255,209,.22)}.cookie-banner strong{letter-spacing:-.02em}.cookie-banner:focus-within{box-shadow:var(--shadow),0 0 0 4px rgba(156,255,209,.08)}
@media (max-width:620px){.nav-logout-form,.nav-logout-btn{width:100%}.nav-logout-btn{justify-content:flex-start}}

/* v17 client-facing homepage refinements */
.v17-hero{padding-top:84px;gap:42px;position:relative;overflow:hidden}.v17-hero:before{content:"";position:absolute;inset:8% 4% auto auto;width:360px;height:360px;background:radial-gradient(circle,rgba(156,255,209,.14),transparent 68%);pointer-events:none}.client-link-card{padding:0;overflow:hidden}.client-preview-card .browser-content{display:grid;gap:14px}.client-preview-card h2{margin:0;font-size:26px;letter-spacing:-.04em}.preview-open-form{display:grid;gap:10px;margin-top:6px}.preview-open-row{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center}.preview-open-row input{min-height:50px;background:rgba(4,9,18,.56)}.section-soft{position:relative}.section-soft:before{content:"";position:absolute;left:clamp(18px,4vw,70px);right:clamp(18px,4vw,70px);top:0;height:1px;background:linear-gradient(90deg,transparent,rgba(156,255,209,.28),transparent)}.client-reason-grid .reason-card{position:relative;padding-top:54px}.step-badge{position:absolute;top:20px;left:20px;display:inline-grid;place-items:center;width:38px;height:28px;border-radius:999px;border:1px solid rgba(156,255,209,.28);background:rgba(156,255,209,.08);color:var(--brand);font-size:12px;font-weight:900}.preview-guide-layout{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(320px,.98fr);gap:20px;align-items:stretch}.guide-panel{padding:26px}.review-list{display:grid;gap:14px;list-style:none;margin:22px 0 0;padding:0;counter-reset:review}.review-list li{display:grid;grid-template-columns:38px 1fr;gap:12px;align-items:start;padding:14px;border-radius:18px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.09)}.review-list li:before{counter-increment:review;content:counter(review);display:grid;place-items:center;width:34px;height:34px;border-radius:14px;background:linear-gradient(135deg,var(--brand),var(--brand2));color:#071020;font-weight:950}.review-list strong{display:block;color:#fff}.review-list span{display:block;color:var(--muted);font-size:14px;margin-top:2px}.widget-demo{padding:26px;display:grid;gap:20px;background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.035))}.demo-widget{border:1px solid rgba(156,255,209,.24);background:rgba(8,15,29,.88);border-radius:24px;padding:14px;box-shadow:0 22px 70px rgba(0,0,0,.28)}.demo-widget-top{display:flex;align-items:center;justify-content:space-between;gap:10px;border-bottom:1px solid var(--line);padding-bottom:10px}.demo-widget-top button{width:30px;height:30px;border-radius:12px;display:grid;place-items:center;padding:0;background:rgba(255,255,255,.08);box-shadow:none;color:#fff}.demo-dot{width:10px;height:10px;border-radius:999px;background:var(--brand);box-shadow:0 0 0 6px rgba(156,255,209,.08)}.demo-widget p{color:#c7d5e9;margin:12px 0}.demo-actions{display:flex;flex-wrap:wrap;gap:8px}.demo-actions span{padding:8px 10px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1);font-size:12px;font-weight:850;color:#dce7f8}.device-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.device-card{min-height:170px;border:1px solid var(--line);border-radius:22px;background:linear-gradient(135deg,rgba(119,167,255,.14),rgba(255,255,255,.035));padding:18px;display:flex;flex-direction:column;justify-content:flex-end}.device-card:before{content:"";display:block;margin-bottom:auto;width:100%;height:56px;border-radius:16px;background:rgba(255,255,255,.12)}.device-card.phone{max-width:180px;margin-left:auto;border-radius:28px}.device-card.phone:before{height:96px;border-radius:20px}.device-card strong{font-size:18px}.device-card p{font-size:13px;color:var(--muted);margin:6px 0 0}.trust-split .panel{min-height:100%}.clean-list{display:grid;gap:10px;margin:18px 0 0;padding:0;list-style:none}.clean-list li{position:relative;padding-left:28px;color:#dce7f8}.clean-list li:before{content:"✓";position:absolute;left:0;top:0;color:var(--brand);font-weight:950}.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.faq-card{border:1px solid var(--line);border-radius:22px;background:rgba(255,255,255,.05);padding:18px}.faq-card summary{cursor:pointer;font-weight:900;font-size:18px;color:#fff}.faq-card p{color:var(--muted);margin:12px 0 0}.faq-card[open]{background:rgba(156,255,209,.055);border-color:rgba(156,255,209,.18)}
@media (max-width:960px){.preview-guide-layout,.faq-grid{grid-template-columns:1fr}.device-card.phone{margin-left:0}.v17-hero{padding-top:46px}}
@media (max-width:620px){.preview-open-row{grid-template-columns:1fr}.preview-open-row .btn{width:100%}.device-row{grid-template-columns:1fr}.hero p{font-size:16px}.client-preview-card h2{font-size:22px}.review-list li{grid-template-columns:1fr}.review-list li:before{margin-bottom:2px}.faq-card summary{font-size:16px}}

/* v18 client homepage polish: generic examples + better desktop review-flow formatting */
.preview-guide-layout{
  grid-template-columns:minmax(540px,1.22fr) minmax(340px,.78fr);
  gap:24px;
  align-items:start;
}
.guide-panel{
  padding:30px;
  overflow:hidden;
  position:relative;
}
.guide-panel:before{
  content:"";
  position:absolute;
  right:-90px;
  top:-110px;
  width:240px;
  height:240px;
  border-radius:999px;
  background:radial-gradient(circle,rgba(156,255,209,.12),transparent 70%);
  pointer-events:none;
}
.guide-panel-head{
  position:relative;
  z-index:1;
  max-width:760px;
  margin-bottom:18px;
}
.guide-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:7px 10px;
  border:1px solid rgba(156,255,209,.22);
  border-radius:999px;
  background:rgba(156,255,209,.075);
  color:var(--brand);
  font-size:11px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.12em;
}
.guide-panel-head h3{
  margin:14px 0 8px;
  font-size:clamp(25px,2.8vw,38px);
  line-height:1.02;
  letter-spacing:-.055em;
}
.guide-panel-head p{
  max-width:680px;
  margin:0;
  color:#c2cfe2;
  font-size:16px;
}
.review-list{
  position:relative;
  z-index:1;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin-top:20px;
}
.review-list li{
  position:relative;
  grid-template-columns:44px 1fr;
  gap:13px;
  min-height:132px;
  padding:16px;
  border-radius:22px;
  background:linear-gradient(180deg,rgba(255,255,255,.072),rgba(255,255,255,.038));
  border:1px solid rgba(255,255,255,.105);
  box-shadow:0 16px 44px rgba(0,0,0,.12);
}
.review-list li:nth-child(5){
  grid-column:1 / -1;
  min-height:108px;
  background:linear-gradient(135deg,rgba(156,255,209,.09),rgba(119,167,255,.065));
  border-color:rgba(156,255,209,.18);
}
.review-list li:before{
  width:38px;
  height:38px;
  border-radius:16px;
  box-shadow:0 10px 24px rgba(0,0,0,.18);
}
.review-list strong{
  font-size:15.5px;
  line-height:1.22;
  letter-spacing:-.015em;
}
.review-list span{
  font-size:13.5px;
  line-height:1.45;
  color:#aebdd2;
}
.widget-demo{
  position:sticky;
  top:92px;
  padding:24px;
  gap:18px;
  overflow:hidden;
}
.demo-widget{
  border-radius:22px;
}
.demo-actions span{
  font-size:11.5px;
  padding:8px 10px;
}
.device-row{
  gap:12px;
}
.device-card{
  min-height:152px;
}
@media (max-width:1100px){
  .preview-guide-layout{grid-template-columns:1fr;gap:18px}.widget-demo{position:relative;top:auto}.review-list{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:720px){
  .guide-panel{padding:22px}.review-list{grid-template-columns:1fr}.review-list li,.review-list li:nth-child(5){grid-column:auto;min-height:auto}.review-list li{grid-template-columns:40px 1fr}.guide-panel-head h3{font-size:28px}.guide-panel-head p{font-size:15px}
}
@media (max-width:420px){
  .review-list li{grid-template-columns:1fr}.review-list li:before{margin-bottom:4px}.widget-demo{padding:18px}.demo-actions span{width:100%;text-align:center}.demo-widget-top{align-items:flex-start}.demo-widget-top strong{font-size:13px;line-height:1.2}.path-pill{font-size:11px}
}

/* v19 final review-flow fix: readable cards on desktop and mobile */
.preview-guide-layout{
  grid-template-columns:minmax(0,1.04fr) minmax(300px,.96fr);
  gap:18px;
  align-items:start;
}
.guide-panel{
  padding:24px;
  border-radius:24px;
}
.guide-panel-head{
  margin-bottom:14px;
}
.guide-panel-head h3{
  font-size:clamp(24px,2.4vw,34px);
  line-height:1.05;
  margin:12px 0 7px;
}
.guide-panel-head p{
  font-size:15px;
  line-height:1.55;
  max-width:640px;
}
.review-list.review-list-compact,
.review-list{
  display:grid;
  grid-template-columns:1fr;
  gap:10px;
  margin-top:16px;
  padding:0;
  list-style:none;
  counter-reset:review;
}
.review-list.review-list-compact li,
.review-list li{
  display:grid;
  grid-template-columns:42px minmax(0,1fr);
  grid-template-rows:auto auto;
  column-gap:13px;
  row-gap:3px;
  align-items:start;
  min-height:0;
  padding:13px 14px;
  border-radius:18px;
  background:linear-gradient(180deg,rgba(255,255,255,.068),rgba(255,255,255,.034));
  border:1px solid rgba(255,255,255,.105);
  box-shadow:0 12px 34px rgba(0,0,0,.12);
}
.review-list.review-list-compact li:nth-child(5),
.review-list li:nth-child(5){
  grid-column:auto;
  min-height:0;
}
.review-list.review-list-compact li:before,
.review-list li:before{
  grid-column:1;
  grid-row:1 / span 2;
  align-self:start;
  counter-increment:review;
  content:counter(review);
  display:grid;
  place-items:center;
  width:38px;
  height:38px;
  border-radius:15px;
  background:linear-gradient(135deg,var(--brand),var(--brand2));
  color:#06101c;
  font-weight:950;
  font-size:15px;
  line-height:1;
  box-shadow:0 10px 24px rgba(0,0,0,.18);
}
.review-list.review-list-compact strong,
.review-list strong{
  grid-column:2;
  grid-row:1;
  display:block;
  color:#fff;
  font-size:15.5px;
  line-height:1.23;
  letter-spacing:-.012em;
  margin:0;
}
.review-list.review-list-compact span,
.review-list span{
  grid-column:2;
  grid-row:2;
  display:block;
  min-width:0;
  color:#aebdd2;
  font-size:13.8px;
  line-height:1.45;
  margin:0;
  max-width:62ch;
}
.widget-demo{
  padding:22px;
  border-radius:24px;
}
.device-card{
  min-height:132px;
  padding:16px;
}
.device-card:before{
  height:46px;
}
.device-card.phone:before{
  height:76px;
}
@media (max-width:1100px){
  .preview-guide-layout{grid-template-columns:1fr;gap:18px;}
  .widget-demo{position:relative;top:auto;}
  .review-list.review-list-compact,.review-list{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width:720px){
  .guide-panel{padding:20px;border-radius:22px;}
  .review-list.review-list-compact,.review-list{grid-template-columns:1fr;}
  .review-list.review-list-compact li,.review-list li{grid-template-columns:40px minmax(0,1fr);padding:12px;border-radius:17px;}
  .review-list.review-list-compact li:before,.review-list li:before{width:36px;height:36px;border-radius:14px;}
  .guide-panel-head h3{font-size:26px;}
  .guide-panel-head p{font-size:14.5px;}
}
@media (max-width:420px){
  .review-list.review-list-compact li,.review-list li{grid-template-columns:36px minmax(0,1fr);column-gap:10px;}
  .review-list.review-list-compact strong,.review-list strong{font-size:14.5px;}
  .review-list.review-list-compact span,.review-list span{font-size:13.2px;line-height:1.42;}
  .widget-demo{padding:16px;}
}

/* v20 homepage: real 1:1 preview notice demo, matching project-page widget */
.widget-demo-real{
  padding:22px;
  display:grid;
  gap:16px;
  overflow:hidden;
  background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.035));
}
.widget-demo-note h3{
  margin:12px 0 7px;
  font-size:clamp(22px,2.3vw,32px);
  line-height:1.05;
  letter-spacing:-.05em;
}
.widget-demo-note p{
  margin:0;
  color:#b8c6d9;
  font-size:14.5px;
  line-height:1.5;
}
.home-vb-demo-stage{
  position:relative;
  min-height:390px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:24px;
  overflow:hidden;
  background:radial-gradient(circle at top right,rgba(156,255,209,.11),transparent 34%),linear-gradient(180deg,#0b1324,#08101d);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
}
.home-vb-fake-site{
  position:absolute;
  inset:0;
  padding:34px 26px;
  opacity:.38;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  align-content:end;
}
.home-vb-fake-site:before{
  content:"";
  position:absolute;
  left:26px;
  top:26px;
  width:58%;
  height:15px;
  border-radius:999px;
  background:rgba(255,255,255,.24);
}
.home-vb-fake-site:after{
  content:"";
  position:absolute;
  left:26px;
  top:54px;
  width:42%;
  height:10px;
  border-radius:999px;
  background:rgba(255,255,255,.16);
}
.home-vb-fake-site span{
  height:74px;
  border-radius:18px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.09);
}
.home-vb-widget,
.widget-demo-real .vb-wrap{
  position:absolute;
  left:14px;
  top:14px;
  width:min(460px,calc(100% - 28px));
  min-width:min(320px,calc(100% - 24px));
  max-width:calc(100% - 18px);
  max-height:340px;
  resize:both;
  overflow:auto;
  background:linear-gradient(135deg,rgba(7,16,32,.985),rgba(15,26,45,.972));
  color:#f5f8ff;
  border:1px solid rgba(255,255,255,.16);
  border-radius:18px;
  box-shadow:0 18px 55px rgba(0,0,0,.30);
  font-family:Arial,system-ui,sans-serif;
  pointer-events:auto;
  backdrop-filter:blur(18px);
  touch-action:none;
  z-index:2;
}
.widget-demo-real .vb-grab{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  padding:8px 9px 7px;
  border-bottom:1px solid rgba(255,255,255,.10);
  cursor:move;
  user-select:none;
}
.widget-demo-real .vb-grab-left{display:flex;align-items:center;gap:7px;min-width:0;}
.widget-demo-real .vb-dots{width:18px;height:18px;border-radius:7px;background:rgba(255,255,255,.08);position:relative;flex:0 0 auto;}
.widget-demo-real .vb-dots:before{content:"";position:absolute;inset:4px;background:radial-gradient(circle,#9cffd1 1.5px,transparent 2px);background-size:5px 5px;opacity:.85;}
.widget-demo-real .vb-kicker{font-size:9px;line-height:1.15;text-transform:uppercase;letter-spacing:.13em;font-weight:900;color:#9cffd1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.widget-demo-real .vb-head-actions{display:flex;gap:5px;align-items:center;flex:0 0 auto;}
.widget-demo-real .vb-body{padding:9px 10px 10px;}
.widget-demo-real .vb-title{font-size:13px;line-height:1.15;margin:0;color:#fff;font-weight:900;letter-spacing:-.02em;}
.widget-demo-real .vb-text{font-size:11px;line-height:1.36;margin:5px 0 0;color:#c7d2e5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.widget-demo-real .vb-contact-line{margin:6px 0 0;color:#dbe6f7;font-size:10.5px;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.widget-demo-real .vb-contact-line strong{color:#fff;}
.widget-demo-real .vb-contact-line a{color:#9cffd1;text-decoration:none;font-weight:900;}
.widget-demo-real .vb-actions{display:flex;gap:6px;align-items:center;flex-wrap:wrap;margin-top:9px;}
.widget-demo-real .vb-btn{
  appearance:none;
  text-decoration:none;
  border:1px solid rgba(255,255,255,.2);
  background:rgba(255,255,255,.08);
  color:#f5f8ff;
  border-radius:999px;
  padding:7px 9px;
  font-size:10.5px;
  font-weight:900;
  cursor:default;
  white-space:nowrap;
  font-family:Arial,system-ui,sans-serif;
  line-height:1.1;
  min-height:30px;
  box-shadow:none;
}
.widget-demo-real .vb-btn-primary{border:0;background:linear-gradient(135deg,#9cffd1,#77a7ff);color:#06101c;}
.widget-demo-real .vb-btn-danger{border-color:rgba(255,122,138,.38);background:rgba(255,122,138,.13);color:#ffd2d8;}
.widget-demo-real .vb-accept{background:rgba(156,255,209,.15);border-color:rgba(156,255,209,.30);color:#dffff0;}
.widget-demo-real .vb-close{width:30px;min-width:30px;padding:0;border-radius:999px;font-size:17px;line-height:1;}
.widget-demo-real .vb-resize-note{font-size:9.5px;color:#8fa1b9;margin-top:7px;}
.home-vb-mini{
  position:absolute;
  left:14px;
  bottom:14px;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(7,16,32,.92);
  color:#fff;
  border-radius:999px;
  padding:9px 12px;
  font-size:11px;
  font-weight:900;
  box-shadow:0 14px 38px rgba(0,0,0,.32);
  font-family:Arial,system-ui,sans-serif;
  backdrop-filter:blur(14px);
  z-index:1;
}
.compact-devices .device-card{min-height:112px;}
.compact-devices .device-card:before{height:34px;}
.compact-devices .device-card.phone:before{height:52px;}
@media (max-width:720px){
  .home-vb-demo-stage{min-height:430px;border-radius:22px;}
  .home-vb-widget,.widget-demo-real .vb-wrap{left:8px;top:8px;width:calc(100% - 16px);min-width:0;max-height:360px;border-radius:16px;}
  .widget-demo-real .vb-actions{gap:5px;}
  .widget-demo-real .vb-btn{min-height:29px;padding:7px 8px;font-size:10px;}
  .home-vb-fake-site{grid-template-columns:1fr;padding:28px 18px;}
}
@media (max-width:420px){
  .widget-demo-real .vb-grab{align-items:flex-start;}
  .widget-demo-real .vb-kicker{white-space:normal;letter-spacing:.1em;}
  .widget-demo-real .vb-contact-line{white-space:normal;}
  .home-vb-demo-stage{min-height:470px;}
}


/* v21: full widget button guide on homepage */
.widget-button-guide{
  border:1px solid rgba(156,255,209,.16);
  border-radius:24px;
  padding:18px;
  background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06);
}
.widget-button-guide-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:14px;
  margin-bottom:14px;
}
.widget-button-guide-head h4{
  margin:0;
  color:#fff;
  font-size:18px;
  letter-spacing:-.025em;
}
.button-guide-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
.button-guide-card{
  min-width:0;
  padding:13px;
  border-radius:17px;
  border:1px solid rgba(255,255,255,.09);
  background:rgba(5,11,22,.48);
}
.button-guide-card p{
  margin:9px 0 0;
  color:#b9c6d8;
  font-size:13px;
  line-height:1.46;
}
.button-chip{
  display:inline-flex;
  align-items:center;
  max-width:100%;
  padding:7px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.075);
  border:1px solid rgba(255,255,255,.11);
  color:#edf5ff;
  font-size:12px;
  line-height:1.1;
  font-weight:900;
  white-space:normal;
}
.button-guide-card.primary-action .button-chip{
  background:linear-gradient(135deg,rgba(156,255,209,.22),rgba(119,167,255,.18));
  border-color:rgba(156,255,209,.28);
}
.button-guide-card.success-action .button-chip{
  background:rgba(156,255,209,.16);
  border-color:rgba(156,255,209,.28);
}
.button-guide-card.danger-action .button-chip{
  background:rgba(255,107,107,.13);
  border-color:rgba(255,107,107,.28);
}
@media (max-width:760px){
  .widget-button-guide{padding:14px;border-radius:20px;}
  .widget-button-guide-head{display:block;margin-bottom:12px;}
  .widget-button-guide-head h4{font-size:16px;margin-top:4px;}
  .button-guide-grid{grid-template-columns:1fr;gap:9px;}
  .button-guide-card{padding:12px;border-radius:15px;}
  .button-guide-card p{font-size:12.8px;}
}
