/*
Theme Name: Commercial Call Engine
Theme URI: https://commercialcallengine.com/
Author: Commercial Call Engine
Author URI: https://commercialcallengine.com/
Description: A fast, accessible, conversion-focused theme for Commercial Call Engine.
Version: 1.0.3
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: commercial-call-engine
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
  --cce-navy: #102a43;
  --cce-navy-2: #163a5f;
  --cce-orange: #f97316;
  --cce-orange-dark: #c84e08;
  --cce-charcoal: #1f2933;
  --cce-muted: #52616f;
  --cce-light: #f4f7fa;
  --cce-white: #ffffff;
  --cce-border: #dbe4ec;
  --cce-success: #0f766e;
  --cce-error: #b42318;
  --cce-shadow: 0 18px 50px rgba(16, 42, 67, 0.12);
  --cce-radius: 18px;
  --cce-content: 1180px;
  --cce-reading: 760px;
  --cce-focus: 0 0 0 4px rgba(249, 115, 22, 0.28);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cce-white);
  color: var(--cce-charcoal);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

body.nav-open {
  overflow: hidden;
}

img,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: var(--cce-navy-2);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

a:hover {
  color: var(--cce-orange-dark);
}

button,
input,
select,
textarea {
  font: inherit;
}

:focus-visible {
  outline: 3px solid var(--cce-orange);
  outline-offset: 3px;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus {
  z-index: 100000;
  top: 8px;
  left: 8px;
  width: auto;
  height: auto;
  clip: auto;
  padding: 12px 18px;
  background: var(--cce-white);
  color: var(--cce-navy);
  font-weight: 800;
}

.cce-container {
  width: min(calc(100% - 40px), var(--cce-content));
  margin-inline: auto;
}

.cce-reading-width {
  width: min(100%, var(--cce-reading));
}

.cce-section {
  padding: clamp(64px, 8vw, 104px) 0;
}

.cce-section--light {
  background: var(--cce-light);
}

.cce-section--navy {
  background: var(--cce-navy);
  color: var(--cce-white);
}

.cce-section--compact {
  padding: 44px 0;
}

.cce-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 14px;
  color: var(--cce-orange-dark);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-transform: uppercase;
}

.cce-section--navy .cce-kicker,
.cce-hero .cce-kicker {
  color: #ffb27a;
}

.cce-kicker::before {
  width: 28px;
  height: 3px;
  background: currentColor;
  border-radius: 99px;
  content: "";
}

h1,
h2,
h3,
h4 {
  margin: 0 0 0.55em;
  color: var(--cce-navy);
  font-weight: 850;
  letter-spacing: -0.035em;
  line-height: 1.12;
}

h1 {
  font-size: clamp(2.55rem, 6vw, 5rem);
}

h2 {
  font-size: clamp(2rem, 4.2vw, 3.35rem);
}

h3 {
  font-size: clamp(1.28rem, 2.2vw, 1.65rem);
  letter-spacing: -0.02em;
}

p {
  margin: 0 0 1.15em;
}

.cce-section--navy h1,
.cce-section--navy h2,
.cce-section--navy h3,
.cce-hero h1,
.cce-hero h2,
.cce-hero h3 {
  color: var(--cce-white);
}

.cce-lead {
  max-width: 760px;
  color: var(--cce-muted);
  font-size: clamp(1.08rem, 1.8vw, 1.3rem);
  line-height: 1.65;
}

.cce-section--navy .cce-lead,
.cce-hero .cce-lead {
  color: #dbe9f5;
}

.cce-section-heading {
  max-width: 790px;
  margin-bottom: clamp(32px, 5vw, 54px);
}

.cce-button,
.wp-block-button__link,
button.cce-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 13px 22px;
  border: 2px solid var(--cce-orange);
  border-radius: 10px;
  background: var(--cce-orange);
  color: #1b2026;
  cursor: pointer;
  font-weight: 850;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.cce-button:hover,
.wp-block-button__link:hover,
button.cce-button:hover {
  transform: translateY(-2px);
  border-color: #fb8a3c;
  background: #fb8a3c;
  color: #111820;
}

.cce-button--secondary {
  border-color: rgba(255, 255, 255, 0.5);
  background: transparent;
  color: var(--cce-white);
}

.cce-button--secondary:hover {
  border-color: var(--cce-white);
  background: rgba(255, 255, 255, 0.08);
  color: var(--cce-white);
}

.cce-button--navy {
  border-color: var(--cce-navy);
  background: var(--cce-navy);
  color: var(--cce-white);
}

.cce-button--navy:hover {
  border-color: var(--cce-navy-2);
  background: var(--cce-navy-2);
  color: var(--cce-white);
}

.cce-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 30px;
}

.cce-topbar {
  background: #0b2034;
  color: #dbe9f5;
  font-size: 0.83rem;
}

.cce-topbar__inner {
  display: flex;
  min-height: 38px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.cce-topbar p {
  margin: 0;
}

.cce-topbar a {
  color: var(--cce-white);
  font-weight: 750;
  text-decoration: none;
}

.cce-site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  border-bottom: 1px solid rgba(219, 228, 236, 0.85);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
}

.admin-bar .cce-site-header {
  top: 32px;
}

.cce-header__inner {
  display: grid;
  min-height: 82px;
  align-items: center;
  gap: 24px;
  grid-template-columns: auto 1fr auto;
}

.cce-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--cce-navy);
  font-size: 1.05rem;
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 1.05;
  text-decoration: none;
}

.cce-brand:hover {
  color: var(--cce-navy);
}

.cce-brand__mark {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  border-radius: 11px;
  background: var(--cce-navy);
  color: var(--cce-white);
  font-size: 0.7rem;
  letter-spacing: 0.04em;
  box-shadow: inset -8px -8px 0 rgba(249, 115, 22, 0.18);
}

.cce-brand__text span {
  display: block;
}

.cce-main-nav {
  justify-self: end;
}

.cce-main-nav ul {
  display: flex;
  align-items: center;
  gap: clamp(15px, 2vw, 28px);
  padding: 0;
  margin: 0;
  list-style: none;
}

.cce-main-nav a {
  color: var(--cce-charcoal);
  font-size: 0.91rem;
  font-weight: 750;
  text-decoration: none;
}

.cce-main-nav a:hover,
.cce-main-nav .current-menu-item > a,
.cce-main-nav .current_page_item > a {
  color: var(--cce-orange-dark);
}

.cce-header-cta {
  white-space: nowrap;
}

.cce-menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--cce-border);
  border-radius: 10px;
  background: var(--cce-white);
  color: var(--cce-navy);
  cursor: pointer;
}

.cce-menu-toggle span,
.cce-menu-toggle::before,
.cce-menu-toggle::after {
  display: block;
  width: 22px;
  height: 2px;
  background: currentColor;
  content: "";
  transition: transform 160ms ease, opacity 160ms ease;
}

.cce-menu-toggle span {
  margin: 5px 0;
}

.cce-menu-toggle[aria-expanded="true"] span {
  opacity: 0;
}

.cce-menu-toggle[aria-expanded="true"]::before {
  transform: translateY(7px) rotate(45deg);
}

.cce-menu-toggle[aria-expanded="true"]::after {
  transform: translateY(-7px) rotate(-45deg);
}

.cce-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(44px, 6vw, 72px) 0;
  background: var(--cce-navy);
  color: var(--cce-white);
}

.cce-hero::before {
  position: absolute;
  top: -160px;
  right: -80px;
  width: 540px;
  height: 540px;
  border: 90px solid rgba(249, 115, 22, 0.09);
  border-radius: 50%;
  content: "";
}

.cce-hero::after {
  position: absolute;
  bottom: -140px;
  left: 42%;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(249, 115, 22, 0.12), transparent 68%);
  content: "";
}

.cce-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  gap: clamp(38px, 5vw, 64px);
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
}

.cce-hero__copy h1 {
  max-width: 820px;
  font-size: clamp(2.45rem, 4.4vw, 3.8rem);
  line-height: 1.05;
}

.cce-hero__copy .cce-lead {
  max-width: 710px;
  margin-top: 14px;
}

.cce-hero__copy .cce-button-row {
  margin-top: 22px;
}

.cce-proof-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  padding: 0;
  margin: 22px 0 0;
  color: #e8f1f8;
  font-size: 0.91rem;
  list-style: none;
}

.cce-proof-list li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.cce-proof-list li::before {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  background: rgba(249, 115, 22, 0.18);
  color: #ffb27a;
  content: "✓";
  font-size: 0.76rem;
  font-weight: 900;
}

.cce-audit-preview {
  position: relative;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.98);
  color: var(--cce-charcoal);
  box-shadow: 0 30px 80px rgba(3, 13, 23, 0.28);
  transform: rotate(1.2deg);
}

.cce-audit-preview::before {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--cce-orange);
  box-shadow: -18px 0 0 #ffd2b3, -36px 0 0 var(--cce-border);
  content: "";
}

.cce-audit-preview__label {
  margin: 0 0 14px;
  color: var(--cce-muted);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cce-audit-preview h2 {
  max-width: 340px;
  color: var(--cce-navy);
  font-size: clamp(1.35rem, 2vw, 1.8rem);
}

.cce-map-grid {
  position: relative;
  display: grid;
  min-height: 145px;
  margin: 18px 0;
  overflow: hidden;
  border: 1px solid var(--cce-border);
  border-radius: 14px;
  background-color: #eef4f8;
  background-image: linear-gradient(rgba(16, 42, 67, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(16, 42, 67, 0.08) 1px, transparent 1px);
  background-size: 36px 36px;
  place-items: center;
}

.cce-map-grid::before,
.cce-map-grid::after {
  position: absolute;
  width: 120%;
  height: 16px;
  border: 7px solid rgba(249, 115, 22, 0.22);
  border-right: 0;
  border-left: 0;
  border-radius: 50%;
  content: "";
  transform: rotate(-18deg);
}

.cce-map-grid::after {
  transform: rotate(58deg);
}

.cce-map-pin {
  position: relative;
  z-index: 2;
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border: 7px solid var(--cce-white);
  border-radius: 50% 50% 50% 8px;
  background: var(--cce-orange);
  color: #17202a;
  font-weight: 900;
  box-shadow: var(--cce-shadow);
  transform: rotate(-45deg);
}

.cce-map-pin span {
  transform: rotate(45deg);
}

.cce-audit-items {
  display: grid;
  gap: 9px;
}

.cce-audit-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 11px 13px;
  border-radius: 9px;
  background: var(--cce-light);
  font-size: 0.83rem;
  font-weight: 750;
}

.cce-audit-item span:last-child {
  color: var(--cce-orange-dark);
  font-size: 0.72rem;
  text-transform: uppercase;
}

.cce-audit-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.cce-audit-tags span {
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--cce-light);
  color: var(--cce-navy);
  font-size: 0.72rem;
  font-weight: 800;
}

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

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

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

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

.cce-card {
  height: 100%;
  padding: clamp(24px, 3.5vw, 34px);
  border: 1px solid var(--cce-border);
  border-radius: var(--cce-radius);
  background: var(--cce-white);
  box-shadow: 0 8px 28px rgba(16, 42, 67, 0.05);
}

.cce-card--navy {
  border-color: transparent;
  background: var(--cce-navy);
  color: #dbe9f5;
}

.cce-card--navy h3 {
  color: var(--cce-white);
}

.cce-card__number,
.cce-card__icon {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
  place-items: center;
  border-radius: 12px;
  background: rgba(249, 115, 22, 0.14);
  color: var(--cce-orange-dark);
  font-weight: 900;
}

.cce-card--navy .cce-card__number,
.cce-card--navy .cce-card__icon {
  color: #ffb27a;
}

.cce-card p:last-child,
.cce-card ul:last-child {
  margin-bottom: 0;
}

.cce-link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
  color: var(--cce-navy);
  font-weight: 850;
  text-decoration: none;
}

.cce-link-arrow::after {
  content: "→";
  transition: transform 160ms ease;
}

.cce-link-arrow:hover::after {
  transform: translateX(4px);
}

.cce-check-list {
  display: grid;
  gap: 11px;
  padding: 0;
  margin: 22px 0;
  list-style: none;
}

.cce-check-list li {
  position: relative;
  padding-left: 30px;
}

.cce-check-list li::before {
  position: absolute;
  top: 0.15em;
  left: 0;
  display: grid;
  width: 21px;
  height: 21px;
  place-items: center;
  border-radius: 50%;
  background: rgba(249, 115, 22, 0.14);
  color: var(--cce-orange-dark);
  content: "✓";
  font-size: 0.72rem;
  font-weight: 900;
}

.cce-split {
  display: grid;
  align-items: center;
  gap: clamp(42px, 8vw, 100px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cce-callout {
  padding: clamp(28px, 5vw, 48px);
  border-left: 6px solid var(--cce-orange);
  border-radius: 0 var(--cce-radius) var(--cce-radius) 0;
  background: var(--cce-light);
}

.cce-callout p:last-child {
  margin-bottom: 0;
}

.cce-process {
  counter-reset: cce-step;
}

.cce-process .cce-card {
  position: relative;
  padding-top: 76px;
}

.cce-process .cce-card::before {
  position: absolute;
  top: 28px;
  left: 30px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: var(--cce-orange);
  color: #17202a;
  content: counter(cce-step);
  counter-increment: cce-step;
  font-size: 0.82rem;
  font-weight: 900;
}

.cce-service-areas {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.cce-service-areas li {
  padding: 9px 14px;
  border: 1px solid var(--cce-border);
  border-radius: 999px;
  background: var(--cce-white);
  color: var(--cce-navy);
  font-size: 0.86rem;
  font-weight: 750;
}

.cce-faq-list {
  display: grid;
  gap: 12px;
  max-width: 900px;
}

.cce-faq-list details {
  border: 1px solid var(--cce-border);
  border-radius: 13px;
  background: var(--cce-white);
}

.cce-faq-list summary {
  position: relative;
  padding: 20px 56px 20px 22px;
  color: var(--cce-navy);
  cursor: pointer;
  font-weight: 850;
  list-style: none;
}

.cce-faq-list summary::-webkit-details-marker {
  display: none;
}

.cce-faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 22px;
  color: var(--cce-orange-dark);
  content: "+";
  font-size: 1.45rem;
  transform: translateY(-50%);
}

.cce-faq-list details[open] summary::after {
  content: "–";
}

.cce-faq-list details p {
  padding: 0 22px 22px;
  margin: 0;
  color: var(--cce-muted);
}

.cce-page-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(26px, 3vw, 38px) 0;
  background: var(--cce-navy);
  color: var(--cce-white);
}

.cce-page-hero::after {
  position: absolute;
  top: -150px;
  right: -110px;
  width: 320px;
  height: 320px;
  border: 52px solid rgba(249, 115, 22, 0.12);
  border-radius: 50%;
  content: "";
}

.cce-page-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 850px;
}

.cce-page-hero h1 {
  margin-bottom: 10px;
  color: var(--cce-white);
  font-size: clamp(2rem, 3.4vw, 3.35rem);
  line-height: 1.05;
}

.cce-page-hero .cce-lead {
  max-width: 1100px;
  margin-bottom: 0;
  color: #dbe9f5;
  font-size: clamp(1rem, 1.35vw, 1.15rem);
  line-height: 1.5;
}

.cce-page-hero .cce-kicker {
  margin-bottom: 8px;
  font-size: 0.72rem;
}

.cce-breadcrumbs {
  padding: 9px 0;
  border-bottom: 1px solid var(--cce-border);
  background: var(--cce-light);
  color: var(--cce-muted);
  font-size: 0.82rem;
}

.cce-breadcrumbs a {
  color: var(--cce-navy);
  font-weight: 750;
  text-decoration: none;
}

.cce-breadcrumbs span {
  margin: 0 6px;
}

.cce-page-content {
  padding: clamp(36px, 5vw, 64px) 0;
}

.cce-prose > *:first-child {
  margin-top: 0;
}

.cce-prose > *:last-child {
  margin-bottom: 0;
}

.cce-prose h2 {
  margin-top: 1.5em;
}

.cce-prose h3 {
  margin-top: 1.35em;
}

.cce-prose ul,
.cce-prose ol {
  padding-left: 1.35em;
  margin: 0 0 1.4em;
}

.cce-prose li + li {
  margin-top: 0.45em;
}

.cce-content-section {
  margin: 0 0 clamp(58px, 8vw, 88px);
}

.cce-content-section:last-child {
  margin-bottom: 0;
}

.cce-content-section--light {
  padding: clamp(32px, 5vw, 54px);
  border-radius: var(--cce-radius);
  background: var(--cce-light);
}

.cce-contact-layout {
  display: grid;
  align-items: start;
  gap: clamp(34px, 6vw, 70px);
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
}

.cce-contact-panel {
  padding: 30px;
  border-radius: var(--cce-radius);
  background: var(--cce-navy);
  color: #dbe9f5;
}

.cce-contact-panel h2,
.cce-contact-panel h3,
.cce-contact-panel a {
  color: var(--cce-white);
}

.cce-contact-panel a {
  font-weight: 800;
}

.cce-form {
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--cce-border);
  border-radius: var(--cce-radius);
  background: var(--cce-white);
  box-shadow: var(--cce-shadow);
}

.cce-form__intro {
  margin-bottom: 28px;
}

.cce-form__grid {
  display: grid;
  gap: 19px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cce-form__field--full {
  grid-column: 1 / -1;
}

.cce-form label,
.cce-form legend {
  display: block;
  margin-bottom: 7px;
  color: var(--cce-charcoal);
  font-size: 0.9rem;
  font-weight: 800;
}

.cce-form fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

.cce-form input[type="text"],
.cce-form input[type="email"],
.cce-form input[type="tel"],
.cce-form input[type="url"],
.cce-form select,
.cce-form textarea {
  width: 100%;
  min-height: 50px;
  padding: 11px 13px;
  border: 1px solid #afbfcc;
  border-radius: 8px;
  background: var(--cce-white);
  color: var(--cce-charcoal);
}

.cce-form textarea {
  min-height: 150px;
  resize: vertical;
}

.cce-form input:focus,
.cce-form select:focus,
.cce-form textarea:focus {
  border-color: var(--cce-orange);
  box-shadow: var(--cce-focus);
  outline: none;
}

.cce-form__hint {
  display: block;
  margin-top: 5px;
  color: var(--cce-muted);
  font-size: 0.76rem;
}

.cce-form__radio-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
}

.cce-form__radio-row label,
.cce-form__consent label {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0;
  font-weight: 600;
}

.cce-form__radio-row input,
.cce-form__consent input {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin-top: 3px;
  accent-color: var(--cce-orange);
}

.cce-form__notice {
  padding: 15px 17px;
  margin: 0 0 22px;
  border-left: 4px solid var(--cce-success);
  border-radius: 6px;
  background: #ecfdf5;
  color: #0f5132;
}

.cce-form__notice--error {
  border-left-color: var(--cce-error);
  background: #fef3f2;
  color: #7a271a;
}

.cce-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.cce-form__submit-note {
  margin: 12px 0 0;
  color: var(--cce-muted);
  font-size: 0.8rem;
}

.cce-thank-you {
  padding: clamp(28px, 5vw, 48px);
  border: 1px solid #8fd5cc;
  border-radius: var(--cce-radius);
  background: #f0fdfa;
}

.cce-thank-you h2 {
  color: #115e59;
}

.cce-cta-band {
  position: relative;
  overflow: hidden;
  padding: clamp(54px, 7vw, 82px) 0;
  background: var(--cce-navy);
  color: var(--cce-white);
}

.cce-cta-band__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 38px;
}

.cce-cta-band h2 {
  max-width: 720px;
  color: var(--cce-white);
}

.cce-cta-band p {
  max-width: 720px;
  margin-bottom: 0;
  color: #dbe9f5;
}

.cce-site-footer {
  padding: 66px 0 26px;
  background: #0b2034;
  color: #c9d8e5;
}

.cce-footer__grid {
  display: grid;
  gap: 42px;
  grid-template-columns: 1.4fr 0.8fr 1fr;
}

.cce-site-footer .cce-brand {
  margin-bottom: 20px;
  color: var(--cce-white);
}

.cce-site-footer h2,
.cce-site-footer h3 {
  color: var(--cce-white);
  font-size: 1rem;
  letter-spacing: 0;
}

.cce-site-footer a {
  color: #e7f0f7;
}

.cce-site-footer ul {
  display: grid;
  gap: 9px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.cce-footer__legal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding-top: 25px;
  margin-top: 46px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.78rem;
}

.cce-footer__legal p {
  margin: 0;
}

.cce-404 {
  max-width: 720px;
  padding: clamp(80px, 12vw, 150px) 0;
  text-align: center;
}

@media (max-width: 1060px) {
  .cce-header__inner {
    grid-template-columns: auto 1fr auto;
  }

  .cce-menu-toggle {
    display: inline-flex;
    flex-direction: column;
    justify-self: end;
  }

  .cce-main-nav {
    position: fixed;
    z-index: 999;
    top: 120px;
    right: 0;
    left: 0;
    display: none;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
    padding: 22px 20px 30px;
    border-bottom: 1px solid var(--cce-border);
    background: var(--cce-white);
    box-shadow: 0 22px 30px rgba(16, 42, 67, 0.14);
  }

  .cce-main-nav.is-open {
    display: block;
  }

  .cce-main-nav ul {
    width: min(100%, var(--cce-content));
    align-items: stretch;
    margin-inline: auto;
    flex-direction: column;
    gap: 0;
  }

  .cce-main-nav li {
    border-bottom: 1px solid var(--cce-border);
  }

  .cce-main-nav a {
    display: block;
    padding: 14px 4px;
  }

  .cce-header-cta {
    display: none;
  }

  .cce-hero__grid {
    grid-template-columns: 1fr;
  }

  .cce-audit-preview {
    width: min(100%, 620px);
    transform: none;
  }

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

@media (max-width: 782px) {
  .admin-bar .cce-site-header {
    top: 46px;
  }

  .cce-topbar__inner {
    justify-content: center;
    text-align: center;
  }

  .cce-topbar__inner p:first-child {
    display: none;
  }

  .cce-header__inner {
    min-height: 72px;
  }

  .cce-main-nav {
    top: 110px;
    max-height: calc(100vh - 110px);
  }

  .cce-grid--2,
  .cce-grid--3,
  .cce-split,
  .cce-contact-layout,
  .cce-footer__grid {
    grid-template-columns: 1fr;
  }

  .cce-cta-band__inner,
  .cce-footer__legal {
    align-items: flex-start;
    flex-direction: column;
  }

  .cce-form__grid {
    grid-template-columns: 1fr;
  }

  .cce-form__field--full {
    grid-column: auto;
  }
}

@media (max-width: 540px) {
  body {
    font-size: 16px;
  }

  .cce-container {
    width: min(calc(100% - 28px), var(--cce-content));
  }

  .cce-brand__text {
    max-width: 145px;
  }

  .cce-hero {
    padding-top: 62px;
  }

  .cce-button-row,
  .cce-button-row .cce-button {
    width: 100%;
  }

  .cce-grid--4 {
    grid-template-columns: 1fr;
  }

  .cce-audit-preview {
    padding: 19px;
  }

  .cce-map-grid {
    min-height: 170px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media print {
  .cce-topbar,
  .cce-site-header,
  .cce-cta-band,
  .cce-site-footer,
  .cce-button,
  .cce-form {
    display: none !important;
  }

  body {
    color: #000;
    font-size: 12pt;
  }
}
