/* GP Controllers — dedicated Pro Controller Repairs page */

.gp-pro-page {
  --gp-green: var(--green, #00ff6a);
  --gp-bg: var(--bg, #0b0b0c);
  --gp-panel: var(--panel, #141416);
  --gp-panel-soft: #101512;
  --gp-panel-raised: #181a1b;
  --gp-text: var(--text, #e9e9ea);
  --gp-muted: var(--muted, #9aa0a6);
  --gp-line: var(--line, #242528);
  --gp-green-soft: rgba(0, 255, 106, 0.1);
  --gp-green-line: rgba(0, 255, 106, 0.28);
  --gp-danger: #ff7070;
  --gp-warn: #ffd166;
  --gp-radius-sm: 10px;
  --gp-radius: 16px;
  --gp-radius-lg: 24px;
  --gp-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
  background:
    radial-gradient(circle at 8% 9%, rgba(0, 255, 106, 0.055), transparent 28rem),
    var(--gp-bg);
  color: var(--gp-text);
}

.gp-pro-page a {
  color: inherit;
}

.gp-pro-page button,
.gp-pro-page input,
.gp-pro-page select,
.gp-pro-page textarea {
  font: inherit;
}

.gp-shell {
  width: min(100% - 32px, 1180px);
  margin-inline: auto;
}

.gp-skip-link {
  position: fixed;
  z-index: 999;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--gp-green);
  color: #041108 !important;
  font-weight: 800;
  transform: translateY(-160%);
}

.gp-skip-link:focus {
  transform: translateY(0);
}

.gp-pro-header .head-grid {
  padding: 12px 16px;
}

.gp-pro-header .chip.active {
  background: var(--gp-green-soft);
}

.gp-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 22px;
  border: 1px solid var(--gp-green);
  border-radius: 11px;
  background: var(--gp-green);
  box-shadow: 0 12px 32px rgba(0, 255, 106, 0.12);
  color: #031108 !important;
  cursor: pointer;
  font-weight: 850;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.gp-button:hover {
  box-shadow: 0 15px 38px rgba(0, 255, 106, 0.24);
  filter: brightness(1.04);
  transform: translateY(-2px);
}

.gp-button:focus-visible,
.gp-text-link:focus-visible,
.gp-pro-page summary:focus-visible {
  outline: 3px solid rgba(0, 255, 106, 0.35);
  outline-offset: 4px;
}

.gp-button:disabled {
  background: #3a3f3c;
  border-color: #3a3f3c;
  box-shadow: none;
  color: #aeb4b0 !important;
  cursor: wait;
  transform: none;
}

.gp-button--small {
  min-height: 40px;
  padding: 9px 16px;
  border-radius: 9px;
  font-size: 0.88rem;
}

.gp-button--full {
  width: 100%;
}

.gp-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
  color: var(--gp-text);
  font-weight: 750;
  text-decoration-color: rgba(0, 255, 106, 0.55);
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.gp-text-link span {
  color: var(--gp-green);
  transition: transform 160ms ease;
}

.gp-text-link:hover span {
  transform: translateX(3px);
}

.gp-eyebrow,
.gp-kicker {
  margin: 0 0 14px;
  color: var(--gp-green);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.gp-eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
}

.gp-eyebrow > span {
  width: 18px;
  height: 2px;
  background: var(--gp-green);
  box-shadow: 0 0 12px rgba(0, 255, 106, 0.65);
}

/* Hero */

.gp-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 10vw, 128px) 0 clamp(68px, 9vw, 108px);
  border-bottom: 1px solid var(--gp-line);
  isolation: isolate;
}

.gp-hero::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.021) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.021) 1px, transparent 1px);
  background-size: 46px 46px;
  content: "";
  mask-image: linear-gradient(to bottom, black, transparent 92%);
}

.gp-hero__glow {
  position: absolute;
  z-index: -1;
  width: 540px;
  height: 540px;
  right: max(-150px, calc((100vw - 1180px) / 2 - 80px));
  top: 5%;
  border: 1px solid rgba(0, 255, 106, 0.12);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 255, 106, 0.14), transparent 66%);
  filter: blur(3px);
}

.gp-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.72fr);
  align-items: center;
  gap: clamp(48px, 8vw, 96px);
}

.gp-hero h1 {
  max-width: 800px;
  margin: 0;
  color: #f5f7f5;
  font-size: clamp(3rem, 7.8vw, 6.7rem);
  font-weight: 900;
  letter-spacing: -0.064em;
  line-height: 0.9;
}

.gp-hero h1 em {
  color: var(--gp-green);
  font-style: normal;
  text-shadow: 0 0 38px rgba(0, 255, 106, 0.12);
}

.gp-hero__lead {
  max-width: 690px;
  margin: 28px 0 0;
  color: #b7bdb9;
  font-size: clamp(1.04rem, 1.5vw, 1.2rem);
  line-height: 1.72;
}

.gp-hero__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 34px;
}

.gp-check-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.gp-check-list--inline {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 30px;
  color: var(--gp-muted);
  font-size: 0.85rem;
}

.gp-check-list li::before {
  margin-right: 8px;
  color: var(--gp-green);
  content: "✓";
  font-weight: 900;
}

.gp-hero-card {
  position: relative;
  min-height: 490px;
  overflow: hidden;
  padding: 22px;
  border: 1px solid var(--gp-green-line);
  border-radius: var(--gp-radius-lg);
  background:
    linear-gradient(145deg, rgba(0, 255, 106, 0.07), transparent 44%),
    #101311;
  box-shadow: var(--gp-shadow);
}

.gp-hero-card::after {
  position: absolute;
  right: -55%;
  bottom: -50%;
  width: 120%;
  aspect-ratio: 1;
  border: 1px solid rgba(0, 255, 106, 0.09);
  border-radius: 50%;
  content: "";
}

.gp-hero-card__top,
.gp-summary__status {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #b7bdb9;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.gp-hero-card__top strong {
  margin-left: auto;
  color: var(--gp-green);
}

.gp-status-dot {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--gp-green);
  box-shadow: 0 0 0 5px rgba(0, 255, 106, 0.09), 0 0 16px rgba(0, 255, 106, 0.7);
}

.gp-repair-photo {
  position: relative;
  min-height: 250px;
  margin: 18px 0;
  overflow: hidden;
  border: 1px solid rgba(0, 255, 106, 0.22);
  border-radius: 16px;
  background: #080b09;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.gp-repair-photo::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 58%, rgba(0, 0, 0, 0.35)),
    linear-gradient(135deg, rgba(0, 255, 106, 0.08), transparent 40%);
  content: "";
  pointer-events: none;
}

.gp-repair-photo img {
  display: block;
  width: 100%;
  height: 285px;
  object-fit: cover;
  object-position: center 48%;
}

.gp-controller-motif {
  display: grid;
  min-height: 250px;
  place-items: center;
  transform: rotate(-4deg);
}

.gp-controller-motif__body {
  position: relative;
  width: min(86%, 300px);
  height: 166px;
  border: 2px solid rgba(238, 244, 240, 0.88);
  border-radius: 44% 44% 30% 30% / 38% 38% 60% 60%;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.09), transparent),
    #181b19;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.06),
    0 26px 55px rgba(0, 0, 0, 0.46);
}

.gp-controller-motif__body::before,
.gp-controller-motif__body::after {
  position: absolute;
  z-index: -1;
  width: 88px;
  height: 140px;
  bottom: -35px;
  border: 2px solid rgba(238, 244, 240, 0.88);
  background: #181b19;
  content: "";
}

.gp-controller-motif__body::before {
  left: 0;
  border-radius: 55% 25% 55% 65%;
  transform: rotate(20deg);
}

.gp-controller-motif__body::after {
  right: 0;
  border-radius: 25% 55% 65% 55%;
  transform: rotate(-20deg);
}

.gp-controller-motif__stick {
  position: absolute;
  z-index: 2;
  width: 40px;
  height: 40px;
  bottom: 40px;
  border: 6px solid #0b0d0c;
  border-radius: 50%;
  background: #272c29;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.16);
}

.gp-controller-motif__stick--left {
  left: 38%;
}

.gp-controller-motif__stick--right {
  right: 24%;
}

.gp-controller-motif__dpad {
  position: absolute;
  left: 18%;
  top: 50px;
  color: #d8dedb;
  font-size: 3.1rem;
  font-weight: 200;
  line-height: 1;
}

.gp-controller-motif__buttons {
  position: absolute;
  right: 17%;
  top: 42px;
  color: var(--gp-green);
  font-size: 1.75rem;
  letter-spacing: 0.32em;
  line-height: 0.72;
  text-align: center;
}

.gp-controller-motif__pulse {
  position: absolute;
  width: 53px;
  height: 14px;
  left: calc(50% - 26px);
  top: 30px;
  border-radius: 20px;
  background: var(--gp-green);
  box-shadow: 0 0 20px rgba(0, 255, 106, 0.45);
}

.gp-repair-readout {
  display: grid;
  gap: 4px;
  padding: 15px 16px;
  border: 1px solid var(--gp-line);
  border-radius: 11px;
  background: rgba(0, 0, 0, 0.2);
}

.gp-repair-readout span,
.gp-hero-card__price span {
  color: var(--gp-muted);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.gp-repair-readout strong {
  overflow: hidden;
  color: #dfe4e1;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gp-hero-card__price {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 0 15px;
  padding: 24px 3px 0;
}

.gp-hero-card__price strong {
  grid-row: span 2;
  color: var(--gp-green);
  font-size: 2.6rem;
  line-height: 0.9;
}

.gp-hero-card__price small {
  color: #707672;
  font-size: 0.7rem;
}

/* Trust strip and content */

.gp-trust-strip {
  border-bottom: 1px solid var(--gp-line);
  background: #0d100e;
}

.gp-trust-strip__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.gp-trust-strip article {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  min-height: 134px;
  padding: 32px 30px;
  border-left: 1px solid var(--gp-line);
}

.gp-trust-strip article:last-child {
  border-right: 1px solid var(--gp-line);
}

.gp-number {
  color: var(--gp-green);
  font-size: 0.73rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.gp-trust-strip h2,
.gp-trust-strip p {
  margin: 0;
}

.gp-trust-strip h2 {
  font-size: 0.98rem;
}

.gp-trust-strip p {
  margin-top: 4px;
  color: var(--gp-muted);
  font-size: 0.82rem;
  line-height: 1.5;
}

.gp-section {
  padding: clamp(78px, 10vw, 126px) 0;
}

.gp-section--dark {
  border-block: 1px solid var(--gp-line);
  background: #080a09;
}

.gp-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
  align-items: end;
  gap: 68px;
  margin-bottom: 52px;
}

.gp-section-heading--compact {
  grid-template-columns: minmax(0, 1fr);
}

.gp-section-heading h2,
.gp-configurator-intro h2,
.gp-faq-heading h2,
.gp-final-cta h2 {
  margin: 0;
  color: #f1f4f2;
  font-size: clamp(2.2rem, 5.5vw, 4.5rem);
  font-weight: 900;
  letter-spacing: -0.052em;
  line-height: 0.97;
}

.gp-section-heading > p {
  margin: 0;
  color: var(--gp-muted);
  font-size: 1rem;
  line-height: 1.75;
}

.gp-brand-cloud {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 26px;
  border-top: 1px solid var(--gp-line);
  border-left: 1px solid var(--gp-line);
}

.gp-brand-cloud span {
  display: grid;
  min-height: 80px;
  padding: 14px;
  place-items: center;
  border-right: 1px solid var(--gp-line);
  border-bottom: 1px solid var(--gp-line);
  color: #bec4c0;
  font-size: clamp(0.68rem, 1.4vw, 0.84rem);
  font-weight: 900;
  letter-spacing: 0.09em;
  text-align: center;
}

.gp-service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.gp-service-card {
  display: flex;
  min-height: 278px;
  flex-direction: column;
  padding: 24px;
  border: 1px solid var(--gp-line);
  border-radius: var(--gp-radius);
  background: linear-gradient(155deg, #161917, #101211);
  transition: border-color 180ms ease, transform 180ms ease;
}

.gp-service-card:hover {
  border-color: var(--gp-green-line);
  transform: translateY(-3px);
}

.gp-service-card__code {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 38px;
  place-items: center;
  border: 1px solid var(--gp-green-line);
  border-radius: 9px;
  background: var(--gp-green-soft);
  color: var(--gp-green);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.09em;
}

.gp-service-card h3 {
  margin: 0;
  font-size: 1.08rem;
}

.gp-service-card p {
  margin: 10px 0 20px;
  color: var(--gp-muted);
  font-size: 0.86rem;
  line-height: 1.64;
}

.gp-tag {
  width: fit-content;
  margin-top: auto;
  color: var(--gp-green);
  font-size: 0.63rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.gp-process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0;
  margin: 62px 0 0;
  list-style: none;
  counter-reset: steps;
}

.gp-process li {
  position: relative;
  min-height: 220px;
  padding: 26px 26px 20px 0;
  border-top: 1px solid #424743;
}

.gp-process li:not(:last-child)::after {
  position: absolute;
  width: calc(100% - 58px);
  height: 1px;
  right: -1px;
  top: -1px;
  background: linear-gradient(90deg, var(--gp-green), transparent);
  content: "";
  opacity: 0.6;
}

.gp-process li > span {
  display: grid;
  width: 34px;
  height: 34px;
  margin-top: -44px;
  place-items: center;
  border: 1px solid var(--gp-green);
  border-radius: 50%;
  background: #080a09;
  color: var(--gp-green);
  font-size: 0.72rem;
  font-weight: 900;
}

.gp-process h3 {
  margin: 34px 0 10px;
  font-size: 1rem;
}

.gp-process p {
  max-width: 220px;
  margin: 0;
  color: var(--gp-muted);
  font-size: 0.86rem;
  line-height: 1.65;
}

/* Configurator */

.gp-configurator-section {
  padding: clamp(78px, 10vw, 126px) 0;
  background:
    radial-gradient(circle at 82% 6%, rgba(0, 255, 106, 0.08), transparent 23rem),
    #0c0f0d;
}

.gp-configurator-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  align-items: end;
  gap: 40px;
  margin-bottom: 38px;
}

.gp-provisional-note {
  padding: 18px 20px;
  border: 1px solid rgba(255, 209, 102, 0.28);
  border-radius: 12px;
  background: rgba(255, 209, 102, 0.055);
}

.gp-provisional-note strong {
  color: var(--gp-warn);
  font-size: 0.78rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.gp-provisional-note p {
  margin: 6px 0 0;
  color: #b4b0a6;
  font-size: 0.82rem;
  line-height: 1.5;
}

.gp-error-summary {
  margin-bottom: 22px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 112, 112, 0.5);
  border-left-width: 4px;
  border-radius: 10px;
  background: rgba(255, 112, 112, 0.08);
}

.gp-error-summary[hidden] {
  display: none;
}

.gp-error-summary h3 {
  margin: 0 0 8px;
  font-size: 1rem;
}

.gp-error-summary ul {
  margin: 0;
  padding-left: 20px;
}

.gp-error-summary a {
  color: #ffd1d1;
}

.gp-repair-form {
  margin: 0;
}

.gp-form-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  align-items: start;
  gap: 28px;
}

.gp-form-sections {
  display: grid;
  gap: 18px;
}

.gp-pro-page .gp-form-panel {
  min-width: 0;
  padding: clamp(20px, 3vw, 30px);
  margin: 0;
  border: 1px solid var(--gp-line);
  border-radius: var(--gp-radius);
  background: var(--gp-panel);
}

.gp-pro-page .gp-form-panel:focus-within {
  border-color: rgba(0, 255, 106, 0.28);
}

.gp-pro-page .gp-form-panel > legend {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 12px 0 0;
  margin-left: 0;
  background: var(--gp-panel);
  color: #f0f4f1;
  font-size: 1.12rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: none;
}

.gp-form-panel > legend span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid var(--gp-green-line);
  border-radius: 7px;
  background: var(--gp-green-soft);
  color: var(--gp-green);
  font-size: 0.65rem;
  letter-spacing: 0.05em;
}

.gp-panel-intro {
  margin: 0 0 22px;
  color: var(--gp-muted);
  font-size: 0.88rem;
}

.gp-choice-grid {
  display: grid;
  gap: 10px;
}

.gp-choice-grid--platform {
  grid-template-columns: repeat(3, 1fr);
}

.gp-pro-page .gp-choice-card {
  position: relative;
  display: flex;
  min-height: 96px;
  align-items: center;
  gap: 12px;
  padding: 15px;
  margin: 0;
  border: 1px solid var(--gp-line);
  border-radius: 12px;
  background: #101211;
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.gp-choice-card:hover {
  border-color: rgba(0, 255, 106, 0.4);
  transform: translateY(-1px);
}

.gp-pro-page .gp-choice-card input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.gp-choice-card:has(input:focus-visible) {
  outline: 3px solid rgba(0, 255, 106, 0.23);
  outline-offset: 2px;
}

.gp-choice-card:has(input:checked) {
  border-color: var(--gp-green);
  background: var(--gp-green-soft);
  box-shadow: inset 0 0 0 1px rgba(0, 255, 106, 0.13);
}

.gp-choice-card__icon {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid #373b38;
  border-radius: 50%;
  color: #c9cfcb;
  font-size: 0.73rem;
  font-weight: 900;
}

.gp-choice-card:has(input:checked) .gp-choice-card__icon {
  border-color: var(--gp-green);
  background: var(--gp-green);
  color: #021107;
}

.gp-choice-card > span:last-child {
  display: grid;
}

.gp-choice-card strong {
  font-size: 0.9rem;
}

.gp-choice-card small {
  color: var(--gp-muted);
  font-size: 0.71rem;
  font-weight: 500;
  line-height: 1.35;
}

.gp-field-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.gp-pro-page .gp-field label {
  margin: 0 0 7px;
  color: #dfe4e1;
  font-size: 0.81rem;
  font-weight: 750;
}

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

.gp-pro-page .gp-field input,
.gp-pro-page .gp-field select,
.gp-pro-page .gp-field textarea {
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  margin: 0;
  border: 1px solid #303430;
  border-radius: 9px;
  background: #0e100f;
  color: #f3f5f4;
  font-size: 0.91rem;
  line-height: 1.45;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.gp-pro-page .gp-field textarea {
  min-height: 122px;
  resize: vertical;
}

.gp-pro-page .gp-field input:focus,
.gp-pro-page .gp-field select:focus,
.gp-pro-page .gp-field textarea:focus {
  border-color: var(--gp-green);
  box-shadow: 0 0 0 3px rgba(0, 255, 106, 0.11);
  outline: none;
}

.gp-pro-page .gp-field input[aria-invalid="true"],
.gp-pro-page .gp-field select[aria-invalid="true"],
.gp-pro-page .gp-field textarea[aria-invalid="true"] {
  border-color: var(--gp-danger);
}

.gp-pro-page .gp-field select:disabled {
  color: #656b67;
  cursor: not-allowed;
  opacity: 0.74;
}

.gp-field-hint,
.gp-field-error {
  margin: 6px 0 0;
  font-size: 0.72rem;
  font-weight: 500;
  line-height: 1.45;
}

.gp-field-hint {
  color: #777d79;
}

.gp-field-error {
  min-height: 0.25rem;
  color: #ff9c9c;
}

.gp-field-error:empty {
  display: none;
}

.gp-field-meta {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

.gp-field-meta > :last-child {
  flex: 0 0 auto;
  color: #777d79;
  font-size: 0.72rem;
}

.gp-checkbox-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.gp-pro-page .gp-checkbox-grid label {
  display: flex;
  min-height: 48px;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  margin: 0;
  border: 1px solid var(--gp-line);
  border-radius: 9px;
  background: #101211;
  color: #ced3d0;
  cursor: pointer;
  font-size: 0.81rem;
  font-weight: 650;
}

.gp-pro-page .gp-checkbox-grid label:has(input:checked) {
  border-color: rgba(0, 255, 106, 0.62);
  background: var(--gp-green-soft);
  color: #f0f5f1;
}

.gp-pro-page .gp-checkbox-grid input,
.gp-pro-page .gp-consent input {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  padding: 0;
  margin: 0;
  accent-color: var(--gp-green);
}

.gp-repair-options {
  display: grid;
  gap: 9px;
}

.gp-pro-page .gp-repair-option {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px;
  min-height: 82px;
  padding: 15px 16px;
  margin: 0;
  border: 1px solid var(--gp-line);
  border-radius: 11px;
  background: #101211;
  cursor: pointer;
}

.gp-pro-page .gp-repair-option[hidden] {
  display: none;
}

.gp-repair-option:hover {
  border-color: rgba(0, 255, 106, 0.4);
}

.gp-repair-option:has(input:checked) {
  border-color: var(--gp-green);
  background: var(--gp-green-soft);
}

.gp-pro-page .gp-repair-option input {
  width: 18px;
  height: 18px;
  padding: 0;
  margin: 0;
  accent-color: var(--gp-green);
}

.gp-repair-option__main {
  display: grid;
}

.gp-repair-option__main strong {
  font-size: 0.87rem;
}

.gp-repair-option__main small {
  max-width: 520px;
  margin-top: 3px;
  color: var(--gp-muted);
  font-size: 0.71rem;
  font-weight: 500;
  line-height: 1.45;
}

.gp-repair-option__price {
  color: #edf2ee;
  font-size: 0.96rem;
  font-weight: 900;
  white-space: nowrap;
}

.gp-repair-option__price small {
  color: var(--gp-muted);
  font-size: 0.6rem;
  font-weight: 650;
}

.gp-compatibility-note {
  padding: 12px 14px;
  margin-top: 13px;
  border-left: 2px solid var(--gp-green);
  background: rgba(0, 255, 106, 0.045);
  color: #adb4b0;
  font-size: 0.76rem;
  line-height: 1.55;
}

.gp-pro-page .gp-consent {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  padding: 14px;
  margin: 20px 0 0;
  border: 1px solid var(--gp-line);
  border-radius: 10px;
  color: #bac0bc;
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 550;
  line-height: 1.55;
}

.gp-pro-page .gp-consent input {
  margin-top: 3px;
}

.gp-summary {
  position: sticky;
  top: 20px;
  padding: 24px;
  border: 1px solid var(--gp-green-line);
  border-radius: var(--gp-radius);
  background:
    linear-gradient(145deg, rgba(0, 255, 106, 0.065), transparent 42%),
    #111412;
  box-shadow: var(--gp-shadow);
}

.gp-summary h2 {
  margin: 16px 0 22px;
  font-size: 1.65rem;
  letter-spacing: -0.03em;
}

.gp-summary__list {
  margin: 0;
}

.gp-summary__list > div {
  padding: 12px 0;
  border-top: 1px solid var(--gp-line);
}

.gp-summary__list dt {
  color: #747a76;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.gp-summary__list dd {
  margin: 4px 0 0;
  color: #d8ddda;
  font-size: 0.81rem;
  font-weight: 650;
  line-height: 1.45;
}

.gp-summary__estimate {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  padding: 19px 0 16px;
  border-top: 1px solid var(--gp-line);
}

.gp-summary__estimate > div {
  display: grid;
}

.gp-summary__estimate span {
  color: var(--gp-muted);
  font-size: 0.66rem;
}

.gp-summary__estimate strong {
  color: var(--gp-green);
  font-size: 2rem;
  letter-spacing: -0.04em;
}

.gp-review-badge {
  display: inline-block;
  width: fit-content;
  padding: 4px 7px;
  border: 1px solid rgba(255, 209, 102, 0.32);
  border-radius: 5px;
  background: rgba(255, 209, 102, 0.08);
  color: var(--gp-warn) !important;
  font-size: 0.58rem !important;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.gp-summary__notes {
  display: grid;
  gap: 6px;
  padding: 0;
  margin: 0 0 20px;
  color: #858c87;
  font-size: 0.7rem;
  line-height: 1.45;
  list-style: none;
}

.gp-summary__notes li {
  position: relative;
  padding-left: 14px;
}

.gp-summary__notes li::before {
  position: absolute;
  left: 0;
  color: var(--gp-green);
  content: "•";
}

.gp-secure-note {
  margin: 11px 0 0;
  color: #767c78;
  font-size: 0.68rem;
  text-align: center;
}

.gp-secure-note span {
  color: var(--gp-green);
  font-size: 0.48rem;
}

.gp-checkout-message {
  padding: 11px;
  margin-top: 12px;
  border: 1px solid var(--gp-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.03);
  color: #bac0bc;
  font-size: 0.75rem;
  line-height: 1.45;
}

.gp-checkout-message.is-error {
  border-color: rgba(255, 112, 112, 0.4);
  background: rgba(255, 112, 112, 0.07);
  color: #ffc1c1;
}

/* FAQ and footer */

.gp-faq-layout {
  display: grid;
  grid-template-columns: minmax(250px, 0.65fr) minmax(0, 1fr);
  gap: clamp(50px, 9vw, 110px);
}

.gp-faq-heading {
  align-self: start;
}

.gp-faq-heading .gp-text-link {
  margin-top: 26px;
}

.gp-faq-list {
  border-top: 1px solid var(--gp-line);
}

.gp-faq-list details {
  border-bottom: 1px solid var(--gp-line);
}

.gp-faq-list summary {
  position: relative;
  padding: 22px 44px 22px 0;
  color: #e4e8e5;
  cursor: pointer;
  font-size: 0.98rem;
  font-weight: 750;
  list-style: none;
}

.gp-faq-list summary::-webkit-details-marker {
  display: none;
}

.gp-faq-list summary::after {
  position: absolute;
  right: 3px;
  color: var(--gp-green);
  content: "+";
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
}

.gp-faq-list details[open] summary::after {
  content: "−";
}

.gp-faq-list details p {
  max-width: 680px;
  margin: -6px 0 24px;
  color: var(--gp-muted);
  font-size: 0.88rem;
  line-height: 1.72;
}

.gp-final-cta {
  padding: 70px 0;
  border-block: 1px solid var(--gp-green-line);
  background:
    linear-gradient(90deg, rgba(0, 255, 106, 0.08), transparent 60%),
    #0e120f;
}

.gp-final-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.gp-final-cta h2 {
  font-size: clamp(2rem, 4.8vw, 3.8rem);
}

.gp-pro-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.gp-pro-footer a {
  color: var(--gp-green);
}

.gp-noscript {
  position: fixed;
  z-index: 1000;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 14px 18px;
  border: 1px solid var(--gp-danger);
  border-radius: 10px;
  background: #241212;
  color: #ffe3e3;
  text-align: center;
}

@media (max-width: 1040px) {
  .gp-hero__grid {
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 42px;
  }

  .gp-hero h1 {
    font-size: clamp(3rem, 8vw, 5.2rem);
  }

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

  .gp-form-layout {
    grid-template-columns: minmax(0, 1fr) 310px;
  }
}

@media (max-width: 860px) {
  .gp-hero__grid,
  .gp-section-heading,
  .gp-configurator-intro,
  .gp-faq-layout,
  .gp-form-layout {
    grid-template-columns: 1fr;
  }

  .gp-hero__content {
    max-width: 700px;
  }

  .gp-hero-card {
    width: min(100%, 520px);
  }

  .gp-trust-strip__grid,
  .gp-process {
    grid-template-columns: repeat(2, 1fr);
  }

  .gp-trust-strip article:nth-child(3) {
    grid-column: 1 / -1;
    border-right: 1px solid var(--gp-line);
  }

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

  .gp-summary {
    position: static;
  }

  .gp-summary__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
  }

  .gp-summary__list > div {
    min-width: 0;
  }
}

@media (max-width: 620px) {
  .gp-shell {
    width: min(100% - 24px, 1180px);
  }

  .gp-pro-header .head-grid {
    padding-inline: 12px;
  }

  .gp-pro-header .nav {
    gap: 6px;
  }

  .gp-pro-header .chip {
    padding: 7px 10px;
    font-size: 0.73rem;
  }

  .gp-hero {
    padding-top: 62px;
  }

  .gp-hero h1 {
    font-size: clamp(2.8rem, 16vw, 4.4rem);
  }

  .gp-hero__actions,
  .gp-final-cta__inner {
    align-items: stretch;
    flex-direction: column;
  }

  .gp-hero__actions .gp-button,
  .gp-final-cta .gp-button {
    width: 100%;
  }

  .gp-check-list--inline {
    display: grid;
  }

  .gp-hero-card {
    min-height: 440px;
    padding: 18px;
  }

  .gp-repair-photo img {
    height: 260px;
  }

  .gp-controller-motif {
    min-height: 230px;
  }

  .gp-trust-strip__grid,
  .gp-process,
  .gp-service-grid,
  .gp-choice-grid--platform,
  .gp-field-row,
  .gp-checkbox-grid,
  .gp-summary__list {
    grid-template-columns: 1fr;
  }

  .gp-trust-strip article,
  .gp-trust-strip article:nth-child(3) {
    grid-column: auto;
    min-height: auto;
    border-right: 1px solid var(--gp-line);
  }

  .gp-section-heading {
    gap: 24px;
  }

  .gp-process {
    gap: 28px;
  }

  .gp-process li {
    min-height: auto;
    padding-bottom: 0;
  }

  .gp-process li:not(:last-child)::after {
    display: none;
  }

  .gp-repair-option {
    grid-template-columns: auto minmax(0, 1fr) !important;
  }

  .gp-repair-option__price {
    grid-column: 2;
  }

  .gp-form-panel {
    padding: 19px !important;
  }

  .gp-pro-footer__inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gp-pro-page *,
  .gp-pro-page *::before,
  .gp-pro-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}
