.ct-page-shell {
  background:
    radial-gradient(circle at top left, rgba(255, 190, 92, 0.18), transparent 30%),
    radial-gradient(circle at top right, rgba(52, 157, 255, 0.16), transparent 28%),
    linear-gradient(180deg, #f5f8ff 0%, #fbfdff 42%, #ffffff 100%);
}

.ct-page {
  overflow: hidden;
}

.ct-hero {
  padding: 152px 0 72px;
}

.ct-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  gap: 36px;
  align-items: center;
}

.ct-eyebrow,
.ct-section-kicker {
  margin: 0 0 14px;
  color: #0f80d9;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ct-hero-copy h1,
.ct-section-head h2 {
  margin: 0;
  color: #133b6d;
  font-size: clamp(40px, 4.4vw, 68px);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.ct-intro,
.ct-section-head p,
.ct-info-card p,
.ct-topic-card p,
.ct-side-card p,
.ct-faq-card p,
.ct-stat-card span {
  color: #55749a;
  font-size: 18px;
  line-height: 1.78;
}

.ct-intro {
  max-width: 700px;
  margin: 22px 0 0;
}

.ct-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.ct-pill-row span {
  padding: 11px 16px;
  border: 1px solid rgba(18, 129, 216, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: #214f83;
  font-size: 14px;
  font-weight: 700;
}

.ct-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.ct-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 26px;
  border-radius: 16px;
  border: 1px solid transparent;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease,
    background-color 0.25s ease, color 0.25s ease;
}

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

.ct-btn-primary {
  background: linear-gradient(135deg, #0f80d9 0%, #0eb5d2 100%);
  box-shadow: 0 18px 36px rgba(15, 128, 217, 0.22);
  color: #fff;
}

.ct-btn-primary:hover {
  color: #fff;
}

.ct-btn-secondary {
  background: rgba(255, 255, 255, 0.8);
  border-color: rgba(18, 129, 216, 0.18);
  color: #16518a;
}

.ct-btn-secondary:hover {
  color: #16518a;
  border-color: rgba(18, 129, 216, 0.32);
  box-shadow: 0 14px 28px rgba(15, 44, 84, 0.08);
}

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

.ct-stat-card {
  padding: 22px 20px;
  border: 1px solid rgba(18, 129, 216, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 20px 50px rgba(22, 47, 94, 0.08);
}

.ct-stat-card strong,
.ct-info-card h3,
.ct-topic-card h3,
.ct-side-card h3,
.ct-faq-card h3,
.ct-visual-card h3 {
  display: block;
  margin: 0 0 10px;
  color: #123768;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.18;
}

.ct-stat-card strong {
  font-size: 19px;
}

.ct-stat-card span {
  display: block;
  font-size: 15px;
}

.ct-hero-visual {
  position: relative;
  min-height: 100%;
  padding: 18px 0 18px 24px;
}

.ct-hero-visual::before {
  position: absolute;
  inset: 40px 0 0 56px;
  border-radius: 38px;
  background: linear-gradient(180deg, rgba(17, 132, 222, 0.14), rgba(17, 132, 222, 0.02));
  content: "";
}

.ct-visual-main {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 36px;
  box-shadow: 0 38px 74px rgba(18, 47, 92, 0.2);
}

.ct-visual-main img {
  display: block;
  width: 100%;
  aspect-ratio: 0.95;
  object-fit: cover;
}

.ct-visual-card {
  position: absolute;
  right: -8px;
  bottom: 8px;
  z-index: 2;
  width: min(360px, 82%);
  padding: 24px 24px 22px;
  border: 1px solid rgba(18, 129, 216, 0.16);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 22px 44px rgba(16, 43, 84, 0.12);
  backdrop-filter: blur(18px);
}

.ct-visual-badge {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(16, 128, 218, 0.12);
  color: #0f80d9;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ct-visual-card p,
.ct-visual-card li {
  color: #53749b;
  font-size: 15px;
  line-height: 1.7;
}

.ct-visual-card ul {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.ct-visual-card li {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 8px;
}

.ct-contact-strip,
.ct-support,
.ct-faq-section {
  padding: 0 0 72px;
}

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

.ct-info-card,
.ct-topic-card,
.ct-side-card,
.ct-faq-card {
  position: relative;
  padding: 28px;
  border: 1px solid rgba(18, 129, 216, 0.12);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 22px 54px rgba(18, 47, 92, 0.08);
}

.ct-info-card {
  display: flex;
  gap: 18px;
  min-height: 100%;
}

.ct-info-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(15, 128, 217, 0.12), rgba(14, 181, 210, 0.12));
  color: #0f80d9;
  font-size: 24px;
  flex-shrink: 0;
}

.ct-info-label {
  margin: 0 0 8px;
  color: #0f80d9;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ct-info-card h3 {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35;
}

.ct-info-card h3 a {
  color: inherit;
  text-decoration: none;
}

.ct-info-card p {
  margin: 0;
  font-size: 15px;
}

.ct-support-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.72fr);
  gap: 24px;
  align-items: start;
}

.ct-section-head {
  max-width: 760px;
  margin-bottom: 28px;
}

.ct-section-head h2 {
  font-size: clamp(34px, 3vw, 52px);
}

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

.ct-topic-card i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 188, 89, 0.18), rgba(15, 128, 217, 0.12));
  color: #0f80d9;
  font-size: 24px;
}

.ct-topic-card h3,
.ct-faq-card h3 {
  margin-bottom: 12px;
  font-size: 22px;
}

.ct-side-panel {
  display: grid;
  gap: 18px;
}

.ct-side-card-accent {
  background: linear-gradient(180deg, #133b6d 0%, #0e75c4 100%);
  border-color: transparent;
  box-shadow: 0 26px 56px rgba(9, 49, 104, 0.2);
}

.ct-side-card-accent .ct-section-kicker,
.ct-side-card-accent h3,
.ct-side-card-accent p,
.ct-side-card-accent strong,
.ct-side-card-accent .ct-timeline-item span {
  color: #fff;
}

.ct-timeline {
  display: grid;
  gap: 16px;
  margin-top: 22px;
}

.ct-timeline-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.ct-timeline-item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.16);
  font-size: 17px;
  font-weight: 800;
  flex-shrink: 0;
}

.ct-timeline-item strong {
  display: block;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 700;
}

.ct-timeline-item p,
.ct-side-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.72;
}

.ct-faq-section {
  padding-bottom: 84px;
}

.ct-section-head-center {
  margin: 0 auto 30px;
  text-align: center;
}

.ct-section-head-center p {
  margin-left: auto;
  margin-right: auto;
}

.ct-faq-card {
  min-height: 100%;
}

@media (max-width: 1199px) {
  .ct-hero {
    padding-top: 142px;
  }

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

  .ct-hero-visual {
    max-width: 720px;
    margin: 0 auto;
    padding-left: 0;
  }

  .ct-hero-visual::before {
    inset: 42px 24px 0;
  }

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

@media (max-width: 991px) {
  .ct-hero {
    padding: 132px 0 58px;
  }

  .ct-support-layout,
  .ct-contact-grid,
  .ct-topic-grid,
  .ct-faq-grid,
  .ct-hero-stats {
    grid-template-columns: 1fr;
  }

  .ct-hero-copy h1,
  .ct-section-head h2 {
    font-size: clamp(34px, 8vw, 54px);
  }

  .ct-visual-card {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: -36px;
  }
}

@media (max-width: 767px) {
  .ct-hero {
    padding: 112px 0 48px;
  }

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

  .ct-btn {
    width: 100%;
  }

  .ct-info-card,
  .ct-topic-card,
  .ct-side-card,
  .ct-faq-card,
  .ct-stat-card {
    padding: 22px;
    border-radius: 24px;
  }

  .ct-hero-visual::before {
    inset: 34px 10px 0;
    border-radius: 28px;
  }

  .ct-visual-main,
  .ct-visual-card {
    border-radius: 24px;
  }

  .ct-intro,
  .ct-section-head p,
  .ct-info-card p,
  .ct-topic-card p,
  .ct-side-card p,
  .ct-faq-card p,
  .ct-stat-card span {
    font-size: 16px;
    line-height: 1.7;
  }

  .ct-contact-strip,
  .ct-support,
  .ct-faq-section {
    padding-bottom: 54px;
  }
}
