*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#f7f9fc;color:#172033;line-height:1.6}
a{color:inherit;text-decoration:none}
.container{width:min(1320px,92%);margin:auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(4,14,29,.98);backdrop-filter:blur(14px);color:#fff;border-bottom:1px solid #22334d}
.nav-wrap{height:82px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.logo{display:flex;align-items:center;gap:12px;font-weight:800;white-space:nowrap}
.logo-mark{display:block;width:46px;height:46px;border-radius:12px;background:url('assets/dynexal-mark.svg') center/contain no-repeat;flex:0 0 46px}
.logo-copy{display:flex;flex-direction:column;line-height:1.08}
.logo-copy strong{font-size:23px;letter-spacing:-.7px}
.logo-copy small{margin-top:5px;font-size:13px;font-weight:500;color:#9eb0c7;letter-spacing:.2px}
.footer .logo-mark{width:32px;height:32px;flex-basis:32px}
.nav{display:flex;align-items:center;gap:30px;font-size:17px;color:#d6deea;white-space:nowrap}
.nav>a{display:flex;align-items:center;height:82px;position:relative}
.nav>a:hover,.nav>a.active{color:#fff}
.nav>a.active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;border-radius:4px;background:#0aa5ff}
.nav .nav-contact{height:auto;padding:13px 29px;border-radius:10px;background:linear-gradient(135deg,#149cff,#087fe9);box-shadow:0 10px 28px rgba(7,139,245,.24);font-weight:800;margin-left:4px}
.nav .nav-contact:after{display:none}
.menu-btn{display:none;background:none;border:0;color:#fff;font-size:24px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:14px 22px;border-radius:10px;font-weight:800;font-size:15px;border:1px solid transparent;transition:.2s ease}
.btn.primary{background:#1599ff;color:#fff}.btn.primary:hover{transform:translateY(-1px);background:#087fe9}
.btn.secondary{border-color:#cbd5e1;background:#fff;color:#172033}

.hero-showcase{position:relative;min-height:748px;overflow:hidden;background:#040d1b;color:#fff}
.hero-showcase:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 72% 42%,rgba(13,102,190,.42),transparent 38%),linear-gradient(90deg,#020b18 0%,#061426 43%,#07172b 68%,#030b18 100%);z-index:0}
.hero-showcase:after{content:"";position:absolute;right:-12%;top:-25%;width:720px;height:720px;border-radius:50%;background:radial-gradient(circle,rgba(0,157,255,.23),rgba(0,157,255,0) 68%);filter:blur(8px);z-index:0}
.hero-bg-glow{position:absolute;left:37%;bottom:-260px;width:850px;height:500px;background:radial-gradient(ellipse,rgba(16,111,219,.18),transparent 68%);filter:blur(18px);z-index:0}
.hero-showcase-inner{position:relative;z-index:2;min-height:665px;display:grid;grid-template-columns:52% 48%;align-items:center;gap:0;padding-top:24px}
.hero-copy{position:relative;z-index:8;padding:42px 0 78px}
.hero-badge{display:inline-flex;align-items:center;color:#d5e5f7;font-size:12px;font-weight:800;letter-spacing:1.55px;white-space:nowrap}
.hero-copy h1{font-size:clamp(58px,5.6vw,84px);line-height:.98;letter-spacing:-4.2px;margin:24px 0 25px;max-width:720px}
.hero-copy h1 span{color:#079cff}
.hero-copy>p{font-size:20px;line-height:1.55;color:#d6e0ec;max-width:690px;margin:0 0 17px}
.hero-actions{display:flex;gap:18px;margin:30px 0 38px}
.hero-primary{background:linear-gradient(135deg,#0b9cff,#087eea);color:#fff;border:0;border-radius:10px;padding:17px 27px;font-size:16px;box-shadow:0 14px 35px rgba(0,132,255,.3)}
.hero-primary:hover{transform:translateY(-2px);background:linear-gradient(135deg,#18a8ff,#0782ef)}
.hero-secondary{background:rgba(3,11,23,.48);border:1px solid rgba(255,255,255,.75);color:#fff;border-radius:10px;padding:17px 27px;font-size:16px}
.hero-secondary:hover{background:rgba(255,255,255,.08)}
.play-icon{font-size:12px}
.hero-feature-row{display:grid;grid-template-columns:repeat(6,1fr);max-width:850px;border-top:1px solid rgba(255,255,255,.14);padding-top:20px}
.hero-feature-row>div{min-height:76px;padding:0 13px;border-right:1px solid rgba(255,255,255,.15);display:flex;flex-direction:column;gap:7px;align-items:center;justify-content:center;text-align:center}
.hero-feature-row>div:first-child{padding-left:0}.hero-feature-row>div:last-child{border-right:0}
.feature-icon{font-size:28px;line-height:1;color:#08a8ff;font-weight:800;text-shadow:0 0 18px rgba(0,166,255,.25)}
.hero-feature-row strong{font-size:11px;line-height:1.25;color:#f1f5fb;font-weight:700}

.hero-visual{height:650px;position:relative;align-self:end;overflow:visible}
.hero-window{position:absolute;border:1px solid rgba(109,174,239,.4);border-radius:10px;background:#081425;box-shadow:0 32px 70px rgba(0,0,0,.58),0 0 0 1px rgba(255,255,255,.04) inset;overflow:hidden}
.dashboard-window{width:72%;height:390px;right:16%;top:88px;z-index:3;transform:rotate(-1deg)}
.code-window{width:60%;height:335px;right:-1%;top:205px;z-index:5;transform:rotate(.5deg)}
.window-bar{height:35px;display:flex;align-items:center;gap:6px;padding:0 12px;background:linear-gradient(#142740,#0b192d);border-bottom:1px solid #203754;font-size:10px;color:#9fb5d0}
.window-bar span{width:7px;height:7px;border-radius:50%;background:#59718d}.window-bar b{margin-left:auto;font-weight:600}
.window-body{height:calc(100% - 35px);display:flex}
.bc-sidebar{width:108px;background:#071120;border-right:1px solid #19304c;display:flex;flex-direction:column;gap:11px;padding:16px 12px;color:#839ab5;font-size:9px}.bc-sidebar strong{color:#13a6ff;font-size:17px;margin-bottom:4px}
.bc-main{flex:1;padding:18px;background:linear-gradient(135deg,#f7faff,#dce9f5);color:#21334b}.bc-greeting{font-size:18px;font-weight:800}.bc-greeting small{display:block;font-size:8px;color:#8090a4;font-weight:500;margin-top:2px}
.kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin-top:16px}.kpi-grid div{background:#fff;border:1px solid #d7e2ee;border-radius:6px;padding:8px;box-shadow:0 3px 9px rgba(19,51,84,.05)}.kpi-grid small{display:block;font-size:8px;color:#63748a}.kpi-grid strong{font-size:19px;color:#1b4e85}
.chart-row{display:grid;grid-template-columns:1.5fr 1fr;gap:9px;margin-top:10px}.mini-chart,.donut-card{background:#fff;border:1px solid #d7e2ee;border-radius:6px;padding:10px;min-height:155px}.mini-chart small,.donut-card small{font-size:8px;color:#63748a}
.bars{height:105px;display:flex;align-items:end;justify-content:space-around;gap:7px;padding:14px 6px 4px}.bars i{display:block;width:15px;background:linear-gradient(to top,#0d8de9,#54c4ff);border-radius:3px 3px 0 0}
.donut{width:82px;height:82px;border-radius:50%;margin:25px auto 0;background:conic-gradient(#078eea 0 28%,#43b8f2 28% 50%,#8bd8ff 50% 73%,#d8e8f7 73% 100%);position:relative}.donut:after{content:"";position:absolute;inset:19px;background:#fff;border-radius:50%}
.code-window pre{margin:0;padding:20px 18px;color:#d8e3f2;font:11px/1.8 ui-monospace,SFMono-Regular,Consolas,monospace;white-space:pre-wrap}.code-window em{color:#62aaff;font-style:normal}.code-window mark{color:#a4e4b7;background:none}
.hero-quote{position:absolute;right:7%;top:12px;z-index:6;color:#c7d8ee;font:italic 28px/1.2 Georgia,serif;transform:rotate(-7deg);text-align:center;text-shadow:0 2px 14px rgba(0,0,0,.45)}.hero-quote b{color:#e4f0ff}.hero-quote i{display:block;width:135px;height:4px;margin:5px auto 0;background:#079cff;border-radius:50%;transform:rotate(-5deg)}
.hero-brand-badge{position:absolute;right:1%;top:112px;z-index:7;display:flex;align-items:center;gap:10px;color:#f4f8ff;font-size:13px;line-height:1.05;text-shadow:0 2px 12px #000}.ms-squares{display:grid;grid-template-columns:10px 10px;grid-template-rows:10px 10px;gap:2px}.ms-squares i:nth-child(1){background:#f25022}.ms-squares i:nth-child(2){background:#7fba00}.ms-squares i:nth-child(3){background:#00a4ef}.ms-squares i:nth-child(4){background:#ffb900}
.hero-desk-glow{position:absolute;right:-5%;bottom:0;width:95%;height:125px;background:linear-gradient(to top,rgba(7,119,225,.18),transparent);filter:blur(9px);z-index:1}
.hero-bottom-strip{position:relative;z-index:8;display:grid;grid-template-columns:1fr 1fr 1fr auto;align-items:center;min-height:92px;margin-top:-1px;background:linear-gradient(90deg,#0646ae,#073b92);color:#fff;border-top:1px solid rgba(255,255,255,.08)}
.hero-bottom-strip>div{min-height:56px;padding:0 34px;display:grid;grid-template-columns:34px 1fr;grid-template-rows:auto auto;column-gap:10px;align-items:center;border-right:1px solid rgba(255,255,255,.2)}
.hero-bottom-strip>div:first-child{padding-left:18px}.hero-bottom-strip>div span{grid-row:1/3;font-size:25px}.hero-bottom-strip strong{font-size:15px}.hero-bottom-strip small{font-size:12px;color:#bcd1ef}
.hero-bottom-strip>a{margin-left:28px;padding:14px 25px;border-radius:30px;background:linear-gradient(135deg,#0aa2ff,#0789ed);font-weight:800;box-shadow:0 9px 25px rgba(0,0,0,.18);white-space:nowrap}.hero-bottom-strip>a span{margin-right:8px}

.section{padding:90px 0}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:34px}.section-heading h2,.project-grid h2,.newsletter h2{font-size:38px;line-height:1.1;letter-spacing:-1.5px;margin:8px 0}.section-heading p{color:#68758a;margin:8px 0 0}.section-label,.tag{font-size:11px;letter-spacing:1.7px;font-weight:800;color:#5b76b5}.view-all{font-weight:700;font-size:14px}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.card{background:#fff;border:1px solid #e3e8f0;border-radius:14px;padding:26px;transition:.2s}.card:hover{transform:translateY(-4px);box-shadow:0 15px 35px rgba(23,32,51,.08)}.card-icon{display:grid;place-items:center;width:45px;height:45px;border-radius:11px;background:#eaf0ff;color:#426ee5;font-weight:900;margin-bottom:22px}.card h3{font-size:21px;line-height:1.25;margin:12px 0}.card p{color:#69768b;font-size:14px}.card a{font-weight:800;font-size:13px;color:#426ee5}
.topics{background:#edf2f8}.centered{text-align:center;display:block}.centered>div{max-width:650px;margin:auto}.topic-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.topic{background:#fff;border:1px solid #dfe6ef;border-radius:12px;padding:20px;display:grid;grid-template-columns:auto 1fr auto;gap:15px;align-items:start}.topic:hover{border-color:#8aa7ed}.topic-icon{display:grid;place-items:center;width:40px;height:40px;border-radius:10px;background:#eef3ff;color:#456fe2;font-weight:800}.topic h3{font-size:16px;margin:0 0 4px}.topic p{font-size:12px;color:#718096;margin:0}.topic b{color:#7890bb}
.project-section{background:#0b1220;color:#fff}.project-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.project-grid p{color:#aab8ca;max-width:540px}.project-list{border-left:1px solid #34445d}.project-item{display:flex;gap:22px;padding:24px 0 24px 25px;border-bottom:1px solid #243249}.project-item span{color:#6d88b5;font:12px monospace}.project-item strong{display:block}.project-item small{color:#8293ab}
.newsletter-box{background:#eaf0ff;border:1px solid #d6e1f7;border-radius:16px;padding:42px;display:flex;align-items:center;justify-content:space-between;gap:30px}.newsletter-box p{color:#66758c;margin:0}
.footer{background:#07101d;color:#91a0b6;padding:28px 0}.footer-wrap{display:flex;align-items:center;justify-content:space-between;font-size:12px}.footer .logo{color:#fff;font-size:18px}.footer .logo-mark{width:32px;height:32px;flex-basis:32px}

@media(max-width:1200px){.nav{gap:20px;font-size:15px}.hero-showcase-inner{grid-template-columns:54% 46%}.hero-copy h1{font-size:66px}.dashboard-window{width:78%;right:8%}.code-window{width:67%;right:-8%}.hero-quote{right:2%;font-size:23px}.hero-brand-badge{right:-2%;font-size:11px}}
@media(max-width:900px){.nav{display:none}.menu-btn{display:block}.hero-showcase{min-height:auto}.hero-showcase-inner{grid-template-columns:1fr;min-height:auto;padding-top:55px}.hero-copy{padding:15px 0 35px}.hero-copy h1{font-size:58px;letter-spacing:-3px}.hero-copy>p{font-size:18px}.hero-feature-row{grid-template-columns:repeat(3,1fr);gap:10px}.hero-feature-row>div{border-right:0;border-bottom:1px solid rgba(255,255,255,.1);padding:12px}.hero-visual{height:530px;order:2}.dashboard-window{width:78%;height:315px;right:12%;top:60px}.code-window{width:68%;height:280px;right:0;top:180px}.hero-brand-badge{top:78px}.hero-quote{top:12px}.hero-bottom-strip{grid-template-columns:1fr 1fr;gap:0;padding:8px}.hero-bottom-strip>div{padding:12px 15px;border-right:0}.hero-bottom-strip>a{margin:10px 0;justify-self:start}.cards,.topic-grid{grid-template-columns:1fr}.section-heading{align-items:start;gap:15px;flex-direction:column}.project-grid{grid-template-columns:1fr;gap:40px}.newsletter-box,.footer-wrap{flex-direction:column;align-items:flex-start}}
@media(max-width:560px){.container{width:92%}.nav-wrap{height:72px}.logo-copy strong{font-size:18px}.logo-copy small{font-size:10px}.logo-mark{width:40px;height:40px;flex-basis:40px}.hero-copy h1{font-size:47px;letter-spacing:-2.5px}.hero-badge{font-size:9px;letter-spacing:1px;white-space:normal}.hero-copy>p{font-size:16px}.hero-actions{flex-wrap:wrap}.hero-feature-row{grid-template-columns:repeat(2,1fr)}.hero-visual{height:410px}.dashboard-window{width:94%;height:245px;right:3%;top:45px}.code-window{width:82%;height:220px;right:-2%;top:165px}.code-window pre{font-size:8px}.bc-sidebar{width:70px;font-size:7px}.bc-main{padding:10px}.bc-greeting{font-size:12px}.kpi-grid{gap:3px}.kpi-grid div{padding:4px}.kpi-grid strong{font-size:13px}.mini-chart,.donut-card{min-height:100px;padding:6px}.bars{height:65px}.donut{width:52px;height:52px;margin-top:16px}.donut:after{inset:12px}.hero-quote{font-size:17px;right:5%;top:0}.hero-brand-badge{font-size:8px;top:52px}.hero-bottom-strip{grid-template-columns:1fr}.hero-bottom-strip>div{border-bottom:1px solid rgba(255,255,255,.12)}.hero-bottom-strip>a{margin:8px 0 4px}.section{padding:65px 0}.section-heading h2,.project-grid h2,.newsletter h2{font-size:30px}}
