
:root {
  --navy: #0A2F6B;
  --navy-2: #082555;
  --blue: #0B63CE;
  --blue-2: #084EA3;
  --sky: #E8F1FC;
  --ink: #1C2B41;
  --muted: #5B6B80;
  --line: #D7E2F0;
  --bg: #F5F8FC;
  --white: #FFFFFF;
  --green: #14804A;
  --max: 1140px;
  font-family: Arial, Helvetica, sans-serif;
}
* { box-sizing: border-box; }
body { margin: 0; color: var(--ink); background: var(--white); line-height: 1.5; }
a { color: var(--blue); }
.wrap { width: min(var(--max), calc(100% - 2rem)); margin-inline: auto; }
.legalbar {
  background: #071F48; color: #C9D7EC; font-size: 12px; padding: 8px 0;
}
.legalbar strong { color: #fff; }
.header { background: var(--navy); color: white; }
.nav { display: flex; align-items: center; justify-content: space-between; min-height: 70px; gap: 1rem; }
.brand { display: flex; align-items: center; gap: 10px; color: white; text-decoration: none; font-weight: 700; font-size: 18px; }
.mark { width: 32px; height: 32px; border-radius: 6px; background: var(--blue); display: grid; place-items: center; }
.nav-links { display: flex; align-items: center; gap: 22px; }
.nav-links a { color: #D6E4F7; text-decoration: none; font-size: 14px; font-weight: 600; }
.nav-links a:hover { color: white; }
.menu-btn { display: none; background: transparent; color: white; border: 1px solid #3A5A96; border-radius: 6px; padding: 8px 10px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--blue); color: white; border: 0; border-radius: 4px;
  padding: 12px 18px; font: inherit; font-weight: 700; text-decoration: none; cursor: pointer;
}
.btn:hover { background: var(--blue-2); }
.btn.ghost { background: transparent; border: 1px solid #8FB3E8; color: white; }
.hero {
  background: linear-gradient(180deg, var(--navy) 0%, #0E3D86 100%);
  color: white; padding: 42px 0 48px;
}
.hero-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 28px; align-items: start; }
.kicker { color: #9EC2F5; font-size: 13px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; margin: 0 0 10px; }
h1 { margin: 0; font-size: clamp(28px, 4vw, 40px); line-height: 1.15; }
.sub { margin: 14px 0 0; color: #D6E4F7; font-size: 17px; max-width: 36rem; }
.hero-points { margin: 18px 0 0; padding: 0; list-style: none; color: #D6E4F7; }
.hero-points li { padding: 6px 0 6px 18px; position: relative; }
.hero-points li::before { content: ""; position: absolute; left: 0; top: 13px; width: 8px; height: 8px; border-radius: 50%; background: #49C27A; }
.hero-form {
  background: white; color: var(--ink); border-radius: 8px; padding: 20px;
  box-shadow: 0 12px 30px rgba(0,0,0,.18);
}
.hero-form h2 { margin: 0 0 4px; font-size: 20px; color: var(--navy); }
.hero-form p { margin: 0 0 14px; color: var(--muted); font-size: 13px; }
.form { display: grid; gap: 10px; }
label { display: grid; gap: 4px; font-size: 12px; font-weight: 700; color: var(--navy); }
input, select, textarea {
  width: 100%; border: 1px solid #C5D4E8; border-radius: 4px; padding: 10px 12px; font: inherit; font-size: 14px;
}
input:focus, select:focus, textarea:focus { outline: 2px solid #9EC2F5; border-color: var(--blue); }
.consent { display: flex; gap: 8px; align-items: flex-start; font-weight: 500; color: var(--muted); font-size: 12px; }
.consent input { width: auto; margin-top: 2px; }
.form-note { display: none; background: #E8F7EE; border: 1px solid #B7E4C7; color: #0F5132; padding: 10px; border-radius: 4px; font-size: 13px; }
.form-note.show { display: block; }
.products { background: var(--bg); padding: 48px 0; }
.section-head { text-align: center; max-width: 640px; margin: 0 auto 24px; }
h2 { margin: 0; color: var(--navy); font-size: 28px; }
.section-head p { color: var(--muted); margin: 8px 0 0; }
.product-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.product {
  background: white; border: 1px solid var(--line); border-radius: 8px; padding: 18px 16px; text-align: center;
}
.product .live { display: inline-block; background: #E7F6EC; color: var(--green); font-size: 11px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; border-radius: 999px; padding: 3px 8px; margin-bottom: 10px; }
.product .soon { display: inline-block; background: #FFF3D6; color: #8A5A00; font-size: 11px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; border-radius: 999px; padding: 3px 8px; margin-bottom: 10px; }
.product h3 { margin: 0; font-size: 16px; color: var(--navy); }
.price { margin: 8px 0; font-size: 28px; font-weight: 800; color: var(--navy); }
.price span { font-size: 13px; color: var(--muted); font-weight: 600; }
.product p { margin: 0; color: var(--muted); font-size: 13px; }
.section { padding: 48px 0; }
.alt { background: var(--bg); }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.step { background: white; border: 1px solid var(--line); border-radius: 8px; padding: 16px; }
.step b { display: block; color: var(--blue); font-size: 12px; margin-bottom: 6px; }
.table-wrap { overflow: auto; border: 1px solid var(--line); border-radius: 8px; background: white; }
table { width: 100%; border-collapse: collapse; min-width: 720px; }
th, td { padding: 12px 14px; text-align: left; border-bottom: 1px solid var(--line); font-size: 14px; }
th { background: var(--navy); color: white; font-size: 12px; text-transform: uppercase; letter-spacing: .04em; }
.note { margin-top: 12px; color: var(--muted); font-size: 13px; }
.langs { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 0; margin: 12px 0 0; }
.langs li { background: white; border: 1px solid var(--line); border-radius: 999px; padding: 6px 12px; font-size: 13px; font-weight: 700; color: var(--navy); }
.faq details { background: white; border: 1px solid var(--line); border-radius: 8px; padding: 12px 14px; }
.faq details + details { margin-top: 8px; }
.faq summary { cursor: pointer; font-weight: 700; color: var(--navy); }
.faq p { margin: 8px 0 0; color: var(--muted); }
.footer { background: #071F48; color: #B7C7DE; padding: 28px 0; }
.footer a { color: white; text-decoration: none; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 16px; }
.footer strong { color: white; display: block; margin-bottom: 8px; }
.footer p { margin: 0 0 6px; font-size: 13px; }
@media (max-width: 980px) {
  .hero-grid, .product-grid, .steps, .footer-grid { grid-template-columns: 1fr; }
  .menu-btn { display: inline-flex; }
  .nav-links { display: none; position: absolute; right: 16px; top: 78px; background: var(--navy-2); padding: 12px; border-radius: 8px; flex-direction: column; min-width: 180px; }
  .nav-links.open { display: flex; }
}
