:root { color-scheme: light; font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, sans-serif; color: #202723; background: #fff; font-size: 16px; line-height: 1.6; letter-spacing: 0; --green: #174d3f; --muted: #616b65; --line: #dce2de; }
* { box-sizing: border-box; }
html { scroll-behavior: auto; scrollbar-gutter: stable; }
body { margin: 0; }
a { color: var(--green); text-underline-offset: 4px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: #202723; font-weight: 650; line-height: 1.2; overflow-wrap: break-word; }
h1 { font-size: 38px; margin-bottom: 18px; }
h2 { font-size: 30px; margin-bottom: 20px; }
h3 { font-size: 20px; margin-bottom: 12px; }
p { max-width: 760px; margin-bottom: 20px; }
button, input, select { font: inherit; }
button, a.primary, a.secondary { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 10px 21px; border: 1px solid #bfc9c2; border-radius: 6px; cursor: pointer; font-weight: 600; text-decoration: none; background: #fff; color: var(--green); }
button:disabled { cursor: not-allowed; opacity: .6; }
button.primary, a.primary { background: var(--green); color: #fff; border-color: var(--green); }
a.secondary { background: #fff; color: #303a34; }
button:hover, a.secondary:hover { background: #f1f4f2; }
button.primary:hover, a.primary:hover { background: #103e32; }
:focus-visible { outline: 3px solid #3979a4; outline-offset: 4px; }
.skip-link { position: absolute; top: -100px; left: 20px; z-index: 5; padding: 12px 18px; background: #fff; }
.skip-link:focus { top: 12px; }
.site-header { min-height: 84px; padding: 18px max(28px, calc((100% - 1120px) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); background: #fff; }
.wordmark { display: inline-flex; align-items: center; gap: 9px; color: var(--green); text-decoration: none; font-size: 24px; font-weight: 700; line-height: 1.2; }
.wordmark svg { display: block; flex: 0 0 36px; width: 36px; height: 36px; }
.site-header nav, footer nav, .account-nav { display: flex; gap: 28px; align-items: center; flex-wrap: wrap; }
.site-header nav a { text-decoration: none; color: #4c5650; font-size: 14px; font-weight: 500; }
.site-header nav a:hover { color: var(--green); text-decoration: underline; }
.site-header .nav-signin { color: var(--green); font-weight: 650; padding-left: 26px; border-left: 1px solid var(--line); }
.notice { width: 100%; max-width: none; margin: 0; padding: 11px max(28px, calc((100% - 1120px) / 2)); background: #eef4f1; border-bottom: 1px solid #dae5df; color: #50625a; font-size: 13px; display: flex; gap: 18px; align-items: baseline; }
.notice strong { color: var(--green); white-space: nowrap; font-weight: 650; }
.band { width: min(1176px, 100%); padding: 64px 28px; margin: 0 auto; }
.band + .band { border-top: 1px solid var(--line); }
.intro { text-align: center; padding-top: 48px; padding-bottom: 36px; }
.eyebrow { font-size: 12px; font-weight: 650; color: var(--green); margin-bottom: 16px; }
.intro .eyebrow, .intro p { margin-left: auto; margin-right: auto; }
.intro h1 { font-size: 48px; margin-bottom: 8px; color: var(--green); }
.intro .tagline { font-size: 30px; font-weight: 550; line-height: 1.25; margin-bottom: 20px; color: #202723; }
.intro-copy { font-size: 17px; line-height: 1.65; color: var(--muted); }
.actions { display: flex; gap: 12px; flex-wrap: wrap; margin: 24px 0 18px; }
.intro .actions { justify-content: center; }
.small { font-size: 13px; color: var(--muted); }
.intro .small { margin-bottom: 0; }
.report-showcase { padding: 30px 28px 24px; background: #f3f5f4; border-block: 1px solid var(--line); }
.showcase-inner { max-width: 1040px; margin: auto; }
.preview-heading { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin-bottom: 22px; }
.preview-heading .eyebrow { margin-bottom: 6px; }
.preview-heading h2 { font-size: 23px; margin: 0; }
.sample-label { font-size: 12px; color: #59675e; white-space: nowrap; }
.report-preview { border: 1px solid #cdd7d0; border-radius: 6px; background: #e6ebe8; overflow: hidden; }
.preview-toolbar { min-height: 48px; padding: 12px 20px; display: flex; justify-content: space-between; gap: 16px; font-size: 12px; color: #535f57; background: #fff; border-bottom: 1px solid var(--line); }
.toolbar-divider { margin: 0 10px; color: #a1ada4; }
.report-image-link { display: block; height: 390px; padding: 26px 36px 0; overflow: hidden; }
.report-image-link img { display: block; width: min(720px, 100%); height: auto; aspect-ratio: 1082 / 1400; margin: 0 auto; background: #fff; box-shadow: 0 2px 12px #23352a14; }
.preview-caption { display: flex; justify-content: space-between; gap: 20px; margin-top: 14px; color: #657169; font-size: 12px; }
.workflow h2 { max-width: 600px; }
.steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 42px; margin-top: 38px; }
.steps > div { padding-top: 22px; border-top: 1px solid #bccdc2; }
.steps p { color: var(--muted); font-size: 15px; margin: 0; }
.step-number { display: block; color: #39677f; font-size: 12px; font-weight: 650; margin-bottom: 20px; }
.company-summary { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; }
.company-summary p { color: var(--muted); }
.company-summary .eyebrow { color: var(--green); }
.company-summary .small { margin-top: 26px; }
.text-link { font-size: 14px; font-weight: 600; }
.plans { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin: 36px 0; }
.plan { border: 1px solid var(--line); border-radius: 6px; padding: 28px; display: flex; flex-direction: column; align-items: flex-start; background: #fff; }
.plan:nth-child(2) { border-color: #729582; background: #f6f9f7; }
.plan h2 { font-size: 22px; margin-bottom: 18px; }
.plan ul { padding-left: 18px; flex: 1; color: #556159; font-size: 14px; margin: 24px 0; }
.plan li { margin-bottom: 12px; }
.plan a { width: 100%; }
.price { font-size: 38px; line-height: 1.3; font-weight: 650; margin: 0; color: var(--green); }
.price span { font-size: 14px; font-weight: 400; color: var(--muted); }
.pricing-notes { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; font-size: 13px; color: var(--muted); }
.demo-page > p { color: var(--muted); }
.demo-sheet { background: #f1f4f2; padding: 36px; margin-top: 32px; }
.sample { display: block; max-width: 100%; width: 720px; height: auto; aspect-ratio: 1082 / 1400; margin: 0 auto; border: 1px solid var(--line); }
.prose { max-width: 850px; }
.prose h2 { font-size: 23px; margin-top: 34px; }
.prose p { color: #505d54; }
.prose .notice { padding: 14px 18px; margin: 24px 0; }
.auth { max-width: 560px; min-height: 440px; }
.auth h1 { font-size: 30px; }
.auth form { margin-top: 30px; }
.auth form button { width: 100%; }
.auth-links { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 24px; font-size: 13px; }
.error { color: #8e3042; margin-top: 16px; }
form label { display: block; margin-bottom: 18px; font-size: 14px; color: #47564c; }
input, select { display: block; width: 100%; min-height: 44px; padding: 10px; border: 1px solid #a5b5a9; border-radius: 5px; background: #fff; margin-top: 7px; color: #202723; }
.check { display: flex; gap: 12px; align-items: flex-start; }
.check input { width: 20px; min-height: 20px; height: 20px; flex: 0 0 20px; }
.account-nav { margin-bottom: 32px; border-bottom: 1px solid var(--line); padding-bottom: 18px; }
.metrics { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; margin: 24px 0; }
.metric { border-bottom: 2px solid #b6cabc; padding: 14px 0; }
.metric strong { display: block; font-size: 28px; }
.metric span { font-size: 14px; }
.table-scroll { overflow: auto; }
table { border-collapse: collapse; width: 100%; font-size: 14px; }
th, td { padding: 12px; text-align: left; border-bottom: 1px solid var(--line); overflow-wrap: anywhere; }
details { padding: 20px 0; border-bottom: 1px solid var(--line); }
summary { cursor: pointer; font-weight: 600; padding-right: 12px; }
details p { margin: 16px 0 0; color: var(--muted); }
.support-row { border-bottom: 1px solid var(--line); padding: 18px 0; display: flex; gap: 20px; align-items: center; justify-content: space-between; }
footer { border-top: 1px solid var(--line); padding: 30px max(28px, calc((100% - 1120px) / 2)); display: flex; justify-content: space-between; gap: 24px; font-size: 12px; color: #68746d; }
footer a { text-decoration: none; color: #56635b; }
#status { min-height: 28px; color: #8e3042; }
:root [hidden] { display: none !important; }
.billing-price { font-size: 24px; font-weight: 650; }
.cost-form { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; max-width: 800px; }
.cost-form label { margin: 0; }
.hero { padding: 48px max(28px, calc((100% - 1120px) / 2)); background: #fff; }
.hero > div { max-width: 720px; }
.contact-page { max-width: 640px; }
.contact-page h1 { font-size: 42px; line-height: 1.12; }
.contact-page form { margin-top: 28px; }
.contact-page textarea { width: 100%; padding: 12px; border: 1px solid #bfcac2; border-radius: 4px; font: inherit; resize: vertical; }
.inquiry-trap { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.inquiry-item { padding: 20px 0; border-bottom: 1px solid #d5ded7; }
.inquiry-item p { white-space: pre-wrap; overflow-wrap: anywhere; }
.cinematic .site-header { min-height: 72px; padding-block: 16px; background: #101212; border-color: #292e2b; }
.cinematic .wordmark, .cinematic .site-header nav a { color: #f5f7f5; }
.cinematic .wordmark svg path:first-child { fill: #e9f3ee; }
.cinematic .wordmark svg path:nth-child(2) { fill: #91b5a1; }
.cinematic .wordmark svg path:last-child { stroke: #174d3f; }
.cinematic .site-header .nav-signin { border-color: #3e4641; }
.cinematic .notice { background: #181c1a; border-color: #303632; color: #aebbb3; font-size: 12px; padding-block: 9px; }
.cinematic .notice strong { color: #d7e6dd; }
.cinema-hero { position: relative; height: min(760px, calc(100svh - 260px)); min-height: 470px; overflow: hidden; background: #111; color: #fff; }
.cinema-art { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }
.cinema-copy { position: relative; z-index: 1; padding: 34px 24px 0; text-align: center; }
.cinema-copy h1 { font-size: 92px; line-height: 1; font-weight: 600; color: #fff; margin: 0 0 12px; }
.cinema-copy .eyebrow { font-size: 12px; color: #c4cec8; margin: 0 auto 14px; }
.cinema-copy .tagline { font-size: 26px; line-height: 1.25; color: #fff; margin: 0 auto; }
.cinema-copy .actions { justify-content: center; margin: 22px 0 0; }
.cinema-copy a.primary { color: #111; background: #fff; border-color: #fff; }
.cinema-copy a.secondary { color: #fff; background: #161918; border-color: #69746c; }
.cinema-copy a.primary:hover { background: #e4ebe6; }
.cinema-copy a.secondary:hover { background: #303934; }
.cinema-caption { position: absolute; bottom: 22px; left: max(28px, calc((100% - 1120px) / 2)); right: max(28px, calc((100% - 1120px) / 2)); display: flex; justify-content: space-between; align-items: end; gap: 20px; color: #e9edea; font-size: 12px; line-height: 1.5; }
.cinema-caption a { color: #fff; text-decoration: none; }
.cinema-caption a span { margin-left: 14px; }
.cinematic .report-showcase { padding-top: 48px; padding-bottom: 60px; background: #f5f6f5; border-top: 0; }
.cinematic .showcase-inner { max-width: 1120px; }
.cinematic .preview-heading { text-align: center; display: block; margin-bottom: 38px; }
.cinematic .preview-heading .eyebrow { color: #66756b; font-size: 12px; margin-bottom: 16px; }
.cinematic .preview-heading h2 { font-size: 48px; line-height: 1.12; font-weight: 600; }
.cinematic .sample-label { display: block; margin-top: 18px; }
.cinematic .report-preview { border-color: #d2d9d4; background: #dde4df; }
.cinematic .report-image-link { height: 490px; padding-top: 34px; }
.cinematic .report-image-link img { width: min(820px, 100%); }
.cinematic .workflow { padding-block: 84px; }
.cinematic .workflow h2 { font-size: 44px; font-weight: 600; max-width: 770px; }
.cinematic .step-number { font-size: 38px; color: #769a89; font-weight: 400; }
.cinematic .company-summary { width: 100%; max-width: none; padding: 76px max(28px, calc((100% - 1120px) / 2)); background: #141a17; border-top: 0; }
.cinematic .company-summary h2 { font-size: 40px; font-weight: 550; color: #f2f5f3; }
.cinematic .company-summary p { color: #b9c7be; }
.cinematic .company-summary .eyebrow, .cinematic .company-summary a { color: #cce7d9; }
.cinematic footer { background: #101512; border-color: #343e36; color: #a4b4a9; }
.cinematic footer a { color: #c5d0c9; }
@media (max-width: 760px) {
  .cinema-hero { height: calc(100svh - 305px); min-height: 410px; max-height: 650px; }
  .cinema-art { inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
  .cinema-copy { padding-top: 24px; }
  .cinema-copy h1 { font-size: 56px; margin-bottom: 10px; }
  .cinema-copy .tagline { font-size: 21px; }
  .cinema-copy .eyebrow { font-size: 11px; margin-bottom: 12px; }
  .cinema-copy .actions { margin-top: 20px; }
  .cinema-caption { left: 22px; right: 22px; bottom: 15px; font-size: 11px; }
  .cinema-caption > span { display: none; }
  .cinematic .report-showcase { padding-top: 34px; padding-bottom: 32px; }
  .cinematic .preview-heading { margin-bottom: 26px; }
  .cinematic .preview-heading h2 { font-size: 31px; }
  .cinematic .report-image-link { height: 310px; padding: 20px 16px 0; }
  .cinematic .workflow { padding-block: 48px; }
  .cinematic .workflow h2 { font-size: 32px; }
  .cinematic .company-summary { padding: 46px 22px; }
  .cinematic .company-summary h2 { font-size: 32px; }
  .site-header { padding: 18px 22px; gap: 16px; flex-wrap: wrap; }
  .site-header nav { gap: 20px; }
  .site-header .nav-signin { padding-left: 0; border: 0; }
  .wordmark { font-size: 22px; }
  .notice { padding: 12px 22px; gap: 5px; flex-direction: column; font-size: 12px; }
  .band { padding: 40px 22px; }
  .intro { padding-top: 34px; padding-bottom: 30px; }
  .intro h1 { font-size: 40px; }
  .intro .tagline { font-size: 24px; }
  .intro-copy { font-size: 16px; }
  .desktop-break { display: none; }
  .intro .eyebrow { font-size: 11px; }
  .actions { gap: 10px; }
  button, a.primary, a.secondary { padding: 10px 17px; font-size: 14px; }
  .report-showcase { padding: 24px 22px 18px; }
  .preview-heading { align-items: flex-start; gap: 12px; }
  .preview-heading h2 { font-size: 20px; }
  .sample-label { font-size: 11px; }
  .preview-toolbar { padding: 12px; }
  .preview-toolbar > span:last-child { display: none; }
  .report-image-link { height: 280px; padding: 18px 16px 0; }
  .preview-caption { font-size: 11px; gap: 8px; flex-wrap: wrap; }
  .steps, .plans, .company-summary, .pricing-notes { grid-template-columns: 1fr; gap: 26px; }
  .steps { margin-top: 26px; }
  .step-number { margin-bottom: 12px; }
  .company-summary h2 { margin-bottom: 0; }
  .company-summary .small { margin-bottom: 0; }
  .metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cost-form { grid-template-columns: 1fr; }
  .demo-sheet { padding: 14px; }
  h1 { font-size: 30px; }
  h2 { font-size: 26px; }
  footer { flex-direction: column; padding: 26px 22px; }
  footer nav { gap: 20px; }
  .support-row { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 370px) {
  .site-header nav { gap: 15px; }
  .site-header nav a { font-size: 13px; }
  .preview-heading { flex-direction: column; gap: 8px; }
  .intro .actions { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
