:root{--navy:#10264c;--deep:#0b1a34;--blue:#1458a2;--red:#b81924;--paper:#f5f7fa;--text:#253249}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--text);font:16px/1.65 system-ui,-apple-system,Segoe UI,Arial,sans-serif}a{color:inherit}a:focus-visible{outline:3px solid #ffbd59;outline-offset:4px}.wrap{width:min(1140px,calc(100% - 40px));margin:auto}.skip{position:absolute;top:-100px;left:10px;background:#fff;padding:10px;z-index:10}.skip:focus{top:10px}.site-header{background:#fff;position:sticky;top:0;z-index:5;box-shadow:0 2px 15px #101b3014}.header-inner{display:flex;align-items:center;gap:25px;justify-content:space-between;min-height:96px}.brand img{width:250px;max-width:100%;display:block}.header-inner nav{display:flex;gap:23px}.header-inner nav a{text-decoration:none;font-size:14px;font-weight:700;color:var(--navy)}.header-inner nav a:hover,.text-link:hover{color:var(--red)}.btn{display:inline-block;background:var(--red);color:#fff;text-decoration:none;font-weight:750;padding:12px 20px;border-radius:5px;text-align:center;transition:transform .2s,background .2s}.btn:hover{background:#94141d;transform:translateY(-2px)}.hero{background:radial-gradient(circle at 90% 15%,#245d9c 0,transparent 38%),linear-gradient(130deg,var(--deep),var(--navy));color:#fff;padding:92px 0}.hero-grid{display:grid;grid-template-columns:1.2fr .8fr;align-items:center;gap:65px}.eyebrow{font-size:12px;letter-spacing:2px;font-weight:850;color:#b8d8ff}.eyebrow.red{color:var(--red)}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(38px,5.2vw,66px);line-height:1.1;letter-spacing:-2px;margin:20px 0 24px}h2{font-size:clamp(30px,3.5vw,43px);line-height:1.16;letter-spacing:-1px;margin:14px 0 18px;color:var(--navy)}h3{font-size:21px;line-height:1.3;color:var(--navy)}.hero p{font-size:18px;color:#dce7f7;max-width:600px}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:32px}.btn-light{background:#fff;color:var(--navy)}.btn-light:hover{background:#eaf2ff}.btn-outline{border:1px solid #a4bad6;background:transparent}.hero .hero-note{font-size:13px;color:#b7cbe5;margin-top:28px}.hero-panel{border:1px solid #7b9ec45e;border-radius:18px;background:#ffffff12;text-align:center;padding:55px 20px;box-shadow:0 25px 60px #0002}.hero-panel .sun,.hero-panel .snow{display:inline-block;font-size:65px;color:#e94c4b;margin:0 15px}.hero-panel .snow{color:#7bc3ff}.hero-panel strong{display:block;font-size:clamp(25px,3vw,38px);line-height:1.1;margin:20px 0}.hero-panel strong span{color:#9baec6}.hero-panel p{font-size:14px;margin:auto}.section{padding:85px 0}.intro{max-width:670px;color:#5d6879}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:35px}.service-card{padding:30px 24px;border:1px solid #e1e7f0;border-radius:10px;box-shadow:0 8px 30px #15284a09}.service-card p{font-size:14px;color:#5d6879;margin-bottom:0}.service-icon{font-size:13px;color:var(--red);font-weight:850;display:inline-block;border-bottom:3px solid var(--red);padding-bottom:7px;margin-bottom:22px}.about{background:var(--paper)}.about-grid,.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.about p{max-width:550px}.text-link{color:var(--blue);font-weight:800;text-decoration:none}.info-panel{background:#fff;border-top:6px solid var(--red);padding:46px;box-shadow:0 16px 40px #0c234414}.info-panel span,.contact-card span{font-size:12px;letter-spacing:1.8px;font-weight:800;color:var(--red)}.info-panel h3{font-size:33px;margin:20px 0}.info-panel p{color:#667388}.places{display:flex;flex-wrap:wrap;gap:12px;margin:30px 0}.places span{background:#eff4fb;color:var(--navy);padding:10px 20px;border-radius:30px;font-weight:700}.muted{font-size:14px;color:#667388}.contact{background:var(--navy);color:#fff}.contact h2{color:#fff}.contact p{color:#d8e4f4}.contact-card{background:#fff;color:var(--navy);padding:35px 42px;border-radius:9px;display:flex;flex-direction:column;gap:7px}.contact-card span:not(:first-child){margin-top:20px}.contact-card a{overflow-wrap:anywhere;color:var(--blue);font-weight:700}.contact-card .big-link{font-size:28px;color:var(--navy)}.contact-card p{color:var(--navy);margin:0}footer{background:#08162c;color:#fff;padding:32px 0}footer p{font-size:13px;color:#a7b9d3;margin:4px 0}footer a{text-decoration:none}.footer-inner{display:flex;justify-content:space-between;gap:20px}.footer-inner>div:last-child{text-align:right}@media(max-width:960px){.header-inner{flex-wrap:wrap;padding:12px 0}.header-inner nav{order:3;width:100%;justify-content:center;flex-wrap:wrap;gap:10px 20px}.hero-grid{gap:28px}.cards{grid-template-columns:repeat(2,1fr)}.header-call{font-size:13px}.brand img{width:220px}}@media(max-width:650px){.wrap{width:min(100% - 30px,1140px)}.header-inner{justify-content:center;gap:12px}.brand img{width:210px}.header-inner nav{font-size:12px;gap:10px 15px}.hero{padding:60px 0}.hero-grid,.about-grid,.contact-grid{grid-template-columns:1fr;gap:30px}.hero-panel{padding:25px 10px}.hero-panel .sun,.hero-panel .snow{font-size:40px}.section{padding:60px 0}.cards{grid-template-columns:1fr}.service-card{padding:23px}.info-panel,.contact-card{padding:28px}.footer-inner{display:block}.footer-inner>div:last-child{text-align:left;margin-top:20px}}
