.vyral-home-root, .vyral-home-root *,.vyral-home-root *::before,.vyral-home-root *::after{box-sizing:border-box;margin:0;padding:0;}
.vyral-home-root{
  --blue:#2563eb;
  --blue-lt:#3b82f6;
  --blue-dk:#1d4ed8;
  --cyan:#06b6d4;
  --violet:#7c3aed;
  --ink:#0a0e1a;
  --ink2:#141929;
  --slate:#64748b;
  --slate-lt:#94a3b8;
  --off:#f8fafc;
  --off2:#f1f5f9;
  --border:#e2e8f0;
  --border-dk:#cbd5e1;
  --white:#fff;
  --gold:#f59e0b;
  --emerald:#10b981;
  --rose:#f43f5e;
  --r:14px;
  --r-sm:8px;
  --r-lg:20px;
  --shadow:0 4px 24px rgba(0,0,0,.08);
  --shadow-lg:0 12px 48px rgba(0,0,0,.12);
  --shadow-xl:0 24px 80px rgba(0,0,0,.16);
}
.vyral-home-root{font-size:16px;scroll-behavior:smooth;}
.vyral-home-root{
  font-family:'Inter',system-ui,sans-serif;
  background:linear-gradient(180deg,#0a0e1a 0%,#0e1428 40%,#0a0e1a 100%);
  color:var(--ink);
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
.vyral-home-root h1,.vyral-home-root h2,.vyral-home-root h3,.vyral-home-root h4,.vyral-home-root h5{font-family:'Plus Jakarta Sans',sans-serif;line-height:1.15;}
.vyral-home-root a{text-decoration:none;color:inherit;}
.vyral-home-root img{display:block;max-width:100%;}
.vyral-home-root button{font-family:inherit;cursor:pointer;}
.vyral-home-root .container{max-width:1160px;margin:0 auto;padding:0 24px;}
.vyral-home-root .section-eyebrow{font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--blue);margin-bottom:14px;}
@keyframes kaipulse{0%,100%{opacity:1;box-shadow:0 0 0 0 rgba(167,139,250,.6);}50%{opacity:.8;box-shadow:0 0 0 6px rgba(167,139,250,0);}}
@keyframes kairing{0%,100%{box-shadow:0 0 0 3px rgba(124,58,237,.3);}50%{box-shadow:0 0 0 6px rgba(124,58,237,.1),0 0 0 3px rgba(124,58,237,.3);}}
@keyframes orbpulse{0%,100%{box-shadow:0 0 0 0 rgba(124,58,237,.5);}50%{box-shadow:0 0 0 16px rgba(124,58,237,0);}}
@keyframes orbspeak{from{transform:scale(1);}to{transform:scale(1.08);box-shadow:0 0 0 8px rgba(37,99,235,.2);}}
@keyframes floatbob{0%,100%{box-shadow:0 8px 32px rgba(124,58,237,.45);}50%{box-shadow:0 12px 40px rgba(124,58,237,.6);}}
@keyframes pulse{0%,100%{opacity:1;transform:scale(1);}50%{opacity:.6;transform:scale(.85);}}
@keyframes heroDashGlow{50%{box-shadow:0 40px 100px rgba(0,0,0,.6), 0 0 0 1px rgba(255,255,255,.06) inset, 0 0 90px -10px rgba(139,92,246,.85);}}
@keyframes marquee{0%{transform:translateX(0);}100%{transform:translateX(-50%);}}
@keyframes wmGrow{from{transform:scaleX(0);}to{transform:scaleX(1);}}
@keyframes wmDraw{from{stroke-dashoffset:1000;}to{stroke-dashoffset:0;}}
@keyframes wmDotIn{from{opacity:0;}to{opacity:1;}}
@keyframes pxRing{from{stroke-dashoffset:138.2;}}
.vyral-home-root #quote-promo{
  padding:90px 0;
  background:
    radial-gradient(circle at 20% 30%,rgba(37,99,235,.25) 0%,transparent 45%),
    radial-gradient(circle at 80% 70%,rgba(124,58,237,.25) 0%,transparent 50%),
    radial-gradient(circle at 50% 50%,rgba(6,182,212,.15) 0%,transparent 60%),
    linear-gradient(135deg,#0a0e1a 0%,#1a1f3a 50%,#0a0e1a 100%);
  position:relative;overflow:hidden;
}
.vyral-home-root #quote-promo::before{
  content:'';position:absolute;top:-150px;right:-100px;
  width:600px;height:600px;
  background:radial-gradient(circle,rgba(59,130,246,.18) 0%,transparent 65%);
  pointer-events:none;
}
.vyral-home-root #quote-promo::after{
  content:'';position:absolute;bottom:-150px;left:-100px;
  width:500px;height:500px;
  background:radial-gradient(circle,rgba(124,58,237,.15) 0%,transparent 65%);
  pointer-events:none;
}
.vyral-home-root .qc-intro{text-align:center;max-width:640px;margin:0 auto 40px;position:relative;z-index:2;}
.vyral-home-root .qc-intro .section-eyebrow{color:#93c5fd;}
.vyral-home-root .qc-intro h2{font-size:clamp(1.8rem,3vw,2.6rem);font-weight:800;color:#fff;margin-bottom:14px;letter-spacing:-.02em;line-height:1.15;}
.vyral-home-root .qc-intro p{color:rgba(255,255,255,.65);font-size:1rem;line-height:1.6;}
.vyral-home-root .qc-trust-pills{
  display:flex;justify-content:center;gap:14px;flex-wrap:wrap;
  margin-bottom:22px;
}
.vyral-home-root .qc-trust-pill{
  font-size:.75rem;font-weight:600;
  color:rgba(255,255,255,.65);
  display:inline-flex;align-items:center;gap:5px;
}
.vyral-home-root .qc-detailed-only{display:grid;}
.vyral-home-root .qc-insight{
  display:flex;align-items:center;gap:10px;
  background:linear-gradient(135deg,rgba(16,185,129,.12),rgba(6,182,212,.1));
  border:1px solid rgba(16,185,129,.25);
  border-radius:12px;padding:13px 16px;
  margin:14px 0 18px;
  font-size:.82rem;color:rgba(255,255,255,.9);font-weight:500;
  transition:all .35s ease;
}
.vyral-home-root .qc-insight-icon{font-size:1.1rem;flex-shrink:0;}
.vyral-home-root .qc-insight-text{flex:1;}
.vyral-home-root .qc-launcher{display:none;position:relative;z-index:2;}
.vyral-home-root .qc-launcher.active{display:block;animation:qcFadeIn .35s ease;}
.vyral-home-root .qc-launcher-head{text-align:center;margin-bottom:28px;}
.vyral-home-root .qc-launcher-eyebrow{
  display:inline-block;background:rgba(37,99,235,.15);border:1px solid rgba(59,130,246,.25);
  padding:6px 14px;border-radius:24px;
  font-size:.72rem;font-weight:700;color:#93c5fd;letter-spacing:.04em;
  margin-bottom:14px;
}
.vyral-home-root .qc-launcher-title{
  font-family:'Plus Jakarta Sans',sans-serif;
  font-size:clamp(1.5rem,3vw,2.1rem);font-weight:800;color:#fff;
  letter-spacing:-.01em;margin-bottom:8px;line-height:1.15;
}
.vyral-home-root .qc-launcher-sub{font-size:.95rem;color:rgba(255,255,255,.6);line-height:1.55;}
.vyral-home-root .qc-launcher-grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:14px;
}
@media(max-width:760px){.vyral-home-root .qc-launcher-grid{grid-template-columns:1fr;}}
.vyral-home-root .qc-launch-card{
  background:linear-gradient(135deg,rgba(15,23,42,.85),rgba(20,29,56,.9));
  border:1px solid rgba(255,255,255,.1);border-radius:16px;
  padding:22px 20px;cursor:pointer;text-align:left;
  font-family:inherit;color:#fff;
  transition:transform .2s,border-color .2s,box-shadow .2s,background .2s;
  display:flex;flex-direction:column;gap:6px;
  position:relative;overflow:hidden;
}
.vyral-home-root .qc-launch-card::before{
  content:'';position:absolute;top:0;left:0;right:0;height:2px;
  background:linear-gradient(90deg,transparent,rgba(59,130,246,.5),transparent);
  opacity:0;transition:opacity .25s;
}
.vyral-home-root .qc-launch-card:hover{
  transform:translateY(-3px);border-color:rgba(59,130,246,.45);
  box-shadow:0 16px 40px rgba(37,99,235,.2);
}
.vyral-home-root .qc-launch-card:hover::before{opacity:1;}
.vyral-home-root .qc-launch-card.primary{
  background:linear-gradient(135deg,rgba(37,99,235,.18),rgba(6,182,212,.12));
  border-color:rgba(59,130,246,.4);
}
.vyral-home-root .qc-launch-card.primary::before{opacity:1;}
.vyral-home-root .qc-launch-icon{font-size:1.5rem;margin-bottom:4px;}
.vyral-home-root .qc-launch-title{font-size:1.05rem;font-weight:800;letter-spacing:-.01em;}
.vyral-home-root .qc-launch-desc{font-size:.78rem;color:rgba(255,255,255,.6);line-height:1.45;flex:1;}
.vyral-home-root .qc-launch-time{
  font-size:.66rem;font-weight:700;color:#6ee7b7;
  letter-spacing:.04em;margin-top:6px;
}
.vyral-home-root .qc-launch-card.primary .qc-launch-time{color:#93c5fd;}
.vyral-home-root .qc-launch-explore{
  display:flex;align-items:center;gap:14px;width:100%;
  background:rgba(255,255,255,.03);border:1px dashed rgba(255,255,255,.15);
  border-radius:12px;padding:14px 22px;cursor:pointer;font-family:inherit;color:#fff;
  text-align:left;transition:background .2s,border-color .2s;
}
.vyral-home-root .qc-launch-explore:hover{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.3);}
.vyral-home-root .qc-launch-icon-sm{font-size:1.2rem;flex-shrink:0;}
.vyral-home-root .qc-launch-explore-text{flex:1;font-size:.85rem;color:rgba(255,255,255,.7);line-height:1.45;}
.vyral-home-root .qc-launch-explore-text strong{color:#fff;font-weight:700;}
.vyral-home-root .qc-launch-explore-arrow{font-size:1.1rem;color:rgba(255,255,255,.4);transition:transform .15s;}
.vyral-home-root .qc-launch-explore:hover .qc-launch-explore-arrow{transform:translateX(4px);color:#fff;}
.vyral-home-root .qc-alt-paths{
  position:relative;z-index:2;
  margin-top:24px;padding:28px;
  background:linear-gradient(135deg,rgba(37,99,235,.12),rgba(6,182,212,.08),rgba(124,58,237,.08));
  border:1px solid rgba(59,130,246,.25);
  border-radius:20px;
  backdrop-filter:blur(20px);
  box-shadow:0 16px 48px rgba(0,0,0,.25);
}
.vyral-home-root .qc-alt-paths::before{
  content:'';position:absolute;top:0;left:24px;right:24px;height:2px;
  background:linear-gradient(90deg,transparent,#3b82f6,#06b6d4,#a78bfa,transparent);
  border-radius:2px;
}
.vyral-home-root .qc-alt-head{
  display:flex;flex-direction:column;gap:5px;text-align:center;margin-bottom:22px;
}
.vyral-home-root .qc-alt-eyebrow{
  font-size:1.15rem;font-weight:800;color:#fff;letter-spacing:-.01em;
  font-family:'Plus Jakarta Sans',sans-serif;
}
.vyral-home-root .qc-alt-eyebrow .grad{
  background:linear-gradient(90deg,#60a5fa,#06b6d4,#a78bfa);
  -webkit-background-clip:text;-webkit-text-fill-color:transparent;
  background-clip:text;
}
.vyral-home-root .qc-alt-sub{font-size:.9rem;color:rgba(255,255,255,.7);}
.vyral-home-root .qc-alt-grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:12px;
}
@media(max-width:760px){.vyral-home-root .qc-alt-grid{grid-template-columns:1fr 1fr;}}
@media(max-width:440px){.vyral-home-root .qc-alt-grid{grid-template-columns:1fr;}}
.vyral-home-root .qc-alt-chip{
  display:flex;align-items:center;gap:12px;
  background:rgba(15,23,42,.6);
  border:1.5px solid rgba(255,255,255,.12);
  border-radius:12px;padding:16px 16px;
  color:#fff;cursor:pointer;font-family:inherit;text-align:left;
  transition:all .2s;
  position:relative;overflow:hidden;
}
.vyral-home-root .qc-alt-chip::before{
  content:'';position:absolute;left:0;top:0;bottom:0;width:3px;
  background:linear-gradient(180deg,#3b82f6,#06b6d4);
  opacity:0;transition:opacity .2s;
}
.vyral-home-root .qc-alt-chip:hover{
  background:rgba(15,23,42,.85);
  border-color:rgba(59,130,246,.55);
  transform:translateY(-2px);
  box-shadow:0 12px 28px rgba(37,99,235,.25);
}
.vyral-home-root .qc-alt-chip:hover::before{opacity:1;}
.vyral-home-root .qc-alt-chip.explore{
  background:rgba(124,58,237,.1);border-color:rgba(167,139,250,.3);border-style:dashed;
}
.vyral-home-root .qc-alt-chip.explore:hover{
  background:rgba(124,58,237,.18);border-color:rgba(167,139,250,.6);
}
.vyral-home-root .qc-alt-chip-icon{font-size:1.6rem;flex-shrink:0;}
.vyral-home-root .qc-alt-chip-text{display:flex;flex-direction:column;gap:3px;min-width:0;flex:1;}
.vyral-home-root .qc-alt-chip-title{font-size:.95rem;font-weight:800;color:#fff;letter-spacing:-.005em;}
.vyral-home-root .qc-alt-chip-time{font-size:.7rem;font-weight:600;color:#93c5fd;}
.vyral-home-root .qc-alt-chip.explore .qc-alt-chip-time{color:#c4b5fd;}
.vyral-home-root .qc-alt-chip-arrow{
  color:rgba(255,255,255,.3);font-size:1rem;transition:all .2s;flex-shrink:0;
}
.vyral-home-root .qc-alt-chip:hover .qc-alt-chip-arrow{color:#fff;transform:translateX(3px);}
.vyral-home-root .qc-explore-capture{display:none;position:relative;z-index:2;}
.vyral-home-root .qc-explore-capture.active{display:block;animation:qcFadeIn .3s ease;}
.vyral-home-root .qc-back-link{
  background:none;border:none;color:rgba(255,255,255,.6);
  font-family:inherit;font-size:.78rem;font-weight:600;cursor:pointer;
  padding:0;margin-bottom:14px;
}
.vyral-home-root .qc-back-link:hover{color:#fff;}
.vyral-home-root .qc-steps{display:flex;justify-content:center;gap:8px;margin-bottom:24px;flex-wrap:wrap;position:relative;z-index:2;}
.vyral-home-root .qc-step{
  display:flex;align-items:center;gap:8px;
  background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);
  backdrop-filter:blur(16px);
  padding:8px 18px;border-radius:50px;
  font-size:.78rem;font-weight:700;color:rgba(255,255,255,.5);
  transition:all .25s;
}
.vyral-home-root .qc-step span{
  width:22px;height:22px;border-radius:50%;
  background:rgba(255,255,255,.1);
  display:inline-flex;align-items:center;justify-content:center;
  font-size:.72rem;font-weight:800;color:rgba(255,255,255,.6);
}
.vyral-home-root .qc-step.active{
  background:linear-gradient(135deg,rgba(37,99,235,.5),rgba(6,182,212,.5));
  border-color:rgba(255,255,255,.25);color:#fff;
  box-shadow:0 8px 24px rgba(37,99,235,.3);
}
.vyral-home-root .qc-step.active span{background:#fff;color:#2563eb;}
.vyral-home-root .qc-shell-single{
  position:relative;z-index:2;
  max-width:1140px;margin:0 auto;
  min-height:680px;
}
.vyral-home-root .qc-bg-quote{
  position:absolute;inset:-80px -220px -120px -220px;
  z-index:1;pointer-events:none;
  filter:blur(5px) saturate(1.2);
  opacity:.65;
  overflow:visible;
}
.vyral-home-root .qc-bg-stat{
  position:absolute;
  background:rgba(15,23,42,.7);
  border:1px solid rgba(255,255,255,.12);
  border-radius:14px;padding:18px 22px;min-width:175px;
}
.vyral-home-root .qc-bg-stat-lbl{font-size:.65rem;color:rgba(255,255,255,.45);text-transform:uppercase;letter-spacing:.1em;margin-bottom:6px;font-weight:600;}
.vyral-home-root .qc-bg-stat-val{font-size:1.8rem;font-weight:900;font-family:'Plus Jakarta Sans',sans-serif;color:#fff;letter-spacing:-.02em;line-height:1;}
.vyral-home-root .qc-bg-stat-sub{font-size:.7rem;color:#6ee7b7;margin-top:4px;font-weight:700;}
.vyral-home-root .qc-bg-stat.red .qc-bg-stat-sub{color:#fca5a5;}
.vyral-home-root .qc-bg-stat.blue .qc-bg-stat-sub{color:#93c5fd;}
.vyral-home-root .qc-bg-card{
  position:absolute;
  background:rgba(15,23,42,.65);
  border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:20px;
}
.vyral-home-root .qc-bg-card-title{font-size:.7rem;font-weight:700;color:rgba(255,255,255,.55);margin-bottom:14px;letter-spacing:.04em;text-transform:uppercase;}
.vyral-home-root .qc-bg-card-sub{font-size:.6rem;color:rgba(255,255,255,.35);margin-bottom:12px;}
.vyral-home-root .qc-bg-bars{display:flex;align-items:flex-end;gap:10px;height:120px;}
.vyral-home-root .qc-bg-bar-grp{flex:1;display:flex;align-items:flex-end;gap:3px;height:100%;}
.vyral-home-root .qc-bg-bar{flex:1;border-radius:4px 4px 0 0;background:linear-gradient(180deg,#3b82f6,#1d4ed8);}
.vyral-home-root .qc-bg-bar.b2{background:linear-gradient(180deg,#06b6d4,#0891b2);}
.vyral-home-root .qc-bg-bar.b3{background:linear-gradient(180deg,#10b981,#059669);}
.vyral-home-root .qc-bg-bar.b4{background:linear-gradient(180deg,#a78bfa,#7c3aed);}
.vyral-home-root .qc-bg-bar.b5{background:linear-gradient(180deg,#fbbf24,#d97706);}
.vyral-home-root .qc-bg-bar.grey{background:linear-gradient(180deg,rgba(255,255,255,.3),rgba(255,255,255,.1));}
.vyral-home-root .qc-bg-bar-labels{display:flex;gap:10px;margin-top:8px;}
.vyral-home-root .qc-bg-bar-label{flex:1;text-align:center;font-size:.55rem;color:rgba(255,255,255,.35);font-weight:600;text-transform:uppercase;letter-spacing:.05em;}
.vyral-home-root .qc-bg-trend{position:relative;height:130px;}
.vyral-home-root .qc-bg-trend svg{width:100%;height:100%;}
.vyral-home-root .qc-bg-legend{display:flex;gap:14px;margin-top:6px;font-size:.6rem;color:rgba(255,255,255,.5);}
.vyral-home-root .qc-bg-legend span{display:flex;align-items:center;gap:4px;}
.vyral-home-root .qc-bg-legend .dot{width:8px;height:8px;border-radius:50%;}
.vyral-home-root .qc-bg-donut{
  width:150px;height:150px;border-radius:50%;
  background:conic-gradient(#3b82f6 0% 30%,#06b6d4 30% 50%,#10b981 50% 68%,#a78bfa 68% 82%,#fbbf24 82% 92%,#f97316 92% 100%);
  position:relative;
}
.vyral-home-root .qc-bg-donut::after{
  content:'';position:absolute;inset:34px;
  background:#0a0e1a;border-radius:50%;
}
.vyral-home-root .qc-bg-donut-center{
  position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;
  z-index:2;
}
.vyral-home-root .qc-bg-donut-val{font-size:1.4rem;font-weight:900;color:#fff;font-family:'Plus Jakarta Sans',sans-serif;}
.vyral-home-root .qc-bg-donut-lbl{font-size:.55rem;color:rgba(255,255,255,.5);text-transform:uppercase;letter-spacing:.08em;}
.vyral-home-root .qc-bg-donut-legend{display:flex;flex-direction:column;gap:6px;margin-top:14px;text-align:left;}
.vyral-home-root .qc-bg-donut-leg{display:flex;align-items:center;gap:8px;font-size:.62rem;color:rgba(255,255,255,.6);}
.vyral-home-root .qc-bg-donut-leg .dot{width:8px;height:8px;border-radius:2px;}
.vyral-home-root .qc-bg-table-head{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:8px;padding:8px 0 12px;border-bottom:1px solid rgba(255,255,255,.15);}
.vyral-home-root .qc-bg-table-head-cell{font-size:.58rem;color:rgba(255,255,255,.5);text-transform:uppercase;letter-spacing:.06em;font-weight:700;}
.vyral-home-root .qc-bg-table-row{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:8px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.06);align-items:center;}
.vyral-home-root .qc-bg-table-row:last-child{border-bottom:none;}
.vyral-home-root .qc-bg-table-cell{height:10px;background:rgba(255,255,255,.18);border-radius:3px;}
.vyral-home-root .qc-bg-table-cell.green{background:rgba(110,231,183,.6);}
.vyral-home-root .qc-bg-table-cell.blue{background:rgba(147,197,253,.6);}
.vyral-home-root .qc-bg-table-cell.amber{background:rgba(251,191,36,.5);}
.vyral-home-root .qc-bg-table-cell.red{background:rgba(252,165,165,.4);}
.vyral-home-root .qc-bg-spark{display:flex;align-items:flex-end;gap:3px;height:36px;margin-top:8px;}
.vyral-home-root .qc-bg-spark-bar{flex:1;background:linear-gradient(180deg,#06b6d4,#3b82f6);border-radius:2px;}
.vyral-home-root .qc-bg-header{
  position:absolute;left:30px;right:30px;top:-20px;height:60px;
  background:rgba(15,23,42,.6);border:1px solid rgba(255,255,255,.08);
  border-radius:12px;
  padding:10px 24px;display:flex;align-items:center;justify-content:space-between;
}
.vyral-home-root .qc-bg-header-logo{display:flex;align-items:center;gap:10px;}
.vyral-home-root .qc-bg-header-logo-mark{width:32px;height:32px;border-radius:8px;background:linear-gradient(135deg,#3b82f6,#06b6d4);}
.vyral-home-root .qc-bg-header-text{font-size:.8rem;font-weight:800;color:rgba(255,255,255,.7);}
.vyral-home-root .qc-bg-header-sub{font-size:.6rem;color:rgba(255,255,255,.35);}
.vyral-home-root .qc-bg-header-contact{font-size:.6rem;color:rgba(255,255,255,.4);line-height:1.6;text-align:right;}
.vyral-home-root .qc-step-card{display:none;}
.vyral-home-root .qc-step-card.active{display:block;animation:qcFadeIn .35s ease;}
@keyframes qcFadeIn{from{opacity:0;transform:translateY(8px);}to{opacity:1;transform:translateY(0);}}
.vyral-home-root .qc-row-3{grid-template-columns:1fr 1fr 1fr;}
.vyral-home-root .qc-actions{display:flex;align-items:center;gap:12px;margin-top:8px;}
.vyral-home-root .qc-submit-inline{flex:1;}
.vyral-home-root .qc-back-btn{
  background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.12);
  color:rgba(255,255,255,.7);padding:14px 22px;border-radius:12px;
  font-size:.88rem;font-weight:700;cursor:pointer;font-family:inherit;
  transition:all .15s;
}
.vyral-home-root .qc-back-btn:hover{background:rgba(255,255,255,.1);color:#fff;}
.vyral-home-root .qc-plans{display:flex;flex-direction:column;gap:10px;margin-bottom:20px;}
.vyral-home-root .qc-plan{
  display:flex;align-items:center;justify-content:space-between;gap:14px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
  border-radius:12px;padding:14px 16px;
  transition:border-color .15s;
}
.vyral-home-root .qc-plan:focus-within{border-color:rgba(37,99,235,.45);}
.vyral-home-root .qc-plan-info{flex:1;min-width:0;}
.vyral-home-root .qc-plan-desc{font-size:.74rem;color:rgba(255,255,255,.5);margin-top:5px;}
.vyral-home-root .qc-plan-pill{
  display:inline-block;font-size:.7rem;font-weight:800;letter-spacing:.06em;
  text-transform:uppercase;padding:4px 11px;border-radius:5px;
  font-family:'Plus Jakarta Sans',sans-serif;
}
.vyral-home-root .qc-plan-pill.basic{background:linear-gradient(135deg,#475569,#64748b);color:#fff;}
.vyral-home-root .qc-plan-pill.bronze{background:linear-gradient(135deg,#92400e,#b45309);color:#fff;}
.vyral-home-root .qc-plan-pill.silver{background:linear-gradient(135deg,#64748b,#94a3b8);color:#fff;}
.vyral-home-root .qc-plan-pill.gold{background:linear-gradient(135deg,#d97706,#fbbf24);color:#fff;}
.vyral-home-root .qc-plan-pill.platinum{background:linear-gradient(135deg,#7c3aed,#3b82f6);color:#fff;}
.vyral-home-root .qc-plan-input{
  width:88px;text-align:center;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.12);
  border-radius:8px;padding:10px;
  font-size:1rem;font-weight:800;color:#fff;
  font-family:'Plus Jakarta Sans',sans-serif;
  outline:none;flex-shrink:0;
}
.vyral-home-root .qc-plan-input:focus{border-color:rgba(59,130,246,.6);}
.vyral-home-root .qc-plan-block{margin-bottom:10px;}
.vyral-home-root .qc-plan-block .qc-plan{margin-bottom:0;}
.vyral-home-root .qc-plan-detail{
  display:none;
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.07);
  border-top:none;
  border-radius:0 0 12px 12px;
  padding:14px 16px 12px;
  margin-top:-1px;
}
@keyframes qcSlide{from{opacity:0;transform:translateY(-4px);}to{opacity:1;transform:translateY(0);}}
.vyral-home-root .qc-cov-hint{font-size:.66rem;font-weight:500;color:rgba(255,255,255,.4);margin-left:4px;}
.vyral-home-root .qc-waiver-info{
  display:flex;align-items:flex-start;gap:10px;
  background:rgba(59,130,246,.08);
  border:1px solid rgba(59,130,246,.25);
  border-radius:10px;padding:11px 14px;
  margin:14px 0 4px;
  font-size:.8rem;color:rgba(255,255,255,.85);
}
.vyral-home-root .qc-waiver-icon{font-size:.95rem;flex-shrink:0;}
.vyral-home-root .qc-waiver-text{flex:1;line-height:1.4;}
.vyral-home-root .qc-no-health{
  display:block;width:100%;margin:14px 0 18px;padding:13px 16px;
  background:rgba(124,58,237,.08);
  border:1px dashed rgba(124,58,237,.35);
  border-radius:12px;
  color:rgba(196,181,253,.95);
  font-family:inherit;font-size:.82rem;font-weight:600;
  cursor:pointer;text-align:center;
  transition:all .2s;
}
.vyral-home-root .qc-no-health:hover{
  background:rgba(124,58,237,.15);
  border-color:rgba(124,58,237,.55);
  color:#fff;
}
.vyral-home-root .qc-trust{margin-top:28px;padding-top:24px;border-top:1px solid rgba(255,255,255,.08);}
.vyral-home-root .qc-trust-label{
  text-align:center;font-size:.7rem;font-weight:700;
  letter-spacing:.1em;text-transform:uppercase;
  color:rgba(255,255,255,.4);margin-bottom:14px;
}
.vyral-home-root .qc-trust-track{position:relative;}
.vyral-home-root .qc-trust-inner{
  display:flex;justify-content:center;align-items:center;
  gap:48px;flex-wrap:wrap;
}
.vyral-home-root .qc-loading-card{text-align:center;}
.vyral-home-root .qc-loading-content{padding:32px 12px;}
.vyral-home-root .qc-loading-spinner{
  width:72px;height:72px;margin:0 auto 24px;
  border:4px solid rgba(255,255,255,.08);
  border-top-color:#3b82f6;border-right-color:#06b6d4;
  border-radius:50%;animation:qcSpin .9s linear infinite;
}
@keyframes qcSpin{to{transform:rotate(360deg);}}
.vyral-home-root .qc-loading-title{
  font-size:1.4rem;font-weight:800;color:#fff;
  font-family:'Plus Jakarta Sans',sans-serif;margin-bottom:10px;
}
.vyral-home-root .qc-loading-msg{
  font-size:.95rem;color:#93c5fd;font-weight:600;margin-bottom:28px;
  min-height:22px;transition:opacity .25s;
}
.vyral-home-root .qc-loading-peos{margin-bottom:24px;}
.vyral-home-root .qc-loading-peo-label{
  font-size:.7rem;color:rgba(255,255,255,.4);
  text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px;
}
.vyral-home-root .qc-loading-peo-list{
  display:flex;justify-content:center;gap:6px;flex-wrap:wrap;min-height:32px;
}
@keyframes qcPeoPop{from{opacity:0;transform:scale(.8);}to{opacity:1;transform:scale(1);}}
.vyral-home-root .qc-loading-progress{
  height:4px;background:rgba(255,255,255,.06);border-radius:2px;
  overflow:hidden;max-width:380px;margin:0 auto;
}
.vyral-home-root .qc-loading-progress-bar{
  height:100%;background:linear-gradient(90deg,#3b82f6,#06b6d4);
  width:0%;transition:width .3s ease;
}
.vyral-home-root .qc-card{
  background:linear-gradient(135deg,rgba(15,23,42,.94),rgba(20,29,56,.96));
  border:1px solid rgba(255,255,255,.13);
  border-radius:24px;
  backdrop-filter:blur(40px);-webkit-backdrop-filter:blur(40px);
  padding:32px;
  box-shadow:0 32px 100px rgba(0,0,0,.7),0 0 0 1px rgba(255,255,255,.08) inset;
  position:relative;overflow:hidden;
  z-index:3;
}
.vyral-home-root .qc-card::before{
  content:'';position:absolute;top:0;left:0;right:0;height:1px;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);
}
.vyral-home-root .qc-card-title{
  font-size:.7rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;
  color:#93c5fd;margin-bottom:6px;
}
.vyral-home-root .qc-card-h{
  font-size:1.3rem;font-weight:800;color:#fff;margin-bottom:24px;
  font-family:'Plus Jakarta Sans',sans-serif;letter-spacing:-.01em;
}
.vyral-home-root .qc-field{margin-bottom:16px;}
.vyral-home-root .qc-field label{
  display:block;font-size:.78rem;font-weight:600;
  color:rgba(255,255,255,.75);margin-bottom:7px;
}
.vyral-home-root .qc-field input,.vyral-home-root .qc-field select{
  width:100%;background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.12);
  border-radius:10px;padding:11px 14px;
  font-size:.9rem;font-family:inherit;color:#fff;
  outline:none;transition:all .2s;
  appearance:none;-webkit-appearance:none;
}
.vyral-home-root .qc-field input::placeholder{color:rgba(255,255,255,.3);}
.vyral-home-root .qc-input-prefix{position:relative;display:flex;align-items:center;}
.vyral-home-root .qc-input-prefix>span{
  position:absolute;left:14px;font-size:.95rem;font-weight:700;
  color:rgba(255,255,255,.55);pointer-events:none;z-index:2;
}
.vyral-home-root .qc-input-prefix>input{padding-left:28px !important;}
.vyral-home-root .qc-field input:focus,.vyral-home-root .qc-field select:focus{
  border-color:rgba(59,130,246,.6);
  background:rgba(255,255,255,.08);
  box-shadow:0 0 0 3px rgba(59,130,246,.15);
}
.vyral-home-root .qc-field select option{background:#1a1f3a;color:#fff;}
.vyral-home-root .qc-field-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;}
.vyral-home-root .qc-submit{
  width:100%;margin-top:8px;
  background:linear-gradient(135deg,#2563eb,#06b6d4);
  border:none;border-radius:12px;
  padding:14px;font-size:.95rem;font-weight:800;color:#fff;
  cursor:pointer;font-family:inherit;letter-spacing:.01em;
  box-shadow:0 8px 32px rgba(37,99,235,.4);
  transition:transform .15s,box-shadow .2s;
}
.vyral-home-root .qc-submit:hover{transform:translateY(-2px);box-shadow:0 12px 40px rgba(37,99,235,.55);}
.vyral-home-root .qc-total-hero{
  text-align:center;padding:22px;
  background:linear-gradient(135deg,rgba(37,99,235,.15),rgba(6,182,212,.1));
  border:1px solid rgba(59,130,246,.3);
  border-radius:16px;margin-bottom:22px;
}
.vyral-home-root .qc-total-hero .label{font-size:.65rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.5);margin-bottom:8px;}
.vyral-home-root .qc-total-hero .amount{font-size:2.6rem;font-weight:900;color:#fff;font-family:'Plus Jakarta Sans',sans-serif;letter-spacing:-.02em;line-height:1;}
.vyral-home-root .qc-total-hero .sub{font-size:.78rem;color:#6ee7b7;margin-top:6px;}
.vyral-home-root .qc-breakdown{display:flex;flex-direction:column;gap:8px;margin-bottom:18px;}
.vyral-home-root .qc-line{
  display:flex;justify-content:space-between;align-items:center;
  padding:11px 14px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.07);
  border-radius:10px;
}
.vyral-home-root .qc-line-left{display:flex;align-items:center;gap:9px;font-size:.82rem;color:rgba(255,255,255,.8);}
.vyral-home-root .qc-line-icon{font-size:.95rem;}
.vyral-home-root .qc-line-val{font-size:.9rem;font-weight:800;color:#6ee7b7;font-family:'Plus Jakarta Sans',sans-serif;}
.vyral-home-root .qc-compare-chart{
  margin:18px 0 22px;padding:22px 22px 18px;
  background:linear-gradient(135deg,rgba(37,99,235,.07),rgba(6,182,212,.05));
  border:1px solid rgba(99,102,241,.18);
  border-radius:16px;
  position:relative;overflow:hidden;
}
.vyral-home-root .qc-compare-chart::before{
  content:'';position:absolute;top:-50%;right:-20%;width:60%;height:140%;
  background:radial-gradient(circle, rgba(124,58,237,.08) 0%, transparent 60%);
  pointer-events:none;
}
.vyral-home-root .qc-compare-head{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:18px;flex-wrap:wrap;position:relative;z-index:1;}
.vyral-home-root .qc-compare-eyebrow{font-size:.62rem;font-weight:800;letter-spacing:.1em;color:#60a5fa;text-transform:uppercase;margin-bottom:4px;}
.vyral-home-root .qc-compare-title{font-size:.95rem;font-weight:800;color:#fff;font-family:'Plus Jakarta Sans',sans-serif;}
.vyral-home-root .qc-compare-legend{display:flex;gap:14px;align-items:center;flex-shrink:0;}
.vyral-home-root .qc-compare-legend-item{display:flex;align-items:center;gap:6px;font-size:.7rem;color:rgba(255,255,255,.7);font-weight:600;}
.vyral-home-root .qc-dot{width:10px;height:10px;border-radius:50%;display:inline-block;}
.vyral-home-root .qc-dot-today{background:linear-gradient(135deg,#64748b,#94a3b8);}
.vyral-home-root .qc-dot-peo{background:linear-gradient(135deg,#06b6d4,#3b82f6);}
.vyral-home-root .qc-compare-rows{display:flex;flex-direction:column;gap:16px;position:relative;z-index:1;}
.vyral-home-root .qc-compare-foot{margin-top:14px;padding-top:12px;border-top:1px solid rgba(255,255,255,.06);font-size:.7rem;color:rgba(255,255,255,.45);text-align:center;position:relative;z-index:1;}
@media (max-width:560px){.vyral-home-root .qc-compare-head{flex-direction:column;align-items:stretch;}}
@keyframes qcRunningSlide{from{opacity:0;transform:translateX(12px);}to{opacity:1;transform:translateX(0);}}
@media (max-width:1100px){@keyframes qcRunningSlide{from{opacity:0;transform:translateY(12px);}to{opacity:1;transform:translateY(0);}}}
.vyral-home-root .qc-mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:16px;}
.vyral-home-root .qc-mini{
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.07);
  border-radius:10px;padding:12px;text-align:center;
}
.vyral-home-root .qc-mini .lbl{font-size:.62rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.45);margin-bottom:4px;}
.vyral-home-root .qc-mini .val{font-size:1.1rem;font-weight:800;color:#fff;font-family:'Plus Jakarta Sans',sans-serif;}
.vyral-home-root .qc-result-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;}
.vyral-home-root .qc-cta{
  display:flex;align-items:center;justify-content:center;text-align:center;
  padding:14px 16px;border-radius:12px;
  font-size:.85rem;font-weight:700;text-decoration:none;
  font-family:inherit;cursor:pointer;
  transition:all .2s;
}
.vyral-home-root .qc-cta-primary{
  background:linear-gradient(135deg,#2563eb,#06b6d4);
  border:none;color:#fff;
  box-shadow:0 8px 24px rgba(37,99,235,.35);
}
.vyral-home-root .qc-cta-primary:hover{transform:translateY(-2px);box-shadow:0 12px 32px rgba(37,99,235,.5);}
.vyral-home-root .qc-cta-secondary{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.18);
  color:#fff;
}
.vyral-home-root .qc-cta-secondary:hover{background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.28);}
@media(max-width:560px){.vyral-home-root .qc-result-actions{grid-template-columns:1fr;}}
.vyral-home-root .qc-next-steps{
  display:flex;gap:12px;align-items:flex-start;
  margin-top:14px;padding:14px 16px;
  background:rgba(6,182,212,.09);border:1px solid rgba(6,182,212,.32);
  border-radius:12px;
}
.vyral-home-root .qc-next-icon{font-size:1.3rem;flex-shrink:0;line-height:1.2;}
.vyral-home-root .qc-next-steps strong{display:block;color:#7dd3fc;font-size:.85rem;font-weight:800;margin-bottom:3px;}
.vyral-home-root .qc-next-steps span{display:block;color:rgba(255,255,255,.7);font-size:.78rem;line-height:1.55;}
@keyframes spin{to{transform:rotate(360deg);}}
.vyral-home-root .qc-guide{
    display:flex;flex-wrap:wrap;align-items:center;gap:14px;
    padding:16px 18px;margin:-4px 0 22px;border-radius:16px;
    background:linear-gradient(135deg,rgba(139,92,246,.16),rgba(34,211,238,.10));
    border:1px solid rgba(139,92,246,.32);
  }
.vyral-home-root .qc-guide-ico{font-size:1.5rem;line-height:1;flex:0 0 auto}
.vyral-home-root .qc-guide-copy{flex:1 1 260px;min-width:200px}
.vyral-home-root .qc-guide-title{font-weight:800;color:#fff;font-size:1rem;letter-spacing:-.01em;margin-bottom:3px;font-family:'Plus Jakarta Sans',sans-serif}
.vyral-home-root .qc-guide-sub{color:rgba(255,255,255,.7);font-size:.85rem;line-height:1.45}
.vyral-home-root .qc-guide-steps{display:flex;gap:8px;flex-wrap:wrap}
.vyral-home-root .qc-guide-pill{display:inline-flex;align-items:center;gap:7px;font-size:.78rem;font-weight:600;color:rgba(255,255,255,.82);background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:6px 11px}
.vyral-home-root .qc-guide-pill b{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;background:#8b5cf6;color:#fff;font-size:.7rem;font-weight:800}
.vyral-home-root .qc-sec{margin:0 0 22px;padding:18px;border-radius:16px;background:rgba(255,255,255,.025);border:1px solid rgba(255,255,255,.08)}
.vyral-home-root .qc-sec-head{display:flex;align-items:flex-start;gap:12px;margin-bottom:14px}
.vyral-home-root .qc-sec-num{flex:0 0 auto;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.95rem;color:#fff;background:linear-gradient(135deg,#8b5cf6,#6366f1);box-shadow:0 4px 14px rgba(139,92,246,.4)}
.vyral-home-root .qc-sec-titles{flex:1}
.vyral-home-root .qc-sec-title{font-weight:800;color:#fff;font-size:1.02rem;letter-spacing:-.01em;font-family:'Plus Jakarta Sans',sans-serif}
.vyral-home-root .qc-sec-sub{color:rgba(255,255,255,.62);font-size:.84rem;line-height:1.45;margin-top:2px}
.vyral-home-root .qc-help{margin-top:8px;border-radius:10px;overflow:hidden}
.vyral-home-root .qc-help summary{cursor:pointer;list-style:none;display:inline-flex;align-items:center;gap:6px;font-size:.8rem;font-weight:600;color:#a5b4fc;padding:3px 0;user-select:none}
.vyral-home-root .qc-help summary::-webkit-details-marker{display:none}
.vyral-home-root .qc-help summary::before{content:"?";display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%;background:rgba(165,180,252,.18);color:#a5b4fc;font-size:.7rem;font-weight:800}
.vyral-home-root .qc-help[open] summary{margin-bottom:6px}
.vyral-home-root .qc-help-body{font-size:.82rem;line-height:1.5;color:rgba(255,255,255,.72);background:rgba(99,102,241,.08);border-left:2px solid #8b5cf6;border-radius:0 8px 8px 0;padding:10px 12px}
.vyral-home-root .qc-help-body b{color:#fff}
.vyral-home-root .qc-tip{display:flex;align-items:flex-start;gap:8px;font-size:.82rem;line-height:1.45;color:rgba(255,255,255,.7);background:rgba(34,211,238,.07);border:1px solid rgba(34,211,238,.2);border-radius:12px;padding:11px 13px;margin:12px 0}
.vyral-home-root .qc-tip-ico{flex:0 0 auto}
.vyral-home-root .qc-tier-badge{display:inline-block;font-size:.62rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#0b1130;background:linear-gradient(135deg,#fbbf24,#f59e0b);border-radius:999px;padding:2px 7px;margin-left:8px;vertical-align:middle}
.vyral-home-root .qc-plan-block.qc-most .qc-plan{outline:1px solid rgba(251,191,36,.4);outline-offset:0;border-radius:12px}
.vyral-home-root .qc-plans-lead{font-size:.9rem;line-height:1.5;color:rgba(255,255,255,.82);margin:2px 0 14px}
.vyral-home-root .qc-plans-lead b{color:#fff}
.vyral-home-root .qc-hint{display:flex;align-items:flex-start;gap:6px;font-size:.76rem;line-height:1.4;color:rgba(255,255,255,.58);margin-top:7px}
.vyral-home-root .qc-hint > span:first-child{flex:0 0 auto}
.vyral-home-root .qc-hint b{color:rgba(255,255,255,.85);font-weight:700}
.vyral-home-root .qc-sec-pop{background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.015));border-color:rgba(255,255,255,.11);box-shadow:0 1px 0 rgba(255,255,255,.05) inset, 0 16px 36px -22px rgba(0,0,0,.7);transition:border-color .2s,box-shadow .2s}
.vyral-home-root .qc-sec-pop:focus-within{border-color:rgba(139,92,246,.45);box-shadow:0 0 0 1px rgba(139,92,246,.25), 0 18px 40px -22px rgba(139,92,246,.4)}
.vyral-home-root .qc-final-note{display:flex;align-items:center;gap:8px;justify-content:center;text-align:center;font-size:.8rem;line-height:1.4;color:rgba(255,255,255,.66);background:rgba(16,185,129,.09);border:1px solid rgba(16,185,129,.24);border-radius:12px;padding:11px 14px;margin:8px 0 14px}
.vyral-home-root .qc-help summary{background:linear-gradient(135deg,rgba(139,92,246,.2),rgba(34,211,238,.13));border:1px solid rgba(139,92,246,.34);border-radius:999px;padding:9px 15px;color:#dbe3ff;font-size:.84rem;font-weight:700;transition:filter .15s,transform .15s}
.vyral-home-root .qc-help summary:hover{filter:brightness(1.12);transform:translateY(-1px)}
.vyral-home-root .qc-help summary::before{content:"💬";display:inline;width:auto;height:auto;background:none;border-radius:0;color:inherit;font-size:.95rem}
.vyral-home-root .qc-help summary::after{content:"▾";margin-left:auto;font-size:.72rem;opacity:.85}
.vyral-home-root .qc-help[open] summary::after{content:"▴"}
.vyral-home-root .qc-help-body{margin-top:8px}
.vyral-home-root #quote-promo .qc-sec{padding:16px 18px;margin-bottom:16px}
.vyral-home-root #quote-promo .qc-sec .qc-field{margin-bottom:12px}
.vyral-home-root #quote-promo .qc-sec .qc-field:last-child{margin-bottom:0}
.vyral-home-root #quote-promo .qc-card-h{margin-bottom:16px}
.vyral-home-root #quote-promo .qc-row-4{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;}
@media (max-width:1000px){.vyral-home-root #quote-promo .qc-row-4{grid-template-columns:1fr 1fr;}}
@media (max-width:760px){.vyral-home-root #quote-promo .qc-field-row,
    .vyral-home-root #quote-promo .qc-row-3,
    .vyral-home-root #quote-promo .qc-row-4{grid-template-columns:1fr !important;}.vyral-home-root #quote-promo .qc-guide{flex-direction:column;align-items:flex-start}}
@keyframes vnetPulse{ 0%,100%{ box-shadow:0 0 0 1px rgba(255,255,255,.18),0 0 40px rgba(139,92,246,.55),inset 0 0 24px rgba(255,255,255,.15);} 50%{ box-shadow:0 0 0 1px rgba(255,255,255,.25),0 0 64px rgba(139,92,246,.85),inset 0 0 24px rgba(255,255,255,.2);} }
@keyframes vbookGlow{
    0%,100%{ box-shadow:0 0 0 1px rgba(139,92,246,.30), 0 0 50px rgba(139,92,246,.28), 0 0 110px rgba(34,211,238,.12); }
    50%{ box-shadow:0 0 0 1px rgba(139,92,246,.55), 0 0 84px rgba(139,92,246,.5), 0 0 150px rgba(34,211,238,.26); }
  }
@keyframes vs2Pulse{50%{box-shadow:0 0 92px -6px rgba(139,92,246,1), inset 0 0 36px rgba(139,92,246,.16);}}
.vyral-home-root, .vyral-home-root *,.vyral-home-root *::before,.vyral-home-root *::after{box-sizing:border-box;margin:0;padding:0;}
.vyral-home-root{font-family:'Inter',system-ui,sans-serif;background:#f8fafc;color:#0f172a;line-height:1.55;padding:0;}
.vyral-home-root h1,.vyral-home-root h2,.vyral-home-root h3,.vyral-home-root h4{font-family:'Plus Jakarta Sans',sans-serif;letter-spacing:-0.02em;}
@media print{.vyral-home-root{background:#fff;}}
@media(max-width:600px){.vyral-home-root .container{max-width:100%;padding-left:16px;padding-right:16px;}.vyral-home-root [class*="grid"] > *{min-width:0;}.vyral-home-root #hero p,.vyral-home-root p,.vyral-home-root .hero-sub{overflow-wrap:anywhere;}.vyral-home-root .qc-field-row{grid-template-columns:1fr;}.vyral-home-root #quote-promo .container{max-width:100%;width:auto;margin:0;padding-left:10px;padding-right:10px;}.vyral-home-root .qc-card{padding-left:16px;padding-right:16px;}}
/* --- IBIZDigital LP overrides (appended by extract_calc.py) --- */
.vyral-home-root{background:transparent !important;}
.vyral-lp-calc #quote-promo{padding:72px 0 88px !important;}
@media (max-width:980px){.vyral-lp-calc #quote-promo{padding:48px 0 64px !important;}}
