:root {
  --turnkey-green: #12c868;
  --turnkey-ink: #162129;
  --turnkey-muted: #68727a;
  --turnkey-line: rgba(22, 33, 41, 0.1);
  --turnkey-surface: rgba(255, 255, 255, 0.96);
}

.premium-turnkey {
  position: relative;
  width: min(1680px, calc(100% - 32px));
  margin: 80px auto;
  padding-bottom: 10px;
  color: var(--turnkey-ink);
  font-family: Montserrat, Arial, sans-serif;
}

.premium-turnkey * {
  box-sizing: border-box;
}

.premium-turnkey__hero {
  position: relative;
  min-height: 690px;
  overflow: hidden;
  border: 1px solid rgba(22, 33, 41, 0.06);
  border-radius: 30px;
  background: #f6f8f9;
  box-shadow: 0 24px 70px rgba(31, 48, 58, 0.08);
}

.premium-turnkey__roof {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.premium-turnkey__copy {
  position: absolute;
  z-index: 2;
  top: 92px;
  left: 52px;
  width: 39%;
}

.premium-turnkey__kicker {
  margin: 0 0 28px;
  color: var(--turnkey-green);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-transform: uppercase;
}

.premium-turnkey__copy h2 {
  margin: 0;
  color: #202529;
  font-size: clamp(42px, 3.1vw, 56px);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.premium-turnkey__lead {
  max-width: 510px;
  margin: 28px 0 0;
  color: var(--turnkey-muted);
  font-size: 18px;
  line-height: 1.65;
}

.premium-turnkey__benefits {
  position: absolute;
  z-index: 3;
  top: 42px;
  right: 17%;
  display: grid;
  grid-template-columns: repeat(2, minmax(220px, 1fr));
  gap: 12px;
  width: 42%;
}

.premium-turnkey__benefit {
  display: flex;
  min-height: 96px;
  align-items: center;
  gap: 18px;
  padding: 18px 22px;
  border: 1px solid rgba(22, 33, 41, 0.06);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.93);
  box-shadow: 0 12px 36px rgba(25, 46, 58, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.premium-turnkey__benefit:hover {
  transform: translateY(-4px);
  border-color: rgba(18, 200, 104, 0.28);
  box-shadow: 0 18px 42px rgba(25, 46, 58, 0.13);
}

.premium-turnkey__benefit > img {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  padding: 14px;
  border-radius: 50%;
  background: var(--turnkey-green);
  filter: drop-shadow(0 8px 12px rgba(18, 200, 104, 0.18));
}

.premium-turnkey__benefit span {
  color: #23282c;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.35;
}

.premium-turnkey__services {
  position: relative;
  z-index: 5;
  width: calc(100% - 136px);
  margin: -165px auto 0;
  padding: 24px 32px 22px;
  border: 1px solid rgba(22, 33, 41, 0.08);
  border-radius: 24px;
  background: var(--turnkey-surface);
  box-shadow: 0 20px 56px rgba(29, 45, 54, 0.13);
  backdrop-filter: blur(12px);
}

.premium-turnkey__services h3 {
  margin: 0 0 22px;
  color: #202529;
  font-size: clamp(26px, 2vw, 34px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.12;
  text-align: center;
}

.premium-turnkey__services h3::after {
  display: block;
  width: 54px;
  height: 3px;
  margin: 12px auto 0;
  border-radius: 999px;
  background: var(--turnkey-green);
  content: "";
}

.premium-turnkey__service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.premium-turnkey__service {
  display: flex;
  min-width: 0;
  min-height: 136px;
  align-items: center;
  gap: 20px;
  padding: 14px 18px 14px 14px;
  border: 1px solid rgba(22, 33, 41, 0.08);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(28, 45, 55, 0.05);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.premium-turnkey__service:hover {
  transform: translateY(-5px);
  border-color: rgba(18, 200, 104, 0.3);
  box-shadow: 0 18px 36px rgba(28, 45, 55, 0.12);
}

.premium-turnkey__service > img {
  width: 98px;
  height: 98px;
  flex: 0 0 98px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 8px 24px rgba(28, 45, 55, 0.12);
  transition: transform 260ms ease;
}

.premium-turnkey__service:hover > img {
  transform: scale(1.045);
}

.premium-turnkey__service span {
  position: relative;
  min-width: 0;
  padding-top: 15px;
  color: #23282c;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
}

.premium-turnkey__service span::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 3px;
  border-radius: 999px;
  background: rgba(18, 200, 104, 0.24);
  content: "";
}

.premium-turnkey__outcomes {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 22px;
  padding: 14px 4px;
  border: 1px solid rgba(22, 33, 41, 0.06);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 8px 24px rgba(28, 45, 55, 0.045);
}

.premium-turnkey__outcomes > div {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 2px 20px;
  border-right: 1px solid var(--turnkey-line);
  transition: transform 200ms ease;
}

.premium-turnkey__outcomes > div:hover {
  transform: translateY(-3px);
}

.premium-turnkey__outcomes > div:last-child {
  border-right: 0;
}

.premium-turnkey__outcomes i {
  display: grid;
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  place-items: center;
  border-radius: 50%;
  background: rgba(18, 200, 104, 0.09);
}

.premium-turnkey__outcomes img {
  width: 27px;
  height: 27px;
}

.premium-turnkey__outcomes span {
  color: #252b2f;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.35;
}

@media (max-width: 1320px) {
  .premium-turnkey__copy {
    width: 39%;
  }

  .premium-turnkey__benefits {
    right: 4%;
    width: 49%;
  }

  .premium-turnkey__service {
    gap: 14px;
  }

  .premium-turnkey__service > img {
    width: 84px;
    height: 84px;
    flex-basis: 84px;
  }
}

@media (max-width: 1024px) {
  .premium-turnkey {
    width: min(100% - 24px, 980px);
    margin: 64px auto;
  }

  .premium-turnkey__hero {
    min-height: 760px;
  }

  .premium-turnkey__roof {
    object-position: 58% center;
  }

  .premium-turnkey__copy {
    top: 42px;
    left: 34px;
    width: 43%;
  }

  .premium-turnkey__copy h2 {
    font-size: 42px;
  }

  .premium-turnkey__lead {
    font-size: 16px;
  }

  .premium-turnkey__benefits {
    top: 34px;
    right: 28px;
    width: 48%;
  }

  .premium-turnkey__benefit {
    min-height: 86px;
    gap: 12px;
    padding: 14px;
  }

  .premium-turnkey__benefit > img {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }

  .premium-turnkey__benefit span {
    font-size: 14px;
  }

  .premium-turnkey__services {
    width: calc(100% - 36px);
    margin-top: -210px;
    padding: 24px;
  }

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

  .premium-turnkey__outcomes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 18px;
  }

  .premium-turnkey__outcomes > div:nth-child(2) {
    border-right: 0;
  }
}

@media (max-width: 700px) {
  .premium-turnkey {
    width: calc(100% - 20px);
    margin: 48px auto;
  }

  .premium-turnkey__hero {
    min-height: 0;
    padding: 28px 20px 300px;
    border-radius: 22px;
  }

  .premium-turnkey__roof {
    top: auto;
    bottom: 0;
    height: 310px;
    object-position: 66% center;
  }

  .premium-turnkey__copy {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
  }

  .premium-turnkey__kicker {
    margin-bottom: 18px;
    font-size: 14px;
  }

  .premium-turnkey__copy h2 {
    font-size: 30px;
    line-height: 1.08;
  }

  .premium-turnkey__lead {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.55;
  }

  .premium-turnkey__benefits {
    position: relative;
    top: auto;
    right: auto;
    grid-template-columns: 1fr;
    gap: 10px;
    width: auto;
    margin-top: 22px;
  }

  .premium-turnkey__benefit {
    min-height: 68px;
    padding: 12px 14px;
    border-radius: 14px;
  }

  .premium-turnkey__benefit span {
    font-size: 14px;
  }

  .premium-turnkey__services {
    width: calc(100% - 20px);
    margin-top: -38px;
    padding: 22px 14px 16px;
    border-radius: 20px;
  }

  .premium-turnkey__services h3 {
    margin-bottom: 18px;
    font-size: 24px;
  }

  .premium-turnkey__services h3 br {
    display: none;
  }

  .premium-turnkey__service-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .premium-turnkey__service {
    min-height: 94px;
    gap: 16px;
    padding: 10px;
    border-radius: 16px;
  }

  .premium-turnkey__service > img {
    width: 74px;
    height: 74px;
    flex-basis: 74px;
  }

  .premium-turnkey__service span {
    padding-top: 12px;
    font-size: 14px;
  }

  .premium-turnkey__outcomes {
    grid-template-columns: 1fr 1fr;
    gap: 0;
    margin-top: 16px;
    padding: 8px;
  }

  .premium-turnkey__outcomes > div {
    justify-content: flex-start;
    gap: 10px;
    min-height: 76px;
    padding: 10px 8px;
    border-right: 0;
    border-bottom: 1px solid var(--turnkey-line);
  }

  .premium-turnkey__outcomes > div:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .premium-turnkey__outcomes i {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .premium-turnkey__outcomes img {
    width: 22px;
    height: 22px;
  }

  .premium-turnkey__outcomes span {
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .premium-turnkey__benefit,
  .premium-turnkey__service,
  .premium-turnkey__service > img,
  .premium-turnkey__outcomes > div {
    transition: none;
  }
}

/* Four outcome chips cannot keep a useful text column beside the icon at
   phone widths. A single-column stack preserves both the copy and tap area. */
@media (max-width: 520px) {
  .premium-turnkey__outcomes {
    grid-template-columns: 1fr;
  }

  .premium-turnkey__outcomes > div,
  .premium-turnkey__outcomes > div:nth-last-child(-n + 2) {
    min-height: 64px;
    padding: 10px 12px;
    border-bottom: 1px solid var(--turnkey-line);
  }

  .premium-turnkey__outcomes > div:last-child {
    border-bottom: 0;
  }

  .premium-turnkey__outcomes span {
    font-size: 13px;
  }
}
