html {
  font-size: 100%;
}

.pszok-page *,
.pszok-page *::before,
.pszok-page *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.pszok-page {
  --green: #76af27;
  --green-dark: #4f7f21;
  --green-light: #96d537;
  --bg: #171717;
  --bg-card: #1d1d1d;
  --bg-soft: #222;
  --bg-accent: #243518;
  --text: #f3f3f3;
  --text-sub: #b8b8b8;
  --muted: #8b8b8b;
  --border: rgba(118, 175, 39, .18);
  --border-strong: #76af274d;
  --shadow: 0 20px 60px rgba(0, 0, 0, .35);
  --radius: 24px;
  --radius-sm: 18px;
  --pill: 999px;
}

.pszok-page {
  font-family: "Poppins", system-ui, sans-serif;
  font-weight: 300;
  font-size: 16px;
  background: #171717;
  color: var(--text);
  line-height: 1.7;
  overflow-x: clip;
  overflow-y: visible;
}

.pszok-page,
.pszok-page * {
  font-weight: 300 !important;
}

.pszok-page .container {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
}

.pszok-page .section {
  padding: 110px 0;
  position: relative;
}

.pszok-page .tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 18px;
  border-radius: var(--pill);
  border: 1px solid var(--green);
  background: var(--green);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .75rem;
}

.pszok-page .section-header {
  text-align: center;
  max-width: 840px;
  margin: 0 auto 68px;
}

.pszok-page .section-header h2 {
  font-size: clamp(2rem, 5vw, 3.4rem);
  line-height: 1.12;
  margin: 22px 0 18px;
  letter-spacing: -.03em;
}

.pszok-page .section-header h2 span,
.pszok-page .hero-title span,
.pszok-page .cta h2 span {
  color: var(--green-light);
}

.pszok-page .section-header p,
.pszok-page .hero-desc,
.pszok-page .benefit-card p,
.pszok-page .use-card p,
.pszok-page .step p,
.pszok-page .feature-intro p,
.pszok-page .cta-box p,
.pszok-page .stat-card span,
.pszok-page .pszok-top p,
.pszok-page .pszok-hero-point span {
  color: var(--text-sub);
}

.pszok-page .hero {
  min-height: 980px;
  display: flex;
  align-items: center;
  padding: 110px 0 90px;
  position: relative;
  overflow: hidden;
}

.pszok-page .hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr);
  gap: 56px;
  align-items: center;
}

.pszok-page .hero-copy {
  max-width: 720px;
}

.pszok-page .hero-title {
  font-size: clamp(2.2rem, 5.5vw, 3.6rem);
  line-height: 1.02;
  letter-spacing: -.05em;
  margin: 22px 0 28px;
}

.pszok-page .hero-desc {
  font-size: 1.12rem;
  max-width: 650px;
  margin-bottom: 36px;
}

.pszok-page .hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 42px;
}

.pszok-page .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 28px;
  border-radius: var(--pill);
  text-decoration: none;
  font-size: .95rem;
  border: 1px solid transparent;
  transition: .25s ease;
}

.pszok-page .btn-primary {
  background: linear-gradient(135deg, var(--green), var(--green-light));
  color: #fff;
  box-shadow: 0 10px 30px rgba(118, 175, 39, .22);
}

.pszok-page .btn-secondary {
  background: transparent;
  color: var(--text);
  border-color: var(--border-strong);
}

.pszok-page .btn:hover {
  transform: translateY(-1px);
}

.pszok-page .hero-visual {
  position: relative;
  display: grid;
  place-items: center;
}

.pszok-page .pszok-board {
  width: min(100%, 620px);
  display: grid;
  gap: 18px;
}

.pszok-page .pszok-top,
.pszok-page .pszok-hero-point {
  background: linear-gradient(180deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .02));
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.pszok-page .pszok-top {
  padding: 22px 24px;
}

.pszok-page .pszok-label {
  display: inline-flex;
  padding: 7px 14px;
  border-radius: var(--pill);
  background: rgba(118, 175, 39, .18);
  border: 1px solid rgba(118, 175, 39, .26);
  color: var(--green-light);
  font-size: .74rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.pszok-page .pszok-top h3 {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.15;
  margin-bottom: 10px;
}

.pszok-page .pszok-photo {
  min-height: 345px;
  border-radius: 24px;
  background-image: url("https://waste24.net/wp-content/themes/waste/assets/images/pszok_phone_visit.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid rgba(255, 255, 255, .08);
  box-shadow: var(--shadow);
  margin-top: 25px;
}

.pszok-page .pszok-hero-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.pszok-page .pszok-hero-point {
  padding: 13px 14px;
  border-radius: 16px;
}

.pszok-page .pszok-hero-point strong,
.pszok-page .brand-logo img,
.pszok-page .stat-card strong {
  display: block;
}

.pszok-page .pszok-hero-point strong {
  color: #fff;
  margin-bottom: 4px;
  font-size: .95rem;
}

.pszok-page .stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.pszok-page .stat-card,
.pszok-page .feature-intro,
.pszok-page .benefit-card,
.pszok-page .use-card,
.pszok-page .step,
.pszok-page .cta-box {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
}

.pszok-page .stat-card {
  padding: 28px 26px;
}

.pszok-page .stat-card strong {
  font-size: 2.2rem;
  line-height: 1;
  color: var(--green-light);
  margin-bottom: 10px;
}

.pszok-page .feature-layout {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 28px;
  align-items: start;
}

.pszok-page .feature-intro {
  padding: 38px 34px;
  position: sticky;
  top: 32px;
}

.pszok-page .feature-intro h3,
.pszok-page .cta-box h2 {
  font-size: 2rem;
  line-height: 1.15;
  margin: 18px 0 16px;
}

.pszok-page .feature-photo {
  margin-top: 22px;
  min-height: 340px;
  border-radius: 24px;
  background-image: url("https://waste24.net/wp-content/themes/waste/assets/images/pszok_phone_office.png?v=1");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid rgba(255, 255, 255, .08);
  overflow: hidden;
}

.pszok-page .feature-stack {
  display: grid;
  gap: 18px;
}

.pszok-page .benefit-card {
  padding: 28px 26px;
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 20px;
  align-items: start;
}

.pszok-page .icon-box {
  width: 76px;
  height: 76px;
  border-radius: 22px;
  display: grid;
  place-items: center;
  background: rgba(118, 175, 39, .1);
  border: 1px solid rgba(118, 175, 39, .16);
  color: var(--green-light);
}

.pszok-page .icon-box svg {
  width: 34px;
  height: 34px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pszok-page .benefit-card h3,
.pszok-page .use-card h3,
.pszok-page .step h3 {
  font-size: 1.25rem;
  line-height: 1.25;
  margin-bottom: 10px;
}

.pszok-page .benefit-card ul,
.pszok-page .use-card ul {
  list-style: none;
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.pszok-page .benefit-card li,
.pszok-page .use-card li {
  color: var(--text-sub);
  padding-left: 24px;
  position: relative;
  font-size: .9rem;
}

.pszok-page .benefit-card li::before,
.pszok-page .use-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
}

.pszok-page .use-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.pszok-page .use-card {
  padding: 28px 24px;
  min-height: 100%;
}

.pszok-page .use-card .tag {
  margin-bottom: 15px;
}

.pszok-page .use-card--story {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(360px, 1.15fr) minmax(280px, .85fr);
  gap: 28px;
  align-items: center;
}

.pszok-page .use-story-visual {
  display: grid;
  place-items: center;
  padding: 18px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(118, 175, 39, .14), rgba(255, 255, 255, .02));
  border: 1px solid rgba(255, 255, 255, .06);
  min-height: 520px;
}

.pszok-page .use-story-image {
  width: 100%;
  min-height: 484px;
  border-radius: 18px;
  background-image: url("https://waste24.net/wp-content/themes/waste/assets/images/pszok_phone_signature.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 30px 56px rgba(0, 0, 0, .38);
}

.pszok-page .use-story-copy p {
  margin-bottom: 18px;
}

.pszok-page .flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.pszok-page .step {
  padding: 28px 24px;
  position: relative;
  overflow: hidden;
}

.pszok-page .step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(118, 175, 39, .12);
  border: 1px solid rgba(118, 175, 39, .18);
  color: var(--green-light);
  font-size: .95rem;
  margin-bottom: 18px;
}

.pszok-page .cta {
  padding-bottom: 120px;
}

.pszok-page .brand-logo {
  display: inline-flex;
  align-items: center;
  margin-bottom: 24px;
}

.pszok-page .brand-logo img {
  width: auto;
  max-width: 260px;
  height: 44px;
  object-fit: contain;
}

.pszok-page .brand-logo--light img {
  height: 40px;
}

.pszok-page .cta-box {
  padding: 54px 48px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, .16), transparent 28%),
    linear-gradient(135deg, #76af27, #5f9422 48%, #4f7f21);
  border-color: rgba(0, 0, 0, .12);
  box-shadow: 0 24px 60px rgba(56, 90, 20, .28);
}

.pszok-page .cta-box h2,
.pszok-page .cta-box p {
  color: #fff;
}

.pszok-page .cta-box .btn-secondary {
  border-color: rgba(255, 255, 255, .58);
  color: #fff;
  background: rgba(255, 255, 255, 0);
}

.pszok-page .cta-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

@media (max-width: 1200px) {
  .pszok-page .hero-grid,
  .pszok-page .feature-layout,
  .pszok-page .cta-box {
    grid-template-columns: 1fr;
  }

  .pszok-page .feature-intro {
    position: static;
  }

  .pszok-page .use-grid,
  .pszok-page .stats-grid,
  .pszok-page .flow {
    grid-template-columns: repeat(2, 1fr);
  }

  .pszok-page .use-card--story {
    grid-template-columns: 1fr;
  }

  .pszok-page .use-story-visual {
    min-height: auto;
  }

  .pszok-page .cta-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 900px) {
  .pszok-page .hero {
    min-height: auto;
    padding: 84px 0 72px;
  }

  .pszok-page .hero-grid {
    gap: 36px;
  }

  .pszok-page .use-grid,
  .pszok-page .stats-grid,
  .pszok-page .flow,
  .pszok-page .pszok-hero-points {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .pszok-page .container {
    width: min(100% - 28px, 1200px);
  }

  .pszok-page .section {
    padding: 82px 0;
  }

  .pszok-page .benefit-card {
    grid-template-columns: 1fr;
  }
}
