/*
Theme Name: Smart Quality Divi
Template: Divi
Version: 1.0.0
Description: Divi child theme for the Smart Quality staging redesign.
*/

:root {
  --sq-ink: #14213d;
  --sq-muted: #5c667a;
  --sq-line: #dfe5ee;
  --sq-green: #2f8f6b;
  --sq-blue: #2466a8;
  --sq-cyan: #3aa7b9;
  --sq-warm: #f6f8fb;
  --sq-white: #ffffff;
  --sq-shadow: 0 18px 45px rgba(20, 33, 61, 0.12);
}

body {
  color: var(--sq-ink);
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  line-height: 1.65;
}

#page-container {
  overflow-x: hidden;
}

#main-header {
  backdrop-filter: blur(14px);
  background: rgba(255, 255, 255, 0.96) !important;
  box-shadow: 0 8px 28px rgba(20, 33, 61, 0.08);
}

#main-header .container {
  width: min(1160px, calc(100% - 40px));
}

#main-header .logo_container {
  min-height: 70px;
}

#logo {
  width: 154px !important;
  height: auto !important;
  max-height: none !important;
}

#main-header.et-fixed-header #logo {
  width: 128px !important;
}

#main-header.et-fixed-header .logo_container {
  min-height: 56px;
}

.et_header_style_left #et-top-navigation {
  padding-top: 24px;
}

.et_header_style_left #et-top-navigation nav > ul > li > a {
  padding-bottom: 24px;
}

.et_header_style_left #main-header.et-fixed-header #et-top-navigation {
  padding-top: 18px;
}

.et_header_style_left #main-header.et-fixed-header #et-top-navigation nav > ul > li > a {
  padding-bottom: 18px;
}

#et_top_search,
#main-footer {
  display: none !important;
}

#top-menu li a {
  font-weight: 700;
  letter-spacing: 0;
}

#top-menu li.current-menu-item > a,
#top-menu li.current_page_item > a,
#top-menu li a:hover {
  color: var(--sq-green) !important;
}

#top-menu > li:last-child > a {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 9px 14px !important;
  border-radius: 6px;
  background: var(--sq-green);
  color: #fff !important;
  line-height: 1 !important;
}

#top-menu > li:last-child > a:hover {
  background: #26775b;
}

.et_pb_section,
.et_pb_row,
.et_pb_column,
.et_pb_code,
.et_pb_code_inner {
  padding: 0 !important;
  margin: 0 !important;
}

.et_pb_code_inner {
  line-height: inherit;
}

.sq-shell {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.sq-hero {
  min-height: 690px;
  display: grid;
  align-items: stretch;
  background:
    linear-gradient(90deg, rgba(246, 248, 251, 0.98) 0%, rgba(246, 248, 251, 0.92) 42%, rgba(246, 248, 251, 0.18) 68%),
    var(--sq-hero-image);
  background-position: center;
  background-size: cover;
}

.sq-hero-premium {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(10, 21, 38, 0.92) 0%, rgba(10, 21, 38, 0.82) 38%, rgba(10, 21, 38, 0.3) 69%, rgba(10, 21, 38, 0.12) 100%),
    var(--sq-hero-image);
  background-position: center;
  background-size: cover;
}

.sq-hero-premium::after {
  position: absolute;
  inset: auto 0 0;
  height: 130px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff);
  content: "";
  pointer-events: none;
}

.sq-hero-premium__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(340px, 0.38fr);
  gap: 58px;
  align-items: center;
  min-height: 760px;
  padding: 92px 0 112px;
}

.sq-hero-premium h1 {
  max-width: 850px;
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(48px, 6vw, 84px);
  line-height: 0.96;
  font-weight: 900;
  letter-spacing: 0;
}

.sq-hero-premium p {
  max-width: 690px;
  margin: 0 0 30px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 20px;
  line-height: 1.65;
}

.sq-hero-premium .sq-kicker {
  color: #9ee2cc;
}

.sq-hero-premium .sq-kicker::before {
  background: #ff7a1a;
}

.sq-hero-premium .sq-btn--ghost {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.12);
}

.sq-assurance-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.sq-assurance-row span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 7px 12px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  font-weight: 800;
}

.sq-roadmap-panel {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
}

.sq-roadmap-panel__top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--sq-line);
}

.sq-roadmap-panel__top span {
  color: var(--sq-muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.sq-roadmap-panel__top strong {
  color: var(--sq-green);
  font-size: 14px;
}

.sq-roadmap-list {
  display: grid;
  gap: 14px;
  margin: 20px 0;
  padding: 0;
  list-style: none;
}

.sq-roadmap-list li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 13px;
  align-items: start;
}

.sq-roadmap-list span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 8px;
  background: #13223a;
  color: #fff;
  font-weight: 900;
}

.sq-roadmap-list strong {
  display: block;
  color: var(--sq-ink);
  font-size: 17px;
}

.sq-roadmap-list em {
  display: block;
  color: var(--sq-muted);
  font-size: 13px;
  font-style: normal;
  line-height: 1.45;
}

.sq-roadmap-panel__note {
  border-radius: 8px;
  padding: 16px;
  background: rgba(47, 143, 107, 0.11);
  color: #236b52;
  font-weight: 800;
}

.sq-proof-strip {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: -70px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--sq-shadow);
}

.sq-proof-strip div {
  min-height: 126px;
  padding: 24px;
  background: #fff;
  border-right: 1px solid var(--sq-line);
}

.sq-proof-strip div:last-child {
  border-right: 0;
}

.sq-proof-strip strong {
  display: block;
  color: var(--sq-blue);
  font-size: 30px;
  line-height: 1;
}

.sq-proof-strip span {
  display: block;
  margin-top: 9px;
  color: var(--sq-muted);
  font-size: 14px;
  line-height: 1.45;
}

.sq-bento {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 22px;
}

.sq-bento__main {
  min-height: 360px;
  padding: 34px;
  border-radius: 8px;
  background: #13223a;
  color: #fff;
  box-shadow: var(--sq-shadow);
}

.sq-bento__main h3 {
  max-width: 560px;
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.06;
  font-weight: 900;
}

.sq-bento__main p {
  max-width: 640px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
}

.sq-bento__stack {
  display: grid;
  gap: 22px;
}

.sq-signal {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 16px;
  align-items: start;
  padding: 24px;
  border: 1px solid var(--sq-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(20, 33, 61, 0.06);
}

.sq-signal span {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border-radius: 8px;
  background: rgba(47, 143, 107, 0.12);
  color: var(--sq-green);
  font-size: 22px;
  font-weight: 900;
}

.sq-signal h3 {
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 900;
}

.sq-standard-premium {
  overflow: hidden;
}

.sq-standard-premium::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 4px;
  background: var(--sq-green);
  content: "";
}

.sq-proof-cards .sq-card {
  background: rgba(255, 255, 255, 0.96);
}

.sq-proof-cards .sq-card p {
  min-height: 78px;
}

.sq-hero-exec {
  position: relative;
  overflow: hidden;
  min-height: 790px;
  background:
    linear-gradient(90deg, rgba(9, 19, 36, 0.95) 0%, rgba(9, 19, 36, 0.9) 37%, rgba(9, 19, 36, 0.5) 68%, rgba(9, 19, 36, 0.24) 100%),
    var(--sq-hero-image);
  background-position: center;
  background-size: cover;
}

.sq-hero-exec::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, #000 0%, transparent 74%);
  content: "";
  pointer-events: none;
}

.sq-hero-exec::after {
  position: absolute;
  inset: auto 0 0;
  height: 120px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff);
  content: "";
}

.sq-hero-exec__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(360px, 0.42fr);
  gap: 56px;
  align-items: center;
  min-height: 790px;
  padding: 94px 0 126px;
}

.sq-hero-exec h1 {
  max-width: 880px;
  margin: 0 0 24px;
  color: #fff;
  font-size: clamp(52px, 6.6vw, 92px);
  line-height: 0.94;
  font-weight: 900;
  letter-spacing: 0;
}

.sq-hero-exec h1 span {
  color: #ff7a1a;
}

.sq-hero-exec p {
  max-width: 690px;
  margin: 0 0 30px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 20px;
  line-height: 1.65;
}

.sq-hero-exec .sq-kicker {
  color: #9de5d0;
}

.sq-hero-exec .sq-kicker::before {
  background: #ff7a1a;
}

.sq-hero-exec .sq-btn--ghost {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.1);
}

.sq-hero-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 720px;
  margin-top: 32px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  overflow: hidden;
}

.sq-hero-points div {
  padding: 18px;
  background: rgba(255, 255, 255, 0.08);
}

.sq-hero-points strong {
  display: block;
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
}

.sq-hero-points span {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  line-height: 1.45;
}

.sq-command-card {
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
  overflow: hidden;
}

.sq-command-card__head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding: 24px 26px;
  border-bottom: 1px solid var(--sq-line);
}

.sq-command-card__head span {
  color: var(--sq-muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.sq-command-card__head strong {
  color: var(--sq-green);
  font-size: 13px;
}

.sq-command-card__body {
  padding: 24px 26px 26px;
}

.sq-control-row {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: start;
  padding: 15px 0;
  border-bottom: 1px solid var(--sq-line);
}

.sq-control-row:first-child {
  padding-top: 0;
}

.sq-control-row:last-child {
  border-bottom: 0;
}

.sq-control-row span {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 8px;
  background: #13223a;
  color: #fff;
  font-weight: 900;
}

.sq-control-row strong {
  display: block;
  color: var(--sq-ink);
  font-size: 17px;
}

.sq-control-row em {
  display: block;
  color: var(--sq-muted);
  font-size: 13px;
  line-height: 1.45;
  font-style: normal;
}

.sq-command-card__foot {
  padding: 18px 26px;
  background: rgba(47, 143, 107, 0.11);
  color: #236b52;
  font-weight: 900;
}

.sq-standard-rail {
  position: relative;
  z-index: 2;
  display: flex;
  margin-top: -74px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--sq-shadow);
}

.sq-standard-rail a {
  flex: 1 1 0;
  min-width: 0;
  display: block;
  min-height: 132px;
  padding: 24px;
  background: #fff;
  border-right: 1px solid var(--sq-line);
  text-decoration: none;
}

.sq-standard-rail a:last-child {
  border-right: 0;
}

.sq-standard-rail strong {
  display: block;
  color: var(--sq-blue);
  font-size: 31px;
  line-height: 1;
}

.sq-standard-rail span {
  display: block;
  margin-top: 10px;
  color: var(--sq-muted);
  font-size: 14px;
  line-height: 1.45;
}

.sq-section--suite {
  padding-top: 96px;
  background:
    linear-gradient(180deg, rgba(246, 248, 251, 0.96), #fff 42%),
    #fff;
}

.sq-suite {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 34px;
  align-items: stretch;
  padding: 34px;
  border: 1px solid var(--sq-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 26px 70px rgba(20, 33, 61, 0.11);
}

.sq-suite__copy {
  padding: 36px;
  border-radius: 8px;
  background: #13223a;
  color: #fff;
}

.sq-suite__copy h2 {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(34px, 4.5vw, 58px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
}

.sq-suite__copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
}

.sq-suite__copy .sq-kicker {
  color: #9de5d0;
}

.sq-suite__copy .sq-kicker::before {
  background: #ff7a1a;
}

.sq-suite__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.sq-suite__grid article {
  padding: 26px;
  border: 1px solid var(--sq-line);
  border-radius: 8px;
  background: #fbfcfe;
}

.sq-suite__grid span {
  display: inline-grid;
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
  place-items: center;
  border-radius: 8px;
  background: rgba(47, 143, 107, 0.12);
  color: var(--sq-green);
  font-weight: 900;
}

.sq-suite__grid h3 {
  margin: 0 0 10px;
  color: var(--sq-ink);
  font-size: 22px;
  font-weight: 900;
}

.sq-suite__grid p {
  margin: 0;
  color: var(--sq-muted);
}

.sq-feature-wall {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 24px;
  align-items: stretch;
}

.sq-feature-lead {
  padding: 40px;
  border-radius: 8px;
  background: #13223a;
  color: #fff;
  box-shadow: var(--sq-shadow);
}

.sq-feature-lead h3 {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 0.98;
  font-weight: 900;
}

.sq-feature-lead p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
}

.sq-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.sq-feature-card {
  padding: 28px;
  border: 1px solid var(--sq-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(20, 33, 61, 0.07);
}

.sq-feature-card span {
  display: inline-grid;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 8px;
  background: rgba(255, 122, 26, 0.12);
  color: #d85c00;
  font-weight: 900;
}

.sq-feature-card h3 {
  margin: 0 0 9px;
  color: var(--sq-ink);
  font-size: 22px;
  font-weight: 900;
}

.sq-path {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  counter-reset: path;
}

.sq-path article {
  position: relative;
  min-height: 240px;
  padding: 28px;
  border: 1px solid var(--sq-line);
  border-radius: 8px;
  background: #fff;
}

.sq-path article::before {
  counter-increment: path;
  content: "0" counter(path);
  display: inline-grid;
  width: 48px;
  height: 48px;
  margin-bottom: 26px;
  place-items: center;
  border-radius: 8px;
  background: #13223a;
  color: #fff;
  font-weight: 900;
}

.sq-path h3 {
  margin: 0 0 10px;
  color: var(--sq-ink);
  font-size: 22px;
  font-weight: 900;
}

.sq-hero .sq-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(0, 0.42fr);
  gap: 52px;
  align-items: center;
  padding: 92px 0 64px;
}

.sq-hero h1 {
  max-width: 760px;
  margin: 0 0 22px;
  color: var(--sq-ink);
  font-size: clamp(42px, 6vw, 74px);
  line-height: 0.98;
  letter-spacing: 0;
  font-weight: 800;
}

.sq-hero p {
  max-width: 650px;
  margin: 0 0 30px;
  color: #34435c;
  font-size: 19px;
  line-height: 1.65;
}

.sq-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--sq-blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.sq-kicker::before {
  width: 36px;
  height: 2px;
  background: var(--sq-green);
  content: "";
}

.sq-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.sq-btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 6px;
  background: var(--sq-green);
  color: var(--sq-white) !important;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(47, 143, 107, 0.24);
}

.sq-btn:hover {
  background: #277a5d;
  color: var(--sq-white) !important;
}

.sq-btn--ghost {
  background: rgba(255, 255, 255, 0.72);
  color: var(--sq-ink) !important;
  border-color: rgba(20, 33, 61, 0.18);
  box-shadow: none;
}

.sq-btn--ghost:hover {
  background: var(--sq-white);
  color: var(--sq-ink) !important;
}

.sq-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  transform: translateY(-50%);
  box-shadow: var(--sq-shadow);
}

.sq-metric {
  min-height: 118px;
  padding: 24px;
  background: var(--sq-white);
}

.sq-metric strong {
  display: block;
  color: var(--sq-blue);
  font-size: 28px;
  line-height: 1;
}

.sq-metric span {
  display: block;
  margin-top: 8px;
  color: var(--sq-muted);
  font-size: 14px;
  line-height: 1.45;
}

.sq-section {
  padding: 82px 0;
  background: var(--sq-white);
}

.sq-section--soft {
  background: var(--sq-warm);
}

.sq-section--dark {
  background: #13223a;
  color: var(--sq-white);
}

.sq-section--dark h2,
.sq-section--dark h3,
.sq-section--dark p {
  color: var(--sq-white);
}

.sq-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.55fr);
  gap: 48px;
  align-items: end;
  margin-bottom: 38px;
}

.sq-intro h2,
.sq-page-hero h1,
.sq-split h2 {
  margin: 0;
  color: var(--sq-ink);
  font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(30px, 3.4vw, 44px) !important;
  line-height: 1.12 !important;
  font-weight: 700 !important;
  letter-spacing: 0;
}

.sq-section--dark .sq-split h2 {
  color: var(--sq-white) !important;
}

.sq-intro p,
.sq-page-hero p {
  margin: 0;
  color: var(--sq-muted);
  font-size: 17px;
}

.sq-split > div > p {
  margin-top: 18px;
  font-size: 17px !important;
}

.sq-grid {
  display: grid;
  gap: 22px;
}

.sq-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sq-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sq-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sq-card {
  position: relative;
  min-height: 100%;
  padding: 28px;
  border: 1px solid var(--sq-line);
  border-radius: 8px;
  background: var(--sq-white);
  box-shadow: 0 8px 28px rgba(20, 33, 61, 0.06);
}

.sq-card h3 {
  margin: 0 0 10px;
  color: var(--sq-ink);
  font-size: 22px;
  line-height: 1.2;
  font-weight: 800;
}

.sq-card p {
  margin: 0;
  color: var(--sq-muted);
}

.sq-card ul {
  margin: 16px 0 0;
  padding-left: 18px;
  color: var(--sq-muted);
}

.sq-card li + li {
  margin-top: 8px;
}

.sq-icon {
  display: inline-grid;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 8px;
  background: rgba(47, 143, 107, 0.1);
  color: var(--sq-green);
  font-size: 24px;
  font-weight: 800;
}

.sq-standard img {
  width: 62px;
  height: 62px;
  object-fit: contain;
  margin-bottom: 16px;
}

.sq-band {
  padding: 38px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--sq-blue), var(--sq-green));
  color: var(--sq-white);
}

.sq-band h2,
.sq-band p {
  color: var(--sq-white);
}

.sq-band h2 {
  margin: 0 0 12px;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.1;
  font-weight: 800;
}

.sq-steps {
  counter-reset: sq-step;
}

.sq-step {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 18px;
  align-items: start;
}

.sq-step::before {
  counter-increment: sq-step;
  content: counter(sq-step, decimal-leading-zero);
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border-radius: 8px;
  background: var(--sq-ink);
  color: var(--sq-white);
  font-weight: 800;
}

.sq-page-hero {
  padding: 92px 0 56px;
  background:
    linear-gradient(135deg, rgba(36, 102, 168, 0.12), rgba(47, 143, 107, 0.1)),
    var(--sq-warm);
}

.sq-page-hero p {
  max-width: 720px;
  margin-top: 18px;
}

/* Image-backed page hero (e.g. Sectors uses the health and safety photo) */
.sq-page-hero--photo {
  background:
    linear-gradient(90deg, rgba(12, 23, 40, 0.93) 0%, rgba(12, 23, 40, 0.8) 48%, rgba(12, 23, 40, 0.58) 100%),
    var(--sq-hero-photo, #0c1728);
  background-size: cover;
  background-position: center;
}

.sq-page-hero--photo .sq-kicker {
  color: #9ee2cc;
}

.sq-page-hero--photo h1 {
  color: #fff !important;
}

.sq-page-hero--photo p {
  color: rgba(255, 255, 255, 0.86);
}

.sq-split {
  display: grid;
  grid-template-columns: minmax(0, 0.55fr) minmax(0, 0.45fr);
  gap: 42px;
  align-items: center;
}

.sq-panel {
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.sq-checklist {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sq-checklist li {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 10px;
  align-items: start;
}

.sq-checklist li::before {
  content: "✓";
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 999px;
  background: rgba(47, 143, 107, 0.14);
  color: var(--sq-green);
  font-weight: 900;
}

.sq-muted {
  color: var(--sq-muted);
}

.sq-cta {
  padding: 68px 0;
  background: #13223a;
  color: var(--sq-white);
}

.sq-cta .sq-shell {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
}

.sq-cta h2 {
  margin: 0;
  color: var(--sq-white);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
  font-weight: 800;
}

.sq-cta p {
  max-width: 700px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.78);
}

.sq-blog-list article {
  padding: 24px 0;
  border-bottom: 1px solid var(--sq-line);
}

.sq-blog-list h3 {
  margin-bottom: 8px;
}

.sq-footer {
  background: #0c1728;
  color: rgba(255, 255, 255, 0.74);
}

.sq-footer__grid {
  display: grid;
  grid-template-columns: minmax(280px, 1.4fr) repeat(3, minmax(150px, 0.7fr));
  gap: 42px;
  padding: 58px 0 44px;
}

.sq-footer__brand img {
  width: 198px;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
  border-radius: 6px;
  padding: 10px 12px;
  background: #fff;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.16);
}

.sq-footer__brand strong {
  display: block;
  margin-bottom: 16px;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
}

.sq-footer p {
  max-width: 430px;
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
}

.sq-footer__contact {
  display: grid;
  gap: 4px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.5;
}

.sq-footer__contact span:first-child {
  color: #fff;
  font-weight: 900;
}

.sq-footer__contact a {
  color: #9de5d0;
  text-decoration: none;
  font-weight: 900;
}

.sq-footer h2 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.sq-footer nav a {
  display: block;
  padding: 6px 0;
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
}

.sq-footer nav a:hover {
  color: #9de5d0;
}

.sq-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 18px 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
}

.sq-footer__bottom .sq-shell {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 6px;
}

.sq-form {
  display: grid;
  gap: 16px;
  padding: 30px;
  border: 1px solid var(--sq-line);
  border-radius: 8px;
  background: var(--sq-white);
  box-shadow: var(--sq-shadow);
}

.sq-form label {
  display: grid;
  gap: 7px;
  color: var(--sq-ink);
  font-weight: 800;
}

.sq-form input,
.sq-form textarea {
  width: 100%;
  border: 1px solid var(--sq-line);
  border-radius: 6px;
  padding: 13px 14px;
  color: var(--sq-ink);
  font: inherit;
  background: #fbfcfe;
}

.sq-form input:focus,
.sq-form textarea:focus {
  border-color: var(--sq-green);
  outline: 3px solid rgba(47, 143, 107, 0.14);
}

.sq-form button {
  min-height: 48px;
  border: 0;
  border-radius: 6px;
  padding: 13px 20px;
  background: var(--sq-green);
  color: var(--sq-white);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.sq-form-success {
  margin-bottom: 18px;
  padding: 14px 16px;
  border-radius: 6px;
  background: rgba(47, 143, 107, 0.12);
  color: var(--sq-green);
  font-weight: 800;
}

@media (max-width: 980px) {
  .sq-hero-exec {
    min-height: unset;
    background:
      linear-gradient(180deg, rgba(9, 19, 36, 0.96) 0%, rgba(9, 19, 36, 0.86) 58%, rgba(9, 19, 36, 0.62) 100%),
      var(--sq-hero-image);
    background-position: center right;
  }

  .sq-hero-exec__grid {
    grid-template-columns: 1fr;
    min-height: unset;
    padding: 66px 0 122px;
  }

  .sq-hero-points {
    grid-template-columns: 1fr;
  }

  .sq-command-card {
    max-width: 560px;
  }

  .sq-standard-rail,
  .sq-feature-wall,
  .sq-path {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sq-standard-rail {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sq-standard-rail a:nth-child(2n) {
    border-right: 0;
  }

  .sq-standard-rail a {
    border-bottom: 1px solid var(--sq-line);
  }

  .sq-standard-rail a:nth-last-child(-n+2) {
    border-bottom: 0;
  }

  .sq-suite {
    grid-template-columns: 1fr;
  }

  .sq-feature-grid {
    grid-template-columns: 1fr;
  }

  .sq-hero-premium {
    min-height: unset;
    background:
      linear-gradient(180deg, rgba(10, 21, 38, 0.94) 0%, rgba(10, 21, 38, 0.84) 55%, rgba(10, 21, 38, 0.62) 100%),
      var(--sq-hero-image);
    background-position: center right;
  }

  .sq-hero-premium__grid {
    grid-template-columns: 1fr;
    min-height: unset;
    padding: 68px 0 108px;
  }

  .sq-roadmap-panel {
    max-width: 560px;
  }

  .sq-proof-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sq-bento {
    grid-template-columns: 1fr;
  }

  .sq-hero {
    min-height: unset;
    background:
      linear-gradient(180deg, rgba(246, 248, 251, 0.98) 0%, rgba(246, 248, 251, 0.92) 55%, rgba(246, 248, 251, 0.3) 100%),
      var(--sq-hero-image);
    background-position: center right;
  }

  .sq-hero .sq-shell,
  .sq-intro,
  .sq-split,
  .sq-footer__grid,
  .sq-cta .sq-shell {
    grid-template-columns: 1fr;
  }

  .sq-hero .sq-shell {
    padding: 72px 0 132px;
  }

  .sq-metrics,
  .sq-grid--4,
  .sq-grid--3,
  .sq-grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sq-cta .sq-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .sq-shell {
    width: min(100% - 28px, 1160px);
  }

  .sq-hero .sq-shell {
    padding-top: 56px;
  }

  .sq-hero-exec h1 {
    font-size: 45px;
  }

  .sq-hero-exec p {
    font-size: 17px;
  }

  .sq-command-card__head {
    display: grid;
  }

  .sq-standard-rail,
  .sq-feature-wall,
  .sq-path {
    grid-template-columns: 1fr;
  }

  .sq-standard-rail a {
    min-height: auto;
  }

  .sq-feature-lead {
    padding: 28px;
  }

  .sq-path article {
    min-height: auto;
  }

  #logo {
    width: 118px !important;
  }

  #main-header.et-fixed-header #logo {
    width: 100px !important;
  }

  #main-header .container {
    width: min(100% - 28px, 1160px);
  }

  #main-header .logo_container {
    min-height: 60px;
  }

  #main-header.et-fixed-header .logo_container {
    min-height: 52px;
  }

  .sq-hero-premium h1 {
    font-size: 43px;
  }

  .sq-hero-premium p {
    font-size: 17px;
  }

  .sq-roadmap-panel {
    padding: 18px;
  }

  .sq-roadmap-panel__top {
    display: grid;
  }

  .sq-proof-strip {
    grid-template-columns: 1fr;
  }

  .sq-proof-strip div {
    min-height: auto;
  }

  .sq-bento__main {
    min-height: auto;
    padding: 26px;
  }

  .sq-signal {
    grid-template-columns: 44px 1fr;
    padding: 20px;
  }

  .sq-signal span {
    width: 44px;
    height: 44px;
  }

  .sq-hero h1 {
    font-size: 42px;
  }

  .sq-metrics,
  .sq-suite__grid,
  .sq-grid--4,
  .sq-grid--3,
  .sq-grid--2 {
    grid-template-columns: 1fr;
  }

  .sq-standard-rail {
    margin-top: -58px;
  }

  .sq-standard-rail a {
    padding: 18px;
  }

  .sq-standard-rail strong {
    font-size: 25px;
  }

  .sq-standard-rail span {
    font-size: 12px;
  }

  .sq-suite {
    padding: 14px;
  }

  .sq-suite__copy {
    padding: 28px;
  }

  .sq-footer__bottom .sq-shell {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .sq-section {
    padding: 58px 0;
  }

  .sq-card,
  .sq-band {
    padding: 24px;
  }
}

/* Credentials trust band */
.sq-trustband {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 30px 0 0;
  padding: 26px 28px;
  border: 1px solid var(--sq-line);
  border-radius: 12px;
  background: var(--sq-white);
  box-shadow: var(--sq-shadow);
}

.sq-trust {
  display: flex;
  gap: 13px;
  align-items: flex-start;
}

.sq-trust svg {
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  color: var(--sq-green);
  margin-top: 1px;
}

.sq-trust strong {
  display: block;
  color: var(--sq-ink);
  font-weight: 800;
  font-size: 15px;
  line-height: 1.2;
}

.sq-trust span {
  display: block;
  color: var(--sq-muted);
  font-size: 13px;
  line-height: 1.45;
  margin-top: 4px;
}

@media (max-width: 980px) {
  .sq-trustband {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
}

@media (max-width: 560px) {
  .sq-trustband {
    grid-template-columns: 1fr;
    padding: 22px;
  }
}

/* =========================================================
   Typography refresh (Richard: current font too shouty)
   Raleway headings + Open Sans body, matching smartquality.co.uk,
   with calmer weights and softer sizes.
   ========================================================= */
h1, h2, h3, h4, h5, h6,
.sq-hero-exec h1, .sq-hero-premium h1, .sq-hero h1, .sq-herob h1,
.sq-suite__copy h2, .sq-feature-lead h3, .sq-bento__main h3,
.sq-cta h2, .sq-band h2,
.sq-card h3, .sq-signal h3, .sq-feature-card h3, .sq-suite__grid h3, .sq-path h3 {
  font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.sq-hero-exec h1, .sq-hero-premium h1, .sq-hero h1, .sq-herob h1 {
  font-weight: 700;
  letter-spacing: -0.01em;
}

.sq-suite__copy h2, .sq-feature-lead h3, .sq-bento__main h3,
.sq-cta h2, .sq-band h2 {
  font-weight: 700;
}

.sq-card h3, .sq-signal h3, .sq-feature-card h3, .sq-suite__grid h3,
.sq-path h3, .sq-roadmap-list strong, .sq-control-row strong,
.sq-standard-rail strong {
  font-weight: 700;
}

/* =========================================================
   Light hero (Richard: home too dark, right module over the text).
   Bright two-column hero, photo framed in its own column so nothing
   overlaps the headline, big ISO logos used up front.
   ========================================================= */
.sq-herob {
  position: relative;
  background:
    radial-gradient(1200px 520px at 12% 0%, rgba(36, 102, 168, 0.07), transparent 60%),
    linear-gradient(180deg, #f4f7fb 0%, #ffffff 86%);
}

.sq-herob__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
  gap: 56px;
  align-items: center;
  padding: 78px 0 72px;
}

.sq-herob__copy h1 {
  margin: 0 0 20px;
  color: var(--sq-ink);
  font-size: clamp(38px, 4.6vw, 60px);
  line-height: 1.08;
}

.sq-herob__copy h1 span {
  color: var(--sq-green);
}

.sq-herob__copy p {
  max-width: 600px;
  margin: 0 0 26px;
  color: #44506a;
  font-size: 18px;
  line-height: 1.66;
}

.sq-herob__media {
  position: relative;
}

.sq-herob__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 380px;
  max-height: 520px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 30px 70px rgba(20, 33, 61, 0.22);
}

.sq-herob__badge {
  position: absolute;
  left: -18px;
  bottom: -18px;
  display: grid;
  gap: 2px;
  padding: 16px 20px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(20, 33, 61, 0.18);
}

.sq-herob__badge strong {
  color: var(--sq-green);
  font-size: 22px;
  font-weight: 700;
  font-family: Raleway, Helvetica, Arial, sans-serif;
}

.sq-herob__badge span {
  color: var(--sq-muted);
  font-size: 13px;
}

/* ISO logo lockup, used in the hero and reused below (Richard: make
   the 9001/14001/45001/27001 logos bigger and use them more). */
.sq-logorow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 26px;
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid var(--sq-line);
}

.sq-logorow img {
  height: 60px;
  width: auto;
  object-fit: contain;
}

.sq-logoband {
  padding: 30px 0;
  background: var(--sq-white);
  border-bottom: 1px solid var(--sq-line);
}

.sq-logoband__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) repeat(4, minmax(0, 1fr));
  gap: 26px;
  align-items: center;
}

.sq-logoband__lead {
  color: var(--sq-muted);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
}

.sq-logoband img {
  height: 74px;
  width: 100%;
  object-fit: contain;
}

/* Bigger logos in the standards cards */
.sq-standard img {
  width: auto;
  height: 86px;
  max-width: 100%;
  object-fit: contain;
  margin-bottom: 18px;
}

/* Team photo band (Richard's second image) */
.sq-photoband {
  position: relative;
  overflow: hidden;
  padding: 78px 0;
  background:
    linear-gradient(90deg, rgba(12, 23, 40, 0.93) 0%, rgba(12, 23, 40, 0.82) 46%, rgba(12, 23, 40, 0.55) 100%),
    var(--sq-team-band, #0c1728);
  background-size: cover;
  background-position: center;
  color: #fff;
}

.sq-photoband h2 {
  margin: 0 0 14px;
  color: #fff;
  font-family: Raleway, Helvetica, Arial, sans-serif;
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1.14;
  font-weight: 700;
}

.sq-photoband p {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 17px;
}

.sq-photoband__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 40px;
  align-items: center;
}

.sq-photoband__points {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sq-photoband__points li {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 12px;
  align-items: start;
  color: rgba(255, 255, 255, 0.9);
}

.sq-photoband__points li::before {
  content: "\2713";
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 999px;
  background: rgba(47, 143, 107, 0.3);
  color: #9ee2cc;
  font-weight: 700;
}

@media (max-width: 980px) {
  .sq-herob__grid {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 58px 0 56px;
  }

  .sq-herob__media img {
    max-height: 420px;
  }

  .sq-logoband__inner {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sq-logoband__lead {
    grid-column: 1 / -1;
  }

  .sq-photoband__grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }
}

@media (max-width: 560px) {
  .sq-logorow img {
    height: 46px;
  }

  .sq-logoband__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .sq-logoband img {
    height: 60px;
  }

  .sq-herob__badge {
    left: 12px;
    bottom: 12px;
  }

  .sq-standard img {
    height: 72px;
  }
}

/* ============================================================
   Proof zone: testimonials, case study spotlight,
   membership + certification body logo strips, case study page
   (added 2026-06-19)
   ============================================================ */

.sq-intro--center {
  display: block;
  text-align: center;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.sq-intro--center .sq-kicker {
  justify-content: center;
}
.sq-intro--center p {
  color: var(--sq-muted);
}

/* Logo strips */
.sq-logos__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
}
.sq-logos__item {
  flex: 1 1 200px;
  max-width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 116px;
  padding: 22px 26px;
  background: var(--sq-white);
  border: 1px solid var(--sq-line);
  border-radius: 10px;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.sq-logos--cb .sq-logos__item {
  max-width: 232px;
}
.sq-logos__item:hover {
  box-shadow: 0 14px 32px rgba(20, 33, 61, 0.1);
  transform: translateY(-2px);
}
.sq-logos__item img {
  max-height: 58px;
  max-width: 100%;
  width: auto;
  object-fit: contain;
}

/* Testimonial quote cards */
.sq-quote {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 34px 34px 30px;
  background: var(--sq-white);
  border: 1px solid var(--sq-line);
  border-radius: 12px;
  box-shadow: var(--sq-shadow);
}
.sq-quote::before {
  content: "\201C";
  font-family: Georgia, "Times New Roman", serif;
  font-size: 60px;
  line-height: 0.7;
  color: var(--sq-green);
  height: 26px;
}
.sq-quote blockquote {
  margin: 0;
  font-size: 17px;
  line-height: 1.72;
  color: var(--sq-ink);
}
.sq-quote figcaption {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-top: auto;
  padding-top: 6px;
}
.sq-quote figcaption strong {
  color: var(--sq-ink);
  font-size: 16px;
}
.sq-quote figcaption span {
  color: var(--sq-muted);
  font-size: 14px;
}

/* Case study spotlight teaser */
.sq-spotlight {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(220px, 0.7fr);
  gap: 46px;
  align-items: center;
  padding: 44px;
  background: var(--sq-white);
  border: 1px solid var(--sq-line);
  border-radius: 14px;
  box-shadow: var(--sq-shadow);
}
.sq-spotlight h2 {
  margin: 6px 0 14px;
}
.sq-spotlight p {
  color: var(--sq-muted);
  margin: 0 0 18px;
}
.sq-spotlight blockquote {
  margin: 0 0 24px;
  padding-left: 18px;
  border-left: 3px solid var(--sq-green);
  font-style: italic;
  color: var(--sq-ink);
}
.sq-spotlight__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
}
.sq-spotlight__badges img {
  height: 96px;
  width: auto;
}

/* Case study page prose */
.sq-prose {
  max-width: 780px;
}
.sq-prose p {
  color: var(--sq-muted);
  margin: 0 0 18px;
}
.sq-case-block {
  margin-bottom: 30px;
}
.sq-case-block:last-child {
  margin-bottom: 0;
}
.sq-case-block h2 {
  margin: 0 0 14px;
}

@media (max-width: 980px) {
  .sq-spotlight {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 32px;
  }
  .sq-spotlight__badges {
    justify-content: flex-start;
  }
}
@media (max-width: 560px) {
  .sq-logos__item {
    flex: 1 1 42%;
    max-width: none;
    min-height: 96px;
    padding: 18px;
  }
  .sq-quote {
    padding: 26px 24px;
  }
  .sq-spotlight__badges img {
    height: 74px;
  }
}

/* Meet the team (About page, added 2026-06-19) */
.sq-team {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px;
  max-width: 780px;
  margin: 0 auto;
}
.sq-team__card {
  background: var(--sq-white);
  border: 1px solid var(--sq-line);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--sq-shadow);
}
.sq-team__photo {
  aspect-ratio: 4 / 5;
  background: var(--sq-warm);
}
.sq-team__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sq-team__body {
  padding: 22px 24px 26px;
}
.sq-team__body h3 {
  margin: 0 0 3px;
}
.sq-team__role {
  display: block;
  margin-bottom: 12px;
  color: var(--sq-green);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.sq-team__body p {
  margin: 0;
  color: var(--sq-muted);
  font-size: 15px;
  line-height: 1.65;
}
@media (max-width: 560px) {
  .sq-team {
    grid-template-columns: 1fr;
    max-width: 360px;
  }
}

/* Client logo row lead + case-card logos (added 2026-06-19) */
.sq-logos__lead {
  text-align: center;
  margin: 0 0 22px;
  color: var(--sq-muted);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.sq-card__logo {
  height: 44px;
  width: auto;
  max-width: 68%;
  object-fit: contain;
  display: block;
  margin-bottom: 16px;
}

/* Brand strapline in hero (added 2026-06-19) */
.sq-strap {
  margin: 0 0 16px;
  font-family: "Raleway", sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: clamp(18px, 2.1vw, 23px);
  color: var(--sq-green);
}
/* Centre inner-page heroes (Richard request 2026-06-23) */
.sq-page-hero { text-align: center; }
.sq-page-hero p { margin-left: auto; margin-right: auto; }
