:root {
  --ebc-navy: #0b1028;
  --ebc-green: #238c1d;
  --ebc-green-dark: #14730f;
  --ebc-orange: #d88a1d;
  --ebc-bg: #ffffff;
  --ebc-soft: #f6f9f8;
  --ebc-border: #dfe7e3;
  --ebc-text: #121a2b;
  --ebc-muted: #647083;
}

.ebc-main, .ebc-main * { box-sizing: border-box; }
html { scroll-behavior: smooth; }
.ebc-main { background: var(--ebc-bg); color: var(--ebc-text); font-family: 'Inter', sans-serif; overflow: hidden; }
.ebc-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.ebc-section { padding: 96px 0; }
.ebc-section--soft { background: linear-gradient(180deg, #f8fbfa 0%, #f3f8f6 100%); }
.ebc-section--dark { background: var(--ebc-navy); color: white; }

.ebc-eyebrow { margin-bottom: 16px; color: var(--ebc-green); font-size: 12px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.ebc-section-heading { max-width: 620px; }
.ebc-section-heading--center { margin: 0 auto 52px; text-align: center; }
.ebc-section-heading--light p { color: rgba(255,255,255,.72); }
.ebc-section h2, .ebc-final-cta h2 { margin: 0 0 18px; font-family: 'Manrope', sans-serif; font-size: clamp(34px, 4vw, 52px); line-height: 1.06; letter-spacing: -.04em; }
.ebc-section p, .ebc-final-cta p { color: var(--ebc-muted); font-size: 17px; line-height: 1.7; }

.ebc-hero { position: relative; padding: 92px 0 82px; background: linear-gradient(120deg, #ffffff 0%, #ffffff 62%, #f4f8f6 100%); border-top: 2px solid rgba(35,140,29,.38); }
.ebc-hero__grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; gap: 72px; align-items: center; }
.ebc-hero h1 { margin: 0 0 26px; color: var(--ebc-navy); font-family: 'Manrope', sans-serif; font-size: clamp(46px, 5.7vw, 76px); line-height: .99; letter-spacing: -.055em; font-weight: 600; }
.ebc-hero h1 span { display: block; }
.ebc-accent { color: var(--ebc-orange); font-family: 'Playfair Display', serif; font-weight: 400; }
.ebc-lead { max-width: 680px; margin: 0 0 12px; color: #1c2436; font-size: 21px; line-height: 1.55; }
.ebc-sublead { max-width: 680px; margin: 0; color: var(--ebc-muted); font-size: 16px; line-height: 1.7; }
.ebc-dots { position: absolute; pointer-events: none; }
.ebc-dots--hero { top: 14px; right: -24px; width: 220px; height: 220px; }
.ebc-hero__actions { display: flex; gap: 14px; margin-top: 30px; flex-wrap: wrap; }
.ebc-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 24px; border-radius: 999px; font-weight: 600; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.ebc-btn:hover { transform: translateY(-1px); }
.ebc-btn--primary { background: var(--ebc-green); color: white; box-shadow: 0 10px 28px rgba(35,140,29,.18); }
.ebc-btn--primary:hover { background: var(--ebc-green-dark); }
.ebc-btn--secondary { border: 1px solid #ccd8d1; color: var(--ebc-navy); background: white; }
.ebc-btn--large { min-width: 190px; min-height: 54px; }
.ebc-flowline { display: flex; align-items: center; gap: 10px; margin-top: 34px; color: #6d7888; font-size: 13px; font-weight: 600; }
.ebc-flowline i { width: 22px; height: 1px; background: #c9d1ce; }

.ebc-demo-card { position: relative; padding: 30px; border: 1px solid #dce6e1; border-radius: 24px; background: rgba(255,255,255,.96); box-shadow: 0 26px 70px rgba(18,34,27,.12); }
.ebc-demo-card::before { content: ''; position: absolute; left: 24px; right: 24px; top: -8px; height: 8px; border-radius: 16px 16px 0 0; background: linear-gradient(90deg, var(--ebc-orange), var(--ebc-green)); opacity: .9; }
.ebc-demo-card__top { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-bottom: 20px; }
.ebc-demo-card__label { color: var(--ebc-muted); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; }
.ebc-demo-card__status { padding: 6px 10px; border-radius: 999px; background: #e9f7e7; color: var(--ebc-green-dark); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.ebc-demo-card h2 { margin: 0 0 24px; font-family: 'Manrope', sans-serif; font-size: 24px; line-height: 1.35; letter-spacing: -.02em; }
.ebc-answer-row { display: grid; grid-template-columns: 120px 1fr; gap: 12px; }
.ebc-answer-yes { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 76px; border-radius: 14px; background: #eaf7e9; color: var(--ebc-green-dark); }
.ebc-answer-yes span { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; background: var(--ebc-green); color: white; }
.ebc-system-pill { display: flex; flex-direction: column; justify-content: center; padding: 14px 16px; border: 1px solid #dce5e1; border-radius: 14px; background: #fbfcfc; }
.ebc-system-pill strong { font-size: 14px; color: var(--ebc-navy); }
.ebc-system-pill span { margin-top: 4px; color: var(--ebc-muted); font-size: 12px; }
.ebc-evidence-strip { display: grid; grid-template-columns: 38px 1fr; gap: 12px; margin-top: 14px; padding: 14px; border-radius: 14px; background: #f4f7fb; }
.ebc-evidence-strip__icon { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; background: #e5ebf5; color: #315389; font-weight: 700; }
.ebc-evidence-strip strong, .ebc-evidence-strip span { display: block; }
.ebc-evidence-strip strong { font-size: 13px; }
.ebc-evidence-strip span { margin-top: 4px; color: var(--ebc-muted); font-size: 12px; line-height: 1.5; }
.ebc-refresh-note { display: flex; align-items: center; gap: 8px; margin-top: 16px; color: var(--ebc-muted); font-size: 12px; }
.ebc-refresh-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--ebc-green); box-shadow: 0 0 0 4px #e5f5e3; }

.ebc-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.ebc-step { min-height: 220px; padding: 26px; border: 1px solid var(--ebc-border); border-radius: 20px; background: white; box-shadow: 0 10px 30px rgba(22,42,31,.04); }
.ebc-step > span { display: inline-grid; place-items: center; width: 38px; height: 38px; margin-bottom: 22px; border-radius: 12px; background: #edf7eb; color: var(--ebc-green-dark); font-size: 12px; font-weight: 700; }
.ebc-step h3 { margin: 0 0 10px; font: 600 20px/1.2 'Manrope', sans-serif; color: var(--ebc-navy); }
.ebc-step p { margin: 0; font-size: 14px; line-height: 1.65; }

.ebc-split { display: grid; grid-template-columns: .88fr 1.12fr; gap: 70px; align-items: center; }
.ebc-split--reverse { grid-template-columns: 1fr 1fr; }
.ebc-privacy-note { margin-top: 26px; padding: 18px 20px; border-left: 4px solid var(--ebc-green); border-radius: 0 12px 12px 0; background: #f4f9f3; }
.ebc-privacy-note strong, .ebc-privacy-note span { display: block; }
.ebc-privacy-note strong { margin-bottom: 6px; color: var(--ebc-navy); }
.ebc-privacy-note span { color: var(--ebc-muted); font-size: 13px; line-height: 1.6; }
.ebc-integrations-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.ebc-integration-card { position: relative; display: grid; grid-template-columns: 48px 1fr; gap: 14px; min-height: 114px; padding: 18px; border: 1px solid var(--ebc-border); border-radius: 18px; background: white; box-shadow: 0 8px 24px rgba(22,42,31,.04); }
.ebc-integration-card--coming { background: #fcfcfa; border-color: #eadfcd; }
.ebc-logo-badge { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 12px; background: #eef4fb; color: #23508b; font-weight: 700; }
.ebc-integration-card h3 { margin: 2px 0 6px; color: var(--ebc-navy); font: 600 15px/1.25 'Manrope', sans-serif; }
.ebc-integration-card p { margin: 0; font-size: 12px; line-height: 1.45; padding-right: 54px; }
.ebc-tag { position: absolute; top: 14px; right: 14px; padding: 4px 7px; border-radius: 999px; background: #fff2d5; color: #9b6514; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; }
.ebc-tag--live { background: #e7f6e5; color: var(--ebc-green-dark); }

.ebc-frameworks { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.ebc-frameworks span { padding: 12px 16px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; background: rgba(255,255,255,.06); color: rgba(255,255,255,.9); font-size: 14px; font-weight: 500; }

.ebc-assurance-card { padding: 28px; border-radius: 24px; background: linear-gradient(150deg, #f7faf8, #eef6ef); border: 1px solid #dce8e0; }
.ebc-assurance-step { display: flex; align-items: center; gap: 14px; padding: 16px 18px; border-radius: 14px; background: white; border: 1px solid #e2e9e5; color: var(--ebc-navy); }
.ebc-assurance-step span { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: #edf7eb; color: var(--ebc-green-dark); font-size: 12px; font-weight: 700; }
.ebc-assurance-step--future { border-color: #ecd8b8; background: #fffaf0; }
.ebc-assurance-arrow { padding: 7px 0; text-align: center; color: #9aa6a0; }

.ebc-section--language { padding-top: 30px; }
.ebc-language-card { display: flex; justify-content: space-between; align-items: center; gap: 40px; padding: 46px 50px; border-radius: 26px; background: #f6f9f8; border: 1px solid var(--ebc-border); }
.ebc-language-card h2 { font-size: clamp(30px, 3.5vw, 46px); }
.ebc-language-card p { max-width: 720px; margin-bottom: 0; }
.ebc-language-pills { display: flex; gap: 10px; flex-shrink: 0; }
.ebc-language-pills span { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 16px; background: white; border: 1px solid #d7e1dc; color: var(--ebc-navy); font-weight: 700; }
.ebc-language-pills .ebc-language-pills__future { background: #edf7eb; color: var(--ebc-green); }

.ebc-final-cta { padding: 80px 0 92px; }
.ebc-final-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; padding: 52px; border-radius: 28px; background: linear-gradient(125deg, #0b1028 0%, #13213f 74%, #1e5d29 135%); color: white; box-shadow: 0 28px 80px rgba(11,16,40,.14); }
.ebc-final-cta__inner > div { max-width: 760px; }
.ebc-final-cta h2 { color: white; }
.ebc-final-cta p { margin-bottom: 0; color: rgba(255,255,255,.72); }
.ebc-final-cta .ebc-eyebrow { color: #83cc78; }

@media (max-width: 980px) {
  .ebc-hero__grid, .ebc-split, .ebc-split--reverse { grid-template-columns: 1fr; }
  .ebc-hero { padding-top: 70px; }
  .ebc-steps { grid-template-columns: repeat(2, 1fr); }
  .ebc-split { gap: 44px; }
  .ebc-final-cta__inner, .ebc-language-card { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 680px) {
  .ebc-shell { width: min(100% - 30px, 1180px); }
  .ebc-section { padding: 70px 0; }
  .ebc-hero { padding: 58px 0 62px; }
  .ebc-hero__grid { gap: 42px; }
  .ebc-hero h1 { font-size: clamp(42px, 13vw, 60px); }
  .ebc-lead { font-size: 18px; }
  .ebc-hero__actions { flex-direction: column; align-items: stretch; }
  .ebc-btn { width: 100%; }
  .ebc-flowline { flex-wrap: wrap; }
  .ebc-answer-row { grid-template-columns: 1fr; }
  .ebc-steps, .ebc-integrations-grid { grid-template-columns: 1fr; }
  .ebc-demo-card { padding: 22px; }
  .ebc-language-card, .ebc-final-cta__inner { padding: 34px 26px; }
  .ebc-language-pills span { width: 50px; height: 50px; }
}


/* Remove footer divider on Evidence-Backed Compliance landing page */
footer hr,
.footer hr,
.global-footer hr,
.footer-bottom,
.footer__bottom {
    border-top: none !important;
}

footer hr,
.footer hr,
.global-footer hr {
    display: none !important;
}

footer .footer-bottom::before,
.footer .footer-bottom::before,
.global-footer .footer-bottom::before {
    display: none !important;
    content: none !important;
}