:root{--ink:#0b1728;--muted:#607086;--blue:#1769ff;--line:#dce3eb;--soft:#f4f7fa;--max:1240px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:#fff}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.container{width:min(calc(100% - 48px),var(--max));margin:auto}.header{height:72px;border-bottom:1px solid var(--line);background:#fff}.header-inner{height:100%;display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center;gap:10px;min-width:250px;white-space:nowrap}.brand img{width:38px;height:38px;border-radius:6px;object-fit:cover}.brand strong{font-size:15px;line-height:1}.brand span{font-size:11px;color:var(--muted);margin-left:7px}.nav{display:flex;align-items:center;gap:27px;flex:1;justify-content:center;font-size:13px;white-space:nowrap}.nav a{padding:26px 0}.header-actions{display:flex;align-items:center;gap:10px;white-space:nowrap}.header-actions a{height:42px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;padding:0 18px;font-size:12px;font-weight:600}.header-actions .portal{border:1px solid #aab8c8;background:#fff}.header-actions .cta{background:var(--blue);color:#fff}
.hero{border-bottom:1px solid var(--line)}.hero-grid{display:grid;grid-template-columns:36% 64%;min-height:420px}.hero-copy{padding:50px 34px 32px 0;display:flex;flex-direction:column;justify-content:center}.eyebrow{font-size:12px;font-weight:700;letter-spacing:.35px;text-transform:uppercase;color:var(--blue)}h1{font-size:60px;line-height:1.02;letter-spacing:-2.7px;margin:12px 0 18px}.hero-copy p{font-size:17px;line-height:1.55;color:#294057;max-width:500px;margin:0 0 24px}.hero-buttons{display:flex;gap:12px}.hero-buttons a{height:48px;display:inline-flex;align-items:center;justify-content:center;padding:0 21px;border-radius:6px;font-weight:600;font-size:13px}.primary{background:var(--ink);color:#fff}.secondary{border:1px solid #9eacbb;background:#fff}.hero-visual{position:relative;min-height:420px;overflow:hidden;background:#f1f5f7}.hero-visual img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.hero-visual:before{content:"";position:absolute;inset:0;z-index:2;pointer-events:none;background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.94) 4%,rgba(255,255,255,.32) 14%,rgba(255,255,255,0) 26%,rgba(255,255,255,0) 89%,rgba(255,255,255,.75) 100%)}.hero-visual:after{content:"";position:absolute;left:0;right:0;bottom:0;height:55px;background:linear-gradient(0deg,#fff,rgba(255,255,255,0));z-index:3}
.stats{display:grid;grid-template-columns:1fr 1fr 1.32fr 1.62fr;gap:14px;padding:16px 18px;background:#f4f8ff;border:1px solid #e2ebf7;border-radius:18px;box-shadow:0 8px 24px rgba(15,55,100,.05);border-bottom:1px solid #e2ebf7}.stat{min-height:126px;display:flex;align-items:center;gap:18px;padding:18px 20px;border:1px solid #e4ebf4;border-radius:16px;background:#fff}.stat:last-child{border-right:1px solid #e4ebf4}.icon{width:68px;height:68px;border:0;border-radius:50%;display:grid;place-items:center;flex:0 0 auto;background:#eef5ff}.icon svg{width:32px;height:32px;fill:none;stroke:#1769ff;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.stat b{display:block;font-size:22px;line-height:1.12;letter-spacing:-.35px}.stat span{display:block;font-size:14px;color:var(--muted);line-height:1.35;margin-top:5px}.stat:nth-child(3) b,.stat:nth-child(4) b{font-size:21px;line-height:1.08}
.section{padding:78px 0}.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:28px}.section-head h2,.about-title h2{font-size:42px;line-height:1.1;letter-spacing:-1.6px;margin:0}.section-head p,.about-title p{font-size:14px;line-height:1.5;color:var(--muted);max-width:390px;margin:0}.link{font-size:12px;font-weight:600;white-space:nowrap}
.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.category{border:1px solid var(--line);border-radius:9px;overflow:hidden;background:#fff}.category img{width:100%;height:185px;object-fit:cover}.category-body{padding:18px 18px 20px}.category h3{font-size:17px;margin:0 0 8px}.category p{font-size:12px;line-height:1.5;color:var(--muted);margin:0}
.why{background:var(--soft)}.why-layout{display:grid;grid-template-columns:45% 55%;gap:28px;align-items:stretch}.why-list{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--line);background:#fff;border-radius:9px;overflow:hidden}.why-card{padding:24px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.why-card:nth-child(2n){border-right:0}.why-card:nth-child(n+3){border-bottom:0}.why-card .icon{margin-bottom:18px}.why-card h3{font-size:17px;margin:0 0 7px}.why-card p{font-size:12px;line-height:1.5;color:var(--muted);margin:0}.why-image{position:relative;min-height:100%;border-radius:9px;overflow:hidden;background:#e9edf1}.why-image img{width:100%;height:100%;min-height:330px;object-fit:cover}.why-image:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.25),rgba(255,255,255,0) 45%)}
.about{padding-top:78px}.about-title{display:flex;justify-content:space-between;gap:40px;align-items:flex-end;margin-bottom:28px}.about-visual{position:relative;height:410px;overflow:hidden;border-radius:10px;background:#e9edf1}.about-visual img{width:100%;height:100%;object-fit:cover;object-position:center}.about-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.92) 0%,rgba(255,255,255,.45) 13%,rgba(255,255,255,0) 30%,rgba(255,255,255,0) 100%);pointer-events:none}.about-stats{display:grid;grid-template-columns:repeat(4,1fr);max-width:730px;margin-top:-76px;position:relative;z-index:3;background:rgba(255,255,255,.95);padding:18px 0 17px;border-top:1px solid rgba(16,28,42,.12)}.about-stat{padding:0 20px;border-right:1px solid var(--line)}.about-stat:first-child{padding-left:0}.about-stat:last-child{border-right:0}.about-stat b{font-size:24px}.about-stat span{display:block;font-size:11px;line-height:1.35;color:var(--muted);margin-top:3px}
.history{padding-top:54px}.history-grid{display:grid;grid-template-columns:42% 58%;gap:34px;align-items:stretch}.history-copy h2{font-size:34px;letter-spacing:-1px;margin:0 0 16px}.history-copy p{font-size:14px;line-height:1.6;color:#4d5d6e;margin:0 0 14px}.outline{display:inline-flex;margin-top:8px;height:42px;padding:0 18px;align-items:center;border:1px solid #9eacbb;border-radius:6px;font-size:13px;font-weight:600}.history-visual{min-height:290px;background:#e9edf1;border-radius:9px;position:relative;overflow:hidden}.history-visual img{width:100%;height:100%;min-height:290px;object-fit:cover;object-position:center}.history-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,0) 48%,rgba(12,24,38,.18) 100%)}.history-panel{position:absolute;right:0;top:0;bottom:0;width:38%;background:rgba(10,24,38,.96);color:#fff;padding:24px 18px;display:flex;flex-direction:column;justify-content:center;gap:18px;z-index:2}.history-panel div{display:flex;gap:11px;align-items:flex-start;font-size:12px;line-height:1.35}.history-panel i{width:27px;height:27px;border:1px solid #7d8b99;border-radius:50%;display:grid;place-items:center;font-style:normal;flex:0 0 auto}
.partners{background:var(--soft)}.partner-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.partner-card{background:#fff;border:1px solid #dce3eb;border-radius:8px;padding:18px;min-height:185px}.partner-logo{height:65px;display:flex;align-items:center;justify-content:flex-start;margin-bottom:14px}.partner-logo img{max-width:145px;max-height:58px;width:auto;height:auto;object-fit:contain;object-position:left center}.partner-card p{font-size:12px;line-height:1.45;color:var(--muted);margin:0}.partner-card .more{display:inline-flex;margin-top:18px;font-size:11px;font-weight:600}
.cta-band{background:var(--ink);color:#fff;padding:36px 0}.cta-band-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}.cta-band h2{font-size:31px;margin:0 0 7px}.cta-band p{margin:0;color:#cdd6df;font-size:14px}.cta-band .white{background:#fff;color:var(--ink);height:46px;padding:0 22px;border:0;border-radius:6px;font-weight:600;display:inline-flex;align-items:center}
.footer{background:#0b1723;color:#dce4eb;padding:38px 0 18px}.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1.1fr;gap:42px;align-items:start}.footer-brand{display:flex;gap:12px;align-items:center;white-space:nowrap;padding-top:2px}.footer-brand img{width:52px;height:52px;object-fit:cover;border-radius:6px}.footer-brand strong{font-size:16px}.footer small{color:#91a0af;font-size:11px}.footer-nav{display:flex;gap:22px;font-size:12px;white-space:nowrap;padding-top:11px}.footer-contact{font-size:12px;line-height:1.55;text-align:left;justify-self:end;min-width:310px}.footer-contact a{color:#dce4eb}.footer-phones{display:flex;flex-direction:column;gap:4px;margin-top:13px}.footer-email{display:inline-block;margin-top:5px;color:#91a0af!important}.footer-route{display:inline-flex;align-items:center;justify-content:center;height:38px;padding:0 14px;margin-top:14px;border:1px solid #536171;border-radius:6px;font-size:12px;font-weight:600}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:32px;padding-top:14px;display:flex;justify-content:space-between;color:#8795a4;font-size:11px}
@media(max-width:1000px){.container{width:min(calc(100% - 40px),var(--max))}.header-inner{gap:14px}.brand{min-width:auto}.brand span{display:none}.nav{gap:16px}.header-actions a{padding:0 12px}.hero-grid{grid-template-columns:1fr}.hero-copy{padding:50px 0 35px}.hero-visual{min-height:360px}.why-layout{grid-template-columns:1fr}.why-image{min-height:280px}.history-grid{grid-template-columns:1fr}.partner-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.footer-contact{text-align:left}}
@media(max-width:700px){.container{width:calc(100% - 28px)}.header{height:68px}.nav{display:none}.header-inner{justify-content:space-between}.brand{flex:1}.brand span{display:block;font-size:9px}.brand strong{font-size:14px}.header-actions .cta{display:none}.hero-copy h1{font-size:43px;letter-spacing:-2px}.hero-copy p{font-size:15px}.hero-buttons{flex-direction:column}.hero-buttons a{width:100%}.hero-visual{min-height:270px}.stats{grid-template-columns:1fr;gap:10px;padding:10px;border-radius:14px}.stat{min-height:92px;padding:14px 12px;gap:13px;border-radius:12px}.icon{width:54px;height:54px}.icon svg{width:28px;height:28px}.stat b{font-size:20px}.stat:nth-child(3) b,.stat:nth-child(4) b{font-size:20px}.stat span{font-size:13px}.section{padding:58px 0}.section-head{display:block}.section-head h2,.about-title h2{font-size:31px;margin-bottom:12px}.category-grid{grid-template-columns:1fr}.why-list{grid-template-columns:1fr}.why-card{border-right:0!important;border-bottom:1px solid var(--line)!important}.why-card:last-child{border-bottom:0!important}.about-title{display:block}.about-visual{height:300px}.about-stats{grid-template-columns:1fr 1fr;margin-top:-25px}.about-stat{padding:10px 14px}.about-stat:nth-child(2){border-right:0}.history-panel{position:relative;width:100%;height:auto;top:auto;right:auto;bottom:auto;margin-top:180px}.history-visual{min-height:470px}.partner-grid{grid-template-columns:1fr}.partner-card{min-height:170px}.cta-band-inner{display:block}.cta-band .white{margin-top:20px}.footer-grid{grid-template-columns:1fr}.footer-nav{flex-wrap:wrap;white-space:normal}.footer-contact{text-align:left}.footer-bottom{display:block}.footer-bottom span{display:block;margin-top:8px}}

/* Production accessibility and mobile navigation */
.skip-link{position:fixed;left:12px;top:12px;z-index:1000;padding:10px 14px;background:#fff;color:var(--ink);border:2px solid var(--blue);border-radius:6px;transform:translateY(-150%);transition:transform .18s ease}.skip-link:focus{transform:translateY(0)}
.menu-toggle{display:none;width:42px;height:42px;border:1px solid #aab8c8;background:#fff;border-radius:6px;padding:9px;align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer}.menu-toggle span{display:block;width:20px;height:2px;background:var(--ink);border-radius:2px}.mobile-nav{border-bottom:1px solid var(--line);background:#fff;padding:10px 14px}.mobile-nav a{display:block;padding:11px 0;font-size:14px;font-weight:500}
.header a:focus-visible,.mobile-nav a:focus-visible,.hero-buttons a:focus-visible,.header-actions a:focus-visible,.outline:focus-visible,.cta-band a:focus-visible,.footer a:focus-visible{outline:3px solid rgba(23,105,255,.35);outline-offset:3px}
@media(max-width:700px){.mobile-nav[hidden]{display:none}.menu-toggle{display:flex}.header-actions{margin-left:auto}.header-actions .portal{display:inline-flex}.brand{min-width:0}.brand img{width:36px;height:36px}.hero-visual img{object-position:center}.footer-brand{align-items:flex-start}.footer-brand img{width:48px;height:48px}.footer-contact{min-width:0}.footer-route{max-width:100%}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.skip-link{transition:none}}
