*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --champion-blue: #2d5ca8;
  --deep-blue: #243746;
  --eco-green: #80bc00;
  --brave-blue: #009fdc;
  --warm-yellow: #ffd100;
  --tech-black: #001722;
  --white: #ffffff;
  --off-white: rgba(36,55,70,0.04);
  --blue-tint: rgba(45,92,168,0.06);
  --green-tint: rgba(128,188,0,0.10);
  --border: rgba(36,55,70,0.16);
  --text-primary: var(--tech-black);
  --text-secondary: var(--deep-blue);
  --text-light: var(--champion-blue);
}
html { scroll-behavior: smooth; }
body {
  font-family: Inter, Arial, sans-serif;
  color: var(--text-primary);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  transform: translateY(-150%);
  background: #ffffff;
  color: var(--tech-black);
  border: 3px solid var(--warm-yellow);
  border-radius: 6px;
  padding: 10px 14px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 14px 32px rgba(0,23,34,0.18);
}
.skip-link:focus { transform: translateY(0); }
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid var(--warm-yellow);
  outline-offset: 3px;
}
.serif { font-family: "DM Serif Display", Georgia, serif; }
.site-nav {
  background: rgba(36,55,70,0.70);
  border-bottom: 1px solid rgba(255,255,255,0.24);
  box-shadow: 0 16px 36px rgba(0,23,34,0.12);
  backdrop-filter: blur(18px) saturate(115%);
  -webkit-backdrop-filter: blur(18px) saturate(115%);
  padding: 0 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.nav-logo {
  width: 78px;
  height: 32px;
  font-size: 0;
  color: transparent;
  text-decoration: none;
  display: inline-block;
  background: url("assets/logos/cend-logo-r-transparent.png") center / contain no-repeat;
  filter: brightness(0) invert(1);
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  list-style: none;
}
.nav-item { position: relative; }
.nav-links a {
  font-family: Inter, Arial, sans-serif;
  text-decoration: none;
  color: rgba(255,255,255,0.84);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0;
  display: inline-flex;
  align-items: center;
  min-height: 68px;
}
.nav-links a:hover { color: #ffffff; }
.nav-dropdown {
  position: absolute;
  top: 60px;
  left: -18px;
  min-width: 270px;
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(0,23,34,0.18);
  padding: 10px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.12s, transform 0.12s, visibility 0.12s;
  z-index: 120;
}
.nav-item:hover .nav-dropdown,
.nav-item:focus-within .nav-dropdown {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.nav-dropdown a {
  font-family: Inter, Arial, sans-serif;
  min-height: 0;
  display: block;
  padding: 10px 12px;
  border-radius: 6px;
  color: var(--deep-blue);
  font-size: 13px;
  line-height: 1.3;
}
.nav-dropdown a:hover {
  color: var(--champion-blue);
  background: rgba(45,92,168,0.08);
}
.nav-dropdown-label {
  font-family: Inter, Arial, sans-serif;
  display: block;
  padding: 10px 12px 6px;
  color: var(--champion-blue);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.nav-dropdown-label:not(:first-child) {
  margin-top: 6px;
  border-top: 1px solid var(--border);
}
.nav-links .nav-cta {
  color: #ffffff;
  font-weight: 600;
  background: var(--champion-blue);
  border: 0;
  padding: 8px 20px;
  border-radius: 6px;
  box-shadow: 0 10px 22px rgba(0,23,34,0.14);
  min-height: 42px;
}
.hero {
  min-height: 100vh;
  background:
    linear-gradient(90deg, rgba(0,23,34,0.70) 0%, rgba(0,23,34,0.44) 32%, rgba(0,23,34,0.08) 54%, rgba(0,23,34,0) 100%),
    linear-gradient(180deg, rgba(0,23,34,0.16) 0%, rgba(0,23,34,0.04) 45%, rgba(0,23,34,0.12) 100%),
    url("assets/home-hero-newer-route.png") right center / cover no-repeat,
    var(--deep-blue);
  display: flex;
  align-items: flex-start;
  padding: 146px 64px 72px;
}
.hero-inner { width: min(1160px, 100%); margin: 0 auto; }
.eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: var(--champion-blue);
  margin-bottom: 12px;
}
.hero .eyebrow { color: rgba(255,255,255,0.88); }
.hero h1 {
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(52px, 5.7vw, 84px);
  font-weight: 400;
  line-height: 0.96;
  color: #ffffff;
  max-width: 560px;
  margin-bottom: 24px;
  text-shadow: 0 2px 18px rgba(0,23,34,0.42);
}
.hero h1 span { display: block; }
.hero h1 em { color: var(--champion-blue); font-style: italic; }
.hero p {
  font-size: 17px;
  color: rgba(255,255,255,0.9);
  max-width: 540px;
  margin-bottom: 26px;
  text-shadow: 0 1px 12px rgba(0,23,34,0.45);
}
.button-row { display: flex; gap: 14px; flex-wrap: wrap; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 24px;
  border-radius: 7px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}
.btn-primary { background: var(--champion-blue); color: #ffffff; }
.btn-primary:hover { background: var(--deep-blue); }
.btn-white-ring {
  background: rgba(255,255,255,0.08);
  border: 2px solid rgba(255,255,255,0.92);
  border-radius: 999px;
  box-shadow: 0 12px 26px rgba(0,23,34,0.16);
}
.btn-light { background: #ffffff; color: var(--champion-blue); }
.btn-outline { border: 1px solid var(--border); color: var(--champion-blue); background: #ffffff; }
.btn-glass {
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.56);
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.btn-glass:hover { background: rgba(255,255,255,0.18); }
.section { padding: 92px 64px; border-bottom: 1px solid var(--border); }
.section-blue { background: linear-gradient(180deg, rgba(45,92,168,0.12) 0%, rgba(244,248,251,0.96) 100%); }
.section-green { background: linear-gradient(180deg, rgba(0,159,220,0.08) 0%, rgba(244,248,251,0.96) 100%); }
.section-dark { background: var(--deep-blue); color: #ffffff; }
.service-type-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(45,92,168,0.98) 0%, rgba(36,55,70,0.98) 100%);
  color: #ffffff;
}
.service-type-section::after {
  content: "";
  position: absolute;
  right: -78px;
  bottom: -180px;
  width: min(470px, 42vw);
  aspect-ratio: 2 / 3;
  background: url("assets/boxes-watermark.png") center bottom / contain no-repeat;
  opacity: 0.13;
  pointer-events: none;
  mix-blend-mode: screen;
}
.service-type-section .inner {
  position: relative;
  z-index: 1;
}
.service-type-section .section-kicker,
.service-type-section h2 {
  color: #ffffff;
}
.service-type-section .lead {
  color: #ffffff;
}
.service-type-section .service-card {
  background: rgba(255,255,255,0.96);
}
.service-type-section .service-card h3 {
  color: var(--tech-black);
}
.service-type-section .service-card p {
  color: var(--deep-blue);
}
.inner { width: min(1160px, 100%); margin: 0 auto; }
.section-kicker {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.3px;
  text-transform: uppercase;
  color: var(--text-light);
  margin-bottom: 18px;
}
.section-dark .section-kicker { color: rgba(255,255,255,0.42); }
h2 {
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 400;
  line-height: 1.15;
  margin-bottom: 22px;
}
.lead { font-size: 17px; color: var(--text-secondary); max-width: 760px; }
.section-dark .lead { color: rgba(255,255,255,0.72); }
.chooser-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 44px; }
.chooser-grid.all-services { grid-template-columns: repeat(3, 1fr); }
.situation-grid .service-card { min-height: 280px; }
.service-card {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 32px;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  text-decoration: none;
  transition: transform 0.18s, box-shadow 0.18s;
}
.chooser-grid > .service-card::before,
.support-grid > .mini-card::before,
.partner-grid > .partner-card::before,
.three-grid > .partner-card::before,
.route-grid > .route-card::before,
.testimonial-grid > .testimonial-card::after {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 5px;
  background: var(--brave-blue);
}
.chooser-grid > .service-card:nth-child(3n + 1)::before,
.support-grid > .mini-card:nth-child(3n + 1)::before,
.partner-grid > .partner-card:nth-child(3n + 1)::before,
.three-grid > .partner-card:nth-child(3n + 1)::before,
.route-grid > .route-card:nth-child(3n + 1)::before,
.testimonial-grid > .testimonial-card:nth-child(3n + 1)::after { background: var(--warm-yellow); }
.chooser-grid > .service-card:nth-child(3n + 2)::before,
.support-grid > .mini-card:nth-child(3n + 2)::before,
.partner-grid > .partner-card:nth-child(3n + 2)::before,
.three-grid > .partner-card:nth-child(3n + 2)::before,
.route-grid > .route-card:nth-child(3n + 2)::before,
.testimonial-grid > .testimonial-card:nth-child(3n + 2)::after { background: var(--brave-blue); }
.chooser-grid > .service-card:nth-child(3n)::before,
.support-grid > .mini-card:nth-child(3n)::before,
.partner-grid > .partner-card:nth-child(3n)::before,
.three-grid > .partner-card:nth-child(3n)::before,
.route-grid > .route-card:nth-child(3n)::before,
.testimonial-grid > .testimonial-card:nth-child(3n)::after { background: var(--eco-green); }
.service-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 34px rgba(45,92,168,0.12);
}
.service-card strong {
  color: var(--brave-blue);
  font-size: 11px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.service-card h3 {
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.12;
}
.service-card p { color: var(--text-secondary); font-size: 15px; }
.card-link { margin-top: auto; color: var(--champion-blue); font-size: 14px; font-weight: 700; }
.card-link-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: auto; }
.card-link-row .card-link { margin-top: 0; }
.service-card .card-link { text-decoration: none; }
.card-icon {
  width: 42px;
  height: 42px;
  object-fit: contain;
  flex: 0 0 auto;
  opacity: 0.92;
}
.service-card > .card-icon,
.mini-card > .card-icon {
  margin-bottom: 4px;
}
.service-card.primary-choice-card > .card-icon {
  filter: brightness(0) invert(1);
  opacity: 0.86;
}
.service-card.primary-choice-card {
  background:
    linear-gradient(135deg, var(--deep-blue) 0%, var(--champion-blue) 68%, #3474c9 100%);
  border-color: rgba(45,92,168,0.48);
  color: #ffffff;
  box-shadow: 0 18px 46px rgba(45,92,168,0.22);
}
.service-card.primary-choice-card strong,
.service-card.primary-choice-card h3,
.service-card.primary-choice-card p,
.service-card.primary-choice-card .card-link {
  color: #ffffff;
}
.service-card.signature-choice-card {
  border-color: rgba(45,92,168,0.16);
  background: #ffffff;
}
.support-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 22px; }
.declutter-path-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 30px 0 36px;
}
.eco-metrics-grid { grid-template-columns: repeat(4, 1fr); }
.project-grid-centered {
  grid-template-columns: repeat(2, minmax(260px, 376px));
  justify-content: center;
}
.mini-card {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 26px;
  text-decoration: none;
}
.mini-card h3 { font-size: 18px; margin-bottom: 8px; }
.mini-card p { color: var(--text-secondary); font-size: 14px; }
.project-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: inherit;
  transition: transform 0.18s, box-shadow 0.18s;
}
.project-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(36,55,70,0.12);
}
.project-card span {
  color: var(--champion-blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.project-card strong {
  color: var(--champion-blue);
  font-size: 14px;
  margin-top: auto;
}
#start-here {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 82% 18%, rgba(0,159,220,0.34) 0%, rgba(0,159,220,0) 34%),
    linear-gradient(135deg, var(--deep-blue) 0%, var(--champion-blue) 58%, var(--tech-black) 100%);
  color: #ffffff;
}
#start-here::after {
  content: "";
  position: absolute;
  right: -52px;
  bottom: -122px;
  width: min(470px, 48vw);
  aspect-ratio: 2 / 3;
  background: url("assets/boxes-watermark.png") center bottom / contain no-repeat;
  opacity: 0.18;
  pointer-events: none;
  mix-blend-mode: screen;
  z-index: 0;
}
#start-here::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 1px;
  background: rgba(255,255,255,0.18);
  pointer-events: none;
  z-index: 0;
}
#start-here .inner {
  position: relative;
  z-index: 1;
}
#start-here .section-kicker {
  color: rgba(255,255,255,0.66);
}
#start-here h2,
#start-here .lead {
  color: #ffffff;
}
#start-here .lead {
  max-width: 700px;
  color: rgba(255,255,255,0.78);
}
#start-here .situation-grid {
  gap: 20px;
}
#start-here .service-card {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  border-color: rgba(255,255,255,0.34);
  box-shadow: 0 22px 56px rgba(0,23,34,0.22);
}
#start-here .service-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 5px;
  background: var(--brave-blue);
}
#start-here .service-card h3 {
  color: var(--tech-black);
}
#start-here .service-card p {
  color: var(--deep-blue);
}
#start-here .service-card strong {
  color: var(--brave-blue);
}
#start-here .service-card.primary-choice-card {
  background: #ffffff;
  border-color: rgba(255,255,255,0.62);
  color: var(--tech-black);
}
#start-here .service-card.primary-choice-card::before {
  background: var(--warm-yellow);
}
#start-here .service-card.signature-choice-card {
  background: #ffffff;
  border-color: rgba(255,255,255,0.62);
}
#start-here .service-card.signature-choice-card::before {
  background: var(--brave-blue);
}
#start-here .service-card.primary-choice-card strong,
#start-here .service-card.primary-choice-card h3,
#start-here .service-card.primary-choice-card p,
#start-here .service-card.primary-choice-card .card-link {
  color: inherit;
}
#start-here .service-card.primary-choice-card strong,
#start-here .service-card .card-link {
  color: var(--champion-blue);
}
#start-here .service-card.primary-choice-card .card-link {
  color: var(--champion-blue);
}
#start-here .service-card.primary-choice-card > .card-icon {
  filter: none;
  opacity: 0.92;
}
#start-here .service-card:hover {
  box-shadow: 0 28px 68px rgba(0,23,34,0.28);
}
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.moment-section { background: #ffffff; }
.moment-section h2 em {
  color: var(--champion-blue);
  font-style: italic;
}
.moment-image {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center center;
  border-radius: 8px;
  box-shadow: 0 24px 58px rgba(0,23,34,0.15);
}
.quote-tool-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(45,92,168,0.12), rgba(0,159,220,0.07) 48%, rgba(255,209,0,0.08));
}
.quote-tool-section::after {
  content: "";
  position: absolute;
  right: -94px;
  bottom: -170px;
  width: min(430px, 44vw);
  aspect-ratio: 2 / 3;
  background: url("assets/boxes-watermark.png") center bottom / contain no-repeat;
  opacity: 0.075;
  pointer-events: none;
}
.quote-tool {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 56px;
  align-items: center;
}
.quote-tool-copy h2 {
  max-width: 520px;
}
.quote-tool-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}
.quote-tool-points span {
  border: 1px solid rgba(45,92,168,0.18);
  border-radius: 999px;
  background: rgba(255,255,255,0.68);
  color: var(--deep-blue);
  font-size: 13px;
  font-weight: 700;
  padding: 9px 13px;
}
.quote-tool-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  background: rgba(255,255,255,0.82);
  border: 1px solid rgba(255,255,255,0.72);
  border-radius: 8px;
  box-shadow: 0 24px 62px rgba(0,23,34,0.12);
  padding: 28px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.quote-tool-form label {
  display: grid;
  gap: 7px;
  color: var(--deep-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.quote-tool-form input,
.quote-tool-form select {
  width: 100%;
  border: 1px solid rgba(36,55,70,0.16);
  border-radius: 7px;
  background: #ffffff;
  color: var(--tech-black);
  font: inherit;
  padding: 13px 14px;
}
.quote-tool-form .btn {
  justify-self: start;
  border: 0;
  cursor: default;
}
.process-section { background: #ffffff; }
.moving-process { background: linear-gradient(180deg, rgba(45,92,168,0.07), rgba(255,255,255,1)); }
.signature-process { background: linear-gradient(180deg, rgba(0,159,220,0.06), rgba(255,255,255,1)); }
.process-section .lead { margin-bottom: 42px; }
.process-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}
.process-step {
  position: relative;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(255,255,255,0.88));
  border: 1px solid rgba(36,55,70,0.12);
  border-radius: 8px;
  min-height: 190px;
  padding: 26px 20px 24px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 16px 42px rgba(0,23,34,0.07);
  color: var(--text-primary);
  overflow: hidden;
}
.step-icon {
  position: absolute;
  right: 16px;
  top: 18px;
  width: 54px;
  height: 54px;
  object-fit: contain;
  opacity: 0.16;
  pointer-events: none;
}
.process-step::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--champion-blue), var(--brave-blue));
}
.signature-process .process-step::before { background: linear-gradient(90deg, var(--champion-blue), var(--brave-blue)); }
.process-step span {
  display: block;
  color: var(--champion-blue);
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 1.8px;
  margin-bottom: 32px;
}
.signature-process .process-step span { color: var(--champion-blue); }
.process-step h3 {
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 27px;
  line-height: 1.05;
  font-weight: 400;
  margin-bottom: 12px;
}
.process-step p {
  color: var(--text-secondary);
  font-size: 14px;
}
.sustainability-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 89% 16%, rgba(0,159,220,0.20), rgba(0,159,220,0) 24%),
    radial-gradient(circle at 86% 24%, rgba(255,209,0,0.12), rgba(255,209,0,0) 22%),
    linear-gradient(110deg, rgba(45,92,168,0.10) 0%, rgba(255,255,255,0.94) 43%, rgba(0,159,220,0.12) 100%);
}
.sustainability-section::after {
  content: "";
  position: absolute;
  width: min(620px, 52vw);
  aspect-ratio: 1;
  right: -260px;
  top: -180px;
  opacity: 0.44;
  background: url("assets/watercolor-globe-abstract.png") center center / contain no-repeat;
  filter: drop-shadow(0 24px 52px rgba(0,159,220,0.12)) saturate(1.04);
}
.eco-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}
.eco-copy h2 em {
  color: var(--eco-green);
  font-style: italic;
}
.eco-copy p {
  color: var(--text-secondary);
  font-size: 18px;
  max-width: 640px;
}
.eco-copy .btn {
  margin-top: 24px;
}
.eco-proof {
  display: grid;
  gap: 16px;
}
.eco-card {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 18px;
  align-items: start;
  background: rgba(255,255,255,0.76);
  border: 1px solid rgba(45,92,168,0.18);
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 18px 48px rgba(0,23,34,0.06);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.eco-card:has(.card-icon) {
  grid-template-columns: 42px 1fr;
}
.eco-card .card-icon {
  width: 38px;
  height: 38px;
  opacity: 0.72;
}
.eco-card span {
  width: 9px;
  height: 9px;
  margin-top: 7px;
  border-radius: 50%;
  background: var(--brave-blue);
}
.eco-card strong {
  display: block;
  color: var(--deep-blue);
  font-size: 18px;
  margin-bottom: 6px;
}
.eco-card p {
  color: var(--text-secondary);
  font-size: 14px;
}
.container-size-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 10%, rgba(255,209,0,0.10), transparent 28%),
    radial-gradient(circle at 88% 24%, rgba(0,159,220,0.16), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, rgba(45,92,168,0.08) 100%);
  text-align: center;
}
.container-size-section::after {
  content: "";
  position: absolute;
  inset: auto -10% -90px 52%;
  height: 240px;
  background:
    linear-gradient(90deg, rgba(45,92,168,0), rgba(45,92,168,0.20), rgba(0,159,220,0));
  transform: skewY(-5deg);
  opacity: 0.5;
  pointer-events: none;
}
.testimonial-section {
  background:
    radial-gradient(circle at 92% 8%, rgba(0,159,220,0.12), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, rgba(244,248,251,0.98) 100%);
}
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 34px;
}
.signature-testimonial-section .testimonial-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.testimonial-card {
  position: relative;
  margin: 0;
  padding: 30px;
  border: 1px solid rgba(45,92,168,0.14);
  border-radius: 8px;
  background: rgba(255,255,255,0.86);
  box-shadow: 0 18px 46px rgba(0,23,34,0.07);
}
.testimonial-card::before {
  content: "“";
  position: absolute;
  top: 10px;
  right: 22px;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 92px;
  line-height: 1;
  color: rgba(45,92,168,0.08);
}
.testimonial-card blockquote {
  position: relative;
  margin: 0;
  color: var(--deep-blue);
  font-size: 17px;
  line-height: 1.65;
}
.testimonial-card figcaption {
  margin-top: 22px;
  color: var(--champion-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.container-size-heading p {
  color: var(--champion-blue);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.4px;
  line-height: 1.35;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.container-size-heading h2 {
  color: var(--tech-black);
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 400;
  line-height: 1.02;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
.container-size-heading h2 em {
  color: var(--champion-blue);
  font-style: italic;
}
.container-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 54px;
}
.container-grid.container-grid-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.container-card {
  position: relative;
  min-height: 540px;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(244,248,251,0.98) 100%);
  border: 1px solid rgba(45,92,168,0.16);
  box-shadow: 0 18px 54px rgba(0,23,34,0.10);
  padding: 46px 32px 34px;
  overflow: hidden;
  outline: none;
  transition: transform 0.22s, box-shadow 0.22s, border-color 0.22s;
}
.container-card:hover,
.container-card:focus {
  transform: translateY(-6px);
  border-color: rgba(0,159,220,0.42);
  box-shadow: 0 30px 74px rgba(45,92,168,0.18);
}
.container-visual {
  width: 278px;
  height: 196px;
  margin: 0 auto 28px;
  position: relative;
  background: linear-gradient(135deg, #ffffff 0%, #eef3f7 52%, #cfdbe4 100%);
  border: 1px solid rgba(36,55,70,0.18);
  box-shadow: 0 18px 26px rgba(0,23,34,0.14), inset -24px -18px 38px rgba(36,55,70,0.08);
  transform: perspective(680px) rotateX(4deg) rotateY(-12deg) skewY(-2deg);
  transition: transform 0.24s;
}
.container-card:hover .container-visual,
.container-card:focus .container-visual {
  transform: perspective(680px) rotateX(4deg) rotateY(-4deg) skewY(-1deg) scale(1.02);
}
.container-visual::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(36,55,70,0.16);
}
.cube-small { width: 248px; height: 188px; }
.cube-medium { width: 284px; height: 198px; }
.cube-large { width: 290px; height: 150px; margin-top: 30px; margin-bottom: 44px; }
.container-mark {
  position: absolute;
  top: 48px;
  left: 34px;
  color: var(--champion-blue);
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 0;
}
.container-skyline {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 58px;
  background:
    linear-gradient(to top, var(--champion-blue) 0 100%) left bottom / 100% 18px no-repeat,
    linear-gradient(to top, var(--champion-blue) 0 100%) 26px bottom / 20px 42px no-repeat,
    linear-gradient(to top, var(--champion-blue) 0 100%) 55px bottom / 26px 34px no-repeat,
    linear-gradient(to top, var(--champion-blue) 0 100%) 94px bottom / 22px 48px no-repeat,
    linear-gradient(to top, var(--champion-blue) 0 100%) 132px bottom / 34px 38px no-repeat,
    linear-gradient(to top, var(--brave-blue) 0 100%) 184px bottom / 8px 52px no-repeat;
}
.container-card h3 {
  color: var(--champion-blue);
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.05;
  font-weight: 800;
  margin-bottom: 12px;
}
.container-card > p {
  color: var(--champion-blue);
  font-size: 19px;
  font-weight: 800;
  margin-bottom: 20px;
}
.container-card .card-link {
  display: inline-flex;
  margin-top: 0;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-size: 16px;
}
.fit-summary {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 18px 0 26px;
  flex-wrap: wrap;
}
.fit-summary span {
  border: 1px solid rgba(45,92,168,0.16);
  border-radius: 999px;
  color: var(--deep-blue);
  font-size: 12px;
  font-weight: 800;
  padding: 8px 12px;
  background: rgba(255,255,255,0.72);
}
.fit-panel {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  background: var(--deep-blue);
  color: #ffffff;
  border-radius: 8px;
  padding: 20px;
  text-align: left;
  transform: translateY(calc(100% - 50px));
  transition: transform 0.24s;
  box-shadow: 0 -18px 44px rgba(0,23,34,0.12);
}
.container-card:hover .fit-panel,
.container-card:focus .fit-panel {
  transform: translateY(0);
}
.fit-panel strong {
  color: var(--warm-yellow);
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.fit-panel ul {
  margin: 10px 0 0 18px;
  color: rgba(255,255,255,0.84);
  font-size: 14px;
}
.fit-panel::before {
  content: "Hover or tap to reveal";
  display: block;
  margin-bottom: 16px;
  color: rgba(255,255,255,0.78);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.container-card:hover .fit-panel::before,
.container-card:focus .fit-panel::before {
  content: "What typically fits";
}
.fit-panel li { margin-bottom: 6px; }
.container-fit-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  max-width: 1080px;
  margin: 56px auto 0;
}
.container-fit-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  align-items: start;
  min-height: 460px;
  padding: 34px;
  border: 1px solid rgba(45,92,168,0.18);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.96) 0%, rgba(244,248,251,0.94) 100%);
  box-shadow: 0 26px 70px rgba(0,23,34,0.10);
  text-align: center;
  outline: none;
  transition: transform 0.22s, box-shadow 0.22s, border-color 0.22s;
}
.container-fit-card:hover,
.container-fit-card:focus {
  transform: translateY(-6px);
  border-color: rgba(0,159,220,0.38);
  box-shadow: 0 36px 90px rgba(45,92,168,0.17);
}
.container-stage {
  position: relative;
  min-height: 276px;
  display: grid;
  place-items: center;
  perspective: 900px;
}
.container-stage::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 2%;
  bottom: 42px;
  height: 28px;
  border-radius: 50%;
  background: rgba(0,23,34,0.16);
  filter: blur(14px);
}
.container-render {
  position: relative;
  z-index: 1;
  display: block;
  width: min(100%, 390px);
  max-height: 282px;
  object-fit: contain;
  filter: drop-shadow(22px 30px 24px rgba(0,23,34,0.22));
  transform: translateY(4px);
  transition: transform 0.28s, filter 0.28s;
}
.container-render-small {
  width: min(92%, 300px);
}
.container-render-large {
  width: min(100%, 390px);
}
.container-fit-card:hover .container-render,
.container-fit-card:focus .container-render {
  transform: translateY(-5px) scale(1.02);
  filter: drop-shadow(24px 34px 28px rgba(45,92,168,0.25));
}
.room-stack {
  position: absolute;
  left: 14%;
  bottom: 58px;
  display: grid;
  gap: 10px;
  opacity: 0.92;
}
.room-stack span {
  display: block;
  width: 72px;
  height: 48px;
  border: 1px solid rgba(45,92,168,0.20);
  border-radius: 6px;
  background:
    linear-gradient(135deg, #ffffff 0%, rgba(244,248,251,0.92) 100%);
  box-shadow: 0 10px 24px rgba(36,55,70,0.10);
}
.room-stack span:nth-child(2) { transform: translateX(22px); }
.room-stack span:nth-child(3) { transform: translateX(8px); }
.room-stack span:nth-child(4) { transform: translateX(34px); }
.container-cube {
  position: relative;
  width: 300px;
  height: 230px;
  transform: rotate(-2deg);
  transition: transform 0.28s;
  filter: drop-shadow(22px 28px 28px rgba(0,23,34,0.18));
}
.container-fit-card:hover .container-cube,
.container-fit-card:focus .container-cube {
  transform: rotate(-1deg) translateY(-6px);
}
.container-cube-medium {
  width: 326px;
  height: 246px;
}
.cube-face {
  position: absolute;
  display: block;
  overflow: hidden;
  border: 0;
  background:
    linear-gradient(135deg, #ffffff 0%, #eef4f8 46%, #cddbe6 100%);
  box-shadow:
    inset -18px -20px 36px rgba(36,55,70,0.09),
    inset 0 0 0 1px rgba(36,55,70,0.13);
}
.cube-front {
  left: 54px;
  top: 70px;
  width: 168px;
  height: 126px;
  clip-path: polygon(0 0, 100% 9%, 100% 100%, 0 88%);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.96) 0%, rgba(242,247,250,0.98) 52%, rgba(211,224,234,0.96) 100%);
}
.cube-front::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(36,55,70,0.08) 0 1px, transparent 1px 32px),
    linear-gradient(180deg, rgba(36,55,70,0.07) 0 1px, transparent 1px 42px);
  opacity: 0.45;
}
.cube-front::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 46px;
  background:
    linear-gradient(to top, var(--champion-blue) 0 100%) left bottom / 100% 15px no-repeat,
    linear-gradient(to top, var(--champion-blue) 0 100%) 22px bottom / 20px 34px no-repeat,
    linear-gradient(to top, var(--champion-blue) 0 100%) 54px bottom / 22px 28px no-repeat,
    linear-gradient(to top, var(--champion-blue) 0 100%) 92px bottom / 28px 40px no-repeat,
    linear-gradient(to top, var(--brave-blue) 0 100%) 150px bottom / 8px 45px no-repeat;
}
.cube-front b {
  position: absolute;
  top: 36px;
  left: 34px;
  width: 82px;
  height: 30px;
  font-size: 0;
  color: transparent;
  line-height: 0;
  background: url("assets/logos/cend-logo-r-transparent.png") center / contain no-repeat;
}
.cube-side {
  left: 221px;
  top: 48px;
  width: 72px;
  height: 148px;
  clip-path: polygon(0 20%, 100% 0, 100% 82%, 0 100%);
  background:
    linear-gradient(135deg, rgba(229,238,244,0.98) 0%, rgba(180,199,212,0.98) 62%, rgba(151,174,191,0.98) 100%);
  box-shadow:
    inset 18px 0 24px rgba(255,255,255,0.22),
    inset -20px -22px 34px rgba(36,55,70,0.13),
    inset 0 0 0 1px rgba(36,55,70,0.12);
}
.cube-top {
  left: 54px;
  top: 34px;
  width: 239px;
  height: 62px;
  clip-path: polygon(0 58%, 30% 0, 100% 22%, 70% 100%);
  background:
    linear-gradient(135deg, rgba(255,255,255,0.98) 0%, rgba(232,240,246,0.98) 58%, rgba(197,214,226,0.98) 100%);
  box-shadow:
    inset 0 -16px 26px rgba(36,55,70,0.08),
    inset 0 0 0 1px rgba(36,55,70,0.11);
}
.container-fit-copy h3 {
  color: var(--champion-blue);
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.05;
  margin-bottom: 12px;
}
.container-fit-copy {
  text-align: left;
}
.container-fit-copy p {
  color: var(--deep-blue);
  font-size: 16px;
  margin-bottom: 0;
}
.fit-kicker {
  color: var(--brave-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.container-fit-card .fit-summary {
  justify-content: flex-start;
  margin: 20px 0;
}
.fit-details {
  border-top: 1px solid rgba(45,92,168,0.14);
  padding-top: 18px;
  max-height: 54px;
  overflow: hidden;
  transition: max-height 0.24s;
}
.container-fit-card:hover .fit-details,
.container-fit-card:focus .fit-details {
  max-height: 220px;
}
.fit-details strong {
  color: var(--champion-blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.fit-details ul {
  margin: 10px 0 0 18px;
  color: var(--deep-blue);
  font-size: 14px;
}
.fit-details li { margin-bottom: 6px; }
.center-copy { text-align: center; }
.center-copy .lead { margin-left: auto; margin-right: auto; }
.map-frame {
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
}
.map-frame img { width: 100%; display: block; }
.map-frame.coverage-map {
  width: min(1160px, 100%);
  aspect-ratio: 1760 / 1360;
  height: auto;
  margin: 38px auto 0;
  position: relative;
}
.map-frame.coverage-map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: none;
}
.map-frame.coverage-map::after {
  content: "";
  position: absolute;
  left: 8px;
  bottom: 8px;
  width: 190px;
  height: 82px;
  border-radius: 4px;
  background: rgba(255,255,255,0.9);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.note {
  color: var(--text-secondary);
  font-size: 14px;
  margin-top: 14px;
}
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,0.12); border-radius: 8px; overflow: hidden; margin-top: 44px; }
.five-steps { grid-template-columns: repeat(5, 1fr); }
.step { background: rgba(255,255,255,0.06); color: #ffffff; padding: 30px 26px; }
.step-num { color: var(--eco-green); font-size: 11px; font-weight: 700; letter-spacing: 1.5px; margin-bottom: 14px; }
.step h3 { color: #ffffff; font-size: 17px; margin-bottom: 8px; }
.step p { color: rgba(255,255,255,0.74); font-size: 13px; }
.article .steps { background: var(--deep-blue); }
.article .step { background: rgba(255,255,255,0.05); }
.article .step h3 { color: #ffffff; }
.article .step p { color: rgba(255,255,255,0.74); }
.audience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 38px; }
.audience {
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 32px;
}
.audience h3 { font-size: 20px; margin-bottom: 10px; }
.audience p { color: var(--text-secondary); }
.pathway-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 34px; }
.pathway-card {
  background: rgba(255,255,255,0.72);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 28px;
  text-decoration: none;
}
.pathway-card h3 { font-size: 20px; margin-bottom: 8px; }
.pathway-card p { color: var(--text-secondary); font-size: 15px; }
.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 36px;
}
.text-arrow {
  display: inline-flex;
  color: var(--champion-blue);
  font-weight: 700;
  text-decoration: none;
  margin-top: 28px;
}
.text-arrow:hover { color: var(--deep-blue); }
.signature-hero {
  min-height: 100svh;
  background:
    linear-gradient(90deg, rgba(0,23,34,0.82) 0%, rgba(0,23,34,0.48) 42%, rgba(0,23,34,0.18) 100%),
    url("assets/cend-grandma-blue-signature.png") center center / cover no-repeat,
    var(--deep-blue);
  color: #ffffff;
  display: flex;
  align-items: center;
  padding: 110px 64px 76px;
}
.signature-hero .inner { width: min(1160px, 100%); }
.signature-hero h1 {
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(46px, 6vw, 76px);
  line-height: 1.04;
  font-weight: 400;
  max-width: 760px;
  margin-bottom: 22px;
}
.signature-hero p { color: rgba(255,255,255,0.8); font-size: 18px; max-width: 620px; }
.partner-final-cta {
  background: linear-gradient(180deg, rgba(0,159,220,0.08) 0%, rgba(244,248,251,0.98) 100%);
  color: var(--tech-black);
}
.partner-final-cta p {
  color: var(--deep-blue);
}
.partner-final-cta .section-kicker {
  color: var(--champion-blue);
}
.partner-final-cta .btn-white-ring {
  background: var(--champion-blue);
  border: 0;
  color: #ffffff;
}
.three-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 36px; }
.partner-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 36px; }
.partner-card {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-decoration: none;
}
a.partner-card {
  transition: transform 0.18s, box-shadow 0.18s;
}
a.partner-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 34px rgba(45,92,168,0.12);
}
.partner-card strong {
  color: var(--eco-green);
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.partner-card h3 { font-size: 21px; margin: 0; }
.partner-card p { color: var(--text-secondary); font-size: 15px; }
.partner-card .card-link { margin-top: auto; }
.affiliation-strip,
.partner-resource-section {
  background:
    radial-gradient(circle at 16% 20%, rgba(0,159,220,0.14), transparent 30%),
    linear-gradient(180deg, #f6faff 0%, #eef5fb 100%);
  border-bottom: 1px solid rgba(45,92,168,0.12);
}
.affiliation-strip .inner,
.partner-resource-section .inner {
  display: grid;
  gap: 22px;
}
.affiliation-intro {
  max-width: 760px;
}
.affiliation-intro h2,
.partner-resource-section h2 {
  margin-bottom: 10px;
}
.affiliation-intro p,
.partner-resource-section .lead {
  color: var(--deep-blue);
}
.affiliation-grid,
.resource-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 14px;
}
.resource-grid-single {
  grid-template-columns: minmax(280px, 460px);
}
.checklist-callout-section {
  background: linear-gradient(180deg, rgba(244,248,251,0.92) 0%, #ffffff 100%);
}
.checklist-callout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 34px;
  border: 1px solid rgba(45,92,168,0.16);
  border-radius: 8px;
  background: rgba(255,255,255,0.9);
  box-shadow: 0 18px 48px rgba(36,55,70,0.08);
}
.checklist-callout h2 {
  margin-bottom: 10px;
}
.checklist-callout .lead {
  margin: 0;
}
.capabilities-section {
  background: linear-gradient(180deg, rgba(0,159,220,0.07) 0%, rgba(244,248,251,0.96) 100%);
}
.capability-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 28px;
}
.capability-grid .mini-card {
  min-height: 100%;
}
.capability-grid ul {
  margin: 14px 0 0 18px;
  color: var(--deep-blue);
}
.capability-grid li {
  margin-bottom: 8px;
}
.affiliation-card,
.resource-card {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  background: rgba(255,255,255,0.88);
  border: 1px solid rgba(45,92,168,0.16);
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 18px 48px rgba(36,55,70,0.08);
}
.affiliation-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid rgba(45,92,168,0.18);
  color: var(--champion-blue);
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 18px;
  box-shadow: inset 0 0 0 8px rgba(0,159,220,0.06);
}
.affiliation-logo-grid {
  align-items: stretch;
}
.affiliation-logo-grid .affiliation-card {
  display: flex;
  flex-direction: column;
}
.affiliation-logo {
  width: 100%;
  height: 74px;
  object-fit: contain;
  background: #ffffff;
  border: 1px solid rgba(45,92,168,0.14);
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 18px;
}
.affiliation-card strong,
.resource-card h3 {
  font-size: 17px;
}
.resource-card p {
  font-size: 13px;
  line-height: 1.58;
}
.resource-card h3 {
  display: block;
  color: var(--tech-black);
  line-height: 1.25;
  margin-bottom: 8px;
}
.affiliation-card p,
.resource-card p {
  color: var(--text-secondary);
}
.resource-card {
  color: inherit;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: transform 0.18s, box-shadow 0.18s;
}
.resource-thumb {
  display: block;
  width: 100%;
  height: clamp(150px, 13vw, 220px);
  object-fit: contain;
  object-position: top center;
  border: 1px solid rgba(45,92,168,0.14);
  border-radius: 8px;
  padding: 6px;
  margin: 2px 0 8px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(36,55,70,0.08);
}
.resource-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 52px rgba(45,92,168,0.14);
}
.resource-card strong {
  color: var(--champion-blue);
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.resource-card .card-link {
  margin-top: auto;
  color: var(--champion-blue);
  font-weight: 800;
  white-space: nowrap;
}
.source-note {
  font-size: 12px;
  color: var(--text-light);
  margin-top: 18px;
}
.source-note a { color: var(--champion-blue); text-decoration: none; }
.stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 34px 0; }
.stat {
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 22px;
  background: #ffffff;
}
.stat b {
  display: block;
  color: var(--champion-blue);
  font-size: 24px;
  margin-bottom: 6px;
}
.stat span { color: var(--text-secondary); font-size: 13px; }
.final-cta { background: var(--champion-blue); color: #ffffff; text-align: center; }
.final-cta p { color: rgba(255,255,255,0.72); margin: 0 auto 34px; max-width: 620px; }
.final-cta.partner-final-cta {
  background: linear-gradient(180deg, rgba(0,159,220,0.08) 0%, rgba(244,248,251,0.98) 100%);
  color: var(--tech-black);
}
.final-cta.partner-final-cta p {
  color: var(--deep-blue);
}
.final-cta.partner-final-cta .section-kicker {
  color: var(--champion-blue);
}
.final-cta.partner-final-cta .btn-white-ring {
  background: var(--champion-blue);
  border: 0;
  color: #ffffff;
}
.micromove-content-section {
  position: relative;
  overflow: visible;
}
.micromove-content-section::after {
  content: "";
  position: absolute;
  z-index: 2;
  right: -220px;
  bottom: -52px;
  width: min(500px, 38vw);
  aspect-ratio: 0.72;
  background: url("assets/micromove-bike-watermark.jpg") center bottom / contain no-repeat;
  opacity: 0.16;
  mix-blend-mode: multiply;
  filter: grayscale(1) contrast(1.08);
  pointer-events: none;
}
.micromove-final-cta {
  position: relative;
  overflow: hidden;
}
.micromove-final-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(90deg, var(--brave-blue), rgba(0,159,220,0.42));
  opacity: 1;
}
.micromove-final-cta::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 58px;
  left: 50%;
  width: min(820px, 78vw);
  height: 220px;
  transform: translateX(-50%);
  background:
    radial-gradient(circle at 6% 34%, rgba(255,255,255,0.34) 0 9px, transparent 10px),
    radial-gradient(circle at 6% 34%, transparent 0 20px, rgba(255,255,255,0.22) 21px 23px, transparent 24px),
    radial-gradient(circle at 94% 34%, rgba(255,255,255,0.34) 0 9px, transparent 10px),
    radial-gradient(circle at 94% 34%, transparent 0 20px, rgba(255,255,255,0.22) 21px 23px, transparent 24px),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='820' height='220' viewBox='0 0 820 220'%3E%3Cpath d='M70 78 C190 10 300 156 410 90 S640 25 750 78' fill='none' stroke='white' stroke-width='4' stroke-linecap='round' stroke-dasharray='10 13' opacity='.28'/%3E%3Cpath d='M70 76c-17 0-31 14-31 31 0 23 31 62 31 62s31-39 31-62c0-17-14-31-31-31zm0 42a12 12 0 1 1 0-24 12 12 0 0 1 0 24zM750 76c-17 0-31 14-31 31 0 23 31 62 31 62s31-39 31-62c0-17-14-31-31-31zm0 42a12 12 0 1 1 0-24 12 12 0 0 1 0 24z' fill='white' opacity='.16'/%3E%3C/svg%3E") center / contain no-repeat;
  opacity: 1;
  pointer-events: none;
}
.micromove-final-cta .inner {
  position: relative;
  z-index: 1;
}
.contact-form {
  width: min(760px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  text-align: left;
}
.contact-form label {
  display: grid;
  gap: 7px;
  color: rgba(255,255,255,0.86);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,0.34);
  border-radius: 7px;
  background: rgba(255,255,255,0.94);
  color: var(--tech-black);
  font: inherit;
  padding: 13px 14px;
}
.contact-form .full { grid-column: 1 / -1; }
.contact-form textarea { min-height: 110px; resize: vertical; }
.contact-form .btn { justify-self: start; border: 0; cursor: default; }
.form-actions {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.form-actions .btn { border: 0; cursor: default; }
.phone-link {
  color: #ffffff;
  font-weight: 800;
  text-decoration: none;
}
footer { background: var(--tech-black); color: rgba(255,255,255,0.46); padding: 54px 64px; }
.footer-grid { width: min(1160px, 100%); margin: 0 auto; display: grid; grid-template-columns: 1.6fr repeat(4, 1fr); gap: 32px; }
footer p { margin-top: 14px; max-width: 330px; }
.footer-phone { margin-top: 10px; }
.footer-phone a {
  color: #ffffff;
  font-weight: 800;
  text-decoration: none;
}
footer h4 { color: rgba(255,255,255,0.86); font-size: 12px; letter-spacing: 1.4px; text-transform: uppercase; margin-bottom: 14px; }
footer ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
footer a { color: rgba(255,255,255,0.78); text-decoration: none; font-size: 14px; }
footer a:hover { color: #ffffff; }
.footer-cta {
  display: inline-flex;
  margin-top: 18px;
  color: #ffffff;
  font-weight: 700;
}
.footer-legal {
  width: min(1160px, 100%);
  margin: 42px auto 0;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,0.12);
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  align-items: center;
  justify-content: space-between;
  color: rgba(255,255,255,0.68);
  font-size: 12px;
  line-height: 1.6;
}
.footer-legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.footer-legal a { font-size: 12px; }
.legal-list {
  display: grid;
  gap: 16px;
}
.legal-note {
  margin-top: 28px;
  padding: 22px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--off-white);
  color: var(--text-secondary);
}
.tool-callout {
  margin: 28px 0;
  padding: 28px;
  border-radius: 8px;
  border: 1px solid rgba(45, 92, 168, 0.18);
  background:
    linear-gradient(135deg, rgba(45, 92, 168, 0.08), rgba(0, 159, 220, 0.08)),
    #ffffff;
}
.tool-callout h2 {
  margin-top: 0;
}
.tool-callout p {
  max-width: 720px;
}
.helpful-links {
  display: grid;
  gap: 12px;
  margin: 18px 0 28px;
}
.helpful-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  border: 1px solid var(--border);
  border-radius: 8px;
  color: var(--champion-blue);
  font-weight: 800;
  background: #ffffff;
}
.helpful-links a::after {
  content: "->";
}
.route-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 30px;
}
.route-card {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  padding: 28px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(0,23,34,0.06);
  text-decoration: none;
  color: inherit;
}
.route-card strong {
  color: var(--champion-blue);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.route-card h3 {
  font-size: 26px;
}
.route-card p {
  color: var(--text-secondary);
}
.route-card .card-link {
  margin-top: auto;
}
.client-hero {
  background:
    linear-gradient(120deg, rgba(0,23,34,0.92) 0%, rgba(36,55,70,0.78) 48%, rgba(45,92,168,0.38) 100%),
    url("assets/cend-hero-simple-route-no-truck.png") center center / cover no-repeat,
    var(--deep-blue);
}
.partner-landing-body {
  background: #ffffff;
}
.partner-landing-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  height: 78px;
  padding: 0 64px;
  border-bottom: 1px solid rgba(255,255,255,0.18);
  background: rgba(0,23,34,0.20);
  backdrop-filter: blur(16px) saturate(132%);
  -webkit-backdrop-filter: blur(16px) saturate(132%);
}
.partner-nav-brand {
  display: flex;
  align-items: center;
  gap: 15px;
  min-width: 0;
}
.partner-nav-brand > span {
  color: rgba(255,255,255,0.62);
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
.partner-logo-lockup {
  display: flex;
  align-items: center;
}
.partner-logo-lockup img {
  display: block;
  width: 138px;
  height: auto;
  filter: drop-shadow(0 8px 18px rgba(0,23,34,0.22));
}
.partner-landing-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-left: auto;
}
.partner-landing-nav a {
  color: rgba(255,255,255,0.84);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.partner-landing-nav a:hover { color: #ffffff; }
.partner-nav-quote {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid rgba(255,255,255,0.28);
  border-radius: 8px;
  background: linear-gradient(135deg, var(--champion-blue), #3474c9);
  box-shadow: 0 18px 38px rgba(0,23,34,0.26);
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
.partner-nav-quote:hover {
  transform: translateY(-1px);
  box-shadow: 0 22px 44px rgba(0,23,34,0.30);
}
.partner-landing-hero {
  min-height: 76vh;
  display: grid;
  align-items: center;
  padding: 120px 64px 58px;
  color: #ffffff;
  background:
    radial-gradient(circle at 78% 18%, rgba(0,159,220,0.28), rgba(0,159,220,0) 30%),
    radial-gradient(circle at 16% 86%, rgba(255,209,0,0.18), rgba(255,209,0,0) 24%),
    linear-gradient(120deg, rgba(0,23,34,0.94) 0%, rgba(36,55,70,0.84) 50%, rgba(45,92,168,0.66) 100%),
    url("assets/home-hero-newer-route.png") center center / cover no-repeat,
    var(--deep-blue);
}
.partner-landing-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 780px);
  gap: 34px;
  align-items: center;
}
.partner-hero-copy h1 {
  max-width: 680px;
  color: #ffffff;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(48px, 5vw, 78px);
  font-weight: 400;
  line-height: 1.02;
  margin-bottom: 20px;
}
.partner-hero-logo {
  display: inline-flex;
  align-items: center;
  margin-bottom: 28px;
}
.partner-hero-logo img {
  display: block;
  width: min(315px, 72vw);
  height: auto;
  filter: drop-shadow(0 10px 22px rgba(0,23,34,0.28));
}
.partner-hero-copy p {
  max-width: 620px;
  color: rgba(255,255,255,0.78);
  font-size: 19px;
}
.partner-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 28px;
}
.partner-source-note {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 999px;
  background: rgba(255,255,255,0.10);
  color: rgba(255,255,255,0.76);
  font-size: 13px;
}
.partner-quote-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  background: rgba(255,255,255,0.90);
  border-color: rgba(255,255,255,0.82);
}
.partner-quote-form .phone-link {
  align-self: center;
  color: var(--champion-blue);
}
.partner-intro-section {
  margin-top: -34px;
  padding-top: 86px;
  background:
    radial-gradient(circle at 88% 10%, rgba(0,159,220,0.10), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, rgba(244,248,251,0.96) 100%);
}
.partner-landing-panel {
  border: 1px solid rgba(45,92,168,0.16);
  border-radius: 8px;
  background: rgba(255,255,255,0.88);
  padding: 30px;
  box-shadow: 0 18px 44px rgba(0,23,34,0.08);
}
.partner-landing-panel h3 {
  font-size: 22px;
  margin-bottom: 16px;
}
.quote-panel-label {
  display: block;
  margin-bottom: 12px;
  color: var(--champion-blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.partner-landing-panel p {
  color: var(--text-secondary);
}
.partner-landing-panel ul {
  display: grid;
  gap: 12px;
  margin-bottom: 24px;
  color: var(--text-secondary);
}
.partner-panel-actions,
.section-action-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.section-action-row {
  justify-content: space-between;
  margin: 18px 0 30px;
}
.section-action-row p {
  max-width: 680px;
  margin: 0;
  color: rgba(255,255,255,0.78);
}
.partner-fit-section {
  text-align: center;
}
.partner-services-section {
  background:
    radial-gradient(circle at 88% 12%, rgba(0,159,220,0.24), transparent 34%),
    linear-gradient(135deg, var(--champion-blue) 0%, var(--deep-blue) 100%);
  color: #ffffff;
}
.partner-services-section .section-kicker {
  color: rgba(255,255,255,0.72);
}
.partner-services-section h2 {
  color: #ffffff;
}
.partner-services-section .service-card {
  background: rgba(255,255,255,0.96);
  border-color: rgba(255,255,255,0.42);
  box-shadow: 0 24px 60px rgba(0,23,34,0.18);
}
.partner-services-section .service-card strong {
  color: var(--champion-blue);
}
.partner-services-section .service-card h3 {
  color: var(--tech-black);
}
.partner-services-section .service-card p {
  color: var(--deep-blue);
}
.partner-signature-section {
  background:
    radial-gradient(circle at 12% 18%, rgba(255,209,0,0.10), transparent 26%),
    linear-gradient(135deg, rgba(0,159,220,0.08) 0%, rgba(255,255,255,0.98) 50%, rgba(45,92,168,0.10) 100%);
}
.partner-signature-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1fr);
  gap: 58px;
  align-items: stretch;
}
.partner-signature-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.partner-signature-copy .lead {
  margin-bottom: 28px;
}
.partner-signature-copy .support-grid {
  grid-template-columns: 1fr;
  gap: 14px;
}
.partner-signature-section .mini-card {
  text-decoration: none;
}
.partner-signature-media {
  min-height: 640px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0,23,34,0.18);
}
.partner-signature-media > img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: 52% center;
  display: block;
}
.partner-sustainability-section {
  border-top: 1px solid rgba(45,92,168,0.12);
}
.partner-sustainability-section .eco-copy p {
  max-width: 660px;
  margin-bottom: 30px;
}
.partner-sustainability-section .eco-copy .btn {
  margin-top: 4px;
}
.partner-legal-section {
  background:
    radial-gradient(circle at 86% 18%, rgba(0,159,220,0.10), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, rgba(244,248,251,0.98) 100%);
}
.partner-legal-section h2 {
  max-width: 820px;
}
.partner-legal-section .lead {
  max-width: 760px;
}
.partner-legal-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 32px;
}
.partner-legal-grid .mini-card {
  min-height: 190px;
  text-decoration: none;
}
.partner-quote-strip {
  background: linear-gradient(135deg, var(--deep-blue), var(--champion-blue));
  color: #ffffff;
}
.partner-quote-strip .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.partner-quote-strip h2 {
  max-width: 760px;
  margin: 0;
  color: #ffffff;
}
.partner-quote-strip .section-kicker {
  color: var(--warm-yellow);
}
.partner-landing-footer {
  padding-top: 0;
}
.client-landing-panel {
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #ffffff;
  padding: 30px;
  box-shadow: 0 18px 44px rgba(0,23,34,0.08);
}
.client-audience-grid {
  grid-template-columns: 1fr 1fr;
}
.error-main {
  min-height: 100svh;
  display: grid;
  align-items: center;
  padding: 88px 64px;
  background:
    radial-gradient(circle at 50% 50%, rgba(45,92,168,0.32), rgba(45,92,168,0) 34%),
    linear-gradient(180deg, rgba(0,23,34,0.62) 0%, rgba(0,23,34,0.46) 45%, rgba(0,23,34,0.72) 100%),
    url("assets/error-route-hero.png") center center / cover no-repeat,
    var(--deep-blue);
  color: #ffffff;
}
.error-panel {
  width: min(920px, 100%);
  margin: 0 auto;
  text-align: center;
}
.error-copy {
  position: relative;
  z-index: 1;
}
.error-code {
  display: block;
  color: rgba(255,255,255,0.24);
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(112px, 18vw, 240px);
  line-height: 0.82;
  margin-bottom: -4px;
}
.error-copy .eyebrow {
  color: rgba(255,255,255,0.84);
}
.error-copy h1 {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(44px, 6vw, 76px);
  font-weight: 400;
  line-height: 1.02;
  margin-bottom: 20px;
}
.error-copy p {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255,255,255,0.86);
  font-size: 18px;
}
.error-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}
.error-card {
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 8px;
  padding: 28px;
  background: rgba(255,255,255,0.12);
  box-shadow: 0 24px 70px rgba(0,23,34,0.26);
  backdrop-filter: blur(18px);
}
.error-card h2 {
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 14px;
}
.error-card ul {
  list-style: none;
  display: grid;
  gap: 12px;
}
.error-card a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
}
.error-card a:hover {
  color: var(--warm-yellow);
}
.page-hero {
  background: var(--deep-blue);
  color: #ffffff;
  padding: 118px 64px 78px;
}
.page-hero.with-image {
  min-height: 100svh;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(0,23,34,0.86) 0%, rgba(0,23,34,0.58) 45%, rgba(0,23,34,0.2) 100%),
    var(--hero-image) center center / cover no-repeat,
    var(--deep-blue);
}
.page-hero.containerized-hero {
  --hero-image: url("assets/containerized-professional-moving.png");
}
.page-hero.traditional-hero {
  --hero-image: url("assets/professional-move-no-cend-logo.png");
}
.page-hero.diy-hero {
  --hero-image: url("assets/diy-containerized-moving.png");
}
.page-hero.micromoves-hero {
  --hero-image: url("assets/micromoves.png");
}
.page-hero.vehicles-hero {
  --hero-image: url("assets/vehicles.png");
}
.page-hero.pets-hero {
  --hero-image: url("assets/pets.png");
}
.page-hero.moving-services-hero {
  --hero-image: url("assets/moving-services-sea-route.png");
}
.page-hero.with-image.moving-services-hero {
  background:
    linear-gradient(90deg, rgba(0,23,34,0.78) 0%, rgba(0,23,34,0.42) 42%, rgba(0,23,34,0.10) 72%, rgba(0,23,34,0.02) 100%),
    var(--hero-image) center center / cover no-repeat,
    var(--deep-blue);
}
.page-hero.international-hero {
  --hero-image: url("assets/international-cend.png");
}
.page-hero.family-transition-hero {
  --hero-image: url("assets/family-helping-downsize-transition.png");
}
.page-hero.adults-transition-hero {
  --hero-image: url("assets/older-adult-managing-move-downsize.png");
}
.page-hero.decluttering-hero {
  --hero-image: url("assets/cend-grandma-blue-signature.png");
}
.page-hero.downsizing-hero {
  --hero-image: url("assets/cend-downsizing.png");
}
.page-hero.with-image.downsizing-hero .inner {
  max-width: 620px;
  margin-left: max(64px, calc((100vw - 1160px) / 2));
  margin-right: auto;
}
.page-hero.rightsizing-hero {
  --hero-image: url("assets/family-helping-downsize-transition.png");
}
.page-hero.with-image.rightsizing-hero {
  min-height: min(820px, 88svh);
}
.page-hero.staging-to-sell-hero {
  --hero-image: url("assets/signature-realtors.png");
}
.page-hero.estate-transition-hero {
  --hero-image: url("assets/estate-transition-new-hero.png");
}
.page-hero.trust-safety-hero {
  --hero-image: url("assets/transparency-expectations-provider-coordination.png");
}
.page-hero.with-image.family-transition-hero,
.page-hero.with-image.adults-transition-hero,
.page-hero.with-image.decluttering-hero,
.page-hero.with-image.downsizing-hero,
.page-hero.with-image.staging-to-sell-hero,
.page-hero.with-image.estate-transition-hero,
.page-hero.with-image.rightsizing-hero,
.page-hero.with-image.signature-realtors-hero,
.page-hero.with-image.signature-senior-living-hero,
.page-hero.with-image.signature-healthcare-hero,
.page-hero.with-image.signature-estate-hero,
.page-hero.with-image.signature-wealth-hero,
.page-hero.with-image.signature-senior-industry-hero {
  background:
    linear-gradient(90deg, rgba(0,23,34,0.86) 0%, rgba(0,23,34,0.58) 45%, rgba(0,23,34,0.2) 100%),
    var(--hero-image) center 38% / cover no-repeat,
    var(--deep-blue);
}
.page-hero.consumers-hero {
  --hero-image: url("assets/consumers-individuals-families.png");
}
.page-hero.corporate-hero {
  --hero-image: url("assets/corporate-mobility-procurement.png");
}
.page-hero.signature-realtors-hero {
  --hero-image: url("assets/signature-realtors.png");
}
.page-hero.signature-senior-living-hero {
  --hero-image: url("assets/signature-senior-living-communities.png");
}
.page-hero.signature-healthcare-hero {
  --hero-image: url("assets/cend-grandma-blue-signature.png");
}
.page-hero.signature-estate-hero {
  --hero-image: url("assets/signature-estate-attorneys-trustees.png");
}
.page-hero.signature-wealth-hero {
  --hero-image: url("assets/signature-wealth-managers-financial-planners.png");
}
.page-hero.signature-senior-industry-hero {
  --hero-image: url("assets/signature-senior-industry-associations.png");
}
.page-hero.about-hero {
  --hero-image: url("assets/about-page-cend.png");
}
.page-hero .inner { max-width: 980px; }
.page-hero h1 {
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(44px, 6vw, 72px);
  font-weight: 400;
  line-height: 1.05;
  margin-bottom: 22px;
}
.page-hero p { color: rgba(255,255,255,0.78); font-size: 18px; max-width: 760px; }
.page-hero-btn { margin-top: 26px; }
.eco-friendly-hero {
  position: relative;
  overflow: hidden;
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 110px;
  background:
    radial-gradient(circle at 91% 16%, rgba(128,188,0,0.18) 0%, rgba(128,188,0,0.06) 24%, rgba(128,188,0,0) 48%),
    radial-gradient(circle at 82% 44%, rgba(0,159,220,0.22) 0%, rgba(0,159,220,0.08) 34%, rgba(0,159,220,0) 58%),
    linear-gradient(120deg, var(--tech-black) 0%, var(--deep-blue) 62%, rgba(45,92,168,0.9) 100%);
}
.eco-hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 64px;
  align-items: center;
}
.eco-hero-copy {
  position: relative;
  z-index: 1;
}
.eco-hero-globe {
  position: absolute;
  right: max(-680px, -36vw);
  top: -260px;
  width: min(1080px, 68vw);
  transform: rotate(-7deg);
  filter: drop-shadow(0 34px 68px rgba(0,23,34,0.24)) saturate(1.06);
  opacity: 0.66;
  pointer-events: none;
}
@media (max-width: 1180px) and (min-width: 921px) {
  .hero {
    background:
      linear-gradient(90deg, rgba(0,23,34,0.72) 0%, rgba(0,23,34,0.48) 34%, rgba(0,23,34,0.12) 62%, rgba(0,23,34,0.04) 100%),
      linear-gradient(180deg, rgba(0,23,34,0.14) 0%, rgba(0,23,34,0.04) 45%, rgba(0,23,34,0.12) 100%),
      url("assets/home-hero-newer-route.png") center center / cover no-repeat,
      var(--deep-blue);
  }
  .service-switcher-section {
    position: static;
    float: none;
    width: auto;
    margin: 0;
    padding: 24px 64px;
    background: linear-gradient(180deg, rgba(244,248,251,0.98) 0%, #ffffff 100%);
    border-bottom: 1px solid var(--border);
  }
  .service-switcher-section .inner {
    width: min(1080px, 100%);
    margin: 0 auto;
  }
  .service-switcher {
    background: rgba(255,255,255,0.82);
  }
}
.eco-page-section {
  background:
    linear-gradient(135deg, rgba(0,159,220,0.08) 0%, rgba(255,255,255,0.96) 45%, rgba(45,92,168,0.07) 100%);
}
.eco-impact-section {
  background: linear-gradient(180deg, #ffffff 0%, rgba(0,159,220,0.06) 100%);
}
.eco-lifecycle-section {
  background: linear-gradient(135deg, var(--tech-black) 0%, var(--deep-blue) 58%, rgba(45,92,168,0.42) 100%);
  color: #ffffff;
}
.eco-lifecycle-section .article p,
.eco-lifecycle-section .aside ul {
  color: rgba(255,255,255,0.74);
}
.eco-lifecycle-section .aside {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.14);
}
.eco-lifecycle-section .aside h3 {
  color: #ffffff;
}
.eco-program-section {
  background: linear-gradient(180deg, #ffffff 0%, rgba(0,159,220,0.06) 100%);
}
.offset-projects-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.offset-projects-section > .inner {
  position: relative;
  z-index: 1;
}
.offset-projects-section::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: min(620px, 58vw);
  height: min(620px, 58vw);
  top: -210px;
  left: -180px;
  opacity: 0.72;
  pointer-events: none;
  background:
    repeating-radial-gradient(ellipse at 42% 46%, transparent 0 18px, rgba(111,131,123,0.075) 18.5px 19.25px, transparent 19.75px 38px),
    repeating-radial-gradient(ellipse at 58% 54%, transparent 0 27px, rgba(124,143,135,0.06) 27.5px 28.25px, transparent 28.75px 54px);
  transform: rotate(-16deg) scale(1.18);
}
.service-switcher-section {
  --side-nav-left: max(24px, calc((100vw - 1380px) / 2));
  --side-nav-width: clamp(132px, 11.5vw, 176px);
  position: fixed;
  top: 118px;
  left: var(--side-nav-left);
  z-index: 90;
  width: var(--side-nav-width);
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.18s ease, transform 0.18s ease;
}
.service-switcher-section.is-docked {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.service-switcher-section .inner {
  display: block;
  width: 100%;
}
.service-switcher-section .inner::after {
  display: none;
}
.service-switcher {
  width: 100%;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.9) 0%, rgba(244,248,251,0.82) 100%);
  border: 1px solid rgba(255,255,255,0.92);
  border-radius: 8px;
  box-shadow:
    0 18px 46px rgba(0,23,34,0.18),
    inset 0 1px 0 rgba(255,255,255,0.78);
  padding: 13px;
  backdrop-filter: blur(24px) saturate(145%);
  -webkit-backdrop-filter: blur(24px) saturate(145%);
  pointer-events: auto;
}
.service-switcher-section ~ .section > .inner,
.service-switcher-section ~ .quote-tool-section > .inner,
.service-switcher-section ~ .process-section > .inner,
.service-switcher-section ~ .testimonial-section > .inner,
.service-switcher-section ~ .signature-testimonial-section > .inner,
.service-switcher-section ~ .partner-resource-section > .inner,
.service-switcher-section ~ .affiliation-strip > .inner,
.service-switcher-section ~ .article-showcase > .inner,
.service-switcher-section ~ .related-paths > .inner,
.service-switcher-section ~ .container-size-section > .inner,
.service-switcher-section ~ .final-cta > .inner {
  width: min(940px, 100%);
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
}
.service-switcher-section ~ .partner-resource-section > .inner {
  width: min(1040px, calc(100vw - 320px));
  margin-left: max(274px, calc((100vw - 1040px) / 2));
  margin-right: auto;
}
.service-switcher-section ~ .service-type-section > .inner {
  width: min(940px, 100%);
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
}
.service-switcher-section ~ .service-type-section .chooser-grid.all-services,
.service-switcher-section ~ .service-type-section .chooser-grid {
  grid-template-columns: repeat(2, minmax(240px, 1fr));
}
.service-switcher::before {
  content: "Explore pages";
  display: block;
  color: var(--tech-black);
  font-size: clamp(14px, 1.15vw, 16px);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 14px;
}
.switcher-group {
  display: block;
  width: 100%;
}
.switcher-group + .switcher-group {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(36,55,70,0.14);
}
.switcher-label {
  color: var(--champion-blue);
  display: block;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.switcher-links {
  display: grid;
  gap: 2px;
}
.service-switcher a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 31px;
  padding: 6px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--deep-blue);
  font-size: clamp(9px, 0.76vw, 10px);
  font-weight: 700;
  text-decoration: none;
  box-shadow: none;
  transition: background 0.16s, color 0.16s, padding 0.16s;
}
.service-switcher a:hover,
.service-switcher a.active {
  transform: none;
  background: rgba(0,159,220,0.08);
  color: var(--champion-blue);
  box-shadow: none;
  padding-left: 12px;
}
.service-switcher a.active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  bottom: 7px;
  width: 4px;
  border-radius: 99px;
  background: var(--brave-blue);
}
.senior-readable .service-switcher {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.94) 0%, rgba(244,248,251,0.88) 100%);
  border-color: rgba(255,255,255,0.96);
  box-shadow:
    0 20px 50px rgba(0,23,34,0.2),
    inset 0 1px 0 rgba(255,255,255,0.82);
}
.senior-readable .service-switcher::before {
  color: var(--tech-black);
}
.senior-readable .switcher-label {
  color: var(--champion-blue);
  font-size: 10px;
}
.senior-readable .service-switcher a {
  min-height: 36px;
  color: var(--deep-blue);
  font-size: clamp(10px, 0.82vw, 12px);
  font-weight: 800;
}
.senior-readable .service-switcher a:hover,
.senior-readable .service-switcher a.active {
  background: rgba(0,159,220,0.13);
  color: var(--champion-blue);
}
@media (max-width: 1180px) and (min-width: 921px) {
  .service-switcher-section {
    position: static;
    float: none;
    width: auto;
    margin: 0;
    padding: 24px 64px;
    background: linear-gradient(180deg, rgba(244,248,251,0.98) 0%, #ffffff 100%);
    border-bottom: 1px solid var(--border);
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }
  .service-switcher-section .inner {
    width: min(1080px, 100%);
    margin: 0 auto;
  }
  .service-switcher {
    background: rgba(255,255,255,0.82);
  }
}
.related-paths {
  background: linear-gradient(180deg, #ffffff 0%, rgba(244,248,251,0.96) 100%);
}
.related-paths .chooser-grid {
  margin-top: 26px;
}
.mini-card {
  text-decoration: none;
  color: inherit;
}
.mini-card .card-link {
  display: inline-block;
  margin-top: 12px;
}
.mini-card[href]:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(0,23,34,0.1);
}
.article-showcase {
  background:
    radial-gradient(circle at 90% 8%, rgba(0,159,220,0.1), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, rgba(244,248,251,0.96) 100%);
}
.article-showcase .article {
  position: relative;
}
.article-showcase .article h2 {
  padding-top: 4px;
}
.article-showcase .article .support-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(230px, 100%), 1fr));
  margin: 22px 0 34px;
}
.article-showcase .article .rightsizing-principles .mini-card:last-child {
  grid-column: 1 / -1;
}
.article-showcase .article > ul,
.article-showcase .article > ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 22px 0 30px;
  padding: 0;
  list-style: none;
}
.article-showcase .article > ul li,
.article-showcase .article > ol li {
  position: relative;
  min-height: 74px;
  margin: 0;
  padding: 18px 18px 18px 48px;
  background: rgba(255,255,255,0.86);
  border: 1px solid rgba(45,92,168,0.13);
  border-radius: 8px;
  box-shadow: 0 16px 36px rgba(0,23,34,0.06);
}
.article-showcase .article > ul li::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 22px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--brave-blue);
  box-shadow: 0 0 0 5px rgba(0,159,220,0.13);
}
.article-showcase .article > ul.plain-bullets {
  display: block;
  margin: 0 0 22px 20px;
  padding: 0;
  list-style: disc;
}
.article-showcase .article > ul.plain-bullets li {
  min-height: 0;
  margin-bottom: 8px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.article-showcase .article > ul.plain-bullets li::before {
  content: none;
}
.article-showcase .article > ol {
  counter-reset: cend-process;
}
.article-showcase .article > ol li {
  counter-increment: cend-process;
  padding-left: 62px;
}
.article-showcase .article > ol li::before {
  content: counter(cend-process, decimal-leading-zero);
  position: absolute;
  left: 18px;
  top: 18px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--champion-blue);
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
}
.article-showcase .faq {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.article-showcase .faq.faq-wide {
  grid-template-columns: 1fr;
}
.article-showcase .faq-item {
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(0,23,34,0.05);
}
.article-showcase .aside {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(45,92,168,0.08), rgba(255,255,255,0.96)),
    #ffffff;
}
.article-showcase .aside h3,
.article-showcase .aside ul {
  position: relative;
  z-index: 1;
}
.senior-readable {
  color: var(--tech-black);
  background:
    radial-gradient(circle at 88% 10%, rgba(0,159,220,0.08), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, rgba(244,248,251,0.96) 100%);
}
.senior-readable .lead,
.senior-readable .article p,
.senior-readable .article li,
.senior-readable .article-showcase .article > ul li,
.senior-readable .article-showcase .article > ol li,
.senior-readable .faq-item p,
.senior-readable .mini-card p,
.senior-readable .service-card p,
.senior-readable .partner-card p,
.senior-readable .aside li,
.senior-readable .aside p {
  color: var(--deep-blue);
  font-size: 17px;
  line-height: 1.72;
}
.senior-readable .page-hero p,
.senior-readable .signature-hero p {
  color: rgba(255,255,255,0.92);
  font-size: clamp(18px, 1.45vw, 21px);
  line-height: 1.62;
  font-weight: 500;
  text-shadow: 0 2px 18px rgba(0,23,34,0.42);
}
.senior-readable .service-type-section .lead {
  color: #ffffff;
}
.senior-readable .section:not(.final-cta):not(.service-switcher-section) {
  background:
    radial-gradient(circle at 92% 8%, rgba(0,159,220,0.07), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, rgba(244,248,251,0.94) 100%);
}
.senior-readable .content-grid .article {
  position: relative;
  padding: clamp(26px, 3vw, 40px);
  border: 1px solid rgba(45,92,168,0.12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.98) 0%, rgba(244,248,251,0.82) 100%);
  box-shadow: 0 22px 58px rgba(0,23,34,0.08);
}
.senior-readable .article h2 {
  position: relative;
  padding-left: 18px;
}
.senior-readable .article h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.18em;
  bottom: 0.18em;
  width: 5px;
  border-radius: 99px;
  background: linear-gradient(180deg, var(--brave-blue), var(--champion-blue));
}
.senior-readable .signature-hero {
  background:
    linear-gradient(90deg, rgba(0,23,34,0.88) 0%, rgba(0,23,34,0.62) 42%, rgba(0,23,34,0.26) 100%),
    url("assets/cend-grandma-blue-signature.png") center center / cover no-repeat,
    var(--deep-blue);
}
.senior-readable .page-hero.with-image {
  background:
    linear-gradient(90deg, rgba(0,23,34,0.88) 0%, rgba(0,23,34,0.62) 45%, rgba(0,23,34,0.28) 100%),
    var(--hero-image) center 38% / cover no-repeat,
    var(--deep-blue);
}
.senior-readable .service-card,
.senior-readable .mini-card,
.senior-readable .partner-card,
.senior-readable .faq-item,
.senior-readable .article-showcase .article > ul li,
.senior-readable .article-showcase .article > ol li {
  background: #ffffff;
  border-color: rgba(36,55,70,0.18);
  box-shadow: 0 18px 44px rgba(0,23,34,0.08);
}
.senior-readable .faq-item,
.senior-readable .mini-card,
.senior-readable .service-card {
  border-top: 4px solid rgba(0,159,220,0.72);
}
.senior-readable .resource-card {
  background: rgba(255,255,255,0.94);
  box-shadow: 0 18px 48px rgba(0,23,34,0.08);
}
.senior-readable .article-showcase .article > ul.plain-bullets li {
  background: transparent;
  border: 0;
  box-shadow: none;
}
.senior-readable .service-card h3,
.senior-readable .mini-card h3,
.senior-readable .partner-card h3,
.senior-readable .faq-item h3,
.senior-readable .article h2 {
  color: var(--tech-black);
}
.senior-readable .section-kicker,
.senior-readable .eyebrow,
.senior-readable .service-card strong,
.senior-readable .partner-card strong {
  font-weight: 800;
}
.senior-readable .article-showcase .aside {
  background:
    linear-gradient(180deg, rgba(45,92,168,0.09), rgba(255,255,255,0.98)),
    #ffffff;
  border-color: rgba(45,92,168,0.18);
  border-top: 4px solid var(--brave-blue);
  box-shadow: 0 18px 44px rgba(0,23,34,0.08);
}
.senior-readable .article-showcase .aside h3 {
  color: var(--tech-black);
}
.senior-readable .content-grid .aside {
  border-top: 4px solid var(--brave-blue);
  background:
    linear-gradient(180deg, rgba(45,92,168,0.09), rgba(255,255,255,0.98)),
    #ffffff;
  box-shadow: 0 18px 44px rgba(0,23,34,0.08);
}
.estate-showcase .stat {
  min-height: 160px;
  background:
    linear-gradient(135deg, rgba(45,92,168,0.11), rgba(255,255,255,0.95)),
    #ffffff;
}
.estate-showcase .stat b {
  font-family: "DM Serif Display", serif;
  font-size: 30px;
  line-height: 1;
}
.content-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 56px; align-items: start; }
.article h2 { font-size: 34px; margin-top: 42px; }
.article h2:first-child { margin-top: 0; }
.article p { color: var(--text-secondary); margin-bottom: 16px; }
.article ul { color: var(--text-secondary); margin: 0 0 22px 20px; }
.article li { margin-bottom: 8px; }
.founder-note {
  margin: 28px 0;
  padding: 28px;
  border: 1px solid rgba(45,92,168,0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(45,92,168,0.08), rgba(255,255,255,0.96)),
    #ffffff;
  box-shadow: 0 18px 42px rgba(0,23,34,0.06);
}
.founder-note strong {
  display: block;
  margin-bottom: 10px;
  color: var(--champion-blue);
  font-size: 20px;
}
.founder-note p {
  margin-bottom: 0;
}
.aside {
  background: var(--off-white);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 28px;
  position: sticky;
  top: 92px;
}
.aside h3 { font-size: 18px; margin-bottom: 14px; }
.aside ul { list-style: disc; display: flex; flex-direction: column; gap: 10px; color: var(--text-secondary); font-size: 14px; padding-left: 20px; }
.aside li { padding-left: 2px; }
.faq { margin-top: 34px; display: grid; gap: 14px; }
.faq-item { border: 1px solid var(--border); border-radius: 8px; padding: 22px; }
.faq-item h3 { font-size: 17px; margin-bottom: 8px; }
.faq-item p { margin-bottom: 0; }
@media (max-width: 920px) {
  .site-nav { padding: 0 22px; }
  .nav-links { display: none; }
  .partner-landing-header {
    height: auto;
    min-height: 76px;
    padding: 14px 24px;
  }
  .partner-nav-brand {
    gap: 10px;
  }
  .partner-nav-brand .nav-logo {
    font-size: 30px;
  }
  .partner-landing-nav {
    display: none;
  }
  .partner-nav-quote {
    min-height: 42px;
    padding: 0 14px;
    font-size: 13px;
  }
  .partner-logo-lockup span {
    display: none;
  }
  .partner-logo-lockup img {
    width: 94px;
  }
  .partner-landing-hero {
    min-height: auto;
    padding: 112px 24px 56px;
  }
  .partner-landing-hero-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .partner-quote-form {
    grid-template-columns: 1fr;
  }
  .partner-signature-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .partner-signature-media {
    min-height: 420px;
    order: -1;
  }
  .partner-signature-media > img {
    min-height: 420px;
    object-position: center center;
  }
  .partner-quote-strip .inner,
  .section-action-row {
    align-items: flex-start;
    flex-direction: column;
  }
  .hero, .signature-hero, .section, .page-hero, footer { padding-left: 24px; padding-right: 24px; }
  .error-main { min-height: auto; padding: 104px 24px 64px; }
  .error-panel { grid-template-columns: 1fr; gap: 30px; }
  .error-card { padding: 22px; }
  .eco-hero-inner { grid-template-columns: 1fr; gap: 26px; }
  .eco-hero-globe {
    right: -330px;
    top: -90px;
    bottom: auto;
    width: 560px;
    transform: rotate(-6deg);
    opacity: 0.36;
  }
  .chooser-grid, .chooser-grid.all-services, .support-grid, .split, .steps, .five-steps, .process-steps, .container-grid, .container-grid.container-grid-two, .container-fit-grid, .audience-grid, .pathway-grid, .three-grid, .partner-grid, .route-grid, .stat-row, .affiliation-grid, .resource-grid, .partner-legal-grid, .sustainability-stats, .eco-layout, .footer-grid, .content-grid, .contact-form, .quote-tool, .quote-tool-form, .trust-grid, .testimonial-grid, .signature-testimonial-section .testimonial-grid, .checklist-callout, .capability-grid { grid-template-columns: 1fr; }
  .article-showcase .article > ul,
  .article-showcase .article > ol,
  .article-showcase .faq { grid-template-columns: 1fr; }
  .contact-form .full { grid-column: auto; }
  .quote-tool { gap: 30px; }
  .quote-tool-form { padding: 22px; }
  .map-frame.coverage-map { height: auto; }
  .map-frame.coverage-map img { object-position: center center; transform: none; }
  .hero {
    min-height: 100vh;
    align-items: flex-start;
    background:
      linear-gradient(180deg, rgba(0,23,34,0.78) 0%, rgba(0,23,34,0.50) 44%, rgba(0,23,34,0.22) 100%),
      url("assets/home-hero-newer-route.png") 20% center / cover no-repeat,
      var(--deep-blue);
    padding-top: 118px;
  }
  .hero h1 { font-size: 48px; line-height: 1.02; max-width: 350px; }
  .hero p { font-size: 17px; max-width: 330px; }
  .process-steps::before { display: none; }
  .process-step { min-height: auto; }
  .service-switcher-section {
    position: static;
    float: none;
    width: auto;
    margin: 0;
    padding: 24px;
    background: linear-gradient(180deg, rgba(244,248,251,0.98) 0%, #ffffff 100%);
    border-bottom: 1px solid var(--border);
    opacity: 1;
    transform: none;
  }
  .service-switcher-section .inner { display: block; }
  .service-switcher { width: 100%; padding: 18px; }
  .service-switcher-section ~ .section > .inner,
  .service-switcher-section ~ .quote-tool-section > .inner,
  .service-switcher-section ~ .process-section > .inner,
  .service-switcher-section ~ .testimonial-section > .inner,
  .service-switcher-section ~ .signature-testimonial-section > .inner,
  .service-switcher-section ~ .partner-resource-section > .inner,
  .service-switcher-section ~ .affiliation-strip > .inner,
  .service-switcher-section ~ .article-showcase > .inner,
  .service-switcher-section ~ .related-paths > .inner,
  .service-switcher-section ~ .container-size-section > .inner,
  .service-switcher-section ~ .final-cta > .inner {
    padding-left: 0;
  }
  .switcher-links { overflow: visible; }
  .service-switcher a { white-space: normal; }
  .micromove-content-section::after {
    right: -132px;
    bottom: -74px;
    width: 300px;
    opacity: 0.12;
  }
  .micromove-final-cta::after {
    top: 48px;
    width: 118vw;
    height: 150px;
    opacity: 0.55;
  }
  .eco-layout { gap: 34px; }
  .sustainability-section::after { width: 230px; height: 230px; right: -92px; top: 18px; }
  .container-card { min-height: 470px; }
  .container-visual { transform: scale(0.88) skewY(-2deg); transform-origin: center top; margin-bottom: 0; }
  .container-fit-card {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 24px;
  }
  .container-stage { min-height: 260px; }
  .container-cube {
    width: 176px;
    height: 176px;
  }
  .container-cube-medium {
    width: 196px;
    height: 188px;
  }
  .cube-side { right: -92px; width: 92px; }
  .cube-top { top: -92px; height: 92px; }
  .fit-details { max-height: none; }
  .aside { position: static; }
}
@media (max-width: 920px) and (min-width: 640px) {
  .hero {
    background:
      linear-gradient(90deg, rgba(0,23,34,0.72) 0%, rgba(0,23,34,0.48) 34%, rgba(0,23,34,0.12) 62%, rgba(0,23,34,0.04) 100%),
      linear-gradient(180deg, rgba(0,23,34,0.14) 0%, rgba(0,23,34,0.04) 45%, rgba(0,23,34,0.12) 100%),
      url("assets/home-hero-newer-route.png") center center / cover no-repeat,
      var(--deep-blue);
  }
}

/* Quote tool concept mockups */
.quote-concept-body {
  background:
    radial-gradient(circle at 12% 4%, rgba(0,159,220,0.10), rgba(0,159,220,0) 30%),
    radial-gradient(circle at 88% 0%, rgba(255,209,0,0.12), rgba(255,209,0,0) 24%),
    #f5f8fb;
}
.quote-concept-intro {
  padding: 54px 64px 30px;
  text-align: center;
}
.quote-concept-logo {
  width: 112px;
  height: 44px;
  display: inline-block;
  margin-bottom: 32px;
  background: url("assets/logos/cend-logo-r-transparent.png") center / contain no-repeat;
}
.quote-concept-intro h1 {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(44px, 5vw, 70px);
  font-weight: 400;
  line-height: 0.98;
  max-width: 820px;
  margin: 0 auto 18px;
  color: var(--tech-black);
}
.quote-concept-intro p {
  max-width: 720px;
  margin: 0 auto;
  color: var(--deep-blue);
  font-size: 18px;
}
.quote-concept {
  padding: 58px 64px 88px;
  border-top: 1px solid rgba(36,55,70,0.12);
}
.quote-concept-label {
  width: min(1180px, 100%);
  margin: 0 auto 18px;
  display: flex;
  align-items: baseline;
  gap: 12px;
  color: var(--deep-blue);
}
.quote-concept-label span {
  color: var(--champion-blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.quote-concept-label strong { font-size: 15px; }
.quote-shell {
  width: min(1180px, 100%);
  min-height: 680px;
  margin: 0 auto;
  border: 1px solid rgba(36,55,70,0.14);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 34px 88px rgba(0,23,34,0.15);
}
.quote-concept-light .quote-shell {
  background:
    linear-gradient(135deg, rgba(255,255,255,0.94), rgba(246,250,253,0.98)),
    #ffffff;
}
.quote-topbar {
  min-height: 72px;
  padding: 18px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(36,55,70,0.10);
}
.quote-logo-blue,
.quote-logo-white {
  width: 106px;
  height: 38px;
  background: url("assets/logos/cend-logo-r-transparent.png") center / contain no-repeat;
}
.quote-logo-white {
  background-image: url("assets/logos/cend-logo-r-transparent.png");
  filter: brightness(0) invert(1);
}
.quote-save-compact {
  border: 1px solid rgba(45,92,168,0.18);
  background: #ffffff;
  color: var(--champion-blue);
  border-radius: 999px;
  padding: 10px 16px;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.quote-progress {
  width: min(360px, calc(100% - 64px));
  margin: 30px auto 0;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 7px;
}
.quote-progress span {
  height: 5px;
  border-radius: 999px;
  background: rgba(36,55,70,0.12);
}
.quote-progress .active { background: var(--eco-green); }
.quote-panel {
  width: min(760px, calc(100% - 48px));
  margin: 58px auto 48px;
  text-align: center;
}
.quote-step {
  color: var(--champion-blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 13px;
}
.quote-copy h2 {
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(40px, 4.4vw, 62px);
  font-weight: 400;
  line-height: 1;
  color: var(--tech-black);
  margin-bottom: 18px;
}
.quote-copy p {
  width: min(620px, 100%);
  margin: 0 auto;
  color: var(--deep-blue);
  font-size: 18px;
  line-height: 1.65;
}
.quote-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 44px auto 42px;
}
.quote-choice-card {
  min-height: 214px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 11px;
  border: 1px solid rgba(36,55,70,0.14);
  border-top: 5px solid var(--brave-blue);
  border-radius: 10px;
  background: linear-gradient(180deg, #ffffff 0%, rgba(255,255,255,0.90) 100%);
  box-shadow: 0 18px 42px rgba(0,23,34,0.08);
  color: var(--tech-black);
  font: inherit;
  text-align: center;
  padding: 24px;
}
.quote-choice-card:nth-child(2) { border-top-color: var(--warm-yellow); }
.quote-choice-card.selected {
  border-color: rgba(45,92,168,0.34);
  border-top-color: var(--eco-green);
  box-shadow: 0 24px 54px rgba(45,92,168,0.16);
}
.quote-choice-icon {
  width: 58px;
  height: 58px;
  border: 1px solid rgba(45,92,168,0.22);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--champion-blue);
  background: rgba(45,92,168,0.06);
  font-size: 13px;
  font-weight: 900;
}
.quote-choice-card strong {
  color: var(--champion-blue);
  font-size: 18px;
}
.quote-choice-card small {
  max-width: 260px;
  color: var(--deep-blue);
  font-size: 14px;
  line-height: 1.45;
}
.quote-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
}
.quote-back,
.quote-next {
  min-height: 54px;
  border: 0;
  border-radius: 8px;
  font: inherit;
  font-weight: 800;
}
.quote-back {
  width: 56px;
  background: rgba(36,55,70,0.08);
  color: var(--deep-blue);
  font-size: 28px;
}
.quote-next {
  min-width: 280px;
  padding: 0 28px;
  background: var(--champion-blue);
  color: #ffffff;
  box-shadow: 0 16px 34px rgba(45,92,168,0.26);
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.quote-concept-dark {
  background:
    radial-gradient(circle at 90% 15%, rgba(0,159,220,0.18), rgba(0,159,220,0) 28%),
    linear-gradient(180deg, var(--deep-blue), var(--tech-black));
}
.quote-concept-dark .quote-concept-label,
.quote-concept-dark .quote-concept-label span { color: #ffffff; }
.quote-concept-dark .quote-shell {
  border-color: rgba(255,255,255,0.16);
  background:
    linear-gradient(135deg, rgba(0,23,34,0.72), rgba(36,55,70,0.78)),
    url("assets/moving-services-sea-route.png") center / cover no-repeat;
}
.quote-concept-dark .quote-topbar {
  border-color: rgba(255,255,255,0.14);
  background: rgba(0,23,34,0.24);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.quote-concept-dark .quote-save-compact {
  background: rgba(255,255,255,0.10);
  border-color: rgba(255,255,255,0.24);
  color: #ffffff;
}
.quote-panel-dark {
  padding: 44px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 12px;
  background: rgba(0,23,34,0.38);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.quote-panel-dark .quote-copy h2,
.quote-panel-dark .quote-copy p,
.quote-panel-dark .quote-step { color: #ffffff; }
.quote-panel-dark .quote-choice-card { background: rgba(255,255,255,0.92); }
.quote-concept-split { background: #ffffff; }
.split-shell {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) 1.18fr;
  background: #ffffff;
}
.quote-advisor-rail {
  min-height: 680px;
  padding: 42px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background:
    linear-gradient(180deg, rgba(45,92,168,0.92), rgba(0,23,34,0.96)),
    url("assets/home-hero-newer-route.png") center / cover no-repeat;
  color: #ffffff;
}
.quote-advisor-rail h2 {
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(42px, 4.8vw, 70px);
  font-weight: 400;
  line-height: 0.98;
  margin-bottom: 20px;
}
.quote-advisor-rail p {
  color: rgba(255,255,255,0.82);
  font-size: 18px;
}
.quote-advisor-rail .quote-step { color: rgba(255,255,255,0.82); }
.quote-rail-note {
  display: grid;
  gap: 4px;
  border-top: 1px solid rgba(255,255,255,0.20);
  padding-top: 20px;
}
.quote-rail-note span { color: rgba(255,255,255,0.84); }
.quote-workspace {
  background:
    radial-gradient(circle at 88% 0%, rgba(0,159,220,0.12), rgba(0,159,220,0) 28%),
    #f8fbfd;
}
.quote-mini-title {
  color: var(--deep-blue);
  font-weight: 800;
}
.quote-workspace .quote-panel {
  width: min(660px, calc(100% - 56px));
  margin-top: 46px;
}
.quote-workspace .quote-choice-grid { grid-template-columns: 1fr; }
.quote-workspace .quote-choice-card {
  min-height: 142px;
  grid-template-columns: auto 1fr;
  justify-items: start;
  text-align: left;
  align-content: center;
}
.quote-current-skin .quote-current-frame {
  width: min(1180px, 100%);
  min-height: 760px;
  margin: 0 auto;
  display: grid;
  grid-template-rows: 1fr auto;
  overflow: hidden;
  border: 1px solid rgba(36,55,70,0.12);
  border-radius: 16px;
  box-shadow: 0 34px 88px rgba(0,23,34,0.14);
}
.quote-current-skin .quote-current-main {
  min-height: 650px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 30px 40px 48px;
}
.quote-current-skin .quote-logo-blue,
.quote-current-skin .quote-logo-white {
  width: 106px;
  height: 46px;
  margin-bottom: 24px;
}
.quote-current-skin .quote-progress {
  width: 220px;
  margin: 0 0 42px;
  gap: 5px;
}
.quote-current-skin .quote-progress span {
  height: 4px;
  background: rgba(36,55,70,0.11);
}
.quote-current-skin .quote-progress .active {
  background: var(--eco-green);
}
.quote-current-skin h2 {
  color: var(--champion-blue);
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(32px, 3.5vw, 46px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.04;
  margin-bottom: 10px;
}
.quote-current-skin .quote-tagline {
  color: var(--champion-blue);
  font-family: Inter, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 58px;
}
.quote-current-skin .quote-prompt {
  width: min(480px, 100%);
  color: var(--eco-green);
  font-family: Inter, Arial, sans-serif;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.36;
  margin-bottom: 46px;
}
.quote-current-choices {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  width: min(460px, 100%);
  margin-bottom: 48px;
}
.quote-current-card {
  min-height: 156px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 16px;
  border: 1px solid rgba(36,55,70,0.13);
  border-radius: 9px;
  background: #ffffff;
  color: var(--champion-blue);
  box-shadow: 0 12px 30px rgba(0,23,34,0.07);
  font: inherit;
  font-size: 16px;
  font-weight: 800;
}
.quote-current-card img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  filter: none;
}
.quote-current-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: min(470px, 100%);
}
.quote-current-back,
.quote-current-next,
.quote-current-save button {
  min-height: 56px;
  border: 0;
  border-radius: 7px;
  font: inherit;
  font-size: 17px;
  font-weight: 800;
  text-transform: uppercase;
}
.quote-current-back {
  width: 62px;
  background: rgba(36,55,70,0.09);
  color: var(--deep-blue);
  font-size: 30px;
}
.quote-current-next {
  flex: 1;
  background: var(--champion-blue);
  color: #ffffff;
  box-shadow: 0 16px 34px rgba(45,92,168,0.22);
}
.quote-current-save {
  min-height: 104px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(36,55,70,0.035);
}
.quote-current-save button {
  width: min(460px, calc(100% - 44px));
  background: var(--champion-blue);
  color: #ffffff;
}
.quote-concept-dark h2,
.quote-concept-mist h2 {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(38px, 4vw, 54px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
.quote-concept-light .quote-current-frame {
  background:
    linear-gradient(145deg, #f0f6fa 0%, #fbfdff 54%, #edf6fb 100%);
}
.quote-concept-light .quote-current-main {
  background:
    radial-gradient(circle at 50% 17%, rgba(45,92,168,0.08), rgba(45,92,168,0) 34%),
    linear-gradient(180deg, rgba(255,255,255,0.86) 0%, rgba(248,251,253,0.74) 100%);
}
.quote-concept-light .quote-current-card {
  background: rgba(255,255,255,0.82);
  border-top: 4px solid var(--brave-blue);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.quote-concept-light .quote-current-card:first-child {
  border-top-color: var(--eco-green);
}
.quote-concept-dark .quote-current-frame {
  border-color: rgba(255,255,255,0.18);
  background: var(--tech-black);
}
.quote-concept-dark .quote-current-main {
  background:
    linear-gradient(180deg, rgba(0,23,34,0.38), rgba(0,23,34,0.80)),
    url("assets/moving-services-sea-route.png") center / cover no-repeat;
}
.quote-concept-dark .quote-progress span {
  background: rgba(255,255,255,0.24);
}
.quote-concept-dark h2,
.quote-concept-dark .quote-tagline {
  color: #ffffff;
}
.quote-concept-dark .quote-prompt {
  color: var(--warm-yellow);
}
.quote-concept-dark .quote-current-card {
  background: rgba(255,255,255,0.92);
  border-color: rgba(255,255,255,0.34);
}
.quote-concept-dark .quote-current-back {
  background: rgba(255,255,255,0.14);
  color: #ffffff;
}
.quote-concept-dark .quote-current-save {
  background: rgba(0,23,34,0.96);
}
.quote-concept-soft .quote-current-frame {
  border-color: rgba(255,255,255,0.18);
  background:
    radial-gradient(circle at 16% 10%, rgba(0,159,220,0.18), rgba(0,159,220,0) 28%),
    radial-gradient(circle at 86% 16%, rgba(255,209,0,0.12), rgba(255,209,0,0) 22%),
    linear-gradient(135deg, var(--tech-black) 0%, #173040 54%, var(--deep-blue) 100%);
}
.quote-concept-soft .quote-current-main {
  background:
    radial-gradient(circle at 50% 20%, rgba(0,159,220,0.16), rgba(0,159,220,0) 34%),
    linear-gradient(180deg, rgba(0,23,34,0.02), rgba(0,23,34,0.28));
}
.quote-concept-soft .quote-progress span {
  background: rgba(255,255,255,0.24);
}
.quote-concept-soft h2,
.quote-concept-soft .quote-tagline {
  color: #ffffff;
}
.quote-concept-soft .quote-prompt {
  color: var(--warm-yellow);
}
.quote-concept-soft .quote-current-card {
  background: rgba(255,255,255,0.90);
  border-color: rgba(255,255,255,0.26);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.quote-concept-soft .quote-current-card:first-child {
  border-color: rgba(128,188,0,0.42);
}
.quote-concept-soft .quote-current-back {
  background: rgba(255,255,255,0.14);
  color: #ffffff;
}
.quote-concept-soft .quote-current-save {
  background: rgba(0,23,34,0.82);
}
.quote-concept-mist .quote-current-frame {
  background:
    linear-gradient(145deg, #e9f5fb 0%, #f6fbfd 48%, #edf3f8 100%);
}
.quote-concept-mist .quote-current-main {
  background:
    radial-gradient(circle at 50% 18%, rgba(0,159,220,0.12), rgba(0,159,220,0) 32%),
    radial-gradient(circle at 84% 88%, rgba(128,188,0,0.10), rgba(128,188,0,0) 26%),
    linear-gradient(180deg, rgba(255,255,255,0.54), rgba(255,255,255,0.26));
}
.quote-concept-mist .quote-current-card {
  background: rgba(255,255,255,0.90);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.quote-concept-mist .quote-current-card:first-child {
  border-color: rgba(128,188,0,0.42);
}
.quote-concept-mist .quote-current-save {
  background: rgba(255,255,255,0.60);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.quote-concept-champion {
  background:
    radial-gradient(circle at 12% 20%, rgba(0,159,220,0.24), rgba(0,159,220,0) 28%),
    linear-gradient(180deg, #eef5fb 0%, #f8fbfd 100%);
}
.quote-concept-champion .quote-current-frame {
  border-color: rgba(45,92,168,0.26);
  background:
    radial-gradient(circle at 50% 12%, rgba(255,209,0,0.14), rgba(255,209,0,0) 24%),
    linear-gradient(180deg, var(--champion-blue) 0%, #244b8e 100%);
}
.quote-concept-champion .quote-current-main {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.02), rgba(0,23,34,0.14));
}
.quote-concept-champion .quote-progress span {
  background: rgba(255,255,255,0.28);
}
.quote-concept-champion h2,
.quote-concept-champion .quote-tagline {
  color: #ffffff;
}
.quote-concept-champion .quote-prompt {
  color: var(--warm-yellow);
}
.quote-concept-champion .quote-current-card {
  background: rgba(255,255,255,0.93);
  border-color: rgba(255,255,255,0.34);
  border-top: 4px solid var(--brave-blue);
}
.quote-concept-champion .quote-current-card:first-child {
  border-top-color: var(--eco-green);
}
.quote-concept-champion .quote-current-back {
  background: rgba(255,255,255,0.16);
  color: #ffffff;
}
.quote-concept-champion .quote-current-save {
  background: rgba(0,23,34,0.18);
}
.quote-concept-champion .quote-current-next,
.quote-concept-champion .quote-current-save button {
  background: #ffffff;
  color: var(--champion-blue);
}

/* Reference-inspired quote tool treatments */
.quote-current-skin .quote-current-frame {
  width: min(760px, 100%);
  min-height: 790px;
  border-radius: 34px;
  box-shadow: 0 34px 90px rgba(0,23,34,0.18);
}
.quote-current-skin .quote-current-main {
  min-height: 670px;
  padding: 20px 42px 44px;
}
.quote-current-skin .quote-logo-blue,
.quote-current-skin .quote-logo-white {
  width: 104px;
  height: 38px;
  margin-bottom: 26px;
}
.quote-current-skin .quote-progress {
  width: 230px;
  margin: 0 0 42px;
  gap: 7px;
}
.quote-current-skin .quote-progress span {
  height: 3px;
  background: rgba(45,92,168,0.13);
}
.quote-current-skin .quote-progress .active {
  background: var(--brave-blue);
}
.quote-current-skin h2 {
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(26px, 3.1vw, 34px);
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.08;
  margin-bottom: 9px;
}
.quote-current-skin .quote-tagline {
  color: var(--champion-blue);
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 42px;
}
.quote-current-skin .quote-prompt {
  width: min(390px, 100%);
  color: var(--brave-blue);
  font-size: 19px;
  font-weight: 800;
  line-height: 1.35;
  margin-bottom: 34px;
}
.quote-current-choices {
  width: min(324px, 100%);
  gap: 10px;
  margin-bottom: 48px;
}
.quote-current-card {
  min-height: 110px;
  gap: 12px;
  border-radius: 7px;
  color: var(--champion-blue);
  font-size: 13px;
  box-shadow: none;
}
.quote-current-card img {
  width: 39px;
  height: 39px;
  filter: brightness(0) saturate(100%) invert(55%) sepia(94%) saturate(2032%) hue-rotate(167deg) brightness(100%) contrast(102%);
}
.quote-current-actions {
  width: min(324px, 100%);
  gap: 16px;
}
.quote-current-back,
.quote-current-next,
.quote-current-save button {
  min-height: 42px;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 800;
}
.quote-current-back {
  width: 46px;
  font-size: 28px;
}
.quote-current-next {
  box-shadow: 0 16px 36px rgba(45,92,168,0.28);
}
.quote-current-save {
  min-height: 118px;
}
.quote-current-save button {
  width: min(324px, calc(100% - 44px));
}
.quote-ref-light .quote-current-frame,
.quote-ref-warm .quote-current-frame {
  width: min(520px, 100%);
  min-height: 760px;
  border-radius: 0;
}
.quote-ref-light .quote-current-main,
.quote-ref-warm .quote-current-main {
  min-height: 655px;
  padding: 18px 46px 38px;
}
.quote-ref-light h2,
.quote-ref-warm h2 {
  font-family: Georgia, "Times New Roman", serif;
  color: var(--tech-black);
  font-size: clamp(31px, 4vw, 38px);
  font-weight: 700;
  letter-spacing: -0.02em;
}
.quote-ref-light .quote-prompt,
.quote-ref-warm .quote-prompt {
  color: var(--tech-black);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.55;
  margin-bottom: 28px;
}
.quote-ref-light .quote-current-frame {
  background:
    radial-gradient(circle at 50% 32%, rgba(45,92,168,0.08), rgba(45,92,168,0) 38%),
    linear-gradient(180deg, #f8fbfd 0%, #ffffff 42%, #edf5fb 100%);
}
.quote-ref-light .quote-current-main {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.96), rgba(255,255,255,0.82));
}
.quote-ref-light .quote-current-card,
.quote-ref-warm .quote-current-card {
  min-height: 126px;
  background: rgba(255,255,255,0.84);
  border: 1px solid rgba(36,55,70,0.15);
}
.quote-ref-light .quote-current-card:first-child,
.quote-ref-warm .quote-current-card:first-child {
  border-color: rgba(45,92,168,0.18);
}
.quote-ref-light .quote-current-next,
.quote-ref-warm .quote-current-next {
  background: linear-gradient(180deg, #366bc3 0%, var(--champion-blue) 100%);
}
.quote-ref-dark .quote-current-frame,
.quote-ref-frost .quote-current-frame,
.quote-ref-route .quote-current-frame {
  width: min(760px, 100%);
  border-color: rgba(255,255,255,0.10);
  border-radius: 34px;
}
.quote-ref-dark .quote-current-main,
.quote-ref-frost .quote-current-main,
.quote-ref-route .quote-current-main {
  min-height: 672px;
}
.quote-ref-dark h2,
.quote-ref-frost h2,
.quote-ref-route h2 {
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(26px, 3vw, 31px);
  font-weight: 800;
  letter-spacing: -0.01em;
}
.quote-ref-dark .quote-tagline,
.quote-ref-frost .quote-tagline,
.quote-ref-route .quote-tagline {
  color: var(--brave-blue);
}
.quote-ref-dark .quote-prompt,
.quote-ref-frost .quote-prompt,
.quote-ref-route .quote-prompt {
  color: #49b8f2;
}
.quote-ref-dark .quote-current-frame {
  background:
    radial-gradient(circle at 48% 28%, rgba(0,159,220,0.20), rgba(0,159,220,0) 34%),
    radial-gradient(circle at 50% 64%, rgba(45,92,168,0.26), rgba(45,92,168,0) 36%),
    linear-gradient(180deg, #07172b 0%, #06192c 54%, #031324 100%);
}
.quote-ref-dark .quote-current-main {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.015), rgba(255,255,255,0));
}
.quote-ref-dark .quote-current-save,
.quote-ref-frost .quote-current-save {
  background: rgba(0,23,34,0.18);
  border-top: 1px solid rgba(255,255,255,0.08);
}
.quote-ref-dark .quote-current-card,
.quote-ref-frost .quote-current-card,
.quote-ref-route .quote-current-card {
  background: rgba(255,255,255,0.055);
  border-color: rgba(255,255,255,0.18);
  color: #ffffff;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.quote-ref-dark .quote-current-back,
.quote-ref-frost .quote-current-back,
.quote-ref-route .quote-current-back {
  background: rgba(255,255,255,0.12);
  color: #ffffff;
}
.quote-ref-dark .quote-current-next,
.quote-ref-frost .quote-current-next,
.quote-ref-route .quote-current-next {
  background: linear-gradient(180deg, #3f77dd 0%, #2d5ca8 100%);
  box-shadow: 0 16px 38px rgba(0,23,34,0.24);
}
.quote-ref-dark .quote-current-save button,
.quote-ref-frost .quote-current-save button,
.quote-ref-route .quote-current-save button {
  border: 1px solid rgba(73,184,242,0.60);
  background: rgba(45,92,168,0.48);
  color: #ffffff;
}
.quote-ref-frost .quote-current-frame {
  background:
    radial-gradient(circle at 48% 30%, rgba(0,159,220,0.18), rgba(0,159,220,0) 30%),
    linear-gradient(180deg, #0d2636 0%, var(--tech-black) 100%);
}
.quote-ref-warm .quote-current-frame {
  background:
    radial-gradient(circle at 22% 12%, rgba(255,209,0,0.12), rgba(255,209,0,0) 28%),
    radial-gradient(circle at 86% 78%, rgba(0,159,220,0.10), rgba(0,159,220,0) 32%),
    linear-gradient(180deg, #fbfdff 0%, #f1f6fa 100%);
}
.quote-ref-warm .quote-current-main {
  background: linear-gradient(180deg, rgba(255,255,255,0.88), rgba(255,255,255,0.58));
}
.quote-ref-route .quote-current-frame {
  background: var(--tech-black);
}
.quote-ref-route .quote-current-main {
  background:
    linear-gradient(180deg, rgba(0,23,34,0.60), rgba(0,23,34,0.78)),
    url("assets/moving-services-sea-route.png") center / cover no-repeat;
}

/* Tight app-style quote tool refinements */
.quote-current-skin .quote-progress {
  grid-template-columns: repeat(10, 1fr);
}
.quote-current-skin .quote-current-frame {
  border-radius: 32px;
  box-shadow: 0 36px 92px rgba(0,23,34,0.20);
}
.quote-current-skin .quote-current-main {
  padding-top: 18px;
}
.quote-current-skin .quote-logo-blue,
.quote-current-skin .quote-logo-white {
  width: 112px;
  height: 40px;
  margin-bottom: 24px;
}
.quote-current-skin .quote-progress {
  width: 244px;
  margin-bottom: 40px;
}
.quote-current-skin .quote-progress span {
  height: 4px;
  background: rgba(45,92,168,0.12);
}
.quote-current-skin h2 {
  font-size: clamp(28px, 3vw, 36px);
  margin-bottom: 8px;
}
.quote-current-skin .quote-tagline {
  font-size: 15px;
  margin-bottom: 38px;
}
.quote-current-skin .quote-prompt {
  width: min(410px, 100%);
  margin-bottom: 32px;
}
.quote-current-choices {
  width: min(340px, 100%);
  gap: 12px;
  margin-bottom: 44px;
}
.quote-current-card {
  min-height: 116px;
  border-radius: 8px;
  font-size: 13px;
}
.quote-current-card img {
  width: 42px;
  height: 42px;
}
.quote-current-actions {
  width: min(340px, 100%);
  gap: 16px;
}
.quote-current-next {
  color: #ffffff;
  letter-spacing: 0.01em;
}
.quote-current-save button {
  width: min(340px, calc(100% - 44px));
  letter-spacing: 0.01em;
}
.quote-ref-light .quote-current-frame,
.quote-ref-warm .quote-current-frame {
  width: min(540px, 100%);
  min-height: 760px;
  border-radius: 0;
  box-shadow: 0 26px 82px rgba(0,23,34,0.13);
}
.quote-ref-light .quote-current-main,
.quote-ref-warm .quote-current-main {
  min-height: 654px;
  padding-top: 16px;
}
.quote-ref-light h2,
.quote-ref-warm h2 {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(30px, 3.7vw, 38px);
  font-weight: 700;
  color: var(--tech-black);
}
.quote-ref-light .quote-tagline,
.quote-ref-warm .quote-tagline {
  color: var(--champion-blue);
  font-weight: 800;
}
.quote-ref-light .quote-prompt,
.quote-ref-warm .quote-prompt {
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: var(--tech-black);
}
.quote-ref-light .quote-current-frame {
  background:
    radial-gradient(circle at 50% 31%, rgba(0,159,220,0.07), rgba(0,159,220,0) 34%),
    linear-gradient(180deg, #f7fbfe 0%, #ffffff 48%, #edf5fb 100%);
}
.quote-ref-light .quote-current-card,
.quote-ref-warm .quote-current-card {
  background: rgba(255,255,255,0.88);
  border: 1px solid rgba(36,55,70,0.14);
  color: var(--champion-blue);
  box-shadow: 0 10px 28px rgba(0,23,34,0.04);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.quote-ref-light .quote-current-card:first-child,
.quote-ref-warm .quote-current-card:first-child {
  border-color: rgba(36,55,70,0.14);
}
.quote-ref-light .quote-current-save,
.quote-ref-warm .quote-current-save {
  background: rgba(232,242,249,0.78);
}
.quote-ref-warm .quote-current-frame {
  background:
    radial-gradient(circle at 50% 35%, rgba(45,92,168,0.065), rgba(45,92,168,0) 35%),
    radial-gradient(circle at 74% 62%, rgba(0,159,220,0.09), rgba(0,159,220,0) 28%),
    linear-gradient(180deg, #fbfdff 0%, #f3f8fb 58%, #edf5fb 100%);
}
.quote-ref-dark .quote-current-frame,
.quote-ref-frost .quote-current-frame,
.quote-ref-route .quote-current-frame {
  width: min(760px, 100%);
  min-height: 790px;
  border-radius: 38px;
}
.quote-ref-dark .quote-current-main,
.quote-ref-frost .quote-current-main,
.quote-ref-route .quote-current-main {
  min-height: 672px;
  padding-top: 20px;
}
.quote-ref-dark h2,
.quote-ref-frost h2,
.quote-ref-route h2 {
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(27px, 2.8vw, 32px);
  font-weight: 800;
  color: #ffffff;
}
.quote-ref-dark .quote-tagline,
.quote-ref-frost .quote-tagline,
.quote-ref-route .quote-tagline {
  color: #51bdf4;
}
.quote-ref-dark .quote-prompt,
.quote-ref-frost .quote-prompt,
.quote-ref-route .quote-prompt {
  color: #53bdf4;
  font-weight: 800;
}
.quote-ref-dark .quote-current-frame {
  background:
    radial-gradient(circle at 48% 28%, rgba(0,159,220,0.24), rgba(0,159,220,0) 34%),
    radial-gradient(circle at 50% 64%, rgba(45,92,168,0.20), rgba(45,92,168,0) 36%),
    linear-gradient(180deg, #07172b 0%, #06192c 54%, #031324 100%);
}
.quote-ref-frost .quote-current-frame {
  background:
    radial-gradient(circle at 50% 28%, rgba(0,159,220,0.20), rgba(0,159,220,0) 32%),
    radial-gradient(circle at 14% 86%, rgba(45,92,168,0.18), rgba(45,92,168,0) 28%),
    linear-gradient(180deg, #0d2636 0%, #041725 100%);
}
.quote-ref-route .quote-current-main {
  background:
    linear-gradient(180deg, rgba(0,23,34,0.50), rgba(0,23,34,0.78)),
    url("assets/moving-services-sea-route.png") center / cover no-repeat;
}
.quote-ref-dark .quote-current-card,
.quote-ref-frost .quote-current-card,
.quote-ref-route .quote-current-card {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.18);
  color: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.10), 0 18px 38px rgba(0,23,34,0.12);
}
.quote-ref-dark .quote-current-card:first-child,
.quote-ref-frost .quote-current-card:first-child,
.quote-ref-route .quote-current-card:first-child {
  border-color: rgba(255,255,255,0.18);
}
.quote-ref-dark .quote-current-save,
.quote-ref-frost .quote-current-save,
.quote-ref-route .quote-current-save {
  min-height: 118px;
  background: rgba(0,23,34,0.20);
  border-top: 1px solid rgba(255,255,255,0.08);
}
.quote-ref-dark .quote-current-next,
.quote-ref-frost .quote-current-next,
.quote-ref-route .quote-current-next {
  color: #ffffff;
  background: linear-gradient(180deg, #3f7be7 0%, #2d5ca8 100%);
  box-shadow: 0 18px 40px rgba(0,23,34,0.25);
}
.quote-ref-dark .quote-current-save button,
.quote-ref-frost .quote-current-save button,
.quote-ref-route .quote-current-save button {
  color: #ffffff;
  background: rgba(45,92,168,0.42);
  border: 1px solid rgba(73,184,242,0.56);
  box-shadow: none;
}
@media (max-width: 900px) {
  .quote-concept-intro,
  .quote-concept {
    padding-left: 22px;
    padding-right: 22px;
  }
  .quote-shell,
  .split-shell {
    min-height: 0;
    border-radius: 12px;
  }
  .quote-choice-grid,
  .split-shell {
    grid-template-columns: 1fr;
  }
  .quote-advisor-rail { min-height: 420px; }
  .quote-topbar { padding: 16px 20px; }
  .quote-panel,
  .quote-panel-dark,
  .quote-workspace .quote-panel {
    width: calc(100% - 32px);
    padding-left: 0;
    padding-right: 0;
  }
  .quote-actions { flex-direction: column; }
  .quote-back,
  .quote-next {
    width: 100%;
    min-width: 0;
  }
  .quote-current-skin .quote-current-main {
    padding: 26px 20px 34px;
  }
  .quote-current-skin .quote-tagline {
    margin-bottom: 42px;
    font-size: 19px;
  }
  .quote-current-skin .quote-prompt {
    font-size: 21px;
    margin-bottom: 34px;
  }
  .quote-current-choices {
    grid-template-columns: 1fr;
  }
  .quote-current-actions {
    flex-direction: row;
  }
  .quote-current-back,
  .quote-current-next {
    width: auto;
  }
  .quote-current-skin .quote-prompt {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .quote-ref-light .quote-prompt,
  .quote-ref-warm .quote-prompt {
    font-size: 16px;
  }
  .quote-current-choices {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .quote-current-card {
    min-height: 126px;
    padding: 16px 8px;
  }
  .quote-current-back {
    flex: 0 0 46px;
  }
  .quote-current-next {
    flex: 1;
    min-width: 0;
  }
}
@media (max-width: 360px) {
  .quote-current-choices {
    grid-template-columns: 1fr;
  }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}
