:root {
  --blue: #176bff;
  --blue-bright: #3985ff;
  --lime: #c7f45a;
  --navy: #07111f;
  --navy-2: #0c1929;
  --ink: #101c2c;
  --muted: #667386;
  --paper: #f4f7fb;
  --white: #fff;
  --line: #dce4ef;
  --shadow: 0 30px 80px rgba(7, 17, 31, .18);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, "Segoe UI", Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { color: inherit; font: inherit; }
.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; z-index: 100; top: 8px; left: 8px; padding: 10px 14px; color: #fff; background: var(--navy); border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 50; top: 0; left: 0; right: 0; display: flex; width: min(1240px, calc(100% - 48px)); height: 74px; margin: 18px auto 0; padding: 0 14px 0 18px; align-items: center; justify-content: space-between; border: 1px solid transparent; border-radius: 18px; transition: .25s ease; }
.site-header.scrolled { margin-top: 10px; background: rgba(255,255,255,.88); border-color: rgba(220,228,239,.9); box-shadow: 0 12px 30px rgba(10, 25, 43, .08); backdrop-filter: blur(16px); }
.brand { display: flex; align-items: center; gap: 11px; font-size: 18px; font-weight: 800; letter-spacing: -.035em; }
.brand img { border-radius: 11px; box-shadow: 0 7px 20px rgba(23,107,255,.22); }
.site-nav { display: flex; align-items: center; gap: 30px; font-size: 13px; font-weight: 700; }
.site-nav > a:not(.nav-cta) { color: #344154; transition: color .15s ease; }
.site-nav > a:not(.nav-cta):hover { color: var(--blue); }
.nav-cta { padding: 12px 18px; color: #fff; background: var(--navy); border-radius: 11px; }
.menu-button { display: none; width: 42px; height: 42px; padding: 11px; border: 0; background: transparent; }
.menu-button > span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: var(--ink); border-radius: 2px; }

.hero { position: relative; display: grid; min-height: 830px; padding: 170px max(24px, calc((100vw - 1240px)/2)) 110px; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 70px; overflow: hidden; background: linear-gradient(145deg, #fff 18%, #f1f6ff 72%, #edf4ff); }
.hero::before { position: absolute; inset: 0; content: ""; opacity: .25; background-image: linear-gradient(rgba(23,107,255,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(23,107,255,.09) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to right, black, transparent 75%); }
.hero-glow { position: absolute; width: 680px; height: 680px; right: -210px; top: -230px; background: radial-gradient(circle, rgba(23,107,255,.22), transparent 66%); }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--blue); font-family: "DM Mono", monospace; font-size: 11px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow i { width: 7px; height: 7px; background: var(--lime); border: 2px solid var(--navy); border-radius: 50%; box-shadow: 0 0 0 4px rgba(199,244,90,.28); }
.hero h1 { max-width: 640px; margin: 25px 0 25px; font-size: clamp(57px, 6.2vw, 92px); line-height: .96; letter-spacing: -.075em; }
.hero h1 span { color: var(--blue); }
.hero-lead { max-width: 570px; margin: 0 0 34px; color: #566477; font-size: clamp(17px, 1.5vw, 20px); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; min-height: 52px; padding: 0 22px; align-items: center; justify-content: center; gap: 12px; border: 1px solid transparent; border-radius: 12px; font-size: 13px; font-weight: 800; transition: transform .16s ease, box-shadow .16s ease, background .16s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--blue); box-shadow: 0 14px 28px rgba(23,107,255,.24); }
.button-primary:hover { background: #095ce5; box-shadow: 0 18px 34px rgba(23,107,255,.3); }
.button-secondary { border-color: var(--line); background: rgba(255,255,255,.65); }
.platforms { display: flex; margin-top: 30px; align-items: center; gap: 11px; color: #7a8797; font-family: "DM Mono", monospace; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.platforms i { width: 3px; height: 3px; background: #aab5c4; border-radius: 50%; }

.product-stage { position: relative; z-index: 2; min-width: 690px; perspective: 1100px; }
.app-window { position: relative; z-index: 2; overflow: hidden; background: #f7f9fc; border: 1px solid rgba(255,255,255,.8); border-radius: 22px; box-shadow: 0 50px 100px rgba(18,56,110,.24), 0 0 0 8px rgba(255,255,255,.4); transform: rotateY(-5deg) rotateX(2deg); }
.app-topbar { display: flex; height: 52px; padding: 0 17px; align-items: center; justify-content: space-between; background: #fff; border-bottom: 1px solid #e9edf3; }
.app-brand { display: flex; align-items: center; gap: 9px; font-size: 11px; }
.app-brand img { border-radius: 8px; }
.window-controls { display: flex; gap: 6px; }
.window-controls i { width: 7px; height: 7px; background: #dbe1ea; border-radius: 50%; }
.app-body { display: grid; min-height: 450px; grid-template-columns: 62px minmax(330px, 1fr) 205px; }
.app-sidebar { display: flex; padding: 20px 15px; flex-direction: column; align-items: center; gap: 20px; background: #0b1727; }
.side-logo { width: 24px; height: 7px; margin-bottom: 11px; background: #2c83ff; border-radius: 4px; }
.app-sidebar > span { width: 22px; height: 22px; border: 1px solid #34445a; border-radius: 7px; }
.app-sidebar .side-active { background: var(--blue); border-color: var(--blue); box-shadow: 0 8px 18px rgba(23,107,255,.35); }
.side-bottom { width: 25px; height: 25px; margin-top: auto; background: #213149; border-radius: 50%; }
.meeting-view { padding: 25px 25px; background: #fff; }
.meeting-heading { display: flex; margin-bottom: 22px; align-items: flex-start; justify-content: space-between; }
.meeting-heading > div { display: grid; gap: 4px; }
.meeting-heading small, .insight-title small, .floating-card small { color: #8491a2; font-family: "DM Mono", monospace; font-size: 7px; letter-spacing: .1em; }
.meeting-heading strong { font-size: 15px; letter-spacing: -.03em; }
.live-pill { display: flex; padding: 6px 9px; align-items: center; gap: 5px; color: #e14d4d; background: #fff0f0; border-radius: 7px; font-size: 8px; font-weight: 800; }
.live-pill i { width: 5px; height: 5px; background: #ee5555; border-radius: 50%; animation: pulse 1.5s infinite; }
.wave { display: flex; height: 55px; margin-bottom: 22px; padding: 0 16px; align-items: center; justify-content: space-between; background: #f3f7ff; border-radius: 10px; }
.wave i { width: 2px; height: calc(10px + var(--n, 0)*2px); max-height: 34px; background: #2d7eff; border-radius: 2px; }
.wave i:nth-child(3n) { height: 30px; }.wave i:nth-child(4n) { height: 18px; }.wave i:nth-child(5n) { height: 36px; }.wave i:nth-child(7n) { height: 25px; }
.transcript-line { display: grid; padding: 14px 5px; grid-template-columns: 30px 1fr auto; gap: 10px; border-bottom: 1px solid #eef1f5; }
.avatar { display: grid; width: 28px; height: 28px; place-items: center; color: #174f9e; background: #d9e9ff; border-radius: 8px; font-size: 7px; }
.avatar-b { color: #785d00; background: #fff0b7; }.avatar-c { color: #3c6b58; background: #dff5e9; }
.transcript-line > div { display: grid; gap: 4px; }.transcript-line strong { font-size: 8px; }.transcript-line p { margin: 0; color: #435166; font-size: 9px; line-height: 1.5; }
.transcript-line time { color: #a2acb9; font-family: "DM Mono"; font-size: 7px; }
.active-line { margin: 0 -8px; padding: 14px 13px; background: #f4f8ff; border-radius: 9px; border: 1px solid #deebff; }.muted-line { opacity: .6; }
.insight-panel { padding: 24px 16px; background: #f2f6fb; border-left: 1px solid #e5ebf2; }
.insight-title { display: flex; align-items: center; gap: 8px; }.insight-title > span { display: grid; width: 25px; height: 25px; place-items: center; color: #fff; background: var(--blue); border-radius: 7px; }.insight-title > div { display: grid; gap: 2px; }.insight-title strong { font-size: 9px; }
.insight-panel > p { margin: 18px 0 12px; font-size: 11px; font-weight: 700; line-height: 1.5; }
.insight-meta { display: flex; align-items: center; justify-content: space-between; color: #7d8998; font-size: 7px; }.insight-meta b { color: #25a16f; }
.mini-card { margin: 20px 0 12px; padding: 12px; background: #fff; border: 1px solid #e0e6ee; border-radius: 9px; box-shadow: 0 8px 18px rgba(25,42,63,.05); }.mini-card small { color: var(--blue); font-family: "DM Mono"; font-size: 6px; }.mini-card p { margin: 6px 0 0; font-size: 8px; line-height: 1.5; }
.insight-panel button { width: 100%; padding: 8px; color: #fff; background: var(--navy); border: 0; border-radius: 7px; font-size: 7px; font-weight: 700; }
.floating-card { position: absolute; z-index: 4; display: flex; padding: 12px 15px; align-items: center; gap: 10px; background: rgba(255,255,255,.95); border: 1px solid #e0e7f0; border-radius: 12px; box-shadow: 0 18px 40px rgba(14,39,72,.16); backdrop-filter: blur(10px); }
.floating-card > div { display: grid; gap: 2px; }.floating-card strong { font-size: 10px; }.local-card { left: -32px; bottom: -28px; }.local-card > i { width: 25px; height: 25px; background: radial-gradient(circle at center, var(--lime) 0 28%, #163e32 30% 40%, #e2f8ec 42%); border-radius: 50%; }.search-card { right: -23px; top: 82px; }.search-card > span { color: var(--blue); font-size: 22px; }
.stage-orbit { position: absolute; z-index: 0; border: 1px solid rgba(23,107,255,.13); border-radius: 50%; }.orbit-one { width: 560px; height: 560px; right: -210px; top: -90px; }.orbit-two { width: 430px; height: 430px; right: -145px; top: -25px; }

.trust-strip { display: flex; min-height: 110px; padding: 25px max(24px, calc((100vw - 1240px)/2)); align-items: center; justify-content: space-between; gap: 30px; color: #7c899a; border-top: 1px solid #edf1f6; border-bottom: 1px solid #edf1f6; }
.trust-strip p { font-size: 13px; font-weight: 700; }.trust-strip > div { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: clamp(20px, 4vw, 58px); font-family: "DM Mono"; font-size: 10px; letter-spacing: .1em; }
.section { padding: 130px max(24px, calc((100vw - 1180px)/2)); }
.section-heading { display: grid; margin-bottom: 58px; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 40px; }.section-heading .eyebrow { grid-column: 1 / -1; }.section-heading h2, .workflow-copy h2, .privacy-copy h2, .media-heading h2 { margin: 7px 0 0; font-size: clamp(42px, 5vw, 68px); line-height: 1.02; letter-spacing: -.065em; }.section-heading > p, .media-heading > p { margin: 0 0 4px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.bento-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }.feature-card { position: relative; min-height: 355px; padding: 34px; overflow: hidden; background: var(--paper); border: 1px solid #e6ebf2; border-radius: var(--radius); }.feature-wide { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 28px; }.feature-number { display: inline-block; margin-bottom: 56px; color: var(--blue); font-family: "DM Mono"; font-size: 11px; }.feature-card h3 { max-width: 420px; margin: 0 0 15px; font-size: 27px; letter-spacing: -.045em; }.feature-card p { max-width: 440px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.live-visual { padding: 24px; background: #fff; border: 1px solid #dfe7f2; border-radius: 18px; box-shadow: 0 20px 50px rgba(22,54,92,.1); transform: rotate(2deg); }.visual-head { display: flex; align-items: center; justify-content: space-between; color: #768397; font-size: 9px; }.visual-head span { display: flex; align-items: center; gap: 6px; }.visual-head i { width: 6px; height: 6px; background: #f05a5a; border-radius: 50%; }.visual-wave { display: flex; height: 70px; align-items: center; justify-content: space-between; }.visual-wave i { width: 3px; height: 20px; background: var(--blue); border-radius: 3px; }.visual-wave i:nth-child(2n) { height: 37px; }.visual-wave i:nth-child(3n) { height: 52px; }.live-visual > p { padding-top: 15px; border-top: 1px solid #edf0f4; color: #36465b; font-size: 10px; }.live-visual p b { display: block; margin-bottom: 4px; color: var(--blue); }
.speaker-stack { position: absolute; left: 34px; bottom: 40px; display: flex; align-items: center; }.speaker-stack span, .speaker-stack i { display: grid; width: 52px; height: 52px; margin-right: -10px; place-items: center; background: #d7e7ff; border: 4px solid var(--paper); border-radius: 50%; font-size: 11px; font-style: normal; font-weight: 800; }.speaker-stack span:nth-child(2) { background: #fff0b8; }.speaker-stack span:nth-child(3) { background: #d6f2e3; }.speaker-stack i { color: #fff; background: var(--navy); }
.dark-card { color: #fff; background: var(--navy); border-color: var(--navy); }.dark-card p { color: #9eaabc; }.dark-card .feature-number { color: var(--lime); }.question-card { position: absolute; left: 34px; right: 34px; bottom: 34px; display: flex; padding: 18px; align-items: center; gap: 12px; background: #13243a; border: 1px solid #263a54; border-radius: 13px; }.question-card span { color: var(--lime); font-size: 22px; }.question-card p { color: #fff; font-size: 11px; }
.notes-visual { padding: 24px; background: #fff; border: 1px solid #e0e7f0; border-radius: 18px; box-shadow: 0 20px 45px rgba(16,35,60,.09); }.notes-visual > div { display: flex; align-items: center; gap: 9px; font-size: 11px; }.notes-visual div span { width: 8px; height: 8px; background: var(--blue); border-radius: 3px; }.notes-visual p { margin: 8px 0 20px 17px; padding-left: 12px; color: #4e5d70; border-left: 2px solid #e4eaf1; font-size: 10px; }.notes-visual p:last-child { margin-bottom: 0; }

.workflow-section { display: grid; color: #fff; background: var(--navy); grid-template-columns: .82fr 1.18fr; gap: 90px; }.eyebrow.light { color: #8bb9ff; }.workflow-copy p { max-width: 480px; color: #9eaabc; line-height: 1.75; }.text-link { display: inline-flex; margin-top: 24px; align-items: center; gap: 15px; color: var(--lime); font-size: 13px; font-weight: 800; }.text-link span { font-size: 20px; }.workflow-steps { margin: 0; padding: 0; list-style: none; }.workflow-steps li { display: grid; padding: 24px 0; grid-template-columns: 58px 1fr; align-items: center; border-top: 1px solid #253448; }.workflow-steps li:last-child { border-bottom: 1px solid #253448; }.workflow-steps b { color: var(--lime); font-family: "DM Mono"; font-size: 11px; }.workflow-steps div { display: grid; gap: 5px; }.workflow-steps strong { font-size: 19px; }.workflow-steps span { color: #8f9caf; font-size: 13px; }
.privacy-section { display: grid; min-height: 700px; grid-template-columns: 1fr 1fr; align-items: center; gap: 100px; }.privacy-visual { position: relative; height: 520px; }.privacy-ring { position: absolute; top: 50%; left: 50%; border: 1px solid #d8e4f7; border-radius: 50%; transform: translate(-50%,-50%); }.ring-a { width: 240px; height: 240px; }.ring-b { width: 360px; height: 360px; }.ring-c { width: 490px; height: 490px; border-style: dashed; animation: rotate 30s linear infinite; }.privacy-core { position: absolute; z-index: 2; top: 50%; left: 50%; display: flex; width: 180px; height: 180px; flex-direction: column; align-items: center; justify-content: center; gap: 7px; background: #fff; border: 1px solid #dce7f8; border-radius: 50%; box-shadow: 0 24px 65px rgba(23,107,255,.14); transform: translate(-50%,-50%); }.privacy-core img { margin-bottom: 4px; border-radius: 13px; }.privacy-core strong { font-size: 13px; }.privacy-core span { color: #8793a3; font-size: 9px; }.privacy-node { position: absolute; z-index: 3; display: grid; width: 72px; height: 72px; place-items: center; background: #f6f9ff; border: 1px solid #dce7f8; border-radius: 50%; font-size: 10px; font-weight: 800; }.node-a { top: 32px; left: 46%; }.node-b { left: 12px; bottom: 105px; }.node-c { right: 4px; bottom: 90px; }.privacy-copy > p { color: var(--muted); line-height: 1.8; }.privacy-copy ul { display: grid; margin: 28px 0 0; padding: 0; gap: 13px; list-style: none; font-size: 13px; font-weight: 700; }.privacy-copy li { display: flex; align-items: center; gap: 10px; }.privacy-copy li span { display: grid; width: 22px; height: 22px; place-items: center; color: #176b4b; background: #dcf6e9; border-radius: 50%; font-size: 10px; }.dark-link { color: var(--blue); }
.extend-section { background: var(--paper); }.section-heading.centered { display: flex; max-width: 760px; margin: 0 auto 58px; flex-direction: column; align-items: center; gap: 12px; text-align: center; }.section-heading.centered .eyebrow { align-self: center; }.section-heading.centered p { max-width: 650px; }.extend-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }.extend-grid article { min-height: 260px; padding: 30px; background: #fff; border: 1px solid #e1e7ef; border-radius: 22px; }.extend-grid article > span { display: grid; width: 48px; height: 48px; margin-bottom: 43px; place-items: center; color: var(--blue); background: #e8f1ff; border-radius: 13px; font-family: "DM Mono"; font-size: 12px; font-weight: 700; }.extend-grid h3 { margin: 0 0 11px; font-size: 21px; }.extend-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.media-heading { display: grid; margin-bottom: 48px; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 40px; }.media-heading > div { display: grid; gap: 10px; }.media-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }.gallery-shot { margin: 0; overflow: hidden; background: #fff; border: 1px solid #e0e7f0; border-radius: 24px; box-shadow: 0 18px 45px rgba(22,54,92,.08); }.gallery-shot-wide { grid-column: span 2; }.gallery-shot img { display: block; width: 100%; aspect-ratio: 1.65 / 1; object-fit: cover; object-position: top; }.gallery-shot figcaption { display: grid; padding: 17px 18px 18px; gap: 4px; }.gallery-shot strong { font-size: 14px; }.gallery-shot span { color: #78869a; font-size: 11px; line-height: 1.45; }
.final-cta { position: relative; padding: 130px 24px; overflow: hidden; color: #fff; background: var(--navy); text-align: center; }.final-cta > div:not(.cta-glow) { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; }.final-cta img { margin-bottom: 22px; border-radius: 15px; }.final-cta h2 { margin: 19px 0; font-size: clamp(48px, 6vw, 78px); line-height: 1; letter-spacing: -.07em; }.final-cta p { max-width: 610px; margin: 0 auto 32px; color: #9ca9ba; line-height: 1.7; }.centered-actions { justify-content: center; }.button-ghost { color: #fff; border-color: #34445a; background: #111f31; }.cta-glow { position: absolute; width: 800px; height: 500px; left: 50%; top: 50%; background: radial-gradient(circle,rgba(23,107,255,.25),transparent 67%); transform: translate(-50%,-50%); }
footer { display: grid; padding: 40px max(24px, calc((100vw - 1180px)/2)); grid-template-columns: 1fr 1fr 1fr; align-items: center; border-top: 1px solid #e8edf3; }.footer .brand { justify-self: start; }footer > p { color: #7d8999; font-size: 11px; text-align: center; }footer nav { display: flex; justify-content: flex-end; gap: 22px; font-size: 11px; font-weight: 700; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }.reveal.visible { opacity: 1; transform: translateY(0); }
@keyframes pulse { 50% { opacity: .35; transform: scale(.75); } }
@keyframes rotate { to { transform: translate(-50%,-50%) rotate(360deg); } }

@media (max-width: 1100px) {
  .hero { min-height: auto; padding-top: 150px; grid-template-columns: 1fr; }.hero-copy { max-width: 740px; }.hero h1 { font-size: 74px; }.product-stage { width: 90%; min-width: 650px; margin: 30px auto 0; }.section-heading { grid-template-columns: 1fr; gap: 16px; }.workflow-section { gap: 55px; }.privacy-section { gap: 45px; }
}
@media (max-width: 820px) {
  .site-header { width: calc(100% - 28px); margin-top: 10px; }.menu-button { display: block; }.site-nav { position: absolute; top: 64px; left: 0; right: 0; display: none; padding: 20px; flex-direction: column; align-items: stretch; gap: 8px; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }.site-nav.open { display: flex; }.site-nav a { padding: 11px; }.nav-cta { text-align: center; }
  .hero { padding-top: 135px; }.hero h1 { font-size: clamp(52px, 12vw, 74px); }.product-stage { left: 50%; width: 800px; min-width: 800px; transform: translateX(-50%) scale(.78); margin-top: -20px; margin-bottom: -60px; }.trust-strip { align-items: flex-start; flex-direction: column; }.trust-strip > div { justify-content: flex-start; }
  .section { padding-top: 90px; padding-bottom: 90px; }.bento-grid, .extend-grid { grid-template-columns: 1fr; }.feature-wide { grid-template-columns: 1fr; }.feature-number { margin-bottom: 35px; }.workflow-section, .privacy-section { grid-template-columns: 1fr; }.privacy-visual { order: 2; }.privacy-copy { order: 1; }.media-heading { grid-template-columns: 1fr; }.media-grid { grid-template-columns: 1fr 1fr; }.gallery-shot-wide { grid-column: 1 / -1; }footer { grid-template-columns: 1fr; justify-items: center; gap: 16px; }footer nav { justify-content: center; }
}
@media (max-width: 560px) {
  .hero { padding-left: 20px; padding-right: 20px; }.hero h1 { font-size: 51px; }.hero-lead { font-size: 16px; }.hero-actions .button { width: 100%; }.product-stage { width: 820px; min-width: 820px; transform: translateX(-50%) scale(.55); margin-top: -90px; margin-bottom: -145px; }.floating-card { display: none; }
  .trust-strip { min-height: 150px; }.trust-strip > div { gap: 18px; }.section { padding-left: 20px; padding-right: 20px; }.section-heading h2, .workflow-copy h2, .privacy-copy h2, .media-heading h2 { font-size: 41px; }.feature-card { padding: 26px; }.privacy-visual { height: 400px; transform: scale(.78); margin: -30px; }.media-grid { grid-template-columns: 1fr; }.gallery-shot-wide { grid-column: auto; }.final-cta h2 { font-size: 47px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.reveal { opacity: 1; transform: none; transition: none; }.live-pill i, .ring-c { animation: none; } }
