/* ============================================
   ENORO — COMPONENTS v1.2
   Efficiency mockup, AI Scan teaser & Quiz
   ============================================ */

/* ---- HERO GRID FIX ---- */
.hero { min-height: 100vh; display: flex; flex-direction: column; justify-content: center; padding: 140px 0 80px; overflow: hidden; position: relative; }
.hero-glow { position: absolute; width: 700px; height: 700px; background: radial-gradient(circle, rgba(16,62,77,0.5) 0%, transparent 70%); top: 50%; left: 60%; transform: translate(-50%,-50%); pointer-events: none; z-index: 0; }
.hero-glow-gold { position: absolute; width: 400px; height: 400px; background: radial-gradient(circle, rgba(182,147,82,0.07) 0%, transparent 70%); top: 30%; left: 10%; transform: translate(-50%,-50%); pointer-events: none; z-index: 0; }
.hero-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 64px; align-items: center; position: relative; z-index: 1; }
.hero h1 { margin-bottom: 24px; }
.hero h1 em { font-style: normal; background: linear-gradient(135deg, #b69352, #cba96a); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero-sub { font-size: 1.08rem; color: var(--muted); line-height: 1.8; max-width: 500px; margin-bottom: 40px; font-weight: 300; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }

/* ---- EFFICIENCY CARD ---- */
.efficiency-card {
  background: var(--surface);
  border: 1px solid var(--border-lg);
  border-radius: var(--radius-lg);
  overflow: hidden;
  position: relative;
}
.efficiency-card::before {
  content: '';
  position: absolute;
  top: -60px; right: -60px;
  width: 220px; height: 220px;
  background: radial-gradient(circle, rgba(182,147,82,0.08), transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
.eff-header {
  padding: 14px 18px;
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.eff-header-left { display: flex; align-items: center; gap: 8px; }
.eff-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 6px rgba(182,147,82,0.5); }
.eff-title { font-size: 0.68rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); }
.eff-badge { font-size: 0.62rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--gold); background: rgba(182,147,82,0.1); border: 1px solid rgba(182,147,82,0.2); padding: 3px 8px; border-radius: 4px; }

.eff-hero-metric {
  padding: 18px 18px 14px;
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: flex-end;
  gap: 12px;
}
.eff-big-num { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 2.4rem; font-weight: 800; color: var(--gold); line-height: 1; flex-shrink: 0; }
.eff-big-label { padding-bottom: 3px; flex: 1; min-width: 0; }
.eff-big-label strong { display: block; font-size: 0.82rem; font-weight: 500; color: var(--text); margin-bottom: 2px; }
.eff-big-label span { font-size: 0.68rem; color: var(--muted); font-weight: 300; }
.eff-trend { display: flex; align-items: center; font-size: 0.7rem; font-weight: 600; color: #4CAF7D; background: rgba(76,175,125,0.1); border: 1px solid rgba(76,175,125,0.2); padding: 4px 9px; border-radius: 20px; flex-shrink: 0; white-space: nowrap; }

.eff-grid { display: grid; grid-template-columns: 1fr 1fr; }
.eff-cell { padding: 12px 16px; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.eff-cell:nth-child(2n) { border-right: none; }
.eff-cell:nth-child(3), .eff-cell:nth-child(4) { border-bottom: none; }
.eff-cell-label { font-size: 0.62rem; color: var(--muted); font-weight: 300; letter-spacing: 0.04em; text-transform: uppercase; margin-bottom: 3px; }
.eff-cell-val { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 1.2rem; font-weight: 800; color: var(--text); line-height: 1; margin-bottom: 2px; }
.eff-cell-val.gold { color: var(--gold); }
.eff-cell-val.green { color: #4CAF7D; }
.eff-cell-sub { font-size: 0.62rem; color: var(--muted); font-weight: 300; }

.eff-process { padding: 14px 16px; border-top: 1px solid var(--border); }
.eff-process-title { font-size: 0.62rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); margin-bottom: 10px; }
.eff-process-row { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; }
.eff-process-row:last-child { margin-bottom: 0; }
.eff-process-icon { width: 24px; height: 24px; border-radius: 5px; display: flex; align-items: center; justify-content: center; font-size: 0.7rem; flex-shrink: 0; }
.icon-red { background: rgba(255,100,100,0.1); }
.icon-gold { background: rgba(182,147,82,0.12); }
.eff-process-text { flex: 1; font-size: 0.72rem; color: var(--muted); font-weight: 300; line-height: 1.4; min-width: 0; }
.eff-process-tag { font-size: 0.58rem; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; padding: 2px 6px; border-radius: 3px; flex-shrink: 0; white-space: nowrap; }
.tag-before { background: rgba(255,100,100,0.1); color: #FF6B6B; border: 1px solid rgba(255,100,100,0.2); }
.tag-after { background: rgba(76,175,125,0.1); color: #4CAF7D; border: 1px solid rgba(76,175,125,0.2); }

/* ---- AI TEASER SECTION ---- */
.ai-teaser-section {
  padding: 100px 0;
  background: var(--surface);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.ai-teaser-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }

.teaser-visual { position: relative; padding-bottom: 24px; padding-right: 24px; }
.teaser-screen { background: var(--bg-dark); border: 1px solid var(--border-lg); border-radius: var(--radius-lg); overflow: hidden; box-shadow: 0 24px 64px rgba(0,0,0,0.4); }
.teaser-topbar { padding: 12px 16px; border-bottom: 1px solid var(--border); display: flex; align-items: center; gap: 6px; }
.win-dot { width: 10px; height: 10px; border-radius: 50%; display: inline-block; }
.teaser-body { padding: 20px; }
.teaser-q { font-size: 0.88rem; font-weight: 500; color: var(--text); margin-bottom: 14px; line-height: 1.5; }

.teaser-options-t { display: flex; flex-direction: column; gap: 7px; margin-bottom: 16px; }
.teaser-opt-t { display: flex; align-items: center; gap: 10px; background: var(--surface); border: 1px solid var(--border); border-radius: 7px; padding: 9px 12px; font-size: 0.78rem; color: var(--muted); font-weight: 300; }
.teaser-opt-t.active { border-color: var(--gold); background: rgba(182,147,82,0.06); color: var(--text); }
.teaser-radio-t { width: 13px; height: 13px; border-radius: 50%; border: 1.5px solid var(--border-lg); flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.teaser-radio-t.filled { background: var(--gold); border-color: var(--gold); }
.teaser-radio-t.filled::after { content: ''; width: 4px; height: 4px; border-radius: 50%; background: #071018; display: block; }

.progress-row-t { display: flex; justify-content: space-between; margin-bottom: 5px; }
.progress-lbl-t { font-size: 0.66rem; color: var(--muted); font-weight: 300; }
.prog-bar-t { height: 3px; background: var(--surface2); border-radius: 2px; overflow: hidden; margin-bottom: 14px; }
.prog-fill-t { height: 100%; background: var(--gold); border-radius: 2px; width: 40%; }

.score-preview-t { background: rgba(182,147,82,0.06); border: 1px solid rgba(182,147,82,0.15); border-radius: 7px; padding: 11px 14px; display: flex; align-items: center; gap: 12px; }
.score-num-t { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 1.7rem; font-weight: 800; color: var(--gold); line-height: 1; }
.score-info-t strong { display: block; font-size: 0.78rem; color: var(--text); font-weight: 500; }
.score-info-t span { font-size: 0.68rem; color: var(--muted); font-weight: 300; }

.teaser-badge { position: absolute; bottom: 0; right: 0; background: var(--surface); border: 1px solid var(--border-lg); border-radius: 10px; padding: 10px 14px; display: flex; align-items: center; gap: 8px; box-shadow: 0 8px 24px rgba(0,0,0,0.3); }
.badge-icon-t { width: 30px; height: 30px; border-radius: 7px; background: rgba(182,147,82,0.12); display: flex; align-items: center; justify-content: center; font-size: 0.85rem; }
.badge-text-t strong { display: block; font-size: 0.76rem; color: var(--text); font-weight: 500; }
.badge-text-t span { font-size: 0.64rem; color: var(--muted); font-weight: 300; }

.teaser-info h2 { margin-bottom: 14px; }
.teaser-bullets { list-style: none; margin-bottom: 32px; }
.teaser-bullets li { display: flex; align-items: flex-start; gap: 12px; padding: 11px 0; border-bottom: 1px solid var(--border); font-size: 0.9rem; color: var(--muted); font-weight: 300; line-height: 1.6; }
.teaser-bullets li:last-child { border-bottom: none; }
.bullet-chk { width: 18px; height: 18px; min-width: 18px; border-radius: 50%; background: rgba(182,147,82,0.12); border: 1px solid rgba(182,147,82,0.2); display: flex; align-items: center; justify-content: center; font-size: 0.52rem; color: var(--gold); font-weight: 700; margin-top: 3px; }
.teaser-cta-row { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.time-note { font-size: 0.8rem; color: var(--muted); font-weight: 300; }
.time-note::before { content: '⏱ '; }

/* ---- AI SCAN PAGE HERO ---- */
.page-hero-scan {
  padding: 140px 0 70px;
  background: var(--surface);
  border-bottom: 1px solid var(--border);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.page-hero-scan::before {
  content: '';
  position: absolute;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(16,62,77,0.5) 0%, transparent 70%);
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  pointer-events: none;
}
.page-hero-scan .container { position: relative; z-index: 1; }
.page-hero-scan h1 { margin-bottom: 16px; }
.page-hero-scan p { font-size: 1.08rem; max-width: 560px; margin: 0 auto 32px; line-height: 1.8; color: var(--muted); font-weight: 300; }

.scan-hero-meta { display: flex; align-items: center; justify-content: center; gap: 28px; flex-wrap: wrap; }
.scan-meta-item { display: flex; align-items: center; gap: 7px; font-size: 0.82rem; color: var(--muted); font-weight: 300; }
.scan-meta-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); display: inline-block; }

/* ---- QUIZ ---- */
.quiz-section { padding: 72px 0 48px; }
.quiz-wrap { max-width: 640px; margin: 0 auto; }

.quiz-progress-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; }
.quiz-step-label { font-size: 0.7rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); }
.quiz-step-count { font-size: 0.7rem; color: var(--muted); font-weight: 300; }
.quiz-progress-track { height: 3px; background: var(--surface2); border-radius: 2px; margin-bottom: 28px; overflow: hidden; }
.quiz-progress-fill { height: 100%; background: linear-gradient(90deg, var(--gold), #cba96a); border-radius: 2px; transition: width 0.4s ease; }

.step-dots { display: flex; gap: 8px; margin-bottom: 24px; }
.step-dot {
  width: 28px; height: 28px;
  border-radius: 50%;
  border: 1px solid var(--border-lg);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.62rem;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  color: var(--muted);
  transition: all 0.2s;
  flex-shrink: 0;
}
.step-dot.done { background: var(--gold); border-color: var(--gold); color: #071018; }
.step-dot.current { border-color: var(--gold); color: var(--gold); }

.quiz-domain-tag {
  font-size: 0.66rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--gold); background: rgba(182,147,82,0.08); border: 1px solid rgba(182,147,82,0.15);
  padding: 4px 10px; border-radius: 4px; display: inline-block; margin-bottom: 14px;
}
.quiz-question {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.3rem; font-weight: 700; color: var(--text);
  line-height: 1.4; margin-bottom: 24px; letter-spacing: -0.01em;
}
.quiz-options { display: flex; flex-direction: column; gap: 10px; margin-bottom: 28px; }
.quiz-opt {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 14px 16px;
  display: flex; align-items: flex-start; gap: 12px;
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s;
  text-align: left;
  width: 100%;
  font-family: 'Plus Jakarta Sans', sans-serif;
}
.quiz-opt:hover { border-color: var(--border-lg); background: rgba(182,147,82,0.04); }
.quiz-opt.selected { border-color: var(--gold); background: rgba(182,147,82,0.06); }

.opt-radio {
  width: 18px; height: 18px; min-width: 18px;
  border-radius: 50%;
  border: 1.5px solid var(--border-lg);
  display: flex; align-items: center; justify-content: center;
  transition: all 0.15s;
  margin-top: 2px;
}
.quiz-opt.selected .opt-radio { background: var(--gold); border-color: var(--gold); }
.quiz-opt.selected .opt-radio::after { content: ''; width: 6px; height: 6px; border-radius: 50%; background: #071018; display: block; }
.opt-text { font-size: 0.9rem; color: var(--muted); font-weight: 300; line-height: 1.6; transition: color 0.15s; }
.quiz-opt.selected .opt-text { color: var(--text); }

.quiz-nav { display: flex; align-items: center; justify-content: space-between; }
.quiz-hint { font-size: 0.78rem; color: var(--muted); font-weight: 300; }
.btn-quiz-next {
  background: var(--gold); color: #071018;
  font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.92rem; font-weight: 600;
  padding: 12px 26px; border-radius: var(--radius); border: none; cursor: pointer;
  opacity: 0.35; pointer-events: none;
  transition: opacity 0.2s, background 0.2s, transform 0.2s;
  display: inline-flex; align-items: center; gap: 8px;
}
.btn-quiz-next.ready { opacity: 1; pointer-events: all; }
.btn-quiz-next.ready:hover { background: #cba96a; transform: translateY(-1px); }

/* ---- RESULTS ---- */
.result-section { padding: 64px 0; border-top: 1px solid var(--border); }
.result-wrap { max-width: 680px; margin: 0 auto; }

.result-top {
  display: grid; grid-template-columns: auto 1fr; gap: 24px; align-items: center;
  background: var(--surface); border: 1px solid var(--border-lg);
  border-radius: var(--radius-lg); padding: 28px; margin-bottom: 20px;
  position: relative; overflow: hidden;
}
.result-top::before { content: ''; position: absolute; top: -60px; right: -60px; width: 200px; height: 200px; background: radial-gradient(circle, rgba(182,147,82,0.08), transparent 70%); border-radius: 50%; pointer-events: none; }
.result-score-circle { width: 88px; height: 88px; border-radius: 50%; border: 2px solid var(--gold); display: flex; flex-direction: column; align-items: center; justify-content: center; background: rgba(182,147,82,0.06); flex-shrink: 0; }
.result-score-num { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 1.8rem; font-weight: 800; color: var(--gold); line-height: 1; }
.result-score-max { font-size: 0.66rem; color: var(--muted); font-weight: 300; }
.result-label { font-size: 0.7rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; padding: 4px 10px; border-radius: 4px; margin-bottom: 7px; display: inline-block; }
.result-title { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 1.25rem; font-weight: 700; color: var(--text); margin-bottom: 7px; letter-spacing: -0.01em; line-height: 1.3; }
.result-desc { font-size: 0.88rem; color: var(--muted); font-weight: 300; line-height: 1.7; }
.score-bar-wrap { height: 4px; background: var(--surface2); border-radius: 3px; margin-top: 14px; overflow: hidden; }
.score-bar-fill { height: 100%; background: linear-gradient(90deg, var(--gold), #cba96a); border-radius: 3px; transition: width 1s ease; }

.result-breakdown { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 24px; margin-bottom: 20px; }
.breakdown-title { font-size: 0.7rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); margin-bottom: 18px; }
.bd-row { display: flex; align-items: center; gap: 12px; padding: 11px 0; border-bottom: 1px solid var(--border); }
.bd-row:last-child { border-bottom: none; }
.bd-icon { width: 32px; height: 32px; border-radius: 7px; background: rgba(182,147,82,0.1); display: flex; align-items: center; justify-content: center; font-size: 0.9rem; flex-shrink: 0; }
.bd-info { flex: 1; min-width: 0; }
.bd-domain { font-size: 0.82rem; font-weight: 500; color: var(--text); margin-bottom: 5px; }
.bd-track { height: 3px; background: var(--surface2); border-radius: 2px; overflow: hidden; }
.bd-fill { height: 100%; border-radius: 2px; background: linear-gradient(90deg, var(--gold), #cba96a); transition: width 0.8s ease; }
.bd-val { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.88rem; font-weight: 700; color: var(--gold); min-width: 30px; text-align: right; flex-shrink: 0; }

.result-cta-box { background: var(--surface); border: 1px solid var(--border-lg); border-radius: var(--radius-lg); padding: 24px; margin-bottom: 20px; }
.result-cta-title { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 1.05rem; font-weight: 700; color: var(--text); margin-bottom: 7px; }
.result-cta-sub { font-size: 0.88rem; color: var(--muted); font-weight: 300; margin-bottom: 20px; line-height: 1.7; }
.result-cta-btns { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.btn-reset { background: transparent; color: var(--muted); border: none; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.82rem; cursor: pointer; padding: 6px 0; text-decoration: underline; text-underline-offset: 3px; }
.btn-reset:hover { color: var(--text); }

/* ---- SCAN CONTACT SECTION ---- */
.scan-contact-section { padding: 60px 0 100px; border-top: 1px solid var(--border); }
.scan-contact-inner { max-width: 680px; margin: 0 auto; }
.scan-contact-header { margin-bottom: 32px; }
.scan-contact-header h2 { margin-bottom: 12px; }
.scan-contact-header p { font-size: 1rem; color: var(--muted); font-weight: 300; line-height: 1.8; }

.result-notice {
  background: rgba(182,147,82,0.06);
  border: 1px solid rgba(182,147,82,0.2);
  border-radius: var(--radius);
  padding: 13px 16px; margin-bottom: 20px;
  display: flex; align-items: center; gap: 12px;
  font-size: 0.84rem; color: var(--text); font-weight: 300;
}
.result-notice.hidden { display: none !important; }
.result-notice-icon { width: 30px; height: 30px; border-radius: 6px; background: rgba(182,147,82,0.12); display: flex; align-items: center; justify-content: center; font-size: 0.9rem; flex-shrink: 0; }

.scan-form-wrap { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 32px; margin-bottom: 20px; }
.scan-form-wrap h3 { margin-bottom: 6px; font-size: 1.02rem; }
.scan-form-wrap > p { font-size: 0.84rem; color: var(--muted); font-weight: 300; margin-bottom: 24px; }
.enoro-scan-form { display: flex; flex-direction: column; gap: 14px; }
.form-submit-row { display: flex; }

.or-divider { display: flex; align-items: center; gap: 14px; margin: 20px 0; }
.or-line { flex: 1; height: 1px; background: var(--border); }
.or-text { font-size: 0.72rem; color: var(--muted); font-weight: 300; white-space: nowrap; }

.direct-contact { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.direct-item { display: flex; align-items: center; gap: 12px; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 13px 16px; text-decoration: none; transition: border-color 0.2s; }
.direct-item:hover { border-color: var(--border-lg); }
.direct-ico { width: 32px; height: 32px; border-radius: 6px; background: rgba(182,147,82,0.1); display: flex; align-items: center; justify-content: center; font-size: 0.9rem; flex-shrink: 0; }
.direct-label { font-size: 0.68rem; color: var(--muted); font-weight: 300; display: block; }
.direct-val { font-size: 0.82rem; color: var(--text); font-weight: 500; display: block; }

/* ---- RESPONSIVE ---- */
@media (max-width: 1024px) {
  .hero-grid { gap: 40px; }
}
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; }
  .efficiency-card { display: none; }
  .ai-teaser-inner { grid-template-columns: 1fr; }
  .teaser-visual { display: none; }
  .result-top { grid-template-columns: 1fr; }
  .direct-contact { grid-template-columns: 1fr; }
  .result-cta-btns { flex-direction: column; align-items: flex-start; }
}

/* ---- TESTIMONIALS ---- */
.testimonials-section { padding: 100px 0; }
.testimonials-section .section-header { margin-bottom: 52px; }
.testimonials-section .section-intro { margin-top: 12px; }

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.testimonial-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: border-color 0.3s, transform 0.3s;
}
.testimonial-card:hover {
  border-color: var(--border-lg);
  transform: translateY(-3px);
}
.testimonial-card::before {
  content: '\201C';
  position: absolute;
  top: 16px; right: 22px;
  font-size: 4.5rem;
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: rgba(182,147,82,0.12);
  line-height: 1;
  pointer-events: none;
}

.testimonial-text {
  font-size: 0.95rem;
  color: var(--muted);
  font-weight: 300;
  line-height: 1.8;
  font-style: italic;
  flex: 1;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.author-avatar {
  width: 42px; height: 42px;
  border-radius: 50%;
  background: rgba(182,147,82,0.12);
  border: 1px solid rgba(182,147,82,0.25);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  color: var(--gold);
  flex-shrink: 0;
  letter-spacing: 0.02em;
}
.author-name {
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--text);
  margin-bottom: 2px;
}
.author-role {
  font-size: 0.74rem;
  color: var(--muted);
  font-weight: 300;
}

.testimonial-project {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gold);
  background: rgba(182,147,82,0.07);
  border: 1px solid rgba(182,147,82,0.15);
  padding: 4px 10px;
  border-radius: 4px;
  display: inline-block;
  align-self: flex-start;
}

@media (max-width: 900px) {
  .testimonials-grid { grid-template-columns: 1fr; }
}
