﻿/* =========================================================
   Homepage + header refresh (pink palette, compact headings)
   ========================================================= */
:root {
  --ct-header-h: 205px;
  --pink-hot: #e83e8c;
  --pink-deep: #c2185b;
  --pink-wine: #8e1e4d;
  --pink-fuchsia: #ff5aa3;
  --pink-blush: #ffd0e4;
  --pink-mist: #fff1f7;
  --pink-peach: #ffb8d0;
  --pink-lavender: #f4c6de;
  --pink-magenta: #d6247a;
  --pink-ink: #2f2028;
}

html {
  scroll-padding-top: var(--ct-header-h) !important;
  font-size: 100%;
}

body {
  padding-top: var(--ct-header-h) !important;
  font-size: 1.2rem !important;
  line-height: 1.7 !important;
}

/* Two-tier sticky header */
.ct-site-header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 99999 !important;
  width: 100%;
  background: #fff;
  box-shadow: 0 14px 40px rgba(194, 24, 91, .10);
}

.ct-topbar {
  background: linear-gradient(90deg, #fff4f8 0%, #ffe6f0 52%, #ffd9ea 100%);
  color: #8e1e4d;
  min-height: 42px;
  display: flex;
  align-items: center;
}

.ct-topbar .ct-header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 42px;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.ct-topbar-left,
.ct-topbar-right {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}

.ct-topbar-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff !important;
  font-size: 1rem;
  font-weight: 700;
  white-space: nowrap;
  opacity: .96;
}

.ct-topbar-link:hover {
  color: #ffe4f0 !important;
}

.ct-topbar-link i {
  font-size: 1.05rem;
}

.ct-topbar-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  color: var(--pink-deep) !important;
  border-radius: 999px;
  padding: 8px 16px;
  font-size: .95rem;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 8px 18px rgba(46, 8, 24, .16);
  white-space: nowrap;
}

.ct-topbar-cta:hover {
  transform: translateY(-1px);
  background: #fff5f9;
}

.ct-main-header {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  min-height: 68px !important;
  padding: 8px 0 !important;
  background: rgba(255, 255, 255, .98) !important;
  border-bottom: 1px solid rgba(232, 62, 140, .12) !important;
  box-shadow: none !important;
}

.ct-site-header.is-scrolled .ct-main-header {
  background: #fff !important;
}

.ct-support-btn {
  background: linear-gradient(135deg, #ff5aa3, #c2185b) !important;
}

/* Readable headings */
.hero-heading,
.section-heading,
.display-3,
.display-5,
.display-title {
  letter-spacing: -.03em !important;
  line-height: 1.22 !important;
  font-weight: 750 !important;
  max-width: 760px !important;
}

.hero-heading,
.display-3 {
  font-size: clamp(2.35rem, 4vw, 3.75rem) !important;
}

.section-heading,
.display-5 {
  font-size: clamp(1.85rem, 1.45rem + 1.35vw, 2.4rem) !important;
}

.section-copy {
  max-width: 720px;
}

.page-hero h1.display-3,
.page-hero .display-title {
  font-size: clamp(2rem, 2.6vw, 3.1rem) !important;
}

.lead-muted {
  font-size: 1.2rem !important;
  line-height: 1.7 !important;
}

.hero-premium,
.guest-hero {
  min-height: auto !important;
  padding: 42px 0 28px !important;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 90, 163, .18), transparent 28%),
    radial-gradient(circle at 88% 8%, rgba(194, 24, 91, .12), transparent 24%),
    linear-gradient(180deg, #fff7fb 0%, #fff 72%) !important;
}

.page-hero {
  padding: 36px 0 42px !important;
}

.premium-service-card p {
  min-height: 0;
}

/* Award badges */
.ct-award-strip {
  padding: 8px 0 6px;
}

.ct-award-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 22px;
}

.ct-award-badge {
  min-width: 132px;
  text-align: center;
  border-radius: 22px;
  padding: 14px 16px;
  background: linear-gradient(180deg, #fff, #fff1f7);
  border: 1px solid rgba(232, 62, 140, .14);
  box-shadow: 0 12px 30px rgba(194, 24, 91, .08);
}

.ct-award-badge span {
  display: block;
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--pink-deep);
  line-height: 1.1;
}

.ct-award-badge strong {
  display: block;
  margin-top: 4px;
  font-size: .78rem;
  color: #6d5a64;
  font-weight: 750;
}

.ct-award-hot span { color: var(--pink-hot); }
.ct-award-fuchsia span { color: var(--pink-fuchsia); }
.ct-award-blush { background: linear-gradient(180deg, #fff, #ffe4f0); }
.ct-award-wine span { color: var(--pink-wine); }

/* Latest news */
.ct-news-bar {
  padding: 10px 0 0;
}

.ct-news-inner {
  display: flex;
  align-items: center;
  gap: 16px;
  background: linear-gradient(90deg, #fff1f7, #ffe4f2);
  border: 1px solid rgba(232, 62, 140, .12);
  border-radius: 18px;
  padding: 10px 14px;
}

.ct-news-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  flex: 0 0 auto;
  background: var(--pink-deep);
  color: #fff;
  border-radius: 999px;
  padding: 7px 12px;
  font-size: .74rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.ct-news-track {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  min-width: 0;
  flex: 1 1 auto;
}

.ct-news-track a {
  color: var(--pink-wine);
  font-weight: 750;
  font-size: .92rem;
}

.ct-news-track a:hover {
  color: var(--pink-hot);
}

.ct-news-all {
  flex: 0 0 auto;
  color: var(--pink-deep) !important;
  font-weight: 850;
  font-size: .88rem;
}

.quick-support-panel {
  margin-top: 22px !important;
}

.support-card-row {
  background: linear-gradient(135deg, #fff, #fff5f9) !important;
  border-color: rgba(232, 62, 140, .14) !important;
}

.quick-support-item:nth-child(2) i {
  background: #ffe4f0;
  color: var(--pink-deep);
}

.quick-support-item:nth-child(3) i {
  background: #ffd6ea;
  color: var(--pink-hot);
}

.quick-support-item:nth-child(4) i {
  background: #f8d5ea;
  color: var(--pink-magenta);
}

/* Service cards */
.premium-service-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.premium-service-card .service-content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.service-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: auto;
  width: 100%;
  border-radius: 14px;
  padding: 11px 16px;
  color: #fff !important;
  font-weight: 850;
  font-size: .92rem;
}

.service-cta.tone-deep { background: linear-gradient(135deg, #c2185b, #8e1e4d); }
.service-cta.tone-hot { background: linear-gradient(135deg, #e83e8c, #c2185b); }
.service-cta.tone-fuchsia { background: linear-gradient(135deg, #ff5aa3, #d6247a); }
.service-cta:hover { filter: brightness(1.05); color: #fff !important; }

.ct-care-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 36px;
}

.ct-care-pills a {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 10px 16px;
  background: var(--pink-deep);
  color: #fff !important;
  font-weight: 800;
  font-size: .88rem;
  box-shadow: 0 10px 22px rgba(194, 24, 91, .16);
}

.ct-care-pills a:nth-child(2n) { background: var(--pink-hot); }
.ct-care-pills a:nth-child(3n) { background: var(--pink-magenta); }
.ct-care-pills a:nth-child(4n) { background: #ff5aa3; }
.ct-care-pills a:last-child {
  background: #fff;
  color: var(--pink-deep) !important;
  border: 1px solid rgba(232, 62, 140, .22);
}
.ct-care-pills a:hover { transform: translateY(-2px); }

/* Feature + process colour mix */
.feature-card {
  border-top: 4px solid var(--pink-hot);
}

.feature-card-rose { border-top-color: var(--pink-deep); }
.feature-card-hot { border-top-color: var(--pink-hot); }
.feature-card-fuchsia { border-top-color: var(--pink-fuchsia); }
.feature-card-blush { border-top-color: var(--pink-peach); }

.feature-card-rose i { background: #ffe4f0; color: var(--pink-deep); }
.feature-card-hot i { background: #ffd6ea; color: var(--pink-hot); }
.feature-card-fuchsia i { background: #ffd0e8; color: var(--pink-fuchsia); }
.feature-card-blush i { background: #ffe9f2; color: var(--pink-magenta); }

.process-card {
  border-bottom: 5px solid transparent;
}

.process-card-1 { border-bottom-color: var(--pink-deep); background: linear-gradient(180deg, #fff, #fff1f7); }
.process-card-2 { border-bottom-color: var(--pink-hot); background: linear-gradient(180deg, #fff, #ffe9f3); }
.process-card-3 { border-bottom-color: var(--pink-fuchsia); background: linear-gradient(180deg, #fff, #fff4f9); }
.process-card-4 { border-bottom-color: var(--pink-wine); background: linear-gradient(180deg, #fff, #fdeef5); }

.process-card-1 i { background: #ffe4f0; color: var(--pink-deep); }
.process-card-2 i { background: #ffd6ea; color: var(--pink-hot); }
.process-card-3 i { background: #ffd0e8; color: var(--pink-fuchsia); }
.process-card-4 i { background: #f8d5ea; color: var(--pink-wine); }

.testimonial-card.review-tone-1 { background: linear-gradient(180deg, #fff8fb, #ffe9f3); }
.testimonial-card.review-tone-2 { background: linear-gradient(180deg, #fff, #fff1f7); }
.testimonial-card.review-tone-3 { background: linear-gradient(180deg, #fffaf6, #ffe4ef); }

.section-warm {
  background: linear-gradient(180deg, #fff7fb, #fff) !important;
}

.section-rose-light {
  background: linear-gradient(180deg, #fff1f7 0%, #fff 58%, #fff7fb 100%) !important;
}

/* Brochure panel */
.ct-brochure-section {
  padding-top: 20px;
  background:
    radial-gradient(ellipse 48% 42% at 92% 18%, rgba(255, 228, 240, .32), transparent 58%),
    radial-gradient(ellipse 44% 38% at 8% 82%, rgba(255, 241, 247, .55), transparent 54%),
    linear-gradient(180deg, #fffafb 0%, #ffffff 58%, #fff7fb 100%) !important;
}

.ct-brochure-panel {
  overflow: hidden;
  border-radius: 32px;
  border: 1px solid rgba(232, 62, 140, .12);
  background: #fff;
  box-shadow: 0 22px 56px rgba(194, 24, 91, .08);
}

.ct-brochure-visual {
  position: relative;
  min-height: 100%;
  background: linear-gradient(165deg, #fff1f7 0%, #ffe8f2 100%);
}

.ct-brochure-visual img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: center 20%;
  display: block;
}

.ct-brochure-caption {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(232, 62, 140, .10);
  border-radius: 18px;
  padding: 16px 18px;
  box-shadow: 0 10px 28px rgba(194, 24, 91, .08);
}

.ct-brochure-caption span {
  display: block;
  color: var(--pink-deep);
  font-size: .74rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.ct-brochure-caption strong {
  display: block;
  color: var(--pink-ink);
  font-size: 1.15rem;
}

.ct-brochure-form {
  padding: 36px 34px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 180, 210, .14), transparent 38%),
    linear-gradient(180deg, #fffefe 0%, #fff7fb 100%);
}

.ct-brochure-form .eyebrow {
  color: #c2185b;
}

.ct-brochure-form .section-heading {
  color: #2f2028 !important;
}

.ct-brochure-form .lead-muted {
  color: #5a5160;
}

.ct-brochure-form .form-label {
  margin-bottom: 6px;
  color: #8e1e4d;
  font-size: 1rem;
  font-weight: 700;
}

.ct-brochure-form .form-control {
  background: #fff;
  border: 1px solid rgba(194, 24, 91, .14);
  border-radius: 14px;
  padding: 13px 15px;
  font-size: 1.0625rem;
  color: #2f2028;
  box-shadow: inset 0 1px 2px rgba(194, 24, 91, .04);
  transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.ct-brochure-form .form-control::placeholder {
  color: #a8949f;
}

.ct-brochure-form .form-control:focus {
  background: #fff;
  border-color: rgba(194, 24, 91, .42);
  box-shadow: 0 0 0 4px rgba(232, 62, 140, .12);
  outline: none;
}

.ct-brochure-form .alert-success {
  background: #fff7fb;
  border-color: rgba(194, 24, 91, .16);
  color: #6a1b45;
}

.ct-brochure-form .alert-danger {
  background: #fff5f8;
  border-color: rgba(194, 24, 91, .18);
  color: #8e1e4d;
}

/* Phone banner */
.ct-phone-banner {
  padding: 0 0 56px;
}

.ct-phone-banner-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 36px 40px;
  border-radius: 32px;
  color: #fff;
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 255, 255, .22), transparent 28%),
    radial-gradient(circle at 88% 80%, rgba(255, 184, 208, .28), transparent 32%),
    linear-gradient(120deg, #8e1e4d 0%, #c2185b 42%, #e83e8c 100%);
  box-shadow: 0 24px 60px rgba(142, 30, 77, .24);
}

.ct-phone-banner-inner h2 {
  color: #fff !important;
  font-size: clamp(1.35rem, 1.8vw, 1.9rem) !important;
  max-width: 520px !important;
}

.ct-phone-banner-inner p {
  color: rgba(255, 255, 255, .88);
}

.ct-phone-banner-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}

.ct-phone-number {
  color: #fff !important;
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 2.6vw, 2.6rem);
  font-weight: 800;
  letter-spacing: -.03em;
  line-height: 1;
}

.ct-phone-banner .btn-light-pink {
  background: #fff !important;
}

@media (min-width:992px) and (max-width:1199.98px) {
  .ct-support-item {
    display: none !important;
  }

  .ct-main-menu .nav-link {
    padding: 10px 9px !important;
  }
}

@media (max-width: 991.98px) {
  .ct-main-header {
    min-height: 62px !important;
  }

  .hero-premium,
  .guest-hero {
    padding: 28px 0 18px !important;
  }

  .page-hero {
    padding: 28px 0 32px !important;
  }

  .ct-phone-banner-inner,
  .ct-brochure-form {
    padding: 26px 22px;
  }

  .ct-phone-banner-inner,
  .ct-phone-banner-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .ct-news-inner {
    flex-wrap: wrap;
  }

  .support-card-row {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 575.98px) {
  .ct-topbar-cta {
    padding: 7px 11px;
    font-size: .76rem;
  }

  .hero-heading,
  .display-3 {
    font-size: clamp(1.95rem, 5vw, 2.45rem) !important;
  }

  .section-heading,
  .display-5 {
    font-size: clamp(1.65rem, 4.5vw, 2.05rem) !important;
  }

  .ct-brochure-visual img {
    min-height: 240px;
  }

  .ct-award-badge {
    min-width: 46%;
  }
}

.ct-site-header,
.ct-main-header,
.ct-header-container {
  overflow: visible !important;
}

/* =========================================================
   Compact, colourful hero banner
   ========================================================= */
.hero.hero-banner,
.hero-banner {
  position: relative !important;
  overflow: hidden !important;
  min-height: 0 !important;
  height: auto !important;
  padding: 28px 0 22px !important;
  background:
    radial-gradient(circle at 88% 18%, rgba(255, 90, 163, .18), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #fff7fb 58%, #ffe9f3 100%) !important;
}

.hero-banner::before,
.hero-banner::after {
  display: none !important;
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.hero-orb-a {
  width: 280px;
  height: 280px;
  right: -70px;
  top: -80px;
  background: radial-gradient(circle, rgba(232, 62, 140, .32), transparent 70%);
}

.hero-orb-b {
  width: 220px;
  height: 220px;
  left: -80px;
  bottom: -90px;
  background: radial-gradient(circle, rgba(255, 90, 163, .26), transparent 70%);
}

.hero-orb-c {
  width: 140px;
  height: 140px;
  right: 28%;
  bottom: 8%;
  background: radial-gradient(circle, rgba(142, 30, 77, .16), transparent 70%);
}

.hero-banner .container {
  position: relative;
  z-index: 1;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  padding: 7px 13px;
  border-radius: 999px;
  background: #c2185b;
  color: #fff;
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  box-shadow: 0 10px 22px rgba(194, 24, 91, .22);
}

.hero-banner .hero-heading {
  margin: 0 0 10px !important;
  color: #6b1238 !important;
  font-size: clamp(2rem, 2.8vw, 2.85rem) !important;
  line-height: 1.2 !important;
  max-width: 560px !important;
}

.hero-lead {
  max-width: 520px;
  margin: 0 0 16px !important;
  color: #7a4458;
  font-size: 1.125rem;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}

.btn-hero-primary,
.btn-hero-ghost {
  border: 0;
  border-radius: 999px;
  padding: 11px 18px;
  font-weight: 800;
  font-size: .95rem;
  line-height: 1;
}

.btn-hero-primary {
  background: linear-gradient(135deg, #ff4f9a, #c2185b) !important;
  color: #fff !important;
  box-shadow: 0 12px 24px rgba(194, 24, 91, .28);
}

.btn-hero-primary:hover {
  color: #fff !important;
  filter: brightness(1.05);
}

.btn-hero-ghost {
  background: #fff !important;
  color: #c2185b !important;
  border: 1.5px solid rgba(194, 24, 91, .18) !important;
}

.btn-hero-ghost:hover {
  background: #fff0f6 !important;
  color: #8e1e4d !important;
}

.hero-awards {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-awards div {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(180deg, #ff4f9a, #c2185b);
  color: #fff;
  box-shadow: 0 12px 24px rgba(194, 24, 91, .22);
}

.hero-awards div:nth-child(2) { background: linear-gradient(180deg, #ff79b4, #e83e8c); }
.hero-awards div:nth-child(3) { background: linear-gradient(180deg, #d6247a, #8e1e4d); }
.hero-awards div:nth-child(4) { background: linear-gradient(180deg, #ff5aa3, #bf1d72); }

.hero-awards b {
  display: block;
  font-size: .92rem;
  font-weight: 850;
  line-height: 1.1;
}

.hero-awards span {
  display: block;
  margin-top: 2px;
  font-size: .62rem;
  font-weight: 700;
  opacity: .92;
}

.hero-visual {
  position: relative;
  max-width: 560px;
  margin-left: auto;
}

.hero-visual-glow {
  position: absolute;
  inset: 22px -16px -16px 22px;
  border-radius: 22px;
  background: linear-gradient(135deg, #ff4f9a, #8e1e4d);
  z-index: 0;
}

.hero-visual img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 390px;
  object-fit: cover;
  display: block;
  border-radius: 18px;
  border: 0;
  box-shadow: 0 24px 50px rgba(142, 30, 77, .24);
}

.premium-service-card > img,
.premium-service-placeholder {
  height: 230px !important;
}

.care-story-card img {
  height: 460px !important;
}

.hero-float {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, .94);
  border-radius: 16px;
  padding: 10px 12px;
  box-shadow: 0 14px 30px rgba(142, 30, 77, .16);
}

.hero-float i {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #ff4f9a, #c2185b);
  color: #fff;
  font-size: 1rem;
}

.hero-float strong,
.hero-float small {
  display: block;
  line-height: 1.2;
}

.hero-float strong {
  color: #6b1238;
  font-size: .9rem;
}

.hero-float small {
  color: #7a4458;
  font-size: .72rem;
}

.quick-support-panel {
  margin-top: 10px !important;
  margin-bottom: 0 !important;
}

.home-refresh .section {
  padding: 25px 0;
}

.home-refresh .services-showcase {
  padding-top: 48px;
}

@media (max-width: 991.98px) {
  .hero-banner {
    padding: 16px 0 12px !important;
  }

  .hero-visual {
    max-width: 100%;
    margin: 0;
  }

  .hero-visual img {
    height: 280px;
  }

  .hero-awards div {
    width: 74px;
    height: 74px;
  }

  .care-story-card img {
    height: 320px !important;
  }
}

@media (max-width: 575.98px) {
  .hero-banner .hero-heading {
    font-size: 1.45rem !important;
  }

  .hero-visual img {
    height: 230px;
    border-radius: 16px;
  }
}

/* =========================================================
   Reviews showcase
   ========================================================= */
.ct-reviews-showcase {
  background:
    radial-gradient(ellipse 48% 38% at 50% 0%, rgba(255, 245, 250, .45), transparent 58%),
    linear-gradient(180deg, #ffffff 0%, #ffffff 72%, #fffafb 100%) !important;
  overflow: hidden;
}

.ct-reviews-intro {
  max-width: 640px;
  margin-bottom: 28px;
}

.ct-reviews-stage {
  display: grid;
  grid-template-columns: minmax(240px, 320px) 1fr;
  gap: 22px;
  align-items: stretch;
  margin-bottom: 28px;
}

.ct-reviews-score {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px 28px;
  border-radius: 28px;
  color: #fff;
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 255, 255, .18), transparent 36%),
    linear-gradient(160deg, #ff4f9a 0%, #c2185b 55%, #8e1e4d 100%);
  box-shadow: 0 22px 48px rgba(194, 24, 91, .24);
}

.ct-reviews-score-label {
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: .88;
}

.ct-reviews-score strong {
  display: block;
  margin: 6px 0 4px;
  font-size: clamp(3.4rem, 6vw, 5rem);
  line-height: .9;
  font-weight: 850;
  letter-spacing: -.04em;
}

.ct-reviews-stars {
  color: #ffd56a;
  letter-spacing: 3px;
  font-size: 1.05rem;
  margin-bottom: 10px;
}

.ct-reviews-score p {
  color: rgba(255, 255, 255, .88);
  margin-bottom: 16px;
}

.ct-reviews-score-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ct-reviews-score-meta span {
  background: rgba(255, 255, 255, .16);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  padding: 6px 10px;
  font-size: .78rem;
  font-weight: 750;
}

.ct-reviews-featured {
  position: relative;
  background: #fff;
  border: 1px solid rgba(232, 62, 140, .12);
  border-radius: 28px;
  padding: 28px 32px 24px;
  box-shadow: 0 18px 44px rgba(194, 24, 91, .10);
  min-height: 100%;
}

.ct-featured-quote {
  margin: 0;
  position: relative;
}

.ct-featured-quote > i {
  position: absolute;
  right: 0;
  top: -8px;
  font-size: 4.2rem;
  color: rgba(232, 62, 140, .16);
  line-height: 1;
}

.ct-featured-stars {
  color: #e2a336;
  letter-spacing: 2px;
  margin-bottom: 12px;
}

.ct-featured-quote p {
  margin: 0 0 22px;
  color: #3f2a34;
  font-size: clamp(1.05rem, 1.4vw, 1.28rem);
  line-height: 1.65;
  max-width: 46rem;
}

.ct-featured-quote footer {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ct-featured-quote strong,
.ct-featured-quote small {
  display: block;
  line-height: 1.25;
}

.ct-featured-quote strong { color: #6b1238; }
.ct-featured-quote small { color: #7a4458; }

.ct-reviews-nav {
  display: flex;
  gap: 8px;
  margin-top: 18px;
}

.ct-reviews-notes {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.ct-review-note {
  background: #fff3f8;
  border-radius: 22px;
  padding: 20px 18px 18px;
  box-shadow: 0 14px 30px rgba(194, 24, 91, .08);
  transform: rotate(-1.2deg);
}

.ct-review-note.note-2 {
  background: #ffe9f3;
  transform: rotate(1.4deg);
}

.ct-review-note.note-3 {
  background: #fff7fb;
  transform: rotate(-.6deg);
}

.ct-review-note.note-4 {
  background: #ffdcec;
  transform: rotate(1deg);
}

.ct-review-note:hover {
  transform: rotate(0) translateY(-4px);
}

.ct-review-note p {
  color: #433236;
  font-size: .94rem;
  line-height: 1.55;
  margin: 8px 0 14px;
}

.ct-review-note strong {
  color: #c2185b;
  font-size: 1rem;
}

.ct-review-note small {
  display: block;
  color: #8a6472;
  font-size: 1rem;
  font-weight: 700;
}

@media (max-width: 991.98px) {
  .ct-reviews-stage {
    grid-template-columns: 1fr;
  }

  .ct-reviews-notes {
    grid-template-columns: 1fr 1fr;
  }

  .ct-review-note,
  .ct-review-note.note-2,
  .ct-review-note.note-3,
  .ct-review-note.note-4 {
    transform: none;
  }
}

@media (max-width: 575.98px) {
  .ct-reviews-featured {
    padding: 22px 18px;
  }

  .ct-reviews-notes {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   Reviews page
   ========================================================= */
.ct-reviews-hero {
  padding: 28px 0 32px;
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 90, 163, .16), transparent 28%),
    linear-gradient(180deg, #fff 0%, #fff7fb 100%);
}

.ct-reviews-hero-score {
  display: flex;
  gap: 22px;
  align-items: center;
  background: linear-gradient(160deg, #ff4f9a 0%, #c2185b 58%, #8e1e4d 100%);
  color: #fff;
  border-radius: 28px;
  padding: 22px 24px;
  box-shadow: 0 20px 44px rgba(194, 24, 91, .22);
}

.ct-reviews-hero-score small {
  display: block;
  font-size: .95rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  opacity: .86;
}

.ct-reviews-hero-score strong {
  display: block;
  font-size: 3.2rem;
  line-height: .9;
  font-weight: 850;
}

.ct-reviews-hero-score ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ct-reviews-hero-score li {
  margin-bottom: 6px;
  font-size: 1.0625rem;
}

.ct-reviews-hero-score li b {
  margin-right: 4px;
}

.ct-reviews-page-body {
  padding-top: 28px;
  background: linear-gradient(180deg, #fff7fb 0%, #fff 40%);
}

.ct-page-featured {
  position: relative;
  margin: 0 0 36px;
  padding: 32px 34px 28px;
  border-radius: 30px;
  background: #fff;
  border: 1px solid rgba(232, 62, 140, .12);
  box-shadow: 0 18px 44px rgba(194, 24, 91, .10);
}

.ct-page-featured > i {
  position: absolute;
  right: 22px;
  top: 12px;
  font-size: 4rem;
  color: rgba(232, 62, 140, .14);
}

.ct-page-featured p {
  margin: 12px 0 20px;
  color: #3f2a34;
  font-size: 1.28rem;
  line-height: 1.75;
  max-width: 52rem;
}

.ct-page-featured footer {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ct-reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.ct-review-card {
  height: 100%;
  background: #fff;
  border-radius: 24px;
  padding: 22px;
  border: 1px solid rgba(232, 62, 140, .10);
  box-shadow: 0 14px 32px rgba(194, 24, 91, .08);
}

.ct-review-card.tone-2 { background: #fff7fb; }
.ct-review-card.tone-3 { background: #ffe9f3; }
.ct-review-card.tone-4 { background: #fff3f8; }

.ct-review-card.is-featured {
  border-color: rgba(194, 24, 91, .28);
  box-shadow: 0 18px 40px rgba(194, 24, 91, .14);
}

.ct-review-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.ct-review-card p {
  color: #433236;
  font-size: 1.125rem;
  line-height: 1.7;
  margin-bottom: 16px;
}

.ct-reviews-empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 40px 20px;
  background: #fff;
  border-radius: 24px;
}

.ct-review-form-panel {
  border-radius: 32px;
  padding: 36px 34px;
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 255, 255, .5), transparent 32%),
    linear-gradient(135deg, #fff 0%, #fff1f7 100%);
  border: 1px solid rgba(232, 62, 140, .12);
  box-shadow: 0 22px 50px rgba(194, 24, 91, .10);
}

.star-input {
  display: flex;
  gap: 6px;
  font-size: 1.6rem;
  color: #e2a336;
  cursor: pointer;
}

.star-input i {
  transition: transform .15s ease;
}

.star-input i:hover {
  transform: scale(1.12);
}

@media (max-width: 991.98px) {
  .ct-reviews-hero-score {
    flex-direction: column;
    align-items: flex-start;
  }

  .ct-reviews-grid {
    grid-template-columns: 1fr 1fr;
  }

  .ct-page-featured,
  .ct-review-form-panel {
    padding: 24px 20px;
  }
}

@media (max-width: 575.98px) {
  .ct-reviews-grid {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   Stronger, more visible header
   ========================================================= */
.ct-site-header {
  background: #fff !important;
  box-shadow: 0 12px 36px rgba(142, 30, 77, .16) !important;
}

.ct-site-header::after {
  content: "";
  display: block;
  height: 4px;
  background: linear-gradient(90deg, #8e1e4d 0%, #c2185b 42%, #ff5aa3 100%);
}

.ct-topbar {
  min-height: 46px;
  background: linear-gradient(90deg, #6f163c 0%, #c2185b 50%, #e83e8c 100%) !important;
}

.ct-topbar-icon {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, .18);
  flex: 0 0 26px;
}

.ct-topbar-link {
  font-size: 1.05rem !important;
  font-weight: 800 !important;
}

.ct-topbar-cta {
  background: #fff !important;
  color: #c2185b !important;
  padding: 9px 18px !important;
  font-size: .98rem !important;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .12) !important;
}

.ct-main-header {
  min-height: 74px !important;
  background: #fff !important;
  border-bottom: 0 !important;
}

.ct-site-logo {
  max-height: 52px !important;
}

.ct-main-menu .nav-link {
  color: #2d1b24 !important;
  font-size: 24px !important;
  font-weight: 800 !important;
  padding: 11px 15px !important;
  border-radius: 999px !important;
}

.ct-main-menu .nav-link:hover {
  color: #c2185b !important;
  background: #fff1f7 !important;
}

.ct-main-menu .nav-link.active {
  color: #fff !important;
  background: linear-gradient(135deg, #ff4f9a, #c2185b) !important;
  box-shadow: 0 10px 22px rgba(194, 24, 91, .22);
}

.ct-support-btn {
  min-height: 44px !important;
  padding: 12px 20px !important;
  font-size: 15px !important;
  background: linear-gradient(135deg, #ff4f9a, #8e1e4d) !important;
  box-shadow: 0 12px 26px rgba(194, 24, 91, .28) !important;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .ct-support-item {
    display: list-item !important;
  }

  .ct-main-menu .nav-link {
    font-size: 19px !important;
    padding: 10px 10px !important;
  }
}

@media (max-width: 991.98px) {
  .ct-main-menu .nav-link.active {
    color: #fff !important;
  }
}

/* =========================================================
   About page
   ========================================================= */
.ct-about-hero {
  padding: 28px 0 24px;
  background:
    radial-gradient(circle at 88% 16%, rgba(255, 90, 163, .16), transparent 28%),
    linear-gradient(180deg, #fff 0%, #fff7fb 100%);
}

.about-page .about-intro-section {
  padding-top: 48px;
}

.about-page .about-mv-section {
  background:
    radial-gradient(circle at 10% 20%, rgba(255, 90, 163, .12), transparent 30%),
    linear-gradient(180deg, #fff1f7 0%, #fff 100%) !important;
}

.about-page .mv-card {
  border: 0;
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(194, 24, 91, .10);
}

.about-page .mv-card-mission {
  background: linear-gradient(180deg, #fff, #fff1f7);
  border-top: 5px solid #c2185b;
}

.about-page .mv-card-vision {
  background: linear-gradient(180deg, #fff, #ffe9f3);
  border-top: 5px solid #ff4f9a;
}

.about-page .about-story-visual img {
  height: 420px;
  border-radius: 28px;
  border: 0;
  box-shadow: 0 22px 48px rgba(142, 30, 77, .18);
}

.about-value-tile {
  height: 100%;
  background: #fff;
  border-radius: 24px;
  padding: 22px;
  box-shadow: 0 14px 32px rgba(194, 24, 91, .08);
}

.about-value-tile img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: 16px;
  margin-bottom: 14px;
}

.about-page .about-values-section {
  background: linear-gradient(180deg, #fff 0%, #fff7fb 100%);
}

.about-page .feature-list i {
  color: #c2185b;
}

@media (max-width: 991.98px) {
  .about-page .about-story-visual img {
    height: 280px;
  }
}

/* Who we are */
.ct-who-section {
  padding: 28px 0 20px;
  background:
    radial-gradient(circle at 90% 12%, rgba(255, 90, 163, .18), transparent 26%),
    linear-gradient(180deg, #fff 0%, #fff1f7 100%);
}

.ct-who-panel {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 28px;
  align-items: stretch;
  background: #fff;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 24px 56px rgba(142, 30, 77, .12);
}

.ct-who-copy {
  padding: 36px 34px 32px;
  background: linear-gradient(180deg, #fff 0%, #fff7fb 100%);
}

.ct-who-copy p {
  color: #6d4b58;
  margin-bottom: 12px;
  font-size: 1.125rem;
  line-height: 1.75;
}

.ct-who-points {
  display: grid;
  gap: 10px;
  margin-top: 8px;
}

.ct-who-points div {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 16px;
  background: #fff1f7;
  color: #6b1238;
  font-size: 1.0625rem;
  font-weight: 750;
}

.ct-who-points i {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #ff4f9a, #c2185b);
  color: #fff;
  flex: 0 0 36px;
}

.ct-who-media {
  position: relative;
  min-height: 420px;
  background: linear-gradient(160deg, #c2185b, #8e1e4d);
}

.ct-who-photo-main {
  position: absolute;
  inset: 24px 24px 72px 18%;
  width: auto;
  height: auto;
  object-fit: cover;
  border-radius: 22px;
  box-shadow: 0 18px 40px rgba(46, 8, 24, .28);
}

.ct-who-photo-side {
  position: absolute;
  left: 18px;
  bottom: 22px;
  width: 42%;
  height: 180px;
  object-fit: cover;
  border-radius: 18px;
  border: 5px solid #fff;
  box-shadow: 0 14px 30px rgba(46, 8, 24, .24);
}

.ct-who-year {
  position: absolute;
  right: 22px;
  bottom: 22px;
  background: #fff;
  border-radius: 18px;
  padding: 12px 16px;
  min-width: 110px;
}

.ct-who-year strong {
  display: block;
  color: #c2185b;
  font-size: 1.6rem;
  line-height: 1;
}

.ct-who-year span {
  display: block;
  color: #7a4458;
  font-size: 1rem;
  font-weight: 750;
}

.ct-who-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.ct-who-stats div {
  text-align: center;
  background: #fff;
  border-radius: 20px;
  padding: 14px 10px;
  box-shadow: 0 12px 28px rgba(194, 24, 91, .08);
}

.ct-who-stats b {
  display: block;
  color: #c2185b;
  font-size: 1.5rem;
}

.ct-who-stats span {
  display: block;
  color: #7a4458;
  font-size: 1rem;
  font-weight: 750;
}

/* Our values */
.ct-values-section {
  background:
    radial-gradient(circle at 8% 18%, rgba(255, 90, 163, .12), transparent 28%),
    linear-gradient(180deg, #fff7fb 0%, #fff 100%);
}

.ct-values-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 16px;
}

.ct-value-card {
  background: #fff;
  border-radius: 26px;
  padding: 24px;
  box-shadow: 0 16px 36px rgba(194, 24, 91, .08);
}

.ct-value-card.is-large {
  grid-column: 1;
  grid-row: 1 / span 2;
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #c2185b;
  color: #fff;
}

.ct-value-card:nth-child(4) {
  grid-column: 2 / span 2;
}

.ct-value-card.is-large img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.ct-value-card-body {
  padding: 22px;
}

.ct-value-card span {
  display: inline-block;
  margin-bottom: 8px;
  font-size: .95rem;
  font-weight: 850;
  letter-spacing: .08em;
  color: #c2185b;
}

.ct-value-card.is-large span,
.ct-value-card.is-large h3,
.ct-value-card.is-large p {
  color: #fff;
}

.ct-value-card h3 {
  font-size: 1.45rem;
  margin-bottom: 8px;
}

.ct-value-card p {
  margin: 0;
  color: #6d4b58;
  font-size: 1.0625rem;
  line-height: 1.7;
}

.ct-value-icon {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  margin-bottom: 14px;
  background: linear-gradient(135deg, #ff4f9a, #c2185b);
  color: #fff;
  font-size: 1.3rem;
}

.ct-value-principles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.ct-value-principles > div {
  background: #fff;
  border-radius: 22px;
  padding: 20px;
  border: 1px solid rgba(232, 62, 140, .12);
}

.ct-value-principles i {
  font-size: 1.4rem;
  color: #c2185b;
}

.ct-value-principles h4 {
  margin: 10px 0 6px;
  font-size: 1.25rem;
}

.ct-value-principles p {
  margin: 0;
  color: #6d4b58;
  font-size: 1.0625rem;
  line-height: 1.7;
}

@media (max-width: 991.98px) {
  .ct-who-panel,
  .ct-values-grid,
  .ct-who-stats,
  .ct-value-principles {
    grid-template-columns: 1fr;
  }

  .ct-value-card.is-large,
  .ct-value-card:nth-child(4) {
    grid-column: auto;
    grid-row: auto;
  }

  .ct-who-media {
    min-height: 340px;
  }

  .ct-who-photo-main {
    inset: 18px 18px 78px 28%;
  }
}

@media (max-width: 575.98px) {
  .ct-who-copy {
    padding: 24px 18px;
  }

  .ct-who-photo-side {
    width: 48%;
    height: 140px;
  }
}

/* Admin reply on public reviews */
.ct-admin-reply {
  margin-top: 16px;
  padding: 14px 16px 12px;
  border-radius: 16px;
  background: linear-gradient(180deg, #fff7fb 0%, #ffeef5 100%);
  border: 1px solid rgba(194, 24, 91, .12);
  border-left: 4px solid #c2185b;
}

.ct-admin-reply-label {
  display: block;
  font-size: .9rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #c2185b;
  margin-bottom: 6px;
}

.ct-admin-reply p,
.ct-featured-quote .ct-admin-reply p,
.ct-page-featured .ct-admin-reply p,
.ct-review-card .ct-admin-reply p {
  margin: 0;
  color: #433236;
  font-size: 1.0625rem;
  line-height: 1.65;
  max-width: none;
}

.ct-admin-reply time {
  display: block;
  margin-top: 8px;
  font-size: .95rem;
  color: #8a6472;
}

.ct-featured-quote .ct-admin-reply,
.ct-page-featured .ct-admin-reply {
  margin-top: 18px;
}

.ct-review-note .ct-note-replied {
  display: block;
  margin-top: 6px;
  color: #c2185b;
  font-size: 1rem;
  font-weight: 800;
}

/* =========================================================
   Section canvases — soft pink family (varied, not all pink)
   ========================================================= */
:root {
  --ct-pearl: #ffffff;
  --ct-blush: #fff7fb;
  --ct-rose-mist: #fff1f7;
  --ct-rose-whisper: #fffafb;
  --ct-lilac-mist: #faf5f9;
  --ct-warm-white: #fffcfd;
}

body,
body.bg-white,
body.home-refresh,
body.about-page,
body.reviews-page {
  background-color: var(--ct-warm-white) !important;
  background-image:
    radial-gradient(ellipse 72% 42% at 0% 0%, rgba(255, 228, 240, .16), transparent 55%),
    radial-gradient(ellipse 65% 36% at 100% 0%, rgba(255, 241, 247, .18), transparent 50%),
    linear-gradient(180deg, var(--ct-warm-white) 0%, var(--ct-pearl) 100%) !important;
}

.hero-banner,
.quick-support-panel,
.services-showcase,
.section-warm,
.ct-process-section,
.ct-brochure-section,
.ct-reviews-showcase,
.articles-section,
.ct-who-section,
.about-intro-section,
.about-mv-section,
.about-why-section,
.ct-values-section,
.ct-reviews-hero,
.ct-reviews-page-body,
.ct-review-form-section,
.page-hero,
.ct-page-body,
.ct-page-cta {
  position: relative;
  isolation: isolate;
}

.hero-banner,
.page-hero,
.ct-reviews-hero {
  overflow: hidden;
}

.hero-banner > .container,
.quick-support-panel > .container,
.services-showcase > .container,
.section-warm > .container,
.ct-process-section > .container,
.ct-brochure-section > .container,
.ct-reviews-showcase > .container,
.articles-section > .container,
.ct-who-section > .container,
.about-intro-section > .container,
.about-mv-section > .container,
.about-why-section > .container,
.ct-values-section > .container,
.ct-reviews-hero > .container,
.ct-reviews-page-body > .container,
.ct-review-form-section > .container,
.page-hero > .container,
.ct-page-body > .container,
.ct-page-cta > .container {
  position: relative;
  z-index: 1;
}

/* Hero — soft white with blush blur */
.hero.hero-banner,
.hero-banner {
  background:
    radial-gradient(ellipse 55% 70% at 92% 8%, rgba(255, 200, 220, .22), transparent 58%),
    radial-gradient(ellipse 45% 55% at 6% 88%, rgba(255, 228, 240, .18), transparent 56%),
    radial-gradient(ellipse 40% 40% at 48% 0%, rgba(255, 241, 247, .20), transparent 60%),
    linear-gradient(180deg, #ffffff 0%, var(--ct-blush) 52%, var(--ct-rose-whisper) 100%) !important;
}

.hero-banner .hero-orb-a {
  background: radial-gradient(circle, rgba(255, 180, 210, .30), transparent 70%) !important;
}

.hero-banner .hero-orb-b {
  background: radial-gradient(circle, rgba(255, 220, 235, .28), transparent 70%) !important;
}

.hero-banner .hero-orb-c {
  background: radial-gradient(circle, rgba(255, 241, 247, .32), transparent 70%) !important;
}

/* Quick help — light blush band */
.quick-support-panel {
  background:
    radial-gradient(ellipse 70% 80% at 80% 120%, rgba(255, 180, 210, .14), transparent 55%),
    linear-gradient(180deg, var(--ct-rose-mist) 0%, var(--ct-pearl) 100%) !important;
  padding: 18px 0 28px !important;
}

.support-card-row {
  background: rgba(255, 255, 255, .86) !important;
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, .9) !important;
  box-shadow: 0 22px 50px rgba(194, 24, 91, .08) !important;
}

/* Services — warm white with rose blur */
.home-refresh .services-showcase,
.services-showcase {
  background:
    radial-gradient(ellipse 60% 50% at 100% 0%, rgba(255, 210, 228, .20), transparent 55%),
    radial-gradient(ellipse 50% 45% at 0% 100%, rgba(255, 241, 247, .24), transparent 50%),
    linear-gradient(180deg, var(--ct-pearl) 0%, var(--ct-blush) 100%) !important;
}

.services-showcase:before {
  width: 520px;
  height: 520px;
  right: -180px;
  top: -80px;
  background: radial-gradient(circle, rgba(255, 200, 220, .24), transparent 68%) !important;
}

.services-showcase:after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(rgba(194, 24, 91, .04) 1.15px, transparent 1.15px);
  background-size: 20px 20px;
  opacity: .55;
}

/* Why us — lilac-rose mist */
.section-warm {
  background:
    radial-gradient(ellipse 50% 60% at 0% 20%, rgba(250, 230, 242, .28), transparent 58%),
    radial-gradient(ellipse 45% 50% at 100% 80%, rgba(255, 241, 247, .22), transparent 55%),
    linear-gradient(165deg, var(--ct-lilac-mist) 0%, var(--ct-pearl) 48%, var(--ct-rose-whisper) 100%) !important;
}

.feature-card {
  background: rgba(255, 255, 255, .9) !important;
  backdrop-filter: blur(10px);
  box-shadow: 0 16px 36px rgba(194, 24, 91, .07);
}

/* How it works — soft rose mist */
.ct-process-section {
  background:
    radial-gradient(ellipse 70% 50% at 50% -10%, rgba(255, 200, 220, .16), transparent 52%),
    radial-gradient(ellipse 40% 40% at 100% 100%, rgba(255, 228, 240, .18), transparent 50%),
    linear-gradient(180deg, var(--ct-rose-mist) 0%, var(--ct-pearl) 100%) !important;
}

.ct-process-section:before {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  left: -90px;
  bottom: -80px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 180, 210, .22), transparent 70%);
  pointer-events: none;
}

.process-card {
  box-shadow: 0 18px 40px rgba(194, 24, 91, .08);
}

/* Brochure — light pink (matches site) */
.ct-brochure-section {
  background:
    radial-gradient(ellipse 48% 42% at 92% 18%, rgba(255, 228, 240, .32), transparent 58%),
    radial-gradient(ellipse 44% 38% at 8% 82%, rgba(255, 241, 247, .55), transparent 54%),
    linear-gradient(180deg, #fffafb 0%, #ffffff 58%, #fff7fb 100%) !important;
}

.ct-brochure-panel {
  background: #fff !important;
  border: 1px solid rgba(232, 62, 140, .12) !important;
  box-shadow: 0 22px 56px rgba(194, 24, 91, .08) !important;
}

.ct-brochure-visual {
  background: linear-gradient(165deg, #fff1f7 0%, #ffe8f2 100%) !important;
}

.ct-brochure-form {
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 180, 210, .14), transparent 38%),
    linear-gradient(180deg, #fffefe 0%, #fff7fb 100%) !important;
}

/* Reviews — lightest pink / white */
.ct-reviews-showcase {
  background:
    radial-gradient(ellipse 48% 38% at 50% 0%, rgba(255, 245, 250, .45), transparent 58%),
    linear-gradient(180deg, #ffffff 0%, #ffffff 72%, #fffafb 100%) !important;
}

.ct-reviews-showcase:after {
  display: none !important;
}

.ct-reviews-featured {
  background: rgba(255, 255, 255, .94) !important;
  backdrop-filter: blur(12px);
}

/* Articles — soft blush */
.articles-section,
.ct-articles-section {
  background:
    radial-gradient(ellipse 50% 50% at 0% 100%, rgba(255, 228, 240, .20), transparent 55%),
    radial-gradient(ellipse 40% 40% at 100% 0%, rgba(255, 241, 247, .18), transparent 50%),
    linear-gradient(180deg, var(--ct-blush) 0%, var(--ct-pearl) 100%) !important;
}

.articles-section:before {
  background: radial-gradient(circle, rgba(255, 200, 220, .22), transparent 70%) !important;
}

.articles-section:after {
  background: radial-gradient(circle, rgba(255, 241, 247, .24), transparent 70%) !important;
}

.article-card {
  background: #fff;
  box-shadow: 0 18px 40px rgba(194, 24, 91, .08);
}

.article-card h3 a,
.article-card .article-title-link {
  display: inline;
  color: #c2185b !important;
  text-decoration: none;
  cursor: pointer;
  pointer-events: auto !important;
  position: relative;
  z-index: 2;
}

.article-card h3 a:hover,
.article-card .article-title-link:hover {
  color: #8e1e4d !important;
  text-decoration: underline;
}

/* Phone banner — sits on blush; inner keeps brand pink */
.ct-phone-banner {
  background: linear-gradient(180deg, var(--ct-blush) 0%, var(--ct-rose-whisper) 100%);
  padding: 8px 0 64px;
}

.ct-phone-banner-inner {
  background:
    radial-gradient(circle at 88% 18%, rgba(255, 255, 255, .18), transparent 34%),
    linear-gradient(120deg, #8e1e4d 0%, #c2185b 42%, #ff4f9a 100%) !important;
}

/* About */
.ct-who-section {
  background:
    radial-gradient(ellipse 50% 55% at 92% 8%, rgba(255, 210, 228, .18), transparent 52%),
    radial-gradient(ellipse 40% 45% at 8% 90%, rgba(255, 241, 247, .22), transparent 50%),
    linear-gradient(180deg, var(--ct-pearl) 0%, var(--ct-blush) 100%) !important;
}

.about-page .about-intro-section {
  background:
    radial-gradient(ellipse 55% 50% at 0% 40%, rgba(255, 228, 240, .20), transparent 55%),
    linear-gradient(180deg, var(--ct-lilac-mist) 0%, var(--ct-pearl) 100%) !important;
}

.about-page .about-mv-section {
  background:
    radial-gradient(ellipse 50% 55% at 100% 0%, rgba(255, 200, 220, .16), transparent 52%),
    linear-gradient(180deg, var(--ct-rose-mist) 0%, var(--ct-pearl) 100%) !important;
}

.about-mv-section:before {
  background: radial-gradient(circle, rgba(255, 180, 210, .20), transparent 70%) !important;
}

.about-page .about-why-section {
  background:
    radial-gradient(ellipse 45% 50% at 0% 100%, rgba(255, 228, 240, .18), transparent 52%),
    linear-gradient(180deg, var(--ct-warm-white) 0%, var(--ct-blush) 100%) !important;
}

.ct-values-section {
  background:
    radial-gradient(ellipse 50% 50% at 8% 10%, rgba(250, 230, 242, .22), transparent 50%),
    radial-gradient(ellipse 40% 45% at 100% 90%, rgba(255, 241, 247, .18), transparent 50%),
    linear-gradient(180deg, var(--ct-lilac-mist) 0%, var(--ct-rose-whisper) 100%) !important;
}

.ct-value-card,
.about-value-tile {
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(8px);
}

/* Reviews page */
.ct-reviews-hero {
  background:
    radial-gradient(ellipse 50% 60% at 90% 10%, rgba(255, 210, 228, .22), transparent 52%),
    radial-gradient(ellipse 40% 50% at 8% 90%, rgba(255, 241, 247, .20), transparent 50%),
    linear-gradient(180deg, var(--ct-pearl) 0%, var(--ct-blush) 100%) !important;
}

.ct-reviews-page-body {
  background:
    radial-gradient(ellipse 50% 40% at 0% 0%, rgba(255, 228, 240, .16), transparent 50%),
    linear-gradient(180deg, var(--ct-rose-whisper) 0%, var(--ct-pearl) 42%, var(--ct-pearl) 100%) !important;
}

.ct-review-form-section {
  background:
    radial-gradient(ellipse 55% 50% at 100% 100%, rgba(255, 200, 220, .16), transparent 55%),
    linear-gradient(180deg, var(--ct-pearl) 0%, var(--ct-rose-mist) 100%) !important;
  padding-bottom: 72px;
}

.ct-page-featured,
.ct-review-form-panel {
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 18px 42px rgba(194, 24, 91, .08);
}

/* Inner pages */
.page-hero {
  background:
    radial-gradient(ellipse 55% 60% at 88% 8%, rgba(255, 210, 228, .18), transparent 52%),
    radial-gradient(ellipse 40% 50% at 6% 90%, rgba(255, 241, 247, .20), transparent 50%),
    linear-gradient(180deg, var(--ct-pearl) 0%, var(--ct-blush) 58%, var(--ct-rose-whisper) 100%) !important;
}

.ct-page-body {
  background:
    radial-gradient(ellipse 45% 40% at 0% 0%, rgba(255, 228, 240, .14), transparent 50%),
    linear-gradient(180deg, var(--ct-rose-whisper) 0%, var(--ct-warm-white) 38%, var(--ct-pearl) 100%) !important;
  padding-top: 8px;
  padding-bottom: 72px !important;
}

.ct-page-cta {
  background: linear-gradient(180deg, var(--ct-pearl) 0%, var(--ct-rose-mist) 100%) !important;
}

.card-soft {
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 18px 42px rgba(194, 24, 91, .08);
}

/* Footer — muted, matches site (not too bright) */
.footer.ct-site-footer {
  position: relative;
  overflow: hidden;
  padding: 64px 0 0;
  border-top: 1px solid rgba(194, 24, 91, .08);
  background:
    radial-gradient(ellipse 55% 70% at 0% 100%, rgba(255, 228, 240, .18), transparent 58%),
    radial-gradient(ellipse 45% 50% at 100% 0%, rgba(250, 235, 244, .14), transparent 52%),
    linear-gradient(180deg, #f8f6f7 0%, #f3f1f3 100%) !important;
  color: #3d3538;
}

.footer.ct-site-footer::before {
  display: none;
}

.footer.ct-site-footer .container {
  position: relative;
  z-index: 1;
}

.ct-footer-brand {
  display: inline-block;
  margin-bottom: 16px;
}

.ct-footer-brand .site-logo,
.ct-footer-logo {
  display: block;
  width: auto;
  height: auto;
  max-height: 100px;
  max-width: 460px;
  object-fit: contain;
  object-position: left center;
}

.ct-footer-tagline {
  max-width: 300px;
  margin: 0;
  color: #5a5058;
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.55;
}

.footer.ct-site-footer .footer-title {
  margin-bottom: 14px;
  color: #8e4a68;
  font-family: "Sora", sans-serif;
  font-size: .9rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ct-footer-links,
.ct-footer-contact {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.ct-footer-links a,
.ct-footer-contact a,
.ct-footer-contact span {
  color: #3b3034;
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.45;
  text-decoration: none;
}

.ct-footer-links a:hover,
.ct-footer-contact a:hover {
  color: #c2185b;
}

.ct-footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.ct-footer-contact i {
  flex: 0 0 auto;
  margin-top: 2px;
  color: #9d5578;
  font-size: .95rem;
}

.ct-footer-bar {
  margin-top: 48px;
  background: linear-gradient(90deg, #4a2f3d 0%, #5c3a48 52%, #6b4456 100%);
}

.ct-footer-bar-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 10px 18px;
  min-height: 52px;
  color: rgba(255, 255, 255, .92);
  font-size: .95rem;
  font-weight: 600;
}

.ct-footer-copy {
  justify-self: start;
}

.ct-footer-legal {
  justify-self: end;
  text-align: right;
}

.ct-footer-credit {
  justify-self: end;
  text-align: right;
}

.ct-footer-legal,
.ct-footer-credit {
  opacity: .95;
}

@media (max-width: 991.98px) {
  .ct-footer-bar-inner {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .ct-footer-copy,
  .ct-footer-legal,
  .ct-footer-credit {
    justify-self: center;
    text-align: center;
  }
}

/* Read more for long reviews and admin replies */
.ct-expandable {
  margin: 0 0 16px;
}

.ct-featured-quote > .ct-expandable,
.ct-page-featured > .ct-expandable {
  margin: 0 0 22px;
}

.ct-admin-reply > .ct-expandable {
  margin: 0;
}

.ct-expandable-text.is-clamped {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--ct-lines, 4);
  overflow: hidden;
}

.ct-featured-quote .ct-expandable-text,
.ct-page-featured .ct-expandable-text,
.ct-review-card .ct-expandable-text,
.ct-admin-reply .ct-expandable-text {
  margin-bottom: 0;
}

.ct-read-more {
  display: inline-block;
  margin-top: 8px;
  padding: 0;
  border: 0;
  background: none;
  color: #c2185b;
  font-size: 1rem;
  font-weight: 800;
  cursor: pointer;
}

.ct-read-more:hover {
  text-decoration: underline;
}

.reviews-page .reveal-on-scroll,
.reviews-page .reveal-on-scroll.is-visible,
.awards-page .reveal-on-scroll,
.awards-page .reveal-on-scroll.is-visible,
.ct-care-provide.reveal-on-scroll,
.ct-funding-section.reveal-on-scroll,
.ct-awards-section.reveal-on-scroll,
.ct-know-section.reveal-on-scroll {
  opacity: 1 !important;
  transform: none !important;
}

/* =========================================================
   Care we provide — tabbed carousel
   ========================================================= */
.ct-care-provide {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(ellipse 55% 50% at 100% 0%, rgba(232, 62, 140, .12), transparent 52%),
    linear-gradient(180deg, #fff7fb 0%, #fff 100%) !important;
}

.ct-care-provide-head {
  max-width: 760px;
  margin: 0 auto 28px;
  text-align: center;
}

.ct-care-provide-head .section-heading {
  max-width: none !important;
}

.ct-care-type-tabs {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 auto 28px;
  padding: 6px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(194, 24, 91, .12);
  box-shadow: 0 12px 28px rgba(142, 30, 77, .08);
}

.ct-care-provide .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ct-care-type-tab {
  border: 0;
  border-radius: 999px;
  padding: 10px 18px;
  background: transparent;
  color: #5a4a52;
  font-family: "Sora", sans-serif;
  font-size: .875rem;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  transition: background .22s ease, color .22s ease, box-shadow .22s ease;
}

@media (min-width: 1200px) {
  .ct-care-type-tab {
    padding: 12px 24px;
    font-size: 1.02rem;
  }
}

.ct-care-type-tab.is-active {
  background: linear-gradient(135deg, #ff4f9a, #c2185b);
  color: #fff;
  box-shadow: 0 10px 22px rgba(194, 24, 91, .24);
}

.ct-care-slider-panel {
  width: 100%;
  display: none;
}

.ct-care-slider-panel.is-active {
  display: block;
}

.ct-care-slider {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
}

.ct-care-track-wrap {
  overflow: hidden;
  min-width: 0;
}

.ct-care-track {
  display: flex;
  gap: 20px;
  transition: transform .38s ease;
  will-change: transform;
}

.ct-care-card {
  flex: 0 0 calc((100% - 40px) / 3);
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-height: 100%;
  padding: 28px 26px 24px;
  background: #fff;
  border: 1px solid rgba(194, 24, 91, .10);
  border-radius: 20px;
  box-shadow: 0 10px 28px rgba(142, 30, 77, .08);
}

.ct-care-card-head {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 22px;
}

.ct-care-card-icon {
  flex: 0 0 auto;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff4f8;
  color: #c2185b;
  font-size: 1.55rem;
}

.ct-care-card-intro {
  min-width: 0;
}

.ct-care-card-intro h3 {
  margin: 0 0 6px;
  color: #c2185b;
  font-family: "Sora", sans-serif;
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1.2;
}

.ct-care-card-intro p {
  margin: 0;
  color: #4a5164;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5;
}

.ct-care-card ul {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
  display: grid;
  gap: 10px;
  flex: 1 1 auto;
}

.ct-care-card li {
  position: relative;
  padding-left: 18px;
  color: #2f3340;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5;
}

.ct-care-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .68em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c2185b;
}

.ct-care-card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: #c2185b;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.02rem, 1.08vw, 1.12rem);
  font-weight: 800;
  text-decoration: none;
}

.ct-care-card-link:hover {
  color: #8e1e4d;
}

.ct-care-card-link i {
  font-size: 1rem;
  transition: transform .2s ease;
}

.ct-care-card-link:hover i {
  transform: translateX(3px);
}

.ct-care-arrow {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #c2185b;
  font-size: 1.2rem;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(142, 30, 77, .12);
  transition: transform .2s ease, opacity .2s ease, background .2s ease;
}

.ct-care-arrow:hover:not(:disabled) {
  background: #fff1f7;
  transform: translateY(-1px);
}

.ct-care-arrow:disabled {
  opacity: .35;
  cursor: not-allowed;
  box-shadow: none;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .ct-care-card {
    flex-basis: calc((100% - 20px) / 2);
  }
}

@media (max-width: 991.98px) {
  .ct-care-slider {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ct-care-arrow {
    display: none;
  }

  .ct-care-track-wrap {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .ct-care-track-wrap::-webkit-scrollbar {
    display: none;
  }

  .ct-care-track {
    transform: none !important;
  }

  .ct-care-card {
    flex: 0 0 min(82vw, 340px);
    scroll-snap-align: start;
  }
}

@media (max-width: 575.98px) {
  .ct-care-type-tabs {
    width: 100%;
    justify-content: center;
  }

  .ct-care-type-tab {
    flex: 1 1 0;
    padding: 12px 14px;
    font-size: .95rem;
  }

  .ct-care-card {
    flex-basis: 88vw;
  }
}

/* =========================================================
   Funding & fees
   ========================================================= */
.ct-funding-section {
  position: relative;
  isolation: isolate;
  background:
    radial-gradient(ellipse 50% 50% at 0% 0%, rgba(255, 228, 240, .18), transparent 52%),
    linear-gradient(180deg, var(--ct-lilac-mist) 0%, var(--ct-pearl) 100%) !important;
}

.ct-funding-head {
  max-width: 680px;
  margin-bottom: 28px;
}

.ct-funding-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 18px;
}

.ct-funding-card {
  background: #fff;
  border-radius: 28px;
  padding: 26px 24px;
  box-shadow: 0 18px 42px rgba(194, 24, 91, .08);
}

.ct-funding-card h3 {
  font-size: 1.2rem;
  font-weight: 850;
  margin-bottom: 18px;
  padding-left: 12px;
  border-left: 5px solid #c2185b;
}

.ct-funding-table {
  display: grid;
  gap: 0;
  border: 1px solid rgba(194, 24, 91, .12);
  border-radius: 18px;
  overflow: hidden;
}

.ct-funding-row {
  display: grid;
  grid-template-columns: 1.4fr .8fr;
  gap: 12px;
  padding: 14px 16px;
  align-items: center;
  border-top: 1px solid rgba(194, 24, 91, .08);
}

.ct-funding-row.is-head {
  background: #fff1f7;
  border-top: 0;
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #8e1e4d;
}

.ct-funding-row strong {
  color: #c2185b;
  font-size: 1.05rem;
}

.ct-funding-note {
  margin: 14px 0 0;
  color: #6d4b58;
  font-size: .88rem;
}

.ct-funding-list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  display: grid;
  gap: 12px;
}

.ct-funding-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: 650;
}

.ct-funding-list .is-yes i { color: #1f8a5b; }
.ct-funding-list .is-no i { color: #9aa3ad; }
.ct-funding-list .is-no span { color: #6d4b58; }

.ct-funding-explain {
  border: 0;
  background: none;
  padding: 0;
  color: #c2185b;
  font-weight: 800;
  font-size: .9rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.ct-funding-modal {
  z-index: 100050 !important;
}

body:has(.ct-funding-modal.show) .modal-backdrop {
  z-index: 100040 !important;
}

.ct-funding-modal .modal-content {
  border: 0;
  border-radius: 24px;
  padding: 6px 4px 10px;
  box-shadow: 0 24px 60px rgba(47, 32, 40, .22);
}

.ct-funding-modal .modal-header {
  border: 0;
  padding: 18px 22px 8px;
  align-items: center;
}

.ct-funding-modal .modal-title {
  font-size: 1.35rem;
  font-weight: 850;
  color: #2f2028;
}

.ct-funding-modal-close {
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: #fff1f7;
  color: #c2185b;
  display: grid;
  place-items: center;
  font-size: .95rem;
}

.ct-funding-modal-close:hover {
  background: #c2185b;
  color: #fff;
}

.ct-funding-modal .modal-body {
  padding: 8px 22px 22px;
  display: grid;
  gap: 22px;
}

.ct-funding-type {
  position: relative;
  margin-top: 10px;
  padding: 28px 18px 16px;
  border: 1px solid #d7dce2;
  border-radius: 14px;
  background: #f7f9fb;
}

.ct-funding-type span {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  background: #c2185b;
  color: #fff;
  border-radius: 999px;
  padding: 6px 16px;
  font-size: .82rem;
  font-weight: 800;
}

.ct-funding-type p {
  margin: 0;
  color: #3d3a40;
  font-size: .95rem;
  line-height: 1.55;
}

.ct-funding-type-note {
  margin-top: 8px !important;
  font-style: italic;
  color: #5b5560 !important;
}

.ct-funding-banner {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 20px 0 0;
  padding: 14px 16px;
  border-radius: 16px;
  background: #eef6fb;
  color: #355066;
  font-size: .92rem;
}

.ct-funding-banner i {
  color: #2f7fb8;
  margin-top: 2px;
}

.ct-funding-cta {
  margin-top: 18px;
  padding: 22px 24px;
  border-radius: 24px;
  background: linear-gradient(135deg, #fff, #fff1f7);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  box-shadow: 0 16px 36px rgba(194, 24, 91, .08);
}

.ct-funding-cta p {
  margin: 0;
  font-weight: 750;
  color: #2f2028;
}

.ct-funding-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ct-funding-actions .btn i { margin-right: 8px; }

/* Good to know */
.ct-know-section {
  padding: 10px 0 18px !important;
  background: transparent !important;
}

.ct-know-strip {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  overflow: hidden;
  border-radius: 22px;
  background: linear-gradient(95deg, #6c1238 0%, #c2185b 48%, #e83e8c 100%);
  color: #fff;
  box-shadow: 0 16px 36px rgba(142, 30, 77, .28);
}

.ct-know-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 18px 12px;
  background: rgba(0, 0, 0, .18);
  text-align: center;
}

.ct-know-label i {
  font-size: 1.2rem;
  color: #ffd0e4;
}

.ct-know-label span {
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
  line-height: 1.25;
}

.ct-know-items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ct-know-items article {
  padding: 16px 20px;
  border-left: 1px solid rgba(255, 255, 255, .18);
  min-width: 0;
}

.ct-know-items small {
  display: block;
  margin-bottom: 4px;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #ffd0e4;
}

.ct-know-items strong {
  display: block;
  font-size: 1.15rem;
  line-height: 1.2;
  color: #fff;
}

.ct-know-items span {
  display: block;
  margin-top: 3px;
  font-size: .82rem;
  font-weight: 650;
  color: rgba(255, 255, 255, .82);
}

.ct-know-items .is-featured {
  background: rgba(255, 255, 255, .12);
}

/* Awards */
.ct-awards-section {
  background:
    radial-gradient(ellipse 50% 45% at 0% 100%, rgba(255, 228, 240, .16), transparent 52%),
    linear-gradient(180deg, var(--ct-rose-whisper) 0%, var(--ct-pearl) 100%) !important;
}

.ct-awards-head {
  max-width: 640px;
  margin-bottom: 28px;
}

.awards-page .ct-awards-section {
  padding-top: 28px;
}

.ct-awards-list {
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 18px 42px rgba(194, 24, 91, .08);
  overflow: hidden;
}

.ct-award-row {
  display: grid;
  grid-template-columns: 200px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  padding: 22px 24px;
  border-bottom: 1px solid rgba(194, 24, 91, .1);
}

.ct-award-row:last-child {
  border-bottom: 0;
}

.ct-award-media {
  width: 200px;
  height: 180px;
  border-radius: 20px;
  background: linear-gradient(160deg, #fff1f7 0%, #fff 46%, #f7efe3 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  box-sizing: border-box;
  overflow: hidden;
}

.ct-award-media img {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center;
  padding: 0;
}

.ct-award-fallback {
  width: 64px;
  height: 64px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  background: #fff;
  box-shadow: 0 10px 24px rgba(194, 24, 91, .16);
}

.ct-award-fallback i,
.ct-award-media i {
  font-size: 2rem;
  color: #c2185b;
}

.ct-award-body {
  min-width: 0;
}

.ct-award-body h3 {
  font-size: 1.15rem;
  font-weight: 850;
  color: #2f2028;
  margin-bottom: 6px;
}

.ct-award-body time {
  display: block;
  color: #6d4b58;
  font-size: .86rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.ct-award-recipient {
  margin: 0 0 8px;
  color: #433236;
  font-size: .9rem;
}

.ct-award-recipient span {
  color: #c2185b;
  font-weight: 800;
}

.ct-award-copy,
.ct-award-body p:last-child {
  margin-bottom: 0;
  color: #6d4b58;
  font-size: .95rem;
}

@media (max-width: 991.98px) {
  .ct-funding-grid,
  .ct-funding-cta {
    grid-template-columns: 1fr 1fr;
  }

  .ct-know-strip {
    grid-template-columns: 1fr;
  }

  .ct-know-label {
    flex-direction: row;
    justify-content: flex-start;
    gap: 10px;
    padding: 12px 16px;
  }

  .ct-know-items article {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .16);
  }

  .ct-funding-cta {
    display: block;
  }

  .ct-funding-actions {
    margin-top: 12px;
  }
}

@media (max-width: 575.98px) {
  .ct-funding-grid,
  .ct-award-row,
  .ct-know-items,
  .ct-funding-row {
    grid-template-columns: 1fr;
  }

  .ct-award-media {
    width: 100%;
    height: 180px;
  }
}

/* =========================================================
   Heightened two-tier header
   ========================================================= */
.ct-site-header {
  background: #fff !important;
  box-shadow: 0 10px 28px rgba(47, 32, 40, .08) !important;
}

.ct-site-header::after {
  display: none !important;
}

.ct-topbar {
  min-height: 52px !important;
  background: linear-gradient(90deg, #fff4f8 0%, #ffe6f0 52%, #ffd9ea 100%) !important;
  color: #8e1e4d !important;
  border-bottom: 1px solid rgba(194, 24, 91, .12);
}

.ct-topbar .ct-header-container {
  justify-content: center !important;
  min-height: 52px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.ct-topbar-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 28px;
  width: 100%;
  padding: 8px 0;
}

.ct-topbar-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #8e1e4d !important;
  font-size: 1.05rem;
  font-weight: 750;
  line-height: 1.2;
  text-decoration: none !important;
  white-space: nowrap;
  transition: opacity .2s ease, transform .2s ease;
}

a.ct-topbar-item:hover {
  color: #c2185b !important;
  opacity: 1;
  transform: translateY(-1px);
}

.ct-topbar-item--support {
  padding: 6px 14px 6px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .7);
  border: 1px solid rgba(194, 24, 91, .14);
}

.ct-topbar-icon {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 34px;
  border-radius: 50%;
  background: #fff;
  color: #c2185b;
  font-size: 1rem;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .12);
}

.ct-topbar-text {
  letter-spacing: .01em;
}

.ct-main-header {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  min-height: 143px !important;
  padding: 10px 0 !important;
  background: #fff !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}

.ct-main-header .ct-header-container {
  min-height: 125px;
  align-items: center !important;
  gap: 28px !important;
}

.ct-site-brand {
  flex: 0 0 auto !important;
  min-width: 0;
  margin-right: 12px !important;
  padding: 4px 8px 4px 0 !important;
  overflow: visible !important;
}

.navbar-brand img,
.logo img,
.site-logo img,
.ct-site-logo {
  display: block !important;
  height: auto !important;
  width: auto !important;
  max-height: 100px !important;
  max-width: 460px !important;
  object-fit: contain !important;
  object-position: left center !important;
}

@media (min-width: 992px) {
  .ct-main-header .navbar-collapse,
  .ct-menu-collapse,
  .ct-menu-collapse.show,
  #navMain {
    flex: 1 1 auto !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: clamp(12px, 1.5vw, 28px) !important;
    margin-top: 0 !important;
    visibility: visible !important;
    height: auto !important;
  }

  .ct-main-header .ct-main-menu,
  .ct-main-menu {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    width: auto !important;
  }

  .ct-main-header .ct-menu-button,
  .ct-main-header .navbar-toggler {
    display: none !important;
  }

  .ct-main-header .ct-callback-btn {
    width: auto !important;
    margin-top: 0 !important;
    flex-shrink: 0;
  }

  .ct-main-menu .nav-link.active::after {
    display: block;
  }
}

.ct-main-menu {
  gap: 22px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.ct-main-menu .nav-link,
.ct-site-header .ct-main-menu .nav-link {
  position: relative !important;
  color: #3b3034 !important;
  font-size: 1.2rem !important;
  font-weight: 750 !important;
  letter-spacing: .01em !important;
  padding: 10px 2px !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.ct-main-menu .nav-link:hover {
  color: #e2186d !important;
  background: transparent !important;
}

.ct-main-menu .nav-link.active {
  color: #e2186d !important;
  background: transparent !important;
  box-shadow: none !important;
}

.ct-main-menu .nav-link.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 3px;
  border-radius: 99px;
  background: #e2186d;
}

.ct-callback-btn {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 10px 18px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #ff4f9a, #c2185b) !important;
  color: #fff !important;
  font-size: 1.2rem !important;
  font-weight: 800 !important;
  white-space: nowrap;
  box-shadow: 0 12px 24px rgba(194, 24, 91, .24);
}

.ct-callback-btn:hover {
  color: #fff !important;
  filter: brightness(1.04);
}

.ct-callback-btn i {
  font-size: .85rem;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .ct-main-header .ct-header-container {
    min-height: auto !important;
    gap: clamp(10px, 1.2vw, 18px) !important;
    flex-wrap: nowrap !important;
  }

  .ct-site-brand {
    min-width: 0 !important;
    max-width: clamp(200px, 22vw, 260px) !important;
    margin-right: clamp(8px, 1vw, 14px) !important;
  }

  .ct-main-menu {
    gap: clamp(6px, 0.9vw, 14px) !important;
  }

  .ct-main-menu .nav-link,
  .ct-site-header .ct-main-menu .nav-link {
    padding: 8px clamp(2px, 0.35vw, 6px) !important;
    white-space: nowrap !important;
  }

  .navbar-brand img,
  .logo img,
  .site-logo img,
  .ct-site-logo {
    max-height: clamp(78px, 8.5vw, 92px) !important;
    height: auto !important;
    max-width: clamp(200px, 22vw, 260px) !important;
  }

  .footer.ct-site-footer .ct-site-logo,
  .footer.ct-site-footer .ct-footer-logo {
    max-height: 100px !important;
    max-width: 390px !important;
  }

  .ct-callback-btn {
    min-height: 38px !important;
    padding: 9px 14px !important;
  }

  .ct-main-header {
    min-height: auto !important;
    padding: 8px 0 !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .ct-topbar-inner {
    gap: 8px 18px;
  }

  .ct-topbar-item {
    font-size: .78rem;
  }
}

@media (max-width: 991.98px) {
  .ct-topbar-inner {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 14px;
    padding: 10px 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .ct-topbar-inner::-webkit-scrollbar {
    display: none;
  }

  .ct-topbar-item {
    flex: 0 0 auto;
    font-size: 1rem;
  }

  .ct-topbar-item--support {
    padding-right: 12px;
  }

  .ct-main-header {
    min-height: 108px !important;
    padding: 12px 0 !important;
  }

  .ct-site-logo {
    max-height: 84px !important;
    height: 84px !important;
    max-width: 280px !important;
  }

  .ct-menu-collapse,
  .ct-menu-collapse.show {
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 8px !important;
    margin-top: 12px;
  }

  .ct-main-menu {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0 !important;
    width: 100%;
  }

  .ct-main-menu .nav-link,
  .ct-main-menu .nav-link.active,
  .ct-site-header .ct-main-menu .nav-link {
    font-size: 21px !important;
    padding: 14px 4px !important;
  }

  .ct-main-menu .nav-link.active::after {
    display: none;
  }

  .ct-callback-btn {
    width: 100%;
    justify-content: center;
    margin-top: 8px;
  }
}

/* =========================================================
   Family hero — high-contrast, eye-catching, one heading font
   ========================================================= */
.ct-family-hero {
  position: relative;
  overflow: hidden;
  padding: 64px 0 0;
  background:
    radial-gradient(ellipse 48% 70% at 100% 18%, rgba(255, 79, 154, .28), transparent 58%),
    radial-gradient(ellipse 36% 50% at 0% 88%, rgba(194, 24, 91, .12), transparent 62%),
    linear-gradient(118deg, #ffffff 0%, #fff7fb 38%, #ffe6f1 100%);
}

.ct-family-glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(8px);
}

.ct-family-glow-a {
  width: 420px;
  height: 420px;
  right: -80px;
  top: -90px;
  background: radial-gradient(circle, rgba(255, 79, 154, .38), transparent 68%);
}

.ct-family-glow-b {
  width: 280px;
  height: 280px;
  left: -90px;
  bottom: 40px;
  background: radial-gradient(circle, rgba(194, 24, 91, .16), transparent 70%);
}

.ct-family-copy {
  position: relative;
  z-index: 2;
  padding-bottom: 48px;
}

.ct-family-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  padding: 9px 16px;
  border-radius: 999px;
  background: #c2185b;
  color: #fff;
  font-family: "Sora", sans-serif;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  box-shadow: 0 12px 24px rgba(194, 24, 91, .22);
}

.ct-family-kicker i {
  font-size: 1.05rem;
}

.ct-family-heading {
  margin: 0 0 22px;
  max-width: 680px;
  color: #141828 !important;
  font-family: "Sora", sans-serif !important;
  font-size: clamp(2.6rem, 4.8vw, 3.85rem) !important;
  font-weight: 800 !important;
  line-height: 1.12 !important;
  letter-spacing: -.035em;
}

.ct-family-heading span {
  color: #c2185b;
  font-family: inherit;
  font-weight: inherit;
}

.ct-family-points {
  list-style: none;
  margin: 0 0 34px;
  padding: 0;
  display: grid;
  gap: 16px;
}

.ct-family-points li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .82);
  border: 1px solid rgba(194, 24, 91, .10);
  box-shadow: 0 10px 28px rgba(142, 30, 77, .06);
}

.ct-family-icon {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  font-size: 1.25rem;
  background: linear-gradient(135deg, #ff4f9a, #c2185b);
  box-shadow: 0 10px 20px rgba(194, 24, 91, .24);
}

.ct-family-points p {
  margin: 0;
  color: #1a1f2e;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.55;
}

.ct-family-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.ct-family-btn-primary,
.ct-family-btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 16px 26px;
  border-radius: 999px;
  font-family: "Sora", sans-serif;
  font-size: 1.12rem;
  font-weight: 800;
  line-height: 1;
}

.ct-family-btn-primary {
  background: linear-gradient(135deg, #ff4f9a, #c2185b) !important;
  color: #fff !important;
  border: 0 !important;
  box-shadow: 0 16px 32px rgba(194, 24, 91, .32);
}

.ct-family-btn-primary:hover {
  color: #fff !important;
  filter: brightness(1.06);
  transform: translateY(-1px);
}

.ct-family-btn-ghost {
  background: #fff !important;
  color: #c2185b !important;
  border: 2px solid #c2185b !important;
}

.ct-family-btn-ghost:hover {
  background: #fff1f7 !important;
  color: #8e1e4d !important;
}

.ct-family-visual {
  position: relative;
  min-height: 560px;
  padding: 18px 8px 28px 28px;
}

.ct-family-backplate {
  position: absolute;
  inset: 36px 8px 18px 18%;
  border-radius: 36px;
  background: linear-gradient(160deg, #ff4f9a 0%, #c2185b 100%);
  transform: rotate(6deg);
  box-shadow: 0 28px 50px rgba(194, 24, 91, .22);
}

.ct-family-main-shot,
.ct-family-inset-shot {
  margin: 0;
  overflow: hidden;
  background: #fff;
}

.ct-family-main-shot {
  position: relative;
  z-index: 1;
  width: min(460px, 88%);
  aspect-ratio: 4 / 5;
  margin-left: auto;
  border: 8px solid #fff;
  border-radius: 240px 240px 32px 32px;
  box-shadow: 0 28px 60px rgba(80, 18, 42, .22);
}

.ct-family-main-shot img,
.ct-family-inset-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ct-family-main-shot img {
  object-position: center 22%;
}

.ct-family-inset-shot {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 42px;
  width: min(220px, 46%);
  aspect-ratio: 5 / 4;
  border: 7px solid #fff;
  border-radius: 22px;
  transform: rotate(-8deg);
  box-shadow: 0 18px 40px rgba(80, 18, 42, .2);
}

.ct-family-inset-shot img {
  object-position: center 30%;
}

.ct-family-chip {
  position: absolute;
  z-index: 4;
  right: 18px;
  bottom: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 190px;
  padding: 12px 14px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(142, 30, 77, .18);
}

.ct-family-chip i {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(135deg, #ff4f9a, #c2185b);
  color: #fff;
  font-size: 1.15rem;
}

.ct-family-chip strong,
.ct-family-chip small {
  display: block;
  line-height: 1.2;
}

.ct-family-chip strong {
  color: #c2185b;
  font-family: "Sora", sans-serif;
  font-size: 1.02rem;
  font-weight: 800;
}

.ct-family-chip small {
  margin-top: 3px;
  color: #3b4254;
  font-size: .86rem;
  font-weight: 600;
}

.ct-family-wave {
  display: block;
  width: 100%;
  height: 78px;
  margin-top: -20px;
}

@media (max-width: 991.98px) {
  .ct-family-hero {
    padding: 32px 0 0;
  }

  .ct-family-copy {
    padding-bottom: 4px;
  }

  .ct-family-heading {
    font-size: clamp(2.05rem, 7.2vw, 2.75rem) !important;
  }

  .ct-family-visual {
    min-height: 0;
    max-width: 460px;
    margin: 0 auto;
    padding: 12px 8px 20px 20px;
  }

  .ct-family-main-shot {
    width: 86%;
    margin: 0 auto;
  }

  .ct-family-inset-shot {
    left: 4%;
    bottom: 28px;
  }

  .ct-family-chip {
    right: 8px;
  }
}

@media (max-width: 575.98px) {
  .ct-family-heading {
    font-size: 2rem !important;
  }

  .ct-family-points p {
    font-size: 1.08rem;
  }

  .ct-family-btn-primary,
  .ct-family-btn-ghost {
    width: 100%;
    justify-content: center;
  }

  .ct-family-chip {
    min-width: 140px;
    padding: 10px 12px;
  }

  .ct-family-chip strong {
    font-size: .95rem;
  }
}

/* =========================================================
   Trust signals — below hero
   ========================================================= */
.ct-trust-section {
  position: relative;
  padding: 28px 0 36px;
  background:
    radial-gradient(ellipse 60% 50% at 50% 0%, rgba(255, 241, 247, .35), transparent 62%),
    linear-gradient(180deg, var(--ct-blush) 0%, var(--ct-pearl) 100%);
}

.ct-trust-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.ct-trust-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  min-height: 220px;
  padding: 22px 16px 18px;
  text-align: center;
  background: #fff;
  border: 1px solid rgba(194, 24, 91, .08);
  border-radius: 22px;
  box-shadow: 0 14px 34px rgba(142, 30, 77, .07);
  transition: transform .22s ease, box-shadow .22s ease;
}

.ct-trust-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 42px rgba(142, 30, 77, .12);
}

.ct-trust-official-logo {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 72px;
  object-fit: contain;
}

.ct-trust-official-logo-icon {
  max-height: 68px;
}

.ct-trust-official-logo-dbs {
  max-height: 86px;
}

.ct-trust-mark {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 56px;
}

.ct-trust-mark-q {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(135deg, #c2185b, #8e1e4d);
  color: #fff;
  font-family: "Sora", sans-serif;
  font-size: 1.55rem;
  font-weight: 800;
  line-height: 1;
}

.ct-trust-mark-label {
  color: #8e1e4d;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.15;
  text-align: left;
  letter-spacing: .01em;
}

.ct-trust-mark-dbs {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(135deg, #fff1f7, #ffe6f0);
  color: #c2185b;
  font-size: 1.65rem;
}

.ct-trust-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(135deg, #fff1f7, #ffe6f0);
  color: #c2185b;
  font-size: 1.55rem;
}

.ct-trust-icon-support {
  border-radius: 50%;
  background: linear-gradient(135deg, #ff4f9a, #c2185b);
  color: #fff;
  font-family: "Sora", sans-serif;
  font-size: .95rem;
  font-weight: 800;
  letter-spacing: .02em;
}

.ct-trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #fff1f7;
  color: #8e1e4d;
  font-family: "Sora", sans-serif;
  font-size: .98rem;
  font-weight: 800;
  line-height: 1;
}

.ct-trust-badge-success {
  background: #e8f8ef;
  color: #1f7a45;
}

.ct-trust-badge i {
  font-size: 1rem;
}

.ct-trust-title {
  margin: 0;
  color: #141828;
  font-family: "Sora", sans-serif;
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1.25;
}

.ct-trust-caption {
  margin: 0;
  color: #4a5164;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.45;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .ct-trust-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ct-trust-card:nth-child(4),
  .ct-trust-card:nth-child(5) {
    grid-column: span 1;
  }
}

@media (max-width: 991.98px) {
  .ct-trust-section {
    padding: 22px 0 28px;
  }

  .ct-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .ct-trust-card {
    min-height: 200px;
    padding: 18px 14px 16px;
  }

  .ct-trust-card:last-child {
    grid-column: 1 / -1;
    max-width: 420px;
    margin: 0 auto;
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .ct-trust-grid {
    grid-template-columns: 1fr;
  }

  .ct-trust-card {
    min-height: 0;
  }

  .ct-trust-card:last-child {
    max-width: none;
  }
}

/* =========================================================
   Why choose Care Together
   ========================================================= */
.ct-why-choose {
  background: #fffafd !important;
}

.ct-why-choose .section-heading {
  max-width: none !important;
}

.ct-why-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.ct-why-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 190px;
  padding: 24px 16px;
  text-align: center;
  background: #fff;
  border: 1px solid rgba(194, 24, 91, .10);
  border-radius: 22px;
  box-shadow: 0 14px 32px rgba(142, 30, 77, .07);
}

.ct-why-stat-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: 14px;
  border-radius: 16px;
  background: #fff1f7;
  color: #c2185b;
  font-size: 1.45rem;
}

.ct-why-stat strong {
  display: block;
  color: #c2185b;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.35rem, 1.8vw, 1.75rem);
  font-weight: 800;
  line-height: 1.15;
}

.ct-why-stat span {
  display: block;
  margin-top: 8px;
  color: #5a5160;
  font-size: .98rem;
  font-weight: 600;
  line-height: 1.45;
}

@media (max-width: 991.98px) {
  .ct-why-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .ct-why-stats {
    grid-template-columns: 1fr;
  }

  .ct-why-stat {
    min-height: 0;
  }
}

/* =========================================================
   Homepage awards — recognition wall
   ========================================================= */
.ct-home-awards {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #fff !important;
}

.ct-home-awards-glow {
  position: absolute;
  top: 58%;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  filter: blur(48px);
}

.ct-home-awards-glow-left {
  left: -140px;
  transform: translateY(-50%);
  background: radial-gradient(circle, rgba(255, 182, 212, .22), transparent 72%);
}

.ct-home-awards-glow-right {
  right: -140px;
  transform: translateY(-50%);
  background: radial-gradient(circle, rgba(255, 200, 220, .18), transparent 72%);
}

.ct-home-awards > .container {
  position: relative;
  z-index: 1;
}

.ct-home-awards-head {
  max-width: 760px;
  margin: 0 auto 36px;
  text-align: center;
}

.ct-home-awards-head .section-heading {
  max-width: none !important;
}

.ct-home-awards-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 999px;
  background: #fff9fc;
  color: #c2185b;
  font-family: "Sora", sans-serif;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  border: 1px solid rgba(255, 193, 214, .55);
}

.ct-home-awards-rail {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 24px 28px;
  padding: 8px 0 4px;
}

.ct-home-award-badge {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ct-home-award-plaque {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(148px, 13vw, 172px);
  height: clamp(148px, 13vw, 172px);
  padding: 22px 18px;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fff9fc 100%);
  border: 1px solid rgba(255, 205, 220, .65);
  box-shadow:
    0 10px 26px rgba(194, 24, 91, .05),
    inset 0 1px 0 rgba(255, 255, 255, .95);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.ct-home-award-badge:hover .ct-home-award-plaque {
  transform: translateY(-3px);
  border-color: rgba(255, 182, 204, .85);
  box-shadow:
    0 16px 34px rgba(194, 24, 91, .08),
    inset 0 1px 0 rgba(255, 255, 255, .95);
}

.ct-home-award-plaque img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.ct-home-award-fallback {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 16px;
  background: #fff3f8;
  color: #e83e8c;
  font-size: 1.55rem;
}

.ct-home-awards-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 50px;
  padding: 12px 24px;
  border: 1.5px solid rgba(255, 158, 190, .75) !important;
  border-radius: 999px;
  background: #fff !important;
  color: #c2185b !important;
  font-family: "Sora", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  box-shadow: 0 8px 20px rgba(194, 24, 91, .05);
}

.ct-home-awards-btn:hover {
  background: #fff1f7 !important;
  color: #8e1e4d !important;
}

@media (max-width: 991.98px) {
  .ct-home-awards-rail {
    gap: 20px 22px;
  }
}

@media (max-width: 575.98px) {
  .ct-home-awards-rail {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    gap: 16px;
    padding: 4px 2px 10px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .ct-home-awards-rail::-webkit-scrollbar {
    display: none;
  }

  .ct-home-award-badge {
    flex: 0 0 auto;
    scroll-snap-align: center;
  }
}

/* Footer — override app.css dark footer rules */
.footer.ct-site-footer {
  padding: 64px 0 0 !important;
  color: #3d3538 !important;
  background:
    radial-gradient(ellipse 55% 70% at 0% 100%, rgba(255, 228, 240, .18), transparent 58%),
    radial-gradient(ellipse 45% 50% at 100% 0%, rgba(250, 235, 244, .14), transparent 52%),
    linear-gradient(180deg, #f8f6f7 0%, #f3f1f3 100%) !important;
}

.footer.ct-site-footer h1,
.footer.ct-site-footer h2,
.footer.ct-site-footer h3,
.footer.ct-site-footer h4,
.footer.ct-site-footer h5,
.footer.ct-site-footer h6,
.footer.ct-site-footer .footer-title {
  color: #8e4a68 !important;
  font-family: "Sora", sans-serif !important;
}

.footer.ct-site-footer p,
.footer.ct-site-footer .ct-footer-tagline {
  color: #5a5058 !important;
}

.footer.ct-site-footer a {
  color: #3d3538 !important;
}

.footer.ct-site-footer a:hover {
  color: #9d5578 !important;
}

.footer.ct-site-footer .site-logo,
.footer.ct-site-footer .ct-footer-logo,
.footer.ct-site-footer .ct-site-logo {
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
  width: auto !important;
  max-width: 460px !important;
  max-height: 100px !important;
  height: auto !important;
  object-fit: contain !important;
  object-position: left center !important;
}

.footer.ct-site-footer .ct-footer-contact i {
  color: #9d5578 !important;
}

.footer.ct-site-footer .ct-footer-bar {
  background: linear-gradient(90deg, #4a2f3d 0%, #5c3a48 52%, #6b4456 100%) !important;
}

/* =========================================================
   Sitewide typography — readable scale (large screens)
   ========================================================= */
.eyebrow {
  font-size: 1.2rem !important;
  letter-spacing: .07em !important;
}

@media (min-width: 992px) {
  .eyebrow {
    font-size: 1.2rem !important;
  }

  .btn,
  .btn-primary,
  .btn-light-pink,
  .btn-lg,
  .btn-hero-primary,
  .btn-hero-ghost {
    font-size: 1.2rem !important;
  }

  .form-label {
    font-size: 1.2rem !important;
    font-weight: 700 !important;
  }

  .form-control,
  .form-select,
  textarea.form-control {
    font-size: 1.2rem !important;
  }

  main p,
  .section p,
  .ct-page-body p {
    font-size: 1.2rem !important;
    line-height: 1.7;
  }

  h3,
  .h3 {
    font-size: 1.45rem !important;
  }

  h4,
  .h4 {
    font-size: 1.25rem !important;
  }

  h5,
  .h5 {
    font-size: 1.2rem !important;
  }

  h6,
  .h6 {
    font-size: 1.2rem !important;
  }

  .ct-support-btn,
  .ct-family-btn-primary,
  .ct-family-btn-ghost {
    font-size: 1.2rem !important;
  }

  .ct-trust-title {
    font-size: 1.45rem !important;
  }

  .ct-trust-caption {
    font-size: 1.2rem !important;
  }

  .ct-care-card-intro h3 {
    font-size: 1.45rem !important;
  }

  .ct-care-card-intro p,
  .ct-care-card li {
    font-size: 1.2rem !important;
  }

  .ct-care-card-link {
    font-size: 1.2rem !important;
  }

  .ct-why-stat strong {
    font-size: 1.45rem !important;
  }

  .ct-why-stat span {
    font-size: 1.2rem !important;
  }

  .ct-featured-quote p,
  .ct-review-note p,
  .ct-review-card p {
    font-size: 1.2rem !important;
  }

  .ct-funding-card h3,
  .ct-value-card h3 {
    font-size: 1.45rem !important;
  }

  .ct-funding-row,
  .ct-funding-list li,
  .ct-funding-type p {
    font-size: 1.2rem !important;
  }

  .article-card h3 {
    font-size: 1.45rem !important;
  }

  .article-card p {
    font-size: 1.2rem !important;
  }

  .ct-phone-banner-inner h2 {
    font-size: clamp(1.85rem, 1.45rem + 1.35vw, 2.4rem) !important;
  }

  .ct-phone-banner-inner p {
    font-size: 1.2rem !important;
  }

  .ct-phone-number {
    font-size: clamp(2rem, 2.6vw, 3.1rem) !important;
  }

  .ct-topbar-item,
  .ct-topbar-text {
    font-size: 1.2rem !important;
  }

  .ct-family-kicker {
    font-size: 1.2rem !important;
  }

  .ct-footer-tagline,
  .ct-footer-links a,
  .ct-footer-contact a,
  .ct-footer-contact span {
    font-size: 1.2rem !important;
  }
}

@media (max-width: 991.98px) {
  .ct-main-menu .nav-link {
    font-size: 1.25rem !important;
  }
}

@media (max-width: 575.98px) {
  html {
    font-size: 106.25%;
  }

  .ct-topbar-link {
    font-size: .95rem !important;
  }

  .ct-family-heading {
    font-size: clamp(2rem, 8vw, 2.65rem) !important;
  }

  .ct-family-points p {
    font-size: 1.0625rem !important;
  }
}

/* =========================================================
   About page — readable typography (all sections)
   ========================================================= */
.about-page .lead-muted {
  font-size: clamp(1.125rem, 1.25vw, 1.35rem) !important;
  line-height: 1.75 !important;
}

.about-page .about-intro-section p:not(.lead-muted),
.about-page .about-mv-section p:not(.lead-muted),
.about-page .about-why-section p:not(.lead-muted),
.about-page .ct-values-section p:not(.lead-muted),
.about-page .mv-card > p,
.about-page .mv-points li,
.about-page .feature-list li,
.about-page .feature-card p,
.about-page .ct-value-card p,
.about-page .ct-value-principles p,
.about-page .ct-phone-banner-inner p {
  font-size: 1.3rem !important;
  line-height: 1.75 !important;
}

.about-page .mv-label {
  font-size: .95rem !important;
}

.about-page .mv-card h3 {
  font-size: clamp(1.5rem, 2.1vw, 1.9rem) !important;
  line-height: 1.25 !important;
}

.about-page .feature-card h5 {
  font-size: 1.28rem !important;
}

.about-page .feature-card p {
  font-size: 1.0625rem !important;
}

.about-page .feature-list li {
  font-size: 1.3rem !important;
  font-weight: 700 !important;
}

.about-page .about-story-badge strong {
  font-size: 1.65rem !important;
}

.about-page .about-story-badge small {
  font-size: 1rem !important;
  font-weight: 700 !important;
}

.about-page .ct-value-card h3 {
  font-size: clamp(1.4rem, 1.9vw, 1.6rem) !important;
}

.about-page .ct-know-label span {
  font-size: .88rem !important;
}

.about-page .ct-know-items strong {
  font-size: 1.28rem !important;
}

.about-page .ct-know-items span {
  font-size: 1.02rem !important;
}

.about-page .ct-know-items small {
  font-size: .875rem !important;
}

.about-page .btn-hero-primary,
.about-page .btn-hero-ghost {
  font-size: 1.0625rem !important;
  padding: 13px 22px !important;
}

.about-page .ct-phone-banner-inner h2 {
  font-size: clamp(1.75rem, 2.5vw, 2.35rem) !important;
}

.about-page .mv-points i {
  font-size: 1.35rem !important;
}

/* =========================================================
   Reviews page — readable typography (all sections)
   ========================================================= */
.reviews-page .crumb {
  font-size: .95rem !important;
  padding: 9px 15px !important;
}

.reviews-page .hero-lead {
  font-size: clamp(1.125rem, 1.25vw, 1.35rem) !important;
  line-height: 1.75 !important;
}

.reviews-page .ct-reviews-hero-score small {
  font-size: .95rem !important;
}

.reviews-page .ct-reviews-hero-score li {
  font-size: 1.0625rem !important;
}

.reviews-page .ct-reviews-stars {
  font-size: 1.15rem !important;
}

.reviews-page .lead-muted {
  font-size: clamp(1.125rem, 1.25vw, 1.35rem) !important;
  line-height: 1.75 !important;
}

.reviews-page .ct-page-featured p,
.reviews-page .ct-page-featured .ct-expandable-text,
.reviews-page .ct-review-card p,
.reviews-page .ct-review-card .ct-expandable-text,
.reviews-page .ct-reviews-empty p {
  font-size: 1.2rem !important;
  line-height: 1.75 !important;
}

.reviews-page .ct-page-featured footer strong,
.reviews-page .review-user strong {
  font-size: 1.125rem !important;
}

.reviews-page .ct-page-featured footer small,
.reviews-page .review-user small {
  font-size: 1rem !important;
}

.reviews-page .reviews-count-badge,
.reviews-page .review-featured-badge {
  font-size: 1rem !important;
  padding: 9px 15px !important;
}

.reviews-page .ct-admin-reply-label {
  font-size: .9rem !important;
}

.reviews-page .ct-admin-reply p,
.reviews-page .ct-admin-reply .ct-expandable-text {
  font-size: 1.0625rem !important;
  line-height: 1.65 !important;
}

.reviews-page .ct-admin-reply time {
  font-size: .95rem !important;
}

.reviews-page .ct-read-more {
  font-size: 1.0625rem !important;
}

.reviews-page .ct-review-form-panel .form-label {
  font-size: 1.0625rem !important;
}

.reviews-page .ct-review-form-panel .form-control,
.reviews-page .ct-review-form-panel textarea.form-control {
  font-size: 1.0625rem !important;
}

.reviews-page .btn-hero-primary,
.reviews-page .btn-primary {
  font-size: 1.0625rem !important;
}

.reviews-page .star-input {
  font-size: 1.85rem !important;
}

.reviews-page .ct-reviews-empty h3 {
  font-size: 1.45rem !important;
}

/* =========================================================
   Home Care page — services showcase
   ========================================================= */
.home-care-page .ct-hc-hero {
  background:
    radial-gradient(ellipse 55% 60% at 92% 8%, rgba(255, 210, 228, .22), transparent 58%),
    radial-gradient(ellipse 45% 50% at 6% 90%, rgba(255, 241, 247, .24), transparent 50%),
    linear-gradient(180deg, #ffffff 0%, var(--ct-blush) 100%) !important;
}

.home-care-page .ct-hc-intro {
  background: #fff !important;
}

.ct-hc-intro-card {
  height: 100%;
  padding: 28px 26px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 180, 210, .14), transparent 38%),
    linear-gradient(180deg, #fffefe 0%, #fff7fb 100%);
  border: 1px solid rgba(232, 62, 140, .12);
  box-shadow: 0 18px 44px rgba(194, 24, 91, .08);
}

.ct-hc-intro-card-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  border-radius: 18px;
  background: linear-gradient(135deg, #ff4f9a, #c2185b);
  color: #fff;
  font-size: 1.45rem;
  box-shadow: 0 12px 24px rgba(194, 24, 91, .22);
}

.ct-hc-intro-card h3 {
  margin-bottom: 10px;
  color: #2f2028;
  font-family: "Sora", sans-serif;
  font-size: 1.45rem;
  font-weight: 800;
}

.ct-hc-services {
  background:
    radial-gradient(ellipse 50% 45% at 0% 0%, rgba(255, 228, 240, .20), transparent 55%),
    radial-gradient(ellipse 45% 40% at 100% 100%, rgba(255, 241, 247, .22), transparent 52%),
    linear-gradient(180deg, var(--ct-rose-whisper) 0%, #ffffff 100%) !important;
}

.ct-hc-services-head {
  max-width: 720px;
  margin-bottom: 36px;
}

.ct-hc-services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.ct-hc-service-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(194, 24, 91, .10);
  box-shadow: 0 16px 40px rgba(194, 24, 91, .08);
  transition: transform .25s ease, box-shadow .25s ease;
}

.ct-hc-service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 52px rgba(194, 24, 91, .14);
}

.ct-hc-service-media {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.ct-hc-service-media img,
.ct-hc-service-media-fallback {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ct-hc-service-media-fallback {
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, .22), transparent 40%),
    linear-gradient(135deg, #ff5aa3 0%, #c2185b 100%);
}

.ct-hc-service-card.tone-2 .ct-hc-service-media-fallback {
  background: linear-gradient(135deg, #e83e8c 0%, #8e1e4d 100%);
}

.ct-hc-service-card.tone-3 .ct-hc-service-media-fallback {
  background: linear-gradient(135deg, #ff79b4 0%, #c2185b 100%);
}

.ct-hc-service-card.tone-4 .ct-hc-service-media-fallback {
  background: linear-gradient(135deg, #d6247a 0%, #6f163c 100%);
}

.ct-hc-service-icon {
  position: absolute;
  left: 18px;
  bottom: 18px;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: rgba(255, 255, 255, .94);
  color: #c2185b;
  font-size: 1.4rem;
  box-shadow: 0 10px 24px rgba(46, 8, 24, .16);
}

.ct-hc-service-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 24px 24px 22px;
}

.ct-hc-service-body h3 {
  margin: 0 0 10px;
  color: #c2185b;
  font-family: "Sora", sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.25;
}

.ct-hc-service-body p {
  flex: 1 1 auto;
  margin: 0 0 18px;
  color: #4a5164;
  font-size: 1.0625rem;
  line-height: 1.65;
}

.ct-hc-service-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: #c2185b !important;
  font-size: 1.0625rem;
  font-weight: 800;
  text-decoration: none;
  transition: gap .2s ease, color .2s ease;
}

.ct-hc-service-link:hover {
  color: #8e1e4d !important;
  gap: 12px;
}

.ct-hc-services-empty {
  text-align: center;
  padding: 48px 28px;
  border-radius: 28px;
  background: #fff;
  border: 1px solid rgba(232, 62, 140, .12);
  box-shadow: 0 16px 40px rgba(194, 24, 91, .08);
}

.ct-hc-services-empty i {
  display: inline-grid;
  place-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: 16px;
  border-radius: 20px;
  background: #fff1f7;
  color: #c2185b;
  font-size: 1.75rem;
}

.ct-hc-services-empty h3 {
  margin-bottom: 8px;
  font-family: "Sora", sans-serif;
  font-size: 1.45rem;
  font-weight: 800;
}

.ct-hc-cta-band {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 36px 40px;
  border-radius: 32px;
  color: #fff;
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 255, 255, .18), transparent 28%),
    linear-gradient(120deg, #8e1e4d 0%, #c2185b 42%, #ff4f9a 100%);
  box-shadow: 0 24px 56px rgba(142, 30, 77, .22);
}

.ct-hc-cta-band .section-heading,
.ct-hc-cta-band p {
  color: #fff !important;
}

.ct-hc-cta-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}

.ct-hc-cta-phone {
  color: #fff !important;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.75rem, 2.5vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -.03em;
  line-height: 1;
  text-decoration: none;
}

@media (max-width: 991.98px) {
  .ct-hc-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .ct-hc-cta-band {
    padding: 28px 24px;
  }

  .ct-hc-cta-actions {
    align-items: flex-start;
  }
}

@media (max-width: 575.98px) {
  .ct-hc-services-grid {
    grid-template-columns: 1fr;
  }

  .ct-hc-service-media {
    height: 200px;
  }
}

/* =========================================================
   Site-wide responsive — laptop (1024), tablet & mobile
   ========================================================= */
html {
  overflow-x: clip;
}

body {
  overflow-x: clip;
}

main {
  overflow-x: clip;
}

img,
video,
svg {
  max-width: 100%;
}

.ct-header-container {
  padding-left: max(16px, env(safe-area-inset-left)) !important;
  padding-right: max(16px, env(safe-area-inset-right)) !important;
}

/* Medium desktop — 1200px to 1399px */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .ct-site-brand {
    min-width: 0 !important;
    max-width: 220px !important;
  }

  .navbar-brand img,
  .logo img,
  .site-logo img,
  .ct-site-logo {
    max-height: 80px !important;
    max-width: 220px !important;
  }

  .ct-main-menu {
    gap: 10px !important;
  }

  .ct-main-menu .nav-link,
  .ct-site-header .ct-main-menu .nav-link {
    padding: 8px 4px !important;
  }

  .ct-callback-btn {
    min-height: 44px !important;
    padding: 10px 16px !important;
  }

  .ct-main-header .ct-header-container {
    gap: 14px !important;
  }
}

/* Laptop / small desktop — 992px to 1199px (includes 1024) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .ct-topbar-inner {
    justify-content: center;
    gap: 8px 14px !important;
  }

  .ct-topbar-icon {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
    font-size: .9rem;
  }

  .ct-family-visual {
    min-height: 0;
    padding-bottom: 24px;
  }

  .ct-family-main-shot {
    width: min(360px, 90%);
  }

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

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

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

  .ct-reviews-stage {
    grid-template-columns: 1fr;
  }

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

  .ct-values-grid {
    grid-template-columns: 1fr 1fr;
  }

  .ct-value-card.is-large {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .ct-value-card:nth-child(4) {
    grid-column: auto;
  }

  .ct-who-panel {
    grid-template-columns: 1fr;
  }

  .ct-who-media {
    min-height: 360px;
  }

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

  .ct-funding-grid,
  .ct-funding-cta {
    grid-template-columns: 1fr;
  }

  .ct-know-strip {
    grid-template-columns: 1fr;
  }

  .ct-know-items {
    grid-template-columns: 1fr;
  }

  .ct-brochure-panel > .row {
    flex-direction: column;
  }

  .ct-brochure-visual img {
    min-height: 280px;
  }

  .ct-brochure-form {
    padding: 28px 24px;
  }

  .ct-phone-banner-inner,
  .ct-hc-cta-band {
    flex-direction: column;
    align-items: flex-start;
  }

  .ct-phone-banner-actions,
  .ct-hc-cta-actions {
    align-items: flex-start;
    width: 100%;
  }

  .footer.ct-site-footer .row > .col-lg-3:first-child {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .footer.ct-site-footer .row > [class*="col-lg-2"],
  .footer.ct-site-footer .row > .col-lg-3:last-child {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .hero-heading,
  .section-heading,
  .display-3,
  .display-5 {
    max-width: 100% !important;
  }

  .page-hero,
  .ct-hc-hero,
  .ct-reviews-hero {
    padding-top: 28px !important;
    padding-bottom: 32px !important;
  }
}

/* Tablet — up to 991px */
@media (max-width: 991.98px) {
  .container,
  .container-fluid {
    padding-left: max(18px, env(safe-area-inset-left));
    padding-right: max(18px, env(safe-area-inset-right));
  }

  .section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .ct-family-hero {
    padding-top: 28px;
  }

  .ct-brochure-panel > .row {
    flex-direction: column;
  }

  .ct-brochure-form {
    padding: 24px 20px;
  }

  .ct-phone-banner-inner,
  .ct-hc-cta-band,
  .ct-funding-cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .ct-values-grid {
    grid-template-columns: 1fr;
  }

  .ct-value-card.is-large,
  .ct-value-card:nth-child(4) {
    grid-column: auto;
    grid-row: auto;
  }

  .ct-value-principles {
    grid-template-columns: 1fr;
  }

  .ct-who-panel {
    grid-template-columns: 1fr;
  }

  .ct-who-media {
    min-height: 320px;
  }

  .ct-funding-grid {
    grid-template-columns: 1fr;
  }

  .ct-know-strip {
    grid-template-columns: 1fr;
  }

  .ct-know-items {
    grid-template-columns: 1fr;
  }

  .footer.ct-site-footer .row > [class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .ct-footer-bar-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .ct-footer-copy,
  .ct-footer-legal,
  .ct-footer-credit {
    justify-self: center;
    text-align: center;
  }

  .ct-page-featured {
    padding: 24px 20px;
  }

  .about-story-visual img,
  .ct-who-photo-main {
    height: auto;
    max-height: 360px;
  }
}

/* Small phones */
@media (max-width: 575.98px) {
  html {
    font-size: 100%;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .ct-topbar-text {
    font-size: .82rem;
  }

  .ct-family-actions,
  .hero-actions,
  .ct-family-actions .btn,
  .ct-hc-intro-card .btn {
    width: 100%;
  }

  .ct-family-btn-primary,
  .ct-family-btn-ghost,
  .btn-hero-primary,
  .btn-hero-ghost {
    width: 100%;
    justify-content: center;
  }

  .ct-hc-cta-phone,
  .ct-phone-number {
    font-size: 1.65rem !important;
  }

  .ct-review-form-panel,
  .ct-hc-intro-card,
  .card-soft {
    padding: 20px 16px !important;
  }

  .ct-trust-card {
    min-height: 0;
  }

  .ct-care-card {
    flex: 0 0 88vw;
  }
}

/* =========================================================
   Laptop fluid type — 1024 and 1440 share one scale
   ========================================================= */
@media (min-width: 992px) {
  h1,
  .h1,
  .hero-heading,
  .display-3,
  .page-hero h1.display-3,
  .page-hero .display-title {
    font-size: clamp(2.35rem, 4vw, 3.75rem) !important;
  }

  .ct-family-heading {
    font-size: clamp(2.6rem, 4.8vw, 3.85rem) !important;
  }

  h2,
  .h2,
  .section-heading,
  .display-5,
  .ct-care-provide-head .section-heading,
  .ct-why-choose .section-heading,
  .ct-home-awards-head .section-heading,
  .ct-phone-banner-inner h2,
  .about-page .ct-phone-banner-inner h2 {
    font-size: clamp(1.85rem, 1.45rem + 1.35vw, 2.4rem) !important;
  }

  .lead-muted,
  .ct-care-provide-head .lead-muted,
  .about-page .lead-muted,
  .reviews-page .hero-lead,
  .reviews-page .lead-muted {
    font-size: 1.2rem !important;
    font-weight: 600 !important;
  }

  .ct-main-menu .nav-link,
  .ct-site-header .ct-main-menu .nav-link {
    font-size: 1.2rem !important;
  }

  .ct-callback-btn {
    font-size: 1.2rem !important;
  }

  .premium-service-card h3,
  .ct-hc-intro-card h3,
  .ct-hc-service-body h3,
  .about-page .mv-card h3,
  .about-page .ct-value-card h3 {
    font-size: 1.45rem !important;
  }

  .premium-service-card p,
  .service-cta,
  .ct-hc-intro-card p,
  .ct-hc-service-body p,
  .about-page .about-intro-section p:not(.lead-muted),
  .about-page .about-mv-section p:not(.lead-muted),
  .about-page .about-why-section p:not(.lead-muted),
  .about-page .ct-values-section p:not(.lead-muted),
  .about-page .mv-card > p,
  .about-page .mv-points li,
  .about-page .feature-list li,
  .about-page .feature-card p,
  .about-page .ct-value-card p,
  .about-page .ct-value-principles p,
  .reviews-page .ct-page-featured p,
  .reviews-page .ct-review-card p,
  .reviews-page .ct-reviews-empty p {
    font-size: 1.2rem !important;
  }

  .ct-trust-badge,
  .ct-trust-mark-label,
  .footer.ct-site-footer .footer-title,
  .ct-footer-bar p,
  .ct-footer-bar a {
    font-size: 1.2rem !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .ct-trust-card {
    min-height: 180px;
    padding: 16px 12px 14px;
  }

  .ct-family-btn-primary,
  .ct-family-btn-ghost {
    min-height: 46px;
    padding: 12px 20px;
  }
}

/* Readable body text — no font variables, minimum 1.2rem */
body,
p,
li,
label,
.form-label,
.form-control,
.form-select,
textarea.form-control,
.lead-muted,
.nav-link,
.btn,
.ct-topbar-item,
.ct-topbar-text,
.ct-topbar-link,
.ct-family-points p,
.ct-trust-caption,
.ct-care-card-intro p,
.ct-care-card li,
.ct-care-card-link,
.ct-footer-tagline,
.ct-footer-links a,
.ct-footer-contact a,
.ct-footer-contact span,
.ct-footer-bar p,
.ct-footer-bar a {
  font-size: 1.2rem !important;
}
