:root {
  --navy: #0B2344;
  --navy-2: #123A70;
  --blue: #2A69B1;
  --sky: #A9CDEE;
  --red: #EE3739;
  --orange: #EF8834;
  --lime: #AACD45;
  --green: #08A955;
  --green-dark: #0A7457;
  --ink: #101D2F;
  --muted: #607086;
  --line: #D8E1EE;
  --surface: #FFFFFF;
  --soft: #F5F8FC;
  --shadow: 0 22px 60px rgba(11, 35, 68, .14);
  --radius: 24px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--ink);
  background: #fff;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }

.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 16px; top: 16px; background: var(--navy); color: #fff; padding: 10px 14px; border-radius: 10px; z-index: 100; }

.container { width: min(var(--container), calc(100% - 40px)); margin: 0 auto; }
.section { padding: 96px 0; }
.section-alt { background: var(--soft); }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid rgba(11,35,68,.08);
  backdrop-filter: blur(14px);
}
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand img { height: 42px; width: auto; }
.site-nav { display: flex; gap: 25px; align-items: center; color: var(--muted); font-weight: 700; font-size: .95rem; }
.site-nav a:hover { color: var(--navy-2); }
.nav-actions { display: flex; align-items: center; gap: 14px; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 12px; background: #fff; align-items: center; justify-content: center; flex-direction: column; gap: 5px; cursor: pointer; }
.nav-toggle span { width: 20px; height: 2px; background: var(--navy); display: block; }

.btn {
  display: inline-flex; justify-content: center; align-items: center;
  padding: 15px 24px; border-radius: 999px; border: none;
  background: linear-gradient(135deg, var(--red), var(--orange));
  color: #fff; font-weight: 800; cursor: pointer;
  box-shadow: 0 14px 34px rgba(239,136,52,.25);
}
.btn:hover { transform: translateY(-1px); }
.btn-small { padding: 11px 17px; font-size: .92rem; }
.btn-ghost { background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.18); box-shadow: none; }

.hero {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at top right, rgba(42,105,177,.45), transparent 32%), linear-gradient(135deg, #071A35 0%, #0B2344 46%, #123A70 100%);
  color: #fff;
  padding: 118px 0 92px;
}
.hero-bg::before,
.hero-bg::after { content: ""; position: absolute; border-radius: 999px; filter: blur(2px); }
.hero-bg::before { width: 380px; height: 380px; right: -120px; top: 80px; background: rgba(169,205,238,.14); }
.hero-bg::after { width: 320px; height: 320px; left: -100px; bottom: -100px; background: rgba(8,169,85,.16); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.12fr .88fr; gap: 56px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; text-transform: uppercase; letter-spacing: .13em; font-size: .82rem; font-weight: 900; color: var(--blue); margin-bottom: 16px; }
.eyebrow::before { content: ""; width: 30px; height: 3px; border-radius: 999px; background: linear-gradient(90deg, var(--sky), var(--green)); }
.eyebrow.light { color: #fff; }
.hero .eyebrow { color: #fff; }
h1, h2, h3, p { margin-top: 0; }
.hero h1 { font-size: clamp(2.7rem, 6vw, 5.4rem); line-height: .98; letter-spacing: -.06em; margin-bottom: 24px; max-width: 870px; }
.lead { color: rgba(255,255,255,.83); font-size: 1.16rem; max-width: 710px; margin-bottom: 34px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.proof-row { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 34px; }
.proof-row span { padding: 9px 13px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; background: rgba(255,255,255,.07); color: rgba(255,255,255,.9); font-weight: 700; }

.cloud-console { background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.16); border-radius: 30px; padding: 24px; box-shadow: 0 26px 70px rgba(0,0,0,.25); backdrop-filter: blur(12px); }
.console-head { display: flex; align-items: center; gap: 8px; margin-bottom: 18px; color: #fff; }
.console-head span { width: 10px; height: 10px; border-radius: 999px; background: var(--red); }
.console-head span:nth-child(2) { background: var(--orange); }
.console-head span:nth-child(3) { background: var(--green); }
.console-head strong { margin-left: auto; font-size: .88rem; }
.console-grid { display: grid; gap: 14px; }
.console-grid article { background: #fff; color: var(--ink); border-radius: 20px; padding: 20px; }
.console-grid b { display: block; font-size: 1.08rem; margin-bottom: 6px; }
.console-grid p { margin-bottom: 16px; color: var(--muted); }
.bar { height: 9px; border-radius: 999px; background: #E7EEF7; overflow: hidden; }
.bar i { height: 100%; display: block; background: linear-gradient(90deg, var(--blue), var(--sky)); border-radius: inherit; }
.bar.orange i { background: linear-gradient(90deg, var(--red), var(--orange)); }
.bar.green i { background: linear-gradient(90deg, var(--lime), var(--green)); }

.value-strip { background: #fff; border-bottom: 1px solid rgba(11,35,68,.08); }
.value-grid { display: grid; grid-template-columns: repeat(5, 1fr); }
.value-grid div { padding: 24px 20px; border-left: 1px solid rgba(11,35,68,.08); }
.value-grid div:last-child { border-right: 1px solid rgba(11,35,68,.08); }
.value-grid strong { display: block; color: var(--navy-2); margin-bottom: 5px; }
.value-grid span { color: var(--muted); font-size: .95rem; }

.section-head { max-width: 850px; margin-bottom: 42px; }
.section-head.center { text-align: center; margin-inline: auto; }
.section-head.light { color: #fff; }
.section-head h2, .text-block h2, .contact-copy h2, .control-grid h2 { font-size: clamp(2rem, 4vw, 3.25rem); line-height: 1.08; letter-spacing: -.04em; margin-bottom: 16px; }
.section-head p, .text-block p, .contact-copy p, .big-copy { color: var(--muted); font-size: 1.06rem; }
.section-head.light p, .dark-section p, .big-copy { color: rgba(255,255,255,.82); }

.cards { display: grid; gap: 22px; }
.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.card { background: #fff; border: 1px solid rgba(11,35,68,.08); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow); }
.card h3 { font-size: 1.25rem; margin: 18px 0 10px; }
.card p { color: var(--muted); margin: 0; }
.icon { width: 54px; height: 54px; display: grid; place-items: center; color: #fff; font-weight: 900; border-radius: 17px; }
.icon.blue { background: linear-gradient(135deg, var(--navy-2), var(--blue)); }
.icon.sky { background: linear-gradient(135deg, var(--blue), var(--sky)); }
.icon.green { background: linear-gradient(135deg, var(--lime), var(--green)); }
.icon.orange { background: linear-gradient(135deg, var(--red), var(--orange)); }
.icon.red { background: linear-gradient(135deg, var(--red), #B72832); }
.icon.lime { background: linear-gradient(135deg, var(--green-dark), var(--lime)); }

.dark-section { background: linear-gradient(135deg, #071A35, var(--navy-2)); color: #fff; }
.control-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 44px; align-items: center; }
.hub-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.hub-grid article { border-radius: 20px; padding: 22px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); }
.hub-grid strong { display: block; margin-bottom: 8px; }
.hub-grid span { color: rgba(255,255,255,.78); }

.two-col { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 54px; }
.align-center { align-items: center; }
.check-list { padding: 0; list-style: none; margin: 22px 0 0; }
.check-list li { position: relative; padding-left: 26px; margin: 10px 0; color: var(--ink); }
.check-list li::before { content: ""; position: absolute; left: 0; top: 10px; width: 10px; height: 10px; border-radius: 99px; background: linear-gradient(135deg, var(--orange), var(--green)); }
.metric-panel { display: grid; gap: 16px; }
.metric-card { background: #fff; border: 1px solid rgba(11,35,68,.08); box-shadow: var(--shadow); border-radius: 22px; padding: 24px; }
.metric-card strong { display: block; color: var(--navy-2); font-size: 1.22rem; margin-bottom: 8px; }
.metric-card span { color: var(--muted); }
.security-panel { background: var(--navy); color: #fff; border-radius: 28px; padding: 28px; box-shadow: var(--shadow); }
.shield { width: 72px; height: 72px; border-radius: 24px; display: grid; place-items: center; font-size: 2rem; background: linear-gradient(135deg, var(--blue), var(--green)); margin-bottom: 18px; }
.security-panel article { padding: 18px 0; border-top: 1px solid rgba(255,255,255,.11); display: grid; gap: 4px; }
.security-panel b { color: #fff; }
.security-panel span { color: rgba(255,255,255,.78); }

.expert-grid { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.expert-grid span { padding: 12px 16px; border-radius: 999px; background: var(--soft); border: 1px solid rgba(11,35,68,.08); color: var(--navy-2); font-weight: 800; }
.steps { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.steps article { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: 20px; padding: 20px; }
.steps span { display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 14px; background: rgba(255,255,255,.12); font-weight: 900; margin-bottom: 16px; }
.steps h3 { margin-bottom: 8px; }
.steps p { margin: 0; font-size: .95rem; }

.contact-layout { display: grid; grid-template-columns: .92fr 1.08fr; gap: 34px; align-items: start; }
.contact-box { margin-top: 16px; padding: 18px 20px; background: var(--soft); border: 1px solid rgba(11,35,68,.08); border-radius: 18px; }
.contact-box strong { display: block; color: var(--navy-2); }
.contact-box a { color: var(--muted); }
.contact-form { background: #fff; border: 1px solid rgba(11,35,68,.08); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.contact-form label { display: grid; gap: 8px; font-weight: 700; }
.contact-form label span em { font-style: normal; color: var(--muted); font-weight: 500; font-size: .9rem; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 14px; padding: 14px 15px; background: #fff; color: var(--ink); }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: 2px solid rgba(42,105,177,.16); border-color: var(--blue); }
.full-width { grid-column: 1 / -1; }
.hidden-field { display: none !important; position: absolute !important; left: -9999px !important; opacity: 0 !important; }
.consent { grid-template-columns: 20px 1fr; align-items: start; gap: 10px; font-weight: 500 !important; }
.consent input { width: 18px !important; height: 18px; margin-top: 5px; accent-color: var(--navy-2); }
.consent span { color: var(--muted); line-height: 1.55; }
.consent a { color: var(--navy-2); text-decoration: underline; text-underline-offset: 3px; font-weight: 800; }
.form-status { min-height: 24px; margin: 16px 0 0; font-weight: 800; }
.form-status.success { color: var(--green-dark); }
.form-status.error { color: var(--red); }
.contact-form button:disabled { opacity: .72; cursor: not-allowed; transform: none; }

.site-footer { background: #071A35; color: rgba(255,255,255,.82); padding: 56px 0 22px; }
.footer-top { display: grid; grid-template-columns: 1.35fr 1fr 1fr 1fr; gap: 28px; }
.footer-logo { height: 40px; width: auto; margin-bottom: 16px; }
.site-footer h3 { color: #fff; margin-bottom: 14px; }
.site-footer a, .site-footer span { display: block; margin-top: 9px; color: rgba(255,255,255,.76); }
.footer-bottom { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-top: 36px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.1); }

.privacy-content { max-width: 860px; background: #fff; border: 1px solid rgba(11,35,68,.08); border-radius: var(--radius); box-shadow: var(--shadow); padding: 36px; }
.privacy-content h2 { color: var(--navy-2); margin: 28px 0 10px; font-size: 1.25rem; }
.privacy-content h2:first-child { margin-top: 0; }
.privacy-content p { color: var(--muted); }
.privacy-content a { color: var(--navy-2); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 1100px) {
  .three, .steps, .footer-top { grid-template-columns: repeat(2, 1fr); }
  .value-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px) {
  .hide-mobile { display: none; }
  .nav-toggle { display: inline-flex; }
  .site-nav { position: absolute; top: 82px; left: 20px; right: 20px; display: none; flex-direction: column; align-items: flex-start; gap: 14px; background: #fff; border: 1px solid rgba(11,35,68,.08); border-radius: 20px; padding: 18px; box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .hero-grid, .control-grid, .two-col, .contact-layout, .three, .steps, .footer-top, .value-grid, .form-grid, .hub-grid { grid-template-columns: 1fr; }
  .section { padding: 76px 0; }
  .hero { padding: 92px 0 74px; }
  .reverse-mobile .security-panel { order: 2; }
}
@media (max-width: 560px) {
  .container { width: min(var(--container), calc(100% - 28px)); }
  .nav-wrap { min-height: 74px; }
  .brand img { height: 35px; }
  .hero h1 { font-size: clamp(2.35rem, 13vw, 3.35rem); }
  .lead { font-size: 1.04rem; }
  .hero-actions, .hero-actions .btn, .btn { width: 100%; }
  .proof-row span, .expert-grid span { width: 100%; text-align: center; }
  .cloud-console, .contact-form, .privacy-content { padding: 22px; }
  .section-head h2, .text-block h2, .contact-copy h2, .control-grid h2 { font-size: 1.95rem; }
  .value-grid div { border-left: 0; border-right: 0 !important; border-bottom: 1px solid rgba(11,35,68,.08); }
  .footer-bottom { font-size: .92rem; }
}
