:root {
  --ink: #17211f;
  --muted: #63706c;
  --line: #dce4e1;
  --surface: #ffffff;
  --soft: #f2f7f5;
  --green: #0b7655;
  --green-dark: #075a41;
  --lime: #bada55;
  --coral: #e86f51;
  --yellow: #f2c94c;
  --shadow: 0 18px 50px rgba(19, 46, 37, 0.12);
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

body {
  margin: 0;
  min-width: 320px;
  background: #e8efec;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

button,
select,
label {
  -webkit-tap-highlight-color: transparent;
}

.topbar {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4vw;
  background: #f8fbfa;
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-weight: 800;
  font-size: 19px;
  text-decoration: none;
}

.brand-mark {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--green);
  color: white;
}

.topbar-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 650;
}

.topbar-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.about-nav-link {
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
  text-decoration: none;
}

.about-nav-link:hover,
.about-nav-link.active {
  color: var(--green);
}

.qualirepar-header {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 5px 10px 5px 7px;
  border: 1px solid #8cd5f3;
  border-radius: 6px;
  background: white;
  color: #17211f;
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
}

.qualirepar-header:hover {
  background: #edfaff;
}

.qualirepar-header img {
  width: 62px;
  height: 30px;
  object-fit: contain;
}

.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #23a56f;
  box-shadow: 0 0 0 4px rgba(35, 165, 111, 0.12);
}

.app-shell {
  display: grid;
  grid-template-columns: minmax(300px, 0.86fr) minmax(500px, 1.14fr);
  min-height: calc(100vh - 128px);
  max-width: 1440px;
  margin: 0 auto;
}

.intro-panel,
.diagnostic-panel {
  padding: clamp(32px, 5vw, 76px);
}

.intro-panel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  background: var(--green);
  color: white;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--green);
  font-size: 12px;
  line-height: 1.4;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.intro-panel .eyebrow {
  color: var(--lime);
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 620px;
  margin: 0;
  font-size: clamp(38px, 5.2vw, 68px);
  line-height: 0.98;
  letter-spacing: 0;
}

.intro-copy {
  max-width: 570px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.65;
}

.qualirepar-highlight {
  max-width: 570px;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 24px;
  padding: 15px 17px;
  border: 1px solid rgba(115, 207, 243, 0.8);
  border-radius: 7px;
  background: rgba(4, 64, 46, 0.58);
}

.qualirepar-highlight strong {
  display: block;
  color: var(--lime);
  font-size: 15px;
}

.qualirepar-highlight p {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  line-height: 1.45;
}

.qualirepar-logo {
  flex: 0 0 84px;
  width: 84px;
  height: 54px;
  padding: 5px;
  border-radius: 4px;
  background: white;
  object-fit: contain;
}

.phone-visual {
  position: relative;
  min-height: 300px;
  display: grid;
  place-items: center;
  margin: 32px 0;
}

.phone-frame {
  width: 168px;
  height: 292px;
  padding: 10px;
  border: 3px solid rgba(255, 255, 255, 0.9);
  border-radius: 28px;
  background: #093f31;
  box-shadow: 18px 20px 0 rgba(7, 50, 38, 0.6);
  transform: rotate(5deg);
}

.phone-speaker {
  width: 42px;
  height: 4px;
  margin: 2px auto 8px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.5);
}

.phone-screen {
  height: 248px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 17px;
  background: #edf6f2;
  color: var(--ink);
  text-align: center;
}

.phone-screen small {
  color: var(--muted);
}

.pulse-ring {
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  margin-bottom: 8px;
  border: 2px solid var(--green);
  border-radius: 50%;
  box-shadow: 0 0 0 10px rgba(11, 118, 85, 0.08);
}

.pulse-ring span {
  font-size: 34px;
  font-weight: 350;
  line-height: 1;
}

.visual-note {
  position: absolute;
  padding: 10px 13px;
  border-radius: 6px;
  background: white;
  color: var(--ink);
  box-shadow: var(--shadow);
  font-size: 12px;
  font-weight: 750;
}

.note-one {
  top: 18%;
  left: 4%;
}

.note-two {
  right: 2%;
  bottom: 19%;
  background: var(--lime);
}

.trust-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  font-weight: 600;
}

.trust-list li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.trust-list span {
  color: var(--lime);
  font-size: 11px;
}

.diagnostic-panel {
  background: var(--surface);
}

.progress-header,
.form-actions,
.result-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.step-label {
  margin: 0 0 5px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.progress-header h2,
.quote-view h2,
.success-view h2 {
  margin: 0;
  font-size: clamp(25px, 3vw, 36px);
  line-height: 1.12;
}

.progress-percent {
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
}

.progress-track,
.confidence-track {
  height: 5px;
  overflow: hidden;
  margin: 18px 0 34px;
  border-radius: 5px;
  background: var(--line);
}

.progress-track span,
.confidence-track span {
  display: block;
  width: 25%;
  height: 100%;
  background: var(--green);
  transition: width 240ms ease;
}

.form-step {
  display: none;
  animation: enter 220ms ease;
}

.form-step.active {
  display: block;
}

@keyframes enter {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.field-group {
  margin: 0 0 24px;
  padding: 0;
  border: 0;
}

.field-group > label,
legend {
  display: block;
  margin-bottom: 9px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 750;
}

.field-group label span {
  color: var(--muted);
  font-weight: 500;
}

.field-help {
  margin: -3px 0 14px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input:not([type]),
select,
textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid #cbd7d2;
  border-radius: 6px;
  outline: none;
  background: white;
  color: var(--ink);
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(11, 118, 85, 0.1);
}

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

.choice-grid.compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.choice-card {
  position: relative;
  min-height: 116px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 5px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 7px;
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease;
}

.choice-card:hover {
  border-color: #8fac9f;
}

.choice-card:has(input:checked) {
  border-color: var(--green);
  background: #edf8f4;
  box-shadow: inset 0 0 0 1px var(--green);
}

.choice-card input,
.choice-list input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.choice-card strong {
  font-size: 14px;
}

.choice-card small {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.35;
}

.choice-symbol {
  min-height: 24px;
  color: var(--green);
  font-size: 22px;
  line-height: 1;
}

.choice-icon {
  width: 22px;
  height: 22px;
  border: 2px solid var(--green);
  border-radius: 50%;
}

.power-on {
  background: var(--green);
  box-shadow: inset 0 0 0 5px #edf8f4;
}

.power-off {
  border-color: var(--coral);
}

.choice-list {
  display: grid;
  gap: 8px;
}

.detail-intro {
  position: relative;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}

.detail-intro h3 {
  margin: 0 0 8px;
  font-size: 24px;
}

.detail-intro > p:last-of-type {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

#detail-counter {
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px 9px;
  border-radius: 5px;
  background: var(--soft);
  color: var(--green);
  font-size: 11px;
  font-weight: 800;
}

.diagnostic-question {
  margin: 0;
  padding: 22px 0;
  border: 0;
  border-bottom: 1px solid var(--line);
}

.diagnostic-question legend {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  max-width: 680px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.4;
}

.diagnostic-question legend span {
  flex: 0 0 25px;
  color: var(--green);
  font-size: 11px;
  line-height: 1.9;
}

.choice-list label {
  position: relative;
  display: flex;
  align-items: center;
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  cursor: pointer;
}

.choice-list label::before {
  content: "";
  flex: 0 0 17px;
  height: 17px;
  margin-right: 12px;
  border: 2px solid #a7b5af;
  border-radius: 50%;
}

.choice-list label:has(input:checked) {
  border-color: var(--green);
  background: #edf8f4;
}

.choice-list label:has(input:checked)::before {
  border-color: var(--green);
  box-shadow: inset 0 0 0 4px white;
  background: var(--green);
}

.choice-list span {
  display: flex;
  flex-direction: column;
  gap: 2px;
  color: var(--ink);
}

.choice-list strong {
  font-size: 13px;
}

.choice-list small {
  color: var(--muted);
  font-size: 11px;
}

.segmented {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 3px;
  border-radius: 7px;
  background: var(--soft);
}

.segmented input {
  position: absolute;
  opacity: 0;
}

.segmented span {
  display: block;
  padding: 10px;
  border-radius: 5px;
  color: var(--muted);
  text-align: center;
  cursor: pointer;
}

.segmented label:has(input:checked) span {
  background: white;
  color: var(--green);
  box-shadow: 0 2px 8px rgba(20, 47, 39, 0.1);
  font-weight: 750;
}

.form-actions {
  margin-top: 28px;
}

.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 19px;
  border: 0;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 750;
  line-height: 1.2;
  text-align: center;
  transition: background 160ms ease, transform 160ms ease;
}

.button:active {
  transform: translateY(1px);
}

.button.primary {
  margin-left: auto;
  background: var(--green);
  color: white;
}

.button.primary:hover {
  background: var(--green-dark);
}

.button.secondary {
  border: 1px solid var(--line);
  background: white;
  color: var(--ink);
}

.button.text-button {
  background: transparent;
  color: var(--green);
}

.button.full {
  width: 100%;
}

.form-error {
  min-height: 18px;
  margin: 12px 0 0;
  color: #b53c2d;
  font-size: 12px;
  font-weight: 650;
}

.bot-field {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.quote-error {
  min-height: 18px;
  margin: 0 0 10px;
  color: #b53c2d;
  font-size: 12px;
  font-weight: 650;
}

.button:disabled {
  cursor: wait;
  opacity: 0.65;
}

.review-box {
  padding: 22px;
  border-radius: 7px;
  background: var(--soft);
}

.review-box h3 {
  margin: 0 0 18px;
  font-size: 24px;
}

.review-box dl {
  margin: 0;
}

.review-box dl div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 0;
  border-top: 1px solid var(--line);
}

.review-box dt {
  color: var(--muted);
}

.review-box dd {
  margin: 0;
  font-weight: 750;
  text-align: right;
}

.consent-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 20px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.consent-row input {
  margin-top: 2px;
  accent-color: var(--green);
}

.result-heading h2 {
  margin: 5px 0 10px;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.06;
}

.result-heading > p:last-child,
.quote-intro,
.success-view > p {
  color: var(--muted);
  line-height: 1.6;
}

.result-badge {
  float: right;
  padding: 7px 10px;
  border-radius: 5px;
  background: #fff4d2;
  color: #795900;
  font-size: 11px;
  font-weight: 800;
}

.result-badge.high {
  background: #fee8e2;
  color: #9a3324;
}

.result-badge.low {
  background: #e6f5ec;
  color: #176944;
}

.confidence {
  margin: 26px 0;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 7px;
}

.diagnostic-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 18px;
}

.diagnostic-details article {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--soft);
}

.diagnostic-details h3 {
  margin: 0 0 12px;
  font-size: 14px;
}

.diagnostic-details ul,
.diagnostic-details ol {
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.diagnostic-details li + li {
  margin-top: 7px;
}

.diagnostic-details li strong,
.diagnostic-details li span {
  display: block;
}

.diagnostic-details li strong {
  color: var(--ink);
}

.bonus-result {
  display: grid;
  grid-template-columns: 100px 1fr auto;
  align-items: center;
  gap: 14px;
  margin: -8px 0 18px;
  padding: 15px 17px;
  border: 1px solid #8cd5f3;
  border-radius: 7px;
  background: #edfaff;
}

.bonus-result .eyebrow {
  margin-bottom: 2px;
  color: #0875a5;
}

.bonus-result .qualirepar-logo {
  width: 96px;
  height: 62px;
}

.bonus-result strong,
.bonus-result small {
  display: block;
}

.bonus-result strong {
  font-size: 14px;
}

.bonus-result small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.4;
}

.bonus-result a {
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.confidence > div:first-child {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}

.confidence-track {
  margin: 10px 0 0;
}

.result-sections {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr;
  gap: 14px;
}

.result-sections article {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 7px;
}

.result-sections h3 {
  margin: 0 0 14px;
  font-size: 15px;
}

.result-sections ol {
  margin: 0;
  padding-left: 22px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.result-sections li + li {
  margin-top: 8px;
}

.estimate-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--ink);
  color: white;
}

.estimate-card span,
.estimate-card small {
  color: rgba(255, 255, 255, 0.65);
}

.estimate-card strong {
  margin: 8px 0;
  color: var(--lime);
  font-size: 27px;
}

.result-actions {
  margin-top: 24px;
}

.method-note {
  margin: 20px 0 0;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 11px;
  line-height: 1.55;
}

.method-note a {
  color: var(--green);
  font-weight: 750;
}

.back-link {
  margin: 0 0 30px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--green);
  cursor: pointer;
  font-weight: 700;
}

.partner-choice {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin: 4px 0 22px;
  padding: 14px;
  border: 1px solid #8cd5f3;
  border-radius: 7px;
  background: #edfaff;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.partner-choice input {
  margin-top: 3px;
  accent-color: var(--green);
}

.partner-choice strong {
  display: block;
  margin-bottom: 2px;
  color: var(--ink);
  font-size: 13px;
}

.quote-view h2 {
  max-width: 560px;
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.success-view {
  max-width: 520px;
  margin: 10vh auto 0;
  text-align: center;
}

.success-mark {
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  margin: 0 auto 22px;
  border-radius: 50%;
  background: #e6f5ec;
  color: var(--green);
  font-size: 27px;
  font-weight: 800;
}

.success-view .button {
  margin-top: 14px;
}

footer {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 4vw;
  border-top: 1px solid var(--line);
  background: #f8fbfa;
  color: var(--muted);
  font-size: 11px;
}

footer span:first-child {
  color: var(--ink);
  font-weight: 800;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 18px;
}

.footer-links a {
  color: var(--green);
  font-weight: 700;
  text-decoration: none;
}

.about-strip {
  max-width: 1440px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin: 0 auto;
  padding: 38px clamp(28px, 5vw, 76px);
  border-top: 1px solid var(--line);
  background: #f8fbfa;
}

.about-strip > div {
  max-width: 800px;
}

.about-strip h2 {
  margin: 0 0 9px;
  font-size: 24px;
}

.about-strip p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.about-page {
  background: white;
}

.about-page main {
  max-width: 1440px;
  margin: 0 auto;
}

.about-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(310px, 0.75fr);
  gap: clamp(30px, 6vw, 90px);
  align-items: center;
  padding: clamp(56px, 8vw, 110px) clamp(28px, 7vw, 110px);
  background: var(--green);
  color: white;
}

.about-hero .eyebrow,
.partner-band .eyebrow {
  color: var(--lime);
}

.about-hero h1 {
  max-width: 800px;
  font-size: clamp(42px, 6vw, 76px);
}

.about-lead {
  max-width: 720px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  line-height: 1.65;
}

.about-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.about-hero-actions .button.primary {
  margin: 0;
  background: var(--lime);
  color: #203500;
  text-decoration: none;
}

.about-hero-actions .button.secondary {
  display: inline-flex;
  align-items: center;
  border-color: rgba(255, 255, 255, 0.5);
  background: transparent;
  color: white;
  text-decoration: none;
}

.about-proof {
  display: grid;
  gap: 0;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(4, 64, 46, 0.52);
}

.about-proof img {
  width: 145px;
  margin: 24px;
  padding: 10px;
  border-radius: 4px;
  background: white;
}

.about-proof div {
  padding: 17px 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.about-proof strong,
.about-proof span {
  display: block;
}

.about-proof strong {
  color: white;
  font-size: 14px;
}

.about-proof span {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
  line-height: 1.45;
}

.editorial-section,
.shipping-section,
.repair-keywords,
.faq-section {
  padding: clamp(50px, 7vw, 92px) clamp(28px, 7vw, 110px);
}

.section-heading {
  max-width: 830px;
  margin-bottom: 34px;
}

.section-heading h2,
.partner-copy h2,
.about-cta h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
}

.section-heading > p:last-child {
  margin: 16px 0 0;
  color: var(--muted);
  line-height: 1.65;
}

.editorial-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 5vw, 80px);
}

.editorial-columns p,
.partner-copy > p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.editorial-columns p + p,
.partner-copy > p + p {
  margin-top: 18px;
}

.partner-band {
  padding: clamp(50px, 7vw, 88px) clamp(28px, 7vw, 110px);
  background: var(--ink);
  color: white;
}

.partner-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.6fr);
  gap: clamp(40px, 7vw, 100px);
  align-items: center;
}

.partner-copy > p {
  max-width: 800px;
  color: rgba(255, 255, 255, 0.72);
}

.partner-copy h2 {
  margin-bottom: 24px;
}

.partner-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 28px;
}

.partner-links .button {
  margin: 0;
  display: inline-flex;
  align-items: center;
  color: white;
  text-decoration: none;
}

.contact-link {
  color: var(--lime);
  font-size: 17px;
  font-weight: 800;
}

.workshop-address {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 26px;
  border-left: 3px solid var(--lime);
  background: rgba(255, 255, 255, 0.06);
  font-style: normal;
}

.workshop-address > span:first-child {
  color: var(--lime);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.workshop-address strong {
  margin-bottom: 8px;
  font-size: 19px;
}

.workshop-address span,
.workshop-address a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
}

.shipping-section {
  background: #f6f9f8;
}

.shipping-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  list-style: none;
}

.shipping-steps li {
  min-height: 220px;
  padding: 25px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: white;
}

.shipping-steps li > span {
  color: var(--green);
  font-size: 11px;
  font-weight: 850;
}

.shipping-steps h3 {
  margin: 22px 0 8px;
  font-size: 18px;
}

.shipping-steps p,
.shipping-notice p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.shipping-notice {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 30px;
  margin-top: 24px;
  padding: 22px 25px;
  border: 1px solid #e5cf78;
  background: #fff9df;
}

.shipping-notice strong {
  color: #715700;
}

.repair-groups {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.repair-groups article {
  min-height: 180px;
  padding: 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.repair-groups h3 {
  margin: 0 0 10px;
  font-size: 17px;
}

.repair-groups p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

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

.faq-list {
  max-width: 900px;
}

.faq-list details {
  border-top: 1px solid #cbd7d2;
}

.faq-list details:last-child {
  border-bottom: 1px solid #cbd7d2;
}

.faq-list summary {
  padding: 20px 38px 20px 0;
  cursor: pointer;
  font-weight: 750;
  line-height: 1.4;
}

.faq-list p {
  max-width: 800px;
  margin: -4px 0 22px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.about-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 48px clamp(28px, 7vw, 110px);
  background: var(--lime);
}

.about-cta .eyebrow {
  color: #547000;
}

.about-cta h2 {
  max-width: 750px;
}

.about-cta .button {
  flex: 0 0 auto;
  color: white;
  text-decoration: none;
}

.diagnostic-guides {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(420px, 1.2fr);
  gap: clamp(28px, 6vw, 90px);
  padding: 58px clamp(28px, 7vw, 110px);
  background: #f8fbfa;
  border-top: 1px solid var(--line);
}

.diagnostic-guides h2,
.guide-content h2,
.guide-callout h2 {
  margin: 0 0 12px;
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.05;
}

.diagnostic-guides p,
.guide-content p,
.guide-callout p {
  color: var(--muted);
  line-height: 1.7;
}

.guide-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.guide-links a {
  min-height: 132px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  border: 1px solid #cbd7d2;
  border-radius: 7px;
  background: white;
  color: var(--ink);
  text-decoration: none;
}

.guide-links a:hover {
  border-color: var(--green);
}

.guide-links strong {
  font-size: 18px;
}

.guide-links span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.guide-page {
  background: #f8fbfa;
}

.guide-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  gap: clamp(40px, 8vw, 120px);
  align-items: center;
  padding: clamp(58px, 8vw, 110px) clamp(28px, 8vw, 130px);
  background: var(--green);
  color: white;
}

.guide-hero .eyebrow {
  color: var(--lime);
}

.guide-hero h1 {
  max-width: 820px;
  font-size: clamp(46px, 7vw, 84px);
}

.guide-lead {
  max-width: 760px;
  margin: 24px 0 30px;
  color: #e4f0ec;
  font-size: 18px;
  line-height: 1.7;
}

.guide-hero .button {
  display: inline-flex;
  width: auto;
  background: var(--lime);
  color: var(--ink);
  text-decoration: none;
}

.guide-hero .button:hover {
  background: #c9e868;
}

.guide-summary {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.08);
}

.guide-summary strong {
  display: block;
  margin-bottom: 16px;
  color: var(--lime);
}

.guide-summary ul {
  display: grid;
  gap: 13px;
  margin: 0;
  padding-left: 20px;
  line-height: 1.5;
}

.guide-content,
.faq-section {
  padding: clamp(56px, 8vw, 100px) clamp(28px, 8vw, 130px);
}

.symptom-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 36px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.symptom-grid article {
  min-height: 290px;
  padding: 26px;
  background: white;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.symptom-grid article > span {
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
}

.symptom-grid h3 {
  margin: 30px 0 12px;
  font-size: 19px;
}

.symptom-grid p {
  margin: 0;
  font-size: 14px;
}

.guide-callout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 52px clamp(28px, 8vw, 130px);
  background: var(--lime);
}

.guide-callout .eyebrow {
  color: #547000;
}

.guide-callout p {
  max-width: 760px;
  margin-bottom: 0;
  color: #35411b;
}

.guide-callout .button {
  flex: 0 0 auto;
  color: white;
  text-decoration: none;
}

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

  .intro-panel {
    min-height: auto;
  }

  .phone-visual {
    display: none;
  }

  .trust-list {
    margin-top: 26px;
  }

  .about-hero,
  .partner-inner {
    grid-template-columns: 1fr;
  }

  .about-proof {
    max-width: 620px;
  }

  .shipping-steps,
  .repair-groups {
    grid-template-columns: repeat(2, 1fr);
  }

  .diagnostic-guides,
  .guide-hero {
    grid-template-columns: 1fr;
  }

  .symptom-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .topbar {
    min-height: 60px;
    padding: 0 18px;
  }

  .topbar-meta {
    font-size: 0;
  }

  .topbar-actions {
    gap: 10px;
  }

  .about-nav-link {
    display: none;
  }

  .qualirepar-header {
    padding: 4px 6px;
  }

  .qualirepar-header img {
    width: 55px;
    height: 27px;
  }

  .qualirepar-header span {
    display: none;
  }

  .intro-panel,
  .diagnostic-panel {
    padding: 28px 20px;
  }

  h1 {
    font-size: 39px;
  }

  .intro-copy {
    font-size: 15px;
  }

  .choice-grid,
  .choice-grid.compact {
    grid-template-columns: 1fr 1fr;
  }

  .choice-card {
    min-height: 110px;
  }

  .field-row,
  .result-sections,
  .diagnostic-details {
    grid-template-columns: 1fr;
  }

  .bonus-result {
    grid-template-columns: 84px 1fr;
  }

  .bonus-result a {
    grid-column: 2;
    white-space: normal;
  }

  .result-actions {
    align-items: stretch;
    flex-direction: column;
  }

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

  footer {
    align-items: flex-start;
    flex-direction: column;
    padding: 16px 20px;
  }

  .footer-links {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .about-strip,
  .about-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .about-strip .button,
  .about-cta .button {
    margin: 0;
  }

  .about-hero {
    padding-top: 50px;
  }

  .about-hero h1 {
    font-size: 42px;
  }

  .about-lead {
    font-size: 16px;
  }

  .editorial-columns,
  .shipping-steps,
  .repair-groups {
    grid-template-columns: 1fr;
  }

  .shipping-notice {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .guide-links,
  .symptom-grid {
    grid-template-columns: 1fr;
  }

  .guide-hero h1 {
    font-size: 46px;
  }

  .guide-lead {
    font-size: 16px;
  }

  .guide-callout {
    align-items: flex-start;
    flex-direction: column;
  }

  .guide-callout .button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}
