:root {
  --pink: #fc3886;
  --pink-bright: #ff4d94;
  --magenta: #d6006a;
  --ink: #191a24;
  --slate: #4a4d5a;
  --muted: #8a8f9c;
  --blush-50: #fef5f9;
  --blush-100: #fdecf3;
  --blush-200: #f7d3e4;
  --white: #fff;
  --border: #ece8eb;
  --container: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "Inter", Arial, sans-serif; font-size: 15px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: 12px; z-index: 100; padding: 10px 16px; border-radius: 8px; background: var(--white); color: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid rgba(252, 56, 134, .45); outline-offset: 3px; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.12); }
.nav-shell { height: 82px; display: flex; align-items: center; gap: 48px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: "Poppins", Arial, sans-serif; font-weight: 600; letter-spacing: -.02em; font-size: 17px; white-space: nowrap; }
.brand-mark { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 9px; background: rgba(255,255,255,.08); overflow: hidden; }
.brand-mark img { width: 29px; height: 29px; object-fit: contain; }
.desktop-nav { display: flex; align-items: center; gap: 32px; margin-left: auto; font-size: 14px; font-weight: 500; color: rgba(255,255,255,.74); }
.desktop-nav a, .sign-in { transition: color .2s ease; }
.desktop-nav a:hover, .sign-in:hover { color: var(--white); }
.nav-actions { display: flex; align-items: center; gap: 22px; font-size: 14px; font-weight: 600; }
.mobile-menu { display: none; }

.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 24px; border-radius: 999px; font-family: "Inter", Arial, sans-serif; font-weight: 600; line-height: 1; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: linear-gradient(135deg, var(--pink-bright), var(--magenta)); box-shadow: 0 14px 36px rgba(214,0,106,.28); }
.button-primary:hover { box-shadow: 0 18px 42px rgba(214,0,106,.36); }
.button-small { min-height: 42px; padding-inline: 20px; }
.button-full { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 9px; font-weight: 600; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.text-link-light { color: var(--white); }

.hero { position: relative; min-height: 780px; overflow: hidden; color: var(--white); background: radial-gradient(circle at 77% 34%, #382450 0, #241e34 23%, var(--ink) 58%); }
.hero-grid { position: relative; z-index: 3; min-height: 748px; display: grid; grid-template-columns: .87fr 1.13fr; gap: 76px; align-items: center; padding-top: 115px; padding-bottom: 95px; }
.hero-copy { padding-top: 20px; }
.eyebrow { margin: 0 0 20px; display: flex; align-items: center; gap: 10px; color: var(--magenta); font-family: "Poppins", Arial, sans-serif; font-size: 11px; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow > span { width: 21px; height: 2px; background: var(--pink); }
.eyebrow-light { color: rgba(255,255,255,.65); }
.hero h1 { max-width: 600px; margin: 0; font-family: "Poppins", Arial, sans-serif; font-size: clamp(48px, 5.5vw, 78px); font-weight: 600; letter-spacing: -.055em; line-height: 1.04; }
.hero h1 em { color: var(--pink-bright); font-style: normal; }
.hero-lead { max-width: 610px; margin: 28px 0 0; color: rgba(255,255,255,.7); font-size: 17px; line-height: 1.72; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.hero-note { margin: 16px 0 0; color: rgba(255,255,255,.42); font-size: 12px; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(8px); opacity: .42; }
.hero-glow-one { width: 520px; height: 520px; top: 34px; right: -110px; background: radial-gradient(circle, rgba(252,56,134,.33), rgba(126,62,255,.08) 54%, transparent 70%); }
.hero-glow-two { width: 350px; height: 250px; left: 34%; bottom: -130px; background: rgba(241,129,51,.22); filter: blur(65px); }
.hero-wave { position: absolute; z-index: 2; left: -5%; right: -5%; bottom: -106px; height: 188px; border-radius: 50% 50% 0 0 / 48% 48% 0 0; background: linear-gradient(100deg, #f26a29 0%, var(--pink) 42%, #672fc1 72%, #141520 100%); transform: rotate(-2deg); box-shadow: 0 -16px 65px rgba(252,56,134,.26); }

.hero-product { position: relative; min-width: 0; }
.browser-frame { position: relative; width: 100%; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; overflow: hidden; background: #f8f7f9; box-shadow: 0 36px 100px rgba(0,0,0,.46); transform: perspective(1400px) rotateY(-3deg) rotateX(1deg); }
.browser-bar { height: 40px; display: flex; align-items: center; gap: 15px; padding: 0 14px; color: #777987; background: #eeecef; border-bottom: 1px solid #dedbe0; }
.traffic-lights { display: flex; gap: 5px; }
.traffic-lights i { width: 7px; height: 7px; border-radius: 50%; background: #b6b2b8; }
.traffic-lights i:first-child { background: #ff729f; }
.browser-address { height: 23px; flex: 1; display: flex; align-items: center; padding: 0 12px; border-radius: 6px; background: var(--white); color: #9995a0; font-size: 9px; }
.browser-menu { letter-spacing: 1px; font-size: 10px; }
.app-preview { position: relative; min-height: 478px; display: grid; grid-template-columns: 55px 1fr; overflow: hidden; background: #fbfafb; }
.preview-sidebar { padding: 16px 12px; background: var(--white); border-right: 1px solid #eee9ed; }
.preview-logo { width: 28px; height: 28px; margin-bottom: 35px; }
.preview-sidebar > i { display: block; width: 25px; height: 6px; margin: 20px 1px; border-radius: 5px; background: #e9e6e9; }
.preview-sidebar > i:nth-child(2) { background: var(--blush-200); }
.preview-content { padding: 34px 31px; }
.preview-heading { display: flex; align-items: center; justify-content: space-between; }
.preview-heading i { display: block; width: 116px; height: 18px; border-radius: 5px; background: #232430; }
.preview-heading span { width: 68px; height: 21px; border-radius: 999px; background: var(--blush-100); }
.preview-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 29px; }
.preview-cards i { height: 74px; border: 1px solid #efeaee; border-radius: 9px; background: var(--white); }
.preview-chart { height: 185px; margin-top: 14px; border: 1px solid #efeaee; border-radius: 9px; background: var(--white); position: relative; overflow: hidden; }
.preview-chart::before, .preview-chart::after { content: ""; position: absolute; left: 22px; right: 22px; border-top: 1px dashed #efeaee; }
.preview-chart::before { top: 54px; }.preview-chart::after { top: 110px; }
.preview-chart span { position: absolute; left: 22px; right: 15px; bottom: 25px; height: 95px; clip-path: polygon(0 79%, 16% 51%, 31% 68%, 48% 28%, 65% 44%, 82% 10%, 100% 30%, 100% 33%, 82% 15%, 65% 49%, 48% 34%, 31% 74%, 16% 57%, 0 86%); background: linear-gradient(90deg, var(--pink), var(--magenta)); }
.capture-card { position: absolute; z-index: 4; width: 292px; right: 24px; top: 28px; padding: 14px; border-radius: 14px; background: var(--white); color: var(--ink); box-shadow: 0 22px 62px rgba(25,26,36,.22); }
.capture-card-head { display: flex; align-items: center; gap: 9px; font-size: 11px; }
.capture-card-head > span { margin-left: auto; color: var(--muted); font-size: 18px; }
.mini-brand { width: 23px; height: 23px; }
.capture-image { height: 139px; margin-top: 12px; position: relative; overflow: hidden; border-radius: 8px; background: linear-gradient(135deg,#eeeef3 0%,#d9d9e3 52%,#c5c6d4 52%,#e9e9ee 100%); }
.capture-image::before { content: ""; position: absolute; width: 85px; height: 36px; left: 29px; bottom: 22px; border-radius: 4px; background: #fafafa; box-shadow: 112px -47px 0 #fcfcfc, 111px 0 0 #f4f4f7; }
.annotation-ring { position: absolute; z-index: 2; width: 76px; height: 46px; right: 18px; bottom: 12px; border: 3px solid var(--pink); border-radius: 50%; transform: rotate(-8deg); }
.annotation-label { position: absolute; z-index: 3; right: 11px; top: 19px; padding: 4px 7px; border-radius: 4px; background: var(--pink); color: var(--white); font-size: 7px; }
.capture-fields i { display: block; height: 30px; margin-top: 9px; border: 1px solid #ebe6ea; border-radius: 6px; }
.capture-fields i:first-child { height: 23px; }
.capture-meta { display: flex; gap: 5px; flex-wrap: wrap; margin-top: 9px; }
.capture-meta span { padding: 3px 6px; border-radius: 999px; background: var(--blush-50); color: #77727a; font-size: 7px; }
.capture-card button { width: 100%; height: 31px; margin-top: 11px; border: 0; border-radius: 999px; color: white; background: var(--pink); font-size: 9px; font-weight: 600; }
.feedback-launcher { position: absolute; z-index: 3; right: 18px; bottom: 18px; display: flex; align-items: center; gap: 7px; height: 34px; padding: 0 14px; border-radius: 999px; color: var(--white); background: linear-gradient(135deg,var(--pink-bright),var(--magenta)); box-shadow: 0 8px 20px rgba(214,0,106,.24); font-size: 9px; font-weight: 600; }
.feedback-launcher span { font-size: 11px; }
.report-ready { position: absolute; z-index: 5; left: -30px; bottom: -30px; display: flex; align-items: center; gap: 11px; padding: 13px 17px; border: 1px solid rgba(255,255,255,.15); border-radius: 10px; color: var(--ink); background: var(--white); box-shadow: 0 18px 55px rgba(0,0,0,.24); }
.status-dot { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: #1fa97a; font-size: 12px; }
.report-ready div { display: flex; flex-direction: column; line-height: 1.3; }
.report-ready strong { font-size: 10px; }.report-ready small { margin-top: 3px; color: var(--muted); font-size: 8px; }

.trust-strip { border-bottom: 1px solid var(--border); }
.trust-grid { min-height: 118px; display: grid; grid-template-columns: repeat(3,1fr); align-items: center; }
.trust-grid > div { display: flex; flex-direction: column; padding: 0 38px; border-left: 1px solid var(--border); }
.trust-grid > div:first-child { padding-left: 0; border-left: 0; }
.trust-grid strong { font-family: "Poppins", Arial, sans-serif; font-size: 14px; }
.trust-grid span { margin-top: 3px; color: var(--muted); font-size: 12px; }

.section { padding: 118px 0; }
.section-heading { margin-bottom: 54px; }
.section-heading h2, .workspace-copy h2, .integrations h2, .pricing-copy h2, .faq h2, .final-cta h2 { margin: 0; font-family: "Poppins", Arial, sans-serif; font-size: clamp(34px,4.1vw,52px); font-weight: 600; line-height: 1.13; letter-spacing: -.045em; }
.section-heading p:last-child, .workspace-copy > p, .pricing-copy > p, .faq-grid > div > p:last-child { color: var(--slate); font-size: 16px; }
.split-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 90px; align-items: end; }
.split-heading > p { margin: 0 0 6px; max-width: 460px; }
.feature-grid { display: grid; grid-template-columns: 1.18fr .82fr; grid-template-rows: repeat(2, 1fr); gap: 20px; }
.feature-card { position: relative; min-height: 330px; padding: 34px; overflow: hidden; border: 1px solid var(--border); border-radius: 14px; background: var(--white); }
.feature-card-wide { grid-row: 1 / span 2; min-height: 680px; background: var(--blush-50); }
.feature-number { color: var(--pink); font-family: "Poppins", Arial, sans-serif; font-size: 11px; font-weight: 600; letter-spacing: .14em; }
.feature-card h3, .steps h3, .capability-grid h3 { margin: 14px 0 9px; font-family: "Poppins", Arial, sans-serif; font-size: 21px; font-weight: 600; letter-spacing: -.025em; }
.feature-card > p { max-width: 490px; margin: 0; color: var(--slate); }
.annotation-demo { position: absolute; left: 34px; right: 34px; bottom: 0; height: 390px; overflow: hidden; border: 1px solid #e6dce1; border-bottom: 0; border-radius: 14px 14px 0 0; background: var(--white); box-shadow: 0 24px 55px rgba(58,26,42,.10); }
.demo-toolbar { height: 42px; display: flex; align-items: center; gap: 5px; padding: 0 15px; border-bottom: 1px solid #eee9ec; background: #f7f5f6; }
.demo-toolbar i { width: 7px; height: 7px; border-radius: 50%; background: #ccc8cb; }.demo-toolbar i:first-child { background: var(--pink); }
.demo-toolbar span { width: 58%; height: 14px; margin-left: 15px; border-radius: 5px; background: var(--white); }
.demo-surface { position: relative; height: calc(100% - 42px); padding: 46px 42px; background: linear-gradient(145deg,#ffffff 0 57%,#faf7f9 57%); }
.demo-copy i { display: block; width: 68%; height: 13px; margin-bottom: 14px; border-radius: 4px; background: #d9d6da; }.demo-copy i:first-child { width: 42%; height: 24px; background: var(--ink); }.demo-copy i:last-child { width: 54%; }
.demo-box { position: absolute; right: 34px; bottom: 55px; width: 46%; height: 112px; border: 3px solid var(--pink); border-radius: 14px; transform: rotate(-2deg); }
.demo-box span { position: absolute; top: -28px; right: -3px; padding: 5px 9px; color: var(--white); background: var(--pink); border-radius: 4px; font-size: 8px; }
.demo-cursor { position: absolute; right: 30%; bottom: 42px; width: 12px; height: 17px; background: var(--ink); clip-path: polygon(0 0,100% 72%,55% 72%,38% 100%); }
.replay-demo, .plan-demo { margin-top: 27px; }
.replay-screen { height: 94px; display: grid; place-items: center; border-radius: 8px; background: linear-gradient(135deg,#eeeaf0,#ddd9e2); }
.replay-play { width: 36px; height: 36px; display: grid; place-items: center; padding-left: 2px; border-radius: 50%; color: var(--white); background: var(--pink); font-size: 11px; box-shadow: 0 8px 20px rgba(252,56,134,.25); }
.replay-track { position: relative; height: 3px; margin-top: 14px; border-radius: 4px; background: #e8e4e7; }.replay-track span { display: block; width: 43%; height: 100%; background: var(--pink); }.replay-track i { position: absolute; top: -3px; left: 42%; width: 9px; height: 9px; border-radius: 50%; background: var(--pink); }
.replay-meta { display: flex; justify-content: space-between; margin-top: 8px; color: var(--muted); font-size: 8px; }
.plan-demo { padding: 16px; border-radius: 9px; background: var(--blush-50); }
.plan-title { display: flex; align-items: center; gap: 9px; margin-bottom: 14px; color: var(--pink); }.plan-title i { width: 45%; height: 8px; border-radius: 4px; background: #d9ccd2; }
.plan-line { display: flex; align-items: center; gap: 9px; margin-top: 10px; }.plan-line b { width: 19px; height: 19px; display: grid; place-items: center; border-radius: 50%; color: var(--pink); background: var(--white); font-size: 8px; }.plan-line i { width: 78%; height: 6px; border-radius: 4px; background: #e1d6db; }.plan-line:nth-child(3) i { width: 64%; }.plan-line:nth-child(4) i { width: 71%; }

.how { background: #fbfafb; border-block: 1px solid var(--border); }
.centered-heading { max-width: 680px; margin-inline: auto; text-align: center; }
.centered-heading .eyebrow { justify-content: center; }
.centered-heading > p:last-child { margin: 18px auto 0; }
.steps { position: relative; display: grid; grid-template-columns: repeat(3,1fr); gap: 64px; margin: 0; padding: 0; list-style: none; }
.steps::before { content: ""; position: absolute; top: 45px; left: 18%; right: 18%; border-top: 1px dashed var(--blush-200); }
.steps li { position: relative; text-align: center; }
.step-index { position: absolute; top: -8px; left: calc(50% + 24px); z-index: 2; width: 21px; height: 21px; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: var(--pink); font-family: "Poppins"; font-size: 9px; }
.step-icon { position: relative; z-index: 1; width: 90px; height: 90px; display: grid; place-items: center; margin: 0 auto 24px; border: 1px solid var(--blush-200); border-radius: 22px; color: var(--pink); background: var(--white); font-size: 29px; box-shadow: 0 12px 34px rgba(82,42,61,.07); }
.steps p { max-width: 290px; margin: 0 auto; color: var(--slate); }

.workspace-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 100px; align-items: center; }
.workspace-copy > p { margin: 22px 0 0; }
.check-list { display: grid; gap: 13px; margin: 28px 0 0; padding: 0; list-style: none; color: var(--slate); }
.check-list span { width: 21px; height: 21px; display: inline-grid; place-items: center; margin-right: 10px; border-radius: 50%; color: var(--white); background: var(--pink); font-size: 10px; }
.workspace-ui { overflow: hidden; border: 1px solid var(--border); border-radius: 15px; background: var(--white); box-shadow: 0 24px 70px rgba(47,24,35,.09); }
.workspace-top { min-height: 92px; display: flex; align-items: center; justify-content: space-between; padding: 20px 26px; border-bottom: 1px solid var(--border); }
.workspace-top div { display: flex; flex-direction: column; }.workspace-top small { color: var(--muted); }.workspace-top strong { font-family: "Poppins"; font-size: 17px; }.workspace-top > span { padding: 7px 12px; border-radius: 999px; color: var(--magenta); background: var(--blush-50); font-size: 10px; font-weight: 600; }
.workspace-row { min-height: 68px; display: grid; grid-template-columns: 1.6fr .4fr .7fr .45fr; align-items: center; gap: 12px; padding: 0 26px; border-bottom: 1px solid var(--border); color: var(--slate); font-size: 11px; }
.workspace-row:last-child { border: 0; }.workspace-row-head { min-height: 38px; color: var(--muted); background: #fbfafb; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.workspace-row strong { display: flex; align-items: center; color: var(--ink); font-family: "Poppins"; font-size: 11px; }.workspace-row b { color: var(--ink); }.workspace-row em { justify-self: start; padding: 3px 8px; border-radius: 999px; color: #147e5b; background: #e9f8f2; font-style: normal; font-size: 8px; }
.project-icon { width: 27px; height: 27px; display: grid; place-items: center; margin-right: 10px; border-radius: 7px; color: var(--white); font-style: normal; font-size: 9px; }.project-icon.pink { background: var(--pink); }.project-icon.purple { background: #7654e8; }.project-icon.coral { background: #f16e55; }

.integrations { position: relative; overflow: hidden; color: var(--white); background: var(--ink); }
.integrations::after { content: ""; position: absolute; width: 520px; height: 520px; right: -140px; top: -190px; border-radius: 50%; background: radial-gradient(circle,rgba(252,56,134,.24),transparent 67%); }
.integrations-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.integrations h2 { max-width: 570px; }.integrations p:not(.eyebrow) { max-width: 520px; margin: 21px 0 27px; color: rgba(255,255,255,.64); font-size: 16px; }
.integration-cloud { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.integration-pill { height: 102px; display: flex; align-items: center; gap: 15px; padding: 0 20px; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: rgba(255,255,255,.055); backdrop-filter: blur(12px); font-family: "Poppins"; font-size: 13px; }
.integration-pill > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 11px; color: var(--ink); background: var(--white); font-size: 16px; }.integration-pill .facio-logo img { width: 33px; }

.capability-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--border); border-left: 1px solid var(--border); }
.capability-grid article { min-height: 230px; padding: 31px; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.capability-grid article > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 8px; color: var(--pink); background: var(--blush-50); font-size: 15px; }
.capability-grid p { margin: 0; color: var(--slate); }

.pricing { background: var(--blush-50); }
.pricing-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.pricing-copy > p { margin-top: 21px; }.pricing-note { padding: 17px 18px; border-left: 3px solid var(--pink); background: var(--white); font-size: 13px !important; }
.price-card { padding: 38px; border: 1px solid var(--blush-200); border-radius: 16px; background: var(--white); box-shadow: 0 25px 65px rgba(64,21,41,.10); }
.price-card-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding-bottom: 27px; border-bottom: 1px solid var(--border); }
.price-card-top > div { display: flex; flex-direction: column; }.price-card-top > div > span { font-family: "Poppins"; font-weight: 600; }.price-card-top strong { margin-top: 6px; font-family: "Poppins"; font-size: 50px; line-height: 1; letter-spacing: -.05em; }.price-card-top sup { margin-right: 2px; font-size: 20px; }.price-card-top small { margin-left: 8px; color: var(--muted); font-family: "Inter"; font-size: 11px; font-weight: 500; letter-spacing: 0; }
.trial-pill { padding: 6px 10px; border-radius: 999px; color: var(--magenta); background: var(--blush-100); font-size: 9px; font-weight: 600; text-transform: uppercase; letter-spacing: .07em; }
.price-card ul { display: grid; gap: 13px; margin: 27px 0; padding: 0; list-style: none; color: var(--slate); }.price-card li > span { margin-right: 10px; color: var(--pink); font-weight: 700; }.price-card li b { color: var(--ink); }.price-card > small { display: block; margin-top: 13px; color: var(--muted); text-align: center; font-size: 10px; }

.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; }.faq-grid > div > p:last-child { max-width: 360px; }
.faq-list { border-top: 1px solid var(--border); }.faq-list details { border-bottom: 1px solid var(--border); }.faq-list summary { position: relative; padding: 22px 44px 22px 0; cursor: pointer; list-style: none; font-family: "Poppins"; font-size: 15px; font-weight: 600; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span::before, .faq-list summary span::after { content: ""; position: absolute; right: 3px; top: 33px; width: 13px; border-top: 2px solid var(--pink); }.faq-list summary span::after { transform: rotate(90deg); transition: transform .2s ease; }.faq-list details[open] summary span::after { transform: rotate(0); }.faq-list details p { max-width: 680px; margin: -4px 0 23px; color: var(--slate); }

.final-cta { position: relative; overflow: hidden; padding: 88px 0; color: var(--white); background: var(--ink); }.cta-glow { position: absolute; width: 560px; height: 300px; left: 38%; bottom: -230px; border-radius: 50%; background: var(--pink); filter: blur(85px); opacity: .5; }.cta-inner { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 60px; }.final-cta h2 { max-width: 760px; }.cta-inner .button { flex: 0 0 auto; }
footer { color: var(--slate); background: #faf9fa; }.footer-main { min-height: 150px; display: grid; grid-template-columns: .7fr 1fr .75fr; align-items: center; gap: 45px; }.footer-brand { color: var(--ink); }.footer-brand .brand-mark { background: var(--blush-100); }.footer-main > p { font-size: 12px; }.footer-main nav { display: flex; justify-content: flex-end; gap: 24px; font-size: 12px; font-weight: 600; }.footer-main nav a:hover { color: var(--pink); }.footer-bottom { min-height: 56px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--border); color: var(--muted); font-size: 10px; }

@media (max-width: 980px) {
  .desktop-nav, .nav-actions { display: none; }
  .nav-shell { justify-content: space-between; }
  .mobile-menu { display: block; position: relative; }
  .mobile-menu summary { width: 42px; height: 42px; display: grid; place-content: center; gap: 4px; cursor: pointer; list-style: none; border-radius: 50%; background: rgba(255,255,255,.08); }
  .mobile-menu summary::-webkit-details-marker { display:none; }.mobile-menu summary span { width: 17px; border-top: 2px solid var(--white); }
  .mobile-menu nav { position: absolute; top: 50px; right: 0; width: 240px; display: grid; gap: 4px; padding: 14px; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; background: #242530; box-shadow: 0 22px 50px rgba(0,0,0,.4); }.mobile-menu nav a:not(.button) { padding: 9px 12px; }.mobile-menu nav .button { margin-top: 5px; }
  .hero-grid { grid-template-columns: 1fr; gap: 60px; padding-top: 145px; padding-bottom: 150px; }.hero-copy { max-width: 700px; }.hero-product { width: min(680px,94%); margin-inline: auto; }
  .split-heading, .workspace-grid, .integrations-grid, .pricing-grid, .faq-grid { grid-template-columns: 1fr; gap: 45px; }.split-heading { align-items: start; }.feature-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; }.feature-card-wide { grid-column: 1 / -1; grid-row: auto; }.steps { gap: 30px; }.workspace-copy, .pricing-copy { max-width: 620px; }.capability-grid { grid-template-columns: repeat(2,1fr); }.footer-main { grid-template-columns: 1fr 1fr; }.footer-main > p { display: none; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 32px),var(--container)); }
  .brand { font-size: 15px; }.brand-mark { width: 30px; height: 30px; }
  .hero { min-height: 0; }.hero-grid { gap: 52px; min-height: 0; padding-top: 130px; padding-bottom: 130px; }.hero h1 { font-size: clamp(42px,13vw,60px); }.hero-lead { font-size: 15px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 19px; }.hero-note { max-width: 280px; }.hero-product { width: 100%; }.browser-frame { transform: none; }.app-preview { min-height: 360px; grid-template-columns: 42px 1fr; }.preview-sidebar { padding: 12px 8px; }.preview-content { padding: 24px 18px; }.capture-card { width: 235px; top: 22px; right: 12px; }.capture-image { height: 102px; }.capture-card .capture-fields i:last-child, .capture-meta { display: none; }.report-ready { left: 8px; bottom: -32px; }.hero-wave { height: 150px; bottom: -90px; }
  .trust-grid { grid-template-columns: 1fr; padding-block: 22px; }.trust-grid > div, .trust-grid > div:first-child { padding: 17px 0; border-left: 0; border-bottom: 1px solid var(--border); }.trust-grid > div:last-child { border-bottom: 0; }
  .section { padding: 82px 0; }.section-heading { margin-bottom: 38px; }.section-heading h2, .workspace-copy h2, .integrations h2, .pricing-copy h2, .faq h2, .final-cta h2 { font-size: 36px; }.split-heading { gap: 20px; }
  .feature-grid { grid-template-columns: 1fr; }.feature-card, .feature-card-wide { min-height: 360px; padding: 25px; }.feature-card-wide { min-height: 560px; }.annotation-demo { left: 24px; right: 24px; height: 305px; }.demo-surface { padding: 38px 26px; }.demo-box { width: 55%; }
  .steps { grid-template-columns: 1fr; gap: 55px; }.steps::before { display: none; }
  .workspace-row { grid-template-columns: 1.5fr .35fr .55fr; padding-inline: 16px; }.workspace-row span:nth-child(3), .workspace-row-head span:nth-child(3) { display: none; }.workspace-top { padding-inline: 18px; }.workspace-top > span { display: none; }
  .integration-cloud { grid-template-columns: 1fr; }.integration-pill { height: 82px; }
  .capability-grid { grid-template-columns: 1fr; }
  .price-card { padding: 25px 21px; }.price-card-top { flex-direction: column; }.price-card-top strong { font-size: 43px; }
  .cta-inner { align-items: flex-start; flex-direction: column; }.final-cta { padding: 72px 0; }
  .footer-main { min-height: 210px; grid-template-columns: 1fr; gap: 24px; padding-block: 35px; }.footer-main nav { justify-content: flex-start; flex-wrap: wrap; }.footer-bottom { min-height: 70px; align-items: flex-start; flex-direction: column; justify-content: center; gap: 4px; }
}

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