.review-marketing {
  --review-ink: #1e1812;
  --review-muted: #6f6456;
  --review-panel: #fffdf8;
  --review-soft: #f5ead8;
  --review-line: rgba(30, 24, 18, .13);
  --review-orange: #c95e2c;
  --review-green: #2f6b4a;
  --review-plum: #6e4f8e;
  color: var(--review-ink);
}

.review-marketing-panel {
  border: 1px solid var(--review-line);
  border-radius: 8px;
  background: rgba(255, 253, 248, .78);
  padding: clamp(24px, 4vw, 44px);
}

.review-section-head {
  display: grid;
  gap: 10px;
  max-width: 760px;
  margin-bottom: 22px;
}

.review-kicker {
  margin: 0;
  color: var(--review-orange);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.review-section-head h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", "Songti SC", serif;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.12;
  font-weight: 400;
  letter-spacing: 0;
}

.review-section-head h2 em {
  color: var(--review-orange);
  font-style: normal;
  font-weight: 800;
}

.review-section-head p {
  margin: 0;
  color: var(--review-muted);
  line-height: 1.75;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.review-card {
  min-width: 0;
  border: 1px solid var(--review-line);
  border-radius: 8px;
  background: var(--review-panel);
  padding: 18px;
}

.review-card[data-tone="free"] {
  border-top: 4px solid var(--review-orange);
}

.review-card[data-tone="pro"] {
  border-top: 4px solid var(--review-green);
}

.review-card[data-tone="soccer"] {
  border-top: 4px solid var(--review-green);
}

.review-marketing[aria-label*="Soccer"] .review-kicker,
.review-marketing[aria-label*="Soccer"] .review-section-head h2 em {
  color: var(--review-green);
}

.review-card span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--review-muted);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.review-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--review-ink);
  font-size: 18px;
  line-height: 1.35;
}

.review-card p {
  margin: 0;
  color: var(--review-muted);
  font-size: 14px;
  line-height: 1.7;
}

.home-stage > .review-marketing {
  padding-bottom: clamp(52px, 8vw, 88px);
}

.review-widget {
  --review-ink: #1e1812;
  --review-muted: #766a5d;
  --review-panel: #fffdf8;
  --review-soft: #f5ead8;
  --review-line: rgba(30, 24, 18, .13);
  --review-accent: #c95e2c;
  color: var(--review-ink);
}

.review-widget-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: start;
  margin-bottom: 16px;
}

.review-widget-head p {
  margin: 7px 0 0;
  color: var(--review-muted);
  font-size: 13px;
  line-height: 1.65;
}

.review-result-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  max-width: 220px;
  border: 1px solid var(--review-line);
  border-radius: 999px;
  padding: 0 12px;
  color: var(--review-muted);
  background: rgba(255, 253, 248, .72);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

.review-head-actions {
  display: grid;
  gap: 8px;
  justify-items: end;
}

.review-toggle {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(201, 94, 44, .34);
  border-radius: 999px;
  padding: 0 13px;
  color: var(--review-accent);
  background: rgba(255, 253, 248, .82);
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.review-widget.is-collapsed .review-form {
  display: none;
}

.review-form {
  display: grid;
  gap: 14px;
}

.review-form label,
.review-form button,
.review-form input,
.review-form textarea {
  font: inherit;
}

.review-field {
  display: grid;
  gap: 8px;
}

.review-label {
  color: var(--review-muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.review-rating,
.review-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.review-rating label,
.review-chip {
  min-width: 0;
}

.review-rating input,
.review-chip input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.review-rating span,
.review-chip span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--review-line);
  border-radius: 999px;
  padding: 0 13px;
  color: var(--review-muted);
  background: rgba(255, 253, 248, .75);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  transition: background .16s ease, border-color .16s ease, color .16s ease, transform .16s ease;
}

.review-rating input:checked + span,
.review-chip input:checked + span {
  border-color: rgba(201, 94, 44, .48);
  color: #fffdf8;
  background: var(--review-accent);
}

.review-rating span:hover,
.review-chip span:hover {
  transform: translateY(-1px);
  border-color: rgba(201, 94, 44, .34);
}

.review-form-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, .42fr);
  gap: 12px;
  align-items: end;
}

.review-input,
.review-textarea {
  width: 100%;
  border: 1px solid var(--review-line);
  border-radius: 8px;
  background: var(--review-panel);
  color: var(--review-ink);
  outline: none;
}

.review-input {
  min-height: 44px;
  padding: 0 13px;
}

.review-textarea {
  min-height: 96px;
  resize: vertical;
  padding: 12px 13px;
  line-height: 1.55;
}

.review-input:focus,
.review-textarea:focus {
  border-color: rgba(201, 94, 44, .46);
  box-shadow: 0 0 0 3px rgba(201, 94, 44, .11);
}

.review-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
}

.review-consent {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  color: var(--review-muted);
  font-size: 12px;
  line-height: 1.55;
}

.review-consent input {
  width: 16px;
  height: 16px;
  margin: 2px 0 0;
  accent-color: var(--review-accent);
  flex: 0 0 auto;
}

.review-submit-btn {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  padding: 0 20px;
  color: #fffdf8;
  background: var(--review-accent);
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
  white-space: nowrap;
}

.review-submit-btn:disabled {
  cursor: default;
  opacity: .58;
}

.review-status {
  min-height: 18px;
  color: var(--review-muted);
  font-size: 12px;
  line-height: 1.5;
}

.review-status.is-error {
  color: #9f4319;
}

.review-status.is-success {
  color: #2f6b4a;
}

@media (max-width: 900px) {
  .review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .review-form-grid,
  .review-footer {
    grid-template-columns: 1fr;
  }

  .review-submit-btn {
    width: 100%;
  }
}

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

  .review-marketing-panel {
    padding: 22px 16px;
  }

  .review-widget-head {
    grid-template-columns: 1fr;
  }

  .review-result-pill {
    width: 100%;
    max-width: none;
  }

  .review-head-actions {
    justify-items: stretch;
  }

  .review-toggle {
    width: 100%;
  }

  .review-rating {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .review-rating span {
    width: 100%;
    padding: 0 6px;
    font-size: 12px;
  }

  .review-chip span {
    min-height: 36px;
    padding: 0 11px;
    font-size: 12px;
  }
}
