:root {
  --ink: #18152a;
  --purple: #4c22d4;
  --purple-dark: #24105f;
  --purple-soft: #8066ef;
  --coral: #ff6e54;
  --lime: #d7f658;
  --paper: #f6f2e9;
  --paper-deep: #ebe4d8;
  --white: #fffdf8;
  --muted: #6d6878;
  --line: rgba(24, 21, 42, .14);
  --radius: 28px;
  --shadow: 0 24px 70px rgba(36, 16, 95, .15);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", Arial, sans-serif; line-height: 1.6; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3, .brand { font-family: "Manrope", Arial, sans-serif; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 120px 0; }
.sr-only { 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 { position: fixed; top: 12px; left: 12px; z-index: 1000; transform: translateY(-150%); padding: 10px 16px; background: var(--lime); color: var(--ink); border-radius: 8px; font-weight: 700; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; }

.top-note { position: relative; z-index: 20; background: var(--purple-dark); color: var(--white); font-size: .78rem; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; }
.top-note__inner { min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 15px; }
.top-note__line { width: 24px; height: 1px; background: rgba(255,255,255,.35); }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(246, 242, 233, .9); border-bottom: 1px solid transparent; backdrop-filter: blur(18px); transition: border-color .2s, box-shadow .2s; }
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 8px 30px rgba(24,21,42,.05); }
.nav-shell { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; font-size: 2rem; font-weight: 800; line-height: 1; letter-spacing: -.08em; }
.brand__spark { margin-right: 8px; color: var(--coral); font-size: 1rem; letter-spacing: 0; }
.brand__dot { color: var(--coral); }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: .92rem; font-weight: 600; }
.main-nav > a:not(.button) { position: relative; }
.main-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; bottom: -5px; width: 100%; height: 2px; background: var(--purple); transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.main-nav > a:not(.button):hover::after { transform: scaleX(1); transform-origin: left; }
.menu-button { display: none; width: 46px; height: 46px; border: 1px solid var(--line); background: transparent; border-radius: 50%; cursor: pointer; }
.menu-button span:not(.sr-only) { display: block; width: 18px; height: 2px; margin: 4px auto; background: var(--ink); transition: transform .2s, opacity .2s; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 56px; padding: 0 24px; border: 0; border-radius: 999px; background: var(--purple); color: var(--white); font-weight: 700; cursor: pointer; box-shadow: 0 12px 26px rgba(76,34,212,.19); transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-3px); background: var(--purple-dark); box-shadow: 0 17px 34px rgba(76,34,212,.24); }
.button--small { min-height: 44px; padding: 0 18px; }
.button--light { background: var(--lime); color: var(--ink); box-shadow: none; }
.button--light:hover { background: var(--white); }
.button--dark { width: 100%; background: var(--ink); box-shadow: none; }
.text-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; border-bottom: 1px solid currentColor; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translate(3px, -3px); }

.hero { padding: 84px 0 100px; }
.hero__grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 60px; }
.eyebrow, .kicker { color: var(--purple); font-size: .78rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 22px; }
.eyebrow span { width: 34px; height: 3px; background: var(--coral); }
.hero h1 { max-width: 650px; margin-bottom: 26px; font-size: clamp(4.1rem, 7.6vw, 7rem); line-height: .9; letter-spacing: -.075em; }
.hero h1 em, .method h2 em, .contact h2 em, .legal-aside em { display: inline-block; color: var(--purple); font-family: Georgia, serif; font-weight: 400; }
.hero__lead { max-width: 570px; color: #514b5c; font-size: 1.12rem; }
.hero__actions { display: flex; align-items: center; gap: 24px; margin-top: 36px; }
.hero__audience { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-top: 50px; font-size: .82rem; }
.hero__audience > span { color: var(--muted); }
.hero__audience ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.hero__audience li { padding: 6px 10px; border: 1px solid var(--line); border-radius: 999px; font-weight: 600; }
.hero__visual { position: relative; min-height: 620px; }
.hero__shape { position: absolute; inset: 3% 0 2% 7%; background: var(--purple); border-radius: 48% 28% 38% 30% / 35% 45% 31% 50%; transform: rotate(2deg); }
.hero__photo { position: absolute; inset: 8% 6% 4% 1%; margin: 0; overflow: hidden; border: 10px solid var(--white); border-radius: 35% 25% 36% 23% / 26% 42% 24% 40%; box-shadow: var(--shadow); transform: rotate(-2deg); }
.hero__photo img { width: 100%; height: 100%; object-fit: cover; object-position: 57% center; }
.metric-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 12px; padding: 17px 19px; border-radius: 18px; background: var(--white); box-shadow: 0 16px 38px rgba(24,21,42,.15); }
.metric-card strong, .metric-card small { display: block; }
.metric-card strong { font-size: .9rem; }
.metric-card small { color: var(--muted); font-size: .7rem; }
.metric-card--top { top: 2%; right: -1%; }
.metric-card--bottom { left: -5%; bottom: 4%; }
.metric-card__icon { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: var(--lime); font-size: 1.25rem; }
.mini-bars { display: flex; align-items: end; gap: 3px; width: 44px; height: 36px; padding: 4px; border-radius: 8px; background: #eee9fb; }
.mini-bars i { width: 6px; background: var(--purple); border-radius: 3px; }
.mini-bars i:nth-child(1) { height: 35%; }.mini-bars i:nth-child(2) { height: 60%; }.mini-bars i:nth-child(3) { height: 45%; }.mini-bars i:nth-child(4) { height: 78%; }.mini-bars i:nth-child(5) { height: 95%; background: var(--coral); }
.hero__stamp { position: absolute; top: 47%; right: -3%; z-index: 4; display: grid; place-items: center; width: 78px; height: 78px; border: 2px solid var(--ink); border-radius: 50%; background: var(--lime); font-family: "Manrope"; font-weight: 800; line-height: 1; transform: rotate(9deg); }

.marquee { overflow: hidden; background: var(--coral); color: var(--ink); border-block: 2px solid var(--ink); transform: rotate(-1.1deg) scale(1.02); }
.marquee__track { display: flex; align-items: center; width: max-content; min-height: 74px; gap: 28px; animation: marquee 24s linear infinite; font-family: "Manrope"; font-size: 1.4rem; font-weight: 800; text-transform: uppercase; }
.marquee__track i { font-style: normal; font-size: .9rem; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section-head { display: grid; grid-template-columns: 1fr .45fr; gap: 80px; align-items: end; margin-bottom: 58px; }
.section-head--wide { grid-template-columns: 70px 1fr; align-items: start; }
.section-head h2, .faq h2, .why h2 { max-width: 850px; margin-bottom: 0; font-size: clamp(2.5rem, 5vw, 4.9rem); line-height: 1.02; letter-spacing: -.06em; }
.section-head h2 span, .faq h2 span, .why h2 span { color: var(--purple); font-family: Georgia, serif; font-weight: 400; font-style: italic; }
.section-head > p { margin-bottom: 6px; color: var(--muted); }
.section-index { display: inline-grid; place-items: center; width: 52px; height: 52px; border: 1px solid var(--line); border-radius: 50%; color: var(--purple); font-size: .8rem; font-weight: 700; }

.audience__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.audience-card { position: relative; min-height: 360px; padding: 28px; border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; transition: transform .25s; }
.audience-card:hover { transform: translateY(-8px) rotate(-.5deg); }
.audience-card::after { content: ""; position: absolute; width: 180px; height: 180px; right: -60px; bottom: -80px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; box-shadow: 0 0 0 25px rgba(255,255,255,.1), 0 0 0 50px rgba(255,255,255,.08); }
.audience-card--purple { color: var(--white); background: var(--purple); }
.audience-card--coral { background: var(--coral); }
.audience-card--lime { background: var(--lime); }
.audience-card__number { font: 700 .75rem "Manrope"; opacity: .75; }
.audience-card h3 { margin-bottom: 12px; font-size: 1.8rem; letter-spacing: -.04em; }
.audience-card p { max-width: 290px; margin-bottom: 0; line-height: 1.5; }
.audience-card__arrow { position: absolute; top: 24px; right: 24px; display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid currentColor; border-radius: 50%; font-size: 1.2rem; }

.services { background: var(--white); }
.service-list { border-top: 1px solid var(--line); }
.service-item { display: grid; grid-template-columns: 70px .8fr 1fr; align-items: center; gap: 28px; padding: 30px 10px; border-bottom: 1px solid var(--line); transition: padding .2s, background .2s; }
.service-item:hover { padding-inline: 24px; background: var(--paper); }
.service-item__number { color: var(--purple); font-size: .75rem; font-weight: 700; }
.service-item__title { display: flex; align-items: center; gap: 16px; }
.service-item__title h3 { margin: 0; font-size: 1.35rem; }
.service-icon { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 13px; background: #e9e2ff; color: var(--purple); font-size: 1.25rem; }
.service-item p { margin: 0; color: var(--muted); }

.method { position: relative; overflow: hidden; background: var(--purple-dark); color: var(--white); }
.method__grid { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.kicker--light { color: var(--lime); }
.method__intro h2, .contact h2 { margin: 10px 0 25px; font-size: clamp(3.4rem, 6vw, 6.2rem); line-height: .95; letter-spacing: -.075em; }
.method__intro h2 em, .contact h2 em { color: var(--coral); }
.method__intro > p:not(.kicker) { max-width: 430px; color: rgba(255,255,255,.7); font-size: 1.08rem; }
.method__intro .button { margin-top: 26px; }
.method__steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.18); }
.method__steps li { display: grid; grid-template-columns: 58px 1fr; gap: 22px; padding: 27px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.method__steps li > span { color: var(--lime); font-size: .75rem; font-weight: 700; }
.method__steps h3 { margin-bottom: 7px; font-size: 1.55rem; }
.method__steps p { margin: 0; color: rgba(255,255,255,.68); }
.method__orb { position: absolute; border-radius: 50%; filter: blur(1px); }
.method__orb--one { width: 420px; height: 420px; left: -250px; bottom: -230px; background: var(--coral); opacity: .17; }
.method__orb--two { width: 230px; height: 230px; right: -90px; top: -80px; border: 45px solid var(--purple-soft); opacity: .4; }

.why__top { display: flex; align-items: center; gap: 20px; margin-bottom: 55px; }
.why__top .kicker { margin: 0; }
.why__grid { display: grid; grid-template-columns: 1.05fr .7fr; gap: 100px; }
.why__headline h2 { font-size: clamp(3rem, 5.3vw, 5.5rem); }
.why__copy > p { color: var(--muted); font-size: 1.08rem; }
.principles { margin-top: 42px; border-top: 1px solid var(--line); }
.principles div { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.principles strong { font-family: "Manrope"; }
.principles span { color: var(--muted); font-size: .82rem; text-align: right; }
.why__photo-row { display: grid; grid-template-columns: 1.3fr .7fr; gap: 20px; margin-top: 78px; }
.why__photo-row figure { height: 450px; margin: 0; overflow: hidden; border-radius: var(--radius); }
.why__photo-row img { width: 100%; height: 100%; object-fit: cover; object-position: center 42%; }
.why__note { display: flex; flex-direction: column; justify-content: space-between; padding: 34px; border-radius: var(--radius); background: var(--purple); color: var(--white); }
.why__note > span { align-self: flex-end; display: grid; place-items: center; width: 54px; height: 54px; border-radius: 50%; background: var(--lime); color: var(--ink); font-size: 1.25rem; }
.why__note p { margin: 0; font: 500 clamp(1.45rem, 2.5vw, 2.35rem)/1.25 "Manrope"; letter-spacing: -.04em; }
.why__note strong { color: var(--lime); }
.statement { position: relative; margin-top: 100px; padding: 48px 50px; border: 1px solid var(--ink); border-radius: var(--radius); background: var(--lime); transform: rotate(-1deg); }
.statement p { margin: 0; font: 700 clamp(1.8rem, 4vw, 4rem)/1.25 "Manrope"; letter-spacing: -.05em; }
.statement p + p { margin-left: 11%; }
.statement em { color: var(--purple); font-family: Georgia, serif; font-weight: 400; }
.statement > span { position: absolute; right: 42px; top: 38px; font-size: 2rem; }

.faq { background: var(--paper-deep); }
.faq__grid { display: grid; grid-template-columns: .75fr 1fr; gap: 90px; }
.faq__intro > p:not(.kicker) { max-width: 430px; margin-top: 26px; color: var(--muted); }
.faq__intro .text-link { margin-top: 10px; color: var(--purple); }
.faq__list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 25px 0; font: 700 1.08rem "Manrope"; cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { display: grid; place-items: center; flex: 0 0 auto; width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%; color: var(--purple); transition: transform .2s; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details p { padding-right: 55px; color: var(--muted); }

.contact { background: var(--coral); }
.contact__shell { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.contact__copy h2 { color: var(--ink); }
.contact__copy h2 em { color: var(--purple-dark); }
.contact__copy > p:not(.kicker) { max-width: 490px; font-size: 1.1rem; }
.contact__email { margin-top: 50px; }
.contact__email span, .contact__email a { display: block; }
.contact__email span { font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.contact__email a { margin-top: 5px; font: 700 clamp(1.1rem, 2.2vw, 1.6rem) "Manrope"; text-decoration: underline; }
.contact-form { padding: 40px; border: 2px solid var(--ink); border-radius: var(--radius); background: var(--paper); box-shadow: 12px 12px 0 var(--ink); }
.contact-form label { display: block; margin-bottom: 20px; font-size: .8rem; font-weight: 700; letter-spacing: .04em; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; margin-top: 7px; padding: 14px 0; border: 0; border-bottom: 1px solid rgba(24,21,42,.25); border-radius: 0; background: transparent; color: var(--ink); outline: 0; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--purple); box-shadow: 0 2px 0 var(--purple); }
.form-note { margin: 14px 0 0; color: var(--muted); font-size: .72rem; text-align: center; }

.site-footer { padding-top: 75px; background: var(--ink); color: var(--white); }
.footer__top { display: grid; grid-template-columns: 1fr 1fr .7fr; gap: 50px; align-items: start; padding-bottom: 54px; border-bottom: 1px solid rgba(255,255,255,.14); }
.brand--footer { font-size: 2.6rem; }
.footer__top > p { color: rgba(255,255,255,.64); }
.footer__top nav { display: grid; gap: 9px; }
.footer__top nav a:hover, .footer__bottom a:hover { color: var(--lime); }
.footer__company { display: grid; grid-template-columns: 1fr .8fr 2fr 1.3fr; gap: 28px; padding: 40px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.footer__company span { display: block; margin-bottom: 7px; color: rgba(255,255,255,.45); font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.footer__company strong, .footer__company a { font-size: .78rem; line-height: 1.65; }
.footer__company strong { font-weight: 500; }
.footer__company a { color: var(--lime); }
.footer__bottom { display: flex; justify-content: space-between; gap: 30px; padding: 25px 0 30px; color: rgba(255,255,255,.55); font-size: .75rem; }
.footer__bottom p { margin: 0; }
.footer__bottom div { display: flex; gap: 22px; }

.legal-page { background: var(--white); }
.legal-header { border-bottom: 1px solid var(--line); background: var(--paper); }
.legal-main { padding: 80px 0 120px; }
.legal-layout { display: grid; grid-template-columns: .7fr 1.2fr; gap: 110px; align-items: start; }
.legal-aside { position: sticky; top: 40px; }
.legal-label { display: inline-block; margin-bottom: 25px; padding: 6px 12px; border-radius: 999px; background: #e9e2ff; color: var(--purple); font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.legal-aside h1 { margin-bottom: 22px; font-size: clamp(3rem, 6vw, 5.6rem); line-height: .95; letter-spacing: -.07em; }
.legal-aside p { color: var(--muted); font-size: .83rem; }
.legal-content { max-width: 760px; }
.legal-lead { padding-bottom: 32px; border-bottom: 1px solid var(--line); font-size: 1.18rem; color: #4f4a59; }
.legal-content section { padding: 26px 0; border-bottom: 1px solid var(--line); }
.legal-content h2 { margin-bottom: 12px; font-size: 1.18rem; letter-spacing: -.02em; }
.legal-content p { margin-bottom: 0; color: var(--muted); }
.legal-content a { color: var(--purple); text-decoration: underline; }
.legal-footer { background: var(--ink); color: var(--white); }

@media (max-width: 980px) {
  .section { padding: 92px 0; }
  .main-nav { position: fixed; inset: 82px 0 auto; display: none; padding: 28px 20px 34px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 24px 50px rgba(24,21,42,.13); flex-direction: column; align-items: stretch; text-align: center; }
  .main-nav.is-open { display: flex; }
  .menu-button { display: block; }
  .menu-button[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(6px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-of-type(3) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-of-type(4) { transform: translateY(-6px) rotate(-45deg); }
  .hero__grid { grid-template-columns: 1fr; }
  .hero__copy { max-width: 750px; }
  .hero__visual { min-height: 660px; }
  .section-head, .why__grid, .faq__grid, .contact__shell, .method__grid, .legal-layout { grid-template-columns: 1fr; gap: 54px; }
  .audience__grid { grid-template-columns: 1fr 1fr; }
  .audience-card:last-child { grid-column: 1 / -1; min-height: 300px; }
  .section-head > p { max-width: 600px; }
  .method__intro { max-width: 670px; }
  .why__copy { max-width: 690px; }
  .why__photo-row { grid-template-columns: 1fr .8fr; }
  .footer__company { grid-template-columns: 1fr 1fr; }
  .legal-aside { position: static; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1180px); }
  .top-note__inner { justify-content: flex-start; overflow: hidden; white-space: nowrap; }
  .top-note__line, .top-note__inner span:nth-of-type(n+4) { display: none; }
  .nav-shell { min-height: 70px; }
  .brand { font-size: 1.8rem; }
  .main-nav { top: 70px; }
  .hero { padding: 55px 0 70px; }
  .hero h1 { font-size: clamp(3.5rem, 18vw, 5rem); }
  .hero__actions { align-items: stretch; flex-direction: column; }
  .hero__actions .text-link { align-self: flex-start; }
  .hero__visual { min-height: 480px; }
  .hero__shape { inset: 4% 2% 3% 4%; }
  .hero__photo { inset: 8% 3% 5% 0; border-width: 7px; }
  .metric-card--top { right: 0; }
  .metric-card--bottom { left: 0; bottom: 1%; }
  .hero__stamp { display: none; }
  .marquee__track { min-height: 62px; font-size: 1.05rem; }
  .section { padding: 75px 0; }
  .section-head, .section-head--wide { grid-template-columns: 1fr; gap: 24px; }
  .section-head h2, .faq h2, .why h2 { font-size: 2.75rem; }
  .audience__grid { grid-template-columns: 1fr; }
  .audience-card, .audience-card:last-child { grid-column: auto; min-height: 315px; }
  .service-item { grid-template-columns: 42px 1fr; gap: 14px; padding: 24px 0; }
  .service-item p { grid-column: 2; }
  .service-item:hover { padding-inline: 10px; }
  .method__grid { gap: 60px; }
  .method__intro h2, .contact h2 { font-size: 3.6rem; }
  .why__grid { gap: 42px; }
  .why__photo-row { grid-template-columns: 1fr; margin-top: 55px; }
  .why__photo-row figure { height: 420px; }
  .why__note { min-height: 280px; }
  .statement { margin-top: 65px; padding: 35px 24px; }
  .statement p + p { margin-left: 0; }
  .statement > span { display: none; }
  .faq__grid { gap: 50px; }
  .faq details p { padding-right: 0; }
  .contact__shell { gap: 55px; }
  .contact-form { padding: 28px 22px; box-shadow: 7px 7px 0 var(--ink); }
  .footer__top { grid-template-columns: 1fr; }
  .footer__company { grid-template-columns: 1fr; }
  .footer__bottom { flex-direction: column; }
  .footer__bottom div { flex-direction: column; gap: 8px; }
  .legal-main { padding: 55px 0 80px; }
  .legal-layout { gap: 45px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
