:root {
  --base-color: #9c70ed;
  --green: #4DAA57;
}

body {
  background-image: none !important;
}

.aitori-logo {
  width: 112px;
  max-height: 32px;
}

.aitori-hero-visual {
  max-width: 860px;
  width: 100%;
}

.aitori-product-card {
  min-height: 100%;
}

.aitori-product-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: contain;
  padding: 18px;
  background: #f6f2ff;
}

.aitori-status {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 12px;
  border-radius: 999px;
  background: rgba(156, 112, 237, .12);
  color: var(--base-color);
  font-size: 12px;
  font-weight: 700;
}

.aitori-app-store-link {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}

.aitori-app-store-badge {
  display: block;
  width: 132px;
  height: auto;
}

.aitori-app-store-badge-large {
  width: 156px;
}

.aitori-language-switcher .dropdown-toggle::after {
  margin-left: 7px;
  vertical-align: middle;
}

.aitori-language-switcher .dropdown-menu {
  min-width: 138px;
  padding: 8px;
  border: 0;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
}

.aitori-language-switcher .dropdown-item {
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
}

.aitori-language-switcher .dropdown-item.active,
.aitori-language-switcher .dropdown-item:active {
  background: rgba(156, 112, 237, .14);
  color: var(--base-color);
}

.aitori-feature-img {
  width: 100%;
  aspect-ratio: 5 / 6;
  object-fit: cover;
}

.aitori-small-img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.aitori-stylist-preview {
  object-position: center top;
}

.aitori-agent-panel {
  background: #151821;
}

.aitori-agent-row {
  display: grid;
  grid-template-columns: 120px 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.aitori-agent-row:last-child {
  border-bottom: 0;
}

.aitori-agent-bar {
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(90deg, #9c70ed, #e1340e);
}

.aitori-footer-logo {
  width: 112px;
  max-height: 32px;
  filter: brightness(0) invert(1);
}

.aitori-no-wrap {
  white-space: nowrap;
}

@media (max-width: 991px) {
  .aitori-agent-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .aitori-no-wrap {
    white-space: normal;
  }
}

@media (max-width: 575px) {
  .aitori-product-card .p-40px {
    padding: 28px !important;
  }
}
