:root {
  --pacific: #1a437f;
  --pacific-dark: #12325f;
  --ceramo: #d8ebfb;
  --steel: #a9b6bf;
  --hygiene: #f8f9fa;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Open Sans", system-ui, sans-serif;
  color: #1f2937;
  background: #ffffff;
}

::selection {
  background: var(--ceramo);
  color: var(--pacific-dark);
}

:focus-visible {
  outline: 2px solid var(--pacific);
  outline-offset: 3px;
}

.font-heading,
h1,
h2,
h3,
h4 {
  font-family: Montserrat, sans-serif;
}

.hero-overlay {
  background:
    linear-gradient(105deg, rgba(18, 50, 95, 0.88) 0%, rgba(26, 67, 127, 0.62) 48%, rgba(26, 67, 127, 0.28) 100%);
}

.home-stats {
  background: linear-gradient(135deg, var(--pacific) 0%, var(--pacific-dark) 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.home-stats__grid {
  display: grid;
  gap: 2rem;
}

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

@media (min-width: 1024px) {
  .home-stats__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
  }
}

.home-stats__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5rem 1.25rem;
  text-align: center;
  color: #fff;
}

@media (min-width: 1024px) {
  .home-stats__item {
    padding: 1rem 1.5rem;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
  }

  .home-stats__item:last-child {
    border-right: 0;
  }
}

.home-stats__icon {
  display: grid;
  place-items: center;
  width: 3.25rem;
  height: 3.25rem;
  margin-bottom: 1.15rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.1);
  color: var(--ceramo);
}

.home-stats__icon svg {
  width: 1.55rem;
  height: 1.55rem;
}

.home-stats__icon--flag {
  background: rgba(255, 255, 255, 0.14);
}

.home-stats__flag {
  width: 1.85rem;
  height: auto;
  border-radius: 0.15rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.home-stats__value {
  font-family: Montserrat, sans-serif;
  font-size: 1.65rem;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.01em;
}

@media (min-width: 640px) {
  .home-stats__value {
    font-size: 1.85rem;
  }
}

.home-stats__number {
  font-size: clamp(2.25rem, 4vw, 2.75rem);
  font-weight: 800;
  line-height: 1;
  color: var(--ceramo);
}

.home-stats__label {
  margin-top: 0.55rem;
  max-width: 14rem;
  font-size: 0.925rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.78);
}

.page-hero-overlay {
  background: linear-gradient(100deg, rgba(18, 50, 95, 0.86) 0%, rgba(26, 67, 127, 0.45) 100%);
}

.page-hero {
  background: linear-gradient(135deg, var(--pacific) 0%, var(--pacific-dark) 100%);
}

.page-hero-photo {
  object-fit: contain;
  background: #111827;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: var(--pacific);
  color: #fff;
  font-weight: 600;
  border-radius: 9999px;
  padding: 0.85rem 1.5rem;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.btn-primary:hover {
  background: var(--pacific-dark);
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: #fff;
  color: var(--pacific);
  font-weight: 600;
  border-radius: 9999px;
  padding: 0.85rem 1.5rem;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.btn-secondary:hover {
  background: var(--ceramo);
}

.nav-link {
  position: relative;
  font-weight: 600;
  font-size: 0.925rem;
  color: #334155;
  transition: color 0.2s ease;
}

.nav-link:hover,
.nav-link.is-active {
  color: var(--pacific);
}

#mobile-menu a.is-active {
  color: var(--pacific);
  background: var(--ceramo);
}

.nav-link.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.45rem;
  height: 2px;
  background: var(--pacific);
}

.prose-legal h2 {
  font-size: 1.35rem;
  color: var(--pacific);
  margin: 2rem 0 0.75rem;
}

.prose-legal p,
.prose-legal li {
  line-height: 1.75;
  color: #475569;
}

.prose-legal ul {
  list-style: disc;
  padding-left: 1.25rem;
  margin: 0.75rem 0;
}

.map-frame {
  width: 100%;
  min-height: 360px;
  border: 0;
}

footer [data-open-cookie-preferences] {
  display: inline;
  padding: 0;
  border: 0;
  background: none;
  color: inherit;
  font: inherit;
  cursor: pointer;
  text-align: left;
}

.form-field {
  width: 100%;
  border: 1px solid #d5dee5;
  border-radius: 0.75rem;
  padding: 0.8rem 1rem;
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-field:focus {
  outline: none;
  border-color: var(--pacific);
  box-shadow: 0 0 0 4px rgba(216, 235, 251, 0.9);
}

img {
  max-width: 100%;
  height: auto;
}

.site-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.site-logo__mark {
  display: block;
  width: auto;
  height: 2.85rem;
  max-width: none;
  flex-shrink: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  width: 100%;
  box-shadow: 0 1px 0 rgba(169, 182, 191, 0.35), 0 8px 24px -20px rgba(26, 67, 127, 0.35);
}

.site-logo:hover {
  opacity: 0.92;
}

.site-logo__text {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.site-logo__prefix {
  font-family: Montserrat, sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--steel);
}

.site-logo__name {
  font-family: Montserrat, sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: var(--pacific);
}

.site-logo--footer .site-logo__prefix {
  color: rgba(216, 235, 251, 0.72);
}

.site-logo--footer .site-logo__name {
  color: #fff;
}

.site-logo--footer .site-logo__mark {
  height: 3.25rem;
}

@media (min-width: 640px) {
  .site-logo__prefix {
    font-size: 0.68rem;
  }

  .site-logo__name {
    font-size: 1.5rem;
  }
}

.poles-section {
  position: relative;
  overflow: hidden;
}

.poles-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 20%, rgba(216, 235, 251, 0.55), transparent 28%),
    radial-gradient(circle at 90% 0%, rgba(26, 67, 127, 0.06), transparent 24%);
  pointer-events: none;
}

.pole-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 2rem 1.75rem 1.75rem;
  border: 1px solid rgba(169, 182, 191, 0.35);
  border-radius: 1.5rem;
  background: #fff;
  box-shadow: 0 18px 40px -28px rgba(26, 67, 127, 0.35);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.pole-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1.75rem;
  right: 1.75rem;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--pacific) 0%, #4a7eb8 100%);
  opacity: 0.85;
}

.pole-card:hover {
  transform: translateY(-4px);
  border-color: rgba(26, 67, 127, 0.18);
  box-shadow: 0 24px 48px -24px rgba(26, 67, 127, 0.28);
}

.pole-card__number {
  position: absolute;
  top: 1.1rem;
  right: 1.25rem;
  font-family: Montserrat, sans-serif;
  font-size: 2.75rem;
  font-weight: 800;
  line-height: 1;
  color: rgba(26, 67, 127, 0.08);
}

.pole-card__icon {
  display: grid;
  place-items: center;
  width: 3.25rem;
  height: 3.25rem;
  margin-bottom: 1.25rem;
  border-radius: 1rem;
  background: linear-gradient(145deg, var(--ceramo) 0%, #eef6fd 100%);
  color: var(--pacific);
}

.pole-card__icon svg {
  width: 1.65rem;
  height: 1.65rem;
}

.pole-card__title {
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--pacific);
}

.pole-card__text {
  margin-top: 0.85rem;
  font-size: 0.95rem;
  line-height: 1.7;
  color: #475569;
}

.pole-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
}

.pole-card__tags li {
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: var(--hygiene);
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--pacific);
}

.pole-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: auto;
  padding-top: 1.5rem;
  font-size: 0.925rem;
  font-weight: 700;
  color: var(--pacific);
  text-decoration: none;
  transition: gap 0.2s ease, color 0.2s ease;
}

.pole-card__link::after {
  content: "→";
  transition: transform 0.2s ease;
}

.pole-card__link:hover {
  color: var(--pacific-dark);
}

.pole-card__link:hover::after {
  transform: translateX(3px);
}

.lab-photo {
  object-fit: contain;
  background: #111827;
}

.lab-gallery-section {
  position: relative;
  overflow: hidden;
}

.lab-gallery-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(216, 235, 251, 0.55), transparent 30%),
    radial-gradient(circle at 88% 8%, rgba(26, 67, 127, 0.05), transparent 24%);
  pointer-events: none;
}

.lab-gallery {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}

.lab-gallery__item {
  display: flex;
  flex: 1 1 280px;
  flex-direction: column;
  max-width: 380px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(169, 182, 191, 0.35);
  border-radius: 1.5rem;
  background: #fff;
  box-shadow: 0 18px 40px -28px rgba(26, 67, 127, 0.35);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

@media (min-width: 1024px) {
  .lab-gallery__item {
    flex: 1 1 calc(33.333% - 1rem);
    max-width: none;
  }
}

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

  .lab-gallery--cols-2 .lab-gallery__item {
    flex: unset;
    max-width: none;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .lab-gallery__item {
    animation: lab-gallery-in 0.55s ease both;
  }

  .lab-gallery__item:nth-child(2) {
    animation-delay: 0.06s;
  }

  .lab-gallery__item:nth-child(3) {
    animation-delay: 0.12s;
  }

  .lab-gallery__item:nth-child(4) {
    animation-delay: 0.18s;
  }

  .lab-gallery__item:nth-child(5) {
    animation-delay: 0.24s;
  }
}

@keyframes lab-gallery-in {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

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

.lab-gallery__item:hover {
  transform: translateY(-4px);
  border-color: rgba(26, 67, 127, 0.18);
  box-shadow: 0 24px 48px -24px rgba(26, 67, 127, 0.28);
}

.lab-gallery__trigger {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: linear-gradient(145deg, #eef2f6 0%, #f8fafc 48%, #e8edf2 100%);
  cursor: zoom-in;
  overflow: hidden;
}

.lab-gallery__trigger:focus-visible {
  outline: 2px solid var(--pacific);
  outline-offset: -2px;
}

.lab-gallery__trigger img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
  transition: transform 0.45s ease;
}

.lab-gallery--contain .lab-gallery__trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 4 / 3;
  padding: 1.25rem;
  background: #111827;
}

.lab-gallery--contain .lab-gallery__trigger img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
}

.lab-gallery__item:hover .lab-gallery__trigger img {
  transform: scale(1.05);
}

.lab-gallery--contain .lab-gallery__item:hover .lab-gallery__trigger img {
  transform: scale(1.03);
}

.lab-gallery__zoom {
  position: absolute;
  right: 0.85rem;
  bottom: 0.85rem;
  display: grid;
  place-items: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--pacific);
  box-shadow: 0 8px 20px -12px rgba(26, 67, 127, 0.55);
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  pointer-events: none;
}

.lab-gallery__zoom svg {
  width: 1.1rem;
  height: 1.1rem;
}

.lab-gallery__item:hover .lab-gallery__zoom,
.lab-gallery__trigger:focus-visible .lab-gallery__zoom {
  opacity: 1;
  transform: translateY(0);
}

.lab-gallery__caption {
  padding: 1rem 1.15rem 1.15rem;
  border-top: 1px solid rgba(169, 182, 191, 0.2);
  background: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--pacific);
  text-align: center;
}

body.lab-lightbox-open {
  overflow: hidden;
}

.lab-lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 1.25rem;
}

.lab-lightbox[hidden] {
  display: none;
}

.lab-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(18, 50, 95, 0.92);
  backdrop-filter: blur(6px);
}

.lab-lightbox__dialog {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto auto;
  align-items: center;
  gap: 0.75rem 1rem;
  width: min(1100px, 100%);
  max-height: 92vh;
}

.lab-lightbox__figure {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  min-width: 0;
}

.lab-lightbox__img {
  display: block;
  max-width: 100%;
  max-height: min(72vh, 820px);
  margin: 0 auto;
  border-radius: 1rem;
  box-shadow: 0 24px 60px -20px rgba(0, 0, 0, 0.45);
}

.lab-lightbox__caption {
  margin-top: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.lab-lightbox__counter {
  grid-column: 1 / -1;
  grid-row: 2;
  margin: 0;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: rgba(216, 235, 251, 0.75);
  text-align: center;
  text-transform: uppercase;
}

.lab-lightbox__close,
.lab-lightbox__nav {
  display: grid;
  place-items: center;
  border: 0;
  color: #fff;
  cursor: pointer;
  transition: background 0.2s ease, opacity 0.2s ease;
}

.lab-lightbox__close {
  position: absolute;
  top: -0.25rem;
  right: 0;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.lab-lightbox__close svg {
  width: 1.35rem;
  height: 1.35rem;
}

.lab-lightbox__close:hover,
.lab-lightbox__close:focus-visible {
  background: rgba(255, 255, 255, 0.22);
}

.lab-lightbox__nav {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.lab-lightbox__nav svg {
  width: 1.35rem;
  height: 1.35rem;
}

.lab-lightbox__nav:hover:not(:disabled),
.lab-lightbox__nav:focus-visible:not(:disabled) {
  background: rgba(255, 255, 255, 0.22);
}

.lab-lightbox__nav:disabled {
  opacity: 0.35;
  cursor: default;
}

.lab-lightbox__prev {
  grid-column: 1;
  grid-row: 1;
}

.lab-lightbox__next {
  grid-column: 3;
  grid-row: 1;
}

@media (max-width: 639px) {
  .lab-lightbox__dialog {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
  }

  .lab-lightbox__figure {
    grid-column: 1;
    grid-row: 2;
  }

  .lab-lightbox__prev,
  .lab-lightbox__next {
    grid-row: 3;
    justify-self: center;
  }

  .lab-lightbox__prev {
    grid-column: 1;
    justify-self: start;
  }

  .lab-lightbox__next {
    grid-column: 1;
    justify-self: end;
  }

  .lab-lightbox__close {
    top: 0;
    right: 0;
  }
}

.section-eyebrow {
  font-family: Montserrat, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--pacific);
}

.page-stats {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 640px) {
  .page-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.page-stats__item {
  text-align: center;
  color: #fff;
}

.page-stats__value {
  font-family: Montserrat, sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.2;
}

.page-stats__label {
  margin-top: 0.35rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.78);
}

.service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 1.75rem;
  border: 1px solid rgba(169, 182, 191, 0.35);
  border-radius: 1.5rem;
  background: #fff;
  box-shadow: 0 18px 40px -28px rgba(26, 67, 127, 0.35);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.service-card:hover {
  transform: translateY(-3px);
  border-color: rgba(26, 67, 127, 0.18);
  box-shadow: 0 24px 48px -24px rgba(26, 67, 127, 0.28);
}

.service-card__icon {
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1rem;
  border-radius: 0.85rem;
  background: linear-gradient(145deg, var(--ceramo) 0%, #eef6fd 100%);
  color: var(--pacific);
}

.service-card__icon svg {
  width: 1.5rem;
  height: 1.5rem;
}

.service-card__title {
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--pacific);
}

.service-card__text {
  margin-top: 0.65rem;
  font-size: 0.925rem;
  line-height: 1.65;
  color: #475569;
}

.service-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: auto;
  padding-top: 1.15rem;
  list-style: none;
}

.service-card__tags li {
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  background: var(--hygiene);
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--pacific);
}

.service-highlight {
  display: grid;
  gap: 2rem;
  overflow: hidden;
  border-radius: 1.5rem;
  background: linear-gradient(135deg, var(--pacific) 0%, var(--pacific-dark) 100%);
  color: #fff;
}

.service-highlight__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--ceramo);
}

.service-highlight__hours {
  font-family: Montserrat, sans-serif;
  font-size: clamp(3.5rem, 8vw, 5.5rem);
  font-weight: 800;
  line-height: 1;
  color: var(--ceramo);
}

.service-highlight__hours--text {
  width: 100%;
  max-width: 100%;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  line-height: 1.2;
  text-wrap: balance;
  hyphens: auto;
}

.service-highlight__panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem 1.5rem;
  background: rgba(255, 255, 255, 0.06);
  text-align: center;
}

@media (min-width: 768px) {
  .service-highlight {
    grid-template-columns: 1.25fr 1fr;
    align-items: center;
  }

  .service-highlight__panel {
    min-height: 100%;
    padding: 2.5rem 2rem;
  }

  .service-highlight__hours--text {
    font-size: clamp(1.25rem, 2vw, 1.75rem);
  }
}

@media (min-width: 1280px) {
  .service-highlight {
    grid-template-columns: 1.4fr 1fr;
  }

  .service-highlight__panel {
    padding: 2.5rem;
  }

  .service-highlight__hours--text {
    font-size: clamp(1.65rem, 2.5vw, 2.25rem);
  }
}

.cfao-showcase {
  overflow: hidden;
  border: 1px solid rgba(169, 182, 191, 0.35);
  border-radius: 1.5rem;
  background: #fff;
  box-shadow: 0 18px 40px -28px rgba(26, 67, 127, 0.35);
}

.cfao-showcase img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.cfao-showcase__caption {
  padding: 1rem 1.25rem;
  border-top: 1px solid rgba(169, 182, 191, 0.25);
  background: var(--hygiene);
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--pacific);
  text-align: center;
}

.service-card__step {
  font-family: Montserrat, sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--pacific);
}

.compat-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.compat-grid li {
  padding: 0.45rem 0.9rem;
  border: 1px solid rgba(169, 182, 191, 0.4);
  border-radius: 999px;
  background: #fff;
  font-size: 0.85rem;
  font-weight: 600;
  color: #334155;
}

.cfao-cta {
  display: grid;
  gap: 2rem;
  overflow: hidden;
  border-radius: 1.5rem;
  background: linear-gradient(135deg, var(--pacific) 0%, var(--pacific-dark) 100%);
  color: #fff;
}

@media (min-width: 768px) {
  .cfao-cta {
    grid-template-columns: 1.35fr 1fr;
    align-items: stretch;
  }
}

.cfao-cta__main {
  padding: 2rem;
}

@media (min-width: 640px) {
  .cfao-cta__main {
    padding: 2.5rem 2.5rem 2.5rem 2.5rem;
  }
}

.cfao-cta__eyebrow {
  font-family: Montserrat, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ceramo);
}

.cfao-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.75rem;
}

.cfao-cta__link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  padding: 0.85rem 1.35rem;
  font-size: 0.925rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.cfao-cta__link:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.55);
}

.cfao-cta__panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.07);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  .cfao-cta__panel {
    border-top: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding: 2.5rem;
  }
}

.cfao-cta__panel-title {
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--ceramo);
}

.cfao-cta__list {
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
}

.cfao-cta__list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.925rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.88);
}

.cfao-cta__list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.cfao-cta__list li::before {
  content: "";
  flex-shrink: 0;
  width: 1.35rem;
  height: 1.35rem;
  margin-top: 0.1rem;
  border-radius: 999px;
  background: rgba(216, 235, 251, 0.18) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23D8EBFB' stroke-width='2.5'%3E%3Cpath d='M5 12l5 5L19 7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 0.75rem no-repeat;
}
