/* ==========================================================================
   Refined Luxury Art Direction — Single-Page Review Site Stylesheet
   Palette: Primary #88cdc1 | Accent #a7c8c3 | Paper Bg #f9f8f6
   Typography: DM Serif Display & DM Sans
   ========================================================================== */

/* Motion & Keyframes */
@media (prefers-reduced-motion: no-preference) {
  @keyframes mee8RevealUp {
    from {
      opacity: 0;
      transform: translateY(18px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .mee8-intro-box {
    animation: mee8RevealUp 0.75s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  }
}

/* --------------------------------------------------------------------------
   1. Header Bar Polish
   -------------------------------------------------------------------------- */
.mee8-app-bar {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.mee8-brand-lockup svg {
  transition: transform 0.3s ease;
}

.mee8-brand-lockup:hover svg {
  transform: rotate(-6deg) scale(1.05);
}

.mee8-link-row a {
  position: relative;
  letter-spacing: 0.01em;
}

.mee8-link-row a::after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 50%;
  width: 0;
  height: 1.5px;
  background: var(--color-primary);
  transition: width 0.25s ease, left 0.25s ease;
}

.mee8-link-row a:hover::after {
  width: 60%;
  left: 20%;
}

/* --------------------------------------------------------------------------
   2. Hero / Splash Panel Atmosphere
   -------------------------------------------------------------------------- */
.mee8-splash-panel {
  background: linear-gradient(135deg, #133a34 0%, #1e5249 50%, #11221f 100%);
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  border-bottom: 1px solid rgba(var(--color-primary-rgb), 0.2);
}

.mee8-splash-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: 
    radial-gradient(circle at 75% 25%, rgba(136, 205, 193, 0.22) 0%, transparent 55%),
    radial-gradient(circle at 20% 80%, rgba(167, 200, 195, 0.12) 0%, transparent 45%);
  pointer-events: none;
}

.mee8-intro-box {
  padding: 85px 24px 35px;
}

.mee8-stamp {
  display: inline-block;
  padding: 5px 14px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  backdrop-filter: blur(8px);
  color: var(--color-accent);
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 1.25rem;
}

.mee8-splash-panel h1 {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: -0.02em;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.mee8-splash-panel p {
  font-size: 1.12rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 400;
}

.mee8-go-link {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  padding: 13px 32px;
  border-radius: var(--radius-btn);
  letter-spacing: 0.03em;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.mee8-go-link:hover {
  background: rgba(255, 255, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
}

/* --------------------------------------------------------------------------
   3. Long-Form Article Typography & Content Elements
   -------------------------------------------------------------------------- */
.article-text-body {
  font-size: 1.02rem;
  line-height: 1.72;
  color: var(--color-text-muted);
}

/* Heading Expressions */
.article-text-body h2 {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.8vw, 1.85rem);
  font-weight: 400;
  color: var(--color-text);
  margin: 2.4rem 0 0.9rem;
  line-height: 1.28;
  position: relative;
  padding-left: 18px;
  border-left: 3px solid var(--color-primary);
}

.article-text-body h3 {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 400;
  color: var(--color-text);
  margin: 1.8rem 0 0.6rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}

.article-text-body p {
  margin: 0 0 0.95rem;
}

.article-text-body strong {
  color: var(--color-text);
  font-weight: 600;
}

/* Text Links */
.article-text-body a {
  color: var(--color-primary-dark);
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid rgba(var(--color-primary-rgb), 0.4);
  padding-bottom: 1px;
  transition: color 0.2s ease, border-color 0.2s ease;
}

html.dark .article-text-body a {
  color: var(--color-primary);
}

.article-text-body a:hover {
  color: var(--color-primary);
  border-bottom-color: var(--color-primary);
  opacity: 1;
}

/* Lists */
.article-text-body ul, 
.article-text-body ol {
  padding-left: 1.25rem;
  margin: 0 0 1.1rem;
}

.article-text-body li {
  margin-bottom: 0.45rem;
  line-height: 1.65;
}

.article-text-body ul li::marker {
  color: var(--color-primary);
}

/* Blockquotes */
.article-text-body blockquote {
  background: rgba(var(--color-primary-rgb), 0.05);
  border-left: 3px solid var(--color-primary);
  border-radius: 0 var(--radius-ctl) var(--radius-ctl) 0;
  padding: 1.2rem 1.6rem;
  margin: 1.8rem 0;
  font-style: italic;
}

html.dark .article-text-body blockquote {
  background: rgba(var(--color-primary-rgb), 0.08);
}

.article-text-body blockquote p {
  color: var(--color-text);
}

/* In-Article Standard Tables */
.article-text-body table:not(.q7x-matrix-table) {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 2rem 0;
  font-size: 0.92rem;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-card);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  background: var(--color-bg-card);
}

.article-text-body table:not(.q7x-matrix-table) th {
  background: var(--color-bg);
  color: var(--color-text);
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 400;
  padding: 14px 16px;
  border-bottom: 2px solid var(--color-border);
  text-align: left;
}

.article-text-body table:not(.q7x-matrix-table) td {
  padding: 12px 16px;
  border-bottom: 1px solid var(--color-border);
  color: var(--color-text);
  line-height: 1.5;
}

.article-text-body table:not(.q7x-matrix-table) tr:last-child td {
  border-bottom: none;
}

.article-text-body table:not(.q7x-matrix-table) tr:nth-child(even) td {
  background: rgba(var(--color-primary-rgb), 0.02);
}

/* Quick Summary Box Highlight */
.quick-summary {
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
  border-left: 4px solid var(--color-primary);
  border-radius: var(--radius-card);
  padding: 24px 28px;
  margin: 2.2rem 0;
  box-shadow: var(--shadow-card);
}

.quick-summary h2 {
  border-left: none;
  padding-left: 0;
  margin-top: 0;
  font-size: 1.35rem;
}

/* --------------------------------------------------------------------------
   4. Section Rhythm & Elevated Component Shells
   -------------------------------------------------------------------------- */
.mee8-data-view {
  padding-top: 2rem;
  padding-bottom: 3rem;
}

/* Author Profile Section Refinement */
#mee8-analyst-profile {
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
  border-left: 4px solid var(--color-primary);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
  margin: 3.5rem auto 2.5rem;
  position: relative;
  overflow: hidden;
}

#mee8-analyst-profile::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 140px;
  height: 140px;
  background: radial-gradient(circle at 100% 0%, rgba(var(--color-primary-rgb), 0.1), transparent 70%);
  pointer-events: none;
}

.mee8-person-tile img {
  border: 2px solid var(--color-primary);
  padding: 3px;
  background: var(--color-bg-card);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

/* Contact Form Section Polish */
#mee8-get-in-touch {
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
  border-left: 4px solid var(--color-primary);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
  margin: 2.5rem auto 3.5rem;
}

#mee8-get-in-touch h2 {
  font-family: var(--font-display);
  font-size: 1.75rem;
  font-weight: 400;
  color: var(--color-text);
}

#mee8-contact-fields label {
  color: var(--color-text);
  font-weight: 600;
}

#mee8-contact-fields input,
#mee8-contact-fields textarea {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.03);
}

#mee8-contact-fields button[type="submit"] {
  box-shadow: 0 4px 14px rgba(var(--color-primary-rgb), 0.3);
}

#mee8-contact-fields button[type="submit"]:hover {
  background: var(--color-primary-dark) !important;
  box-shadow: 0 6px 18px rgba(var(--color-primary-rgb), 0.4);
}

/* --------------------------------------------------------------------------
   5. Footer Polish
   -------------------------------------------------------------------------- */
.mee8-site-end {
  background: var(--footer-bg);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 64px;
}

.mee8-site-end .mee8-brand-lockup {
  font-size: 1.1rem;
}

.mee8-site-end h4 {
  font-family: var(--font-sans);
  color: rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-bottom: 8px;
}

.mee8-site-end a {
  position: relative;
  display: inline-block;
}

.mee8-site-end a:hover {
  color: var(--color-primary);
  transform: translateX(2px);
}

.mee8-fine-print {
  letter-spacing: 0.03em;
}

/* --------------------------------------------------------------------------
   6. Responsive Adaptations
   -------------------------------------------------------------------------- */
@media (max-width: 768px) {
  .mee8-splash-panel {
    clip-path: polygon(0 0, 100% 0, 100% 94%, 0 100%);
    padding-bottom: 70px;
  }

  .mee8-intro-box {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .article-text-body h2 {
    font-size: 1.45rem;
    padding-left: 14px;
  }

  #mee8-analyst-profile,
  #mee8-get-in-touch {
    padding: 22px 20px;
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (max-width: 480px) {
  .mee8-app-bar {
    padding: 8px 16px;
  }

  .mee8-brand-lockup {
    font-size: 0.95rem;
  }

  .mee8-go-link {
    width: 100%;
    text-align: center;
  }
}

/* === CSS CONTENT === */

/* ==========================================================================
   Refined Luxury Aesthetic — Comparison Table & Top Picks CSS
   ========================================================================== */

/* --- Comparison Table Component (#mee8-versus-board) --- */

#mee8-versus-board,
#mee8-versus-board.q7x-comparison-wrapper {
  width: 100% !important;
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch !important;
  display: block !important;
  margin: 2.2rem 0;
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
  transition: box-shadow 0.3s ease;
}

#mee8-versus-board:hover {
  box-shadow: var(--shadow-card-hover);
}

.q7x-matrix-table {
  width: 100%;
  min-width: 640px;
  border-collapse: separate;
  border-spacing: 0;
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-card);
  font-family: var(--font-sans);
}

.q7x-matrix-table th {
  background: var(--color-bg);
  color: var(--color-text);
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  padding: 14px 16px;
  text-align: left;
  border-bottom: 2px solid var(--color-border);
}

.q7x-matrix-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--color-border);
  vertical-align: middle;
  color: var(--color-text);
  font-size: 0.92rem;
  transition: background-color 0.25s ease;
}

.q7x-matrix-table tr:hover td {
  background: rgba(var(--color-primary-rgb), 0.04);
}

/* Winner Row Double-Border Treatment & Highlight */
.q7x-row-champion {
  background: rgba(var(--color-primary-rgb), 0.05);
}

.q7x-row-champion td {
  border-top: 2px solid var(--color-primary);
  border-bottom: 2px solid var(--color-primary);
}

.q7x-row-champion td:first-child {
  border-left: 2px solid var(--color-primary);
  border-top-left-radius: var(--radius-card);
  border-bottom-left-radius: var(--radius-card);
}

.q7x-row-champion td:last-child {
  border-right: 2px solid var(--color-primary);
  border-top-right-radius: var(--radius-card);
  border-bottom-right-radius: var(--radius-card);
}

.q7x-champion-frame {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 4px;
}

/* Refined "Best in Class" Stamp */
.q7x-winner-stamp {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 6px;
  padding: 3px 10px;
  border-radius: var(--radius-ctl);
  border: 1px solid var(--color-primary);
  background: rgba(var(--color-primary-rgb), 0.12);
  color: var(--color-primary-dark);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

html.dark .q7x-winner-stamp {
  color: var(--color-primary);
  background: rgba(var(--color-primary-rgb), 0.22);
}

.q7x-brand-title {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 400;
  color: var(--color-text);
  text-decoration: none;
  display: inline-block;
  transition: color 0.2s ease;
}

.q7x-brand-title:hover {
  color: var(--color-primary-dark);
}

html.dark .q7x-brand-title:hover {
  color: var(--color-primary);
}

/* Score Pill */
.q7x-score-badge {
  display: inline-flex;
  align-items: baseline;
  gap: 3px;
}

.q7x-score-num {
  font-family: var(--font-display);
  font-size: 1.25rem;
  color: var(--color-text);
  line-height: 1;
}

.q7x-score-max {
  font-size: 0.78rem;
  color: var(--color-text-muted);
}

/* Feature List (Compact spacing) */
.q7x-feature-list {
  margin: 0;
  padding: 0;
  list-style: none !important;
}

.q7x-feature-list li {
  margin: 0 0 6px 0 !important;
  padding: 0 !important;
  font-size: 0.88rem;
  color: var(--color-text-muted);
  line-height: 1.4;
}

.q7x-feature-list li:last-child {
  margin-bottom: 0 !important;
}

.q7x-feature-list li strong {
  color: var(--color-text);
}

.q7x-price-tag {
  font-weight: 600;
  font-size: 0.92rem;
  color: var(--color-text);
}

.q7x-price-sub {
  display: block;
  font-size: 0.78rem;
  color: var(--color-text-muted);
  font-weight: 400;
}

/* CTA Buttons & Hierarchy */
.q7x-btn-primary {
  display: inline-block;
  padding: 9px 18px;
  background: var(--color-primary);
  color: #ffffff !important;
  font-weight: 600;
  font-size: 0.88rem;
  text-decoration: none !important;
  border-radius: var(--radius-btn);
  box-shadow: 0 4px 14px rgba(var(--color-primary-rgb), 0.28);
  transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
  text-align: center;
  white-space: nowrap;
}

.q7x-btn-primary:hover {
  background: var(--color-primary-dark);
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(var(--color-primary-rgb), 0.38);
}

.q7x-btn-secondary {
  display: inline-block;
  padding: 8px 15px;
  background: transparent;
  color: var(--color-text) !important;
  border: 1px solid var(--color-border);
  font-weight: 500;
  font-size: 0.84rem;
  text-decoration: none !important;
  border-radius: var(--radius-btn);
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  text-align: center;
  white-space: nowrap;
}

.q7x-btn-secondary:hover {
  background: rgba(var(--color-primary-rgb), 0.1);
  border-color: var(--color-primary);
  color: var(--color-primary-dark) !important;
}

html.dark .q7x-btn-secondary:hover {
  color: var(--color-primary) !important;
}

.q7x-btn-tertiary {
  display: inline-block;
  padding: 7px 12px;
  color: var(--color-text-muted) !important;
  font-weight: 500;
  font-size: 0.82rem;
  text-decoration: underline !important;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
  white-space: nowrap;
}

.q7x-btn-tertiary:hover {
  color: var(--color-primary-dark) !important;
}

html.dark .q7x-btn-tertiary:hover {
  color: var(--color-primary) !important;
}

/* Rank Column Markers */
.q7x-rank-num {
  font-family: var(--font-display);
  font-size: 1.1rem;
  color: var(--color-text-muted);
  text-align: center;
  width: 28px;
}

.q7x-rank-num.q7x-rank-top {
  color: var(--color-primary-dark);
  font-weight: bold;
}

html.dark .q7x-rank-num.q7x-rank-top {
  color: var(--color-primary);
}


/* --- Listing Cards Component (#mee8-top-picks) --- */

#mee8-top-picks {
  margin: 3.5rem 0 2.5rem;
}

.v9x-section-header {
  text-align: center;
  margin-bottom: 2.2rem;
}

.v9x-section-header h2 {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  margin: 0 0 0.5rem;
  color: var(--color-text);
}

.v9x-section-header p {
  color: var(--color-text-muted);
  font-size: 1rem;
  max-width: 620px;
  margin: 0 auto;
}

.v9x-cards-stack {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

/* Thin Double-Border Frame Signature Technique for Winner Card */
.v9x-winner-wrapper {
  position: relative;
  padding: 5px;
  border-radius: calc(var(--radius-card) + 5px);
  border: 1px solid var(--color-border);
  background: rgba(var(--color-primary-rgb), 0.04);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.v9x-winner-wrapper:hover {
  border-color: var(--color-accent);
  box-shadow: var(--shadow-card-hover);
}

.v9x-winner-wrapper .v9x-card-shell {
  border: 1px solid var(--color-primary);
  box-shadow: var(--shadow-card);
}

/* Standard Card Shell */
.v9x-card-shell {
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
  padding: 24px 28px;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.v9x-card-shell:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-card-hover);
  border-color: var(--color-accent);
}

.v9x-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--color-border);
  margin-bottom: 18px;
  flex-wrap: wrap;
}

.v9x-head-main {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.v9x-rank-label-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.v9x-rank-num {
  font-family: var(--font-display);
  font-size: 1.1rem;
  color: var(--color-text-muted);
  font-weight: 400;
}

/* Winner Stamp & Tags */
.v9x-winner-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 3px 10px;
  background: rgba(var(--color-primary-rgb), 0.12);
  border: 1px solid var(--color-primary);
  border-radius: var(--radius-ctl);
  color: var(--color-primary-dark);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background-color 0.25s ease;
}

html.dark .v9x-winner-tag {
  color: var(--color-primary);
  background: rgba(var(--color-primary-rgb), 0.22);
}

.v9x-standard-tag {
  display: inline-flex;
  align-items: center;
  padding: 3px 10px;
  background: var(--color-bg);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-ctl);
  color: var(--color-text-muted);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.v9x-product-title {
  font-family: var(--font-display);
  font-size: 1.5rem;
  margin: 0;
  color: var(--color-text);
  line-height: 1.25;
}

.v9x-product-title a {
  color: var(--color-text);
  text-decoration: none;
  transition: color 0.2s ease;
}

.v9x-product-title a:hover {
  color: var(--color-primary-dark);
}

html.dark .v9x-product-title a:hover {
  color: var(--color-primary);
}

/* Rating Score Presentation */
.v9x-score-box {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  background: var(--color-bg);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-ctl);
  padding: 8px 14px;
  min-width: 84px;
  text-align: center;
}

.v9x-score-val {
  font-family: var(--font-display);
  font-size: 1.5rem;
  line-height: 1;
  color: var(--color-text);
}

.v9x-score-denom {
  font-size: 0.75rem;
  color: var(--color-text-muted);
  margin-top: 2px;
}

.v9x-card-body p {
  font-size: 0.98rem;
  line-height: 1.6;
  color: var(--color-text-muted);
  margin: 0 0 1.1rem;
}

/* Pros and Cons Styling with Compact Typography */
.v9x-eval-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  background: var(--color-bg);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-ctl);
  padding: 16px;
  margin-bottom: 20px;
}

.v9x-eval-col h4 {
  font-family: var(--font-sans);
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0 0 8px;
}

.v9x-eval-col.v9x-pros-col h4 {
  color: var(--color-success);
}

.v9x-eval-col.v9x-cons-col h4 {
  color: var(--color-danger);
}

.v9x-eval-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.v9x-eval-list li {
  position: relative;
  padding-left: 1.3rem !important;
  margin-bottom: 0.45rem !important;
  font-size: 0.88rem;
  line-height: 1.45;
  color: var(--color-text);
}

.v9x-eval-list li:last-child {
  margin-bottom: 0 !important;
}

.v9x-pros-col li::before {
  content: "✓";
  color: var(--color-success);
  position: absolute;
  left: 0;
  font-weight: 700;
}

.v9x-cons-col li::before {
  content: "✕";
  color: var(--color-danger);
  position: absolute;
  left: 0;
  font-weight: 700;
}

/* Action Area & CTAs */
.v9x-card-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.v9x-pricing-hint {
  font-size: 0.88rem;
  color: var(--color-text-muted);
}

.v9x-pricing-hint strong {
  color: var(--color-text);
}

.v9x-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 22px;
  border-radius: var(--radius-btn);
  font-weight: 600;
  font-size: 0.92rem;
  text-decoration: none !important;
  transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  cursor: pointer;
}

.v9x-cta-primary {
  background: var(--color-primary);
  color: #ffffff !important;
  box-shadow: 0 4px 14px rgba(var(--color-primary-rgb), 0.28);
}

.v9x-cta-primary:hover {
  background: var(--color-primary-dark);
  box-shadow: 0 6px 20px rgba(var(--color-primary-rgb), 0.38);
  transform: translateY(-1px);
}

.v9x-cta-secondary {
  background: transparent;
  color: var(--color-text) !important;
  border: 1px solid var(--color-border);
}

.v9x-cta-secondary:hover {
  background: rgba(var(--color-primary-rgb), 0.08);
  border-color: var(--color-primary);
  color: var(--color-primary-dark) !important;
}

html.dark .v9x-cta-secondary:hover {
  color: var(--color-primary) !important;
}

/* --- Responsive Media Queries --- */

@media (max-width: 768px) {
  .v9x-eval-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

@media (max-width: 640px) {
  .v9x-card-shell {
    padding: 18px;
  }
  .v9x-card-head {
    flex-direction: column;
    align-items: flex-start;
  }
  .v9x-score-box {
    align-self: flex-start;
    flex-direction: row;
    gap: 6px;
    align-items: baseline;
    padding: 6px 12px;
  }
  .v9x-card-foot {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }
  .v9x-cta-btn {
    width: 100%;
  }
}