:root {
  --color-opai-purple: #58c41f;
  --brand-green: #58c41f;
  --brand-green-light: #8ee63f;
  --brand-green-dark: #249b38;
}

.bg-opai-purple,
.group-hover\:bg-opai-purple:hover,
.group:hover .group-hover\:bg-opai-purple {
  background: linear-gradient(135deg, var(--brand-green-light) 0%, var(--brand-green) 48%, var(--brand-green-dark) 100%) !important;
  box-shadow: 0 3px 10px 0 rgba(255, 255, 255, 0.4) inset;
}

.brand-logo-lock {
  display: flex !important;
}

.brand-link {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-logo-frame {
  display: flex;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  overflow: visible;
  border-radius: 12px;
  background: #fff;
}

.brand-title-lock {
  display: inline-block !important;
}

.brand-title {
  font-family: Sora, sans-serif;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -0.04em;
  color: var(--color-background-13);
}

.brand-logo-img {
  width: 53px;
  height: 53px;
  object-fit: contain;
}

.hero-banner-preview {
  top: 22%;
  left: -1%;
}

.hero-banner-preview-card {
  display: flex;
  width: 289px;
  height: 229px;
  align-items: center;
  justify-content: center;
  overflow: visible;
  border-radius: 24px;
  background: #fff;
  padding: 16px;
}

.hero-banner-preview-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.pricing-section-bg {
  background-image: url("./36.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.footer-social-link {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.78);
  font-family: Sora, sans-serif;
  font-size: 13px;
  font-weight: 600;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.footer-social-link:hover {
  border-color: rgba(88, 196, 31, 0.55);
  background: rgba(88, 196, 31, 0.16);
  color: #fff;
}

.footer-contact-card {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.045);
  padding: 24px;
}

.footer-contact-title {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 700;
}

.footer-contact-phone {
  display: block;
  color: #fff;
  font-family: Sora, sans-serif;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -0.04em;
  transition: color 0.3s ease;
}

.footer-contact-phone:hover {
  color: var(--brand-green-light);
}

.footer-contact-email {
  display: block;
  color: rgba(255, 255, 255, 0.62);
  transition: color 0.3s ease;
}

.footer-contact-email:hover {
  color: #fff;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-muted {
  color: rgba(255, 255, 255, 0.56);
}

.cta-media {
  display: flex;
  width: 100%;
  max-width: 550px;
  align-items: flex-end;
  overflow: hidden;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
}

.cta-media-img {
  display: block;
  width: 100%;
  min-height: 360px;
  object-fit: cover;
  object-position: center bottom;
}

@media (min-width: 1024px) {
  .cta-media {
    align-self: stretch;
    max-width: 560px;
    min-height: 496px;
    margin-top: 0;
    margin-left: auto;
    margin-right: 0;
    border-bottom-left-radius: 0;
  }

  .cta-media-img {
    height: 100%;
    min-height: 496px;
  }
}

@media (min-width: 1280px) {
  .cta-media {
    max-width: 589px;
  }
}

@media (min-width: 1536px) {
  .hero-banner-preview {
    left: -7%;
  }
}

@media (max-width: 1023px) {
  .brand-title-lock {
    display: none !important;
  }
}
