:root { --ink: #151515; --soft: #6f6f6f; --line: #e8e8e8; --paper: #fff; --wash: #f6f6f6; --accent: #2563eb; --accent-soft: #eff6ff; --negative: #dc2626; }
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { color: var(--ink); background: var(--paper); font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.site-header { position: relative; z-index: 10; width: min(100% - 40px, 1240px); height: 84px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; }
.site-brand { display: inline-flex; align-items: center; gap: 9px; justify-self: start; }
.site-brand span { width: 31px; height: 31px; display: grid; place-items: center; border: 1px solid #d9d9d9; border-radius: 10px; background: white; box-shadow: 0 2px 8px rgba(0,0,0,.05); font: 600 15px "DM Sans", sans-serif; }
.site-brand strong { font-size: 17px; letter-spacing: -.04em; }
.site-header nav { display: flex; align-items: center; gap: 28px; color: #555; font-size: 12px; }
.site-header nav a, .login-link { transition: color .16s ease; }
.site-actions { justify-self: end; display: flex; align-items: center; gap: 17px; font-size: 12px; }
.button { min-height: 45px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid #ddd; border-radius: 14px; padding: 0 18px; background: white; font-size: 12px; font-weight: 600; transition: transform .16s ease, box-shadow .16s ease, background .16s ease, border-color .16s ease; }
.button.small { min-height: 38px; border-radius: 12px; padding-inline: 15px; }
.button.primary { border-color: var(--accent); background: var(--accent); color: white; box-shadow: 0 7px 18px rgba(37,99,235,.16); }
.button.quiet { background: transparent; }
.marketing-hero { position: relative; width: min(100% - 40px, 1240px); min-height: 520px; margin: 0 auto; display: grid; grid-template-columns: minmax(0, 840px) 1fr; align-items: end; overflow: hidden; padding: 100px 0 80px; border-bottom: 1px solid var(--line); }
.marketing-hero.home-hero { min-height: 690px; padding-top: 140px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow, .section-kicker { color: var(--soft); font-size: 10px; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.hero-copy h1 { max-width: 910px; margin-top: 17px; font: 500 clamp(56px, 8.3vw, 112px)/.91 "DM Sans", sans-serif; letter-spacing: -.075em; }
.marketing-hero:not(.home-hero) .hero-copy h1 { max-width: 980px; font-size: clamp(48px, 7vw, 92px); }
.hero-copy > p { max-width: 660px; margin-top: 29px; color: var(--soft); font-size: clamp(15px, 1.8vw, 20px); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 32px; }
.hero-note { position: relative; z-index: 2; align-self: end; justify-self: end; padding: 0 24px 12px; }
.hero-note span { color: #999; font-size: 9px; }
.hero-note p { margin-top: 9px; font: 500 15px/1.5 "DM Sans", sans-serif; letter-spacing: -.02em; }
.hero-orb { position: absolute; z-index: 0; width: 470px; height: 470px; right: -140px; top: 35px; border-radius: 50%; background: radial-gradient(circle at 34% 32%, #fff 0 8%, #edf4ff 38%, #d9e8ff 67%, #c6dcff 100%); box-shadow: inset -30px -38px 80px rgba(37,99,235,.08); opacity: .9; }
.proof-strip { width: min(100% - 40px, 1240px); min-height: 88px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); color: var(--soft); font-size: 10px; }
.proof-strip span { display: flex; align-items: center; gap: 9px; }
.proof-strip span::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--accent); }
.page-section { width: min(100% - 40px, 1240px); margin: 0 auto; }
.home-demo { min-height: 760px; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 80px; padding-block: 110px; }
.demo-copy h2, .split-section h2, .final-cta h2 { margin-top: 15px; font: 500 clamp(38px, 5vw, 68px)/1 "DM Sans", sans-serif; letter-spacing: -.065em; }
.demo-copy p, .split-section p, .pricing-note p { margin-top: 23px; color: var(--soft); font-size: 14px; line-height: 1.75; }
.text-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 25px; color: var(--accent); font-size: 12px; font-weight: 600; }
.text-link span { transition: transform .16s ease; }
.demo-frame { position: relative; min-height: 560px; display: grid; place-items: center; border-radius: 30px; background: var(--wash); overflow: hidden; }
.demo-frame::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(#d7d7d7 .8px, transparent .8px); background-size: 19px 19px; opacity: .6; }
.demo-email { position: relative; width: min(63%, 410px); min-height: 480px; padding: 15px; border-radius: 7px; background: white; box-shadow: 0 30px 70px rgba(0,0,0,.14); transform: translateX(-42px) rotate(-1deg); }
.demo-bar { height: 24px; display: flex; align-items: center; gap: 5px; border-bottom: 1px solid #eee; }
.demo-bar i { width: 5px; height: 5px; border-radius: 50%; background: #ddd; }
.demo-hero { height: 205px; margin-top: 14px; border-radius: 5px; background: linear-gradient(145deg, #edf2ff, #dce7ff); }
.demo-lines { display: grid; gap: 9px; padding: 24px 8px 15px; }
.demo-lines i { width: 88%; height: 7px; border-radius: 9px; background: #e6e6e6; }
.demo-lines i:first-child { width: 57%; height: 14px; background: #222; }
.demo-lines i:last-child { width: 71%; }
.demo-button { width: 100px; height: 30px; margin: 2px 8px; border-radius: 7px; background: var(--accent); }
.demo-pin { position: absolute; right: 26px; top: 196px; width: 34px; height: 34px; display: grid; place-items: center; transform: rotate(-45deg); border: 3px solid white; border-radius: 50% 50% 50% 8px; background: #181818; color: white; box-shadow: 0 8px 22px rgba(0,0,0,.2); font-size: 10px; }
.demo-pin::first-letter { transform: rotate(45deg); }
.demo-comment { position: absolute; z-index: 3; right: 26px; top: 185px; width: 245px; padding: 15px; border: 1px solid var(--line); border-radius: 16px; background: white; box-shadow: 0 18px 50px rgba(0,0,0,.12); }
.demo-comment > div { display: grid; grid-template-columns: 29px 1fr; gap: 1px 9px; align-items: center; }
.demo-comment > div span { grid-row: 1 / 3; width: 29px; height: 29px; display: grid; place-items: center; border-radius: 50%; background: #f0f0f0; font-size: 8px; font-weight: 700; }
.demo-comment strong { font-size: 10px; }
.demo-comment small { color: #999; font-size: 8px; }
.demo-comment p { margin-top: 13px; font-size: 11px; line-height: 1.5; }
.demo-comment > i { display: inline-block; margin-top: 12px; padding: 4px 7px; border-radius: 999px; background: #f0f0f0; color: #777; font-size: 8px; font-style: normal; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.benefit-grid article { min-height: 340px; padding: 54px 42px 60px 0; }
.benefit-grid article + article { padding-left: 42px; border-left: 1px solid var(--line); }
.benefit-grid span, .feature-list span, .steps-grid article > span { color: #9b9b9b; font-size: 9px; }
.benefit-grid h2, .feature-list h2, .steps-grid h2, .values-section h2 { margin-top: 85px; font: 500 26px/1.12 "DM Sans", sans-serif; letter-spacing: -.045em; }
.benefit-grid p, .feature-list p, .steps-grid p, .values-section p { margin-top: 14px; color: var(--soft); font-size: 12px; line-height: 1.7; }
.split-section { min-height: 600px; display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; border-bottom: 1px solid var(--line); }
.split-section > div:last-child { max-width: 520px; justify-self: end; }
.final-cta { min-height: 440px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.final-cta h2 { max-width: 730px; }
.steps-section { padding-block: 100px 120px; border-bottom: 1px solid var(--line); }
.steps-grid { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 36px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.steps-grid article { min-height: 290px; padding: 35px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.steps-grid h2 { margin-top: 85px; }
.pricing-section { display: grid; grid-template-columns: minmax(320px, 560px) 1fr; gap: 100px; align-items: center; padding-block: 100px; border-bottom: 1px solid var(--line); }
.price-card { padding: 32px; border: 1px solid #dce7ff; border-radius: 26px; background: linear-gradient(160deg, #fff, #f7faff); box-shadow: 0 20px 65px rgba(37,99,235,.09); }
.price-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 12px; font-weight: 600; }
.price-badge { padding: 5px 8px; border-radius: 999px; color: var(--accent); background: var(--accent-soft); font-size: 8px; text-transform: uppercase; letter-spacing: .06em; }
.price { display: flex; align-items: baseline; gap: 8px; margin-top: 42px; }
.price strong { font: 500 68px/1 "DM Sans", sans-serif; letter-spacing: -.07em; }
.price span { color: var(--soft); font-size: 12px; }
.price-card > p { margin-top: 13px; color: var(--soft); font-size: 12px; line-height: 1.6; }
.price-card ul { list-style: none; display: grid; gap: 12px; margin: 30px 0; padding-top: 27px; border-top: 1px solid var(--line); }
.price-card li { display: flex; align-items: center; gap: 10px; font-size: 11px; }
.price-card li::before { content: "✓"; width: 19px; height: 19px; display: grid; place-items: center; border-radius: 50%; color: var(--accent); background: var(--accent-soft); font-size: 9px; }
.price-card .button { width: 100%; }
.price-card > small { display: block; margin-top: 12px; color: #8a8a8a; text-align: center; font-size: 8px; line-height: 1.5; }
.pricing-note h2 { font: 500 40px/1 "DM Sans", sans-serif; letter-spacing: -.055em; }
.feature-list { display: grid; grid-template-columns: repeat(2, 1fr); padding-block: 90px; border-bottom: 1px solid var(--line); }
.feature-list > div { min-height: 260px; padding: 35px; border: 1px solid var(--line); margin: -1px 0 0 -1px; }
.feature-list h2 { margin-top: 70px; }
.quote-section { min-height: 480px; display: grid; place-items: center; border-bottom: 1px solid var(--line); }
.quote-section blockquote { max-width: 900px; font: 500 clamp(40px, 6vw, 76px)/1.04 "DM Sans", sans-serif; letter-spacing: -.06em; text-align: center; }
.values-section { display: grid; grid-template-columns: repeat(3, 1fr); padding-block: 100px; border-bottom: 1px solid var(--line); }
.values-section article { padding: 0 45px; }
.values-section article:first-child { padding-left: 0; }
.values-section article + article { border-left: 1px solid var(--line); }
.values-section h2 { margin-top: 0; }
.prose-section { max-width: 820px; padding-block: 90px 130px; }
.prose-section h2 { margin: 55px 0 16px; font: 500 30px/1.1 "DM Sans", sans-serif; letter-spacing: -.045em; }
.prose-section p, .prose-section li { color: #555; font-size: 13px; line-height: 1.8; }
.prose-section p + p { margin-top: 13px; }
.prose-section ul { display: grid; gap: 10px; padding-left: 20px; }
.prose-section a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }
.legal-note { margin-top: 45px !important; padding: 16px 18px; border-radius: 14px; background: var(--wash); color: #777 !important; font-size: 10px !important; }
.site-footer { position: relative; width: min(100% - 40px, 1240px); margin: 0 auto; display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 50px; padding: 70px 0 105px; border-top: 1px solid var(--line); }
.site-footer > div { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.site-footer .site-brand { margin-bottom: 10px; }
.site-footer p { max-width: 270px; color: var(--soft); font-size: 11px; line-height: 1.6; }
.site-footer > div > strong { margin-bottom: 7px; font-size: 10px; }
.site-footer > div > a:not(.site-brand) { color: var(--soft); font-size: 10px; }
.site-footer > small { position: absolute; left: 0; bottom: 38px; color: #999; font-size: 8px; }
@media (hover: hover) {
  .site-header nav a:hover, .login-link:hover, .site-footer a:hover { color: var(--accent); }
  .button:hover { transform: translateY(-1px); box-shadow: 0 9px 22px rgba(0,0,0,.08); }
  .button.primary:hover { box-shadow: 0 10px 25px rgba(37,99,235,.24); }
  .text-link:hover span { transform: translateX(3px); }
}
@media (max-width: 820px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .marketing-hero, .marketing-hero.home-hero { min-height: 620px; grid-template-columns: 1fr; padding-top: 110px; }
  .hero-note { display: none; }
  .hero-orb { width: 350px; height: 350px; right: -170px; top: 50px; }
  .proof-strip { flex-direction: column; align-items: flex-start; justify-content: center; padding-block: 25px; }
  .home-demo, .pricing-section { grid-template-columns: 1fr; gap: 60px; }
  .home-demo { padding-block: 80px; }
  .benefit-grid, .values-section { grid-template-columns: 1fr; }
  .benefit-grid article, .benefit-grid article + article { min-height: 240px; padding: 42px 0; border-left: 0; border-top: 1px solid var(--line); }
  .benefit-grid article:first-child { border-top: 0; }
  .benefit-grid h2 { margin-top: 55px; }
  .split-section { grid-template-columns: 1fr; gap: 35px; padding-block: 90px; }
  .split-section > div:last-child { justify-self: start; }
  .steps-grid { grid-template-columns: 1fr; }
  .feature-list { grid-template-columns: 1fr; }
  .values-section article, .values-section article:first-child { padding: 40px 0; }
  .values-section article + article { border-left: 0; border-top: 1px solid var(--line); }
  .site-footer { grid-template-columns: 1.5fr 1fr 1fr; }
  .site-footer > div:first-child { grid-column: 1 / -1; }
}
@media (max-width: 520px) {
  .site-header, .marketing-hero, .proof-strip, .page-section, .site-footer { width: min(100% - 30px, 1240px); }
  .site-actions .login-link { display: none; }
  .marketing-hero, .marketing-hero.home-hero { min-height: 570px; padding: 85px 0 60px; }
  .hero-copy h1 { font-size: 56px; }
  .marketing-hero:not(.home-hero) .hero-copy h1 { font-size: 49px; }
  .hero-copy > p { font-size: 15px; }
  .hero-actions { align-items: stretch; }
  .hero-actions .button { flex: 1 1 160px; }
  .demo-frame { min-height: 470px; }
  .demo-email { width: 78%; transform: translateX(-24px); }
  .demo-comment { right: 9px; width: 205px; }
  .final-cta { align-items: flex-start; flex-direction: column; justify-content: center; }
  .steps-grid article { padding: 28px; }
  .price-card { padding: 25px 21px; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .site-footer > div:first-child { grid-column: 1 / -1; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; } }
