:root {
  --navy: #06184b;
  --navy-light: #0a2869;
  --cyan: #32e6e5;
  --green: #64ef86;
  --orange: #ff9e3d;
  --cream: #f6f8f3;
  --ink: #07163b;
  --muted: #64708b;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
}

.topbar {
  height: 84px;
  padding: 0 max(5vw, 24px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  z-index: 20;
  width: 100%;
  color: white;
}
.brand { display: flex; align-items: center; gap: 12px; color: inherit; text-decoration: none; font-size: 15px; font-weight: 800; letter-spacing: .12em; }
.brand img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; border: 2px solid rgba(50,230,229,.55); }
.topbar-cta { color: white; border: 1px solid rgba(255,255,255,.32); border-radius: 99px; padding: 11px 20px; text-decoration: none; font-size: 13px; font-weight: 700; transition: .2s; }
.topbar-cta:hover { background: white; color: var(--navy); }

.hero {
  min-height: 760px;
  background: radial-gradient(circle at 75% 20%, #0b3278 0, var(--navy) 42%, #04123b 100%);
  color: white;
  padding: 145px max(6vw, 28px) 95px;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.hero::after { content: ""; position: absolute; inset: 0; opacity: .035; background-image: linear-gradient(rgba(255,255,255,.8) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.8) 1px, transparent 1px); background-size: 40px 40px; mask-image: linear-gradient(to right, black, transparent); }
.hero-copy { z-index: 2; max-width: 700px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; border: 1px solid rgba(50,230,229,.28); background: rgba(50,230,229,.09); color: #89f5e8; border-radius: 99px; padding: 8px 13px; font-size: 11px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.eyebrow span { width: 7px; height: 7px; background: var(--green); border-radius: 50%; box-shadow: 0 0 12px var(--green); }
h1 { font-size: clamp(44px, 5.1vw, 76px); line-height: 1.04; letter-spacing: -.055em; margin: 26px 0 24px; max-width: 760px; }
h1 em { font-style: normal; color: transparent; background: linear-gradient(90deg, var(--cyan), var(--green)); background-clip: text; -webkit-background-clip: text; }
.hero-description { color: #bec9e2; font-size: clamp(16px, 1.3vw, 19px); line-height: 1.7; max-width: 620px; margin-bottom: 30px; }
.primary-cta { width: fit-content; display: flex; align-items: center; gap: 12px; padding: 17px 22px; border-radius: 12px; color: #031438; background: linear-gradient(100deg, var(--cyan), var(--green)); text-decoration: none; font-size: 15px; font-weight: 800; box-shadow: 0 14px 38px rgba(66,232,193,.2); transition: transform .2s, box-shadow .2s; }
.primary-cta:hover { transform: translateY(-3px); box-shadow: 0 18px 44px rgba(66,232,193,.32); }
.primary-cta svg { width: 21px; fill: currentColor; }
.primary-cta > span { font-size: 20px; margin-left: 8px; }
.cta-note { color: #8393b4; font-size: 11px; margin: 12px 0 28px 8px; }
.social-proof { display: flex; align-items: center; gap: 14px; }
.avatars { display: flex; }
.avatars span { width: 33px; height: 33px; border-radius: 50%; margin-left: -7px; display: grid; place-items: center; border: 2px solid var(--navy); background: #1b4684; font-size: 9px; font-weight: 700; }
.avatars span:first-child { margin-left: 0; background: #db7f44; }
.avatars span:nth-child(2) { background: #287a7a; }
.avatars span:nth-child(3) { background: #815d9b; }
.avatars span:last-child { background: #eef1ef; color: var(--navy); }
.stars { color: #ffbb52; font-size: 12px; letter-spacing: 2px; }
.social-proof p { margin: 4px 0 0; color: #9cabc8; font-size: 11px; }

.hero-visual { min-height: 510px; position: relative; z-index: 2; display: grid; place-items: center; }
.logo-card { width: min(29vw, 390px); height: min(29vw, 390px); min-width: 270px; min-height: 270px; padding: 13px; border: 1px solid rgba(78,239,217,.36); border-radius: 50%; background: rgba(15,54,112,.65); box-shadow: 0 30px 90px rgba(0,0,0,.42), 0 0 90px rgba(45,224,220,.12); position: relative; }
.logo-card img { display: block; width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.logo-shine { position: absolute; inset: -4%; border-top: 2px solid var(--cyan); border-radius: 50%; filter: drop-shadow(0 0 9px var(--cyan)); }
.orbit { position: absolute; border: 1px solid rgba(83,229,226,.12); border-radius: 50%; }
.orbit-one { width: 490px; height: 490px; }
.orbit-two { width: 590px; height: 590px; border-style: dashed; }
.deal-card { position: absolute; padding: 15px 18px; border: 1px solid rgba(255,255,255,.15); background: rgba(7,28,75,.8); backdrop-filter: blur(12px); border-radius: 14px; box-shadow: 0 16px 35px rgba(0,0,0,.28); }
.deal-card-one { top: 11%; right: 0; display: grid; }
.deal-card-one span { color: #92a4c7; font-size: 8px; letter-spacing: .1em; }
.deal-card-one strong { color: var(--orange); font-size: 31px; line-height: 1.2; }
.deal-card-one small { color: white; font-size: 9px; }
.deal-card-two { bottom: 10%; left: 2%; display: flex; align-items: center; gap: 11px; }
.check { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: rgba(100,239,134,.14); color: var(--green); }
.deal-card-two p { margin: 0; font-size: 11px; line-height: 1.5; }
.deal-card-two span { color: #91a1c1; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(90px); opacity: .15; }
.hero-glow-one { width: 340px; height: 340px; background: var(--cyan); right: 14%; top: 17%; }
.hero-glow-two { width: 260px; height: 260px; background: var(--green); left: -8%; bottom: -12%; }

.benefits { padding: 105px max(6vw, 28px) 120px; max-width: 1440px; margin: auto; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; margin-bottom: 50px; }
.section-heading > span { color: #209999; font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.section-heading h2 { font-size: clamp(32px, 3.4vw, 52px); line-height: 1.08; letter-spacing: -.045em; margin: 0; max-width: 730px; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.benefit-grid article { padding: 34px; border: 1px solid #dfe5e1; border-radius: 16px; background: rgba(255,255,255,.62); transition: transform .2s, box-shadow .2s; }
.benefit-grid article:hover { transform: translateY(-5px); box-shadow: 0 20px 40px rgba(14,31,64,.08); }
.icon { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 11px; color: #087b7b; background: #dff8f1; font-size: 22px; font-weight: 800; }
.benefit-grid h3 { font-size: 18px; margin: 23px 0 11px; }
.benefit-grid p { color: var(--muted); line-height: 1.7; font-size: 14px; margin: 0; }

.final-cta { margin: 0 max(4vw, 18px) 28px; padding: 66px max(5vw, 28px); border-radius: 24px; color: white; background: linear-gradient(120deg, #07194c, #0a3375); display: flex; align-items: center; justify-content: space-between; gap: 40px; position: relative; overflow: hidden; }
.final-cta::after { content: "%"; position: absolute; right: 6%; color: rgba(255,255,255,.025); font-size: 260px; font-weight: 800; }
.final-cta > * { z-index: 1; }
.mini-tag { color: var(--cyan); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.final-cta h2 { font-size: clamp(34px, 4vw, 58px); letter-spacing: -.05em; margin: 10px 0 8px; }
.final-cta p { color: #aebbd7; margin: 0; }
.final-cta .primary-cta { min-width: max-content; }
footer { display: flex; justify-content: space-between; align-items: center; padding: 28px max(5vw, 24px); color: #7b8497; font-size: 11px; }
.footer-brand { color: var(--ink); font-size: 12px; }
.footer-brand img { width: 36px; height: 36px; }
.mobile-cta { display: none; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; text-align: center; padding-top: 130px; }
  .hero-copy { margin: auto; }
  .eyebrow, .primary-cta, .social-proof { margin-left: auto; margin-right: auto; }
  .cta-note { margin-left: 0; }
  .hero-visual { min-height: 460px; }
  .logo-card { width: 310px; height: 310px; }
  .orbit-two { width: 480px; height: 480px; }
  .orbit-one { width: 400px; height: 400px; }
  .section-heading { display: block; }
  .section-heading > span { display: block; margin-bottom: 18px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .final-cta { flex-direction: column; text-align: center; }
}

@media (max-width: 560px) {
  body { padding-bottom: 70px; }
  .topbar { height: 72px; }
  .brand img { width: 38px; height: 38px; }
  .topbar-cta { display: none; }
  .hero { padding: 115px 20px 45px; min-height: auto; }
  h1 { font-size: 42px; }
  .hero-description { font-size: 15px; }
  .primary-cta { width: 100%; justify-content: center; font-size: 13px; }
  .hero-visual { min-height: 390px; }
  .logo-card { width: 245px; height: 245px; min-width: 0; min-height: 0; }
  .orbit-one { width: 310px; height: 310px; }
  .orbit-two { width: 370px; height: 370px; }
  .deal-card-one { top: 10%; right: -5%; }
  .deal-card-two { bottom: 8%; left: -5%; }
  .benefits { padding: 75px 20px; }
  .benefit-grid article { padding: 27px; }
  .final-cta { margin: 0 12px 20px; padding: 50px 22px; }
  .final-cta .primary-cta { min-width: 0; }
  footer { justify-content: center; text-align: center; padding-bottom: 30px; }
  footer > p { display: none; }
  .mobile-cta { position: fixed; z-index: 50; display: flex; align-items: center; justify-content: center; gap: 15px; bottom: 10px; left: 12px; right: 12px; height: 55px; border-radius: 12px; background: linear-gradient(100deg, var(--cyan), var(--green)); color: var(--navy); text-decoration: none; font-size: 14px; font-weight: 800; box-shadow: 0 10px 30px rgba(1,13,44,.35); }
}

@media (prefers-reduced-motion: no-preference) {
  .logo-shine { animation: spin 18s linear infinite; }
  .deal-card { animation: float 4s ease-in-out infinite; }
  .deal-card-two { animation-delay: -2s; }
  @keyframes spin { to { transform: rotate(360deg); } }
  @keyframes float { 50% { transform: translateY(-8px); } }
}
