:root {
  --l3-ink: #1c1c1a;
  --l3-ink-soft: #2b2b27;
  --l3-copy: #4f5049;
  --l3-muted: #696a62;
  --l3-line: #e2e3d9;
  --l3-paper: #fcfcf8;
  --l3-soft: #f5f6ef;
  --l3-warm: #f1eee5;
  --l3-white: #fff;
  --l3-lime: #c3f902;
  --l3-lime-bright: #d7ff47;
  --l3-lime-deep: #496400;
  --l3-danger: #9f2323;
  --l3-shadow: 0 22px 60px rgba(28, 28, 26, .11);
  --l3-shadow-soft: 0 12px 34px rgba(28, 28, 26, .07);
  --l3-font: "Avenir Next", "Segoe UI", Arial, sans-serif;
  --l3-display: "Avenir Next", "Segoe UI", Arial, sans-serif;
}

.site-v3 {
  overflow-x: hidden;
  background: var(--l3-paper);
  color: var(--l3-copy);
  font-family: var(--l3-font);
  font-size: 16px;
}

.site-v3 h1,
.site-v3 h2,
.site-v3 h3,
.site-v3 h4 {
  color: var(--l3-ink);
  font-family: var(--l3-display);
  letter-spacing: -.045em;
}

.site-v3 p { color: var(--l3-copy); }
.site-v3 main { overflow: clip; }
.site-v3 main section[id] { scroll-margin-top: 92px; }
.site-v3 mark { padding: 0 .08em; background: linear-gradient(transparent 62%, var(--l3-lime) 62%); color: inherit; }
.l3-container { width: min(calc(100% - 48px), 1240px); margin-inline: auto; }
.l3-section { padding: clamp(78px, 8vw, 108px) 0; }
.l3-section--pricing { padding-bottom: clamp(38px, 4vw, 56px); }
.l3-section--pricing + .l3-section--soft { padding-top: clamp(48px, 5vw, 64px); }
.l3-section--soft { background: var(--l3-soft); }
.l3-section--ink { background: var(--l3-ink); color: white; }
.l3-section--ink h2,
.l3-section--ink h3,
.l3-section--ink h4 { color: white; }
.l3-section--ink p { color: #c7c7be; }

.l3-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--l3-lime-deep);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.l3-kicker::before { width: 9px; height: 9px; border-radius: 50%; background: var(--l3-lime); box-shadow: 0 0 0 6px rgba(195, 249, 2, .15); content: ""; }
.l3-section--ink .l3-kicker,
.l3-sector-hero .l3-kicker { color: var(--l3-lime); }

.l3-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 21px;
  border: 1px solid transparent;
  border-radius: 13px;
  font-family: var(--l3-font);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.15;
  text-decoration: none;
  white-space: nowrap;
  transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.l3-button svg { width: 18px; height: 18px; flex: 0 0 auto; }
.l3-button:hover { transform: translateY(-2px); }
.l3-button--primary { background: var(--l3-lime); color: var(--l3-ink); box-shadow: 0 10px 24px rgba(123, 157, 0, .2); }
.l3-button--primary:hover { background: var(--l3-lime-bright); box-shadow: 0 14px 30px rgba(123, 157, 0, .27); }
.l3-button--secondary { border-color: #bfc0b7; background: transparent; color: var(--l3-ink); }
.l3-button--secondary:hover { border-color: var(--l3-ink); background: white; }
.l3-button--light { border-color: rgba(255, 255, 255, .28); background: rgba(255, 255, 255, .05); color: white; }
.l3-button--light:hover { border-color: white; background: rgba(255, 255, 255, .1); }

.l3-text-link,
.l3-inline-links a,
.l3-boundary a,
.l3-capability-grid a,
.l3-contact-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--l3-ink);
  font-weight: 800;
  text-decoration: none;
}
.l3-text-link svg,
.l3-inline-links svg,
.l3-boundary a svg,
.l3-capability-grid a svg,
.l3-contact-links a svg { width: 17px; transition: transform .18s ease; }
.l3-text-link:hover svg,
.l3-inline-links a:hover svg,
.l3-boundary a:hover svg,
.l3-capability-grid a:hover svg,
.l3-contact-links a:hover svg { transform: translateX(4px); }

/* Header */
.l3-header {
  position: sticky;
  z-index: 60;
  top: 0;
  border-bottom: 1px solid rgba(226, 227, 217, .88);
  background: rgba(252, 252, 248, .93);
  backdrop-filter: blur(18px) saturate(150%);
  transition: box-shadow .2s ease;
}
.l3-header.is-scrolled { box-shadow: 0 8px 24px rgba(28, 28, 26, .06); }
.l3-header__bar { position: relative; display: grid; min-height: 88px; grid-template-columns: 224px minmax(0, 1fr) max-content; align-items: center; gap: 20px; }
.l3-logo { display: block; width: 218px; }
.l3-logo img { display: block; width: 100%; height: auto; object-fit: contain; }
.l3-nav { display: flex; align-items: center; justify-content: center; gap: 3px; }
.l3-nav > a,
.l3-nav__sector-link { display: inline-flex; align-items: center; gap: 6px; padding: 11px 12px; border-radius: 10px; color: #383934; font-size: 14px; font-weight: 700; text-decoration: none; }
.l3-nav > a:hover,
.l3-nav__sector-link:hover,
.l3-nav > a[aria-current="page"],
.l3-nav__sector-link[aria-current="page"] { background: var(--l3-soft); color: var(--l3-ink); }
.l3-nav__sector-link span { font-size: 15px; transition: transform .18s ease; }
.l3-nav__item { position: static; }
.l3-header__cta { display: flex; align-items: center; justify-self: end; gap: 10px; }
.l3-header__cta .l3-button { min-height: 46px; }
.l3-header__phone { display: flex; align-items: center; gap: 8px; color: var(--l3-ink); text-decoration: none; white-space: nowrap; }
.l3-header__phone-icon { display: grid; width: 34px; height: 34px; flex: 0 0 34px; place-items: center; border: 1px solid rgba(15, 25, 22, .13); border-radius: 50%; color: var(--l3-ink); background: var(--l3-lime); box-shadow: 0 7px 18px rgba(164, 224, 0, .18); transition: transform .2s ease, box-shadow .2s ease; }
.l3-header__phone-icon svg { width: 17px; height: 17px; }
.l3-header__phone-copy { display: grid; gap: 1px; }
.l3-header__phone small { color: var(--l3-muted); font-size: 9px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.l3-header__phone strong { font: 800 16px/1.1 var(--l3-display); letter-spacing: -.02em; }
.l3-header__phone:hover strong { color: var(--l3-lime-deep); }
.l3-header__phone:hover .l3-header__phone-icon { transform: translateY(-1px); box-shadow: 0 10px 22px rgba(164, 224, 0, .25); }
.l3-mega {
  position: absolute;
  z-index: 70;
  top: calc(100% - 1px);
  left: 50%;
  display: grid;
  visibility: hidden;
  width: min(1080px, calc(100vw - 48px));
  grid-template-columns: 1.3fr repeat(3, 1fr);
  gap: 12px;
  padding: 18px;
  transform: translate(-50%, 10px);
  border: 1px solid var(--l3-line);
  border-radius: 22px;
  opacity: 0;
  background: white;
  box-shadow: var(--l3-shadow);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}
.l3-nav__item:hover .l3-mega,
.l3-nav__item:focus-within .l3-mega { visibility: visible; transform: translate(-50%, 0); opacity: 1; }
.l3-nav__item:hover .l3-nav__sector-link span,
.l3-nav__item:focus-within .l3-nav__sector-link span { transform: rotate(180deg); }
.l3-mega > div { display: grid; align-content: start; gap: 4px; padding: 14px; }
.l3-mega > div > b { margin-bottom: 6px; color: var(--l3-ink); font-size: 13px; }
.l3-mega > div > a { display: flex; min-height: 38px; align-items: center; justify-content: space-between; gap: 10px; padding: 7px 8px; border-radius: 9px; color: var(--l3-copy); font-size: 13px; font-weight: 650; text-decoration: none; }
.l3-mega > div > a:hover { background: var(--l3-soft); color: var(--l3-ink); }
.l3-mega > div > a svg { width: 14px; }
.l3-mega .l3-mega__intro { padding: 20px; border-radius: 16px; background: var(--l3-ink); }
.l3-mega__intro > span { color: var(--l3-lime); font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.l3-mega__intro > b { margin: 10px 0 7px !important; color: white !important; font: 750 21px/1.2 var(--l3-display); }
.l3-mega__intro p { color: #c5c5bc; font-size: 13px; line-height: 1.5; }
.l3-mega__intro > a { justify-content: flex-start !important; margin-top: 9px; padding-left: 0 !important; color: var(--l3-lime) !important; }
.l3-mega__intro > a:hover { background: transparent !important; }
.l3-menu-toggle { display: none; width: 46px; height: 46px; align-content: center; justify-items: center; gap: 5px; padding: 0; border: 1px solid var(--l3-line); border-radius: 12px; background: white; }
.l3-menu-toggle span { display: block; width: 20px; height: 2px; border-radius: 2px; background: var(--l3-ink); transition: transform .2s ease, opacity .2s ease; }
.l3-menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(7px) rotate(45deg); }
.l3-menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.l3-menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-7px) rotate(-45deg); }
.l3-mobile { display: none; }

/* Hero and product */
.l3-hero { position: relative; overflow: hidden; padding: clamp(70px, 8vw, 116px) 0 clamp(76px, 9vw, 126px); background: var(--l3-paper); }
.l3-hero::before { position: absolute; inset: 0; opacity: .38; background-image: radial-gradient(rgba(28, 28, 26, .13) .75px, transparent .75px); background-size: 22px 22px; mask-image: linear-gradient(90deg, transparent, black 55%, black); content: ""; }
.l3-hero::after { position: absolute; top: -260px; right: -240px; width: 720px; height: 720px; border-radius: 50%; background: rgba(195, 249, 2, .18); filter: blur(1px); content: ""; }
.l3-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(430px, .98fr); align-items: center; gap: clamp(52px, 7vw, 94px); }
.l3-hero__copy { max-width: 720px; }
.l3-hero h1 { margin: 22px 0 26px; font-size: clamp(50px, 4.8vw, 68px); line-height: 1.02; }
.l3-hero__lead { max-width: 670px; font-size: clamp(17px, 1.45vw, 20px); line-height: 1.66; }
.l3-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.l3-hero__proof { display: flex; flex-wrap: wrap; gap: 12px 22px; margin: 27px 0 0; padding: 0; list-style: none; }
.l3-hero__proof li { display: flex; align-items: center; gap: 7px; color: var(--l3-ink); font-size: 13px; font-weight: 700; }
.l3-hero__proof svg { width: 18px; color: var(--l3-lime-deep); }
.l3-product-stage { position: relative; padding: 28px; border-radius: 32px; background: var(--l3-ink); box-shadow: var(--l3-shadow); }
.l3-product-stage::before { position: absolute; top: -18px; right: 34px; width: 90px; height: 42px; border-radius: 50%; background: var(--l3-lime); filter: blur(18px); opacity: .35; content: ""; }
.l3-product-stage__label { display: flex; align-items: center; justify-content: space-between; margin-bottom: 17px; color: #b9bab0; font-size: 12px; font-weight: 700; }
.l3-product-stage__label b { color: var(--l3-lime); }
.l3-product-stage__footer { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 14px; margin-top: 17px; color: #d5d5cc; font-size: 12px; font-weight: 700; }
.l3-product-stage__footer span { display: flex; align-items: center; gap: 7px; }
.l3-product-stage__footer svg { width: 16px; color: var(--l3-lime); }
.l3-product-panel { position: relative; padding: 22px; border: 1px solid #ecece5; border-radius: 22px; background: white; box-shadow: 0 14px 38px rgba(0, 0, 0, .18); }
.l3-product-panel__top { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-bottom: 17px; border-bottom: 1px solid var(--l3-line); }
.l3-product-panel__top > div { display: flex; align-items: center; gap: 11px; }
.l3-product-panel__top img { width: 42px; }
.l3-product-panel__top span { display: grid; }
.l3-product-panel__top b { color: var(--l3-ink); font-size: 14px; }
.l3-product-panel__top small { color: var(--l3-muted); font-size: 11px; }
.l3-product-panel__top > i { display: flex; align-items: center; gap: 6px; padding: 6px 9px; border-radius: 999px; background: #f1f8d8; color: #425800; font-size: 10px; font-style: normal; font-weight: 800; }
.l3-product-panel__top > i span { width: 7px; height: 7px; border-radius: 50%; background: #557400; }
.l3-product-panel__chat { display: grid; gap: 10px; padding: 22px 0; }
.l3-product-panel__chat > span { max-width: 86%; padding: 11px 13px; border-radius: 13px 13px 13px 4px; background: var(--l3-soft); color: #42433d; font-size: 13px; line-height: 1.45; }
.l3-product-panel__chat > span:nth-child(2) { justify-self: end; border-radius: 13px 13px 4px 13px; background: #effbcf; color: #314200; }
.l3-product-panel__result { display: grid; grid-template-columns: 38px minmax(0, 1fr) 20px; align-items: center; gap: 11px; padding: 13px; border: 1px solid #dde4c8; border-radius: 14px; background: #f6f9eb; }
.l3-product-panel__result > span { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 10px; background: var(--l3-ink); color: var(--l3-lime); }
.l3-product-panel__result svg { width: 18px; }
.l3-product-panel__result div { display: grid; }
.l3-product-panel__result b { color: var(--l3-ink); font-size: 12px; }
.l3-product-panel__result small { color: var(--l3-muted); font-size: 10px; }
.l3-product-panel__result > svg { color: var(--l3-lime-deep); }
.l3-trust { border-block: 1px solid var(--l3-line); background: white; }
.l3-trust .l3-container { display: grid; grid-template-columns: 1.6fr repeat(4, 1fr); align-items: center; min-height: 82px; }
.l3-trust b { padding-right: 30px; color: var(--l3-ink); font-size: 13px; }
.l3-trust span { display: grid; min-height: 44px; place-items: center; padding: 8px 18px; border-left: 1px solid var(--l3-line); color: var(--l3-muted); font-size: 12px; font-weight: 700; text-align: center; }

/* Shared section structures */
.l3-section-head { display: grid; max-width: 850px; gap: 0; margin-bottom: 46px; }
.l3-section-head h2 { margin: 18px 0 0; font-size: clamp(38px, 4.4vw, 58px); line-height: 1.05; }
.l3-section-head p { max-width: 720px; margin: 18px 0 0; font-size: 17px; line-height: 1.67; }
.l3-section--ink .l3-section-head p { color: #c7c7be; }
.l3-workflow { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; padding: 0; border-block: 1px solid var(--l3-line); list-style: none; }
.l3-workflow li { display: grid; grid-template-columns: 42px 1fr; gap: 20px; padding: 34px 30px 34px 0; }
.l3-workflow li + li { padding-left: 30px; border-left: 1px solid var(--l3-line); }
.l3-workflow li > span { padding-top: 4px; color: var(--l3-muted); font-size: 12px; font-weight: 800; }
.l3-workflow li div > svg { width: 30px; color: var(--l3-lime-deep); }
.l3-workflow h3 { margin: 26px 0 10px; font-size: 23px; }
.l3-workflow p { margin: 0; line-height: 1.62; }
.l3-workflow__link { margin-top: 27px; }
.l3-capability-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr; gap: 14px; }
.l3-capability-grid article { min-height: 210px; padding: 26px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 20px; background: var(--l3-ink-soft); }
.l3-capability-grid article > span { display: grid; width: 43px; height: 43px; place-items: center; border-radius: 12px; background: rgba(195, 249, 2, .12); color: var(--l3-lime); }
.l3-capability-grid article > span svg { width: 22px; }
.l3-capability-grid h3 { margin: 39px 0 8px; font-size: 22px; }
.l3-capability-grid p { margin: 0; color: #bfc0b7; line-height: 1.55; }
.l3-capability-grid__lead { grid-row: span 2; padding: 34px !important; background: var(--l3-lime) !important; color: var(--l3-ink) !important; }
.l3-capability-grid__lead > span { background: var(--l3-ink) !important; color: var(--l3-lime) !important; }
.l3-capability-grid__lead small { display: block; margin-top: 46px; color: #435300; font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.l3-capability-grid__lead h3 { margin: 11px 0 15px; color: var(--l3-ink); font-size: 34px; line-height: 1.08; }
.l3-capability-grid__lead p { color: #344000; font-size: 16px; }
.l3-capability-grid__lead a { margin-top: 27px; color: var(--l3-ink); }

/* Sector gateways */
.l3-sector-stories,
.l3-directory-groups { display: grid; gap: 74px; }
.l3-sector-story { display: grid; grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr); align-items: center; gap: clamp(46px, 7vw, 94px); }
.l3-sector-story.is-reverse figure { order: 2; }
.l3-sector-story figure { position: relative; overflow: hidden; height: 460px; margin: 0; padding: 10px; border: 1px solid var(--l3-line); border-radius: 26px; background: white; box-shadow: var(--l3-shadow-soft); }
.l3-sector-story.is-reverse figure { border-radius: 26px; }
.l3-sector-story figure::after { position: absolute; inset: 10px; border: 1px solid rgba(28, 28, 26, .08); border-radius: 17px; content: ""; }
.l3-sector-story img { width: 100%; height: 100%; border-radius: 17px; object-fit: cover; transition: transform .5s ease; }
.l3-sector-story:hover img { transform: scale(1.025); }
.l3-sector-story h3 { max-width: 650px; margin: 18px 0; font-size: clamp(34px, 4vw, 52px); line-height: 1.06; }
.l3-sector-story p { max-width: 620px; font-size: 16px; line-height: 1.68; }
.l3-sector-story nav { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 25px; }
.l3-sector-story nav a { display: flex; min-height: 46px; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 12px; border-bottom: 1px solid var(--l3-line); color: var(--l3-ink); font-size: 14px; font-weight: 750; text-decoration: none; }
.l3-sector-story nav a:hover { background: var(--l3-soft); }
.l3-sector-story nav svg { width: 15px; }
.l3-sector-story .l3-text-link { margin-top: 22px; }
.l3-editorial,
.l3-directory-intro,
.l3-story,
.l3-two-col { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(42px, 7vw, 92px); align-items: start; }
.l3-editorial h2,
.l3-directory-intro h2,
.l3-story h2,
.l3-two-col h2 { margin: 18px 0 0; font-size: clamp(36px, 4vw, 52px); line-height: 1.08; }
.l3-editorial > div:last-child,
.l3-directory-intro > div:last-child,
.l3-story > div:last-child { display: grid; gap: 18px; }
.l3-editorial p,
.l3-directory-intro p,
.l3-story p,
.l3-two-col p { font-size: 17px; line-height: 1.7; }
.l3-inline-links { display: flex; flex-wrap: wrap; gap: 20px 28px; margin-top: 23px; }

/* CTA and footer */
.l3-callout { padding: 28px 0 82px; background: var(--l3-paper); }
.l3-callout__box { display: grid; grid-template-columns: 1fr max-content; align-items: center; gap: 42px; padding: clamp(38px, 5vw, 62px); border-radius: 28px; background: var(--l3-ink); box-shadow: var(--l3-shadow); }
.l3-callout__box > div > span { color: var(--l3-lime); font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.l3-callout h2 { max-width: 820px; margin: 12px 0 13px; color: white; font-size: clamp(34px, 4vw, 51px); line-height: 1.06; }
.l3-callout p { max-width: 760px; margin: 0; color: #c6c7bd; font-size: 16px; line-height: 1.6; }
.l3-footer { position: relative; overflow: hidden; padding: 78px 0 24px; background: #111715; color: white; }
.l3-footer::before { position: absolute; top: -220px; left: 52%; width: 600px; height: 390px; border-radius: 50%; background: rgba(195, 249, 2, .10); filter: blur(80px); content: ""; pointer-events: none; }
.l3-footer__lead { position: relative; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); align-items: end; gap: clamp(42px, 8vw, 110px); padding-bottom: 54px; border-bottom: 1px solid rgba(255, 255, 255, .12); }
.l3-footer__lead img { display: block; width: min(330px, 100%); height: auto; object-fit: contain; }
.l3-footer__lead p { max-width: 590px; margin-top: 22px; color: #c7cbc3; font-size: 18px; line-height: 1.62; }
.l3-footer__contact { display: grid; justify-items: start; gap: 7px; }
.l3-footer__contact > span { margin-bottom: 3px; color: var(--l3-lime); font-size: 11px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.l3-footer__contact-link { display: flex; align-items: center; gap: 10px; color: white; font: 750 22px/1.25 var(--l3-display); text-decoration: none; }
.l3-footer__contact-link i { display: grid; width: 32px; height: 32px; flex: 0 0 32px; place-items: center; border: 1px solid rgba(195, 249, 2, .32); border-radius: 50%; color: var(--l3-lime); background: rgba(195, 249, 2, .07); transition: color .2s ease, background .2s ease, transform .2s ease; }
.l3-footer__contact-link i svg { width: 16px; height: 16px; }
.l3-footer__contact-link b { font: inherit; }
.l3-footer__contact-link:hover i { color: var(--l3-ink); background: var(--l3-lime); transform: translateY(-1px); }
.l3-footer__contact .l3-button { margin-top: 13px; }
.l3-footer__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; padding: 48px 0; }
.l3-footer__grid > div { display: grid; align-content: start; gap: 10px; }
.l3-footer__grid h2 { margin: 0 0 7px; color: white; font: 750 14px/1.2 var(--l3-font); letter-spacing: 0; }
.l3-footer__grid a,
.l3-footer__grid button { width: fit-content; padding: 0; border: 0; background: none; color: #aeb0a6; font: 500 14px/1.5 var(--l3-font); text-align: left; text-decoration: none; }
.l3-footer__grid a:hover,
.l3-footer__grid button:hover { color: var(--l3-lime); }
.l3-footer__company { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; padding: 28px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 20px; background: rgba(255, 255, 255, .035); color: #aeb2aa; font-size: 12px; line-height: 1.65; }
.l3-footer__company > div { display: grid; align-content: start; gap: 4px; }
.l3-footer__company strong { color: white; font-size: 14px; letter-spacing: .02em; }
.l3-footer__company a { display: inline-flex; width: fit-content; align-items: center; gap: 7px; color: var(--l3-lime); text-decoration: none; }
.l3-footer__company a svg { width: 14px; }
.l3-footer__bottom { display: flex; justify-content: space-between; gap: 24px; padding-top: 22px; color: #85877f; font-size: 12px; }
.l3-heart { color: #e44c50; font-size: 1.15em; }
.site-v3 .cookie-banner p { color: #e7e8e0; }
.site-v3 .cookie-banner a { color: var(--l3-lime); }

/* Standard inner hero */
.l3-page-hero { position: relative; overflow: hidden; padding: 32px 0 clamp(74px, 8vw, 108px); background: var(--l3-soft); }
.l3-page-hero::after { position: absolute; z-index: 0; right: -180px; bottom: -290px; width: 600px; height: 600px; border-radius: 50%; background: rgba(195, 249, 2, .26); content: ""; }
.l3-crumb { position: relative; z-index: 1; display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 52px; color: var(--l3-muted); font-size: 12px; }
.l3-crumb a { color: var(--l3-ink); font-weight: 750; text-decoration: none; }
.l3-crumb a:hover { text-decoration: underline; text-underline-offset: 3px; }
.l3-page-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(330px, .85fr); align-items: center; gap: clamp(48px, 8vw, 110px); }
.l3-page-hero h1 { max-width: 840px; margin: 20px 0 23px; font-size: clamp(50px, 5.7vw, 74px); line-height: 1.01; }
.l3-page-hero__grid > div:first-child > p { max-width: 720px; margin: 0; font-size: 19px; line-height: 1.65; }
.l3-page-hero__aside { justify-self: stretch; }
.l3-page-hero__aside .l3-product-panel { box-shadow: var(--l3-shadow-soft); }
.l3-directory-card,
.l3-price-note,
.l3-about-card,
.l3-contact-promise,
.l3-security-mark,
.l3-question-mark { display: grid; justify-items: start; gap: 8px; padding: 30px; border: 1px solid var(--l3-line); border-radius: 22px; background: white; box-shadow: var(--l3-shadow-soft); }
.l3-directory-card > span { color: var(--l3-ink); font: 800 76px/1 var(--l3-display); letter-spacing: -.07em; }
.l3-directory-card b,
.l3-about-card b,
.l3-contact-promise b,
.l3-security-mark b,
.l3-question-mark b { color: var(--l3-ink); font: 750 22px/1.2 var(--l3-display); }
.l3-directory-card p,
.l3-price-note p,
.l3-question-mark p { margin: 4px 0 0; line-height: 1.5; }
.l3-about-card img { width: 76px; margin-bottom: 12px; }
.l3-about-card span,
.l3-contact-promise span,
.l3-security-mark span { color: var(--l3-muted); }
.l3-contact-promise i { display: flex; align-items: center; gap: 7px; margin-top: 10px; color: var(--l3-lime-deep); font-style: normal; font-weight: 800; }
.l3-contact-promise svg { width: 18px; }
.l3-security-mark > svg { width: 62px; margin-bottom: 12px; color: var(--l3-lime-deep); }
.l3-question-mark > span { color: var(--l3-ink); font: 800 76px/1 var(--l3-display); }

/* Sector landing */
.l3-sector-hero { position: relative; overflow: hidden; padding: 30px 0 52px; background: var(--l3-ink); }
.l3-sector-hero::before { position: absolute; top: -250px; right: -180px; width: 660px; height: 660px; border-radius: 50%; background: rgba(195, 249, 2, .13); content: ""; }
.l3-sector-hero .l3-crumb { color: #aeb0a6; }
.l3-sector-hero .l3-crumb a { color: white; }
.l3-sector-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .96fr) minmax(500px, 1.04fr); align-items: center; gap: clamp(50px, 7vw, 90px); }
.l3-sector-hero.is-reverse .l3-sector-hero__copy { order: 2; }
.l3-sector-hero.is-reverse .l3-sector-hero__media { order: 1; }
.l3-sector-hero__copy { padding-bottom: 52px; }
.l3-sector-hero__copy h1 { max-width: 700px; margin: 20px 0 24px; color: white; font-size: clamp(42px, 4.4vw, 62px); line-height: 1.03; }
.l3-sector-hero__copy > p { max-width: 620px; margin: 0; color: #c9cac2; font-size: 18px; line-height: 1.65; }
.l3-sector-hero__media { position: relative; overflow: hidden; height: auto; aspect-ratio: 4 / 3; margin: 0; padding: 10px; border: 1px solid rgba(255, 255, 255, .16); border-radius: 26px; background: #292925; box-shadow: 0 22px 58px rgba(0, 0, 0, .28); }
.l3-sector-hero.is-reverse .l3-sector-hero__media { border-radius: 26px; }
.l3-sector-layout--ledger .l3-sector-hero__grid { grid-template-columns: minmax(0, 1fr) minmax(500px, 1fr); }
.l3-sector-layout--ledger .l3-sector-hero__media img { object-position: center 42%; }
.l3-sector-layout--ribbon .l3-sector-hero__media img { object-position: center 38%; }
.l3-sector-layout--window .l3-sector-hero__media img { object-position: 54% center; }
.l3-sector-layout--salon .l3-sector-hero__grid { grid-template-columns: minmax(0, 1.04fr) minmax(460px, .96fr); }
.l3-sector-layout--salon .l3-sector-hero__media img { object-position: center top; }
.l3-sector-layout--veil .l3-sector-hero__media img { object-position: 47% center; }
.l3-sector-layout--play .l3-sector-hero__media img { object-position: center 45%; }
.l3-sector-layout--clinic .l3-sector-hero__media img { object-position: center 34%; }
.l3-sector-layout--companion .l3-sector-hero__media img { object-position: center 40%; }
.l3-sector-layout--calm .l3-sector-hero__media img { object-position: center 32%; }
.l3-sector-hero__media img { width: 100%; height: 100%; border-radius: 17px; object-fit: cover; }
.l3-sector-hero__media::after { position: absolute; inset: 45% 10px 10px; border-radius: 0 0 17px 17px; background: linear-gradient(transparent, rgba(20, 20, 18, .88)); content: ""; }
.l3-sector-hero__media figcaption { position: absolute; z-index: 2; right: 34px; bottom: 32px; left: 34px; display: flex; align-items: center; gap: 10px; color: white; font-weight: 750; line-height: 1.35; }
.l3-sector-hero__media figcaption svg { width: 22px; flex: 0 0 auto; color: var(--l3-lime); }
.l3-sector-quick { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr); margin: 34px 0 0; padding: 0; overflow: hidden; border: 1px solid rgba(255, 255, 255, .16); border-radius: 20px; background: white; box-shadow: 0 18px 44px rgba(0, 0, 0, .18); list-style: none; }
.l3-sector-quick li { display: grid; grid-template-columns: 34px 1fr; align-items: center; gap: 12px; min-height: 90px; padding: 20px 26px; }
.l3-sector-quick li + li { border-left: 1px solid var(--l3-line); }
.l3-sector-quick span { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 9px; background: var(--l3-soft); color: var(--l3-lime-deep); font-size: 11px; font-weight: 800; }
.l3-sector-quick b { color: var(--l3-ink); font-size: 14px; }
.l3-sector-intro { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: clamp(48px, 7vw, 92px); align-items: start; }
.l3-sector-intro h2 { margin: 19px 0 0; font-size: clamp(38px, 4.5vw, 57px); line-height: 1.06; }
.l3-sector-intro > div:last-child { display: grid; gap: 18px; padding-top: 31px; }
.l3-sector-intro p { font-size: 17px; line-height: 1.7; }
.l3-usecase-grid,
.l3-outcomes,
.l3-related,
.l3-role-grid,
.l3-value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.l3-usecase-grid article,
.l3-outcomes article,
.l3-role-grid article,
.l3-value-grid article { padding: 28px; border: 1px solid var(--l3-line); border-radius: 19px; background: white; }
.l3-usecase-grid article > span,
.l3-role-grid article > span,
.l3-value-grid article > span { color: var(--l3-lime-deep); font-size: 12px; font-weight: 800; }
.l3-usecase-grid h3,
.l3-outcomes h3,
.l3-role-grid h3,
.l3-value-grid h3 { margin: 31px 0 10px; font-size: 23px; line-height: 1.15; }
.l3-usecase-grid p,
.l3-outcomes p,
.l3-role-grid p,
.l3-value-grid p { margin: 0; line-height: 1.62; }
.l3-outcomes article { position: relative; padding-top: 78px; background: var(--l3-soft); }
.l3-outcomes article > span { position: absolute; top: 24px; left: 24px; display: grid; width: 37px; height: 37px; place-items: center; border-radius: 10px; background: var(--l3-ink); color: var(--l3-lime); }
.l3-outcomes article > span svg { width: 19px; }
.l3-outcomes article > small { position: absolute; top: 31px; right: 25px; color: var(--l3-muted); font-weight: 800; }
.l3-outcomes h3 { margin-top: 0; }
.l3-flow__grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); align-items: start; gap: clamp(52px, 8vw, 100px); }
.l3-flow .l3-section-head { margin-bottom: 32px; }
.l3-flow .l3-product-panel { box-shadow: none; }
.l3-flow ol { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.l3-flow ol li { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 28px 0; border-bottom: 1px solid rgba(255, 255, 255, .15); }
.l3-flow ol li > span { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 12px; background: var(--l3-lime); color: var(--l3-ink); font-weight: 800; }
.l3-flow ol h3 { margin: 3px 0 7px; font-size: 24px; }
.l3-flow ol p { margin: 0; color: #c5c6bd; line-height: 1.6; }
.l3-boundary { display: grid; grid-template-columns: 82px 1fr; align-items: center; gap: 31px; max-width: 1060px; padding: 40px 44px; border: 1px solid var(--l3-line); border-radius: 24px; background: var(--l3-soft); }
.l3-boundary__icon { display: grid; width: 72px; height: 72px; place-items: center; border-radius: 20px; background: var(--l3-ink); color: var(--l3-lime); }
.l3-boundary__icon svg { width: 34px; }
.l3-boundary h2 { margin: 14px 0 10px; font-size: clamp(31px, 3vw, 43px); }
.l3-boundary p { max-width: 820px; margin: 0; font-size: 16px; line-height: 1.65; }
.l3-boundary a { margin-top: 17px; }

/* FAQ and related routes */
.l3-faq-layout { display: grid; grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr); align-items: start; gap: clamp(50px, 8vw, 104px); }
.l3-faq-layout > div:first-child { position: sticky; top: 112px; }
.l3-faq { display: grid; gap: 10px; }
.site-v3 .l3-faq .faq__item { overflow: hidden; border: 1px solid var(--l3-line); border-radius: 15px; background: white; }
.site-v3 .l3-faq h3 { margin: 0; }
.site-v3 .l3-faq .faq__q { display: grid; width: 100%; grid-template-columns: 1fr 34px; align-items: center; gap: 20px; padding: 21px 22px; border: 0; background: white; color: var(--l3-ink); font: 750 16px/1.4 var(--l3-font); text-align: left; }
.site-v3 .l3-faq .faq__q:hover { background: var(--l3-paper); }
.site-v3 .l3-faq .faq__q .ico { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 9px; background: var(--l3-soft); color: var(--l3-ink); font-size: 22px; transition: transform .2s ease, background .2s ease; }
.site-v3 .l3-faq .faq__q[aria-expanded="true"] .ico { transform: rotate(45deg); background: var(--l3-lime); }
.site-v3 .l3-faq .faq__a { display: block; }
html.faq-ready .site-v3 .l3-faq .faq__a { display: none; }
html.faq-ready .site-v3 .l3-faq .faq__item.open .faq__a { display: block; }
.site-v3 .l3-faq .faq__a p { margin: 0; padding: 0 70px 23px 22px; font-size: 15px; line-height: 1.7; }
.l3-related > a { position: relative; display: grid; align-content: start; min-height: 230px; padding: 27px; border: 1px solid var(--l3-line); border-radius: 19px; background: white; color: var(--l3-ink); text-decoration: none; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.l3-related { grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr)); }
.l3-related > a:hover { transform: translateY(-3px); border-color: #bfc0b6; box-shadow: var(--l3-shadow-soft); }
.l3-related a > span { color: var(--l3-lime-deep); font-size: 11px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.l3-related a > b { margin: 16px 0 10px; font: 750 22px/1.18 var(--l3-display); }
.l3-related a > p { margin: 0; font-size: 14px; line-height: 1.58; }
.l3-related a > svg { position: absolute; right: 25px; bottom: 24px; width: 19px; }
.l3-related__all { display: flex; flex-wrap: wrap; gap: 26px; margin-top: 24px; }

/* Generic content pages */
.l3-journey { margin: 0; padding: 0; border-top: 1px solid var(--l3-line); list-style: none; }
.l3-journey li { display: grid; grid-template-columns: 90px 1fr; gap: 28px; padding: 35px 0; border-bottom: 1px solid var(--l3-line); }
.l3-journey li > span { color: var(--l3-lime-deep); font-size: 13px; font-weight: 800; }
.l3-journey small { color: var(--l3-muted); font-size: 11px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.l3-journey h3 { margin: 8px 0 9px; font-size: 29px; }
.l3-journey p { max-width: 760px; margin: 0; font-size: 16px; line-height: 1.65; }
.l3-checklist { display: grid; gap: 11px; margin: 22px 0 27px; padding: 0; list-style: none; }
.l3-checklist li { display: flex; align-items: center; gap: 9px; color: var(--l3-ink); font-weight: 700; }
.l3-checklist svg { width: 19px; color: var(--l3-lime-deep); }
.l3-integration-line { display: grid; grid-template-columns: 1fr 22px 1fr 22px 1fr 22px 1fr; align-items: center; gap: 13px; }
.l3-integration-line span { display: grid; min-height: 80px; place-items: center; padding: 18px; border: 1px solid var(--l3-line); border-radius: 16px; background: white; color: var(--l3-ink); font-weight: 750; text-align: center; }
.l3-integration-line > svg { width: 21px; color: var(--l3-lime-deep); }
.l3-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.l3-feature-grid article { position: relative; overflow: hidden; min-height: 260px; padding: 27px; border: 1px solid var(--l3-line); border-radius: 19px; background: white; }
.l3-feature-grid article:nth-child(3n+2) { background: var(--l3-soft); }
.l3-feature--wide { grid-column: span 2; }
.l3-feature-grid article > span { color: var(--l3-lime-deep); font-size: 11px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.l3-feature-grid h3 { max-width: 520px; margin: 19px 0 10px; font-size: 26px; }
.l3-feature-grid p { max-width: 560px; margin: 0; line-height: 1.62; }
.l3-feature__line { position: absolute; right: 27px; bottom: 24px; left: 27px; display: flex; align-items: end; gap: 6px; height: 38px; }
.l3-feature__line i { flex: 1; height: 24%; border-radius: 5px; background: #d9dbd0; }
.l3-feature__line i:nth-child(2) { height: 55%; }
.l3-feature__line i:nth-child(3) { height: 100%; background: var(--l3-lime); }
.l3-section--ink .l3-role-grid article { border-color: rgba(255, 255, 255, .13); background: var(--l3-ink-soft); }
.l3-section--ink .l3-role-grid article > span { color: var(--l3-lime); }
.l3-section--ink .l3-role-grid p { color: #bfc0b7; }
.l3-common-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.l3-common-grid article { padding: 26px; border: 1px solid var(--l3-line); border-radius: 18px; background: white; }
.l3-common-grid svg { width: 28px; color: var(--l3-lime-deep); }
.l3-common-grid h3 { margin: 28px 0 9px; font-size: 21px; }
.l3-common-grid p { margin: 0; font-size: 14px; line-height: 1.55; }

/* Pricing and security */
.l3-price-note > span { color: var(--l3-muted); font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.l3-price-note > b { padding: 7px 11px; border-radius: 999px; background: var(--l3-lime); color: var(--l3-ink); font-size: 12px; }
.l3-section--launch { padding-top: 46px; padding-bottom: 24px; }
.l3-launch-offer { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(220px, .65fr) auto; align-items: center; gap: clamp(28px, 5vw, 68px); padding: clamp(30px, 4vw, 52px); border-radius: 28px; background: var(--l3-ink); box-shadow: var(--l3-shadow); }
.l3-launch-offer h2 { max-width: 720px; margin: 16px 0 13px; color: white; font-size: clamp(35px, 4.3vw, 58px); line-height: 1.02; }
.l3-launch-offer p { max-width: 720px; margin: 0; color: #c9cbc2; line-height: 1.65; }
.l3-launch-offer .l3-kicker { color: var(--l3-lime); }
.l3-launch-offer ul { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; }
.l3-launch-offer li { display: flex; align-items: center; gap: 9px; color: white; font-size: 14px; font-weight: 750; }
.l3-launch-offer li svg { width: 18px; color: var(--l3-lime); }
.l3-launch-offer .l3-button { min-width: 194px; }
.l3-launch-counter { display: grid; min-width: 170px; padding: 22px; border: 1px solid rgba(255, 255, 255, .15); border-radius: 20px; background: rgba(255, 255, 255, .07); text-align: center; }
.l3-launch-counter strong { color: var(--l3-lime); font: 800 54px/1 var(--l3-display); }
.l3-launch-counter span { margin-top: 7px; color: white; font-size: 13px; font-weight: 800; }
.l3-launch-counter small { margin-top: 3px; color: #aeb0a7; font-size: 10px; text-transform: uppercase; }
.l3-pricing-grid { display: grid; align-items: stretch; gap: 16px; }
.l3-pricing-grid--single { grid-template-columns: 1fr; }
.l3-pricing-grid > article { position: relative; padding: clamp(30px, 4vw, 52px); border: 1px solid var(--l3-line); border-radius: 28px; background: white; box-shadow: var(--l3-shadow-soft); }
.l3-pricing-card--featured { border: 2px solid var(--l3-ink) !important; background: #fbffe9 !important; }
.l3-badge { position: absolute; top: -15px; right: 23px; padding: 7px 11px; border-radius: 999px; background: var(--l3-ink); color: var(--l3-lime); font-size: 10px; font-weight: 800; }
.l3-plan { color: var(--l3-lime-deep); font-size: 13px; font-weight: 800; }
.l3-pricing-card__layout { display: grid; grid-template-columns: minmax(270px, .72fr) minmax(480px, 1.28fr); gap: clamp(32px, 6vw, 84px); }
.l3-pricing-card__summary { display: flex; align-items: flex-start; flex-direction: column; padding-right: clamp(20px, 3vw, 48px); border-right: 1px solid #d7ddc4; }
.l3-pricing-price { display: flex; align-items: end; gap: 8px; margin: 18px 0 16px; }
.l3-pricing-price strong { color: var(--l3-ink); font: 800 clamp(48px, 5vw, 72px)/.9 var(--l3-display); letter-spacing: -.055em; }
.l3-pricing-price small { padding-bottom: 7px; color: var(--l3-muted); font-size: 13px; font-weight: 700; }
.l3-pricing-card__summary > p:not(.l3-pricing-price) { max-width: 410px; margin: 0; line-height: 1.62; }
.l3-included-credit { display: flex; align-items: center; gap: 10px; margin: 25px 0; padding: 12px 15px; border-radius: 13px; background: var(--l3-ink); color: white; font-size: 13px; font-weight: 800; }
.l3-included-credit svg { width: 19px; color: var(--l3-lime); }
.l3-pricing-card__summary .l3-button { margin-top: auto; }
.l3-pricing-card__details > span { color: var(--l3-muted); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.l3-pricing-grid ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px 20px; margin: 18px 0 28px; padding: 0; list-style: none; }
.l3-pricing-grid li { display: flex; align-items: center; gap: 9px; color: var(--l3-ink); font-size: 13px; font-weight: 700; }
.l3-pricing-grid li svg { width: 17px; flex: 0 0 auto; color: var(--l3-lime-deep); }
.l3-pricing-costs { display: grid; grid-template-columns: minmax(180px, .7fr) minmax(300px, 1.3fr); gap: 12px; }
.l3-pricing-cost { display: flex; align-items: flex-start; flex-direction: column; gap: 5px; padding: 18px; border: 1px solid var(--l3-line); border-radius: 16px; background: white; }
.l3-pricing-cost small { color: var(--l3-muted); font-size: 10px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.l3-pricing-cost b { color: var(--l3-ink); font-size: 14px; }
.l3-pricing-cost span { color: var(--l3-muted); font-size: 12px; line-height: 1.5; }
.l3-pricing-cost--optional { border-color: #adcb24; background: #f1f9ca; }
.l3-pricing-cost--optional small { display: inline-flex; padding: 5px 8px; border-radius: 999px; background: var(--l3-lime); color: var(--l3-ink); }
.l3-credit-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 15px; }
.l3-credit-grid > div:first-child { padding-right: 30px; }
.l3-credit-grid h2 { margin: 17px 0 15px; font-size: clamp(37px, 4vw, 51px); line-height: 1.07; }
.l3-credit-card { display: flex; flex-direction: column; justify-content: center; padding: 27px; border: 1px solid var(--l3-line); border-radius: 19px; background: white; }
.l3-credit-card > span { color: var(--l3-muted); font-size: 12px; font-weight: 700; }
.l3-credit-card b { margin: 19px 0 5px; color: var(--l3-ink); font: 800 29px/1 var(--l3-display); }
.l3-credit-card small { color: var(--l3-muted); }
.l3-security-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.l3-security-grid article { padding: 31px; border: 1px solid var(--l3-line); border-radius: 21px; background: white; }
.l3-security-grid article:nth-child(2),
.l3-security-grid article:nth-child(3) { background: var(--l3-soft); }
.l3-security-grid article > span { color: var(--l3-lime-deep); font-weight: 800; }
.l3-security-grid h3 { margin: 50px 0 10px; font-size: 27px; }
.l3-security-grid p { max-width: 520px; margin: 0; line-height: 1.62; }
.l3-layers { display: grid; gap: 10px; max-width: 920px; }
.l3-layers article { display: grid; grid-template-columns: 180px 1fr; gap: 28px; padding: 21px 24px; border: 1px solid rgba(255, 255, 255, .13); border-radius: 14px; background: var(--l3-ink-soft); }
.l3-layers b { color: var(--l3-lime); }
.l3-layers span { color: #c5c6bd; }

/* About and contact */
.l3-company-card { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; padding: 48px; border-radius: 25px; background: var(--l3-ink); }
.l3-company-card h2 { margin: 16px 0; color: white; font-size: 40px; }
.l3-company-card .l3-kicker { color: var(--l3-lime); }
.l3-company-card p { color: #bfc0b7; }
.l3-company-card dl { margin: 0; }
.l3-company-card dl div { padding: 17px 0; border-bottom: 1px solid rgba(255, 255, 255, .13); }
.l3-company-card dt { color: #97998f; font-size: 11px; }
.l3-company-card dd { margin: 4px 0 0; color: white; }
.l3-company-card a { color: var(--l3-lime); }
.l3-contact-grid { display: grid; grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr); gap: clamp(52px, 8vw, 100px); align-items: start; }
.l3-contact-grid > div > h2 { margin: 18px 0 27px; font-size: 40px; }
.l3-contact-steps { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.l3-contact-steps li { display: grid; grid-template-columns: 36px 1fr; align-items: center; gap: 13px; padding: 14px; border: 1px solid var(--l3-line); border-radius: 13px; background: white; }
.l3-contact-steps li > span { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 9px; background: var(--l3-soft); color: var(--l3-lime-deep); font-weight: 800; }
.l3-contact-steps p { margin: 0; }
.l3-direct { display: grid; gap: 3px; margin-top: 26px; }
.l3-direct span { color: var(--l3-muted); font-size: 12px; }
.l3-direct a { color: var(--l3-ink); font: 750 20px/1.2 var(--l3-display); }
.l3-contact-links { display: grid; gap: 9px; margin-top: 26px; }
.site-v3 .l3-form { position: relative; padding: 32px; border: 1px solid var(--l3-line); border-radius: 22px; background: white; box-shadow: var(--l3-shadow-soft); }
.site-v3 .l3-form > h2 { margin: 0 0 7px; font-size: 29px; }
.site-v3 .l3-form > p { margin: 0 0 24px; }
.site-v3 .l3-form .form__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.site-v3 .l3-form .field--full { grid-column: 1 / -1; }
.site-v3 .l3-form .field label { color: var(--l3-ink); font-size: 12px; font-weight: 800; }
.site-v3 .l3-form input,
.site-v3 .l3-form select,
.site-v3 .l3-form textarea { border: 1px solid var(--l3-line); border-radius: 11px; background: var(--l3-paper); color: var(--l3-ink); }
.site-v3 .l3-form input:focus,
.site-v3 .l3-form select:focus,
.site-v3 .l3-form textarea:focus { border-color: var(--l3-ink); box-shadow: 0 0 0 3px rgba(195, 249, 2, .35); }
.site-v3 .l3-form textarea { min-height: 130px; }
.site-v3 .l3-form .form__consent { margin: 21px 0; color: var(--l3-copy); }
.site-v3 .l3-form .form__consent a { color: var(--l3-ink); font-weight: 750; text-decoration: underline; text-underline-offset: 2px; }
.site-v3 .l3-form .req { color: var(--l3-danger); }
.site-v3 .l3-form [data-form-status] { margin: 15px 0 0; font-weight: 700; }
.l3-honeypot { position: absolute; top: -9999px; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* Legal and utility */
.l3-legal-section { padding-top: 64px; }
.l3-legal-section .l3-container { max-width: 940px; }
.l3-legal-note { margin-bottom: 19px; padding: 13px 16px; border: 1px solid var(--l3-line); border-radius: 11px; background: var(--l3-soft); color: var(--l3-muted); font-size: 12px; }
.site-v3 .legal-doc { display: grid; gap: 14px; }
.site-v3 .legal-block { padding: 27px 29px; border: 1px solid var(--l3-line); border-radius: 17px; background: white; }
.site-v3 .legal-block h2 { margin: 0 0 14px; font-size: 23px; }
.site-v3 .legal-block p,
.site-v3 .legal-block li { color: var(--l3-copy); line-height: 1.72; }
.site-v3 .legal-block a { color: var(--l3-ink); font-weight: 750; text-decoration: underline; text-underline-offset: 2px; }
.site-v3 .legal-inline-button { display: inline; padding: 0; border: 0; background: none; color: var(--l3-ink); font: inherit; font-weight: 750; text-decoration: underline; text-underline-offset: 2px; }
.site-v3 .legal-block table { display: block; overflow-x: auto; width: 100%; border-collapse: collapse; }
.site-v3 .legal-block th,
.site-v3 .legal-block td { min-width: 170px; padding: 12px; border: 1px solid var(--l3-line); text-align: left; vertical-align: top; }
.l3-not-found { display: grid; min-height: 76vh; place-items: center; padding: 80px 0; text-align: center; }
.l3-not-found .l3-container { max-width: 760px; }
.l3-not-found img { width: 88px; margin: auto; }
.l3-not-found > .l3-container > span { display: block; margin-top: 17px; color: var(--l3-lime-deep); font-weight: 800; }
.l3-not-found h1 { margin: 14px 0; font-size: clamp(48px, 7vw, 78px); line-height: 1; }
.l3-not-found p { max-width: 620px; margin: 0 auto 28px; font-size: 17px; line-height: 1.65; }
.l3-not-found .l3-container > div { display: flex; justify-content: center; gap: 11px; }

/* Motion */
html.reveal-ready [data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
html.reveal-ready [data-reveal].is-visible { opacity: 1; transform: none; }
html.js .l3-hero__copy > * { opacity: 0; transform: translateY(12px); animation: l3-enter .55s ease forwards; }
html.js .l3-hero__copy > :nth-child(2) { animation-delay: .06s; }
html.js .l3-hero__copy > :nth-child(3) { animation-delay: .12s; }
html.js .l3-hero__copy > :nth-child(4) { animation-delay: .18s; }
html.js .l3-hero__copy > :nth-child(5) { animation-delay: .24s; }
html.js .l3-product-stage { opacity: 0; transform: translateY(20px) scale(.985); animation: l3-enter .7s .13s ease forwards; }
@keyframes l3-enter { to { opacity: 1; transform: none; } }

@media (max-width: 1160px) {
  .l3-header__bar { grid-template-columns: 190px minmax(0, 1fr) max-content; gap: 12px; }
  .l3-logo { width: 186px; }
  .l3-nav > a,
  .l3-nav__sector-link { padding-inline: 9px; }
  .l3-header__cta { gap: 10px; }
  .l3-header__phone strong { font-size: 14px; }
  .l3-header__cta .l3-button { padding-inline: 15px; }
  .l3-hero__grid { grid-template-columns: 1fr 1fr; gap: 48px; }
  .l3-sector-hero__grid { grid-template-columns: minmax(0, 1fr) minmax(440px, 1fr); gap: 48px; }
}

@media (max-width: 1020px) {
  .l3-header__bar { grid-template-columns: 1fr auto; min-height: 72px; }
  .l3-nav,
  .l3-header__cta { display: none; }
  .l3-menu-toggle { display: grid; }
  .l3-mobile { position: fixed; z-index: 55; top: 72px; right: 0; bottom: 0; left: 0; display: grid; visibility: hidden; align-content: start; gap: 5px; overflow-y: auto; padding: 19px 24px 40px; transform: translateY(-8px); opacity: 0; background: var(--l3-paper); transition: opacity .2s ease, transform .2s ease, visibility .2s ease; }
  .l3-mobile.is-open { visibility: visible; transform: none; opacity: 1; }
  .l3-mobile > a,
  .l3-mobile__group a { display: flex; min-height: 46px; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 12px; border-bottom: 1px solid var(--l3-line); color: var(--l3-ink); font-weight: 700; text-decoration: none; }
  .l3-mobile > a > span { color: var(--l3-muted); font-size: 12px; font-weight: 500; }
  .l3-mobile__group { display: grid; padding: 13px 0; }
  .l3-mobile__group > b { padding: 7px 12px; color: var(--l3-lime-deep); font-size: 11px; text-transform: uppercase; }
  .l3-mobile__group svg { width: 15px; }
  .l3-mobile .l3-button { margin-top: 12px; border: 0; }
  .l3-mobile .l3-mobile__phone { display: grid; justify-content: start; gap: 2px; margin-top: 7px; border: 1px solid var(--l3-line); border-radius: 12px; background: white; }
  .l3-mobile__phone span { color: var(--l3-muted); font-size: 10px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
  .l3-mobile__phone b { font: 800 20px/1.2 var(--l3-display); }
  body.menu-open { overflow: hidden; }
  .l3-hero__grid,
  .l3-page-hero__grid,
  .l3-sector-hero__grid { grid-template-columns: 1fr; }
  .l3-sector-layout--ledger .l3-sector-hero__grid,
  .l3-sector-layout--salon .l3-sector-hero__grid { grid-template-columns: 1fr; }
  .l3-hero__copy { max-width: 820px; }
  .l3-product-stage { width: min(720px, 100%); }
  .l3-page-hero__aside { width: min(680px, 100%); }
  .l3-sector-hero.is-reverse .l3-sector-hero__copy { order: 1; }
  .l3-sector-hero.is-reverse .l3-sector-hero__media { order: 2; }
  .l3-sector-hero__copy { max-width: 820px; padding-bottom: 0; }
  .l3-sector-hero__media { height: auto; }
  .l3-credit-grid { grid-template-columns: 1fr 1fr; }
  .l3-credit-grid > div:first-child { grid-column: 1 / -1; padding-right: 0; }
  .l3-pricing-grid { grid-template-columns: 1fr; max-width: 720px; margin: auto; }
  .l3-pricing-grid--single { max-width: none; }
  .l3-pricing-card__layout { grid-template-columns: 1fr; gap: 32px; }
  .l3-pricing-card__summary { padding: 0 0 30px; border-right: 0; border-bottom: 1px solid #d7ddc4; }
  .l3-pricing-card__summary .l3-button { margin-top: 0; }
  .l3-launch-offer { grid-template-columns: 1fr; }
  .l3-launch-offer .l3-button { justify-self: start; }
}

@media (max-width: 820px) {
  .l3-container { width: min(calc(100% - 34px), 1240px); }
  .l3-section { padding: 74px 0; }
  .l3-section--pricing { padding-bottom: 42px; }
  .l3-section--pricing + .l3-section--soft { padding-top: 52px; }
  .l3-hero { padding: 58px 0 76px; }
  .l3-hero h1,
  .l3-page-hero h1 { font-size: clamp(44px, 10vw, 62px); }
  .l3-hero__grid { gap: 46px; }
  .l3-trust .l3-container { grid-template-columns: repeat(2, 1fr); padding: 18px 0; }
  .l3-trust b { grid-column: 1 / -1; padding: 5px 0 16px; text-align: center; }
  .l3-trust span { border: 0; }
  .l3-workflow,
  .l3-capability-grid,
  .l3-usecase-grid,
  .l3-outcomes,
  .l3-related,
  .l3-role-grid,
  .l3-value-grid,
  .l3-security-grid { grid-template-columns: 1fr; }
  .l3-workflow li,
  .l3-workflow li + li { padding: 29px 0; border-left: 0; border-bottom: 1px solid var(--l3-line); }
  .l3-capability-grid__lead { grid-row: auto; }
  .l3-sector-story,
  .l3-sector-story.is-reverse,
  .l3-editorial,
  .l3-directory-intro,
  .l3-story,
  .l3-two-col,
  .l3-sector-intro,
  .l3-flow__grid,
  .l3-faq-layout,
  .l3-company-card,
  .l3-contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .l3-sector-story.is-reverse figure { order: initial; }
  .l3-sector-story figure { height: 410px; }
  .l3-callout__box { grid-template-columns: 1fr; }
  .l3-footer__lead { grid-template-columns: 1fr; }
  .l3-footer__grid { grid-template-columns: 1fr 1fr; }
  .l3-sector-quick { grid-template-columns: 1fr; }
  .l3-sector-quick li + li { border-top: 1px solid var(--l3-line); border-left: 0; }
  .l3-sector-intro > div:last-child { padding-top: 0; }
  .l3-faq-layout > div:first-child { position: static; }
  .l3-feature-grid { grid-template-columns: 1fr; }
  .l3-feature--wide { grid-column: auto; }
  .l3-common-grid { grid-template-columns: 1fr 1fr; }
  .l3-integration-line { grid-template-columns: 1fr; }
  .l3-integration-line > svg { justify-self: center; transform: rotate(90deg); }
  .l3-company-card { padding: 34px; }
  .l3-company-card h2 { font-size: 35px; }
  .l3-footer__company { grid-template-columns: 1fr; gap: 15px; }
}

@media (max-width: 640px) {
  .l3-pricing-costs { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .l3-container { width: calc(100% - 28px); }
  .l3-logo { width: 176px; }
  .l3-header__bar { min-height: 68px; }
  .l3-mobile { top: 68px; padding-inline: 14px; }
  .l3-hero h1,
  .l3-page-hero h1,
  .l3-sector-hero__copy h1 { font-size: clamp(39px, 11.5vw, 50px); }
  .l3-hero__lead,
  .l3-page-hero__grid > div:first-child > p,
  .l3-sector-hero__copy > p { font-size: 16px; }
  .l3-hero__actions { align-items: stretch; flex-direction: column; }
  .l3-hero__actions .l3-button { width: 100%; white-space: normal; text-align: center; }
  .l3-product-stage { padding: 16px; border-radius: 23px; }
  .l3-product-panel { padding: 15px; }
  .l3-product-panel__top { align-items: flex-start; }
  .l3-product-panel__top > i { display: none; }
  .l3-product-panel__result { grid-template-columns: 36px 1fr; }
  .l3-product-panel__result > svg { grid-column: 2; }
  .l3-trust span { padding: 8px; font-size: 11px; }
  .l3-section-head { margin-bottom: 35px; }
  .l3-section-head h2,
  .l3-sector-intro h2 { font-size: 36px; }
  .l3-section-head p { font-size: 16px; }
  .l3-workflow li { grid-template-columns: 34px 1fr; gap: 14px; }
  .l3-capability-grid__lead { padding: 27px !important; }
  .l3-capability-grid__lead h3 { font-size: 30px; }
  .l3-sector-story figure { height: 330px; border-radius: 22px; }
  .l3-sector-story h3 { font-size: 34px; }
  .l3-sector-story nav { grid-template-columns: 1fr; }
  .l3-callout { padding-bottom: 60px; }
  .l3-callout__box { padding: 31px 23px; border-radius: 21px; }
  .l3-callout .l3-button { width: 100%; white-space: normal; text-align: center; }
  .l3-footer__grid { grid-template-columns: 1fr; }
  .l3-footer__bottom { flex-direction: column; }
  .l3-footer__lead img { width: 260px; }
  .l3-footer__company { padding: 22px 18px; }
  .l3-page-hero { padding: 24px 0 66px; }
  .l3-crumb { margin-bottom: 38px; }
  .l3-sector-hero__media { height: auto; padding: 7px; border-radius: 22px; }
  .l3-sector-hero__media img { border-radius: 15px; }
  .l3-sector-hero__media::after { inset: 45% 7px 7px; border-radius: 0 0 15px 15px; }
  .l3-sector-hero__media figcaption { right: 26px; bottom: 24px; left: 26px; }
  .l3-sector-quick li { min-height: 76px; padding: 16px 19px; }
  .l3-boundary { grid-template-columns: 1fr; padding: 27px 23px; }
  .l3-boundary__icon { width: 62px; height: 62px; }
  .site-v3 .l3-faq .faq__q { padding: 18px; font-size: 15px; }
  .site-v3 .l3-faq .faq__a p { padding: 0 18px 20px; }
  .l3-common-grid { grid-template-columns: 1fr; }
  .l3-journey li { grid-template-columns: 54px 1fr; gap: 16px; }
  .l3-layers article { grid-template-columns: 1fr; gap: 6px; }
  .l3-credit-grid { grid-template-columns: 1fr; }
  .l3-credit-grid > div:first-child { grid-column: auto; }
  .l3-pricing-grid ul,
  .l3-pricing-costs { grid-template-columns: 1fr; }
  .l3-pricing-grid > article,
  .site-v3 .l3-form { padding: 23px; }
  .l3-pricing-price strong { font-size: 52px; }
  .l3-pricing-card__summary .l3-button { width: 100%; white-space: normal; }
  .l3-launch-offer { padding: 29px 23px; border-radius: 22px; }
  .l3-launch-offer .l3-button { width: 100%; white-space: normal; }
  .site-v3 .l3-form .form__grid { grid-template-columns: 1fr; }
  .site-v3 .l3-form .field--full { grid-column: auto; }
  .l3-company-card { padding: 28px 22px; }
  .l3-not-found .l3-container > div { align-items: stretch; flex-direction: column; }
  .l3-not-found .l3-button { width: 100%; white-space: normal; }
  .site-v3 .legal-block { padding: 21px 19px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
  html.reveal-ready [data-reveal],
  html.js .l3-hero__copy > *,
  html.js .l3-product-stage { opacity: 1 !important; transform: none !important; }
}
