:root { --navy:#071a2b; --blue:#0b6e99; --mint:#bfe7de; --ink:#1b2b3a; --muted:#5e6e7b; --line:#d8e3e8; --surface:#f4f8fa; --white:#fff; }
* { box-sizing: border-box; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif; line-height: 1.55; }
a { color: inherit; }
.wrap { width: min(1080px, calc(100% - 40px)); margin: 0 auto; }
header { border-bottom: 1px solid var(--line); }
.top { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 76px; }
.logo { width: 154px; display: block; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 20px; border-radius: 8px; background: var(--blue); color: #fff; font-size: 14px; font-weight: 760; text-decoration: none; }
.hero { display: grid; grid-template-columns: 1fr .82fr; gap: 62px; align-items: center; padding: 82px 0 70px; }
h1, h2, h3 { color: var(--navy); line-height: 1.08; letter-spacing: -.03em; }
h1 { margin: 0 0 20px; font-size: clamp(40px, 6vw, 66px); }
h2 { margin: 0 0 18px; font-size: clamp(28px, 4vw, 42px); }
h3 { margin: 0 0 8px; font-size: 19px; }
.lead { color: var(--muted); font-size: 19px; }
.hero-image { margin: 0; overflow: hidden; border-radius: 0 0 0 38px; background: var(--surface); }
.hero-image img { display: block; width: 100%; height: 390px; object-fit: cover; }
.section { padding: 62px 0; border-top: 1px solid var(--line); }
.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.card { padding-top: 18px; border-top: 2px solid var(--blue); }
.card p, .section > p, .faq p { margin: 0; color: var(--muted); }
.cta { margin: 0 0 62px; padding: 38px; border-radius: 16px; background: var(--navy); color: #bfd0db; }
.cta h2 { color: #fff; }
.cta p { max-width: 680px; }
footer { padding: 24px 0 34px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.analytics-consent { position: fixed; z-index: 20; right: 20px; bottom: 20px; display: flex; align-items: center; gap: 22px; width: min(680px, calc(100% - 32px)); padding: 18px 20px; border: 1px solid #8caab8; border-radius: 14px; background: var(--navy); color: #eaf3f6; box-shadow: 0 14px 40px rgba(7, 26, 43, .24); }
.analytics-consent strong { color: #fff; }
.analytics-consent p { margin: 4px 0 0; color: #bfd0db; font-size: 13px; line-height: 1.4; }
.analytics-consent-actions { display: flex; flex: 0 0 auto; gap: 8px; }
.analytics-consent button { min-height: 38px; padding: 0 12px; border: 1px solid #8cb9c5; border-radius: 7px; background: transparent; color: #fff; cursor: pointer; font: inherit; font-size: 13px; font-weight: 700; }
.analytics-consent button:first-child { border-color: var(--mint); background: var(--mint); color: var(--navy); }
@media (max-width: 760px) { .wrap { width: min(100% - 32px, 1080px); } .hero { grid-template-columns: 1fr; gap: 32px; padding: 58px 0; } .hero-image img { height: 290px; } .grid { grid-template-columns: 1fr; gap: 22px; } .cta { padding: 28px; } }
@media (max-width: 760px) { .analytics-consent { right: 16px; bottom: 16px; display: block; } .analytics-consent-actions { margin-top: 12px; } }
