:root {
  --navy: #07111f;
  --navy-soft: #101d30;
  --blue: #315cff;
  --violet: #8b5cf6;
  --cyan: #57d5ff;
  --lime: #c8ff61;
  --paper: #f6f7fb;
  --white: #fff;
  --ink: #111827;
  --muted: #667085;
  --line: #dce1ea;
  --font-title: "Manrope", sans-serif;
  --font-body: "DM Sans", sans-serif;
  --radius: 24px;
  --shadow: 0 24px 80px rgb(7 17 31 / 12%);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: -100px; left: 16px; padding: 12px 18px; background: var(--white); border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed; z-index: 50; inset: 0 0 auto;
  border-bottom: 1px solid transparent;
  transition: .25s ease;
}
.site-header.scrolled {
  background: rgb(7 17 31 / 88%);
  border-color: rgb(255 255 255 / 10%);
  backdrop-filter: blur(18px);
}
.header-inner { height: 84px; display: flex; align-items: center; justify-content: space-between; }
.logo { display: inline-flex; align-items: center; gap: 10px; color: var(--white); font: 800 25px var(--font-title); letter-spacing: -.8px; }
.logo > span:last-child > span { color: var(--cyan); }
.logo-mark { display: grid; place-items: center; width: 31px; height: 31px; color: var(--navy); background: var(--lime); border-radius: 9px; font-size: 17px; }
.main-nav { display: flex; align-items: center; gap: 34px; color: #d6dce7; font-size: 14px; font-weight: 600; }
.main-nav > a:not(.button):hover { color: var(--white); }
.menu-toggle { display: none; background: none; border: 0; }

.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 14px;
  min-height: 52px; padding: 0 24px; color: var(--white); background: var(--blue);
  border: 1px solid var(--blue); border-radius: 999px; font-weight: 700;
  box-shadow: 0 12px 30px rgb(49 92 255 / 25%); transition: .2s ease;
}
.button:hover { transform: translateY(-2px); background: #254ee7; }
.button-small { min-height: 42px; padding: 0 19px; color: var(--navy); background: var(--lime); border-color: var(--lime); box-shadow: none; }
.button-small:hover { background: #b9f14d; }
.text-link { display: inline-flex; align-items: center; gap: 13px; font-weight: 700; }
.text-link span { color: var(--blue); }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: var(--blue); font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 24px; height: 2px; background: currentColor; }
.eyebrow.light { color: var(--lime); }

.hero { position: relative; min-height: 820px; overflow: hidden; color: var(--white); background: var(--navy); padding: 185px 0 0; }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 100px; background: linear-gradient(180deg, transparent, rgb(0 0 0 / 15%)); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 80px; }
.hero-copy h1 { max-width: 650px; margin: 0; font: 800 clamp(58px, 6.2vw, 94px)/.97 var(--font-title); letter-spacing: -.065em; }
.hero-copy h1 em { color: var(--lime); font-style: normal; }
.hero-text { max-width: 570px; margin: 30px 0 34px; color: #b8c2d2; font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 32px; }
.hero-actions .text-link { color: #dbe1ea; font-size: 14px; }
.hero-actions .text-link span { color: var(--lime); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(4px); pointer-events: none; }
.hero-glow-one { width: 620px; height: 620px; right: -210px; top: 90px; background: radial-gradient(circle, rgb(53 82 255 / 27%), transparent 68%); }
.hero-glow-two { width: 400px; height: 400px; left: 35%; bottom: -270px; background: radial-gradient(circle, rgb(82 213 255 / 14%), transparent 70%); }

.hero-visual { position: relative; height: 430px; }
.orbit { position: absolute; inset: 50%; border: 1px solid rgb(255 255 255 / 12%); border-radius: 50%; transform: translate(-50%, -50%); }
.orbit-one { width: 410px; height: 410px; }
.orbit-two { width: 290px; height: 290px; border-style: dashed; animation: spin 35s linear infinite; }
.visual-center {
  position: absolute; left: 50%; top: 50%; display: grid; place-content: center;
  width: 160px; height: 160px; border: 1px solid rgb(255 255 255 / 18%);
  border-radius: 50%; background: radial-gradient(circle at 30% 20%, #596cff, #181b62 70%);
  box-shadow: 0 0 75px rgb(49 92 255 / 40%); transform: translate(-50%, -50%);
  text-align: center; line-height: .8;
}
.visual-center span { font: 700 19px var(--font-title); }
.visual-center strong { color: var(--cyan); font: 800 42px var(--font-title); }
.floating-card { position: absolute; z-index: 2; display: grid; padding: 17px 19px; border: 1px solid rgb(255 255 255 / 15%); border-radius: 17px; background: rgb(20 34 56 / 82%); box-shadow: 0 18px 50px rgb(0 0 0 / 25%); backdrop-filter: blur(12px); }
.floating-card small { color: #8fa0b7; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.floating-card strong { margin-top: 4px; font-size: 14px; }
.card-icon { position: absolute; right: 14px; top: 12px; color: var(--lime); }
.card-strategy { left: -10px; top: 68px; min-width: 175px; }
.card-performance { right: -18px; bottom: 62px; min-width: 200px; }
.signal { display: flex; align-items: end; gap: 3px; position: absolute; right: 16px; top: 15px; height: 18px; }
.signal i { display: block; width: 3px; background: var(--cyan); border-radius: 2px; }
.signal i:nth-child(1) { height: 8px; }.signal i:nth-child(2) { height: 13px; }.signal i:nth-child(3) { height: 18px; }
.floating-pill { position: absolute; padding: 9px 15px; color: var(--navy); border-radius: 999px; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.pill-content { top: 12px; right: 45px; background: var(--lime); transform: rotate(6deg); }
.pill-data { left: 36px; bottom: 28px; background: var(--cyan); transform: rotate(-7deg); }
.trust-row { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; margin-top: 105px; padding: 25px 0; border-top: 1px solid rgb(255 255 255 / 10%); }
.trust-row p { color: #8290a5; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.trust-row div { display: flex; gap: 48px; color: #b1bdce; font: 700 14px var(--font-title); }

.section { padding: 120px 0; }
.section-heading { display: grid; grid-template-columns: 1.4fr .6fr; align-items: end; gap: 80px; margin-bottom: 60px; }
.section-heading h2, .method h2, .about h2, .contact h2 { margin: 0; font: 800 clamp(40px, 4.2vw, 62px)/1.07 var(--font-title); letter-spacing: -.05em; }
.section-heading > p { color: var(--muted); line-height: 1.7; }
.services { background: var(--paper); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.service-card { position: relative; min-height: 415px; padding: 28px; overflow: hidden; background: var(--white); border: 1px solid #e6e9ef; border-radius: var(--radius); transition: .25s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.service-card.featured { color: var(--white); background: var(--blue); border-color: var(--blue); }
.service-number { color: #9ba6b6; font-size: 11px; letter-spacing: .12em; }
.featured .service-number { color: #bbc8ff; }
.service-icon { display: grid; place-items: center; width: 48px; height: 48px; margin: 40px 0 28px; color: var(--blue); background: #edf0ff; border-radius: 14px; font-size: 22px; }
.featured .service-icon { color: var(--navy); background: var(--lime); }
.service-card h3 { margin: 0 0 14px; font: 700 20px var(--font-title); letter-spacing: -.02em; }
.service-card p { min-height: 66px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.featured p { color: #d9e0ff; }
.service-card ul { margin: 22px 0 0; padding: 20px 0 0; border-top: 1px solid var(--line); list-style: none; color: #647085; font-size: 12px; line-height: 2; }
.featured ul { color: #d9e0ff; border-color: rgb(255 255 255 / 18%); }
.service-card li::before { content: "—"; margin-right: 8px; color: var(--blue); }
.featured li::before { color: var(--lime); }

.method { color: var(--white); background: var(--navy); }
.method-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 120px; }
.method-copy > p:not(.eyebrow) { max-width: 470px; margin: 28px 0; color: #9eabbc; font-size: 16px; line-height: 1.75; }
.light-link { color: var(--white); }.light-link span { color: var(--lime); }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 62px 1fr; padding: 27px 0; border-bottom: 1px solid rgb(255 255 255 / 12%); }
.steps > li > span { color: var(--lime); font: 600 12px var(--font-title); }
.steps h3 { margin: 0 0 6px; font: 700 21px var(--font-title); }
.steps p { margin: 0; color: #8e9caf; font-size: 14px; }

.result-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.result-card { position: relative; padding: 18px; border-radius: var(--radius); overflow: hidden; }
.result-purple { background: #dcddff; }.result-orange { background: #ffe2c8; }
.result-tag { position: relative; z-index: 2; display: inline-flex; padding: 7px 11px; background: rgb(255 255 255 / 70%); border-radius: 999px; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.result-art { position: relative; display: grid; place-items: center; height: 290px; margin-top: -25px; overflow: hidden; }
.result-art span { position: relative; z-index: 2; font: 800 70px var(--font-title); letter-spacing: -.08em; }
.result-art i { position: absolute; width: 235px; height: 235px; border: 50px solid var(--blue); border-radius: 50%; transform: rotate(-20deg); }
.result-orange .result-art span { color: #ff542e; font-style: italic; }
.result-orange .result-art i { width: 300px; height: 130px; border-width: 36px; border-color: #ff8054; border-radius: 50%; transform: rotate(18deg); }
.result-info { display: flex; align-items: end; justify-content: space-between; padding: 18px; background: var(--white); border-radius: 17px; }
.result-info h3 { margin: 0 0 4px; font: 700 18px var(--font-title); }.result-info p { margin: 0; color: var(--muted); font-size: 12px; }
.result-info strong { color: var(--blue); font: 800 28px var(--font-title); text-align: right; }.result-info strong small { display: block; color: var(--muted); font: 500 9px var(--font-body); text-transform: uppercase; }

.about { background: var(--paper); }
.about-grid { display: grid; grid-template-columns: .7fr 1.3fr; align-items: center; gap: 110px; }
.about-badge { position: relative; display: grid; place-content: center; width: 390px; height: 390px; color: var(--white); background: var(--blue); border-radius: 50%; box-shadow: inset 0 0 0 40px rgb(255 255 255 / 7%); text-align: center; transform: rotate(-7deg); }
.about-badge::after { content: "✦"; position: absolute; right: 25px; top: 25px; display: grid; place-content: center; width: 70px; height: 70px; color: var(--navy); background: var(--lime); border-radius: 50%; font-size: 26px; }
.about-badge span { font: 800 85px/.9 var(--font-title); letter-spacing: -.08em; }.about-badge small { margin-top: 15px; font-weight: 700; line-height: 1.25; text-transform: uppercase; letter-spacing: .14em; }
.about-copy > p:not(.eyebrow) { max-width: 640px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.stats { display: flex; gap: 60px; margin-top: 40px; padding-top: 30px; border-top: 1px solid var(--line); }
.stats div { display: grid; }.stats strong { color: var(--blue); font: 800 34px var(--font-title); }.stats span { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }

.contact { padding: 95px 0; color: var(--white); background: var(--blue); }
.contact-inner { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 100px; }
.contact-action p { color: #dbe1ff; line-height: 1.7; }
.button-light { margin-top: 18px; color: var(--navy); background: var(--lime); border-color: var(--lime); box-shadow: none; }
.footer { padding: 70px 0 28px; color: #8693a7; background: #050c16; }
.footer-main { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: start; padding-bottom: 55px; }
.footer-logo { color: var(--white); }.footer-main p { margin: 0; font-size: 13px; line-height: 1.7; }.footer-links { display: flex; justify-content: end; gap: 25px; color: #ccd3de; font-size: 13px; font-weight: 600; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 24px; border-top: 1px solid rgb(255 255 255 / 10%); font-size: 10px; text-transform: uppercase; letter-spacing: .09em; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@keyframes spin { to { transform: translate(-50%, -50%) rotate(360deg); } }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 980px) {
  .main-nav { gap: 20px; }
  .hero-grid { grid-template-columns: 1fr; }.hero { padding-top: 160px; }.hero-visual { max-width: 570px; width: 100%; margin: 10px auto 0; }
  .trust-row { margin-top: 40px; }.trust-row div { gap: 20px; }
  .service-grid { grid-template-columns: 1fr 1fr; }.method-grid, .about-grid { gap: 60px; }.about-badge { width: 310px; height: 310px; }
}
@media (max-width: 760px) {
  .container { width: min(100% - 32px, 1180px); }
  .header-inner { height: 70px; }
  .menu-toggle { position: relative; z-index: 2; display: grid; gap: 6px; width: 42px; height: 42px; place-content: center; color: white; }
  .menu-toggle span { display: block; width: 23px; height: 2px; background: currentColor; transition: .2s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; display: flex; flex-direction: column; align-items: stretch; justify-content: center; gap: 12px; padding: 70px 32px 32px; background: var(--navy); opacity: 0; visibility: hidden; transition: .2s; }
  .main-nav.open { opacity: 1; visibility: visible; }.main-nav > a { padding: 11px 0; font: 700 28px var(--font-title); }.main-nav .button { margin-top: 18px; font-size: 16px; }
  .hero { min-height: auto; padding: 130px 0 30px; }.hero-grid { gap: 35px; }.hero-copy h1 { font-size: clamp(50px, 16vw, 72px); }.hero-text { margin: 24px 0; font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }.hero-visual { height: 340px; transform: scale(.88); }.orbit-one { width: 350px; height: 350px; }.card-strategy { left: -25px; }.card-performance { right: -25px; }
  .trust-row { display: none; }
  .section { padding: 82px 0; }.section-heading { display: block; margin-bottom: 38px; }.section-heading > p { margin-top: 25px; }
  .service-grid, .result-grid, .method-grid, .about-grid, .contact-inner { grid-template-columns: 1fr; }
  .service-card { min-height: 380px; }.method-grid { gap: 40px; }.result-grid { gap: 16px; }.result-art { height: 235px; }.result-art span { font-size: 54px; }
  .about-grid { gap: 55px; }.about-badge { width: 280px; height: 280px; margin: auto; }.about-badge span { font-size: 66px; }
  .stats { gap: 25px; justify-content: space-between; }.stats strong { font-size: 28px; }
  .contact-inner { gap: 34px; }.footer-main { grid-template-columns: 1fr; gap: 25px; }.footer-links { justify-content: start; }.footer-bottom { gap: 18px; flex-direction: column; }
}
@media (max-width: 420px) {
  .hero-visual { margin-left: -7%; width: 114%; }.floating-card { transform: scale(.85); }.service-grid { grid-template-columns: 1fr; }
  .result-info { align-items: start; gap: 20px; flex-direction: column; }.result-info strong { text-align: left; }
}
