@import"https://fonts.googleapis.com/css2?family=Manrope:wght@500;600;700;800&family=Inter:wght@400;500;600;700&display=swap";:root{--accent: #2563eb;--accent-soft: #dbeafe;--ink: #0f172a;--muted: #334155;font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;color-scheme:light}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at top,#dbeafe,#eff6ff 35%,#e2e8f0);color:#0f172a;scroll-behavior:smooth}.app{min-height:100vh}.topbar{position:sticky;top:0;z-index:20;display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffb3;border-bottom:1px solid rgba(148,163,184,.3);transition:background .25s ease,box-shadow .25s ease,padding .25s ease}.topbar.scrolled{padding:.7rem 2rem;background:#ffffffe6;box-shadow:0 8px 22px #0f172a14}.brand{font-size:1.15rem;font-weight:800;text-decoration:none;color:#1e3a8a;font-family:Manrope,Inter,sans-serif}nav{display:flex;gap:1rem;flex-wrap:wrap}nav a,nav button{color:#334155;text-decoration:none;font-weight:600;background:transparent;border:none;padding:0;font:inherit;cursor:pointer}nav a:hover,nav button:hover{color:var(--accent)}nav button.active{color:var(--accent);position:relative}nav button.active:after{content:"";position:absolute;left:0;bottom:-4px;width:100%;height:2px;background:var(--accent)}.hero{padding:1.4rem 2rem 0}.slide{min-height:380px;border-radius:24px;color:#f8fafc;padding:3rem;box-shadow:0 24px 64px #0f172a40;display:flex;flex-direction:column;justify-content:flex-end;background-size:cover;background-position:center;position:relative;overflow:hidden}.slide:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#020617b8,#02061733)}.slide h1,.slide p,.slide .dots{position:relative;z-index:1}.slide h1{margin:0;font-size:clamp(1.8rem,3.5vw,3rem)}.slide p{margin-top:.9rem;margin-bottom:2rem;max-width:600px;line-height:1.55;color:#e2e8f0}.dots{display:flex;gap:.6rem}.dots button{width:11px;height:11px;border:0;border-radius:999px;background:#ffffff59;cursor:pointer}.dots button.active{width:32px;background:#fff}.content{padding:2rem}.section-title h2{margin:0;font-size:2rem;font-family:Manrope,Inter,sans-serif}.section-title p{margin-top:.6rem;color:#334155;max-width:680px}.cards{margin-top:1.4rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1rem}.card{border-radius:18px;padding:1.2rem;background:#fffc;border:1px solid rgba(148,163,184,.35);box-shadow:0 8px 20px #0f172a14;transition:box-shadow .25s ease,border-color .25s ease}.card:hover{box-shadow:0 14px 30px #0f172a24;border-color:#3b82f673}.card h3{margin-top:0;margin-bottom:.7rem;font-family:Manrope,Inter,sans-serif}.card p{margin:0;color:#334155;line-height:1.5}.card img{width:100%;height:160px;object-fit:cover;border-radius:12px;margin-bottom:.8rem;transition:transform .35s ease}.card:hover img{transform:scale(1.03)}.card a,.card button{margin-top:1rem;display:inline-flex;text-decoration:none;color:#1d4ed8;font-weight:700;background:transparent;border:none;padding:0;font:inherit;cursor:pointer;transition:transform .2s ease,color .2s ease}.card button:hover,.card a:hover{transform:translate(3px)}.footer{margin-top:2rem;padding:2.2rem 0 0;background:#0f172a;color:#cbd5e1;text-align:center}.footer h3{margin:0 0 1rem;color:#fff;font-family:Manrope,Inter,sans-serif}.footer p{margin:.6rem 0}.socials{display:flex;gap:.85rem;flex-wrap:wrap;justify-content:center}.socials a{color:#93c5fd;text-decoration:none}.footer-contacts{display:flex;justify-content:center;flex-wrap:wrap;gap:.8rem;padding:0 1rem}.contact-chip{display:inline-flex;align-items:center;gap:.5rem;border:1px solid rgba(148,163,184,.35);background:#1e293b99;color:#e2e8f0;text-decoration:none;border-radius:999px;padding:.5rem .9rem}.contact-chip svg{width:16px;height:16px;fill:currentColor}.floating-icons{margin-top:1rem;padding-bottom:1.4rem}.floating-icons a{width:44px;height:44px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#1e40af47;border:1px solid rgba(147,197,253,.35);transition:transform .25s ease,background .25s ease}.floating-icons a:hover{transform:translateY(-6px);background:#3b82f66b}.floating-icons svg{width:20px;height:20px;fill:#dbeafe}.footer-bottom-bar{width:100%;background:#000;color:#fff;padding:.9rem 1rem;font-size:.95rem}.block-section{padding:1.4rem 2rem 2rem;margin:0 2rem 2rem;border-top:1px solid rgba(148,163,184,.3);background:linear-gradient(180deg,#fff9,#fff3);border-radius:14px}.block-section h2{margin:.2rem 0 .8rem;font-family:Manrope,Inter,sans-serif}.section-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.section-header button{border:1px solid #93c5fd;background:var(--accent-soft);color:#1e3a8a;border-radius:999px;padding:.5rem .9rem;cursor:pointer;font-weight:600}.carousel{display:grid;grid-template-columns:48px 1fr 48px;gap:.8rem;align-items:center}.carousel-nav{height:48px;width:48px;border-radius:999px;border:1px solid rgba(148,163,184,.4);background:#ffffffd9;color:#1e3a8a;font-weight:700;cursor:pointer;transition:transform .2s ease,background .2s ease}.carousel-nav:hover{transform:scale(1.06);background:#eff6ff}.carousel-stage{border:none;padding:0;border-radius:12px;overflow:hidden;cursor:pointer;background:#0f172a;box-shadow:0 12px 24px #0206172e;height:min(62vw,520px)}.carousel-stage img{width:100%;height:100%;display:block;object-fit:cover;transition:opacity .22s ease,transform .22s ease}.carousel-stage img.loading{opacity:.35;transform:scale(1.015)}.carousel-stage img.loaded{opacity:1;transform:scale(1)}.carousel-dots{margin-top:.8rem;display:flex;justify-content:center;gap:.4rem}.carousel-dots button{width:8px;height:8px;border-radius:999px;border:none;background:#64748b80;cursor:pointer}.carousel-dots button.active{width:24px;background:#2563eb}.carousel-thumbs{margin-top:.9rem;display:flex;gap:.5rem;overflow-x:auto;padding-bottom:.2rem}.carousel-thumbs button{border:2px solid transparent;border-radius:10px;padding:0;background:transparent;overflow:hidden;cursor:pointer;flex:0 0 74px;height:54px}.carousel-thumbs button.active{border-color:#2563eb}.carousel-thumbs img{width:100%;height:100%;object-fit:cover}.video-wrap{padding:0 2rem 2rem}.video-wrap iframe{width:min(100%,960px);height:420px;border:0;border-radius:16px;box-shadow:0 12px 30px #0f172a29}.video-wrap h3{margin:0 0 .8rem;font-family:Manrope,Inter,sans-serif}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;border:none;background:#020617d1;z-index:80;display:flex;justify-content:center;align-items:center;padding:1rem;cursor:zoom-out}.lightbox img{max-width:min(1200px,96vw);max-height:92vh;border-radius:12px;cursor:zoom-in}@media (max-width: 760px){.topbar{align-items:flex-start;flex-direction:column;gap:.75rem}.slide{min-height:320px;padding:2rem}.video-wrap iframe{height:240px}.block-section{margin:0 1rem 1.6rem;padding:1rem}.carousel{grid-template-columns:40px 1fr 40px}.carousel-nav{width:40px;height:40px}.carousel-stage{height:min(66vw,340px)}.contact-chip{width:100%;justify-content:center}}
