.fix-page {
  --fix-yellow: #f2b705;
  --fix-green-pale: #e7f2ea;
  --fix-warm: #fff8dd;
}

.fix-hero {
  align-items: start;
}

.fix-offer-card {
  position: relative;
  display: grid;
  gap: 1.35rem;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    radial-gradient(circle at 92% 8%, rgba(242, 183, 5, 0.25), transparent 29%),
    #0d3727;
  color: #f7f7ef;
  box-shadow: 0 28px 75px rgba(16, 48, 35, 0.2);
}

.fix-offer-card::after {
  position: absolute;
  right: -2.5rem;
  bottom: -3.8rem;
  width: 11rem;
  height: 11rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  content: "";
}

.fix-offer-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.73rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fix-offer-head b {
  color: #f9dc7d;
}

.fix-price {
  font-family: Georgia, "Times New Roman", ui-serif, serif;
  font-size: clamp(2.8rem, 7vw, 4.5rem);
  line-height: 0.95;
}

.fix-price small {
  display: block;
  margin-top: 0.65rem;
  color: rgba(255, 255, 255, 0.62);
  font-family: inherit;
  font-size: 0.76rem;
}

.fix-offer-card ul {
  display: grid;
  gap: 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fix-offer-card li {
  position: relative;
  padding-left: 1.4rem;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.5;
}

.fix-offer-card li::before {
  position: absolute;
  top: 0.45rem;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--fix-yellow);
  content: "";
}

.fix-offer-card .button {
  position: relative;
  z-index: 1;
  width: 100%;
}

.fix-offer-card > small {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.58);
  line-height: 1.5;
}

.fix-scope-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 2.4rem;
  border: 1px solid var(--guide-line);
  background: var(--guide-line);
}

.fix-scope-grid article {
  min-width: 0;
  min-height: 260px;
  padding: 1.6rem;
  background: #fbfaf6;
}

.fix-scope-grid span,
.fix-requirements > div > span {
  color: #0b6e44;
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.fix-scope-grid h3 {
  margin: 3rem 0 0.75rem;
  font-size: 1.25rem;
  line-height: 1.2;
}

.fix-scope-grid p {
  margin: 0;
  color: var(--guide-muted);
  line-height: 1.62;
}

.fix-boundary-note,
.fix-credit {
  margin-top: 1.3rem;
  padding: 1.15rem 1.25rem;
  border-left: 4px solid #0b6e44;
  background: var(--fix-green-pale);
}

.fix-process {
  display: grid;
  gap: 1px;
  margin: 2.2rem 0;
  padding: 0;
  border: 1px solid var(--guide-line);
  background: var(--guide-line);
  list-style: none;
}

.fix-process li {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 1.2rem;
  padding: 1.5rem;
  background: #fbfaf6;
}

.fix-process li > span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid #0b6e44;
  border-radius: 50%;
  color: #0b6e44;
  font-family: "DM Mono", ui-monospace, monospace;
  font-size: 0.76rem;
  font-weight: 800;
}

.fix-process h3 {
  margin: 0 0 0.45rem;
  font-size: 1.18rem;
}

.fix-process p {
  margin: 0;
  color: var(--guide-muted);
  line-height: 1.62;
}

.fix-requirements {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 2rem 0 1.2rem;
  border: 1px solid var(--guide-line);
  background: var(--guide-line);
}

.fix-requirements > div {
  padding: 1.5rem;
  background: #fbfaf6;
}

.fix-requirements > div:last-child {
  background: var(--fix-warm);
}

.fix-requirements ul {
  display: grid;
  gap: 0.65rem;
  margin: 1rem 0 0;
  padding-left: 1.1rem;
  line-height: 1.55;
}

.fix-comparison {
  margin: 2.3rem 0 1.2rem;
  overflow-x: auto;
  border: 1px solid var(--guide-line);
}

.fix-comparison table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  background: #fbfaf6;
  font-size: 0.88rem;
  line-height: 1.5;
}

.fix-comparison th,
.fix-comparison td {
  padding: 1rem;
  border-bottom: 1px solid var(--guide-line);
  text-align: left;
  vertical-align: top;
}

.fix-comparison thead th {
  background: #0d3727;
  color: #fff;
  font-size: 0.74rem;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.fix-comparison tbody th {
  width: 19%;
}

.fix-comparison tbody td:nth-child(3) {
  background: var(--fix-green-pale);
  color: #11462f;
  font-weight: 700;
}

.fix-comparison tr:last-child th,
.fix-comparison tr:last-child td {
  border-bottom: 0;
}

.fix-cta .button.primary,
.fix-offer-card .button.primary {
  background: var(--fix-yellow);
  color: #10291f;
}

.fix-mobile-cta {
  --mobile-cta-accent: var(--fix-yellow);
}

@media (max-width: 980px) {
  .fix-scope-grid {
    grid-template-columns: 1fr;
  }

  .fix-scope-grid article {
    min-height: auto;
  }

  .fix-scope-grid h3 {
    margin-top: 1.8rem;
  }
}

@media (max-width: 720px) {
  .fix-requirements {
    grid-template-columns: 1fr;
  }

  .fix-process li {
    grid-template-columns: 48px 1fr;
    gap: 0.85rem;
    padding: 1.1rem;
  }

  .fix-process li > span {
    width: 42px;
    height: 42px;
  }

  .fix-comparison {
    margin-right: -1rem;
  }
}

@media (max-width: 390px) {
  .fix-offer-card {
    padding: 1.2rem;
  }

  .fix-process li {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fix-offer-card *,
  .fix-page * {
    scroll-behavior: auto;
  }
}
