:root {
  --navy: #081426;
  --navy-soft: #102442;
  --blue: #2f73ff;
  --cyan: #51d4ff;
  --white: #ffffff;
  --paper: #f4f7fb;
  --text: #162238;
  --muted: #667085;
  --line: #dfe6ef;
  --green: #35c98f;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background: var(--paper);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
.page-shell { overflow: hidden; }

.site-header {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  position: relative;
  z-index: 20;
}
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 46px; height: 46px; border-radius: 50%; background: var(--navy);
  display: grid; place-items: center; position: relative; box-shadow: 0 9px 20px rgba(8,20,38,.18);
}
.brand-ring { width: 28px; height: 28px; border: 5px solid var(--cyan); border-radius: 50%; }
.brand-center { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--white); }
.brand-copy { display: flex; flex-direction: column; line-height: 1.2; }
.brand-copy strong { font-size: 1rem; letter-spacing: -.02em; }
.brand-copy small { font-size: .68rem; color: var(--muted); margin-top: 4px; }
.desktop-nav { display: flex; align-items: center; gap: 30px; font-size: .9rem; font-weight: 600; color: #526078; }
.desktop-nav a:hover { color: var(--blue); }
.header-cta { padding: 11px 18px; border-radius: 12px; background: var(--navy); color: var(--white); font-size: .84rem; font-weight: 700; }

.hero {
  width: min(1180px, calc(100% - 40px));
  margin: 22px auto 0;
  min-height: 640px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 82% 25%, rgba(81,212,255,.20), transparent 25%),
    radial-gradient(circle at 65% 88%, rgba(47,115,255,.23), transparent 30%),
    linear-gradient(135deg, #081426 0%, #0c1d35 58%, #10294e 100%);
  display: grid;
  grid-template-columns: 1.06fr .94fr;
  align-items: center;
  padding: 74px;
  color: var(--white);
  position: relative;
}
.hero::before {
  content: ""; position: absolute; inset: 0; opacity: .16;
  background-image: linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to right, transparent, black);
}
.hero-content { position: relative; z-index: 2; max-width: 640px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: #b9d5ff; }
.eyebrow span { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 6px rgba(53,201,143,.12); }
.hero h1 { font-size: clamp(2.8rem, 5vw, 4.9rem); line-height: 1.04; letter-spacing: -.055em; margin: 24px 0 24px; max-width: 760px; }
.hero-lead { font-size: 1.04rem; color: #c5d1e3; max-width: 620px; margin: 0; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 50px; padding: 0 21px; border-radius: 14px; font-size: .9rem; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--blue); color: var(--white); box-shadow: 0 15px 35px rgba(47,115,255,.28); }
.button-secondary { border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.07); color: var(--white); }
.hero-note { display: flex; align-items: center; gap: 10px; margin-top: 28px; color: #8fa5c2; font-size: .8rem; }
.pulse-dot { width: 8px; height: 8px; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 5px rgba(53,201,143,.12); }

.hero-visual { position: relative; min-height: 480px; z-index: 2; }
.visual-glow { position: absolute; width: 360px; height: 360px; border-radius: 50%; background: rgba(47,115,255,.24); filter: blur(55px); top: 64px; right: 20px; }
.video-card { position: absolute; background: rgba(255,255,255,.96); border: 1px solid rgba(255,255,255,.55); box-shadow: 0 30px 70px rgba(0,0,0,.34); color: var(--text); }
.video-card-main { width: 390px; max-width: 92%; right: 10px; top: 72px; border-radius: 24px; overflow: hidden; transform: rotate(3deg); }
.video-toolbar { height: 42px; background: #eaf0f7; display: flex; align-items: center; gap: 7px; padding: 0 15px; }
.video-toolbar span { width: 8px; height: 8px; border-radius: 50%; background: #bec9d7; }
.video-screen { height: 240px; background: linear-gradient(135deg,#1f65ed,#45c6f1); display: grid; place-items: center; position: relative; overflow: hidden; }
.video-screen::after { content: ""; position: absolute; width: 250px; height: 250px; border: 35px solid rgba(255,255,255,.12); border-radius: 50%; right: -65px; bottom: -100px; }
.play-button { width: 68px; height: 68px; border-radius: 50%; background: rgba(255,255,255,.95); color: var(--blue); display: grid; place-items: center; padding-left: 4px; font-size: 1.3rem; box-shadow: 0 12px 30px rgba(8,20,38,.23); z-index: 2; }
.screen-lines { position: absolute; left: 22px; bottom: 24px; display: grid; gap: 7px; }
.screen-lines i { display: block; height: 5px; border-radius: 10px; background: rgba(255,255,255,.55); width: 120px; }
.screen-lines i:nth-child(2) { width: 84px; }
.screen-lines i:nth-child(3) { width: 55px; }
.video-meta { display: flex; align-items: center; gap: 12px; padding: 18px; }
.meta-icon { width: 39px; height: 39px; border-radius: 12px; background: #e8f0ff; }
.video-meta div { display: flex; flex-direction: column; }
.video-meta b { font-size: .83rem; }
.video-meta small { font-size: .68rem; color: var(--muted); margin-top: 3px; }
.floating-card { position: absolute; z-index: 4; padding: 12px 16px; border-radius: 14px; background: rgba(255,255,255,.93); color: var(--text); font-size: .78rem; font-weight: 800; box-shadow: 0 18px 35px rgba(0,0,0,.22); }
.floating-card span { color: var(--blue); margin-right: 7px; }
.floating-card-one { left: 8px; top: 135px; transform: rotate(-4deg); }
.floating-card-two { right: 0; bottom: 78px; transform: rotate(4deg); }
.wheel-lines { position: absolute; width: 165px; height: 165px; border: 1px dashed rgba(255,255,255,.25); border-radius: 50%; left: 20px; bottom: 34px; }
.wheel-lines::before, .wheel-lines::after { content:""; position:absolute; inset: 25px; border: 1px solid rgba(255,255,255,.15); border-radius:50%; }
.wheel-lines::after { inset: 60px; background: rgba(81,212,255,.25); }

.intro-section, .solutions-section { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 110px 0 30px; }
.section-heading { max-width: 720px; margin-bottom: 46px; }
.section-heading.compact { max-width: 790px; }
.section-kicker { display: block; color: var(--blue); font-size: .74rem; text-transform: uppercase; letter-spacing: .13em; font-weight: 800; margin-bottom: 14px; }
.section-heading h2, .coming-copy h2 { font-size: clamp(2rem, 4vw, 3.3rem); line-height: 1.12; letter-spacing: -.045em; margin: 0 0 18px; }
.section-heading p { margin: 0; color: var(--muted); max-width: 620px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feature-card { background: var(--white); border: 1px solid var(--line); border-radius: 22px; padding: 30px; min-height: 265px; box-shadow: 0 18px 45px rgba(18,35,60,.05); }
.feature-icon { width: 47px; height: 47px; border-radius: 14px; display: grid; place-items: center; background: #edf3ff; color: var(--blue); font-weight: 800; font-size: .78rem; }
.feature-card h3 { margin: 36px 0 12px; font-size: 1.18rem; letter-spacing: -.02em; }
.feature-card p { margin: 0; color: var(--muted); font-size: .9rem; }

.solutions-section { padding-bottom: 110px; }
.solution-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.solution-card { min-height: 390px; border-radius: 28px; padding: 34px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; position: relative; }
.solution-card::after { content:""; position:absolute; width: 260px; height:260px; border-radius:50%; right:-95px; bottom:-120px; border:35px solid rgba(255,255,255,.08); }
.maxflet-card { background: linear-gradient(145deg,#0d2547,#1669cf); color: var(--white); }
.buo-card { background: linear-gradient(145deg,#0a172b,#11213c); color: var(--white); }
.solution-top { display: flex; justify-content: space-between; align-items: center; }
.solution-badge { padding: 7px 11px; border-radius: 999px; background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.15); font-size: .69rem; font-weight: 700; }
.solution-arrow { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,.10); display: grid; place-items: center; }
.solution-card h3 { font-size: 2.3rem; margin: 0 0 12px; letter-spacing: -.04em; }
.solution-card p { margin: 0; max-width: 500px; color: #c3d1e5; }
.solution-card a, .coming-label { font-size: .83rem; font-weight: 800; position: relative; z-index: 2; }
.coming-label { color: var(--cyan); }

.coming-section { width: min(1180px, calc(100% - 40px)); margin: 0 auto 40px; border-radius: 30px; padding: 62px; background: linear-gradient(135deg,#2f73ff,#255ed2); color: var(--white); display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: center; }
.section-kicker.light { color: #cde7ff; }
.coming-copy p { margin: 0; color: #dce8ff; max-width: 650px; }
.coming-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }
.button-light { background: var(--white); color: var(--blue); }
.coming-actions small { color: #d8e6ff; font-size: .72rem; }

.site-footer { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 34px 0 45px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto; gap: 18px; align-items: center; }
.site-footer strong { font-size: .98rem; }
.site-footer p { margin: 4px 0 0; color: var(--muted); font-size: .75rem; }
.footer-links { display: flex; gap: 20px; font-size: .8rem; font-weight: 700; }
.copyright { grid-column: 1 / -1; }

@media (max-width: 960px) {
  .desktop-nav { display: none; }
  .hero { grid-template-columns: 1fr; padding: 54px 38px; }
  .hero-visual { min-height: 430px; }
  .video-card-main { left: 50%; right: auto; transform: translateX(-50%) rotate(2deg); }
  .feature-grid, .solution-grid { grid-template-columns: 1fr; }
  .coming-section { grid-template-columns: 1fr; gap: 30px; }
}

@media (max-width: 640px) {
  .site-header { width: min(100% - 24px, 1180px); padding: 16px 0; }
  .brand-copy small, .header-cta { display: none; }
  .hero, .intro-section, .solutions-section, .coming-section, .site-footer { width: min(100% - 24px, 1180px); }
  .hero { margin-top: 8px; padding: 42px 22px; border-radius: 24px; min-height: auto; }
  .hero h1 { font-size: 2.55rem; }
  .hero-lead { font-size: .94rem; }
  .button { width: 100%; }
  .hero-visual { min-height: 360px; }
  .video-card-main { width: 310px; top: 58px; }
  .video-screen { height: 190px; }
  .floating-card-one { top: 20px; left: 0; }
  .floating-card-two { right: 0; bottom: 5px; }
  .wheel-lines { display: none; }
  .intro-section, .solutions-section { padding-top: 76px; }
  .feature-card { min-height: auto; }
  .solution-card { min-height: 350px; padding: 26px; }
  .coming-section { padding: 38px 24px; border-radius: 24px; }
  .site-footer { grid-template-columns: 1fr; }
  .copyright { grid-column: auto; }
}
