/* Limitless styles on the Lutch marketing column (1200px), not admin full-bleed.
   Admin layout.css locks html/body to height:100% + flex, which clips the
   public footer and stops window scroll before the bottom of the page. */
html.layout-static:has(body.cp-public-site) {
  display: block;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}

html.layout-static body.cp-public-site {
  display: block;
  height: auto;
  min-height: 100%;
  overflow: visible;
}

.cp-public-site {
  --cp-public-container: 1200px;
}

html.layout-static .cp-public-site .page-content,
html.layout-static .cp-public-site .content-wrapper,
.cp-public-site .content-inner {
  display: block;
  overflow: visible;
  height: auto;
  flex: none;
}

.cp-public-site .content-inner {
  background-color: #e3f2fd; /* colors.css blue-l5 */
}

.cp-public-site .page-header-light {
  background:
    radial-gradient(900px 420px at 12% -8%, #90caf9, transparent 58%),
    radial-gradient(800px 420px at 92% 8%, #b2ebf2, transparent 55%),
    linear-gradient(165deg, #bbdefb 0%, #e3f2fd 100%);
}

.cp-public-site .page-header {
  margin-top: -4.75rem;
  padding-top: 4.75rem;
}

.cp-public-site .cp-public-container,
.cp-public-site .navbar > .container-fluid,
.cp-public-site .navbar-footer > .container-fluid {
  width: 100%;
  max-width: var(--cp-public-container);
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.cp-public-topbar {
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.cp-public-topbar .cp-public-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 0.75rem 1rem;
  min-height: 2.5rem;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

.cp-public-topbar-copy {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}

.cp-public-topbar .btn {
  flex-shrink: 0;
  font-weight: 700;
  white-space: nowrap;
  border-radius: 999px;
  padding: 0.2rem 0.85rem;
  color: #1565c0;
  box-shadow: 0 1px 2px rgba(21, 101, 192, 0.12);
}

@media (max-width: 767.98px) {
  .cp-public-topbar .cp-public-container {
    justify-content: center;
  }

  .cp-public-topbar-copy {
    display: none;
  }
}

.cp-public-header.navbar {
  padding: 0;
}

.cp-public-header {
  position: sticky;
  top: 0;
  z-index: 1030;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid transparent;
  transition: background 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.cp-public-header.is-solid {
  background: #fff;
  border-bottom-color: #e0e7ef;
  box-shadow: 0 6px 24px rgba(38, 50, 56, 0.06);
}

.cp-public-header > .cp-public-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 4.75rem;
  gap: 1rem;
}

@media (min-width: 992px) {
  .cp-public-header .navbar-nav {
    flex-direction: row;
    align-items: center;
    gap: 0.25rem;
  }
}

.cp-public-header .nav-link {
  font-weight: 600;
  color: #455a64;
  padding: 0.5rem 0.75rem;
}

.cp-public-header .nav-link:hover,
.cp-public-header .nav-link.active {
  color: #1e88e5;
}

.cp-public-nav-offcanvas {
  --bs-offcanvas-width: min(20rem, 100vw);
}

.cp-public-nav-offcanvas .nav-link {
  font-weight: 600;
  color: #455a64;
}

.cp-public-nav-offcanvas .nav-link:hover,
.cp-public-nav-offcanvas .nav-link.active {
  color: #1e88e5;
  background: rgba(30, 136, 229, 0.08);
}

.cp-public-lang {
  display: inline-flex;
  overflow: hidden;
  border: 1px solid #e0e7ef;
  border-radius: 999px;
  background: #fff;
}

.cp-public-lang a {
  padding: 0.3rem 0.7rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #78909c;
  text-decoration: none;
}

.cp-public-lang a.active {
  background-color: #1e88e5;
  color: #fff;
}

.cp-public-signin {
  font-weight: 700;
  color: #263238;
  text-decoration: none;
}

.cp-public-signin:hover {
  color: #1e88e5;
}

.cp-public-site .page-header-content {
  width: 100%;
  max-width: var(--cp-public-container);
  margin-left: auto;
  margin-right: auto;
  padding: 2.75rem 24px;
}

.cp-public-site .page-header .page-title {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.cp-public-section-title {
  margin: 0;
  color: #102a43;
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.cp-public-section-title--sm {
  font-size: clamp(1.35rem, 2.2vw, 1.85rem);
}

.cp-public-feature-point {
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  gap: 0.9rem;
  align-items: start;
  padding: 1rem 1.1rem;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
}

.cp-public-feature-point__index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  background: var(--bs-primary, #0d6efd);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1;
}

.cp-public-feature-point__title {
  margin-bottom: 0.2rem;
  color: #0f172a;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.cp-public-feature-point__copy {
  color: #475569;
  font-size: 0.98rem;
  line-height: 1.55;
}

.cp-public-check-item {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.85rem 1rem;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 0.85rem;
}

.cp-public-check-item__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 2rem;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: rgba(25, 135, 84, 0.12);
  color: #198754;
  font-size: 1rem;
}

.cp-public-check-item__label {
  color: #0f172a;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.cp-public-comms-banner {
  background: linear-gradient(135deg, #0d6efd 0%, #1d4ed8 55%, #0b3d91 100%);
  color: #fff;
}

.cp-pricing-eyebrow {
  margin-bottom: 0.5rem;
  color: var(--bs-primary, #0d6efd);
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cp-pricing-lead {
  max-width: 36rem;
  margin: 0;
  color: #455a64;
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
  font-weight: 500;
  line-height: 1.5;
}

.cp-pricing-faq {
  margin-top: 3.5rem;
}

.cp-pricing-faq__head {
  max-width: 40rem;
  margin: 0 auto 1.5rem;
  text-align: center;
}

.cp-pricing-faq__head .cp-pricing-eyebrow {
  margin-bottom: 0.65rem;
}

.cp-pricing-faq__title {
  margin: 0;
  color: #0f172a;
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  font-weight: 750;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.cp-pricing-faq__list {
  max-width: 46rem;
  margin: 0 auto;
  display: grid;
  gap: 0.85rem;
}

.cp-pricing-faq__item {
  margin: 0;
  padding: 0 1.35rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 0.9rem;
  box-shadow: 0 0.5rem 1.25rem rgba(15, 23, 42, 0.04);
}

.cp-pricing-faq__item summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  color: #0f172a;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
  cursor: pointer;
}

.cp-pricing-faq__item summary:hover,
.cp-pricing-faq__item summary:focus,
.cp-pricing-faq__item summary:focus-visible {
  background: transparent;
  color: #0f172a;
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

.cp-pricing-faq__item summary::-webkit-details-marker {
  display: none;
}

.cp-pricing-faq__item summary::after {
  content: "+";
  flex: 0 0 auto;
  width: 1.75rem;
  height: 1.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(13, 110, 253, 0.1);
  color: var(--bs-primary, #0d6efd);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
}

.cp-pricing-faq__item[open] summary::after {
  content: "\2212";
}

.cp-pricing-faq__item p {
  margin: 0;
  padding: 0 0 1.25rem;
  color: #64748b;
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 1.6;
}

.cp-contact {
  display: grid;
  gap: 2.5rem;
  align-items: start;
}

@media (min-width: 992px) {
  .cp-contact {
    grid-template-columns: minmax(15rem, 0.9fr) minmax(0, 1.6fr);
    gap: 3rem;
  }
}

.cp-contact__aside {
  display: grid;
  gap: 1.5rem;
}

.cp-contact__channel {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
}

.cp-contact__icon {
  flex: 0 0 auto;
  width: 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  background: rgba(13, 110, 253, 0.1);
  color: var(--bs-primary, #0d6efd);
  font-size: 1.15rem;
}

.cp-contact__label {
  margin-bottom: 0.2rem;
  color: #64748b;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.cp-contact__value {
  color: #0f172a;
  font-size: 1.05rem;
  font-weight: 700;
  text-decoration: none;
}

.cp-contact__value:hover {
  color: var(--bs-primary, #0d6efd);
}

.cp-contact__copy {
  color: #64748b;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.55;
}

.cp-contact__tour {
  padding-top: 0.5rem;
  border-top: 1px solid #e2e8f0;
}

.cp-contact__tour-title {
  margin: 0 0 0.5rem;
  color: #0f172a;
  font-size: 1.1rem;
  font-weight: 750;
  line-height: 1.3;
}

.cp-contact__form {
  padding: 1.75rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  box-shadow: 0 0.75rem 2rem rgba(15, 23, 42, 0.05);
}

.cp-contact__form-title {
  margin: 0 0 1.25rem;
  color: #0f172a;
  font-size: 1.35rem;
  font-weight: 750;
  letter-spacing: -0.02em;
}

.cp-contact__form .form-label {
  color: #334155;
  font-weight: 600;
}

.cp-contact__form-footer {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1.25rem;
}

@media (min-width: 576px) {
  .cp-contact__form-footer {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.cp-thanks {
  display: grid;
  gap: 1.5rem;
  align-items: stretch;
}

@media (min-width: 992px) {
  .cp-thanks {
    grid-template-columns: minmax(0, 1.35fr) minmax(16rem, 0.9fr);
    gap: 1.75rem;
  }
}

.cp-thanks__main {
  display: grid;
  gap: 1.25rem;
  align-content: start;
  padding: 1.75rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  box-shadow: 0 0.75rem 2rem rgba(15, 23, 42, 0.05);
}

.cp-thanks__status {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.cp-thanks__status-icon {
  flex: 0 0 auto;
  width: 3rem;
  height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #198754;
  color: #fff;
  font-size: 1.5rem;
  box-shadow: 0 0.5rem 1.25rem rgba(25, 135, 84, 0.28);
}

.cp-thanks__status-title {
  margin: 0 0 0.35rem;
  color: #0f172a;
  font-size: clamp(1.35rem, 2vw, 1.65rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.cp-thanks__status-copy {
  color: #475569;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.55;
}

.cp-thanks__alert {
  margin: 0;
  border-radius: 0.85rem;
}

.cp-thanks__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.cp-thanks__help {
  color: #64748b;
  font-size: 0.95rem;
  font-weight: 500;
}

.cp-thanks__aside {
  min-height: 100%;
}

.cp-thanks__hero {
  height: 100%;
  min-height: 22rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem 1.75rem;
  border-radius: 1rem;
  color: #fff;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.22), transparent 42%),
    radial-gradient(circle at 88% 12%, rgba(125, 211, 252, 0.35), transparent 36%),
    linear-gradient(145deg, #0d47a1 0%, #1565c0 48%, #0288d1 100%);
  box-shadow: 0 0.75rem 2rem rgba(13, 71, 161, 0.28);
}

.cp-thanks__hero-mark {
  width: 3.5rem;
  height: 3.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.15rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 1.55rem;
}

.cp-thanks__hero-kicker {
  margin: 0 0 0.45rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cp-thanks__hero-title {
  margin: 0 0 0.75rem;
  color: #fff;
  font-size: clamp(1.75rem, 2.5vw, 2.15rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.cp-thanks__hero-copy {
  margin: 0 0 1.35rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.55;
}

.cp-thanks__hero-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

.cp-thanks__hero-list li {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 600;
}

.cp-thanks__hero-list i {
  color: #bbf7d0;
  font-size: 1.15rem;
}

.cp-public-site .content-inner > .content {
  width: 100%;
  max-width: var(--cp-public-container);
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 24px 4rem;
}

.cp-public-site .navbar-brand .cp-brand-logo {
  display: inline-flex;
  align-items: center;
  max-height: 2rem;
}

.cp-public-site .navbar-brand .cp-brand-logo__img {
  height: var(--cp-brand-logo-height, 28px);
  width: auto;
  max-width: 9rem;
}

.cp-public-hero-img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: cover;
  object-position: top center;
  background: #111827;
}

.cp-public-site .card > .cp-public-hero-img {
  flex: 1 1 auto;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  border-radius: var(--card-inner-border-radius);
}

.cp-public-hero-carousel-wrap {
  width: 100%;
  max-width: 38rem;
}

.cp-public-hero-carousel .carousel-item img {
  width: 100%;
  height: 16.5rem;
  object-fit: cover;
  object-position: top center;
  background: #111827;
}

.cp-public-hero-carousel .carousel-indicators {
  margin-bottom: 0.35rem;
}

.cp-public-hero-carousel .carousel-control-prev,
.cp-public-hero-carousel .carousel-control-next {
  width: 2.25rem;
  height: 2.25rem;
  top: calc(16.5rem / 2 - 1.125rem);
  bottom: auto;
  padding: 0;
  align-items: center;
  opacity: 1;
  border: 0;
  border-radius: 50%;
  background: rgba(17, 24, 39, 0.55);
}

.cp-public-hero-carousel .carousel-control-prev {
  left: 0.75rem;
}

.cp-public-hero-carousel .carousel-control-next {
  right: 0.75rem;
}

.cp-public-hero-carousel .carousel-control-prev:hover,
.cp-public-hero-carousel .carousel-control-next:hover,
.cp-public-hero-carousel .carousel-control-prev:focus,
.cp-public-hero-carousel .carousel-control-next:focus {
  opacity: 1;
  background: rgba(17, 24, 39, 0.8);
}

.cp-public-hero-carousel.carousel-dark .carousel-control-prev-icon,
.cp-public-hero-carousel.carousel-dark .carousel-control-next-icon {
  filter: none;
}

.cp-public-hero-carousel .carousel-control-prev-icon,
.cp-public-hero-carousel .carousel-control-next-icon {
  width: 1.15rem;
  height: 1.15rem;
}

.cp-public-pass {
  display: flex;
  gap: 0.5rem;
}

.cp-public-pass .form-control {
  flex: 1 1 auto;
}

.cp-public-footer {
  color: #fff;
}

.cp-public-footer > .cp-public-container {
  padding-top: 4.5rem;
  padding-bottom: 3rem;
}

.cp-public-footer h6 {
  color: #fff;
  font-weight: 700;
  margin: 0 0 1.15rem;
}

.cp-public-footer__copy {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
  line-height: 1.6;
  margin: 1.15rem 0 0;
  max-width: 20rem;
}

.cp-public-footer__links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.75rem;
}

.cp-public-footer a:not(.btn) {
  color: rgba(255, 255, 255, 0.62);
  text-decoration: none;
}

.cp-public-footer a:not(.btn):hover {
  color: #fff;
}

.cp-public-footer .btn-light {
  color: #1565c0;
  background-color: #fff;
  border-color: #fff;
}

.cp-public-footer__social {
  display: flex;
  gap: 0.625rem;
  margin-top: 1.25rem;
}

.cp-public-footer__social a {
  width: 2.375rem;
  height: 2.375rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.cp-public-footer__social a:hover {
  background-color: #00897b; /* colors.css teal-d1 */
  color: #fff;
}

.cp-public-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.cp-public-tour {
  width: 100%;
  padding: 1.25rem 16px 3.5rem;
}

@media (min-width: 768px) {
  .cp-public-tour {
    padding: 2.25rem 24px 4.5rem;
  }
}

.cp-public-tour__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  min-width: 0;
}

@media (min-width: 992px) {
  .cp-public-tour__inner {
    grid-template-columns: 15.5rem minmax(0, 1fr);
    gap: 2.75rem;
    align-items: start;
  }
}

.cp-public-tour__stage {
  min-width: 0;
}

.cp-public-tour-mobilebar {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0 0 1.15rem;
  padding: 0.55rem 0.65rem;
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 1px 2px rgba(38, 50, 56, 0.06);
}

.cp-public-tour-mobilebar__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  flex-shrink: 0;
  min-height: 2.5rem;
  padding-inline: 0.9rem;
  font-weight: 700;
}

.cp-public-tour-mobilebar__here {
  margin: 0;
  min-width: 0;
  color: #455a64;
  font-size: 0.9rem;
  font-weight: 650;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cp-public-tour-offcanvas {
  --bs-offcanvas-width: min(20.5rem, 100vw);
}

.cp-public-tour-rail {
  padding: 1.1rem 1rem 1.25rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 1px 2px rgba(38, 50, 56, 0.05);
  overflow: visible;
}

@media (min-width: 992px) {
  .cp-public-tour-rail:not(.cp-public-tour-rail--drawer) {
    position: sticky;
    top: 5.5rem;
    max-height: calc(100vh - 6.5rem);
    overflow: auto;
  }
}

.cp-public-tour-rail--drawer {
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  padding: 0.85rem 0.85rem 1.5rem;
}

.cp-public-tour-rail__home {
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  color: #78909c;
}

.cp-public-tour-rail__home:hover,
.cp-public-tour-rail__home.is-active {
  color: #1565c0;
}

.cp-public-tour-rail__portal {
  border-top: 1px solid #d7e3ee;
}

.cp-public-tour-rail__portal-title {
  margin: 0;
  padding: 0.9rem 0 0.55rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #37474f;
}

.cp-public-tour-rail__group {
  margin: 0 0 0.35rem 0.15rem;
}

.cp-public-tour-rail__group-title {
  margin: 0;
  padding: 0.45rem 0 0.2rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #90a4ae;
}

.cp-public-tour-rail__mods {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  padding: 0.15rem 0 0.55rem;
}

.cp-public-tour-rail__mods a {
  display: block;
  padding: 0.32rem 0.55rem;
  border-radius: 0.4rem;
  color: #546e7a;
  font-size: 0.86rem;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
}

.cp-public-tour-rail--drawer .cp-public-tour-rail__mods a {
  padding: 0.55rem 0.7rem;
  font-size: 0.95rem;
}

.cp-public-tour-rail__mods a:hover {
  background: rgba(255, 255, 255, 0.72);
  color: #1565c0;
}

.cp-public-tour-rail__mods a.is-active {
  background: #fff;
  color: #1565c0;
  font-weight: 700;
  box-shadow: 0 1px 2px rgba(21, 101, 192, 0.08);
}

.cp-public-tour__eyebrow {
  margin: 0 0 0.55rem;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1e88e5;
}

.cp-public-tour__title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.55rem, 5.5vw, 2.65rem);
  font-weight: 750;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: #1a237e;
}

.cp-public-tour__lead {
  max-width: 42rem;
  margin: 0 0 1.25rem;
  color: #546e7a;
  font-size: 1rem;
  line-height: 1.55;
}

@media (min-width: 768px) {
  .cp-public-tour__lead {
    margin-bottom: 1.5rem;
    font-size: 1.05rem;
  }
}

.cp-public-tour-window {
  margin: 0 0 1.25rem;
  border-radius: 0.85rem;
  overflow: hidden;
  background: #fff;
  max-width: 100%;
  box-shadow:
    0 1px 2px rgba(21, 101, 192, 0.06),
    0 18px 50px rgba(38, 50, 56, 0.12);
}

@media (min-width: 768px) {
  .cp-public-tour-window {
    margin-bottom: 1.75rem;
    border-radius: 1rem;
  }
}

.cp-public-tour-window__chrome {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 2.1rem;
  padding: 0 0.7rem;
  background: #263238;
}

@media (min-width: 768px) {
  .cp-public-tour-window__chrome {
    gap: 0.85rem;
    min-height: 2.4rem;
    padding: 0 0.9rem;
  }
}

.cp-public-tour-window__dots {
  display: inline-flex;
  gap: 0.35rem;
  flex-shrink: 0;
}

.cp-public-tour-window__dots i {
  display: block;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: #78909c;
}

.cp-public-tour-window__dots i:nth-child(1) { background: #ef5350; }
.cp-public-tour-window__dots i:nth-child(2) { background: #ffca28; }
.cp-public-tour-window__dots i:nth-child(3) { background: #66bb6a; }

.cp-public-tour-window__address {
  flex: 1 1 auto;
  min-width: 0;
  padding: 0.28rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.75rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cp-public-tour-window__screen {
  background: #eceff1;
  max-width: 100%;
}

@media (max-width: 767.98px) {
  .cp-public-tour-window__screen {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
  }

  .cp-public-tour-window .cp-public-tour-shot {
    width: 44rem;
    max-width: none;
    min-width: 44rem;
  }
}

.cp-public-tour-shot {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: top center;
  background: #eceff1;
}

.cp-public-tour-window .cp-public-tour-shot {
  opacity: 0;
  transition: opacity 0.45s ease;
}

.cp-public-tour-window .cp-public-tour-shot.is-visible {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .cp-public-tour-window .cp-public-tour-shot {
    opacity: 1;
    transition: none;
  }
}

.card > .cp-public-tour-shot {
  height: auto;
  max-height: none;
  object-fit: contain;
}

.cp-public-tour__actions {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .cp-public-tour__actions {
    flex-direction: row;
    align-items: center;
  }
}

.cp-public-tour__aside {
  margin: 0;
  max-width: 38rem;
  color: #78909c;
  font-size: 0.92rem;
  line-height: 1.5;
}

.cp-public-tour__portals {
  display: grid;
  gap: 0.85rem;
  margin-bottom: 2.25rem;
}

@media (min-width: 768px) {
  .cp-public-tour__portals {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.cp-public-tour__portal {
  display: block;
  padding: 1.15rem 1.2rem;
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  box-shadow: 0 1px 2px rgba(38, 50, 56, 0.04);
}

.cp-public-tour__portal:hover {
  background: #fff;
}

.cp-public-tour__portal strong {
  display: block;
  margin-bottom: 0.4rem;
  color: #1a237e;
  font-size: 0.95rem;
}

.cp-public-tour__portal span {
  display: block;
  color: #78909c;
  font-size: 0.86rem;
  line-height: 1.45;
}

.cp-public-tour__cta {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.35rem 1.4rem;
  border-radius: 0.9rem;
  background: #fff;
}

@media (min-width: 768px) {
  .cp-public-tour__cta {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.cp-public-tour__cta h2 {
  margin: 0 0 0.35rem;
  font-size: 1.15rem;
  font-weight: 700;
  color: #1a237e;
}

.cp-public-tour__cta p {
  margin: 0;
  color: #78909c;
  font-size: 0.92rem;
}

.cp-public-tour__cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  flex-shrink: 0;
  width: 100%;
}

.cp-public-tour__cta-actions .btn {
  flex: 1 1 auto;
  justify-content: center;
}

@media (min-width: 768px) {
  .cp-public-tour__cta-actions {
    width: auto;
  }

  .cp-public-tour__cta-actions .btn {
    flex: 0 0 auto;
  }
}

.cp-public-tour__copy {
  max-width: 44rem;
}

.cp-public-tour__copy p {
  margin: 0 0 0.85rem;
  color: #455a64;
  font-size: 1rem;
  line-height: 1.6;
}

.cp-public-tour__highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.7rem;
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
}

.cp-public-tour__highlights li {
  color: #1565c0;
  font-size: 0.82rem;
  font-weight: 700;
}

.cp-public-tour__highlights li::before {
  content: "· ";
  color: #90caf9;
}

.cp-public-tour__sections {
  max-width: 44rem;
  margin: 0 0 1.75rem;
}

.cp-public-tour__sections h2 {
  margin: 0 0 0.75rem;
  font-size: 1rem;
  font-weight: 700;
  color: #37474f;
}

.cp-public-tour__sections p {
  margin: 0 0 0.55rem;
  color: #607d8b;
  font-size: 0.92rem;
  line-height: 1.5;
}

.cp-public-tour__pager {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.cp-public-tour__pager .btn {
  width: 100%;
  justify-content: center;
}

@media (min-width: 576px) {
  .cp-public-tour__pager {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .cp-public-tour__pager .btn {
    width: auto;
  }
}

.cp-public-footer__bottom .cp-public-container {
  padding-top: 1.35rem;
  padding-bottom: 1.35rem;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.55);
}

.cp-pricing-card {
  position: relative;
  overflow: hidden;
}

.cp-pricing-card {
  position: relative;
  overflow: hidden;
}

.cp-pricing-ribbon {
  position: absolute;
  top: -0.15rem;
  right: -0.15rem;
  z-index: 2;
  width: 7.5rem;
  height: 7.5rem;
  overflow: hidden;
  pointer-events: none;
}

.cp-pricing-ribbon span {
  position: absolute;
  top: 1.55rem;
  right: -2.35rem;
  display: block;
  width: 10.5rem;
  padding: 0.65rem 0;
  background: var(--bs-primary, #0d6efd);
  color: #fff;
  text-align: center;
  font-size: 0.9375rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1;
  white-space: nowrap;
  transform: rotate(45deg);
  box-shadow: 0 0.45rem 1rem rgba(15, 23, 42, 0.22);
}

.cp-pricing-card.is-featured .card-body {
  padding-top: 1.5rem;
}

.cp-pricing-card .cp-pricing-name {
  font-size: 1.05rem;
  line-height: 1.3;
}

.cp-pricing-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.15rem 0.35rem;
  line-height: 1;
}

.cp-pricing-amount {
  font-size: clamp(2.25rem, 3vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0f172a;
  line-height: 1;
}

.cp-pricing-unit {
  font-size: 1rem;
  font-weight: 600;
  color: #64748b;
}

.cp-pricing-cycle {
  margin: 0;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: none;
}

.cp-pricing-summary {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.45;
}

.cp-pricing-features {
  font-size: 0.9375rem;
}

.cp-pricing-features li span {
  color: #334155;
}
