:root {
  --navy-950:#041426;
  --navy-900:#071d35;
  --navy-850:#0a2744;
  --navy-800:#0d3154;
  --navy-700:#174567;
  --green:#80ca42;
  --green-strong:#65b833;
  --green-soft:#eff9e9;
  --blue:#4e90e8;
  --amber:#f2a93b;
  --red:#ef6a67;
  --ink:#102238;
  --muted:#66768a;
  --line:#dfe7ee;
  --soft:#f3f7fa;
  --white:#ffffff;
  --shadow:0 24px 70px rgba(9, 30, 52, .12);
  --shadow-sm:0 12px 35px rgba(9, 30, 52, .09);
  --radius:24px;
  --container:min(1180px, calc(100% - 40px));
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:90px;overflow-x:clip}
body{margin:0;font-family:"Tajawal",Tahoma,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.75;overflow-x:clip;max-width:100%}
body.modal-open{overflow:hidden}
button,input,select{font:inherit}
button,a{-webkit-tap-highlight-color:transparent}
a{text-decoration:none;color:inherit}
img,svg{display:block}
button{cursor:pointer}
.svg-sprite{position:absolute;width:0;height:0;overflow:hidden}
svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.container{width:var(--container);margin-inline:auto}
.skip-link{position:fixed;top:-100px;right:20px;background:var(--green);color:#071d35;padding:10px 18px;border-radius:0 0 10px 10px;z-index:9999;font-weight:800}.skip-link:focus{top:0}
.btn{border:0;border-radius:12px;padding:12px 20px;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-weight:800;transition:.25s ease;white-space:nowrap}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:linear-gradient(135deg,var(--green),#9bdd58);color:#08213a;box-shadow:0 11px 28px rgba(104,188,52,.23)}
.btn-primary:hover{box-shadow:0 15px 34px rgba(104,188,52,.34)}
.btn-ghost{background:transparent;color:inherit;border:1px solid rgba(16,34,56,.13)}
.btn-outline{background:rgba(255,255,255,.04);color:#fff;border:1px solid rgba(255,255,255,.22)}
.btn-dark{background:var(--navy-900);color:#fff}.btn-dark svg,.btn-primary svg{width:18px;height:18px}
.btn-large{padding:15px 24px;border-radius:14px}
.section{padding:110px 0}.section-soft{background:var(--soft)}
.site-header{position:fixed;top:0;left:0;width:100%;z-index:1000;color:#fff;transition:.3s ease;border-bottom:1px solid transparent}
.site-header.scrolled{background:rgba(5,22,39,.94);backdrop-filter:blur(18px);box-shadow:0 12px 32px rgba(0,0,0,.12);border-color:rgba(255,255,255,.08)}
.nav-wrap{height:82px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:inline-flex;align-items:center;gap:11px;min-width:max-content}
.brand-mark{width:42px;height:42px;display:grid;grid-template-columns:1fr 1fr;gap:4px;padding:5px;border:1px solid rgba(255,255,255,.24);border-radius:11px;background:rgba(255,255,255,.06)}
.brand-mark span{border:2px solid var(--green);border-radius:3px}.brand-mark span:nth-child(2),.brand-mark span:nth-child(3){border-color:#69a8e9}
.brand-mark.mini{width:28px;height:28px;border-color:#dbe6ed;background:#fff;padding:3px;border-radius:7px}
.brand-text{display:flex;flex-direction:column;line-height:1.05}.brand-text strong{font-size:20px;letter-spacing:.1px}.brand-text strong span{color:var(--green)}.brand-text small{font-size:10px;color:#a8b9c9;margin-top:5px}
.desktop-nav{display:flex;align-items:center;gap:29px}.desktop-nav a{font-size:14px;font-weight:700;color:#d6e0e9;position:relative}.desktop-nav a:after{content:"";position:absolute;right:0;bottom:-12px;width:0;height:2px;background:var(--green);transition:.25s}.desktop-nav a:hover,.desktop-nav a.active{color:#fff}.desktop-nav a:hover:after,.desktop-nav a.active:after{width:100%}
.nav-actions{display:flex;align-items:center;gap:10px}.site-header .btn-ghost{border-color:rgba(255,255,255,.18);color:#fff}.site-header .btn{font-size:13px;padding:10px 16px}
.menu-toggle{display:none;background:none;border:0;color:#fff;padding:8px}.mobile-menu{display:none}
.section-dark{background:radial-gradient(circle at 15% 12%,#123f68 0,#082644 32%,#041426 75%);color:#fff}
.hero{min-height:760px;padding:145px 0 105px;position:relative;overflow:hidden}.hero-grid-overlay,.cta-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.028) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.028) 1px,transparent 1px);background-size:42px 42px;mask-image:linear-gradient(to left,black,transparent 80%);pointer-events:none}.hero:before{content:"";position:absolute;width:500px;height:500px;border-radius:50%;background:rgba(128,202,66,.08);filter:blur(70px);top:-250px;right:-100px}.hero-layout{display:grid;grid-template-columns:.88fr 1.12fr;align-items:center;gap:68px;position:relative;z-index:2}.eyebrow{display:inline-flex;align-items:center;gap:10px;color:#c8d9e7;font-weight:700;font-size:14px;margin-bottom:15px}.eyebrow span{width:34px;height:2px;background:var(--green);border-radius:20px}.eyebrow.dark{color:#496177}.eyebrow.light{color:#b8cad9}.hero h1,.section-heading h2,.modules-copy h2,.security-copy h2,.faq-intro h2,.cta-copy h2{font-size:clamp(38px,5vw,68px);line-height:1.22;margin:0 0 22px;letter-spacing:-1.4px}.hero h1 em,.section-heading h2 em,.modules-copy h2 em,.security-copy h2 em,.faq-intro h2 em,.cta-copy h2 em{font-style:normal;color:var(--green)}.hero-copy>p{color:#c0cfdb;font-size:18px;max-width:560px;margin:0 0 30px}.hero-actions{display:flex;gap:13px;flex-wrap:wrap}.play{width:28px;height:28px;border-radius:50%;background:rgba(255,255,255,.1);display:grid;place-items:center}.play svg{width:15px;height:15px}.hero-trust{display:flex;gap:22px;margin-top:27px;color:#cbd8e2;font-size:13px;flex-wrap:wrap}.hero-trust span{display:flex;align-items:center;gap:6px}.hero-trust svg{width:16px;height:16px;color:var(--green)}
.hero-visual{position:relative;direction:ltr}.glow{position:absolute;border-radius:50%;filter:blur(50px)}.glow-one{width:280px;height:280px;background:rgba(88,149,232,.2);top:10%;left:-8%}.glow-two{width:240px;height:240px;background:rgba(116,197,60,.16);bottom:-5%;right:0}.dashboard-shell{position:relative;width:100%;background:#f7fafc;border:1px solid rgba(255,255,255,.22);border-radius:18px;box-shadow:0 45px 110px rgba(0,0,0,.35);overflow:hidden;transform:perspective(1300px) rotateY(-4deg) rotateX(1deg);transform-origin:center;transition:.5s}.hero-visual:hover .dashboard-shell{transform:perspective(1300px) rotateY(0) rotateX(0)}
.browser-bar{height:34px;background:#eef3f6;border-bottom:1px solid #dce5eb;display:flex;align-items:center;gap:16px;padding:0 13px;color:#63798c;font-size:9px}.browser-dots{display:flex;gap:5px}.browser-dots i{width:7px;height:7px;border-radius:50%;background:#ef6b67}.browser-dots i:nth-child(2){background:#f4b64e}.browser-dots i:nth-child(3){background:#73c660}.browser-address{background:#fff;border:1px solid #dde6eb;border-radius:5px;padding:4px 12px;flex:1;text-align:center}.secure-dot{width:7px;height:7px;border-radius:50%;background:var(--green)}
.app-layout{height:478px;display:grid;grid-template-columns:132px 1fr;direction:ltr}.app-sidebar{background:#0a2947;color:#c2d1dd;padding:13px 10px;display:flex;flex-direction:column;gap:5px;direction:rtl}.mini-brand{display:flex;align-items:center;gap:7px;color:#fff;font-size:10px;padding:0 3px 13px;margin-bottom:5px;border-bottom:1px solid rgba(255,255,255,.08)}.side-item{display:flex;align-items:center;gap:8px;padding:8px 9px;border-radius:6px;font-size:9px}.side-item svg{width:14px;height:14px}.side-item.active{background:linear-gradient(90deg,rgba(128,202,66,.22),rgba(128,202,66,.07));color:#fff;border-right:2px solid var(--green)}.profile-mini{margin-top:auto;display:flex;align-items:center;gap:7px;border-top:1px solid rgba(255,255,255,.08);padding-top:10px}.profile-mini>span{width:25px;height:25px;background:#e8f7df;color:#3b7e23;border-radius:7px;display:grid;place-items:center;font-weight:800}.profile-mini div{display:flex;flex-direction:column}.profile-mini b{font-size:8px;color:#fff}.profile-mini small{font-size:6.5px}
.app-content{background:#f5f8fa;padding:14px 16px;direction:rtl;overflow:hidden}.app-topbar{display:flex;align-items:center;justify-content:space-between}.app-topbar h3{font-size:15px;color:#112a41;margin:0}.app-topbar p{font-size:7px;color:#7d8d9a;margin:1px 0}.top-icons{display:flex;align-items:center;gap:6px}.top-icons button{width:26px;height:26px;border:1px solid #e2e9ed;border-radius:7px;background:#fff;color:#60758a;display:grid;place-items:center;position:relative}.top-icons button svg{width:12px;height:12px}.top-icons button i{position:absolute;width:5px;height:5px;background:#ef6767;border:1px solid #fff;border-radius:50%;top:4px;right:4px}.avatar{width:27px;height:27px;background:#0b3154;color:#fff;border-radius:8px;display:grid;place-items:center;font-size:10px;font-weight:800}.metric-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:12px 0}.metric-grid article{background:#fff;border:1px solid #e6ecef;border-radius:9px;padding:10px;display:flex;align-items:center;gap:7px;box-shadow:0 4px 13px rgba(22,48,69,.04)}.metric-icon{width:31px;height:31px;border-radius:8px;display:grid;place-items:center}.metric-icon svg{width:15px;height:15px}.metric-icon.green{background:#eff9e9;color:#65b833}.metric-icon.blue{background:#edf5ff;color:#4e90e8}.metric-icon.amber{background:#fff6e7;color:#e89a27}.metric-grid article>div{display:flex;flex-direction:column;line-height:1.25}.metric-grid small{font-size:6.5px;color:#81919d}.metric-grid strong{font-size:15px;color:#132b40}.metric-grid em{font-style:normal;font-size:6px;color:#69b93a}.metric-grid article:nth-child(3) em{color:#dd9021}
.chart-card,.table-card{background:#fff;border:1px solid #e5ecef;border-radius:9px;padding:11px;box-shadow:0 4px 13px rgba(22,48,69,.035)}.card-head{display:flex;justify-content:space-between;align-items:center}.card-head>div{display:flex;flex-direction:column}.card-head b{font-size:9px;color:#1d3348}.card-head small{font-size:6.5px;color:#8a98a4}.card-head button{border:1px solid #e3eaee;border-radius:5px;background:#fff;color:#667b8d;font-size:6.5px;padding:4px 7px;display:flex;align-items:center;gap:3px}.card-head button svg{width:8px;height:8px;transform:rotate(90deg)}.chart-area{height:105px;display:flex;gap:8px;margin-top:9px}.y-labels{display:flex;flex-direction:column;justify-content:space-between;color:#a0abb4;font-size:5.5px;padding-bottom:17px}.bars{flex:1;display:flex;align-items:end;justify-content:space-around;border-bottom:1px solid #edf1f3;background:repeating-linear-gradient(to bottom,#fff 0,#fff 20px,#edf1f3 21px);padding:0 8px 15px}.bar-group{height:100%;display:flex;align-items:end;gap:3px;position:relative}.bar-group i{width:8px;height:var(--h);border-radius:3px 3px 0 0;background:linear-gradient(#7fcb42,#65af32)}.bar-group i:nth-child(2){background:linear-gradient(#5b99eb,#3d7fd3)}.bar-group span{position:absolute;bottom:-15px;left:50%;transform:translateX(-50%);font-size:5.2px;color:#8796a2;white-space:nowrap}.table-card{margin-top:8px}.link-btn{color:#5aa52f!important;border:0!important}.mini-table{margin-top:7px}.tr{display:grid;grid-template-columns:1.3fr .7fr .6fr 1fr;align-items:center;padding:5px 2px;border-top:1px solid #edf1f3;color:#4b6071;font-size:6.3px}.tr.th{color:#93a0aa;border:0;background:#f8fafb;border-radius:4px}.status{justify-self:start;padding:2px 5px;border-radius:10px}.status.done{background:#e9f7e1;color:#5a9f32}.status.review{background:#fff2dc;color:#d0861e}.status.pending{background:#eaf2fb;color:#4b83c7}.progress{height:4px;background:#edf1f3;border-radius:8px;display:block;overflow:hidden}.progress b{display:block;height:100%;background:var(--green);border-radius:8px}
.floating-card{position:absolute;background:rgba(255,255,255,.96);border:1px solid rgba(255,255,255,.5);border-radius:12px;padding:10px 13px;display:flex;align-items:center;gap:9px;color:#17304a;box-shadow:0 18px 45px rgba(0,0,0,.18);direction:rtl;animation:float 4s ease-in-out infinite}.floating-card>span{width:34px;height:34px;border-radius:9px;background:var(--green-soft);color:var(--green-strong);display:grid;place-items:center}.floating-card svg{width:17px;height:17px}.floating-card div{display:flex;flex-direction:column}.floating-card b{font-size:11px}.floating-card small{font-size:8px;color:#748697}.fc-one{left:-35px;top:30%}.fc-two{right:-20px;bottom:7%;animation-delay:-1.6s}.hero-wave{position:absolute;bottom:-1px;left:0;width:100%;height:52px;background:#fff;clip-path:polygon(0 60%,13% 40%,27% 70%,44% 37%,62% 66%,80% 35%,100% 60%,100% 100%,0 100%)}
@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
.trust-strip{border-bottom:1px solid #e9eef2;background:#fff}.trust-row{min-height:100px;display:flex;align-items:center;justify-content:space-between;gap:30px}.trust-row>p{font-size:13px;color:#758596;margin:0}.trust-types{display:flex;align-items:center;gap:20px;color:#31465a;font-weight:800;font-size:14px;flex-wrap:wrap}.trust-types i{width:4px;height:4px;border-radius:50%;background:var(--green)}
.section-heading{max-width:760px}.section-heading.centered{text-align:center;margin:0 auto 58px}.section-heading.centered .eyebrow{justify-content:center}.section-heading h2,.modules-copy h2,.faq-intro h2{font-size:clamp(34px,4.2vw,54px);color:var(--ink);letter-spacing:-1px}.section-heading p,.modules-copy>p,.faq-intro>p{font-size:16px;color:var(--muted);margin:0}.split-heading{max-width:none;display:grid;grid-template-columns:1fr .7fr;align-items:end;margin-bottom:55px}.split-heading h2{margin-bottom:0}.split-heading>p{padding-bottom:10px}
.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.feature-card{border:1px solid var(--line);border-radius:var(--radius);padding:28px;background:#fff;min-height:390px;position:relative;overflow:hidden;box-shadow:0 8px 28px rgba(14,42,64,.035);transition:.3s}.feature-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-sm);border-color:#cfe0e9}.feature-card.featured{background:linear-gradient(150deg,#0a2c4b,#071d35);color:#fff}.feature-card:before{content:"";position:absolute;width:180px;height:180px;border-radius:50%;background:rgba(128,202,66,.05);top:-90px;left:-80px}.feature-icon{width:50px;height:50px;border-radius:14px;background:var(--green-soft);color:var(--green-strong);display:grid;place-items:center;margin-bottom:20px}.feature-card.featured .feature-icon{background:rgba(128,202,66,.15);color:var(--green)}.feature-card h3{font-size:20px;margin:0 0 8px}.feature-card p{font-size:14px;color:var(--muted);margin:0}.feature-card.featured p{color:#b9c9d6}.feature-visual,.file-drop,.formula-card,.roles-stack,.report-preview,.mini-donut{position:absolute;right:25px;left:25px;bottom:24px}
.audit-visual{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1);border-radius:13px;padding:8px}.audit-row{display:grid;grid-template-columns:1fr 1fr 22px;align-items:center;gap:8px;padding:7px 8px;border-bottom:1px solid rgba(255,255,255,.08);font-size:10px}.audit-row:last-of-type{border:0}.audit-row span{color:#9fb1c0}.audit-row b{color:#fff}.audit-row i{width:18px;height:18px;border-radius:50%;display:grid;place-items:center;font-style:normal;background:rgba(128,202,66,.18);color:var(--green)}.audit-row.warn{background:rgba(242,169,59,.08);border-radius:7px}.audit-row.warn i{background:rgba(242,169,59,.2);color:#f2b74e}.audit-alert{font-size:9px;color:#f0c978;background:rgba(242,169,59,.1);padding:7px;border-radius:7px;margin-top:6px}.audit-alert span{display:inline-grid;place-items:center;width:16px;height:16px;border-radius:50%;background:#f0b548;color:#102338;margin-left:4px;font-weight:800}
.file-drop{border:2px dashed #cddbe4;border-radius:14px;background:#f8fbfc;display:flex;align-items:center;flex-direction:column;justify-content:center;height:135px;color:#6b7f90}.file-drop svg{color:var(--green-strong);margin-bottom:6px}.file-drop b{font-size:11px}.file-drop span{font-size:9px;color:#95a2ac}.formula-card{background:var(--soft);border:1px solid #e3eaef;border-radius:14px;height:115px;display:grid;grid-template-columns:1fr .6fr .3fr 1fr .6fr;align-items:center;text-align:center;padding:13px;gap:5px}.formula-card span{font-size:10px;color:#64788a}.formula-card i{font-style:normal;background:#fff;border:1px solid #dde6ec;padding:8px 3px;border-radius:8px;font-weight:800;font-size:12px}.formula-card b{color:#93a1ac}.formula-card strong{grid-column:1/-1;background:var(--navy-900);color:#fff;border-radius:8px;padding:7px}.roles-stack{display:flex;flex-direction:column;gap:7px}.roles-stack span{display:flex;align-items:center;gap:8px;background:#f7fafb;border:1px solid #e4ebef;border-radius:10px;padding:8px;font-size:10px;color:#475c6f}.roles-stack i{width:27px;height:27px;border-radius:8px;background:#eaf4fd;color:#4c8bda;display:grid;place-items:center;font-style:normal;font-weight:800}.roles-stack span:nth-child(2) i{background:#edf8e7;color:#5fac32}.roles-stack span:nth-child(3) i{background:#fff2df;color:#df8f24}.roles-stack b{margin-right:auto;font-size:8px;color:#7e8d99;background:#fff;padding:3px 7px;border-radius:10px}.report-preview{background:#fff;border:1px solid #dbe5eb;border-radius:12px;padding:13px;box-shadow:0 8px 24px rgba(15,42,64,.08);height:135px}.rp-head{display:flex;align-items:center;gap:7px;font-size:9px}.rp-head span{width:25px;height:25px;border-radius:7px;background:var(--navy-900)}.report-preview>i{display:block;height:5px;background:#edf2f5;border-radius:4px;margin-top:7px}.report-preview>i:nth-of-type(2){width:83%}.report-preview>i:nth-of-type(3){width:91%}.report-preview>i:nth-of-type(4){width:70%}.rp-footer{display:flex;justify-content:space-between;align-items:center;margin-top:9px;color:#5d7183}.rp-footer span{font-size:8px;background:#ffe9e8;color:#d65b58;padding:2px 6px;border-radius:6px}.rp-footer svg{width:14px;height:14px}.mini-donut{display:flex;align-items:center;justify-content:center;gap:25px;background:#f8fafb;border-radius:14px;padding:12px}.donut{width:95px;height:95px;border-radius:50%;background:conic-gradient(var(--green) 0 87%,var(--amber) 87% 95%,#ef6a67 95%);display:grid;place-items:center;position:relative}.donut:after{content:"";position:absolute;width:67px;height:67px;background:#fff;border-radius:50%}.donut span{z-index:2;font-weight:800;font-size:17px}.legend{display:flex;flex-direction:column;gap:8px;font-size:9px;color:#617587}.legend span{display:flex;align-items:center;gap:6px}.legend i{width:7px;height:7px;border-radius:50%;background:var(--green)}.legend span:nth-child(2) i{background:var(--amber)}.legend span:nth-child(3) i{background:#ef6a67}
.workflow-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.workflow-card{background:#fff;border:1px solid #e1e9ee;border-radius:20px;padding:25px 20px;position:relative;min-height:260px;transition:.3s}.workflow-card:not(:last-child):after{content:"";position:absolute;width:25px;border-top:1px dashed #b9c8d3;left:-19px;top:56px}.workflow-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-sm)}.step-no{position:absolute;left:17px;top:16px;color:#cbd6dd;font-size:13px;font-weight:800}.workflow-icon{width:52px;height:52px;border-radius:16px;background:var(--green-soft);color:var(--green-strong);display:grid;place-items:center;margin-bottom:34px}.workflow-card h3{font-size:16px;line-height:1.45;margin:0 0 8px}.workflow-card p{font-size:12px;color:var(--muted);margin:0}
.modules-section{overflow:hidden}.modules-layout{display:grid;grid-template-columns:.78fr 1.22fr;gap:70px;align-items:center}.modules-copy h2{font-size:clamp(36px,4vw,54px)}.module-tabs{display:flex;flex-direction:column;margin-top:28px;gap:8px}.module-tabs button{width:100%;border:1px solid transparent;background:transparent;border-radius:14px;padding:13px;display:grid;grid-template-columns:45px 1fr 20px;gap:12px;align-items:center;text-align:right;color:#51687a;transition:.25s}.module-tabs button>span{width:45px;height:45px;border-radius:12px;background:#f2f6f8;display:grid;place-items:center}.module-tabs button>div{display:flex;flex-direction:column}.module-tabs button b{font-size:14px;color:#233b50}.module-tabs button small{font-size:10px}.module-tabs button .tab-arrow{width:15px;height:15px;color:#a7b3bc;transform:rotate(180deg)}.module-tabs button.active{background:#f7fafb;border-color:#dfe8ed;box-shadow:0 8px 24px rgba(12,41,64,.06)}.module-tabs button.active>span{background:var(--navy-900);color:#fff}.module-tabs button.active b{color:var(--green-strong)}
.module-screen{background:#f7fafb;border:1px solid #dce6ec;border-radius:22px;box-shadow:0 32px 80px rgba(11,39,61,.14);overflow:hidden;min-height:515px;direction:rtl}.screen-toolbar{height:42px;background:#eaf0f4;border-bottom:1px solid #dce5eb;display:flex;align-items:center;gap:18px;padding:0 15px;direction:ltr;color:#718594;font-size:9px}.screen-toolbar>div{display:flex;gap:5px}.screen-toolbar i{width:7px;height:7px;border-radius:50%;background:#ed6c69}.screen-toolbar i:nth-child(2){background:#f1b347}.screen-toolbar i:nth-child(3){background:#70c25c}.screen-toolbar span{background:#fff;border:1px solid #dce5ea;border-radius:5px;padding:4px 15px;flex:1;text-align:center}.module-panel{display:none;padding:25px}.module-panel.active{display:block;animation:panel-in .35s ease}@keyframes panel-in{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.module-panel-head{display:flex;justify-content:space-between;align-items:center}.module-panel-head small{font-size:10px;color:var(--green-strong);font-weight:800}.module-panel-head h3{font-size:24px;margin:2px 0 0}.module-panel-head button{border:0;background:var(--navy-900);color:#fff;border-radius:9px;padding:9px 12px;display:flex;gap:6px;align-items:center;font-size:10px}.module-panel-head button svg{width:14px;height:14px}.filters{display:grid;grid-template-columns:1fr auto auto;gap:8px;margin:23px 0 12px}.filters span,.filters button{border:1px solid #dfe7ec;background:#fff;border-radius:8px;padding:9px 11px;color:#80909d;font-size:9px;text-align:right}.filters span{display:flex;gap:7px;align-items:center}.filters svg{width:13px;height:13px}.student-table,.grade-sheet{background:#fff;border:1px solid #e1e8ec;border-radius:12px;overflow:hidden}.st-row,.gs-row{display:grid;grid-template-columns:1.5fr 1fr .6fr .55fr;align-items:center;padding:10px 13px;border-top:1px solid #edf1f3;font-size:9px;color:#526778}.st-row:first-child,.gs-row:first-child{border:0}.st-head,.gs-head{background:#f5f8fa;color:#8a98a4;font-size:8px}.person{display:flex;align-items:center;gap:7px}.person>i{width:27px;height:27px;border-radius:8px;background:#eaf4fd;color:#4d87cb;display:grid;place-items:center;font-style:normal;font-weight:800}.person b{display:flex;flex-direction:column;color:#263f54;font-size:9px}.person small{font-size:6.5px;color:#91a0aa;font-weight:500}.badge{justify-self:start;padding:3px 7px;border-radius:10px;font-size:7px}.badge.active{background:#edf8e7;color:#5da438}.badge.pending{background:#fff2dd;color:#d48b22}.grade-summary{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:8px;margin:20px 0}.grade-summary article{background:#fff;border:1px solid #e1e8ec;border-radius:10px;padding:10px;display:flex;flex-direction:column}.grade-summary small{font-size:7px;color:#8998a4}.grade-summary b{font-size:12px}.gs-row{grid-template-columns:1.5fr repeat(3,.8fr)}.gs-row strong{color:#4fa12c}.gs-row.error{background:#fff7f0}.gs-row.error strong{color:#ec735d}.audit-list{display:flex;flex-direction:column;gap:10px;margin-top:24px}.audit-list article{background:#fff;border:1px solid #e1e8ec;border-radius:12px;padding:14px;display:grid;grid-template-columns:36px 1fr auto;align-items:center;gap:11px}.severity{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;font-weight:800}.severity.high{background:#ffebea;color:#e65f5c}.severity.medium{background:#fff4df;color:#de9227}.severity.low{background:#eaf4fe;color:#548bd1}.audit-list article>div{display:flex;flex-direction:column}.audit-list b{font-size:10px}.audit-list small{font-size:8px;color:#8999a5}.audit-list button{border:1px solid #dce5eb;background:#fff;color:#587087;border-radius:7px;padding:6px 10px;font-size:8px}.report-cards{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:25px}.report-cards article{background:#fff;border:1px solid #e1e8ec;border-radius:13px;padding:18px;display:flex;align-items:center;gap:12px;min-height:100px}.report-cards article>span{width:42px;height:42px;border-radius:12px;background:var(--green-soft);color:var(--green-strong);display:grid;place-items:center}.report-cards article>div{display:flex;flex-direction:column}.report-cards b{font-size:11px}.report-cards small{font-size:8px;color:#8a99a4}
.security-section{background:linear-gradient(135deg,#061b30,#0b2f51);color:#fff;position:relative;overflow:hidden}.security-section:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(87,151,231,.16),transparent 37%),radial-gradient(circle at 80% 20%,rgba(128,202,66,.12),transparent 28%)}.security-layout{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;position:relative}.security-copy h2{font-size:clamp(38px,4.4vw,58px)}.security-copy>p{color:#b9c9d6}.security-points{display:flex;flex-direction:column;gap:17px;margin-top:28px}.security-points article{display:flex;gap:14px}.security-points article>span{width:47px;height:47px;flex:0 0 47px;border-radius:14px;background:rgba(128,202,66,.13);color:var(--green);display:grid;place-items:center}.security-points h3{font-size:15px;margin:0 0 2px}.security-points p{font-size:12px;color:#aebfcd;margin:0}.security-visual{min-height:470px;display:grid;place-items:center}.security-orbit{width:410px;height:410px;border-radius:50%;position:relative;display:grid;place-items:center}.orbit{position:absolute;inset:0;border:1px solid rgba(255,255,255,.1);border-radius:50%;animation:spin 18s linear infinite}.orbit-two{inset:42px;animation-direction:reverse;animation-duration:13s}.orbit i{position:absolute;width:12px;height:12px;border-radius:50%;background:var(--green);box-shadow:0 0 20px rgba(128,202,66,.8)}.orbit-one i:nth-child(1){top:27px;right:80px}.orbit-one i:nth-child(2){bottom:60px;left:38px;background:#5797e8}.orbit-one i:nth-child(3){right:2px;top:50%;background:#f1ae45}.orbit-two i:nth-child(1){top:10px;left:50%}.orbit-two i:nth-child(2){bottom:20px;right:60px;background:#5797e8}.shield-core{width:210px;height:210px;border-radius:50%;background:radial-gradient(circle,#123e64,#082744 70%);border:1px solid rgba(255,255,255,.15);box-shadow:0 0 70px rgba(70,139,207,.17);display:flex;align-items:center;justify-content:center;flex-direction:column}.shield-core svg{width:70px;height:70px;color:var(--green);margin-bottom:13px}.shield-core b{font-size:17px}.shield-core small{font-size:9px;color:#9db0c0}@keyframes spin{to{transform:rotate(360deg)}}
.audience-section{background:#fff}.audience-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.audience-grid article{border:1px solid var(--line);border-radius:21px;padding:25px;position:relative;transition:.3s}.audience-grid article:hover{background:var(--navy-900);color:#fff;transform:translateY(-6px);box-shadow:var(--shadow)}.audience-grid article>span{position:absolute;left:20px;top:18px;color:#b7c4cd;font-size:12px;font-weight:800}.audience-icon{width:56px;height:56px;border-radius:16px;background:var(--green-soft);display:grid;place-items:center;font-size:25px;margin-bottom:25px}.audience-grid h3{font-size:18px;margin:0 0 8px}.audience-grid p{font-size:13px;color:var(--muted);min-height:72px;margin:0}.audience-grid article:hover p{color:#b8c8d4}.audience-grid a{display:flex;align-items:center;gap:7px;color:var(--green-strong);font-size:12px;font-weight:800;margin-top:18px}.audience-grid a svg{width:15px;height:15px}.audience-grid article:hover a{color:var(--green)}
.faq-section{background:var(--soft)}.faq-layout{display:grid;grid-template-columns:.72fr 1.28fr;gap:80px;align-items:start}.faq-intro{position:sticky;top:120px}.faq-intro h2{font-size:clamp(36px,4vw,52px)}.faq-intro .btn{margin-top:28px}.accordion{display:flex;flex-direction:column;gap:11px}.faq-item{background:#fff;border:1px solid #dfe7ec;border-radius:16px;overflow:hidden}.faq-item>button{width:100%;border:0;background:#fff;padding:19px 21px;display:flex;align-items:center;justify-content:space-between;text-align:right;color:#20384d;font-weight:800}.faq-item>button i{width:30px;height:30px;border-radius:9px;background:#f0f5f7;color:#64798a;display:grid;place-items:center;transition:.25s}.faq-item>button svg{width:16px;height:16px;transition:.25s}.faq-item.open>button i{background:var(--green-soft);color:var(--green-strong)}.faq-item.open>button svg{transform:rotate(45deg)}.faq-answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease}.faq-answer>p{overflow:hidden;margin:0;padding:0 21px;color:var(--muted);font-size:13px}.faq-item.open .faq-answer{grid-template-rows:1fr}.faq-item.open .faq-answer>p{padding-bottom:20px}
.cta-section{position:relative;background:linear-gradient(135deg,#071d35,#0e365c);color:#fff;padding:95px 0;overflow:hidden}.cta-section:before{content:"";position:absolute;width:500px;height:500px;border-radius:50%;background:rgba(128,202,66,.1);filter:blur(60px);left:-210px;bottom:-300px}.cta-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center;position:relative}.cta-copy h2{font-size:clamp(36px,4.2vw,54px)}.cta-copy>p{color:#b9cad7;font-size:16px}.cta-points{display:flex;flex-direction:column;gap:9px;margin-top:25px}.cta-points span{display:flex;align-items:center;gap:8px;color:#d4e0e8;font-size:13px}.cta-points svg{width:17px;height:17px;color:var(--green)}.lead-form{background:#fff;color:var(--ink);border-radius:24px;padding:30px;box-shadow:0 34px 80px rgba(0,0,0,.25)}.form-head h3{font-size:clamp(19px,2.6vw,24px);margin:0}.form-head p{font-size:12px;color:var(--muted);margin:3px 0 20px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-grid label{display:flex;flex-direction:column}.form-grid label.full{grid-column:1/-1}.form-grid label>span{font-size:11px;font-weight:700;margin-bottom:5px}.form-grid input,.form-grid select{width:100%;border:1px solid #dce5eb;background:#f8fafb;border-radius:10px;padding:11px 12px;color:#223a4e;outline:none;transition:.2s}.form-grid input:focus,.form-grid select:focus{border-color:#82c94a;box-shadow:0 0 0 3px rgba(128,202,66,.12)}.form-grid label.invalid input,.form-grid label.invalid select{border-color:#e76d68;background:#fff9f8}.field-error{min-height:14px;font-size:8px;color:#d95f5a;margin-top:2px}.consent{display:flex;align-items:flex-start;gap:7px;font-size:10px;color:#66798a;margin:14px 0}.consent input{margin-top:5px;accent-color:var(--green-strong)}.submit-btn{width:100%}.form-note{font-size:8px;color:#8796a1;text-align:center;margin:8px 0 0}
.site-footer{background:#041426;color:#c1ced8;padding:68px 0 22px}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:55px;padding-bottom:45px}.footer-brand p{font-size:12px;color:#93a7b7;max-width:300px}.footer-grid h4{color:#fff;margin:0 0 15px;font-size:14px}.footer-grid>div:not(:first-child){display:flex;flex-direction:column;align-items:flex-start;gap:9px}.footer-grid a,.footer-grid button{font-size:11px;color:#9fb0be;background:none;border:0;padding:0;display:flex;align-items:center;gap:7px}.footer-grid a:hover,.footer-grid button:hover{color:var(--green)}.footer-grid svg{width:14px;height:14px}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:20px;display:flex;justify-content:space-between;align-items:center;font-size:10px;color:#7f94a4}.footer-bottom p{margin:0}.footer-bottom div{display:flex;gap:18px}
.modal{position:fixed;inset:0;z-index:2000;display:grid;place-items:center;opacity:0;visibility:hidden;transition:.25s}.modal.open{opacity:1;visibility:visible}.modal-backdrop{position:absolute;inset:0;background:rgba(2,13,24,.72);backdrop-filter:blur(8px)}.modal-card{position:relative;width:min(430px,calc(100% - 34px));background:#fff;border-radius:23px;padding:35px;text-align:center;transform:translateY(15px) scale(.98);transition:.25s;box-shadow:0 35px 100px rgba(0,0,0,.32)}.modal.open .modal-card{transform:none}.modal-close{position:absolute;top:13px;left:13px;width:34px;height:34px;border:0;border-radius:9px;background:#f2f6f8;color:#63798a;display:grid;place-items:center}.modal-close svg{width:17px;height:17px}.modal-icon{width:62px;height:62px;border-radius:18px;background:var(--green-soft);color:var(--green-strong);display:grid;place-items:center;margin:0 auto 17px}.modal-icon svg{width:27px;height:27px}.modal-card h2{font-size:25px;margin:0 0 8px}.modal-card p{font-size:13px;color:var(--muted);margin:0 auto 24px;max-width:320px}.modal-actions{display:flex;justify-content:center;gap:9px}.toast{position:fixed;left:22px;bottom:22px;background:#fff;border:1px solid #dfe7ec;border-radius:14px;padding:12px 15px;display:flex;align-items:center;gap:10px;box-shadow:0 20px 60px rgba(10,37,59,.18);z-index:3000;transform:translateY(30px);opacity:0;visibility:hidden;transition:.3s}.toast.show{transform:none;opacity:1;visibility:visible}.toast>span{width:35px;height:35px;border-radius:10px;background:var(--green-soft);color:var(--green-strong);display:grid;place-items:center}.toast>span svg{width:17px;height:17px}.toast>div{display:flex;flex-direction:column}.toast b{font-size:11px}.toast small{font-size:8px;color:#7b8d9b}
.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:none}
@media(max-width:1100px){.desktop-nav{gap:17px}.desktop-nav a{font-size:12px}.hero-layout{gap:35px}.app-layout{height:440px}.features-grid{grid-template-columns:repeat(2,1fr)}.workflow-grid{grid-template-columns:repeat(3,1fr)}.workflow-card:not(:last-child):after{display:none}.modules-layout{gap:40px}.audience-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:900px){:root{--container:min(100% - 30px,760px)}.desktop-nav,.desktop-only{display:none}.menu-toggle{display:block}.mobile-menu{display:flex;position:absolute;top:82px;right:15px;left:15px;background:#082642;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:13px;flex-direction:column;gap:4px;box-shadow:0 25px 60px rgba(0,0,0,.3);opacity:0;visibility:hidden;transform:translateY(-8px);transition:.25s}.mobile-menu.open{opacity:1;visibility:visible;transform:none}.mobile-menu a{padding:10px 11px;border-radius:8px;color:#d2dee7;font-size:13px}.mobile-menu a:hover{background:rgba(255,255,255,.06)}.mobile-menu .btn{margin-top:5px}.hero{padding-top:125px}.hero-layout{grid-template-columns:1fr;text-align:center}.hero-copy>p{margin-inline:auto}.eyebrow{justify-content:center}.hero-actions,.hero-trust{justify-content:center}.hero-visual{max-width:720px;margin-inline:auto}.trust-row{flex-direction:column;justify-content:center;text-align:center;padding:22px 0}.split-heading{grid-template-columns:1fr;gap:15px;text-align:center}.split-heading .eyebrow{justify-content:center}.modules-layout,.security-layout,.faq-layout,.cta-layout{grid-template-columns:1fr}.modules-copy{text-align:center}.modules-copy .eyebrow{justify-content:center}.module-tabs{display:grid;grid-template-columns:1fr 1fr}.module-tabs button{grid-template-columns:38px 1fr}.module-tabs button>span{width:38px;height:38px}.module-tabs .tab-arrow{display:none}.security-copy{text-align:center}.security-copy .eyebrow{justify-content:center}.security-points{text-align:right}.security-visual{order:2}.faq-intro{position:static;text-align:center}.faq-intro .eyebrow{justify-content:center}.cta-copy{text-align:center}.cta-copy .eyebrow{justify-content:center}.cta-points{align-items:center}.footer-grid{grid-template-columns:1.4fr 1fr 1fr}.footer-grid>div:last-child{grid-column:2/-1}.footer-bottom{flex-direction:column;gap:10px}.section{padding:85px 0}}
@media(max-width:640px){:root{--container:calc(100% - 26px);--radius:19px}.nav-wrap{height:72px}.brand-mark{width:37px;height:37px}.brand-text strong{font-size:17px}.brand-text small{font-size:8px}.site-header .btn-primary{display:none}.mobile-menu .btn-primary{display:flex}.mobile-menu{top:72px}.hero{min-height:auto;padding:115px 0 85px}.hero h1{font-size:39px}.hero-copy>p{font-size:15px}.hero-actions{flex-direction:column}.hero-actions .btn{width:100%}.hero-trust{gap:10px 15px;font-size:11px}.dashboard-shell{transform:none;border-radius:13px}.browser-bar{height:28px}.browser-address{font-size:6px}.app-layout{height:320px;grid-template-columns:82px 1fr}.app-sidebar{padding:8px 5px}.mini-brand b{display:none}.side-item{padding:6px 4px;gap:4px}.side-item span{font-size:6px}.side-item svg{width:10px;height:10px}.profile-mini div{display:none}.app-content{padding:9px}.app-topbar h3{font-size:10px}.app-topbar p{font-size:5px}.top-icons button{width:20px;height:20px}.top-icons button svg{width:9px;height:9px}.avatar{width:20px;height:20px;font-size:7px}.metric-grid{gap:4px;margin:8px 0}.metric-grid article{padding:5px;gap:3px}.metric-icon{width:22px;height:22px}.metric-icon svg{width:10px;height:10px}.metric-grid small{font-size:4.5px}.metric-grid strong{font-size:9px}.metric-grid em{font-size:4px}.chart-card,.table-card{padding:6px}.card-head b{font-size:6px}.card-head small,.card-head button{font-size:4px}.chart-area{height:67px;margin-top:4px}.bars{padding-bottom:10px}.bar-group i{width:5px}.bar-group span{font-size:3.5px;bottom:-10px}.table-card{margin-top:4px}.tr{font-size:4px;padding:3px 1px}.fc-one{left:-5px;top:33%}.fc-two{right:-5px}.floating-card{padding:6px 8px;border-radius:8px}.floating-card>span{width:24px;height:24px}.floating-card svg{width:12px;height:12px}.floating-card b{font-size:7px}.floating-card small{font-size:5px}.trust-types{justify-content:center;font-size:12px}.trust-types i{display:none}.section-heading h2,.modules-copy h2,.security-copy h2,.faq-intro h2,.cta-copy h2{font-size:35px}.section-heading.centered{margin-bottom:38px}.features-grid{grid-template-columns:1fr}.feature-card{min-height:365px}.workflow-grid{grid-template-columns:1fr}.workflow-card{min-height:unset}.workflow-icon{margin-bottom:20px}.module-tabs{grid-template-columns:1fr}.module-screen{min-height:450px}.module-panel{padding:15px}.module-panel-head h3{font-size:18px}.filters{grid-template-columns:1fr 1fr}.filters span{grid-column:1/-1}.st-row{grid-template-columns:1.6fr .8fr .6fr}.st-row span:nth-child(2){display:none}.grade-summary{grid-template-columns:1fr 1fr}.gs-row{grid-template-columns:1.4fr repeat(3,.7fr);font-size:7px}.report-cards{grid-template-columns:1fr}.security-visual{min-height:330px}.security-orbit{width:300px;height:300px}.shield-core{width:160px;height:160px}.shield-core svg{width:52px;height:52px}.audience-grid{grid-template-columns:1fr}.audience-grid p{min-height:auto}.form-grid{grid-template-columns:1fr}.form-grid label.full{grid-column:auto}.lead-form{padding:22px}.footer-grid{grid-template-columns:1fr 1fr;gap:35px}.footer-brand{grid-column:1/-1}.footer-grid>div:last-child{grid-column:auto}.modal-actions{flex-direction:column}.toast{right:13px;left:13px;bottom:13px}.section{padding:72px 0}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.reveal{opacity:1;transform:none}}

/* ===== Dynamic authentic product showcase — v2 ===== */
.scroll-progress{position:fixed;inset:0 0 auto 0;height:3px;z-index:2000;pointer-events:none;background:rgba(255,255,255,.05)}
.scroll-progress span{display:block;width:0;height:100%;background:linear-gradient(90deg,var(--green),#52a8ff);box-shadow:0 0 18px rgba(128,202,66,.75)}

.hero{min-height:820px;padding-top:140px;background:
  radial-gradient(circle at 16% 16%,rgba(38,105,158,.36),transparent 34%),
  radial-gradient(circle at 82% 18%,rgba(128,202,66,.11),transparent 28%),
  linear-gradient(135deg,#041426 0%,#082743 56%,#06192c 100%)}
.hero:after{content:"";position:absolute;inset:0;background:
  radial-gradient(circle at 12% 35%,rgba(255,255,255,.75) 0 1px,transparent 1.5px),
  radial-gradient(circle at 65% 18%,rgba(255,255,255,.5) 0 1px,transparent 1.5px),
  radial-gradient(circle at 88% 55%,rgba(128,202,66,.65) 0 1px,transparent 1.5px);
  background-size:120px 120px,170px 170px,210px 210px;opacity:.24;animation:starDrift 24s linear infinite;pointer-events:none}
@keyframes starDrift{to{background-position:120px 80px,-170px 100px,210px -100px}}
.hero-layout{grid-template-columns:.82fr 1.18fr;gap:58px}
.hero-copy{position:relative;z-index:3}
.hero-copy h1 em{display:inline-block;background:linear-gradient(90deg,var(--green),#b8ef79,var(--green));background-size:200% auto;color:transparent;-webkit-background-clip:text;background-clip:text;animation:textShimmer 5s linear infinite}
@keyframes textShimmer{to{background-position:200% center}}
.hero-copy .btn-primary{position:relative;overflow:hidden}
.hero-copy .btn-primary:after{content:"";position:absolute;inset:-40% auto -40% -32%;width:24%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.65),transparent);transform:skewX(-18deg);animation:buttonSweep 3.8s ease-in-out infinite}
@keyframes buttonSweep{0%,55%{left:-34%}85%,100%{left:125%}}

.real-showcase{position:relative;direction:ltr;min-width:0;transform-style:preserve-3d;will-change:transform}
.real-showcase .glow-one{width:330px;height:330px;top:-10%;left:-12%;background:rgba(54,132,225,.24)}
.real-showcase .glow-two{width:280px;height:280px;right:-8%;bottom:-12%;background:rgba(128,202,66,.2)}
.live-label{position:absolute;z-index:7;top:-22px;left:28px;display:flex;align-items:center;gap:8px;background:rgba(5,23,40,.88);color:#eef8ff;border:1px solid rgba(255,255,255,.14);border-radius:999px;padding:8px 13px;font-size:11px;font-weight:800;backdrop-filter:blur(14px);box-shadow:0 12px 36px rgba(0,0,0,.24)}
.live-label i{width:8px;height:8px;border-radius:50%;background:var(--green);box-shadow:0 0 0 0 rgba(128,202,66,.65);animation:livePulse 1.8s infinite}
@keyframes livePulse{70%{box-shadow:0 0 0 9px rgba(128,202,66,0)}100%{box-shadow:0 0 0 0 rgba(128,202,66,0)}}
.product-window{position:relative;z-index:3;border:1px solid rgba(255,255,255,.2);border-radius:22px;background:rgba(250,252,253,.96);box-shadow:0 50px 120px rgba(0,0,0,.42),0 0 0 1px rgba(255,255,255,.05) inset;overflow:hidden;transform:perspective(1500px) rotateY(-4deg) rotateX(1.5deg);transform-origin:center;transition:transform .65s cubic-bezier(.2,.8,.2,1),box-shadow .65s ease}
.real-showcase:hover .product-window{transform:perspective(1500px) rotateY(-1deg) rotateX(.4deg);box-shadow:0 58px 145px rgba(0,0,0,.48),0 0 0 1px rgba(255,255,255,.08) inset}
.product-window-top{height:43px;padding:0 14px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;background:linear-gradient(#f8fafb,#edf2f5);border-bottom:1px solid #d7e0e6;color:#51697d;font-size:9px}
.window-dots{display:flex;gap:6px}.window-dots i{width:8px;height:8px;border-radius:50%;background:#ef716e}.window-dots i:nth-child(2){background:#f0b64c}.window-dots i:nth-child(3){background:#70c45d}
.window-title{justify-self:center;display:flex;align-items:center;gap:6px;background:#fff;border:1px solid #dce5ea;border-radius:7px;padding:5px 24px;color:#506779;min-width:250px;justify-content:center}.window-title svg{width:11px;height:11px;color:#65b833}
.window-status{justify-self:end;display:flex;align-items:center;gap:6px;color:#60798b}.window-status i{width:6px;height:6px;border-radius:50%;background:#6fc654;box-shadow:0 0 0 3px rgba(111,198,84,.12)}
.screen-stage{position:relative;aspect-ratio:1.655/1;background:#e9eef2;overflow:hidden;isolation:isolate}
.real-screen{position:absolute;inset:0;margin:0;opacity:0;visibility:hidden;transform:scale(1.045) translate3d(12px,0,0);transition:opacity .55s ease,transform 1.05s cubic-bezier(.2,.75,.2,1),visibility 0s linear .55s}
.real-screen.active{opacity:1;visibility:visible;transform:scale(1) translate3d(0,0,0);transition-delay:0s;z-index:2}
.real-screen:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(3,17,29,.12));pointer-events:none}
.real-screen img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;filter:saturate(.96) contrast(1.02)}
.real-screen figcaption{position:absolute;z-index:4;right:18px;bottom:17px;direction:rtl;background:rgba(5,23,40,.88);border:1px solid rgba(255,255,255,.16);box-shadow:0 14px 35px rgba(0,0,0,.25);backdrop-filter:blur(14px);border-radius:13px;padding:10px 13px;display:flex;flex-direction:column;max-width:58%;color:#fff;transform:translateY(14px);opacity:0;transition:.45s .28s ease}
.real-screen.active figcaption{transform:none;opacity:1}
.real-screen figcaption b{font-size:12px}.real-screen figcaption span{font-size:8px;color:#c8d6e0;margin-top:2px}
.demo-cursor{position:absolute;z-index:8;left:78%;top:39%;width:28px;height:28px;color:#071d35;filter:drop-shadow(0 3px 5px rgba(0,0,0,.3));transition:left 1.1s cubic-bezier(.2,.9,.22,1),top 1.1s cubic-bezier(.2,.9,.22,1),transform .2s ease;pointer-events:none}
.demo-cursor svg{width:26px;height:26px;fill:#fff;stroke:#0a2b47;stroke-width:2.2;transform:rotate(-7deg)}
.cursor-ring{position:absolute;width:18px;height:18px;border:2px solid var(--green);border-radius:50%;left:-8px;top:-7px;opacity:0;transform:scale(.3)}
.demo-cursor.clicking{transform:scale(.88)}
.demo-cursor.clicking .cursor-ring{animation:cursorClick .65s ease-out}
@keyframes cursorClick{0%{opacity:.9;transform:scale(.3)}100%{opacity:0;transform:scale(2.7)}}
.cursor-tooltip{position:absolute;z-index:7;left:calc(78% + 19px);top:calc(39% + 25px);font-size:7px;font-weight:800;background:#0a2b47;color:#fff;border:1px solid rgba(255,255,255,.2);border-radius:6px;padding:4px 7px;opacity:0;transform:translateY(4px);transition:left 1.1s cubic-bezier(.2,.9,.22,1),top 1.1s cubic-bezier(.2,.9,.22,1),opacity .25s,transform .25s;white-space:nowrap;pointer-events:none}
.cursor-tooltip.show{opacity:1;transform:none}
.scene-footer{min-height:70px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:11px 14px 10px;background:#fff;border-top:1px solid #e0e7eb;position:relative;direction:rtl}
.scene-tabs{display:grid;grid-template-columns:repeat(4,1fr);gap:5px;width:100%;direction:rtl}
.scene-tabs button{border:1px solid transparent;border-radius:9px;background:transparent;color:#6f8190;padding:7px 8px;font-size:8px;font-weight:800;display:flex;align-items:center;justify-content:center;gap:5px;transition:.25s}
.scene-tabs button span{font-size:7px;color:#9daab4}.scene-tabs button:hover{background:#f3f7f9;color:#19354d}.scene-tabs button.active{background:#eef8e9;color:#3d7e21;border-color:#d5ebc8}.scene-tabs button.active span{color:#65b833}
.scene-timer{position:absolute;right:0;bottom:0;left:0;height:3px;background:#e8eef1;overflow:hidden}.scene-timer i{display:block;height:100%;width:0;background:linear-gradient(90deg,var(--green),#58a2e9);box-shadow:0 0 9px rgba(128,202,66,.5)}.scene-timer.running i{animation:sceneTimer 4.6s linear forwards}@keyframes sceneTimer{to{width:100%}}
.authentic-card{animation:floatCard 4.5s ease-in-out infinite}.authentic-card.fc-two{animation-delay:-2.2s}
@keyframes floatCard{0%,100%{transform:translateY(0)}50%{transform:translateY(-9px)}}

.activity-ticker{height:54px;display:flex;align-items:stretch;background:#061a2e;color:#d8e4ed;border-top:1px solid rgba(255,255,255,.07);border-bottom:1px solid rgba(255,255,255,.07);overflow:hidden;position:relative;z-index:5;direction:rtl}
.ticker-label{flex:0 0 auto;position:relative;z-index:3;display:flex;align-items:center;gap:8px;background:linear-gradient(135deg,var(--green),#6fbe37);color:#092038;padding:0 26px;font-size:12px;font-weight:900;box-shadow:-15px 0 28px rgba(0,0,0,.18)}
.ticker-label span{width:8px;height:8px;border-radius:50%;background:#fff;box-shadow:0 0 0 5px rgba(255,255,255,.15)}
.ticker-viewport{overflow:hidden;flex:1;display:flex;align-items:center;direction:ltr;mask-image:linear-gradient(90deg,transparent,black 5%,black 95%,transparent)}
.ticker-track{display:flex;align-items:center;width:max-content;animation:tickerMove 30s linear infinite;will-change:transform}
.ticker-track:hover{animation-play-state:paused}.ticker-track span{display:flex;align-items:center;gap:7px;white-space:nowrap;padding:0 28px;font-size:11px;border-left:1px solid rgba(255,255,255,.08)}.ticker-track i{font-style:normal;color:var(--green);font-weight:900}
@keyframes tickerMove{to{transform:translateX(-50%)}}

/* More kinetic but restrained cards */
.feature-card,.workflow-card,.audience-grid article{transition:transform .42s cubic-bezier(.2,.75,.2,1),box-shadow .42s ease,border-color .42s ease}
.feature-card:hover,.workflow-card:hover,.audience-grid article:hover{transform:translateY(-8px);box-shadow:0 24px 55px rgba(10,39,68,.13);border-color:rgba(101,184,51,.34)}
.workflow-card:before{transition:transform .45s ease}.workflow-card:hover:before{transform:scaleX(1)}
.module-screen{transition:transform .55s cubic-bezier(.2,.8,.2,1),box-shadow .55s ease}.module-screen:hover{transform:translateY(-5px);box-shadow:0 35px 80px rgba(9,30,52,.17)}

@media(max-width:1100px){
  .hero-layout{grid-template-columns:1fr;gap:52px}.hero-copy{text-align:center}.hero-copy>p{margin-inline:auto}.hero-actions,.hero-trust{justify-content:center}.hero{padding-top:135px}.real-showcase{max-width:850px;margin-inline:auto;width:100%}.product-window{transform:none}.real-showcase:hover .product-window{transform:translateY(-3px)}
}
@media(max-width:760px){
  .hero{min-height:auto;padding-top:118px}.hero-copy h1{font-size:42px}.hero-copy>p{font-size:16px}.live-label{top:-17px;left:15px;font-size:9px}.product-window{border-radius:15px}.product-window-top{height:34px;padding:0 9px}.window-title{min-width:0;padding:4px 10px;font-size:7px}.window-status{font-size:7px}.screen-stage{aspect-ratio:1.45/1}.real-screen figcaption{right:9px;bottom:9px;max-width:74%;padding:7px 9px}.real-screen figcaption b{font-size:9px}.real-screen figcaption span{font-size:6px}.scene-footer{min-height:53px;padding:7px}.scene-tabs{gap:2px}.scene-tabs button{padding:6px 3px;font-size:6px;gap:2px}.scene-tabs button span{font-size:5px}.demo-cursor{width:22px;height:22px}.demo-cursor svg{width:21px;height:21px}.cursor-tooltip{display:none}.authentic-card{display:none}.activity-ticker{height:47px}.ticker-label{padding:0 15px;font-size:9px}.ticker-track span{font-size:9px;padding:0 18px}
}
@media(prefers-reduced-motion:reduce){.hero:after,.hero-copy h1 em,.hero-copy .btn-primary:after,.live-label i,.authentic-card,.ticker-track,.scene-timer.running i{animation:none!important}.demo-cursor,.cursor-tooltip,.real-screen{transition:none!important}}

/* ===== Pricing, purchase flow, checkout and legal pages ===== */
.btn-outline-dark{background:#fff;color:var(--navy-900);border:1px solid #cfdbe3;box-shadow:0 8px 22px rgba(9,30,52,.06)}
.btn-outline-dark:hover{border-color:var(--green-strong);box-shadow:0 14px 30px rgba(9,30,52,.11)}
.pricing-section{background:linear-gradient(180deg,#fff 0,#f5f8fb 100%);position:relative;overflow:hidden}
.pricing-section:before{content:"";position:absolute;width:480px;height:480px;border-radius:50%;background:rgba(128,202,66,.08);filter:blur(70px);top:-280px;left:-170px;pointer-events:none}
.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;align-items:stretch;position:relative;z-index:2}
.price-card{background:#fff;border:1px solid var(--line);border-radius:26px;padding:28px;display:flex;flex-direction:column;position:relative;box-shadow:0 12px 38px rgba(11,39,61,.055);transition:.35s ease;min-height:520px}
.price-card:hover{transform:translateY(-7px);box-shadow:0 28px 70px rgba(9,31,55,.13);border-color:#cbdbe4}
.price-card.featured{background:linear-gradient(155deg,#0a2b49,#06192d);color:#fff;border-color:rgba(128,202,66,.45);transform:translateY(-12px);box-shadow:0 32px 85px rgba(6,25,45,.25)}
.price-card.featured:hover{transform:translateY(-18px)}
.popular-badge{position:absolute;top:0;left:28px;transform:translateY(-50%);background:linear-gradient(135deg,var(--green),#a0df61);color:#0a2742;border-radius:999px;padding:7px 14px;font-size:10px;font-weight:900;box-shadow:0 10px 25px rgba(101,184,51,.28)}
.price-head{display:flex;align-items:center;gap:13px;padding-bottom:20px;border-bottom:1px solid #e5ebef}
.price-card.featured .price-head{border-color:rgba(255,255,255,.1)}
.plan-icon{width:52px;height:52px;border-radius:15px;background:var(--green-soft);color:var(--green-strong);display:grid;place-items:center;flex:0 0 52px}
.price-card.featured .plan-icon{background:rgba(128,202,66,.14);color:var(--green)}
.price-head div{display:flex;flex-direction:column}.price-head small{font-size:10px;color:#80909c}.price-card.featured .price-head small{color:#a9bdcb}.price-head h3{font-size:21px;margin:2px 0 0}
.price-value{display:flex;flex-direction:column;padding:24px 0 18px}.price-value b{font-size:27px;color:var(--navy-900)}.price-card.featured .price-value b{color:#fff}.price-value span{font-size:11px;color:var(--muted)}.price-card.featured .price-value span{color:#9fb2c1}
.price-card ul{list-style:none;padding:0;margin:0 0 25px;display:flex;flex-direction:column;gap:13px}.price-card li{display:flex;align-items:flex-start;gap:9px;font-size:12px;color:#52677a}.price-card.featured li{color:#d0dde6}.price-card li svg{width:17px;height:17px;color:var(--green-strong);flex:0 0 17px;margin-top:2px}.price-card.featured li svg{color:var(--green)}
.btn-buy{width:100%;margin-top:auto}.price-card.featured .btn-primary{box-shadow:0 14px 32px rgba(128,202,66,.22)}
.purchase-assurance{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:38px;background:#fff;border:1px solid #dee7ed;border-radius:22px;padding:16px;box-shadow:0 15px 45px rgba(12,39,60,.06)}
.purchase-assurance article{display:flex;gap:12px;align-items:center;padding:10px 12px}.purchase-assurance article:not(:last-child){border-left:1px solid #e6ecef}.purchase-assurance article>span{width:43px;height:43px;border-radius:12px;background:var(--green-soft);color:var(--green-strong);display:grid;place-items:center;flex:0 0 43px}.purchase-assurance article>div{display:flex;flex-direction:column}.purchase-assurance b{font-size:12px}.purchase-assurance small{font-size:9px;color:var(--muted);margin-top:2px}
.purchase-flow-section{background:#fff}.buy-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;counter-reset:steps}.buy-steps article{border:1px solid var(--line);border-radius:21px;padding:26px;min-height:220px;position:relative;background:linear-gradient(180deg,#fff,#f9fbfc);transition:.3s ease}.buy-steps article:hover{transform:translateY(-6px);box-shadow:var(--shadow-sm)}.buy-steps article>span{display:grid;place-items:center;width:45px;height:45px;border-radius:13px;background:var(--navy-900);color:var(--green);font-size:12px;font-weight:900;margin-bottom:32px}.buy-steps article:not(:last-child):after{content:"";position:absolute;left:-14px;top:48px;width:14px;border-top:1px dashed #afc1cd}.buy-steps h3{font-size:17px;margin:0 0 7px}.buy-steps p{font-size:12px;color:var(--muted);margin:0}

/* Checkout page */
.checkout-page,.legal-page{background:#f4f7fa;min-height:100vh}.simple-header{position:sticky;top:0;z-index:100;background:rgba(5,23,40,.96);backdrop-filter:blur(16px);color:#fff;border-bottom:1px solid rgba(255,255,255,.08)}
.simple-header .nav-wrap{height:74px}.simple-header .btn{font-size:12px;padding:9px 14px}.simple-header-note{font-size:11px;color:#b7c7d4;display:flex;align-items:center;gap:7px}.simple-header-note svg{width:16px;height:16px;color:var(--green)}
.checkout-main{padding:55px 0 90px}.checkout-intro{text-align:center;max-width:740px;margin:0 auto 35px}.checkout-intro h1{font-size:clamp(35px,5vw,56px);line-height:1.25;margin:0 0 12px}.checkout-intro h1 em{font-style:normal;color:var(--green-strong)}.checkout-intro p{color:var(--muted);margin:0}
.checkout-layout{display:grid;grid-template-columns:1.18fr .82fr;gap:24px;align-items:start}.checkout-card{background:#fff;border:1px solid #dfe7ec;border-radius:24px;padding:28px;box-shadow:0 18px 55px rgba(10,35,55,.08)}.checkout-card h2{font-size:clamp(19px,2.6vw,22px);margin:0}.checkout-card>p{font-size:12px;color:var(--muted);margin:4px 0 22px}.checkout-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.checkout-form-grid label,.checkout-fieldset{display:flex;flex-direction:column}.checkout-form-grid .full{grid-column:1/-1}.checkout-form-grid label>span,.checkout-fieldset legend{font-size:11px;font-weight:800;margin-bottom:6px}.checkout-form-grid input,.checkout-form-grid select,.checkout-form-grid textarea{border:1px solid #dce5eb;background:#f8fafb;border-radius:11px;padding:12px 13px;outline:none;color:#243a4d;width:100%}.checkout-form-grid textarea{min-height:105px;resize:vertical}.checkout-form-grid input:focus,.checkout-form-grid select:focus,.checkout-form-grid textarea:focus{border-color:#79c440;box-shadow:0 0 0 3px rgba(128,202,66,.13)}
.choice-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.choice-card{position:relative}.choice-card input{position:absolute;opacity:0;pointer-events:none}.choice-card span{display:flex;align-items:center;justify-content:center;text-align:center;min-height:62px;border:1px solid #dce5eb;border-radius:11px;background:#fff;color:#566c7f;font-size:10px;font-weight:800;padding:8px;transition:.2s}.choice-card input:checked+span{border-color:var(--green-strong);background:var(--green-soft);color:#3c7c22;box-shadow:0 0 0 2px rgba(128,202,66,.12)}
.checkout-consent{display:flex;align-items:flex-start;gap:8px;font-size:10px;color:#62778a;margin:17px 0}.checkout-consent input{margin-top:5px;accent-color:var(--green-strong)}.checkout-submit{width:100%;min-height:50px}.checkout-footnote{font-size:9px;color:#80909d;text-align:center;margin:10px 0 0}
.order-summary{position:sticky;top:98px}.summary-plan{display:flex;gap:12px;align-items:center;padding-bottom:19px;border-bottom:1px solid #e6ecef}.summary-plan>span{width:52px;height:52px;border-radius:15px;background:var(--green-soft);color:var(--green-strong);display:grid;place-items:center}.summary-plan div{display:flex;flex-direction:column}.summary-plan small{font-size:9px;color:var(--muted)}.summary-plan b{font-size:18px}.summary-list{display:flex;flex-direction:column;gap:12px;margin:20px 0}.summary-list div{display:flex;justify-content:space-between;gap:12px;font-size:11px;color:#5a6f81}.summary-list b{color:#1c3448;text-align:left}.summary-total{border-top:1px solid #e4ebef;padding-top:17px;display:flex;flex-direction:column;gap:4px}.summary-total span{font-size:10px;color:var(--muted)}.summary-total b{font-size:19px}.summary-alert{display:flex;gap:9px;background:#fff8e8;border:1px solid #f3dfad;color:#75591f;border-radius:12px;padding:11px;margin-top:18px;font-size:9px}.summary-alert svg{width:16px;height:16px;flex:0 0 16px}.secure-row{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:13px}.secure-row span{background:#f4f8fa;border-radius:9px;padding:8px 5px;text-align:center;font-size:8px;color:#62778a}.order-success{display:none;text-align:center}.order-success.show{display:block}.order-success-icon{width:76px;height:76px;border-radius:22px;background:var(--green-soft);color:var(--green-strong);display:grid;place-items:center;margin:0 auto 18px}.order-success-icon svg{width:35px;height:35px}.order-success h2{font-size:clamp(22px,3.4vw,28px)}.order-reference{display:inline-block;background:#f2f6f8;border:1px solid #dfe7ec;border-radius:10px;padding:8px 14px;font-weight:900;margin:7px 0 18px}

/* Legal pages */
.legal-main{padding:50px 0 90px}.legal-shell{max-width:900px;background:#fff;border:1px solid #dfe7ec;border-radius:24px;padding:40px;margin-inline:auto;box-shadow:0 18px 55px rgba(10,35,55,.07)}.legal-shell h1{font-size:clamp(27px,5.2vw,40px);margin:0 0 8px}.legal-updated{font-size:10px;color:var(--muted);margin-bottom:28px}.legal-notice{background:#fff8e8;border:1px solid #f0dcaa;border-radius:13px;padding:13px 15px;font-size:11px;color:#70591e;margin-bottom:28px}.legal-shell h2{font-size:clamp(18px,2.4vw,21px);margin:30px 0 8px}.legal-shell p,.legal-shell li{font-size:clamp(14px,1.5vw,15px);color:#526779}.legal-shell ul{padding-right:20px}.legal-shell a{color:#4b8f28;font-weight:800}

@media(max-width:1100px){.pricing-grid{grid-template-columns:1fr 1fr}.price-card.featured{transform:none}.price-card.featured:hover{transform:translateY(-7px)}.pricing-grid .price-card:last-child{grid-column:1/-1;max-width:570px;width:100%;margin-inline:auto}.buy-steps{grid-template-columns:1fr 1fr}.buy-steps article:after{display:none}.checkout-layout{grid-template-columns:1fr}.order-summary{position:static}}
@media(max-width:760px){.pricing-grid{grid-template-columns:1fr}.pricing-grid .price-card:last-child{grid-column:auto;max-width:none}.price-card{min-height:auto;padding:23px}.purchase-assurance{grid-template-columns:1fr}.purchase-assurance article:not(:last-child){border-left:0;border-bottom:1px solid #e6ecef}.buy-steps{grid-template-columns:1fr}.buy-steps article{min-height:auto}.checkout-main{padding-top:35px}.checkout-card{padding:21px}.checkout-form-grid{grid-template-columns:1fr}.checkout-form-grid .full{grid-column:auto}.choice-grid{grid-template-columns:1fr}.simple-header-note{display:none}.legal-shell{padding:25px}}
