.ces-announcement {
  border-bottom: 1px solid rgba(17, 17, 19, 0.12);
  background: #111113;
  color: #fff;
}

.ces-announcement__inner {
  width: min(100% - 2.5rem, 104rem);
  min-height: 3.75rem;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  padding-block: 0.75rem;
}

.ces-announcement__copy {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.6;
}

.ces-announcement__copy strong {
  font-size: 0.95rem;
  font-weight: 650;
  letter-spacing: 0.01em;
}

.ces-announcement__copy span {
  color: rgba(255, 255, 255, 0.78);
}

.ces-announcement__link {
  flex: 0 0 auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.72);
  color: #fff;
  font-size: 0.875rem;
  font-weight: 650;
  line-height: 1.5;
  text-decoration: none;
  transition: border-color 180ms ease, color 180ms ease;
}

.ces-announcement__link:hover,
.ces-announcement__link:focus-visible {
  border-color: #ff555b;
  color: #ff777c;
}

.ces-announcement__link:focus-visible,
.golden-button:focus-visible,
.golden-link:focus-visible,
.ces-fallback-link:focus-visible {
  outline: 3px solid rgba(0, 116, 228, 0.38);
  outline-offset: 4px;
}

.golden-why,
.golden-responsibility,
.ces-page-section {
  padding: 5.5rem 2rem;
}

.golden-why {
  border-top: 1px solid rgba(17, 17, 19, 0.1);
  border-bottom: 1px solid rgba(17, 17, 19, 0.1);
  background: linear-gradient(180deg, #fff 0%, #f4f8fb 100%);
}

.golden-container,
.ces-page-container {
  width: min(100%, 80rem);
  margin-inline: auto;
}

.golden-eyebrow,
.ces-page-eyebrow {
  margin: 0;
  color: #d71920;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  line-height: 1.6;
  text-transform: uppercase;
}

.golden-heading,
.ces-page-heading {
  max-width: 62rem;
  margin: 1rem 0 0;
  color: #111113;
  font-size: clamp(2.35rem, 5vw, 4.5rem);
  font-weight: 650;
  letter-spacing: -0.025em;
  line-height: 1.1;
}

.golden-why__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(18rem, 0.8fr);
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: start;
  margin-top: 3rem;
}

.golden-prose {
  max-width: 52rem;
  color: #4f5660;
  font-size: 1.08rem;
  line-height: 1.95;
}

.golden-prose p {
  margin: 0;
}

.golden-prose p + p {
  margin-top: 1.25rem;
}

.golden-callout {
  margin: 0;
  border-left: 4px solid #d71920;
  border-radius: 0.5rem;
  background: #fff;
  padding: 1.75rem;
  box-shadow: 0 18px 55px rgba(17, 17, 19, 0.08);
  color: #111113;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  font-weight: 650;
  line-height: 1.55;
}

.golden-solutions-copy {
  max-width: 68rem;
  margin-bottom: 3.25rem;
  columns: 2;
  column-gap: 4rem;
  color: #4f5660;
  font-size: 1rem;
  line-height: 1.9;
}

.golden-solutions-copy p {
  margin: 0 0 1.15rem;
  break-inside: avoid;
}

.golden-solutions-copy strong {
  color: #111113;
  font-weight: 650;
}

.golden-responsibility {
  background: #111113;
  color: #fff;
}

.golden-responsibility .golden-eyebrow {
  color: #ff656b;
}

.golden-responsibility .golden-heading {
  color: #fff;
}

.golden-responsibility__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 1px;
  margin-top: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0.75rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.18);
}

.golden-responsibility__panel {
  background: #111113;
  padding: clamp(1.75rem, 4vw, 3.25rem);
}

.golden-responsibility__panel--ethos {
  background: #171b20;
}

.golden-responsibility__label {
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.golden-responsibility__title {
  margin: 0.8rem 0 0;
  color: #fff;
  font-size: clamp(1.6rem, 3vw, 2.5rem);
  font-weight: 650;
  line-height: 1.3;
}

.golden-responsibility__list {
  display: grid;
  gap: 0.85rem;
  margin: 1.75rem 0 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.7;
}

.golden-responsibility__list li {
  position: relative;
  padding-left: 1.15rem;
}

.golden-responsibility__list li::before {
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: #ff555b;
  content: "";
}

.golden-lifecycle {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 1.75rem 0 0;
  padding: 0;
  list-style: none;
}

.golden-lifecycle li {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.93rem;
  line-height: 1.5;
}

.golden-lifecycle li:not(:last-child)::after {
  color: #ff656b;
  content: "→";
}

.golden-responsibility__conclusion {
  margin: 2.25rem 0 0;
  color: #fff;
  font-size: clamp(1.45rem, 3vw, 2.35rem);
  font-weight: 650;
  letter-spacing: 0.01em;
  line-height: 1.4;
  text-align: center;
}

.ces-page {
  background: #fff;
  color: #111113;
}

.ces-page-hero {
  padding: clamp(5rem, 9vw, 8.5rem) 2rem;
  background:
    linear-gradient(90deg, rgba(0, 116, 228, 0.08), transparent 40%),
    linear-gradient(180deg, #f4f8fb 0%, #fff 100%);
}

.ces-page-heading {
  max-width: 70rem;
}

.ces-page-lead {
  max-width: 52rem;
  margin: 1.75rem 0 0;
  color: #4f5660;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  line-height: 1.9;
}

.ces-page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2.25rem;
}

.golden-button,
.golden-link,
.ces-fallback-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.9rem 1.45rem;
  font-weight: 650;
  line-height: 1.45;
  text-decoration: none;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.golden-button {
  background: #d71920;
  color: #fff;
}

.golden-button:hover {
  background: #b80f18;
}

.golden-link {
  border: 1px solid rgba(17, 17, 19, 0.18);
  background: #fff;
  color: #111113;
}

.golden-link:hover {
  border-color: #0074e4;
  color: #0074e4;
}

.ces-page-section--soft {
  background: #f4f8fb;
}

.ces-page-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}

.ces-page-section h2 {
  margin: 0;
  color: #111113;
  font-size: clamp(2rem, 4vw, 3.75rem);
  font-weight: 650;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.ces-page-copy {
  color: #4f5660;
  font-size: 1.05rem;
  line-height: 1.95;
}

.ces-page-copy p {
  margin: 0;
}

.ces-page-copy p + p {
  margin-top: 1.2rem;
}

.ces-support-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 2.25rem 0 0;
  padding: 0;
  list-style: none;
}

.ces-support-list li {
  border: 1px solid rgba(17, 17, 19, 0.12);
  border-radius: 0.5rem;
  background: #fff;
  padding: 1rem;
  color: #343a42;
  font-weight: 600;
  line-height: 1.55;
}

.ces-meeting-copy {
  position: sticky;
  top: 7.5rem;
}

.ces-calendar-shell {
  min-width: 0;
  border: 1px solid rgba(17, 17, 19, 0.12);
  border-radius: 0.75rem;
  background: #fff;
  padding: 0.5rem;
  box-shadow: 0 20px 60px rgba(17, 17, 19, 0.08);
  overflow: hidden;
}

.calendly-inline-widget.ces-calendar-widget {
  min-width: 280px;
  height: 720px;
}

.ces-fallback {
  margin: 1rem 0 0;
  color: #4f5660;
  font-size: 0.9rem;
  line-height: 1.7;
}

.ces-fallback-link {
  margin-top: 0.75rem;
  border: 1px solid rgba(17, 17, 19, 0.18);
  color: #111113;
}

.ces-fallback-link:hover {
  border-color: #0074e4;
  color: #0074e4;
}

@media (max-width: 900px) {
  .golden-why__grid,
  .golden-responsibility__grid,
  .ces-page-grid {
    grid-template-columns: 1fr;
  }

  .golden-solutions-copy {
    columns: 1;
  }

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

  .ces-meeting-copy {
    position: static;
  }
}

@media (max-width: 640px) {
  .ces-announcement__inner {
    width: min(100% - 2rem, 104rem);
    flex-direction: column;
    gap: 0.45rem;
    align-items: flex-start;
    padding-block: 0.8rem;
  }

  .ces-announcement__copy {
    display: block;
  }

  .ces-announcement__copy strong,
  .ces-announcement__copy span {
    display: block;
  }

  .golden-why,
  .golden-responsibility,
  .ces-page-section,
  .ces-page-hero {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .golden-why,
  .golden-responsibility,
  .ces-page-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .golden-heading,
  .ces-page-heading {
    font-size: clamp(2.15rem, 11vw, 3.25rem);
  }

  .golden-why__grid {
    margin-top: 2.25rem;
  }

  .golden-callout {
    padding: 1.35rem;
  }

  .golden-responsibility__panel {
    padding: 1.5rem;
  }

  .golden-lifecycle {
    display: grid;
    gap: 0.7rem;
  }

  .golden-lifecycle li {
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding-bottom: 0.7rem;
  }

  .ces-page-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .ces-support-list {
    grid-template-columns: 1fr;
  }

  .calendly-inline-widget.ces-calendar-widget {
    min-width: 0;
    height: 690px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ces-announcement__link,
  .golden-button,
  .golden-link,
  .ces-fallback-link {
    transition: none;
  }
}
