:root {
  --navy: #071426;
  --navy2: #0b2039;
  --blue: #0a5cff;
  --cyan: #25d5e8;
  --paper: #f4f7fb;
  --white: #fff;
  --ink: #091528;
  --muted: #52647a;
  --line: #b8c7d8;
  --max: 1240px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "DM Sans", Arial, sans-serif;
  line-height: 1.55;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
}
.container {
  width: min(calc(100% - 48px), var(--max));
  margin: auto;
}
.skip {
  position: absolute;
  left: -9999px;
}
.skip:focus {
  left: 16px;
  top: 16px;
  z-index: 99;
  background: #fff;
  padding: 12px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #071426;
  border-bottom: 1px solid #23425f;
  box-shadow: 0 8px 24px rgba(2, 11, 21, 0.12);
}
.nav {
  min-height: 70px;
  display: flex;
  align-items: center;
  gap: 28px;
}
.brand img {
  width: 200px;
  height: auto;
}
.nav-links {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 25px;
  color: #d7e4f1;
  font-weight: 800;
  font-size: 0.94rem;
}
.nav-links a:hover {
  color: #fff;
}
.lang {
  border-left: 1px solid #43607a;
  padding-left: 22px;
}
.btn {
  display: inline-flex;
  min-height: 50px;
  padding: 0 22px;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--blue);
  border-radius: 2px;
  background: var(--blue);
  color: #fff;
  font-weight: 900;
  transition:
    0.2s transform,
    0.2s background;
}
.btn:hover {
  transform: translateY(-2px);
  background: #0049d3;
}
.btn-outline {
  background: transparent;
  border-color: #7890a8;
}
.btn-light {
  background: #fff;
  color: var(--navy);
  border-color: #fff;
}
.hero {
  background: var(--navy);
  color: #fff;
  overflow: hidden;
}
.hero-grid {
  min-height: min(610px, calc(100svh - 70px));
  display: grid;
  grid-template-columns: 1.06fr 0.94fr;
  align-items: start;
  gap: 48px;
  padding: 34px 0;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--cyan);
  font-size: 0.79rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.eyebrow:before {
  content: "";
  width: 32px;
  height: 2px;
  background: currentColor;
}
.hero h1 {
  max-width: 820px;
  margin: 20px 0 24px;
  font:
    900 clamp(3rem, 5vw, 5rem) / 0.94 Manrope,
    Arial,
    sans-serif;
  letter-spacing: -0.065em;
}
.hero h1 span {
  color: var(--cyan);
}
.hero p {
  max-width: 690px;
  margin: 0 0 30px;
  color: #c7d8e9;
  font-size: clamp(1.06rem, 1.4vw, 1.27rem);
}
.actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.system-panel {
  position: relative;
  min-height: 430px;
  border: 2px solid #326b9e;
  background: #0b1f35;
  padding: 22px;
  box-shadow: 22px 22px 0 #083f98;
}
.system-top {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #31506d;
  padding: 2px 2px 17px;
  color: #91a9bf;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}
.system-flow {
  display: grid;
  grid-template-columns: 1fr 42px 1fr;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
}
.flow-col {
  display: grid;
  gap: 12px;
}
.flow-box {
  min-height: 76px;
  border: 1px solid #315473;
  background: #102942;
  padding: 15px;
}
.flow-box small {
  display: block;
  color: var(--cyan);
  font-weight: 900;
  text-transform: uppercase;
}
.flow-box strong {
  display: block;
  margin-top: 5px;
  font: 800 1.08rem Manrope;
}
.flow-arrow {
  text-align: center;
  color: var(--cyan);
  font-size: 1.8rem;
}
.system-result {
  margin-top: 18px;
  background: var(--blue);
  padding: 22px;
  color: #fff;
}
.system-result small {
  font-weight: 800;
  text-transform: uppercase;
  opacity: 0.8;
}
.system-result strong {
  display: block;
  font: 900 1.55rem Manrope;
  margin-top: 4px;
}
.trust-bar {
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.trust-grid div {
  padding: 20px 22px;
  border-left: 1px solid var(--line);
  font-weight: 800;
}
.trust-grid div:last-child {
  border-right: 1px solid var(--line);
}
.market-strip {
  background: var(--blue);
  color: #fff;
  border-bottom: 1px solid #003da9;
}
.market-strip-grid {
  min-height: 190px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 40px;
  padding-block: 34px;
}
.market-strip span {
  color: #a9f3ff;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.market-strip h2 {
  margin: 9px 0 7px;
  font: 900 clamp(1.9rem, 3vw, 3rem) / 1 Manrope, Arial, sans-serif;
  letter-spacing: -0.045em;
}
.market-strip p {
  margin: 0;
  color: #d5e6ff;
}
.section {
  padding: 92px 0;
}
.section.alt {
  background: #e8eef6;
}
.section.dark {
  background: var(--navy2);
  color: #fff;
}
.section-head {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 48px;
  margin-bottom: 46px;
}
.section h2 {
  margin: 0;
  font: 900 clamp(2.25rem, 4vw, 4rem) / 1 Manrope;
  letter-spacing: -0.05em;
}
.section-head p {
  margin: 0;
  color: var(--muted);
  font-size: 1.16rem;
}
.dark .section-head p {
  color: #bed0e2;
}
.grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.tile {
  min-height: 300px;
  background: #fff;
  padding: 28px;
  display: flex;
  flex-direction: column;
}
.tile .num {
  color: var(--blue);
  font-weight: 900;
}
.tile h3 {
  margin: 18px 0 12px;
  font: 900 1.48rem Manrope;
}
.tile p {
  color: var(--muted);
  margin: 0 0 24px;
}
.tile a {
  margin-top: auto;
  color: var(--blue);
  font-weight: 900;
}
.dark .grid {
  background: #36516d;
  border-color: #36516d;
}
.dark .tile {
  background: #0d263f;
  color: #fff;
}
.dark .tile p {
  color: #bed0e2;
}
.work-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.work {
  min-height: 255px;
  border: 1px solid var(--line);
  background: #fff;
  padding: 30px;
  display: flex;
  flex-direction: column;
}
.work small {
  color: var(--blue);
  font-weight: 900;
  text-transform: uppercase;
}
.work h3 {
  font: 900 1.8rem Manrope;
  margin: 16px 0 10px;
}
.work p {
  color: var(--muted);
  margin: 0 0 24px;
}
.work a {
  margin-top: auto;
  font-weight: 900;
}
.process {
  counter-reset: step;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 2px solid var(--blue);
}
.step {
  counter-increment: step;
  padding: 28px 25px;
  border-right: 1px solid var(--line);
}
.step:before {
  content: "0" counter(step);
  color: var(--blue);
  font-weight: 900;
}
.step h3 {
  font: 900 1.28rem Manrope;
}
.step p {
  color: var(--muted);
}
.cta {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 40px;
  background: var(--blue);
  color: #fff;
  padding: 56px;
  border: 2px solid #0046c9;
}
.cta h2 {
  font-size: clamp(2.2rem, 4vw, 3.8rem);
}
.cta p {
  color: #dce8ff;
  font-size: 1.08rem;
}
.lead-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.lead-copy,
.lead-form {
  padding: 42px;
}
.lead-copy {
  background: var(--navy);
  color: #fff;
}
.lead-copy h2 {
  margin: 14px 0 18px;
  font-size: clamp(2.2rem, 4vw, 4rem);
}
.lead-copy p {
  color: #c7d8e9;
}
.lead-points {
  display: grid;
  gap: 13px;
  margin-top: 28px;
  color: #dce8ff;
  font-weight: 700;
}
.lead-points span::before {
  content: "\2713";
  color: var(--cyan);
  margin-right: 10px;
}
.lead-form {
  background: #fff;
}
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.field {
  display: grid;
  gap: 7px;
}
.field.full {
  grid-column: 1 / -1;
}
.field label {
  color: var(--navy);
  font-weight: 900;
}
.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 52px;
  border: 1px solid #9bb0c4;
  border-radius: 0;
  background: #fff;
  color: var(--navy);
  padding: 13px 14px;
  font: inherit;
}
.field textarea {
  min-height: 120px;
  resize: vertical;
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: 3px solid rgba(0, 207, 216, 0.25);
  border-color: var(--blue);
}
.consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--muted);
  font-size: 0.9rem;
}
.consent input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
}
.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}
.article-shell {
  max-width: 840px;
}
.article-shell h2 {
  margin-top: 46px;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
}
.article-shell h3 {
  margin-top: 30px;
  font: 900 1.35rem Manrope;
}
.article-shell p,
.article-shell li {
  color: var(--muted);
  font-size: 1.08rem;
}
.article-shell li + li {
  margin-top: 10px;
}
.article-meta {
  color: var(--blue);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.82rem;
}
.footer {
  background: #020b15;
  color: #a8bfd6;
  padding: 43px 0;
}
.footer-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.footer-links {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.page-hero {
  background: var(--navy);
  color: #fff;
  padding: 68px 0 62px;
}
.page-hero h1 {
  max-width: 950px;
  margin: 20px 0 25px;
  font: 900 clamp(2.8rem, 5.4vw, 5rem) / 0.95 Manrope;
  letter-spacing: -0.06em;
}
.page-hero p {
  max-width: 760px;
  color: #c7d8e9;
  font-size: 1.22rem;
}
.feature-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.feature {
  background: #fff;
  padding: 28px;
}
.feature h3 {
  font: 900 1.4rem Manrope;
  margin: 0 0 10px;
}
.feature p {
  color: var(--muted);
  margin: 0;
}
.note {
  border-left: 7px solid var(--cyan);
  padding: 8px 0 8px 26px;
  max-width: 800px;
}
.note strong {
  font: 900 1.5rem Manrope;
}
.faq details {
  border-bottom: 1px solid var(--line);
  padding: 22px 0;
}
.faq summary {
  font-weight: 900;
  cursor: pointer;
}
.faq p {
  color: var(--muted);
}
@media (max-width: 960px) {
  .nav-links a:not(.btn):not(.lang) {
    display: none;
  }
  .hero-grid,
  .section-head {
    grid-template-columns: 1fr;
  }
  .hero-grid {
    min-height: auto;
    padding: 42px 0 60px;
  }
  .grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .process {
    grid-template-columns: repeat(2, 1fr);
  }
  .cta {
    grid-template-columns: 1fr;
  }
  .market-strip-grid {
    grid-template-columns: 1fr;
  }
  .lead-layout {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 620px) {
  .container {
    width: min(calc(100% - 30px), var(--max));
  }
  .nav {
    min-height: 64px;
    gap: 9px;
  }
  .brand img {
    width: 145px;
  }
  .nav-links {
    gap: 8px;
  }
  .nav-links .lang {
    display: block;
    padding-left: 10px;
    font-size: 0.78rem;
  }
  .nav .btn {
    min-height: 42px;
    padding: 0 10px;
    font-size: 0.78rem;
  }
  .hero-grid {
    min-height: auto;
    gap: 38px;
    padding: 34px 0 52px;
  }
  .hero h1,
  .page-hero h1 {
    font-size: clamp(2.65rem, 12.5vw, 3.7rem);
    overflow-wrap: anywhere;
  }
  .system-panel {
    min-height: 420px;
    padding: 14px;
    box-shadow: 11px 11px 0 #083f98;
  }
  .system-flow {
    grid-template-columns: 1fr;
  }
  .flow-arrow {
    transform: rotate(90deg);
  }
  .trust-grid,
  .grid,
  .work-grid,
  .process,
  .feature-list {
    grid-template-columns: 1fr;
  }
  .section {
    padding: 66px 0;
  }
  .tile {
    min-height: 0;
  }
  .cta {
    padding: 34px 24px;
  }
  .lead-copy,
  .lead-form {
    padding: 30px 22px;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .field.full {
    grid-column: auto;
  }
  .footer-grid {
    align-items: flex-start;
    flex-direction: column;
  }
  .page-hero {
    padding: 48px 0 52px;
  }
  .actions .btn {
    width: 100%;
  }
}
@media (min-width: 961px) and (max-height: 780px) {
  .hero-grid {
    min-height: min(560px, calc(100svh - 70px));
    padding: 26px 0;
  }
  .hero h1 {
    margin-block: 15px 18px;
    font-size: clamp(2.8rem, 4.45vw, 4.45rem);
  }
  .hero p {
    margin-bottom: 22px;
    font-size: 1.05rem;
  }
  .system-panel {
    min-height: 390px;
    padding: 18px;
  }
  .system-flow {
    margin-top: 20px;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
