:root{--blue:#1437a3;--green:#14b34b;--text:#1e293b;--muted:#64748b;--bg:#f8fafc;--card:#ffffff;--border:#e2e8f0}#about{background:#fff}#services{background:linear-gradient(180deg,#f8fbff 0,#eef4ff 100%)}#contacts{background:#fff}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}@font-face{font-family:Inter;src:url(../fonts/InterVariable.woff2) format("woff2");font-weight:100 900;font-style:normal;font-display:swap}body{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--bg);color:var(--text);line-height:1.6}.container{width:92%;max-width:1280px;margin:auto}.header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.92);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.nav{height:82px;display:flex;align-items:center;justify-content:space-between}.logo img{height:54px}.menu{display:flex;gap:40px}.menu a{position:relative;color:var(--text);font-weight:600;text-decoration:none;padding:6px 0;transition:color .25s ease}.menu a::after{content:"";position:absolute;left:0;bottom:0;width:0;height:2px;background:var(--green);border-radius:10px;transition:width .25s ease}.menu a:hover{color:var(--blue)}.menu a:hover::after{width:100%}.lang-switch{display:flex;gap:10px}.lang-switch button{width:42px;height:42px;border-radius:50%;border:1px solid var(--border);background:#fff;cursor:pointer;font-weight:700;transition:.2s}.lang-switch button:hover{background:var(--blue);color:#fff}.hero{position:relative;min-height:92vh;display:flex;align-items:center;overflow:hidden}.hero-green{color:var(--green)}.hero-bg{position:absolute;width:100%;height:100%;object-fit:cover;object-position:center;inset:0}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.94) 0,rgba(255,255,255,.85) 30%,rgba(255,255,255,.2) 65%,rgba(255,255,255,.1) 100%);z-index:1}.hero-content{position:relative;z-index:2}.hero-left{max-width:620px}.hero-subtitle{color:var(--blue);font-size:32px;font-weight:800}.hero h1{font-size:78px;line-height:.95;color:var(--blue);margin-bottom:30px}.hero-text{font-size:24px;color:var(--text);margin-bottom:40px;text-shadow:0 8px 24px rgba(255,255,255,.85)}.hero-btn{display:inline-flex;align-items:center;justify-content:center;height:58px;padding:0 34px;border-radius:12px;background:var(--blue);color:#fff;font-weight:700;text-decoration:none;transition:.3s}.hero-btn:hover{background:var(--green)}.section{padding:110px 0}.section-title{font-size:52px;margin-bottom:40px;color:var(--blue)}.center{text-align:center}.about-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:center}.about-text{font-size:18px;margin-bottom:40px;color:var(--muted)}.about-image img{width:100%;border-radius:24px;display:block}.advantages-mini{display:flex;flex-direction:column;gap:24px}.mini-card{display:flex;gap:16px}.mini-icon{min-width:42px;height:42px;border-radius:50%;background:var(--green);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700}#services{background:linear-gradient(180deg,#f8fbff 0,#eef4ff 100%)}.services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:34px;align-items:stretch}.service-card{background:#fff;border:1px solid rgba(20,55,163,.08);border-radius:12px;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.service-card:hover{border-color:rgba(20,55,163,.18);box-shadow:0 24px 48px rgba(20,55,163,.08)}.service-image{position:relative;overflow:hidden;height:260px}.service-image::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.1),rgba(0,0,0,.02))}.service-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease,filter .4s ease;filter:saturate(.92) contrast(1.02)}.service-card:hover .service-image img{transform:scale(1.05);filter:saturate(1) contrast(1.05)}.service-content{padding:34px}.service-content h3{color:var(--blue);font-size:28px;line-height:1.2;margin-bottom:18px}.service-content p{color:var(--muted);font-size:16px;line-height:1.8}.advantages-section{background:linear-gradient(180deg,#fff 0,#f7fbff 100%)}.advantages-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.advantage-card{position:relative;background:#fff;border:1px solid var(--border);border-radius:12px;padding:36px;overflow:hidden;transition:.3s}.advantage-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px rgba(0,0,0,.08)}.advantage-number{font-size:54px;font-weight:800;color:rgba(20,55,163,.08);line-height:1;margin-bottom:20px}.advantage-card h3{color:var(--blue);margin-bottom:16px}.advantage-card p{color:var(--muted)}#contacts{background:linear-gradient(180deg,#fff 0,#f8fbff 100%)}.contacts-simple{max-width:900px}.contacts-list{margin-top:60px;display:flex;flex-direction:column;gap:24px}.contact-line{display:flex;align-items:center;gap:22px;padding-bottom:22px;border-bottom:1px solid var(--border)}.contact-icon{min-width:54px;width:54px;height:54px;border-radius:12px;background:rgba(20,55,163,.08);display:flex;align-items:center;justify-content:center}.contact-icon img{width:24px;height:24px;opacity:.9}.contact-line p{color:var(--text);font-size:17px}.contact-line a{color:var(--text);text-decoration:none;transition:.2s}.contact-line a:hover{color:var(--green)}.contact-values{display:flex;flex-direction:column;gap:6px}.contact-values a{display:inline-block}.contact-values p{line-height:1.5}.footer{background:var(--blue);padding:20px 0;color:rgba(221,224,255,.9);font-size:13px}.footer-content{text-align:center}@media (max-width:980px){.hero h1{font-size:52px}.about-grid{grid-template-columns:1fr}.services-grid{grid-template-columns:1fr}.advantages-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.nav{height:74px;padding:0;flex-direction:row;align-items:center;justify-content:space-between}.menu{gap:20px;flex-wrap:wrap;justify-content:center}.logo{display:none}.hero{min-height:780px}.hero-overlay{background:linear-gradient(180deg,rgba(255,255,255,.94),rgba(255,255,255,.72))}.hero h1{font-size:42px}.section-title{font-size:36px}.service-image{height:220px}.service-content{padding:26px}.service-content h3{font-size:24px}.advantages-grid{grid-template-columns:1fr}}.burger{display:none;width:48px;height:48px;border:none;background:0 0;cursor:pointer}.burger span{display:block;width:28px;height:3px;background:var(--blue);margin:6px auto;border-radius:10px;transition:.3s}@media (max-width:980px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.burger{display:block}.menu{position:fixed;top:74px;left:-100%;width:100%;background:#fff;flex-direction:column;padding:40px;transition:.3s;box-shadow:0 20px 40px rgba(0,0,0,.08)}.menu.active{left:0}.menu a{font-size:20px}.services-grid{grid-template-columns:1fr}.hero{min-height:760px}.hero h1{font-size:42px}.hero-text{font-size:18px}.section{padding:80px 0}.section-title{font-size:36px}}