@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --ink: #0b4044;
  --ink-2: #123f43;
  --muted: #547174;
  --paper: #fffef9;
  --powder: #e8f9fc;
  --blue: #aeeaf7;
  --pink: #f9b9e5;
  --yellow: #f4f783;
  --peach: #ffc7a9;
  --lavender: #f3c7e8;
  --line: rgba(11, 64, 68, .15);
  --shadow: 0 20px 60px rgba(11, 64, 68, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", sans-serif; -webkit-font-smoothing: antialiased; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
.site-shell { overflow: hidden; }

.topbar { height: 78px; padding: 0 28px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; background: var(--powder); font-size: 12px; position: relative; z-index: 20; }
.brand { display: inline-flex; align-items: center; gap: 9px; font: 800 24px "Manrope", sans-serif; letter-spacing: -1.4px; }
.mesh-mark { position: relative; display: inline-grid; width: 24px; height: 24px; grid-template-columns: repeat(3, 6px); grid-template-rows: repeat(3, 6px); gap: 3px; transform: rotate(-12deg); flex: 0 0 auto; }
.mesh-mark i { display: block; width: 6px; height: 6px; border: 2px solid currentColor; border-radius: 50%; }
.mesh-mark i:nth-child(2) { grid-column: 3; }
.mesh-mark i:nth-child(3) { grid-column: 2; grid-row: 2; background: currentColor; }
.mesh-mark i:nth-child(4) { grid-column: 1; grid-row: 3; }
.mesh-mark i:nth-child(5) { grid-column: 3; grid-row: 3; }
.mesh-mark::before, .mesh-mark::after { content: ""; position: absolute; height: 1px; background: currentColor; width: 23px; top: 11px; left: 1px; }
.mesh-mark::before { transform: rotate(45deg); }.mesh-mark::after { transform: rotate(-45deg); }
.topbar nav { display: flex; align-items: center; gap: 32px; }
.topbar nav a::after { content: "⌄"; margin-left: 5px; font-size: 10px; opacity: .7; }
.nav-actions { justify-self: end; display: flex; align-items: center; gap: 12px; }
.button { border: 0; border-radius: 2px; padding: 12px 18px; font-weight: 700; font-size: 12px; cursor: pointer; transition: transform .2s, opacity .2s, box-shadow .2s; }
.button:hover:not(:disabled) { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(11, 64, 68, .14); }
.button:disabled { opacity: .55; cursor: wait; }
.button-dark { background: var(--ink); color: white; }
.button-soft { background: #c9eff6; }
.button-outline { border: 1px solid var(--ink); background: transparent; }
.button-large { padding: 15px 22px; font-size: 13px; }
.arrow { margin-left: 10px; display: inline-block; }

.hero { background: var(--powder); min-height: 600px; text-align: center; padding: 66px 24px 34px; position: relative; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 10px; font-weight: 800; letter-spacing: 1.7px; }
.live-dot, .danger-dot { width: 7px; height: 7px; border-radius: 50%; background: #11ad7c; display: inline-block; box-shadow: 0 0 0 4px rgba(17, 173, 124, .12); }
.danger-dot { background: #ef5d64; box-shadow: 0 0 0 4px rgba(239, 93, 100, .12); }
.hero h1 { font: 700 clamp(48px, 6.2vw, 88px)/.98 "Manrope", sans-serif; letter-spacing: -5.2px; margin: 25px auto 22px; max-width: 1100px; }
.hero p { max-width: 610px; margin: 0 auto; color: #4d6e71; font-size: 16px; line-height: 1.65; }
.inline-art { display: inline-flex; align-items: center; justify-content: center; vertical-align: .14em; margin: 0 5px; }
.art-agent { width: 92px; height: 46px; border-radius: 28px; background: var(--pink); border: 2px solid var(--ink); position: relative; overflow: hidden; }
.art-agent::before { content: ""; width: 36px; height: 36px; border-radius: 50%; background: var(--yellow); border: 2px solid var(--ink); position: absolute; left: 8px; }
.art-agent .mesh-mark { margin-left: 38px; transform: rotate(9deg) scale(.9); }
.art-shield { background: var(--peach); border: 2px solid var(--ink); width: 66px; height: 43px; border-radius: 20px 20px 28px 28px; font-size: 21px; transform: rotate(7deg); }
.scribble { display: inline-block; font-family: serif; transform: rotate(-13deg); letter-spacing: -14px; color: #19565a; }
.hero-buttons { margin: 28px 0 14px; display: flex; justify-content: center; align-items: center; gap: 26px; }
.text-link { font-size: 12px; font-weight: 700; border-bottom: 1px solid var(--ink); padding-bottom: 3px; }
.hero-note { font-size: 10px; color: #6c8587; }.hero-note span { color: #0b9f70; }
.trust-row { max-width: 980px; border-top: 1px solid var(--line); margin: 63px auto 0; padding-top: 23px; display: flex; align-items: center; justify-content: space-between; color: #617b7e; font-size: 12px; }
.trust-row span { font-size: 10px; }.trust-row b { color: var(--ink); font: 700 14px "Manrope"; }

.demo-stage { max-width: 1320px; height: 645px; margin: 20px auto 0; background: #ef8ed7; position: relative; overflow: hidden; border: 8px solid var(--paper); box-shadow: 0 0 0 1px var(--line); }
.stage-grid { position: absolute; inset: -50%; background: repeating-radial-gradient(ellipse at center, transparent 0 55px, rgba(11,64,68,.8) 57px 59px, transparent 61px 91px); transform: rotate(-9deg); }
.stage-grid::after { content: ""; position: absolute; inset: 18%; border: 110px solid var(--blue); border-radius: 45%; filter: blur(1px); }
.stage-copy { position: absolute; top: 182px; z-index: 3; color: white; font: 600 45px/1 "Manrope"; letter-spacing: -2px; text-shadow: 0 2px 18px rgba(11,64,68,.18); }
.stage-copy.left { left: 28px; }.stage-copy.right { right: 24px; text-align: right; }
.floating-pill { position: absolute; z-index: 8; top: 18px; left: 18px; border-radius: 30px; background: var(--ink); color: white; padding: 10px 16px; display: flex; align-items: center; gap: 8px; font-size: 10px; }
.app-window { position: absolute; width: 750px; height: 450px; background: white; border-radius: 10px; left: 50%; top: 94px; transform: translateX(-50%) rotate(-1.2deg); z-index: 5; box-shadow: 0 25px 70px rgba(11,64,68,.32); overflow: hidden; border: 1px solid rgba(11,64,68,.2); }
.window-bar { height: 55px; display: flex; align-items: center; padding: 0 20px; border-bottom: 1px solid var(--line); gap: 18px; font-size: 10px; }
.window-brand { display: flex; align-items: center; gap: 7px; font-size: 12px; }.window-brand .mesh-mark { transform: scale(.6); margin: -5px; }
.window-status { flex: 1; text-align: center; color: var(--muted); }
.model-chip { border: 1px solid #92d4dc; color: #127682; padding: 6px 9px; border-radius: 15px; font-weight: 800; }
.window-body { display: flex; height: calc(100% - 55px); }
.mini-sidebar { width: 54px; background: var(--ink); color: white; padding: 20px 0; display: flex; flex-direction: column; align-items: center; gap: 22px; }
.mini-sidebar span { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 5px; opacity: .6; }.mini-sidebar span.active { opacity: 1; background: #26727a; }
.window-main { padding: 22px; flex: 1; background: #fbfdfb; overflow: hidden; }
.composer label { font-size: 11px; font-weight: 800; display: block; margin-bottom: 7px; }
.composer-row { height: 40px; display: flex; border: 1px solid #a9c7ca; background: white; border-radius: 4px; overflow: hidden; }.composer-row input { flex: 1; border: 0; padding: 0 12px; min-width: 0; color: var(--ink); outline: none; font-size: 11px; }.composer-row button { border: 0; background: var(--ink); color: white; padding: 0 18px; font-weight: 800; cursor: pointer; }
.scenario-row { display: flex; gap: 6px; margin-top: 8px; }.scenario-row button { border: 1px solid var(--line); background: #eef8f8; border-radius: 12px; padding: 5px 8px; font-size: 8px; cursor: pointer; }
.mini-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 16px 0; }.mini-stats div { border: 1px solid var(--line); background: white; padding: 9px 11px; display: flex; justify-content: space-between; align-items: center; }.mini-stats small { color: var(--muted); font-size: 8px; }.mini-stats b { font-size: 18px; }
.stage-play { position: absolute; bottom: 25px; left: 28px; z-index: 9; width: 54px; height: 54px; border: 0; border-radius: 50%; background: white; color: #ec68c6; font-size: 18px; cursor: pointer; box-shadow: 0 6px 20px rgba(11,64,68,.2); }

.action-table { background: white; border: 1px solid var(--line); border-radius: 4px; overflow: hidden; }
.table-head, .table-row { display: grid; grid-template-columns: 1.5fr .55fr .55fr; align-items: center; gap: 10px; padding: 9px 14px; }
.table-head { background: #f1f8f8; color: #748b8d; text-transform: uppercase; font-size: 7px; letter-spacing: .7px; font-weight: 800; }
.table-row { border-top: 1px solid #e2ecec; font-size: 9px; min-height: 48px; }.action-name { display: flex; flex-direction: column; min-width: 0; }.action-name b { text-transform: capitalize; }.action-name small { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: var(--muted); }.policy-count { color: var(--muted); }
.status { justify-self: start; font-size: 7px; letter-spacing: .5px; font-weight: 800; padding: 5px 7px; border-radius: 12px; }.status-executed { background: #d8f5e7; color: #11724c; }.status-blocked, .status-rejected { background: #ffe0e1; color: #b93945; }.status-pending_approval { background: #fff5b8; color: #806d0c; }
.empty-row { height: 95px; display: flex; align-items: center; justify-content: center; gap: 9px; color: #789092; font-size: 10px; }.pulse-dot { width: 8px; height: 8px; background: #24aa7a; border-radius: 50%; animation: pulse 1.5s infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 8px rgba(36,170,122,0); } 0%,100% { box-shadow: 0 0 0 2px rgba(36,170,122,.2); } }

.story-section { max-width: 1140px; margin: 120px auto 110px; display: grid; grid-template-columns: .8fr 1fr 1.2fr; gap: 42px; align-items: center; padding: 0 24px; }
.story-art { align-self: start; padding-top: 10px; }.doodle-shield { width: 190px; fill: none; stroke: var(--ink); stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.kicker { font-size: 10px; color: #668083; font-weight: 700; }
.story-copy h2, .integrations h2, .testimonials h2, .final-cta h2 { font: 700 50px/1.02 "Manrope"; letter-spacing: -3px; margin: 12px 0 18px; }.story-copy p { font-size: 13px; line-height: 1.7; color: var(--muted); margin: 0 0 22px; }
.stat-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; transform: rotate(-1deg); }.stat-card { min-height: 118px; padding: 22px; display: flex; flex-direction: column; justify-content: space-between; }.stat-card b { font: 700 36px "Manrope"; letter-spacing: -2px; }.stat-card b span { font-size: 18px; }.stat-card p { margin: 0; font-size: 10px; line-height: 1.45; }.stat-card.yellow { background: var(--yellow); }.stat-card.pink { background: var(--pink); transform: translateY(-24px); }.stat-card.dark { background: var(--ink); color: white; }.stat-card.peach { background: #f6d8e6; transform: translateY(-24px); }.stat-card.blue { background: var(--blue); grid-column: 1 / -1; min-height: 100px; flex-direction: row; align-items: center; }

.feature-stack { max-width: 1280px; margin: 0 auto; padding: 0 18px; }
.feature-panel { min-height: 560px; display: grid; grid-template-columns: .74fr 1.35fr; align-items: center; overflow: hidden; position: relative; padding: 70px 55px; margin: 0 0 58px; }
.feature-panel.powder { background: var(--powder); }.pink-panel { background: var(--pink); }.yellow-panel { background: var(--yellow); }.dark-panel { background: var(--ink); color: white; }.blue-panel { background: var(--blue); }
.feature-heading { max-width: 330px; z-index: 2; }.feature-heading h3 { font: 700 35px/1.04 "Manrope"; letter-spacing: -2px; margin: 15px 0; }.feature-heading p { font-size: 12px; line-height: 1.65; margin: 0 0 20px; opacity: .75; }.tiny-doodle { font: 700 40px serif; display: block; transform: rotate(-8deg); }
.product-mock { background: white; color: var(--ink); border-radius: 7px; min-height: 390px; box-shadow: var(--shadow); overflow: hidden; transform: translateX(35px); position: relative; }
.mock-top { height: 55px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); font-size: 10px; }.mock-top span { color: #16896b; background: #e2f7ed; padding: 6px 9px; border-radius: 14px; }
.mock-actions .action-table { margin: 30px; border-radius: 3px; }
.policy-list { padding: 22px 28px; }.policy-list > div { display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 12px; padding: 15px 0; border-bottom: 1px solid var(--line); }.policy-icon { background: var(--pink); width: 33px; height: 33px; display: grid; place-items: center; border-radius: 50%; font-weight: 800; }.policy-list div:nth-child(2) .policy-icon { background: var(--yellow); }.policy-list div:nth-child(3) .policy-icon { background: var(--blue); }.policy-list div:nth-child(4) .policy-icon { background: var(--peach); }.policy-list span:nth-child(2) { display: flex; flex-direction: column; font-size: 11px; }.policy-list small { color: var(--muted); margin-top: 3px; }.policy-list i { font-style: normal; font-size: 7px; color: #11875f; background: #dff5ea; padding: 5px 7px; border-radius: 12px; font-weight: 800; }
.layer-bars { height: 35px; margin: -36px 16px 55px; display: flex; flex-direction: column; gap: 7px; }.layer-bars i { height: 8px; background: var(--yellow); }.layer-bars i:nth-child(2) { background: var(--pink); margin: 0 20px; }.layer-bars i:nth-child(3) { background: var(--blue); margin: 0 40px; }.layer-bars.reverse i { background: var(--pink); }.layer-bars.reverse i:nth-child(2) { background: var(--yellow); }.layer-bars.reverse i:nth-child(3) { background: var(--blue); }
.approval-mock { padding-bottom: 24px; }.approval-card { margin: 28px auto; width: min(460px, calc(100% - 50px)); border: 1px solid var(--line); border-radius: 7px; box-shadow: 0 12px 35px rgba(11,64,68,.1); padding: 22px; background: white; }.approval-top { display: flex; align-items: center; gap: 10px; }.avatar { width: 35px; height: 35px; border-radius: 50%; background: var(--blue); display: grid; place-items: center; font-size: 10px; font-weight: 800; }.approval-top span:nth-child(2) { display: flex; flex-direction: column; font-size: 9px; }.approval-top small { color: var(--muted); }.risk-pill { margin-left: auto; background: #fff2b2; padding: 6px 8px; border-radius: 12px; font-size: 7px; font-weight: 800; }.approval-card h4 { font: 700 18px "Manrope"; margin: 18px 0 12px; }.approval-card p { font-size: 10px; line-height: 1.5; color: var(--muted); }.approval-meta { display: grid; grid-template-columns: 1fr auto; background: #f4f9f9; gap: 7px; padding: 12px; font-size: 9px; }.approval-meta span { color: var(--muted); }.approval-meta b { color: #16835f; }.button-pair { display: grid; grid-template-columns: 1fr 1.5fr; gap: 8px; margin-top: 15px; }.empty-approval { min-height: 240px; display: flex; flex-direction: column; align-items: center; justify-content: center; }.approval-icon { background: #dff5ea; color: #16835f; width: 45px; height: 45px; border-radius: 50%; display: grid; place-items: center; font-size: 20px; margin-bottom: 13px; }.empty-approval small { color: var(--muted); margin-top: 5px; }
.dark-panel .product-mock { background: #123e43; color: white; box-shadow: 0 20px 70px rgba(0,0,0,.3); }.dark-panel .mock-top { border-color: rgba(255,255,255,.15); }.dark-panel .mock-top span { background: #235a60; color: #b2eff5; }
.receipt-card { margin: 42px auto; width: min(470px, calc(100% - 50px)); background: white; color: var(--ink); border-radius: 7px; padding: 24px; }.receipt-title { display: flex; align-items: center; gap: 10px; padding-bottom: 17px; border-bottom: 1px dashed var(--line); }.receipt-seal { width: 38px; height: 38px; border-radius: 50%; background: var(--yellow); display: grid; place-items: center; }.receipt-title span:nth-child(2) { display: flex; flex-direction: column; font-size: 11px; }.receipt-title small { color: var(--muted); }.verified { margin-left: auto; color: #16835f; font-size: 8px; font-weight: 800; }.receipt-lines { display: grid; grid-template-columns: 80px 1fr; gap: 13px; margin-top: 20px; font-size: 10px; }.receipt-lines span { color: var(--muted); }.receipt-lines code { overflow: hidden; text-overflow: ellipsis; }
.nonce-view { min-height: 330px; display: flex; align-items: center; flex-direction: column; justify-content: center; text-align: center; }.nonce-ring { width: 70px; height: 70px; border-radius: 50%; border: 2px dashed var(--ink); display: grid; place-items: center; font-size: 32px; margin-bottom: 15px; }.nonce-view b { font: 700 20px "Manrope"; }.nonce-view code { background: #e9f5f6; padding: 8px 12px; margin: 12px; font-size: 9px; }.nonce-view p { color: var(--muted); font-size: 10px; }.blocked-banner { margin-top: 8px; background: #ffdadd; color: #b93843; font-size: 8px; padding: 7px 10px; font-weight: 800; border-radius: 13px; }

.integrations { max-width: 1130px; margin: 110px auto 80px; padding: 0 25px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; }.integrations h2 span { background: var(--ink); color: white; padding: 2px 7px; transform: rotate(-2deg); display: inline-block; }.logo-cloud { display: flex; gap: 24px; align-items: center; flex-wrap: wrap; margin-top: 30px; font-size: 13px; }.logo-cloud b { opacity: .7; }.doodle-people { width: 360px; justify-self: end; fill: none; stroke: var(--ink); stroke-width: 2.5; stroke-linecap: round; }
.utility-grid { max-width: 1180px; margin: 0 auto 95px; padding: 0 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }.utility-card { padding: 42px; min-height: 500px; }.peach-card { background: var(--peach); }.lavender-card { background: var(--lavender); }.utility-card h3 { font: 700 28px "Manrope"; letter-spacing: -1.5px; margin: 28px 0 8px; }.utility-card > p { color: #4f6d70; font-size: 12px; line-height: 1.6; max-width: 430px; }.mini-ui, .stop-ui { width: 82%; min-height: 210px; background: white; margin: 0 auto; box-shadow: var(--shadow); border-radius: 5px; padding: 25px; display: flex; flex-direction: column; }.mini-ui span, .stop-ui span { font-size: 9px; color: var(--muted); }.mini-ui b, .stop-ui b { font: 700 17px "Manrope"; margin: 14px 0 20px; }.mini-ui p { background: #f1f7f7; padding: 14px; font-size: 10px; }.mini-ui i { align-self: flex-end; color: #13815d; font-size: 9px; }.stop-ui { justify-content: center; text-align: center; background: var(--ink); color: white; }.stop-ui span { color: #94bec2; }.stop-ui i { font-size: 9px; font-style: normal; }.stop-ui.stopped { background: #c84c59; }

.testimonials { background: var(--powder); padding: 75px 0 90px; }.testimonial-heading { max-width: 1180px; margin: 0 auto 35px; padding: 0 24px; display: flex; align-items: end; justify-content: space-between; }.testimonial-heading h2 { font-size: 38px; margin: 0; }.testimonial-heading h2 span { background: var(--peach); padding: 0 5px; }.testimonial-heading small { color: var(--muted); }.quote-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; min-width: 1100px; transform: translateX(-35px); }.quote { min-height: 260px; margin: 0; padding: 30px; font: 600 16px/1.4 "Manrope"; display: flex; flex-direction: column; justify-content: space-between; }.quote footer { display: flex; flex-direction: column; font: 500 10px "DM Sans"; }.quote footer small { opacity: .65; margin-top: 3px; }.dark-quote { background: var(--ink); color: white; }.blue-quote { background: var(--blue); }.pink-quote { background: var(--pink); }.peach-quote { background: var(--peach); }
.final-cta { max-width: 1230px; min-height: 470px; margin: 85px auto 22px; background: var(--powder); display: grid; grid-template-columns: 1fr 1.15fr; overflow: hidden; }.final-cta > div:first-child { padding: 70px; }.final-cta p { color: var(--muted); max-width: 420px; font-size: 12px; line-height: 1.6; }.cta-illustration { position: relative; background: var(--yellow); overflow: hidden; display: grid; place-items: center; }.cta-illustration .mesh-mark { transform: scale(4); z-index: 3; }.orbit { position: absolute; border: 2px solid var(--ink); border-radius: 50%; }.o1 { width: 170px; height: 170px; }.o2 { width: 320px; height: 170px; transform: rotate(38deg); }.o3 { width: 370px; height: 110px; transform: rotate(-28deg); }.cta-illustration > span { position: absolute; background: white; border: 1px solid var(--ink); padding: 9px 13px; font-size: 9px; font-weight: 800; border-radius: 20px; }.cta-illustration > span:nth-of-type(1) { top: 18%; left: 22%; }.cta-illustration > span:nth-of-type(2) { top: 50%; right: 14%; background: var(--pink); }.cta-illustration > span:nth-of-type(3) { bottom: 14%; left: 32%; background: var(--blue); }
.community-strip { max-width: 1230px; margin: 0 auto 0; background: var(--pink); padding: 14px 24px; display: flex; align-items: center; gap: 13px; font-size: 10px; }.community-strip p { flex: 1; margin: 0; color: #567174; }.community-strip a { font-weight: 800; }
.footer { background: var(--ink); color: white; min-height: 360px; padding: 70px max(28px, calc((100vw - 1180px) / 2)); display: grid; grid-template-columns: 1fr 1.7fr; gap: 100px; }.footer .brand { font-size: 45px; }.footer-waves { display: block; font: 50px serif; letter-spacing: -24px; margin-top: -10px; }.footer-summary { max-width: 260px; opacity: .65; font-size: 11px; line-height: 1.6; }.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; }.footer-links div { display: flex; flex-direction: column; gap: 11px; font-size: 10px; }.footer-links b { margin-bottom: 8px; }.footer-links a { opacity: .65; transition: opacity .2s; }.footer-links a:hover { opacity: 1; }.footer-bottom { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.15); padding-top: 25px; display: flex; justify-content: space-between; opacity: .55; font-size: 9px; align-self: end; }

@media (max-width: 900px) {
  .topbar { grid-template-columns: 1fr auto; }.topbar nav { display: none; }.nav-actions a, .nav-actions .button-soft { display: none; }
  .hero h1 { letter-spacing: -3px; }.trust-row { gap: 20px; overflow: hidden; justify-content: flex-start; }.trust-row b { white-space: nowrap; }
  .demo-stage { height: 570px; }.app-window { width: calc(100% - 50px); top: 85px; }.stage-copy { display: none; }
  .story-section { grid-template-columns: .6fr 1fr; }.stat-grid { grid-column: 1 / -1; margin-top: 40px; }
  .feature-panel { grid-template-columns: 1fr; padding: 45px 30px; }.feature-heading { margin-bottom: 35px; }.product-mock { transform: none; }.integrations { grid-template-columns: 1fr; }.doodle-people { justify-self: center; margin-top: 30px; }
  .utility-grid { grid-template-columns: 1fr; }.quote-row { grid-template-columns: repeat(4, 300px); overflow: auto; min-width: 0; transform: none; padding: 0 20px; }.final-cta { grid-template-columns: 1fr; margin: 60px 20px 12px; }.cta-illustration { min-height: 360px; }.community-strip { margin: 0 20px; }
  .footer { grid-template-columns: 1fr; }.footer-bottom { flex-direction: column; gap: 8px; }
}

@media (max-width: 600px) {
  .topbar { height: 65px; padding: 0 15px; }.brand { font-size: 20px; }.nav-actions .button { padding: 10px 12px; }.hero { padding: 45px 16px 25px; min-height: 560px; }.hero h1 { font-size: 45px; letter-spacing: -2.7px; }.inline-art { transform: scale(.8); margin: 0 -2px; }.hero-buttons { flex-direction: column; gap: 14px; }.trust-row { margin-top: 45px; }
  .demo-stage { margin-top: 0; border-width: 4px; height: 610px; }.app-window { width: calc(100% - 22px); height: 500px; top: 60px; }.window-status { display: none; }.mini-sidebar { display: none; }.window-main { padding: 14px; }.composer-row input { font-size: 9px; }.scenario-row { overflow: auto; }.table-head, .table-row { grid-template-columns: 1.4fr .5fr; }.table-head span:nth-child(2), .table-row .policy-count { display: none; }
  .story-section { grid-template-columns: 1fr; margin: 75px auto; }.story-art { display: none; }.stat-card.pink, .stat-card.peach { transform: none; }
  .feature-stack { padding: 0 8px; }.feature-panel { margin-bottom: 28px; padding: 38px 20px; }.feature-heading h3 { font-size: 30px; }.product-mock { min-height: 350px; }.policy-list { padding: 15px; }.policy-list > div { grid-template-columns: 35px 1fr; }.policy-list i { display: none; }.approval-card, .receipt-card { width: calc(100% - 26px); margin: 18px auto; }.mock-actions .action-table { margin: 15px; }
  .integrations { margin: 75px auto 50px; }.integrations h2, .story-copy h2, .final-cta h2 { font-size: 42px; }.doodle-people { width: 280px; }.utility-grid { padding: 0 8px; }.utility-card { padding: 28px; }.mini-ui, .stop-ui { width: 100%; }.testimonial-heading { align-items: start; flex-direction: column; gap: 8px; }.final-cta > div:first-child { padding: 45px 30px; }.community-strip p { display: none; }.footer { padding: 55px 25px; gap: 45px; }.footer .brand { font-size: 38px; }
}
