/* ============================================================
   SHARED VARS
   ============================================================ */
:root {
  --cp-blue: #00349d;
  --cp-blue-dk: #002a80;
  --cp-red: #dc2626;
  --cp-red-dk: #b91c1c;
  --cp-t: 150ms ease;
  --cp-t-slow: 300ms ease;
}

/* ============================================================
   HERO
   ============================================================ */
.cp-hero {
  position: relative;
  height: 70vh;
  min-height: 480px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.cp-hero__bg {
  position: absolute;
  inset: 0;
}
.cp-hero__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cp-hero__bg-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom right,
    rgb(0 52 157 / 0.9),
    rgb(17 24 39 / 0.7),
    rgb(0 0 0 / 0.8)
  );
}
.cp-hero__inner {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-inline: 1rem;
}
@media (min-width: 640px) {
  .cp-hero__inner {
    padding-inline: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .cp-hero__inner {
    padding-inline: 2rem;
  }
}
.cp-hero__content {
  max-width: 56rem;
}
.cp-hero__back {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  color: rgb(255 255 255 / 0.8);
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 600;
  transition: color var(--cp-t);
}
.cp-hero__back:hover {
  color: #ffffff;
}
.cp-hero__back-icon {
  width: 16px;
  height: 16px;
}
.cp-hero__heading {
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.025em;
  margin-bottom: 1.5rem;
}
@media (min-width: 640px) {
  .cp-hero__heading {
    font-size: 3rem;
  }
}
@media (min-width: 1024px) {
  .cp-hero__heading {
    font-size: 3.75rem;
  }
}
.cp-hero__heading-white {
  color: #ffffff;
}
.cp-hero__heading-gradient {
  background: linear-gradient(to right, #ffffff, #e5e7eb, #d1d5db);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.cp-hero__subheading {
  font-size: 1.125rem;
  color: rgb(255 255 255 / 0.9);
  line-height: 1.625;
  margin-bottom: 2rem;
  max-width: 42rem;
  font-weight: 300;
}
.cp-hero__actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 3rem;
}
@media (min-width: 640px) {
  .cp-hero__actions {
    flex-direction: row;
  }
}
.cp-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 2rem;
  border-radius: 0.75rem;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  transition:
    background-color var(--cp-t),
    color var(--cp-t),
    box-shadow var(--cp-t),
    transform var(--cp-t);
}
.cp-hero__btn:hover {
  transform: translateY(-4px);
}
.cp-hero__btn--red {
  background-color: var(--cp-red);
  color: #ffffff;
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.2);
}
.cp-hero__btn--red:hover {
  background-color: var(--cp-red-dk);
  box-shadow: 0 20px 25px -5px rgb(220 38 38 / 0.5);
}
.cp-hero__btn--red:hover .cp-hero__btn-icon {
  transform: translateX(4px);
}
.cp-hero__btn--outline {
  background-color: rgb(255 255 255 / 0.1);
  color: #ffffff;
  border: 2px solid rgb(255 255 255 / 0.3);
  backdrop-filter: blur(24px);
}
.cp-hero__btn--outline:hover {
  background-color: #ffffff;
  color: #111827;
}
.cp-hero__btn-icon {
  width: 16px;
  height: 16px;
  margin-left: 0.5rem;
  flex-shrink: 0;
  transition: transform var(--cp-t);
}
.cp-hero__perks {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.cp-hero__perk {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.cp-hero__perk-icon {
  width: 20px;
  height: 20px;
  color: #4ade80;
  flex-shrink: 0;
}
.cp-hero__perk p {
  font-size: 0.875rem;
  font-weight: 600;
  color: #ffffff;
}

/* ============================================================
   PRODUCTS
   ============================================================ */
.cp-products {
  padding-block: 5rem;
  background-color: #ffffff;
}
.cp-products__container {
  max-width: 1280px;
  margin: 0 auto;
  padding-inline: 1rem;
}
@media (min-width: 640px) {
  .cp-products__container {
    padding-inline: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .cp-products__container {
    padding-inline: 2rem;
  }
}
.cp-products__header {
  text-align: center;
  margin-bottom: 4rem;
}
.cp-products__eyebrow {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--cp-blue);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.75rem;
}
.cp-products__heading {
  font-size: 1.875rem;
  font-weight: 900;
  color: #111827;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cp-products__heading {
    font-size: 2.25rem;
  }
}
.cp-products__subheading {
  font-size: 1.125rem;
  color: #4b5563;
  max-width: 48rem;
  margin-inline: auto;
  margin-bottom: 2rem;
}
.cp-products__filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}
.cp-products__filter {
  padding: 0.5rem 1.5rem;
  border-radius: 9999px;
  font-weight: 600;
  font-size: 0.875rem;
  border: none;
  cursor: pointer;
  background-color: #f3f4f6;
  color: #374151;
  transition:
    background-color var(--cp-t),
    color var(--cp-t),
    box-shadow var(--cp-t);
}
.cp-products__filter:hover {
  background-color: #e5e7eb;
}
.cp-products__filter--active {
  background-color: var(--cp-blue);
  color: #ffffff;
  box-shadow: 0 4px 6px -1px rgb(0 52 157 / 0.3);
}
.cp-products__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 768px) {
  .cp-products__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .cp-products__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.cp-products__card {
  background-color: #ffffff;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.07);
  transition:
    box-shadow var(--cp-t-slow),
    transform var(--cp-t-slow);
}
.cp-products__card:hover {
  box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.15);
  transform: translateY(-4px);
}
.cp-products__card:hover .cp-products__card-img {
  transform: scale(1.1);
}
.cp-products__card--hidden {
  display: none;
}
.cp-products__card-media {
  position: relative;
  height: 256px;
  overflow: hidden;
}
.cp-products__card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
  display: block;
}
.cp-products__card-brand {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background-color: var(--cp-blue);
  color: #ffffff;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 700;
}
.cp-products__card-body {
  padding: 1.5rem;
}
.cp-products__card-title {
  font-size: 1.5rem;
  font-weight: 900;
  color: #111827;
  margin-bottom: 0.75rem;
}
.cp-products__card-desc {
  font-size: 1rem;
  color: #4b5563;
  margin-bottom: 1rem;
  line-height: 1.625;
}
.cp-products__card-features {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.cp-products__card-features li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
.cp-products__check {
  width: 20px;
  height: 20px;
  color: #16a34a;
  flex-shrink: 0;
  margin-top: 2px;
}
.cp-products__card-features span {
  font-size: 0.875rem;
  color: #374151;
}
.cp-products__card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
  border-top: 1px solid #f3f4f6;
  margin-bottom: 1.5rem;
}
.cp-products__meta-label {
  font-size: 0.875rem;
  color: #6b7280;
  margin-bottom: 2px;
}
.cp-products__meta-value {
  font-weight: 700;
  color: #111827;
  font-size: 0.875rem;
}
.cp-products__meta-right {
  text-align: right;
}
.cp-products__card-btn {
  display: block;
  width: 100%;
  text-align: center;
  background-color: #f3f4f6;
  color: #111827;
  padding: 0.75rem 1.5rem;
  border-radius: 0.75rem;
  font-weight: 700;
  text-decoration: none;
  transition:
    background-color var(--cp-t),
    color var(--cp-t);
}
.cp-products__card-btn:hover {
  background-color: var(--cp-blue);
  color: #ffffff;
}

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.cp-testi {
  padding-block: 5rem;
  background-color: #ffffff;
}
.cp-testi__container {
  max-width: 1280px;
  margin: 0 auto;
  padding-inline: 1rem;
}
@media (min-width: 640px) {
  .cp-testi__container {
    padding-inline: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .cp-testi__container {
    padding-inline: 2rem;
  }
}
.cp-testi__header {
  text-align: center;
  margin-bottom: 4rem;
}
.cp-testi__eyebrow {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--cp-blue);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.75rem;
}
.cp-testi__heading {
  font-size: 1.875rem;
  font-weight: 900;
  color: #111827;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cp-testi__heading {
    font-size: 2.25rem;
  }
}
.cp-testi__subheading {
  font-size: 1.125rem;
  color: #4b5563;
  max-width: 48rem;
  margin-inline: auto;
}
.cp-testi__slider-wrap {
  position: relative;
  overflow: hidden;
}
.cp-testi__track {
  display: flex;
  gap: 2rem;
  transition: transform 400ms ease;
  cursor: grab;
}
.cp-testi__track:active {
  cursor: grabbing;
}
.cp-testi__slide {
  flex: none;
  width: 100%;
}
@media (min-width: 768px) {
  .cp-testi__slide {
    width: calc(50% - 1rem);
  }
}
@media (min-width: 1024px) {
  .cp-testi__slide {
    width: calc(33.333% - 1.333rem);
  }
}
.cp-testi__card {
  background: linear-gradient(to bottom right, #ffffff, #f9fafb);
  padding: 2rem;
  border-radius: 1.5rem;
  border: 1px solid #f3f4f6;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition:
    border-color 500ms ease,
    box-shadow 500ms ease;
}
.cp-testi__card:hover {
  border-color: rgb(0 52 157 / 0.2);
  box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.15);
}
.cp-testi__quote-icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(to bottom right, var(--cp-blue), #1d4ed8);
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  flex-shrink: 0;
  transition: transform var(--cp-t);
}
.cp-testi__card:hover .cp-testi__quote-icon {
  transform: scale(1.1);
}
.cp-testi__quote-svg {
  width: 24px;
  height: 24px;
  color: #ffffff;
}
.cp-testi__text {
  font-size: 0.9375rem;
  color: #374151;
  line-height: 1.625;
  font-style: italic;
  margin-bottom: 1.5rem;
  flex: 1;
}
.cp-testi__author {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e5e7eb;
}
.cp-testi__avatar {
  width: 48px;
  height: 48px;
  border-radius: 9999px;
  background: linear-gradient(to bottom right, #dc2626, var(--cp-blue));
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.125rem;
  font-weight: 700;
  color: #ffffff;
}
.cp-testi__name {
  font-weight: 700;
  color: #111827;
  font-size: 0.9375rem;
  margin-bottom: 2px;
}
.cp-testi__role {
  font-size: 0.875rem;
  color: #4b5563;
}
.cp-testi__loc {
  font-size: 0.75rem;
  color: #6b7280;
}
.cp-testi__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffffff;
  border-radius: 9999px;
  padding: 1rem;
  box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  border: 1px solid #f3f4f6;
  cursor: pointer;
  z-index: 10;
  color: #374151;
  transition:
    background-color var(--cp-t),
    color var(--cp-t),
    transform var(--cp-t);
}
.cp-testi__nav svg {
  width: 20px;
  height: 20px;
}
.cp-testi__nav:hover {
  background-color: var(--cp-blue);
  color: #ffffff;
  transform: translateY(-50%) scale(1.1);
}
.cp-testi__nav--prev {
  left: 0;
  transform: translateY(-50%) translateX(-1.5rem);
}
.cp-testi__nav--prev:hover {
  transform: translateY(-50%) translateX(-1.5rem) scale(1.1);
}
.cp-testi__nav--next {
  right: 0;
  transform: translateY(-50%) translateX(1.5rem);
}
.cp-testi__nav--next:hover {
  transform: translateY(-50%) translateX(1.5rem) scale(1.1);
}

/* ============================================================
   ADVANTAGE
   ============================================================ */
.cp-adv {
  padding-block: 5rem;
  background-color: #f9fafb;
}
.cp-adv__container {
  max-width: 1280px;
  margin: 0 auto;
  padding-inline: 1rem;
}
@media (min-width: 640px) {
  .cp-adv__container {
    padding-inline: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .cp-adv__container {
    padding-inline: 2rem;
  }
}
.cp-adv__header {
  text-align: center;
  margin-bottom: 4rem;
}
.cp-adv__eyebrow {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--cp-blue);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.75rem;
}
.cp-adv__heading {
  font-size: 1.875rem;
  font-weight: 900;
  color: #111827;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cp-adv__heading {
    font-size: 2.25rem;
  }
}
.cp-adv__subheading {
  font-size: 1.125rem;
  color: #4b5563;
  max-width: 48rem;
  margin-inline: auto;
}
.cp-adv__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 768px) {
  .cp-adv__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .cp-adv__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.cp-adv__card {
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 1px 3px rgb(0 0 0 / 0.08);
  transition:
    box-shadow var(--cp-t-slow),
    transform var(--cp-t-slow);
}
.cp-adv__card:hover {
  box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1);
  transform: translateY(-4px);
}
.cp-adv__card-icon {
  width: 56px;
  height: 56px;
  background-color: rgb(0 52 157 / 0.1);
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.cp-adv__icon-svg {
  width: 28px;
  height: 28px;
  color: var(--cp-blue);
}
.cp-adv__card-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 0.75rem;
}
.cp-adv__card-desc {
  font-size: 1rem;
  color: #4b5563;
  line-height: 1.625;
}

/* ============================================================
   COMPARE
   ============================================================ */
.cp-compare {
  padding-block: 5rem;
  background-color: #111827;
  color: #ffffff;
}
.cp-compare__container {
  max-width: 1280px;
  margin: 0 auto;
  padding-inline: 1rem;
}
@media (min-width: 640px) {
  .cp-compare__container {
    padding-inline: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .cp-compare__container {
    padding-inline: 2rem;
  }
}
.cp-compare__header {
  text-align: center;
  margin-bottom: 4rem;
}
.cp-compare__eyebrow {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  color: #60a5fa;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.75rem;
}
.cp-compare__heading {
  font-size: 1.875rem;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cp-compare__heading {
    font-size: 2.25rem;
  }
}
.cp-compare__subheading {
  font-size: 1.125rem;
  color: #d1d5db;
  max-width: 48rem;
  margin-inline: auto;
}
.cp-compare__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  max-width: 64rem;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .cp-compare__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.cp-compare__card {
  background-color: rgb(255 255 255 / 0.05);
  backdrop-filter: blur(24px);
  border: 1px solid rgb(255 255 255 / 0.1);
  border-radius: 1rem;
  padding: 2rem;
}
.cp-compare__card-icon {
  width: 48px;
  height: 48px;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.cp-compare__card-icon--green {
  background-color: #22c55e;
}
.cp-compare__card-icon--gray {
  background-color: #6b7280;
}
.cp-compare__icon-svg {
  width: 28px;
  height: 28px;
  color: #ffffff;
}
.cp-compare__card-title {
  font-size: 1.5rem;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cp-compare__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.cp-compare__item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 1rem;
}
.cp-compare__item--good span {
  color: #e5e7eb;
}
.cp-compare__item--bad span {
  color: #9ca3af;
}
.cp-compare__item-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 2px;
}
.cp-compare__item-icon--good {
  color: #4ade80;
}
.cp-compare__dot {
  width: 8px;
  height: 8px;
  background-color: #9ca3af;
  border-radius: 9999px;
  flex-shrink: 0;
  margin-top: 8px;
}

/* ============================================================
   WHY TOP DECK
   ============================================================ */
.cp-why {
  padding-block: 5rem 3rem;
  background: linear-gradient(to bottom, #ffffff, #f9fafb, #ffffff);
}
.cp-why__container {
  max-width: 1280px;
  margin: 0 auto;
  padding-inline: 1rem;
}
@media (min-width: 640px) {
  .cp-why__container {
    padding-inline: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .cp-why__container {
    padding-inline: 2rem;
  }
}
.cp-why__header {
  text-align: center;
  margin-bottom: 4rem;
}
.cp-why__eyebrow {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--cp-blue);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.75rem;
}
.cp-why__heading {
  font-size: 1.875rem;
  font-weight: 900;
  color: #111827;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cp-why__heading {
    font-size: 2.25rem;
  }
}
.cp-why__subheading {
  font-size: 1.125rem;
  color: #4b5563;
  max-width: 48rem;
  margin-inline: auto;
}
.cp-why__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 768px) {
  .cp-why__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .cp-why__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.cp-why__card {
  position: relative;
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 1.5rem;
  border: 1px solid #f3f4f6;
  transition:
    border-color 500ms ease,
    box-shadow 500ms ease;
}
.cp-why__card:hover {
  border-color: transparent;
  box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.15);
}
.cp-why__card:hover .cp-why__card-icon {
  transform: scale(1.1);
}
.cp-why__card-icon {
  width: 56px;
  height: 56px;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  transition: transform var(--cp-t);
}
.cp-why__card-icon--blue {
  background: linear-gradient(to bottom right, var(--cp-blue), #1d4ed8);
}
.cp-why__card-icon--red {
  background: linear-gradient(to bottom right, var(--cp-red), var(--cp-red-dk));
}
.cp-why__icon-svg {
  width: 28px;
  height: 28px;
  color: #ffffff;
}
.cp-why__card-title {
  font-size: 1.25rem;
  font-weight: 900;
  color: #111827;
  margin-bottom: 0.75rem;
}
.cp-why__card-desc {
  font-size: 0.9375rem;
  color: #4b5563;
  line-height: 1.625;
}

/* ============================================================
   CONTACT
   ============================================================ */
.cp-contact {
  padding-block: 2rem 4rem;
  background: linear-gradient(to bottom, #ffffff, #f9fafb);
}
.cp-contact__container {
  max-width: 1280px;
  margin: 0 auto;
  padding-inline: 1rem;
}
@media (min-width: 640px) {
  .cp-contact__container {
    padding-inline: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .cp-contact__container {
    padding-inline: 2rem;
  }
}
.cp-contact__header {
  text-align: center;
  margin-bottom: 3rem;
}
.cp-contact__eyebrow {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--cp-blue);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.75rem;
}
.cp-contact__heading {
  font-size: 1.875rem;
  font-weight: 900;
  color: #111827;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cp-contact__heading {
    font-size: 2.25rem;
  }
}
.cp-contact__subheading {
  font-size: 1.125rem;
  color: #4b5563;
  max-width: 48rem;
  margin-inline: auto;
}
.cp-contact__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: start;
}
@media (min-width: 1024px) {
  .cp-contact__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.cp-contact__info {
  background: linear-gradient(to bottom right, #ffffff, #f9fafb);
  padding: 1.5rem;
  border-radius: 1.5rem;
  border: 1px solid #e5e7eb;
  box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1);
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.cp-contact__info-title {
  font-size: 1.25rem;
  font-weight: 900;
  color: #111827;
  margin: 0;
}
.cp-contact__locations {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.cp-contact__loc {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1rem;
  background-color: #ffffff;
  border-radius: 0.75rem;
  border: 1px solid #e5e7eb;
  transition:
    border-color var(--cp-t),
    box-shadow var(--cp-t);
}
.cp-contact__loc:hover {
  border-color: rgb(0 52 157 / 0.2);
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.08);
}
.cp-contact__loc-icon {
  width: 40px;
  height: 40px;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.cp-contact__loc-icon--blue {
  background: linear-gradient(to bottom right, var(--cp-blue), #1d4ed8);
}
.cp-contact__loc-icon--red {
  background: linear-gradient(to bottom right, var(--cp-red), var(--cp-red-dk));
}
.cp-contact__loc-svg {
  width: 20px;
  height: 20px;
  color: #ffffff;
}
.cp-contact__loc-name {
  font-weight: 700;
  color: #111827;
  margin: 0;
  font-size: 0.9375rem;
}
.cp-contact__loc-addr {
  font-size: 0.875rem;
  color: #4b5563;
  margin: 4px 0 0 0;
}
.cp-contact__channels {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.cp-contact__channel {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem;
  border-radius: 0.75rem;
  color: #ffffff;
}
.cp-contact__channel--blue {
  background: linear-gradient(to bottom right, var(--cp-blue), #1d4ed8);
}
.cp-contact__channel--red {
  background: linear-gradient(to bottom right, var(--cp-red), var(--cp-red-dk));
}
.cp-contact__channel-icon {
  width: 48px;
  height: 48px;
  background-color: rgb(255 255 255 / 0.2);
  backdrop-filter: blur(4px);
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.cp-contact__channel-svg {
  width: 24px;
  height: 24px;
  color: #ffffff;
}
.cp-contact__channel-label {
  font-size: 0.875rem;
  font-weight: 600;
  color: rgb(255 255 255 / 0.8);
  margin-bottom: 4px;
}
.cp-contact__channel-value {
  font-size: 1.25rem;
  font-weight: 900;
  color: #ffffff;
  text-decoration: none;
  word-break: break-all;
  transition: opacity var(--cp-t);
}
.cp-contact__channel-value:hover {
  opacity: 0.9;
}
.cp-contact__form-wrap {
  background-color: #ffffff;
  padding: 1.5rem;
  border-radius: 1.5rem;
  border: 1px solid #e5e7eb;
  box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1);
}
@media (min-width: 1024px) {
  .cp-contact__form-wrap {
    padding: 2rem;
  }
}
.cp-contact__form-title {
  font-size: 1.25rem;
  font-weight: 900;
  color: #111827;
  margin-bottom: 1.25rem;
}
.cp-contact__form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.cp-contact__form-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 640px) {
  .cp-contact__form-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
.cp-contact__form-group {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
.cp-contact__label {
  font-size: 0.875rem;
  font-weight: 700;
  color: #374151;
}
.cp-contact__input {
  width: 100%;
  padding: 0.625rem 1rem;
  border: 1px solid #d1d5db;
  border-radius: 0.75rem;
  font-size: 1rem;
  color: #111827;
  background-color: #ffffff;
  outline: none;
  transition:
    border-color var(--cp-t),
    box-shadow var(--cp-t);
  box-sizing: border-box;
}
.cp-contact__input:focus {
  border-color: transparent;
  box-shadow: 0 0 0 2px var(--cp-blue);
}
.cp-contact__select {
  cursor: pointer;
}
.cp-contact__textarea {
  resize: none;
}
.cp-contact__submit {
  width: 100%;
  background: linear-gradient(to right, var(--cp-blue), #1d4ed8);
  color: #ffffff;
  padding: 0.875rem 2rem;
  border-radius: 0.75rem;
  font-size: 1.125rem;
  font-weight: 700;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  transition:
    box-shadow var(--cp-t-slow),
    transform var(--cp-t);
}
.cp-contact__submit:hover {
  box-shadow: 0 25px 50px -12px rgb(0 52 157 / 0.3);
  transform: translateY(-4px);
}
.cp-contact__submit-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

/* ============================================================
   LOCATIONS
   ============================================================ */
.cp-locs {
  padding-block: 5rem;
  background-color: #ffffff;
}
.cp-locs__container {
  max-width: 1280px;
  margin: 0 auto;
  padding-inline: 1rem;
}
@media (min-width: 640px) {
  .cp-locs__container {
    padding-inline: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .cp-locs__container {
    padding-inline: 2rem;
  }
}
.cp-locs__header {
  text-align: center;
  margin-bottom: 3rem;
}
.cp-locs__eyebrow {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--cp-blue);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.75rem;
}
.cp-locs__heading {
  font-size: 1.875rem;
  font-weight: 900;
  color: #111827;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cp-locs__heading {
    font-size: 2.25rem;
  }
}
.cp-locs__subheading {
  font-size: 1.125rem;
  color: #4b5563;
  max-width: 48rem;
  margin-inline: auto;
}
.cp-locs__maps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .cp-locs__maps {
    grid-template-columns: repeat(3, 1fr);
  }
}
.cp-locs__map-wrap {
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1);
  border: 1px solid #e5e7eb;
}
.cp-locs__iframe {
  border: 0;
  display: block;
}
.cp-locs__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .cp-locs__cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
.cp-locs__card {
  background: linear-gradient(to bottom right, #ffffff, #f9fafb);
  padding: 1.5rem;
  border-radius: 1rem;
  border: 1px solid #e5e7eb;
  transition: box-shadow var(--cp-t-slow);
}
.cp-locs__card:hover {
  box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1);
}
.cp-locs__card-icon {
  width: 48px;
  height: 48px;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.cp-locs__card-icon--blue {
  background: linear-gradient(to bottom right, var(--cp-blue), #1d4ed8);
}
.cp-locs__card-icon--red {
  background: linear-gradient(to bottom right, var(--cp-red), var(--cp-red-dk));
}
.cp-locs__card-icon-svg {
  width: 24px;
  height: 24px;
  color: #ffffff;
}
.cp-locs__card-name {
  font-weight: 900;
  color: #111827;
  font-size: 1.125rem;
  margin-bottom: 4px;
}
.cp-locs__card-street,
.cp-locs__card-city {
  font-size: 0.9375rem;
  color: #4b5563;
  margin-bottom: 2px;
}
.cp-locs__card-city {
  margin-bottom: 1rem;
}
.cp-locs__card-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--cp-blue);
  font-weight: 600;
  font-size: 0.9375rem;
  text-decoration: none;
  transition: color var(--cp-t);
}
.cp-locs__card-link:hover {
  color: #1d4ed8;
}
.cp-locs__card-link:hover .cp-locs__card-link-icon {
  transform: translateX(4px);
}
.cp-locs__card-link-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  transition: transform var(--cp-t);
}

/* ============================================================
   FINAL CTA
   ============================================================ */
.cp-cta {
  position: relative;
  padding-block: 6rem;
  overflow: hidden;
  text-align: center;
  color: #ffffff;
}
.cp-cta__bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom right,
    var(--cp-blue),
    #1d4ed8,
    #1e3a8a
  );
}
.cp-cta__dots {
  position: absolute;
  inset: 0;
  opacity: 0.1;
  background-image: radial-gradient(circle, white 1px, transparent 1px);
  background-size: 40px 40px;
}
.cp-cta__container {
  position: relative;
  z-index: 10;
  max-width: 56rem;
  margin-inline: auto;
  padding-inline: 1rem;
}
@media (min-width: 640px) {
  .cp-cta__container {
    padding-inline: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .cp-cta__container {
    padding-inline: 2rem;
  }
}
.cp-cta__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
  padding: 0.75rem 1.25rem;
  background-color: rgb(255 255 255 / 0.1);
  backdrop-filter: blur(24px);
  border: 1px solid rgb(255 255 255 / 0.2);
  border-radius: 9999px;
}
.cp-cta__badge-icon {
  width: 20px;
  height: 20px;
  color: #fde047;
}
.cp-cta__badge span {
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.cp-cta__heading {
  font-size: 2.25rem;
  font-weight: 900;
  color: #ffffff;
  line-height: 1.25;
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .cp-cta__heading {
    font-size: 3rem;
  }
}
.cp-cta__subheading {
  font-size: 1.125rem;
  color: rgb(255 255 255 / 0.9);
  line-height: 1.625;
  max-width: 48rem;
  margin: 0 auto 2rem;
  font-weight: 300;
}
.cp-cta__actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
}
@media (min-width: 640px) {
  .cp-cta__actions {
    flex-direction: row;
  }
}
.cp-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 2rem;
  border-radius: 0.75rem;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  border: none;
  transition:
    background-color var(--cp-t),
    color var(--cp-t),
    box-shadow var(--cp-t),
    transform var(--cp-t);
}
.cp-cta__btn:hover {
  transform: translateY(-4px);
}
.cp-cta__btn--red {
  background-color: var(--cp-red);
  color: #ffffff;
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.2);
}
.cp-cta__btn--red:hover {
  background-color: var(--cp-red-dk);
  box-shadow: 0 20px 25px -5px rgb(220 38 38 / 0.5);
}
.cp-cta__btn--red:hover .cp-cta__btn-icon {
  transform: translateX(4px);
}
.cp-cta__btn--outline {
  background-color: rgb(255 255 255 / 0.1);
  color: #ffffff;
  border: 2px solid rgb(255 255 255 / 0.3);
  backdrop-filter: blur(24px);
}
.cp-cta__btn--outline:hover {
  background-color: #ffffff;
  color: #111827;
}
.cp-cta__btn-icon {
  width: 16px;
  height: 16px;
  margin-left: 0.5rem;
  flex-shrink: 0;
  transition: transform var(--cp-t);
}

/* ============================================================
   FAQ
   ============================================================ */
.cp-faq {
  padding-block: 4rem 6rem;
  background-color: #f3f4f6;
}
.cp-faq__container {
  max-width: 56rem;
  margin: 0 auto;
  padding-inline: 1rem;
}
@media (min-width: 640px) {
  .cp-faq__container {
    padding-inline: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .cp-faq__container {
    padding-inline: 2rem;
  }
}
.cp-faq__header {
  text-align: center;
  margin-bottom: 3rem;
}
.cp-faq__eyebrow {
  font-size: 0.875rem;
  font-weight: 600;
  color: #0d9488;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.75rem;
  display: block;
}
.cp-faq__heading {
  font-size: 2.25rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cp-faq__heading {
    font-size: 3rem;
  }
}
.cp-faq__subheading {
  font-size: 1.125rem;
  color: #4b5563;
  margin: 0;
}
.cp-faq__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.cp-faq__item {
  background-color: #ffffff;
  border-radius: 0.75rem;
  box-shadow: 0 1px 3px rgb(0 0 0 / 0.08);
  overflow: hidden;
}
.cp-faq__trigger {
  width: 100%;
  padding: 1.25rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  background: none;
  border: none;
  cursor: pointer;
  transition: background-color var(--cp-t);
}
.cp-faq__trigger:hover {
  background-color: #f9fafb;
}
.cp-faq__trigger span {
  font-weight: 600;
  color: #111827;
  padding-right: 2rem;
  font-size: 1rem;
}
.cp-faq__chevron {
  width: 20px;
  height: 20px;
  color: #6b7280;
  flex-shrink: 0;
  transition: transform 200ms ease;
}
.cp-faq__item--open .cp-faq__chevron {
  transform: rotate(180deg);
}
.cp-faq__answer {
  overflow: hidden;
  max-height: 0;
  transition: max-height 200ms ease;
}
.cp-faq__item--open .cp-faq__answer {
  max-height: 500px;
}
.cp-faq__answer-inner {
  padding: 0 1.5rem 1.25rem;
  font-size: 0.9375rem;
  color: #4b5563;
  line-height: 1.625;
}
