:root{--primary:#0033A0;--accent:#FFD500;--text-main:#1e293b;--text-muted:#64748b;--border-color:#e2e8f0;--soft-bg:#f8fafc}
*{box-sizing:border-box;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif}
html{scroll-behavior:smooth}
body{background:#fff;color:var(--text-main);line-height:1.6}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
.container{max-width:1200px;margin:0 auto;padding:0 20px;width:100%}
.site-header{padding:15px 0;border-bottom:1px solid var(--border-color);background:#fff;position:sticky;top:0;z-index:1000}
.nav-wrap{display:flex;justify-content:space-between;align-items:center;gap:16px}
.logo-img{display:block;width:clamp(180px,20vw,260px);height:auto;object-fit:contain}
.btn-cabinet{background:var(--primary);color:#fff;padding:10px 24px;border-radius:999px;font-weight:700;font-size:14px;transition:.2s}
.btn-cabinet:hover{background:#00267a;box-shadow:0 4px 12px rgba(0,51,160,.2)}
.hero{min-height:500px;display:flex;align-items:center;background:linear-gradient(180deg,rgba(0,51,160,.65),rgba(0,14,45,.85)),url('../images/hero.jpg') center center/cover no-repeat;color:#fff;position:relative}
.hero::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:6px;background:var(--accent)}
.hero .container{position:relative;z-index:1}
.hero h1{font-size:clamp(2rem,4vw,3.5rem);color:#fff;margin-bottom:20px;font-weight:800;line-height:1.1;max-width:900px}
.hero .subtitle{font-size:1.2rem;max-width:750px;color:rgba(255,255,255,.95)}

.okvolt-benefits{background:#fff;padding:64px 20px}
.okvolt-benefits__inner{max-width:1200px;margin:0 auto}
.okvolt-benefits__title{text-align:center;color:#0b3ea8;font-size:44px;line-height:1.1;font-weight:800;margin:0 0 44px}
.okvolt-benefits__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:44px 56px}
.okvolt-benefits__item{display:flex;align-items:flex-start;gap:18px}
.okvolt-benefits__icon{width:44px;height:44px;flex:0 0 44px;background:#f6c800;border-radius:12px;display:flex;align-items:center;justify-content:center}
.okvolt-benefits__icon svg{width:24px;height:24px;fill:none;stroke:#0b3ea8;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.okvolt-benefits__content h3{margin:2px 0 8px;color:#0b3ea8;font-size:20px;line-height:1.2;font-weight:800}
.okvolt-benefits__content p{margin:0;color:#6f7785;font-size:16px;line-height:1.5;max-width:420px}

.section-docs{padding:80px 0}
.section-title{font-size:32px;color:var(--primary);margin-bottom:40px;font-weight:800}
.acc-item{border-bottom:1px solid var(--border-color)}
.acc-header{width:100%;background:transparent;border:0;padding:25px 0;font-size:18px;font-weight:700;color:var(--text-main);cursor:pointer;display:flex;justify-content:space-between;align-items:center;text-align:left}
.acc-header:hover{color:var(--primary)}
.acc-header::after{content:'+';font-size:24px;color:var(--primary);font-weight:400}
.acc-item.open .acc-header::after{content:'−'}
.acc-content{max-height:0;overflow:hidden;transition:max-height .3s ease-out}
.inner-acc{padding-bottom:30px}
.doc-link{display:block;padding:12px 0;border-bottom:1px solid #f1f5f9;transition:.2s}
.doc-link:hover{color:var(--primary);padding-left:10px}
.doc-link .badge{display:inline-block;padding:2px 10px;background:#fef3c7;color:#92400e;border-radius:4px;font-size:12px;font-weight:600;margin-left:8px}
.info-block{margin:16px 0;padding:16px;background:#f8fafc;border-left:4px solid var(--accent);border-radius:0 8px 8px 0;font-size:15px}
.info-block strong{color:var(--primary)}
.subhead{margin:20px 0 12px;color:var(--primary);font-size:16px}

.form-section{background:var(--soft-bg);padding:100px 0;text-align:center}
.form-card{max-width:700px;margin:0 auto;background:#fff;padding:50px;border-radius:24px;box-shadow:0 10px 40px rgba(0,0,0,.05)}
.form-card h2{color:var(--primary);font-weight:800}
.form-card p{margin-top:10px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:30px 0}
.full-width{grid-column:span 2}
.okvolt-input{width:100%;padding:18px;border:1px solid #cbd5e1;border-radius:12px;font-size:16px;outline:none}
.okvolt-input:focus{border-color:var(--primary)}
.btn-send{width:100%;background:var(--accent);color:var(--primary);border:none;padding:20px;font-weight:800;border-radius:12px;cursor:pointer;font-size:18px;transition:.3s}
.btn-send:hover{transform:translateY(-3px);box-shadow:0 5px 15px rgba(255,213,0,.4)}
.honeypot{display:none}

.site-footer{background:var(--primary);color:#fff;padding:70px 0 24px}
.footer-main{display:flex;justify-content:space-between;align-items:flex-start;gap:60px;padding-bottom:36px;border-bottom:1px solid rgba(255,255,255,.12)}
.footer-brand{flex:1;max-width:420px}
.footer-logo{width:240px;height:auto;display:block;filter:brightness(0) invert(1);margin-bottom:12px}
.footer-slogan{font-size:14px;color:rgba(255,255,255,.75);margin-bottom:8px}
.footer-legal{font-size:13px;color:rgba(255,255,255,.72);margin-bottom:22px}
.veteran-box{border:1px solid rgba(255,255,255,.16);border-radius:10px;padding:14px 16px;background:rgba(255,255,255,.04);margin-bottom:22px}
.veteran-title{display:flex;align-items:center;gap:8px;color:var(--accent);font-weight:800;font-size:14px;text-transform:uppercase}
.veteran-title svg{width:16px;height:16px}
.veteran-text{font-size:13px;color:rgba(255,255,255,.82);margin-top:6px}
.footer-socials{display:flex;gap:12px}
.social-icon-link{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.08);color:#fff;transition:.2s}
.social-icon-link:hover{background:var(--accent);color:var(--primary)}
.social-icon-link svg{width:20px;height:20px;fill:currentColor}
.footer-right{flex:1;max-width:520px;display:flex;flex-direction:column;gap:18px}
.contact-block{display:flex;flex-direction:column;gap:6px}
.contact-title{display:flex;align-items:center;gap:8px;font-size:13px;text-transform:uppercase;letter-spacing:.5px;color:rgba(255,255,255,.65);font-weight:700}
.contact-title-icon{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 18px}
.contact-title-icon svg{width:18px;height:18px;stroke:var(--accent)}
.contact-text{font-size:15px;color:#fff}
.contact-text--address{line-height:1.5}
.contact-text a{color:#fff}
.contact-text a:hover{color:var(--accent)}
.contact-note{font-size:14px;color:rgba(255,255,255,.72)}
.footer-bottom{padding-top:20px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;font-size:13px;color:rgba(255,255,255,.72)}
.footer-bottom-center{text-align:center}
.footer-bottom-right{display:flex;justify-content:flex-end;align-items:center;gap:10px}
.footer-bottom a{color:rgba(255,255,255,.72)}
.footer-bottom a:hover{color:#fff}

@media (max-width:768px){
.okvolt-benefits{padding:48px 16px}
.okvolt-benefits__title{font-size:30px;margin-bottom:28px}
.okvolt-benefits__grid{grid-template-columns:1fr;gap:28px}
.okvolt-benefits__content h3{font-size:18px}
.okvolt-benefits__content p{font-size:15px}
.footer-main{flex-direction:column;gap:32px}
.footer-brand,.footer-right{max-width:100%}
.footer-bottom{grid-template-columns:1fr;text-align:center;justify-items:center}
.footer-bottom-right{justify-content:center}
.form-grid{grid-template-columns:1fr}
.full-width{grid-column:span 1}
}