/* Green Steam product page — selected Product Design direction 01 */
.green-steam-product-page {
  --gsp-orange: #dc5310;
  --gsp-orange-dark: #b94008;
  --gsp-green: #4f8f35;
  --gsp-charcoal: #25262a;
  --gsp-ink: #1d1f22;
  --gsp-muted: #5f6267;
  --gsp-paper: #f5f3ef;
  --gsp-white: #ffffff;
  --gsp-line: rgba(29, 31, 34, 0.16);
  background: var(--gsp-paper) !important;
  color: var(--gsp-ink);
}

.green-steam-product-page .product-menu-wrapper {
  display: none !important;
}

.green-steam-product-page #content-scroll,
.green-steam-product-page #main,
.green-steam-product-page #main-content,
.green-steam-product-page #main-page-content,
.green-steam-product-page #itemsWrapperLinks,
.green-steam-product-page #itemsWrapper {
  width: 100% !important;
  max-width: none !important;
  min-height: 0;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  background: var(--gsp-paper) !important;
}

.green-steam-product-page .gsp-page,
.green-steam-product-page .gsp-page * {
  box-sizing: border-box;
}

.green-steam-product-page .gsp-page {
  position: relative;
  isolation: isolate;
  font-family: "Poppins", Arial, sans-serif;
  color: var(--gsp-ink);
}

.gsp-container {
  width: min(1400px, calc(100% - 140px));
  margin-inline: auto;
}

.green-steam-product-page .nav-logo img.green-series-nav-logo {
  width: 286px !important;
  max-width: none !important;
  height: auto !important;
  max-height: none !important;
}

.gsp-eyebrow {
  margin: 0 0 16px;
  color: var(--gsp-green);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.gsp-hero {
  position: relative;
  display: flex;
  min-height: 100svh;
  align-items: center;
  padding: 120px 0 46px;
  background: #fbfaf7;
  overflow: hidden;
}

.gsp-hero-grid {
  display: grid;
  grid-template-columns: minmax(440px, 0.78fr) minmax(620px, 1.22fr);
  gap: clamp(18px, 2.2vw, 40px);
  align-items: center;
}

.gsp-hero-copy {
  position: relative;
  z-index: 2;
  transform: translateY(16px);
}

.gsp-hero-copy > .gsp-eyebrow {
  display: none;
}

.gsp-hero h1,
.gsp-section-heading h2,
.gsp-story-copy h2,
.gsp-media-copy h2,
.gsp-rd h2 {
  font-family: "Space Colony", "Poppins", Arial, sans-serif;
  font-weight: 400;
  text-wrap: balance;
}

.gsp-hero h1 {
  max-width: 390px;
  margin: 0;
  color: var(--gsp-orange);
  font-size: clamp(52px, 4.2vw, 62px);
  letter-spacing: -0.025em;
  line-height: 1.04;
}

.gsp-hero-lead {
  max-width: 510px;
  margin: 32px 0 0;
  color: #3f4247;
  font-family: "Space Colony", "Poppins", Arial, sans-serif;
  font-size: clamp(20px, 1.6vw, 25px);
  font-weight: 400;
  letter-spacing: -0.015em;
  line-height: 1.48;
}

.gsp-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 34px;
}

.gsp-site-button.clapat-button-wrap {
  width: auto !important;
  min-width: 0 !important;
  height: 56px !important;
  margin: 0 !important;
  color: var(--gsp-charcoal) !important;
}

.gsp-site-button .clapat-button,
.gsp-site-button .button-border {
  width: 100% !important;
}

.gsp-site-button .button-border {
  height: 52px !important;
  border-width: 2px !important;
  border-radius: 30px !important;
  font-family: "Space Colony", "Poppins", Arial, sans-serif !important;
  font-size: 15px !important;
  line-height: 52px !important;
}

.gsp-site-button .button-border span {
  padding: 0 20px !important;
}

.gsp-site-button-primary {
  min-width: 0 !important;
}

.gsp-site-button-secondary {
  min-width: 0 !important;
}

.gsp-site-button-primary .button-border {
  border-color: var(--gsp-orange) !important;
  background: var(--gsp-orange) !important;
  color: #fff !important;
}

.gsp-site-button-primary .button-border a {
  color: #fff !important;
}

.gsp-site-button-secondary .button-border {
  border-color: var(--gsp-charcoal) !important;
  background: transparent !important;
  color: var(--gsp-charcoal) !important;
}

.gsp-site-button-secondary .button-border a {
  color: var(--gsp-charcoal) !important;
}

.gsp-site-button .button-border:focus-within {
  outline: 3px solid rgba(220, 83, 16, 0.3);
  outline-offset: 4px;
}

.gsp-button {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 14px 24px;
  border: 1px solid transparent;
  border-radius: 11px;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.gsp-button-primary {
  background: var(--gsp-orange);
  color: #fff;
}

.gsp-button-primary:hover {
  background: var(--gsp-orange-dark);
  color: #fff;
  transform: translateY(-2px);
}

.gsp-button-secondary {
  border-color: transparent;
  color: #35383c;
}

.gsp-button-secondary:hover {
  border-color: var(--gsp-line);
  color: var(--gsp-orange);
}

.gsp-button:focus-visible,
.gsp-text-link:focus-visible {
  outline: 3px solid rgba(220, 83, 16, 0.35);
  outline-offset: 4px;
}

html[dir="rtl"] .gsp-button i,
html[dir="rtl"] .gsp-text-link i {
  transform: rotate(180deg);
}

.gsp-hero-visual {
  position: relative;
  min-height: 650px;
}

.gsp-diagram-frame {
  position: absolute;
  top: 50%;
  right: -8%;
  left: 2%;
  z-index: 1;
  width: auto;
  margin: 0;
  mix-blend-mode: multiply;
  transform: translateY(-41%);
}

.gsp-diagram-frame img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1600 / 704;
  mix-blend-mode: multiply;
  object-fit: contain;
}

.gsp-callout {
  position: absolute;
  z-index: 2;
  max-width: 205px;
  padding-inline-start: 14px;
  border-inline-start: 2px solid var(--gsp-orange);
  color: #2f3236;
  font-family: "Space Colony", "Poppins", Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.38;
}

.gsp-callout-one {
  top: 9%;
  left: 15%;
}

.gsp-callout-two {
  top: 9%;
  right: 5%;
}

.gsp-callout-three {
  display: none;
}

.gsp-callout-four {
  right: 6%;
  bottom: 6%;
}

.gsp-proof {
  border-top: 1px solid var(--gsp-line);
  border-bottom: 1px solid var(--gsp-line);
  background: var(--gsp-white);
}

.gsp-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.gsp-proof-item {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  min-height: 156px;
  padding: 24px 42px;
}

.gsp-proof-item + .gsp-proof-item {
  border-inline-start: 1px solid var(--gsp-line);
}

.gsp-proof-icon {
  display: inline-flex;
  width: 68px;
  height: 68px;
  align-items: center;
  justify-content: center;
  border: 1.5px solid var(--gsp-orange);
  border-radius: 50%;
  color: var(--gsp-orange);
  font-size: 25px;
}

.gsp-proof-item div {
  display: grid;
  gap: 3px;
}

.gsp-proof-item strong {
  color: var(--gsp-orange);
  font-family: "Space Colony", "Poppins", sans-serif;
  font-size: clamp(34px, 3vw, 48px);
  font-weight: 400;
  line-height: 1;
}

.gsp-proof-item div span {
  color: #313438;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
}

.gsp-approach,
.gsp-solutions,
.gsp-media,
.gsp-rd {
  scroll-margin-top: 110px;
}

.gsp-approach {
  padding: 116px 0 124px;
  background: #fbfaf8;
}

.gsp-section-heading-centered {
  max-width: 820px;
  margin: 0 auto 78px;
  text-align: center;
}

.gsp-section-heading h2 {
  margin: 0;
  color: var(--gsp-orange);
  font-size: clamp(42px, 5vw, 70px);
  letter-spacing: -0.025em;
  line-height: 1.06;
}

.gsp-section-heading-centered > p:last-child {
  max-width: 730px;
  margin: 26px auto 0;
  color: var(--gsp-muted);
  font-size: 17px;
  line-height: 1.7;
}

.gsp-pillar-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.gsp-pillar {
  position: relative;
  min-height: 310px;
  padding: 4px 48px 0;
}

.gsp-pillar + .gsp-pillar {
  border-inline-start: 1px solid var(--gsp-line);
}

.gsp-pillar-icon {
  display: inline-flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  color: var(--gsp-green);
  font-size: 38px;
}

.gsp-pillar h3 {
  max-width: 280px;
  margin: 0;
  color: var(--gsp-charcoal);
  font-family: "Space Colony", "Poppins", sans-serif;
  font-size: clamp(27px, 2.2vw, 36px);
  font-weight: 400;
  line-height: 1.12;
}

.gsp-pillar-rule {
  display: block;
  width: 28px;
  height: 3px;
  margin: 24px 0;
  background: var(--gsp-green);
}

.gsp-pillar p {
  max-width: 330px;
  margin: 0;
  color: var(--gsp-muted);
  font-size: 15px;
  line-height: 1.75;
}

.gsp-story {
  padding: 104px 0;
  background: var(--gsp-charcoal);
  color: #fff;
}

.gsp-story-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(64px, 9vw, 140px);
  align-items: center;
}

.gsp-story-statement {
  display: grid;
  gap: 8px;
  font-family: "Space Colony", "Poppins", sans-serif;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.08;
}

.gsp-story-statement strong {
  color: var(--gsp-orange);
  font-weight: 400;
}

.gsp-story-copy h2 {
  margin: 0 0 30px;
  color: #fff;
  font-size: clamp(34px, 3.3vw, 52px);
  line-height: 1.1;
}

.gsp-story-copy > p:not(.gsp-eyebrow) {
  max-width: 760px;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 16px;
  line-height: 1.75;
}

.gsp-solutions {
  padding: 118px 0 128px;
  background: var(--gsp-paper);
}

.gsp-section-heading-split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.75fr);
  gap: clamp(48px, 9vw, 140px);
  align-items: end;
  margin-bottom: 68px;
}

.gsp-section-heading-split h2 {
  max-width: 760px;
  font-size: clamp(40px, 4.2vw, 62px);
}

.gsp-section-heading-split > p {
  margin: 0;
  color: var(--gsp-muted);
  font-size: 16px;
  line-height: 1.75;
}

.gsp-solution-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--gsp-line);
  list-style: none;
}

.gsp-solution-list li {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 20px;
  min-height: 146px;
  align-items: start;
  padding: 28px 34px;
  border-bottom: 1px solid var(--gsp-line);
}

.gsp-solution-list li:nth-child(odd) {
  border-inline-end: 1px solid var(--gsp-line);
}

.gsp-solution-list li > span {
  color: var(--gsp-orange);
  font-family: "Space Colony", "Poppins", sans-serif;
  font-size: 18px;
  line-height: 1.4;
}

.gsp-solution-list p {
  margin: 0;
  color: #34373b;
  font-size: 15px;
  line-height: 1.7;
}

.gsp-media {
  padding: 110px 0;
  background: #fff;
}

.gsp-media-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(320px, 0.84fr);
  gap: clamp(48px, 8vw, 120px);
  align-items: center;
}

.gsp-video-wrap {
  overflow: hidden;
  border: 1px solid var(--gsp-line);
  border-radius: 24px;
  background: #f0eeea;
  box-shadow: 0 22px 50px rgba(37, 38, 42, 0.12);
}

.gsp-video-wrap video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.gsp-media-copy h2 {
  margin: 0 0 24px;
  color: var(--gsp-orange);
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.08;
}

.gsp-media-copy > p:not(.gsp-eyebrow) {
  max-width: 540px;
  margin: 0;
  color: var(--gsp-muted);
  font-size: 16px;
  line-height: 1.75;
}

.gsp-text-link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-top: 30px;
  color: var(--gsp-orange);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.gsp-text-link:hover {
  color: var(--gsp-orange-dark);
}

.gsp-fuels {
  background: #fbfaf8;
}

.gsp-rd {
  padding: 100px 0;
  background: var(--gsp-paper);
}

.gsp-rd-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 64px;
  align-items: center;
  padding: clamp(36px, 5vw, 72px);
  border: 1px solid var(--gsp-line);
  border-radius: 28px;
  background: #fff;
}

.gsp-rd h2 {
  max-width: 820px;
  margin: 0 0 20px;
  color: var(--gsp-orange);
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.08;
}

.gsp-rd-inner > div > p:not(.gsp-eyebrow) {
  max-width: 760px;
  margin: 0;
  color: var(--gsp-muted);
  font-size: 16px;
  line-height: 1.75;
}

@media (max-width: 1400px) {
  .green-steam-product-page .nav-logo {
    left: 22px !important;
  }

  .green-steam-product-page .nav-logo img.green-series-nav-logo {
    width: 248px !important;
  }
}

@media (max-width: 1180px) {
  .gsp-container {
    width: min(100% - 64px, 1080px);
  }

  .gsp-hero {
    min-height: 100svh;
    padding-top: 126px;
  }

  .gsp-hero-grid {
    grid-template-columns: minmax(350px, 0.82fr) minmax(500px, 1.18fr);
    gap: 24px;
  }

  .gsp-hero h1 {
    max-width: 390px;
    font-size: clamp(46px, 5vw, 62px);
  }

  .gsp-hero-visual {
    min-height: 570px;
  }

  .gsp-callout {
    font-size: 13px;
  }

  .gsp-proof-item {
    grid-template-columns: 58px 1fr;
    gap: 16px;
    padding-inline: 24px;
  }

  .gsp-proof-icon {
    width: 56px;
    height: 56px;
    font-size: 21px;
  }

  .gsp-pillar {
    padding-inline: 32px;
  }
}

@media (max-width: 1080px) {
  .green-steam-product-page .nav-logo img.green-series-nav-logo {
    width: 150px !important;
  }

  .gsp-hero {
    display: block;
    min-height: 0;
    padding: 132px 0 72px;
  }

  .gsp-hero-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .gsp-hero-copy {
    max-width: 690px;
    transform: none;
  }

  .gsp-hero h1 {
    max-width: 100%;
  }

  .gsp-hero-visual {
    min-height: 560px;
  }

  .gsp-diagram-frame {
    right: 0;
    left: 0;
  }
}

@media (max-width: 920px) {
  .green-steam-product-page .nav-logo {
    left: 20px !important;
  }

  .green-steam-product-page .nav-logo img.green-series-nav-logo {
    width: 192px !important;
  }

  .green-steam-product-page .nav-menu .nav-container .language-selector-modern {
    right: -80px !important;
    transform: translateX(65px) !important;
  }

  .gsp-container {
    width: min(100% - 48px, 760px);
  }

  .gsp-hero {
    display: block;
    min-height: 0;
    padding: 136px 0 72px;
  }

  .gsp-hero-grid,
  .gsp-story-grid,
  .gsp-media-grid,
  .gsp-section-heading-split,
  .gsp-rd-inner {
    grid-template-columns: 1fr;
  }

  .gsp-hero-grid {
    gap: 46px;
  }

  .gsp-hero-copy {
    max-width: 680px;
    transform: none;
  }

  .gsp-hero-visual {
    min-height: 540px;
  }

  .gsp-diagram-frame {
    right: 0;
    left: 0;
  }

  .gsp-proof-item {
    min-height: 132px;
    padding: 24px 18px;
  }

  .gsp-proof-item strong {
    font-size: 34px;
  }

  .gsp-approach,
  .gsp-solutions,
  .gsp-media {
    padding-block: 88px;
  }

  .gsp-pillar {
    padding-inline: 26px;
  }

  .gsp-story-grid {
    gap: 50px;
  }

  .gsp-section-heading-split {
    gap: 28px;
    align-items: start;
  }

  .gsp-rd-inner {
    gap: 36px;
  }

  .gsp-rd .gsp-button {
    width: fit-content;
  }
}

@media (max-width: 720px) {
  .green-steam-product-page .nav-logo {
    left: 18px !important;
  }

  .green-steam-product-page .nav-logo img.green-series-nav-logo {
    width: 180px !important;
  }

  .gsp-container {
    width: calc(100% - 32px);
  }

  .gsp-hero {
    padding: 112px 0 52px;
  }

  .gsp-hero h1 {
    max-width: 100%;
    font-size: clamp(36px, 11vw, 48px);
    line-height: 1.06;
  }

  .gsp-hero-lead {
    margin-top: 20px;
    font-size: 17px;
    line-height: 1.55;
  }

  .gsp-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 28px;
  }

  .gsp-site-button.clapat-button-wrap {
    width: 100% !important;
    min-width: 100% !important;
  }

  .gsp-site-button .button-border {
    height: 50px !important;
    font-size: 14px !important;
    line-height: 50px !important;
  }

  .gsp-button {
    width: 100%;
    min-height: 54px;
  }

  .gsp-hero-visual {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    min-height: 0;
    padding: 0;
  }

  .gsp-diagram-frame {
    position: static;
    grid-column: 1 / -1;
    grid-row: 1;
    width: 100%;
    transform: none;
  }

  .gsp-callout {
    position: static;
    max-width: none;
    min-height: 58px;
    padding: 10px 10px 10px 12px;
    border-inline-start-width: 2px;
    background: transparent;
    font-size: 11px;
    line-height: 1.4;
  }

  .gsp-proof-grid,
  .gsp-pillar-grid,
  .gsp-solution-list {
    grid-template-columns: 1fr;
  }

  .gsp-proof-item {
    grid-template-columns: 58px 1fr;
    min-height: 108px;
    padding: 20px 10px;
  }

  .gsp-proof-item + .gsp-proof-item {
    border-inline-start: 0;
    border-top: 1px solid var(--gsp-line);
  }

  .gsp-proof-icon {
    width: 54px;
    height: 54px;
  }

  .gsp-proof-item strong {
    font-size: 32px;
  }

  .gsp-approach,
  .gsp-solutions,
  .gsp-media {
    padding-block: 72px;
  }

  .gsp-section-heading-centered {
    margin-bottom: 48px;
    text-align: start;
  }

  .gsp-section-heading h2,
  .gsp-section-heading-split h2,
  .gsp-media-copy h2,
  .gsp-rd h2 {
    font-size: clamp(34px, 10vw, 46px);
  }

  .gsp-section-heading-centered > p:last-child {
    margin-top: 20px;
    font-size: 15px;
  }

  .gsp-pillar {
    min-height: 0;
    padding: 30px 0 38px;
  }

  .gsp-pillar + .gsp-pillar {
    border-inline-start: 0;
    border-top: 1px solid var(--gsp-line);
  }

  .gsp-pillar-icon {
    margin-bottom: 18px;
  }

  .gsp-pillar h3 {
    font-size: 31px;
  }

  .gsp-pillar p {
    max-width: 520px;
  }

  .gsp-story {
    padding: 76px 0;
  }

  .gsp-story-statement {
    font-size: clamp(32px, 10vw, 43px);
  }

  .gsp-story-copy h2 {
    font-size: clamp(32px, 9vw, 42px);
  }

  .gsp-section-heading-split {
    margin-bottom: 46px;
  }

  .gsp-solution-list li {
    grid-template-columns: 42px 1fr;
    min-height: 0;
    padding: 24px 0;
  }

  .gsp-solution-list li:nth-child(odd) {
    border-inline-end: 0;
  }

  .gsp-video-wrap {
    border-radius: 18px;
  }

  .gsp-media-grid {
    gap: 38px;
  }

  .gsp-rd {
    padding: 70px 0 84px;
  }

  .gsp-rd-inner {
    padding: 30px 24px;
    border-radius: 20px;
  }
}

@media (max-width: 420px) {
  .green-steam-product-page .nav-logo img.green-series-nav-logo {
    width: 164px !important;
  }

  .gsp-container {
    width: calc(100% - 26px);
  }

  .gsp-hero {
    padding-top: 92px;
  }

  .gsp-hero h1 {
    font-size: clamp(32px, 10.5vw, 42px);
  }

  .gsp-hero-visual {
    grid-template-columns: 1fr;
  }

  .gsp-diagram-frame {
    grid-column: 1;
  }

  .gsp-callout {
    min-height: 0;
  }

  .gsp-proof-item {
    padding-inline: 4px;
  }

  .gsp-section-heading h2,
  .gsp-section-heading-split h2,
  .gsp-media-copy h2,
  .gsp-rd h2 {
    font-size: 34px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gsp-button {
    transition: none;
  }

  .gsp-site-button .button-border span {
    transition: none;
  }
}
