.switch-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin: 4rem 0 0;
}

@media (max-width: 991px) {
  .switch-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .switch-problem-container {
    grid-template-columns: 1fr !important;
  }
  .solution-cards-container {
    grid-template-columns: 1fr !important;
  }
}
@media (max-width: 480px) {
  .switch-stats {
    grid-template-columns: 1fr;
  }
}
.switch-stat {
  padding: 1rem;
  text-align: center;
}

.switch-stat__num {
  font-family: Inter, sans-serif;
  font-size: clamp(48px, 5vw, 64px);
  font-weight: 500;
  color: #0F0A2E;
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: 12px;
}
.switch-stat__num.small {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  font-size: clamp(34px, 3.5vw, 42px);
}

.switch-stat__label {
  font-size: 1rem;
  color: #252B37;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
}

.switch-cta-row {
  display: inline-flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 0.5rem;
}

.switch-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: #8259E8;
  color: #FFFFFF;
  border: 1px solid #8259E8;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.1s ease, box-shadow 0.2s ease;
}

.switch-btn-primary:hover {
  background: #6B46C1;
  color: #FFFFFF;
  box-shadow: 0 6px 20px rgba(130, 89, 232, 0.25);
}

.switch-btn-primary:active {
  transform: translateY(1px);
}

.switch-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: #FFFFFF;
  color: #151729;
  border: 1px solid #DFD5F9;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.switch-btn-secondary:hover {
  background: #F4F3FF;
  border-color: #8259E8;
  color: #111325;
}

.switch-stats {
  width: 120%;
  padding: 0 4rem;
}

.switch-intro {
  text-align: left;
}

.switch-intro p {
  font-size: 1.125rem;
  color: #414651;
  line-height: 1.8;
  margin-bottom: 1rem;
}

.switch-quote {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 2rem 2.5rem;
  position: relative;
  box-shadow: 0px 0px 24px -12px #363F72;
}

.switch-quote p {
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.7;
  margin-bottom: 0.5rem;
}

.switch-quote cite {
  font-size: 0.875rem;
  color: #6B46C1;
  font-style: normal;
  font-weight: 600;
}

.switch-final-cta {
  background: #D5D9EB;
  padding: 4rem 0;
  text-align: center;
}

.switch-final-cta h2 {
  font-family: Inter, sans-serif;
  font-size: 1.875rem;
  font-weight: 400;
  margin-bottom: 0.75rem;
}

.switch-final-cta p {
  font-size: 1rem;
  margin-bottom: 1.5rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.switch-final-cta__note {
  font-size: 0.875rem;
  margin-top: 1rem;
}

.switch-final-cta__note a {
  color: #6B46C1;
  text-decoration: none;
  font-weight: 600;
}
.switch-final-cta__note a:hover {
  text-decoration: underline;
}

/* Table section */
.compare-table-section {
  padding: 4rem 0 5rem;
}

.compare-table {
  width: 100%;
  border-collapse: collapse;
  background: #FFFFFF;
}

/* Header */
.compare-table thead th {
  padding: 1.4rem 1.75rem;
  text-align: left;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  border-bottom: none;
}

.compare-table th.compare-table__feature {
  width: 24%;
  background: #717BBC;
  color: #FFFFFF;
}

.compare-table th.compare-table__youricp {
  background: #8259E8;
  color: #FFFFFF;
  width: 38%;
}

.compare-table th.compare-table__competitor {
  background: #293056;
  color: #FFFFFF;
  width: 38%;
}

/* Body rows */
.compare-table tbody tr {
  border-bottom: 1px solid #D5D7DA;
}

.compare-table tbody tr:hover td {
  background-color: rgba(130, 89, 232, 0.025);
}

.compare-table td {
  padding: 1.2rem 1.75rem;
  font-size: 0.875rem;
  color: #252B37;
  vertical-align: top;
  line-height: 1.6;
  vertical-align: middle;
}

/* Feature label */
.compare-table td.compare-table__label {
  font-weight: 600;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-right: 1px solid #D5D7DA;
  vertical-align: middle;
}

/* YourICP column */
.compare-table tbody td.compare-table__youricp {
  border-left: 1px solid #D5D7DA;
}

/* Competitor column */
.compare-table tbody td.compare-table__competitor {
  background: #FFFFFF;
}

/* Badges */
.compare-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 6px;
  padding: 0.3rem 0.7rem;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

.compare-badge i {
  font-size: 0.75rem;
  flex-shrink: 0;
}

.compare-badge--win {
  background: #A6F4C5;
  width: 160px;
  color: #027A48;
}

.compare-badge--lose {
  background: #FECDCA;
  width: 160px;
  color: #D92D20;
}

.compare-badge--neutral {
  background: #F5F5F5;
  color: #717680;
}

.compare-detail {
  font-size: 0.875rem;
  margin: 0;
  line-height: 1.55;
}

/* Differentiators */
.compare-differentiators-section {
  background: #FFFFFF;
  padding: 5rem 0;
}

.compare-link {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  color: #8259E8;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 600;
  transition: gap 0.15s ease;
}
.compare-link:hover {
  color: #6B46C1;
  gap: 0.5rem;
}

/* Responsive */
@media (max-width: 768px) {
  .compare-table th.compare-table__feature,
  .compare-table td.compare-table__label {
    display: none;
  }
  .compare-table th.compare-table__youricp,
  .compare-table th.compare-table__competitor,
  .compare-table tbody td.compare-table__youricp,
  .compare-table tbody td.compare-table__competitor {
    width: 50%;
  }
}
.switch-problem-container {
  display: grid;
  grid-template-columns: 1fr 430px;
  grid-gap: 2rem;
}

.quote-mark {
  font-size: 4.5rem;
  color: #BDB4FE;
  position: absolute;
  top: -10px;
  right: 20px;
}

.solution-cards-container {
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 500px);
  grid-gap: 2rem;
  place-content: center;
}
.solution-cards-container .content-card {
  padding: 2rem;
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0px 0px 24px -12px #363F72;
}
.solution-cards-container .card-title {
  display: flex;
  align-items: center;
}
.solution-cards-container .card-single-icon {
  background: #2D1B69;
  margin: 0 0.75rem 0 0;
}
.solution-cards-container .challenge-icon {
  min-width: 50px;
}
.solution-cards-container h3 {
  margin: 0;
}

.pull-quote {
  background: #0F0A2E;
  padding: 4rem;
  margin-top: 6rem;
}
.pull-quote .pull-quote-inner {
  max-width: 850px;
  margin: auto;
  position: relative;
}
.pull-quote blockquote {
  color: #FFFFFF;
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 40px;
  text-align: center;
}
.pull-quote .pull-quote-attr {
  text-align: center;
  color: #8259E8;
  font-weight: 500;
}
.pull-quote .quote-mark {
  font-size: 4.5rem;
  position: absolute;
  top: 0px;
  right: -30px;
  height: 40px;
  line-height: 40px;
  color: #BDB4FE;
  opacity: 0.5;
}

.why-teams-switch .solution-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: linear-gradient(165deg, #D5D9EB 0%, #AFB5D9 55%, #717BBC 100%);
  margin: 4rem auto;
  max-width: 1200px;
}

/*# sourceMappingURL=why-teams-switch.css.map */
