/* Safeguard Security Services, Homepage UI */

:root {
  --sg-blue: #1769A1;
  --sg-blue-dark: #125882;
  --sg-blue-hover: #0f5680;
  --sg-orange: #FB7523;
  --sg-orange-deep: #EA7914;
  --sg-navy: #0C2D44;
  /*
   * BANNED washes (never use, including via color-mix / opacity of --sg-blue):
   * #EAF3F9, #F4F6F8, #EBF2F8, and any pale blue/grey tint behind cards or CTAs.
   */
  --sg-blue-wash: #ffffff;
  --sg-orange-wash: #FEF1E6;
  --sg-ink: #1E2A33;
  --sg-muted: #5A6B77;
  --sg-line: #D7E3EC;
  --sg-success: #1F9D57;
  --sg-cta-sub: #C9DCEA;
  --sg-mega-top: 6.75rem;
  --sg-nav-dropdown-gap: 1rem;
  --sg-font-head: "Chakra Petch", ui-sans-serif, sans-serif;
  --sg-font-body: "Inter", ui-sans-serif, system-ui, sans-serif;
  /* Button type: Montserrat Medium â average product size */
  --sg-font-btn: "Montserrat", var(--sg-font-head), ui-sans-serif, sans-serif;
  --sg-max: 1200px;
  --sg-cta-max: 960px;
  --sg-gutter: clamp(1.25rem, 5vw, 1.5rem);
  --sg-radius: 0;
  --sg-radius-lg: 0;
  --sg-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  --sg-ease: cubic-bezier(0.16, 1, 0.3, 1);
  --sg-btn-height: 3.125rem; /* 50px */
  --sg-btn-padding-x: 1.5rem; /* 24px */
  --sg-btn-padding-y: 0.875rem; /* 14px */
  --sg-btn-gap: 0.625rem; /* 10px */
  --sg-btn-radius: 0.875rem; /* 14px — match soft CTAs */
  --sg-btn-font-size: 0.9375rem; /* 15px */
  --sg-btn-line-height: 1;
  --sg-btn-font-weight: 600;
  /* Icon glyph size â matches Ajax hero trust row (hub, jeweller, 4G, etc.) */
  --sg-icon-size: 2rem;
  --sg-icon-size-sm: 1.125rem;
  --sg-icon-size-xs: 1rem;
}

/*
 * Breadcrumbs: keep in the DOM for crawlers + assistive tech, hide visually.
 * Do NOT use display:none â that can drop content from indexing.
 * Prefer BreadcrumbList JSON-LD (already on silo pages) + this HTML trail.
 */
.sg-visually-hidden,
.sg-hv__breadcrumb,
.sg-cctv-stage-hero__breadcrumb,
.sg-intercom-product-hero__breadcrumb,
.sg-mp-trio-hero__breadcrumb,
.sg-pillar-hero__breadcrumb,
.sg-enterprise-article__breadcrumb {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

html,
body.safeguard-homepage {
  overflow-x: clip;
}

body.safeguard-homepage {
  background: #fff;
  color: var(--sg-ink);
  font-family: var(--sg-font-body);
  font-size: 1rem;
  line-height: 1.6;
}

body.safeguard-homepage .sg-page p {
  font-family: var(--sg-font-body);
}

body.safeguard-homepage .content-wrap,
body.safeguard-homepage .site-container,
body.safeguard-homepage .content-area,
body.safeguard-homepage .entry-content-wrap,
body.safeguard-homepage .entry-content {
  max-width: none;
  padding: 0;
  margin: 0;
  overflow: visible;
}

body.safeguard-homepage .entry-header,
body.safeguard-homepage .entry-title {
  display: none !important;
}

body.safeguard-homepage .entry-content {
  margin: 0;
  padding: 0;
}

body.safeguard-homepage .sg-page .sg-container {
  width: 100%;
  max-width: var(--sg-max);
  margin-inline: auto;
  padding-inline: var(--sg-gutter);
  box-sizing: border-box;
}

.sg-container {
  width: 100%;
  max-width: var(--sg-max);
  margin-inline: auto;
  padding-inline: var(--sg-gutter);
  box-sizing: border-box;
}

@media (min-width: 768px) {
  body.safeguard-homepage .sg-page .sg-container,
  .sg-container {
    padding-inline: 1.5rem;
  }
}

@media (min-width: 1200px) {
  body.safeguard-homepage .sg-page .sg-container,
  .sg-container {
    padding-inline: 2rem;
  }
}

body.safeguard-homepage .sg-page.alignfull {
  width: 100%;
  max-width: 100%;
  margin-inline: 0;
}

.sg-page {
  min-width: 0;
  overflow: visible;
}

.sg-main {
  overflow: visible;
}

.sg-page a:focus-visible,
.sg-page button:focus-visible {
  outline: 2px solid var(--sg-blue);
  outline-offset: 3px;
}

/* Utility bar */
.sg-utility {
  background: #1668B3;
  font-size: 0.6875rem;
  color: #fff;
  padding: 0.35rem 0;
}

@media (min-width: 480px) {
  .sg-utility {
    font-size: 0.75rem;
    padding: 0.45rem 0;
  }
}

.sg-utility__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.35rem;
}

@media (min-width: 480px) {
  .sg-utility__inner {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    gap: 0.5rem 1rem;
  }
}

.sg-utility__contacts {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem 1.15rem;
}

.sg-utility__link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.sg-utility__link:hover,
.sg-utility__link:focus-visible {
  color: #fff;
  text-decoration: underline;
}

.sg-utility .sg-lucide-icon {
  width: 0.875rem;
  height: 0.875rem;
  color: #fff;
}

/* Header, ADT-style: logo | single-row nav | phone + CTA */
.sg-header {
  --sg-header-pad-y: 0.5rem;
  position: sticky;
  top: 0;
  z-index: 100;
  overflow: visible;
  background: #fff;
  border-bottom: none;
  box-shadow: var(--sg-shadow);
}

/* Header, beat Kadence .entry-content list padding/margins */
.entry-content .sg-header ul,
.entry-content .sg-header ol,
.sg-header ul,
.sg-header ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.entry-content .sg-header li,
.sg-header li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sg-header > .sg-container {
  max-width: min(100%, 1360px);
}

.sg-header__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.5rem 0.75rem;
  min-height: 3.75rem;
  padding-block: var(--sg-header-pad-y);
}

@media (min-width: 768px) {
  .sg-header {
    --sg-header-pad-y: 0.625rem;
  }

  .sg-header__inner {
    gap: 0.75rem 1rem;
    min-height: 4.25rem;
  }
}

@media (min-width: 1024px) {
  .sg-header {
    --sg-header-pad-y: 0.75rem;
  }

  .sg-header__inner {
    min-height: 4.5rem;
    gap: 0.75rem 1.25rem;
  }
}

.sg-header__logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  line-height: 0;
}

.sg-header__logo-img {
  display: block;
  width: auto;
  object-fit: contain;
}

.sg-header__logo-img--full {
  display: none;
  height: 40px;
  max-width: min(220px, 46vw);
}

.sg-header__logo-img--mark {
  height: 42px;
  max-width: 38px;
}

@media (min-width: 520px) {
  .sg-header__logo-img--full {
    display: block;
  }

  .sg-header__logo-img--mark {
    display: none;
  }
}

@media (min-width: 768px) {
  .sg-header__logo-img--full {
    height: 48px;
    max-width: 240px;
  }
}

.sg-header__nav {
  display: none;
  grid-column: 1 / -1;
  justify-self: center;
  width: 100%;
  min-width: 0;
  overflow: visible;
}

@media (min-width: 1024px) {
  .sg-header__nav {
    grid-column: 2;
    width: 100%;
  }
}

.sg-header__nav-list {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: 1.15rem;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

.sg-header__nav-item {
  position: relative;
  flex: 0 0 auto;
}

.sg-header__nav-label--short {
  display: none;
}

.sg-header__nav-link,
.sg-header__nav-menu-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--sg-navy);
  text-decoration: none;
  font-family: var(--sg-font-head);
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25;
  white-space: nowrap;
  letter-spacing: 0;
  padding: 0.4rem 0.15rem;
  transition: color 0.2s ease;
}

.sg-header__nav-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-top: 0.1rem;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  opacity: 0.7;
  transition: transform 0.2s var(--sg-ease);
}

.sg-header__nav-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--sg-blue);
  border-radius: 1px;
  transform: translateX(-50%);
  transition: width 0.2s var(--sg-ease);
}

.sg-header__nav-link:hover,
.sg-header__nav-link[aria-current="page"],
.sg-header__nav-link:focus-visible,
.sg-header__nav-item.is-active > .sg-header__nav-dropdown-wrap > .sg-header__nav-link--parent,
.sg-header__nav-item.is-open > .sg-header__nav-dropdown-wrap > .sg-header__nav-link--parent {
  color: var(--sg-blue);
}

.sg-header__nav-link:hover::after,
.sg-header__nav-link[aria-current="page"]::after,
.sg-header__nav-link:focus-visible::after,
.sg-header__nav-item.is-active > .sg-header__nav-dropdown-wrap > .sg-header__nav-link--parent::after,
.sg-header__nav-item.is-open > .sg-header__nav-dropdown-wrap > .sg-header__nav-link--parent::after {
  width: 100%;
}

.sg-header__nav-item.is-open .sg-header__nav-caret {
  transform: rotate(180deg);
}

.sg-header__nav-item--dropdown {
  position: relative;
}

.sg-header__nav-dropdown-wrap {
  position: relative;
}

/*
 * Mega panel must be positioned against the header, not the Electronic
 * Security link. These rules must come after the relative dropdown rules.
 */
.sg-header__nav-item.sg-header__nav-item--mega,
.sg-header__nav-item--mega .sg-header__nav-dropdown-wrap {
  position: static;
}

.sg-header__nav-link--parent {
  padding-bottom: 0.5rem;
}

.sg-header__nav-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(0.65rem);
  z-index: 120;
  min-width: 18rem;
  margin: 0;
  padding: var(--sg-nav-dropdown-gap) 0 0;
  list-style: none;
  background: #fff;
  border: 1px solid var(--sg-line);
  box-shadow: var(--sg-shadow);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.22s var(--sg-ease),
    transform 0.22s var(--sg-ease),
    visibility 0s linear 0.22s;
}

.sg-header__nav-menu--mega {
  min-width: 28rem;
  padding: 0.75rem;
  column-gap: 1rem;
}

/* Olitron-style split mega panel: full-width flyout, categories + brands */
.sg-header__nav-menu--split,
.sg-header__nav-menu--preview,
.sg-header__nav-menu--feature {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: auto;
  max-width: none;
  min-width: 0;
  margin: 0;
  padding: var(--sg-nav-dropdown-gap) var(--sg-gutter) 0;
  transform: translateY(0.65rem);
  background: transparent;
  border: none;
  box-shadow: none;
}

.sg-header__mega-panel {
  width: min(var(--sg-max), 98vw);
  margin: 0 auto;
  background: #eef2f5;
  border-radius: 1rem;
  box-shadow:
    rgba(0, 0, 0, 0.02) 0 2px 0.2px,
    rgba(0, 0, 0, 0.03) 0 4px 0.4px,
    rgba(0, 0, 0, 0.04) 0 8px 1px,
    rgba(0, 0, 0, 0.05) 0 16px 2px,
    rgba(0, 0, 0, 0.06) 0 24px 4px,
    rgba(0, 0, 0, 0.07) 0 36px 8px;
  overflow: visible;
}

.sg-header__mega-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 3rem;
  padding: 2rem;
}

.sg-header__mega-col {
  min-width: 0;
}

.sg-header__mega-heading {
  margin: 0 0 1rem;
  font-family: var(--sg-font-head);
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--sg-navy);
}

.sg-header__mega-categories {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.875rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sg-header__mega-category-item {
  min-width: 0;
}

.sg-header__mega-category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  width: 100%;
  min-height: 3.25rem;
  padding: 0.55rem;
  border: none;
  border-radius: 0.875rem;
  background: #fff;
  color: var(--sg-navy);
  text-decoration: none;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: left;
  box-shadow: none;
  transition: box-shadow 0.2s ease;
}

.sg-header__mega-category:hover,
.sg-header__mega-category:focus-visible,
.sg-header__mega-category[aria-current="page"] {
  color: var(--sg-blue);
  box-shadow:
    rgba(0, 0, 0, 0.04) 0 2px 6px,
    rgba(0, 0, 0, 0.06) 0 8px 18px;
}

.sg-header__mega-category-label {
  flex: 1 1 auto;
  min-width: 0;
}

.sg-header__mega-category-thumb {
  flex: none;
  width: 50px;
  height: 50px;
  border: 0.5px solid var(--sg-line);
  border-radius: 50%;
  object-fit: cover;
  background: #fff;
}

.sg-header__mega-category-thumb--icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--sg-navy);
  color: #fff;
}

.sg-header__mega-category-thumb--icon .sg-lucide-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.sg-header__mega-col--brands {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.sg-header__mega-brands {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.875rem;
  margin: 0;
  padding: 0.15rem 0.15rem 0.35rem;
  overflow: visible;
  list-style: none;
}

.sg-header__mega-brand-item {
  min-width: 0;
}

.sg-header__mega-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 5.5rem;
  max-width: 9rem;
  margin: 0 auto;
  padding: 0.75rem;
  border: none;
  border-radius: 0.875rem;
  background: #fff;
  text-decoration: none;
  box-shadow: none;
  transition: box-shadow 0.2s ease;
}

.sg-header__mega-brand:hover,
.sg-header__mega-brand:focus-visible,
.sg-header__mega-brand[aria-current="page"] {
  box-shadow:
    rgba(0, 0, 0, 0.04) 0 2px 6px,
    rgba(0, 0, 0, 0.06) 0 8px 18px;
}

.sg-header__mega-brand-text {
  font-family: var(--sg-font-head);
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--sg-navy);
  text-align: center;
}

.sg-header__mega-brand-logo {
  display: block;
  width: 100%;
  max-width: 7.5rem;
  max-height: 2.85rem;
  height: auto;
  object-fit: contain;
}

.sg-header__mega-preview {
  display: grid;
  grid-template-columns: minmax(16rem, 1fr) minmax(18rem, 1fr);
  gap: 1.5rem;
  min-height: 16rem;
  padding: 1.5rem 2rem;
}

.sg-header__mega-preview-links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sg-header__mega-preview-link {
  display: flex;
  align-items: center;
  min-height: 3.25rem;
  padding: 0.75rem 1rem;
  border: 1px solid transparent;
  background: #fff;
  color: var(--sg-navy);
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25;
  transition: border-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.sg-header__mega-preview-link:hover,
.sg-header__mega-preview-link:focus-visible,
.sg-header__mega-preview-link.is-active,
.sg-header__mega-preview-link[aria-current="page"] {
  border-color: var(--sg-blue);
  color: var(--sg-blue);
  box-shadow: var(--sg-shadow);
}

.sg-header__mega-preview-media {
  position: relative;
  min-height: 14rem;
  background: var(--sg-navy);
  overflow: hidden;
}

.sg-header__mega-preview-img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 14rem;
  object-fit: cover;
}

.sg-header__mega-preview-placeholder {
  display: block;
  width: 100%;
  min-height: 14rem;
  background: var(--sg-navy);
}

.sg-header__mega-preview-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0.65rem 0.85rem;
  background: rgba(12, 45, 68, 0.72);
  color: #fff;
  font-family: var(--sg-font-head);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.sg-header__mega-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(18rem, 0.85fr);
  gap: 2.5rem;
  padding: 2rem;
  align-items: stretch;
}

.sg-header__mega-feature-main {
  min-width: 0;
}

.sg-header__mega-feature-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.35rem 1.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sg-header__mega-feature-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 3.25rem;
  padding: 0.45rem 0.55rem;
  border-radius: 0.75rem;
  color: var(--sg-navy);
  text-decoration: none;
  font-family: var(--sg-font-head);
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.2;
  transition: background 0.15s ease, color 0.15s ease;
}

.sg-header__mega-feature-link:hover,
.sg-header__mega-feature-link:focus-visible,
.sg-header__mega-feature-link.is-active,
.sg-header__mega-feature-link[aria-current="page"] {
  background: #fff;
  color: var(--sg-blue);
}

.sg-header__mega-feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.5rem;
  background: #fff;
  color: var(--sg-navy);
}

.sg-header__mega-feature-link:hover .sg-header__mega-feature-icon,
.sg-header__mega-feature-link:focus-visible .sg-header__mega-feature-icon,
.sg-header__mega-feature-link.is-active .sg-header__mega-feature-icon,
.sg-header__mega-feature-link[aria-current="page"] .sg-header__mega-feature-icon {
  color: var(--sg-blue);
}

.sg-header__mega-feature-icon .sg-lucide-icon {
  width: 1.125rem;
  height: 1.125rem;
  color: currentColor;
}

.sg-header__mega-feature-label {
  min-width: 0;
  white-space: normal;
}

.sg-header__mega-feature-aside {
  display: flex;
  flex-direction: column;
  min-width: 0;
  gap: 0.75rem;
}

.sg-header__mega-feature-media {
  position: relative;
  overflow: hidden;
  border-radius: 0.75rem;
  background: var(--sg-navy);
  aspect-ratio: 16 / 10;
}

.sg-header__mega-feature-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sg-header__mega-feature-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--sg-navy);
}

.sg-header__mega-feature-title {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--sg-navy);
  text-decoration: none;
  font-family: var(--sg-font-head);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.3;
}

.sg-header__mega-feature-title:hover,
.sg-header__mega-feature-title:focus-visible {
  color: var(--sg-blue);
}

.sg-header__mega-feature-title .sg-lucide-icon,
.sg-header__mega-feature-cta .sg-lucide-icon {
  width: 1rem;
  height: 1rem;
  color: currentColor;
}

.sg-header__mega-feature-blurb {
  margin: 0;
  color: var(--sg-muted);
  font-size: 0.875rem;
  line-height: 1.45;
}

.sg-header__mega-feature-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: auto;
  align-self: flex-end;
  color: var(--sg-navy);
  text-decoration: none;
  font-family: var(--sg-font-head);
  font-size: 0.875rem;
  font-weight: 700;
}

.sg-header__mega-feature-cta:hover,
.sg-header__mega-feature-cta:focus-visible {
  color: var(--sg-blue);
}

.sg-header__nav-item.is-open > .sg-header__nav-dropdown-wrap > .sg-header__nav-menu,
.sg-header__nav-item:focus-within > .sg-header__nav-dropdown-wrap > .sg-header__nav-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
  transition:
    opacity 0.22s var(--sg-ease),
    transform 0.22s var(--sg-ease),
    visibility 0s linear 0s;
}

.sg-header__nav-item.is-open > .sg-header__nav-dropdown-wrap > .sg-header__nav-menu--split,
.sg-header__nav-item:focus-within > .sg-header__nav-dropdown-wrap > .sg-header__nav-menu--split,
.sg-header__nav-item.is-open > .sg-header__nav-dropdown-wrap > .sg-header__nav-menu--preview,
.sg-header__nav-item:focus-within > .sg-header__nav-dropdown-wrap > .sg-header__nav-menu--preview,
.sg-header__nav-item.is-open > .sg-header__nav-dropdown-wrap > .sg-header__nav-menu--feature,
.sg-header__nav-item:focus-within > .sg-header__nav-dropdown-wrap > .sg-header__nav-menu--feature {
  transform: none;
}

.sg-header__nav-menu--split::before,
.sg-header__nav-menu--preview::before,
.sg-header__nav-menu--feature::before {
  left: 0;
  right: 0;
  top: 0;
  height: var(--sg-nav-dropdown-gap);
}

@media (max-width: 1023px) {
  .sg-header__nav-menu--split,
  .sg-header__nav-menu--preview,
  .sg-header__nav-menu--feature {
    display: none !important;
  }
}

@media (max-width: 1279px) {
  .sg-header__mega-layout {
    gap: 2rem;
    padding: 1.5rem;
  }

  .sg-header__mega-categories,
  .sg-header__mega-brands {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sg-header__mega-preview {
    grid-template-columns: minmax(14rem, 0.9fr) minmax(16rem, 1.1fr);
    gap: 1rem;
    padding: 1.25rem 1.5rem;
  }

  .sg-header__mega-feature {
    gap: 1.5rem;
    padding: 1.5rem;
  }

  .sg-header__mega-feature-links {
    grid-template-columns: 1fr;
  }
}

/* Hoverable gap between trigger and floating panel */
.sg-header__nav-menu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: var(--sg-nav-dropdown-gap);
}

.sg-header__nav-menu-link {
  display: block;
  width: 100%;
  padding: 0.55rem 1rem;
  font-size: 0.8125rem;
  font-weight: 600;
  white-space: normal;
}

.sg-header__nav-menu-link::after {
  display: none;
}

.sg-header__nav-menu-link:hover,
.sg-header__nav-menu-link:focus-visible,
.sg-header__nav-menu-link[aria-current="page"] {
  background: var(--sg-blue-wash);
  color: var(--sg-blue);
}

.sg-header__nav-menu--simple {
  min-width: 0;
  padding: calc(var(--sg-header-pad-y, 0.75rem) + var(--sg-nav-dropdown-gap)) 0 0;
  overflow: visible;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.sg-header__mega-panel--simple {
  width: 22.5rem;
  padding: 1.25rem;
}

.sg-header__simple-list {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sg-header__simple-list .sg-header__mega-category {
  width: 100%;
}

.sg-header__nav-menu-item--nested {
  position: relative;
}

.sg-header__nav-menu-caret {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid currentColor;
  opacity: 0.55;
}

.sg-header__nav-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 130;
  min-width: 0;
  padding: 0 0 0 0.75rem;
  overflow: visible;
  background: transparent;
  border: none;
  box-shadow: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(0.5rem);
  transition:
    opacity 0.18s var(--sg-ease),
    transform 0.18s var(--sg-ease),
    visibility 0s linear 0.18s;
}

.sg-header__nav-menu-item--nested:hover > .sg-header__nav-submenu,
.sg-header__nav-menu-item--nested:focus-within > .sg-header__nav-submenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
  transition:
    opacity 0.18s var(--sg-ease),
    transform 0.18s var(--sg-ease),
    visibility 0s linear 0s;
}

@media (prefers-reduced-motion: reduce) {
  .sg-header__nav-link,
  .sg-header__nav-link::after,
  .sg-header__nav-caret,
  .sg-header__nav-menu,
  .sg-header__nav-submenu {
    transition: none;
  }

  .sg-header__nav-menu {
    transform: translateX(-50%);
  }

  .sg-header__nav-menu--split,
  .sg-header__nav-menu--preview,
  .sg-header__nav-menu--feature,
  .sg-header__nav-item.is-open > .sg-header__nav-dropdown-wrap > .sg-header__nav-menu--split,
  .sg-header__nav-item.is-open > .sg-header__nav-dropdown-wrap > .sg-header__nav-menu--preview,
  .sg-header__nav-item.is-open > .sg-header__nav-dropdown-wrap > .sg-header__nav-menu--feature {
    transform: none;
  }
}

@media (min-width: 1024px) {
  .sg-header__nav-menu--mega:not(.sg-header__nav-menu--split):not(.sg-header__nav-menu--preview):not(.sg-header__nav-menu--feature) {
    columns: 2;
  }

  .sg-header__nav-menu--mega:not(.sg-header__nav-menu--split):not(.sg-header__nav-menu--preview):not(.sg-header__nav-menu--feature) > li {
    break-inside: avoid;
    margin: 0 0 0.15rem;
  }
}

@media (min-width: 1280px) {
  .sg-header__nav-list {
    gap: 1.5rem;
  }

  .sg-header__nav-link {
    font-size: 0.9375rem;
  }
}

@media (min-width: 1400px) {
  .sg-header__nav-list {
    gap: 1.85rem;
  }
}

.sg-header__actions {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-self: end;
  gap: 0.5rem;
  grid-column: 3;
}

@media (max-width: 1023px) {
  .sg-header__logo {
    grid-column: 1;
  }

  .sg-header__actions {
    grid-column: 3;
  }
}

.sg-header__phone {
  display: none;
  align-items: center;
  gap: 0.35rem;
  color: var(--sg-blue);
  font-family: var(--sg-font-head);
  font-weight: 700;
  text-decoration: none;
  font-size: 0.8125rem;
  white-space: nowrap;
}

@media (min-width: 1200px) {
  .sg-header__phone {
    display: inline-flex;
    font-size: 0.875rem;
  }
}

.sg-header__menu-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}

.sg-header__menu-btn span {
  display: block;
  height: 2px;
  width: 22px;
  background: var(--sg-ink);
  margin-inline: auto;
}

/* Header CTAs, must follow .sg-btn so display:none is not overridden */
.sg-btn.sg-header__quote-mobile {
  display: inline-flex;
  flex-shrink: 0;
  min-height: 40px;
  padding: 0 0.875rem;
  font-size: 0.8125rem;
  white-space: nowrap;
}

.sg-mobile-panel {
  background: #fff;
  border-bottom: 1px solid var(--sg-line);
  padding-block: 1rem 1.25rem;
}

.sg-mobile-panel .sg-container {
  padding-inline: var(--sg-gutter);
}

.sg-mobile-panel nav,
.sg-mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.sg-mobile-panel a,
.sg-mobile-nav a {
  display: flex;
  align-items: center;
  min-height: 44px;
  color: var(--sg-ink);
  text-decoration: none;
  font-weight: 500;
  border-bottom: 1px solid var(--sg-line);
}

.sg-mobile-nav__child {
  padding-left: 1.25rem;
  font-size: 0.9375rem;
  color: var(--sg-muted);
}

.sg-mobile-nav__child[aria-current="page"] {
  color: var(--sg-blue);
  font-weight: 600;
}

.sg-mobile-nav__grandchild {
  padding-left: 2.25rem;
  font-size: 0.875rem;
  color: var(--sg-muted);
}

.sg-mobile-nav__grandchild[aria-current="page"] {
  color: var(--sg-blue);
  font-weight: 600;
}

.sg-mobile-nav__parent {
  font-weight: 600;
  color: var(--sg-navy);
}

.sg-mobile-nav__section {
  margin: 0;
  padding: 0.5rem 1.25rem 0.35rem;
  font-family: var(--sg-font-head);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--sg-muted);
  background: #fff;
  border-bottom: none;
}

/* Buttons — shared type + radius for all variants */
.sg-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--sg-btn-gap);
  box-sizing: border-box;
  min-height: var(--sg-btn-height);
  height: auto;
  padding: var(--sg-btn-padding-y) var(--sg-btn-padding-x);
  border-radius: var(--sg-btn-radius);
  font-family: var(--sg-font-btn);
  font-weight: var(--sg-btn-font-weight);
  font-size: var(--sg-btn-font-size);
  line-height: var(--sg-btn-line-height);
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  white-space: nowrap;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.sg-btn:hover {
  transform: translateY(-1px);
}

.sg-btn__icon,
.sg-btn .sg-lucide-icon {
  flex-shrink: 0;
  width: 1.125rem;
  height: 1.125rem;
  color: inherit;
  stroke: currentColor;
}

/* 1) Blue */
.sg-btn--primary {
  background: var(--sg-blue);
  color: #fff;
  border-color: var(--sg-blue);
}

.sg-btn--primary:hover,
.sg-btn--primary:focus-visible {
  background: var(--sg-blue-hover);
  border-color: var(--sg-blue-hover);
  color: #fff;
}

/* 2) Accent Phone orange (pill) — all orange CTAs */
.sg-btn--orange,
.sg-btn--ajax-primary,
.sg-ajax-quote-cta__btn--primary,
.sg-btn--soft-orange,
.sg-btn--soft.sg-btn--orange,
.sg-btn.sg-btn--soft-orange,
.sg-btn--primary.sg-btn--orange,
.sg-intercom-cta .sg-btn--orange {
  gap: 9px;
  min-height: var(--sg-btn-height);
  padding: 0 26px;
  border: none;
  border-radius: 999px;
  background: #fb7523;
  color: #ffffff;
  border-color: transparent;
  font-family: var(--sg-font-btn);
  font-size: var(--sg-btn-font-size);
  font-weight: var(--sg-btn-font-weight);
  line-height: var(--sg-btn-line-height);
  letter-spacing: 0;
  text-transform: none;
  box-shadow: 0 10px 24px rgba(251, 117, 35, 0.22);
  transform: translateY(0);
  transition: background 180ms ease, box-shadow 180ms ease, transform 180ms ease, filter 180ms ease;
}

.sg-btn--orange:hover,
.sg-btn--orange:focus-visible,
.sg-btn--ajax-primary:hover,
.sg-btn--ajax-primary:focus-visible,
.sg-ajax-quote-cta__btn--primary:hover,
.sg-ajax-quote-cta__btn--primary:focus-visible,
.sg-btn--soft-orange:hover,
.sg-btn--soft-orange:focus-visible,
.sg-btn--soft.sg-btn--orange:hover,
.sg-btn--soft.sg-btn--orange:focus-visible,
.sg-btn.sg-btn--soft-orange:hover,
.sg-btn.sg-btn--soft-orange:focus-visible,
.sg-btn--primary.sg-btn--orange:hover,
.sg-btn--primary.sg-btn--orange:focus-visible,
.sg-intercom-cta .sg-btn--orange:hover,
.sg-intercom-cta .sg-btn--orange:focus-visible {
  background: #e7661d;
  border-color: transparent;
  color: #ffffff;
  filter: none;
  box-shadow: 0 12px 28px rgba(251, 117, 35, 0.28);
  transform: translateY(-2px);
}

.sg-btn--orange:active,
.sg-btn--ajax-primary:active,
.sg-ajax-quote-cta__btn--primary:active,
.sg-btn--soft-orange:active,
.sg-btn--soft.sg-btn--orange:active,
.sg-btn.sg-btn--soft-orange:active,
.sg-btn--primary.sg-btn--orange:active,
.sg-intercom-cta .sg-btn--orange:active {
  background: #d95c16;
  color: #ffffff;
  filter: none;
  box-shadow: 0 5px 12px rgba(251, 117, 35, 0.18);
  transform: translateY(0);
}

.sg-btn--orange:focus-visible,
.sg-btn--ajax-primary:focus-visible,
.sg-ajax-quote-cta__btn--primary:focus-visible,
.sg-btn--soft-orange:focus-visible,
.sg-btn--soft.sg-btn--orange:focus-visible,
.sg-btn.sg-btn--soft-orange:focus-visible,
.sg-btn--primary.sg-btn--orange:focus-visible,
.sg-intercom-cta .sg-btn--orange:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 3px rgba(251, 117, 35, 0.22),
    0 10px 24px rgba(251, 117, 35, 0.2);
}

/* 3) Transparent on dark (white) */
.sg-btn--ghost,
.sg-btn--ghost-dark,
.sg-btn--cta-ghost,
.sg-ajax-quote-cta__btn--outline {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.85);
}

.sg-btn--ghost:hover,
.sg-btn--ghost:focus-visible,
.sg-btn--ghost-dark:hover,
.sg-btn--ghost-dark:focus-visible,
.sg-btn--cta-ghost:hover,
.sg-btn--cta-ghost:focus-visible,
.sg-ajax-quote-cta__btn--outline:hover,
.sg-ajax-quote-cta__btn--outline:focus-visible {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
  color: #fff;
}

/* 3) Transparent on light (blue outline) â secondary / outline aliases */
.sg-btn--secondary,
.sg-btn--outline-blue,
.sg-btn--outline-primary,
.sg-btn--ajax-outline {
  background: transparent;
  color: var(--sg-blue);
  border-color: var(--sg-blue);
}

.sg-btn--secondary:hover,
.sg-btn--secondary:focus-visible,
.sg-btn--outline-blue:hover,
.sg-btn--outline-blue:focus-visible,
.sg-btn--outline-primary:hover,
.sg-btn--outline-primary:focus-visible,
.sg-btn--ajax-outline:hover,
.sg-btn--ajax-outline:focus-visible {
  background: rgba(23, 105, 161, 0.08);
  border-color: var(--sg-blue-hover);
  color: var(--sg-blue-hover);
}

/* Dark-panel: secondary used on navy â white ghost */
.sg-hv__btn-on-dark.sg-btn--secondary,
.sg-ac-split__btn-on-dark.sg-btn--secondary,
.sg-hero--dark .sg-btn--secondary,
.sg-cta-card .sg-btn--secondary {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.85);
}

.sg-hv__btn-on-dark.sg-btn--secondary:hover,
.sg-ac-split__btn-on-dark.sg-btn--secondary:hover,
.sg-hero--dark .sg-btn--secondary:hover,
.sg-cta-card .sg-btn--secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
  color: #fff;
}

/* Soft premium CTAs — brand blue only (orange uses Accent Phone pill above) */
.sg-btn--soft-blue,
.sg-btn.sg-btn--soft-blue {
  --sg-soft-btn-base: var(--sg-blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--sg-btn-gap);
  min-height: var(--sg-btn-height);
  height: auto;
  padding: var(--sg-btn-padding-y) 2rem;
  border: none;
  border-radius: var(--sg-btn-radius);
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--sg-soft-btn-base) 96%, #fff) 0%,
    var(--sg-soft-btn-base) 48%,
    color-mix(in srgb, var(--sg-soft-btn-base) 94%, #000) 100%
  );
  color: #fff;
  font-family: var(--sg-font-btn);
  font-size: var(--sg-btn-font-size);
  font-weight: var(--sg-btn-font-weight);
  line-height: var(--sg-btn-line-height);
  letter-spacing: 0;
  text-transform: none;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 2px 6px rgba(0, 0, 0, 0.08),
    0 8px 24px rgba(0, 0, 0, 0.1);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    filter 0.25s ease,
    background 0.25s ease;
}

.sg-btn--soft-blue:hover,
.sg-btn--soft-blue:focus-visible,
.sg-btn.sg-btn--soft-blue:hover,
.sg-btn.sg-btn--soft-blue:focus-visible {
  transform: translateY(-1px);
  filter: brightness(1.03);
  color: #fff;
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--sg-soft-btn-base) 92%, #fff) 0%,
    color-mix(in srgb, var(--sg-soft-btn-base) 98%, #fff) 50%,
    var(--sg-soft-btn-base) 100%
  );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 3px 8px rgba(0, 0, 0, 0.09),
    0 12px 28px rgba(0, 0, 0, 0.12);
}

.sg-btn--soft-blue:active,
.sg-btn.sg-btn--soft-blue:active {
  transform: translateY(0);
  filter: brightness(0.98);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 3px rgba(0, 0, 0, 0.08),
    0 4px 12px rgba(0, 0, 0, 0.08);
}

.sg-btn--soft-blue:focus-visible,
.sg-btn.sg-btn--soft-blue:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--sg-blue) 55%, #fff);
  outline-offset: 3px;
}

/* Optional thin arrow inside soft CTAs */
.sg-btn__arrow,
.sg-btn--soft__arrow,
.sg-btn--soft-blue__arrow {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  display: block;
  transition: transform 0.25s ease;
}

.sg-btn--soft-blue:hover .sg-btn__arrow,
.sg-btn--soft-blue:focus-visible .sg-btn__arrow,
.sg-btn--soft-blue:hover .sg-btn--soft-blue__arrow,
.sg-btn--soft-blue:focus-visible .sg-btn--soft-blue__arrow {
  transform: translateX(3px);
}

/* Shared hero entrance animations */
@keyframes sg-hero-in-from-left {
  from {
    opacity: 0;
    transform: translateX(-28px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes sg-hero-in-from-right {
  from {
    opacity: 0;
    transform: translateX(28px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes sg-hero-in-fade-up {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.sg-cctv-stage-hero__copy,
.sg-intercom-product-hero__copy,
.sg-es-product-hero__copy,
.sg-ajax-hero__copy,
.sg-hv--stack__copy,
.sg-hv--split__copy,
.sg-hv--bleed__copy,
.sg-hv--deck__head,
.sg-hv--rail__copy,
.sg-home-hero-v2__copy,
.sg-hero.sg-hero--dark .sg-hero__copy {
  animation: sg-hero-in-from-left 0.7s var(--sg-ease, cubic-bezier(0.16, 1, 0.3, 1)) both;
}

.sg-hv--editorial__inner {
  animation: sg-hero-in-fade-up 0.7s var(--sg-ease, cubic-bezier(0.16, 1, 0.3, 1)) both;
}

@media (prefers-reduced-motion: reduce) {
  .sg-cctv-stage-hero__copy,
  .sg-intercom-product-hero__copy,
  .sg-es-product-hero__copy,
  .sg-ajax-hero__copy,
  .sg-hv--stack__copy,
  .sg-hv--split__copy,
  .sg-hv--bleed__copy,
  .sg-hv--deck__head,
  .sg-hv--rail__copy,
  .sg-hv--editorial__inner,
  .sg-home-hero-v2__copy,
  .sg-hero.sg-hero--dark .sg-hero__copy {
    animation: none;
  }
}

/* Homepage hero v2 â light split + floating proof cards (above legacy dark hero) */
.sg-home-hero-v2 {
  position: relative;
  padding: clamp(1.75rem, 4vw, 2.75rem) 0 0;
  overflow: hidden;
  background:
    radial-gradient(ellipse 70% 55% at 88% 18%, rgba(12, 45, 68, 0.05) 0%, transparent 60%),
    radial-gradient(ellipse 55% 45% at 8% 88%, rgba(251, 117, 35, 0.06) 0%, transparent 55%),
    #fff;
}

.sg-home-hero-v2__grid {
  display: grid;
  gap: clamp(1.25rem, 3vw, 2rem);
  align-items: start;
}

@media (min-width: 960px) {
  .sg-home-hero-v2__grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: clamp(1.5rem, 3vw, 2.5rem);
    align-items: center;
  }
}

.sg-home-hero-v2__copy {
  max-width: 36rem;
}

.sg-home-hero-v2__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 1.15rem;
  padding: 0.4rem 0.85rem;
  border: 1px solid var(--sg-line);
  border-radius: 999px;
  background: #fff;
  font-family: var(--sg-font-head);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--sg-navy);
  box-shadow:
    0 1px 2px rgba(12, 45, 68, 0.04),
    0 8px 20px rgba(12, 45, 68, 0.08);
}

.sg-home-hero-v2__badge-icon {
  display: inline-flex;
  color: var(--sg-blue);
}

.sg-home-hero-v2__badge-icon .sg-lucide-icon {
  width: 1rem;
  height: 1rem;
}

.sg-home-hero-v2__title {
  margin: 0 0 1rem;
  font-family: var(--sg-font-head);
  font-size: clamp(2rem, 4.2vw, 3.15rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--sg-navy);
}

.sg-home-hero-v2__lead {
  margin: 0 0 1.5rem;
  max-width: 32rem;
  font-size: 1.0625rem;
  line-height: 1.55;
  color: var(--sg-muted);
}

.sg-home-hero-v2__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.sg-home-hero-v2__btn-icon {
  display: inline-flex;
  color: inherit;
}

.sg-home-hero-v2__btn-icon .sg-lucide-icon {
  width: 1rem;
  height: 1rem;
  stroke: currentColor;
}

.sg-home-hero-v2__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.35rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sg-home-hero-v2__trust li {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: var(--sg-font-head);
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--sg-navy);
}

.sg-home-hero-v2__trust li + li {
  padding-left: 1.35rem;
  border-left: 1px solid var(--sg-line);
}

.sg-home-hero-v2__trust-icon {
  display: inline-flex;
  color: var(--sg-blue);
}

.sg-home-hero-v2__trust-icon .sg-lucide-icon {
  width: 1.05rem;
  height: 1.05rem;
}

.sg-home-hero-v2__visual {
  position: relative;
  min-width: 0;
}

.sg-home-hero-v2__media {
  position: relative;
  margin: 0 auto;
  max-width: 32rem;
  padding: 0.35rem 0.35rem 0;
}

.sg-home-hero-v2__composition {
  position: relative;
  width: 100%;
  aspect-ratio: 5 / 4;
  perspective: 1600px;
  perspective-origin: 50% 52%;
  overflow: visible;
}

.sg-home-hero-v2__composition::after {
  content: "";
  position: absolute;
  left: 14%;
  right: 14%;
  top: 52%;
  height: 2rem;
  z-index: 2;
  pointer-events: none;
  background: radial-gradient(ellipse at center, rgba(12, 45, 68, 0.1) 0%, transparent 72%);
}

.sg-home-hero-v2__house {
  position: absolute;
  left: 4%;
  right: 4%;
  bottom: -2%;
  z-index: 3;
  line-height: 0;
}

.sg-home-hero-v2__house-img {
  display: block;
  width: 100%;
  height: auto;
  filter:
    drop-shadow(0 14px 28px rgba(12, 45, 68, 0.12))
    drop-shadow(0 4px 12px rgba(12, 45, 68, 0.06));
}

.sg-home-hero-v2__portal {
  position: absolute;
  top: 4%;
  left: 2%;
  right: 2%;
  z-index: 1;
  line-height: 0;
  transform-origin: 50% 100%;
  transform: rotateX(5deg) rotateY(-3deg);
  transform-style: preserve-3d;
  filter:
    drop-shadow(0 16px 32px rgba(12, 45, 68, 0.1))
    drop-shadow(0 6px 14px rgba(12, 45, 68, 0.06));
}

.sg-home-hero-v2__portal-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
}

.sg-home-hero-v2__card {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.7rem 0.9rem;
  background: #fff;
  border: 1px solid rgba(215, 227, 236, 0.9);
  border-radius: 0.85rem;
  box-shadow:
    0 1px 2px rgba(12, 45, 68, 0.04),
    0 10px 28px rgba(12, 45, 68, 0.1);
}

.sg-home-hero-v2__card-icon {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 0.55rem;
  background: color-mix(in srgb, var(--sg-blue) 10%, #fff);
  color: var(--sg-blue);
}

.sg-home-hero-v2__card-icon .sg-lucide-icon {
  width: 1.05rem;
  height: 1.05rem;
}

.sg-home-hero-v2__card-body {
  min-width: 0;
}

.sg-home-hero-v2__card-label {
  margin: 0;
  font-family: var(--sg-font-head);
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.25;
  color: var(--sg-navy);
}

.sg-home-hero-v2__card--portal {
  top: 6%;
  right: 0;
  left: auto;
  bottom: auto;
  max-width: 11.5rem;
}

@media (max-width: 959px) {
  .sg-home-hero-v2__media {
    max-width: 28rem;
  }

  .sg-home-hero-v2__card--portal {
    right: 0;
    top: 4%;
  }
}

@media (max-width: 640px) {
  .sg-home-hero-v2__ctas {
    flex-direction: column;
  }

  .sg-home-hero-v2__ctas .sg-btn {
    width: 100%;
  }

  .sg-home-hero-v2__card {
    padding: 0.55rem 0.7rem;
    border-radius: 0.7rem;
  }

  .sg-home-hero-v2__card--portal {
    max-width: 10.5rem;
  }

  .sg-home-hero-v2__card-label {
    font-size: 0.75rem;
  }

  .sg-home-hero-v2__card-icon {
    width: 1.85rem;
    height: 1.85rem;
  }
}

/* Homepage proof band (below new hero) */
.sg-home-proof {
  padding: clamp(1rem, 2.5vw, 1.5rem) 0 clamp(1.5rem, 3vw, 2.25rem);
  background: #fff;
}

.sg-home-proof__grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 720px) {
  .sg-home-proof__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1000px) {
  .sg-home-proof__grid {
    grid-template-columns: 0.9fr 1.2fr 1.15fr;
    gap: 1.15rem;
    align-items: stretch;
    grid-auto-rows: 1fr;
  }

  .sg-home-proof__panel--experience {
    min-height: 0;
  }
}

.sg-home-proof__panel {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(215, 227, 236, 0.95);
  border-radius: 1rem;
  background: #fff;
  padding: 1.25rem;
  min-height: 100%;
  height: 100%;
  box-shadow:
    0 1px 2px rgba(12, 45, 68, 0.04),
    0 12px 32px rgba(12, 45, 68, 0.08);
}

.sg-home-proof__panel--experience {
  justify-content: flex-end;
  min-height: 16rem;
  padding: 1.5rem;
  border: 0;
  background: var(--sg-blue);
  color: #fff;
  box-shadow:
    0 1px 2px rgba(12, 45, 68, 0.08),
    0 14px 36px rgba(23, 105, 161, 0.28);
}

.sg-home-proof__logo-bg {
  position: absolute;
  right: -0.75rem;
  bottom: -0.85rem;
  width: min(58%, 11rem);
  height: auto;
  opacity: 0.14;
  pointer-events: none;
  user-select: none;
  filter: brightness(0) invert(1);
}

.sg-home-proof__stat {
  position: relative;
  z-index: 1;
  margin: 0 0 0.35rem;
  font-family: var(--sg-font-head);
  font-size: clamp(3rem, 6vw, 3.75rem);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.03em;
}

.sg-home-proof__experience-title {
  position: relative;
  z-index: 1;
  margin: 0 0 0.65rem;
  font-family: var(--sg-font-head);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
}

.sg-home-proof__experience-copy {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 16rem;
  font-size: 0.875rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.88);
}

.sg-home-proof__heading {
  margin: 0 0 1rem;
  font-family: var(--sg-font-head);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--sg-navy);
}

.sg-home-proof__solutions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
  flex: 1;
}

@media (max-width: 520px) {
  .sg-home-proof__solutions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.sg-home-proof__solution {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.4rem;
  text-decoration: none;
  color: var(--sg-navy);
}

.sg-home-proof__solution:hover {
  color: var(--sg-blue);
}

.sg-home-proof__solution-icon {
  display: inline-flex;
  color: var(--sg-blue);
}

.sg-home-proof__solution-icon .sg-lucide-icon {
  width: 1.35rem;
  height: 1.35rem;
}

.sg-home-proof__solution-label {
  font-family: var(--sg-font-head);
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.25;
}

.sg-home-proof__panel--why {
  background: #fff;
}

.sg-home-proof__why {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.7rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sg-home-proof__why li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  font-size: 0.875rem;
  line-height: 1.35;
  color: var(--sg-navy);
}

.sg-home-proof__why-icon {
  display: inline-flex;
  flex-shrink: 0;
  margin-top: 0.05rem;
  color: var(--sg-blue);
}

.sg-home-proof__why-icon .sg-lucide-icon {
  width: 1.125rem;
  height: 1.125rem;
}

.sg-home-proof__why-icon .sg-lucide-icon--filled-check {
  color: #fff;
  fill: var(--sg-blue);
  stroke: #fff;
}

.sg-home-proof__why-icon .sg-lucide-icon--filled-check circle {
  fill: var(--sg-blue);
  stroke: var(--sg-blue);
}

.sg-home-orgs {
  padding: 1rem 0 1.75rem;
  border-top: 1px solid var(--sg-line);
  background: #fff;
}

.sg-home-orgs__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem 1.5rem;
}

.sg-home-orgs__label {
  margin: 0;
  font-family: var(--sg-font-head);
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--sg-muted);
  white-space: nowrap;
}

.sg-home-orgs__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 1.35rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sg-home-orgs__list li {
  font-family: var(--sg-font-head);
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: color-mix(in srgb, var(--sg-navy) 55%, #9aa8b5);
}

body.safeguard-homepage .entry-content ul.sg-home-proof__solutions,
body.safeguard-homepage .entry-content ul.sg-home-proof__why,
body.safeguard-homepage .entry-content ul.sg-home-orgs__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.safeguard-homepage .entry-content ul.sg-home-proof__solutions > li,
body.safeguard-homepage .entry-content ul.sg-home-proof__why > li,
body.safeguard-homepage .entry-content ul.sg-home-orgs__list > li {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.safeguard-homepage .entry-content p.sg-home-proof__stat,
body.safeguard-homepage .entry-content p.sg-home-proof__experience-copy,
body.safeguard-homepage .entry-content p.sg-home-orgs__label {
  margin: 0;
}

/* Hero, light white composition (mobile-first) */
.sg-hero.sg-hero--dark {
  position: relative;
  padding: 1.5rem 0 2rem;
  overflow: visible;
  background: #fff;
  display: flow-root;
}

.sg-hero__dark-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-color: #fff;
  background-image:
    linear-gradient(180deg, rgba(255, 255, 255, 0) 55%, #fff 100%),
    radial-gradient(var(--sg-line) 1px, transparent 1.5px);
  background-size: 100% 100%, 22px 22px;
}

/* Dot grid stays on homepage only */
body:not(.safeguard-homepage) .sg-hero__dark-bg {
  background-image: none;
}

.sg-hero.sg-hero--dark .sg-hero__grid.sg-hero__grid--dark {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  align-items: start;
  padding-block: 0;
}

/* Mobile: copy block then visual, natural HTML order, no display:contents */
.sg-hero.sg-hero--dark .sg-hero__copy.sg-hero__copy--dark {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  align-self: auto;
  padding-bottom: 0;
}

.sg-hero.sg-hero--dark .sg-hero__copy.sg-hero__copy--dark > *:not(.sg-hero__badge) {
  margin-inline: 0;
  padding-inline: 0;
  max-width: 100%;
}

body.safeguard-homepage .entry-content p.sg-hero__badge,
.sg-hero.sg-hero--dark .sg-hero__badge {
  display: inline-block;
  margin: 0 0 0.75rem;
  padding: 0.55rem 1.75rem;
  border-radius: 0;
  background: var(--sg-blue-wash);
  border: 1px solid #c5ddf0;
  font-family: var(--sg-font-head);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sg-blue);
  align-self: flex-start;
}

.sg-hero.sg-hero--dark .sg-hero__title.sg-hero__title--dark {
  font-family: var(--sg-font-head);
  font-size: clamp(1.65rem, 5.5vw, 3.35rem);
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 1rem;
  letter-spacing: -0.02em;
  color: var(--sg-navy);
}

.sg-hero.sg-hero--dark .sg-hero__title--dark .sg-hero__title-accent {
  color: var(--sg-orange);
}

.sg-hero.sg-hero--dark .sg-hero__sub.sg-hero__sub--dark {
  font-size: clamp(0.9375rem, 2.8vw, 1.15rem);
  color: var(--sg-muted);
  max-width: 42ch;
  margin: 0 0 1.25rem;
  line-height: 1.6;
}

.sg-hero.sg-hero--dark .sg-hero__sub--dark strong {
  color: var(--sg-ink);
  font-weight: 700;
}

.sg-hero.sg-hero--dark .sg-hero__features {
  position: relative;
  z-index: 2;
}

.sg-hero.sg-hero--dark .sg-hero__features li {
  color: var(--sg-muted);
}

.sg-hero.sg-hero--dark .sg-hero__feature-icon {
  color: var(--sg-blue);
}

.sg-hero.sg-hero--dark .sg-hero__visual.sg-hero__visual--dark {
  position: relative;
  z-index: 2;
  line-height: 0;
  margin-top: 1rem;
  width: 100%;
}

.sg-hero.sg-hero--dark .sg-hero__composition {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  /* Reserve space for dashboard (951Ã468 aspect â 49.2%) */
  padding-top: 48.8%;
  perspective: 1600px;
  perspective-origin: 50% 52%;
  overflow: visible;
}

/* Soft ground shadow where house meets dashboard */
.sg-hero.sg-hero--dark .sg-hero__composition::after {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  top: 44%;
  height: 2.5rem;
  z-index: 2;
  pointer-events: none;
  background: radial-gradient(ellipse at center, rgba(12, 45, 68, 0.1) 0%, transparent 72%);
}

.sg-hero.sg-hero--dark .sg-hero__house-wrap {
  position: relative;
  z-index: 3;
  width: 100%;
  line-height: 0;
  margin-top: -11.5%;
  margin-bottom: 0;
  transform: none;
}

.sg-hero.sg-hero--dark .sg-hero__house-img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  filter:
    drop-shadow(0 18px 36px rgba(12, 45, 68, 0.14))
    drop-shadow(0 6px 14px rgba(12, 45, 68, 0.08));
}

.sg-hero.sg-hero--dark .sg-hero__dashboard-wrap {
  position: absolute;
  top: 7%;
  left: 0;
  right: 0;
  z-index: 1;
  line-height: 0;
  transform-origin: 50% 100%;
  transform: rotateX(6deg) rotateY(-4deg);
  transform-style: preserve-3d;
  filter:
    drop-shadow(0 22px 44px rgba(12, 45, 68, 0.11))
    drop-shadow(0 8px 20px rgba(12, 45, 68, 0.07));
}

.sg-hero.sg-hero--dark .sg-hero__dashboard-img {
  display: block;
  width: 100%;
  height: auto;
}

.sg-hero__features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  list-style: none;
  width: 100%;
  justify-items: start;
}

@media (min-width: 480px) {
  .sg-hero__features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem 1rem;
  }
}

.sg-hero__features li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0.45rem;
  font-size: 0.75rem;
  color: #c9dcea;
  line-height: 1.35;
  width: 100%;
  max-width: 100%;
}

.sg-hero__feature-icon {
  flex-shrink: 0;
  color: #4da3ff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
}

.sg-hero__feature-icon svg {
  display: block;
  width: 18px;
  height: 17px;
}

/* Shared hero utilities */
.sg-hero__grid:not(.sg-hero__grid--dark) {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}

.sg-hero__ctas {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 0;
  width: auto;
}

.sg-hero__ctas .sg-btn {
  width: auto;
  flex: 0 1 auto;
  white-space: nowrap;
}

@media (max-width: 640px) {
  .sg-hero__ctas {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .sg-hero__ctas .sg-btn {
    width: 100%;
    justify-content: center;
    white-space: normal;
  }
}

.sg-hero__ctas--center {
  justify-content: center;
}

/* Pillar service pages, same hero shell as homepage (dot grid, balanced columns) */
.sg-hero.sg-hero--pillar {
  padding: 1.5rem 0 2rem;
}

.sg-pillar-hero__breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.5rem;
  margin: 0 0 0.85rem;
  font-size: 0.75rem;
  color: var(--sg-muted);
}

.sg-pillar-hero__breadcrumb a {
  color: var(--sg-blue);
  font-weight: 600;
  text-decoration: none;
}

.sg-pillar-hero__breadcrumb a:hover {
  text-decoration: underline;
}

.sg-pillar-hero__note {
  margin: 1.25rem 0 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--sg-muted);
  max-width: 50ch;
}

.sg-hero.sg-hero--pillar .sg-hero__visual.sg-hero__visual--pillar {
  margin-top: 1rem;
  margin-left: 0;
}

.sg-hero__pillar-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.sg-hero.sg-hero--pillar .sg-cctv-media-placeholder,
.sg-hero.sg-hero--pillar .sg-intercom-hero-placeholder {
  display: block;
  width: 100%;
  min-height: 16rem;
  border: 1px dashed #c5cad0;
  background: linear-gradient(145deg, var(--sg-blue-wash) 0%, #e5e8eb 50%, var(--sg-blue-wash) 100%);
}

@media (min-width: 768px) {
  .sg-hero.sg-hero--pillar {
    padding: 2rem 0 2.5rem;
  }

  .sg-hero.sg-hero--pillar .sg-hero__grid.sg-hero__grid--dark {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(1.25rem, 2.5vw, 2rem);
    align-items: center;
  }

  .sg-hero.sg-hero--pillar .sg-hero__visual.sg-hero__visual--pillar {
    margin-top: 0;
    align-self: center;
  }

  .sg-hero.sg-hero--pillar .sg-hero__ctas {
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 100%;
  }

  .sg-hero.sg-hero--pillar .sg-hero__ctas .sg-btn {
    width: auto;
    flex: 0 1 auto;
    min-width: 0;
    padding-inline: clamp(1.25rem, 2.5vw, 2.5rem);
  }
}

.sg-eyebrow {
  font-family: var(--sg-font-head);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin: 0 0 1rem;
}

.sg-eyebrow--orange { color: var(--sg-orange); }
.sg-eyebrow--blue { color: var(--sg-blue); }

.sg-placeholder {
  aspect-ratio: 4 / 3;
  border: 1px solid var(--sg-line);
  border-radius: 0;
  background: #f0f4f7;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  text-align: center;
}

.sg-placeholder span {
  font-size: 0.8125rem;
  color: var(--sg-muted);
  max-width: 28ch;
}

/* Sections, mobile first */
.sg-section {
  padding: 2.75rem 0;
}

@media (min-width: 768px) {
  .sg-section {
    padding: 4.5rem 0;
  }
}

.sg-band {
  padding: 2.75rem 0;
}

@media (min-width: 768px) {
  .sg-band {
    padding: 4.5rem 0;
  }
}

.sg-band--blue {
  position: relative;
  z-index: 1;
  background: var(--sg-blue-wash);
}

.sg-band--white {
  position: relative;
  background: #fff;
}

.sg-section-title {
  font-family: var(--sg-font-head);
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  font-weight: 800;
  color: var(--sg-blue);
  margin: 0 0 1rem;
  letter-spacing: -0.015em;
}

.sg-section-title--center {
  text-align: center;
  margin-bottom: 0;
}

.sg-section-title--ink {
  color: var(--sg-ink);
}

body.safeguard-homepage .entry-content ol.sg-steps {
  margin: 1.75rem 0 0;
  padding: 0;
  list-style: none;
}

body.safeguard-homepage .entry-content ul.sg-hero__features {
  margin-top: 1.25rem;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0.75rem;
  padding-left: 0;
  padding-right: 0;
  list-style: none;
}

body.safeguard-homepage .entry-content p.sg-home-hero-v2__badge {
  display: inline-flex;
  margin: 0 0 1.15rem;
}

body.safeguard-homepage .entry-content p.sg-home-hero-v2__lead {
  margin: 0 0 1.5rem;
}

body.safeguard-homepage .entry-content p.sg-home-hero-v2__card-label {
  margin: 0;
}

body.safeguard-homepage .entry-content ul.sg-home-hero-v2__trust {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.safeguard-homepage .entry-content ul.sg-home-hero-v2__trust > li {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.safeguard-homepage .entry-content ul.sg-hero__features > li {
  margin: 0;
  padding: 0;
}

body.safeguard-homepage .entry-content ul.sg-trust-row,
body.safeguard-homepage .entry-content ul.sg-ajax-trust {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.safeguard-homepage .entry-content ul.sg-trust-row > li,
body.safeguard-homepage .entry-content ul.sg-ajax-trust > li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sg-accent {
  color: var(--sg-orange);
}

.sg-section-intro {
  color: var(--sg-muted);
  margin: 0 0 2rem;
  max-width: 52ch;
}

.sg-footnote {
  text-align: center;
  color: var(--sg-muted);
  font-size: 0.875rem;
  margin: 2rem 0 0;
  max-width: 52ch;
  margin-inline: auto;
}

.sg-footnote--lock {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
}

.sg-split {
  display: grid;
  gap: 2.5rem;
}

/* Steps, mobile first */
.sg-steps {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
  margin: 1.75rem 0 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

.sg-steps > li {
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 0;
}

.sg-step-card {
  background: #fff;
  border: 1px solid var(--sg-line);
  border-radius: 0;
  padding: 2rem 1.5rem 1.75rem;
  position: relative;
  text-align: center;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.sg-step-card__num {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #b8d4e8;
  color: var(--sg-blue);
  font-family: var(--sg-font-head);
  font-weight: 700;
  font-size: 0.8125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.sg-step-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.5rem auto 1rem;
}

.sg-step-card__icon svg {
  display: block;
  width: 72px;
  height: 66px;
}

.sg-step-card h3 {
  font-family: var(--sg-font-head);
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--sg-ink);
  margin: 0 0 0.5rem;
  line-height: 1.3;
}

.sg-step-card p {
  margin: 0;
  color: var(--sg-muted);
  font-size: 0.875rem;
  line-height: 1.55;
  max-width: 28ch;
  margin-inline: auto;
}

@media (min-width: 640px) {
  .sg-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .sg-steps {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem;
    margin-top: 2.5rem;
  }

  .sg-step-card {
    padding: 2.125rem 1.5rem 2rem;
  }

  .sg-steps--connected {
    position: relative;
  }

  .sg-steps--connected::before {
    content: "";
    position: absolute;
    top: 6.75rem;
    left: 10%;
    right: 10%;
    border-top: 2px dashed #c5d9e8;
    z-index: 0;
    pointer-events: none;
  }
}

/* Compare */
.sg-compare-wrap {
  background: var(--sg-orange-wash);
  border-radius: var(--sg-radius-lg);
  padding: 1.25rem;
}

.sg-compare-card {
  background: #fff;
  border-radius: var(--sg-radius);
  padding: 1.5rem;
}

.sg-compare-card h3 {
  font-family: var(--sg-font-head);
  color: var(--sg-blue);
  margin: 0 0 1rem;
  font-size: 1.05rem;
}

.sg-compare {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
}

.sg-compare th {
  text-align: left;
  font-weight: 600;
  color: var(--sg-ink);
  padding: 0.65rem 0.5rem 0.65rem 0;
  border-bottom: 1px solid var(--sg-line);
}

.sg-compare td {
  padding: 0.65rem 0.5rem;
  border-bottom: 1px solid var(--sg-line);
  white-space: nowrap;
}

.sg-compare .sg-x { color: #c0392b; }
.sg-compare .sg-ok { color: var(--sg-success); font-weight: 600; }

/* Service grid, mobile first */
.sg-service-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.sg-service-card {
  background: #fff;
  border-radius: 0;
  padding: 1.25rem 1rem;
  border: 1px solid var(--sg-line);
  box-shadow: none;
  text-align: center;
}

.sg-service-card__icon {
  width: 56px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.65rem;
}

.sg-service-card__icon svg {
  display: block;
  width: 48px;
  height: 44px;
}

.sg-service-card h3 {
  margin: 0 0 0.35rem;
  font-family: var(--sg-font-head);
  font-size: 0.9375rem;
  line-height: 1.3;
}

.sg-service-card h3 a {
  color: var(--sg-blue);
  text-decoration: none;
}

.sg-service-card h3 a:hover {
  color: var(--sg-blue-dark);
}

.sg-service-card p {
  margin: 0;
  color: var(--sg-muted);
  font-size: 0.8125rem;
  line-height: 1.45;
}

.sg-link-orange {
  color: var(--sg-orange);
  font-weight: 700;
  text-decoration: none;
  font-size: 0.875rem;
}

.sg-link-orange:hover { color: var(--sg-orange-deep); }

.sg-link-orange--btn {
  display: inline-flex;
  margin-top: 1rem;
}

/* Funnels, mobile first */
.sg-funnel-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
  margin-top: 1.75rem;
}

.sg-funnel-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background: #fff;
  border-radius: 0;
  padding: 1.5rem;
  box-shadow: none;
  border: 1px solid var(--sg-line);
}

.sg-funnel-card__icon {
  flex-shrink: 0;
  width: 64px;
  height: 58px;
}

.sg-funnel-card__icon svg {
  display: block;
  width: 64px;
  height: 58px;
}

.sg-funnel-card__body {
  min-width: 0;
}

.sg-funnel-card h3 {
  font-family: var(--sg-font-head);
  color: var(--sg-blue);
  margin: 0 0 0.5rem;
  font-size: 1.125rem;
}

.sg-funnel-card p {
  color: var(--sg-muted);
  margin: 0 0 1.25rem;
  font-size: 0.9375rem;
  line-height: 1.55;
}

.sg-funnel-card .sg-btn {
  width: 100%;
}

/* Value stack, compact rows under portal */
.sg-value-stack {
  padding: 0;
}

.sg-value-row {
  padding: 1.75rem 0;
}

.sg-value-row--white {
  background: #fff;
}

.sg-value-row--peach {
  background: var(--sg-orange-wash);
}

.sg-value-row__grid {
  display: grid;
  gap: 1.25rem;
  align-items: start;
}

.sg-value-row__title {
  font-family: var(--sg-font-head);
  font-size: clamp(1.35rem, 2.8vw, 1.85rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--sg-ink);
  margin: 0;
  letter-spacing: -0.015em;
}

.sg-value-row__intro {
  margin: 0.75rem 0 0;
  color: var(--sg-muted);
  font-size: 0.875rem;
  line-height: 1.55;
  max-width: 34ch;
}

.sg-value-row__content--cards {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.75rem;
}

.sg-value-row__content--estimate {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.75rem;
}

.sg-benefit-card {
  background: #fff;
  border: 1px solid var(--sg-line);
  border-radius: 0;
  padding: 1.125rem 1rem;
  box-shadow: none;
}

.sg-benefit-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 48px;
  margin: 0 auto 0.75rem;
}

.sg-benefit-card__icon svg {
  display: block;
  width: 52px;
  height: 48px;
}

.sg-benefit-card h3 {
  font-family: var(--sg-font-head);
  color: var(--sg-blue);
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 0.4rem;
  text-align: center;
}

.sg-benefit-card p {
  margin: 0;
  color: var(--sg-muted);
  font-size: 0.8125rem;
  line-height: 1.5;
  text-align: center;
}

.sg-benefit-estimate-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
  background: #fff;
  border: 1px solid var(--sg-line);
  border-radius: 0;
  padding: 1.125rem 1rem;
  box-shadow: none;
}

.sg-benefit-estimate-card__price {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.sg-benefit-estimate-card__label {
  font-family: var(--sg-font-body);
  color: var(--sg-muted);
  font-size: 0.75rem;
  line-height: 1.4;
}

.sg-benefit-estimate-card__amount {
  font-family: var(--sg-font-head);
  color: var(--sg-ink);
  font-size: clamp(1.15rem, 2.5vw, 1.5rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.sg-benefit-estimate-card__includes {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.5rem;
}

.sg-benefit-estimate-card__includes > li {
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
  color: var(--sg-ink);
  font-size: 0.8125rem;
  line-height: 1.4;
}

.sg-benefit-estimate-card__check {
  flex-shrink: 0;
  display: inline-flex;
  width: 18px;
  height: 18px;
  margin-top: 0.05em;
}

.sg-benefit-estimate-card__check svg {
  display: block;
  width: 18px;
  height: 18px;
}

.sg-benefit-trust-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: #FFF2E8;
  border: 1px solid rgba(251, 117, 35, 0.18);
  border-radius: 0;
  padding: 1.125rem 1rem;
  text-align: center;
}

.sg-benefit-trust-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
}

.sg-benefit-trust-card__icon svg {
  display: block;
  width: 48px;
  height: 48px;
}

.sg-benefit-trust-card__text {
  margin: 0;
  font-family: var(--sg-font-head);
  color: var(--sg-ink);
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.35;
}

@media (min-width: 640px) {
  .sg-value-row__content--cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
  }

  .sg-benefit-estimate-card {
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: 1rem;
    padding: 1.25rem;
    align-items: center;
  }

  .sg-value-row__content--estimate {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.34fr);
    gap: 0.75rem;
    align-items: stretch;
  }
}

@media (min-width: 768px) {
  .sg-value-row {
    padding: 2rem 0;
  }
}

@media (min-width: 1024px) {
  .sg-value-row__grid {
    grid-template-columns: minmax(0, 0.3fr) minmax(0, 0.7fr);
    gap: clamp(1.25rem, 3vw, 2rem);
    align-items: start;
  }

  .sg-value-row__title br {
    display: block;
  }
}

.sg-value-row__content--team {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.75rem;
}

.sg-team-card {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  background: #fff;
  border: 1px solid var(--sg-line);
  border-radius: 0;
  padding: 0.875rem 0.75rem;
  box-shadow: none;
}

.sg-team-card__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
}

.sg-team-card__icon svg {
  display: block;
  width: 36px;
  height: 36px;
}

.sg-team-card__body {
  min-width: 0;
}

.sg-team-card h3 {
  font-family: var(--sg-font-head);
  color: var(--sg-ink);
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 0.25rem;
}

.sg-team-card p {
  margin: 0;
  color: var(--sg-muted);
  font-size: 0.75rem;
  line-height: 1.45;
}

@media (min-width: 640px) {
  .sg-value-row__content--team {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
  }
}

@media (min-width: 1024px) {
  .sg-value-row__content--team {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.sg-value-row__content--faq {
  min-width: 0;
}

.sg-value-faq {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.75rem;
}

.sg-value-faq__column {
  display: grid;
  gap: 0.75rem;
  align-content: start;
}

.sg-value-faq__item {
  background: #fff;
  border: 1px solid var(--sg-line);
  border-radius: 0;
}

.sg-value-faq__trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.875rem 1rem;
  border: none;
  background: transparent;
  font-family: var(--sg-font-head);
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--sg-ink);
  text-align: left;
  cursor: pointer;
}

.sg-value-faq__question {
  min-width: 0;
}

.sg-value-faq__chevron {
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--sg-muted);
  border-bottom: 2px solid var(--sg-muted);
  transform: rotate(45deg);
  transition: transform 0.25s var(--sg-ease);
  margin-top: -2px;
}

.sg-value-faq__item.is-open .sg-value-faq__chevron {
  transform: rotate(-135deg);
  margin-top: 2px;
}

.sg-value-faq__panel {
  padding: 0 1rem 0.875rem;
  color: var(--sg-muted);
  font-size: 0.8125rem;
  line-height: 1.55;
}

.sg-value-faq__panel[hidden] {
  display: none;
}

.sg-value-faq__panel p {
  margin: 0;
}

@media (min-width: 768px) {
  .sg-value-faq {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
  }
}

/* What we design, service grid + Ajax card */
.sg-design {
  display: grid;
  gap: 2rem;
  margin-top: 2.5rem;
}

.sg-design__title {
  font-family: var(--sg-font-head);
  font-size: clamp(1.5rem, 3.2vw, 2rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--sg-navy);
  margin: 0;
  letter-spacing: -0.015em;
}

.sg-design__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.sg-design-card {
  background: #fff;
  border: 1px solid var(--sg-line);
  padding: 1.25rem 1rem;
  text-align: center;
}

.sg-design-card__icon {
  width: 56px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.65rem;
}

.sg-design-card__icon svg {
  display: block;
  width: 48px;
  height: 44px;
}

.sg-design-card__title {
  margin: 0 0 0.35rem;
  font-family: var(--sg-font-head);
  font-size: 0.9375rem;
  line-height: 1.3;
}

.sg-design-card__title a {
  color: var(--sg-navy);
  text-decoration: none;
}

.sg-design-card__title a:hover {
  color: var(--sg-blue);
}

.sg-design-card__desc {
  margin: 0;
  color: var(--sg-muted);
  font-size: 0.8125rem;
  line-height: 1.45;
}

.sg-ajax-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  height: 100%;
  background: #fff;
  padding: 1.25rem 1.25rem 1.25rem 1.375rem;
  border: 1px solid var(--sg-line);
  box-shadow: var(--sg-shadow);
  box-sizing: border-box;
  overflow: hidden;
}

.sg-ajax-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--sg-orange) 0%, #f5a04a 45%, #fcd9a8 100%);
}

.sg-ajax-card__title {
  font-family: var(--sg-font-head);
  color: var(--sg-blue);
  font-size: clamp(1.125rem, 2.2vw, 1.375rem);
  font-weight: 700;
  margin: 0;
  line-height: 1.25;
  padding-bottom: 0.5rem;
}

.sg-ajax-card__title::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 3px;
  margin-top: 0.5rem;
  background: var(--sg-orange);
}

.sg-ajax-card__intro {
  margin: 0;
  color: var(--sg-muted);
  font-size: 0.875rem;
  line-height: 1.5;
}

.sg-ajax-visual {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  margin: 0;
}

.sg-ajax-visual img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.sg-ajax-trust {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sg-ajax-trust > li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.4rem;
  margin: 0;
  padding: 0;
}

.sg-ajax-trust__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 40px;
}

.sg-ajax-trust__icon svg {
  display: block;
  width: 44px;
  height: 40px;
}

.sg-ajax-trust__label {
  font-size: 0.6875rem;
  line-height: 1.35;
  color: var(--sg-navy);
  font-weight: 600;
}

.sg-ajax-card__actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.625rem;
  margin: 0;
}

.sg-ajax-card__actions .sg-btn {
  width: 100%;
}

@media (min-width: 640px) {
  .sg-design__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.625rem;
  }
}

@media (min-width: 768px) {
  .sg-ajax-trust {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.5rem;
  }

  .sg-ajax-card__actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
  }
}

@media (min-width: 1024px) {
  .sg-design {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    gap: 1.25rem;
    align-items: center;
  }

  .sg-design__main {
    align-self: center;
  }

  .sg-design__aside {
    display: flex;
    flex-direction: column;
    align-self: center;
  }

  .sg-ajax-card {
    height: auto;
  }

  .sg-design__grid {
    margin-top: 1rem;
    gap: 0.5rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sg-design-card {
    padding: 1.125rem 0.75rem;
  }

  .sg-design-card__icon {
    width: 48px;
    height: 44px;
    margin-bottom: 0.5rem;
  }

  .sg-design-card__icon svg {
    width: 40px;
    height: 37px;
  }

  .sg-design-card__title {
    font-size: 0.8125rem;
  }

  .sg-design-card__desc {
    font-size: 0.75rem;
    line-height: 1.4;
  }

  .sg-ajax-visual {
    flex: 1 1 auto;
    min-height: 120px;
  }

  .sg-ajax-visual img {
    max-height: 100%;
  }
}

@media (min-width: 480px) {
  .sg-funnel-card {
    flex-direction: row;
    align-items: flex-start;
    padding: 1.75rem;
  }

  .sg-funnel-card .sg-btn {
    width: auto;
  }
}

@media (min-width: 640px) {
  .sg-funnel-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
  }
}

@media (min-width: 768px) {
  .sg-funnel-card {
    padding: 1.75rem;
  }
}

.sg-tick-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
}

.sg-tick-list li {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 0.65rem;
  color: var(--sg-ink);
}

.sg-tick-list li::before {
  content: "â";
  position: absolute;
  left: 0;
  color: var(--sg-success);
  font-weight: 700;
}


.sg-floating-chip {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  background: #fff;
  border-radius: 0;
  padding: 0.45rem 0.85rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--sg-blue);
  box-shadow: var(--sg-shadow);
}

/* Commercial */
.sg-commercial-card {
  border: 1px solid var(--sg-line);
  background: var(--sg-blue-wash);
  border-radius: var(--sg-radius-lg);
  padding: 2rem;
}

.sg-industry-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1.5rem 0;
}

.sg-chip {
  padding: 0.45rem 0.9rem;
  border: 1px solid var(--sg-line);
  border-radius: 0;
  background: #fff;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--sg-blue);
}

/* Reviews */
.sg-reviews-grid {
  display: grid;
  gap: 1.5rem;
  margin-top: 2rem;
}

.sg-review-summary {
  background: #fff;
  border-radius: var(--sg-radius-lg);
  padding: 2rem;
  box-shadow: var(--sg-shadow);
  text-align: center;
}

.sg-review-summary__score {
  font-family: var(--sg-font-head);
  font-size: 3rem;
  font-weight: 800;
  color: var(--sg-blue);
  margin: 0;
}

.sg-verify {
  font-size: 0.65rem;
  color: var(--sg-muted);
  font-weight: 600;
}

.sg-stars {
  color: var(--sg-orange);
  letter-spacing: 2px;
  margin: 0.5rem 0;
}

.sg-review-summary__meta {
  color: var(--sg-muted);
  font-size: 0.875rem;
  margin: 0;
}

.sg-review-cards {
  display: grid;
  gap: 1rem;
}

.sg-review-card {
  background: #fff;
  border-radius: var(--sg-radius);
  padding: 1.25rem;
  box-shadow: var(--sg-shadow);
}

.sg-review-card__quote {
  font-size: 0.9rem;
  color: var(--sg-muted);
  font-style: italic;
  margin: 0.5rem 0;
}

.sg-review-card__author {
  font-weight: 600;
  font-size: 0.875rem;
  margin: 0;
}

.sg-review-tag {
  display: inline-block;
  margin-top: 0.5rem;
  font-size: 0.7rem;
  color: var(--sg-blue);
  font-weight: 600;
}

/* Area */
.sg-suburb-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.35rem 1rem;
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
}

.sg-suburb-grid a {
  color: var(--sg-blue);
  text-decoration: none;
  font-size: 0.9rem;
}

.sg-suburb-grid a:hover { text-decoration: underline; }

.sg-nap-card {
  border: 1px solid var(--sg-line);
  border-radius: var(--sg-radius);
  padding: 1.25rem;
  background: #fff;
  font-size: 0.9rem;
}

.sg-map-placeholder {
  aspect-ratio: 4 / 3;
  border: 1px solid var(--sg-line);
  border-radius: var(--sg-radius-lg);
  background: #f0f4f7;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  text-align: center;
}

.sg-map-placeholder span {
  font-size: 0.8125rem;
  color: var(--sg-muted);
}

/* FAQ */
.sg-faq-wrap {
  max-width: 760px;
}

.sg-accordion__item {
  border-bottom: 1px solid var(--sg-line);
}

.sg-accordion__trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 56px;
  padding: 1rem 0;
  border: none;
  background: transparent;
  font-family: var(--sg-font-head);
  font-size: 1rem;
  font-weight: 700;
  color: var(--sg-blue);
  text-align: left;
  cursor: pointer;
}

.sg-accordion__chevron {
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--sg-blue);
  border-bottom: 2px solid var(--sg-blue);
  transform: rotate(45deg);
  transition: transform 0.25s var(--sg-ease);
  flex-shrink: 0;
}

.sg-accordion__item.is-open .sg-accordion__chevron {
  transform: rotate(-135deg);
}

.sg-accordion__panel {
  padding: 0 0 1.25rem;
  color: var(--sg-muted);
}

.sg-accordion__panel p { margin: 0; }

/* Portal band */
.sg-band.sg-portal-band {
  padding: 1.75rem 0;
}

.sg-portal-band {
  position: relative;
  background: var(--sg-navy);
  overflow: hidden;
}

.sg-portal-band::before {
  content: "";
  position: absolute;
  inset: -40% -20%;
  background: repeating-linear-gradient(
    -58deg,
    transparent,
    transparent 72px,
    rgba(255, 255, 255, 0.028) 72px,
    rgba(255, 255, 255, 0.028) 144px
  );
  pointer-events: none;
}

.sg-portal-band__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}

.sg-portal-band__title {
  font-family: var(--sg-font-head);
  font-size: clamp(1.65rem, 4vw, 2.35rem);
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  margin: 0 0 1rem;
  letter-spacing: -0.015em;
}

.sg-portal-band__title .sg-accent {
  color: var(--sg-orange);
}

.sg-portal-band__intro {
  margin: 0 0 1.5rem;
  color: var(--sg-cta-sub);
  font-size: clamp(0.9375rem, 2.5vw, 1.0625rem);
  line-height: 1.6;
  max-width: 42ch;
}

.sg-portal-band__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}

.sg-portal-band__list > li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1.45;
}

.sg-portal-band__check {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-top: 0.1em;
}

.sg-portal-band__check svg {
  display: block;
  width: 22px;
  height: 22px;
}

.sg-portal-band__visual {
  line-height: 0;
}

.sg-portal-band__img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0;
}

@media (min-width: 768px) {
  .sg-band.sg-portal-band {
    padding: 2rem 0;
  }

  .sg-portal-band__grid {
    gap: 2rem;
  }
}

@media (min-width: 1024px) {
  .sg-band.sg-portal-band {
    padding: 2.25rem 0;
  }

  .sg-portal-band__grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(1.5rem, 3vw, 2.25rem);
  }
}

/* CTA, horizontal card, half container width, centered */
.sg-cta {
  padding: 2.5rem 0 3rem;
  background: #fff;
}

.sg-cta-card {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: var(--sg-cta-max);
  margin-inline: auto;
  padding: 1.5rem 1.25rem;
  background: var(--sg-navy);
  overflow: hidden;
}

.sg-cta-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.14) 1px, transparent 1.5px);
  background-size: 22px 22px;
  pointer-events: none;
}

.sg-cta-card__head,
.sg-cta-card__text,
.sg-cta-card__btns {
  position: relative;
  z-index: 1;
}

.sg-cta-card__head {
  font-family: var(--sg-font-head);
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
  margin: 0 0 1rem;
}

.sg-cta-card__head .sg-accent {
  color: var(--sg-orange);
}

.sg-cta-card__text {
  margin: 0 0 1.25rem;
  color: var(--sg-cta-sub);
  font-size: 0.875rem;
  line-height: 1.5;
}

.sg-cta-card__btns {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

@media (min-width: 768px) {
  .sg-cta {
    padding: 3rem 0 3.5rem;
  }

  .sg-cta-card {
    display: grid;
    width: min(var(--sg-cta-max), 100%);
    grid-template-columns: minmax(220px, 1.2fr) minmax(200px, 1fr) minmax(260px, auto);
    column-gap: 1.5rem;
    align-items: center;
    padding: 1.75rem 2rem;
  }

  .sg-cta-card__head,
  .sg-cta-card__text {
    margin: 0;
    min-width: 0;
  }

  .sg-cta-card__btns {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0.5rem;
    justify-self: end;
  }

  .sg-cta-card .sg-btn {
    width: auto;
    white-space: nowrap;
    padding-inline: 1rem;
    font-size: 0.75rem;
  }
}

/* Footer */
.sg-footer {
  background: var(--sg-navy);
  color: var(--sg-cta-sub);
  padding: 3.5rem 0 0;
}

.sg-footer__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 640px) {
  .sg-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.sg-footer__logo {
  display: block;
  margin-bottom: 1rem;
  height: 44px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .sg-footer__logo {
    height: 52px;
    max-width: 260px;
  }
}

.sg-footer__brand p {
  font-size: 0.9rem;
  margin: 0 0 1rem;
  max-width: 28ch;
}

.sg-footer__brand .sg-footer__map {
  width: 100%;
  max-width: 280px;
  margin: 0 0 1rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
}

.sg-footer__brand .sg-footer__map-frame {
  display: block;
  width: 100%;
  height: 168px;
  border: 0;
}

.sg-social {
  display: flex;
  gap: 0.75rem;
}

.sg-social a {
  color: var(--sg-cta-sub);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(201, 220, 234, 0.35);
  border-radius: 50%;
}

.sg-social a:hover {
  color: #fff;
  border-color: #fff;
}

.sg-footer__heading {
  font-family: var(--sg-font-head);
  color: #fff;
  font-size: 0.95rem;
  margin: 0 0 1rem;
}

.sg-footer__links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sg-footer__links a {
  color: var(--sg-cta-sub);
  text-decoration: none;
  font-size: 0.875rem;
  display: inline-flex;
  min-height: 36px;
  align-items: center;
}

.sg-footer__links a:hover { color: #fff; }

.sg-footer__contact {
  font-style: normal;
  margin: 0;
}

.sg-footer__contact p {
  margin: 0 0 0.65rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.sg-footer__contact p:last-child {
  margin-bottom: 0;
}

.sg-footer a {
  color: var(--sg-cta-sub);
}

.sg-footer__bar {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 1rem 0;
  font-size: 0.75rem;
}

.sg-footer__bar-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}

@media (min-width: 640px) {
  .sg-footer__bar-inner {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
  }
}

.sg-footer__bar a {
  text-decoration: none;
}

.sg-footer__bar a:hover { color: #fff; }

/* Mobile sticky bar */
.sg-mobile-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 90;
  background: #fff;
  border-top: 1px solid var(--sg-line);
  box-shadow: var(--sg-shadow);
  padding: 0.625rem var(--sg-gutter) calc(0.625rem + env(safe-area-inset-bottom));
  gap: 0.625rem;
  box-sizing: border-box;
}

.sg-mobile-bar.is-visible {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.sg-mobile-bar .sg-btn {
  width: 100%;
  min-height: var(--sg-btn-height);
  height: var(--sg-btn-height);
  padding: 0 1rem;
  font-size: 0.875rem;
  font-weight: 700;
}

/* Scroll reveal */
.sg-reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.28s var(--sg-ease), transform 0.28s var(--sg-ease);
}

.sg-reveal.is-visible {
  opacity: 1;
  transform: none;
}

/* Mobile sticky bar clearance */
body.safeguard-homepage .sg-page {
  padding-bottom: calc(5rem + env(safe-area-inset-bottom, 0px));
}

/* Responsive, tablet and up */
@media (min-width: 768px) {
  body.safeguard-homepage .sg-page {
    padding-bottom: 0;
  }

  .sg-header__phone { display: none; }

  .sg-hero.sg-hero--dark {
    padding: 2rem 0 2.5rem;
  }

  .sg-hero.sg-hero--dark .sg-hero__badge {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sg-hero.sg-hero--dark .sg-hero__copy.sg-hero__copy--dark {
    align-self: stretch;
  }

  .sg-hero.sg-hero--dark .sg-hero__grid.sg-hero__grid--dark {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: clamp(1.25rem, 2.5vw, 2rem);
    align-items: end;
  }

  .sg-hero.sg-hero--dark .sg-hero__ctas {
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 100%;
  }

  .sg-hero.sg-hero--dark .sg-hero__ctas .sg-btn {
    width: auto;
    flex: 0 1 auto;
    min-width: 0;
    padding-inline: clamp(1.25rem, 2.5vw, 2.5rem);
  }

  .sg-hero.sg-hero--dark .sg-hero__visual.sg-hero__visual--dark {
    align-self: end;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: clamp(0.5rem, 1.5vw, 1.25rem);
    z-index: 2;
  }

  .sg-hero.sg-hero--dark .sg-hero__composition {
    padding-top: 48.8%;
    display: block;
    min-height: 0;
    max-width: 760px;
    margin: 0 0 0 auto;
    transform: translateX(clamp(0.5rem, 1.25vw, 1rem));
    perspective: 1800px;
    perspective-origin: 50% 50%;
  }

  .sg-hero.sg-hero--dark .sg-hero__composition::after {
    top: 43%;
    height: 3rem;
  }

  .sg-hero.sg-hero--dark .sg-hero__house-wrap {
    width: auto;
    margin-top: -10.5%;
    margin-bottom: 0;
    transform: none;
  }

  .sg-hero.sg-hero--dark .sg-hero__dashboard-wrap {
    top: 6%;
    left: 0;
    right: 0;
    bottom: auto;
    transform: rotateX(7deg) rotateY(-7deg);
  }

  body.safeguard-homepage .entry-content ul.sg-hero__features {
    margin-top: 1.5rem;
    padding-bottom: 1rem;
  }

  .sg-hero.sg-hero--dark .sg-hero__features {
    width: 100%;
  }

  .sg-hero__features {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 1.5rem;
    row-gap: 0.75rem;
    align-items: start;
    justify-items: start;
    width: 100%;
  }

  .sg-hero__features li {
    align-items: flex-start;
    gap: 0.5rem;
    font-size: 0.8125rem;
    line-height: 1.4;
    min-width: 0;
    width: 100%;
  }

  .sg-hero__feature-icon {
    width: 1.25rem;
    min-width: 1.25rem;
    height: 1.25rem;
    margin-top: 0.1em;
  }

  .sg-mobile-bar { display: none !important; }
}

@media (min-width: 1024px) {
  .sg-header__inner {
    grid-template-columns: auto 1fr;
  }

  .sg-header__nav {
    display: flex;
    grid-column: 2;
    justify-self: stretch;
  }

  .sg-header__menu-btn { display: none; }
  .sg-header__phone { display: none; }
  .sg-header__actions { display: none; }
  .sg-btn.sg-header__quote-mobile { display: none; }

  .sg-hero.sg-hero--dark {
    padding-top: 2.5rem;
    padding-bottom: 3rem;
  }

  .sg-hero.sg-hero--dark .sg-hero__badge {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .sg-hero.sg-hero--dark .sg-hero__composition {
    max-width: 800px;
    transform: translateX(clamp(0.75rem, 1.5vw, 1.5rem));
  }

  .sg-hero.sg-hero--dark .sg-hero__composition::after {
    top: 42%;
  }

  .sg-hero.sg-hero--dark .sg-hero__house-wrap {
    margin-top: -10%;
    margin-bottom: 0;
    transform: none;
  }

  .sg-hero.sg-hero--dark .sg-hero__dashboard-wrap {
    top: 5%;
    transform: rotateX(8deg) rotateY(-8deg);
  }
}

@media (min-width: 1100px) {
  .sg-footer__grid {
    grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sg-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .sg-btn:hover {
    transform: none;
  }

  .sg-hero.sg-hero--dark .sg-hero__dashboard-wrap {
    transform: none;
  }

  .sg-hero.sg-hero--dark .sg-hero__house-wrap {
    transform: none;
  }
}

/* Pillar heroes, must win over homepage .sg-hero--dark composition rules above */
@media (min-width: 768px) {
  .sg-hero.sg-hero--dark.sg-hero--pillar .sg-hero__grid.sg-hero__grid--dark {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
  }

  .sg-hero.sg-hero--dark.sg-hero--pillar .sg-hero__visual.sg-hero__visual--dark {
    align-self: center;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
  }

  .sg-hero.sg-hero--dark.sg-hero--pillar .sg-hero__composition {
    margin: 0 auto;
    transform: none;
    max-width: none;
  }
}

/* ââ Lucide icons (shared) ââ */
.sg-lucide-icon {
  display: block;
  flex-shrink: 0;
  width: var(--sg-icon-size, 2rem);
  height: var(--sg-icon-size, 2rem);
  color: var(--sg-blue);
}

/* Card / bento icon slots: fixed box, centered 2rem glyph */
.sg-alarm-service-card__icon,
.sg-alarm-why__icon,
.sg-alarm-step-card__icon,
.sg-cctv-icon,
.sg-ajax-icon-card__icon,
.sg-ajax-process__icon,
.sg-ajax-hero__trust-icon,
.sg-ajax-hero__caption-icon,
.sg-related-services__icon,
.sg-scenario-grid__icon,
.sg-monitoring-package__icon,
.sg-service-card__icon,
.sg-funnel-card__icon,
.sg-benefit-card__icon,
.sg-benefit-trust-card__icon,
.sg-team-card__icon,
.sg-ajax-trust__icon,
.sg-cctv-layered__card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sg-alarm-service-card__icon .sg-lucide-icon,
.sg-alarm-why__icon .sg-lucide-icon,
.sg-alarm-step-card__icon .sg-lucide-icon,
.sg-cctv-icon .sg-lucide-icon,
.sg-ajax-icon-card__icon .sg-lucide-icon,
.sg-ajax-process__icon .sg-lucide-icon,
.sg-related-services__icon .sg-lucide-icon,
.sg-scenario-grid__icon .sg-lucide-icon,
.sg-monitoring-package__icon .sg-lucide-icon,
.sg-service-card__icon .sg-lucide-icon,
.sg-funnel-card__icon .sg-lucide-icon,
.sg-benefit-card__icon .sg-lucide-icon,
.sg-benefit-trust-card__icon .sg-lucide-icon,
.sg-team-card__icon .sg-lucide-icon,
.sg-ajax-trust__icon .sg-lucide-icon,
.sg-cctv-layered__card-icon .sg-lucide-icon {
  width: var(--sg-icon-size, 2rem);
  height: var(--sg-icon-size, 2rem);
}

/* Inline / UI chrome */
.sg-btn .sg-lucide-icon,
.sg-btn__icon.sg-lucide-icon,
.sg-header__phone .sg-lucide-icon,
.sg-related-services__arrow .sg-lucide-icon {
  width: var(--sg-icon-size-sm, 1.125rem);
  height: var(--sg-icon-size-sm, 1.125rem);
  color: currentColor;
}

.sg-lucide-icon--filled-check,
.sg-lucide-icon--success {
  width: var(--sg-icon-size-sm, 1.125rem);
  height: var(--sg-icon-size-sm, 1.125rem);
}

.sg-lucide-icon--filled-check {
  color: #fff;
  fill: var(--sg-blue);
  stroke: #fff;
}

.sg-home-hero__shield-icon {
  width: var(--sg-icon-size, 2rem);
  height: var(--sg-icon-size, 2rem);
  color: var(--sg-blue);
}

.sg-portal-band__check .sg-lucide-icon--filled-check circle {
  fill: var(--sg-blue);
  stroke: var(--sg-blue);
}

.sg-lucide-icon--success {
  color: #1f9d57;
  stroke: #1f9d57;
}

/* -------------------------------------------------------------------------
   Canonical CTAs — see .cursor/rules/27-safeguard-cta-buttons.mdc
   1) Accent Phone (.sg-cta-phone / orange aliases)
   2) Soft Blue (.sg-cta-callback / .sg-btn--soft-blue)
   3) Split Action (.sg-cta-split)
   ------------------------------------------------------------------------- */

.sg-cta-phone,
.sg-cta-callback,
.sg-cta-split {
  box-sizing: border-box;
  font-family: var(--sg-font-btn);
  text-decoration: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.sg-cta-phone .sg-lucide-icon,
.sg-cta-callback .sg-lucide-icon,
.sg-cta-split .sg-lucide-icon {
  width: 1.125rem;
  height: 1.125rem;
  color: inherit;
  stroke: currentColor;
  fill: none;
}

/* 1) Accent Phone CTA — same type tokens as .sg-btn */
.sg-cta-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: var(--sg-btn-height);
  height: var(--sg-btn-height);
  width: fit-content;
  min-width: fit-content;
  padding: 0 26px;
  border: none;
  border-radius: 999px;
  background: #fb7523;
  color: #ffffff;
  font-family: var(--sg-font-btn);
  font-size: var(--sg-btn-font-size);
  font-weight: var(--sg-btn-font-weight);
  letter-spacing: 0;
  line-height: var(--sg-btn-line-height);
  box-shadow: 0 10px 24px rgba(251, 117, 35, 0.22);
  transform: translateY(0);
  transition: background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.sg-cta-phone:hover {
  background: #e7661d;
  box-shadow: 0 12px 28px rgba(251, 117, 35, 0.28);
  transform: translateY(-2px);
  color: #ffffff;
}

.sg-cta-phone:active {
  background: #d95c16;
  box-shadow: 0 5px 12px rgba(251, 117, 35, 0.18);
  transform: translateY(0);
  color: #ffffff;
}

.sg-cta-phone:focus {
  outline: none;
}

.sg-cta-phone:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 3px rgba(251, 117, 35, 0.22),
    0 10px 24px rgba(251, 117, 35, 0.2);
}

.sg-cta-phone__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* 6) Icon Leading CTA — soft-blue hero effects, keep sample font + phone icon */
.sg-cta-callback {
  --sg-soft-btn-base: var(--sg-blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  height: auto;
  width: fit-content;
  padding: 0 24px;
  border: none;
  border-radius: var(--sg-btn-radius);
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--sg-soft-btn-base) 96%, #fff) 0%,
    var(--sg-soft-btn-base) 48%,
    color-mix(in srgb, var(--sg-soft-btn-base) 94%, #000) 100%
  );
  color: #ffffff;
  font-family: var(--sg-font-btn);
  font-size: var(--sg-btn-font-size);
  font-weight: var(--sg-btn-font-weight);
  letter-spacing: 0;
  line-height: var(--sg-btn-line-height);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 2px 6px rgba(0, 0, 0, 0.08),
    0 8px 24px rgba(0, 0, 0, 0.1);
  transform: translateY(0);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    filter 0.25s ease,
    background 0.25s ease;
}

.sg-cta-callback__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.sg-cta-callback:hover,
.sg-cta-callback:focus-visible {
  transform: translateY(-1px);
  filter: brightness(1.03);
  color: #ffffff;
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--sg-soft-btn-base) 92%, #fff) 0%,
    color-mix(in srgb, var(--sg-soft-btn-base) 98%, #fff) 50%,
    var(--sg-soft-btn-base) 100%
  );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 3px 8px rgba(0, 0, 0, 0.09),
    0 12px 28px rgba(0, 0, 0, 0.12);
}

.sg-cta-callback:active {
  transform: translateY(0);
  filter: brightness(0.98);
  color: #ffffff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 3px rgba(0, 0, 0, 0.08),
    0 4px 12px rgba(0, 0, 0, 0.08);
}

.sg-cta-callback:focus {
  outline: none;
}

.sg-cta-callback:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--sg-blue) 55%, #fff);
  outline-offset: 3px;
}

/* 7) Split Action Button */
.sg-cta-split {
  display: inline-flex;
  align-items: stretch;
  height: 50px;
  min-height: 50px;
  overflow: hidden;
  border: none;
  border-radius: 12px;
  background: #0c2d44;
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(12, 45, 68, 0.18);
  transform: translateY(0);
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.sg-cta-split__main,
.sg-cta-split__phone {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  transition: background 180ms ease, transform 180ms ease;
}

.sg-cta-split__main {
  padding: 0 22px;
  font-family: var(--sg-font-btn);
  font-size: var(--sg-btn-font-size);
  font-weight: var(--sg-btn-font-weight);
  letter-spacing: 0;
  line-height: var(--sg-btn-line-height);
  white-space: nowrap;
  background: #0c2d44;
}

.sg-cta-split__phone {
  width: 52px;
  flex-shrink: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  background: #103a57;
}

.sg-cta-split:hover {
  box-shadow: 0 12px 28px rgba(12, 45, 68, 0.24);
  transform: translateY(-2px);
}

.sg-cta-split:hover .sg-cta-split__main {
  background: #092639;
}

.sg-cta-split:hover .sg-cta-split__phone {
  background: #1769a1;
}

.sg-cta-split__phone:hover {
  background: #1769a1;
}

.sg-cta-split__phone:hover .sg-lucide-icon {
  transform: rotate(-4deg);
}

.sg-cta-split__phone .sg-lucide-icon {
  transition: transform 180ms ease;
}

.sg-cta-split:active {
  box-shadow: 0 5px 12px rgba(12, 45, 68, 0.16);
  transform: translateY(0);
}

.sg-cta-split:active .sg-cta-split__main {
  background: #082131;
}

.sg-cta-split:active .sg-cta-split__phone {
  background: #0f5680;
}

.sg-cta-split__main:focus,
.sg-cta-split__phone:focus {
  outline: none;
}

.sg-cta-split__main:focus-visible,
.sg-cta-split__phone:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 3px rgba(23, 105, 161, 0.35);
}

@media (max-width: 640px) {
  .sg-cta-phone,
  .sg-cta-callback,
  .sg-cta-split {
    width: 100%;
    max-width: 320px;
  }

  .sg-cta-split {
    height: 52px;
    min-height: 52px;
    max-width: 340px;
  }

  .sg-cta-split__phone {
    width: 52px;
  }
}
