.flipcolor {
  color: #1E9AF1;
}

.secondary {
	background-color: #F3F7FB;
}

.box {
  border-radius: 36px;
}

.gradient-text {
  background: linear-gradient(to right, #218cfe, #A558E2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.chat-stripe {
  background: linear-gradient(240deg, #218cfe, #A558E2);
}

.chat-thread {
  width: 100%;
}

.chat-row {
  display: flex;
  margin-bottom: 1.25rem;
}

.chat-row:last-child {
  margin-bottom: 0;
}

.chat-row--left {
  justify-content: flex-start;
}

.chat-row--right {
  justify-content: flex-end;
}

.chat-bubble {
  position: relative;
  padding: 1rem 1.25rem;
  border-radius: 1.25rem;
  line-height: 1.55;
}

.chat-bubble p:last-child {
  margin-bottom: 0;
}

.chat-bubble--left,
.chat-bubble--right {
  background: #fff;
  color: #363636;
  border: 1px solid #d0d0d0;
  box-shadow:
    0 4px 20px rgba(0, 0, 0, 0.12),
    0 2px 8px rgba(0, 0, 0, 0.08);
}

.chat-bubble--left {
  max-width: min(100%, 28rem);
}

.chat-bubble--right {
  width: 75%;
  max-width: 75%;
}

.chat-bubble--left::before,
.chat-bubble--left::after,
.chat-bubble--right::before,
.chat-bubble--right::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  transform: translateY(-50%);
}

.chat-bubble--left::before {
  left: -1.05rem;
  border-top: 0.9rem solid transparent;
  border-bottom: 0.9rem solid transparent;
  border-right: 1.08rem solid #d0d0d0;
  z-index: 0;
}

.chat-bubble--left::after {
  left: -0.92rem;
  border-top: 0.85rem solid transparent;
  border-bottom: 0.85rem solid transparent;
  border-right: 1rem solid #fff;
  z-index: 1;
}

.chat-bubble--right::before {
  right: -1.05rem;
  border-top: 0.9rem solid transparent;
  border-bottom: 0.9rem solid transparent;
  border-left: 1.08rem solid #d0d0d0;
  z-index: 0;
}

.chat-bubble--right::after {
  right: -0.92rem;
  border-top: 0.85rem solid transparent;
  border-bottom: 0.85rem solid transparent;
  border-left: 1rem solid #fff;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .chat-bubble--right {
    width: 90%;
    max-width: 90%;
  }
}

.chat-bubble--right a {
  color: #1E9AF1;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.chat-bubble--right a:hover {
  color: #1578c4;
}

.chat-row--with-avatar .chat-message {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  width: 75%;
  max-width: 75%;
}

.chat-row--with-avatar .chat-bubble--right {
  width: auto;
  max-width: none;
  flex: 1;
  min-width: 0;
}

.chat-avatar {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #fff;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.14);
}

@media screen and (max-width: 768px) {
  .chat-row--with-avatar .chat-message {
    width: 90%;
    max-width: 90%;
  }
}

.developer-chat .chat-bubble--right {
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .developer-chat .chat-bubble--right {
    width: 100%;
    max-width: 100%;
  }
}

.lang-switcher {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.9rem;
  font-weight: 500;
}

.lang-switcher a {
  color: #4a4a4a;
  text-decoration: none;
  opacity: 0.55;
  transition: opacity 0.15s;
}

.lang-switcher a:hover {
  opacity: 1;
}

.lang-active {
  color: #1E9AF1;
  font-weight: 700;
}

.lang-divider {
  color: #ccc;
}

.feature-slide {
  padding: 2rem 2.25rem;
}

.feature-slide .columns.is-vcentered {
  margin-left: 0;
  margin-right: 0;
}

.feature-slide .columns.is-vcentered > .column {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.feature-slide .columns.is-vcentered > .column:first-child {
  padding-left: 1.5rem;
  padding-right: 2rem;
}

.feature-slide .columns.is-vcentered > .column.is-narrow {
  padding-left: 2rem;
  display: flex;
  justify-content: center;
  text-align: center;
}

.feature-slide-media {
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
}

.feature-slide-media--narrow {
  width: 360px;
}

@media screen and (max-width: 768px) {
  .feature-slide {
    padding: 1.25rem;
  }

  .feature-slide .columns.is-vcentered > .column:first-child,
  .feature-slide .columns.is-vcentered > .column.is-narrow {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .feature-slide .columns.is-vcentered > .column.is-narrow {
    justify-content: center;
  }

  .feature-slide-media,
  .feature-slide-media--narrow {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
}

.perks-section .perks-lead {
  max-width: 34rem;
  margin: 0.75rem auto 2.5rem;
}

.perks-grid {
  margin-top: 0.5rem;
}

.perk-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1.5rem 1.75rem;
  border: 1px solid rgba(30, 154, 241, 0.12);
  box-shadow: 0 4px 18px rgba(30, 154, 241, 0.08);
}

.perk-icon {
  font-size: 2.25rem;
  line-height: 1;
}

.perk-title {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.45;
  color: #363636;
  margin: 0;
}

.pricing-container {
  max-width: 52rem;
}

.pricing-shell {
  padding: 3.25rem 2rem;
}

.pricing-lead {
  max-width: 40rem;
  margin: 0.75rem auto 2rem;
}

.pricing-how,
.pricing-fact {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1.75rem 2rem;
  border: 1px solid rgba(30, 154, 241, 0.12);
  box-shadow: 0 4px 18px rgba(30, 154, 241, 0.08);
}

.pricing-how {
  margin-bottom: 2.5rem;
}

.pricing-plans {
  max-width: 40rem;
  margin: 0 auto 1.5rem;
}

.pricing-plans > .column {
  padding: 0.4rem;
}

.pricing-plan {
  height: 100%;
  padding: 1.5rem 1rem;
  border: 2px solid transparent;
  border-radius: 36px;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(240deg, #218cfe, #A558E2) border-box;
  box-shadow: 0 4px 16px rgba(33, 140, 254, 0.1);
}

.pricing-plan--featured {
  box-shadow: 0 4px 16px rgba(33, 140, 254, 0.1);
}

.pricing-amount {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  color: #363636;
  margin-bottom: 0.35rem;
}

.pricing-label {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.pricing-price {
  font-size: 1.75rem;
  font-weight: 700;
  color: #1E9AF1;
  margin: 0;
}

.pricing-note {
  max-width: 36rem;
  margin: 0 auto 2.5rem;
}

.pricing-fact {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .pricing-shell {
    padding: 2rem 1rem;
  }
}

.language-support-lead {
  max-width: 40rem;
  margin: 0.75rem auto 2rem;
}

.language-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
  padding: 0;
  margin: 0;
}

.language-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  background: var(--lang-color, #1E9AF1);
  color: #2f3a4a;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.2;
  border: 1px solid rgba(47, 58, 74, 0.08);
  box-shadow: 0 3px 10px rgba(47, 58, 74, 0.12);
}

@media screen and (max-width: 768px) {
  .language-list {
    gap: 0.5rem;
  }

  .language-pill {
    font-size: 0.85rem;
    padding: 0.45rem 0.75rem;
  }
}

.outreach-container {
  max-width: 52rem;
}

.outreach-card + .outreach-card {
  margin-top: 1.5rem;
}

.outreach-card .title {
  margin-bottom: 1rem;
}

.outreach-card .columns {
  margin-bottom: 0;
}
