:root {
  --cream: #faf8f4;
  --linen: #f2efe8;
  --white: #fff;
  --ink: #1b2028;
  --ink-light: #3d4553;
  --muted: #7c8594;
  --teal: #2a9d8f;
  --teal-deep: #1e7a71;
  --teal-soft: #d6f0ec;
  --coral: #e07a5f;
  --coral-soft: #faeae5;
  --navy: #0e1620;
  --gold: #d4a853;
  --line: rgba(27, 32, 40, 0.09);
  --radius: 18px;
  --radius-lg: 30px;
  --shadow: 0 20px 60px rgba(27, 32, 40, 0.1);
  --max: 1180px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body { font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--cream); line-height: 1.65; }
.landing--product { --teal: #6674d9; --teal-deep: #4856b5; --teal-soft: #e5e8fb; }
.landing--operations { --teal: #287a82; --teal-deep: #18575e; --teal-soft: #d9ecee; }
.landing--financial { --teal: #337b66; --teal-deep: #205847; --teal-soft: #dceee8; --gold: #b98232; }
.landing--editorial { --teal: #9a6549; --teal-deep: #704631; --teal-soft: #f1e4dd; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input { font: inherit; }
.container { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }

.site-nav { position: sticky; top: 0; z-index: 20; background: rgba(250,248,244,.9); backdrop-filter: blur(18px); border-bottom: 1px solid var(--line); }
.site-nav__inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand img { width: 122px; }
.nav-links { display: flex; align-items: center; gap: 24px; font-size: .88rem; font-weight: 600; color: var(--ink-light); }
.nav-links a:hover { color: var(--teal-deep); }
.nav-cta, .btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 24px; border-radius: 999px; font-weight: 700; transition: .25s ease; }
.nav-cta { min-height: 42px; padding: 0 20px; background: var(--ink); color: var(--white); }
.nav-cta:hover, .btn-primary:hover { background: var(--teal-deep); transform: translateY(-2px); }
.btn-primary { background: var(--teal); color: var(--white); box-shadow: 0 8px 24px rgba(42,157,143,.24); }
.btn-secondary { background: var(--white); border: 1px solid var(--line); }
.btn-secondary:hover { border-color: var(--teal); color: var(--teal-deep); transform: translateY(-2px); }

.breadcrumbs { padding-top: 26px; color: var(--muted); font-size: .78rem; }
.breadcrumbs a:hover { color: var(--teal-deep); }
.hero { position: relative; overflow: hidden; padding: 88px 0 96px; }
.hero::before, .hero::after { content: ""; position: absolute; border-radius: 50%; filter: blur(90px); pointer-events: none; }
.hero::before { width: 430px; height: 430px; right: -130px; top: -130px; background: var(--teal-soft); opacity: .65; }
.hero::after { width: 320px; height: 320px; left: -140px; bottom: -140px; background: var(--coral-soft); opacity: .7; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; gap: 72px; align-items: center; }
.landing--product .hero-grid { grid-template-columns: .88fr 1.12fr; }
.landing--product .hero-copy { order: 2; }
.landing--product .hero-panel { order: 1; transform: rotate(-1.5deg); }
.landing--operations .hero { background: linear-gradient(135deg, var(--cream), #edf7f5); }
.landing--operations .hero-panel { box-shadow: none; border: 1px solid rgba(24,87,94,.18); }
.landing--financial .hero-panel { background: var(--navy); color: var(--white); }
.landing--financial .hero-panel__label, .landing--financial .hero-panel .check-list li { color: rgba(255,255,255,.7); }
.landing--financial .hero-panel .check-list li::before { color: #8cd6be; }
.landing--editorial .hero-grid { grid-template-columns: 1fr; max-width: 940px; text-align: center; }
.landing--editorial .hero-copy > p { margin-inline: auto; }
.landing--editorial .hero-actions { justify-content: center; }
.landing--editorial .hero-panel { max-width: 760px; margin-inline: auto; text-align: left; }
.eyebrow { display: inline-block; margin-bottom: 20px; color: var(--teal-deep); font-size: .74rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
h1, h2, h3 { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.08; letter-spacing: -.03em; }
h1 { font-size: clamp(2.75rem, 6vw, 5rem); }
h2 { font-size: clamp(2rem, 4vw, 3.4rem); }
h3 { font-size: 1.28rem; letter-spacing: -.015em; }
.hero-copy > p { max-width: 650px; margin-top: 24px; color: var(--ink-light); font-size: clamp(1.02rem, 1.4vw, 1.18rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-panel { padding: 30px; border-radius: var(--radius-lg); background: rgba(255,255,255,.82); border: 1px solid rgba(255,255,255,.9); box-shadow: var(--shadow); }
.hero-panel__label { color: var(--muted); font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.hero-panel h2 { margin-top: 12px; font-size: 1.8rem; }
.check-list { display: grid; gap: 13px; margin-top: 24px; list-style: none; }
.check-list li { position: relative; padding-left: 28px; color: var(--ink-light); font-size: .92rem; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--teal-deep); font-weight: 900; }

.proof { padding: 26px 0; background: var(--white); border-block: 1px solid var(--line); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.proof-item { padding: 22px; background: var(--white); }
.proof-item strong { display: block; font-size: 1.15rem; }
.proof-item span { display: block; margin-top: 4px; color: var(--muted); font-size: .77rem; line-height: 1.45; }

.section { padding: 96px 0; }
.section-white { background: var(--white); }
.section-linen { background: var(--linen); }
.section-dark { background: var(--navy); color: var(--white); }
.section-head { max-width: 760px; margin-bottom: 44px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head p { margin-top: 18px; color: var(--ink-light); font-size: 1.04rem; }
.section-dark .section-head p { color: rgba(255,255,255,.62); }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card { padding: 30px; border-radius: var(--radius-lg); background: var(--white); border: 1px solid var(--line); box-shadow: 0 6px 22px rgba(27,32,40,.05); }
.landing--operations .card-grid { grid-template-columns: 1.15fr .85fr; }
.landing--operations .card:first-child { grid-row: span 2; display: flex; flex-direction: column; justify-content: center; }
.landing--product .card { border-radius: 42px 18px 42px 18px; }
.landing--financial .card-number { border-radius: 50%; }
.landing--editorial .card-grid { gap: 0; border-block: 1px solid var(--line); }
.landing--editorial .card { border: 0; border-right: 1px solid var(--line); border-radius: 0; box-shadow: none; }
.landing--editorial .card:last-child { border-right: 0; }
.card-number { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; margin-bottom: 22px; border-radius: 12px; background: var(--teal-soft); color: var(--teal-deep); font-size: .8rem; font-weight: 800; }
.card p { margin-top: 12px; color: var(--muted); font-size: .9rem; }
.section-dark .card { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.1); box-shadow: none; }
.section-dark .card p { color: rgba(255,255,255,.62); }
.product-screens-section { position: relative; overflow: hidden; background: linear-gradient(180deg, var(--white), #eef7f5); }
.product-screens-section::before { content: ""; position: absolute; width: 460px; height: 460px; left: 50%; top: 44%; border-radius: 50%; background: rgba(42,157,143,.13); filter: blur(90px); transform: translate(-50%, -50%); pointer-events: none; }
.product-screens-section .container { position: relative; z-index: 1; }
.product-screens { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; align-items: stretch; }
.product-screens--count-4:not(.product-screens--with-desktop) { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.product-screen { display: grid; grid-template-rows: auto 1fr; align-content: start; justify-items: center; gap: 20px; height: 100%; margin: 0; padding: 26px 14px 22px; border: 1px solid rgba(27,32,40,.08); border-radius: 34px; background: rgba(255,255,255,.74); box-shadow: 0 18px 55px rgba(27,32,40,.08); backdrop-filter: blur(18px); }
.product-screen__device { display: flex; align-items: center; justify-content: center; width: min(100%, 286px); height: 620px; padding: 0; overflow: visible; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.product-screen__device img { display: block; width: auto; height: auto; max-width: 100%; max-height: 620px; aspect-ratio: auto; border-radius: 0; object-fit: contain; object-position: center; }
.product-screens--with-desktop { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.product-screens--with-desktop .product-screen--desktop { grid-column: 1 / -1; }
.product-screens--count-3.product-screens--desktop-2 .product-screen--desktop { grid-column: auto; }
.product-screens--count-3.product-screens--desktop-2 .product-screen:last-child { grid-column: 1 / -1; width: calc(50% - 12px); justify-self: center; }
.product-screens--count-4.product-screens--desktop-1 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.product-screens--count-4.product-screens--desktop-1 .product-screen--desktop { grid-column: 1 / -1; }
.product-screens--all-desktop .product-screen--desktop { grid-column: auto; }
.product-screens--all-desktop .product-screen--desktop:first-child { grid-column: 1 / -1; }
.product-screen__device--desktop { width: 100%; max-width: 100%; height: auto; min-height: 360px; }
.product-screen__device--desktop img { width: 100%; max-width: 100%; max-height: none; aspect-ratio: auto; border-radius: 0; object-fit: contain; }
.product-screens--count-3.product-screens--desktop-2 .product-screen--desktop .product-screen__device--desktop,
.product-screens--all-desktop .product-screen--desktop:not(:first-child) .product-screen__device--desktop { height: 390px; }
.product-screens--count-3.product-screens--desktop-2 .product-screen--desktop .product-screen__device--desktop img,
.product-screens--all-desktop .product-screen--desktop:not(:first-child) .product-screen__device--desktop img { width: auto; max-height: 100%; }
.product-screens--count-3.product-screens--desktop-2 .product-screen--desktop .screenshot-placeholder--desktop,
.product-screens--all-desktop .product-screen--desktop:not(:first-child) .screenshot-placeholder--desktop { height: 100%; min-height: 0; }
.product-screen figcaption { align-self: start; display: grid; gap: 5px; width: min(100%, 286px); }
.product-screen--desktop figcaption { width: min(100%, 620px); }
.product-screen figcaption strong { font-size: 1.08rem; }
.product-screen figcaption span { color: var(--muted); font-size: .86rem; line-height: 1.5; }
.product-screen figcaption em { margin-top: 4px; color: var(--teal-deep); font-size: .75rem; font-style: normal; font-weight: 700; line-height: 1.45; }
.product-screens__note { margin-top: 20px; color: var(--muted); font-size: .76rem; text-align: center; }
.screenshot-placeholder { display: grid; place-content: center; justify-items: center; min-height: 515px; padding: 34px 24px; border-radius: 23px; background: linear-gradient(150deg, #edf7f5 0%, #fff 45%, #f7ece8 100%); color: var(--ink); text-align: center; }
.product-screen__device > .screenshot-placeholder { width: 100%; }
.screenshot-placeholder--desktop { min-height: 360px; border-radius: 17px; }
.screenshot-placeholder__bar { position: absolute; top: 19px; left: 20px; display: flex; gap: 5px; }
.screenshot-placeholder__bar i { width: 7px; height: 7px; border-radius: 50%; background: rgba(27,32,40,.15); }
.screenshot-placeholder > span { color: var(--teal-deep); font-size: .7rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.screenshot-placeholder > strong { max-width: 270px; margin-top: 12px; font-size: 1rem; line-height: 1.35; }
.screenshot-placeholder > small { margin-top: 10px; color: var(--muted); font-size: .72rem; }
.product-screen__device { position: relative; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: start; }
.landing--product .feature-block:first-child { transform: translateY(34px); }
.landing--operations .feature-block { border-left: 5px solid var(--teal); }
.landing--financial .feature-block { background: var(--navy); color: var(--white); }
.landing--financial .feature-block > p { color: rgba(255,255,255,.65); }
.landing--financial .detail-list li { background: rgba(255,255,255,.08); color: rgba(255,255,255,.82); }
.landing--editorial .feature-block { border-radius: 6px; box-shadow: 12px 12px 0 var(--teal-soft); }
.feature-block { padding: 36px; border-radius: var(--radius-lg); background: var(--white); border: 1px solid var(--line); }
.feature-block h3 { font-size: 1.55rem; }
.feature-block > p { margin-top: 14px; color: var(--muted); }
.detail-list { display: grid; gap: 14px; margin-top: 24px; list-style: none; }
.detail-list li { padding: 14px 16px; border-radius: 14px; background: var(--cream); color: var(--ink-light); font-size: .9rem; }
.metric { display: grid; grid-template-columns: .75fr 1.25fr; gap: 48px; align-items: center; }
.metric-highlight { padding: 42px; border-radius: var(--radius-lg); background: var(--navy); color: var(--white); }
.metric-highlight strong { display: block; font-size: clamp(2.4rem, 6vw, 4.8rem); line-height: 1; }
.metric-highlight span { display: block; margin-top: 14px; color: rgba(255,255,255,.66); }
.quote { padding: 34px; border-left: 4px solid var(--teal); border-radius: 0 var(--radius) var(--radius) 0; background: var(--white); color: var(--ink-light); font-size: 1.06rem; }
.quote cite { display: block; margin-top: 14px; color: var(--muted); font-size: .8rem; font-style: normal; }

.comparison { width: 100%; border-collapse: collapse; overflow: hidden; border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.comparison th, .comparison td { padding: 17px 22px; border-bottom: 1px solid var(--line); text-align: left; }
.comparison thead { background: var(--navy); color: var(--white); }
.comparison th:not(:first-child), .comparison td:not(:first-child) { text-align: center; }
.comparison td { color: var(--ink-light); }
.comparison .yes { color: var(--teal-deep); font-weight: 900; }
.comparison .variable { color: var(--gold); font-size: .82rem; font-weight: 700; }

.proof-request { display: grid; grid-template-columns: 1.1fr .9fr; gap: 54px; align-items: center; padding: 50px; border: 1px dashed rgba(42,157,143,.42); border-radius: var(--radius-lg); background: linear-gradient(135deg, #f5fbfa, #fff); }
.proof-request p { max-width: 650px; margin-top: 18px; color: var(--ink-light); }
.proof-request__fields { display: flex; flex-wrap: wrap; gap: 10px; }
.proof-request__fields span { padding: 11px 14px; border-radius: 999px; background: var(--white); border: 1px solid var(--line); color: var(--ink-light); font-size: .78rem; font-weight: 700; }

.related-section { border-top: 1px solid var(--line); }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.related-card { position: relative; display: grid; gap: 8px; min-height: 156px; padding: 26px 54px 26px 26px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--cream); transition: .25s ease; }
.related-card:hover { transform: translateY(-3px); border-color: rgba(42,157,143,.42); box-shadow: 0 14px 34px rgba(27,32,40,.08); }
.related-card span { color: var(--teal-deep); font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.related-card strong { font-size: 1.05rem; line-height: 1.35; }
.related-card i { position: absolute; right: 24px; bottom: 23px; color: var(--teal-deep); font-size: 1.3rem; font-style: normal; }

.steps { display: grid; gap: 14px; }
.step { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 24px; border-radius: var(--radius); background: var(--white); border: 1px solid var(--line); }
.step strong:first-child { display: flex; align-items: center; justify-content: center; width: 48px; height: 48px; border-radius: 14px; background: var(--teal-soft); color: var(--teal-deep); }
.step p { margin-top: 5px; color: var(--muted); font-size: .88rem; }
.faq { display: grid; gap: 12px; max-width: 850px; margin: 0 auto; }
.faq details { padding: 0 22px; border-radius: var(--radius); background: var(--white); border: 1px solid var(--line); }
.faq summary { padding: 20px 34px 20px 0; cursor: pointer; font-weight: 750; }
.faq details p { padding-bottom: 20px; color: var(--muted); }

.cta { padding: 84px 0; background: var(--navy); color: var(--white); text-align: center; }
.cta p { max-width: 650px; margin: 18px auto 0; color: rgba(255,255,255,.66); }
.cta .hero-actions { justify-content: center; }
.cta .btn-secondary { background: transparent; border-color: rgba(255,255,255,.25); color: var(--white); }
.site-footer { padding: 38px 0; background: #091019; color: rgba(255,255,255,.58); font-size: .82rem; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-links a:hover { color: var(--white); }

@media (max-width: 900px) {
  .nav-links { display: none; }
  .hero-grid, .two-col, .metric, .proof-request { grid-template-columns: 1fr; }
  .landing--product .hero-grid { grid-template-columns: 1fr; }
  .landing--product .hero-copy { order: 1; }
  .landing--product .hero-panel { order: 2; transform: none; }
  .landing--operations .card-grid { grid-template-columns: 1fr 1fr; }
  .landing--editorial .card-grid { grid-template-columns: 1fr 1fr; }
  .landing--operations .card:first-child { grid-row: auto; }
  .landing--product .feature-block:first-child { transform: none; }
  .hero { padding-top: 62px; }
  .card-grid { grid-template-columns: 1fr 1fr; }
  .product-screens { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-screens--count-4:not(.product-screens--with-desktop) { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-screens--count-4.product-screens--desktop-1 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-screens--count-3.product-screens--desktop-2 .product-screen--desktop .product-screen__device--desktop,
  .product-screens--all-desktop .product-screen--desktop:not(:first-child) .product-screen__device--desktop { height: 300px; }
  .product-screen__device--desktop { min-height: 300px; }
  .product-screen:last-child { grid-column: 1 / -1; width: calc(50% - 12px); justify-self: center; }
  .product-screens--count-4:not(.product-screens--with-desktop) .product-screen:last-child { grid-column: auto; width: auto; justify-self: stretch; }
  .product-screen--desktop { grid-column: 1 / -1; width: 100%; }
  .product-screens--with-desktop .product-screen:last-child { grid-column: auto; width: 100%; }
  .product-screens--count-4.product-screens--desktop-1 .product-screen:last-child { grid-column: 1 / -1; width: calc(50% - 12px); justify-self: center; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .related-grid { grid-template-columns: 1fr 1fr; }
  .card-grid > :last-child:nth-child(odd),
  .related-grid > :last-child:nth-child(odd) { grid-column: 1 / -1; width: calc(50% - 10px); justify-self: center; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 32px, var(--max)); }
  .site-nav__inner { min-height: 64px; }
  .brand img { width: 108px; }
  .nav-cta { min-height: 38px; padding: 0 15px; font-size: .8rem; }
  .hero { padding: 52px 0 70px; }
  .hero-grid { gap: 38px; }
  h1 { font-size: 2.55rem; }
  .hero-actions { flex-direction: column; }
  .btn { width: 100%; }
  .proof-grid, .card-grid { grid-template-columns: 1fr; }
  .landing--operations .card-grid { grid-template-columns: 1fr; }
  .landing--editorial .card-grid { grid-template-columns: 1fr; }
  .landing--editorial .card { border-right: 0; border-bottom: 1px solid var(--line); }
  .product-screens { grid-template-columns: 1fr; }
  .product-screens--count-4:not(.product-screens--with-desktop) { grid-template-columns: 1fr; }
  .product-screens--count-4.product-screens--desktop-1 { grid-template-columns: 1fr; }
  .product-screen:last-child { grid-column: auto; width: 100%; }
  .product-screen--desktop { grid-column: auto; }
  .product-screens--count-3.product-screens--desktop-2 .product-screen--desktop .product-screen__device--desktop,
  .product-screens--all-desktop .product-screen--desktop:not(:first-child) .product-screen__device--desktop { height: auto; }
  .product-screen__device--desktop { min-height: 230px; }
  .product-screens--all-desktop .product-screen--desktop:first-child { grid-column: auto; }
  .product-screens--count-3.product-screens--desktop-2 .product-screen:last-child,
  .product-screens--count-4.product-screens--desktop-1 .product-screen:last-child,
  .card-grid > :last-child:nth-child(odd),
  .related-grid > :last-child:nth-child(odd) { grid-column: auto; width: 100%; }
  .product-screen { padding-inline: 16px; }
  .screenshot-placeholder { min-height: 450px; }
  .screenshot-placeholder--desktop { min-height: 230px; }
  .section { padding: 72px 0; }
  .feature-block, .card, .hero-panel { padding: 24px; }
  .proof-request { padding: 28px; gap: 28px; }
  .related-grid { grid-template-columns: 1fr; }
  .comparison { font-size: .78rem; }
  .comparison th, .comparison td { padding: 13px 10px; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
}
