:root {
  --cc-navy: #1B3A52;
  --cc-navy-deep: #12293B;
  --cc-ink: #1A2E3F;
  --cc-mute: #3D5566;
  --cc-mist: #E7EEF3;
  --cc-paper: #F4F8FB;
  --cc-white: #FFFFFF;
  --cc-cta: #31A35A;
  --cc-cta-hover: #268A48;
  --cc-sage: #6F8A68;
  --cc-star: #5DCC7A;
  --cc-line: #C5D4DF;
  --cc-serif: 'Fraunces', serif;
  --cc-sans: 'Source Sans 3', sans-serif;
  --cc-max: 1200px;
  --cc-pad: 1.5rem;
  --cc-rad: 1.25rem;
  --cc-rad-img: 1.85rem;
  --cc-ease: cubic-bezier(0.16, 1, 0.3, 1);
}
.cc-page {
  font-family: var(--cc-sans);
  color: var(--cc-ink);
  background: var(--cc-paper);
  line-height: 1.55;
  font-size: 1.0625rem;
  overflow-x: hidden;
}
.cc-wrap {
  width: min(100%, var(--cc-max));
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--cc-pad);
  padding-right: var(--cc-pad);
  position: relative;
  z-index: 2;
}
.cc-head {
  position: sticky;
  top: calc(var(--wp-admin--admin-bar--height, 0px) + 0px);
  z-index: 40;
  background: rgba(18, 41, 59, 0.94);
  color: var(--cc-white);
}
.cc-head-inner {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 4.35rem;
}
.cc-logo {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  color: var(--cc-white);
  margin-right: auto;
}
.cc-mark {
  width: 2.35rem;
  height: 2.35rem;
  flex-shrink: 0;
}
.cc-word {
  font-family: var(--cc-serif);
  font-size: 1.55rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
}
.cc-nav {
  display: flex;
  align-items: center;
  gap: 0.2rem 1.35rem;
}
.cc-nav-link {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.98rem;
}
.cc-nav-link:hover {
  color: var(--cc-white);
}
.cc-nav-link:focus-visible {
  outline: 2px solid var(--cc-cta);
  outline-offset: 3px;
}
.cc-head a.cc-logo,
.cc-head a.cc-logo:visited,
.cc-head a.cc-nav-link,
.cc-head a.cc-nav-link:visited,
.cc-head a.cc-nav-cta,
.cc-head a.cc-nav-cta:visited {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}
.cc-head a.cc-logo,
.cc-head a.cc-logo:visited {
  color: var(--cc-white);
}
a.cc-cta,
a.cc-cta:visited,
button.cc-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--cc-cta);
  color: var(--cc-white);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.98rem;
  padding: 0.78rem 1.35rem;
  border-radius: var(--cc-rad);
  border: 0;
  line-height: 1.2;
  cursor: pointer;
  white-space: nowrap;
  transition: background 180ms var(--cc-ease), transform 180ms var(--cc-ease);
}
a.cc-cta:hover,
button.cc-cta:hover {
  background: var(--cc-cta-hover);
  color: var(--cc-white);
  transform: translateY(-2px);
}
.cc-cta:focus-visible {
  outline: 2px solid #8FDCB0;
  outline-offset: 3px;
}
.cc-nav-cta {
  display: none;
}
.cc-burger {
  display: none;
  width: 2.7rem;
  height: 2.7rem;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: transparent;
  color: var(--cc-white);
  border-radius: 0.85rem;
  cursor: pointer;
}
.cc-burger-icon {
  width: 1.25rem;
  height: 1.25rem;
  margin: 0 auto;
}
.cc-hero {
  position: relative;
  z-index: 4;
  box-sizing: border-box;
  min-height: calc(100vh - 4.35rem);
  min-height: calc(100dvh - 4.35rem);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: transparent;
  color: var(--cc-white);
  border-radius: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  clip-path: none;
}
.cc-hero::before,
.cc-hero::after {
  content: none !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  background: none !important;
  clip-path: none !important;
}
.cc-hero-img,
.cc-hero-veil {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  clip-path: none;
}
.cc-hero-img {
  object-fit: cover;
  object-position: 72% 22%;
}
.cc-hero-veil {
  background:
    linear-gradient(105deg, rgba(12, 28, 40, 0.82) 0%, rgba(12, 28, 40, 0.52) 30%, rgba(12, 28, 40, 0.12) 56%, rgba(12, 28, 40, 0.04) 100%),
    linear-gradient(to top, rgba(12, 28, 40, 0.55) 0%, transparent 42%);
}
.cc-hero-copy {
  position: relative;
  z-index: 2;
  padding-top: 5rem;
  padding-bottom: 4.5rem;
}
.cc-brand {
  font-family: var(--cc-serif);
  font-size: 4.65rem;
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.03em;
  margin: 0 0 1.1rem;
  max-width: 12ch;
}
.cc-star {
  width: 0.85rem;
  height: 0.85rem;
  color: var(--cc-star);
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.35rem;
  animation: cc-twinkle 2.8s ease-in-out infinite;
}
.cc-hero-title {
  font-size: 1.55rem;
  font-weight: 600;
  line-height: 1.28;
  max-width: 22ch;
  margin: 0 0 0.7rem;
}
.cc-hero-lead {
  font-size: 1.08rem;
  color: rgba(255, 255, 255, 0.86);
  max-width: 36ch;
  margin: 0 0 1.6rem;
}
.cc-proof {
  position: relative;
  z-index: 6;
  background: transparent !important;
  border-bottom: 0;
  margin-top: -3.25rem;
  margin-bottom: 1.25rem;
  padding: 0;
  transform: none;
}
.cc-wrap.cc-proof-inner,
.cc-proof-inner {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.35rem 0.95rem;
  align-items: center;
  width: min(calc(100% - 2rem), 21rem) !important;
  max-width: 21rem !important;
  margin-left: auto;
  margin-right: auto;
  background: var(--cc-white);
  color: var(--cc-ink);
  border-radius: var(--cc-rad);
  box-shadow: 0 22px 44px rgba(15, 42, 61, 0.16);
  padding: 1.15rem 1.35rem;
}
.cc-g-icon {
  width: 2.6rem;
  height: 2.6rem;
  flex-shrink: 0;
  grid-row: span 2;
}
.cc-proof-score {
  font-family: var(--cc-serif);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  color: var(--cc-navy-deep);
}
.cc-stars {
  display: none !important;
}
.cc-star-g {
  width: 1.05rem;
  height: 1.05rem;
}
.cc-proof-meta {
  margin: 0;
  color: var(--cc-mute);
  font-size: 0.92rem;
  grid-column: 2;
}
.cc-google-powered {
  grid-column: 1 / -1;
  margin: 0.35rem 0 0;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--cc-mute);
}
.cc-g-b { color: #4285f4; }
.cc-g-r { color: #ea4335; }
.cc-g-y { color: #fbbc05; }
.cc-g-g { color: #34a853; }
.cc-band {
  position: relative;
  overflow: visible;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.cc-band-white .cc-photo {
  margin-bottom: -4.35rem;
  position: relative;
  z-index: 4;
  box-shadow: 0 22px 48px rgba(18, 41, 59, 0.14);
}
.cc-band-white + .cc-band {
  padding-top: 6.75rem;
}
.cc-proof + .cc-band {
  z-index: 5;
  margin-top: 0;
  padding-top: 2.5rem;
}
.cc-band::before,
.cc-band::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
}
.cc-band-mist {
  background: linear-gradient(180deg, var(--cc-mist) 0%, var(--cc-paper) 100%);
}
.cc-band-mist::before {
  width: min(48vw, 28rem);
  height: min(48vw, 28rem);
  border-radius: 58% 42% 48% 52%;
  background: radial-gradient(circle at 30% 30%, rgba(49, 163, 90, 0.18), transparent 68%);
  top: -14%;
  right: -10%;
  animation: cc-blob 18s ease-in-out infinite;
}
.cc-band-mist::after {
  inset: 0;
  background-image: radial-gradient(rgba(27, 58, 82, 0.09) 1.15px, transparent 1.2px);
  background-size: 16px 16px;
  opacity: 0.55;
}
.cc-band-white {
  background: var(--cc-white);
}
.cc-band-white::before {
  width: min(36vw, 20rem);
  height: min(36vw, 20rem);
  border-radius: 40% 60% 55% 45%;
  background: radial-gradient(circle at 40% 40%, rgba(126, 180, 212, 0.28), transparent 70%);
  left: -8%;
  bottom: -16%;
  animation: cc-blob 22s ease-in-out infinite reverse;
}
.cc-band-white::after {
  width: 13rem;
  height: 13rem;
  border-radius: 50%;
  border: 16px solid rgba(49, 163, 90, 0.12);
  right: 7%;
  top: 18%;
}
.cc-band-navy {
  background: linear-gradient(165deg, var(--cc-navy-deep) 0%, var(--cc-navy) 100%);
  color: var(--cc-white);
}
.cc-band-navy::before {
  width: min(42vw, 24rem);
  height: min(42vw, 24rem);
  border-radius: 46% 54% 42% 58%;
  background: radial-gradient(circle at 35% 35%, rgba(93, 204, 122, 0.22), transparent 68%);
  right: -8%;
  top: -18%;
  animation: cc-blob 16s ease-in-out infinite;
}
.cc-band-navy::after {
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.14) 1.15px, transparent 1.2px);
  background-size: 16px 16px;
  opacity: 0.4;
}
h2.cc-h2,
.cc-h2 {
  font-family: var(--cc-serif);
  font-size: 2.45rem;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.03em;
  margin: 0 0 0.7rem;
  max-width: 18ch;
}
.cc-lead {
  margin: 0 0 2.4rem;
  max-width: 62ch;
  color: var(--cc-mute);
  font-size: 1.12rem;
}
.cc-lead-light {
  color: rgba(255, 255, 255, 0.82);
}
.cc-usps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.75rem 1.5rem;
}
.cc-usp-title {
  font-family: var(--cc-serif);
  font-size: 1.45rem;
  font-weight: 700;
  margin: 0 0 0.4rem;
  line-height: 1.2;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
.cc-usp-title::before {
  content: "";
  width: 1.35rem;
  height: 1.35rem;
  margin-top: 0.18em;
  flex-shrink: 0;
  background: var(--cc-cta);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M9.15 16.55 4.8 12.2l1.4-1.4 2.95 2.95 8.2-8.2 1.4 1.4z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M9.15 16.55 4.8 12.2l1.4-1.4 2.95 2.95 8.2-8.2 1.4 1.4z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.cc-usp-text {
  margin: 0;
  color: var(--cc-mute);
}
.cc-split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 3.5rem;
  align-items: center;
}
.cc-photo {
  width: 100%;
  height: 34rem;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: var(--cc-rad-img);
}
.cc-prose {
  margin: 0 0 1rem;
  max-width: 58ch;
}
.cc-treats {
  list-style: none;
  margin: 1.4rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}
.cc-treat {
  margin: 0;
  padding: 0.15rem 0 0.15rem 1.15rem;
  position: relative;
}
.cc-treat-mark {
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.55rem;
  height: 0.55rem;
  color: var(--cc-star);
}
.cc-prices {
  display: grid;
  gap: 0;
  max-width: 46rem;
}
.cc-price {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.35rem 1.25rem;
  padding: 1.15rem 0;
  border-top: 1px solid var(--cc-line);
}
.cc-price-name {
  font-weight: 700;
  margin: 0;
}
.cc-price-meta {
  margin: 0;
  color: var(--cc-mute);
  font-size: 0.98rem;
  grid-column: 1;
}
.cc-price-amt {
  font-family: var(--cc-serif);
  font-size: 1.55rem;
  font-weight: 700;
  margin: 0;
  grid-row: 1 / span 2;
  align-self: center;
}
.cc-quotes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem 1.75rem;
}
.cc-quote-text {
  font-family: var(--cc-serif);
  font-size: 1.28rem;
  font-weight: 600;
  line-height: 1.35;
  margin: 0 0 0.85rem;
}
.cc-quote-who {
  margin: 0;
  color: var(--cc-mute);
  font-size: 0.95rem;
}
.cc-faqs {
  display: grid;
  gap: 1.6rem;
  max-width: 52rem;
}
.cc-faq-q {
  font-size: 1.18rem;
  font-weight: 700;
  margin: 0 0 0.35rem;
}
.cc-faq-a {
  margin: 0;
  color: var(--cc-mute);
  max-width: 65ch;
}
.cc-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: 2.5rem;
  align-items: start;
}
.cc-cal {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--cc-rad-img);
  padding: 1.15rem 1.2rem 1.25rem;
  position: relative;
  z-index: 3;
  margin-bottom: -2.85rem;
  box-shadow: 0 22px 48px rgba(8, 18, 28, 0.28);
}
.cc-cal-month {
  margin: 0 0 0.85rem;
  font-family: var(--cc-serif);
  font-weight: 700;
  font-size: 1.2rem;
}
.cc-cal-week,
.cc-cal-days {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0.28rem;
}
.cc-cal-week {
  margin-bottom: 0.35rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
}
.cc-cal-day,
.cc-cal-empty {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.7rem;
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--cc-white);
}
a.cc-cal-day,
a.cc-cal-day:visited {
  background: rgba(255, 255, 255, 0.06);
  color: var(--cc-white);
  text-decoration: none;
  cursor: pointer;
  transition: background 160ms var(--cc-ease), color 160ms var(--cc-ease), transform 160ms var(--cc-ease);
}
.cc-cal-day:hover {
  background: rgba(93, 204, 122, 0.28);
  transform: translateY(-1px);
}
a.cc-cal-day.cc-cal-on,
a.cc-cal-day.cc-cal-on:visited,
.cc-cal-on {
  background: var(--cc-cta);
  color: var(--cc-white);
}
a.cc-cal-day.cc-cal-on:hover,
.cc-cal-on:hover {
  background: var(--cc-cta-hover);
}
.cc-cal-hint {
  margin: 0.9rem 0 0;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.78);
  max-width: 36ch;
}
@keyframes cc-blob {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(-4%, 6%) scale(1.08); }
}
@keyframes cc-twinkle {
  0%, 100% { opacity: 1; transform: rotate(0deg) scale(1); }
  50% { opacity: 0.55; transform: rotate(12deg) scale(1.12); }
}
html.js .cc-usp,
html.js .cc-h2,
html.js .cc-photo,
html.js .cc-price,
html.js .cc-quote,
html.js .cc-faq-q,
html.js .cc-cal,
html.js .cc-proof-inner {
  opacity: 0;
  transform: translateY(14px);
  filter: blur(4px);
  transition:
    opacity 0.62s var(--cc-ease),
    transform 0.62s var(--cc-ease),
    filter 0.62s var(--cc-ease);
  transition-delay: var(--cc-delay, 0ms);
}
html.js .cc-in {
  opacity: 1;
  transform: none;
  filter: none;
}
@media (prefers-reduced-motion: reduce) {
  .cc-band-mist::before,
  .cc-band-white::before,
  .cc-band-navy::before,
  .cc-star,
  .cc-cta {
    animation: none;
    transition: none;
  }
  .cc-cta:hover {
    transform: none;
  }
  html.js .cc-usp,
  html.js .cc-h2,
  html.js .cc-photo,
  html.js .cc-price,
  html.js .cc-quote,
  html.js .cc-faq-q,
  html.js .cc-cal,
  html.js .cc-proof-inner {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }
}
.cc-band-navy .cc-cta {
  margin-top: 1.35rem;
}
.cc-contact-line {
  margin: 0 0 0.55rem;
  font-size: 1.2rem;
}
.cc-contact-link {
  color: var(--cc-white);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}
.cc-contact-link:hover {
  color: #B7E7C8;
}
.cc-hours {
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.78);
}
.cc-foot {
  background: var(--cc-navy-deep);
  color: rgba(255, 255, 255, 0.78);
  padding-top: 4.25rem;
  padding-bottom: 2rem;
}
.cc-foot-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem 1.5rem;
  font-size: 0.95rem;
}
.cc-foot-name {
  color: var(--cc-white);
  font-family: var(--cc-serif);
  font-weight: 700;
}
@media (max-width: 1119px) {
  .cc-brand {
    font-size: 4.1rem;
  }
  .cc-photo {
    height: 28rem;
  }
}
@media (max-width: 1023px) {
  .cc-nav {
    display: none;
    position: fixed;
    top: calc(var(--wp-admin--admin-bar--height, 0px) + 4.35rem);
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--cc-navy-deep);
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 1.5rem var(--cc-pad) 2rem;
    z-index: 50;
  }
  .cc-nav-open .cc-nav,
  header.cc-head.cc-nav-open nav.cc-nav {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: flex-start;
  }
  .cc-nav-cta {
    display: block;
    color: var(--cc-white);
    font-weight: 700;
  }
  .cc-nav-link,
  nav.cc-nav a.cc-nav-link {
    color: rgba(255, 255, 255, 0.92);
    text-decoration: none;
    font-size: 1.35rem;
    padding: 0.7rem 0;
    width: 100%;
    max-width: 100%;
    flex: none;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
  .cc-burger {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cc-usps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .cc-split {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.75rem;
  }
  .cc-band-white .cc-photo {
    margin-bottom: 0;
    box-shadow: none;
  }
  .cc-band-white + .cc-band {
    padding-top: 3.5rem;
  }
  .cc-quotes {
    grid-template-columns: minmax(0, 1fr);
  }
  .cc-contact-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .cc-cal {
    margin-bottom: 0;
  }
  .cc-foot {
    padding-top: 2rem;
  }
  .cc-h2 {
    font-size: 2.1rem;
  }
  .cc-photo {
    height: 22rem;
  }
}
@media (max-width: 767px) {
  .cc-brand {
    font-size: 3.35rem;
  }
  .cc-hero-title {
    font-size: 1.28rem;
  }
  .cc-hero-copy {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .cc-proof {
    margin-top: -2.75rem;
  }
  .cc-wrap.cc-proof-inner,
  .cc-proof-inner {
    width: min(calc(100% - 1.5rem), 21rem);
  }
  .cc-band {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .cc-usps {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.35rem;
  }
  .cc-head-cta {
    padding: 0.62rem 0.85rem;
    font-size: 0.9rem;
  }
}
@media (max-width: 479px) {
  .cc-brand {
    font-size: 2.85rem;
  }
  .cc-word {
    font-size: 1.35rem;
  }
  .cc-price {
    grid-template-columns: minmax(0, 1fr);
  }
  .cc-price-amt {
    grid-row: auto;
  }
}
.cc-proof {
  height: 0;
  min-height: 0 !important;
  overflow: visible;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  background: transparent !important;
}
.cc-wrap.cc-proof-inner,
.cc-proof-inner {
  margin-top: -3.25rem;
}
.cc-proof + .cc-band {
  padding-top: 7rem;
}
@media (max-width: 767px) {
  .cc-wrap.cc-proof-inner,
  .cc-proof-inner {
    margin-top: -2.75rem;
  }
  .cc-proof + .cc-band {
    padding-top: 6.25rem;
  }
}
.cc-proof {
  display: flex !important;
  justify-content: center;
  align-items: flex-start;
}
html {
  overflow-x: clip;
}
.cc-page {
  overflow-x: clip;
  overflow-y: visible;
}
.cc-usps {
  --cc-usp-check: 1.35rem;
  --cc-usp-gap: 0.65rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  align-items: start;
  padding-top: 0.35rem;
  padding-bottom: 4.75rem;
}
.cc-usp {
  position: relative;
  z-index: 1;
  margin-left: -2.35rem;
  padding: 1.35rem 1.4rem 1.45rem;
  background: var(--cc-white);
  border-radius: var(--cc-rad);
  box-shadow: 0 18px 42px rgba(18, 41, 59, 0.11);
}
.cc-usp:first-child {
  margin-left: 0;
  z-index: 4;
  top: 0;
}
.cc-usp:nth-child(2) {
  z-index: 3;
  top: 3.15rem;
}
.cc-usp:nth-child(3) {
  z-index: 2;
  top: 0.85rem;
}
.cc-usp:nth-child(4) {
  z-index: 1;
  top: 3.85rem;
}
.cc-usp-title {
  font-family: var(--cc-serif);
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 0 0.55rem;
  line-height: 1.2;
  display: grid;
  grid-template-columns: var(--cc-usp-check) minmax(0, 1fr);
  column-gap: var(--cc-usp-gap);
  align-items: start;
}
.cc-usp-title::before {
  content: "";
  width: var(--cc-usp-check);
  height: var(--cc-usp-check);
  margin-top: 0.12em;
  flex-shrink: 0;
  background: var(--cc-cta);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M9.15 16.55 4.8 12.2l1.4-1.4 2.95 2.95 8.2-8.2 1.4 1.4z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M9.15 16.55 4.8 12.2l1.4-1.4 2.95 2.95 8.2-8.2 1.4 1.4z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.cc-usp-text {
  margin: 0;
  padding-left: calc(var(--cc-usp-check) + var(--cc-usp-gap));
  color: var(--cc-mute);
  font-size: 1.02rem;
  line-height: 1.45;
  max-width: 28ch;
}
@media (max-width: 1023px) {
  .cc-usps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 0;
    row-gap: 0.35rem;
    padding-bottom: 2.5rem;
  }
  .cc-usp {
    margin-left: 0;
  }
  .cc-usp:nth-child(odd) {
    margin-right: -1.25rem;
    z-index: 2;
  }
  .cc-usp:nth-child(even) {
    margin-left: -1.25rem;
    z-index: 1;
  }
  .cc-usp:nth-child(1) { top: 0; }
  .cc-usp:nth-child(2) { top: 1.65rem; }
  .cc-usp:nth-child(3) { top: 0.35rem; }
  .cc-usp:nth-child(4) { top: 1.95rem; }
}
@media (max-width: 767px) {
  .cc-usps {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.85rem;
    padding-bottom: 0;
  }
  .cc-usp,
  .cc-usp:nth-child(n) {
    margin-left: 0;
    margin-right: 0;
    top: 0;
    z-index: 1;
  }
}
.cc-usps > article,
.cc-usps > .cc-usp {
  position: relative;
  z-index: 1;
  margin-left: -2.35rem;
  padding: 1.35rem 1.4rem 1.45rem;
  background: var(--cc-white);
  border-radius: var(--cc-rad);
  box-shadow: 0 18px 42px rgba(18, 41, 59, 0.11);
}
.cc-usps > article:first-child,
.cc-usps > .cc-usp:first-child {
  margin-left: 0;
  z-index: 1;
  top: 0;
}
.cc-usps > article:nth-child(2),
.cc-usps > .cc-usp:nth-child(2) {
  z-index: 2;
  top: 3.15rem;
}
.cc-usps > article:nth-child(3),
.cc-usps > .cc-usp:nth-child(3) {
  z-index: 3;
  top: 0.85rem;
}
.cc-usps > article:nth-child(4),
.cc-usps > .cc-usp:nth-child(4) {
  z-index: 4;
  top: 3.85rem;
}
@media (max-width: 1023px) {
  .cc-usps > article,
  .cc-usps > .cc-usp {
    margin-left: 0;
  }
  .cc-usps > article:nth-child(odd),
  .cc-usps > .cc-usp:nth-child(odd) {
    margin-right: -1.25rem;
    z-index: 2;
  }
  .cc-usps > article:nth-child(even),
  .cc-usps > .cc-usp:nth-child(even) {
    margin-left: -1.25rem;
    z-index: 1;
  }
  .cc-usps > article:nth-child(1),
  .cc-usps > .cc-usp:nth-child(1) { top: 0; }
  .cc-usps > article:nth-child(2),
  .cc-usps > .cc-usp:nth-child(2) { top: 1.65rem; }
  .cc-usps > article:nth-child(3),
  .cc-usps > .cc-usp:nth-child(3) { top: 0.35rem; }
  .cc-usps > article:nth-child(4),
  .cc-usps > .cc-usp:nth-child(4) { top: 1.95rem; }
}
@media (max-width: 767px) {
  .cc-usps > article,
  .cc-usps > .cc-usp,
  .cc-usps > article:nth-child(n),
  .cc-usps > .cc-usp:nth-child(n) {
    margin-left: 0;
    margin-right: 0;
    top: 0;
    z-index: 1;
  }
}
/* --- footer v23 --- */
.cc-foot {
  background: var(--cc-navy-deep);
  color: rgba(231, 238, 243, 0.78);
  padding-top: 4.5rem;
  padding-bottom: 2.25rem;
}
.cc-foot-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) repeat(3, minmax(0, 1fr));
  gap: 2.5rem 2rem;
  align-items: start;
  font-size: 0.98rem;
}
.cc-foot-brand {
  display: grid;
  gap: 0.85rem;
  max-width: 22rem;
}
.cc-foot-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  color: var(--cc-white);
}
.cc-foot-logo:hover {
  color: var(--cc-white);
}
.cc-foot-mark {
  width: 2.55rem;
  height: 2.55rem;
  flex: 0 0 auto;
}
.cc-foot-word {
  font-family: var(--cc-serif);
  font-size: 1.55rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
}
.cc-foot-tag,
.cc-foot-person,
.cc-foot-copy,
.cc-foot-meta {
  margin: 0;
  color: rgba(231, 238, 243, 0.72);
  line-height: 1.45;
}
.cc-foot-person {
  color: rgba(231, 238, 243, 0.9);
  font-weight: 600;
}
.cc-foot-col {
  display: grid;
  gap: 0.95rem;
}
.cc-foot-heading {
  margin: 0;
  color: var(--cc-white);
  font-family: var(--cc-serif);
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.cc-foot-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}
.cc-foot-link {
  color: rgba(231, 238, 243, 0.78);
  text-decoration: none;
}
.cc-foot-link:hover,
.cc-foot-link:focus-visible {
  color: var(--cc-white);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}
.cc-foot-bottom {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.65rem 1.5rem;
  padding-top: 1.75rem;
  margin-top: 0.35rem;
  border-top: 1px solid rgba(231, 238, 243, 0.14);
  font-size: 0.9rem;
}
@media (max-width: 1023px) {
  .cc-foot {
    padding-top: 3.25rem;
  }
  .cc-foot-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem 1.5rem;
  }
  .cc-foot-brand {
    grid-column: 1 / -1;
    max-width: 28rem;
  }
}
@media (max-width: 767px) {
  .cc-foot-inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.75rem;
  }
  .cc-foot-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
/* --- ink accent v24 --- */
.cc-h2 {
  text-wrap: balance;
}
.cc-ink {
  position: relative;
  display: inline;
  white-space: nowrap;
  padding-bottom: 0.12em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 12' preserveAspectRatio='none'%3E%3Cpath d='M2 8.2C18 3.4 34 10.2 52 7.1S88 2.8 108 7.4 142 11 158 5.6' fill='none' stroke='%2331A35A' stroke-width='3.1' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 0.34em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.cc-ink-on-dark {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 12' preserveAspectRatio='none'%3E%3Cpath d='M2 8.2C18 3.4 34 10.2 52 7.1S88 2.8 108 7.4 142 11 158 5.6' fill='none' stroke='%235DCC7A' stroke-width='3.1' stroke-linecap='round'/%3E%3C/svg%3E");
}
.cc-photo {
  border-radius: 2.15rem 1.55rem 2rem 1.75rem;
  box-shadow: 18px 28px 50px rgba(18, 41, 59, 0.14);
}
.cc-band-mist .cc-photo {
  transform: rotate(-1.15deg);
  border-radius: 1.55rem 2.25rem 1.7rem 2.05rem;
}
.cc-band-white .cc-photo {
  transform: rotate(1.05deg);
}
.cc-price:first-child .cc-price-amt {
  color: var(--cc-cta);
}
.cc-quote {
  position: relative;
  padding-top: 0.15rem;
}
.cc-quote::before {
  content: "";
  display: block;
  width: 1.15rem;
  height: 1.15rem;
  margin-bottom: 0.7rem;
  background: var(--cc-cta);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 1.6l2.2 6.6 6.8.4-5.3 4.4 1.7 6.6L12 15.8 6.6 19.6l1.7-6.6L3 8.6l6.8-.4z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 1.6l2.2 6.6 6.8.4-5.3 4.4 1.7 6.6L12 15.8 6.6 19.6l1.7-6.6L3 8.6l6.8-.4z'/%3E%3C/svg%3E") center / contain no-repeat;
  opacity: 0.9;
  transform: rotate(-8deg);
}
@media (max-width: 1023px) {
  .cc-band-white .cc-photo,
  .cc-band-mist .cc-photo {
    transform: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .cc-band-mist .cc-photo,
  .cc-band-white .cc-photo {
    transform: none;
  }
}

/* --- hero star float v25 --- */
.cc-brand {
  position: relative;
  display: inline-block;
  padding-right: 2rem;
  padding-top: 0.45rem;
}
.cc-brand .cc-star,
.cc-star {
  position: absolute;
  top: -0.28em;
  right: -0.35em;
  width: 2.35rem !important;
  height: 2.35rem !important;
  color: var(--cc-star);
  display: block;
  margin: 0 !important;
  transform-origin: center;
  animation: cc-star-float 5.2s ease-in-out infinite;
  filter: drop-shadow(0 0 12px rgba(93, 204, 122, 0.45));
  pointer-events: none;
}
.cc-brand .cc-star svg,
.cc-star svg {
  width: 100%;
  height: 100%;
  display: block;
}
@keyframes cc-star-float {
  0%, 100% {
    transform: translate(0.1rem, 0) rotate(-12deg) scale(1);
    opacity: 1;
  }
  25% {
    transform: translate(0.55rem, -0.55rem) rotate(8deg) scale(1.14);
    opacity: 0.95;
  }
  55% {
    transform: translate(0.85rem, 0.05rem) rotate(18deg) scale(1.05);
    opacity: 0.88;
  }
  80% {
    transform: translate(0.2rem, 0.35rem) rotate(-6deg) scale(0.94);
    opacity: 0.8;
  }
}
@media (max-width: 767px) {
  .cc-brand .cc-star,
  .cc-star {
    width: 1.75rem !important;
    height: 1.75rem !important;
    right: -0.15em;
    top: -0.18em;
  }
}
@media (prefers-reduced-motion: reduce) {
  .cc-brand .cc-star,
  .cc-star {
    animation: none;
    transform: rotate(-12deg);
    opacity: 1;
  }
}

/* --- hero parallax v26 --- */
:root {
  --cc-head-h: 4.35rem;
  --cc-hero-top: calc(var(--wp-admin--admin-bar--height, 0px) + var(--cc-head-h));
  --cc-hero-h: calc(100dvh - var(--cc-hero-top));
}
.cc-hero {
  position: relative;
  z-index: 1;
  min-height: var(--cc-hero-h);
  display: block !important;
  overflow: visible !important;
  background: transparent;
  align-items: unset;
}
.cc-hero-img,
.cc-hero-veil {
  position: fixed !important;
  top: var(--cc-hero-top) !important;
  left: 0 !important;
  right: auto !important;
  bottom: auto !important;
  inset: auto !important;
  width: 100% !important;
  height: var(--cc-hero-h) !important;
  z-index: 0;
  pointer-events: none;
  will-change: transform;
  transition: opacity 0.35s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.cc-page.cc-hero-done .cc-hero-img,
.cc-page.cc-hero-done .cc-hero-veil {
  opacity: 0;
  visibility: hidden;
}
.cc-hero-copy {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  min-height: var(--cc-hero-h);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 5rem;
  padding-bottom: 4.5rem;
}
.cc-proof,
.cc-band,
.cc-foot {
  position: relative;
  z-index: 3;
}
.cc-proof {
  z-index: 6;
}
@media (prefers-reduced-motion: reduce) {
  .cc-hero-img,
  .cc-hero-veil {
    position: absolute !important;
    inset: 0 !important;
    top: 0 !important;
    height: 100% !important;
    will-change: auto;
  }
  .cc-hero {
    overflow: hidden !important;
    display: flex !important;
    align-items: flex-end;
  }
  .cc-hero-copy {
    min-height: 0;
  }
}
/* mist must fully cover fixed hero */
.cc-band-mist {
  background-color: #E7EEF3 !important;
  background-image: linear-gradient(180deg, #E7EEF3 0%, #F4F8FB 100%) !important;
}
.cc-band-white {
  background-color: #FFFFFF !important;
}
.cc-band-navy {
  background-color: #12293B !important;
}
.cc-foot {
  background-color: #12293B !important;
}

/* --- polish pass v27 --- */
.cc-hero-copy {
  align-items: flex-start;
}
.cc-hero-copy > a.cc-cta,
.cc-hero-copy a.cc-cta,
.cc-hero-copy .cc-cta {
  align-self: flex-start !important;
  width: auto !important;
  max-width: max-content !important;
  display: inline-flex !important;
  flex: 0 0 auto !important;
}
.cc-brand {
  position: relative;
  display: inline-block;
  padding-right: 2.4rem;
  padding-top: 0.55rem;
  overflow: visible;
}
.cc-brand .cc-star,
.cc-star {
  position: absolute !important;
  top: -0.42em !important;
  right: -0.5em !important;
  width: 2.85rem !important;
  height: 2.85rem !important;
  z-index: 3;
  margin: 0 !important;
  filter: drop-shadow(0 0 14px rgba(93, 204, 122, 0.55));
  animation: cc-star-float 5.2s ease-in-out infinite;
}
.cc-brand .cc-star svg,
.cc-star svg {
  width: 100%;
  height: 100%;
  display: block;
}
@keyframes cc-star-float {
  0%, 100% { transform: translate(0.15rem, -0.1rem) rotate(-14deg) scale(1); opacity: 1; }
  25% { transform: translate(0.7rem, -0.7rem) rotate(10deg) scale(1.16); opacity: 0.95; }
  55% { transform: translate(1.05rem, 0.1rem) rotate(22deg) scale(1.08); opacity: 0.9; }
  80% { transform: translate(0.25rem, 0.45rem) rotate(-8deg) scale(0.94); opacity: 0.82; }
}
.cc-band-over-hero {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  padding-top: 1.25rem !important;
  padding-bottom: 3.25rem !important;
  z-index: 3;
}
.cc-band-over-hero::before,
.cc-band-over-hero::after {
  display: none !important;
  content: none !important;
}
.cc-band-over-hero .cc-h2,
.cc-band-over-hero .cc-lead {
  display: none !important;
}
.cc-band-over-hero .cc-usps {
  padding-bottom: 1.5rem;
}
.cc-proof + .cc-band-over-hero {
  padding-top: 5.5rem !important;
}
.cc-quotes-badge {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 0.85rem;
  row-gap: 0.15rem;
  align-items: center;
  width: min(100%, 22rem);
  margin: 0 0 1.85rem;
  padding: 0.9rem 1.15rem;
  background: #fff;
  border-radius: 1.25rem;
  box-shadow: 0 14px 34px rgba(18, 41, 59, 0.1);
}
.cc-quotes-badge-g {
  width: 2rem;
  height: 2rem;
  grid-row: 1 / span 3;
}
.cc-quotes-badge-score {
  margin: 0;
  font-family: var(--cc-serif);
  font-size: 1.55rem;
  font-weight: 700;
  color: var(--cc-ink);
  line-height: 1;
}
.cc-quotes-badge-meta,
.cc-quotes-badge-powered {
  margin: 0;
  color: var(--cc-mute);
  font-size: 0.92rem;
}
.cc-quotes-badge-powered {
  margin-top: 0.15rem;
  font-size: 0.78rem;
  font-weight: 600;
}
.cc-faq-split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 3rem;
  align-items: center;
}
.cc-faq-photo {
  width: 100%;
  height: 28rem;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 2.15rem 1.55rem 2rem 1.75rem;
  box-shadow: 18px 28px 50px rgba(18, 41, 59, 0.14);
  transform: rotate(1deg);
}
@media (max-width: 1023px) {
  .cc-faq-split {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.75rem;
  }
  .cc-faq-photo {
    height: 20rem;
    transform: none;
    order: -1;
  }
}
@media (max-width: 767px) {
  .cc-brand .cc-star,
  .cc-star {
    width: 2.1rem !important;
    height: 2.1rem !important;
  }
  .cc-faq-photo {
    height: 16rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .cc-brand .cc-star,
  .cc-star {
    animation: none;
    transform: rotate(-14deg);
  }
}
/* polish pass v28 */
.cc-hero-copy > .cc-cta,
.cc-hero-copy a.cc-cta {
  align-self: flex-start;
  width: auto !important;
  max-width: max-content;
  display: inline-flex !important;
}
.cc-brand {
  overflow: visible;
  padding-right: 2.4rem;
  padding-top: 0.55rem;
}
.cc-brand::after {
  content: "";
  position: absolute;
  top: -0.35rem;
  right: -0.55rem;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(93, 204, 122, 0.38) 0%, rgba(93, 204, 122, 0.12) 48%, transparent 72%);
  pointer-events: none;
  z-index: 2;
  animation: cc-star-glow 5.2s ease-in-out infinite;
}
.cc-star {
  width: 3.15rem;
  height: 3.15rem;
  filter: drop-shadow(0 0 18px rgba(93, 204, 122, 0.7));
}
@keyframes cc-star-glow {
  0%, 100% { transform: translate(0.1rem, -0.1rem) scale(1); opacity: 0.9; }
  50% { transform: translate(0.55rem, -0.35rem) scale(1.18); opacity: 1; }
}
.cc-quotes-badge {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 0.85rem;
  row-gap: 0.15rem;
  align-items: center;
  width: min(100%, 22rem);
  margin: 0 0 1.85rem;
  padding: 0.9rem 1.15rem;
  background: var(--cc-white);
  border-radius: var(--cc-rad);
  box-shadow: 0 14px 34px rgba(18, 41, 59, 0.1);
}
.cc-quotes-badge-g {
  width: 2rem;
  height: 2rem;
  grid-row: 1 / span 3;
}
.cc-quotes-badge-score {
  margin: 0;
  font-family: var(--cc-serif);
  font-size: 1.55rem;
  font-weight: 700;
  color: var(--cc-ink);
  line-height: 1;
}
.cc-quotes-badge-meta,
.cc-quotes-badge-powered {
  margin: 0;
  color: var(--cc-mute);
  font-size: 0.92rem;
}
.cc-quotes-badge-powered {
  margin-top: 0.15rem;
  font-size: 0.78rem;
  font-weight: 600;
}
.cc-band-over-hero {
  background: transparent !important;
  background-image: none !important;
  padding-top: 1.25rem;
  padding-bottom: 3.25rem;
}
.cc-band-over-hero::before,
.cc-band-over-hero::after {
  display: none !important;
}
.cc-band-over-hero .cc-h2,
.cc-band-over-hero .cc-lead {
  display: none !important;
}
.cc-faq-split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 3rem;
  align-items: center;
}
.cc-faq-photo {
  width: 100%;
  height: 28rem;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 2.15rem 1.55rem 2rem 1.75rem;
  box-shadow: 18px 28px 50px rgba(18, 41, 59, 0.14);
  transform: rotate(1deg);
}
@media (max-width: 1023px) {
  .cc-faq-split {
    grid-template-columns: minmax(0, 1fr);
    gap: 2rem;
  }
  .cc-faq-photo {
    height: 20rem;
    order: -1;
    transform: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .cc-brand::after {
    animation: none;
  }
}
/* polish pass v29 */
.cc-photo-stack {
  position: relative;
  display: block;
  width: 100%;
}
.cc-photo-stack .cc-proof {
  position: absolute;
  z-index: 6;
  left: 1rem;
  bottom: 1.15rem;
  right: auto;
  display: block !important;
  background: transparent !important;
  border-bottom: 0;
  height: auto !important;
  min-height: 0 !important;
  overflow: visible;
  margin: 0 !important;
  padding: 0;
  width: auto;
  max-width: calc(100% - 2rem);
}
.cc-photo-stack .cc-wrap.cc-proof-inner,
.cc-photo-stack .cc-proof-inner {
  margin: 0 !important;
  width: min(100%, 21rem) !important;
  max-width: 21rem !important;
}
.cc-band-over-hero {
  z-index: 5;
  padding-top: 1.25rem;
}
@media (max-width: 767px) {
  .cc-photo-stack .cc-proof {
    left: 0.75rem;
    bottom: 0.85rem;
    max-width: calc(100% - 1.5rem);
  }
}
/* polish pass v31 */
.cc-burger {
  position: relative;
  background-color: transparent;
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 1.2rem 2px;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
  z-index: 60;
  transition:
    background-size 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.28s ease,
    transform 0.28s ease;
}
.cc-burger::before,
.cc-burger::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 1.2rem;
  height: 2px;
  background: currentColor;
  border-radius: 1px;
  transform: translateX(-50%);
  transition:
    top 0.38s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.38s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.22s ease;
}
.cc-burger::before { top: calc(50% - 6px); }
.cc-burger::after { top: calc(50% + 6px); }
.cc-burger .cc-burger-icon,
.cc-burger .oxy-svg-icon,
.cc-burger svg {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
.cc-nav-open .cc-burger,
header.cc-head.cc-nav-open .cc-burger {
  background-size: 0 0;
  border-color: rgba(255, 255, 255, 0.45);
}
.cc-nav-open .cc-burger::before,
header.cc-head.cc-nav-open .cc-burger::before {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.cc-nav-open .cc-burger::after,
header.cc-head.cc-nav-open .cc-burger::after {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (max-width: 1023px) {
  .cc-head-cta,
  header.cc-head a.cc-head-cta {
    display: none !important;
  }
  .cc-nav-cta,
  nav.cc-nav a.cc-nav-cta {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    width: auto !important;
    max-width: max-content;
    margin-top: 1.35rem;
    padding: 0.85rem 1.35rem !important;
    border-bottom: 0 !important;
    border-radius: var(--cc-rad);
    background: var(--cc-cta);
    color: var(--cc-white) !important;
    font-size: 1.05rem !important;
    font-weight: 700;
    line-height: 1.2;
  }
  .cc-nav-cta:hover,
  nav.cc-nav a.cc-nav-cta:hover {
    background: var(--cc-cta-hover);
    color: var(--cc-white) !important;
  }
  .cc-burger {
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
}
@media (prefers-reduced-motion: reduce) {
  .cc-burger,
  .cc-burger::before,
  .cc-burger::after {
    transition: none !important;
  }
}
/* polish pass v32 */
html.js .cc-usp,
html.js .cc-h2,
html.js .cc-photo,
html.js .cc-price,
html.js .cc-quote,
html.js .cc-faq-q,
html.js .cc-cal,
html.js .cc-proof-inner {
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
  transition: none !important;
}
html.js .cc-reveal {
  opacity: 0;
  transform: translateY(1rem);
  filter: none !important;
  transition:
    opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: calc(var(--cc-i, 0) * 85ms);
}
html.js .cc-band.cc-in .cc-reveal,
html.js .cc-reveal.cc-in {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  html.js .cc-reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
/* polish pass v33 — brand navy from logo/visitekaartje */
:root {
  --cc-navy: #0E355C;
  --cc-navy-deep: #0A2A4A;
  --cc-ink: #12324F;
  --cc-mute: #3A5670;
  --cc-mist: #E4ECF4;
  --cc-paper: #F2F6FA;
  --cc-line: #C2D0DE;
}
.cc-page {
  color: var(--cc-ink);
  background: var(--cc-paper);
}
.cc-head {
  background: rgba(14, 53, 92, 0.96) !important;
}
.cc-hero-veil {
  background:
    linear-gradient(105deg, rgba(10, 42, 74, 0.84) 0%, rgba(14, 53, 92, 0.55) 30%, rgba(14, 53, 92, 0.14) 56%, rgba(14, 53, 92, 0.04) 100%),
    linear-gradient(to top, rgba(10, 42, 74, 0.58) 0%, transparent 42%) !important;
}
.cc-band-mist {
  background: var(--cc-mist) !important;
}
.cc-band-navy {
  background: linear-gradient(165deg, var(--cc-navy-deep) 0%, var(--cc-navy) 100%) !important;
}
.cc-foot {
  background: var(--cc-navy-deep) !important;
}
.cc-h2,
h2.cc-h2 {
  color: var(--cc-navy-deep);
}
.cc-band-navy .cc-h2,
.cc-band-navy h2.cc-h2 {
  color: var(--cc-white);
}
.cc-nav {
  background: transparent !important;
}
@media (max-width: 1023px) {
  .cc-nav {
    background: var(--cc-navy-deep) !important;
  }
}
/* polish pass v34 */
nav.cc-nav,
.cc-nav {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
}
@media (max-width: 1023px) {
  nav.cc-nav,
  .cc-nav {
    background: var(--cc-navy-deep) !important;
    background-color: var(--cc-navy-deep) !important;
  }
}
/* polish pass v35 */
@media (min-width: 1024px) {
  .cc-nav-link,
  nav.cc-nav a.cc-nav-link {
    position: relative;
    padding: 0.35rem 0;
  }
  .cc-nav-link::after,
  nav.cc-nav a.cc-nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: var(--cc-cta);
    border-radius: 1px;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 220ms cubic-bezier(0.16, 1, 0.3, 1);
    opacity: 0.9;
  }
  .cc-nav-link:hover::after,
  nav.cc-nav a.cc-nav-link:hover::after,
  .cc-nav-link:focus-visible::after,
  nav.cc-nav a.cc-nav-link:focus-visible::after {
    transform: scaleX(1);
  }
  .cc-nav-cta::after,
  nav.cc-nav a.cc-nav-cta::after {
    display: none;
  }
}
@media (max-width: 1023px) {
  .cc-nav-link::after,
  nav.cc-nav a.cc-nav-link::after {
    display: none;
  }
}
/* polish pass v36 — USP cards back over hero */
.cc-band.cc-band-mist.cc-band-over-hero,
.cc-band-over-hero {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  margin-top: -11.5rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: 3.25rem !important;
  z-index: 5;
}
.cc-band-over-hero::before,
.cc-band-over-hero::after {
  display: none !important;
  content: none !important;
}
.cc-hero-copy {
  padding-bottom: 12.5rem !important;
}
@media (max-width: 1023px) {
  .cc-band.cc-band-mist.cc-band-over-hero,
  .cc-band-over-hero {
    margin-top: -9rem !important;
  }
  .cc-hero-copy {
    padding-bottom: 11rem !important;
  }
}
@media (max-width: 767px) {
  .cc-band.cc-band-mist.cc-band-over-hero,
  .cc-band-over-hero {
    margin-top: -7.5rem !important;
  }
  .cc-hero-copy {
    padding-bottom: 10rem !important;
  }
}
/* polish pass v37 — soft alternating USP colors */
.cc-usp,
.cc-usps > article {
  background: #F5F9FC;
  box-shadow: 0 18px 42px rgba(14, 53, 92, 0.1);
}
.cc-usp:nth-child(1),
.cc-usps > article:nth-child(1) {
  background: #F5F9FC;
}
.cc-usp:nth-child(2),
.cc-usps > article:nth-child(2) {
  background: #EEF6F0;
}
.cc-usp:nth-child(3),
.cc-usps > article:nth-child(3) {
  background: #EAF1F8;
}
.cc-usp:nth-child(4),
.cc-usps > article:nth-child(4) {
  background: #F3F7EE;
}
/* v38 — USP cards drift independently on scroll */
.cc-usp,
.cc-usps > article {
  --cc-parallax: 0px;
  will-change: transform;
}
html.js .cc-usp.cc-reveal {
  transform: translate3d(0, calc(1.15rem + var(--cc-parallax, 0px)), 0);
  transition-delay: calc(var(--cc-i, 0) * 120ms);
}
html.js .cc-band.cc-in .cc-usp.cc-reveal,
html.js .cc-usp.cc-reveal.cc-in {
  opacity: 1;
  transform: translate3d(0, var(--cc-parallax, 0px), 0);
  transition: opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: calc(var(--cc-i, 0) * 120ms);
}
@media (prefers-reduced-motion: reduce) {
  .cc-usp,
  .cc-usps > article {
    will-change: auto;
    --cc-parallax: 0px !important;
  }
  html.js .cc-usp.cc-reveal,
  html.js .cc-band.cc-in .cc-usp.cc-reveal,
  html.js .cc-usp.cc-reveal.cc-in {
    transform: none;
  }
}
/* v39 — USP parallax beats legacy transform:none !important */
html.js .cc-usp.cc-reveal {
  transform: translate3d(0, calc(1.15rem + var(--cc-parallax, 0px)), 0) !important;
}
html.js .cc-band.cc-in .cc-usp.cc-reveal,
html.js .cc-usp.cc-reveal.cc-in {
  opacity: 1;
  transform: translate3d(0, var(--cc-parallax, 0px), 0) !important;
  transition: opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: calc(var(--cc-i, 0) * 120ms);
}
@media (prefers-reduced-motion: reduce) {
  html.js .cc-usp.cc-reveal,
  html.js .cc-band.cc-in .cc-usp.cc-reveal,
  html.js .cc-usp.cc-reveal.cc-in {
    transform: none !important;
  }
}
/* v40 — mobile: Google proof below Chloe photo, not over her face */
@media (max-width: 1023px) {
  .cc-photo-stack .cc-proof,
  .cc-proof {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    top: auto !important;
    margin: 1rem 0 0 !important;
    max-width: 100% !important;
    width: 100% !important;
  }
  .cc-photo-stack .cc-wrap.cc-proof-inner,
  .cc-photo-stack .cc-proof-inner,
  .cc-wrap.cc-proof-inner,
  .cc-proof-inner {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }
  .cc-band-mist .cc-photo-stack .cc-photo,
  .cc-band-mist .cc-photo {
    object-position: center 18%;
  }
}
@media (max-width: 767px) {
  .cc-photo-stack .cc-proof,
  .cc-proof {
    margin-top: 0.85rem !important;
  }
}
/* v41 — official CalCura logo (light invert for navy header/footer) */
.cc-logo .cc-mark,
.cc-logo .oxy-svg-icon,
.cc-logo .cc-word,
.cc-foot-logo .cc-foot-mark,
.cc-foot-logo .oxy-svg-icon,
.cc-foot-logo .cc-word,
.cc-foot-logo .cc-foot-word {
  display: none !important;
}
a.cc-logo,
a.cc-foot-logo {
  gap: 0 !important;
  align-items: center;
}
a.cc-logo::before,
a.cc-foot-logo::before {
  content: "" !important;
  display: block !important;
  width: 10.75rem;
  height: 2.85rem;
  background: url('https://calcura.be/wp-content/uploads/calcura-logo-light.png') center / contain no-repeat;
  flex: 0 0 auto;
}
a.cc-foot-logo::before {
  width: 12rem;
  height: 3.15rem;
}
@media (max-width: 767px) {
  a.cc-logo::before {
    width: 9.25rem;
    height: 2.45rem;
  }
  a.cc-foot-logo::before {
    width: 10.5rem;
    height: 2.75rem;
  }
}
/* v41b — keep CalCura word for screen readers */
.cc-logo .cc-word,
.cc-foot-logo .cc-word,
.cc-foot-logo .cc-foot-word {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  display: block !important;
}


/* === split pages 2026-08-31 === */
.cc-page.cc-hero-done > .cc-band:first-child {
  padding-top: clamp(4.5rem, 8vw, 6.5rem);
}
@media (max-width: 1023px) {
  header.cc-head { z-index: 100; }
  .cc-nav { z-index: 99; }
}


/* === afspraak agenda full-width row 2026-08-31 === */
.cc-contact-grid {
  grid-template-columns: minmax(0, 1fr) !important;
  gap: clamp(1.75rem, 3vw, 2.5rem);
  align-items: stretch;
}
.cc-contact-grid > .cc-cal {
  width: 100%;
  max-width: none;
  margin-bottom: 0;
}
#afspraak .cc-cal .esapp-booking,
#afspraak .cc-cal .esapp-booking--full-width,
#afspraak .cc-cal .esapp-booking-wrap {
  width: 100%;
  max-width: none;
}
#afspraak .cc-cal .esapp-booking__workspace {
  width: 100%;
}
@media (min-width: 1024px) {
  #afspraak .cc-cal .esapp-booking--split .esapp-booking__workspace,
  #afspraak .cc-cal .esapp-booking__workspace {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    gap: 1.25rem;
  }
}


/* === afspraak intro full width 2026-08-31b === */
#afspraak .cc-contact-grid > div:not(.cc-cal) .cc-h2 {
  max-width: none;
}
#afspraak .cc-contact-grid > div:not(.cc-cal) .cc-lead {
  max-width: min(68ch, 100%);
}
@media (min-width: 1024px) {
  #afspraak .cc-contact-grid > div:not(.cc-cal) {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: clamp(1.25rem, 2.5vw, 2.25rem);
    row-gap: 0.85rem;
    align-items: end;
  }
  #afspraak .cc-contact-grid > div:not(.cc-cal) > :nth-child(1) {
    grid-column: 1 / -1;
    grid-row: 1;
    max-width: none !important;
  }
  #afspraak .cc-contact-grid > div:not(.cc-cal) > :nth-child(2) {
    grid-column: 1 / -1;
    grid-row: 2;
    max-width: min(78ch, 100%) !important;
    margin-bottom: 0.35rem;
  }
  #afspraak .cc-contact-grid > div:not(.cc-cal) > :nth-child(3) {
    grid-column: 1;
    grid-row: 3;
  }
  #afspraak .cc-contact-grid > div:not(.cc-cal) > :nth-child(4) {
    grid-column: 2;
    grid-row: 3;
  }
  #afspraak .cc-contact-grid > div:not(.cc-cal) > :nth-child(5) {
    grid-column: 3;
    grid-row: 3;
  }
  #afspraak .cc-contact-grid > div:not(.cc-cal) > :nth-child(6) {
    grid-column: 1 / -1;
    grid-row: 4;
    justify-self: start;
    margin-top: 0.35rem;
  }
}
