@font-face {
  font-family: "Inter";
  src: url("../fonts/inter-var.woff2") format("woff2");
  font-weight: 300 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --ebox-lime: #bcd632;
  --ebox-teal: #a0c9c9;
  --ebox-dark: #1a1a1a;
  --ebox-gray: #f3f4f6;
  --ebox-light: #fafaf9;
  --ebox-deep: #1b3a20;
  --ebox-forest: #2d5016;
  --text-muted: #5f6368;
  --border: #e5e7eb;
}

* { box-sizing: border-box; }
body {
  margin: 0;
  background: #fff;
  color: var(--ebox-dark);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 1.5;
}
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
svg { fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
/* Match React: max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 (header + all page sections) */
.container {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 16px;
  box-sizing: border-box;
}
@media (min-width: 640px) {
  .container { padding-inline: 24px; }
}
@media (min-width: 1024px) {
  .container { padding-inline: 32px; }
}
.content-narrow { max-width: 768px; }
.center { text-align: center; }
.muted { color: #6b7280; }

.skip-link:focus,
.skip-link:focus-visible {
  clip-path: none;
  left: 16px;
  top: 16px;
  width: auto;
  height: auto;
  z-index: 100000;
  padding: 10px 16px;
  border-radius: 6px;
  background: var(--ebox-dark);
  color: #fff;
  outline: 3px solid var(--ebox-lime);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid #f3f4f6;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 80px; gap: 32px; }
.brand { display: inline-flex; align-items: center; }
.brand-logo { width: auto; height: 40px; }
.primary-nav { display: flex; align-items: center; gap: 32px; }
.primary-menu { display: flex; align-items: center; gap: 32px; margin: 0; padding: 0; list-style: none; }
.primary-menu a { color: #6b7280; font-size: 14px; font-weight: 500; transition: color 160ms ease; }
.primary-menu a:hover, .primary-menu .current-menu-item > a { color: var(--ebox-dark); }
.nav-toggle { display: none; border: 0; background: transparent; padding: 8px; cursor: pointer; }
.nav-toggle span { display: block; width: 24px; height: 2px; margin: 5px 0; background: var(--ebox-dark); }
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid var(--ebox-lime);
  outline-offset: 3px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: var(--ebox-lime);
  color: var(--ebox-dark);
  cursor: pointer;
  min-height: 48px;
  padding: 12px 24px;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}
.button:hover { transform: translateY(-1px); filter: brightness(0.97); box-shadow: 0 4px 10px rgba(15, 23, 42, 0.10); }
.button-small { min-height: 40px; padding: 8px 16px; font-size: 14px; }
.button-large { min-height: 58px; padding: 16px 32px; font-size: 18px; }
.button-outline { background: transparent; color: inherit; border: 2px solid currentColor; box-shadow: none; }
.button-full { width: 100%; min-height: 52px; font-size: 16px; }
.button-row { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 32px; }
.hero-proof { margin-top: 24px; color: #d1d5db !important; font-size: 14px !important; font-weight: 500; line-height: 1.5 !important; }

.site-main { min-height: 60vh; }
.section { padding: 96px 0; }
.section-white { background: #fff; }
.section-gray { background: #f9fafb; }
.section-dark { background: var(--ebox-dark); color: #fff; }
.section-dark .eyebrow, .section-dark p { color: #cfd5d1; }
.section-heading { max-width: 768px; margin: 0 auto 64px; text-align: center; }
.hero h1, .cta-section h2, .entry h1 {
  margin: 0 0 24px;
  font-size: clamp(36px, 4vw, 48px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.15;
}
.section-heading h2 {
  margin: 0 0 24px;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.25;
}
.hero p, .lead { color: #6b7280; font-size: 20px; line-height: 1.625; }
.section-heading p { color: #6b7280; font-size: 16px; line-height: 1.625; }
.eyebrow {
  display: inline-block;
  margin: 0 0 20px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero { position: relative; overflow: hidden; padding: 80px 0 96px; }
.hero-dark { background: var(--ebox-dark); color: #fff; }
.hero-light { background: #fff; }
.hero-dark .hero-copy p, .hero-dark .content-narrow p { color: #d1d5db; }
.hero-dark .eyebrow { color: var(--ebox-lime); background: rgba(188, 214, 50, 0.12); border: 1px solid rgba(188, 214, 50, 0.24); border-radius: 999px; padding: 8px 16px; letter-spacing: 0; text-transform: none; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr); align-items: center; gap: 48px; }
.hero-copy { position: relative; z-index: 1; max-width: 576px; }
.hero-copy h1 { margin: 0 0 24px; font-size: clamp(48px, 5vw, 60px); font-weight: 800; letter-spacing: -0.045em; line-height: 1.1; }
.hero-highlight { color: var(--ebox-lime); }
.hero-media img { border-radius: 6px; border: 1px solid #e5e7eb; box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); }
.hero-centered { text-align: center; }
.product-hero { position: relative; overflow: hidden; padding: 80px 0 0; }
.product-hero-light { background: #fff; }
.product-hero-dark { padding: 80px 0 96px; color: #fff; background: linear-gradient(135deg, var(--ebox-dark), var(--ebox-deep)); }
.product-hero h1 { max-width: 680px; margin: 0 auto 24px; font-size: clamp(48px, 5vw, 60px); font-weight: 800; letter-spacing: -0.045em; line-height: 1.12; }
.product-hero p { max-width: 672px; margin: 0 auto 32px; color: #6b7280; font-size: 20px; line-height: 1.625; }
.product-hero-dark p { color: #d1d5db; }
.product-logo-text { display: inline-flex; align-items: center; justify-content: center; margin-bottom: 24px; color: #999; font-size: 35px; font-weight: 400; letter-spacing: -0.05em; line-height: 1; }
.product-logo-text span { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; margin-right: 1px; border-radius: 50%; color: #fff; background: var(--ebox-lime); font-size: 24px; font-weight: 800; }
.product-logo-img { height: 48px; width: auto; margin: 0 auto 24px; }
.eforms-hero-cta { margin-top: 32px; margin-bottom: 64px; }
.product-shot { max-width: 1152px; margin: 0 auto; padding-bottom: 0; }
.product-shot .browser-frame { border-radius: 6px 6px 0 0; border-bottom: 0; box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); }
.center-row { justify-content: center; }

.app-card { width: 420px; justify-self: center; background: #fff; border: 1px solid rgba(255,255,255,0.2); border-radius: 8px; overflow: hidden; box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.45); transform: perspective(1200px) rotateY(-8deg) rotateX(2deg); }
.app-card-top { position: relative; display: flex; gap: 8px; align-items: center; padding: 13px 20px; background: rgba(249, 250, 251, 0.9); border-bottom: 1px solid #f3f4f6; }
.app-card-top span { width: 12px; height: 12px; border-radius: 50%; background: #d1d5db; }
.app-card-top span:nth-child(1) { background: #fca5a5; }
.app-card-top span:nth-child(2) { background: #fde047; }
.app-card-top span:nth-child(3) { background: #86efac; }
.app-card-label { position: absolute; left: 50%; transform: translateX(-50%); color: #6b7280; font-size: 12px; font-weight: 700; }
.app-card-body { padding: 20px; color: var(--ebox-dark); }
.app-card-head { display: flex; justify-content: space-between; gap: 16px; padding-bottom: 14px; border-bottom: 1px solid #f3f4f6; }
.app-card-head strong { font-size: 14px; }
.app-card-head small { display: block; margin-top: 6px; color: #6b7280; font-size: 11px; }
.app-pill { align-self: flex-start; padding: 3px 8px; border: 1px solid #fde68a; border-radius: 999px; color: #d97706; background: #fffbeb; font-size: 10px; font-weight: 700; }
.app-field { margin-top: 13px; }
.app-field label { display: block; margin-bottom: 5px; color: #6b7280; font-size: 10px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.app-input-row { display: flex; align-items: center; gap: 10px; }
.app-row { flex: 1; height: 32px; border: 1px solid #e5e7eb; border-radius: 6px; background: #f9fafb; display: flex; align-items: center; padding: 0 12px; color: #374151; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 12px; }
.app-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.app-check { color: #22c55e; font-weight: 800; }
.app-status { display: flex; align-items: center; gap: 8px; margin-top: 16px; padding: 10px 12px; border: 1px solid #bbf7d0; border-radius: 6px; color: #15803d; background: #dcfce7; font-size: 11px; font-weight: 700; }
.app-action { margin-top: 14px; height: 36px; border-radius: 999px; background: var(--ebox-lime); display: flex; align-items: center; justify-content: center; color: var(--ebox-dark); font-size: 12px; font-weight: 800; }

.stats-grid, .card-grid, .value-grid, .office-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; }
.stat-card, .feature-card, .value-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 32px;
  box-shadow: 0 10px 15px -3px rgba(15, 23, 42, 0.06), 0 4px 6px -4px rgba(15, 23, 42, 0.06);
}
.office-card { background: #f9fafb; border-radius: 8px; padding: 32px; }
.office-card h3 { margin: 0 0 4px; }
.office-card a { color: var(--ebox-forest); font-weight: 600; }
.stat-card { text-align: center; }
.stat-card .icon-badge { margin-inline: auto; }
.stat-card strong { display: block; margin-top: 16px; color: var(--ebox-dark); font-size: 34px; font-weight: 800; }
.stat-card span { color: #6b7280; font-weight: 700; }
.icon-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 20px;
  border-radius: 6px;
  background: var(--ebox-dark);
  color: var(--ebox-lime);
}
.icon-badge svg { width: 26px; height: 26px; }
.feature-card h3, .value-card h3, .office-card h3 { margin: 0 0 12px; font-size: 20px; line-height: 1.4; }
.feature-card p, .value-card p, .office-card address { margin: 0; color: #6b7280; line-height: 1.625; font-style: normal; }
.logo-strip { margin-top: 64px; text-align: center; }
.logo-strip h3 { color: #6b7280; font-size: 14px; letter-spacing: 0.14em; text-transform: uppercase; }
.logo-strip div { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 48px; opacity: 0.75; }
.logo-strip img { max-height: 44px; width: auto; }

.split-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 1fr); gap: 80px; align-items: center; }
.check-list { margin: 0; padding: 0; list-style: none; display: grid; gap: 18px; }
.check-list li { position: relative; padding-left: 36px; color: #f9fafb; font-weight: 700; }
.check-list li::before { content: ""; position: absolute; left: 0; top: 2px; width: 22px; height: 22px; border-radius: 50%; background: var(--ebox-lime); }
.testimonial { margin: 0; }
.testimonial p { margin: 0 0 24px; font-size: clamp(28px, 4vw, 42px); font-weight: 800; letter-spacing: -0.04em; line-height: 1.14; }
.testimonial cite { color: var(--ebox-forest); font-style: normal; font-weight: 800; }
.testimonial cite span { display: block; color: #6b7280; font-weight: 500; }

.about-hero { position: relative; overflow: hidden; padding: 80px 0 96px; background: var(--ebox-light); }
.about-hero .hero-copy { max-width: 768px; }
.about-hero .hero-copy h1 { color: var(--ebox-dark); }
.about-hero .hero-copy h1 span { display: block; }
.about-hero .hero-copy p { margin: 0; font-size: 20px; color: #4b5563; line-height: 1.75; }
.text-lime { color: var(--ebox-lime); }
.hero-orb { position: absolute; top: -300px; right: -200px; width: 600px; height: 600px; border-radius: 999px; background: rgba(45, 80, 22, 0.2); filter: blur(64px); }
.heritage-section h2, .philosophy-section h2 { margin: 0 0 24px; font-size: 30px; font-weight: 700; letter-spacing: -0.01em; line-height: 1.25; }
.open-box-line { display: inline-flex; align-items: center; gap: 12px; margin-top: 20px; color: #6b7280; font-weight: 700; }
.open-box-inline-logo { height: 26px; width: auto; }

.timeline { position: relative; padding-left: 32px; }
.timeline-line { position: absolute; left: 11px; top: 8px; bottom: 8px; width: 2px; background: #e5e7eb; }
.timeline-item { position: relative; }
.timeline-item + .timeline-item { margin-top: 40px; }
.timeline-dot { position: absolute; left: -32px; top: 4px; width: 24px; height: 24px; border-radius: 999px; background: var(--ebox-lime); border: 4px solid #fff; box-shadow: 0 1px 3px rgba(15, 23, 42, 0.15); }
.timeline-forest .timeline-dot { background: var(--ebox-forest); }
.timeline-dark .timeline-dot { background: var(--ebox-dark); }
.timeline-item:last-child .timeline-dot { box-shadow: 0 0 0 4px rgba(188, 214, 50, 0.2), 0 1px 3px rgba(15, 23, 42, 0.15); }
.timeline-date { display: block; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; color: var(--ebox-lime); }
.timeline-forest .timeline-date { color: var(--ebox-forest); }
.timeline-dark .timeline-date { color: #6b7280; }
.timeline-item h3 { margin: 4px 0 4px; font-size: 18px; font-weight: 700; color: #111827; }
.timeline-item p { margin: 0; font-size: 14px; color: #6b7280; }

.philosophy-section { background: var(--ebox-dark); color: #fff; }
.philosophy-section .section-heading p { color: #d1d5db; font-size: 16px; }
.philosophy-section .feature-card { background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.1); box-shadow: none; transition: background 160ms ease; }
.philosophy-section .feature-card:hover { background: rgba(255, 255, 255, 0.1); }
.philosophy-section .feature-card h3 { color: #fff; }
.philosophy-section .feature-card p { color: #d1d5db; }
.philosophy-section .icon-badge { width: 48px; height: 48px; margin-bottom: 24px; border-radius: 6px; }
.philosophy-section .icon-badge svg { width: 24px; height: 24px; }
.philosophy-section .feature-card:nth-child(1) .icon-badge { background: rgba(188, 214, 50, 0.2); color: var(--ebox-lime); }
.philosophy-section .feature-card:nth-child(2) .icon-badge { background: rgba(168, 85, 247, 0.2); color: #a78bfa; }
.philosophy-section .feature-card:nth-child(3) .icon-badge { background: rgba(45, 80, 22, 0.2); color: var(--ebox-forest); }

.cta-section { background: var(--ebox-light); }
.cta-section p { margin-bottom: 32px; color: var(--text-muted); font-size: 20px; line-height: 1.7; }
.about-cta { background: #fefcf0; }
.about-cta h2 { font-size: 36px; }
.about-cta p { margin-bottom: 40px; }

.contact-grid { display: grid; grid-template-columns: minmax(280px, 2fr) minmax(0, 3fr); overflow: hidden; border-radius: 8px; background: #fff; box-shadow: 0 20px 25px -5px rgba(15, 23, 42, 0.10), 0 8px 10px -6px rgba(15, 23, 42, 0.08); }
.contact-aside { display: flex; flex-direction: column; justify-content: space-between; padding: 40px; background: rgba(45, 80, 22, 0.10); }
.contact-aside h2 { margin: 0 0 32px; font-size: 24px; font-weight: 700; color: var(--ebox-dark); }
.contact-item { display: flex; align-items: flex-start; gap: 16px; }
.contact-item + .contact-item { margin-top: 32px; }
.contact-item .icon-badge { flex-shrink: 0; width: 48px; height: 48px; margin-bottom: 0; border-radius: 6px; background: #fff; color: var(--ebox-forest); box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08); }
.contact-item .icon-badge svg { width: 24px; height: 24px; }
.contact-item h3 { margin: 0; font-weight: 700; color: #111827; }
.contact-item a { color: var(--ebox-forest); font-weight: 600; }
.contact-item a:hover { text-decoration: underline; }
.contact-item p { margin: 4px 0 0; color: #4b5563; line-height: 1.6; }
.contact-help { margin-top: 48px; color: #6b7280; font-size: 14px; }
.contact-help a { color: var(--ebox-forest); font-weight: 500; text-decoration: underline; }
.form-card { background: #fff; padding: 40px; border-radius: 8px; }
.contact-grid .form-card { border-radius: 0; }
.form-card h2 { margin: 0 0 24px; font-size: 24px; font-weight: 700; color: var(--ebox-dark); }
.form-intro { color: var(--text-muted); margin: 0 0 28px; }
.lead-form { display: grid; gap: 20px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.lead-form label { display: grid; gap: 8px; color: #374151; font-size: 14px; font-weight: 700; }
.lead-form input, .lead-form textarea {
  width: 100%;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  padding: 12px 16px;
  color: var(--ebox-dark);
  font: inherit;
}
.lead-form textarea { resize: vertical; }
.lead-form input:focus, .lead-form textarea:focus { outline: 2px solid rgba(188, 214, 50, 0.5); border-color: var(--ebox-lime); }
.hp-field { position: absolute; left: -9999px; opacity: 0; }
.form-error { padding: 12px 14px; border-radius: 10px; background: #fef2f2; color: #b91c1c; font-weight: 700; }
.calendly-section { padding: 0 0 72px; background: #fff; }
.calendly-section .calendly-inline-widget { min-width: 320px; min-height: 700px; transition: height 160ms ease; }
.demo-hero { padding: 64px 0 40px; background: #fff; }
.demo-hero h1 { margin: 0 0 16px; font-size: clamp(36px, 4vw, 48px); font-weight: 800; letter-spacing: -0.035em; line-height: 1.15; color: var(--ebox-dark); }
.demo-hero p { color: #4b5563; font-size: 20px; line-height: 1.625; max-width: 42rem; margin-inline: auto; }
.demo-form-section { background: var(--ebox-light); border-top: 1px solid #e5e7eb; }
.demo-form-wrap .form-card { border: 1px solid #f3f4f6; box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05); }
.demo-form-wrap .form-card h2 { margin: 0 0 8px; text-align: center; }
.demo-form-wrap .form-intro { margin: 0 0 32px; text-align: center; }
.thank-you-icon { display: inline-flex; align-items: center; justify-content: center; width: 80px; height: 80px; margin-bottom: 32px; border-radius: 50%; background: rgba(188, 214, 50, 0.2); color: var(--ebox-forest); }
.thank-you-icon svg { width: 48px; height: 48px; }
.thank-you h1 { margin: 0 0 16px; font-size: clamp(30px, 3vw, 36px); font-weight: 800; letter-spacing: -0.02em; line-height: 1.2; color: var(--ebox-dark); }
.thank-you p { margin: 0 0 16px; max-width: 32rem; margin-inline: auto; color: #4b5563; font-size: 18px; line-height: 1.6; }
.thank-you .muted { margin: 0 0 40px; color: #6b7280; font-size: 16px; }
.legal-content h2 { margin-top: 48px; font-size: 28px; }
.legal-content p { margin: 0 0 20px; color: #4b5563; font-size: 17px; line-height: 1.75; }
.legal-content p:last-child { margin-bottom: 0; }
.legal-content .privacy-lead { color: var(--ebox-dark); font-size: 18px; font-weight: 600; line-height: 1.75; }
.legal-content .privacy-closing { margin-top: 8px; color: #4b5563; }
.legal-content ul { margin: 16px 0 20px; padding-left: 24px; list-style: disc; color: #4b5563; font-size: 17px; line-height: 1.75; }
.legal-content ul li { margin-bottom: 8px; }
.legal-content ul.list-circle { margin: 8px 0 0; list-style: none; padding-left: 24px; }
.legal-content ul.list-circle li { margin-bottom: 4px; }
.legal-content strong { color: var(--ebox-dark); font-weight: 700; }
.legal-content a { color: var(--ebox-forest); font-weight: 400; }
.legal-content a:hover { text-decoration: underline; }

.site-footer { background: #f9fafb; color: var(--ebox-dark); padding: 64px 0 48px; border-top: 1px solid #e5e7eb; }
.footer-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px; margin-bottom: 48px; }
.footer-logo { height: 32px; width: auto; filter: none; }
.footer-copy { margin-top: 24px; max-width: 280px; color: #6b7280; font-size: 14px; line-height: 1.625; }
.footer-small { color: #6b7280; font-size: 12px; line-height: 1.5; }
.footer-heading { margin: 0 0 16px; color: #111827; font-size: 16px; font-weight: 700; letter-spacing: 0; text-transform: none; }
.footer-links { margin: 0; padding: 0; list-style: none; display: grid; gap: 12px; color: #4b5563; }
.footer-links a { transition: color 160ms ease; }
.footer-links a:hover { color: var(--ebox-forest); }
.open-box-logo { max-width: 132px; filter: grayscale(1); opacity: 0.7; }
.mri-badge { max-height: 48px; width: auto; margin-top: 16px; }
.footer-bottom { margin-top: 0; padding-top: 32px; border-top: 1px solid #e5e7eb; color: #6b7280; font-size: 14px; }

/* ===================================================================
   Homepage — faithful 1:1 rebuild of pages/Home.tsx
   =================================================================== */
.nowrap { white-space: nowrap; }
.story-eyebrow { color: var(--ebox-forest); font-size: 14px; font-weight: 700; letter-spacing: 0.025em; }
.eyebrow-muted { color: #6b7280; font-size: 14px; font-weight: 700; letter-spacing: 0.025em; }
.home-h3 { margin: 0; color: var(--ebox-dark); font-size: 36px; line-height: 40px; font-weight: 700; letter-spacing: -0.02em; }

/* Hero */
.home-hero { position: relative; padding: 80px 0 96px; background: linear-gradient(135deg, var(--ebox-dark), var(--ebox-deep)); }
.home-hero .container { position: relative; z-index: 2; }
.home-hero .hero-copy { max-width: 576px; }
.home-hero .eyebrow { margin-bottom: 24px; font-size: 14px; font-weight: 600; padding: 6px 16px; }
.home-hero h1 { margin: 0 0 24px; font-size: clamp(48px, 5vw, 60px); font-weight: 800; letter-spacing: -0.025em; line-height: 1.1; color: #fff; }
.home-hero .hero-copy > p:not(.hero-proof) { margin: 0 0 40px; max-width: 36rem; font-size: 20px; line-height: 1.625; color: #d1d5db; }
.home-hero .hero-proof { margin-top: 32px !important; }
.button-hero-outline { background: transparent; color: #fff; border: 2px solid rgba(255, 255, 255, 0.3); box-shadow: none; }
.button-hero-outline:hover { background: rgba(255, 255, 255, 0.1); }
.button-arrow { display: inline-flex; margin-left: 8px; }
.button-arrow svg { width: 20px; height: 20px; }
.app-check svg { width: 16px; height: 16px; stroke: #22c55e; }
.app-status span svg { width: 16px; height: 16px; stroke: #16a34a; }
.app-status span { display: inline-flex; }
.hero-orb-1 { position: absolute; top: 0; right: 0; width: 800px; height: 800px; transform: translate(25%, -25%); border-radius: 9999px; background: rgba(188, 214, 50, 0.05); filter: blur(64px); z-index: 0; }
.hero-orb-2 { position: absolute; bottom: 0; left: 0; width: 600px; height: 600px; transform: translate(-25%, 33%); border-radius: 9999px; background: rgba(45, 80, 22, 0.20); filter: blur(64px); z-index: 0; }

/* Our Story */
.home-story { padding: 80px 0; background: #fff; border-bottom: 1px solid #f3f4f6; }
.home-story-heading { max-width: 48rem; margin: 0 auto 48px; text-align: center; }
.home-story-heading .story-eyebrow { margin-bottom: 12px; }
.home-story-statement { margin: 0; font-size: clamp(24px, 3vw, 30px); font-weight: 700; line-height: 1.375; color: var(--ebox-dark); }
.home-story-followup { margin: 16px 0 0; font-size: 20px; color: #6b7280; }
.home-stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; max-width: 56rem; margin: 0 auto; }
.home-stat { padding: 24px; text-align: center; }
.home-stat-icon { display: inline-flex; align-items: center; justify-content: center; width: 56px; height: 56px; margin-bottom: 16px; border-radius: 8px; background: rgba(27, 58, 32, 0.1); }
.home-stat-icon svg { width: 28px; height: 28px; stroke: var(--ebox-forest); }
.home-stat-value { font-size: 30px; font-weight: 800; color: var(--ebox-dark); }
.home-stat-label { margin-top: 4px; font-size: 14px; font-weight: 500; color: #6b7280; }
.home-logos { margin-top: 64px; text-align: center; }
.home-logos h2 { margin: 0 0 40px; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: #6b7280; }
.home-logos-row { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 32px 64px; opacity: 0.7; }
.home-logos-row img { width: auto; object-fit: contain; }

/* Products: Two products. Built for MRI. */
.home-products-heading { margin-bottom: 16px; text-align: center; }
.home-products-heading .story-eyebrow { margin-bottom: 8px; }
.home-products-sub { max-width: 42rem; margin: 0 auto 64px; text-align: center; font-size: 20px; line-height: 1.625; color: #6b7280; }
.home-products-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; max-width: 56rem; margin: 0 auto; }
.home-product-card { display: flex; flex-direction: column; align-items: flex-start; padding: 32px; background: #fff; border: 1px solid #e5e7eb; border-top: 8px solid #e5e7eb; border-radius: 8px; box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1); transition: box-shadow 0.2s ease; }
.home-product-card.accent-lime { border-top-color: var(--ebox-lime); }
.home-product-card.accent-forest { border-top-color: var(--ebox-forest); }
.home-product-card:hover { box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.1); }
.home-product-logo { height: 40px; width: auto; margin-bottom: 24px; }
.home-product-desc { flex-grow: 1; margin: 0 0 32px; font-size: 18px; line-height: 1.625; color: #4b5563; }

/* Shared block heading (left/center variants) */
.home-block-heading { margin-bottom: 64px; }
.home-block-heading.center { text-align: center; }
.home-block-heading .story-eyebrow, .home-block-heading .eyebrow-muted { margin-bottom: 8px; }
.home-block-body { margin: 0; max-width: 48rem; font-size: 20px; line-height: 1.625; color: #4b5563; }
.home-h3 + .home-block-body { margin-top: 16px; }
.home-block-heading.center .home-block-body { margin-left: auto; margin-right: auto; }

/* What You Get + generic feature grid */
.home-wyg { background: #f3f4f6; }
.home-feature-grid { display: grid; gap: 32px; }
.home-feature-grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
.home-feature-card { padding: 32px; background: #fff; border: 1px solid #e5e7eb; border-radius: 8px; box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1); transition: box-shadow 0.2s ease; }
.home-feature-card:hover { box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1); }
.home-feature-icon { display: inline-flex; padding: 12px; margin-bottom: 24px; border-radius: 6px; background: var(--ebox-dark); }
.home-feature-icon svg { width: 32px; height: 32px; stroke: var(--ebox-lime); }
.home-feature-card h3 { margin: 0 0 12px; font-size: 20px; font-weight: 700; }
.home-feature-card p { margin: 0; color: #6b7280; line-height: 1.625; }

/* How It Works */
.home-steps-title { margin: 0 0 64px; font-size: 30px; font-weight: 700; line-height: 1.2; }
.home-steps-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; }
.home-steps-line { position: absolute; top: 48px; left: 16%; right: 16%; height: 2px; background: #e5e7eb; z-index: 0; }
.home-step { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; }
.home-step-circle { display: flex; align-items: center; justify-content: center; width: 96px; height: 96px; margin-bottom: 24px; border: 4px solid var(--ebox-dark); border-radius: 9999px; background: #fff; font-size: 30px; font-weight: 700; color: var(--ebox-dark); box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1); }
.home-step h3 { margin: 0 0 8px; font-size: 20px; font-weight: 700; }
.home-step p { margin: 0; max-width: 20rem; color: #6b7280; }

/* Workflows bento (dark) */
.home-workflows-heading { margin-bottom: 48px; }
.home-workflows-heading .eyebrow { margin-bottom: 12px; color: var(--ebox-lime); font-size: 14px; font-weight: 700; letter-spacing: 0.05em; }
.home-workflows-heading .home-h3 { margin: 0; color: #fff; }
.home-workflows-heading .home-workflows-sub { margin: 16px 0 0; font-size: 18px; color: #d1d5db; }
.home-bento-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.home-bento-card { padding: 24px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 6px; transition: background 0.2s ease; }
.home-bento-card:hover { background: rgba(255,255,255,0.1); }
.home-bento-card h3 { margin: 0 0 8px; font-size: 20px; font-weight: 700; color: var(--ebox-lime); }
.home-bento-card p { margin: 0; font-size: 14px; line-height: 1.5; color: #d1d5db; }

/* eBox makes MRI easier */
.home-mri { background: #f3f4f6; }
.home-mri-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.home-mri-card { display: flex; gap: 24px; padding: 32px; background: #fff; border: 1px solid #e5e7eb; border-radius: 8px; box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1); transition: box-shadow 0.2s ease; }
.home-mri-card:hover { box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1); }
.home-mri-card .home-feature-icon { flex-shrink: 0; height: fit-content; margin-bottom: 0; }
.home-mri-card h3 { margin: 0 0 8px; font-size: 20px; font-weight: 700; }
.home-mri-card p { margin: 0; color: #6b7280; line-height: 1.625; }

/* Enterprise-Ready */
.home-enterprise .home-block-body { color: #6b7280; }
.home-enterprise-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.home-enterprise-card { padding: 32px; background: #f3f4f6; border: 1px solid #e5e7eb; border-radius: 8px; text-align: center; }
.home-enterprise-card .home-feature-icon { margin-bottom: 24px; }
.home-enterprise-card h3 { margin: 0 0 12px; font-size: 20px; font-weight: 700; }
.home-enterprise-card p { margin: 0; color: #6b7280; line-height: 1.625; }

/* Testimonials */
.home-testimonials { background: #f9fafb; border-top: 1px solid #f3f4f6; }
.home-testimonials .story-eyebrow { display: block; margin-bottom: 12px; text-align: center; }
.home-testimonials-title { margin: 0 0 56px; text-align: center; font-size: 30px; font-weight: 700; color: var(--ebox-dark); }
.home-testimonials-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; max-width: 64rem; margin: 0 auto; }
.home-testimonial-card { display: flex; flex-direction: column; padding: 32px; background: #fff; border: 1px solid #e5e7eb; border-radius: 8px; box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1); }
.home-testimonial-logo { margin-bottom: 24px; }
.home-testimonial-logo img { height: 28px; width: auto; }
.home-testimonial-quote { flex-grow: 1; margin: 0; font-size: 18px; font-style: italic; line-height: 1.625; color: #374151; }
.home-testimonial-author { display: flex; align-items: center; gap: 12px; margin-top: 24px; padding-top: 24px; border-top: 1px solid #f3f4f6; }
.home-testimonial-avatar { width: 40px; height: 40px; border-radius: 9999px; object-fit: cover; }
.home-testimonial-name { font-weight: 700; color: #111827; }
.home-testimonial-role { font-size: 14px; color: #6b7280; }

/* Final CTA */
.home-cta { background: linear-gradient(to right, var(--ebox-dark), var(--ebox-deep)); color: #fff; }
.home-cta .content-narrow { max-width: 56rem; }
.home-cta h2 { margin: 0 0 32px; font-size: clamp(36px, 5vw, 48px); font-weight: 800; line-height: 1.1; letter-spacing: normal; }
.home-cta p { margin: 0 0 40px; font-size: 20px; font-weight: 500; line-height: 1.625; color: #d1d5db; }

@media (max-width: 1024px) {
  .home-hero .app-card { display: none; }
  .home-hero .hero-grid { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
  .home-products-grid, .home-mri-grid, .home-testimonials-grid { grid-template-columns: 1fr; }
  .home-bento-grid { grid-template-columns: repeat(2, 1fr); }
  .home-feature-grid.cols-3, .home-enterprise-grid { grid-template-columns: 1fr; }
  .home-steps-line { display: none; }
}
@media (max-width: 640px) {
  .home-hero { padding: 40px 0 44px; }
  .home-hero .eyebrow { margin-bottom: 16px; font-size: 12px; }
  .home-hero h1 { margin-bottom: 16px; font-size: clamp(38px, 11vw, 44px); line-height: 1.04; }
  .home-hero .hero-copy > p:not(.hero-proof) { margin-bottom: 22px; font-size: 16px; line-height: 1.5; }
  .home-hero .button-row { gap: 12px; margin-top: 0; }
  .home-hero .button-large { min-height: 52px; padding: 14px 24px; font-size: 16px; }
  .home-hero .hero-proof { margin-top: 20px !important; }
  .home-story { padding: 56px 0; }
  .home-story-heading { margin-bottom: 32px; }
  .home-story-statement { font-size: 23px; line-height: 1.32; }
  .home-story-followup { font-size: 17px; }
  .home-stats-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
  .home-stat { padding: 8px 4px; }
  .home-stat-icon { width: 44px; height: 44px; margin-bottom: 10px; }
  .home-stat-icon svg { width: 22px; height: 22px; }
  .home-stat-value { font-size: 22px; }
  .home-stat-label { font-size: 12px; line-height: 1.25; }
  .home-logos { margin-top: 40px; }
  .home-logos h2 { margin-bottom: 24px; font-size: 12px; }
  .home-logos-row { gap: 24px 32px; align-items: center; }
  .home-logos-row img { max-height: 44px; }
  .home-block-heading, .home-products-sub, .home-steps-title, .home-workflows-heading { margin-bottom: 40px; }
  .home-h3 { font-size: 30px; line-height: 34px; }
  .home-block-body, .home-products-sub, .home-workflows-heading .home-workflows-sub { font-size: 17px; line-height: 1.55; }
  .home-steps-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
  .home-step-circle { width: 64px; height: 64px; margin-bottom: 14px; border-width: 3px; font-size: 24px; }
  .home-step h3 { font-size: 15px; line-height: 1.25; }
  .home-step p { font-size: 12px; line-height: 1.4; }
  .home-bento-grid { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .primary-nav { position: absolute; inset: 80px 16px auto; display: none; flex-direction: column; align-items: stretch; padding: 24px; border: 1px solid var(--border); border-radius: 16px; background: #fff; box-shadow: 0 20px 50px rgba(0,0,0,0.12); }
  .primary-nav.is-open { display: flex; }
  .primary-menu { flex-direction: column; align-items: stretch; gap: 16px; }
  .hero-grid, .split-grid, .contact-grid, .footer-grid { grid-template-columns: 1fr; }
  .stats-grid, .card-grid, .value-grid, .office-grid { grid-template-columns: 1fr; }
  .hero { padding: 72px 0; }
  .section { padding: 72px 0; }
}

@media (max-width: 640px) {
  .form-grid { grid-template-columns: 1fr; }
  .button-row { flex-direction: column; }
  .button-row .button { width: 100%; }
  .form-card, .contact-aside { padding: 28px; }
  .section { padding: 56px 0; }
  .section-heading { margin-bottom: 40px; }
  .section-heading h2 { font-size: 28px; }
  .hero p, .lead, .product-hero p, .demo-hero p { font-size: 17px; line-height: 1.55; }
  .product-hero { padding-top: 56px; }
  .product-hero h1 { font-size: clamp(40px, 11vw, 48px); }
  .eforms-hero-cta { margin-bottom: 40px; }
}

/* ===================================================================
   eConnect — faithful 1:1 rebuild of pages/EConnectPage.tsx
   =================================================================== */
.econnect-hero { position: relative; }
.econnect-hero .container { position: relative; z-index: 1; }
.econnect-hero-orb { position: absolute; border-radius: 9999px; filter: blur(64px); z-index: 0; }
.econnect-hero-orb-1 { top: 0; right: 0; width: 800px; height: 800px; transform: translate(25%, -25%); background: rgba(45, 80, 22, 0.15); }
.econnect-hero-orb-2 { bottom: 0; left: 0; width: 600px; height: 600px; transform: translate(-25%, 33%); background: rgba(188, 214, 50, 0.05); }

.econnect-heading-lg h2 { max-width: 640px; margin-inline: auto; font-size: 36px; text-wrap: balance; }
.econnect-features-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; }
.econnect-feature-card { background: #f9fafb; border: 1px solid #f3f4f6; border-radius: 8px; padding: 32px; transition: box-shadow 160ms ease; }
.econnect-feature-card:hover { box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1); }
.econnect-feature-card .icon-badge { width: 56px; height: 56px; }
.econnect-feature-card .icon-badge svg { width: 32px; height: 32px; }
.econnect-feature-card h3 { margin: 0 0 12px; font-size: 20px; font-weight: 700; color: var(--ebox-dark); }
.econnect-feature-card p { margin: 0; color: #6b7280; line-height: 1.625; }

.econnect-email-grid { display: grid; grid-template-columns: 65fr 35fr; gap: 48px; align-items: center; margin-bottom: 80px; }
.econnect-email-shot { background: #fff; border: 1px solid #e5e7eb; border-radius: 12px; box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1); padding: 24px; }
.econnect-email-shot img { border-radius: 6px; }
.econnect-email-checklist h3 { margin: 0 0 20px; font-size: 24px; font-weight: 700; color: var(--ebox-dark); }
.econnect-email-checklist ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.econnect-email-checklist li { display: flex; align-items: flex-start; gap: 12px; color: #374151; }
.econnect-email-checklist li svg { flex-shrink: 0; width: 20px; height: 20px; margin-top: 2px; color: var(--ebox-forest); }

.econnect-capabilities-heading { margin-bottom: 40px; text-align: center; }
.econnect-capabilities-heading h3 { margin: 0 0 12px; font-size: 28px; font-weight: 700; color: var(--ebox-dark); }
.econnect-capabilities-heading p { margin: 0 auto; max-width: 42rem; color: #4b5563; }
.econnect-capabilities-panel { background: var(--ebox-dark); border-radius: 16px; padding: 48px; box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.15); }
.econnect-capabilities-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px 40px; }
.econnect-capability { display: flex; gap: 20px; }
.econnect-capability-icon { flex-shrink: 0; display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 999px; background: var(--ebox-lime); color: var(--ebox-dark); box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1); }
.econnect-capability-icon svg { width: 20px; height: 20px; }
.econnect-capability h4 { margin: 0 0 6px; font-size: 18px; font-weight: 700; color: #fff; }
.econnect-capability p { margin: 0; font-size: 14px; line-height: 1.625; color: #d1d5db; }

.econnect-cta { background: linear-gradient(to right, var(--ebox-dark), var(--ebox-deep)); color: #fff; }
.econnect-cta p { color: #d1d5db; }

/* ===================================================================
   eForms — faithful 1:1 rebuild of pages/EFormsPage.tsx
   =================================================================== */
.browser-frame { border-radius: 8px; overflow: hidden; border: 1px solid #e5e7eb; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.08); background: #fff; }
.browser-frame-bar { display: flex; align-items: center; gap: 10px; padding: 10px 16px; background: #f3f4f6; border-bottom: 1px solid #e5e7eb; }
.browser-frame-bar span { width: 10px; height: 10px; border-radius: 999px; background: #d1d5db; }
.browser-frame-url { flex: 1; margin: 0 12px; padding: 3px 12px; background: #fff; border: 1px solid #e5e7eb; border-radius: 6px; font-size: 11px; color: #6b7280; text-align: center; }
.browser-frame img { display: block; width: 100%; }

.eforms-tint { background: rgba(27, 58, 32, 0.05); }
.eforms-forest-tint { background: rgba(45, 80, 22, 0.08); }
.eforms-dark { background: var(--ebox-dark); color: #fff; }
.eforms-lime-eyebrow { color: var(--ebox-lime); font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; font-size: 14px; }
.eforms-h2-lg { margin: 0 0 24px; font-size: 36px; font-weight: 700; }
.eforms-lead { margin: 0 0 32px; font-size: 20px; color: #6b7280; }
.eforms-lead-dark { margin: 0; font-size: 20px; color: #d1d5db; }
.eforms-label { margin: 0 0 16px; font-size: 18px; font-weight: 700; color: var(--ebox-dark); }
.eforms-subtext { margin: 0 0 8px; font-size: 12px; color: #6b7280; }

/* Import flow hero card */
.eforms-icon-green { background: #dcfce7 !important; color: #16a34a !important; }
.eforms-icon-blue { background: #dbeafe !important; color: #2563eb !important; }
.eforms-icon-purple { background: #f3e8ff !important; color: #9333ea !important; }
.eforms-icon-orange { background: #ffedd5 !important; color: #ea580c !important; }
.eforms-icon-violet { background: #ede9fe !important; color: #7c3aed !important; }
.eforms-flow-card, .eforms-split-card { background: #fff; border: 1px solid #f3f4f6; border-radius: 12px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); margin-bottom: 24px; overflow: hidden; }
.eforms-flow-header { padding: 40px 40px 0; text-align: center; }
.eforms-flow-header .icon-badge { width: 40px; height: 40px; margin: 0 auto 16px; border-radius: 6px; }
.eforms-flow-header .icon-badge svg { width: 20px; height: 20px; }
.eforms-flow-header h3 { margin: 0 0 8px; font-size: 24px; font-weight: 700; }
.eforms-flow-header p { max-width: 42rem; margin: 0 auto; color: #6b7280; font-size: 18px; line-height: 1.625; }
.eforms-flow-diagram { display: flex; align-items: flex-start; gap: 24px; padding: 40px; }
.eforms-flow-node { flex: 1; min-width: 0; }
.eforms-flow-node-wide { flex: 2; }
.eforms-flow-caption { margin: 12px 0 0; text-align: center; font-size: 14px; font-weight: 600; color: #6b7280; }
.eforms-excel-card { border: 1px solid #e5e7eb; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.08); }
.eforms-excel-bar { display: flex; align-items: center; gap: 8px; padding: 8px 16px; background: #217346; color: #fff; }
.eforms-excel-bar svg { width: 16px; height: 16px; }
.eforms-excel-bar span { font-size: 12px; font-weight: 600; }
.eforms-excel-table { width: 100%; border-collapse: collapse; font-size: 12px; }
.eforms-excel-table th { padding: 8px 12px; text-align: left; font-weight: 600; color: #6b7280; background: #f9fafb; border-bottom: 1px solid #e5e7eb; }
.eforms-excel-table td { padding: 6px 12px; border-bottom: 1px solid #f3f4f6; color: #374151; }
.eforms-excel-table td.align-right { text-align: right; }
.eforms-flow-arrow { flex-shrink: 0; display: flex; flex-direction: column; align-items: center; gap: 4px; padding-top: 56px; color: var(--ebox-forest); }
.eforms-flow-arrow svg { width: 32px; height: 20px; }
.eforms-flow-arrow span { font-size: 12px; color: #6b7280; font-weight: 600; }
.eforms-mri-node { display: flex; flex-direction: column; align-items: center; gap: 12px; height: 100%; justify-content: center; padding: 24px; background: #fff; border: 1px solid #e5e7eb; border-radius: 8px; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.08); }
.eforms-mri-icon { position: relative; display: inline-flex; color: #374151; }
.eforms-mri-icon svg { width: 48px; height: 48px; }
.eforms-mri-icon em { position: absolute; bottom: -4px; right: -4px; display: inline-flex; align-items: center; justify-content: center; width: 20px; height: 20px; border-radius: 999px; background: #22c55e; color: #fff; font-style: normal; }
.eforms-mri-icon em svg { width: 12px; height: 12px; }
.eforms-mri-node strong { font-size: 14px; color: #1f2937; }
.eforms-flow-steps { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 32px; padding: 20px 40px; background: rgba(249, 250, 251, 0.6); border-top: 1px solid #f3f4f6; }
.eforms-flow-steps span { display: flex; align-items: center; gap: 8px; font-size: 14px; color: #4b5563; }
.eforms-flow-steps svg { width: 16px; height: 16px; color: var(--ebox-forest); }

/* Structured forms split card */
.eforms-split-card { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; }
.eforms-split-copy { padding: 48px; display: flex; flex-direction: column; justify-content: center; }
.eforms-split-copy .icon-badge { width: 40px; height: 40px; margin-bottom: 20px; border-radius: 6px; }
.eforms-split-copy .icon-badge svg { width: 20px; height: 20px; }
.eforms-split-copy h3 { margin: 0 0 12px; font-size: 24px; font-weight: 700; }
.eforms-split-copy p { margin: 0 0 24px; color: #6b7280; font-size: 18px; line-height: 1.625; }
.eforms-split-media { background: #f9fafb; display: flex; align-items: flex-end; justify-content: center; padding: 32px 32px 0; }
.eforms-split-media .browser-frame { border-radius: 8px 8px 0 0; border-bottom: 0; max-width: 420px; }
.eforms-check-list { margin: 0; padding: 0; list-style: none; display: grid; gap: 12px; }
.eforms-check-list li { display: flex; align-items: center; gap: 12px; color: #374151; }
.eforms-check-list svg { flex-shrink: 0; width: 20px; height: 20px; color: var(--ebox-forest); }

/* Capability cards */
.eforms-capability-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.eforms-capability-card { background: #fff; border: 1px solid #f3f4f6; border-radius: 8px; padding: 32px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); }
.eforms-capability-card .icon-badge { width: 40px; height: 40px; margin-bottom: 16px; border-radius: 6px; }
.eforms-capability-card .icon-badge svg { width: 20px; height: 20px; }
.eforms-capability-card h3 { margin: 0 0 8px; font-size: 20px; font-weight: 700; }
.eforms-capability-card p { margin: 0; color: #6b7280; }
.eforms-capability-card .eforms-mt { margin-top: 12px; }
.eforms-capability-highlight { background: rgba(45, 80, 22, 0.1); border: 1px solid rgba(45, 80, 22, 0.2); }
.eforms-capability-highlight h3 { color: var(--ebox-dark); }
.eforms-dot-list { display: grid; gap: 8px; margin-top: 16px; }
.eforms-dot-list div { display: flex; align-items: center; gap: 8px; font-size: 14px; color: #1f2937; }
.eforms-dot { width: 8px; height: 8px; border-radius: 999px; background: #22c55e; flex-shrink: 0; }
.eforms-capability-highlight .eforms-check-list svg { color: var(--ebox-forest); }

/* Validation steps */
.eforms-validation-grid { position: relative; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 48px; }
.eforms-validation-line { position: absolute; top: 48px; left: 16%; right: 16%; height: 2px; background: rgba(45, 80, 22, 0.3); }
.eforms-validation-step { position: relative; z-index: 1; text-align: center; }
.eforms-validation-num { width: 96px; height: 96px; margin: 0 auto 24px; display: flex; align-items: center; justify-content: center; background: #fff; border: 4px solid var(--ebox-forest); border-radius: 999px; font-size: 30px; font-weight: 700; color: var(--ebox-forest); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06); }
.eforms-validation-shot { margin-bottom: 16px; border-radius: 8px; overflow: hidden; border: 1px solid #e5e7eb; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.08); }
.eforms-validation-shot img { display: block; width: 100%; }
.eforms-validation-step h3 { margin: 0 0 8px; font-size: 20px; font-weight: 700; }
.eforms-validation-step p { margin: 0; color: #6b7280; }

/* Templates */
.eforms-templates-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.eforms-template-card { background: #fff; border: 1px solid #f3f4f6; border-radius: 8px; padding: 32px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); }
.eforms-template-card .icon-badge { width: 40px; height: 40px; margin-bottom: 16px; border-radius: 6px; }
.eforms-template-card .icon-badge svg { width: 20px; height: 20px; }
.eforms-template-card h3 { margin: 0 0 8px; font-size: 20px; font-weight: 700; }
.eforms-template-card p { margin: 0; color: #6b7280; }
.eforms-template-lease { grid-column: span 2; }
.eforms-lease-flow { display: flex; align-items: flex-start; justify-content: space-between; gap: 4px; margin-top: 24px; }
.eforms-lease-step { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 8px; min-width: 0; }
.eforms-lease-circle { position: relative; display: flex; align-items: center; justify-content: center; width: 48px; height: 48px; border-radius: 999px; background: rgba(45, 80, 22, 0.1); color: var(--ebox-forest); }
.eforms-lease-circle svg { width: 20px; height: 20px; }
.eforms-lease-amber { background: #fffbeb; color: #d97706; box-shadow: 0 0 0 1px #fde68a; }
.eforms-lease-circle em { position: absolute; bottom: -2px; right: -2px; display: inline-flex; align-items: center; justify-content: center; width: 16px; height: 16px; border-radius: 999px; background: #22c55e; color: #fff; font-style: normal; }
.eforms-lease-circle em svg { width: 10px; height: 10px; }
.eforms-lease-step small { font-size: 12px; font-weight: 600; color: #374151; text-align: center; line-height: 1.3; }
.eforms-lease-chevron { flex-shrink: 0; display: flex; align-items: center; padding-top: 14px; color: rgba(45, 80, 22, 0.3); }
.eforms-lease-chevron svg { width: 16px; height: 16px; }

/* Use cases */
.eforms-usecases { background: #1f2937; color: #fff; }
.eforms-usecases .section-heading h2 { color: #fff; }
.eforms-usecases-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.eforms-usecase-card { display: flex; flex-direction: column; background: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 12px; overflow: hidden; transition: background 160ms ease; }
.eforms-usecase-card:hover { background: rgba(255, 255, 255, 0.15); }
.eforms-usecase-bar { height: 6px; }
.eforms-usecase-body { padding: 28px; display: flex; flex-direction: column; flex: 1; }
.eforms-usecase-head { display: flex; align-items: center; gap: 16px; margin-bottom: 16px; }
.eforms-usecase-icon { flex-shrink: 0; display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 8px; }
.eforms-usecase-icon svg { width: 20px; height: 20px; }
.eforms-usecase-head h3 { margin: 0; font-size: 18px; font-weight: 700; color: #fff; }
.eforms-usecase-body p { flex: 1; margin: 0 0 20px; font-size: 14px; line-height: 1.625; color: #d1d5db; }
.eforms-usecase-stat { display: flex; align-items: center; gap: 8px; padding-top: 16px; border-top: 1px solid rgba(255, 255, 255, 0.1); }
.eforms-usecase-stat .eforms-dot { width: 8px; height: 8px; }
.eforms-usecase-stat em { font-style: normal; font-weight: 700; font-size: 14px; }
.eforms-usecases-footer { margin: 40px 0 0; text-align: center; font-size: 20px; font-weight: 700; color: rgba(255, 255, 255, 0.8); }

.eforms-accent-blue { background: linear-gradient(to right, #2563eb, #1d4ed8); }
.eforms-accent-bg-blue { background: #dbeafe; color: #2563eb; }
.eforms-accent-dot-blue { background: #60a5fa; }
.eforms-accent-text-blue { color: #93c5fd; }
.eforms-accent-emerald { background: linear-gradient(to right, #059669, #047857); }
.eforms-accent-bg-emerald { background: #d1fae5; color: #059669; }
.eforms-accent-dot-emerald { background: #34d399; }
.eforms-accent-text-emerald { color: #6ee7b7; }
.eforms-accent-purple { background: linear-gradient(to right, #9333ea, #7e22ce); }
.eforms-accent-bg-purple { background: #f3e8ff; color: #9333ea; }
.eforms-accent-dot-purple { background: #c084fc; }
.eforms-accent-text-purple { color: #d8b4fe; }
.eforms-accent-amber { background: linear-gradient(to right, #f59e0b, #ea580c); }
.eforms-accent-bg-amber { background: #fef3c7; color: #d97706; }
.eforms-accent-dot-amber { background: #fbbf24; }
.eforms-accent-text-amber { color: #fcd34d; }
.eforms-accent-rose { background: linear-gradient(to right, #f43f5e, #db2777); }
.eforms-accent-bg-rose { background: #ffe4e6; color: #e11d48; }
.eforms-accent-dot-rose { background: #fb7185; }
.eforms-accent-text-rose { color: #fda4af; }
.eforms-accent-teal { background: linear-gradient(to right, #14b8a6, #0891b2); }
.eforms-accent-bg-teal { background: #ccfbf1; color: #0d9488; }
.eforms-accent-dot-teal { background: #2dd4bf; }
.eforms-accent-text-teal { color: #5eead4; }

/* Import methods */
.eforms-methods-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; }
.eforms-method-card { display: flex; flex-direction: column; background: #fff; border: 1px solid #f3f4f6; border-radius: 8px; padding: 32px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); }
.eforms-method-icon { display: inline-flex; align-items: center; justify-content: center; width: 56px; height: 56px; margin-bottom: 24px; border-radius: 8px; }
.eforms-method-icon svg { width: 24px; height: 24px; }
.eforms-method-card h3 { margin: 0 0 8px; font-size: 24px; font-weight: 700; }
.eforms-method-card p { margin: 0 0 24px; color: #6b7280; }
.eforms-method-shot .browser-frame { height: 288px; display: flex; flex-direction: column; }
.eforms-method-shot .browser-frame img { flex: 1; object-fit: cover; object-position: top; }
.eforms-api-diagram { border-radius: 8px; overflow: hidden; border: 1px solid #e5e7eb; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.08); height: 288px; display: flex; flex-direction: column; }
.eforms-api-bar { display: flex; align-items: center; gap: 10px; padding: 10px 16px; background: #f3f4f6; border-bottom: 1px solid #e5e7eb; }
.eforms-api-bar span { width: 10px; height: 10px; border-radius: 999px; background: #d1d5db; }
.eforms-api-url { flex: 1; margin: 0 12px; padding: 3px 12px; background: #fff; border: 1px solid #e5e7eb; border-radius: 6px; font-size: 11px; color: #6b7280; text-align: center; }
.eforms-api-body { flex: 1; display: flex; flex-direction: column; justify-content: center; gap: 16px; padding: 20px; background: linear-gradient(to bottom right, #f9fafb, rgba(237, 233, 254, 0.4)); }
.eforms-api-row { display: flex; align-items: center; justify-content: center; gap: 8px; }
.eforms-api-systems { display: flex; flex-direction: column; gap: 8px; flex-shrink: 0; }
.eforms-api-system { display: flex; align-items: center; gap: 8px; padding: 10px 12px; background: #fff; border: 1px solid #e5e7eb; border-radius: 8px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); }
.eforms-api-system svg { width: 16px; height: 16px; color: #6b7280; flex-shrink: 0; }
.eforms-api-system strong { display: block; font-size: 10px; font-weight: 700; color: #374151; }
.eforms-api-system small { font-size: 9px; color: #6b7280; }
.eforms-api-connector { display: flex; flex-direction: column; align-items: center; gap: 2px; flex-shrink: 0; }
.eforms-api-connector::before { content: ""; width: 24px; height: 2px; background: currentColor; }
.eforms-api-connector-violet { color: #8b5cf6; }
.eforms-api-connector-violet span { color: #8b5cf6; }
.eforms-api-connector-lime { color: var(--ebox-lime); }
.eforms-api-connector-lime span { color: var(--ebox-forest); }
.eforms-api-connector span { font-size: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; }
.eforms-api-node { flex-shrink: 0; display: flex; flex-direction: column; align-items: center; gap: 4px; padding: 12px; border-radius: 8px; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1); }
.eforms-api-node svg { width: 20px; height: 20px; }
.eforms-api-node small { font-size: 10px; font-weight: 700; color: #fff; text-align: center; line-height: 1.3; }
.eforms-api-node-violet { background: #7c3aed; border: 1px solid #6d28d9; color: #fff; }
.eforms-api-node-forest { background: var(--ebox-forest); border: 1px solid var(--ebox-deep); color: var(--ebox-lime); }
.eforms-api-code { padding: 8px 12px; background: rgba(255, 255, 255, 0.8); border: 1px solid #e5e7eb; border-radius: 6px; font-family: monospace; font-size: 9px; color: #6b7280; }
.eforms-api-code strong { color: #7c3aed; }
.eforms-api-pulse { display: flex; align-items: center; justify-content: center; gap: 6px; font-size: 9px; color: #6b7280; font-weight: 500; }
.eforms-api-pulse span { width: 6px; height: 6px; border-radius: 999px; background: #a78bfa; }

/* Approval workflow */
.eforms-arrow-list { margin: 0 0 32px; padding: 0; list-style: none; display: grid; gap: 12px; }
.eforms-arrow-list li { display: flex; align-items: center; gap: 12px; color: #374151; }
.eforms-arrow-list svg { flex-shrink: 0; width: 20px; height: 20px; color: var(--ebox-forest); }
.eforms-step-badges { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-bottom: 24px; }
.eforms-step-badges svg { width: 16px; height: 16px; color: #6b7280; }
.eforms-badge-pill { padding: 8px 16px; border-radius: 999px; background: rgba(188, 214, 50, 0.1); font-size: 14px; font-weight: 700; color: var(--ebox-dark); }
.eforms-status-line { margin: 0; color: #6b7280; }
.eforms-status-line strong { color: #374151; }
.eforms-decision-tree { display: flex; flex-direction: column; align-items: center; background: #fff; border: 1px solid #e5e7eb; border-radius: 12px; padding: 32px; box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1); }
.eforms-tree-pill { padding: 12px 24px; border-radius: 8px; font-size: 14px; font-weight: 700; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06); display: flex; align-items: center; gap: 8px; }
.eforms-tree-pill svg { width: 16px; height: 16px; }
.eforms-tree-forest { background: var(--ebox-forest); color: #fff; }
.eforms-tree-lime { background: var(--ebox-lime); color: var(--ebox-dark); }
.eforms-tree-line { width: 2px; height: 24px; background: #d1d5db; }
.eforms-tree-line-sm { height: 20px; }
.eforms-tree-condition { padding: 12px 20px; background: #fffbeb; border: 2px solid #fbbf24; border-radius: 8px; font-size: 14px; font-weight: 700; color: #92400e; margin: 16px 0; }
.eforms-tree-branches { display: flex; gap: 48px; margin: 16px 0; }
.eforms-tree-branch { display: flex; flex-direction: column; align-items: center; gap: 0; }
.eforms-tree-branch-label { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 8px; }
.eforms-tree-emerald { color: #059669; }
.eforms-tree-blue { color: #2563eb; }
.eforms-tree-box { padding: 10px 20px; border-radius: 8px; font-size: 14px; font-weight: 500; display: flex; align-items: center; gap: 8px; }
.eforms-tree-box svg { width: 16px; height: 16px; }
.eforms-tree-emerald-box { background: #ecfdf5; border: 1px solid #a7f3d0; color: #065f46; }
.eforms-tree-emerald-approved { background: #d1fae5; border: 1px solid #6ee7b7; color: #047857; font-weight: 700; }
.eforms-tree-blue-box { background: #eff6ff; border: 1px solid #bfdbfe; color: #1e40af; }
.eforms-tree-blue-approved { background: #dbeafe; border: 1px solid #93c5fd; color: #1d4ed8; font-weight: 700; }

/* Access control */
.eforms-access-cards { display: grid; gap: 16px; }
.eforms-access-card { display: flex; align-items: center; gap: 16px; padding: 24px; background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 8px; }
.eforms-access-card svg { flex-shrink: 0; width: 24px; height: 24px; color: var(--ebox-lime); }
.eforms-access-card span { font-size: 18px; }

/* Audit trail */
.eforms-check-circle-list { margin: 0; padding: 0; list-style: none; display: grid; gap: 24px; }
.eforms-check-circle-list li { display: flex; align-items: center; gap: 16px; font-size: 18px; color: #1f2937; }
.eforms-check-circle-badge { flex-shrink: 0; display: inline-flex; align-items: center; justify-content: center; width: 24px; height: 24px; border-radius: 999px; background: rgba(45, 80, 22, 0.2); color: var(--ebox-forest); font-size: 11px; }
.eforms-check-circle-lg li { font-size: 18px; color: #374151; align-items: flex-start; }
.eforms-check-circle-lime { width: 24px; height: 24px; background: transparent; color: var(--ebox-lime); }
.eforms-audit-table { position: relative; background: #fff; border: 1px solid #e5e7eb; border-radius: 8px; padding: 32px; box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1); }
.eforms-audit-head { display: flex; justify-content: space-between; padding-bottom: 8px; margin-bottom: 8px; border-bottom: 1px solid #e5e7eb; font-size: 14px; color: #6b7280; }
.eforms-audit-row { display: flex; justify-content: space-between; align-items: center; padding: 8px 0; font-size: 14px; }
.eforms-audit-user { display: flex; align-items: center; gap: 8px; color: #1f2937; }
.eforms-audit-user i { display: inline-block; width: 24px; height: 24px; border-radius: 999px; background: #e5e7eb; }
.eforms-audit-green { color: #16a34a; }
.eforms-audit-blue { color: #2563eb; }
.eforms-audit-gray { color: #4b5563; }
.eforms-audit-time { color: #6b7280; }

/* Testimonial */
.eforms-testimonial-card { position: relative; background: #fff; border: 1px solid #f3f4f6; border-radius: 12px; padding: 56px; box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1); }
.eforms-testimonial-logo { height: 32px; width: auto; margin-bottom: 32px; }
.eforms-testimonial-card p { margin: 0 0 16px; font-size: 22px; line-height: 1.625; color: #1f2937; }
.eforms-testimonial-author { display: flex; align-items: center; gap: 16px; margin-top: 32px; padding-top: 24px; border-top: 1px solid #f3f4f6; }
.eforms-testimonial-author img { width: 48px; height: 48px; border-radius: 999px; object-fit: cover; }
.eforms-testimonial-author strong { display: block; font-size: 18px; color: #111827; }
.eforms-testimonial-author span { color: #6b7280; }

/* Error handling */
.eforms-error-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.eforms-error-before { background: #e5e7eb; border: 1px solid #d1d5db; border-radius: 8px; padding: 32px; }
.eforms-error-after { background: #fff; border: 2px solid rgba(188, 214, 50, 0.3); border-radius: 8px; padding: 32px; box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1); }
.eforms-tag { display: inline-block; margin-bottom: 24px; padding: 4px 12px; border-radius: 999px; font-size: 12px; font-weight: 700; }
.eforms-tag-red { background: #fee2e2; color: #b91c1c; }
.eforms-tag-green { background: #dcfce7; color: #15803d; }
.eforms-error-console { background: #fff; border-radius: 6px; padding: 24px; font-family: monospace; font-size: 14px; display: grid; gap: 12px; }
.eforms-error-line-red { color: #ef4444; }
.eforms-error-line-muted { color: #6b7280; }
.eforms-error-line-faint { color: #d1d5db; }
.eforms-error-msg { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; padding: 12px; border-radius: 6px; font-family: monospace; font-size: 14px; }
.eforms-error-msg-red { background: #fef2f2; color: #ef4444; }
.eforms-error-msg-green { background: #f0fdf4; color: #16a34a; }
.eforms-error-caption { margin: 16px 0 0; text-align: center; font-size: 14px; color: #6b7280; }

/* Customization uses shared split-grid + eforms-check-circle-list */

/* Recurring workflows */
.eforms-recurring-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; max-width: 56rem; margin: 0 auto; }
.eforms-recurring-before, .eforms-recurring-after { background: #fff; border-radius: 8px; padding: 24px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); }
.eforms-recurring-before { border: 1px solid #f3f4f6; }
.eforms-recurring-after { border: 2px solid rgba(188, 214, 50, 0.3); }
.eforms-bars { display: grid; gap: 12px; }
.eforms-bar { position: relative; height: 12px; border-radius: 999px; background: #e5e7eb; }
.eforms-bar-error { background: #fecaca; }
.eforms-bar-error span { position: absolute; right: -20px; top: -4px; color: #f87171; font-size: 12px; }
.eforms-recurring-before p { margin: 16px 0 0; font-size: 14px; color: #6b7280; }
.eforms-recurring-row { display: flex; align-items: center; gap: 12px; margin-bottom: 8px; padding: 8px 12px; background: #f9fafb; border-radius: 6px; color: #374151; }
.eforms-recurring-row svg { flex-shrink: 0; width: 20px; height: 20px; color: var(--ebox-forest); }
.eforms-recurring-row span { font-size: 14px; }
.eforms-recurring-done { display: flex; align-items: center; gap: 12px; margin-top: 12px; padding: 8px 12px; background: #f0fdf4; border: 1px solid #dcfce7; border-radius: 6px; color: #15803d; }
.eforms-recurring-done svg { width: 20px; height: 20px; }
.eforms-recurring-done strong { font-size: 14px; }
.eforms-recurring-footer { margin: 32px 0 0; text-align: center; color: #6b7280; }

/* Integration */
.eforms-integration-row { display: flex; align-items: center; justify-content: center; gap: 32px; margin: 32px 0 64px; }
.eforms-integration-node { padding: 24px; background: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 8px; }
.eforms-integration-node.center { text-align: center; }
.eforms-integration-node svg { width: 40px; height: 40px; color: var(--ebox-lime); margin: 0 auto; }
.eforms-integration-node p { margin: 8px 0 0; font-size: 18px; font-weight: 700; }
.eforms-integration-logo { height: 40px; width: auto; }
.eforms-integration-sync { display: flex; flex-direction: column; align-items: center; gap: 4px; }
.eforms-integration-sync span { width: 64px; height: 2px; background: var(--ebox-lime); }
.eforms-integration-sync small { font-size: 12px; color: #d1d5db; }
.eforms-integration-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; max-width: 56rem; margin: 0 auto; }
.eforms-integration-item { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.eforms-integration-item svg { width: 20px; height: 20px; color: var(--ebox-lime); }
.eforms-integration-item span { font-size: 14px; color: #d1d5db; text-align: center; }

/* Final CTA */
.eforms-cta { background: linear-gradient(to right, var(--ebox-dark), var(--ebox-deep)); color: #fff; }
.eforms-cta p { color: #d1d5db; }
.eforms-cta-logo { height: 48px; width: auto; margin: 0 auto 32px; }
.eforms-cta-weeks { display: flex; align-items: center; justify-content: center; gap: 32px; margin: 32px 0 48px; text-align: left; flex-wrap: wrap; }
.eforms-cta-weeks small { display: block; font-size: 14px; font-weight: 700; color: #d1d5db; text-transform: uppercase; }
.eforms-cta-weeks strong { font-size: 18px; font-weight: 700; }
.eforms-cta-divider { width: 64px; height: 2px; background: #6b7280; }
.eforms-cta-email { margin-top: 24px; color: #d1d5db; }
.eforms-cta-email a { color: var(--ebox-lime); font-weight: 500; }
.eforms-cta-email a:hover { text-decoration: underline; }

@media (max-width: 1024px) {
  .eforms-split-card, .eforms-error-grid, .eforms-error-captions, .eforms-recurring-grid { grid-template-columns: 1fr; }
  .eforms-split-media { align-items: center; padding: 32px; }
  .eforms-split-media .browser-frame { width: 100%; max-width: none; }
  .eforms-usecases-grid, .eforms-methods-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .eforms-capability-grid, .eforms-templates-grid { grid-template-columns: minmax(0, 1fr); }
  .eforms-template-lease { grid-column: span 1; }
  .eforms-integration-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .eforms-flow-card, .eforms-split-card { margin-bottom: 20px; }
  .eforms-flow-header { padding: 32px 24px 0; }
  .eforms-flow-header h3 { font-size: 22px; }
  .eforms-flow-header p { font-size: 16px; }
  .eforms-flow-diagram { flex-direction: column; align-items: center; gap: 16px; padding: 32px 24px; }
  .eforms-flow-node { width: 100%; max-width: 380px; }
  .eforms-flow-node-wide { flex: 1; }
  .eforms-flow-arrow { flex-direction: row; padding-top: 0; }
  .eforms-flow-arrow svg { transform: rotate(90deg); width: 20px; height: 20px; }
  .eforms-flow-steps { padding: 18px 24px; gap: 10px 18px; }
  .eforms-split-copy { padding: 32px; }
  .eforms-validation-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
  .eforms-validation-line { display: none; }
  .eforms-validation-num { width: 72px; height: 72px; margin-bottom: 16px; font-size: 24px; }
  .eforms-validation-step h3 { font-size: 17px; }
  .eforms-validation-step p { font-size: 14px; line-height: 1.45; }
  .eforms-usecases-grid, .eforms-methods-grid { grid-template-columns: minmax(0, 1fr); }
  .eforms-method-card { padding: 28px; }
  .eforms-method-shot .browser-frame { height: auto; }
  .eforms-method-shot .browser-frame img { object-fit: contain; }
  .eforms-api-diagram { height: auto; min-height: 288px; }
  .eforms-testimonial-card { padding: 40px; }
  .eforms-testimonial-card p { margin-bottom: 28px; font-size: 20px; line-height: 1.55; }
  .eforms-check-circle-lime { color: var(--ebox-forest); }
  .eforms-integration-row { flex-direction: column; gap: 18px; margin: 32px 0 48px; }
  .eforms-integration-sync span { width: 2px; height: 56px; }
  .eforms-integration-grid { grid-template-columns: minmax(0, 1fr); max-width: 360px; gap: 14px; }
  .eforms-integration-item { flex-direction: row; justify-content: center; }
  .eforms-cta-weeks { flex-direction: column; align-items: center; gap: 18px; text-align: center; }
  .eforms-cta-divider { width: 2px; height: 48px; }
}
@media (max-width: 640px) {
  .eforms-h2-lg { font-size: 30px; line-height: 1.2; }
  .eforms-lead, .eforms-lead-dark { font-size: 17px; line-height: 1.55; }
  .eforms-flow-header { padding: 28px 20px 0; }
  .eforms-flow-diagram { padding: 28px 20px; }
  .eforms-excel-table { font-size: 10px; }
  .eforms-excel-table th, .eforms-excel-table td { padding: 6px 8px; }
  .eforms-split-copy, .eforms-split-media { padding: 28px 20px; }
  .eforms-validation-grid { grid-template-columns: minmax(0, 1fr); gap: 36px; }
  .eforms-validation-num { width: 64px; height: 64px; margin-bottom: 14px; font-size: 22px; border-width: 3px; }
  .eforms-template-card, .eforms-method-card, .eforms-capability-card { padding: 24px; }
  .eforms-lease-flow { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px 10px; }
  .eforms-lease-step { flex: initial; }
  .eforms-lease-chevron { display: none; }
  .eforms-lease-circle { width: 40px; height: 40px; }
  .eforms-lease-circle svg { width: 18px; height: 18px; }
  .eforms-lease-step small { font-size: 10px; }
  .eforms-api-body { padding: 16px 8px; }
  .eforms-api-row { flex-wrap: nowrap; justify-content: center; row-gap: 0; transform: scale(0.86); transform-origin: center; }
  .eforms-api-code { font-size: 8px; }
  .eforms-testimonial-card { padding: 32px 24px; }
  .eforms-testimonial-logo { margin-bottom: 24px; }
  .eforms-testimonial-card p { margin-bottom: 24px; font-size: 18px; line-height: 1.55; }
  .eforms-testimonial-author { align-items: flex-start; margin-top: 24px; }
  .eforms-check-circle-list { gap: 18px; }
  .eforms-check-circle-lg li { font-size: 16px; }
  .eforms-integration-node { width: min(100%, 280px); }
  .eforms-cta-logo { margin-bottom: 24px; }
  .eforms-cta-weeks { margin: 28px 0 40px; }
}
@media (max-width: 900px) {
  .econnect-features-grid, .econnect-email-grid, .econnect-capabilities-grid { grid-template-columns: minmax(0, 1fr); }
  .econnect-capabilities-panel { padding: 32px; }
}
@media (max-width: 640px) {
  .econnect-email-grid { gap: 32px; margin-bottom: 56px; }
  .econnect-email-shot { margin-inline: -8px; padding: 12px; border-radius: 10px; }
  .econnect-email-shot img { width: 100%; border-radius: 4px; }
  .econnect-email-checklist h3 { font-size: 22px; }
  .econnect-capabilities-panel { padding: 28px 24px; }
  .econnect-capability { gap: 16px; }
}

/* ===================================================================
   MRI Ascend — faithful 1:1 rebuild of pages/MriAscend.tsx
   =================================================================== */
.mri-ascend-hero {
  color: #fff;
  background: linear-gradient(to bottom, var(--ebox-deep), var(--ebox-dark));
}
.mri-ascend-narrow {
  width: 100%;
  max-width: 36rem; /* max-w-xl */
  margin-inline: auto;
  padding-inline: 16px;
  box-sizing: border-box;
}
.mri-ascend-hero-inner { padding: 48px 16px; text-align: center; }
.mri-ascend-hero h1 {
  margin: 0;
  font-size: clamp(30px, 4vw, 36px);
  font-weight: 800;
  line-height: 1.25;
  text-wrap: balance;
  color: #fff;
}
.mri-ascend-hero h1 .hero-highlight { color: var(--ebox-lime); }
.mri-ascend-hero-sub {
  margin: 16px 0 0;
  font-size: 18px;
  line-height: 1.625;
  color: #d1d5db;
  text-wrap: pretty;
}
.mri-ascend-hero-sub strong { color: #fff; font-weight: 600; }
.mri-ascend-hero .button { margin-top: 24px; }
.mri-ascend-hero .button .button-arrow { margin-left: 8px; }
.mri-ascend-figure { margin: 32px 0 0; }
.mri-ascend-figure img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  outline: 1px solid rgba(255, 255, 255, 0.1);
}
.mri-ascend-figure figcaption { margin-top: 16px; }
.mri-ascend-figure figcaption > p { margin: 0; color: #d1d5db; }
.mri-ascend-linkedin {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 12px;
  font-size: 14px;
}
.mri-ascend-linkedin a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  transition: color 160ms ease;
}
.mri-ascend-linkedin a:hover { color: var(--ebox-lime); }
.mri-ascend-linkedin svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  stroke: none;
}

.mri-ascend-event {
  padding: 28px 0;
  background: #fff;
  border-bottom: 1px solid #f3f4f6;
}
.mri-ascend-event-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
}
.mri-ascend-event img { height: 56px; width: auto; }
.mri-ascend-event p { margin: 0; font-size: 14px; color: #6b7280; }

.mri-ascend-form-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 48px 0;
  scroll-margin-top: 80px;
}
.mri-ascend-form-bg,
.mri-ascend-form-overlay {
  position: absolute;
  inset: 0;
}
.mri-ascend-form-bg {
  z-index: -2;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.mri-ascend-form-overlay {
  z-index: -1;
  background: rgba(26, 26, 26, 0.75);
}
.mri-ascend-form-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  padding: 24px;
}
.mri-ascend-form-card h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: var(--ebox-dark);
}
.mri-ascend-form-card > .form-intro {
  margin: 8px 0 0;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.625;
  text-wrap: pretty;
}
.mri-ascend-form { margin-top: 24px; display: grid; gap: 20px; }
.mri-ascend-form label {
  display: grid;
  gap: 8px;
  color: #374151;
  font-size: 14px;
  font-weight: 500;
}
.mri-ascend-form label .optional {
  font-weight: 400;
  color: #6b7280;
}
.mri-ascend-form input[type="text"],
.mri-ascend-form input[type="email"],
.mri-ascend-form input[type="tel"] {
  width: 100%;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  padding: 12px 16px;
  color: var(--ebox-dark);
  font: inherit;
  outline: none;
  transition: box-shadow 160ms ease, border-color 160ms ease;
}
.mri-ascend-form input:focus {
  border-color: transparent;
  box-shadow: 0 0 0 2px var(--ebox-lime);
}
.mri-ascend-terms {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.mri-ascend-terms input[type="checkbox"] {
  margin-top: 4px;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  accent-color: var(--ebox-forest);
}
.mri-ascend-terms label {
  display: inline;
  cursor: pointer;
  color: #4b5563;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.625;
}
.mri-ascend-terms-link {
  display: inline;
  padding: 0;
  border: 0;
  background: none;
  color: var(--ebox-forest);
  font: inherit;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
}
.mri-ascend-terms-link:hover { color: var(--ebox-deep); }
.mri-ascend-form .form-error {
  margin: 0;
  padding: 0;
  background: transparent;
  color: #dc2626;
  font-size: 14px;
  font-weight: 400;
}
.mri-ascend-privacy {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 0;
  font-size: 12px;
  color: #6b7280;
}
.mri-ascend-privacy svg { width: 14px; height: 14px; flex-shrink: 0; }

.mri-ascend-modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: none;
  align-items: flex-end;
  justify-content: center;
  padding: 0;
}
.mri-ascend-modal.is-open { display: flex; }
.mri-ascend-modal-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  padding: 0;
  background: rgba(26, 26, 26, 0.6);
  cursor: pointer;
}
.mri-ascend-modal-dialog {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 32rem;
  max-height: 85vh;
  background: #fff;
  border-radius: 16px 16px 0 0;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.mri-ascend-modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 20px;
  border-bottom: 1px solid #f3f4f6;
}
.mri-ascend-modal-header h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: var(--ebox-dark);
}
.mri-ascend-modal-header p {
  margin: 4px 0 0;
  font-size: 14px;
  color: #6b7280;
}
.mri-ascend-modal-close {
  border: 0;
  border-radius: 6px;
  padding: 6px;
  background: transparent;
  color: #6b7280;
  cursor: pointer;
  line-height: 0;
  transition: background 160ms ease, color 160ms ease;
}
.mri-ascend-modal-close:hover { background: #f3f4f6; color: var(--ebox-dark); }
.mri-ascend-modal-close svg { width: 20px; height: 20px; }
.mri-ascend-modal-body {
  overflow-y: auto;
  padding: 20px;
  display: grid;
  gap: 20px;
}
.mri-ascend-modal-body h3 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--ebox-dark);
}
.mri-ascend-modal-body p {
  margin: 6px 0 0;
  font-size: 14px;
  line-height: 1.625;
  color: #4b5563;
}
.mri-ascend-modal-footer {
  padding: 16px 20px;
  border-top: 1px solid #f3f4f6;
}

@media (min-width: 640px) {
  .mri-ascend-form-section { padding: 64px 0; }
  .mri-ascend-form-card { padding: 32px; }
  .mri-ascend-modal { align-items: center; padding: 16px; }
  .mri-ascend-modal-dialog { border-radius: 16px; }
  .mri-ascend-modal-header,
  .mri-ascend-modal-body,
  .mri-ascend-modal-footer { padding-inline: 24px; }
}
