:root{--red:#E63946;--blue:#457B9D;--navy:#17324d;--light:#f5f7f8;--gray:#5e6a73;--line:#dfe5e8;--white:#fff;--amber:#e5a321;--shadow:0 4px 6px rgba(0,0,0,.05);--deep-shadow:0 16px 40px rgba(23,50,77,.13)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--navy);font-family:Inter,Lato,Arial,sans-serif;line-height:1.6;background:#fff}a{color:inherit}.container{width:min(1120px,calc(100% - 36px));margin:auto}.header{position:sticky;top:0;z-index:10;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(10px)}.nav{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}.logo{width:270px;height:auto}.nav-link{color:var(--blue);font-size:.92rem;font-weight:800;text-decoration:none}.hero{background:linear-gradient(115deg,#f4f8fa,#fff);padding:66px 0 72px}.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:48px;align-items:center}.eyebrow,.kicker{display:inline-block;color:var(--red);text-transform:uppercase;letter-spacing:.08em;font-weight:900;font-size:.78rem}.hero h1{font-size:clamp(2.35rem,5vw,4.45rem);line-height:1.04;margin:13px 0 20px;max-width:700px}.hero p{font-size:1.14rem;color:var(--gray);max-width:650px}.hero-image,.content-image{display:block;width:100%;max-width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;border-radius:12px;box-shadow:var(--shadow)}.hero-image{box-shadow:var(--deep-shadow)}.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}.button{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-weight:900;border-radius:8px;padding:13px 20px}.button-amber{background:var(--amber);color:#fff;box-shadow:0 8px 18px rgba(229,163,33,.24)}.button-blue{background:var(--blue);color:#fff;box-shadow:0 8px 18px rgba(69,123,157,.2)}section{padding:82px 0}.section-head{max-width:750px;margin-bottom:30px}.section-title{font-size:clamp(1.9rem,3.5vw,3rem);line-height:1.12;margin:9px 0 12px}.lead{color:var(--gray);font-size:1.08rem}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{border:1px solid var(--line);border-radius:14px;padding:24px;background:#fff;box-shadow:var(--shadow)}.card h3{font-size:1.12rem;line-height:1.25;margin:0 0 9px}.card p{color:var(--gray);margin:0}.icon{font-size:1.65rem;margin-bottom:9px}.soft{background:var(--light)}.solution-grid,.authority-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:46px;align-items:center}.solution-grid .content-image{order:2}.solution-copy{display:grid;gap:18px}.solution-item{display:grid;grid-template-columns:42px 1fr;gap:14px}.solution-item .icon{margin:0;color:var(--red)}.solution-item h3{margin:0 0 3px}.solution-item p{margin:0;color:var(--gray)}.authority{background:var(--navy);color:#fff}.authority .kicker{color:#9ed0e8}.authority .section-title{color:#fff}.authority .lead{color:#dce8ee}.authority .content-image{box-shadow:none}.closing{text-align:center;background:var(--red);color:#fff}.closing .kicker{color:#ffd7da}.closing .lead{color:#fff;max-width:680px;margin:0 auto}.closing .button{background:#fff;color:var(--red);margin-top:20px}.footer{padding:30px 0;text-align:center;color:var(--gray);font-size:.82rem;border-top:1px solid var(--line)}.footer a{color:var(--blue);font-weight:700}@media(max-width:820px){.hero-grid,.solution-grid,.authority-grid{grid-template-columns:1fr;gap:28px}.solution-grid .content-image{order:0}.cards{grid-template-columns:1fr}.hero{padding-top:46px}section{padding:58px 0}.nav-link{font-size:.8rem}.logo{width:232px}}@media(max-width:520px){.container{width:min(100% - 28px,1120px)}.hero h1{font-size:2.45rem}.actions{flex-direction:column}.button{width:100%}}
