/* EQUORS v12.1 consolidated public-site stylesheet. Source layers consolidated in controlled order. */

/* --- equors-refined-v3.css --- */

/* ============================================================
   EQUORS v3 REFINED UI
   Approved homepage header/footer + compact portal navigation.
   ============================================================ */

:root{
  --eq-shell:1280px;
  --eq-strip-h:28px;
  --eq-public-header-h:80px;
  --eq-portal-header-h:80px;
  --eq-portal-total-h:108px;
  --eq-sidebar-w:240px;
}

/* ---------- Approved homepage header alignment ---------- */
.eq-public-header .eq-header-row,
.eq-secondary-header .eq-header-row{
  width:calc(100% - 96px)!important;
  max-width:var(--eq-shell)!important;
  padding-left:0!important;
  padding-right:0!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
.eq-secondary-header{
  position:sticky!important;
  top:0!important;
  z-index:1200!important;
}
.eq-secondary-header + #eqMobilePanel{
  top:108px!important;
}
@media(max-width:900px){
  .eq-public-header .eq-header-row,
  .eq-secondary-header .eq-header-row{width:calc(100% - 32px)!important}
}
@media(max-width:640px){
  .eq-public-header .eq-header-row,
  .eq-secondary-header .eq-header-row{width:calc(100% - 24px)!important}
}

/* ---------- Application pages under shared public header ---------- */
.eq-secondary-header ~ .dz-app-context{
  margin-top:0!important;
}
.dz-app-context{
  padding-top:22px!important;
  padding-bottom:14px!important;
  background:#fff!important;
}
.dz-app-progress{
  padding-top:14px!important;
}
.dz-app-progress p{
  margin-top:7px!important;
}
.dz-app-context strong{
  font-size:24px!important;
  line-height:30px!important;
}
@media(max-width:850px){
  .dz-app-context strong{font-size:20px!important;line-height:26px!important}
}

/* ---------- Portal header: visually consistent with homepage ---------- */
.dz-portal-header{
  height:var(--eq-portal-header-h)!important;
  background:rgba(255,255,255,.98)!important;
  border-bottom:1px solid #d9dada!important;
  box-shadow:0 1px 8px rgba(0,0,0,.035)!important;
}
body.eq-has-portal-strip .dz-portal-header{
  top:var(--eq-strip-h)!important;
}
.dz-portal-header-inner{
  height:var(--eq-portal-header-h)!important;
  padding:0 24px!important;
  gap:18px!important;
}
.dz-portal-left{
  min-width:330px!important;
  gap:12px!important;
}
.dz-portal-logo.eq-brand-wrap{
  gap:11px!important;
}
.dz-portal-logo .eq-brand-icon{
  width:40px!important;
  height:40px!important;
}
.dz-portal-logo .eq-brand-copy strong{
  font-size:20px!important;
}
.dz-portal-logo .eq-brand-copy small{
  font-size:8px!important;
  letter-spacing:.09em!important;
}
.dz-portal-divider{
  height:28px!important;
  margin:0 2px!important;
}
.dz-portal-product{
  min-width:130px!important;
}
.dz-portal-search{
  height:40px!important;
  max-width:650px!important;
  margin:0 auto!important;
}
.dz-portal-header-actions{
  gap:3px!important;
}
.dz-portal-icon-link{
  width:36px!important;
  height:36px!important;
}
.dz-account-chip{
  height:42px!important;
  margin-left:4px!important;
}

/* ---------- Dashboard / portal shell ---------- */
.dz-workspace{
  grid-template-columns:var(--eq-sidebar-w) minmax(0,1fr)!important;
  min-height:calc(100vh - var(--eq-portal-total-h))!important;
}
body.eq-has-portal-strip .dz-sidebar{
  top:var(--eq-portal-total-h)!important;
  height:calc(100vh - var(--eq-portal-total-h))!important;
  min-height:calc(100vh - var(--eq-portal-total-h))!important;
}
.dz-sidebar{
  width:var(--eq-sidebar-w)!important;
  background:#f4f4f3!important;
  display:flex!important;
  flex-direction:column!important;
  overflow:hidden!important;
}
.dz-side-brand{
  padding:16px 14px 14px!important;
  flex:0 0 auto!important;
}
.dz-side-brand small{
  font-size:8px!important;
  line-height:12px!important;
  letter-spacing:.1em!important;
}
.dz-side-brand strong{
  font-size:14px!important;
  line-height:18px!important;
  margin-top:3px!important;
}
.dz-side-verified{
  margin-top:7px!important;
  font-size:9px!important;
  line-height:13px!important;
}
.dz-side-nav{
  padding:8px 7px!important;
  gap:0!important;
  flex:1 1 auto!important;
  min-height:0!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
  scrollbar-width:thin!important;
  scrollbar-color:#aaa transparent!important;
}
.dz-side-nav::-webkit-scrollbar{width:5px!important}
.dz-side-nav::-webkit-scrollbar-track{background:transparent!important}
.dz-side-nav::-webkit-scrollbar-thumb{
  background:#aaa!important;
  border-radius:5px!important;
}
.dz-side-nav a{
  min-height:38px!important;
  padding:7px 9px!important;
  gap:8px!important;
  font-size:11.5px!important;
  line-height:16px!important;
  border-left-width:2px!important;
  white-space:normal!important;
}
.dz-side-nav a .material-symbols-outlined{
  font-size:18px!important;
  flex:0 0 18px!important;
}
.dz-side-nav a.active{
  background:#000!important;
  color:#fff!important;
  border-left-color:#b7150b!important;
}
.dz-side-bottom{
  margin-top:0!important;
  padding:7px!important;
  flex:0 0 auto!important;
  background:#f0f0ef!important;
}
.dz-side-bottom .eq-exit-only{
  min-height:40px!important;
  padding:9px 10px!important;
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  color:#343838!important;
  font-size:11.5px!important;
  font-weight:600!important;
  border-left:2px solid transparent!important;
}
.dz-side-bottom .eq-exit-only:hover{
  background:#e3e3e2!important;
  color:#000!important;
}
.dz-side-bottom .eq-exit-only .material-symbols-outlined{
  font-size:18px!important;
}

/* ---------- Dashboard content spacing ---------- */
.dz-page-toolbar{
  min-height:56px!important;
  padding:0 26px!important;
}
.dz-workspace-top{
  height:56px!important;
  padding:0 26px!important;
}
.dz-workspace-body{
  padding:24px 28px 38px!important;
  max-width:1440px!important;
}
.dz-workspace-body > * + *{
  margin-top:24px;
}
.dz-workspace-body h1,
.dz-workspace-body h2,
.dz-workspace-body h3{
  letter-spacing:-.025em!important;
}
.dz-metric-grid{
  margin-top:16px!important;
}
.dz-metric{
  padding:17px 18px!important;
}
.dz-metric strong{
  font-size:26px!important;
  margin-top:5px!important;
}
.dz-dashboard-panel,
.dz-next-card,
.dz-manager-card{
  border-radius:0!important;
}
.dz-workspace-footer{
  padding:14px 28px!important;
}

/* ---------- Approved homepage footer treatment for standard pages ---------- */
footer.w-full.bg-surface-container-lowest{
  border-top:1px solid #e0e2e2!important;
  box-shadow:none!important;
}
footer.w-full.bg-surface-container-lowest > div{
  max-width:var(--eq-shell)!important;
}

/* ---------- Mobile / smaller desktop ---------- */
@media(max-width:1100px){
  :root{--eq-sidebar-w:220px}
  .dz-portal-left{min-width:230px!important}
  .dz-portal-product{display:none!important}
  .dz-portal-divider{display:none!important}
}
@media(max-width:850px){
  .dz-portal-header{
    min-height:68px!important;
    height:68px!important;
  }
  body.eq-has-portal-strip .dz-portal-header{top:28px!important}
  .dz-portal-header-inner{
    height:68px!important;
    padding:0 14px!important;
  }
  .dz-workspace{
    display:block!important;
    min-height:0!important;
  }
  body.eq-has-portal-strip .dz-sidebar,
  .dz-sidebar{
    width:100%!important;
    position:static!important;
    height:auto!important;
    min-height:0!important;
    border-right:0!important;
    border-bottom:1px solid #c4c7c7!important;
  }
  .dz-side-brand{padding:13px 16px!important}
  .dz-side-nav{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    max-height:none!important;
    overflow:visible!important;
  }
  .dz-side-nav a{
    min-height:40px!important;
  }
  .dz-side-bottom{
    padding:7px 14px 10px!important;
  }
  .dz-workspace-body{
    padding:20px 16px 30px!important;
  }
}
@media(max-width:560px){
  .dz-side-nav{grid-template-columns:1fr!important}
  .dz-side-brand strong{font-size:13px!important}
}

/* --- equors-core-v4.css --- */

/* ==========================================================
   EQUORS PLATFORM UI v4
   Fixes offline rendering, header/menu states, portal shell,
   spacing, dashboard navigation and responsive behavior.
   ========================================================== */
:root{
  --eq-black:#000;
  --eq-ink:#1a1c1c;
  --eq-muted:#666b6b;
  --eq-red:#b7150b;
  --eq-green:#bdf1a8;
  --eq-green-dark:#25501a;
  --eq-bg:#f9f9f9;
  --eq-white:#fff;
  --eq-soft:#f3f3f3;
  --eq-soft-2:#e8e8e8;
  --eq-line:#c4c7c7;
  --eq-shell:1280px;
  --eq-strip-h:28px;
  --eq-public-h:80px;
  --eq-portal-h:72px;
  --eq-portal-total:100px;
  --eq-sidebar:224px;
}
html{background:var(--eq-bg)}
body{
  margin:0!important;
  background:var(--eq-bg)!important;
  color:var(--eq-ink)!important;
  font-family:Inter,Arial,Helvetica,sans-serif!important;
  -webkit-font-smoothing:antialiased;
}
a{text-decoration:none}
.max-w-container-max{max-width:1280px!important}

/* ---------- Shared institutional top strip ---------- */
.eq-top-strip,.eq-portal-strip{
  min-height:var(--eq-strip-h)!important;
  background:#000!important;color:#fff!important;
  font-size:10px!important;line-height:14px!important;
  letter-spacing:.055em!important;font-weight:600!important;
}
.eq-top-strip>div{
  width:calc(100% - 96px)!important;max-width:var(--eq-shell)!important;
  min-height:var(--eq-strip-h)!important;margin:0 auto!important;padding:0!important;
  display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important;
}
.eq-dot{display:inline-block!important;width:7px!important;height:7px!important;border-radius:50%!important;background:var(--eq-green)!important;margin-right:8px!important}

/* ---------- Public header / homepage header ---------- */
.eq-public-header,.eq-secondary-header{
  background:rgba(255,255,255,.985)!important;
  border-bottom:1px solid #dedfdf!important;
  box-shadow:0 1px 8px rgba(0,0,0,.035)!important;
  color:var(--eq-ink)!important;
}
.eq-public-header .eq-header-row,.eq-secondary-header .eq-header-row{
  width:calc(100% - 96px)!important;max-width:var(--eq-shell)!important;
  height:80px!important;margin:0 auto!important;padding:0!important;
  display:flex!important;align-items:center!important;justify-content:space-between!important;gap:24px!important;
}
.eq-secondary-header{position:sticky!important;top:0!important;z-index:1200!important}
.eq-public-header nav,.eq-secondary-header nav{gap:8px!important}
.eq-public-header nav a,.eq-secondary-header nav a{
  position:relative!important;
  min-height:48px!important;
  display:inline-flex!important;align-items:center!important;
  padding:0 12px!important;
  border-radius:2px!important;
  color:#444748!important;
  font-size:13px!important;font-weight:600!important;line-height:18px!important;
  transition:background .18s ease,color .18s ease!important;
  border-bottom:3px solid transparent!important;
}
.eq-public-header nav a:hover,.eq-secondary-header nav a:hover{
  color:#000!important;background:#f0f0f0!important;
}
.eq-public-header nav a[aria-current="page"],
.eq-secondary-header nav a[aria-current="page"],
.eq-public-header nav a.eq-active,
.eq-secondary-header nav a.eq-active{
  color:#000!important;background:#e9e9e9!important;border-bottom-color:var(--eq-red)!important;
}
.eq-public-header nav a[aria-current="page"]:hover,
.eq-secondary-header nav a[aria-current="page"]:hover{
  background:#e3e3e3!important;
}
.eq-mobile-panel{
  background:#fff!important;border-top:1px solid #ddd!important;
}
.eq-mobile-panel a{
  color:#333!important;border-left:3px solid transparent!important;border-radius:0!important;
}
.eq-mobile-panel a:hover{background:#f0f0f0!important;color:#000!important}
.eq-mobile-panel a[aria-current="page"],.eq-mobile-panel a.eq-active{
  background:#ededed!important;color:#000!important;border-left-color:var(--eq-red)!important;
}

/* ---------- Public footer: same as approved homepage ---------- */
footer.w-full.bg-surface-container-lowest{
  background:#fff!important;color:var(--eq-ink)!important;
  border-top:1px solid #dedfdf!important;box-shadow:none!important;
}
footer.w-full.bg-surface-container-lowest>div{
  max-width:var(--eq-shell)!important;
}

/* ---------- Old standard header fallback ---------- */
.dz-header{
  height:80px!important;background:#fff!important;color:#111!important;
  border-bottom:1px solid #dedfdf!important;box-shadow:0 1px 8px rgba(0,0,0,.03)!important;
}
.dz-header-inner{height:80px!important;max-width:1280px!important;padding:0 48px!important;margin:auto!important}
.dz-logo{color:#111!important}
.dz-main-nav a:hover{background:#f0f0f0!important;color:#000!important}
.dz-main-nav a.active{background:#e9e9e9!important;color:#000!important;border-bottom:3px solid var(--eq-red)!important}

/* ---------- Portal header ---------- */
body.eq-has-portal-strip{background:var(--eq-bg)!important}
.dz-portal-header{
  height:var(--eq-portal-h)!important;position:sticky!important;top:var(--eq-strip-h)!important;z-index:1200!important;
  background:#fff!important;color:#111!important;border-bottom:1px solid #d9dada!important;
  box-shadow:0 1px 8px rgba(0,0,0,.03)!important;
}
.dz-portal-header-inner{
  height:100%!important;max-width:none!important;padding:0 20px!important;
  display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important;
}
.dz-portal-left{display:flex!important;align-items:center!important;gap:12px!important;min-width:310px!important}
.dz-portal-logo{display:flex!important;align-items:center!important;gap:9px!important;color:#111!important}
.eq-brand-icon{
  width:38px!important;height:38px!important;display:grid!important;place-items:center!important;
  background:#000!important;color:#fff!important;border-radius:2px!important;flex:0 0 auto!important;
}
.eq-brand-icon .material-symbols-outlined{font-size:22px!important}
.eq-brand-copy{display:flex!important;flex-direction:column!important;line-height:1.05!important}
.eq-brand-copy strong{font-size:18px!important;font-weight:700!important;letter-spacing:-.02em!important;color:#111!important}
.eq-brand-copy small{font-size:7.5px!important;line-height:10px!important;letter-spacing:.075em!important;color:#666!important;margin-top:3px!important}
.dz-portal-divider{height:26px!important;width:1px!important;background:#d7dada!important}
.dz-portal-product{display:flex!important;flex-direction:column!important;line-height:1.05!important}
.dz-portal-product small{font-size:8px!important;color:#777!important;letter-spacing:.08em!important}
.dz-portal-product strong{font-size:10px!important;color:#111!important;margin-top:3px!important}
.dz-portal-search{
  height:38px!important;max-width:620px!important;flex:1!important;margin:0 auto!important;
  display:flex!important;align-items:center!important;gap:9px!important;
  padding:0 12px!important;background:#f3f3f3!important;border:1px solid #dbdddd!important;border-radius:2px!important;
}
.dz-portal-search input{width:100%!important;background:transparent!important;border:0!important;outline:0!important;color:#111!important;font-size:11px!important}
.dz-portal-search .material-symbols-outlined{font-size:18px!important;color:#666!important}
.dz-portal-search kbd{font-size:9px!important;color:#777!important;border:1px solid #d5d7d7!important;background:#fff!important;padding:1px 5px!important}
.dz-portal-header-actions{display:flex!important;align-items:center!important;gap:3px!important}
.dz-portal-icon-link{width:34px!important;height:34px!important;display:grid!important;place-items:center!important;color:#4b5050!important;border:1px solid transparent!important}
.dz-portal-icon-link:hover{background:#f1f1f1!important;border-color:#dedfdf!important;color:#000!important}
.dz-account-chip{
  height:40px!important;display:flex!important;align-items:center!important;gap:7px!important;
  padding-left:8px!important;margin-left:3px!important;border-left:1px solid #ddd!important;color:#111!important;
}
.dz-avatar{width:30px!important;height:30px!important;border-radius:50%!important;background:#000!important;color:#fff!important;display:grid!important;place-items:center!important;font-size:9px!important;font-weight:800!important}
.dz-account-copy strong{font-size:9px!important;color:#111!important}
.dz-account-copy small{font-size:7.5px!important;color:#777!important;margin-top:2px!important}

/* ---------- Portal shell / sidebar ---------- */
.dz-workspace{
  display:grid!important;grid-template-columns:var(--eq-sidebar) minmax(0,1fr)!important;
  min-height:calc(100vh - var(--eq-portal-total))!important;background:var(--eq-bg)!important;
}
.dz-sidebar{
  position:sticky!important;top:var(--eq-portal-total)!important;
  height:calc(100vh - var(--eq-portal-total))!important;min-height:calc(100vh - var(--eq-portal-total))!important;
  overflow:hidden!important;background:#f3f3f2!important;border-right:1px solid var(--eq-line)!important;
  display:flex!important;flex-direction:column!important;
}
.dz-side-brand{padding:14px 12px 12px!important;border-bottom:1px solid var(--eq-line)!important;flex:0 0 auto!important}
.dz-side-brand small{display:block!important;font-size:8px!important;line-height:11px!important;letter-spacing:.08em!important;color:#777!important;text-transform:uppercase!important}
.dz-side-brand strong{display:block!important;font-size:13px!important;line-height:17px!important;margin-top:3px!important;color:#111!important}
.dz-side-verified{display:flex!important;align-items:center!important;gap:6px!important;margin-top:6px!important;font-size:8.5px!important;line-height:12px!important;color:#355b31!important}
.dz-side-verified i{width:6px!important;height:6px!important;border-radius:50%!important;background:#6e9a61!important;box-shadow:0 0 0 3px rgba(110,154,97,.10)!important}
.dz-side-nav{
  padding:7px 6px!important;display:flex!important;flex-direction:column!important;gap:1px!important;
  flex:1 1 auto!important;min-height:0!important;overflow-y:auto!important;overflow-x:hidden!important;
  scrollbar-width:thin!important;scrollbar-color:transparent transparent!important;
}
.dz-side-nav:hover{scrollbar-color:#aaa transparent!important}
.dz-side-nav::-webkit-scrollbar{width:4px!important}
.dz-side-nav::-webkit-scrollbar-track{background:transparent!important}
.dz-side-nav::-webkit-scrollbar-thumb{background:transparent!important;border-radius:10px!important}
.dz-side-nav:hover::-webkit-scrollbar-thumb{background:#aaa!important}
.dz-side-nav a{
  display:flex!important;align-items:center!important;gap:7px!important;
  min-height:34px!important;padding:6px 8px!important;
  color:#363a3a!important;font-size:10.5px!important;line-height:14px!important;font-weight:500!important;
  border-left:2px solid transparent!important;border-radius:0!important;
  transition:background .15s ease,color .15s ease!important;
}
.dz-side-nav a .material-symbols-outlined{font-size:17px!important;flex:0 0 17px!important}
.dz-side-nav a:hover{background:#e4e5e5!important;color:#000!important}
.dz-side-nav a.active{background:#000!important;color:#fff!important;border-left-color:var(--eq-red)!important}
.dz-side-nav a.active:hover{background:#111!important;color:#fff!important}
.dz-side-nav a.active .material-symbols-outlined{color:var(--eq-green)!important}
.dz-side-bottom{
  flex:0 0 auto!important;margin-top:0!important;padding:6px!important;background:#eeeeed!important;border-top:1px solid var(--eq-line)!important;
}
.dz-side-bottom a{min-height:36px!important;padding:7px 8px!important;display:flex!important;align-items:center!important;gap:7px!important;font-size:10.5px!important;color:#363a3a!important}
.dz-side-bottom a:hover{background:#e2e3e3!important;color:#000!important}
.dz-side-bottom a .material-symbols-outlined{font-size:17px!important}

/* ---------- Portal content ---------- */
.dz-workspace-main{min-width:0!important;background:var(--eq-bg)!important}
.dz-page-toolbar,.dz-workspace-top{
  min-height:52px!important;height:auto!important;padding:10px 24px!important;
  display:flex!important;align-items:center!important;justify-content:space-between!important;
  background:#fff!important;border-bottom:1px solid var(--eq-line)!important;
}
.dz-page-toolbar h1{font-size:22px!important;line-height:28px!important;letter-spacing:-.025em!important}
.dz-workspace-body{
  position:relative!important;
  padding:22px 26px 34px!important;max-width:1440px!important;margin:0 auto!important;width:100%!important;
  background:var(--eq-bg)!important;
}
.dz-workspace-body>section:first-child{
  position:static!important;inset:auto!important;z-index:auto!important;
  margin:0 0 22px!important;
}
.dz-workspace-body main{
  position:static!important;margin:0!important;padding:0!important;max-width:none!important;width:100%!important;
}
.dz-workspace-body .fixed{position:static!important}
.dz-workspace-body [class*="md:ml-64"]{margin-left:0!important}
.dz-workspace-body [class*="pt-16"]{padding-top:0!important}
.dz-workspace-body [class*="mt-16"]{margin-top:0!important}
.dz-workspace-footer{padding:13px 26px!important;background:#f1f1f1!important;border-top:1px solid var(--eq-line)!important;color:#777!important;font-size:9px!important;display:flex!important;justify-content:space-between!important}
.eq-score-strip{
  display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;
  margin-top:14px!important;background:#fff!important;border:1px solid var(--eq-line)!important;
}
.eq-score-strip>div{padding:14px 16px!important;border-right:1px solid var(--eq-line)!important;background:#fff!important}
.eq-score-strip>div:last-child{border-right:0!important}
.eq-score-strip small{display:block!important;font-size:8.5px!important;letter-spacing:.06em!important;text-transform:uppercase!important;color:#777!important}
.eq-score-strip strong{display:block!important;font-size:19px!important;line-height:24px!important;margin-top:5px!important;color:#111!important}
.eq-score-strip i{display:block!important;height:3px!important;background:#e2e2e2!important;margin-top:9px!important;overflow:hidden!important}
.eq-score-strip i b{display:block!important;height:100%!important;background:#000!important}
.dz-dashboard-toolbar{position:static!important;top:auto!important}
.dz-metric-grid{margin-top:16px!important}
.dz-metric{padding:15px 16px!important}
.dz-dashboard-panel,.dz-next-card,.dz-manager-card{border-radius:0!important;box-shadow:none!important}

/* ---------- Application / forms ---------- */
.dz-page{background:var(--eq-bg)!important}
.dz-app-context{padding-top:20px!important;padding-bottom:13px!important;background:#fff!important;border-bottom:1px solid #ddd!important}
.dz-app-progress{padding-top:12px!important;background:#fff!important}
.dz-app-context strong{font-size:23px!important;line-height:29px!important}
.dz-form input,.dz-form select,.dz-form textarea,
input,select,textarea{border-radius:2px!important}
input:focus,select:focus,textarea:focus{outline:none!important;border-color:#000!important;box-shadow:0 0 0 1px #000!important}
.dz-btn-dark,.dz-toolbar-primary{background:#000!important;color:#fff!important;border-color:#000!important;border-radius:2px!important}
.dz-btn-primary{background:var(--eq-red)!important;color:#fff!important;border-radius:2px!important}

/* ---------- Responsive ---------- */
@media(max-width:1180px){
  :root{--eq-sidebar:212px}
  .eq-public-header nav,.eq-secondary-header nav{gap:3px!important}
  .eq-public-header nav a,.eq-secondary-header nav a{padding:0 8px!important;font-size:12px!important}
  .dz-portal-left{min-width:225px!important}
  .dz-portal-product,.dz-portal-divider{display:none!important}
}
@media(max-width:900px){
  .eq-top-strip>div,.eq-public-header .eq-header-row,.eq-secondary-header .eq-header-row{width:calc(100% - 32px)!important}
  .dz-portal-header-inner{padding:0 14px!important}
  .dz-workspace{display:block!important;min-height:0!important}
  .dz-sidebar{
    position:static!important;width:100%!important;height:auto!important;min-height:0!important;
    border-right:0!important;border-bottom:1px solid var(--eq-line)!important;
  }
  .dz-side-nav{
    display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;
    overflow:visible!important;max-height:none!important;
  }
  .dz-side-bottom{padding:6px 12px 9px!important}
  .dz-workspace-body{padding:18px 16px 28px!important}
  .eq-score-strip{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .eq-score-strip>div:nth-child(2){border-right:0!important}
  .eq-score-strip>div:nth-child(-n+2){border-bottom:1px solid var(--eq-line)!important}
}
@media(max-width:640px){
  .eq-top-strip>div,.eq-public-header .eq-header-row,.eq-secondary-header .eq-header-row{width:calc(100% - 24px)!important}
  .eq-top-strip>div>span:last-child{display:none!important}
  .dz-portal-search{display:none!important}
  .dz-account-copy{display:none!important}
  .dz-side-nav{grid-template-columns:1fr!important}
  .eq-score-strip{grid-template-columns:1fr!important}
  .eq-score-strip>div{border-right:0!important;border-bottom:1px solid var(--eq-line)!important}
  .eq-score-strip>div:last-child{border-bottom:0!important}
}

/* --- equors-website-header-v6.css --- */

/* ============================================================
   EQUORS WEBSITE HEADER v6
   Exact HOME header on every public/application screen.
   Removes double spacing and makes active/hover states obvious.
   ============================================================ */

:root{
  --eq-web-strip:28px;
  --eq-web-main:80px;
  --eq-web-header:108px;
  --eq-web-shell:1280px;
}

/* All website headers are fixed and identical. */
body.eq-public-shell-v6{
  padding-top:var(--eq-web-header)!important;
}
body.eq-public-shell-v6 .eq-public-header{
  position:fixed!important;
  top:0!important;
  left:0!important;
  right:0!important;
  height:var(--eq-web-header)!important;
  z-index:3500!important;
  background:#fff!important;
  border-bottom:1px solid #dedfdf!important;
  box-shadow:0 1px 8px rgba(0,0,0,.045)!important;
}
body.eq-public-shell-v6 .eq-public-header > .bg-primary{
  height:var(--eq-web-strip)!important;
  padding-top:0!important;
  padding-bottom:0!important;
  display:flex!important;
  align-items:center!important;
}
body.eq-public-shell-v6 .eq-public-header > .bg-primary > div{
  width:calc(100% - 96px)!important;
  max-width:var(--eq-web-shell)!important;
  height:100%!important;
  margin:0 auto!important;
  padding:0!important;
  display:flex!important;
  align-items:center!important;
}
body.eq-public-shell-v6 .eq-header-row{
  width:calc(100% - 96px)!important;
  max-width:var(--eq-web-shell)!important;
  height:var(--eq-web-main)!important;
  margin:0 auto!important;
  padding:0!important;
  gap:24px!important;
}

/* Logo: remove visual extra padding and align exactly to page grid. */
body.eq-public-shell-v6 .eq-header-row > a:first-child{
  margin:0!important;
  padding:0!important;
  gap:11px!important;
  flex:0 0 auto!important;
}
body.eq-public-shell-v6 .eq-header-row > a:first-child > div:first-child{
  width:40px!important;
  height:40px!important;
  margin:0!important;
  border-radius:2px!important;
}
body.eq-public-shell-v6 .eq-header-row > a:first-child .font-headline-md{
  font-size:21px!important;
  line-height:24px!important;
  font-weight:700!important;
  letter-spacing:-.02em!important;
}
body.eq-public-shell-v6 .eq-header-row > a:first-child .font-label-sm{
  font-size:8.5px!important;
  line-height:11px!important;
  letter-spacing:.08em!important;
  font-weight:600!important;
  margin-top:3px!important;
}

/* Main navigation typography, hover and active states. */
body.eq-public-shell-v6 .eq-public-header nav{
  display:flex!important;
  align-items:stretch!important;
  justify-content:center!important;
  gap:4px!important;
  min-width:0!important;
}
body.eq-public-shell-v6 .eq-public-header nav a{
  min-height:48px!important;
  padding:0 11px!important;
  margin:0!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:2px!important;
  border-bottom:3px solid transparent!important;
  background:transparent!important;
  color:#484d4d!important;
  font-family:Inter,Arial,sans-serif!important;
  font-size:12.5px!important;
  line-height:17px!important;
  font-weight:600!important;
  letter-spacing:0!important;
  transition:background .16s ease,color .16s ease,border-color .16s ease!important;
}
body.eq-public-shell-v6 .eq-public-header nav a:hover{
  background:#f0f0f0!important;
  color:#000!important;
  border-bottom-color:#b9bcbc!important;
}
body.eq-public-shell-v6 .eq-public-header nav a.eq-active,
body.eq-public-shell-v6 .eq-public-header nav a[aria-current="page"]{
  background:#e8e8e8!important;
  color:#000!important;
  border-bottom-color:#b7150b!important;
}
body.eq-public-shell-v6 .eq-public-header nav a.eq-active:hover,
body.eq-public-shell-v6 .eq-public-header nav a[aria-current="page"]:hover{
  background:#e2e2e2!important;
  border-bottom-color:#b7150b!important;
}

/* Header actions keep the same compact institutional style. */
body.eq-public-shell-v6 .eq-public-header .eq-header-row > div:last-child{
  gap:8px!important;
  flex:0 0 auto!important;
}
body.eq-public-shell-v6 .eq-public-header a[href="arabic.html"]{
  min-height:36px!important;
  padding:0 10px!important;
  border-radius:2px!important;
}
body.eq-public-shell-v6 .eq-public-header a[href*="apply-step-1"]{
  min-height:40px!important;
  padding:0 15px!important;
  border-radius:2px!important;
}
/* Remove the old extra 80px page padding that caused the large blank band. */
body.eq-public-shell-v6 main.pt-20{
  padding-top:0!important;
}
body.eq-public-shell-v6 .dz-page{
  margin-top:0!important;
}
body.eq-public-shell-v6 .dz-app-context{
  margin-top:0!important;
}

/* Mobile menu under the fixed header. */
body.eq-public-shell-v6 #eqMobilePanel{
  position:fixed!important;
  top:var(--eq-web-header)!important;
  left:0!important;
  right:0!important;
  z-index:3400!important;
  background:#fff!important;
  border-top:1px solid #ddd!important;
  border-bottom:1px solid #ddd!important;
}
body.eq-public-shell-v6 #eqMobilePanel a{
  border-left:3px solid transparent!important;
  border-radius:0!important;
  font:600 13px/18px Inter,Arial,sans-serif!important;
}
body.eq-public-shell-v6 #eqMobilePanel a:hover{
  background:#f0f0f0!important;
  color:#000!important;
}
body.eq-public-shell-v6 #eqMobilePanel a.eq-active,
body.eq-public-shell-v6 #eqMobilePanel a[aria-current="page"]{
  background:#e8e8e8!important;
  color:#000!important;
  border-left-color:#b7150b!important;
}

/* No giant blank area between header and the technical/hero section. */
body.eq-public-shell-v6 main > div.flex.flex-col.w-full > section:first-child,
body.eq-public-shell-v6 main > div.flex.flex-col.w-full > div:first-child{
  margin-top:0!important;
}

/* Responsive header sizing. */
@media(max-width:1180px){
  body.eq-public-shell-v6 .eq-public-header nav{gap:1px!important}
  body.eq-public-shell-v6 .eq-public-header nav a{
    padding:0 7px!important;
    font-size:11.5px!important;
  }
}
@media(max-width:1020px){
  body.eq-public-shell-v6 .eq-public-header nav{
    display:none!important;
  }
}
@media(max-width:900px){
  body.eq-public-shell-v6 .eq-public-header > .bg-primary > div,
  body.eq-public-shell-v6 .eq-header-row{
    width:calc(100% - 32px)!important;
  }
}
@media(max-width:640px){
  body.eq-public-shell-v6 .eq-public-header > .bg-primary > div,
  body.eq-public-shell-v6 .eq-header-row{
    width:calc(100% - 24px)!important;
  }
  body.eq-public-shell-v6 .eq-public-header > .bg-primary > div > div:last-child{
    display:none!important;
  }
  body.eq-public-shell-v6 .eq-header-row > a:first-child .font-label-sm{
    display:none!important;
  }
}

/* --- equors-header-v7.css --- */

/* ============================================================
   EQUORS v7 — LOGO TAGLINE + RESTORED HEADER TYPE SCALE
   ============================================================ */

/* Restore the earlier, slightly larger main website navigation. */
body.eq-public-shell-v6 .eq-public-header nav a{
  font-size:13px!important;
  line-height:18px!important;
  font-weight:600!important;
  padding-left:12px!important;
  padding-right:12px!important;
}

/* Keep logo hierarchy as before, with the new initiative tagline. */
body.eq-public-shell-v6 .eq-header-row > a:first-child .font-headline-md{
  font-size:21px!important;
  line-height:24px!important;
  font-weight:700!important;
}
body.eq-public-shell-v6 .eq-header-row > a:first-child .font-label-sm{
  display:block!important;
  font-size:9px!important;
  line-height:12px!important;
  font-weight:600!important;
  letter-spacing:.055em!important;
  text-transform:none!important;
  white-space:nowrap!important;
  margin-top:3px!important;
}

/* Dashboard header logo uses the same tagline and visual scale. */
.eq-dashboard-brand .eq-brand-copy strong{
  font-size:21px!important;
  line-height:24px!important;
}
.eq-dashboard-brand .eq-brand-copy small{
  font-size:9px!important;
  line-height:12px!important;
  font-weight:600!important;
  letter-spacing:.055em!important;
  text-transform:none!important;
  white-space:nowrap!important;
  margin-top:3px!important;
}

/* Keep earlier nav sizing on medium desktop before the mobile menu breakpoint. */
@media(max-width:1180px){
  body.eq-public-shell-v6 .eq-public-header nav a{
    font-size:12px!important;
    padding-left:8px!important;
    padding-right:8px!important;
  }
}
@media(max-width:640px){
  body.eq-public-shell-v6 .eq-header-row > a:first-child .font-label-sm{
    display:none!important;
  }
}

/* --- equors-phase1-v8.css --- */

/* ============================================================
   EQUORS v8 — PHASE 1 COMMERCIAL LAYER
   Public website: Homepage, Pricing, Digitalize, Business Email, Contact
   Keeps the approved institutional Equors visual system.
   ============================================================ */
:root{
  --eq8-ink:#111313;
  --eq8-muted:#5f6464;
  --eq8-line:#d9dcdc;
  --eq8-soft:#f4f5f4;
  --eq8-soft2:#eceeed;
  --eq8-red:#b7150b;
  --eq8-green:#c8f2b5;
  --eq8-green-ink:#183c16;
  --eq8-max:1280px;
}
html{scroll-behavior:smooth}
body.eq-public-shell-v6{font-family:Inter,Arial,sans-serif;background:#fff;color:var(--eq8-ink)}
body.eq-public-shell-v6 .eq-public-header nav{gap:0!important}
body.eq-public-shell-v6 .eq-public-header nav a{padding-left:7px!important;padding-right:7px!important;font-size:12.1px!important;white-space:nowrap!important}
body.eq-public-shell-v6 .eq-public-header .eq-header-row{gap:14px!important}
body.eq-public-shell-v6 .eq-public-header a[href*="apply-step-1"]{padding-left:13px!important;padding-right:13px!important}
@media(max-width:1279px){
  body.eq-public-shell-v6 .eq-public-header nav{display:none!important}
  body.eq-public-shell-v6 .eq-mobile-menu{display:inline-flex!important;align-items:center!important;justify-content:center!important}
}
.eq-v8-main{background:#fff;min-height:70vh}
.eq8-wrap{width:calc(100% - 96px);max-width:var(--eq8-max);margin:0 auto}
.eq8-section{padding:76px 0;border-top:1px solid var(--eq8-line)}
.eq8-section:first-child{border-top:0}
.eq8-kicker{font-size:11px;line-height:16px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--eq8-red);display:block;margin-bottom:12px}
.eq8-h1{font-size:clamp(44px,5.2vw,76px);line-height:.98;letter-spacing:-.048em;font-weight:700;margin:0;max-width:820px}
.eq8-h2{font-size:clamp(31px,3.3vw,48px);line-height:1.03;letter-spacing:-.035em;font-weight:700;margin:0}
.eq8-h3{font-size:21px;line-height:1.18;letter-spacing:-.02em;font-weight:700;margin:0}
.eq8-lead{font-size:18px;line-height:1.55;color:var(--eq8-muted);max-width:720px;margin:22px 0 0}
.eq8-copy{font-size:14px;line-height:1.65;color:var(--eq8-muted);margin:0}
.eq8-small{font-size:12px;line-height:1.55;color:var(--eq8-muted)}
.eq8-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:30px}
.eq8-btn{min-height:46px;display:inline-flex;align-items:center;justify-content:center;padding:0 20px;border:1px solid #111313;border-radius:2px;font-size:13px;font-weight:700;text-decoration:none;transition:.15s ease}
.eq8-btn-primary{background:#111313;color:#fff}.eq8-btn-primary:hover{background:#272a2a}
.eq8-btn-light{background:#fff;color:#111313}.eq8-btn-light:hover{background:#f1f2f2}
.eq8-btn-red{background:var(--eq8-red);border-color:var(--eq8-red);color:#fff}.eq8-btn-red:hover{filter:brightness(.92)}
.eq8-hero{padding:74px 0 66px;background:linear-gradient(90deg,#fff 0 61%,#f2f3f2 61% 100%);position:relative;overflow:hidden}
.eq8-hero-grid{display:grid;grid-template-columns:minmax(0,7fr) minmax(320px,5fr);gap:56px;align-items:stretch}
.eq8-hero-main{padding:30px 0 20px}
.eq8-badge{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:700;letter-spacing:.09em;text-transform:uppercase;background:#f0f1f1;padding:7px 10px;margin-bottom:23px}
.eq8-dot{width:7px;height:7px;background:var(--eq8-red);border-radius:50%;display:inline-block}
.eq8-hero-side{background:#111313;color:#fff;padding:34px;display:flex;flex-direction:column;justify-content:space-between;min-height:380px}
.eq8-side-label{font-size:10px;letter-spacing:.13em;text-transform:uppercase;color:#bfc3c3;font-weight:700}
.eq8-price{font-size:56px;line-height:.9;letter-spacing:-.05em;font-weight:700;margin:18px 0 4px}.eq8-price small{font-size:16px;letter-spacing:0;font-weight:600}
.eq8-side-list{display:grid;gap:10px;margin-top:22px}.eq8-side-list div{padding-top:10px;border-top:1px solid #383b3b;font-size:13px;color:#e6e8e8}
.eq8-price-sub{margin-top:24px;background:var(--eq8-green);color:var(--eq8-green-ink);padding:14px 15px;font-weight:700;font-size:13px}
.eq8-statbar{background:#111313;color:#fff}
.eq8-statgrid{display:grid;grid-template-columns:repeat(4,1fr)}
.eq8-stat{padding:20px 24px;border-right:1px solid #303333}.eq8-stat:last-child{border-right:0}.eq8-stat strong{display:block;font-size:17px}.eq8-stat span{font-size:11px;color:#bfc3c3;text-transform:uppercase;letter-spacing:.08em}
.eq8-grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.eq8-grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.eq8-grid-4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.eq8-card{background:#fff;border:1px solid var(--eq8-line);padding:28px;min-height:100%}.eq8-card.soft{background:var(--eq8-soft);border-color:transparent}.eq8-card.dark{background:#111313;color:#fff;border-color:#111313}.eq8-card.dark .eq8-copy,.eq8-card.dark .eq8-small{color:#c3c7c7}
.eq8-num{font-size:11px;color:var(--eq8-red);font-weight:800;letter-spacing:.1em;margin-bottom:28px}.eq8-card h3{font-size:21px;line-height:1.15;letter-spacing:-.02em;margin:0 0 12px}.eq8-card p{font-size:13px;line-height:1.6;color:var(--eq8-muted);margin:0}.eq8-card.dark p{color:#c5c8c8}
.eq8-card-link{display:inline-flex;margin-top:22px;font-size:12px;font-weight:700;color:#111313;text-decoration:none;border-bottom:1px solid #111313;padding-bottom:2px}.eq8-card.dark .eq8-card-link{color:#fff;border-color:#fff}
.eq8-section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:34px}.eq8-section-head .eq8-copy{max-width:560px}
.eq8-pillar{padding:34px 30px;min-height:320px;display:flex;flex-direction:column;justify-content:space-between}.eq8-pillar:nth-child(1){background:#111313;color:#fff}.eq8-pillar:nth-child(2){background:#eceeed}.eq8-pillar:nth-child(3){background:#d7f2cb}.eq8-pillar .eq8-kicker{color:var(--eq8-red)}.eq8-pillar:nth-child(1) .eq8-kicker{color:#c8f2b5}.eq8-pillar h3{font-size:29px;line-height:1.02;letter-spacing:-.03em;margin:0 0 12px}.eq8-pillar p{font-size:13px;line-height:1.55;margin:0;color:#626767}.eq8-pillar:nth-child(1) p{color:#c6caca}
.eq8-offer{display:grid;grid-template-columns:1.1fr .9fr;border:1px solid var(--eq8-line)}.eq8-offer-copy{padding:44px}.eq8-offer-price{background:#111313;color:#fff;padding:44px}.eq8-offer-price .eq8-price{margin:10px 0 8px}.eq8-checks{list-style:none;padding:0;margin:24px 0 0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 20px}.eq8-checks li{font-size:13px;color:#404545;padding-left:18px;position:relative}.eq8-checks li:before{content:'✓';position:absolute;left:0;color:#357a2a;font-weight:800}
.eq8-marketbar{display:flex;gap:4px;flex-wrap:wrap;margin:20px 0 26px}.eq8-market{border:1px solid #cfd2d2;background:#fff;color:#343838;padding:9px 14px;font-size:12px;font-weight:700;cursor:pointer;border-radius:2px}.eq8-market.active{background:#111313;color:#fff;border-color:#111313}
.eq8-pricing-grid{display:grid;grid-template-columns:1.15fr repeat(4,minmax(0,1fr));border-top:1px solid var(--eq8-line);border-left:1px solid var(--eq8-line)}
.eq8-price-cell{padding:20px;border-right:1px solid var(--eq8-line);border-bottom:1px solid var(--eq8-line);min-height:126px}.eq8-price-cell.head{background:#111313;color:#fff;min-height:auto;padding:14px 18px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.eq8-price-cell .pname{font-weight:700;font-size:16px}.eq8-price-cell .pstorage{font-size:11px;color:var(--eq8-muted);margin-top:3px}.eq8-price-cell .pprice{font-size:25px;font-weight:800;letter-spacing:-.025em;margin-top:17px}.eq8-price-cell .punit{font-size:10px;color:var(--eq8-muted)}
.eq8-feature-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;background:var(--eq8-line);border:1px solid var(--eq8-line)}.eq8-feature{background:#fff;padding:22px}.eq8-feature strong{display:block;font-size:14px;margin-bottom:6px}.eq8-feature span{font-size:12px;line-height:1.55;color:var(--eq8-muted)}
.eq8-global{background:#111313;color:#fff;padding:58px 0}.eq8-global .eq8-h2{color:#fff}.eq8-global .eq8-copy{color:#c5c8c8}.eq8-market-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#3a3e3e;margin-top:30px}.eq8-market-card{background:#171919;padding:24px}.eq8-market-card span{font-size:10px;color:#aeb3b3;text-transform:uppercase;letter-spacing:.09em}.eq8-market-card strong{display:block;font-size:28px;margin-top:10px}.eq8-market-card small{font-size:11px;color:#aeb3b3}
.eq8-contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.eq8-contact-card{border:1px solid var(--eq8-line);padding:30px;background:#fff}.eq8-contact-card .label{font-size:10px;font-weight:800;color:var(--eq8-red);letter-spacing:.1em;text-transform:uppercase}.eq8-contact-card h3{font-size:23px;margin:16px 0 8px}.eq8-contact-card a{font-size:14px;color:#111;text-decoration:none;font-weight:700}.eq8-contact-card p{font-size:12px;color:var(--eq8-muted);line-height:1.55;margin:12px 0 0}
.eq8-form{border:1px solid var(--eq8-line);padding:32px;background:var(--eq8-soft)}.eq8-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.eq8-field{display:flex;flex-direction:column;gap:6px}.eq8-field.full{grid-column:1/-1}.eq8-field label{font-size:11px;font-weight:700;color:#424747}.eq8-field input,.eq8-field select,.eq8-field textarea{width:100%;border:1px solid #cdd0d0;background:#fff;min-height:44px;padding:10px 12px;font:13px Inter,Arial,sans-serif;color:#111;border-radius:2px}.eq8-field textarea{min-height:120px;resize:vertical}.eq8-field input:focus,.eq8-field select:focus,.eq8-field textarea:focus{outline:2px solid #111;outline-offset:1px}.eq8-form-status{display:none;margin-top:14px;background:#d7f2cb;padding:12px;font-size:12px;color:#173a16;font-weight:700}.eq8-form-status.show{display:block}
.eq8-note{border-left:3px solid var(--eq8-red);padding:12px 16px;background:#f5f5f5;font-size:12px;line-height:1.55;color:#4b5050}.eq8-split{display:grid;grid-template-columns:5fr 7fr;gap:50px;align-items:start}.eq8-steps{display:grid;gap:0;border-top:1px solid var(--eq8-line)}.eq8-step{display:grid;grid-template-columns:54px 1fr;padding:20px 0;border-bottom:1px solid var(--eq8-line)}.eq8-step b{font-size:11px;color:var(--eq8-red)}.eq8-step strong{font-size:15px;display:block;margin-bottom:3px}.eq8-step span{font-size:12px;color:var(--eq8-muted);line-height:1.5}
.eq8-cta{background:#111313;color:#fff;padding:46px;display:flex;align-items:center;justify-content:space-between;gap:30px}.eq8-cta .eq8-copy{color:#c5c8c8;max-width:620px}.eq8-cta .eq8-h2{color:#fff}
.eq8-eyebrowline{display:flex;align-items:center;gap:12px;color:#555b5b;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin-bottom:14px}.eq8-eyebrowline:before{content:'';width:32px;height:2px;background:var(--eq8-red)}
.eq8-tag{display:inline-block;padding:5px 8px;background:#eceeed;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#3e4343;margin:0 5px 5px 0}
.eq8-domainbox{display:grid;grid-template-columns:1.2fr .8fr;background:#f1f2f2}.eq8-domainbox>div{padding:34px}.eq8-domainbox>div:last-child{background:#e3e5e4}.eq8-domainbox strong{font-size:18px}.eq8-domainbox p{font-size:12px;color:var(--eq8-muted);line-height:1.55}
.eq8-compare{width:100%;border-collapse:collapse;border:1px solid var(--eq8-line)}.eq8-compare th,.eq8-compare td{padding:13px 15px;border-bottom:1px solid var(--eq8-line);font-size:12px;text-align:left}.eq8-compare th{font-size:10px;text-transform:uppercase;letter-spacing:.07em;background:#111;color:#fff}.eq8-compare td:nth-child(n+2){text-align:center}.eq8-compare tr:last-child td{border-bottom:0}
.eq8-footer-contact{margin-top:12px;font-size:12px;color:#555b5b;line-height:1.7}.eq8-footer-contact a{color:#111;text-decoration:none;font-weight:700}
@media(max-width:1000px){.eq8-wrap{width:calc(100% - 48px)}.eq8-hero{background:#fff}.eq8-hero-grid,.eq8-offer,.eq8-split{grid-template-columns:1fr}.eq8-hero-side{min-height:0}.eq8-grid-4,.eq8-market-cards{grid-template-columns:repeat(2,1fr)}.eq8-grid-3,.eq8-feature-list,.eq8-contact-grid{grid-template-columns:1fr 1fr}.eq8-pricing-grid{grid-template-columns:1.1fr repeat(2,minmax(0,1fr))}.eq8-pricing-grid .eq8-price-cell:nth-child(4),.eq8-pricing-grid .eq8-price-cell:nth-child(5),.eq8-pricing-grid .eq8-price-cell:nth-child(9),.eq8-pricing-grid .eq8-price-cell:nth-child(10){display:none}}
@media(max-width:640px){.eq8-wrap{width:calc(100% - 28px)}.eq8-section{padding:52px 0}.eq8-hero{padding:48px 0}.eq8-h1{font-size:46px}.eq8-h2{font-size:32px}.eq8-lead{font-size:16px}.eq8-grid-2,.eq8-grid-3,.eq8-grid-4,.eq8-feature-list,.eq8-contact-grid,.eq8-market-cards,.eq8-form-grid{grid-template-columns:1fr}.eq8-statgrid{grid-template-columns:1fr 1fr}.eq8-stat:nth-child(2){border-right:0}.eq8-stat:nth-child(-n+2){border-bottom:1px solid #303333}.eq8-section-head{display:block}.eq8-section-head .eq8-copy{margin-top:14px}.eq8-offer-copy,.eq8-offer-price{padding:28px}.eq8-checks{grid-template-columns:1fr}.eq8-pricing-grid{grid-template-columns:1fr 1fr}.eq8-pricing-grid .eq8-price-cell:nth-child(3),.eq8-pricing-grid .eq8-price-cell:nth-child(4),.eq8-pricing-grid .eq8-price-cell:nth-child(5),.eq8-pricing-grid .eq8-price-cell:nth-child(8),.eq8-pricing-grid .eq8-price-cell:nth-child(9),.eq8-pricing-grid .eq8-price-cell:nth-child(10){display:none}.eq8-contact-card{padding:24px}.eq8-cta{padding:30px;display:block}.eq8-cta .eq8-actions{margin-top:22px}.eq8-domainbox{grid-template-columns:1fr}}

/* --- equors-phase2-v8.css --- */
/* ============================================================
   EQUORS v8 — PHASE 2
   Global application journey + restored public header type scale
   ============================================================ */
:root{
  --eq2-ink:#111313; --eq2-muted:#5f6565; --eq2-line:#d6d9d8; --eq2-soft:#f5f6f5;
  --eq2-red:#b7150b; --eq2-green:#d7f2cb; --eq2-green-ink:#1c4d18; --eq2-white:#fff;
}
/* Restore the approved V7 header typography. Phase 1 had reduced it. */
body.eq-public-shell-v6 .eq-public-header nav{gap:0!important}
body.eq-public-shell-v6 .eq-public-header nav a{
  font-size:13px!important;line-height:18px!important;font-weight:600!important;
  padding-left:10px!important;padding-right:10px!important;white-space:nowrap!important;
}
body.eq-public-shell-v6 .eq-header-row{gap:18px!important}
body.eq-public-shell-v6 .eq-header-row > a:first-child .font-headline-md{
  font-size:21px!important;line-height:24px!important;font-weight:700!important;
}
body.eq-public-shell-v6 .eq-header-row > a:first-child .font-label-sm{
  display:block!important;font-size:9px!important;line-height:12px!important;font-weight:600!important;
  letter-spacing:.055em!important;text-transform:none!important;white-space:nowrap!important;margin-top:3px!important;
}
body.eq-public-shell-v6 .eq-public-header .eq-header-row > div:last-child a,
body.eq-public-shell-v6 .eq-public-header .eq-header-row > div:last-child button{
  font-size:13px!important;line-height:18px!important;font-weight:600!important;
}
body.eq-public-shell-v6 .eq-public-header a[href*="apply-step-1"]{padding-left:15px!important;padding-right:15px!important}
@media(max-width:1180px){
 body.eq-public-shell-v6 .eq-public-header nav a{font-size:12px!important;padding-left:7px!important;padding-right:7px!important}
 body.eq-public-shell-v6 .eq-header-row{gap:12px!important}
}
@media(max-width:1020px){body.eq-public-shell-v6 .eq-public-header nav{display:none!important}}
@media(max-width:640px){body.eq-public-shell-v6 .eq-header-row > a:first-child .font-label-sm{display:none!important}}

/* Application shell */
.eq2-app{background:#f7f8f7;color:var(--eq2-ink);min-height:calc(100vh - 108px)}
.eq2-wrap{width:calc(100% - 96px);max-width:1280px;margin:0 auto}
.eq2-context{background:#111313;color:#fff;border-bottom:1px solid #2e3232}
.eq2-context-inner{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:22px 0}
.eq2-context h1{font-size:27px;line-height:1.08;letter-spacing:-.03em;margin:3px 0 0;font-weight:700}
.eq2-kicker{display:block;font-size:10px;line-height:14px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#c8f2b5}
.eq2-market-chip{display:flex;align-items:center;gap:10px;border:1px solid #444949;padding:10px 13px;min-width:230px;justify-content:space-between}
.eq2-market-chip span{font-size:10px;color:#adb2b2;text-transform:uppercase;letter-spacing:.08em}
.eq2-market-chip strong{font-size:13px;color:#fff}
.eq2-stepbar{background:#fff;border-bottom:1px solid var(--eq2-line)}
.eq2-stepgrid{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));padding:0}
.eq2-stepitem{min-height:64px;display:flex;align-items:center;gap:9px;padding:0 10px;border-right:1px solid #eceeed;color:#7a8080;position:relative}
.eq2-stepitem:last-child{border-right:0}.eq2-stepitem b{width:24px;height:24px;display:grid;place-items:center;border:1px solid #c9cdcc;font-size:10px;flex:0 0 auto}
.eq2-stepitem span{font-size:10.5px;line-height:1.2;font-weight:700}.eq2-stepitem.active{color:#111313;background:#f1f2f1}.eq2-stepitem.active b{background:#111313;color:#fff;border-color:#111313}
.eq2-stepitem.done b{background:#d7f2cb;color:#23511d;border-color:#a7d59a}.eq2-stepitem.done{color:#3f4646}
.eq2-main{padding:34px 0 56px}.eq2-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:28px;align-items:start}
.eq2-panel{background:#fff;border:1px solid var(--eq2-line)}.eq2-panel-head{padding:28px 30px 22px;border-bottom:1px solid var(--eq2-line)}
.eq2-panel-head h2{font-size:27px;line-height:1.05;letter-spacing:-.032em;margin:0}.eq2-panel-head p{font-size:13px;line-height:1.55;color:var(--eq2-muted);margin:10px 0 0;max-width:760px}
.eq2-form{padding:28px 30px}.eq2-section{padding:0 0 26px;margin:0 0 26px;border-bottom:1px solid #e4e6e5}.eq2-section:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0}
.eq2-section-title{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px}.eq2-section-title h3{font-size:16px;margin:0;font-weight:700}.eq2-section-title p{font-size:11px;color:var(--eq2-muted);margin:3px 0 0;line-height:1.45}
.eq2-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.eq2-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.eq2-field{display:flex;flex-direction:column;gap:6px}.eq2-field.full{grid-column:1/-1}
.eq2-field label,.eq2-legend{font-size:11px;line-height:15px;font-weight:700;color:#303535}.eq2-field small{font-size:10px;color:#747a7a;line-height:1.4}
.eq2-field input,.eq2-field select,.eq2-field textarea{width:100%;min-height:44px;border:1px solid #c9cdcc;background:#fff;padding:10px 12px;border-radius:2px;font:13px/18px Inter,Arial,sans-serif;color:#111313;box-sizing:border-box}
.eq2-field textarea{min-height:96px;resize:vertical}.eq2-field input:focus,.eq2-field select:focus,.eq2-field textarea:focus{outline:2px solid #111313;outline-offset:1px}
.eq2-choicegrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.eq2-choicegrid.three{grid-template-columns:repeat(3,minmax(0,1fr))}
.eq2-choice{position:relative;border:1px solid #ced1d0;background:#fff;padding:14px 14px 13px;min-height:72px;cursor:pointer;display:block}.eq2-choice input{position:absolute;right:12px;top:12px}.eq2-choice strong{display:block;font-size:12.5px;padding-right:24px}.eq2-choice span{display:block;font-size:10.5px;color:#6c7272;line-height:1.4;margin-top:4px;padding-right:24px}.eq2-choice:has(input:checked){border-color:#111313;box-shadow:inset 0 -3px 0 #b7150b;background:#fafafa}
.eq2-market-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.eq2-market-card{border:1px solid #ccd0cf;background:#fff;padding:16px;cursor:pointer;min-height:92px;position:relative}.eq2-market-card strong{display:block;font-size:14px}.eq2-market-card span{display:block;font-size:10px;color:#6c7272;margin-top:6px}.eq2-market-card.active{background:#111313;color:#fff;border-color:#111313}.eq2-market-card.active span{color:#c9cdcc}.eq2-market-card.active:after{content:'Selected';position:absolute;right:10px;top:10px;font-size:8px;text-transform:uppercase;letter-spacing:.08em;color:#c8f2b5}
.eq2-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:20px 30px;border-top:1px solid var(--eq2-line);background:#fbfbfb}.eq2-btn{min-height:44px;padding:0 18px;border:1px solid #111313;background:#fff;color:#111313;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-size:12px;font-weight:700;border-radius:2px;cursor:pointer}.eq2-btn.primary{background:#111313;color:#fff}.eq2-btn.soft{border-color:#cdd0cf;background:#f4f5f4}.eq2-btn:hover{filter:brightness(.96)}
.eq2-aside{display:grid;gap:14px}.eq2-sidecard{background:#fff;border:1px solid var(--eq2-line);padding:20px}.eq2-sidecard.dark{background:#111313;color:#fff;border-color:#111313}.eq2-sidecard .label{font-size:9px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#b7150b}.eq2-sidecard.dark .label{color:#c8f2b5}.eq2-sidecard h3{font-size:17px;line-height:1.15;margin:10px 0 8px}.eq2-sidecard p{font-size:11px;line-height:1.5;color:#6b7171;margin:0}.eq2-sidecard.dark p{color:#c0c5c5}.eq2-sidecard ul{margin:12px 0 0;padding-left:18px}.eq2-sidecard li{font-size:11px;line-height:1.45;color:#626868;margin:6px 0}.eq2-sidecard.dark li{color:#c6caca}
.eq2-summary-row{display:flex;justify-content:space-between;gap:20px;padding:10px 0;border-bottom:1px solid #e5e7e6;font-size:11px}.eq2-summary-row:last-child{border-bottom:0}.eq2-summary-row span{color:#6b7171}.eq2-summary-row strong{text-align:right}
.eq2-score{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-top:12px}.eq2-score strong{font-size:38px;letter-spacing:-.05em;line-height:1}.eq2-meter{height:6px;background:#e4e6e5;margin-top:12px}.eq2-meter i{display:block;height:100%;background:#111313;width:0;transition:.2s}
.eq2-note{padding:12px 14px;border-left:3px solid #b7150b;background:#f3f4f3;font-size:10.5px;line-height:1.5;color:#535959;margin-top:14px}
.eq2-pricebox{background:#111313;color:#fff;padding:22px}.eq2-pricebox .top{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.eq2-pricebox .top span{font-size:9px;text-transform:uppercase;letter-spacing:.1em;color:#b9bebe}.eq2-pricebox .annual{font-size:35px;line-height:1;font-weight:800;letter-spacing:-.04em;margin-top:7px}.eq2-pricebox .annual small{font-size:12px;font-weight:600;letter-spacing:0}.eq2-pricebox .line{height:1px;background:#383c3c;margin:18px 0}.eq2-pricebox .calcrow{display:flex;justify-content:space-between;gap:18px;padding:7px 0;font-size:11px;color:#c7cbcb}.eq2-pricebox .calcrow strong{color:#fff}.eq2-pricebox .total{margin-top:12px;background:#d7f2cb;color:#1c4d18;padding:13px 14px;display:flex;justify-content:space-between;font-size:12px;font-weight:800}
.eq2-review{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.eq2-review-card{border:1px solid #d6d9d8;padding:18px}.eq2-review-card h3{font-size:13px;margin:0 0 12px}.eq2-review-card dl{margin:0}.eq2-review-card div{display:flex;justify-content:space-between;gap:15px;padding:6px 0;border-bottom:1px solid #eceeed;font-size:10.5px}.eq2-review-card div:last-child{border-bottom:0}.eq2-review-card dt{color:#707676}.eq2-review-card dd{margin:0;text-align:right;font-weight:700}
.eq2-success{max-width:820px;margin:0 auto;background:#fff;border:1px solid #d6d9d8;padding:50px}.eq2-success-mark{width:48px;height:48px;background:#d7f2cb;color:#1c4d18;display:grid;place-items:center;font-size:24px;font-weight:800;margin-bottom:24px}.eq2-success h1{font-size:38px;line-height:1.02;letter-spacing:-.04em;margin:0}.eq2-success p{font-size:13px;color:#626868;line-height:1.6}.eq2-success-ref{border-top:1px solid #e0e3e2;border-bottom:1px solid #e0e3e2;padding:14px 0;margin:24px 0;display:flex;justify-content:space-between;font-size:11px}.eq2-success-ref strong{font-size:13px}
.eq2-hidden{display:none!important}
@media(max-width:1050px){.eq2-layout{grid-template-columns:1fr}.eq2-aside{grid-template-columns:repeat(2,minmax(0,1fr))}.eq2-stepitem span{display:none}.eq2-stepitem{justify-content:center;padding:0}.eq2-market-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.eq2-wrap{width:calc(100% - 28px)}.eq2-context-inner{align-items:flex-start;flex-direction:column;padding:18px 0}.eq2-market-chip{width:100%;box-sizing:border-box}.eq2-main{padding-top:20px}.eq2-panel-head,.eq2-form{padding-left:20px;padding-right:20px}.eq2-actions{padding-left:20px;padding-right:20px;flex-wrap:wrap}.eq2-grid,.eq2-grid.three,.eq2-choicegrid,.eq2-choicegrid.three,.eq2-review{grid-template-columns:1fr}.eq2-aside{grid-template-columns:1fr}.eq2-stepgrid{overflow-x:auto;grid-template-columns:repeat(8,54px)}.eq2-stepitem{min-width:54px}.eq2-market-grid{grid-template-columns:1fr 1fr}.eq2-panel-head h2{font-size:23px}.eq2-context h1{font-size:23px}}

/* --- equors-visual-v6-1.css --- */

/* ============================================================
   EQUORS V8 — Visual Polish 6.1
   Premium public-site layer: realistic imagery, stronger brand
   depth, controlled red/green accents, open editorial rhythm.
   ============================================================ */
:root{
  --eq61-ink:#111312;--eq61-paper:#fbfbf8;--eq61-stone:#f0f1ee;--eq61-line:#dfe1dd;
  --eq61-muted:#646963;--eq61-red:#c82018;--eq61-red-dark:#9f160f;--eq61-green:#1e5b31;
  --eq61-green-soft:#e3f0df;--eq61-charcoal:#151817;--eq61-max:1280px;
}
body.eq-public-shell-v6{background:var(--eq61-paper)}
body.eq-public-shell-v6 .eq-public-header nav a{font-size:13px!important;font-weight:600!important;letter-spacing:-.01em!important;color:#4f5451!important;padding-left:9px!important;padding-right:9px!important;position:relative}
body.eq-public-shell-v6 .eq-public-header nav a:hover{color:#111312!important}
body.eq-public-shell-v6 .eq-public-header nav a:after{content:"";position:absolute;left:9px;right:9px;bottom:-8px;height:2px;background:var(--eq61-red);transform:scaleX(0);transform-origin:left;transition:transform .18s ease}
body.eq-public-shell-v6 .eq-public-header nav a:hover:after{transform:scaleX(1)}
body.eq-public-shell-v6 .eq-public-header .font-headline-md{font-size:22px!important;line-height:1!important;font-weight:750!important}
body.eq-public-shell-v6 .eq-public-header .font-label-sm{font-size:10px!important}
body.eq-public-shell-v6 .eq-public-header .eq-header-row{height:82px!important}
.eq61-main{background:var(--eq61-paper)}
.eq61-wrap{width:calc(100% - 96px);max-width:var(--eq61-max);margin:0 auto}
.eq61-eyebrow{display:flex;align-items:center;gap:11px;font-size:10px;line-height:1.2;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#555b57}
.eq61-eyebrow:before{content:"";width:30px;height:2px;background:var(--eq61-red)}
.eq61-title{font-size:clamp(48px,5.2vw,78px);line-height:.96;letter-spacing:-.055em;font-weight:760;margin:18px 0 0;color:var(--eq61-ink)}
.eq61-title .green{color:var(--eq61-green)}
.eq61-h2{font-size:clamp(32px,3.3vw,50px);line-height:1.02;letter-spacing:-.045em;font-weight:740;margin:0;color:var(--eq61-ink)}
.eq61-h3{font-size:24px;line-height:1.1;letter-spacing:-.025em;font-weight:720;margin:0}
.eq61-lead{font-size:18px;line-height:1.62;color:#565d58;max-width:690px;margin:22px 0 0}
.eq61-copy{font-size:14px;line-height:1.72;color:var(--eq61-muted);margin:0}
.eq61-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:30px}
.eq61-btn{min-height:48px;padding:0 21px;border:1px solid #181a19;border-radius:3px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-size:13px;font-weight:750;text-decoration:none;transition:.18s ease}
.eq61-btn.dark{background:#151817;color:#fff}.eq61-btn.dark:hover{background:#292d2b;transform:translateY(-1px)}
.eq61-btn.red{background:var(--eq61-red);border-color:var(--eq61-red);color:#fff}.eq61-btn.red:hover{background:var(--eq61-red-dark);transform:translateY(-1px)}
.eq61-btn.light{background:#fff;color:#151817}.eq61-btn.light:hover{background:#f4f5f2}
.eq61-hero{padding:70px 0 58px;border-bottom:1px solid var(--eq61-line);background:radial-gradient(circle at 12% 10%,rgba(200,32,24,.035),transparent 30%),linear-gradient(90deg,#fbfbf8 0%,#fbfbf8 52%,#f3f3ef 52%,#f3f3ef 100%)}
.eq61-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(440px,.95fr);gap:56px;align-items:center}
.eq61-hero-copy{padding:26px 0}
.eq61-hero-media{position:relative;min-height:525px;overflow:hidden;background:#ddd}
.eq61-hero-media img{width:100%;height:100%;min-height:525px;object-fit:cover;display:block}
.eq61-hero-media:after{content:"";position:absolute;inset:0;box-shadow:inset 0 0 0 1px rgba(17,19,18,.08);pointer-events:none}
.eq61-media-badge{position:absolute;left:24px;bottom:24px;background:rgba(17,19,18,.92);color:#fff;padding:14px 16px;max-width:260px;backdrop-filter:blur(8px)}
.eq61-media-badge strong{display:block;font-size:13px;margin-bottom:3px}.eq61-media-badge span{font-size:11px;color:#cbd0cc;line-height:1.45}
.eq61-mini-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#d8dbd6;border:1px solid #d8dbd6}
.eq61-mini{padding:18px 20px;background:#fbfbf8}.eq61-mini b{display:block;font-size:13px}.eq61-mini span{font-size:10px;color:#747a75;text-transform:uppercase;letter-spacing:.08em}
.eq61-section{padding:80px 0;border-bottom:1px solid var(--eq61-line)}
.eq61-section.soft{background:#f3f4f1}
.eq61-section-head{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(300px,.6fr);gap:60px;align-items:end;margin-bottom:36px}
.eq61-path-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.eq61-path-card{background:#fff;border:1px solid var(--eq61-line);overflow:hidden;display:flex;flex-direction:column;min-height:100%}
.eq61-path-media{height:190px;overflow:hidden;position:relative;background:#e4e5e2}
.eq61-path-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}
.eq61-path-card:hover .eq61-path-media img{transform:scale(1.025)}
.eq61-path-body{padding:25px 25px 27px;display:flex;flex-direction:column;flex:1}
.eq61-path-num{font-size:10px;font-weight:850;letter-spacing:.12em;color:var(--eq61-red);text-transform:uppercase;margin-bottom:16px}
.eq61-path-card:nth-child(3) .eq61-path-num{color:var(--eq61-green)}
.eq61-path-body p{font-size:13px;line-height:1.62;color:#656b66;margin:12px 0 0}
.eq61-link{margin-top:auto;padding-top:22px;font-size:12px;font-weight:750;color:#111;text-decoration:none;display:inline-flex;gap:7px;align-items:center}
.eq61-editorial{display:grid;grid-template-columns:.82fr 1.18fr;gap:54px;align-items:center}
.eq61-editorial-visual{background:#fff;border:1px solid var(--eq61-line);padding:28px;min-height:390px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}
.eq61-editorial-visual img{width:100%;height:auto;display:block}
.eq61-feature-row{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:28px;border-top:1px solid var(--eq61-line);border-bottom:1px solid var(--eq61-line)}
.eq61-feature-row div{padding:16px 18px;border-right:1px solid var(--eq61-line)}.eq61-feature-row div:last-child{border-right:0}
.eq61-feature-row b{font-size:12px;display:block}.eq61-feature-row span{font-size:10px;color:#777d78}
.eq61-flow{display:grid;grid-template-columns:repeat(5,1fr);gap:0;margin-top:34px;border-top:1px solid #cfd2ce;border-bottom:1px solid #cfd2ce}
.eq61-flow div{padding:20px 18px;border-right:1px solid #d9dcd8}.eq61-flow div:last-child{border-right:0}
.eq61-flow b{font-size:10px;color:var(--eq61-red);letter-spacing:.1em}.eq61-flow strong{display:block;font-size:15px;margin-top:8px}.eq61-flow span{font-size:11px;color:#777c78}
.eq61-mission{background:#111514;color:#fff;overflow:hidden}
.eq61-mission-grid{display:grid;grid-template-columns:.78fr 1.22fr;min-height:430px}
.eq61-mission-copy{padding:70px 54px 70px 0;display:flex;flex-direction:column;justify-content:center}
.eq61-mission .eq61-eyebrow{color:#c9cfca}.eq61-mission .eq61-h2{color:#fff}
.eq61-big{font-size:clamp(56px,6vw,92px);line-height:.9;letter-spacing:-.06em;font-weight:760;margin:20px 0 12px}
.eq61-mission-visual{position:relative;min-height:430px}
.eq61-mission-visual img{width:100%;height:100%;object-fit:cover;display:block}
.eq61-mission-visual:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#111514 0%,rgba(17,21,20,.25) 35%,transparent 65%);z-index:1}
.eq61-market-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:34px}
.eq61-market-card{background:#fff;border:1px solid var(--eq61-line);padding:24px}
.eq61-market-card span{font-size:10px;color:#707571;text-transform:uppercase;letter-spacing:.1em}.eq61-market-card strong{display:block;font-size:30px;letter-spacing:-.035em;margin-top:10px}.eq61-market-card small{font-size:11px;color:#737873}
.eq61-cta{position:relative;overflow:hidden;background:#f4e9e1;min-height:250px;display:flex;align-items:center}
.eq61-cta:after{content:"";position:absolute;right:0;bottom:0;width:54%;height:100%;background:url("../assets/visual-v61/skyline.webp") right bottom/cover no-repeat;opacity:.58;mix-blend-mode:multiply}
.eq61-cta-inner{position:relative;z-index:2;padding:56px 0;display:grid;grid-template-columns:1fr auto;gap:40px;align-items:center}
.eq61-cta .eq61-copy{max-width:620px;color:#555a56}
.eq61-band{padding:34px 0;background:#fff;border-bottom:1px solid var(--eq61-line)}
.eq61-band-text{font-size:clamp(34px,4.7vw,68px);font-weight:740;letter-spacing:-.05em;line-height:.95}
.eq61-band-text em{font-style:normal;color:var(--eq61-red)}
.eq61-program-hero{padding:68px 0;background:#f7f7f4;border-bottom:1px solid var(--eq61-line)}
.eq61-program-grid{display:grid;grid-template-columns:1fr .9fr;gap:48px;align-items:center}
.eq61-program-media{min-height:400px;background:#e6e7e4;overflow:hidden;position:relative}
.eq61-program-media img{width:100%;height:100%;min-height:400px;object-fit:cover;display:block}
.eq61-program-media .label{position:absolute;left:22px;bottom:22px;background:rgba(17,19,18,.9);color:#fff;padding:13px 15px;font-size:11px;font-weight:700}
.eq61-open-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:38px;margin-top:36px}
.eq61-open-item{padding-top:18px;border-top:2px solid #1d201e}.eq61-open-item.red{border-color:var(--eq61-red)}.eq61-open-item.green{border-color:var(--eq61-green)}
.eq61-open-item b{font-size:10px;letter-spacing:.1em;color:#777c78}.eq61-open-item h3{font-size:22px;margin:12px 0 8px}.eq61-open-item p{font-size:13px;line-height:1.65;color:#676c68;margin:0}
.eq61-price-hero .eq61-program-media{background:#111514}
.eq61-price-panel{position:absolute;right:20px;bottom:20px;left:20px;background:#fff;padding:22px;box-shadow:0 14px 38px rgba(0,0,0,.16)}
.eq61-price-panel .price{font-size:42px;letter-spacing:-.05em;font-weight:760}.eq61-price-panel small{font-size:12px;color:#70756f}
.eq61-trustline{display:flex;flex-wrap:wrap;gap:16px;margin-top:24px;font-size:11px;color:#6f756f}.eq61-trustline span{display:flex;align-items:center;gap:6px}.eq61-trustline i{width:6px;height:6px;border-radius:50%;background:var(--eq61-green)}
@media(max-width:1050px){
  .eq61-wrap{width:calc(100% - 48px)}.eq61-hero{background:#fbfbf8}
  .eq61-hero-grid,.eq61-program-grid,.eq61-editorial,.eq61-mission-grid{grid-template-columns:1fr}
  .eq61-hero-media,.eq61-hero-media img{min-height:470px}.eq61-mission-copy{padding:58px 0 26px}.eq61-mission-visual{min-height:340px}
  .eq61-section-head{grid-template-columns:1fr;gap:18px}.eq61-path-grid,.eq61-open-grid{grid-template-columns:1fr 1fr}
  .eq61-market-grid{grid-template-columns:repeat(2,1fr)}.eq61-flow{grid-template-columns:1fr 1fr}.eq61-flow div{border-bottom:1px solid #d9dcd8}
  .eq61-feature-row{grid-template-columns:1fr 1fr}.eq61-feature-row div:nth-child(2){border-right:0}
}
@media(max-width:640px){
  .eq61-wrap{width:calc(100% - 28px)}.eq61-hero,.eq61-program-hero{padding:45px 0}.eq61-section{padding:58px 0}
  .eq61-title{font-size:48px}.eq61-h2{font-size:34px}.eq61-lead{font-size:16px}.eq61-hero-grid{gap:28px}
  .eq61-hero-media,.eq61-hero-media img{min-height:360px}.eq61-mini-grid,.eq61-path-grid,.eq61-open-grid,.eq61-market-grid,.eq61-flow,.eq61-feature-row{grid-template-columns:1fr}
  .eq61-mini,.eq61-flow div,.eq61-feature-row div{border-right:0}.eq61-path-media{height:210px}.eq61-editorial{gap:30px}.eq61-editorial-visual{min-height:260px;padding:14px}
  .eq61-mission-copy{padding-top:50px}.eq61-big{font-size:58px}.eq61-cta-inner{grid-template-columns:1fr}.eq61-cta:after{width:100%;opacity:.28}
}

/* --- equors-visual-v6-2.css --- */
/* EQUORS V8.6.2 — public visual system
   Realistic imagery, safe framing, no destructive cropping. */
:root{
  --eq62-ink:#111313;
  --eq62-paper:#f7f7f4;
  --eq62-stone:#ecece8;
  --eq62-line:#d9dbd7;
  --eq62-red:#bd201b;
  --eq62-green:#356b45;
}

/* Keep the approved header structure but restore a confident readable scale. */
.eq-public-header nav a{font-size:13.5px!important;line-height:20px!important}
.eq-public-header .font-headline-md{font-size:22px!important;line-height:25px!important;font-weight:780!important}
.eq-public-header .font-label-sm{font-size:10.5px!important;line-height:14px!important}

/* Never crop the new editorial assets. */
.eq61-hero-media,
.eq61-program-media,
.eq61-path-media,
.eq61-editorial-visual,
.eq61-mission-visual{
  background:#f1f2ef!important;
  overflow:hidden;
}
.eq61-hero-media,
.eq61-program-media{min-height:0!important;height:auto!important;display:flex;align-items:center;justify-content:center}
.eq61-hero-media img,
.eq61-program-media img{
  width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;
  object-fit:contain!important;object-position:center!important;display:block!important;
}
.eq61-path-media{height:auto!important;aspect-ratio:4/3;display:flex;align-items:center;justify-content:center}
.eq61-path-media img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important;transform:none!important}
.eq61-editorial-visual{min-height:0!important;padding:20px!important}
.eq61-editorial-visual img{width:100%!important;height:auto!important;object-fit:contain!important}
.eq61-mission-visual{min-height:0!important;display:flex;align-items:center;background:#0e1110!important}
.eq61-mission-visual img{width:100%!important;height:auto!important;object-fit:contain!important;object-position:center!important}

/* Give imagery a photographic frame rather than a hard crop. */
.eq61-hero-media,.eq61-program-media,.eq61-path-media,.eq61-editorial-visual{
  border:1px solid var(--eq62-line);
}
.eq61-hero-media img,.eq61-program-media img,.eq61-path-media img,.eq61-editorial-visual img{transition:filter .25s ease}
.eq61-path-card:hover img{filter:saturate(1.03) contrast(1.01)}

/* Contextual image injected into the older Tailwind-style public pages. */
.eq62-tailwind-media{
  margin:-32px -32px 26px;
  background:#eceeea;
  border-bottom:1px solid rgba(255,255,255,.14);
  overflow:hidden;
}
.eq62-tailwind-media img{width:100%;height:auto;object-fit:contain;display:block}
@media(min-width:1024px){.eq62-tailwind-media{margin:-40px -40px 30px}}

/* Business Email / Contact public hero: image plus commercial information, no crop. */
.eq8-hero-side.eq62-has-image{padding:0!important;overflow:hidden;min-height:0!important}
.eq62-eq8-media{background:#e8e9e6;border-bottom:1px solid #353938}
.eq62-eq8-media img{display:block;width:100%;height:auto;object-fit:contain}
.eq8-hero-side.eq62-has-image > div:not(.eq62-eq8-media){padding:24px 30px}
.eq8-hero-side.eq62-has-image > .eq8-price-sub{margin:0;border-top:1px solid #343837}

/* Legacy Digital Services / AI pages. */
.dz-hero-panel.eq62-has-image{overflow:hidden}
.eq62-dz-media{margin:-28px -28px 24px;background:#e9eae6;border-bottom:1px solid #c9cdca}
.eq62-dz-media img{width:100%;height:auto;display:block;object-fit:contain}

/* Optional image strip used on selected content pages. */
.eq62-photo-strip{max-width:1280px;margin:0 auto 64px;padding:0 48px}
.eq62-photo-strip figure{margin:0;border:1px solid var(--eq62-line);background:#f0f1ee;padding:0;overflow:hidden}
.eq62-photo-strip img{width:100%;height:auto;display:block;object-fit:contain}
.eq62-photo-strip figcaption{display:flex;justify-content:space-between;gap:18px;padding:14px 16px;border-top:1px solid var(--eq62-line);font-size:11px;line-height:17px;color:#555b57;background:#fff}
.eq62-photo-strip figcaption strong{color:#171918;letter-spacing:.06em;text-transform:uppercase;font-size:10px}

/* CTA with a real image while preserving content structure. */
.eq61-cta.eq62-with-media{padding:0!important;background:#f2e8e0!important}
.eq62-cta-grid{display:grid;grid-template-columns:1.1fr .9fr;align-items:stretch}
.eq62-cta-copy{padding:54px 0}
.eq62-cta-media{min-height:300px;background:#e9ded4;overflow:hidden;border-left:1px solid rgba(17,19,18,.1)}
.eq62-cta-media img{width:100%;height:100%;object-fit:contain;display:block;background:#e9ded4}

@media(max-width:900px){
  .eq-public-header nav a{font-size:13px!important}
  .eq62-photo-strip{padding:0 24px;margin-bottom:48px}
  .eq62-cta-grid{grid-template-columns:1fr}
  .eq62-cta-copy{padding:40px 0 28px}
  .eq62-cta-media{min-height:0;border-left:0;border-top:1px solid rgba(17,19,18,.1)}
}
@media(max-width:640px){
  .eq62-photo-strip{padding:0 14px}
  .eq62-tailwind-media{margin:-32px -32px 22px}
  .eq8-hero-side.eq62-has-image > div:not(.eq62-eq8-media){padding:22px 24px}
}
.eq61-cta.eq62-with-media:after{display:none!important}

/* --- equors-application-fix-v9.css --- */
/* EQUORS public application visual correction v9.1 */
/* Keep application pages on exactly the same approved public website header/footer visual layer. */
body.eq-public-shell-v6{font-family:Inter,Arial,sans-serif}

/* Fix the context market card: labels and values must never collide. */
.eq2-market-chip{
  min-width:430px;
  gap:0;
  padding:12px 16px;
  align-items:stretch;
}
.eq2-market-chip>div{
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:3px;
  min-width:0;
  padding-right:20px;
}
.eq2-market-chip>div+div{
  border-left:1px solid #3e4343;
  padding-left:20px;
  padding-right:0;
  margin-left:0;
}
.eq2-market-chip span{display:block;line-height:1.2}
.eq2-market-chip strong{display:block;line-height:1.25;white-space:nowrap}

/* Application header should feel like one continuous public website, not a second app shell. */
.eq2-context-inner{padding-top:24px;padding-bottom:24px}
.eq2-context h1{margin-top:5px}
.eq2-main{padding-top:32px}

/* Keep the stepper readable while retaining the compact visual language. */
.eq2-stepitem{padding-left:12px;padding-right:12px}
.eq2-stepitem span{font-size:11px}

/* Public-facing copy card polish. */
.eq2-note{background:#f5f6f5;border-left-color:#b7150b}

@media(max-width:1050px){
  .eq2-market-chip{min-width:360px}
}
@media(max-width:760px){
  .eq2-market-chip{min-width:0;width:100%;box-sizing:border-box}
  .eq2-market-chip>div{flex:1 1 50%;padding-right:14px}
  .eq2-market-chip>div+div{padding-left:14px}
}
@media(max-width:440px){
  .eq2-market-chip{flex-direction:column;gap:12px}
  .eq2-market-chip>div{padding:0}
  .eq2-market-chip>div+div{border-left:0;border-top:1px solid #3e4343;padding:12px 0 0}
}

/* --- equors-policy-v11.css --- */
/* EQUORS v11 — UAE public-policy context */
.eq-policy-section{background:#f7f7f4}
.eq-policy-grid{display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid #cfd2ce;border-left:1px solid #cfd2ce;margin-top:34px}
.eq-policy-card{background:#fff;border-right:1px solid #cfd2ce;border-bottom:1px solid #cfd2ce;padding:22px;min-height:235px;display:flex;flex-direction:column}
.eq-policy-card b{font-size:10px;letter-spacing:.1em;color:#c8261d}
.eq-policy-card h3{font-size:19px;line-height:1.15;margin:12px 0 10px;letter-spacing:-.02em}
.eq-policy-card p{font-size:12px;line-height:1.55;color:#656a66;margin:0 0 18px}
.eq-policy-card a{font-size:11px;font-weight:700;color:#111;text-decoration:underline;margin-top:auto}
.eq-policy-note{margin-top:18px;padding:15px 18px;border-left:3px solid #c8261d;background:#fff;font-size:12px;line-height:1.55;color:#5f645f}
.eq-policy-note strong{color:#111}
.eq-policy-note a{color:#111;font-weight:700;text-decoration:underline}
.eq-policy-page .eq61-hero{min-height:auto}
.eq-policy-source-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:30px}
.eq-policy-source{border:1px solid #d5d8d4;background:#fff;padding:24px}
.eq-policy-source small{display:block;color:#c8261d;font-weight:700;letter-spacing:.1em;font-size:10px;margin-bottom:10px}
.eq-policy-source h3{font-size:22px;line-height:1.2;margin:0 0 10px}
.eq-policy-source p{font-size:13px;line-height:1.6;color:#666b67;margin:0 0 14px}
.eq-policy-source ul{margin:0 0 16px 18px;padding:0;color:#555b56;font-size:12px;line-height:1.6}
.eq-policy-source a{font-size:11px;font-weight:700;color:#111;text-decoration:underline}
.eq-policy-map{display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid #cfd2ce;border-left:1px solid #cfd2ce;margin-top:30px}
.eq-policy-map div{padding:20px;border-right:1px solid #cfd2ce;border-bottom:1px solid #cfd2ce;background:#fff}
.eq-policy-map b{font-size:10px;color:#c8261d;letter-spacing:.08em}
.eq-policy-map strong{display:block;font-size:15px;margin:8px 0 4px}
.eq-policy-map span{font-size:11px;color:#777c78;line-height:1.45}
.eq-policy-disclaimer{font-size:11px;color:#6d716d;margin-top:14px;max-width:880px}
@media(max-width:1100px){
  .eq-policy-grid{grid-template-columns:repeat(2,1fr)}
  .eq-policy-map{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:700px){
  .eq-policy-grid,.eq-policy-source-grid,.eq-policy-map{grid-template-columns:1fr}
  .eq-policy-card{min-height:0}
}

/* --- equors-v12-unified.css --- */
/* EQUORS v12.1 — final public-site unification layer */
:root{--eq-focus:#0b6b3a;--eq-danger:#b42318;--eq-ok:#176b3a;--eq-muted:#66706a}
html{scroll-behavior:smooth}
body{min-height:100vh}
::-webkit-scrollbar{display:block;width:10px;height:10px}
::-webkit-scrollbar-thumb{background:#c6cbc7;border-radius:10px;border:2px solid transparent;background-clip:padding-box}
::-webkit-scrollbar-track{background:#f3f4f3}
*:focus-visible{outline:3px solid var(--eq-focus)!important;outline-offset:3px!important}
.eq-skip{position:fixed;left:16px;top:8px;z-index:9999;background:#111;color:#fff;padding:10px 14px;border-radius:4px;transform:translateY(-160%);transition:transform .15s ease;font-weight:700}
.eq-skip:focus{transform:translateY(0)}
.eq-v12-brandmark{display:flex;align-items:center;justify-content:center}
.eq-v12-brandmark svg{width:24px;height:24px;color:#fff}
.eq-public-header{isolation:isolate}
.eq-public-header nav a{white-space:nowrap}
.eq-mobile-menu{min-height:40px}
.eq-mobile-panel{max-height:calc(100vh - 108px);overflow:auto}
.eq2-v12-mobile-progress{display:none;background:#fff;border-bottom:1px solid #e2e5e3;padding:12px 0}
.eq2-v12-progress-row{display:flex;align-items:center;justify-content:space-between;gap:16px;font-size:13px;font-weight:700;color:#2c332f;margin-bottom:8px}
.eq2-v12-progress-track{height:4px;border-radius:999px;background:#e8ebe9;overflow:hidden}
.eq2-v12-progress-track i{display:block;height:100%;background:#111;border-radius:999px}
.eq2-v12-left-actions{display:flex;flex-wrap:wrap;gap:10px}
.eq2-v12-status{margin-top:16px;padding:12px 14px;border:1px solid #d7dcda;background:#f7f8f7;font-size:14px;line-height:1.45}
.eq2-v12-status.is-error{border-color:#efc4bf;background:#fff5f4;color:#8b1e16}
.eq2-v12-status.is-success{border-color:#b6d8c2;background:#f3fbf5;color:#14532d}
.eq2-v12-hidden{display:none!important}
.eq2-v12-honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}
.eq2-v12-review-more{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;width:100%}
.eq2-v12-review-card{border:1px solid #dde1de;background:#fff;padding:20px;min-width:0}
.eq2-v12-review-card h3{font-size:17px;margin:0 0 14px;font-weight:800}
.eq2-v12-review-card dl{margin:0;display:grid;gap:10px}
.eq2-v12-review-card dl>div{display:grid;grid-template-columns:minmax(120px,.75fr) minmax(0,1.25fr);gap:14px;padding-top:9px;border-top:1px solid #eceeec}
.eq2-v12-review-card dt{font-size:12px;font-weight:700;color:#666f69;text-transform:uppercase;letter-spacing:.04em}
.eq2-v12-review-card dd{margin:0;font-size:14px;color:#151817;word-break:break-word}
.eq2-v12-edit{display:inline-flex;margin-top:14px;font-size:13px;font-weight:800;text-decoration:underline;text-underline-offset:3px}
.eq2-field input,.eq2-field select,.eq2-field textarea{font-size:16px!important}
.eq2-choice input{flex:0 0 auto}
.eq2-choice strong,.eq2-choice span{line-height:1.45}
.eq2-actions{align-items:center}
.eq2-btn[disabled]{opacity:.55;cursor:not-allowed}
.eq2-aside{align-self:start}
.eq2-note{line-height:1.5}
.eq8-form-status{display:none}
.eq8-form-status.show{display:block}
.eq-v12-form-status{margin-top:14px;padding:12px 14px;border:1px solid #d8dcda;font-size:14px}
.eq-v12-form-status.is-error{background:#fff5f4;border-color:#efc4bf;color:#8b1e16}
.eq-v12-form-status.is-success{background:#f3fbf5;border-color:#b6d8c2;color:#14532d}
.eq-v12-policy-source{font-size:13px;line-height:1.45;color:#59615c}
.eq-v12-policy-source a{text-decoration:underline;text-underline-offset:3px}
/* Arabic/RTL */
html[dir="rtl"] body,body.eq-v12-rtl{font-family:"Noto Sans Arabic",Inter,Arial,sans-serif!important}
html[dir="rtl"] .eq-header-row,html[dir="rtl"] .eq2-context-inner,html[dir="rtl"] .eq2-layout,html[dir="rtl"] .eq61-section-head{direction:rtl}
html[dir="rtl"] .eq2-field input:not([type="email"]):not([type="url"]):not([type="tel"]),html[dir="rtl"] .eq2-field textarea,html[dir="rtl"] .eq2-field select{text-align:right}
html[dir="rtl"] input[type="email"],html[dir="rtl"] input[type="url"],html[dir="rtl"] input[type="tel"]{direction:ltr;text-align:left}
html[dir="rtl"] .eq2-v12-review-card dl>div{direction:rtl}
html[dir="rtl"] .eq2-actions{flex-direction:row-reverse}
@media(max-width:1279px){
 .eq2-stepbar{display:none!important}
 .eq2-v12-mobile-progress{display:block}
 .eq2-layout{grid-template-columns:1fr!important}
 .eq2-aside{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
}
@media(max-width:900px){
 .eq-public-header .bg-primary .max-w-container-max>div:last-child{display:none!important}
 .eq-public-header .bg-primary .max-w-container-max{justify-content:center!important}
 .eq2-context-inner{display:block!important}
 .eq2-market-chip{margin-top:16px;width:100%;grid-template-columns:1fr 1fr}
 .eq2-v12-review-more{grid-template-columns:1fr}
 .eq2-v12-review-card dl>div{grid-template-columns:1fr}
 .eq2-aside{grid-template-columns:1fr}
}
@media(max-width:640px){
 .eq-public-header .bg-primary span{font-size:10px!important;letter-spacing:.02em}
 .eq-header-row{height:68px!important}
 .eq-mobile-panel{top:92px!important;max-height:calc(100vh - 92px)}
 .eq2-actions{flex-direction:column-reverse!important;align-items:stretch!important;gap:12px!important}
 .eq2-v12-left-actions{display:grid;grid-template-columns:1fr;gap:8px;width:100%}
 .eq2-btn{width:100%;justify-content:center;text-align:center}
 .eq2-market-chip{grid-template-columns:1fr}
 .eq2-panel-head,.eq2-section{padding-left:18px!important;padding-right:18px!important}
 .eq2-main{padding-left:12px!important;padding-right:12px!important}
 .eq2-context{padding-top:28px!important;padding-bottom:24px!important}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
/* Arabic public-page system */
.ar-main{padding-top:108px;background:#fbfcfa;color:#121514;direction:rtl}
.ar-wrap{width:min(1180px,calc(100% - 48px));margin:0 auto}
.ar-hero{padding:74px 0 64px;border-bottom:1px solid #e4e7e4;background:linear-gradient(90deg,#fbfcfa 0,#f5f7f4 100%)}
.ar-eyebrow{font-size:12px;font-weight:800;letter-spacing:.08em;color:#b5221c;margin-bottom:18px}
.ar-h1{font-size:clamp(46px,6.2vw,78px);line-height:.96;letter-spacing:-.035em;margin:0;max-width:850px;font-weight:850}
.ar-h1 .green,.ar-h2 .green{color:#176b3a}
.ar-lead{font-size:18px;line-height:1.8;color:#5b625e;max-width:800px;margin:24px 0 0}
.ar-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}
.ar-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 18px;border:1px solid #151817;font-size:14px;font-weight:800;text-decoration:none}
.ar-btn.primary{background:#c8201a;border-color:#c8201a;color:#fff}.ar-btn.light{background:#fff;color:#151817}
.ar-section{padding:68px 0;border-bottom:1px solid #e4e7e4}.ar-section.soft{background:#f3f5f2}
.ar-head{display:grid;grid-template-columns:1.25fr .75fr;gap:52px;align-items:start;margin-bottom:30px}
.ar-h2{font-size:clamp(32px,4vw,50px);line-height:1.03;letter-spacing:-.02em;margin:0;font-weight:850}
.ar-copy{font-size:16px;line-height:1.8;color:#616864;margin:0}
.ar-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.ar-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}
.ar-card{background:#fff;border:1px solid #dfe3e0;padding:24px;min-height:160px}
.ar-card small{display:block;color:#b5221c;font-weight:800;margin-bottom:14px}.ar-card h3{font-size:22px;line-height:1.2;margin:0 0 10px;font-weight:800}.ar-card p{font-size:14px;line-height:1.75;color:#616864;margin:0}
.ar-band{padding:54px 0;background:#111513;color:#fff}.ar-band strong{font-size:clamp(34px,5vw,62px);line-height:1.05;display:block;max-width:980px}.ar-band em{font-style:normal;color:#c8f2b5}
.ar-list{display:grid;gap:12px;margin:0;padding:0;list-style:none}.ar-list li{background:#fff;border:1px solid #dfe3e0;padding:15px 18px;line-height:1.7}
.ar-form{display:grid;gap:14px;max-width:760px}.ar-form label{display:grid;gap:7px;font-weight:700}.ar-form input,.ar-form textarea,.ar-form select{width:100%;box-sizing:border-box;border:1px solid #cfd5d1;background:#fff;padding:12px 14px;font:inherit;font-size:16px}.ar-form textarea{min-height:140px;resize:vertical}
.ar-status{display:none;padding:12px 14px;border:1px solid #d8dcda}.ar-status.show{display:block}
@media(max-width:900px){.ar-main{padding-top:92px}.ar-head{grid-template-columns:1fr;gap:18px}.ar-grid,.ar-grid.four{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.ar-wrap{width:min(100% - 28px,1180px)}.ar-hero,.ar-section{padding:46px 0}.ar-grid,.ar-grid.four{grid-template-columns:1fr}.ar-h1{font-size:44px}}
.eq-v12-inline-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:18px;height:18px;vertical-align:middle}
.eq-v12-inline-icon svg{width:100%;height:100%;display:block}
