:root {
  --midnight: #071a3d;
  --navy: #0b2a5b;
  --blue: #2563eb;
  --blue-dark: #1749b5;
  --cyan: #38bdf8;
  --cloud: #f4f8ff;
  --ink: #0f172a;
  --slate: #526176;
  --line: #d9e4f2;
  --surface: #ffffff;
  --display: "Sora", "DM Sans", sans-serif;
  --body: "DM Sans", sans-serif;
  --shadow: 0 24px 70px rgba(10, 42, 91, .1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--surface);
  font-family: var(--body);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
.tracking-pixel { position: absolute; width: 1px; height: 1px; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: #fff;
  background: var(--blue);
  border-radius: 8px;
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--cyan); outline-offset: 4px; }

.site-nav {
  position: sticky;
  z-index: 100;
  top: 0;
  color: var(--ink);
  background: rgba(255, 255, 255, .88);
  border-bottom: 1px solid rgba(217, 228, 242, .8);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.nav-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  min-height: 72px;
  gap: 30px;
}
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: var(--display); font-weight: 700; letter-spacing: -.035em; }
.brand img { width: 44px; height: 44px; object-fit: contain; }
.brand span { font-size: 16px; }
.nav-links { display: flex; align-items: center; justify-content: center; gap: 30px; }
.nav-links a { color: #41516a; font-size: 13px; font-weight: 600; transition: color .2s; }
.nav-links a:hover { color: var(--blue); }
.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 18px;
  color: #fff;
  background: var(--midnight);
  border-radius: 10px;
  font-size: 13px;
  font-weight: 700;
  transition: transform .2s, background .2s;
}
.nav-cta:hover { background: var(--blue); transform: translateY(-1px); }
.menu-button { display: none; width: 42px; height: 42px; padding: 10px; background: transparent; border: 0; border-radius: 9px; }
.menu-button span { display: block; height: 2px; margin: 5px 0; background: var(--ink); border-radius: 99px; transition: transform .25s, opacity .2s; }
.menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu { position: fixed; inset: 72px 0 auto; padding: 18px 20px 28px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
.mobile-menu[hidden] { display: none; }
.mobile-menu a { display: block; padding: 13px 4px; color: #334155; border-bottom: 1px solid #edf2f8; font-size: 16px; font-weight: 600; }
.mobile-menu .mobile-menu-cta { margin-top: 14px; padding: 13px 16px; color: #fff; background: var(--blue); border: 0; border-radius: 10px; text-align: center; }

.hero {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 78% 38%, rgba(37, 99, 235, .24), transparent 27%),
    linear-gradient(132deg, #061632 0%, #071d43 52%, #0a285a 100%);
}
.hero-grid {
  position: absolute;
  inset: 0;
  opacity: .12;
  background-image:
    linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(to bottom, #000 10%, transparent 90%);
}
.hero-glow { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.hero-glow-one { top: -190px; left: -140px; width: 520px; height: 520px; background: radial-gradient(circle, rgba(56,189,248,.16), transparent 66%); }
.hero-glow-two { right: -120px; bottom: -250px; width: 600px; height: 600px; background: radial-gradient(circle, rgba(37,99,235,.26), transparent 65%); }
.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(520px, 1.05fr);
  align-items: center;
  min-height: 720px;
  gap: 48px;
  padding-block: 72px;
}
.eyebrow, .section-label {
  margin: 0 0 18px;
  color: #8fdcff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 27px; height: 1px; background: var(--cyan); }
.hero h1 {
  max-width: 680px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(45px, 5.2vw, 72px);
  font-weight: 600;
  line-height: 1.03;
  letter-spacing: -.055em;
}
.hero h1 em { color: #a7e4ff; font-style: normal; }
.hero-lede { max-width: 620px; margin: 24px 0 0; color: rgba(232, 241, 255, .72); font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 11px;
  font-size: 14px;
  font-weight: 700;
  transition: transform .2s, box-shadow .2s, background .2s, border-color .2s;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--blue); box-shadow: 0 14px 30px rgba(37,99,235,.25); }
.button-primary:hover { background: #2f70f6; box-shadow: 0 18px 36px rgba(37,99,235,.32); }
.button-ghost { color: #fff; background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.18); }
.button-ghost:hover { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.28); }
.hero-shortcuts { display: flex; flex-wrap: wrap; align-items: center; gap: 9px 16px; margin-top: 25px; color: rgba(255,255,255,.52); font-size: 12px; }
.hero-shortcuts a { color: rgba(255,255,255,.78); border-bottom: 1px solid rgba(255,255,255,.26); transition: color .2s, border-color .2s; }
.hero-shortcuts a:hover { color: #fff; border-color: var(--cyan); }
.hero-mobile-products { display: none; }

.constellation { position: relative; min-height: 560px; }
.constellation-lines { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.constellation-lines path, .constellation-lines circle { fill: none; stroke: rgba(144, 215, 255, .2); stroke-width: 1; stroke-dasharray: 4 7; }
.constellation-core {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 184px;
  height: 184px;
  border: 1px solid rgba(151, 219, 255, .25);
  border-radius: 50%;
  background: rgba(4, 21, 49, .72);
  box-shadow: 0 0 0 18px rgba(73, 152, 255, .04), 0 30px 80px rgba(0,0,0,.24);
  transform: translate(-50%, -50%);
  backdrop-filter: blur(14px);
}
.constellation-core::after { content: ""; position: absolute; inset: -7px; border: 1px solid rgba(56,189,248,.25); border-radius: 50%; }
.constellation-core img { width: 70px; height: 70px; margin-bottom: 9px; object-fit: contain; }
.constellation-core strong { font-family: var(--display); font-size: 15px; }
.constellation-core span { color: #8ea8ca; font-size: 11px; }
.orbit-node {
  position: absolute;
  z-index: 3;
  width: 132px;
  min-height: 90px;
  padding: 13px 14px;
  border: 1px solid rgba(154, 215, 255, .2);
  border-radius: 14px;
  background: rgba(13, 42, 89, .72);
  box-shadow: 0 18px 50px rgba(0,0,0,.16);
  backdrop-filter: blur(12px);
  transition: transform .25s, background .25s, border-color .25s;
}
.orbit-node:hover { z-index: 4; background: rgba(25, 72, 146, .9); border-color: rgba(143, 222, 255, .5); transform: translateY(-4px); }
.orbit-node small { display: block; margin-bottom: 8px; color: #67d2ff; font-size: 9px; font-weight: 700; letter-spacing: .15em; }
.orbit-node strong, .orbit-node span { display: block; }
.orbit-node strong { font-family: var(--display); font-size: 13px; }
.orbit-node span { color: #8fa9cb; font-size: 10px; }
.node-name { top: 34px; left: 2px; }
.node-nakshatra { top: 0; left: calc(50% - 66px); }
.node-tarot { top: 52px; right: 0; }
.node-palm { right: -14px; bottom: 70px; }
.node-tools { bottom: 0; left: calc(50% - 66px); }
.node-chat { bottom: 48px; left: -4px; }

.proof-strip { position: relative; z-index: 4; background: #fff; border-bottom: 1px solid var(--line); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid div { position: relative; padding: 24px 22px; text-align: center; }
.proof-grid div + div::before { content: ""; position: absolute; top: 23px; bottom: 23px; left: 0; width: 1px; background: var(--line); }
.proof-grid strong, .proof-grid span { display: block; }
.proof-grid strong { color: var(--navy); font-family: var(--display); font-size: 15px; }
.proof-grid span { margin-top: 2px; color: #6d7d92; font-size: 11px; }

.section { padding: 108px 0; }
.offerings { background: linear-gradient(180deg, #f7faff 0%, #fff 100%); }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 64px; margin-bottom: 48px; }
.section-heading .section-label, .how-intro .section-label, .platform-copy .section-label { color: var(--blue); }
.section-heading h2, .how-intro h2, .platform-copy h2, .final-cta h2 {
  max-width: 750px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(34px, 4.1vw, 55px);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -.045em;
}
.section-heading > p { max-width: 490px; margin: 0 0 3px; color: var(--slate); font-size: 15px; line-height: 1.75; }

.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 560px;
  padding: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 8px 30px rgba(15,48,100,.035);
  transition: transform .25s, border-color .25s, box-shadow .25s;
}
.service-card:hover { transform: translateY(-5px); border-color: #a9c6ed; box-shadow: 0 20px 50px rgba(18,61,126,.09); }
.service-media {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 190px;
  padding: 18px;
  overflow: hidden;
  background: linear-gradient(145deg, #f4f8ff, #eaf2ff);
  border-bottom: 1px solid var(--line);
}

.name-report-preview,
.instant-preview,
.nakshatra-preview,
.question-preview,
.business-preview,
.chat-preview {
  width: min(100%, 310px);
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(148,174,211,.48);
  border-radius: 11px;
  box-shadow: 0 14px 35px rgba(20,58,112,.12);
}

.service-media-name { background: linear-gradient(145deg, #eaf2ff, #f7faff 55%, #e4f4ff); }
.name-report-preview { padding: 13px 14px 11px; }
.preview-kicker,
.preview-heading,
.business-header,
.chat-preview-bar { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.preview-kicker span,
.preview-heading span,
.business-header span { color: #6d7e96; font-size: 8px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.preview-kicker strong,
.preview-heading strong,
.business-header strong { color: var(--blue); font-size: 9px; }
.name-score-row { display: grid; grid-template-columns: 58px 1fr 58px auto; align-items: center; gap: 8px; margin: 11px 0; }
.name-score-row div { padding: 7px; background: #f2f6fc; border: 1px solid #e0e9f5; border-radius: 8px; text-align: center; }
.name-score-row small { display: block; color: #7b8ba1; font-size: 7px; line-height: 1.15; }
.name-score-row b { display: block; margin-top: 2px; color: #153769; font-family: var(--display); font-size: 19px; }
.score-connector { height: 1px; background: #a9c6ed; }
.score-status { padding: 5px 7px; color: #10704a; background: #e9fbf2; border-radius: 999px; font-size: 7px; font-weight: 800; text-transform: uppercase; }
.preview-footer { display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; }
.preview-footer span { padding: 5px; color: #385278; background: #eff5fd; border-radius: 5px; font-size: 7px; font-weight: 700; text-align: center; }

.service-media-instant { background: linear-gradient(145deg, #edf8ff, #e6f0ff); }
.instant-preview { display: grid; grid-template-columns: 78px 1fr; gap: 9px; padding: 10px; }
.instant-current { display: flex; align-items: center; justify-content: center; flex-direction: column; color: #fff; background: linear-gradient(155deg, #163c76, #2277d6); border-radius: 8px; text-align: center; }
.instant-current span { max-width: 55px; color: #cce4ff; font-size: 7px; line-height: 1.35; }
.instant-current strong { margin-top: 4px; font-family: var(--display); font-size: 28px; }
.instant-options { display: grid; gap: 4px; }
.instant-options div { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 7px 8px; background: #f5f8fd; border: 1px solid #e3eaf4; border-radius: 6px; }
.instant-options span { color: #52647e; font-size: 7px; }
.instant-options span b { margin-right: 4px; color: #9aacbf; }
.instant-options strong { display: grid; width: 25px; height: 25px; place-items: center; color: #1762bd; background: #e4efff; border-radius: 50%; font-size: 9px; }

.service-media-nakshatra { background: radial-gradient(circle at 80% 0, rgba(96,165,250,.32), transparent 42%), linear-gradient(145deg, #071a3d, #153f78); }
.nakshatra-preview { padding: 11px 13px; }
.forecast-row { display: flex; align-items: center; justify-content: space-between; padding: 5px 0; border-bottom: 1px solid #edf1f7; }
.forecast-row span { color: #5f7089; font-size: 8px; }
.forecast-row b { font-size: 8px; }
.forecast-good { color: #16845b; }
.forecast-watch { color: #a66d0d; }
.dasha-line { display: grid; grid-template-columns: 1.1fr .8fr 1.4fr .7fr 1fr; gap: 2px; margin: 9px 0 4px; }
.dasha-line span { height: 5px; background: #4f90e5; border-radius: 999px; }
.dasha-line span:nth-child(2) { background: #77c6eb; }
.dasha-line span:nth-child(3) { background: #175bb0; }
.dasha-line span:nth-child(4) { background: #e5b950; }
.dasha-line span:nth-child(5) { background: #72b79d; }
.nakshatra-preview > small { display: block; color: #8b9aaf; font-size: 7px; text-align: center; }

.service-media-questions { background: linear-gradient(145deg, #eef5ff, #e8f2ff 55%, #f5f9ff); }
.question-preview { display: grid; grid-template-columns: 88px 1fr; gap: 11px; padding: 10px; }
.question-count { display: flex; align-items: center; justify-content: center; flex-direction: column; background: linear-gradient(145deg, #154d9c, #2a75d4); border-radius: 8px; text-align: center; }
.question-count strong { color: #fff; font-family: var(--display); font-size: 32px; line-height: 1; }
.question-count span { margin-top: 5px; color: #cfe5ff; font-size: 7px; line-height: 1.25; text-transform: uppercase; }
.question-list { display: grid; gap: 4px; }
.question-list span { display: grid; grid-template-columns: 17px 1fr auto; align-items: center; gap: 4px; padding: 6px; color: #475a75; background: #f6f8fc; border-radius: 5px; font-size: 7px; }
.question-list b { color: #9aaabd; font-size: 6px; }
.question-list i { color: #16845b; font-size: 9px; font-style: normal; font-weight: 800; }

.service-media-mobile { background: linear-gradient(145deg, #e7f1ff, #f4f8ff); }
.mobile-preview { display: flex; align-items: center; gap: 13px; }
.mobile-device { width: 155px; padding: 8px 11px 10px; background: #fff; border: 3px solid #173861; border-radius: 17px; box-shadow: 0 12px 27px rgba(20,58,112,.16); text-align: center; }
.mobile-speaker { display: block; width: 31px; height: 3px; margin: 0 auto 7px; background: #cbd7e5; border-radius: 99px; }
.mobile-device small { display: block; color: #8493a7; font-size: 7px; }
.mobile-device > strong { display: block; margin: 4px 0 7px; color: #163964; font-size: 11px; letter-spacing: .05em; }
.digit-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 3px; }
.digit-row i { display: grid; height: 21px; place-items: center; color: #1c63b8; background: #e8f2ff; border-radius: 5px; font-size: 8px; font-style: normal; font-weight: 800; }
.mobile-score { display: flex; align-items: center; justify-content: space-between; margin-top: 7px; padding-top: 6px; border-top: 1px solid #e6edf6; }
.mobile-score span { color: #798ba3; font-size: 7px; }
.mobile-score b { color: #16845b; font-size: 10px; }
.mobile-checks { display: grid; gap: 7px; }
.mobile-checks span { color: #405673; font-size: 8px; font-weight: 700; white-space: nowrap; }

.service-media-business { background: linear-gradient(145deg, #f0f5ff, #e7f2ff); }
.business-preview { padding: 12px 13px; }
.alignment-map { display: grid; grid-template-columns: 1fr auto 1fr auto 1.35fr; align-items: stretch; gap: 5px; margin: 10px 0; }
.alignment-map > div { display: flex; align-items: center; justify-content: center; flex-direction: column; min-height: 52px; background: #f4f7fc; border: 1px solid #e2e9f3; border-radius: 7px; }
.alignment-map > span { align-self: center; color: #9aabc0; font-size: 10px; font-weight: 700; }
.alignment-map small { color: #8090a5; font-size: 6px; }
.alignment-map b { margin-top: 3px; color: #1d548f; font-family: var(--display); font-size: 16px; }
.alignment-map .alignment-result { color: #fff; background: #1466bd; border-color: #1466bd; }
.alignment-map .alignment-result small { color: #cfe5ff; }
.alignment-map .alignment-result b { color: #fff; font-size: 10px; }
.partner-line { display: flex; align-items: center; gap: 7px; }
.partner-line span, .partner-line strong { color: #75869d; font-size: 7px; }
.partner-line i { flex: 1; height: 1px; background: #dce5f0; }
.partner-line strong { color: #1762bd; }

.service-media-palm { background: radial-gradient(circle at 25% 50%, rgba(255,255,255,.9), transparent 36%), linear-gradient(145deg, #e7f4ff, #dcecff); }
.palm-preview { display: flex; align-items: center; gap: 17px; }
.palm-map { width: 132px; height: 142px; overflow: visible; filter: drop-shadow(0 11px 19px rgba(32,84,146,.14)); }
.palm-map path { fill: none; stroke-linecap: round; stroke-linejoin: round; }
.palm-outline { stroke: #27547f; stroke-width: 4; }
.palm-life { stroke: #16845b; stroke-width: 3.5; }
.palm-heart { stroke: #de5c7b; stroke-width: 3.5; }
.palm-mind { stroke: #2563eb; stroke-width: 3.5; }
.palm-labels { display: grid; gap: 8px; }
.palm-labels span { display: flex; align-items: center; gap: 6px; color: #405673; font-size: 8px; font-weight: 700; white-space: nowrap; }
.palm-labels i { display: block; width: 17px; height: 2px; border-radius: 99px; }
.line-life { background: #16845b; }
.line-heart { background: #de5c7b; }
.line-mind { background: #2563eb; }
.palm-labels strong { margin-top: 4px; padding: 6px 8px; color: #fff; background: #1764bc; border-radius: 5px; font-size: 7px; text-align: center; text-transform: uppercase; }

.service-media-tarot { background: radial-gradient(circle at 50% 35%, rgba(45,112,208,.55), transparent 46%), linear-gradient(145deg, #071a3d, #123f7d); }
.tarot-spread { display: flex; align-items: center; justify-content: center; gap: 7px; width: 100%; }
.tarot-spread figure { margin: 0; text-align: center; }
.tarot-spread figure:first-child { transform: rotate(-6deg) translateY(4px); }
.tarot-spread figure:last-child { transform: rotate(6deg) translateY(4px); }
.tarot-spread img { display: block; width: 66px; height: 112px; object-fit: cover; border: 2px solid rgba(255,255,255,.66); border-radius: 5px; box-shadow: 0 12px 22px rgba(0,0,0,.34); }
.tarot-spread figcaption { margin-top: 6px; color: #c8ddf8; font-size: 7px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.service-media-chat { background: linear-gradient(145deg, #e8f4ff, #dceaff); }
.chat-preview { padding: 9px; }
.chat-preview-bar { padding-bottom: 7px; border-bottom: 1px solid #e2eaf5; }
.chat-preview-bar span { color: #25446d; font-size: 8px; font-weight: 800; }
.chat-preview-bar i { display: inline-block; width: 6px; height: 6px; margin-right: 4px; background: #1fb379; border-radius: 50%; }
.chat-preview-bar strong { color: #16845b; font-size: 7px; }
.chat-preview p { margin: 7px 0 0; font-size: 7px; line-height: 1.45; }
.chat-user { width: 74%; margin-left: auto !important; padding: 7px 8px; color: #fff; background: #1766c1; border-radius: 8px 8px 2px 8px; }
.chat-ai { display: grid; grid-template-columns: 22px 1fr; gap: 6px; width: 88%; }
.chat-ai b { display: grid; width: 22px; height: 22px; place-items: center; color: #fff; background: #123c76; border-radius: 50%; font-size: 6px; }
.chat-ai span { padding: 7px 8px; color: #475b77; background: #eef3f9; border-radius: 2px 8px 8px 8px; }
.service-card-body { display: flex; flex: 1; flex-direction: column; padding: 24px; }
.card-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.service-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: var(--blue);
  background: #eaf2ff;
  border: 1px solid #d5e5ff;
  border-radius: 11px;
  font-family: var(--display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -.04em;
}
.access-badge { display: inline-flex; align-items: center; min-height: 25px; padding: 0 9px; border-radius: 999px; font-size: 9px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.access-preview { color: #0f6792; background: #e7f8ff; border: 1px solid #c8efff; }
.access-plans { color: #305da6; background: #eef4ff; border: 1px solid #d9e6ff; }
.access-start { color: #18704a; background: #e9fbf2; border: 1px solid #c9f1da; }
.service-code { margin: 22px 0 7px; color: #7b899d; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.service-card h3 { margin: 0; font-family: var(--display); font-size: 21px; font-weight: 600; line-height: 1.25; letter-spacing: -.03em; }
.service-card-body > p:not(.service-code) { margin: 11px 0 15px; color: var(--slate); font-size: 13px; line-height: 1.65; }
.feature-list { display: grid; gap: 7px; margin: 0 0 23px; padding: 0; color: #41516a; list-style: none; }
.feature-list li { position: relative; padding-left: 20px; font-size: 11px; line-height: 1.5; }
.feature-list li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  color: var(--blue);
  font-weight: 800;
}
.card-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; color: var(--blue-dark); font-size: 12px; font-weight: 700; }
.card-link span { transition: transform .2s; }
.card-link:hover span { transform: translateX(4px); }

.free-tools { position: relative; overflow: hidden; color: #fff; background: var(--midnight); }
.free-tools::before { content: ""; position: absolute; inset: 0; opacity: .1; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 64px 64px; }
.free-orb { position: absolute; top: -240px; right: -180px; width: 600px; height: 600px; background: radial-gradient(circle, rgba(37,99,235,.32), transparent 68%); }
.free-tools .shell { position: relative; }
.section-heading-light .section-label { color: #74d2ff; }
.section-heading-light > p { color: rgba(223,235,252,.62); }
.tool-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; }
.tool-card {
  position: relative;
  display: flex;
  grid-column: span 4;
  flex-direction: column;
  min-height: 300px;
  padding: 27px;
  overflow: hidden;
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(169,211,255,.16);
  border-radius: 17px;
  transition: transform .25s, background .25s, border-color .25s;
}
.tool-card:nth-child(4), .tool-card:nth-child(5) { grid-column: span 6; }
.tool-card:hover { transform: translateY(-5px); background: rgba(255,255,255,.085); border-color: rgba(99,194,255,.42); }
.tool-number { color: #61ceff; font-size: 10px; font-weight: 700; letter-spacing: .14em; }
.tool-tag { align-self: flex-start; margin-top: 24px; padding: 5px 8px; color: #9bb2d0; background: rgba(255,255,255,.06); border-radius: 6px; font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.tool-card h3 { margin: 15px 0 0; font-family: var(--display); font-size: 21px; font-weight: 600; }
.tool-card p { margin: 11px 0 24px; color: rgba(221,233,248,.62); font-size: 13px; line-height: 1.7; }
.tool-card strong { display: flex; align-items: center; justify-content: space-between; margin-top: auto; color: #fff; font-size: 12px; }

.how { background: #fff; }
.how-grid { display: grid; grid-template-columns: .86fr 1.14fr; align-items: start; gap: 100px; }
.how-intro { position: sticky; top: 120px; }
.how-intro > p:not(.section-label) { max-width: 480px; margin: 24px 0; color: var(--slate); font-size: 15px; line-height: 1.8; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--blue); font-size: 13px; font-weight: 700; }
.steps { margin: 0; padding: 0; list-style: none; counter-reset: none; }
.steps li { display: grid; grid-template-columns: 62px 1fr; gap: 25px; padding: 31px 0; border-top: 1px solid var(--line); }
.steps li:last-child { border-bottom: 1px solid var(--line); }
.steps li > span { display: grid; width: 50px; height: 50px; place-items: center; color: var(--blue); background: #edf4ff; border: 1px solid #d7e6fb; border-radius: 13px; font-family: var(--display); font-size: 13px; font-weight: 700; }
.steps h3 { margin: 1px 0 7px; font-family: var(--display); font-size: 19px; letter-spacing: -.02em; }
.steps p { margin: 0; color: var(--slate); font-size: 13px; line-height: 1.75; }

.platform { padding-top: 10px; background: #fff; }
.platform-panel {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  align-items: center;
  gap: 72px;
  padding: 72px;
  background: var(--cloud);
  border: 1px solid #dce9fa;
  border-radius: 26px;
}
.platform-copy > p:not(.section-label) { max-width: 540px; margin: 23px 0 29px; color: var(--slate); font-size: 14px; line-height: 1.8; }
.platform-points { display: grid; gap: 12px; }
.platform-points article { position: relative; padding: 22px 23px 22px 62px; background: #fff; border: 1px solid #dbe6f4; border-radius: 14px; }
.platform-points article > span { position: absolute; top: 23px; left: 21px; color: var(--blue); font-size: 10px; font-weight: 700; letter-spacing: .1em; }
.platform-points h3 { margin: 0 0 5px; font-family: var(--display); font-size: 15px; }
.platform-points p { margin: 0; color: var(--slate); font-size: 12px; line-height: 1.6; }

.final-cta { position: relative; overflow: hidden; color: #fff; background: linear-gradient(135deg, #144eb5, #176be3 58%, #1686d8); }
.final-cta::before { content: ""; position: absolute; inset: 0; opacity: .14; background-image: radial-gradient(circle, #fff 0 1px, transparent 1.3px); background-size: 34px 34px; mask-image: linear-gradient(90deg,#000,transparent 80%); }
.final-cta-inner { position: relative; padding-block: 95px; text-align: center; }
.final-cta .section-label { color: #bdeaff; }
.final-cta h2 { max-width: 850px; margin-inline: auto; }
.final-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 29px; }
.button-white { color: var(--blue-dark); background: #fff; box-shadow: 0 14px 35px rgba(5,36,90,.2); }
.button-outline-light { color: #fff; border-color: rgba(255,255,255,.4); }
.button-outline-light:hover { background: rgba(255,255,255,.1); }

.site-footer { color: #b8c7da; background: #06142f; }
.footer-top { display: grid; grid-template-columns: 1.65fr repeat(4, 1fr); gap: 45px; padding: 70px 0 52px; }
.brand-footer { color: #fff; }
.footer-brand > p { max-width: 310px; margin: 18px 0 23px; color: #8297b3; font-size: 12px; line-height: 1.7; }
.social-links { display: flex; flex-wrap: wrap; gap: 15px; }
.social-links a { color: #a8bad1; font-size: 11px; font-weight: 600; }
.social-links a:hover, .footer-column a:hover { color: #fff; }
.footer-column { display: flex; flex-direction: column; gap: 9px; }
.footer-column h2 { margin: 4px 0 9px; color: #fff; font-family: var(--display); font-size: 12px; font-weight: 600; }
.footer-column a { color: #8297b3; font-size: 11px; transition: color .2s; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 22px 0 28px; border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom p { margin: 0; color: #607895; font-size: 10px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s cubic-bezier(.16,1,.3,1), transform .65s cubic-bezier(.16,1,.3,1); }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal-delay { transition-delay: .12s; }

@media (max-width: 1100px) {
  .hero { min-height: auto; }
  .hero-inner { grid-template-columns: 1fr; min-height: auto; padding-block: 90px 70px; }
  .hero-copy { max-width: 760px; }
  .constellation { width: min(620px, 100%); margin: 0 auto; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-top { grid-template-columns: 1.5fr repeat(2, 1fr); }
  .footer-brand { grid-row: span 2; }
}

@media (max-width: 860px) {
  .nav-links, .nav-cta { display: none; }
  .nav-inner { grid-template-columns: 1fr auto; min-height: 66px; }
  .menu-button { display: block; }
  .mobile-menu { inset-block-start: 66px; }
  .hero h1 { font-size: clamp(42px, 8vw, 64px); }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-grid div:nth-child(3)::before { display: none; }
  .proof-grid div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section { padding: 82px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; }
  .tool-card { grid-column: span 6; }
  .tool-card:nth-child(5) { grid-column: 4 / span 6; }
  .how-grid { grid-template-columns: 1fr; gap: 45px; }
  .how-intro { position: static; }
  .platform-panel { grid-template-columns: 1fr; gap: 42px; padding: 48px; }
}

@media (max-width: 640px) {
  .shell { width: min(100% - 28px, 1180px); }
  .brand img { width: 39px; height: 39px; }
  .brand span { font-size: 15px; }
  .hero-inner { display: block; padding-block: 48px 38px; }
  .eyebrow { font-size: 9px; }
  .hero h1 { max-width: 420px; font-size: 37px; line-height: 1.08; letter-spacing: -.045em; }
  .hero-lede { margin-top: 17px; font-size: 14px; line-height: 1.65; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero-shortcuts { display: none; }
  .hero-mobile-products { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin-top: 20px; }
  .hero-mobile-products span { padding: 9px 5px; color: #b9d3f3; background: rgba(255,255,255,.065); border: 1px solid rgba(255,255,255,.12); border-radius: 8px; font-size: 10px; font-weight: 600; text-align: center; }
  .constellation { display: none; }
  .proof-grid div { padding: 19px 10px; }
  .proof-grid strong { font-size: 13px; }
  .section { padding: 58px 0; }
  .section-heading { margin-bottom: 32px; }
  .section-heading h2, .how-intro h2, .platform-copy h2, .final-cta h2 { font-size: 33px; }
  .section-heading > p { font-size: 14px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { grid-column: auto; }
  .service-card { min-height: 0; padding: 0; border-radius: 15px; }
  .service-media { height: 170px; padding: 12px; }
  .palm-map { width: 116px; height: 128px; }
  .palm-preview { gap: 12px; }
  .service-card-body { padding: 20px; }
  .service-card h3 { font-size: 20px; }
  .service-card-body > p:not(.service-code) { font-size: 12px; }
  .feature-list li { font-size: 11px; }
  .tool-grid { grid-template-columns: 1fr; }
  .tool-card, .tool-card:nth-child(4), .tool-card:nth-child(5) { grid-column: auto; min-height: 270px; }
  .steps li { grid-template-columns: 48px 1fr; gap: 15px; }
  .steps li > span { width: 42px; height: 42px; }
  .platform { padding-top: 0; }
  .platform-panel { padding: 32px 22px; border-radius: 20px; }
  .platform-points article { padding-left: 54px; }
  .final-cta-inner { padding-block: 72px; }
  .footer-top { grid-template-columns: repeat(2, 1fr); gap: 35px 25px; padding-top: 52px; }
  .footer-brand { grid-column: span 2; grid-row: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

@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; }
}
