:root {
  --ink: #1d1a57;
  --ink-soft: #5f5a80;
  --indigo: #4d3bdd;
  --indigo-deep: #2d247f;
  --teal: #13aaa5;
  --aqua: #83e5df;
  --coral: #ff6257;
  --yellow: #ffbd42;
  --paper: #fbfbfe;
  --lavender: #eeedfb;
  --line: rgba(42, 35, 112, .12);
  --shadow: 0 24px 60px rgba(34, 28, 103, .12);
  --radius: 28px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: 'SF Pro Text', 'Avenir Next', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body::selection { background: var(--aqua); color: var(--ink); }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.container { width: min(var(--container), calc(100% - 64px)); margin: 0 auto; }
.section-pad { padding: 132px 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 99; padding: 10px 16px; border-radius: 10px; background: var(--ink); color: #fff; transform: translateY(-160%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: absolute; top: 0; z-index: 10; width: 100%; color: var(--ink); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; height: 94px; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: 'SF Pro Display', 'Avenir Next', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; font-size: 20px; font-weight: 800; letter-spacing: -.06em; white-space: nowrap; }
.brand img { width: 38px; height: 38px; border-radius: 11px; box-shadow: 0 6px 18px rgba(34, 29, 114, .18); }
.brand > span span { color: var(--indigo); }
.site-nav { display: flex; align-items: center; gap: 31px; margin-left: auto; }
.site-nav a { color: var(--ink-soft); font-size: 14px; font-weight: 600; transition: color .2s ease; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--indigo); }
.nav-actions { display: flex; align-items: center; gap: 16px; }
.language-switcher { display: flex; padding: 4px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.48); }
.language-switcher button { padding: 5px 9px; border: 0; border-radius: 999px; color: var(--ink-soft); background: transparent; font-size: 11px; font-weight: 800; cursor: pointer; }
.language-switcher button[aria-pressed="true"] { background: #fff; color: var(--ink); box-shadow: 0 2px 8px rgba(30, 25, 92, .08); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 52px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { background: var(--indigo); color: #fff; box-shadow: 0 14px 24px rgba(77, 59, 221, .24); }
.button-primary:hover, .button-primary:focus-visible { background: #3d2ccb; box-shadow: 0 18px 30px rgba(77, 59, 221, .3); }
.button-dark { min-height: 40px; padding: 0 17px; background: var(--ink); color: #fff; }
.button-dark:hover, .button-dark:focus-visible { background: var(--indigo); }
.button-small { font-size: 12px; }
.button-light { background: #fff; color: var(--ink); box-shadow: 0 14px 24px rgba(11, 15, 68, .16); }
.button-light:hover, .button-light:focus-visible { box-shadow: 0 18px 30px rgba(11, 15, 68, .22); }
.button-arrow { font-size: 18px; line-height: 1; }
.text-link { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); font-size: 14px; font-weight: 700; }
.text-link:hover, .text-link:focus-visible { color: var(--indigo); }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--ink); }

.hero { position: relative; min-height: 710px; overflow: hidden; background: linear-gradient(135deg, #f5f4ff 0%, #fbfbfe 53%, #edfbfa 100%); }
.hero::before { position: absolute; inset: 0; opacity: .34; background-image: linear-gradient(rgba(49, 38, 140, .06) 1px, transparent 1px), linear-gradient(90deg, rgba(49, 38, 140, .06) 1px, transparent 1px); background-size: 62px 62px; content: ''; mask-image: linear-gradient(to bottom, #000, transparent 76%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(8px); pointer-events: none; }
.hero-glow-one { width: 360px; height: 360px; top: 100px; left: -160px; background: rgba(128, 109, 243, .2); }
.hero-glow-two { width: 320px; height: 320px; right: -120px; bottom: -90px; background: rgba(82, 222, 210, .18); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .91fr) minmax(450px, 1.09fr); align-items: center; gap: 32px; min-height: 710px; padding-top: 70px; }
.hero-copy { position: relative; z-index: 2; padding: 42px 0 55px; }
.eyebrow { display: flex; align-items: center; gap: 9px; color: var(--teal); font-size: 11px; font-weight: 800; letter-spacing: .16em; }
.eyebrow-dark { color: var(--indigo); }
.eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 5px rgba(19,170,165,.1); }
.hero h1, h2, h3 { font-family: 'SF Pro Display', 'Avenir Next', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; letter-spacing: -.065em; }
.hero h1 { max-width: 640px; margin: 23px 0 22px; font-size: clamp(52px, 6.1vw, 82px); line-height: .99; font-weight: 800; }
.hero h1 em, h2 em { color: var(--indigo); font-style: normal; }
.hero-lede { max-width: 550px; margin: 0; color: var(--ink-soft); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.hero-note { display: flex; align-items: center; gap: 9px; margin-top: 25px; color: #777194; font-size: 12px; }
.mini-check { display: inline-flex; align-items: center; justify-content: center; width: 18px; height: 18px; border-radius: 50%; background: var(--aqua); color: var(--ink); font-size: 12px; font-weight: 900; }
.hero-visual { position: relative; display: grid; place-items: center; min-height: 570px; }
.hero-illustration { position: relative; z-index: 1; width: min(100%, 660px); filter: drop-shadow(0 20px 32px rgba(31, 25, 102, .08)); }
.hero-badge { position: absolute; top: 88px; right: 25px; z-index: 2; display: flex; align-items: center; gap: 9px; padding: 9px 13px 9px 9px; border: 1px solid rgba(255,255,255,.8); border-radius: 999px; background: rgba(255,255,255,.78); box-shadow: 0 12px 24px rgba(36, 31, 111, .1); color: var(--ink-soft); font-size: 9px; font-weight: 800; letter-spacing: .13em; backdrop-filter: blur(12px); }
.hero-badge img { width: 27px; height: 27px; border-radius: 8px; }
.visual-orbit { position: absolute; border: 1px solid rgba(77,59,221,.13); border-radius: 50%; pointer-events: none; }
.orbit-one { width: 550px; height: 440px; transform: rotate(-17deg); }
.orbit-two { width: 420px; height: 525px; transform: rotate(42deg); border-color: rgba(19,170,165,.13); }

.proof-strip { background: var(--ink); color: #fff; }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-item { display: flex; align-items: center; gap: 14px; min-height: 102px; padding: 22px 18px; border-right: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.76); font-size: 13px; line-height: 1.35; }
.proof-item:first-child { padding-left: 0; }
.proof-item:last-child { border-right: 0; }
.proof-item strong { color: var(--aqua); font-family: 'SF Pro Display', 'Avenir Next', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; font-size: 11px; letter-spacing: .1em; }

.features-section { background: #fff; }
.section-intro { margin-bottom: 57px; }
.split-intro { display: grid; grid-template-columns: 1.15fr .7fr; gap: 70px; align-items: end; }
.section-intro h2 { max-width: 710px; margin: 17px 0 0; font-size: clamp(35px, 4.2vw, 57px); line-height: 1.08; }
.section-intro > p { max-width: 410px; margin: 0 0 2px; color: var(--ink-soft); font-size: 16px; }
.feature-grid { display: grid; grid-template-columns: 1.15fr 1fr 1fr; gap: 17px; }
.feature-card { position: relative; min-height: 440px; padding: 28px; overflow: hidden; border-radius: var(--radius); }
.feature-indigo { background: var(--indigo); color: #fff; }
.feature-teal { background: #c9f4f1; color: var(--ink); }
.feature-warm { background: #fff0d2; color: var(--ink); }
.feature-topline { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; }
.feature-number { font-family: 'SF Pro Display', 'Avenir Next', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; font-size: 12px; font-weight: 800; letter-spacing: .1em; opacity: .55; }
.feature-chip { padding: 6px 9px; border-radius: 999px; background: rgba(255,255,255,.12); font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.feature-teal .feature-chip, .feature-warm .feature-chip { background: rgba(29,26,87,.07); }
.feature-card h3 { position: relative; z-index: 1; max-width: 300px; margin: 47px 0 12px; font-size: 29px; line-height: 1.12; }
.feature-card p { position: relative; z-index: 1; max-width: 320px; margin: 0; color: inherit; opacity: .72; font-size: 14px; line-height: 1.65; }
.folder-illustration { position: absolute; right: 10px; bottom: -38px; width: 320px; height: 210px; transform: rotate(-8deg); }
.folder-back, .folder-front { position: absolute; border-radius: 22px; }
.folder-back { top: 19px; left: 35px; width: 260px; height: 165px; background: rgba(255,255,255,.24); transform: rotate(9deg); }
.folder-front { bottom: 0; width: 298px; height: 178px; padding: 56px 30px 20px; background: #36289a; box-shadow: 0 20px 30px rgba(22, 16, 94, .26); }
.folder-tab { position: absolute; top: -1px; left: 26px; width: 86px; height: 31px; border-radius: 13px 13px 0 0; background: #36289a; }
.folder-front i { display: block; width: 75%; height: 5px; margin: 8px 0; border-radius: 5px; background: rgba(255,255,255,.17); }
.folder-front i:nth-child(3) { width: 56%; }.folder-front i:nth-child(4) { width: 65%; }
.folder-spark { position: absolute; top: 0; right: 9px; color: var(--coral); font-size: 45px; transform: rotate(11deg); }
.compare-illustration { position: absolute; bottom: 28px; left: 28px; display: flex; width: calc(100% - 56px); height: 150px; overflow: hidden; border-radius: 17px; background: #fff; box-shadow: 0 16px 22px rgba(42, 137, 132, .12); transform: rotate(4deg); }
.compare-image { position: relative; flex: 1; overflow: hidden; background: #5eaae4; }
.compare-before { filter: saturate(.6) contrast(.8); }.compare-after { background: #56bfc1; }
.compare-label { position: absolute; top: 12px; left: 13px; z-index: 1; color: #fff; font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.mountain { position: absolute; right: -12px; bottom: -4px; width: 130px; height: 100px; background: #2c2b8f; clip-path: polygon(0 100%, 32% 38%, 50% 64%, 76% 10%, 100% 100%); }
.compare-before .mountain { background: #7b72be; }.compare-handle { position: absolute; top: 50%; left: 50%; display: grid; place-items: center; width: 29px; height: 29px; border-radius: 50%; background: #fff; color: var(--ink); font-size: 14px; font-weight: 800; transform: translate(-50%, -50%); box-shadow: 0 4px 9px rgba(27, 45, 98, .2); }
.rollback-illustration { position: absolute; right: 20px; bottom: 26px; left: 28px; height: 150px; }
.rollback-ring { position: absolute; top: 17px; left: 11px; display: grid; place-items: center; width: 108px; height: 108px; border: 14px solid rgba(255,255,255,.65); border-top-color: var(--coral); border-right-color: var(--coral); border-radius: 50%; color: var(--coral); font-size: 43px; transform: rotate(-30deg); }
.rollback-ring span { transform: rotate(30deg); }.rollback-line { position: absolute; right: 5px; bottom: 40px; width: 140px; height: 2px; background: rgba(29,26,87,.14); }.rollback-dots { position: absolute; right: 5px; bottom: 22px; display: flex; gap: 25px; }.rollback-dots i { width: 13px; height: 13px; border-radius: 50%; background: #f1c35c; }.rollback-dots i:nth-child(2) { background: #f0a48a; }.rollback-dots i:nth-child(3) { background: var(--coral); }
.format-row { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 44px; color: var(--ink-soft); font-size: 13px; }
.format-list { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }.format-list span { padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); font-size: 11px; font-weight: 700; }

.workflow-section { background: var(--lavender); }
.centered-intro { text-align: center; }.centered-intro .eyebrow { justify-content: center; }.centered-intro h2 { margin-right: auto; margin-left: auto; }.centered-intro p { max-width: 500px; margin: 20px auto 0; color: var(--ink-soft); }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 55px; }.step { position: relative; }.step-icon { display: grid; place-items: center; width: 66px; height: 66px; border-radius: 20px; color: #fff; font-family: 'SF Pro Display', 'Avenir Next', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; font-size: 16px; font-weight: 800; box-shadow: 0 10px 20px rgba(46, 35, 133, .16); }.step-icon-indigo { background: var(--indigo); }.step-icon-teal { background: var(--teal); }.step-icon-coral { background: var(--coral); }.step-line { position: absolute; top: 32px; left: 88px; right: -50px; border-top: 1px dashed rgba(77,59,221,.25); }.step h3 { margin: 25px 0 8px; font-size: 21px; }.step p { max-width: 270px; margin: 0; color: var(--ink-soft); font-size: 14px; }.workflow-callout { display: flex; align-items: center; gap: 17px; margin-top: 77px; padding: 23px 27px; border: 1px solid rgba(77,59,221,.13); border-radius: 18px; background: rgba(255,255,255,.52); }.callout-lock { display: grid; place-items: center; width: 42px; height: 42px; flex: 0 0 auto; border-radius: 13px; background: var(--ink); color: var(--aqua); font-size: 24px; }.workflow-callout div:nth-child(2) { display: flex; flex-direction: column; gap: 2px; }.workflow-callout strong { font-family: 'SF Pro Display', 'Avenir Next', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; font-size: 14px; }.workflow-callout span { color: var(--ink-soft); font-size: 13px; }.workflow-callout .text-link { margin-left: auto; flex: 0 0 auto; color: var(--indigo); font-size: 12px; }

.audience-section { background: var(--ink); color: #fff; overflow: hidden; }.audience-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 120px; align-items: center; }.audience-section .eyebrow { color: var(--aqua); }.audience-copy h2 { max-width: 620px; margin: 21px 0; color: #fff; font-size: clamp(35px, 4.1vw, 56px); line-height: 1.08; }.audience-copy p { max-width: 500px; margin: 0; color: rgba(255,255,255,.64); font-size: 16px; }.audience-list { display: flex; flex-direction: column; gap: 0; }.audience-row { display: grid; grid-template-columns: 46px 1fr; gap: 16px; padding: 23px 0; border-bottom: 1px solid rgba(255,255,255,.14); }.audience-row:first-child { border-top: 1px solid rgba(255,255,255,.14); }.audience-mark { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 13px; background: rgba(255,255,255,.1); color: var(--aqua); font-size: 21px; }.audience-row strong { display: block; font-family: 'SF Pro Display', 'Avenir Next', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; font-size: 17px; }.audience-row p { margin: 4px 0 0; color: rgba(255,255,255,.6); font-size: 13px; line-height: 1.5; }

.faq-section { background: #fff; }.faq-grid { display: grid; grid-template-columns: .72fr 1.2fr; gap: 110px; }.faq-grid h2 { margin: 19px 0 16px; font-size: 50px; }.faq-grid > div > p { max-width: 260px; margin: 0; color: var(--ink-soft); }.faq-list { border-top: 1px solid var(--line); }.faq-list details { border-bottom: 1px solid var(--line); }.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px 0; cursor: pointer; list-style: none; font-family: 'SF Pro Display', 'Avenir Next', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; font-size: 18px; font-weight: 700; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary::after { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; background: var(--lavender); color: var(--indigo); content: '+'; font-family: 'SF Pro Text', 'Avenir Next', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; font-size: 20px; font-weight: 500; }.faq-list details[open] summary::after { content: '−'; }.faq-list details p { max-width: 640px; margin: -8px 42px 25px 0; color: var(--ink-soft); font-size: 14px; }

.final-cta { position: relative; overflow: hidden; background: linear-gradient(135deg, var(--indigo) 0%, #3624a8 100%); color: #fff; text-align: center; }.final-cta::before, .final-cta::after { position: absolute; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; content: ''; }.final-cta::before { width: 600px; height: 600px; top: -360px; left: -100px; }.final-cta::after { width: 480px; height: 480px; right: -130px; bottom: -330px; }.final-cta-inner { position: relative; z-index: 1; }.final-cta .eyebrow { justify-content: center; color: var(--aqua); }.final-spark { position: absolute; top: -30px; right: 18%; color: var(--coral); font-size: 42px; }.final-cta h2 { margin: 17px 0 12px; color: #fff; font-size: clamp(42px, 5.5vw, 72px); }.final-cta p { margin: 0 auto 31px; color: rgba(255,255,255,.7); }.final-cta .button { margin-bottom: 22px; }.support-note { margin: 0 !important; font-size: 12px; }.support-note a { color: var(--aqua); font-weight: 700; }.support-note a:hover { color: #fff; }

.site-footer { padding: 56px 0 24px; background: #fff; }.footer-grid { display: flex; justify-content: space-between; gap: 60px; padding-bottom: 50px; }.brand-footer img { width: 34px; height: 34px; border-radius: 10px; }.footer-brand p { margin: 17px 0 0 3px; color: var(--ink-soft); font-size: 13px; }.footer-links { display: flex; gap: 100px; }.footer-links div { display: flex; flex-direction: column; gap: 10px; min-width: 112px; }.footer-links strong { margin-bottom: 7px; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }.footer-links a { color: var(--ink-soft); font-size: 13px; }.footer-links a:hover { color: var(--indigo); }.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 20px; border-top: 1px solid var(--line); color: #9893b0; font-size: 11px; }

/* Legal pages */
.legal-page { background: #fff; }.legal-page .site-header { position: relative; background: #fff; border-bottom: 1px solid var(--line); }.legal-hero { padding: 92px 0 54px; background: var(--lavender); }.legal-hero h1 { margin: 16px 0 12px; font-family: 'SF Pro Display', 'Avenir Next', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; font-size: clamp(42px, 5vw, 70px); line-height: 1; letter-spacing: -.07em; }.legal-hero p { margin: 0; color: var(--ink-soft); font-size: 14px; }.legal-content { max-width: 820px; padding-top: 75px; padding-bottom: 100px; }.legal-content h2 { margin: 48px 0 14px; font-size: 25px; line-height: 1.2; }.legal-content h2:first-child { margin-top: 0; }.legal-content h3 { margin: 27px 0 8px; font-size: 17px; }.legal-content p, .legal-content li { color: var(--ink-soft); font-size: 15px; }.legal-content ul { padding-left: 22px; }.legal-content li { margin: 7px 0; }.legal-content a { color: var(--indigo); font-weight: 700; }.legal-content .legal-note { padding: 18px 20px; border-left: 4px solid var(--teal); border-radius: 0 12px 12px 0; background: #effbfa; color: var(--ink); }.language-content[hidden] { display: none; }

@media (max-width: 960px) {
  .container { width: min(var(--container), calc(100% - 40px)); }.nav-wrap { gap: 15px; }.site-nav { gap: 18px; }.nav-actions { gap: 9px; }.hero-grid { grid-template-columns: 1fr 1fr; }.hero h1 { font-size: clamp(48px, 6vw, 72px); }.hero-visual { min-height: 470px; }.hero-badge { top: 36px; right: 0; }.orbit-one { width: 420px; height: 340px; }.orbit-two { width: 330px; height: 410px; }.feature-grid { grid-template-columns: 1fr 1fr; }.feature-card-large { grid-column: span 2; min-height: 410px; }.feature-card-large p { max-width: 460px; }.folder-illustration { right: 60px; }.audience-grid { gap: 70px; }.faq-grid { gap: 65px; }
}
@media (max-width: 720px) {
  .container { width: min(var(--container), calc(100% - 32px)); }.section-pad { padding: 86px 0; }.site-header { position: absolute; }.nav-wrap { height: 78px; }.brand img { width: 34px; height: 34px; }.brand { font-size: 18px; }.menu-toggle { display: block; margin-left: auto; padding: 8px; font-size: 0; }.menu-toggle::before { display: block; width: 21px; height: 14px; border-top: 2px solid currentColor; border-bottom: 2px solid currentColor; content: ''; }.menu-toggle::after { display: block; width: 21px; margin-top: -8px; border-top: 2px solid currentColor; content: ''; }.site-nav { position: absolute; top: 70px; right: 16px; left: 16px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.96); box-shadow: var(--shadow); }.site-nav.is-open { display: flex; }.site-nav a { padding: 10px 12px; }.nav-actions { margin-left: 0; }.nav-actions .button { display: none; }.language-switcher { margin-left: 0; }.hero { min-height: auto; padding-top: 115px; }.hero-grid { display: flex; flex-direction: column; gap: 8px; min-height: auto; padding-top: 0; }.hero-copy { padding: 38px 0 0; }.hero h1 { margin-top: 20px; font-size: clamp(48px, 15vw, 70px); }.hero-lede { font-size: 16px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; margin-top: 27px; }.hero-note { margin-top: 20px; }.hero-visual { width: 100%; min-height: 400px; margin-top: -2px; }.hero-badge { top: 18px; right: 7%; }.hero-illustration { width: 113%; max-width: 620px; }.orbit-one { width: 88%; height: 290px; }.orbit-two { width: 66%; height: 360px; }.proof-grid { grid-template-columns: 1fr 1fr; }.proof-item, .proof-item:first-child { min-height: 91px; padding: 16px 12px; }.proof-item:nth-child(2) { border-right: 0; }.proof-item:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.12); }.split-intro { display: block; }.split-intro > p { margin-top: 23px; }.section-intro { margin-bottom: 37px; }.section-intro h2 { font-size: 38px; }.feature-grid { display: flex; flex-direction: column; }.feature-card, .feature-card-large { min-height: 390px; }.folder-illustration { right: 20px; transform: scale(.82) rotate(-8deg); transform-origin: right bottom; }.format-row { display: block; margin-top: 29px; }.format-list { justify-content: flex-start; margin-top: 14px; }.steps-grid { grid-template-columns: 1fr; gap: 35px; }.step { display: grid; grid-template-columns: 66px 1fr; column-gap: 17px; }.step-icon { grid-row: span 2; }.step h3 { margin: 4px 0 3px; }.step p { max-width: none; }.step-line { display: none; }.workflow-callout { align-items: flex-start; flex-wrap: wrap; margin-top: 55px; padding: 19px; }.workflow-callout .text-link { width: 100%; margin: 5px 0 0 59px; }.audience-grid, .faq-grid { display: block; }.audience-copy h2 { font-size: 38px; }.audience-list { margin-top: 48px; }.faq-grid h2 { font-size: 44px; }.faq-grid > div > p { margin-bottom: 45px; }.faq-list summary { font-size: 16px; }.final-spark { top: -28px; right: 7%; }.footer-grid { display: block; padding-bottom: 35px; }.footer-links { gap: 45px; margin-top: 38px; }.footer-bottom { display: block; line-height: 1.7; }.footer-bottom span { display: block; }.footer-bottom span + span { margin-top: 5px; }.legal-hero { padding: 58px 0 42px; }.legal-content { padding-top: 48px; padding-bottom: 65px; }.legal-content h2 { margin-top: 40px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.button { transition: none; }.button:hover, .button:focus-visible { transform: none; } }
