:root {
  --ink: #071c33;
  --ink-soft: #1c3149;
  --paper: #fdfbf8;
  --paper-deep: #f6f1ea;
  --amber: #ef9500;
  --amber-deep: #c97700;
  --line: #e5dfd7;
  --muted: #627083;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 120px; }
body { background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 15px; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
a:hover { color: inherit; }
button, input, select { font: inherit; }

.skip-link { background: var(--ink); color: #fff; left: 1rem; padding: .55rem .8rem; position: fixed; top: -4rem; z-index: 2000; }
.skip-link:focus { top: 1rem; color: #fff; }
.funding-bar { background: #fff0d8; border-bottom: 1px solid #f3dfc3; color: #5e3c08; font-size: .76rem; font-weight: 500; letter-spacing: .005em; }
.funding-bar__inner { align-items: center; display: flex; justify-content: center; min-height: 34px; text-align: center; }
.funding-bar__dot { background: var(--amber); border-radius: 50%; display: inline-block; height: 6px; margin-right: 8px; width: 6px; }

.site-header { background: rgba(253, 251, 248, .96); border-bottom: 1px solid transparent; position: sticky; top: 0; z-index: 1030; }
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 8px 24px rgba(7, 28, 51, .05); }
.site-header--subpage { border-bottom-color: var(--line); }
.navbar { min-height: 78px; }
.navbar-brand { align-items: center; color: var(--ink); display: inline-flex; font-family: var(--serif); font-size: 1.9rem; font-weight: 700; gap: .45rem; line-height: 1; letter-spacing: -.03em; }
.brand-mark { color: var(--amber); font-family: "bootstrap-icons"; font-size: 1.42rem; }
.navbar-brand:hover { color: var(--ink); }
.nav-links { gap: .45rem; }
.nav-link { color: var(--ink); font-size: .79rem; font-weight: 600; padding: .75rem .65rem !important; }
.nav-link:hover, .nav-link:focus { color: var(--amber-deep); }
.nav-link.is-active { color: var(--amber-deep); }
.dropdown-toggle::after { border: 0; content: "\f282"; font-family: "bootstrap-icons"; font-size: .65rem; margin-left: .32rem; vertical-align: 0; }
.dropdown-menu { border: 1px solid var(--line); border-radius: .55rem; box-shadow: 0 14px 36px rgba(7, 28, 51, .1); padding: .45rem; }
.dropdown-item { border-radius: .3rem; color: var(--ink); font-size: .8rem; padding: .55rem .7rem; }
.dropdown-item:focus, .dropdown-item:hover { background: #fff4e5; color: var(--amber-deep); }
.nav-actions { display: flex; gap: .55rem; }
.navbar-toggler { border-color: var(--line); color: var(--ink); font-size: 1.3rem; }
.navbar-toggler:focus { box-shadow: 0 0 0 .2rem rgba(239, 149, 0, .2); }

.btn { align-items: center; border-radius: .38rem; display: inline-flex; font-size: .8rem; font-weight: 700; gap: .6rem; justify-content: center; letter-spacing: -.01em; min-height: 42px; padding: .68rem 1rem; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-1px); }
.btn:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible { outline: 3px solid rgba(239, 149, 0, .34); outline-offset: 3px; }
.btn-amber { background: var(--amber); border: 1px solid var(--amber); color: #fff; box-shadow: 0 6px 12px rgba(204, 124, 0, .17); }
.btn-amber:hover, .btn-amber:focus { background: var(--amber-deep); border-color: var(--amber-deep); color: #fff; box-shadow: 0 8px 16px rgba(204, 124, 0, .22); }
.btn-outline-ink { background: transparent; border: 1px solid #bfc5cc; color: var(--ink); }
.btn-outline-ink:hover { background: var(--ink); border-color: var(--ink); color: #fff; }
.btn-watch { background: #fff; border: 1px solid #c9ced3; color: var(--ink); }
.btn-watch:hover { background: #f8f6f2; border-color: var(--ink); color: var(--ink); }
.btn-outline-light { border-color: rgba(255,255,255,.65); color: #fff; }
.btn-outline-light:hover { background: #fff; color: var(--ink); }

.section-shell { padding: 98px 0; }
.hero { padding-top: 76px; padding-bottom: 76px; }
.eyebrow, .section-kicker { color: var(--amber-deep); font-size: .67rem; font-weight: 700; letter-spacing: .13em; margin-bottom: .75rem; text-transform: uppercase; }
.eyebrow { align-items: center; background: #fff1df; border-radius: 99px; display: inline-flex; gap: .36rem; padding: .29rem .55rem; }
.hero h1, h2 { font-family: var(--serif); font-weight: 600; letter-spacing: -.04em; line-height: .98; }
.hero h1 { font-size: clamp(3.1rem, 5.1vw, 4.75rem); margin-bottom: 1.25rem; max-width: 600px; }
.hero h1 em { color: var(--amber-deep); font-style: normal; }
.hero-lead { color: #314157; font-size: 1.02rem; line-height: 1.75; margin-bottom: 1.65rem; max-width: 560px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; }
.trusted-by { margin-top: 3.35rem; }
.trusted-by p { color: #6e7784; font-size: .61rem; font-weight: 700; letter-spacing: .13em; margin-bottom: .85rem; text-transform: uppercase; }
.firm-list { align-items: center; color: #69707a; display: flex; flex-wrap: wrap; font-family: var(--serif); font-size: 1.13rem; font-weight: 700; gap: .8rem 1.25rem; line-height: 1.1; }
.firm-list span { align-items: center; display: inline-flex; gap: .32rem; opacity: .82; white-space: nowrap; }
.firm-list i { color: #7f858b; font-family: "bootstrap-icons"; font-size: 1.05rem; }
.product-frame { background: #fff; border: 1px solid #e7e3de; border-radius: .75rem; box-shadow: 0 20px 42px rgba(7, 28, 51, .14); overflow: hidden; }
.product-frame img { display: block; height: auto; width: 100%; }

.assurance-strip { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); }
.assurance-item { align-items: center; border-right: 1px solid var(--line); display: flex; gap: .8rem; justify-content: center; min-height: 85px; padding: 1rem; }
.assurance-item:last-child { border-right: 0; }
.assurance-item > i { color: #6d7785; font-family: "bootstrap-icons"; font-size: 1.35rem; }
.assurance-item span { display: grid; line-height: 1.25; }
.assurance-item strong { color: #39465a; font-size: .72rem; }
.assurance-item small { color: #737f8e; font-size: .67rem; }

.platform-section { background: #fff; }
.section-intro { margin: 0 auto 2.75rem; max-width: 620px; }
.section-intro h2, .ai-copy h2, .cta-panel h2, .demo-modal h2 { font-size: clamp(2.45rem, 4vw, 3.55rem); margin-bottom: .9rem; }
.section-intro > p:not(.section-kicker) { color: var(--muted); font-size: .95rem; }
.feature-grid { display: grid; gap: .8rem; grid-template-columns: repeat(3, 1fr); }
.feature-card { border: 1px solid #eee9e2; border-radius: .5rem; min-height: 232px; padding: 1.45rem; position: relative; transition: box-shadow .2s ease, transform .2s ease, border-color .2s ease; }
.feature-card:hover { border-color: #ead4af; box-shadow: 0 12px 28px rgba(7, 28, 51, .07); transform: translateY(-3px); }
.feature-card > i { color: var(--amber); font-family: "bootstrap-icons"; font-size: 1.28rem; }
.feature-card h3 { font-size: .86rem; font-weight: 700; letter-spacing: -.015em; margin: .9rem 0 .5rem; }
.feature-card p { color: #536174; font-size: .77rem; line-height: 1.62; margin-bottom: .85rem; }
.feature-card a { bottom: 1.25rem; color: var(--amber-deep); font-size: .73rem; font-weight: 700; position: absolute; }
.feature-card a i { font-family: "bootstrap-icons"; }

.ai-section { padding-top: 20px; }
.ai-panel { background: #faf8f4; border: 1px solid #eee9e3; border-radius: .65rem; overflow: hidden; padding: 1rem; }
.ai-copy { padding: 2rem 1.6rem 2rem 2.25rem; }
.ai-copy h2 { font-size: clamp(2.55rem, 4vw, 3.65rem); }
.ai-copy > p:not(.section-kicker) { color: #526073; font-size: .89rem; max-width: 420px; }
.check-list { list-style: none; margin: 1.25rem 0 1.6rem; padding: 0; }
.check-list li { color: #364457; font-size: .78rem; margin: .45rem 0; }
.check-list i { color: var(--amber); font-family: "bootstrap-icons"; font-size: .95rem; margin-right: .36rem; }
.assistant-demo { background: #fff; border: 1px solid #ece7e0; border-radius: .55rem; box-shadow: 0 12px 24px rgba(7, 28, 51, .05); display: grid; grid-template-columns: 170px 1fr; min-height: 403px; overflow: hidden; }
.assistant-nav { background: #fbfaf8; border-right: 1px solid #eeeae3; display: flex; flex-direction: column; padding: 1.15rem .85rem; }
.assistant-logo { color: var(--ink); font-size: .75rem; font-weight: 700; }
.assistant-logo i { color: var(--amber); font-family: "bootstrap-icons"; }
.new-chat { background: #fff; border: 1px solid #ece7df; border-radius: .32rem; color: #49566a; font-size: .66rem; margin-top: 1.65rem; padding: .55rem; text-align: left; }
.new-chat:hover { border-color: var(--amber); color: var(--amber-deep); }
.assistant-workspace { display: flex; flex-direction: column; padding: 1.3rem; }
.assistant-question { align-items: flex-start; background: #edf4fb; border-radius: .42rem; color: #314257; display: flex; font-size: .72rem; gap: .45rem; line-height: 1.4; margin-left: auto; max-width: 80%; padding: .65rem .75rem; }
.assistant-question i { color: var(--amber-deep); font-family: "bootstrap-icons"; }
.assistant-answer { border: 1px solid #eeeae5; border-radius: .5rem; margin-top: .7rem; padding: 1rem 1.1rem; }
.answer-heading { align-items: center; display: flex; font-size: .63rem; font-weight: 700; justify-content: space-between; }
.answer-heading span i { color: var(--amber); font-family: "bootstrap-icons"; }
.answer-heading small { color: #5c8a6e; font-size: .57rem; }
.assistant-answer h3 { font-size: .77rem; font-weight: 700; margin: .7rem 0 .4rem; }
.assistant-answer p, .assistant-answer ol { color: #526073; font-size: .66rem; line-height: 1.55; margin-bottom: .55rem; }
.assistant-answer ol { padding-left: 1.15rem; }
.answer-source { border-top: 1px solid #eeeae5; color: #7a8491; display: flex; font-size: .58rem; gap: .45rem; padding-top: .55rem; }
.answer-source a { color: #3a628d; font-weight: 700; }
.assistant-input { border: 1px solid #e3dfd9; border-radius: .35rem; display: flex; margin-top: auto; overflow: hidden; }
.assistant-input input { border: 0; color: var(--ink); flex: 1; font-size: .67rem; min-width: 0; outline: 0; padding: .68rem; }
.assistant-input button { background: #fff; border: 0; color: var(--ink); padding: 0 .78rem; }
.assistant-input button:hover { color: var(--amber-deep); }

.stats-section { padding: 14px 0 92px; }
.stats-panel { background: var(--ink); border-radius: .65rem; color: #fff; display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; }
.stats-panel > div { align-items: center; display: flex; flex-direction: column; justify-content: center; min-height: 120px; position: relative; text-align: center; }
.stats-panel > div:not(:last-child)::after { background: rgba(239, 149, 0, .65); content: ""; height: 48%; position: absolute; right: 0; top: 26%; width: 1px; }
.stats-panel strong { color: var(--amber); font-size: clamp(1.7rem, 3vw, 2.35rem); letter-spacing: -.05em; line-height: 1.1; }
.stats-panel span { font-size: .68rem; margin-top: .25rem; }

.testimonial-section { background: #fff; }
.testimonial-card { border: 1px solid #eee9e2; border-radius: .5rem; display: flex; flex-direction: column; height: 100%; justify-content: space-between; margin: 0; min-height: 250px; padding: 1.55rem; }
.testimonial-card blockquote { color: #253449; font-size: .82rem; line-height: 1.7; margin: 0; }
.testimonial-card blockquote::before { color: var(--amber); content: "“"; display: block; font-family: var(--serif); font-size: 3rem; font-weight: 700; height: 30px; line-height: 1; }
.testimonial-card figcaption { align-items: center; display: flex; gap: .65rem; margin-top: 1.2rem; }
.testimonial-card img { border-radius: 50%; height: 35px; object-fit: cover; width: 35px; }
.testimonial-card figcaption span { display: grid; line-height: 1.3; }
.testimonial-card figcaption strong { font-size: .68rem; }
.testimonial-card figcaption small { color: #738092; font-size: .62rem; }

.cta-section { padding: 70px 0 0; }
.cta-panel { align-items: center; background: var(--ink); border-radius: .65rem .65rem 0 0; color: #fff; display: grid; gap: 1.5rem; grid-template-columns: auto minmax(0, 1fr) auto; padding: 2rem 2.4rem; }
.cta-icon { align-items: center; border: 1px solid rgba(239, 149, 0, .6); border-radius: .5rem; color: var(--amber); display: flex; font-size: 2.2rem; height: 70px; justify-content: center; width: 70px; }
.cta-icon i { font-family: "bootstrap-icons"; }
.cta-panel h2 { font-family: var(--sans); font-size: clamp(1.55rem, 2.5vw, 2rem); font-weight: 500; letter-spacing: -.04em; line-height: 1.15; margin-bottom: .35rem; }
.cta-panel p { color: rgba(255,255,255,.8); font-size: .78rem; margin: 0; max-width: 580px; }
.cta-actions { display: flex; gap: .75rem; }

.site-footer { background: #031526; color: #fff; padding: 3.25rem 0 1.35rem; }
.site-footer .navbar-brand { color: #fff; }
.footer-grid { display: grid; gap: 2rem; grid-template-columns: 2.2fr repeat(4, 1fr); }
.footer-brand p { color: rgba(255,255,255,.72); font-size: .71rem; line-height: 1.65; margin: 1rem 0 1.1rem; max-width: 210px; }
.social-links { display: flex; gap: .8rem; }
.social-links a { color: #fff; font-size: 1rem; opacity: .9; }
.social-links a:hover { color: var(--amber); }
.footer-grid h3 { color: #fff; font-size: .7rem; font-weight: 700; margin: .25rem 0 1rem; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: .47rem; }
.footer-grid > div:not(.footer-brand) a, .footer-bottom a { color: rgba(255,255,255,.72); font-size: .67rem; }
.footer-grid > div:not(.footer-brand) a:hover, .footer-bottom a:hover { color: var(--amber); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.65); display: flex; font-size: .63rem; justify-content: space-between; margin-top: 2.6rem; padding-top: 1.2rem; }
.footer-bottom div { display: flex; gap: 1rem; }

.demo-modal { border: 0; border-radius: .7rem; padding: 2rem; position: relative; }
.demo-modal .btn-close { position: absolute; right: 1.15rem; top: 1.15rem; }
.demo-modal h2 { font-size: 2.7rem; max-width: 410px; }
.demo-modal > p:not(.section-kicker) { color: var(--muted); font-size: .85rem; margin-bottom: 1.3rem; }
.demo-modal label { color: #344357; display: block; font-size: .72rem; font-weight: 700; margin-bottom: .3rem; }
.demo-modal .form-control, .demo-modal .form-select { border-color: #ddd8d0; font-size: .8rem; min-height: 43px; }
.demo-modal .form-control:focus, .demo-modal .form-select:focus { border-color: var(--amber); box-shadow: 0 0 0 .2rem rgba(239, 149, 0, .13); }
.form-success { align-items: center; color: var(--ink); display: flex; flex-direction: column; min-height: 300px; justify-content: center; text-align: center; }
.form-success i { color: #26955d; font-size: 3rem; }
.form-success h3 { font-family: var(--serif); font-size: 2.3rem; font-weight: 600; margin-top: .8rem; }
.form-success p { color: var(--muted); font-size: .85rem; max-width: 330px; }

/* Subpages */
.page-hero { background: #faf8f4; overflow: hidden; padding: 92px 0 82px; position: relative; }
.page-hero--ink { background: var(--ink); color: #fff; }
.page-hero--ink .page-lead, .page-hero--ink .eyebrow { color: rgba(255,255,255,.76); }
.page-hero__copy { max-width: 710px; }
.page-hero h1 { font-family: var(--serif); font-size: clamp(3.2rem, 6vw, 5.6rem); font-weight: 600; letter-spacing: -.055em; line-height: .91; margin: 0 0 1.25rem; }
.page-hero h1 em { color: var(--amber); font-style: normal; }
.page-lead { color: #495a6e; font-size: 1.05rem; line-height: 1.75; max-width: 660px; }
.page-hero__actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.7rem; }
.crumb { color: var(--amber-deep); display: inline-flex; font-size: .67rem; font-weight: 700; gap: .5rem; letter-spacing: .12em; margin-bottom: .8rem; text-transform: uppercase; }
.crumb a { color: inherit; }
.page-hero__visual { background: #fff; border: 1px solid #e8e2d9; border-radius: .7rem; box-shadow: 0 20px 46px rgba(7,28,51,.12); overflow: hidden; }
.page-hero__visual img { display: block; height: auto; width: 100%; }
.eyebrow--on-dark { background: rgba(255,255,255,.1); color: #f7c46a; }
.content-section { padding: 92px 0; }
.content-section--paper { background: #fff; }
.content-section--soft { background: #faf8f4; }
.content-section--ink { background: var(--ink); color: #fff; }
.content-section--ink p { color: rgba(255,255,255,.75); }
.subhead { font-family: var(--serif); font-size: clamp(2.3rem, 4vw, 3.6rem); font-weight: 600; letter-spacing: -.045em; line-height: .98; margin-bottom: 1rem; }
.sublead { color: var(--muted); font-size: .95rem; max-width: 610px; }
.content-section--ink .sublead { color: rgba(255,255,255,.75); }
.content-card { background: #fff; border: 1px solid #ebe6de; border-radius: .65rem; height: 100%; padding: 1.6rem; }
.content-card--ink { background: #0c2742; border-color: rgba(255,255,255,.12); color: #fff; }
.content-card .card-icon { color: var(--amber); display: inline-block; font-family: "bootstrap-icons"; font-size: 1.4rem; margin-bottom: .85rem; }
.content-card h3 { font-size: .95rem; font-weight: 700; letter-spacing: -.02em; margin-bottom: .55rem; }
.content-card p { color: #566477; font-size: .8rem; line-height: 1.65; margin: 0; }
.content-card--ink p { color: rgba(255,255,255,.75); }
.content-card a { color: var(--amber-deep); display: inline-block; font-size: .75rem; font-weight: 700; margin-top: 1rem; }
.feature-row { align-items: center; border-bottom: 1px solid var(--line); display: grid; gap: 2.7rem; grid-template-columns: 1fr 1.15fr; padding: 4.6rem 0; }
.feature-row:last-child { border-bottom: 0; }
.feature-row:nth-child(even) { grid-template-columns: 1.15fr 1fr; }
.feature-row:nth-child(even) .feature-row__copy { order: 2; }
.feature-row__index { color: var(--amber-deep); font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.feature-row h2 { font-family: var(--serif); font-size: clamp(2.45rem, 4vw, 3.65rem); font-weight: 600; letter-spacing: -.045em; line-height: .96; margin: .55rem 0 .85rem; }
.feature-row p { color: #556476; font-size: .9rem; }
.feature-row ul { list-style: none; margin: 1.25rem 0 0; padding: 0; }
.feature-row li { color: #334256; font-size: .78rem; margin-bottom: .5rem; }
.feature-row li i { color: var(--amber); font-family: "bootstrap-icons"; margin-right: .45rem; }
.feature-preview { background: #f7f4ef; border: 1px solid #ebe5dd; border-radius: .65rem; padding: 1.15rem; }
.feature-preview__bar { align-items: center; display: flex; font-size: .7rem; font-weight: 700; justify-content: space-between; margin-bottom: 1rem; }
.feature-preview__bar i { color: var(--amber); font-family: "bootstrap-icons"; }
.mini-list { background: #fff; border: 1px solid #ece7df; border-radius: .45rem; padding: .55rem .85rem; }
.mini-list > div { align-items: center; border-bottom: 1px solid #eeeae5; color: #48576a; display: flex; font-size: .68rem; justify-content: space-between; padding: .7rem 0; }
.mini-list > div:last-child { border-bottom: 0; }
.mini-list strong { color: var(--ink); font-size: .7rem; }
.status-dot { background: #23a568; border-radius: 50%; height: 7px; margin-right: .35rem; width: 7px; }
.status-dot--amber { background: var(--amber); }
.status-dot--blue { background: #3d78be; }
.statement { border-left: 2px solid var(--amber); color: #3e4c5f; font-family: var(--serif); font-size: 1.5rem; font-weight: 600; line-height: 1.2; margin: 1.7rem 0; padding-left: 1rem; }
.metric-grid { display: grid; gap: 1px; grid-template-columns: repeat(4, 1fr); overflow: hidden; }
.metric-grid > div { background: #fff; min-height: 155px; padding: 1.4rem; }
.metric-grid strong { color: var(--amber-deep); display: block; font-size: 2rem; letter-spacing: -.06em; }
.metric-grid span { color: #5a6879; font-size: .72rem; }
.solution-nav { align-items: stretch; border: 1px solid #e8e2d9; border-radius: .6rem; display: grid; grid-template-columns: repeat(4, 1fr); margin-top: -37px; overflow: hidden; position: relative; z-index: 2; }
.solution-nav a { background: #fff; border-right: 1px solid #e8e2d9; color: var(--ink); font-size: .77rem; font-weight: 700; padding: 1rem; text-align: center; }
.solution-nav a:last-child { border-right: 0; }
.solution-nav a:hover { background: #fff4e6; color: var(--amber-deep); }
.workflow-list { counter-reset: workflow; list-style: none; margin: 1.25rem 0 0; padding: 0; }
.workflow-list li { border-bottom: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.85); counter-increment: workflow; font-size: .83rem; padding: .85rem 0 .85rem 2.5rem; position: relative; }
.workflow-list li::before { color: var(--amber); content: "0" counter(workflow); font-size: .72rem; font-weight: 700; left: 0; position: absolute; top: .95rem; }
.pricing-card { background: #fff; border: 1px solid #e9e4dc; border-radius: .65rem; display: flex; flex-direction: column; height: 100%; padding: 1.7rem; }
.pricing-card--featured { border-color: var(--amber); box-shadow: 0 16px 32px rgba(7,28,51,.08); transform: translateY(-10px); }
.pricing-card__label { color: var(--amber-deep); font-size: .67rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.pricing-card h2 { font-family: var(--serif); font-size: 2.5rem; font-weight: 600; letter-spacing: -.04em; margin: .55rem 0; }
.pricing-card > p { color: #596779; font-size: .8rem; min-height: 65px; }
.pricing-card ul { list-style: none; margin: 1.1rem 0 1.4rem; padding: 0; }
.pricing-card li { color: #364457; font-size: .76rem; margin-bottom: .55rem; }
.pricing-card li i { color: var(--amber); font-family: "bootstrap-icons"; margin-right: .4rem; }
.pricing-card .btn { margin-top: auto; }
.comparison-table { border: 1px solid #e8e2d9; border-radius: .65rem; overflow: hidden; }
.comparison-row { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); }
.comparison-row > div { border-bottom: 1px solid #e8e2d9; border-right: 1px solid #e8e2d9; color: #536174; font-size: .76rem; padding: .8rem 1rem; }
.comparison-row > div:last-child { border-right: 0; }
.comparison-row:last-child > div { border-bottom: 0; }
.comparison-row--header > div { background: #f7f4ef; color: var(--ink); font-size: .71rem; font-weight: 700; }
.comparison-row i { color: #238b58; font-family: "bootstrap-icons"; }
.comparison-row .dash { color: #a2a9b0; }
.security-callout { background: #fff; border: 1px solid #e8e2d9; border-radius: .65rem; padding: 2rem; }
.security-callout h3 { font-family: var(--serif); font-size: 2rem; font-weight: 600; letter-spacing: -.04em; }
.security-callout p { color: #566477; font-size: .86rem; }
.guide-card { background: #fff; border: 1px solid #e9e4dc; border-radius: .55rem; display: flex; flex-direction: column; height: 100%; padding: 1.5rem; }
.guide-card__meta { color: var(--amber-deep); font-size: .65rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.guide-card h3 { font-family: var(--serif); font-size: 1.7rem; font-weight: 600; letter-spacing: -.035em; line-height: 1.02; margin: .75rem 0; }
.guide-card p { color: #5a687a; font-size: .79rem; }
.guide-card a { color: var(--amber-deep); font-size: .74rem; font-weight: 700; margin-top: auto; padding-top: .8rem; }
.team-note { background: #f8f4ed; border-radius: .65rem; padding: 2rem; }
.team-note h3 { font-family: var(--serif); font-size: 2.25rem; font-weight: 600; letter-spacing: -.045em; }
.contact-card { background: #fff; border: 1px solid #e8e2d9; border-radius: .65rem; height: 100%; padding: 1.5rem; }
.contact-card i { color: var(--amber); font-family: "bootstrap-icons"; font-size: 1.4rem; }
.contact-card h3 { font-size: .92rem; font-weight: 700; margin: .7rem 0 .35rem; }
.contact-card p, .contact-card a { color: #596779; font-size: .78rem; }
.contact-card a:hover { color: var(--amber-deep); }
.contact-form { background: #fff; border: 1px solid #e8e2d9; border-radius: .65rem; padding: 2rem; }
.contact-form label { color: #344357; display: block; font-size: .72rem; font-weight: 700; margin-bottom: .32rem; }
.contact-form .form-control, .contact-form .form-select { border-color: #ddd8d0; font-size: .8rem; min-height: 43px; }
.contact-form textarea.form-control { min-height: 128px; }
.contact-form .form-control:focus, .contact-form .form-select:focus { border-color: var(--amber); box-shadow: 0 0 0 .2rem rgba(239,149,0,.13); }
.inline-success { align-items: center; background: #effaf3; border: 1px solid #b7e3c5; border-radius: .45rem; color: #256d41; display: flex; font-size: .8rem; gap: .55rem; margin-top: 1rem; padding: .7rem .9rem; }
.login-shell { align-items: center; background: #faf8f4; display: flex; justify-content: center; min-height: calc(100vh - 78px); padding: 3rem 0; }
.login-card { background: #fff; border: 1px solid #e8e2d9; border-radius: .7rem; max-width: 480px; padding: 2.25rem; width: 100%; }
.login-card .navbar-brand { margin-bottom: 2rem; }
.login-card h1 { font-family: var(--serif); font-size: 3rem; font-weight: 600; letter-spacing: -.05em; line-height: 1; }
.login-card p { color: var(--muted); font-size: .83rem; }
.login-card label { color: #344357; display: block; font-size: .72rem; font-weight: 700; margin: .9rem 0 .32rem; }
.login-card .form-control { border-color: #ddd8d0; font-size: .8rem; min-height: 43px; }
.login-card .form-check-label { color: #596779; font-size: .74rem; font-weight: 400; margin: 0; }
.legal-copy { color: #4d5d70; font-size: .88rem; max-width: 850px; }
.legal-copy h2 { color: var(--ink); font-family: var(--serif); font-size: 2.1rem; font-weight: 600; letter-spacing: -.04em; margin: 2.2rem 0 .7rem; }
.legal-copy h3 { color: var(--ink); font-size: .9rem; font-weight: 700; margin: 1.35rem 0 .35rem; }
.legal-copy li { margin-bottom: .45rem; }

@media (max-width: 991.98px) {
  .page-hero { padding: 70px 0; }
  .feature-row, .feature-row:nth-child(even) { grid-template-columns: 1fr; }
  .feature-row:nth-child(even) .feature-row__copy { order: 0; }
  .solution-nav { grid-template-columns: repeat(2, 1fr); }
  .solution-nav a:nth-child(2n) { border-right: 0; }
  .solution-nav a:nth-child(-n+2) { border-bottom: 1px solid #e8e2d9; }
}

@media (max-width: 767.98px) {
  .page-hero { padding: 54px 0 60px; }
  .page-hero h1 { font-size: clamp(2.9rem, 14vw, 4.3rem); }
  .page-lead { font-size: .92rem; }
  .content-section { padding: 66px 0; }
  .feature-row { gap: 1.6rem; padding: 3.25rem 0; }
  .metric-grid { grid-template-columns: repeat(2, 1fr); }
  .metric-grid > div { border-bottom: 1px solid var(--line); }
  .pricing-card--featured { transform: none; }
  .comparison-table { overflow-x: auto; }
  .comparison-row { min-width: 630px; }
  .contact-form, .login-card { padding: 1.5rem; }
}

@media (max-width: 991.98px) {
  .navbar { min-height: 68px; }
  .navbar-collapse { background: var(--paper); border: 1px solid var(--line); border-radius: .5rem; box-shadow: 0 14px 30px rgba(7,28,51,.08); margin-top: .6rem; padding: .75rem; }
  .nav-links { margin: 0 !important; }
  .nav-actions { margin-top: .45rem; }
  .hero { padding-top: 62px; }
  .hero-copy { max-width: 650px; }
  .product-frame { margin: 0 auto; max-width: 800px; }
  .ai-copy { padding: 2rem 1.4rem 1.4rem; }
  .footer-grid { grid-template-columns: 2fr repeat(2, 1fr); }
  .footer-brand { grid-row: span 2; }
  .cta-panel { grid-template-columns: auto 1fr; }
  .cta-actions { grid-column: 2; }
}

@media (max-width: 767.98px) {
  .funding-bar { font-size: .65rem; line-height: 1.35; }
  .funding-bar__inner { min-height: 43px; padding: .25rem .6rem; }
  .section-shell { padding: 70px 0; }
  .hero { padding-top: 47px; padding-bottom: 56px; }
  .hero h1 { font-size: clamp(2.85rem, 13vw, 4rem); }
  .hero-lead { font-size: .92rem; }
  .firm-list { font-size: .98rem; gap: .7rem 1rem; }
  .assurance-item { border-bottom: 1px solid var(--line); min-height: 75px; justify-content: flex-start; padding-left: 1.25rem; }
  .assurance-item:nth-child(2n) { border-right: 0; }
  .assurance-item:nth-last-child(-n+2) { border-bottom: 0; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 200px; }
  .assistant-demo { grid-template-columns: 1fr; }
  .assistant-nav { align-items: center; border-bottom: 1px solid #eeeae3; border-right: 0; flex-direction: row; justify-content: space-between; padding: .8rem 1rem; }
  .new-chat { margin: 0; }
  .assistant-workspace { min-height: 385px; padding: 1rem; }
  .assistant-question { max-width: 94%; }
  .stats-section { padding-bottom: 68px; }
  .stats-panel { grid-template-columns: repeat(2, 1fr); }
  .stats-panel > div { min-height: 105px; }
  .stats-panel > div:nth-child(2)::after { display: none; }
  .stats-panel > div:nth-child(-n+2) { border-bottom: 1px solid rgba(239, 149, 0, .4); }
  .cta-section { padding-top: 38px; }
  .cta-panel { align-items: flex-start; grid-template-columns: auto 1fr; padding: 1.6rem; }
  .cta-icon { font-size: 1.65rem; height: 52px; width: 52px; }
  .cta-actions { flex-direction: column; grid-column: 1 / -1; width: 100%; }
  .cta-actions .btn { width: 100%; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-brand { grid-column: 1 / -1; grid-row: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: .8rem; }
  .footer-bottom div { flex-wrap: wrap; }
}

@media (max-width: 440px) {
  .navbar-brand { font-size: 1.65rem; }
  .hero-actions .btn { width: 100%; }
  .firm-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .firm-list span { font-size: .85rem; white-space: normal; }
  .assistant-answer { padding: .85rem; }
  .assistant-answer p, .assistant-answer ol { font-size: .61rem; }
  .assistant-question { font-size: .65rem; }
  .testimonial-card { min-height: 220px; }
  .demo-modal { padding: 1.55rem; }
}

@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; } }
