/* AKOR Security — vanilla port. Sora font + dark theme + green primary */
:root{--bg:#1a1a1a;--fg:#f5f5f5;--primary:#13e54a;--primary-fg:#0a0a0a;--muted-fg:#999;--border:#333;--hero-bg:#141414;--nav-btn:#2e2e2e}
*{box-sizing:border-box;margin:0;padding:0}
html,body{width:100%;min-height:100%;background:var(--bg);color:var(--fg);font-family:"Sora",sans-serif;-webkit-font-smoothing:antialiased}
img,video,svg{display:block;max-width:100%}
a,button{font:inherit;color:inherit;cursor:pointer;background:none;border:0;text-decoration:none}
ul{list-style:none}
.ak-banner{position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(0,0,0,.78);color:rgba(255,255,255,.78);font-size:10px;letter-spacing:.18em;text-transform:uppercase;text-align:center;padding:6px 16px;backdrop-filter:blur(8px);border-bottom:1px solid rgba(19,229,74,.15)}
.ak-nav{position:fixed;top:24px;left:0;right:0;z-index:50;display:flex;justify-content:space-between;align-items:center;padding:20px 32px}
.ak-logo{display:flex;align-items:center;gap:10px}
.ak-logo-icon{width:32px;height:32px;background:var(--primary);border-radius:8px;display:inline-flex;align-items:center;justify-content:center}
.ak-logo-icon svg{width:18px;height:18px}
.ak-logo-text{font-size:20px;font-weight:600;letter-spacing:-.02em}
.ak-nav-links{display:flex;gap:32px}
.ak-nav-links a{font-size:13px;color:var(--muted-fg);text-transform:uppercase;letter-spacing:.18em;transition:color .2s}
.ak-nav-links a:hover{color:var(--fg)}
.ak-nav-cta{background:var(--nav-btn);padding:0 24px;height:44px;border-radius:8px;font-size:12px;text-transform:uppercase;letter-spacing:.18em;display:inline-flex;align-items:center;transition:background .2s}
.ak-nav-cta:hover{background:#3a3a3a}
.ak-hero{position:relative;min-height:100vh;display:flex;flex-direction:column;justify-content:flex-end;background:var(--hero-bg);overflow:hidden}
.ak-hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.ak-hero-content{position:relative;z-index:10;padding:0 64px 96px;max-width:1200px}
.ak-hero-title{font-size:clamp(48px,7vw,88px);font-weight:300;line-height:.95;letter-spacing:-.025em;color:var(--fg);margin-bottom:20px}
.ak-hero-sub{color:var(--muted-fg);font-size:18px;max-width:540px;margin-bottom:40px;line-height:1.5}
.ak-hero-actions{display:flex;flex-wrap:wrap;gap:32px;align-items:center}
.ak-btn-primary{background:var(--primary);color:var(--primary-fg);font-weight:600;padding:0 32px;height:44px;border-radius:8px;font-size:12px;text-transform:uppercase;letter-spacing:.18em;display:inline-flex;align-items:center;transition:transform .15s,background .2s}
.ak-btn-primary:hover{background:#0fc63e;transform:scale(1.02)}
.ak-btn-link{font-size:12px;text-transform:uppercase;letter-spacing:.18em;color:var(--fg);border-bottom:1px solid var(--primary);padding-bottom:4px;transition:color .2s}
.ak-btn-link:hover{color:var(--primary)}
.ak-services{background:#f5f5f5;color:#1a1a1a;padding:96px 64px}
.ak-section-head{margin-bottom:64px}
.ak-section-label{font-size:11px;text-transform:uppercase;letter-spacing:.25em;color:rgba(0,0,0,.4)}
.ak-divider{margin-top:32px;border:0;height:1px;background:rgba(0,0,0,.1)}
.ak-services-grid{display:grid;grid-template-columns:38% 1fr;gap:96px;align-items:center}
.ak-services-left h2{font-size:clamp(28px,3.4vw,40px);line-height:1.15;letter-spacing:-.02em;color:#1a1a1a;font-weight:400;margin-bottom:32px}
.ak-services-cards{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:48px}
.ak-service-card{padding-left:32px;border-left:1px solid rgba(0,0,0,.1)}
.ak-service-icon{width:64px;height:64px;object-fit:contain;margin-bottom:32px}
.ak-service-num{display:block;font-size:11px;color:rgba(0,0,0,.3);margin-bottom:8px}
.ak-service-card h3{font-size:20px;font-weight:500;line-height:1.2;color:#1a1a1a;margin-bottom:12px;white-space:pre-line}
.ak-service-card p{color:rgba(0,0,0,.5);font-size:14px;line-height:1.55}
.ak-about{background:#000;padding:48px 64px 96px;color:#f5f5f5}
.ak-about .ak-section-label{color:rgba(255,255,255,.6)}
.ak-about .ak-divider{background:rgba(255,255,255,.15)}
.ak-about-grid{display:flex;gap:64px;align-items:stretch;min-height:600px}
.ak-about-video{flex:0 0 45%;width:45%;height:auto;object-fit:cover;border-radius:4px;align-self:flex-start}
.ak-about-text{flex:1;display:flex;flex-direction:column;justify-content:space-between;border-left:1px solid rgba(255,255,255,.15);padding-left:48px;padding-top:32px}
.ak-about-text h2{font-size:clamp(28px,3.4vw,40px);line-height:1.15;letter-spacing:-.02em;font-weight:400}
.ak-about-bottom{margin-top:auto;padding-top:48px}
.ak-about-bottom p{color:rgba(255,255,255,.7);font-size:15px;line-height:1.6;margin-bottom:32px;max-width:540px}
@media(max-width:1024px){.ak-nav-links{display:none}.ak-services-grid{grid-template-columns:1fr;gap:48px}.ak-services-cards{grid-template-columns:1fr}.ak-about-grid{flex-direction:column}.ak-about-video{width:100%;flex:none}.ak-about-text{border-left:0;padding-left:0}}
@media(max-width:640px){.ak-nav{padding:14px 18px}.ak-nav-cta{padding:0 16px;font-size:11px}.ak-hero-content{padding:0 24px 64px}.ak-services{padding:64px 24px}.ak-about{padding:48px 24px 64px}}
