/* Public homepage presentation. Loaded only by the marketing homepage. */
:root {
  --primary: #087f70;
  --primary-light: #b7e5d9;
  --purple: #14594f;
  --gray-900: #172d2b;
  --gray-600: #536762;
  --gray-50: #f5f8f6;
  --gray-200: #dce5df;
  --radius: 16px;
}
body { background: #fff; -webkit-font-smoothing: antialiased; }
button { font: inherit; cursor: pointer; }
:is(a, button, summary):focus-visible { outline: 3px solid #087f70; outline-offset: 5px; }
section[id] { scroll-margin-top: 88px; }
.top-nav { background: rgba(255,255,255,.97); box-shadow: none; border-color: #e5ebe7; }
.nav-inner { max-width: 1200px; min-height: 80px; }
.logo { color: #172d2b; font-size: 20px; letter-spacing: -.6px; }
.logo-icon { border-radius: 10px; width: 36px; height: 36px; }
.nav-links > a { font-weight: 500; }
.nav-links > a.is-active { color: #087f70; background: #edf5ef; border-color: #d5e7da; }
.nav-links .nav-cta { background: #172d2b; border-radius: 8px; box-shadow: none; }
.hero { padding: 88px 24px 64px; background: #f5f8f3; overflow: hidden; border-bottom: 1px solid #e1e8de; }
.hero::before { display: none; }
.hero-inner { max-width: 1200px; grid-template-columns: 1.05fr 1fr; gap: 64px; }
.hero-badge { padding: 0; background: none; border: 0; color: #37695c; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; margin-bottom: 24px; box-shadow: none; }
.hero h1 { font-size: clamp(38px, 4.6vw, 66px); line-height: 1.08; font-weight: 650; letter-spacing: -.045em; margin: 0 0 24px; max-width: 620px; }
.hero h1 span { color: #087f70; background: none; -webkit-text-fill-color: currentColor; }
.hero-copy > p { max-width: 490px; font-size: 17px; line-height: 1.8; color: #536762; margin: 0 0 30px; }
.hero-actions { gap: 12px; justify-content: flex-start; margin: 0; }
.btn-primary, .btn-secondary { min-height: 48px; padding: 12px 20px; border-radius: 8px; font-size: 14px; font-weight: 600; transition: background .2s, transform .2s; }
.btn-primary { background: #087f70; color: #fff; box-shadow: none; border: 1px solid #087f70; }
.btn-primary:hover { background: #056455; box-shadow: none; transform: translateY(-1px); }
.btn-secondary { background: transparent; border: 1px solid #bdccc3; color: #172d2b; box-shadow: none; }
.btn-secondary:hover { background: #e9f0eb; border-color: #87a79b; transform: none; }
.hero-tour { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; font-size: 13px; font-weight: 600; color: #536762; }
.hero-tour span { font-size: 11px; }
.hero-stats { grid-template-columns: repeat(3, 1fr); margin: 30px 0 0; padding-top: 24px; border-top: 1px solid #d9e3d9; gap: 28px; justify-content: flex-start; }
.stat { text-align: left; background: none; padding: 0; border: 0; box-shadow: none; border-radius: 0; }
.stat-num { font-size: 20px; font-weight: 650; color: #172d2b; }
.stat-label { font-size: 11px; color: #607268; }
.product-preview { padding: 18px; border: 1px solid #d4e0d6; border-radius: 22px; background: #e8efe5; box-shadow: 0 25px 65px -35px #244d4266; transform: rotate(1deg); }
.product-preview-bar { display: flex; align-items: center; justify-content: space-between; padding: 0 4px 16px; font-size: 10px; letter-spacing: .12em; font-weight: 700; color: #526b5a; }
.preview-dots { display: flex; gap: 5px; }
.preview-dots i { width: 6px; height: 6px; border-radius: 50%; background: #9db19f; }
.sample-store { background: #fff; border-radius: 12px; border: 1px solid #dce5df; overflow: hidden; }
.sample-store-header { display: flex; justify-content: space-between; border-bottom: 1px solid #edf0eb; padding: 19px 24px; align-items: center; }
.sample-store-header strong { font-family: Georgia, serif; font-size: 22px; letter-spacing: -.8px; }
.sample-store-header span { color: #637467; font-size: 11px; }
.sample-question { padding: 30px 28px 24px; }
.sample-progress { height: 3px; background: #e9ede6; margin-bottom: 26px; }
.sample-progress span { display: block; width: 50%; height: 100%; background: #087f70; }
.sample-eyebrow { color: #718174; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.sample-question h2 { font-family: Georgia, serif; font-weight: 400; font-size: 29px; line-height: 1.2; margin: 9px 0 20px; letter-spacing: -.6px; }
.sample-choices { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.sample-choice { display: flex; align-items: center; gap: 8px; padding: 13px 10px; font-size: 12px; color: #546259; border: 1px solid #e1e7df; border-radius: 7px; }
.sample-choice.is-selected { background: #eff7f0; color: #17634f; border-color: #5c9679; }
.sample-choice span { width: 15px; height: 15px; border: 1px solid #a8b6a9; border-radius: 50%; display: grid; place-items: center; font-size: 10px; flex-shrink: 0; }
.sample-choice.is-selected span { background: #087f70; border-color: #087f70; color: #fff; }
.sample-result { display: flex; align-items: center; gap: 15px; margin: 0 24px 24px; padding: 16px; background: #f5f6f0; border-radius: 9px; }
.sample-result svg { width: 55px; height: 55px; flex-shrink: 0; }
.sample-result small { font-size: 9px; letter-spacing: .1em; color: #55735c; text-transform: uppercase; }
.sample-result strong { display: block; font-size: 14px; font-weight: 600; margin: 2px 0; }
.sample-result p { font-size: 11px; color: #647569; line-height: 1.5; margin: 0; }
.hero .sample-note { color: #617566; font-size: 10px; text-align: center; margin: 13px 0 0; line-height: 1.6; }
.integration-strip { max-width: 1200px; padding: 27px 0 0; margin: 46px auto 0; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid #d9e3d9; gap: 20px; }
.integration-strip > span { color: #67776c; font-size: 12px; }
.integration-names { display: flex; align-items: center; gap: 40px; color: #425b4c; font-size: 17px; font-weight: 650; letter-spacing: -.4px; }
section { padding: 88px 24px; }
.container { max-width: 1160px; }
.section-label { color: #087f70; font-size: 11px; letter-spacing: .15em; margin-bottom: 16px; }
.section-title { font-size: clamp(28px, 3.3vw, 42px); line-height: 1.18; letter-spacing: -.035em; font-weight: 650; }
.section-sub { color: #63736c; font-size: 16px; margin-bottom: 36px; }
.preview-section { background: #fff; }
.preview-video { max-width: 920px; margin: 32px auto 0; border-radius: 16px; border: 1px solid #dce5df; box-shadow: 0 15px 45px -25px #172d2b55; }
.preview-slider { max-width: 920px; margin: 24px auto 0; }
.preview-slide img { border-radius: 12px; box-shadow: none; }
.features-bg { background: #f7f9f7; }
.features-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.feature-card { padding: 28px; border: 1px solid #dfe7e1; border-radius: 12px; background: #fff; }
.feature-card:hover { box-shadow: 0 10px 28px -20px #244d4266; border-color: #97b6a7; transform: translateY(-2px); }
.feature-icon { width: 38px; height: 38px; background: #edf5ef; border-radius: 9px; color: #087f70; }
.feature-icon svg { width: 21px; height: 21px; }
.feature-title { font-size: 16px; }
.feature-card p { color: #617269; }
.steps::before { display: none; }
.step { text-align: left; border-top: 1px solid #dce5df; padding: 24px 0 0; opacity: 1; transform: none; }
.step-num { background: transparent; box-shadow: none; color: #087f70; font-size: 14px; border: 1px solid #c5dbce; width: 34px; height: 34px; margin: 0 0 20px; border-radius: 8px; }
.step p { max-width: none; margin: 0; }
.seo-answer, .doc-card { border: 1px solid #dce5df; box-shadow: none; border-radius: 12px; }
.seo-answer a { display: inline-block; margin-top: 14px; font-size: 13px; color: #087f70; text-decoration: underline; text-underline-offset: 3px; }
.doc-tag { border-radius: 4px; }
.pricing-bg { background: #fff; }
.pricing-table-wrap { border: 1px solid #dce5df; border-radius: 12px; box-shadow: none; }
.pricing-table thead th { background: #f6f8f5; color: #172d2b; }
.pricing-table .growth-col { background: #edf6f0; }
.pricing-table .check { color: #087f70; }
.plan-btn, .table-plan-btn { border-radius: 7px; }
.plan-btn.filled { background: #087f70; box-shadow: none; }
.plan-btn.outline { border-color: #b4cdbd; color: #17634f; }
.faq-list { max-width: 820px; }
.faq-item { border: 0; border-bottom: 1px solid #dce5df; border-radius: 0; box-shadow: none; background: transparent; }
.faq-q { padding: 23px 0; font-weight: 600; font-size: 16px; }
.faq-a { color: #536762; }
.faq-item.open .faq-a { padding: 0 0 24px; }
.blog-preview-card { border: 1px solid #dce5df; border-radius: 12px; box-shadow: none; }
.blog-preview-card:hover { box-shadow: 0 14px 32px -24px #172d2b77; }
.blog-preview-body { padding: 24px; }
.blog-preview-kicker { color: #087f70; font-size: 10px; }
.blog-preview-body h3 { font-size: 20px; letter-spacing: -.4px; }
.blog-preview-link { color: #087f70; }
.cta-section { margin: 0 24px 64px; border-radius: 20px; background: #173f36; padding: 68px 24px; }
.cta-section h2 { font-size: clamp(28px, 3.5vw, 44px); font-weight: 600; letter-spacing: -.035em; }
.cta-section p { color: #bcd4c9; max-width: 560px; }
.cta-section .btn-primary { background: #d6efb1; border-color: #d6efb1; color: #173f36; }
footer { background: #112c26; border-top: 0; }
.welcome-quiz-launch__button { background: #173f36 !important; box-shadow: 0 5px 18px #173f3626 !important; border-radius: 8px !important; font-size: 12px !important; }
.reveal-item { opacity: 1; transform: none; }
@media (max-width: 1000px) {
  .hero-inner { gap: 32px; }
  .hero h1 { font-size: 44px; }
  .hero-stats { gap: 16px; }
  .sample-question { padding: 24px 18px; }
  .sample-result { margin: 0 18px 18px; }
}
@media (max-width: 768px) {
  .welcome-quiz-launch { left: auto !important; right: 16px !important; bottom: 16px !important; width: auto !important; }
  section { padding: 60px 20px; }
  .hero { padding: 48px 20px 28px; }
  .hero-inner { grid-template-columns: minmax(0, 1fr); gap: 36px; }
  .hero-copy { max-width: 580px; }
  .hero h1 { font-size: clamp(36px, 8vw, 52px); }
  .hero-copy > p { font-size: 16px; }
  .hero-actions { flex-direction: row; flex-wrap: wrap; }
  .hero-actions > * { width: auto; flex: 1 1 190px; justify-content: center; text-align: center; }
  .hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); }
  .product-preview { transform: none; max-width: 540px; width: 100%; margin: 0 auto; padding: 14px; }
  .integration-strip { flex-direction: column; align-items: flex-start; margin-top: 32px; }
  .integration-names { flex-wrap: wrap; gap: 18px 28px; font-size: 15px; }
  .features-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .step { display: block; padding-top: 24px; }
  .step-num { margin-bottom: 16px; }
  .step-title { margin-bottom: 8px; }
  .cta-section { margin: 0 16px 40px; padding: 48px 20px; }
}
@media (min-width: 761px) and (max-width: 1000px) {
  .nav-inner { flex-wrap: wrap; justify-content: center; padding: 16px 0; gap: 12px; }
  .nav-links { justify-content: center; flex-wrap: wrap; }
}
@media (max-width: 760px) {
  .top-nav .nav-links { transform: none; visibility: hidden; opacity: 0; transition: opacity .2s; }
  .top-nav .nav-links.is-open { visibility: visible; opacity: 1; }
}
@media (max-width: 480px) {
  .features-grid, .docs-grid, .seo-answer-grid, .blog-preview-grid { grid-template-columns: minmax(0, 1fr); }
  .feature-card { padding: 24px; }
  .sample-question h2 { font-size: 26px; }
  .sample-choice { font-size: 11px; padding: 12px 8px; }
  .nav-inner { min-height: 68px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
