.pga-renovation {
  padding: 112px 24px 120px;
  background: #FAF8F4;
}

.pga-container {
  width: min(1240px, 100%);
  margin: 0 auto;
}

.pga-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, .68fr);
  align-items: end;
  gap: 72px;
  margin-bottom: 52px;
}

.pga-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #2F7F86;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .11em;
  line-height: 1;
  text-transform: uppercase;
}

.pga-eyebrow i {
  width: 27px;
  height: 1px;
  background: #B99A63;
}

.pga-header h2 {
  max-width: 660px;
  margin: 17px 0 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -.025em;
}

.pga-header > p {
  max-width: 425px;
  margin: 0 0 3px;
  color: #706B63;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
}

.pga-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(330px, .72fr);
  align-items: center;
  gap: 72px;
}

.pga-comparison-card {
  padding: 14px;
  border: 1px solid rgba(30,30,28,.09);
  border-radius: 40px 25px 64px 25px;
  background: #FFFFFF;
  box-shadow: 0 18px 48px rgba(30,30,28,.07);
}

.pga-comparison {
  position: relative;
  height: 515px;
  overflow: hidden;
  border-radius: 30px 18px 52px 18px;
  background: #1E1E1C;
  user-select: none;
}

.pga-image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center;
  pointer-events: none;
}

.pga-comparison {
  --pga-comparison-position: 50%;
}

.pga-before-wrap {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  clip-path: inset(0 calc(100% - var(--pga-comparison-position)) 0 0);
}

.pga-before-wrap .pga-image-before {
  position: absolute;
  inset: 0;
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
}

.pga-image-after {
  position: absolute;
  inset: 0;
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
}

.pga-image-label {
  position: absolute;
  z-index: 4;
  top: 18px;
  padding: 8px 11px;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 999px;
  background: rgba(17,17,16,.46);
  color: #fff;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  pointer-events: none;
}

.pga-label-before { left: 18px; }
.pga-label-after { right: 18px; }

.pga-divider {
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: rgba(255,255,255,.92);
  transform: translateX(-50%);
  pointer-events: none;
}

.pga-handle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.65);
  border-radius: 999px;
  background: #2F7F86;
  color: #fff;
  box-shadow: 0 10px 24px rgba(17,17,16,.26);
  transform: translate(-50%, -50%);
}

.pga-handle i,
.pga-handle svg {
  display: block;
  font-size: 23px;
  width: 23px;
  height: 23px;
  fill: currentColor;
}

.pga-range {
  position: absolute;
  z-index: 7;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: ew-resize;
  opacity: 0;
}

.pga-comparison-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 15px 5px 2px;
}

.pga-comparison-footer span {
  color: #706B63;
  font-size: 11px;
  font-weight: 700;
}

.pga-view-buttons {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid rgba(30,30,28,.10);
  border-radius: 999px;
  background: #FCFBF9;
}

.pga-view-buttons button {
  min-height: 30px;
  padding: 0 10px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #706B63;
  font-size: 10px;
  font-weight: 800;
  cursor: pointer;
  transition: all .2s ease;
}

.pga-view-buttons button.is-active,
.pga-view-buttons button:hover {
  background: #1E1E1C;
  color: #fff;
}

.pga-content {
  max-width: 480px;
}

.pga-side-label {
  color: #2F7F86;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.pga-content h3 {
  margin: 12px 0 16px;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -.022em;
}

.pga-content > p {
  margin: 0;
  color: #706B63;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
}

.pga-feature-list {
  margin-top: 29px;
  border-top: 1px solid rgba(30,30,28,.12);
}

.pga-feature {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 13px;
  padding: 17px 0;
  border-bottom: 1px solid rgba(30,30,28,.12);
}

.pga-feature-number {
  color: #B99A63;
  font-size: 18px;
  line-height: 1.3;
}

.pga-feature strong {
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}

.pga-feature p {
  margin: 0;
  color: #706B63;
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1.55;
}

.pga-button {
  min-height: 49px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  margin-top: 29px;
  padding: 0 22px;
  border: 1px solid #2F7F86;
  border-radius: 999px;
  background: #2F7F86;
  color: #fff;
  box-shadow: 0 10px 24px rgba(47,127,134,.16);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.pga-button svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.pga-button:hover {
  transform: translateY(-2px);
  background: #246B71;
  box-shadow: 0 14px 28px rgba(47,127,134,.22);
}

@media (max-width: 1024px) {
  .pga-renovation {
    padding: 88px 24px 94px;
  }

  .pga-header {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 21px;
    margin-bottom: 40px;
  }

  .pga-header h2 {
    max-width: 720px;
    font-size: 44px;
  }

  .pga-header > p {
    max-width: 620px;
    margin: 0;
  }

  .pga-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .pga-comparison-card {
    max-width: 760px;
  }

  .pga-content {
    max-width: 670px;
  }

  .pga-content h3 {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .pga-renovation {
    padding: 64px 20px 70px;
  }

  .pga-header {
    gap: 19px;
    margin-bottom: 30px;
  }

  .pga-eyebrow {
    font-size: 10px;
  }

  .pga-eyebrow i {
    width: 21px;
  }

  .pga-header h2 {
    margin-top: 15px;
    font-size: 34px;
    line-height: 1.13;
  }

  .pga-header > p {
    font-size: 15px;
    line-height: 1.65;
  }

  .pga-layout {
    gap: 31px;
  }

  .pga-comparison-card {
    padding: 9px;
    border-radius: 27px 19px 42px 19px;
  }

  .pga-comparison {
    height: 320px;
    border-radius: 21px 14px 34px 14px;
  }

  .pga-image-label {
    top: 13px;
    padding: 7px 9px;
    font-size: 8.5px;
  }

  .pga-label-before { left: 13px; }
  .pga-label-after { right: 13px; }

  .pga-handle {
    width: 42px;
    height: 42px;
  }

  .pga-comparison-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 11px;
    padding: 13px 4px 1px;
  }

  .pga-view-buttons {
    width: 100%;
    justify-content: space-between;
  }

  .pga-view-buttons button {
    flex: 1;
  }

  .pga-content h3 {
    margin: 10px 0 14px;
    font-size: 33px;
    line-height: 1.13;
  }

  .pga-content > p {
    font-size: 15px;
    line-height: 1.65;
  }

  .pga-feature-list {
    margin-top: 23px;
  }

  .pga-feature {
    grid-template-columns: 31px 1fr;
    gap: 10px;
    padding: 14px 0;
  }

  .pga-feature-number {
    font-size: 16px;
  }

  .pga-feature strong {
    font-size: 13px;
  }

  .pga-feature p {
    font-size: 12px;
  }

  .pga-button {
    width: 100%;
    min-height: 47px;
    margin-top: 24px;
    font-size: 12px;
  }
}
