:root {
  --ink: #13233b;
  --soft: #52627a;
  --deep: #071a33;
  --blue: #116dff;
  --cyan: #00bfe9;
  --violet: #4a5cff;
  --pale: #eef5ff;
  --paper: #fff;
  --line: #dce7f6;
  --shadow: 0 24px 70px rgba(7, 26, 51, .14);
  --radius: 24px;
  --max: 1140px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
:focus-visible { outline: 3px solid #7ee7ff; outline-offset: 3px; }
.skip { position: fixed; left: 14px; top: -80px; z-index: 1000; padding: 10px 16px; color: #fff; background: var(--deep); border-radius: 10px; }
.skip:focus { top: 14px; }
.container { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.section { padding: 96px 0; }
.soft-section { background: var(--pale); }
.dark-section { color: #fff; background: linear-gradient(145deg, #06162d, #0a2e66 64%, #0b5aa0); }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 14px; color: #084cad; font-size: .78rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 26px; height: 2px; background: linear-gradient(90deg, var(--cyan), var(--violet)); }
.dark-section .eyebrow, .hero .eyebrow { color: #aeddff; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.035em; }
h1 { max-width: 830px; margin-bottom: 24px; font-size: clamp(2.7rem, 5vw, 4rem); }
h2 { margin-bottom: 18px; font-size: clamp(2rem, 4vw, 3.4rem); }
h3 { margin-bottom: 12px; font-size: clamp(1.2rem, 2vw, 1.55rem); }
.lead { color: var(--soft); font-size: clamp(1.05rem, 2vw, 1.26rem); }
.dark-section .lead, .hero .lead { color: #c8d9ed; }
.section-head { max-width: 760px; margin-bottom: 48px; }
.section-head.center { margin-inline: auto; text-align: center; }
.btn { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 14px 23px; border: 1px solid transparent; border-radius: 999px; font-weight: 850; cursor: pointer; transition: transform .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: linear-gradient(135deg, var(--cyan), var(--violet)); box-shadow: 0 14px 30px rgba(17, 109, 255, .24); }
.btn-secondary { color: var(--deep); background: #fff; border-color: var(--line); }
.btn-block { width: 100%; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; }
.check-list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 30px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; display: grid; width: 21px; height: 21px; place-items: center; color: #fff; background: linear-gradient(135deg, var(--cyan), var(--violet)); border-radius: 50%; font-size: .74rem; font-weight: 900; }

.header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.93); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.nav { display: flex; min-height: 78px; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--deep); font-size: 1.2rem; font-weight: 900; }
.brand-mark { display: grid; width: 34px; height: 34px; place-items: center; color: #fff; background: linear-gradient(135deg, var(--cyan), var(--violet)); border-radius: 10px; }
.links { display: flex; align-items: center; gap: 24px; color: var(--soft); font-size: .91rem; font-weight: 750; }
.links a:hover { color: var(--blue); }
.links .nav-mobile-cta { display: none; }
.menu { display: none; width: 46px; height: 46px; place-items: center; background: #fff; border: 1px solid var(--line); border-radius: 50%; }

.hero { position: relative; overflow: hidden; padding: 92px 0 86px; color: #fff; background: linear-gradient(145deg, #06162d, #0a2e66 62%, #0d6dba); }
.hero::before { content: ""; position: absolute; width: 520px; height: 520px; right: -220px; top: -220px; background: rgba(0,191,233,.16); border-radius: 50%; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; gap: 62px; align-items: center; }
.hero h1 span { color: #7ee7ff; }
.hero .lead { max-width: 720px; margin-bottom: 30px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 14px 22px; margin-top: 28px; color: #c8d9ed; font-size: .9rem; font-weight: 750; }
.hero-points span::before { content: "✓"; margin-right: 7px; color: #7ee7ff; }
.offer-panel { padding: 34px; color: var(--ink); background: #fff; border: 1px solid rgba(255,255,255,.3); border-radius: 32px; box-shadow: var(--shadow); }
.offer-panel .label { color: #084cad; font-size: .78rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.offer-panel .price { margin: 10px 0 4px; font-size: clamp(2.3rem, 5vw, 3.8rem); font-weight: 900; line-height: 1; letter-spacing: -.05em; }
.offer-panel .terms { margin: 22px 0; padding: 16px 0; color: var(--soft); border-block: 1px solid var(--line); }
.offer-panel .check-list { margin-bottom: 24px; }
.fine { color: var(--soft); font-size: .78rem; }

.fit-strip { padding: 22px 0; border-bottom: 1px solid var(--line); }
.fit-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 14px 28px; color: var(--soft); font-size: .9rem; }
.fit-row strong { color: var(--ink); }
.cards-3, .cards-2, .steps { display: grid; gap: 20px; }
.cards-3 { grid-template-columns: repeat(3, 1fr); }
.cards-2 { grid-template-columns: 1fr 1fr; }
.card { padding: 30px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.card p { margin-bottom: 0; color: var(--soft); }
.card-number { display: grid; width: 40px; height: 40px; margin-bottom: 28px; place-items: center; color: #084cad; background: var(--pale); border-radius: 12px; font-weight: 900; }
.scope-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 54px; align-items: start; }
.deliverables { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 24px; }
.deliverables div { padding: 18px; background: #fff; border: 1px solid var(--line); border-radius: 14px; }
.deliverables strong { display: block; margin-bottom: 4px; }
.deliverables span { color: var(--soft); font-size: .88rem; }
.steps { grid-template-columns: repeat(3, 1fr); counter-reset: step; }
.step { padding: 30px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); counter-increment: step; }
.step::before { content: "0" counter(step); display: block; margin-bottom: 36px; color: var(--blue); font-weight: 900; }
.step p { color: var(--soft); }

.scenario { display: grid; grid-template-columns: .85fr 1.15fr; gap: 48px; align-items: center; padding: 44px; background: #fff; border: 1px solid var(--line); border-radius: 32px; }
.scenario-flow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; align-items: stretch; }
.scenario-flow div { display: grid; place-items: center; min-height: 100px; padding: 14px; color: var(--deep); background: var(--pale); border-radius: 14px; text-align: center; font-weight: 850; }
.scenario-flow div + div { position: relative; }
.scenario-note { margin: 20px 0 0; color: var(--soft); font-size: .78rem; }

.qualify { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.qualify article { padding: 34px; border-radius: var(--radius); }
.qualify .yes { background: #eaf4ff; }
.qualify .no { background: #f7f8fb; }
.qualify ul { margin: 20px 0 0; padding-left: 20px; }
.faq { max-width: 820px; margin-inline: auto; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 16px; padding: 22px 0; color: var(--ink); background: none; border: 0; text-align: left; font-weight: 850; cursor: pointer; }
.faq-q span { display: grid; flex: 0 0 30px; width: 30px; height: 30px; place-items: center; color: #fff; background: var(--blue); border-radius: 50%; transition: transform .2s ease; }
.faq-q[aria-expanded="true"] span { transform: rotate(45deg); }
.faq-a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .2s ease; }
.faq-a > div { overflow: hidden; }
.faq-a p { margin: 0; padding: 0 48px 22px 0; color: var(--soft); }
.faq-q[aria-expanded="true"] + .faq-a { grid-template-rows: 1fr; }

.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 58px; align-items: start; }
.form { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; padding: 30px; color: var(--ink); background: #fff; border-radius: 30px; }
.field { display: grid; gap: 7px; }
.field.full, .consent, .status { grid-column: 1 / -1; }
.field label { font-size: .84rem; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; padding: 13px 14px; color: var(--ink); background: #fbfcff; border: 1px solid var(--line); border-radius: 11px; }
.field textarea { min-height: 100px; resize: vertical; }
.consent { display: flex; gap: 10px; align-items: flex-start; color: var(--soft); font-size: .8rem; }
.privacy-summary { grid-column: 1 / -1; margin: 0; padding: 14px; color: var(--soft); background: var(--pale); border-radius: 11px; font-size: .78rem; }
.privacy-summary a { color: #084cad; font-weight: 800; text-decoration: underline; }
.status { margin: 0; padding: 12px; color: #084cad; background: var(--pale); border-radius: 11px; }
.status.error { color: #8f2533; background: #fff0f2; }
.status[hidden] { display: none; }
.hp { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.legal { max-width: 900px; }
.legal h2 { margin-top: 44px; font-size: clamp(1.45rem, 3vw, 2.1rem); }
.legal h3 { margin-top: 28px; font-size: 1.2rem; }
.legal p, .legal li { color: var(--soft); }
.legal a { color: #084cad; text-decoration: underline; }
.legal-banner { padding: 70px 0; color: #fff; background: linear-gradient(145deg, #06162d, #0a2e66 64%, #0b5aa0); }
footer { padding: 32px 0; color: #c8d9ed; background: #041326; }
.footer-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px; }
footer .brand { color: #fff; }

@media (max-width: 920px) {
  .links { display: none; position: fixed; inset: 78px 0 auto; padding: 26px 20px; flex-direction: column; align-items: stretch; background: #fff; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .links.open { display: flex; }
  .links .btn { width: 100%; }
  .links .nav-mobile-cta { display: inline-flex; }
  .nav > .btn { display: none; }
  .menu { display: grid; }
  .hero-grid, .scope-grid, .scenario, .contact-grid { grid-template-columns: 1fr; }
  .offer-panel { max-width: 680px; }
  .cards-3, .steps { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 680px) {
  .container { width: min(var(--max), calc(100% - 28px)); }
  .section { padding: 72px 0; }
  .hero { padding: 64px 0 72px; }
  h1 { font-size: clamp(2.5rem, 5vw, 4rem); }
  .cards-3, .cards-2, .steps, .deliverables, .qualify, .form { grid-template-columns: 1fr; }
  .scenario { padding: 28px 20px; }
  .scenario-flow { grid-template-columns: 1fr 1fr; }
  .field.full, .consent, .privacy-summary, .status { grid-column: auto; }
  .form { padding: 22px; }
  .actions .btn { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
