:root {
  --ink: #10182c;
  --navy: #0b1020;
  --blue: #2f5fe3;
  --violet: #7558dc;
  --muted: #667085;
  --line: #dfe4ed;
  --paper: #f8f7f4;
  font-family: "DM Sans", sans-serif;
  color: var(--ink);
  background: #fff;
  font-synthesis: none;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; overflow-x: hidden; }
a { color: inherit; }
.site-header {
  position: absolute; z-index: 10; top: 0; left: 50%; width: min(1220px, calc(100% - 48px)); height: 88px;
  display: flex; align-items: center; justify-content: space-between; transform: translateX(-50%);
}
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font: 800 20px Manrope; letter-spacing: -.045em; }
.brand img { display: block; }
.brand span span { color: var(--blue); }
.site-header nav { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 600; }
.site-header nav a { text-decoration: none; }
.site-header nav > a:not(.nav-cta):hover { color: var(--blue); }
.nav-cta { padding: 11px 16px; border: 1px solid #cfd6e4; border-radius: 9px; background: #fff; box-shadow: 0 5px 20px #10182c0a; }
.nav-cta span { margin-left: 7px; color: var(--blue); }
.hero {
  position: relative; min-height: 790px; display: grid; grid-template-columns: minmax(0, .85fr) minmax(510px, 1.15fr);
  gap: clamp(30px, 5vw, 85px); align-items: center; padding: 145px max(24px, calc((100vw - 1220px) / 2)) 90px;
  overflow: hidden; background: linear-gradient(145deg, #fff 30%, #f5f7ff 100%);
}
.hero::before { content: ""; position: absolute; inset: 0; opacity: .28; background-image: radial-gradient(#6d7b9c 0.55px, transparent .55px); background-size: 18px 18px; mask-image: linear-gradient(to right, transparent 3%, #000 40%, transparent 95%); }
.hero-glow { position: absolute; width: 650px; height: 650px; right: -220px; top: 10px; border-radius: 50%; background: #5a5ce320; filter: blur(70px); }
.hero-copy, .product-showcase { position: relative; z-index: 1; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 18px; color: var(--blue); text-transform: uppercase; letter-spacing: .16em; font-size: 11px; font-weight: 800; }
.eyebrow span { width: 24px; height: 2px; background: currentColor; }
.hero h1, .section-heading h2, .feature-copy h2, .final-cta h2 {
  margin: 0; font: 600 clamp(52px, 5.3vw, 78px)/.98 Newsreader, serif; letter-spacing: -.05em;
}
.hero h1 em, .section-heading h2 em { color: var(--blue); font-weight: inherit; }
.hero-lede { max-width: 590px; margin: 27px 0 0; color: #536079; font-size: clamp(17px, 1.5vw, 20px); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; padding: 15px 21px; border-radius: 10px; text-decoration: none; font-size: 14px; font-weight: 800; transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--blue); color: #fff; box-shadow: 0 12px 30px #2f5fe32e; }
.button-primary:hover { box-shadow: 0 15px 35px #2f5fe347; }
.text-link { text-decoration: none; color: #45516a; font-size: 14px; font-weight: 700; }
.text-link span { margin-left: 7px; color: var(--blue); }
.trust-list { display: flex; flex-wrap: wrap; gap: 19px; margin: 28px 0 0; padding: 0; list-style: none; color: #758096; font-size: 11px; }
.trust-list span { display: inline-grid; place-items: center; width: 17px; height: 17px; margin-right: 5px; border-radius: 50%; background: #e7edff; color: var(--blue); font-size: 9px; font-weight: 900; }
.product-showcase { min-width: 0; perspective: 1400px; }
.showcase-orbit { position: absolute; border: 1px solid #8f9fd82b; border-radius: 50%; }
.orbit-one { inset: -115px -130px -100px 0; }
.orbit-two { inset: -55px -70px -40px 65px; }
.editor-card {
  position: relative; min-height: 560px; display: grid; grid-template-columns: 35% 65%; padding: 10px; border: 1px solid #ccd4e3;
  border-radius: 18px; background: #e9edf4; box-shadow: 0 35px 90px #17233d24; transform: rotateY(-4deg) rotateX(1deg);
}
.mini-sidebar { padding: 20px 18px; border-radius: 11px 0 0 11px; background: #fff; }
.mini-brand { display: flex; align-items: center; gap: 7px; margin-bottom: 41px; font: 800 11px Manrope; }
.mini-brand img { width: 22px; }
.mini-sidebar > p { margin: 0 0 5px; color: var(--blue); text-transform: uppercase; letter-spacing: .14em; font-size: 6px; font-weight: 800; }
.mini-sidebar h2 { margin: 0 0 18px; font: 700 17px Manrope; letter-spacing: -.04em; }
.mini-tabs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3px; margin-bottom: 22px; padding: 3px; border-radius: 5px; background: #f1f3f6; color: #9aa2af; font-size: 5px; font-weight: 700; text-align: center; }
.mini-tabs span { padding: 5px 1px; }
.mini-tabs .active { border-radius: 3px; background: #fff; color: #27334a; box-shadow: 0 1px 4px #0000000e; }
.mini-sidebar label { display: block; margin: 0 0 14px; color: #4d586d; font-size: 6px; font-weight: 700; }
.mini-sidebar i { display: block; margin-top: 5px; padding: 8px; border: 1px solid #dfe3ea; border-radius: 4px; color: #1d2941; font-size: 7px; font-style: normal; font-weight: 500; }
.mini-ai { margin-top: 22px; padding: 10px; border: 1px solid #cad5fa; border-radius: 6px; background: #f4f6ff; color: var(--blue); font-size: 6px; font-weight: 800; }
.resume-card { position: relative; margin: 18px; padding: 35px 38px; overflow: hidden; background: white; box-shadow: 0 9px 25px #17233d1a; }
.resume-topline { display: flex; justify-content: space-between; margin-bottom: 24px; color: #71809a; text-transform: uppercase; letter-spacing: .11em; font-size: 5px; }
.resume-topline b { color: #3e9b6c; }
.resume-card h3 { margin: 0; font: 800 24px Manrope; letter-spacing: -.045em; }
.resume-card h4 { margin: 3px 0 0; color: var(--blue); font: 700 9px Manrope; }
.contact { margin: 11px 0 22px; padding-bottom: 16px; border-bottom: 2px solid #17233d; color: #7d8798; font-size: 5px; letter-spacing: .06em; }
.resume-card section { margin-top: 19px; }
.resume-card h5 { display: flex; align-items: center; gap: 10px; margin: 0 0 9px; color: #1b2944; text-transform: uppercase; letter-spacing: .14em; font: 800 6px Manrope; }
.resume-card h5::after { content: ""; height: 1px; flex: 1; background: #e0e4eb; }
.resume-card section p { margin: 0; color: #59657a; font-size: 6.5px; line-height: 1.65; }
.impact-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; }
.impact-row b { padding: 10px; border-left: 2px solid var(--blue); background: #f2f5fc; color: #214dbd; font: 800 13px Manrope; }
.impact-row small { display: block; margin-top: 2px; color: #7c8799; font: 500 5px DM Sans; }
.role-line { display: flex; justify-content: space-between; color: #1d2d4e; font-size: 7px; }
.role-line span { color: #7f8999; font-size: 5px; }
.resume-card section > strong { display: block; margin: 2px 0 6px; color: var(--blue); font-size: 6px; }
.ai-chip { position: absolute; right: -25px; bottom: 67px; min-width: 198px; display: grid; grid-template-columns: 30px 1fr; padding: 13px; border: 1px solid #d9d5fa; border-radius: 10px; background: #fff; box-shadow: 0 14px 38px #18264a2c; }
.ai-chip > span { grid-row: 1 / 3; display: grid; place-items: center; width: 28px; height: 28px; border-radius: 8px; background: linear-gradient(145deg, var(--blue), var(--violet)); color: #fff; }
.ai-chip b { font-size: 8px; }
.ai-chip small { margin-top: 2px; color: #8a93a3; font-size: 6px; }
.proof-strip { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 27px max(24px, calc((100vw - 1220px) / 2)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.proof-strip p { margin: 0; color: #637087; font-size: 13px; }
.proof-strip em { color: var(--ink); font-style: normal; font-weight: 700; }
.proof-strip div { display: flex; gap: 28px; color: #3f4c63; text-transform: uppercase; letter-spacing: .12em; font-size: 8px; font-weight: 800; }
.proof-strip span::before { content: "·"; margin-right: 10px; color: var(--blue); }
.section-shell { max-width: 1220px; margin: 0 auto; padding: 120px 0; }
.steps { display: grid; grid-template-columns: .8fr 1.4fr; gap: 100px; }
.section-heading h2 { font-size: clamp(43px, 4vw, 61px); }
.step-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.step-grid article { position: relative; padding: 35px 27px 20px; border-left: 1px solid var(--line); }
.step-grid article:last-child { border-right: 1px solid var(--line); }
.step-grid article > span { position: absolute; top: -9px; left: 25px; padding: 0 7px; background: #fff; color: #9aa3b1; font-size: 8px; font-weight: 800; }
.step-icon { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 45px; border-radius: 12px; background: #eef2ff; color: var(--blue); font-size: 17px; }
.step-grid h3 { margin: 0 0 12px; font: 700 17px Manrope; }
.step-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.feature-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 610px; background: var(--navy); color: #fff; }
.feature-copy { padding: 105px max(40px, calc((100vw - 1220px) / 2)); padding-right: 75px; background: radial-gradient(circle at 20% 100%, #3149a552, transparent 45%); }
.eyebrow-light { color: #819eff; }
.feature-copy h2 { font-size: clamp(44px, 4.3vw, 64px); }
.feature-copy > p:not(.eyebrow) { max-width: 510px; margin: 24px 0 32px; color: #aeb7c9; font-size: 16px; line-height: 1.7; }
.button-light { background: #fff; color: var(--navy); }
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; border-left: 1px solid #ffffff19; }
.feature-grid article { padding: 62px 45px; border-right: 1px solid #ffffff19; border-bottom: 1px solid #ffffff19; }
.feature-grid article > span { color: #8ea6ff; font-size: 25px; }
.feature-grid h3 { margin: 45px 0 12px; font: 700 18px Manrope; }
.feature-grid p { margin: 0; color: #9fa9bc; font-size: 13px; line-height: 1.7; }
.final-cta { display: flex; align-items: end; justify-content: space-between; gap: 60px; }
.final-cta h2 { font-size: clamp(45px, 4.7vw, 68px); }
.final-cta p:not(.eyebrow) { margin: 17px 0 0; color: var(--muted); font-size: 16px; }
.support-section { padding: 0 max(24px, calc((100vw - 1220px) / 2)) 90px; }
.support-inner { position: relative; display: grid; grid-template-columns: .9fr .8fr; gap: 70px; align-items: end; padding: 65px 72px; overflow: hidden; border-radius: 24px; background: var(--navy); color: #fff; }
.support-inner::after { content: ""; position: absolute; right: -100px; bottom: -180px; width: 420px; height: 420px; border-radius: 50%; background: #485bd347; filter: blur(30px); }
.support-mark { position: absolute; top: 35px; right: 48px; color: #829dff; font: 400 36px Newsreader; }
.support-inner h2 { margin: 0; font: 600 clamp(42px, 4vw, 59px)/1 Newsreader, serif; letter-spacing: -.045em; }
.support-copy { position: relative; z-index: 1; }
.support-copy p { margin: 0 0 25px; color: #aeb7c9; font-size: 15px; line-height: 1.75; }
.support-button { display: inline-flex; align-items: center; gap: 18px; padding: 13px 17px; border: 1px solid #ffffff4a; border-radius: 9px; background: #fff; color: var(--navy); text-decoration: none; font-size: 12px; font-weight: 800; box-shadow: 0 10px 28px #00000020; transition: transform .2s, box-shadow .2s; }
.support-button span { color: var(--blue); }
.support-button:hover { transform: translateY(-2px); box-shadow: 0 14px 34px #0000002e; }
footer { min-height: 100px; display: flex; align-items: center; justify-content: space-between; padding: 25px max(24px, calc((100vw - 1220px) / 2)); border-top: 1px solid var(--line); background: var(--paper); }
.footer-copy { text-align: center; }
.footer-copy p { margin: 0; color: #5f697b; font-size: 12px; }
.footer-copy span { display: block; margin-top: 3px; color: #939baa; font-size: 9px; }
footer nav { display: flex; align-items: center; gap: 20px; }
footer nav a { text-decoration: none; color: #626d80; font-size: 11px; font-weight: 700; }
footer nav a:hover { color: var(--blue); }
footer nav a:last-child { color: #37445c; font-weight: 800; }
footer nav a:last-child span { margin-left: 5px; color: var(--blue); }

/* Motion is progressively enabled by landing.js so content remains visible without JavaScript. */
.motion-ready .site-header,
.motion-ready .hero-copy > *,
.motion-ready .product-showcase { opacity: 0; }
.motion-ready .site-header { transform: translate(-50%, -12px); }
.motion-ready .hero-copy > * { transform: translateY(18px); }
.motion-ready .product-showcase { transform: translateX(24px) scale(.985); }
.motion-ready.page-loaded .site-header {
  opacity: 1; transform: translate(-50%, 0); transition: opacity .65s ease, transform .65s cubic-bezier(.22, 1, .36, 1);
}
.motion-ready.page-loaded .hero-copy > * {
  opacity: 1; transform: none; transition: opacity .7s ease, transform .75s cubic-bezier(.22, 1, .36, 1);
}
.motion-ready.page-loaded .hero-copy > :nth-child(1) { transition-delay: .08s; }
.motion-ready.page-loaded .hero-copy > :nth-child(2) { transition-delay: .16s; }
.motion-ready.page-loaded .hero-copy > :nth-child(3) { transition-delay: .24s; }
.motion-ready.page-loaded .hero-copy > :nth-child(4) { transition-delay: .32s; }
.motion-ready.page-loaded .hero-copy > :nth-child(5) { transition-delay: .4s; }
.motion-ready.page-loaded .product-showcase {
  opacity: 1; transform: none; transition: opacity .85s .22s ease, transform .95s .22s cubic-bezier(.22, 1, .36, 1);
}
.motion-ready [data-reveal] {
  opacity: 0; transform: translateY(26px); transition: opacity .65s ease var(--reveal-delay, 0ms), transform .75s cubic-bezier(.22, 1, .36, 1) var(--reveal-delay, 0ms), background-color .25s ease;
}
.motion-ready [data-reveal="left"] { transform: translateX(-28px); }
.motion-ready [data-reveal="right"] { transform: translateX(28px); }
.motion-ready [data-reveal].is-visible { opacity: 1; transform: none; }
.showcase-orbit::after {
  content: ""; position: absolute; top: -4px; left: 50%; width: 7px; height: 7px; border-radius: 50%;
  background: #5876df; box-shadow: 0 0 0 5px #5876df14;
}
.page-loaded .orbit-one { animation: orbit-drift 24s linear infinite; }
.page-loaded .orbit-two { animation: orbit-drift-reverse 31s linear infinite; }
.page-loaded .hero-glow { animation: glow-breathe 9s ease-in-out infinite; }
.page-loaded .editor-card { animation: showcase-float 7s ease-in-out infinite; }
.page-loaded .ai-chip { animation: chip-float 4.5s ease-in-out infinite; }
.motion-ready .step-grid article.is-visible:hover { transform: translateY(-5px); background: #fbfcff; transition-delay: 0ms; }
.motion-ready .feature-grid article.is-visible:hover { transform: translateY(-4px); background: #ffffff08; transition-delay: 0ms; }
.step-grid article:hover .step-icon, .feature-grid article:hover > span { transform: scale(1.08) rotate(-3deg); }
.step-icon, .feature-grid article > span { transition: transform .3s cubic-bezier(.22, 1, .36, 1); }
@keyframes showcase-float {
  0%, 100% { transform: rotateY(-4deg) rotateX(1deg) translateY(0); }
  50% { transform: rotateY(-3deg) rotateX(.5deg) translateY(-8px); }
}
@keyframes chip-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}
@keyframes orbit-drift { to { transform: rotate(360deg); } }
@keyframes orbit-drift-reverse { to { transform: rotate(-360deg); } }
@keyframes glow-breathe {
  0%, 100% { opacity: .75; transform: scale(1) translate(0); }
  50% { opacity: 1; transform: scale(1.08) translate(-18px, 12px); }
}
@media (max-width: 1050px) {
  .hero { grid-template-columns: 1fr; padding-top: 145px; }
  .hero-copy { max-width: 720px; }
  .product-showcase { width: min(720px, 100%); margin: 10px auto 0; }
  .steps { grid-template-columns: 1fr; gap: 65px; padding-left: 32px; padding-right: 32px; }
  .feature-section { grid-template-columns: 1fr; }
  .feature-copy { padding: 90px 50px; }
  .feature-grid { border-top: 1px solid #ffffff19; border-left: 0; }
  .section-shell { padding-left: 32px; padding-right: 32px; }
}
@media (max-width: 700px) {
  .site-header { width: calc(100% - 32px); }
  .site-header nav > a:not(.nav-cta) { display: none; }
  .hero { min-height: 0; grid-template-columns: 1fr; padding: 125px 20px 65px; }
  .hero h1 { font-size: clamp(47px, 13.5vw, 64px); }
  .hero-lede { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 17px; }
  .trust-list { display: grid; gap: 10px; }
  .editor-card { min-height: 440px; grid-template-columns: 1fr; padding: 8px; transform: none; }
  .mini-sidebar { display: none; }
  .resume-card { margin: 8px; padding: 28px; }
  .ai-chip { right: -7px; bottom: 35px; }
  .proof-strip { align-items: flex-start; flex-direction: column; }
  .proof-strip div { flex-wrap: wrap; gap: 14px; }
  .steps { padding-top: 85px; padding-bottom: 85px; }
  .step-grid { grid-template-columns: 1fr; border-top: 0; }
  .step-grid article, .step-grid article:last-child { border: 0; border-top: 1px solid var(--line); padding: 30px 10px 38px; }
  .step-grid article > span { left: 4px; }
  .step-icon { margin-bottom: 25px; }
  .feature-copy { padding: 78px 25px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-grid article { padding: 45px 27px; }
  .feature-grid h3 { margin-top: 25px; }
  .final-cta { align-items: flex-start; flex-direction: column; padding-top: 85px; padding-bottom: 85px; }
  .support-section { padding: 0 18px 60px; }
  .support-inner { grid-template-columns: 1fr; gap: 35px; padding: 55px 30px; }
  footer { align-items: flex-start; flex-direction: column; gap: 13px; }
  .footer-copy { text-align: left; }
  footer nav { flex-wrap: wrap; gap: 13px 19px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition-duration: .01ms !important; transition-delay: 0ms !important; }
  .motion-ready .site-header { opacity: 1; transform: translate(-50%, 0); }
  .motion-ready .hero-copy > *, .motion-ready .product-showcase, .motion-ready [data-reveal] { opacity: 1; transform: none; }
}
