:root {
  --violet: #5b3fd3;
  --violet-deep: #241a52;
  --violet-ink: #342378;
  --yellow: #ffd447;
  --ink: #191722;
  --muted: #656174;
  --paper: #fffcf5;
  --paper-2: #f5f0e5;
  --line: #e4ded1;
  --white: #fff;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(35, 26, 82, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", Arial, sans-serif; font-size: 16px; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; }
.shell { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }
.skip-link { position: fixed; top: 14px; left: 14px; z-index: 999; transform: translateY(-160%); background: var(--yellow); color: var(--ink); padding: 10px 14px; font-weight: 700; border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }

.site-header { position: sticky; top: 0; z-index: 10; background: rgba(255, 252, 245, 0.87); border-bottom: 1px solid transparent; backdrop-filter: blur(16px); transition: box-shadow .25s ease, border-color .25s ease; }
.site-header.is-scrolled { border-color: rgba(91, 63, 211, .12); box-shadow: 0 8px 28px rgba(32, 22, 66, .06); }
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: Manrope, sans-serif; font-weight: 800; font-size: 20px; letter-spacing: -.8px; white-space: nowrap; }
.brand-mark { width: 36px; height: 36px; display: block; }
nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
nav a { color: var(--muted); font-size: 14px; font-weight: 600; transition: color .2s ease; }
nav a:hover { color: var(--violet); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 48px; padding: 13px 20px; border: 1px solid transparent; border-radius: 10px; font-weight: 700; line-height: 1; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--violet); color: var(--white); box-shadow: 0 10px 20px rgba(91, 63, 211, .18); }
.button-primary:hover { background: var(--violet-ink); box-shadow: 0 14px 28px rgba(91, 63, 211, .25); }
.button-small { min-height: 40px; padding: 10px 15px; font-size: 14px; }
.button-large { min-height: 56px; padding-inline: 23px; }
.button-outline { background: transparent; border-color: var(--violet); color: var(--violet); }
.button-outline:hover { background: var(--violet); color: white; }
.button-full { width: 100%; min-height: 54px; border: 0; }

.hero { position: relative; overflow: hidden; padding: 92px 0 34px; background: linear-gradient(135deg, #fffcf5 0%, #faf7ef 58%, #f0ebfa 100%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; gap: 64px; align-items: center; min-height: 570px; }
.hero-copy { max-width: 690px; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 19px; color: var(--violet); font-size: 12px; line-height: 1.2; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase; }
.eyebrow span { width: 22px; height: 2px; background: var(--yellow); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: Manrope, sans-serif; }
h1 { max-width: 680px; margin-bottom: 24px; font-size: clamp(43px, 5vw, 72px); line-height: 1.04; letter-spacing: -3.6px; }
h1 em { color: var(--violet); font-style: normal; }
.hero-lede { max-width: 565px; margin-bottom: 30px; color: #4e4b58; font-size: 20px; line-height: 1.5; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 23px; }
.text-link { position: relative; color: var(--ink); font-weight: 700; }
.text-link::after { content: ""; position: absolute; left: 0; right: 0; bottom: -5px; height: 1px; background: currentColor; transition: transform .2s ease; transform-origin: left; }
.text-link:hover::after { transform: scaleX(.5); }
.trust-row { display: flex; flex-wrap: wrap; gap: 18px 24px; margin-top: 38px; color: #54505f; font-size: 14px; font-weight: 600; }
.trust-row i { display: inline-grid; place-items: center; width: 18px; height: 18px; margin-right: 5px; border-radius: 50%; background: #e4dfff; color: var(--violet); font-style: normal; font-size: 12px; }
.hero-glow { position: absolute; border-radius: 50%; pointer-events: none; filter: blur(4px); }
.glow-one { top: -340px; right: -120px; width: 620px; height: 620px; background: radial-gradient(circle, rgba(255, 212, 71, .35), transparent 66%); }
.glow-two { bottom: -260px; left: 23%; width: 520px; height: 520px; background: radial-gradient(circle, rgba(135, 111, 237, .14), transparent 70%); }
.hero-art { position: relative; width: min(100%, 460px); aspect-ratio: 1 / .98; margin-left: auto; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid rgba(91, 63, 211, .2); border-radius: 50%; }
.orbit-a { width: 88%; height: 88%; border-style: dashed; animation: spin 35s linear infinite; }
.orbit-b { width: 68%; height: 68%; border-color: rgba(255, 212, 71, .75); transform: rotate(55deg); }
.monogram-card { position: relative; z-index: 2; width: 66%; padding: 38px 30px 28px; border: 1px solid rgba(255,255,255,.9); border-radius: 28px; background: linear-gradient(140deg, #6e52dd, #4830ae); color: var(--white); box-shadow: 0 28px 46px rgba(52, 35, 120, .25); transform: rotate(-6deg); transition: transform .4s ease; }
.hero-art:hover .monogram-card { transform: rotate(-2deg) translateY(-4px); }
.monogram-card svg { display: block; width: 73%; margin: 0 auto 18px; color: white; }
.monogram-card p { margin: 0; font-size: 17px; line-height: 1.3; }
.metric-chip { position: absolute; z-index: 3; display: flex; align-items: center; gap: 8px; padding: 12px 14px; border: 1px solid rgba(91, 63, 211, .1); border-radius: 12px; background: rgba(255,255,255,.92); box-shadow: 0 15px 30px rgba(37, 27, 85, .1); color: var(--ink); font-size: 13px; font-weight: 700; backdrop-filter: blur(8px); }
.chip-top { top: 11%; left: -2%; }
.chip-bottom { right: -3%; bottom: 14%; }
.metric-chip > span:not(.pulse-dot) { color: var(--violet); font-size: 18px; }
.pulse-dot { width: 8px; height: 8px; border-radius: 50%; background: #65c68b; box-shadow: 0 0 0 5px rgba(101,198,139,.17); }
.spark { position: absolute; z-index: 1; color: var(--yellow); font-size: 34px; animation: float 3.5s ease-in-out infinite; }
.spark-a { top: 10%; right: 12%; }
.spark-b { bottom: 9%; left: 8%; color: var(--violet); font-size: 22px; animation-delay: -1.5s; }
.hero-footnote { position: relative; z-index: 1; padding-top: 28px; border-top: 1px solid rgba(91, 63, 211, .14); }
.hero-footnote p { max-width: 710px; margin-bottom: 0; color: #696373; font-size: 14px; }

.section { padding: 116px 0; }
.split-heading { display: grid; grid-template-columns: 220px 1fr; gap: 35px; }
h2 { max-width: 820px; margin-bottom: 21px; font-size: clamp(34px, 4vw, 52px); line-height: 1.1; letter-spacing: -2.5px; }
.section-intro { max-width: 660px; margin-bottom: 0; color: var(--muted); font-size: 18px; }
.insight-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 65px; }
.insight-card { min-height: 252px; padding: 29px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.48); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.insight-card:hover { transform: translateY(-5px); border-color: rgba(91,63,211,.3); box-shadow: 0 16px 32px rgba(40, 31, 79, .07); }
.card-index { color: var(--violet); font-size: 13px; font-weight: 800; letter-spacing: .8px; }
h3 { margin: 44px 0 12px; font-size: 22px; letter-spacing: -1px; }
.insight-card p { margin: 0; color: var(--muted); }

.process { position: relative; overflow: hidden; background: var(--violet-deep); color: white; }
.process::after { content: ""; position: absolute; width: 500px; height: 500px; right: -200px; bottom: -300px; border-radius: 50%; background: #5b3fd3; filter: blur(4px); opacity: .35; }
.section-topline { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 60px; align-items: end; }
.section-topline h2 { max-width: 720px; margin-bottom: 0; }
.section-topline > p { max-width: 315px; margin: 0 0 7px; color: #d7d1ed; }
.on-dark { color: #fff; }
.on-dark span { background: var(--yellow); }
.process-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 58px; }
.process-card { min-height: 340px; padding: 28px; border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius); background: rgba(255,255,255,.06); transition: background .25s ease, transform .25s ease; }
.process-card:hover { transform: translateY(-5px); background: rgba(255,255,255,.1); }
.step-number { color: var(--yellow); font-size: 13px; font-weight: 800; }
.step-icon { display: grid; place-items: center; width: 52px; height: 52px; margin-top: 53px; border-radius: 15px; background: var(--yellow); color: var(--violet-deep); font-family: Manrope, sans-serif; font-size: 28px; font-weight: 800; }
.process-card h3 { margin: 26px 0 10px; }
.process-card p { margin: 0; color: #d9d3ed; }

.services { background: #f7f4eb; }
.service-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.services-copy { position: sticky; top: 116px; align-self: start; }
.services-copy .button { margin-top: 29px; }
.service-list { border-top: 1px solid var(--line); }
.service-item { display: grid; grid-template-columns: 1fr .84fr; gap: 40px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.service-item > div { display: flex; align-items: center; gap: 16px; }
.service-symbol { display: grid; place-items: center; flex: 0 0 auto; width: 40px; height: 40px; border-radius: 50%; background: #e9e2ff; color: var(--violet); font-size: 11px; font-weight: 800; }
.service-item h3 { margin: 0; font-size: 20px; }
.service-item p { margin: 0; color: var(--muted); font-size: 15px; }

.fit { padding-top: 0; background: #f7f4eb; }
.fit-panel { display: grid; grid-template-columns: .9fr 1.1fr; gap: 75px; padding: 58px 62px; border-radius: 28px; background: var(--yellow); }
.fit-panel h2 { margin-bottom: 0; font-size: clamp(31px, 3.4vw, 43px); }
.fit-list { display: grid; gap: 19px; align-content: center; }
.fit-list p { display: flex; gap: 11px; margin: 0; font-size: 17px; font-weight: 600; }
.fit-list i { color: var(--violet); font-style: normal; }

.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 85px; }
.faq-layout h2 { max-width: 440px; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { position: relative; padding: 23px 40px 23px 0; list-style: none; font-family: Manrope, sans-serif; font-size: 18px; font-weight: 700; cursor: pointer; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 4px; top: 20px; color: var(--violet); font-family: "DM Sans", sans-serif; font-size: 27px; font-weight: 400; transition: transform .2s ease; }
details[open] summary::after { transform: rotate(45deg); }
details p { max-width: 620px; padding-bottom: 23px; margin: 0; color: var(--muted); }

.contact-section { position: relative; overflow: hidden; padding: 106px 0; background: var(--violet); color: white; }
.contact-section::before { content: ""; position: absolute; top: -260px; left: -180px; width: 560px; height: 560px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; }
.contact-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; gap: 75px; align-items: center; }
.contact-copy h2 { margin-bottom: 20px; }
.contact-copy > p:not(.eyebrow) { max-width: 460px; color: #e4dfff; font-size: 18px; }
.contact-mark { width: 175px; margin-top: 50px; color: rgba(255,255,255,.18); }
.contact-mark svg { display: block; width: 100%; }
.lead-form { padding: 36px; border-radius: 22px; background: var(--paper); color: var(--ink); box-shadow: 0 25px 55px rgba(28, 16, 76, .2); }
.form-heading { margin-bottom: 26px; }
.form-heading p { margin-bottom: 2px; font-family: Manrope, sans-serif; font-size: 22px; font-weight: 800; letter-spacing: -1px; }
.form-heading span { color: var(--muted); font-size: 14px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.field { margin-bottom: 14px; }
label { display: block; margin-bottom: 7px; font-size: 13px; font-weight: 700; }
label b { color: var(--violet); }
label span { color: var(--muted); font-weight: 400; }
input, select { display: block; width: 100%; min-height: 47px; padding: 11px 12px; border: 1px solid #d5cfc2; border-radius: 8px; background: white; color: var(--ink); outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
select { appearance: auto; }
input:hover, select:hover { border-color: #aaa296; }
input:focus, select:focus { border-color: var(--violet); box-shadow: 0 0 0 3px rgba(91,63,211,.16); }
input[aria-invalid="true"], select[aria-invalid="true"] { border-color: #b42318; }
.field-error { min-height: 17px; margin: 4px 0 0; color: #b42318; font-size: 12px; line-height: 1.35; }
.form-note { margin: 15px 0 0; color: #6d6875; font-size: 12px; line-height: 1.45; }
.form-note a { color: var(--violet); text-decoration: underline; text-underline-offset: 2px; font-weight: 700; }
.form-status { min-height: 0; margin-top: 12px; }
.form-status.is-success { padding: 12px 14px; border-radius: 8px; background: #e7f6e9; color: #1f6a35; font-size: 14px; font-weight: 600; }
.form-status.is-error { padding: 12px 14px; border-radius: 8px; background: #fff0ee; color: #b42318; font-size: 14px; font-weight: 600; }

.site-footer { background: var(--violet-deep); color: white; }
.footer-wrap { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 29px 0; }
.brand-footer { font-size: 18px; }
.brand-footer .brand-mark { width: 31px; height: 31px; }
.footer-wrap p { margin: 0; color: #bfb8dc; font-size: 13px; }

.reveal { animation: rise .65s ease both; animation-timeline: view(); animation-range: entry 5% cover 24%; }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes float { 50% { transform: translateY(-10px) rotate(8deg); } }
@keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
@media (max-width: 900px) {
  .hero { padding-top: 66px; }
  .hero-grid, .service-layout, .faq-layout, .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .hero-grid { min-height: 0; }
  .hero-art { width: min(100%, 425px); margin: 0 auto; }
  .split-heading { grid-template-columns: 1fr; gap: 0; }
  .split-heading > .eyebrow { margin-bottom: 18px; }
  .section-topline { display: block; }
  .section-topline > p { margin-top: 20px; }
  .services-copy { position: static; }
  .fit-panel { grid-template-columns: 1fr; gap: 30px; padding: 42px; }
  .faq-layout { gap: 34px; }
  .contact-copy { max-width: 650px; }
}
@media (max-width: 680px) {
  .shell { width: min(100% - 32px, 1160px); }
  .nav-wrap { min-height: 67px; }
  nav { display: none; }
  .button-small { min-height: 38px; padding: 9px 12px; }
  .hero { padding: 54px 0 28px; }
  h1 { font-size: clamp(40px, 11vw, 54px); letter-spacing: -2.8px; }
  h2 { letter-spacing: -2px; }
  .hero-lede { font-size: 18px; }
  .trust-row { display: grid; gap: 11px; margin-top: 30px; }
  .chip-top { left: -5px; }
  .chip-bottom { right: -4px; }
  .metric-chip { padding: 9px 11px; font-size: 11px; }
  .section { padding: 78px 0; }
  .insight-grid, .process-grid { grid-template-columns: 1fr; margin-top: 38px; }
  .insight-card { min-height: 0; }
  .insight-card h3 { margin-top: 32px; }
  .process-card { min-height: 0; }
  .step-icon { margin-top: 32px; }
  .service-layout { gap: 43px; }
  .service-item { grid-template-columns: 1fr; gap: 12px; padding: 24px 0; }
  .fit-panel { padding: 33px 25px; margin-inline: 0; }
  .contact-section { padding: 76px 0; }
  .contact-grid { gap: 38px; }
  .contact-mark { display: none; }
  .lead-form { padding: 25px 18px; border-radius: 17px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .footer-wrap { flex-wrap: wrap; padding: 25px 0; }
}
