:root {
  --ink: #11130f;
  --ink-soft: #4d5148;
  --cream: #f3efe5;
  --paper: #fbfaf5;
  --green: #b9f227;
  --green-dark: #93ca08;
  --line: #d9d6ca;
  --white: #fff;
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }

.site-header { position: relative; z-index: 20; width: min(1220px, calc(100% - 40px)); height: 84px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: "Manrope", sans-serif; font-weight: 800; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; color: var(--ink); background: var(--green); font-size: 13px; letter-spacing: -.04em; }
.brand-name { font-size: 19px; letter-spacing: -.05em; }
.desktop-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.desktop-nav a, .login-link { color: #3f433b; font-size: 13px; font-weight: 600; transition: color .2s; }
.desktop-nav a:hover, .login-link:hover { color: #000; }
.header-actions { display: flex; align-items: center; gap: 22px; }
.button { min-height: 54px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; border: 1px solid transparent; border-radius: 12px; font-family: "Manrope", sans-serif; font-size: 14px; font-weight: 800; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button span { font-size: 20px; line-height: 0; }
.button-small { min-height: 44px; padding: 0 18px; border-radius: 10px; font-size: 12px; }
.button-dark { color: #fff; background: var(--ink); }
.button-dark:hover { background: #292c25; }
.button-primary { color: var(--ink); background: var(--green); box-shadow: 0 10px 30px rgba(134, 178, 19, .18); }
.button-primary:hover { background: #c6ff30; box-shadow: 0 14px 36px rgba(134, 178, 19, .28); }
.button-full { width: 100%; }

.hero { position: relative; min-height: 770px; padding: 100px max(40px, calc((100vw - 1220px) / 2)) 80px; display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 60px; overflow: hidden; background: var(--cream); border-top: 1px solid #e4e0d5; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .3; pointer-events: none; background-image: linear-gradient(#d4d0c3 1px, transparent 1px), linear-gradient(90deg, #d4d0c3 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(to right, black, transparent 48%); }
.hero-glow { position: absolute; width: 520px; height: 520px; left: -260px; bottom: -300px; border-radius: 50%; background: var(--green); filter: blur(100px); opacity: .18; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow, .section-number { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 25px; font-family: "Manrope", sans-serif; font-size: 11px; line-height: 1; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { width: 26px; height: 2px; background: var(--green-dark); }
.hero h1 { max-width: 720px; margin-bottom: 26px; font-family: "Manrope", sans-serif; font-size: clamp(48px, 5.7vw, 80px); line-height: .97; letter-spacing: -.07em; }
.hero h1 em, .solution-copy h2 em { position: relative; z-index: 1; font-style: normal; white-space: nowrap; }
.hero h1 em::after { content: ""; position: absolute; z-index: -1; left: -3%; right: -3%; bottom: 2px; height: 25%; background: var(--green); transform: rotate(-1.5deg); }
.hero-text { max-width: 610px; margin-bottom: 34px; color: var(--ink-soft); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 700; }
.play { width: 36px; height: 36px; display: grid; place-items: center; padding-left: 2px; border: 1px solid #b9b6ab; border-radius: 50%; font-size: 9px; }
.hero-proof { margin-top: 38px; display: flex; align-items: center; gap: 16px; }
.hero-proof p { margin: 0; color: #65685f; font-size: 12px; line-height: 1.5; }
.hero-proof strong { color: var(--ink); }
.avatar-stack { display: flex; padding-left: 9px; }
.avatar-stack span { width: 34px; height: 34px; display: grid; place-items: center; margin-left: -9px; border: 3px solid var(--cream); border-radius: 50%; color: white; background: #373d31; font-size: 10px; font-weight: 700; }
.avatar-stack span:nth-child(2) { background: #8a5f42; }.avatar-stack span:nth-child(3) { background: #426d75; }.avatar-stack span:last-child { color: var(--ink); background: var(--green); }

.product-stage { position: relative; z-index: 2; min-width: 650px; transform: perspective(1100px) rotateY(-4deg) rotateX(1deg); transform-origin: center; }
.app-window { overflow: hidden; border: 1px solid #c8c4b9; border-radius: 20px; background: #f9faf7; box-shadow: 0 38px 80px rgba(31, 33, 27, .2); }
.app-topbar { height: 58px; padding: 0 18px; display: flex; align-items: center; gap: 16px; border-bottom: 1px solid #e1e2dc; }
.app-logo, .app-user { display: grid; place-items: center; color: #111; background: var(--green); font-size: 9px; font-weight: 800; }
.app-logo { width: 28px; height: 28px; border-radius: 8px; }.app-user { width: 29px; height: 29px; margin-left: auto; border-radius: 50%; background: #dfe3d9; }
.app-search { width: 180px; padding: 8px 12px; border-radius: 7px; color: #969b91; background: #eef0eb; font-size: 9px; }
.app-body { min-height: 500px; display: grid; grid-template-columns: 130px 1fr; }
.app-sidebar { padding: 25px 12px; display: flex; flex-direction: column; gap: 8px; border-right: 1px solid #e1e2dc; color: #868b81; font-size: 9px; }
.app-sidebar strong { margin: 0 8px 10px; color: #34372f; font-size: 9px; }.app-sidebar span { padding: 9px 10px; border-radius: 7px; }.app-sidebar .active { color: #111; background: #e8f9b7; font-weight: 700; }
.app-content { min-width: 0; padding: 24px; background: #f5f6f2; }
.app-heading { display: flex; justify-content: space-between; align-items: center; }.app-heading small, .stat-row small { color: #8a9085; font-size: 7px; letter-spacing: .12em; }.app-heading h2 { margin: 3px 0 0; font: 700 20px "Manrope"; letter-spacing: -.04em; }.app-heading button { padding: 9px 13px; border: 0; border-radius: 7px; color: #111; background: var(--green); font-size: 8px; font-weight: 800; }
.stat-row { margin: 18px 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }.stat-row > div { padding: 13px; display: grid; gap: 4px; border: 1px solid #e1e3dd; border-radius: 9px; background: white; }.stat-row strong { font: 700 19px "Manrope"; }.stat-row span { color: #76a200; font-size: 7px; }.stat-row .warm { color: #d77a1b; }
.board { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }.board-col { min-width: 0; }.col-title { padding: 0 3px 9px; color: #777d72; font-size: 7px; font-weight: 800; letter-spacing: .08em; }.col-title b { float: right; padding: 2px 5px; border-radius: 10px; background: #e7e9e2; }.board article { position: relative; margin-bottom: 7px; padding: 11px; display: grid; gap: 5px; overflow: hidden; border: 1px solid #e1e3dd; border-radius: 8px; background: #fff; box-shadow: 0 4px 12px rgba(0,0,0,.025); }.board article.highlight { border-color: #b5df45; box-shadow: 0 7px 18px rgba(128, 172, 15, .1); }.board article i { position: absolute; width: 4px; height: 4px; top: 9px; right: 9px; border-radius: 50%; background: #aaa; }.board article i.hot { background: #8bc000; box-shadow: 0 0 0 3px #e9f7c5; }.board article strong { padding-right: 8px; overflow: hidden; font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }.board article small { color: #90958b; font-size: 7px; }.board article span { margin-top: 3px; padding-top: 7px; border-top: 1px solid #f0f1ed; color: #6f756a; font-size: 6px; }
.floating-note { position: absolute; z-index: 3; padding: 12px 16px; display: flex; align-items: center; gap: 10px; border: 1px solid rgba(255,255,255,.8); border-radius: 12px; background: rgba(255,255,255,.9); box-shadow: 0 15px 35px rgba(25,27,22,.16); backdrop-filter: blur(10px); }.floating-note > span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 8px; background: var(--green); font-size: 13px; font-weight: 800; }.floating-note strong, .floating-note small { display: block; white-space: nowrap; }.floating-note strong { font-size: 10px; }.floating-note small { margin-top: 3px; color: #74786e; font-size: 8px; }.note-top { top: -25px; right: -25px; }.note-bottom { left: -35px; bottom: 35px; }

.logo-strip { min-height: 105px; padding: 25px max(40px, calc((100vw - 1220px) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 30px; overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); white-space: nowrap; }.logo-strip span { color: #8c8e87; font-size: 9px; letter-spacing: .12em; }.logo-strip strong { color: #777a72; font: 700 13px "Manrope"; letter-spacing: .05em; }
.pain-section, .features-section, .audience-section, .faq-section { padding: 120px max(40px, calc((100vw - 1220px) / 2)); }
.section-intro { max-width: 870px; }.section-intro h2, .audience-copy h2, .faq-heading h2 { margin-bottom: 25px; font: 700 clamp(38px, 5vw, 64px)/1.04 "Manrope"; letter-spacing: -.06em; }.section-intro mark { padding: 0 .06em; background: var(--green); }.section-intro > p, .audience-copy > p, .faq-heading > p { max-width: 650px; color: var(--ink-soft); font-size: 17px; line-height: 1.7; }
.pain-grid { margin-top: 65px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.pain-card { position: relative; min-height: 320px; padding: 35px 30px 30px 0; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line); }.pain-card + .pain-card { padding-left: 30px; }.pain-card:last-child { border-right: 0; }.pain-icon { width: 45px; height: 45px; display: grid; place-items: center; border: 1px solid #c9c6bb; border-radius: 50%; font-size: 20px; }.pain-card small { color: #8d9187; font-size: 9px; font-weight: 800; letter-spacing: .12em; }.pain-card h3 { max-width: 330px; margin: 10px 0; font: 700 22px/1.25 "Manrope"; letter-spacing: -.035em; }.pain-card p { margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.65; }.pain-card > b { position: absolute; top: 35px; right: 28px; color: #b5b7b0; font-size: 10px; }

.solution-section { padding: 120px max(40px, calc((100vw - 1220px) / 2)); display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; color: white; background: var(--ink); }.section-number.light { color: #aeb1a9; }.solution-copy h2 { margin-bottom: 28px; font: 700 clamp(45px, 5.5vw, 72px)/.99 "Manrope"; letter-spacing: -.065em; }.solution-copy h2 em { color: var(--green); }.solution-copy > p { max-width: 500px; margin-bottom: 35px; color: #b8bbb3; font-size: 17px; line-height: 1.7; }.steps { border-top: 1px solid #393c35; }.steps article { padding: 27px 0; display: grid; grid-template-columns: 50px 1fr; gap: 18px; border-bottom: 1px solid #393c35; }.steps article > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--green); font-size: 11px; font-weight: 800; }.steps h3 { margin-bottom: 8px; font: 700 20px "Manrope"; }.steps p { margin: 0; color: #9fa39a; font-size: 14px; line-height: 1.6; }

.features-section { background: var(--cream); }.centered { margin: 0 auto; text-align: center; }.centered > p { margin-right: auto; margin-left: auto; }.feature-grid { margin-top: 70px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }.feature-card { position: relative; min-height: 500px; padding: 40px; overflow: hidden; border: 1px solid #d5d1c5; border-radius: var(--radius); background: white; }.feature-card > span, .feature-copy > span { font: 800 10px "Manrope"; letter-spacing: .12em; }.feature-card h3 { margin: 16px 0 13px; max-width: 560px; font: 700 28px/1.15 "Manrope"; letter-spacing: -.045em; }.feature-card p { max-width: 530px; color: var(--ink-soft); font-size: 14px; line-height: 1.65; }.feature-large { min-height: 555px; grid-column: 1 / -1; display: grid; grid-template-columns: .7fr 1.3fr; gap: 60px; }.feature-card.dark { color: white; background: #181a16; border-color: #181a16; }.feature-card.dark p { color: #aeb2aa; }.mini-kanban { align-self: end; padding: 22px 22px 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; border-radius: 15px 15px 0 0; color: #171914; background: #f0f1ed; transform: translateY(41px); }.mini-kanban > div { display: flex; flex-direction: column; gap: 8px; }.mini-kanban small { padding-bottom: 8px; color: #797e74; border-bottom: 1px solid #d9dcd5; font-size: 7px; font-weight: 800; }.mini-kanban b { padding: 13px; border-radius: 8px; background: white; font-size: 8px; }.mini-kanban b.green-card { background: #dffb91; }.mini-kanban b i { display: block; margin-top: 10px; font-style: normal; font-size: 7px; }.feature-card.green { background: var(--green); border-color: var(--green); }.feature-card.green p { color: #3b461f; }.spark { position: absolute; right: 40px; top: 35px; font-size: 42px; }.ai-message { position: absolute; right: -15px; bottom: 45px; left: 70px; padding: 22px; border-radius: 15px; background: white; box-shadow: 0 18px 35px rgba(44,55,15,.13); font-size: 14px; line-height: 1.5; transform: rotate(-2deg); }.ai-message i { display: block; margin-top: 12px; color: #8e9388; font-size: 8px; font-style: normal; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }.feature-card.cream { background: #f8f4e9; }.calendar-visual { margin: 10px 0 35px; padding: 23px; display: grid; gap: 8px; border-radius: 15px; background: white; box-shadow: 0 15px 40px rgba(32,35,27,.08); }.calendar-visual b { margin-bottom: 8px; font-size: 9px; letter-spacing: .1em; }.calendar-visual i { padding: 11px 13px; border-left: 3px solid var(--green-dark); border-radius: 4px; color: #5d6258; background: #f3f4ef; font-size: 10px; font-style: normal; }.feature-wide { min-height: 340px; grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 60px; }.import-visual { padding: 25px; display: flex; align-items: center; gap: 18px; border: 1px solid #e1e2dc; border-radius: 15px; background: #f7f8f4; }.file-icon { width: 52px; height: 62px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 8px; color: #24300d; background: var(--green); font-size: 10px; font-weight: 800; }.import-visual > div:last-child { min-width: 0; flex: 1; }.import-visual strong, .import-visual small, .import-visual em { display: block; }.import-visual strong { overflow: hidden; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }.import-visual small { margin-top: 5px; color: #8b9086; font-size: 8px; }.progress { height: 5px; margin: 14px 0 8px; overflow: hidden; border-radius: 4px; background: #dfe1dc; }.progress i { display: block; width: 100%; height: 100%; background: var(--green-dark); }.import-visual em { color: #6b900d; font-size: 8px; font-style: normal; font-weight: 700; }

.comparison-section { padding: 120px max(40px, calc((100vw - 1220px) / 2)); color: white; background: #20231d; }.comparison-heading { display: flex; justify-content: space-between; align-items: flex-end; }.comparison-heading h2 { margin: 0; font: 700 clamp(40px, 5vw, 64px) "Manrope"; letter-spacing: -.06em; }.comparison-table { margin-top: 65px; }.comparison-labels, .comparison-row { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; }.comparison-labels { padding: 0 25px 18px; color: #93978e; font-size: 9px; font-weight: 800; letter-spacing: .12em; }.comparison-labels span:last-child { color: var(--green); }.comparison-row { padding: 23px 25px; border-top: 1px solid #41443d; }.comparison-row p { margin: 0; display: flex; gap: 14px; color: #a9ada4; font-size: 14px; line-height: 1.5; }.comparison-row p:last-child { color: white; }.comparison-row i { flex: 0 0 auto; color: #7b8076; font-style: normal; }.comparison-row p:last-child i { color: var(--green); }

.audience-section { display: grid; grid-template-columns: 1fr .9fr; gap: 100px; align-items: start; }.audience-list { border-top: 1px solid var(--line); }.audience-list span { padding: 19px 4px; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); font: 700 16px "Manrope"; }.audience-list b { color: #9da097; }
.pricing-section { padding: 120px max(40px, calc((100vw - 1220px) / 2)); color: white; background: var(--ink); }
.pricing-section .section-intro mark { color: var(--ink); }.pricing-section .section-intro > p { color: #aeb2a9; }
.pricing-grid { margin-top: 65px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; align-items: stretch; }
.price-card { position: relative; padding: 34px; display: flex; flex-direction: column; border: 1px solid #3a3d36; border-radius: 22px; background: #1a1c18; }
.price-card.featured { color: var(--ink); border-color: var(--green); background: var(--paper); transform: translateY(-12px); box-shadow: 0 26px 60px rgba(0,0,0,.25); }
.popular-label { position: absolute; top: -13px; right: 25px; padding: 7px 12px; border-radius: 20px; color: var(--ink); background: var(--green); font: 800 8px "Manrope"; letter-spacing: .1em; }
.price-card-head > span { color: var(--green); font: 800 9px "Manrope"; letter-spacing: .12em; }.price-card.featured .price-card-head > span { color: #678d00; }
.price-card h3 { margin: 12px 0 8px; font: 700 28px "Manrope"; letter-spacing: -.05em; }.price-card-head p { min-height: 48px; color: #9fa39a; font-size: 13px; line-height: 1.55; }.price-card.featured .price-card-head p { color: #696d64; }
.plan-price { margin: 25px 0; padding-bottom: 25px; display: flex; align-items: flex-end; gap: 12px; border-bottom: 1px solid #393c35; }.price-card.featured .plan-price { border-color: var(--line); }.plan-price strong { font: 800 42px/1 "Manrope"; letter-spacing: -.065em; }.plan-price span { color: #999d94; font-size: 10px; line-height: 1.5; }
.price-card ul { padding: 0; margin: 0 0 30px; display: grid; gap: 12px; list-style: none; flex: 1; }.price-card li { color: #d1d4cd; font-size: 12px; }.price-card.featured li { color: #4e5249; }.price-card li::before { content: "✓"; margin-right: 9px; color: var(--green); }.price-card.featured li::before { color: #6d9700; }
.button-outline { color: white; border-color: #51554c; background: transparent; }.pricing-note { margin: 30px 0 0; color: #8f938a; text-align: center; font-size: 11px; }.pricing-note a { color: var(--green); text-decoration: underline; text-underline-offset: 3px; }
.offer-section { margin: 0 max(40px, calc((100vw - 1220px) / 2)) 120px; padding: 80px; display: grid; grid-template-columns: 1fr .75fr; gap: 90px; align-items: center; border-radius: 28px; color: white; background: var(--ink); overflow: hidden; position: relative; }.offer-section::after { content: ""; position: absolute; width: 400px; height: 400px; left: -200px; bottom: -300px; border-radius: 50%; background: var(--green); filter: blur(90px); opacity: .15; }.offer-tag { display: inline-flex; padding: 8px 12px; margin-bottom: 22px; border: 1px solid #4f5449; border-radius: 20px; color: var(--green); font-size: 9px; font-weight: 800; letter-spacing: .12em; }.offer-copy h2 { margin-bottom: 22px; font: 700 clamp(40px, 4.5vw, 60px)/1.02 "Manrope"; letter-spacing: -.06em; }.offer-copy > p { max-width: 600px; color: #b5b9b0; line-height: 1.7; }.offer-copy ul { padding: 0; margin: 30px 0 0; list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }.offer-copy li { color: #d6d9d2; font-size: 13px; }.offer-copy li::before { content: "✓"; margin-right: 9px; color: var(--green); }.offer-card { position: relative; z-index: 2; padding: 38px; border-radius: 20px; color: var(--ink); background: white; }.offer-card > small { color: #8a8e84; font-size: 9px; font-weight: 800; letter-spacing: .12em; }.offer-card h3 { margin: 14px 0; font: 700 30px/1.12 "Manrope"; letter-spacing: -.05em; }.offer-card p { color: #62665d; font-size: 14px; line-height: 1.65; }.secure-note { margin-top: 16px; color: #858980; text-align: center; font-size: 10px; }.secure-note span { color: #70a000; }

.faq-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; background: var(--cream); }.dark-link { margin-top: 18px; border-bottom: 1px solid #a9aca3; padding-bottom: 4px; }.faq-list { border-top: 1px solid #cfcbbf; }.faq-list details { border-bottom: 1px solid #cfcbbf; }.faq-list summary { padding: 25px 45px 25px 0; position: relative; cursor: pointer; list-style: none; font: 700 17px "Manrope"; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary::after { content: "+"; position: absolute; top: 20px; right: 5px; width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid #bdb9ad; border-radius: 50%; font: 400 18px "DM Sans"; }.faq-list details[open] summary::after { content: "−"; }.faq-list details p { max-width: 700px; padding: 0 50px 24px 0; margin: 0; color: #60645b; font-size: 14px; line-height: 1.7; }
.final-cta { padding: 85px max(40px, calc((100vw - 1220px) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 60px; color: white; background: #242720; }.final-cta span { color: var(--green); font-size: 9px; font-weight: 800; letter-spacing: .14em; }.final-cta h2 { max-width: 780px; margin: 14px 0 0; font: 700 clamp(36px, 4.5vw, 58px)/1.05 "Manrope"; letter-spacing: -.06em; }
footer { padding: 55px max(40px, calc((100vw - 1220px) / 2)); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 40px; color: #aeb2a9; background: #11130f; }footer .brand { color: white; }footer p { margin: 0; font-size: 12px; }footer > div { display: flex; gap: 22px; font-size: 11px; }footer small { grid-column: 1 / -1; padding-top: 28px; border-top: 1px solid #30332d; font-size: 9px; }
.mobile-bar { display: none; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }.reveal.visible { opacity: 1; transform: translateY(0); }.delay-1 { transition-delay: .12s; }.delay-2 { transition-delay: .22s; }

/* Shared by the standalone login page. */
.kicker { color: var(--green-dark); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.logo { width: 44px; height: 44px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 12px; color: var(--ink); background: var(--green); font: 800 13px "Manrope", sans-serif; }
.btn { min-height: 44px; padding: 0 18px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.16); border-radius: 11px; color: #eef4ff; background: rgba(255,255,255,.06); font: 700 13px "Manrope", sans-serif; cursor: pointer; }
.btn-primary { border-color: var(--green); color: var(--ink); background: var(--green); }
.btn-sm { min-height: 38px; padding: 0 14px; font-size: 11px; }
.toast { position: fixed; z-index: 999; right: 22px; bottom: 22px; padding: 12px 16px; border-radius: 10px; color: white; background: #11130f; box-shadow: 0 15px 35px rgba(0,0,0,.25); opacity: 0; transform: translateY(8px); transition: opacity .2s, transform .2s; }
.toast.show { opacity: 1; transform: translateY(0); }

@media (max-width: 1080px) {
  .desktop-nav { display: none; }.hero { min-height: auto; grid-template-columns: 1fr; padding-top: 80px; }.hero-copy { max-width: 760px; }.product-stage { width: 90%; min-width: 0; margin: 35px auto 0; }.solution-section, .audience-section, .faq-section { grid-template-columns: 1fr; gap: 65px; }.offer-section { padding: 60px; grid-template-columns: 1fr 1fr; gap: 45px; }.feature-large { grid-template-columns: 1fr; }.mini-kanban { min-height: 240px; }.logo-strip strong:nth-last-child(-n+2) { display: none; }
}

@media (max-width: 760px) {
  .site-header { width: calc(100% - 28px); height: 72px; }.brand-name { font-size: 17px; }.login-link { display: none; }.header-actions .button { min-height: 40px; padding: 0 13px; font-size: 10px; }.hero { padding: 65px 18px 70px; gap: 25px; }.hero h1 { font-size: clamp(43px, 13.4vw, 65px); }.hero-text { font-size: 16px; }.hero-actions { align-items: stretch; flex-direction: column; gap: 20px; }.hero-actions .button { width: 100%; }.hero-proof { align-items: flex-start; }.product-stage { width: 118%; margin-left: 0; transform: none; }.app-window { border-radius: 13px; }.app-body { min-height: 310px; grid-template-columns: 78px 1fr; }.app-topbar { height: 40px; padding: 0 10px; }.app-logo { width: 23px; height: 23px; }.app-search { width: 105px; padding: 6px; }.app-user { width: 23px; height: 23px; }.app-sidebar { padding: 13px 6px; gap: 3px; }.app-sidebar strong { margin: 0 4px 4px; font-size: 6px; }.app-sidebar span { padding: 6px 5px; font-size: 6px; }.app-content { padding: 12px; }.app-heading h2 { font-size: 13px; }.app-heading small { font-size: 5px; }.app-heading button { padding: 6px; font-size: 5px; }.stat-row { margin: 10px 0; gap: 4px; }.stat-row > div { padding: 7px; }.stat-row small { font-size: 4px; }.stat-row strong { font-size: 11px; }.stat-row span { font-size: 4px; }.board { gap: 4px; }.board article { padding: 6px; gap: 3px; }.board article strong { font-size: 5px; }.board article small, .board article span { font-size: 4px; }.col-title { font-size: 4px; }.floating-note { display: none; }.logo-strip { min-height: 80px; padding: 20px 18px; justify-content: flex-start; gap: 28px; overflow-x: hidden; }.logo-strip strong:nth-last-child(-n+3) { display: none; }
  .pain-section, .features-section, .audience-section, .faq-section, .solution-section, .comparison-section { padding: 85px 18px; }.section-intro h2, .audience-copy h2, .faq-heading h2 { font-size: 39px; }.section-intro > p, .audience-copy > p, .faq-heading > p { font-size: 15px; }.pain-grid { grid-template-columns: 1fr; margin-top: 45px; }.pain-card, .pain-card + .pain-card { min-height: 270px; padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--line); }.pain-card:last-child { border-bottom: 0; }.pain-card > b { top: 30px; right: 4px; }.solution-section { gap: 55px; }.solution-copy h2 { font-size: 48px; }.steps article { grid-template-columns: 42px 1fr; }.feature-grid { grid-template-columns: 1fr; margin-top: 45px; }.feature-card, .feature-large, .feature-wide { min-height: 450px; padding: 28px; grid-column: auto; grid-template-columns: 1fr; gap: 25px; }.feature-large { min-height: 640px; }.feature-card h3 { font-size: 25px; }.mini-kanban { margin: 0 -15px; padding: 14px 14px 0; transform: translateY(29px); }.mini-kanban b { padding: 8px; font-size: 6px; }.ai-message { left: 35px; bottom: 35px; }.feature-wide { min-height: 500px; }.comparison-heading { align-items: flex-start; flex-direction: column; gap: 15px; }.comparison-heading h2 { font-size: 40px; }.comparison-table { margin-top: 40px; }.comparison-labels { display: none; }.comparison-row { padding: 22px 4px; grid-template-columns: 1fr; gap: 14px; }.comparison-row p:first-child { padding-bottom: 14px; border-bottom: 1px dashed #41443d; }.audience-section { gap: 45px; }.offer-section { margin: 0; padding: 75px 18px; grid-template-columns: 1fr; gap: 45px; border-radius: 0; }.offer-copy h2 { font-size: 42px; }.offer-copy ul { grid-template-columns: 1fr; }.offer-card { padding: 27px; }.offer-card h3 { font-size: 27px; }.faq-section { gap: 45px; }.faq-list summary { padding-right: 40px; font-size: 15px; }.final-cta { padding: 75px 18px 115px; align-items: stretch; flex-direction: column; gap: 35px; }.final-cta .button { width: 100%; }.final-cta h2 { font-size: 40px; }footer { padding: 50px 18px 110px; grid-template-columns: 1fr; gap: 18px; }footer > div { flex-wrap: wrap; }footer small { grid-column: auto; }.mobile-bar { position: fixed; z-index: 50; right: 10px; bottom: 10px; left: 10px; display: block; padding: 7px; border: 1px solid rgba(255,255,255,.7); border-radius: 15px; background: rgba(255,255,255,.86); backdrop-filter: blur(12px); }.mobile-bar .button { min-height: 50px; }.reveal { transform: translateY(15px); }
}

@media (max-width: 1080px) { .pricing-grid { grid-template-columns: 1fr; max-width: 680px; margin-right: auto; margin-left: auto; }.price-card.featured { transform: none; } }
@media (max-width: 760px) { .pricing-section { padding: 85px 18px; }.pricing-grid { margin-top: 45px; }.price-card { padding: 27px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.reveal { opacity: 1; transform: none; transition: none; }.button { transition: none; } }
