:root{--eniseer-deep-navy:#061a33;--eniseer-navy:#0f2c59;--eniseer-blue:#0f6fff;--eniseer-blue-soft:#d9eaff;--eniseer-bg:#f7fbff;--eniseer-bg-soft:#eef5fc;--eniseer-surface:#fff;--eniseer-surface-soft:#eaf2fb;--eniseer-text:#102033;--eniseer-muted:#64748b;--eniseer-border:#d9e2ee;--eniseer-dark-border:#ffffff24;--eniseer-radius-card:28px;--eniseer-radius-panel:30px;--eniseer-radius-input:16px;--eniseer-radius-pill:999px;--eniseer-shadow-sm:0 14px 38px #061a330f;--eniseer-shadow-md:0 24px 64px #061a331a;--eniseer-shadow-lg:0 34px 90px #030f1e42;--navy:var(--eniseer-navy);--deep-navy:var(--eniseer-deep-navy);--accent:var(--eniseer-blue);--bg:var(--eniseer-bg);--surface:var(--eniseer-surface);--surface-soft:var(--eniseer-surface-soft);--text:var(--eniseer-text);--muted:var(--eniseer-muted);--border:var(--eniseer-border);--dark-border:var(--eniseer-dark-border);--shadow:var(--eniseer-shadow-md)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:radial-gradient(circle at 12% -8%, #0f6fff29, transparent 28rem), radial-gradient(circle at 88% 0%, #061a332e, transparent 34rem), linear-gradient(180deg, #f7fbff 0%, #eef5fc 42%, #f7fbff 100%), var(--bg);color:var(--text);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}.site-header{z-index:20;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);box-shadow:var(--eniseer-shadow-sm);background:#f7fbffe0;border-bottom:1px solid #0f2c591a;position:sticky;top:0}.site-nav{grid-template-columns:minmax(180px,.7fr) minmax(420px,1.6fr) auto;align-items:center;gap:22px;max-width:1240px;margin:0 auto;padding:16px 24px;display:grid}.brand{flex-direction:column;gap:3px;display:flex}.brand-mark{color:var(--navy);letter-spacing:-.04em;font-size:25px;font-weight:900}.brand small{color:var(--muted);font-size:12px;font-weight:700}.nav-links{color:#334e68;justify-content:center;gap:18px;font-size:14px;font-weight:850;display:flex}.nav-links a,.footer a{transition:color .2s,transform .2s,box-shadow .2s,border-color .2s}.nav-links a:hover,.footer a:hover{color:var(--accent)}.nav-cta,.button{border-radius:var(--eniseer-radius-pill);border:1px solid #0000;justify-content:center;align-items:center;min-height:48px;padding:0 20px;font-weight:900;display:inline-flex}.nav-cta,.primary{background:var(--accent);color:#fff;box-shadow:0 14px 30px #0f6fff38}.secondary{color:var(--navy);background:#fffffff5;border-color:#0f6fff2e}.dark-button{color:var(--deep-navy);background:#fff}main{background:linear-gradient(#061a330a,#061a3300),0 0;max-width:1240px;margin:0 auto;padding:52px 24px 86px}.hero{grid-template-columns:minmax(0,1.12fr) minmax(340px,.88fr);align-items:stretch;gap:28px;display:grid}.panel,.card,.metric,.solution-card{box-shadow:var(--eniseer-shadow-md);border-radius:var(--eniseer-radius-panel);background:#fffffffa;border:1px solid #d0deeee6}.panel{padding:42px}.hero-panel{background:radial-gradient(circle at 82% 18%, #0f6fff47, transparent 22rem), linear-gradient(135deg, #030f1efa, #061a33f5 52%, #0f2c59f0), var(--deep-navy);color:#fff;min-height:620px;box-shadow:var(--eniseer-shadow-lg);border-color:#ffffff14;flex-direction:column;justify-content:center;display:flex;position:relative;overflow:hidden}.hero-panel:after{content:"";border-radius:var(--eniseer-radius-pill);border:70px solid #0f6fff29;width:360px;height:360px;position:absolute;bottom:-120px;right:-120px}.hero-panel>*{z-index:1;position:relative}.eyebrow{border-radius:var(--eniseer-radius-pill);width:fit-content;color:var(--accent);background:#0f6fff1f;margin-bottom:18px;padding:8px 12px;font-size:13px;font-weight:900;display:inline-flex}.hero-panel .eyebrow{color:#cfe2ff;background:#ffffff1a}h1,h2,h3{letter-spacing:-.045em;margin:0}h1{font-size:clamp(46px,6.4vw,84px);line-height:.96}h2{font-size:clamp(30px,4vw,50px);line-height:1.04}h3{font-size:22px}p{color:var(--muted);font-size:16px;line-height:1.72}.hero-panel p{color:#d7e4f4}.lead{max-width:790px;font-size:21px}.actions{flex-wrap:wrap;gap:12px;margin-top:30px;display:flex}.section{margin-top:34px}.section-heading{justify-content:space-between;align-items:end;gap:22px;margin:60px 0 22px;display:flex}.section-heading p{max-width:620px;margin:0}.grid{gap:18px;display:grid}.two{grid-template-columns:repeat(2,minmax(0,1fr))}.three{grid-template-columns:repeat(3,minmax(0,1fr))}.four{grid-template-columns:repeat(4,minmax(0,1fr))}.card,.solution-card,.metric{box-shadow:none;padding:24px}.solution-card{flex-direction:column;justify-content:space-between;min-height:260px;display:flex}.dark-panel{background:linear-gradient(135deg, var(--deep-navy), var(--navy));color:#fff;border-color:var(--dark-border)}.dark-panel p,.dark-panel li{color:#d6e4f3}.dark-panel .card{border-color:var(--dark-border);color:#fff;background:#ffffff14}.dark-panel .card p{color:#d6e4f3}.feature-list,.timeline,.list{gap:12px;margin:18px 0 0;padding:0;list-style:none;display:grid}.feature-list li,.timeline li,.list li{border:1px solid var(--border);color:#334155;background:#fbfdff;border-radius:18px;padding:14px 16px}.dark-panel .feature-list li,.dark-panel .timeline li,.dark-panel .list li{border-color:var(--dark-border);color:#e5eef8;background:#ffffff12}.metric strong{color:var(--navy);letter-spacing:-.05em;font-size:34px;display:block}.kicker{color:var(--accent);text-transform:uppercase;letter-spacing:.08em;font-size:13px;font-weight:900}.mockup{gap:14px;min-height:100%;display:grid}.mockup-bar{border-radius:var(--eniseer-radius-pill);background:#dbe7f4;height:12px}.mockup-grid{grid-template-columns:1.4fr .8fr;gap:14px;display:grid}.mockup-screen{color:#fff;background:linear-gradient(135deg,#0f2c59,#061a33);border-radius:24px;min-height:230px;padding:18px}.camera-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.camera-cell{background:linear-gradient(135deg,#fff3,#0f6fff38);border:1px solid #ffffff24;border-radius:18px;min-height:92px}.tabs{flex-wrap:wrap;gap:10px;margin:22px 0;display:flex}.tab{border:1px solid var(--border);border-radius:var(--eniseer-radius-pill);color:var(--navy);background:#fff;padding:10px 14px;font-weight:900}.tab.active{color:#a84f08;background:#0f6fff1c;border-color:#0f6fff73}.notice{background:#fff7ed;border-color:#0f6fff57}.footer{border-top:1px solid var(--border);background:#fff}.footer-inner{max-width:1240px;color:var(--muted);grid-template-columns:minmax(240px,1.1fr) minmax(320px,1.5fr);gap:28px;margin:0 auto;padding:36px 24px;display:grid}.footer strong{color:var(--navy);margin-bottom:8px;font-size:24px;display:block}.footer-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.footer-grid div{gap:9px;display:grid}.footer-grid span{color:var(--text);font-weight:900}.footer a{color:var(--muted);font-size:14px}@media (max-width:980px){.site-nav{grid-template-columns:1fr;align-items:start}.nav-links{justify-content:flex-start;width:100%;padding-bottom:4px;overflow-x:auto}.hero,.two,.three,.four,.mockup-grid,.footer-inner,.footer-grid{grid-template-columns:1fr}.hero-panel{min-height:auto}.section-heading{display:block}}@media (max-width:640px){main{padding:34px 16px 64px}.site-nav{padding:14px 16px}.panel{border-radius:24px;padding:26px}.card,.metric,.solution-card{border-radius:22px}.nav-cta,.button{width:100%}.nav-links{gap:12px;font-size:13px}}.site-footer{color:#f8f9fa;background:#061a33;padding:56px 24px 24px}.site-footer__grid{grid-template-columns:minmax(240px,1.5fr) repeat(3,minmax(160px,1fr));gap:32px;max-width:1180px;margin:0 auto;display:grid}.site-footer__brand h2{margin:8px 0 12px;font-size:clamp(1.45rem,2vw,2rem);line-height:1.15}.site-footer__brand p,.site-footer__bottom{color:#f8f9fac2}.site-footer__eyebrow,.section-eyebrow{color:#0f6fff;letter-spacing:.12em;text-transform:uppercase;font-size:.76rem;font-weight:800}.site-footer nav{align-content:start;gap:10px;display:grid}.site-footer nav h3{color:#fff;margin:0 0 6px;font-size:1rem}.site-footer a{color:#f8f9fac7;text-decoration:none}.site-footer a:hover{color:#fff}.site-footer__bottom{border-top:1px solid #f8f9fa24;justify-content:space-between;gap:16px;max-width:1180px;margin:36px auto 0;padding-top:18px;font-size:.92rem;display:flex}.faz12-polish{background:linear-gradient(135deg,#fff,#f8f9fa);border:1px solid #0f2c591a;border-radius:28px;max-width:1180px;margin:40px auto;padding:clamp(28px,5vw,52px);box-shadow:0 20px 60px #061a3314}.faz12-polish h2{color:#0f2c59;margin:8px 0 14px;font-size:clamp(1.8rem,3vw,2.75rem);line-height:1.08}.faz12-polish p{color:#344054;line-height:1.7}.faz12-steps,.faz12-process-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:24px;display:grid}.faz12-steps article,.faz12-process-grid article{background:#fff;border:1px solid #0f2c591a;border-radius:22px;padding:22px}.faz12-steps span{color:#0f6fff;background:#0f6fff1f;border-radius:999px;justify-content:center;align-items:center;width:38px;height:38px;font-weight:800;display:inline-flex}.faz12-steps h3,.faz12-process-grid h3{color:#0f2c59;margin:16px 0 8px}.faz12-module-strip{flex-wrap:wrap;gap:12px;margin-top:22px;display:flex}.faz12-module-strip span{color:#0f2c59;background:#0f2c590f;border:1px solid #0f2c591a;border-radius:999px;padding:10px 14px;font-weight:700}@media (max-width:860px){.site-footer__grid,.faz12-steps,.faz12-process-grid{grid-template-columns:1fr}.site-footer__bottom{flex-direction:column}.site-footer{padding:42px 18px 22px}}.brand-logo-link{width:fit-content}.brand-logo{width:178px;height:auto;display:block}.footer-logo{width:190px;height:auto;margin-bottom:12px;display:block}.product-logo{width:min(280px,100%);height:auto;margin-bottom:22px;display:block}.product-logo-mark{background:#fff;border-radius:24px;justify-content:center;align-items:center;width:74px;height:74px;margin-bottom:18px;display:inline-flex;box-shadow:0 18px 45px #061a3329}.product-logo-mark img{width:54px;height:54px;display:block}.hero-panel .product-logo{filter:drop-shadow(0 16px 28px #0003)}@media (max-width:640px){.brand-logo{width:154px}.footer-logo{width:170px}.product-logo{width:min(240px,100%)}}.card:hover,.solution-card:hover,.metric:hover{border-color:#0f6fff47;transform:translateY(-3px);box-shadow:0 30px 78px #061a3324}.site-footer{color:#d7e4f4;background:radial-gradient(circle at 12% 0,#0f6fff29,#0000 24rem),linear-gradient(135deg,#061a33,#0f2c59);border-radius:34px 34px 0 0;margin-top:56px}.site-footer a,.site-footer p,.site-footer span{color:#d7e4f4}.site-footer h2,.site-footer h3{color:#fff}.lead-page{color:#0f2238;background:linear-gradient(#f8fbff 0%,#fff 46%,#f7faff 100%)}.lead-hero{grid-template-columns:minmax(0,1fr) minmax(420px,560px);align-items:start;gap:56px;max-width:1320px;margin:0 auto;padding:72px 32px 40px;display:grid}.lead-contact-hero{grid-template-columns:minmax(0,.92fr) minmax(420px,560px)}.lead-kicker,.lead-eyebrow{letter-spacing:.18em;text-transform:uppercase;color:#1263e6;font-size:13px;font-weight:900}.lead-hero-copy h1{letter-spacing:-.06em;color:#071a33;margin:18px 0 0;font-size:clamp(44px,5vw,76px);line-height:.98}.lead-hero-copy h1 strong{color:#1465f4;display:block}.lead-hero-text{color:#58708d;max-width:720px;margin:24px 0 0;font-size:18px;line-height:1.75}.lead-benefits{gap:18px;max-width:560px;margin-top:34px;display:grid}.lead-benefits article{grid-template-columns:48px 1fr;align-items:center;gap:18px;display:grid}.lead-benefits span{color:#1465f4;background:#fff;border-radius:16px;place-items:center;width:48px;height:48px;font-weight:900;display:grid;box-shadow:0 14px 35px #1465f41f}.lead-benefits h3{color:#0d2440;margin:0;font-size:16px}.lead-benefits p{color:#60758d;margin:5px 0 0;font-size:14px}.lead-form{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff5;border:1px solid #869ab53d;border-radius:28px;padding:28px;box-shadow:0 24px 80px #071a3321}.lead-form-head{align-items:flex-start;gap:14px;margin-bottom:22px;display:flex}.lead-form-icon{color:#fff;background:#1465f4;border-radius:12px;flex:0 0 36px;place-items:center;height:36px;font-weight:900;display:grid}.lead-form h2{color:#071a33;margin:3px 0 10px;font-size:24px;line-height:1.2}.lead-form p{color:#5c718a;margin:0;line-height:1.6}.lead-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.lead-form-compact .lead-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.lead-field{display:block}.lead-field span{color:#10233a;margin-bottom:8px;font-size:13px;font-weight:900;display:block}.lead-field b{color:#e11d48}.lead-field input,.lead-field select,.lead-field textarea{box-sizing:border-box;color:#10233a;width:100%;font:inherit;background:#fff;border:1px solid #d6e0eb;border-radius:12px;outline:none;padding:13px 14px;font-size:14px;transition:border-color .18s,box-shadow .18s,transform .18s;box-shadow:0 1px 2px #0f22380a}.lead-field input:focus,.lead-field select:focus,.lead-field textarea:focus{border-color:#1465f4;box-shadow:0 0 0 4px #1465f41f}.lead-field textarea{resize:vertical;min-height:110px}.lead-field-wide{margin-top:18px}.lead-field em,.lead-error{color:#be123c;margin-top:8px;font-size:12px;font-style:normal;font-weight:800;display:block}.lead-kvkk{color:#5c4a17;background:#fff9e8;border:1px solid #f0d99a;border-radius:14px;gap:12px;margin-top:18px;padding:14px;font-size:13px;line-height:1.55;display:flex}.lead-kvkk input{flex:none;margin-top:3px}.lead-submit{color:#fff;cursor:pointer;background:linear-gradient(135deg,#1465f4,#0746c7);border:none;border-radius:14px;width:100%;margin-top:18px;padding:16px 18px;font-size:15px;font-weight:950;transition:transform .18s,box-shadow .18s;box-shadow:0 16px 34px #1465f447}.lead-submit:hover{transform:translateY(-2px);box-shadow:0 22px 44px #1465f459}.lead-storage-note{text-align:center;color:#6b7f96!important;margin-top:12px!important;font-size:12px!important}.lead-notice{color:#0d477c;background:#eff7ff;border:1px solid #b9dcff;border-radius:16px;margin-top:16px;padding:14px;font-size:14px;font-weight:800;line-height:1.6}.lead-trust{border-top:1px solid #e5edf6;border-bottom:1px solid #e5edf6;max-width:1320px;margin:10px auto 0;padding:28px 32px}.lead-trust h2{text-transform:uppercase;letter-spacing:.16em;color:#1465f4;font-size:14px}.lead-trust div{grid-template-columns:repeat(4,1fr);gap:14px;margin-top:18px;display:grid}.lead-trust article,.lead-info-card,.lead-question,.lead-note-card{background:#fff;border:1px solid #e3ebf5;border-radius:22px;box-shadow:0 16px 38px #10233a0f}.lead-trust article{color:#10233a;padding:18px;font-weight:900}.lead-lower-grid{grid-template-columns:1fr 1.25fr .9fr;gap:22px;max-width:1320px;margin:0 auto;padding:36px 32px 24px;display:grid}.lead-info-card{padding:24px}.lead-info-card h2,.lead-note-card h2,.lead-question h2{color:#071a33;margin:0}.lead-info-card p,.lead-note-card p,.lead-question p{color:#5d7188;line-height:1.65}.lead-info-card ul{gap:12px;padding-left:0;list-style:none;display:grid}.lead-info-card li:before{content:"✓";color:#1465f4;margin-right:10px;font-weight:900}.lead-process div{grid-template-columns:repeat(4,1fr);gap:12px;margin-top:22px;display:grid}.lead-process span{text-align:center;color:#4d647d;gap:10px;font-weight:800;display:grid}.lead-process b{color:#1465f4;background:#eaf3ff;border-radius:999px;place-items:center;width:48px;height:48px;margin:auto;display:grid}.lead-question{justify-content:space-between;align-items:center;max-width:1320px;margin:18px auto 56px;padding:24px 32px;display:flex}.lead-question a{color:#1465f4;background:#fff;border:1px solid #dce8f7;border-radius:14px;justify-content:center;align-items:center;padding:14px 22px;font-weight:950;text-decoration:none;display:inline-flex;box-shadow:0 10px 25px #10233a14}.lead-note-card{background:#fff8e8;border-color:#efd493;margin-top:30px;padding:24px}.lead-contact-pills{flex-wrap:wrap;gap:12px;margin-top:22px;display:flex}.lead-contact-pills span{color:#174d86;background:#eef6ff;border-radius:999px;padding:10px 14px;font-size:13px;font-weight:900}@media (max-width:980px){.lead-hero,.lead-contact-hero,.lead-lower-grid{grid-template-columns:1fr}.lead-form{padding:22px}.lead-grid,.lead-form-compact .lead-grid,.lead-trust div,.lead-process div{grid-template-columns:1fr}.lead-question{gap:18px;display:grid}.lead-hero{padding:48px 20px 28px}.lead-trust,.lead-lower-grid,.lead-question{margin-left:20px;margin-right:20px;padding-left:20px;padding-right:20px}}:root{--eniseer-container:1240px;--eniseer-section-y:112px;--eniseer-gap-lg:32px;--eniseer-gap-md:22px;--eniseer-navbar-height:86px}.site-shell{min-height:100vh}.site-nav{min-height:var(--eniseer-navbar-height)}.button,.nav-cta{transition:transform .18s,box-shadow .18s,border-color .18s,background-color .18s}.button:hover,.nav-cta:hover{transform:translateY(-1px)}.button:focus-visible,.nav-cta:focus-visible,.nav-links a:focus-visible,.footer a:focus-visible{outline-offset:4px;outline:3px solid #0f6fff47}.primary:hover,.nav-cta:hover{box-shadow:0 18px 38px #0f6fff47}.secondary:hover{box-shadow:var(--eniseer-shadow-sm);border-color:#0f6fff57}.panel,.card,.metric,.solution-card{transition:transform .2s,box-shadow .2s,border-color .2s}.card:hover,.solution-card:hover{border-color:#0f6fff38;transform:translateY(-3px);box-shadow:0 30px 76px #061a3321}.section,.product-section{margin-top:var(--eniseer-section-y)}.hero-panel h1,.hero h1{letter-spacing:-.055em}.hero-panel p,.hero p{max-width:720px}.footer{background:radial-gradient(circle at 10% 0,#0f6fff14,#0000 26rem),linear-gradient(#fffffff0,#eaf2fbf5);border-top:1px solid #0f2c591a}@media (max-width:980px){.site-nav{grid-template-columns:1fr;min-height:auto}.nav-links{flex-wrap:wrap;justify-content:flex-start}.hero{grid-template-columns:1fr}.hero-panel{min-height:520px}}@media (max-width:640px){main{padding:34px 18px 64px}.panel{padding:28px}.hero-panel{min-height:460px}.button,.nav-cta{width:100%}}.metrics-grid,.cards-grid{gap:var(--eniseer-gap-md);display:grid}.metrics-grid{grid-template-columns:1fr;margin-top:28px}.cards-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:28px}.metric{padding:22px}.metric strong{color:var(--eniseer-navy);margin-bottom:6px;font-size:15px;display:block}.metric span{color:var(--eniseer-muted);font-size:14px;font-weight:700}.card{padding:30px}.card h3{margin-bottom:12px;font-size:23px}.card p{margin:0}@media (max-width:900px){.cards-grid{grid-template-columns:1fr}}.corporate-hero{align-items:stretch}.corporate-hero-panel{min-height:660px}.corporate-hero-panel h1{max-width:900px;font-size:clamp(3.2rem,6vw,5.9rem);line-height:.92}.corporate-hero-panel .lead{color:#ffffffd1;max-width:760px}.hero-actions{margin-top:34px}.corporate-hero-aside{flex-direction:column;justify-content:space-between;min-height:660px;display:flex}.hero-trust-grid{gap:14px;margin-top:28px;display:grid}.hero-trust-card{background:linear-gradient(#fffffffa,#f7fbfffa)}.hero-system-card{border-radius:var(--eniseer-radius-card);box-shadow:var(--eniseer-shadow-sm);background:radial-gradient(circle at 100% 0,#0f6fff21,#0000 16rem),linear-gradient(#fff,#f4f8fc);border:1px solid #0f6fff29;margin-top:30px;padding:24px}.hero-system-header{color:var(--eniseer-muted);justify-content:space-between;align-items:center;gap:16px;font-size:13px;font-weight:800;display:flex}.hero-system-header strong{color:var(--eniseer-blue)}.hero-system-flow{gap:10px;margin-top:18px;display:grid}.hero-system-flow span{border-radius:var(--eniseer-radius-input);min-height:44px;color:var(--eniseer-navy);background:#0f2c590f;align-items:center;padding:0 16px;font-size:14px;font-weight:900;display:flex}@media (max-width:980px){.corporate-hero-panel,.corporate-hero-aside{min-height:auto}.corporate-hero-panel h1{font-size:clamp(2.8rem,10vw,4.8rem)}}.corporate-section-heading{align-items:end}.corporate-section-heading h2{max-width:780px}.corporate-section-heading p{max-width:520px}.corporate-solutions-grid,.corporate-industrial-grid,.corporate-industry-grid{margin-top:30px}.corporate-solution-card,.corporate-industrial-card{flex-direction:column;justify-content:space-between;min-height:330px;padding:34px;display:flex}.corporate-solution-card h3,.corporate-industrial-card h3,.corporate-industry-card h3{letter-spacing:-.035em}.corporate-solution-card p,.corporate-industrial-card p,.corporate-industry-card p{color:var(--eniseer-muted)}.corporate-solution-card .button,.corporate-industrial-card .button{width:fit-content;margin-top:24px}.corporate-industry-card{background:radial-gradient(circle at 100% 0,#0f6fff17,#0000 12rem),#fffffffa;min-height:230px;padding:26px}.corporate-industry-card .kicker{color:var(--eniseer-blue)}@media (max-width:900px){.corporate-section-heading{align-items:start}.corporate-solution-card,.corporate-industrial-card,.corporate-industry-card{min-height:auto}.corporate-solution-card .button,.corporate-industrial-card .button{width:100%}}.corporate-products-grid{margin-top:30px}.corporate-product-card{flex-direction:column;justify-content:space-between;min-height:330px;padding:34px;display:flex}.corporate-product-card h3,.corporate-ops-product h2,.corporate-why-panel h2,.corporate-final-cta h2{letter-spacing:-.04em}.corporate-product-card p{color:var(--eniseer-muted)}.corporate-product-card .button{width:fit-content;margin-top:24px}.corporate-ops-product{background:radial-gradient(circle at 100% 0,#0f6fff26,#0000 24rem),linear-gradient(135deg,#fff,#eef5fc)}.corporate-principles-grid{margin-top:34px}.corporate-principle-card{background:radial-gradient(circle at 100% 0,#0f6fff14,#0000 12rem),#fffffffa;min-height:245px;padding:28px}.corporate-principle-card h3{letter-spacing:-.035em;font-size:22px}.corporate-principle-card p{color:var(--eniseer-muted)}.corporate-final-cta{color:#fff;background:radial-gradient(circle at 100% 0,#0f6fff38,#0000 26rem),linear-gradient(135deg,#030f1efa,#061a33f5 54%,#0f2c59f0);border-color:#ffffff1f;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);align-items:center;gap:34px;display:grid}.corporate-final-cta .lead{color:#ffffffc7}.corporate-final-cta .eyebrow{color:#cfe2ff;background:#ffffff1a}.corporate-cta-actions{gap:12px;display:grid}.corporate-cta-actions .button{width:100%}@media (max-width:900px){.corporate-product-card,.corporate-principle-card{min-height:auto}.corporate-product-card .button{width:100%}.corporate-final-cta{grid-template-columns:1fr}}.public-footer{margin-top:90px}.public-footer-inner{gap:44px}.public-footer-brand{max-width:420px}.public-footer-brand p{color:var(--eniseer-muted);margin:18px 0 22px}.footer-contact-button{width:fit-content}.public-footer-bottom{max-width:var(--eniseer-container);color:var(--eniseer-muted);border-top:1px solid #0f2c5914;justify-content:space-between;gap:16px;margin:0 auto;padding:22px 24px 34px;font-size:13px;font-weight:700;display:flex}.contact-hero{min-height:440px}.contact-hero h1{max-width:920px;font-size:clamp(3.2rem,6vw,5.7rem);line-height:.94}.contact-grid{margin-top:var(--eniseer-section-y)}.contact-card{flex-direction:column;justify-content:space-between;min-height:330px;padding:34px;display:flex}.contact-card h2{letter-spacing:-.04em;font-size:25px}.contact-card p{color:var(--eniseer-muted)}.contact-note{background:radial-gradient(circle at 100% 0,#0f6fff1f,#0000 24rem),linear-gradient(#fff,#f4f8fc)}@media (max-width:760px){.site-nav{padding:14px 18px}.brand-logo{width:154px;height:auto}.nav-links{gap:10px;font-size:13px}.actions{gap:10px;display:grid}.hero-panel h1,.contact-hero h1{font-size:clamp(2.6rem,13vw,4.2rem)}.public-footer-bottom{flex-direction:column}.footer-contact-button,.contact-card .button{width:100%}}.eduseer-landing-page{color:#102a27;background:radial-gradient(circle at 12% 0,#14b8a621,#0000 26rem),linear-gradient(#f6fbf9 0%,#eefaf6 48%,#f8fcfb 100%)}.eduseer-landing-hero{padding-top:0}.eduseer-hero-aside{border-color:#d7eee7}.eduseer-section-heading h2{max-width:780px}.eduseer-section-heading p{max-width:560px}.eduseer-problem-grid,.eduseer-modules-grid,.eduseer-packages-grid{margin-top:30px}.eduseer-problem-card,.eduseer-audience-card,.eduseer-module-card,.eduseer-package-card{border-color:#d7eee7;min-height:230px;padding:28px}.eduseer-problem-card p,.eduseer-audience-card p,.eduseer-module-card p,.eduseer-package-card p{color:#6b837f}.eduseer-final-cta{background:radial-gradient(circle at 100% 0,#14b8a62e,#0000 24rem),linear-gradient(135deg,#fff,#e8f7f3);border-color:#d7eee7}.eduseer-hero-panel h1{letter-spacing:-.055em;max-width:940px;font-size:clamp(3rem,5.7vw,5.35rem);line-height:.94}.eduseer-hero-panel .lead{color:#ffffffd6;max-width:790px}.eduseer-hero-aside{flex-direction:column;justify-content:space-between;min-height:660px;display:flex}.eduseer-problem-card{background:radial-gradient(circle at 100% 0,#14b8a61c,#0000 14rem),#fff}.eduseer-problem-card .kicker,.eduseer-module-card .kicker{color:#0f766e}.eduseer-module-card{flex-direction:column;justify-content:space-between;min-height:245px;display:flex}.eduseer-final-cta h2{letter-spacing:-.045em;max-width:820px}.eduseer-final-cta .actions{margin-top:28px}@media (max-width:980px){.eduseer-hero-aside{min-height:auto}.eduseer-hero-panel h1{font-size:clamp(2.6rem,11vw,4.4rem)}}.eduseer-dashboard-showcase{background:radial-gradient(circle at 100% 0,#14b8a62e,#0000 24rem),linear-gradient(135deg,#fff,#e8f7f3);border-color:#d7eee7;grid-template-columns:minmax(0,.82fr) minmax(420px,1.18fr);align-items:center;gap:34px;display:grid}.eduseer-dashboard-copy h2{letter-spacing:-.045em}.eduseer-dashboard-copy .lead{color:#315b55}.eduseer-dashboard-mockup{background:#fff;border:1px solid #0f766e29;border-radius:32px;overflow:hidden;box-shadow:0 30px 80px #0f3c352e}.eduseer-mockup-topbar{color:#315b55;border-bottom:1px solid #d7eee7;justify-content:space-between;align-items:center;padding:18px 22px;font-size:13px;font-weight:900;display:flex}.eduseer-mockup-topbar strong{color:#0f766e}.eduseer-mockup-grid{grid-template-columns:150px 1fr;min-height:360px;display:grid}.eduseer-mockup-sidebar{background:#f6fbf9;border-right:1px solid #d7eee7;align-content:start;gap:10px;padding:22px;display:grid}.eduseer-mockup-sidebar span{color:#315b55;background:#fff;border-radius:14px;min-height:34px;padding:9px 11px;font-size:12px;font-weight:900}.eduseer-mockup-content{padding:24px}.eduseer-mockup-stat-row{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.eduseer-mockup-stat-row span,.eduseer-mockup-chart,.eduseer-mockup-table span{background:linear-gradient(135deg,#14b8a62e,#0f766e14);border-radius:18px;display:block}.eduseer-mockup-stat-row span{height:72px}.eduseer-mockup-chart{height:132px;margin-top:18px}.eduseer-mockup-table{gap:10px;margin-top:18px;display:grid}.eduseer-mockup-table span{height:26px}.eduseer-showcase-grid{margin-top:30px}.eduseer-showcase-card{border-color:#d7eee7;min-height:245px;padding:28px}.eduseer-showcase-card .kicker{color:#0f766e}.eduseer-showcase-card p{color:#6b837f}.eduseer-workflow-panel{background:radial-gradient(circle at 100% 0,#14b8a61f,#0000 24rem),linear-gradient(#fff,#f6fbf9);border-color:#d7eee7}.eduseer-workflow-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:30px;display:grid}.eduseer-workflow-step{border-radius:var(--eniseer-radius-card);background:#fff;border:1px solid #d7eee7;min-height:150px;padding:22px}.eduseer-workflow-step strong{color:#0f766e;margin-bottom:16px;font-size:14px;display:block}.eduseer-workflow-step span{color:#102a27;font-size:16px;font-weight:900}@media (max-width:980px){.eduseer-dashboard-showcase,.eduseer-workflow-grid{grid-template-columns:1fr}}@media (max-width:640px){.eduseer-mockup-grid{grid-template-columns:1fr}.eduseer-mockup-sidebar{border-bottom:1px solid #d7eee7;border-right:0;grid-template-columns:repeat(2,1fr)}.eduseer-mockup-stat-row{grid-template-columns:1fr}}.eduseer-faq-list{gap:16px;margin-top:30px;display:grid}.eduseer-faq-item{border-radius:var(--eniseer-radius-card);box-shadow:var(--eniseer-shadow-sm);background:radial-gradient(circle at 100% 0,#14b8a614,#0000 14rem),#fff;border:1px solid #d7eee7;padding:28px}.eduseer-faq-item h3{color:#102a27;letter-spacing:-.035em;margin:0 0 10px;font-size:21px}.eduseer-faq-item p{color:#6b837f;margin:0}html[data-public-brand=eduseer]{--eduseer-green:#16a36a;--eduseer-green-dark:#0d7750;--eduseer-green-soft:#e9f8f0;--eduseer-ink:#0c2530;--eduseer-border:#d8e9e1;--accent:var(--eduseer-green);--navy:var(--eduseer-ink);--deep-navy:#071f27;--bg:#f7fcf9;--surface-soft:#eff8f3;--border:var(--eduseer-border)}.eduseer-site-body{color:var(--eduseer-ink);background:radial-gradient(circle at 8% -6%,#16a36a24,#0000 28rem),radial-gradient(circle at 92% 4%,#0f6fff14,#0000 32rem),linear-gradient(#fbfefc 0%,#f1f9f5 52%,#fbfefc 100%)}.eduseer-site-header{background:#fbfefce6;border-bottom-color:#0d77501f}.eduseer-site-header .nav-links a:hover{color:var(--eduseer-green-dark)}.eduseer-site-header .nav-cta{background:linear-gradient(135deg, var(--eduseer-green), var(--eduseer-green-dark));box-shadow:0 14px 30px #16a36a38}.eduseer-hero-panel{background:radial-gradient(circle at 80% 18%,#34d39933,#0000 22rem),linear-gradient(135deg,#071f27,#0a3b35 58%,#0d7750)}.eduseer-hero-panel:after{border-color:#34d39924}.eduseer-hero-aside{border-color:var(--eduseer-border);background:linear-gradient(#fffffffc,#f0faf5fa)}.eduseer-section-heading .eyebrow,.eduseer-cta-section .eyebrow{background:var(--eduseer-green-soft);color:var(--eduseer-green-dark)}.eduseer-module-card,.eduseer-package-card,.eduseer-problem-card,.eduseer-hero-aside .metric{border-color:var(--eduseer-border)}.eduseer-module-card:hover,.eduseer-package-card:hover,.eduseer-problem-card:hover{border-color:#16a36a61;box-shadow:0 24px 60px #094e371f}.eduseer-cta-section{border-color:var(--eduseer-border);background:radial-gradient(circle at 90% 20%,#34d39929,#0000 18rem),linear-gradient(135deg,#f8fffb,#edf9f3)}.eduseer-footer{border-top:1px solid var(--eduseer-border);background:#f2faf6}.eduseer-footer .footer-grid span{color:var(--eduseer-green-dark)}@media (max-width:900px){html[data-public-brand=eduseer] .site-nav{grid-template-columns:1fr auto}html[data-public-brand=eduseer] .nav-links{grid-column:1/-1;justify-content:flex-start;padding-bottom:4px;overflow-x:auto}}
