.breadcrumbs-v1 {
  display: none !important;
}

.ct-hero,
.ct-hero *:not(i),
.ct-section,
.ct-section *:not(i),
.ct-cta,
.ct-cta *:not(i) {
  box-sizing: border-box;
  font-family:
    "DM Sans",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}

.ct-wave {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  z-index: 5;
  line-height: 0;
  pointer-events: none;
}

.ct-wave svg {
  display: block;
  width: 100%;
  height: 60px;
}

.ct-hero {
  position: relative;
  background: #fff;
  padding: 5.5rem 0 9rem;
}

.ct-hero::before {
  content: "";
  position: absolute;
  top: -200px;
  left: -150px;
  width: 470px;
  height: 470px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 214, 10, 0.42) 0%,
    rgba(255, 214, 10, 0.18) 34%,
    rgba(255, 214, 10, 0) 74%
  );
  pointer-events: none;
}

.ct-hero::after {
  content: "";
  position: absolute;
  right: -150px;
  bottom: -180px;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 106, 0, 0.32) 0%,
    rgba(255, 45, 85, 0.16) 40%,
    rgba(255, 106, 0, 0) 76%
  );
  pointer-events: none;
}

.ct-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 980px;
  text-align: center;
  margin: 0 auto;
}

.ct-eyebrow,
.ct-kicker {
  display: inline-block;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #111827;
  margin-bottom: 1rem;
}

.ct-title {
  font-size: clamp(3.8rem, 9vw, 4.5rem);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1.03;
  color: #0f172a;
  margin: 0 0 1.35rem;
  padding: 0.08em 0;
}

.ct-title em {
  font-style: italic;
  font-weight: 700;
  display: inline-block;
  background: linear-gradient(
    135deg,
    #ff7a00 0%,
    #ff2d55 40%,
    #00c7be 78%,
    #4cc9f0 100%
  );
  background-size: 260% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.ct-subtitle {
  font-size: 22px;
  line-height: 1.72;
  color: #4b5563;
  max-width: 800px;
  margin: 0 auto;
}

.ct-hero-actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.ct-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 30px;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none !important;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
}

.ct-btn:hover {
  transform: translateY(-2px);
}

.ct-btn-dark {
  background: #111827;
  color: #fff;
  box-shadow: 0 16px 34px rgba(17, 24, 39, 0.16);
}

.ct-btn-dark:hover {
  color: #fff;
  background: #0f172a;
}

.ct-btn-light {
  background: #fffc00;
  color: #111827;
  box-shadow: 0 16px 34px rgba(255, 214, 10, 0.2);
}

.ct-btn-light:hover {
  color: #111827;
  background: #fff35c;
}

.ct-section {
  position: relative;
  padding: 4rem 0 6rem;
}

.ct-section-light {
  background: #f8fafc;
}

.ct-section-white {
  background: #fff;
}

.ct-section-dark {
  background: #0f172a;
}

.ct-section-dark .ct-kicker {
  color: rgba(255, 255, 255, 0.6);
}

.ct-section-dark .ct-section-title {
  color: #fff;
}

.ct-intro-block {
  max-width: 720px;
  margin: 0 auto 2.5rem;
  text-align: center;
}

.ct-section-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.06;
  color: #111827;
  margin: 0 0 1rem;
}

.ct-section-body {
  font-size: 18px;
  line-height: 1.75;
  color: #4b5563;
  margin: 0;
}

.ct-quick-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  max-width: 720px;
  margin: 0 auto;
}

.ct-quick-card {
  padding: 1.8rem;
  border-radius: 26px;
  background: #fff;
  border: 1px solid rgba(226, 232, 240, 0.95);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.05);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.ct-quick-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 40px rgba(15, 23, 42, 0.08);
}

.ct-quick-icon {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  font-size: 1.35rem;
  background: #111827;
  color: #fff;
  margin-bottom: 1rem;
}

.ct-quick-card h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #111827;
  margin: 0 0 0.6rem;
}

.ct-quick-card p {
  font-size: 16px;
  line-height: 1.7;
  color: #4b5563;
  margin: 0;
}

.ct-channel-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  max-width: 960px;
  margin: 0 auto;
}

.ct-channel-card {
  min-height: 100%;
  padding: 1.8rem;
  border-radius: 28px;
  border: 2px solid #111;
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.07);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.ct-channel-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 50px rgba(15, 23, 42, 0.12);
}

.ct-channel-icon {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  font-size: 1.35rem;
  margin-bottom: 1.2rem;
}

.ct-channel-card h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #111827;
  margin: 0 0 0.7rem;
}

.ct-channel-card p {
  font-size: 16px;
  line-height: 1.72;
  color: #4b5563;
  margin: 0 0 1.1rem;
}

.ct-channel-card a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.95rem;
  font-weight: 700;
  color: #111827;
  text-decoration: none !important;
}

.ct-channel-card-gold {
  background: linear-gradient(180deg, #fffed8 0%, #fff8ba 100%);
  border-color: #f6d400;
}

.ct-channel-card-gold .ct-channel-icon {
  background: rgba(255, 255, 255, 0.62);
  color: #111827;
  box-shadow: inset 0 0 0 1px rgba(255, 214, 10, 0.35);
}

.ct-channel-card-cyan {
  background: linear-gradient(180deg, #ebfbff 0%, #d9f7ff 100%);
  border-color: #3dd8f5;
}

.ct-channel-card-cyan .ct-channel-icon {
  background: rgba(255, 255, 255, 0.7);
  color: #111827;
  box-shadow: inset 0 0 0 1px rgba(76, 201, 240, 0.35);
}

.ct-channel-card-coral {
  background: linear-gradient(180deg, #fff1ea 0%, #ffe0d5 100%);
  border-color: #ff8b6b;
}

.ct-channel-card-coral .ct-channel-icon {
  background: rgba(255, 255, 255, 0.72);
  color: #111827;
  box-shadow: inset 0 0 0 1px rgba(255, 122, 0, 0.32);
}

.ct-dark-layout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 3rem;
  max-width: 900px;
  margin: 0 auto;
  align-items: start;
}

.ct-detail-list {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}

.ct-detail-item {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 1rem;
  align-items: start;
  padding: 1rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.ct-detail-badge {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  font-size: 1.35rem;
  background: rgba(255, 255, 255, 0.08);
  color: #fffc00;
}

.ct-detail-item strong {
  display: block;
  font-size: 1rem;
  color: #fff;
  margin-bottom: 0.25rem;
}

.ct-detail-item p {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
}

.ct-hours {
  padding: 1.5rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.ct-hours h3 {
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0 0 1rem;
  color: #fff;
}

.ct-hours ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ct-hours li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.8rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ct-hours li:last-child {
  border-bottom: none;
}

.ct-hours span {
  color: rgba(255, 255, 255, 0.72);
}

.ct-hours strong {
  color: #fff;
}

.ct-social {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}

.ct-social-btn {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-decoration: none !important;
  transition:
    transform 0.25s ease,
    background 0.25s ease;
}

.ct-social-btn:hover {
  transform: translateY(-2px);
  color: #111827;
  background: #fffc00;
}

.ct-cta {
  position: relative;
  background: #fffc00;
  padding: 5.5rem 0;
  text-align: center;
}

.ct-cta h2 {
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  color: #000;
  margin: 0 0 1rem;
}

.ct-cta p {
  font-size: 19px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.7;
  max-width: 600px;
  margin: 0 auto 2rem;
}

.ct-cta-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.ct-cta-btn-dark,
.ct-cta-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 28px;
  border-radius: 999px;
  font-size: 0.98rem;
  font-weight: 700;
  text-decoration: none !important;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.ct-cta-btn-dark:hover,
.ct-cta-btn-outline:hover {
  transform: translateY(-2px);
}

.ct-cta-btn-dark {
  background: #000;
  color: #fff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.ct-cta-btn-dark:hover {
  color: #fff;
  background: #111;
}

.ct-cta-btn-outline {
  background: transparent;
  color: #000;
  border: 2px solid rgba(0, 0, 0, 0.15);
}

.ct-cta-btn-outline:hover {
  color: #000;
  background: rgba(0, 0, 0, 0.06);
}

@media (min-width: 768px) {
  .ct-wave svg {
    height: 80px;
  }
}

@media (min-width: 1200px) {
  .ct-wave svg {
    height: 100px;
  }
}

@media (max-width: 991.98px) {
  .ct-hero {
    padding: 4.5rem 0 7rem;
  }

  .ct-channel-grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin: 0 auto;
  }

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

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

  .ct-section {
    padding: 3rem 0 5rem;
  }
}

@media (max-width: 767.98px) {
  .ct-title {
    font-size: 3.15rem;
  }

  .ct-subtitle {
    font-size: 18px;
  }

  .ct-hero-actions {
    flex-direction: column;
  }

  .ct-hero-actions .ct-btn {
    width: 100%;
  }

  .ct-cta {
    padding: 4rem 0;
  }

  .ct-cta h2 {
    line-height: 1.05;
  }

  .ct-cta-actions {
    flex-direction: column;
    align-items: center;
  }

  .ct-cta-actions a {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .ct-hero {
    padding: 3.7rem 0 6rem;
  }

  .ct-title {
    font-size: 2.55rem;
  }

  .ct-subtitle {
    font-size: 1rem;
  }

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

  .ct-hours li {
    flex-direction: column;
    gap: 0.3rem;
  }
}
