/* QuickVidya welcome site — mobile-first; tokens from getmeanai styles.css (light palette), same approach as the tenant qv-web.css */
:root{color-scheme:light;--bg:#f5f7fa;--bg-subtle:#eef1f6;--surface:#fff;--surface-2:#f3f5f9;--surface-3:#e8ecf3;--border:#e0e5ec;--border-strong:#c8d0dc;
--text:#141820;--text-muted:#5c6675;--text-faint:#808b9b;--primary:#2f5fe0;--primary-hover:#2751c4;--primary-active:#1f43a8;--primary-soft:rgba(47,95,224,.1);--on-primary:#fff;
--positive:#17914b;--positive-soft:rgba(23,145,75,.12);--warn:#b0700a;--warn-soft:rgba(176,112,10,.12);--danger:#cf2d3a;--danger-soft:rgba(207,45,58,.1);
--shadow-sm:0 1px 2px rgba(16,24,40,.06);--shadow-md:0 4px 16px rgba(16,24,40,.08);--shadow-lg:0 18px 48px rgba(16,24,40,.14);
--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px;--space-12:56px;
--radius-sm:8px;--radius-md:12px;--radius-lg:18px;--radius-pill:999px;--content-max:1240px;--ease:cubic-bezier(.32,.72,0,1)}
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{animation:none!important;transition:none!important}}
body{margin:0;min-width:320px;min-height:100vh;background:var(--bg);color:var(--text);font-family:Inter,"Noto Sans Devanagari",system-ui,-apple-system,sans-serif;font-size:16px;line-height:1.55;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;overflow-wrap:anywhere;overflow-x:hidden}
:lang(hi){font-family:"Noto Sans Devanagari",Inter,system-ui,sans-serif}
h1,h2,h3,h4,p,figure,ul,ol{margin:0}
h1{font-size:clamp(1.7rem,1.2rem+2.2vw,2.7rem);font-weight:700;line-height:1.15;letter-spacing:-.02em}
h2{font-size:clamp(1.3rem,1.1rem+1vw,1.8rem);font-weight:650;line-height:1.25;letter-spacing:-.01em}
h3{font-size:1.05rem;font-weight:600;line-height:1.35}
a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}
img,video,iframe,svg{max-width:100%}img{height:auto}
button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer}
:focus-visible{outline:3px solid var(--primary);outline-offset:2px;border-radius:var(--radius-sm)}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
.skip-link{position:fixed;top:8px;left:8px;z-index:100;transform:translateY(-200%);border-radius:var(--radius-sm);background:var(--primary);color:var(--on-primary);padding:8px 16px;font-weight:600}
.skip-link:focus{transform:none;text-decoration:none}
.wrap{width:100%;max-width:var(--content-max);margin:0 auto;padding:0 var(--space-4)}
.muted{color:var(--text-muted)}.small{font-size:.875rem}.center{text-align:center}.hint{font-size:.8rem;color:var(--text-muted);font-weight:400}
.section{padding:var(--space-10) 0}.section-alt{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.section-head{margin-bottom:var(--space-6);max-width:70ch}.section-head p{color:var(--text-muted);margin-top:var(--space-2)}
.eyebrow{display:inline-block;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--primary);margin-bottom:var(--space-2)}
.page-head{padding:var(--space-10) 0 var(--space-4)}.page-head p{color:var(--text-muted);max-width:64ch;margin-top:var(--space-2)}
.lead{font-size:1.12rem;color:var(--text-muted);max-width:62ch}
.prose{max-width:74ch}.prose p,.prose ul,.prose ol{margin:0 0 var(--space-3)}.prose ul,.prose ol{padding-left:1.4em}.prose h2{margin:var(--space-8) 0 var(--space-3)}.prose h3{margin:var(--space-5) 0 var(--space-2)}
/* buttons */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:44px;padding:10px 18px;border-radius:var(--radius-sm);border:1px solid transparent;font-weight:600;line-height:1.2;transition:background .15s var(--ease),color .15s;text-decoration:none!important;white-space:nowrap}
.btn-primary{background:var(--primary);color:var(--on-primary)}.btn-primary:hover{background:var(--primary-hover)}
.btn-ghost{background:transparent;border-color:var(--border-strong);color:var(--text)}.btn-ghost:hover{background:var(--surface-2)}
.btn-positive{background:var(--positive);color:#fff}.btn-positive:hover{filter:brightness(1.08)}
.btn-sm{min-height:36px;padding:6px 12px;font-size:.9rem}.btn-lg{min-height:52px;padding:14px 26px;font-size:1.05rem}
.btn[disabled],.btn[aria-disabled=true]{opacity:.6;cursor:progress}
/* header */
.site-header{background:var(--surface);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:50}
.header-row{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);min-height:64px;padding-top:8px;padding-bottom:8px}
.brand{display:flex;align-items:center;gap:10px;color:var(--text);min-width:0}.brand:hover{text-decoration:none}
.brand-mark{flex:none}.brand-text{display:flex;flex-direction:column;min-width:0}
.brand-name{font-weight:700;font-size:1.05rem;line-height:1.2}.brand-sub{font-size:.72rem;color:var(--text-muted);line-height:1.25;display:none}
.header-actions{display:flex;align-items:center;gap:8px}.header-actions .btn{display:none}
.lang-switch{font-weight:600;font-size:.9rem;padding:6px 8px;border-radius:var(--radius-sm)}
.nav-toggle{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface)}
.nav-toggle-bar{position:relative;width:20px;height:2px;background:var(--text);border-radius:2px}
.nav-toggle-bar::before,.nav-toggle-bar::after{content:"";position:absolute;left:0;width:20px;height:2px;background:var(--text);border-radius:2px}
.nav-toggle-bar::before{top:-6px}.nav-toggle-bar::after{top:6px}
.site-nav{border-top:1px solid var(--border);background:var(--surface)}
.nav-list{list-style:none;padding:8px 16px;margin:0;display:flex;flex-direction:column}
.nav-list a{display:block;padding:10px 8px;color:var(--text);font-weight:500;border-radius:var(--radius-sm)}
.nav-list a:hover{background:var(--surface-2);text-decoration:none}.nav-list a[aria-current=page]{color:var(--primary);font-weight:650}
.nav-cta a{color:var(--positive);font-weight:650}
.js .site-nav{display:none}.js .site-nav.open{display:block}
/* hero */
.hero{background:linear-gradient(160deg,var(--primary) 0%,#1d3f9c 100%);color:#fff;padding:var(--space-10) 0}
.hero h1{color:#fff;max-width:20ch}.hero .lead{color:rgba(255,255,255,.9);max-width:56ch;margin-top:var(--space-3)}
.hero-cta{display:flex;flex-wrap:wrap;gap:10px;margin-top:var(--space-6)}
.hero .btn-ghost{border-color:rgba(255,255,255,.6);color:#fff}.hero .btn-ghost:hover{background:rgba(255,255,255,.12)}
.hero .btn-primary{background:#fff;color:var(--primary)}.hero .btn-primary:hover{background:#eef2ff}
.hero-grid{display:grid;gap:var(--space-8)}
.hero-points{list-style:none;padding:0;margin-top:var(--space-6);display:grid;gap:8px;font-size:.95rem;color:rgba(255,255,255,.92)}
.hero-points li::before{content:"✓ ";font-weight:700}
.hero-art{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);border-radius:var(--radius-lg);padding:var(--space-4);box-shadow:var(--shadow-lg)}
.hero-art svg{display:block;width:100%;height:auto}
.hero-note{font-size:.85rem;color:rgba(255,255,255,.75);margin-top:var(--space-3)}
/* segments strip */
.segments{display:flex;flex-wrap:wrap;gap:8px;list-style:none;padding:0;margin-top:var(--space-4)}
.segments li{padding:6px 12px;border-radius:var(--radius-pill);background:var(--surface);border:1px solid var(--border);font-size:.88rem;font-weight:600}
/* cards & grids */
.grid{display:grid;gap:var(--space-4)}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}
.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:var(--space-5);box-shadow:var(--shadow-sm);min-width:0}
.card h3{margin-bottom:var(--space-2)}.card p{color:var(--text-muted)}
.module{display:flex;flex-direction:column;gap:6px}.module .ico{font-size:1.5rem;line-height:1;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius-sm);background:var(--primary-soft);color:var(--primary);font-weight:700}
.tag{display:inline-block;padding:2px 8px;border-radius:var(--radius-pill);background:var(--surface-3);color:var(--text-muted);font-size:.75rem;font-weight:600;white-space:nowrap}
.tag-ok{background:var(--positive-soft);color:var(--positive)}.tag-warn{background:var(--warn-soft);color:var(--warn)}.tag-info{background:var(--primary-soft);color:var(--primary)}
.alert{padding:var(--space-3) var(--space-4);border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface-2);margin-bottom:var(--space-4)}
.alert-ok{border-color:var(--positive);background:var(--positive-soft)}.alert-warn{border-color:var(--warn);background:var(--warn-soft)}.alert-bad{border-color:var(--danger);background:var(--danger-soft)}
/* demo panel */
.demo-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:var(--space-6);box-shadow:var(--shadow-md);display:grid;gap:var(--space-5)}
.demo-panel .btn-lg{width:100%}
.logins{display:grid;gap:var(--space-3)}
.login-card{border:1px solid var(--border);border-radius:var(--radius-md);padding:var(--space-4);background:var(--surface-2)}
.login-card b{display:block;margin-bottom:4px}.login-card code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.95rem;background:var(--surface);border:1px solid var(--border);border-radius:6px;padding:2px 6px}
.login-card .small{display:block;margin-top:6px}
/* steps */
.steps-grid{display:grid;gap:var(--space-4);counter-reset:step}
.step-card{position:relative;padding-left:64px}
.step-card::before{counter-increment:step;content:counter(step);position:absolute;left:var(--space-5);top:var(--space-5);width:32px;height:32px;border-radius:50%;background:var(--primary);color:#fff;font-weight:700;display:flex;align-items:center;justify-content:center}
/* pricing */
.plans{display:grid;gap:var(--space-4)}
.plan{display:flex;flex-direction:column;gap:var(--space-3);position:relative}
.plan.highlight{border-color:var(--primary);box-shadow:0 0 0 2px var(--primary-soft),var(--shadow-md)}
.plan .badge{position:absolute;top:-12px;right:var(--space-4)}
.plan-price{font-size:1.9rem;font-weight:700;line-height:1.1;letter-spacing:-.02em}.plan-price small{font-size:.85rem;font-weight:500;color:var(--text-muted);display:block;margin-top:2px}
.plan-meta{list-style:none;padding:0;display:grid;gap:4px;font-size:.9rem;color:var(--text-muted)}
.plan-mods{list-style:none;padding:0;display:grid;gap:6px;font-size:.92rem;margin-top:auto}.plan-mods li::before{content:"✓";color:var(--positive);font-weight:700;margin-right:8px}
.plan .btn{margin-top:var(--space-2)}
/* tables */
.table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface)}
table{width:100%;border-collapse:collapse;font-size:.95rem}
th,td{text-align:left;padding:10px 12px;border-bottom:1px solid var(--border);vertical-align:top}
th{background:var(--surface-2);font-weight:600;font-size:.85rem;color:var(--text-muted)}
tbody tr:last-child td{border-bottom:0}caption{text-align:left;padding:10px 12px;font-weight:600}
.num{text-align:right;font-variant-numeric:tabular-nums}
/* faq */
.faq details{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);padding:0 var(--space-4);margin-bottom:var(--space-2)}
.faq summary{cursor:pointer;font-weight:600;padding:var(--space-3) 0;list-style:none;display:flex;justify-content:space-between;gap:var(--space-3)}
.faq summary::-webkit-details-marker{display:none}.faq summary::after{content:"+";color:var(--primary);font-weight:700}
.faq details[open] summary::after{content:"–"}.faq details p{padding:0 0 var(--space-3);color:var(--text-muted)}
/* forms */
.form{display:grid;gap:var(--space-4)}.form-row{display:grid;gap:var(--space-4)}
label{display:block;font-weight:600;font-size:.9rem;margin-bottom:4px}
input[type=text],input[type=email],input[type=tel],input[type=number],input[type=url],select,textarea{width:100%;min-height:44px;padding:10px 12px;border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);color:var(--text)}
textarea{min-height:120px;resize:vertical}
input:focus,select:focus,textarea:focus{border-color:var(--primary);outline:3px solid var(--primary-soft)}
input[aria-invalid=true],select[aria-invalid=true]{border-color:var(--danger)}
.field-error{color:var(--danger);font-size:.85rem;margin-top:4px;display:none}.field-error:not(:empty){display:block}
.check{display:flex;align-items:flex-start;gap:10px;font-weight:500;font-size:.95rem}.check input{width:20px;height:20px;min-height:0;margin-top:2px;flex:none}
.hp{position:absolute;left:-9999px;top:-9999px;height:0;overflow:hidden}
fieldset{border:1px solid var(--border);border-radius:var(--radius-md);padding:var(--space-4);margin:0;background:var(--surface);min-width:0}
legend{font-weight:700;padding:0 6px}
.slug-row{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.slug-row input{flex:1 1 160px}.slug-suffix{font-weight:600;color:var(--text-muted)}
.slug-state{font-size:.85rem;margin-top:4px;min-height:1.2em}.slug-state.ok{color:var(--positive)}.slug-state.bad{color:var(--danger)}
.plan-pick{display:grid;gap:var(--space-2)}.plan-pick label{display:flex;gap:10px;align-items:flex-start;padding:10px 12px;border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;font-weight:500}
.plan-pick input{width:18px;height:18px;min-height:0;margin-top:3px;flex:none}.plan-pick label:has(input:checked){border-color:var(--primary);background:var(--primary-soft)}
.form-status{margin-top:var(--space-2)}
/* status page */
.status-box{display:grid;gap:var(--space-4);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:var(--space-6);box-shadow:var(--shadow-md)}
.status-steps{display:flex;gap:6px;list-style:none;padding:0}
.status-steps li{flex:1;padding:8px;border-radius:var(--radius-sm);background:var(--surface-3);font-size:.8rem;font-weight:600;text-align:center;color:var(--text-muted)}
.status-steps li[aria-current=step]{background:var(--primary);color:#fff}.status-steps li.done{background:var(--positive-soft);color:var(--positive)}.status-steps li.failed{background:var(--danger-soft);color:var(--danger)}
.status-site{font-size:1.2rem;font-weight:700;word-break:break-all}
/* checklist */
.checklist{list-style:none;padding:0;display:grid;gap:var(--space-2)}
.checklist li{display:flex;gap:10px;align-items:flex-start;padding:10px 12px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm)}
.checklist li::before{content:"☐";color:var(--primary);font-weight:700;flex:none}
.checklist .where{display:block;font-size:.85rem;color:var(--text-muted)}
/* footer */
.site-footer{background:#141820;color:#c9d1dc;margin-top:var(--space-12);padding:var(--space-10) 0 var(--space-6);font-size:.95rem}
.site-footer a{color:#e6ebf2}.footer-grid{display:grid;gap:var(--space-6)}
.footer-name{font-weight:700;font-size:1.1rem;color:#fff}.footer-motto{font-style:italic;color:#9aa4b2;margin-bottom:8px}
.footer-head{font-weight:700;color:#fff;margin-bottom:8px}.footer-links{list-style:none;padding:0;display:grid;gap:6px}
.footer-bottom{display:flex;flex-wrap:wrap;justify-content:space-between;gap:8px;margin-top:var(--space-8);padding-top:var(--space-4);border-top:1px solid #2b313b;font-size:.85rem;color:#9aa4b2}
.school-go{margin-top:var(--space-4)}.school-go label{color:#c9d1dc}.school-go .hint{color:#9aa4b2}
.school-go-row{display:flex;gap:6px}.school-go input{min-height:36px;padding:6px 10px;border:1px solid #3a424f;border-radius:var(--radius-sm);background:#1a1e24;color:#fff;width:100%}
.school-go .btn-ghost{border-color:#3a424f;color:#fff}
@media (min-width:640px){.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(2,1fr)}.grid-4{grid-template-columns:repeat(2,1fr)}.form-row{grid-template-columns:1fr 1fr}.brand-sub{display:block}.footer-grid{grid-template-columns:1.4fr 1fr 1fr}.logins{grid-template-columns:repeat(3,1fr)}.steps-grid{grid-template-columns:repeat(3,1fr)}.plans{grid-template-columns:repeat(2,1fr)}.demo-panel .btn-lg{width:auto}}
@media (min-width:960px){.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.hero-grid{grid-template-columns:1.15fr 1fr;align-items:center}.plans{grid-template-columns:repeat(4,1fr)}
.header-actions .btn{display:inline-flex}.nav-toggle{display:none}.js .site-nav{display:block}
.nav-list{flex-direction:row;flex-wrap:wrap;gap:2px;padding:0 16px}.nav-list a{padding:10px 10px;font-size:.92rem}.nav-cta{margin-left:auto}.section{padding:var(--space-12) 0}.hero{padding:var(--space-12) 0}}
