:root {
  --repbot-ink: #10233b;
  --repbot-muted: #5c6d82;
  --repbot-teal: #087f8c;
  --repbot-teal-dark: #056771;
  --repbot-teal-soft: #e7f7f7;
  --repbot-blue-soft: #f3f8fb;
  --repbot-gold-soft: #fff0bd;
  --repbot-border: #cfe0e7;
  --repbot-white: #ffffff;
  --repbot-shadow: 0 18px 50px rgba(16, 35, 59, 0.1);
  --repbot-page-top-space: 1.5rem;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--repbot-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  line-height: 1.6;
}

button,
input,
select,
textarea {
  font-family: inherit;
}

a {
  color: var(--repbot-teal-dark);
}

a:hover {
  color: var(--repbot-ink);
}

[hidden] {
  display: none !important;
}

.repbot-container {
  margin-inline: auto;
  max-width: 75rem;
  width: 100%;
}

.skip-link {
  background: var(--repbot-ink);
  color: var(--repbot-white);
  left: 1rem;
  padding: 0.6rem 1rem;
  position: fixed;
  top: -5rem;
  z-index: 100;
}

.skip-link:focus {
  color: var(--repbot-white);
  top: 1rem;
}

/* Shared header and footer */

.site-header {
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid #e7eef2;
}

.site-header .navbar.repbot-container {
  max-width: 75rem;
  min-height: 4.25rem;
  width: calc(100% - 3rem);
}

.site-header .site-logo {
  padding-left: 0;
}

.site-logo img,
.footer-logo img {
  display: block;
  height: auto;
  width: 11.5rem;
}

.navbar-item {
  color: var(--repbot-ink);
  font-weight: 650;
}

.navbar-item:hover,
.navbar-item:focus-visible {
  background: transparent;
  color: var(--repbot-teal-dark);
}

.site-footer {
  background: #091b2f;
  color: #cbd6e1;
  padding: 3.5rem 1.5rem 1.5rem;
}

.site-footer a {
  color: var(--repbot-white);
}

.site-footer .footer-logo {
  display: inline-block;
  margin-bottom: 1rem;
}

.site-footer .footer-logo img {
  background: var(--repbot-white);
  border-radius: 0.3rem;
  padding: 0.25rem;
}

.footer-heading {
  color: var(--repbot-white);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin-bottom: 0.7rem;
  text-transform: uppercase;
}

.footer-navigation li + li {
  margin-top: 0.35rem;
}

.footer-legal {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  display: flex;
  font-size: 0.9rem;
  justify-content: space-between;
  margin-top: 2.25rem;
  padding-top: 1.25rem;
}

.footer-legal nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
}

/* Shared marketing-page elements */

.marketing-main {
  background: var(--repbot-white);
}

.page-hero {
  background:
    radial-gradient(circle at 88% 12%, rgba(159, 238, 233, 0.48), transparent 30rem),
    linear-gradient(145deg, #f3fafb 0%, #ffffff 72%);
  padding: var(--repbot-page-top-space) 1.5rem clamp(3.25rem, 6vw, 5.5rem);
}

.page-hero .columns {
  align-items: center;
}

.eyebrow {
  color: var(--repbot-teal-dark);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  margin-bottom: 0.9rem;
  text-transform: uppercase;
}

.hero-title {
  color: var(--repbot-ink);
  font-size: clamp(2.5rem, 5.4vw, 4.8rem);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 0.98;
  max-width: 17ch;
}

.hero-copy {
  color: var(--repbot-muted);
  font-size: clamp(1.05rem, 1.7vw, 1.3rem);
  margin-top: 1.4rem;
  max-width: 42rem;
}

.free-tools-hero .repbot-container {
  container-type: inline-size;
}

.free-tools-hero .hero-title,
.free-tools-hero .hero-copy {
  max-width: none;
}

.free-tools-grid {
  margin-top: clamp(2.5rem, 5vw, 4.5rem);
}

.section-heading {
  color: var(--repbot-ink);
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.section-copy {
  color: var(--repbot-muted);
  font-size: 1.08rem;
  margin-top: 0.9rem;
  max-width: 44rem;
}

.button.is-primary,
.tool-button-primary {
  background: var(--repbot-teal-dark);
  border-color: var(--repbot-teal-dark);
  color: var(--repbot-white);
}

.button.is-primary:hover,
.button.is-primary:focus-visible,
.tool-button-primary:hover,
.tool-button-primary:focus-visible {
  background: #044f58;
  border-color: #044f58;
  color: var(--repbot-white);
}

.tool-button-secondary {
  background: var(--repbot-teal-soft);
  border-color: transparent;
  color: var(--repbot-teal-dark);
}

.tool-button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 0.65rem;
  cursor: pointer;
  display: inline-flex;
  font-weight: 750;
  justify-content: center;
  min-height: 2.8rem;
  padding: 0.65rem 1.15rem;
  text-decoration: none;
}

.content-section {
  padding: clamp(4rem, 8vw, 7rem) 1.5rem;
}

.soft-section {
  background: var(--repbot-blue-soft);
}

.card-link {
  color: inherit;
  display: block;
  height: 100%;
  text-decoration: none;
}

.card-link:hover {
  color: inherit;
  transform: translateY(-0.2rem);
}

.marketing-card {
  border: 1px solid var(--repbot-border);
  border-radius: 1.25rem;
  box-shadow: var(--repbot-shadow);
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}

.marketing-card img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
}

.marketing-card .card-content {
  flex: 1 1 auto;
  padding: clamp(1.5rem, 3vw, 2.2rem) clamp(1.5rem, 3vw, 2.2rem) 1.1rem;
}

.tool-card-kicker-row {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  height: 3.25rem;
  justify-content: space-between;
  margin-bottom: 1.4rem;
  max-height: 3.25rem;
  min-height: 3.25rem;
}

.marketing-card .tool-card-kicker {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  flex: 1 1 auto;
  line-height: 1.35;
  margin: 0;
  min-width: 0;
  overflow: hidden;
}

.tool-card-kicker-row .button {
  flex: 0 0 auto;
  white-space: nowrap;
}

.raised-primary-button {
  background: linear-gradient(145deg, #0a8996 0%, var(--repbot-teal-dark) 72%);
  border: 1px solid #034f58;
  border-radius: 0.72rem;
  box-shadow:
    0 7px 16px rgba(5, 103, 113, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
  color: var(--repbot-white);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-shadow: none;
  transition:
    background 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.raised-primary-button:hover {
  background: linear-gradient(145deg, #0b929f 0%, #045c65 72%);
  border-color: #023f47;
  box-shadow:
    0 10px 21px rgba(5, 103, 113, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
  color: var(--repbot-white);
  transform: translateY(-2px);
}

.raised-primary-button:focus-visible {
  border-color: #033f47;
  box-shadow:
    0 0 0 3px var(--repbot-white),
    0 0 0 6px rgba(8, 127, 140, 0.48),
    0 8px 18px rgba(5, 103, 113, 0.28);
  color: var(--repbot-white);
  outline: none;
}

.raised-primary-button:active {
  box-shadow:
    0 3px 8px rgba(5, 103, 113, 0.24),
    inset 0 1px 2px rgba(0, 35, 40, 0.18);
  transform: translateY(0);
}

.marketing-card .card-content > p:last-child {
  margin-bottom: 0;
}

.hero-summary-card,
.policy-preview {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #acdfe2;
  border-radius: 1.3rem;
  box-shadow: var(--repbot-shadow);
  padding: clamp(1.4rem, 3vw, 2rem);
}

.hero-tool-list {
  margin-top: 0.4rem;
}

.hero-tool-list li {
  align-items: center;
  display: grid;
  gap: 0.9rem;
  grid-template-columns: auto 1fr;
  padding: 1rem 0;
}

.hero-tool-list li + li {
  border-top: 1px solid var(--repbot-border);
}

.summary-icon,
.policy-preview-icon {
  align-items: center;
  background: var(--repbot-teal-soft);
  border-radius: 0.8rem;
  color: var(--repbot-teal-dark);
  display: flex;
  font-size: 1.5rem;
  font-weight: 850;
  height: 3rem;
  justify-content: center;
  width: 3rem;
}

.hero-tool-list strong,
.hero-tool-list span {
  display: block;
}

.hero-tool-list strong {
  color: var(--repbot-ink);
  font-size: 1rem;
}

.hero-tool-list div span,
.summary-note,
.policy-preview > p:last-child {
  color: var(--repbot-muted);
  font-size: 0.9rem;
}

.summary-note {
  border-top: 1px solid var(--repbot-border);
  padding-top: 0.9rem;
}

.tool-card-visual {
  align-items: center;
  display: flex;
  flex: 0 0 13.75rem;
  height: 13.75rem;
  justify-content: center;
  min-height: 13.75rem;
  padding: 2rem;
}

.response-visual {
  background: linear-gradient(145deg, #e6f7f7, #f7fbfc);
}

.policy-visual {
  background: linear-gradient(145deg, #eef2ff, #edfafa);
}

.visual-review-card,
.visual-policy-card {
  background: var(--repbot-white);
  border: 1px solid var(--repbot-border);
  border-radius: 1rem;
  box-shadow: 0 12px 30px rgba(16, 35, 59, 0.1);
}

.visual-review-card {
  display: grid;
  gap: 0.55rem;
  max-width: 23rem;
  padding: 1.2rem;
  width: 100%;
}

.visual-stars {
  color: #d29100;
  letter-spacing: 0.12em;
}

.visual-line {
  background: #dce6eb;
  border-radius: 1rem;
  display: block;
  height: 0.55rem;
  width: 70%;
}

.visual-line.is-long {
  width: 94%;
}

.visual-response {
  background: var(--repbot-teal-soft);
  border-radius: 0.55rem;
  color: var(--repbot-teal-dark);
  font-size: 0.78rem;
  font-weight: 800;
  margin-top: 0.25rem;
  padding: 0.65rem 0.8rem;
}

.visual-policy-card {
  align-items: center;
  display: flex;
  gap: 1rem;
  max-width: 23rem;
  padding: 1.35rem;
  width: 100%;
}

.visual-shield {
  align-items: center;
  background: var(--repbot-teal-dark);
  border-radius: 50%;
  color: var(--repbot-white);
  display: flex;
  flex: 0 0 auto;
  font-size: 1.4rem;
  height: 3.5rem;
  justify-content: center;
  width: 3.5rem;
}

.visual-shield svg {
  fill: none;
  height: 1.6rem;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.5;
  width: 1.6rem;
}

.visual-policy-card strong,
.visual-policy-card > div > span {
  display: block;
}

.visual-policy-card > div > span {
  color: var(--repbot-muted);
  font-size: 0.8rem;
  margin-top: 0.2rem;
}

.policy-preview-icon {
  background: var(--repbot-gold-soft);
  color: #765000;
  margin-bottom: 1rem;
}

.policy-preview-flow {
  counter-reset: policy-flow;
  margin: 0.8rem 0 1rem;
}

.policy-preview-flow li {
  align-items: center;
  color: var(--repbot-ink);
  counter-increment: policy-flow;
  display: flex;
  font-weight: 800;
  gap: 0.7rem;
  padding: 0.55rem 0;
}

.policy-preview-flow li::before {
  align-items: center;
  background: var(--repbot-teal-soft);
  border-radius: 50%;
  color: var(--repbot-teal-dark);
  content: counter(policy-flow);
  display: flex;
  font-size: 0.75rem;
  height: 1.8rem;
  justify-content: center;
  width: 1.8rem;
}

.marketing-card h2 {
  color: var(--repbot-ink);
  font-size: clamp(1.45rem, 3vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.16;
}

.marketing-card p {
  color: var(--repbot-muted);
  margin: 1rem 0 1.4rem;
}

.text-link {
  font-weight: 800;
}

/* Review response generator */

.generator-page {
  background: var(--repbot-blue-soft);
}

.generator-fold {
  background:
    radial-gradient(circle at 92% 4%, rgba(155, 236, 231, 0.48), transparent 25rem),
    linear-gradient(150deg, #f5fbfc 0%, #ffffff 58%);
  min-height: calc(100svh - 4.25rem);
  padding: var(--repbot-page-top-space) 1.5rem clamp(1.3rem, 3vw, 2.3rem);
}

.generator-layout {
  align-items: center;
  display: grid;
  gap: clamp(1.5rem, 3.5vw, 3.25rem);
  grid-template-areas: "intro form";
  grid-template-columns: minmax(17rem, 0.72fr) minmax(34rem, 1.28fr);
  margin: 0 auto;
  max-width: 75rem;
}

.generator-intro {
  align-self: start;
  grid-area: intro;
}

.generator-intro h1 {
  color: var(--repbot-ink);
  font-size: clamp(2.25rem, 3.6vw, 3.25rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.02;
  max-width: 13ch;
}

.generator-lede {
  color: var(--repbot-muted);
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  margin-top: 1rem;
  max-width: 42rem;
}

.tool-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1.25rem;
  margin-top: 1rem;
}

.tool-trust li {
  color: var(--repbot-muted);
  font-size: 0.93rem;
  font-weight: 700;
}

.tool-trust li::before {
  color: var(--repbot-teal);
  content: "✓";
  font-weight: 900;
  margin-right: 0.4rem;
}

.tool-value-icon {
  align-items: center;
  background: var(--repbot-gold-soft);
  border-radius: 0.8rem;
  color: #765000;
  display: inline-flex;
  font-size: 1.25rem;
  height: 2.8rem;
  justify-content: center;
  width: 2.8rem;
}

.tool-step {
  color: var(--repbot-teal-dark);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.tool-form,
.tool-results {
  background: var(--repbot-white);
  border: 1px solid var(--repbot-border);
  border-radius: 1.15rem;
  box-shadow: var(--repbot-shadow);
  padding: clamp(1.1rem, 2.4vw, 1.75rem);
}

.tool-form {
  border-top: 3px solid var(--repbot-teal);
  grid-area: form;
}

.tool-form-heading,
.tool-results-heading,
.tool-response-label,
.tool-result-actions {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.tool-form-heading {
  border-bottom: 1px solid #e7eef2;
  gap: 1.5rem;
  padding-bottom: 0.75rem;
}

.tool-form h2,
.tool-results h2 {
  font-size: clamp(1.35rem, 2.6vw, 1.9rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.15;
}

.generator-fields {
  align-items: start;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  margin-top: 0.9rem;
}

.tool-rating-header {
  background: #f7fafb;
  border: 1px solid var(--repbot-border);
  border-radius: 0.7rem;
  flex: 0 0 auto;
  margin: 0;
  min-height: 0;
  min-width: 0;
  padding: 0.42rem 0.65rem 0.5rem;
}

.tool-rating legend,
.tool-form label,
.optional-fields > legend {
  color: var(--repbot-ink);
  font-size: 0.89rem;
  font-weight: 750;
}

.tool-stars {
  display: flex;
  justify-content: flex-start;
  margin-top: 0.18rem;
}

.tool-form .tool-stars input {
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px;
}

.tool-stars label {
  color: #bdc8d1;
  cursor: pointer;
  font-size: 1.75rem;
  line-height: 1;
  padding-right: 0.18rem;
}

.tool-stars input:focus-visible + label {
  border-radius: 0.2rem;
  outline: 3px solid rgba(8, 127, 140, 0.32);
}

.tool-stars label:hover,
.tool-stars label:has(~ label:hover),
.tool-stars label.is-selected {
  color: #d29100;
}

.review-field {
  position: relative;
}

.tool-form textarea,
.tool-form input,
.tool-form select {
  border: 1px solid #b8cbd4;
  border-radius: 0.55rem;
  color: var(--repbot-ink);
  font-size: 1rem;
  width: 100%;
}

.tool-form textarea:focus,
.tool-form input:focus,
.tool-form select:focus {
  border-color: var(--repbot-teal);
  box-shadow: 0 0 0 3px rgba(8, 127, 140, 0.13);
  outline: 0;
}

.tool-form textarea {
  background: #fcfeff;
  min-height: 12.2rem;
  padding: 0.7rem 0.8rem;
  resize: vertical;
}

.tool-field-help {
  color: var(--repbot-muted);
  font-size: 0.75rem;
  margin-top: 0.2rem;
  text-align: right;
}

.optional-fields {
  border: 0;
  margin-top: 0.75rem;
  min-width: 0;
  padding: 0;
  width: 100%;
}

.optional-fields > legend {
  padding: 0;
}

.optional-grid {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 0.65rem;
}

.optional-grid input,
.optional-grid select {
  height: 2.55rem;
  margin-top: 0.25rem;
  padding: 0 0.7rem;
}

.optional-label {
  color: var(--repbot-muted);
  font-size: 0.76rem;
  font-weight: 500;
}

.tool-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1rem;
  justify-content: flex-end;
  margin-top: 0.8rem;
}

.tool-actions #generate-button {
  flex: 1 0 100%;
  width: 100%;
}

.tool-turnstile {
  margin-right: auto;
  min-height: 0;
}

.tool-error {
  color: #9a2430;
  flex-basis: 100%;
  font-size: 0.9rem;
  font-weight: 700;
}

.tool-privacy-note {
  color: var(--repbot-muted);
  font-size: 0.78rem;
  margin-top: 0.65rem;
}

.tool-privacy-note a {
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.generator-content {
  padding: clamp(4rem, 7vw, 6.5rem) 1.5rem;
}

.generator-content-grid {
  display: grid;
  gap: 2rem 4rem;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
}

.tool-workspace {
  margin: 2rem auto 0;
  max-width: 75rem;
}

.tool-workspace.is-results-active {
  background:
    radial-gradient(circle at 92% 4%, rgba(155, 236, 231, 0.48), transparent 25rem),
    linear-gradient(150deg, #f5fbfc 0%, #ffffff 58%);
  margin-top: 0;
  max-width: none;
  min-height: calc(100svh - 4.25rem);
  padding: var(--repbot-page-top-space) 1.5rem clamp(1.3rem, 3vw, 2.3rem);
}

.tool-results {
  margin-top: 1.25rem;
}

.tool-workspace.is-results-active .tool-results {
  margin: 0 auto;
  max-width: 75rem;
}

.tool-results-error {
  margin-top: 0.85rem;
}

.tool-response-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1rem;
}

.tool-response-card {
  background: var(--repbot-blue-soft);
  border: 1px solid var(--repbot-border);
  border-radius: 0.8rem;
  display: flex;
  flex-direction: column;
  min-height: 17rem;
  padding: 1rem;
}

.tool-response-label {
  color: var(--repbot-muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.tool-response-label h3 {
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-transform: inherit;
}

.tool-response-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  margin-top: 0.75rem;
}

.tool-response-text {
  flex: 1 1 auto;
  margin-top: 0.75rem;
  white-space: pre-wrap;
}

.tool-response-editor {
  background: var(--repbot-white);
  border: 1px solid #9db9c5;
  border-radius: 0.55rem;
  color: var(--repbot-ink);
  font-size: 1rem;
  line-height: 1.6;
  min-height: 8.5rem;
  padding: 0.7rem 0.8rem;
  resize: vertical;
  width: 100%;
}

.tool-response-editor:focus {
  border-color: var(--repbot-teal);
  box-shadow: 0 0 0 3px rgba(8, 127, 140, 0.13);
  outline: 0;
}

.tool-response-error {
  color: #a3382b;
  font-weight: 700;
  margin: auto 0;
}

.tool-response-actions {
  border-top: 1px solid rgba(157, 185, 197, 0.55);
  display: flex;
  gap: 0.65rem;
  justify-content: space-between;
  margin-top: 1rem;
  padding-top: 0.85rem;
}

.tool-response-action {
  background: var(--repbot-white);
  border: 1px solid #9db9c5;
  border-radius: 0.5rem;
  color: var(--repbot-teal-dark);
  cursor: pointer;
  font-weight: 800;
  min-height: 2.5rem;
  padding: 0.45rem 0.8rem;
}

.tool-response-action:hover:not(:disabled) {
  border-color: var(--repbot-teal-dark);
  transform: translateY(-1px);
}

.tool-response-action:focus-visible {
  box-shadow: 0 0 0 3px rgba(8, 127, 140, 0.22);
  outline: none;
}

.tool-response-action:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.tool-response-skeleton {
  display: grid;
  gap: 0.75rem;
  margin-top: 0.75rem;
}

.tool-response-skeleton span {
  animation: response-skeleton-pulse 1.35s ease-in-out infinite;
  background: linear-gradient(90deg, #dce9ee 20%, #eef5f7 45%, #dce9ee 70%);
  background-size: 220% 100%;
  border-radius: 999px;
  display: block;
  height: 0.85rem;
}

.tool-response-skeleton span:nth-child(2) {
  width: 92%;
}

.tool-response-skeleton span:nth-child(3) {
  width: 68%;
}

@keyframes response-skeleton-pulse {
  from {
    background-position: 100% 0;
  }

  to {
    background-position: -120% 0;
  }
}

.tool-result-actions {
  margin-top: 1rem;
}

.tool-result-actions .tool-button {
  width: 100%;
}

.faq-list {
  border-top: 1px solid var(--repbot-border);
  margin-top: 1.5rem;
}

.faq-list details {
  border-bottom: 1px solid var(--repbot-border);
  padding: 1rem 0;
}

.faq-list summary {
  color: var(--repbot-ink);
  cursor: pointer;
  font-size: 1.03rem;
  font-weight: 780;
}

.faq-list details p {
  color: var(--repbot-muted);
  margin-top: 0.75rem;
}

/* Negative-review checker */

.negative-review-intake {
  margin: 0 auto;
  max-width: 60rem;
}

.negative-review-details {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.form-honeypot {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}

.negative-review-success {
  background: var(--repbot-white);
  border: 1px solid var(--repbot-border);
  border-top: 3px solid var(--repbot-teal);
  border-radius: 1.15rem;
  box-shadow: var(--repbot-shadow);
  padding: clamp(2rem, 5vw, 3.5rem);
  text-align: center;
}

.negative-review-success h3 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  margin: 0.75rem 0 0.35rem;
}

.negative-review-success p {
  color: var(--repbot-muted);
}

.steps-list {
  counter-reset: steps;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 2rem;
}

.steps-list li {
  background: var(--repbot-white);
  border: 1px solid var(--repbot-border);
  border-radius: 1rem;
  counter-increment: steps;
  padding: 1.35rem;
}

.steps-list li::before {
  align-items: center;
  background: var(--repbot-teal-soft);
  border-radius: 50%;
  color: var(--repbot-teal-dark);
  content: counter(steps);
  display: flex;
  font-weight: 850;
  height: 2rem;
  justify-content: center;
  margin-bottom: 0.75rem;
  width: 2rem;
}

.steps-list strong {
  display: block;
  margin-bottom: 0.35rem;
}

@media (max-width: 768px) {
  .page-hero .columns,
  .content-section .columns {
    margin-left: 0;
    margin-right: 0;
  }

  .page-hero .column,
  .content-section .column {
    padding-left: 0;
    padding-right: 0;
  }

  .site-header .navbar.repbot-container {
    min-height: 3.75rem;
    width: calc(100% - 2rem);
  }

  .site-logo img {
    width: 9.5rem;
  }

  .navbar-menu {
    border-top: 1px solid #e7eef2;
    box-shadow: none;
  }

  .footer-legal {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-legal nav {
    flex-direction: column;
  }

  .page-hero {
    padding: var(--repbot-page-top-space) 1rem 3.4rem;
  }

  .hero-title {
    font-size: clamp(2.45rem, 12vw, 3.5rem);
  }

  .generator-fold {
    min-height: calc(100svh - 3.75rem);
    padding: var(--repbot-page-top-space) 1rem 1rem;
  }

  .tool-workspace.is-results-active {
    min-height: calc(100svh - 3.75rem);
    padding: var(--repbot-page-top-space) 1rem 1rem;
  }

  .free-tools-grid {
    margin-left: 0;
    margin-right: 0;
    margin-top: 2.5rem;
  }

  .free-tools-grid > .column {
    padding-left: 0;
    padding-right: 0;
  }

  .tool-card-kicker-row {
    align-items: flex-start;
    gap: 0.6rem;
  }

  .tool-card-kicker-row .button.is-medium {
    font-size: 0.72rem;
    min-height: 2.5rem;
    padding-inline: 0.55rem;
  }

  .tool-card-kicker-row .review-response-cta.is-medium {
    font-size: 0.64rem;
    padding-inline: 0.4rem;
  }

  .marketing-card .tool-card-kicker {
    letter-spacing: 0.08em;
  }

  .generator-layout {
    gap: 0.8rem;
    grid-template-areas:
      "intro"
      "form";
    grid-template-columns: minmax(0, 1fr);
  }

  .generator-intro h1 {
    font-size: clamp(2rem, 9vw, 2.45rem);
  }

  .generator-lede {
    font-size: 0.98rem;
    line-height: 1.45;
    margin-top: 0.65rem;
  }

  .tool-trust {
    gap: 0.2rem 0.85rem;
    margin-top: 0.55rem;
  }

  .tool-trust li {
    font-size: 0.78rem;
  }

  .tool-value-icon {
    height: 2.4rem;
    width: 2.4rem;
  }

  .tool-form {
    padding: 0.9rem;
  }

  .tool-form-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.65rem;
  }

  .tool-form h2 {
    font-size: 1.25rem;
  }

  .tool-usage {
    font-size: 0.72rem;
    max-width: 9rem;
    text-align: right;
  }

  .generator-fields {
    gap: 0.5rem;
    grid-template-columns: 1fr;
    margin-top: 0.6rem;
  }

  .tool-rating {
    align-items: center;
    display: flex;
    justify-content: space-between;
    min-height: 0;
    padding: 0.55rem 0.7rem;
    width: 100%;
  }

  .tool-stars {
    margin-top: 0;
  }

  .tool-stars label {
    font-size: 1.55rem;
  }

  .tool-form textarea {
    min-height: 10.8rem;
  }

  .optional-grid,
  .generator-content-grid,
  .steps-list {
    grid-template-columns: 1fr;
  }

  .tool-response-grid {
    grid-template-columns: 1fr;
  }

  .tool-response-card {
    min-height: 15rem;
  }

  .tool-response-action {
    font-size: 0.84rem;
    padding: 0.4rem 0.55rem;
    white-space: nowrap;
  }

  .tool-actions {
    justify-content: stretch;
  }

  .tool-actions .tool-button {
    width: 100%;
  }

  .tool-privacy-note {
    font-size: 0.72rem;
  }

}

@media (max-height: 760px) and (min-width: 769px) {
  .generator-fold {
    padding: var(--repbot-page-top-space) 1.5rem 1rem;
  }

  .generator-intro h1 {
    font-size: clamp(2.15rem, 3.3vw, 2.9rem);
  }

  .generator-lede,
  .tool-trust {
    margin-top: 0.6rem;
  }

  .tool-form {
    padding: 1rem 1.25rem;
  }

  .tool-form textarea {
    min-height: 5rem;
  }
}

@media (min-width: 769px) {
  .free-tools-hero .hero-title {
    font-size: clamp(2rem, 5.2cqi, 4rem);
    white-space: nowrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .tool-response-skeleton span {
    animation: none;
  }
}
