.arti-card {
  padding: 24px;
  border-radius: 20px;
  background: linear-gradient(145deg, #07111a, #0b1722);
  color: #eef6fa;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
  font-family: Inter, sans-serif;
  max-width: 720px;
  margin: 0 0 24px 0;
}

.arti-title {
  margin: 0 0 10px 0;
  color: #ffffff;
  font-size: 32px;
  line-height: 1.15;
}

.arti-text,
.arti-subtext {
  margin: 0 0 16px 0;
  color: #b7cad3;
  font-size: 16px;
  line-height: 1.6;
}

.arti-text {
  color: #eef6fa;
}

.arti-select {
  width: 100%;
  padding: 14px 16px;
  border-radius: 12px;
  margin-top: 10px;
  background: #0b1722;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 16px;
  outline: none;
}

.arti-selector {
  max-width: 980px;
}

.arti-selector-intro {
  margin: 0 0 18px;
  padding: 16px 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(0, 201, 167, 0.12), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(0, 201, 167, 0.18);
}

.arti-selector-intro__headline {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 6px;
}

.arti-selector-intro__text {
  color: #b7cad3;
  font-size: 14px;
  line-height: 1.6;
}

.arti-selector-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 16px;
}

.arti-selector-grid--advanced {
  margin-top: 14px;
}

.arti-button {
  margin-top: 16px;
  padding: 12px 20px;
  border: none;
  border-radius: 12px;
  background: #00c9a7;
  color: #07111a;
  font-weight: 700;
  cursor: pointer;
  font-size: 15px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.arti-button:hover {
  transform: translateY(-1px);
  opacity: 0.95;
}

.arti-result {
  margin-top: 20px;
  padding: 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  min-height: 56px;
  color: #eef6fa;
  line-height: 1.6;
}
.arti-field-group {
  margin-bottom: 14px;
}

.arti-selector-toggle {
  margin-top: 4px;
}

.arti-advanced-filters {
  margin-top: 16px;
  padding: 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.arti-advanced-filters__intro {
  color: #b7cad3;
  font-size: 14px;
  line-height: 1.6;
}

.arti-label {
  display: block;
  margin: 0 0 8px 0;
  color: #dcecf1;
  font-size: 14px;
  font-weight: 600;
}

.arti-results-grid {
  display: grid;
  gap: 14px;
}

@media (max-width: 900px) {
  .arti-selector-grid {
    grid-template-columns: 1fr;
  }
}

.arti-tool-card {
  padding: 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.arti-tool-tag {
  display: inline-block;
  margin-bottom: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(0, 201, 167, 0.12);
  border: 1px solid rgba(0, 201, 167, 0.22);
  color: #7df5df;
  font-size: 12px;
  font-weight: 700;
}

.arti-tool-name {
  margin: 0 0 8px 0;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.2;
}

.arti-tool-description {
  margin: 0;
  color: #b7cad3;
  font-size: 15px;
  line-height: 1.6;
}
.arti-tool-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}

.arti-tool-meta-badges {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.arti-meta-badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #dcecf1;
  font-size: 12px;
  font-weight: 600;
}

.arti-tool-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.arti-primary-button,
.arti-secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 16px;
  border-radius: 12px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.arti-primary-button {
  background: #00c9a7;
  color: #07111a;
}

.arti-secondary-button {
  background: rgba(255, 255, 255, 0.05);
  color: #eef6fa;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.arti-primary-button:hover,
.arti-secondary-button:hover {
  transform: translateY(-1px);
  opacity: 0.96;
}
.arti-score-badge {
  background: rgba(0, 201, 167, 0.12);
  border: 1px solid rgba(0, 201, 167, 0.22);
  color: #7df5df;
}
.arti-review-header {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: start;
  margin-bottom: 16px;
}

.arti-final-score-wrap {
  min-width: 120px;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(0, 201, 167, 0.08);
  border: 1px solid rgba(0, 201, 167, 0.18);
  text-align: center;
}

.arti-final-score-label {
  color: #b7cad3;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.arti-final-score-value {
  color: #7df5df;
  font-size: 34px;
  line-height: 1;
  font-weight: 800;
}

.arti-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 16px 0;
}

.arti-review-item {
  padding: 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.arti-review-item-label {
  color: #a8c0c9;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 6px;
}

.arti-review-item-value {
  color: #eef6fa;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 600;
}

.arti-insight-box {
  margin-top: 14px;
  padding: 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.arti-insight-box--why {
  background: linear-gradient(135deg, rgba(0, 201, 167, 0.08), rgba(255, 255, 255, 0.03));
  border-color: rgba(0, 201, 167, 0.18);
}

.arti-insight-label {
  color: #7df5df;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
}

.arti-insight-text {
  color: #dcecf1;
  font-size: 15px;
  line-height: 1.65;
}

.arti-strength-limit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

@media (max-width: 900px) {
  .arti-review-grid {
    grid-template-columns: 1fr;
  }

  .arti-strength-limit-grid {
    grid-template-columns: 1fr;
  }

  .arti-review-header {
    grid-template-columns: 1fr;
  }

  .arti-final-score-wrap {
    min-width: 0;
  }
}
.arti-top-banner {
  margin-bottom: 18px;
  padding: 18px 20px;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(0, 201, 167, 0.16), rgba(0, 201, 167, 0.05)),
    rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(0, 201, 167, 0.2);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.24);
}

.arti-top-banner-kicker {
  color: #7df5df;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
}

.arti-top-banner-title {
  color: #ffffff;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 800;
  margin-bottom: 10px;
}

.arti-top-banner-title-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.arti-top-banner-title-row .arti-top-banner-title {
  margin-bottom: 0;
}

.arti-top-banner-why {
  max-width: 620px;
  color: #dcecf1;
  font-size: 15px;
  line-height: 1.65;
}

.arti-recommendation-reasons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.arti-recommendation-reasons--banner {
  margin-top: 14px;
  margin-bottom: 8px;
}

.arti-recommendation-reason {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #dcecf1;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
}

.arti-badge-explainer {
  margin-top: 10px;
  color: #9fb6bf;
  font-size: 12px;
  line-height: 1.5;
}

.arti-badge-explainer--banner {
  color: #b7cad3;
}

.arti-top-banner-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.arti-top-banner-meta span {
  display: inline-flex;
  align-items: center;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #dcecf1;
  font-size: 13px;
  font-weight: 600;
}

.arti-tool-card--enhanced {
  position: relative;
  overflow: hidden;
}

.arti-top-pick-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  font-size: 10px;
  font-weight: 700;
  border-radius: 999px;
  background: rgba(0, 201, 167, 0.12);
  border: 1px solid rgba(0, 201, 167, 0.25);
  color: #7df5df;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.arti-recommendation-badge {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.arti-recommendation-badge--banner {
  padding: 8px 12px;
}

.arti-recommendation-badge--best {
  background: rgba(0, 201, 167, 0.14);
  border-color: rgba(0, 201, 167, 0.3);
  color: #7df5df;
}

.arti-recommendation-badge--best-match {
  background: rgba(59, 130, 246, 0.14);
  border-color: rgba(59, 130, 246, 0.3);
  color: #93c5fd;
}

.arti-recommendation-badge--value {
  background: rgba(255, 184, 77, 0.14);
  border-color: rgba(255, 184, 77, 0.28);
  color: #ffd580;
}

.arti-recommendation-badge--strong-choice {
  background: rgba(45, 212, 191, 0.14);
  border-color: rgba(45, 212, 191, 0.3);
  color: #99f6e4;
}

.arti-recommendation-badge--limited,
.arti-recommendation-badge--limited-fit {
  background: rgba(255, 107, 107, 0.14);
  border-color: rgba(255, 107, 107, 0.28);
  color: #ffb3b3;
}
.arti-pillars-box {
  margin-top: 14px;
  padding: 14px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.02));
  border: 1px solid rgba(255, 255, 255, 0.07);
}
.arti-pillars-title {
  color: #7df5df;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}

.arti-pillars-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.arti-pillar-item {
  padding: 10px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.04);
}

.arti-pillar-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 7px;
}

.arti-pillar-label {
  color: #e6f3f7;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.arti-pillar-meta {
  display: flex;
  align-items: center;
  gap: 7px;
  flex-shrink: 0;
}

.arti-pillar-weight {
  color: #99b2bc;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.arti-pillar-score {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  border: 1px solid transparent;
}

.arti-pillar-bar {
  position: relative;
  width: 100%;
  height: 7px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.04);
}

.arti-pillar-bar-fill {
  height: 100%;
  border-radius: 999px;
  transition: width 0.25s ease;
}

/* HIGH SCORES */
.arti-pillar--high .arti-pillar-score {
  background: rgba(0, 201, 167, 0.12);
  border-color: rgba(0, 201, 167, 0.22);
  color: #7df5df;
}

.arti-pillar--high .arti-pillar-bar-fill {
  background: linear-gradient(90deg, #00c9a7 0%, #7df5df 100%);
  box-shadow: 0 0 10px rgba(0, 201, 167, 0.18);
}

/* MID SCORES */
.arti-pillar--mid .arti-pillar-score {
  background: rgba(255, 184, 77, 0.12);
  border-color: rgba(255, 184, 77, 0.22);
  color: #ffcc7a;
}

.arti-pillar--mid .arti-pillar-bar-fill {
  background: linear-gradient(90deg, #ffb84d 0%, #ffd580 100%);
  box-shadow: 0 0 10px rgba(255, 184, 77, 0.16);
}

/* LOW SCORES */
.arti-pillar--low .arti-pillar-score {
  background: rgba(255, 107, 107, 0.12);
  border-color: rgba(255, 107, 107, 0.22);
  color: #ff9a9a;
}

.arti-pillar--low .arti-pillar-bar-fill {
  background: linear-gradient(90deg, #ff6b6b 0%, #ff9a9a 100%);
  box-shadow: 0 0 10px rgba(255, 107, 107, 0.14);
}

@media (max-width: 640px) {
  .arti-pillar-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .arti-pillar-meta {
    width: 100%;
    justify-content: space-between;
  }
}
.arti-top-banner-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.arti-top-banner-score {
  font-size: 28px;
  font-weight: 800;
  color: #7df5df;
  letter-spacing: -0.02em;
  padding: 8px 14px;
  border-radius: 12px;
  background: rgba(0, 201, 167, 0.12);
  border: 1px solid rgba(0, 201, 167, 0.25);
  box-shadow: 0 0 10px rgba(0, 201, 167, 0.2);
}

@media (max-width: 640px) {
  .arti-top-banner-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .arti-top-banner-score {
    align-self: flex-start;
  }
}
