@font-face { font-family: "Gotham"; src: url("assets/fonts/gotham-book.otf") format("opentype"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Gotham"; src: url("assets/fonts/gotham-medium.otf") format("opentype"); font-weight: 500 650; font-display: swap; }
@font-face { font-family: "Gotham"; src: url("assets/fonts/gotham-bold.otf") format("opentype"); font-weight: 700 900; font-display: swap; }

:root {
  --navy: #07162f;
  --navy-soft: #0d2448;
  --blue: #304299;
  --cyan: #2e9799;
  --ink: #101c31;
  --muted: #617088;
  --line: #dce4ef;
  --surface: #f3f7fc;
  --white: #fff;
  --radius: 18px;
  --shadow: 0 24px 70px rgba(5, 23, 50, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "Gotham", "Segoe UI", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 108px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; top: 10px; left: 10px; padding: 10px 16px; color: #fff; background: var(--blue); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: fixed; z-index: 50; top: 0; width: 100%; color: #fff; border-bottom: 1px solid rgba(255,255,255,.1); transition: .3s ease; }
.site-header.scrolled { color: var(--ink); background: rgba(255,255,255,.94); box-shadow: 0 8px 30px rgba(5,23,50,.08); backdrop-filter: blur(16px); }
.header-inner { display: flex; height: 80px; align-items: center; justify-content: space-between; }
.brand { position: relative; display: flex; width: 190px; height: 48px; align-items: center; }
.brand-logo { display: block; width: 190px; height: auto; }
.brand-logo-dark { position: absolute; inset: auto 0; opacity: 0; }
.site-header.scrolled .brand-logo-light { opacity: 0; }
.site-header.scrolled .brand-logo-dark { opacity: 1; }
.brand-logo-light, .brand-logo-dark { transition: opacity .25s ease; }
.main-nav { display: flex; align-items: center; gap: 31px; font-size: 14px; font-weight: 600; }
.main-nav > a:not(.nav-cta) { position: relative; padding: 30px 0; }
.main-nav > a:not(.nav-cta)::after { position: absolute; right: 0; bottom: 21px; left: 0; height: 2px; background: var(--cyan); content: ""; transform: scaleX(0); transition: .2s; }
.main-nav > a:hover::after { transform: scaleX(1); }
.nav-cta { padding: 12px 19px; border: 1px solid rgba(255,255,255,.35); border-radius: 9px; }
.site-header.scrolled .nav-cta { color: #fff; border-color: var(--blue); background: var(--blue); }
.menu-toggle { display: none; padding: 6px; border: 0; background: transparent; }
.menu-toggle i { display: block; width: 25px; height: 2px; margin: 5px; background: currentColor; }

.hero { position: relative; min-height: 800px; padding: 155px 0 90px; overflow: hidden; color: #fff; background: radial-gradient(circle at 78% 35%, #263a79 0, transparent 32%), linear-gradient(125deg, #07162f 10%, #162657 60%, #07162f 100%); }
.hero::before { position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 62px 62px; content: ""; mask-image: linear-gradient(to right, transparent, #000); }
.hero-glow { position: absolute; top: 15%; right: 15%; width: 400px; height: 400px; border-radius: 50%; background: rgba(46,151,153,.24); filter: blur(90px); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 80px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: #9db5d5; font-size: 12px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 27px; height: 2px; background: var(--cyan); }
.eyebrow.dark { color: var(--blue); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 680px; margin-bottom: 24px; font-size: clamp(46px, 5.2vw, 75px); line-height: .99; letter-spacing: -.045em; }
h1 em { color: var(--cyan); font-style: normal; }
.hero-text { max-width: 630px; margin-bottom: 34px; color: #bac8dc; font-size: 19px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 22px; padding: 0 23px; border: 0; border-radius: 9px; cursor: pointer; font-size: 14px; font-weight: 750; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: linear-gradient(135deg, var(--blue), #24347f); box-shadow: 0 13px 32px rgba(48,66,153,.28); }
.button-ghost { color: #fff; border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.04); }
.hero-proof { display: flex; max-width: 500px; align-items: center; gap: 17px; margin-top: 43px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.13); }
.hero-proof strong { flex: 0 0 auto; color: var(--cyan); font-size: 28px; }.hero-proof span { color: #9eafc7; font-size: 13px; line-height: 1.5; }
.hero-visual { position: relative; min-height: 510px; }
.dashboard-card { position: absolute; inset: 43px 10px 30px 15px; overflow: hidden; border: 1px solid rgba(255,255,255,.19); border-radius: 27px; background: linear-gradient(145deg, rgba(22,55,99,.85), rgba(7,25,52,.8)); box-shadow: 0 40px 90px rgba(0,0,0,.38); backdrop-filter: blur(15px); transform: perspective(900px) rotateY(-7deg) rotateX(2deg); }
.dashboard-card::before { position: absolute; inset: 49px 0 0; opacity: .13; background: radial-gradient(circle, #fff 1px, transparent 1px); background-size: 25px 25px; content: ""; }
.dashboard-top { display: flex; height: 50px; align-items: center; justify-content: space-between; padding: 0 20px; color: #8da3c0; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.dashboard-top i { width: 8px; height: 8px; border-radius: 50%; background: #38dc9a; box-shadow: 0 0 12px #38dc9a; }
.dashboard-core { position: absolute; top: 50%; left: 50%; text-align: center; transform: translate(-50%,-50%); }
.core-logo { display: grid; width: 112px; height: 112px; place-items: center; border: 1px solid rgba(46,151,153,.5); border-radius: 50%; background: radial-gradient(circle, rgba(48,66,153,.5), rgba(48,66,153,.08)); box-shadow: 0 0 60px rgba(46,151,153,.18); }
.core-logo img { display: block; width: 48px; height: auto; }
.dashboard-core p { margin-top: 13px; color: #9bb2cd; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.module { position: absolute; display: flex; align-items: center; gap: 9px; width: 130px; padding: 11px; border: 1px solid rgba(255,255,255,.13); border-radius: 10px; background: rgba(255,255,255,.07); color: #b6c7db; font-size: 11px; }
.module i { display: grid; width: 27px; height: 27px; place-items: center; border-radius: 7px; color: var(--cyan); background: rgba(55,216,255,.1); font-style: normal; font-size: 9px; }.module-a { top: 24%; left: 6%; }.module-b { top: 24%; right: 6%; }.module-c { bottom: 17%; left: 7%; }.module-d { right: 7%; bottom: 17%; }
.orbit { position: absolute; border: 1px solid rgba(55,216,255,.13); border-radius: 50%; }.orbit-one { inset: 0; }.orbit-two { inset: 55px; }

.section-heading h2, .platform-heading h2, .contact h2, .innovation h2, .integration-copy h2 { margin-bottom: 20px; font-size: clamp(35px, 4vw, 52px); line-height: 1.1; letter-spacing: -.035em; }
.intro { background: var(--white); }
.intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; }
.intro-copy { padding-left: 38px; border-left: 1px solid var(--line); }.intro-copy p { color: var(--muted); font-size: 17px; line-height: 1.8; }.intro-copy p:last-child { margin-bottom: 0; }
.centered { max-width: 720px; margin: 0 auto 53px; text-align: center; }.centered .eyebrow { justify-content: center; }.section-heading > p:last-child { color: var(--muted); line-height: 1.7; }
.solutions { background: var(--surface); }
.cards-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.product-card { position: relative; min-height: 260px; padding: 31px; overflow: hidden; border: 1px solid #e0e7f1; border-radius: var(--radius); outline: none; background: #fff; cursor: pointer; transition: .25s; }
.product-card:hover { border-color: #a9c5f8; box-shadow: var(--shadow); transform: translateY(-5px); }
.product-card:focus-visible { box-shadow: 0 0 0 4px rgba(46,151,153,.28), var(--shadow); transform: translateY(-3px); }
.product-card.featured { color: #fff; border-color: var(--blue); background: linear-gradient(145deg, #0d5ae3, #0a3c9d); }.product-card.featured p { color: #c7dcff; }.product-card.featured .icon { color: #fff; background: rgba(255,255,255,.13); }.product-card.featured .card-number { color: rgba(255,255,255,.14); }
.card-number { position: absolute; top: 17px; right: 22px; color: #edf1f7; font-size: 46px; font-weight: 850; }
.icon { display: grid; width: 51px; height: 51px; margin-bottom: 29px; place-items: center; border-radius: 13px; color: var(--blue); background: #edf4ff; font-size: 12px; font-weight: 850; }
.product-card h3 { max-width: 270px; margin-bottom: 12px; font-size: 19px; line-height: 1.35; }.product-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.platform { color: #fff; background: var(--navy); }
.platform-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 90px; margin-bottom: 52px; }.platform-heading > p { color: #9eafc7; line-height: 1.7; }
.module-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,255,255,.12); border-left: 1px solid rgba(255,255,255,.12); }
.platform-card { min-height: 220px; padding: 29px; border-right: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); transition: background .2s; }.platform-card:hover { background: rgba(20,103,255,.13); }.platform-card > span { color: var(--cyan); font-size: 11px; font-weight: 800; }.platform-card h3 { margin-top: 42px; margin-bottom: 11px; font-size: 20px; }.platform-card p { color: #91a4be; font-size: 14px; line-height: 1.6; }
.integrations { overflow: hidden; }.integrations-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 85px; }.integration-copy > p:not(.eyebrow) { color: var(--muted); line-height: 1.7; }.tag-cloud { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }.tag-cloud span { padding: 10px 15px; border: 1px solid var(--line); border-radius: 100px; color: #3d526f; background: var(--surface); font-size: 13px; font-weight: 650; }
.security-card { position: relative; padding: 48px; overflow: hidden; color: #fff; border-radius: 24px; background: linear-gradient(140deg, #0d2d5b, #06152e); box-shadow: var(--shadow); }.security-card::after { position: absolute; right: -80px; bottom: -100px; width: 260px; height: 260px; border: 55px solid rgba(55,216,255,.06); border-radius: 50%; content: ""; }.shield { display: grid; width: 62px; height: 68px; margin-bottom: 27px; place-items: center; border: 1px solid rgba(55,216,255,.4); border-radius: 30px 30px 40px 40px; color: var(--cyan); background: rgba(55,216,255,.08); font-size: 24px; }.security-card h3 { font-size: 28px; }.security-card > p:not(.eyebrow) { color: #9db0c9; line-height: 1.7; }.partners { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 9px; margin-top: 27px; }.partners span { padding: 9px 12px; border-radius: 6px; background: rgba(255,255,255,.09); font-size: 12px; font-weight: 700; }
.advantages { background: var(--surface); }.advantages-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 15px; }.advantage { display: flex; gap: 25px; min-height: 150px; padding: 29px; border: 1px solid #e1e8f1; border-radius: 14px; background: #fff; }.advantage b { color: var(--blue); font-size: 11px; }.advantage h3 { font-size: 18px; }.advantage p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.innovation { padding: 80px 0; color: #fff; background: linear-gradient(115deg, #304299, #17255f); }.innovation-inner { display: grid; grid-template-columns: 190px 1fr; align-items: center; gap: 70px; }.innovation-mark { position: relative; display: grid; width: 170px; height: 170px; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; }.innovation-mark::before,.innovation-mark::after { position: absolute; inset: 18px; border: 1px dashed rgba(46,151,153,.42); border-radius: 50%; content: ""; }.innovation-mark::after { inset: 38px; background: rgba(255,255,255,.07); }.innovation-mark span { z-index: 1; color: var(--cyan); font-size: 28px; font-weight: 850; }.innovation h2 { max-width: 710px; }.innovation p:last-child { max-width: 800px; margin: 0; color: #c1d2ec; line-height: 1.75; }
.contact { color: #fff; background: var(--navy); }.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 95px; }.contact-copy { padding-top: 39px; }.contact-copy > p:not(.eyebrow) { color: #9bacc3; line-height: 1.75; }.contact-copy ul { margin: 32px 0 0; padding: 0; list-style: none; }.contact-copy li { display: flex; gap: 12px; margin: 16px 0; color: #bdcadd; font-size: 14px; }.contact-copy li span { color: var(--cyan); }
.contact-form { padding: 38px; color: var(--ink); border-radius: 21px; background: #fff; box-shadow: 0 30px 70px rgba(0,0,0,.28); }.form-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 27px; }.form-heading span { font-size: 23px; font-weight: 800; }.form-heading small { color: var(--muted); }.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }.contact-form label:not(.consent) { display: block; margin-bottom: 16px; color: #34455e; font-size: 12px; font-weight: 750; }.contact-form input:not([type=checkbox]), .contact-form select, .contact-form textarea { width: 100%; margin-top: 8px; padding: 13px 14px; color: var(--ink); border: 1px solid #d9e1eb; border-radius: 8px; outline: none; background: #fafcff; font-size: 14px; transition: .2s; }.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(20,103,255,.1); }.contact-form textarea { resize: vertical; }.consent { display: flex; align-items: flex-start; gap: 10px; margin: 4px 0 20px; color: var(--muted); font-size: 11px; line-height: 1.5; }.consent input { margin-top: 2px; accent-color: var(--blue); }.submit-button { width: 100%; }.error { display: block; min-height: 0; margin-top: 4px; color: #c72d3b; font-size: 10px; }.invalid input,.invalid select,.invalid textarea { border-color: #d84a57!important; }.form-status { margin: 14px 0 0; text-align: center; color: var(--blue); font-size: 12px; line-height: 1.5; }
.website-field { position: absolute!important; left: -10000px!important; width: 1px!important; height: 1px!important; overflow: hidden!important; }
.submit-button:disabled { cursor: wait; opacity: .7; transform: none; }
.site-footer { color: #99abc2; background: #040f22; }.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 60px; padding: 66px 0 47px; }.footer-brand { margin-bottom: 18px; color: #fff; }.footer-brand .brand-logo { width: 190px; }.footer-top p { font-size: 13px; }.footer-top h3 { margin-bottom: 20px; color: #fff; font-size: 13px; }.footer-top > div > a:not(.brand) { display: block; margin: 12px 0; font-size: 12px; transition: color .2s; }.footer-top > div > a:hover { color: var(--cyan); }.footer-bottom { display: flex; justify-content: space-between; padding: 24px 0; border-top: 1px solid rgba(255,255,255,.08); font-size: 11px; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 950px) {
  .section { padding: 82px 0; }.menu-toggle { z-index: 2; display: block; color: inherit; }.main-nav { position: absolute; top: 80px; right: 20px; left: 20px; display: none; padding: 20px; color: var(--ink); border-radius: 14px; background: #fff; box-shadow: var(--shadow); }.main-nav.open { display: flex; flex-direction: column; align-items: stretch; gap: 4px; }.main-nav > a:not(.nav-cta) { padding: 12px; }.main-nav > a:not(.nav-cta)::after { display: none; }.nav-cta { margin-top: 8px; color: #fff; text-align: center; border-color: var(--blue); background: var(--blue); }
  .hero { min-height: auto; }.hero-grid { grid-template-columns: 1fr; }.hero-copy { max-width: 720px; }.hero-visual { min-height: 480px; }.intro-grid,.integrations-grid,.contact-grid { grid-template-columns: 1fr; gap: 50px; }.intro-copy { padding: 0; border: 0; }.cards-grid,.module-grid { grid-template-columns: repeat(2,1fr); }.platform-heading { grid-template-columns: 1fr; gap: 5px; }.innovation-inner { grid-template-columns: 140px 1fr; gap: 40px; }.innovation-mark { width: 130px; height: 130px; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1180px); }.section { padding: 68px 0; }.header-inner { height: 68px; }.main-nav { top: 68px; }.hero { padding: 125px 0 65px; }.hero-grid { gap: 35px; }.hero-text { font-size: 16px; }.hero-actions .button { width: 100%; }.hero-proof { align-items: flex-start; }.hero-visual { min-height: 375px; }.dashboard-card { inset: 20px 0; transform: none; }.module { width: 108px; padding: 8px; }.module span { font-size: 9px; }.core-logo { width: 85px; height: 85px; }.module-a,.module-c { left: 3%; }.module-b,.module-d { right: 3%; }.cards-grid,.module-grid,.advantages-grid,.field-row { grid-template-columns: 1fr; }.platform-card { min-height: 180px; }.integration-copy h2 br,.section-heading h2 br { display: none; }.security-card,.contact-form { padding: 28px 22px; }.innovation-inner { grid-template-columns: 1fr; }.innovation-mark { width: 100px; height: 100px; }.form-heading { display: block; }.form-heading small { display: block; margin-top: 5px; }.footer-top { grid-template-columns: 1fr 1fr; }.footer-top > div:first-child { grid-column: 1/-1; }.footer-bottom { flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *,*::before,*::after { scroll-behavior: auto!important; transition: none!important; animation: none!important; }.reveal { opacity: 1; transform: none; } }
