:root {
  --navy: #070f56;
  --navy-2: #0b176d;
  --blue: #2f5cff;
  --blue-2: #1b42e8;
  --cyan: #62d7ff;
  --ink: #101833;
  --muted: #626c84;
  --line: #dfe5f0;
  --soft: #f4f7fc;
  --white: #fff;
  --radius: 28px;
  --shadow: 0 22px 55px rgba(11, 23, 109, .12);
}

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

.site-header { position: absolute; z-index: 20; top: 22px; left: 50%; width: min(1740px, calc(100% - 44px)); transform: translateX(-50%); }
.header-inner { height: 78px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: start; }
.brand { width: 235px; padding: 19px 0 0 28px; }
.brand img { width: 205px; height: auto; }
.desktop-nav { display: flex; gap: 8px; align-items: center; justify-content: center; min-width: 620px; padding: 0 38px; height: 66px; border-radius: 0 0 28px 28px; background: #fff; box-shadow: 0 12px 28px rgba(3, 10, 62, .08); }
.desktop-nav a { padding: 13px 18px; font-weight: 650; color: #10162e; border-radius: 999px; }
.desktop-nav a:hover, .desktop-nav a[aria-current="page"] { color: var(--blue); background: #f1f4ff; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 25px; padding: 12px 28px 0 0; color: #fff; }
.quote-button { display: inline-flex; gap: 16px; align-items: center; padding: 14px 25px; border-radius: 999px; background: var(--blue); color: #fff; font-weight: 750; box-shadow: 0 12px 30px rgba(47, 92, 255, .35); }
.quote-button:hover { background: #456dff; transform: translateY(-1px); }
.menu-toggle { display: flex; align-items: center; gap: 12px; border: 0; background: transparent; color: #fff; cursor: pointer; }
.menu-toggle i { display: block; width: 22px; height: 2px; background: #fff; position: absolute; right: 5px; }
.menu-toggle { position: relative; padding-right: 36px; }
.menu-toggle i:nth-of-type(1) { top: 9px; }
.menu-toggle i:nth-of-type(2) { top: 16px; }
.menu-toggle i:nth-of-type(3) { top: 23px; }
.mobile-menu { margin: 5px 20px 0; padding: 16px; border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
.mobile-menu a { display: block; padding: 12px 14px; border-radius: 10px; font-weight: 700; }
.mobile-menu a:hover { background: var(--soft); color: var(--blue); }

.hero-shell { position: relative; min-height: 860px; margin: 26px auto 0; width: min(1740px, calc(100% - 24px)); overflow: hidden; border-radius: 30px; background: var(--navy) url('../img/hero-bg.png') center/cover no-repeat; color: #fff; }
.hero-pattern { position: absolute; inset: 0; background: radial-gradient(circle at 55% 42%, rgba(30, 82, 255, .24), transparent 27%), linear-gradient(90deg, rgba(5, 11, 77, .22), transparent 48%, rgba(3, 11, 64, .04)); pointer-events: none; }
.hero-grid { position: relative; z-index: 1; width: min(1280px, calc(100% - 80px)); min-height: 860px; margin: 0 auto; display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; padding-top: 92px; }
.hero-copy { padding: 48px 30px 28px 0; }
.hero-kicker { display: inline-block; margin-bottom: 18px; font-size: 14px; text-transform: uppercase; letter-spacing: .18em; font-weight: 800; color: #91c7ff; }
.hero-copy h1 { max-width: 760px; margin: 0; font-size: clamp(58px, 5.2vw, 84px); line-height: .99; letter-spacing: -.045em; font-weight: 760; }
.hero-copy h1 span { color: #dfe8ff; }
.hero-lead { max-width: 680px; margin: 28px 0 0; color: rgba(255,255,255,.79); font-size: 19px; }
.hero-actions-row { display: flex; align-items: center; gap: 34px; margin-top: 40px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 58px; padding: 0 31px; border-radius: 999px; background: var(--blue); color: #fff; font-weight: 800; transition: .2s ease; }
.button:hover { transform: translateY(-2px); background: #446dff; box-shadow: 0 16px 32px rgba(47, 92, 255, .28); }
.button--small { min-height: 48px; padding: 0 23px; font-size: 15px; }
.button--outline { color: var(--blue); border: 1px solid #b8c7ff; background: transparent; }
.button--outline:hover { color: #fff; }
.button--light { background: #fff; color: var(--navy); }
.button--light:hover { background: #dfe8ff; color: var(--navy); }
.support-block { display: grid; gap: 3px; }
.support-block small { color: rgba(255,255,255,.63); }
.support-block a { font-size: 19px; font-weight: 800; }
.hero-bottom { margin-top: 90px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.26); display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.hero-bottom div { display: grid; gap: 2px; }
.hero-bottom strong { font-size: 16px; }
.hero-bottom span { color: rgba(255,255,255,.68); font-size: 14px; }
.hero-visual { align-self: end; position: relative; height: 740px; }
.hero-person { position: absolute; right: 0; bottom: 0; height: 690px; width: auto; object-fit: contain; filter: drop-shadow(0 22px 28px rgba(0,0,0,.16)); }
.hero-chart { position: absolute; z-index: 4; right: -205px; top: 150px; width: 300px; animation: float 3.4s ease-in-out infinite alternate; }
.code-chip { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; padding: 12px 17px; border: 1px solid rgba(255,255,255,.26); border-radius: 14px; background: rgba(9,21,95,.72); backdrop-filter: blur(10px); box-shadow: 0 16px 30px rgba(0,0,0,.12); }
.code-chip span { width: 9px; height: 9px; border-radius: 50%; background: #56e0a0; box-shadow: 0 0 0 5px rgba(86,224,160,.13); }
.code-chip code { color: #fff; }
.code-chip--one { left: 8px; top: 190px; }
.code-chip--two { left: 55px; bottom: 85px; }
@keyframes float { to { transform: translateY(-13px); } }

.section { padding: 100px 0; }
.section-inner { width: min(1240px, calc(100% - 40px)); margin: 0 auto; }
.intro-strip { padding: 38px 0 34px; border-bottom: 1px solid var(--line); }
.service-mini-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; }
.service-mini-grid article { display: grid; grid-template-columns: auto 1fr; gap: 17px; padding-right: 26px; border-right: 1px solid var(--line); }
.service-mini-grid article:last-child { border-right: 0; }
.service-number { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 14px; color: var(--blue); background: #edf1ff; font-weight: 900; }
.service-mini-grid h2 { margin: 0 0 4px; font-size: 19px; }
.service-mini-grid p { margin: 0; color: var(--muted); font-size: 14px; }
.eyebrow { display: inline-block; margin-bottom: 14px; color: var(--blue); font-size: 13px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow--light { color: #9ec7ff; }
.section-heading h2, .feature-copy h2, .catalog-note h2, .about-copy h2, .cta-box h2 { margin: 0; font-size: clamp(37px, 4vw, 58px); line-height: 1.08; letter-spacing: -.035em; }
.section-heading p { margin: 15px 0 0; color: var(--muted); font-size: 18px; }
.split-heading { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 70px; margin-bottom: 46px; }
.text-link { display: inline-flex; gap: 10px; margin-top: 15px; color: var(--blue); font-weight: 800; }
.products-section { background: var(--soft); }
.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.product-card { overflow: hidden; border: 1px solid #e1e6f0; border-radius: 24px; background: #fff; box-shadow: 0 16px 45px rgba(11, 23, 109, .06); transition: .24s ease; }
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.product-media { position: relative; display: block; aspect-ratio: 16/9; overflow: hidden; background: #08145d; }
.product-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.product-card:hover .product-media img { transform: scale(1.025); }
.product-badge { position: absolute; top: 18px; left: 18px; padding: 8px 13px; border-radius: 999px; background: #fff; color: var(--blue); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.product-body { padding: 28px; }
.product-meta { display: flex; justify-content: space-between; gap: 15px; color: var(--blue); font-size: 14px; font-weight: 800; }
.product-meta strong { color: var(--ink); }
.product-body h3 { margin: 10px 0 8px; font-size: 30px; }
.product-body p { margin: 0 0 20px; color: var(--muted); }
.product-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.product-tags span { padding: 7px 11px; border-radius: 999px; background: #f0f3f9; color: #4f5971; font-size: 12px; font-weight: 750; }
.product-card--coming { position: relative; display: grid; align-content: center; min-height: 520px; background: linear-gradient(145deg, #0b176d, #07104f); color: #fff; }
.product-card--coming .product-body p, .product-card--coming .product-meta span { color: rgba(255,255,255,.7); }
.product-card--coming .product-meta strong { color: #9ec7ff; }
.coming-icon { margin: 30px 28px 0; width: 88px; height: 88px; display: grid; place-items: center; border-radius: 22px; background: rgba(255,255,255,.09); color: #8ddfff; font-size: 29px; font-weight: 900; }

.feature-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 70px; align-items: center; }
.feature-image { overflow: hidden; border-radius: 26px; box-shadow: var(--shadow); }
.feature-image img { width: 100%; }
.feature-copy p { color: var(--muted); font-size: 18px; }
.feature-copy ul { list-style: none; margin: 27px 0; padding: 0; display: grid; gap: 12px; }
.feature-copy li { position: relative; padding-left: 31px; font-weight: 650; }
.feature-copy li::before { content: '✓'; position: absolute; left: 0; top: 0; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; background: #e8efff; color: var(--blue); font-size: 13px; }
.cta-section { padding: 0 0 100px; }
.cta-box { display: flex; justify-content: space-between; align-items: center; gap: 50px; padding: 55px 62px; border-radius: 28px; color: #fff; background: var(--navy) url('../img/hero-bg.png') center/cover no-repeat; }
.cta-box p { color: rgba(255,255,255,.73); margin-bottom: 0; }
.site-footer { color: #fff; background: #050b3e; }
.footer-inner { width: min(1240px, calc(100% - 40px)); margin: 0 auto; padding: 72px 0 54px; display: grid; grid-template-columns: 1.6fr .7fr 1fr; gap: 80px; }
.footer-brand img { width: 205px; }
.footer-brand p { max-width: 440px; color: rgba(255,255,255,.67); }
.site-footer h3 { margin: 7px 0 16px; font-size: 16px; }
.site-footer a { display: block; margin: 10px 0; color: rgba(255,255,255,.7); }
.site-footer a:hover { color: #fff; }
.footer-bottom { padding: 19px 20px; text-align: center; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.55); font-size: 14px; }

.page-hero { margin: 24px auto 0; width: min(1740px, calc(100% - 24px)); padding: 190px 0 95px; border-radius: 30px; color: #fff; background: var(--navy) url('../img/hero-bg.png') center/cover no-repeat; }
.page-hero h1 { max-width: 850px; margin: 0; font-size: clamp(50px, 6vw, 78px); line-height: 1; letter-spacing: -.045em; }
.page-hero p { max-width: 740px; color: rgba(255,255,255,.72); font-size: 19px; }
.products-page { background: #fff; }
.catalog-note { margin-top: 50px; padding: 38px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 50px; align-items: center; border-radius: 24px; background: var(--soft); }
.catalog-note h2 { font-size: 34px; }
.catalog-note p { color: var(--muted); }
.catalog-note code { padding: 3px 7px; border-radius: 6px; background: #e2e8f5; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.about-copy p { color: var(--muted); font-size: 18px; }
.about-values { display: grid; gap: 18px; }
.about-values article { padding: 29px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 12px 35px rgba(11,23,109,.05); }
.about-values strong { color: var(--blue); }
.about-values h3 { margin: 7px 0 5px; font-size: 23px; }
.about-values p { margin: 0; color: var(--muted); }
.about-values a { color: var(--blue); font-weight: 800; }

@media (max-width: 1100px) {
  .desktop-nav { min-width: auto; padding: 0 20px; }
  .desktop-nav a { padding: 12px 10px; }
  .quote-button { display: none; }
  .hero-grid { grid-template-columns: 1fr .76fr; width: min(100% - 50px, 1120px); }
  .hero-copy h1 { font-size: 58px; }
  .hero-chart { right: -70px; top: 170px; width: 255px; }
}

@media (max-width: 850px) {
  .site-header { width: calc(100% - 24px); }
  .header-inner { grid-template-columns: 1fr auto; align-items: center; height: 70px; }
  .brand { padding: 0 0 0 15px; }
  .brand img { width: 170px; }
  .desktop-nav { display: none; }
  .header-actions { padding: 0 15px 0 0; }
  .hero-shell { min-height: auto; }
  .hero-grid { display: block; min-height: 0; padding: 150px 0 0; }
  .hero-copy { padding: 0; }
  .hero-copy h1 { font-size: clamp(48px, 12vw, 70px); }
  .hero-visual { height: 630px; max-width: 520px; margin: 0 auto; }
  .hero-person { right: 50%; transform: translateX(50%); height: 610px; }
  .hero-chart { right: -20px; top: 145px; width: 235px; }
  .hero-bottom { margin-top: 55px; }
  .service-mini-grid, .feature-grid, .split-heading, .about-grid, .catalog-note { grid-template-columns: 1fr; }
  .service-mini-grid article { border-right: 0; border-bottom: 1px solid var(--line); padding-bottom: 22px; }
  .service-mini-grid article:last-child { border-bottom: 0; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card--coming { min-height: 420px; }
  .cta-box { align-items: flex-start; flex-direction: column; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 580px) {
  .hero-grid { width: calc(100% - 34px); }
  .hero-copy h1 { font-size: 48px; }
  .hero-lead { font-size: 17px; }
  .hero-actions-row { align-items: flex-start; flex-direction: column; }
  .hero-bottom { grid-template-columns: 1fr; gap: 15px; }
  .hero-visual { height: 500px; }
  .hero-person { height: 495px; }
  .hero-chart { right: -8px; top: 105px; width: 185px; }
  .code-chip--one { left: 0; top: 115px; }
  .code-chip--two { display: none; }
  .section { padding: 72px 0; }
  .section-inner { width: calc(100% - 28px); }
  .cta-box { padding: 40px 28px; }
  .footer-inner { grid-template-columns: 1fr; gap: 30px; }
  .footer-brand { grid-column: auto; }
  .page-hero { padding: 150px 0 70px; }
  .page-hero .section-inner { width: calc(100% - 44px); }
}
