:root {
  --ink: #0b1020;
  --ink-soft: #1a2238;
  --navy: #11182a;
  --paper: #ffffff;
  --mist: #f4f7fb;
  --line: #dfe5ef;
  --muted: #5d6679;
  --accent: #7c5cff;
  --accent-2: #18c9b8;
  --accent-dark: #5c3df2;
  --shadow: 0 22px 60px rgba(13, 21, 43, .12);
  --radius: 24px;
  --shell: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }

.site-shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link:focus { position: fixed; top: 12px; left: 12px; width: auto; height: auto; padding: 12px 16px; clip: auto; background: #fff; z-index: 9999; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  color: #fff;
  background: rgba(11, 16, 32, .88);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,255,255,.08);
  transition: box-shadow .25s ease, background .25s ease;
}
.site-header.is-scrolled { background: rgba(11, 16, 32, .97); box-shadow: 0 12px 35px rgba(0,0,0,.18); }
.site-header__inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.site-brand { display: inline-flex; align-items: center; gap: 12px; color: inherit; text-decoration: none; font-weight: 800; letter-spacing: -.02em; }
.site-brand__mark { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 13px; color: #fff; font-size: 14px; letter-spacing: .07em; background: linear-gradient(135deg, var(--accent), var(--accent-2)); box-shadow: 0 10px 30px rgba(124,92,255,.32); }
.site-brand__name { font-size: 20px; }
.custom-logo-link { display: inline-flex; }
.custom-logo { max-height: 54px; width: auto; }
.site-nav { display: flex; align-items: center; gap: 24px; }
.site-nav__list, .site-nav ul { display: flex; align-items: center; gap: 26px; margin: 0; padding: 0; list-style: none; }
.site-nav a { color: rgba(255,255,255,.82); text-decoration: none; font-size: 15px; font-weight: 650; transition: color .2s ease; }
.site-nav a:hover, .site-nav .current-menu-item > a { color: #fff; }
.menu-toggle { display: none; border: 0; background: transparent; color: #fff; cursor: pointer; align-items: center; gap: 10px; }
.menu-toggle__label { font-weight: 700; }
.menu-toggle__icon { width: 24px; display: grid; gap: 5px; }
.menu-toggle__icon span { height: 2px; border-radius: 2px; background: currentColor; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 13px 23px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--accent), var(--accent-dark));
  box-shadow: 0 12px 30px rgba(92,61,242,.28);
  text-decoration: none;
  font-weight: 800;
  line-height: 1.2;
  transition: transform .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 16px 36px rgba(92,61,242,.36); }
.button--small { min-height: 44px; padding: 10px 17px; font-size: 14px !important; color: #fff !important; }
.button--ghost { border-color: rgba(255,255,255,.24); background: rgba(255,255,255,.06); box-shadow: none; }
.button--light { color: var(--ink); background: #fff; box-shadow: 0 15px 35px rgba(0,0,0,.18); }
.text-link { color: #fff; text-decoration: none; font-weight: 800; }

.hero { position: relative; overflow: hidden; color: #fff; background: radial-gradient(circle at 10% 20%, #222a50 0, transparent 38%), linear-gradient(145deg, #0a0e1c, #11182a 65%, #171a38); }
.hero__grid { min-height: 690px; display: grid; grid-template-columns: 1.08fr .92fr; gap: 70px; align-items: center; padding-block: 90px; position: relative; z-index: 2; }
.hero__content h1 { max-width: 820px; margin: 0 0 24px; font-size: clamp(48px, 6.2vw, 82px); line-height: .99; letter-spacing: -.06em; }
.hero__text { max-width: 680px; color: rgba(255,255,255,.74); font-size: 20px; line-height: 1.65; }
.hero__text p { margin: 0; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero__platforms { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.hero__platforms span { padding: 8px 12px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; color: rgba(255,255,255,.67); background: rgba(255,255,255,.035); font-size: 13px; font-weight: 700; }
.hero__visual { position: relative; }
.hero__glow { position: absolute; border-radius: 50%; filter: blur(4px); opacity: .5; }
.hero__glow--one { width: 430px; height: 430px; right: -150px; top: 70px; background: rgba(124,92,255,.26); }
.hero__glow--two { width: 300px; height: 300px; left: 35%; bottom: -170px; background: rgba(24,201,184,.15); }
.eyebrow { margin: 0 0 15px; color: var(--accent-2); font-size: 13px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.answer-panel { position: relative; padding: 28px; border: 1px solid rgba(255,255,255,.14); border-radius: 28px; background: linear-gradient(150deg, rgba(255,255,255,.12), rgba(255,255,255,.045)); backdrop-filter: blur(16px); box-shadow: 0 35px 90px rgba(0,0,0,.35); transform: rotate(1.4deg); }
.answer-panel::before { content: ""; position: absolute; inset: 18px -18px -18px 18px; z-index: -1; border-radius: 28px; border: 1px solid rgba(124,92,255,.28); }
.answer-panel__top { display: flex; gap: 7px; margin-bottom: 34px; }
.answer-panel__top span { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,.24); }
.answer-panel__label { color: var(--accent-2); font-size: 12px; font-weight: 900; letter-spacing: .14em; }
.answer-panel h2 { margin: 0 0 32px; font-size: clamp(28px, 4vw, 45px); line-height: 1.08; letter-spacing: -.04em; }
.answer-panel__result { display: flex; justify-content: space-between; gap: 20px; margin-top: 22px; color: rgba(255,255,255,.75); font-size: 14px; }
.answer-panel__result strong { color: #fff; }
.answer-panel__bar { height: 8px; margin-top: 9px; overflow: hidden; border-radius: 99px; background: rgba(255,255,255,.08); }
.answer-panel__bar span { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--accent), var(--accent-2)); }

.trust-strip { border-bottom: 1px solid var(--line); background: #fff; }
.trust-strip__inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 25px; color: var(--muted); font-size: 14px; }
.trust-strip__inner span { color: var(--accent-dark); font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.trust-strip__inner strong { color: var(--ink-soft); }

.section, .content-band { padding-block: 105px; }
.section--muted, .content-band--light { background: var(--mist); }
.section--dark { color: #fff; background: var(--navy); }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: end; margin-bottom: 48px; }
.section-heading h2, .process-intro h2, .cta-panel h2 { margin: 0; font-size: clamp(38px, 5vw, 60px); line-height: 1.06; letter-spacing: -.045em; }
.section-heading > p, .process-intro > p { margin: 0; color: var(--muted); font-size: 18px; }
.section-heading--center { display: block; text-align: center; max-width: 820px; margin-inline: auto; }
.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; }
.service-card { position: relative; min-height: 310px; display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 10px 40px rgba(22,34,60,.06); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-5px); border-color: rgba(124,92,255,.34); box-shadow: var(--shadow); }
.service-card__number { color: var(--accent); font-size: 13px; font-weight: 900; letter-spacing: .13em; }
.service-card h2, .service-card h3 { margin: 26px 0 14px; font-size: 25px; line-height: 1.2; letter-spacing: -.03em; }
.service-card h2 a, .service-card h3 a { text-decoration: none; }
.service-card p { margin: 0 0 26px; color: var(--muted); font-size: 15.5px; }
.service-card > a { margin-top: auto; color: var(--accent-dark); text-decoration: none; font-weight: 850; }

.process-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.process-intro { position: sticky; top: 130px; }
.process-intro > p { color: rgba(255,255,255,.65); margin-top: 24px; }
.process-steps { display: grid; gap: 2px; }
.process-step { display: grid; grid-template-columns: 72px 1fr; gap: 22px; padding: 30px 0; border-top: 1px solid rgba(255,255,255,.12); }
.process-step:last-child { border-bottom: 1px solid rgba(255,255,255,.12); }
.process-step > span { color: var(--accent-2); font-size: 14px; font-weight: 900; letter-spacing: .15em; }
.process-step h3 { margin: 0 0 8px; font-size: 28px; }
.process-step p { margin: 0; color: rgba(255,255,255,.62); }

.prose { max-width: 860px; }
.prose--wide { max-width: 980px; }
.prose h2 { margin: 1.5em 0 .5em; font-size: clamp(34px, 4vw, 50px); line-height: 1.1; letter-spacing: -.04em; }
.prose h3 { margin: 1.6em 0 .45em; font-size: 27px; line-height: 1.2; letter-spacing: -.025em; }
.prose p, .prose li { color: #3e485b; }
.prose p { margin: 0 0 1.35em; }
.prose ul, .prose ol { padding-left: 1.25em; margin-bottom: 1.5em; }
.prose a { color: var(--accent-dark); font-weight: 700; }
.prose blockquote { margin: 2em 0; padding: 24px 28px; border-left: 4px solid var(--accent); border-radius: 0 18px 18px 0; background: var(--mist); }
.prose img, .featured-image { border-radius: 22px; }

.faq-list { max-width: 950px; margin-inline: auto; display: grid; gap: 13px; }
.faq-item { border: 1px solid var(--line); border-radius: 18px; background: #fff; overflow: hidden; }
.faq-item summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 26px; font-size: 18px; font-weight: 820; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary span { color: var(--accent); font-size: 28px; font-weight: 400; transition: transform .2s ease; }
.faq-item[open] summary span { transform: rotate(45deg); }
.faq-item > div { padding: 0 26px 24px; color: var(--muted); }
.faq-item > div > *:last-child { margin-bottom: 0; }

.cta-section { padding: 85px 0; background: var(--mist); }
.cta-panel { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; padding: 55px 60px; border-radius: 30px; color: #fff; background: linear-gradient(125deg, var(--accent-dark), #2f2c74 70%, #184c5c); box-shadow: var(--shadow); }
.cta-panel p:not(.eyebrow) { max-width: 760px; margin-bottom: 0; color: rgba(255,255,255,.72); }
.cta-panel .eyebrow { color: #aef8ef; }

.page-hero { color: #fff; background: linear-gradient(145deg, #0a0e1c, #171c35); padding: 105px 0 90px; }
.page-hero h1 { max-width: 950px; margin: 0; font-size: clamp(48px, 7vw, 78px); line-height: 1.02; letter-spacing: -.055em; }
.page-hero__lede { max-width: 760px; margin: 24px 0 0; color: rgba(255,255,255,.69); font-size: 20px; }
.page-hero__grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: center; }
.page-hero__signal { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.page-hero__signal span { padding: 18px; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; color: rgba(255,255,255,.72); background: rgba(255,255,255,.04); font-weight: 700; }

.site-footer { color: rgba(255,255,255,.68); background: #080c17; }
.site-footer__grid { display: grid; grid-template-columns: 1.3fr .7fr 1fr; gap: 70px; padding-block: 75px; }
.site-brand--footer { color: #fff; }
.site-footer h3 { margin: 0 0 16px; color: #fff; font-size: 15px; text-transform: uppercase; letter-spacing: .1em; }
.site-footer p { max-width: 470px; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li + li { margin-top: 8px; }
.site-footer a:not(.site-brand):not(.text-link) { color: rgba(255,255,255,.68); text-decoration: none; }
.site-footer__bottom { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 25px; border-top: 1px solid rgba(255,255,255,.09); font-size: 14px; }

.navigation.pagination { grid-column: 1 / -1; margin-top: 35px; }
.nav-links { display: flex; gap: 8px; }
.page-numbers { padding: 8px 13px; border: 1px solid var(--line); border-radius: 9px; text-decoration: none; }
.page-numbers.current { color: #fff; background: var(--accent); border-color: var(--accent); }

@media (max-width: 1040px) {
  .menu-toggle { display: inline-flex; }
  .site-nav { position: fixed; inset: 82px 0 auto; display: none; max-height: calc(100vh - 82px); overflow-y: auto; flex-direction: column; align-items: stretch; padding: 30px 20px 35px; background: #0b1020; border-top: 1px solid rgba(255,255,255,.08); }
  .site-nav.is-open { display: flex; }
  .site-nav__list, .site-nav ul { flex-direction: column; align-items: stretch; gap: 0; }
  .site-nav li { border-bottom: 1px solid rgba(255,255,255,.08); }
  .site-nav li a { display: block; padding: 16px 4px; font-size: 18px; }
  .site-nav .button { width: 100%; margin-top: 10px; }
  .hero__grid { grid-template-columns: 1fr; min-height: auto; padding-block: 78px; }
  .hero__visual { max-width: 680px; }
  .card-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .section-heading, .process-grid, .page-hero__grid { grid-template-columns: 1fr; gap: 40px; }
  .process-intro { position: static; }
  .cta-panel { grid-template-columns: 1fr; }
  .site-footer__grid { grid-template-columns: 1.2fr .8fr; }
  .site-footer__grid > :last-child { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  body { font-size: 16px; }
  .site-shell { width: min(calc(100% - 28px), var(--shell)); }
  .site-header__inner { min-height: 70px; }
  .site-brand__mark { width: 40px; height: 40px; border-radius: 11px; }
  .site-brand__name { font-size: 18px; }
  .site-nav { inset-block-start: 70px; max-height: calc(100vh - 70px); }
  .hero__grid { gap: 50px; padding-block: 65px; }
  .hero__content h1 { font-size: clamp(42px, 14vw, 64px); }
  .hero__text { font-size: 18px; }
  .hero__actions { flex-direction: column; align-items: stretch; }
  .hero__actions .button { width: 100%; }
  .answer-panel { padding: 22px; }
  .trust-strip__inner { padding-block: 20px; flex-wrap: wrap; justify-content: flex-start; }
  .section, .content-band { padding-block: 72px; }
  .section-heading { margin-bottom: 34px; }
  .card-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .process-step { grid-template-columns: 46px 1fr; gap: 14px; }
  .cta-panel { padding: 38px 26px; }
  .page-hero { padding: 78px 0 65px; }
  .page-hero__signal { grid-template-columns: 1fr; }
  .site-footer__grid { grid-template-columns: 1fr; gap: 38px; }
  .site-footer__grid > :last-child { grid-column: auto; }
  .site-footer__bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 18px; }
}
