:root {
  --gptu-bg: #06110d;
  --gptu-bg-2: #092016;
  --gptu-panel: rgba(255, 255, 255, 0.065);
  --gptu-panel-strong: rgba(255, 255, 255, 0.095);
  --gptu-line: rgba(233, 244, 235, 0.13);
  --gptu-text: #e8f2e9;
  --gptu-muted: rgba(232, 242, 233, 0.7);
  --gptu-green: #0f704a;
  --gptu-green-bright: #74c68b;
  --gptu-orange: #ff7a1a;
  --gptu-radius: 24px;
}

body .whb-header,
body .wd-hb-wrapp,
body .header-banner,
body .wd-prefooter,
body .footer-container,
body .page-title,
body .wd-toolbar,
body .wd-sticky-sidebar-opener,
body .wd-sidebar-opener,
body .wd-show-sidebar-btn,
body .wd-side-hidden-btn,
body .wd-nav-opener,
body .gt_float_switcher,
body [id^="gt-wrapper"],
body .gtranslate_wrapper,
body .skiptranslate,
body iframe.skiptranslate,
body [class*="VIpgJd"],
body [id*="google_translate"],
body .cky-consent-container,
body .cky-modal {
  display: none !important;
}

body .main-page-wrapper {
  padding-top: 0;
  background: var(--gptu-bg);
}

body .main-page-wrapper > .container,
body .site-content,
body .entry-content,
body .wd-content-area,
body .content-layout-wrapper {
  width: 100%;
  max-width: none;
  padding: 0;
  margin: 0;
}

body .entry-content > p {
  display: none;
}

.gptu-page,
.gptu-page * {
  box-sizing: border-box;
}

.gptu-page {
  min-height: 100vh;
  overflow: hidden;
  background: var(--gptu-bg);
  color: var(--gptu-text);
  font-family: SatoshiVariable, Arial, Helvetica, sans-serif;
  line-height: 1.45;
}

.gp-config-hidden,
.gptu-config-hidden,
.gpm-config-hidden {
  display: none !important;
}

.gptu-page a {
  color: inherit;
  text-decoration: none;
}

.gptu-shell {
  min-height: 100vh;
  background:
    radial-gradient(circle at 78% 16%, rgba(15, 112, 74, 0.48), transparent 31%),
    radial-gradient(circle at 27% 12%, rgba(255, 122, 26, 0.18), transparent 22%),
    linear-gradient(180deg, #06110d 0%, #07140f 46%, #06110d 100%);
}

.gptu-nav {
  height: 92px;
  padding: 0 clamp(48px, 5vw, 72px);
  display: grid;
  grid-template-columns: 290px 1fr 330px;
  align-items: center;
  gap: 30px;
  border-bottom: 1px solid var(--gptu-line);
  background: rgba(6, 17, 13, 0.72);
  backdrop-filter: blur(16px);
}

.gptu-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  width: max-content;
  color: var(--gptu-text);
  font-size: 30px;
  font-weight: 900;
  letter-spacing: -0.05em;
}

.gptu-brand span {
  width: 36px;
  height: 36px;
  border-radius: 12px 20px 12px 20px;
  background: linear-gradient(145deg, var(--gptu-green), #0e9862);
  position: relative;
  transform: rotate(-10deg);
}

.gptu-brand span::after {
  content: "";
  position: absolute;
  left: 9px;
  top: 17px;
  width: 18px;
  height: 4px;
  border-radius: 999px;
  background: #fff;
  transform: rotate(-34deg);
}

.gptu-brand__mark {
  display: block;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 0 0 1px rgba(232, 242, 233, 0.12);
}

.gptu-menu,
.gptu-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  color: var(--gptu-text);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.015em;
  text-transform: uppercase;
}

.gptu-actions {
  justify-content: flex-end;
  gap: 24px;
}

.gptu-hero {
  width: 100%;
  min-height: 690px;
  margin: 0;
  display: block;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(232, 242, 233, 0.08);
}

.gptu-hero__copy {
  position: relative;
  z-index: 3;
  max-width: 680px;
  padding-top: 0;
}

.gptu-hero-carousel::after {
  content: none;
}

.gptu-hero-slide {
  position: absolute;
  inset: 0;
  padding: 0 clamp(48px, 7vw, 112px);
  display: flex;
  align-items: center;
  opacity: 0;
  animation: gptu-hero-slide 18s linear infinite;
}

.gptu-hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(6, 17, 13, 0.92) 0%, rgba(6, 17, 13, 0.66) 38%, rgba(6, 17, 13, 0.05) 72%),
    linear-gradient(180deg, rgba(6, 17, 13, 0.05) 0%, rgba(6, 17, 13, 0.28) 100%);
}

.gptu-hero-slide:nth-child(2) {
  animation-delay: 6s;
}

.gptu-hero-slide:nth-child(3) {
  animation-delay: 12s;
}

.gptu-hero-scene {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  background:
    radial-gradient(circle at 74% 38%, rgba(116, 198, 139, 0.24), transparent 28%),
    radial-gradient(circle at 86% 22%, rgba(255, 122, 26, 0.13), transparent 22%),
    linear-gradient(135deg, #0b1711 0%, #0b2b1d 52%, #062016 100%);
}

.gptu-hero-scene::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 44px 44px;
  opacity: 0.7;
}

.gptu-hero-scene i {
  position: absolute;
  display: block;
  z-index: 1;
}

.gptu-hero-slide--monitor .gptu-scene-pot {
  right: 14vw;
  bottom: 0;
  width: 420px;
  height: 390px;
  border-radius: 48% 48% 22% 22%;
  background: linear-gradient(145deg, rgba(232, 242, 233, 0.18), rgba(116, 198, 139, 0.08));
  box-shadow: inset 0 0 0 1px rgba(232, 242, 233, 0.12), 0 40px 120px rgba(0, 0, 0, 0.22);
}

.gptu-hero-slide--monitor .gptu-scene-sensor {
  right: calc(14vw + 182px);
  bottom: 250px;
  width: 58px;
  height: 190px;
  border-radius: 999px 999px 20px 20px;
  background: linear-gradient(180deg, rgba(232, 242, 233, 0.95), rgba(116, 198, 139, 0.2));
  box-shadow: 0 24px 80px rgba(116, 198, 139, 0.18);
}

.gptu-hero-slide--monitor .gptu-scene-card {
  right: 7vw;
  top: 190px;
  width: 250px;
  height: 150px;
  border-radius: 28px;
  border: 1px solid rgba(232, 242, 233, 0.16);
  background: rgba(232, 242, 233, 0.08);
  backdrop-filter: blur(10px);
}

.gptu-hero-slide--watering .gptu-scene-pot {
  right: 8vw;
  bottom: -40px;
  width: 440px;
  height: 360px;
  border-radius: 48% 48% 20% 20%;
  background: linear-gradient(145deg, rgba(232, 242, 233, 0.12), rgba(15, 112, 74, 0.16));
}

.gptu-hero-slide--watering .gptu-scene-valve {
  right: 33vw;
  top: 215px;
  width: 190px;
  height: 160px;
  border-radius: 42px;
  background: linear-gradient(145deg, rgba(116, 198, 139, 0.86), rgba(15, 112, 74, 0.38));
}

.gptu-hero-slide--watering .gptu-scene-remote {
  right: 20vw;
  top: 205px;
  width: 78px;
  height: 170px;
  border-radius: 24px;
  border: 3px solid rgba(255, 122, 26, 0.7);
}

.gptu-hero-slide--light .gptu-scene-plant {
  right: 21vw;
  bottom: 0;
  width: 380px;
  height: 500px;
  border-radius: 50% 50% 26% 26%;
  background: linear-gradient(180deg, rgba(116, 198, 139, 0.2), rgba(15, 112, 74, 0.08));
}

.gptu-hero-slide--light .gptu-scene-lightmeter {
  right: 16vw;
  bottom: 155px;
  width: 100px;
  height: 210px;
  border-radius: 28px;
  border: 3px solid rgba(232, 242, 233, 0.58);
}

.gptu-hero-slide--light .gptu-scene-sun {
  right: 8vw;
  top: 130px;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  border: 2px solid rgba(255, 122, 26, 0.46);
  box-shadow: 0 0 120px rgba(255, 122, 26, 0.18);
}

.gptu-eyebrow {
  margin: 0 0 16px;
  color: var(--gptu-orange);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.gptu-hero-title {
  max-width: 650px;
  margin: 0 0 24px;
  color: #f5fff4;
  font-size: clamp(68px, 6.2vw, 92px);
  line-height: 0.95;
  letter-spacing: -0.012em;
  word-spacing: 0.08em;
  font-weight: 900;
  text-shadow: 0 18px 72px rgba(0, 0, 0, 0.42);
}

.gptu-hero-dots {
  position: absolute;
  left: clamp(48px, 7vw, 112px);
  bottom: 38px;
  z-index: 4;
  display: flex;
  gap: 10px;
}

.gptu-hero-dots i {
  width: 34px;
  height: 3px;
  border-radius: 999px;
  background: rgba(232, 242, 233, 0.35);
}

.gptu-hero-dots i:nth-child(1) {
  animation: gptu-dot 18s infinite;
}

.gptu-hero-dots i:nth-child(2) {
  animation: gptu-dot 18s infinite 6s;
}

.gptu-hero-dots i:nth-child(3) {
  animation: gptu-dot 18s infinite 12s;
}

.gptu-hero-title > span {
  display: block;
}

.gptu-hero-title .gptu-word-gap {
  display: inline-block;
  margin-left: 0.16em;
}

.gptu-lede {
  max-width: 610px;
  margin: 0;
  color: rgba(245, 255, 244, 0.86);
  font-size: 19px;
  line-height: 1.55;
  font-weight: 700;
}

.gptu-hero .gptu-eyebrow {
  color: #ff8a2b;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.38);
}

.gptu-hero .gptu-button--ghost {
  background: rgba(6, 17, 13, 0.18);
}

.gptu-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
}

.gptu-button {
  min-height: 52px;
  padding: 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.gptu-button--primary {
  background: var(--gptu-orange);
  color: #fff;
  box-shadow: 0 22px 52px rgba(255, 122, 26, 0.26);
}

.gptu-button--ghost {
  border: 1px solid rgba(232, 242, 233, 0.86);
  color: var(--gptu-text);
}

.gptu-dashboard {
  position: relative;
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  grid-auto-rows: 185px;
  gap: 18px;
}

.gptu-metric,
.gptu-signal-grid,
.gptu-zone-map,
.gptu-starter-card,
.gptu-product-feature,
.gptu-product-card,
.gptu-loop article,
.gptu-comparison,
.gptu-proof,
.gptu-guide-grid article,
.gptu-newsletter {
  border: 1px solid var(--gptu-line);
  background: var(--gptu-panel);
  backdrop-filter: blur(12px);
}

.gptu-metric {
  min-height: 185px;
  padding: 26px;
  border-radius: var(--gptu-radius);
}

.gptu-metric--soil {
  grid-row: span 2;
  min-height: 388px;
  padding: 34px;
  background: rgba(255, 255, 255, 0.082);
}

.gptu-metric span {
  display: block;
  color: var(--gptu-orange);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gptu-metric strong {
  display: block;
  margin: 22px 0;
  color: var(--gptu-text);
  font-size: 58px;
  line-height: 1;
  letter-spacing: -0.04em;
  font-weight: 900;
}

.gptu-metric--soil strong {
  margin-top: 42px;
  font-size: 118px;
}

.gptu-metric em {
  display: block;
  height: 10px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(232, 242, 233, 0.18);
}

.gptu-metric i {
  display: block;
  width: 70%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--gptu-orange), var(--gptu-green-bright));
  animation: gptu-meter 2800ms ease-in-out infinite alternate;
}

.gptu-metric:nth-child(2) i,
.gptu-metric:nth-child(3) i {
  width: 72%;
}

.gptu-signal-grid {
  grid-column: 2;
  padding: 24px;
  border-radius: var(--gptu-radius);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.gptu-signal-grid i {
  border-radius: 18px;
  background: rgba(15, 112, 74, 0.48);
  animation: gptu-grid-pulse 3200ms ease-in-out infinite;
}

.gptu-signal-grid i:nth-child(2n) {
  animation-delay: 280ms;
}

.gptu-signal-grid i:nth-child(3n) {
  animation-delay: 520ms;
}

.gptu-starter-card {
  grid-column: 2;
  padding: 20px;
  border-radius: var(--gptu-radius);
}

.gptu-starter-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}

.gptu-starter-card__head span {
  color: var(--gptu-orange);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gptu-starter-card__head strong {
  color: var(--gptu-text);
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
}

.gptu-starter-card h2 {
  max-width: 240px;
  margin: 0 0 14px;
  color: var(--gptu-text);
  font-size: 20px;
  line-height: 1.08;
  letter-spacing: -0.004em;
  word-spacing: 0.08em;
  font-weight: 900;
}

.gptu-starter-card__diagram {
  min-height: 68px;
  display: grid;
  grid-template-columns: 1.2fr repeat(4, 1fr);
  gap: 8px;
  align-items: center;
  position: relative;
  margin-bottom: 12px;
}

.gptu-starter-card__diagram::before {
  content: "";
  position: absolute;
  left: 64px;
  right: 26px;
  top: 50%;
  border-top: 1px dashed rgba(232, 242, 233, 0.28);
}

.gptu-starter-card__diagram i {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  min-height: 42px;
  border-radius: 16px;
  background: rgba(15, 112, 74, 0.42);
  color: var(--gptu-text);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}

.gptu-starter-card__diagram .gptu-starter-card__display {
  min-height: 54px;
  border: 1px solid rgba(255, 122, 26, 0.52);
  background: linear-gradient(160deg, rgba(255, 122, 26, 0.18), rgba(15, 112, 74, 0.45));
}

.gptu-starter-card p {
  margin: 0;
  color: var(--gptu-muted);
  font-size: 12px;
  line-height: 1.45;
  font-weight: 650;
}

.gptu-loop,
.gptu-products,
.gptu-comparison,
.gptu-proof,
.gptu-guide,
.gptu-newsletter {
  width: min(1210px, calc(100% - 96px));
  margin-left: auto;
  margin-right: auto;
}

.gptu-products {
  width: 100%;
  max-width: none;
  padding: 78px 0 44px;
}

.gptu-products__intro {
  width: min(1210px, calc(100% - 96px));
  margin: 0 auto 26px;
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 42px;
  align-items: end;
}

.gptu-products__intro h2 {
  margin: 0;
  max-width: 780px;
  color: var(--gptu-text);
  font-size: 44px;
  line-height: 1.05;
  letter-spacing: -0.008em;
  word-spacing: 0.08em;
  font-weight: 900;
}

.gptu-products__intro p:not(.gptu-eyebrow) {
  max-width: 460px;
  margin: 0;
  color: var(--gptu-muted);
  font-size: 15px;
  line-height: 1.55;
  font-weight: 650;
}

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

.gptu-product-rows {
  display: grid;
  gap: 0;
  width: 100%;
}

.gptu-product-feature {
  min-height: 560px;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
  gap: 0;
  overflow: hidden;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(116, 198, 139, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035)),
    var(--gptu-panel);
}

.gptu-product-feature--reverse {
  grid-template-columns: minmax(360px, 0.88fr) minmax(0, 1.12fr);
}

.gptu-product-visual {
  min-height: 560px;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 55% 50%, rgba(255, 122, 26, 0.16), transparent 36%),
    rgba(0, 0, 0, 0.12);
  background-size: 34px 34px, 34px 34px, auto, auto;
}

.gptu-product-visual::after {
  content: "";
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(232, 242, 233, 0.08);
  border-radius: 26px;
}

.gptu-product-visual i,
.gptu-product-visual b {
  position: absolute;
  z-index: 1;
  display: block;
}

.gptu-product-visual--monitor .gptu-large-display {
  width: 150px;
  height: 104px;
  left: 78px;
  top: 144px;
  border: 3px solid rgba(255, 122, 26, 0.74);
  border-radius: 28px;
  background: rgba(232, 242, 233, 0.07);
  box-shadow: 0 28px 80px rgba(255, 122, 26, 0.14);
}

.gptu-product-visual--monitor .gptu-large-probe {
  width: 28px;
  height: 166px;
  bottom: 96px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--gptu-green-bright), rgba(232, 242, 233, 0.16));
}

.gptu-product-visual--monitor .gptu-large-probe:nth-child(2) { left: 330px; }
.gptu-product-visual--monitor .gptu-large-probe:nth-child(3) { left: 402px; }
.gptu-product-visual--monitor .gptu-large-probe:nth-child(4) { left: 474px; }
.gptu-product-visual--monitor .gptu-large-probe:nth-child(5) { left: 546px; }

.gptu-product-visual--timer .gptu-large-valve {
  width: 190px;
  height: 168px;
  left: 112px;
  top: 126px;
  border-radius: 44px;
  background: linear-gradient(145deg, rgba(116, 198, 139, 0.82), rgba(15, 112, 74, 0.32));
  box-shadow: 0 32px 90px rgba(15, 112, 74, 0.26);
}

.gptu-product-visual--timer .gptu-large-remote {
  width: 82px;
  height: 172px;
  right: 126px;
  top: 124px;
  border: 3px solid rgba(255, 122, 26, 0.66);
  border-radius: 26px;
}

.gptu-product-visual--timer b {
  left: 320px;
  right: 226px;
  top: 210px;
  border-top: 3px dashed rgba(232, 242, 233, 0.32);
}

.gptu-product-visual--light i {
  width: 78px;
  bottom: 112px;
  border-radius: 999px 999px 22px 22px;
  background: linear-gradient(180deg, rgba(255, 122, 26, 0.82), rgba(116, 198, 139, 0.18));
}

.gptu-product-visual--light i:nth-child(1) {
  height: 126px;
  left: 164px;
  opacity: 0.72;
}

.gptu-product-visual--light i:nth-child(2) {
  height: 188px;
  left: 280px;
}

.gptu-product-visual--light i:nth-child(3) {
  height: 146px;
  left: 396px;
  opacity: 0.82;
}

.gptu-product-visual--light b {
  width: 170px;
  height: 170px;
  right: 94px;
  top: 130px;
  border-radius: 50%;
  border: 2px solid rgba(255, 122, 26, 0.42);
  box-shadow: 0 0 80px rgba(255, 122, 26, 0.18);
}

.gptu-product-copy {
  min-height: 560px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 72px clamp(48px, 6vw, 96px);
}

.gptu-product-copy span {
  margin-bottom: 16px;
  color: var(--gptu-orange);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.gptu-product-copy h3 {
  max-width: 360px;
  margin: 0 0 18px;
  color: var(--gptu-text);
  font-size: clamp(46px, 4.6vw, 72px);
  line-height: 0.98;
  letter-spacing: -0.008em;
  word-spacing: 0.08em;
  font-weight: 900;
}

.gptu-product-copy p {
  max-width: 360px;
  margin: 0 0 24px;
  color: var(--gptu-muted);
  font-size: 20px;
  line-height: 1.45;
  font-weight: 650;
}

.gptu-product-copy ul {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.gptu-product-copy li {
  padding: 8px 12px;
  border: 1px solid rgba(232, 242, 233, 0.14);
  border-radius: 999px;
  color: var(--gptu-muted);
  font-size: 12px;
  font-weight: 800;
}

.gptu-product-copy a {
  width: fit-content;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 999px;
  background: var(--gptu-green);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.gptu-product-card {
  min-height: 410px;
  padding: 28px;
  border-radius: var(--gptu-radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035)),
    var(--gptu-panel);
}

.gptu-product-card__top {
  display: grid;
  gap: 8px;
}

.gptu-product-card__top span {
  color: var(--gptu-orange);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gptu-product-card__top strong {
  color: var(--gptu-text);
  font-size: 28px;
  line-height: 1.08;
  letter-spacing: -0.006em;
  word-spacing: 0.08em;
  font-weight: 900;
}

.gptu-product-schematic {
  height: 132px;
  margin: 28px 0 24px;
  border-radius: 20px;
  border: 1px solid rgba(232, 242, 233, 0.11);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    rgba(0, 0, 0, 0.14);
  background-size: 28px 28px;
  position: relative;
  overflow: hidden;
}

.gptu-product-schematic i,
.gptu-product-schematic b {
  position: absolute;
  display: block;
}

.gptu-product-schematic--monitor .gptu-display {
  width: 74px;
  height: 54px;
  left: 26px;
  top: 38px;
  border-radius: 16px;
  border: 2px solid rgba(255, 122, 26, 0.72);
  background: rgba(232, 242, 233, 0.08);
}

.gptu-product-schematic--monitor .gptu-probe {
  width: 18px;
  height: 78px;
  bottom: 20px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--gptu-green-bright), rgba(232, 242, 233, 0.2));
}

.gptu-product-schematic--monitor .gptu-probe:nth-child(2) { left: 134px; }
.gptu-product-schematic--monitor .gptu-probe:nth-child(3) { left: 174px; }
.gptu-product-schematic--monitor .gptu-probe:nth-child(4) { left: 214px; }
.gptu-product-schematic--monitor .gptu-probe:nth-child(5) { left: 254px; }

.gptu-product-schematic--timer .gptu-valve {
  width: 94px;
  height: 84px;
  left: 38px;
  top: 24px;
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(116, 198, 139, 0.78), rgba(15, 112, 74, 0.34));
}

.gptu-product-schematic--timer .gptu-remote {
  width: 48px;
  height: 84px;
  right: 54px;
  top: 24px;
  border-radius: 16px;
  border: 2px solid rgba(255, 122, 26, 0.64);
}

.gptu-product-schematic--timer b {
  left: 136px;
  right: 110px;
  top: 64px;
  border-top: 2px dashed rgba(232, 242, 233, 0.34);
}

.gptu-product-schematic--light i {
  width: 42px;
  height: 78px;
  bottom: 24px;
  border-radius: 999px 999px 14px 14px;
  background: linear-gradient(180deg, rgba(255, 122, 26, 0.75), rgba(116, 198, 139, 0.2));
}

.gptu-product-schematic--light i:nth-child(1) { left: 72px; height: 58px; opacity: 0.72; }
.gptu-product-schematic--light i:nth-child(2) { left: 136px; height: 88px; }
.gptu-product-schematic--light i:nth-child(3) { left: 200px; height: 68px; opacity: 0.82; }

.gptu-product-schematic--light b {
  width: 88px;
  height: 88px;
  right: 42px;
  top: 22px;
  border-radius: 50%;
  border: 1px solid rgba(255, 122, 26, 0.42);
  box-shadow: 0 0 42px rgba(255, 122, 26, 0.18);
}

.gptu-product-card p {
  margin: 0 0 18px;
  color: var(--gptu-muted);
  font-size: 15px;
  line-height: 1.5;
  font-weight: 650;
}

.gptu-product-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.gptu-product-card li {
  padding: 7px 10px;
  border: 1px solid rgba(232, 242, 233, 0.14);
  border-radius: 999px;
  color: var(--gptu-muted);
  font-size: 12px;
  font-weight: 800;
}

.gptu-product-card a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--gptu-green);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.gptu-loop {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding: 44px 0 56px;
}

.gptu-loop article {
  min-height: 250px;
  padding: 34px;
  border-radius: var(--gptu-radius);
}

.gptu-loop span {
  color: var(--gptu-orange);
  font-size: 16px;
  font-weight: 900;
}

.gptu-loop h2 {
  margin: 52px 0 12px;
  color: var(--gptu-text);
  font-size: 34px;
  line-height: 1.08;
  letter-spacing: -0.008em;
  word-spacing: 0.08em;
  font-weight: 900;
}

.gptu-loop p {
  max-width: 310px;
  margin: 0;
  color: var(--gptu-muted);
  font-size: 15px;
  font-weight: 650;
}

.gptu-comparison {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 34px;
  padding: 44px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.06);
}

.gptu-section-copy h2 {
  margin: 0;
  color: var(--gptu-text);
  font-size: 48px;
  line-height: 1.05;
  letter-spacing: -0.008em;
  word-spacing: 0.08em;
  font-weight: 900;
}

.gptu-coverage {
  grid-column: 2;
  display: flex;
  gap: 10px;
  align-self: start;
}

.gptu-coverage button {
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid var(--gptu-line);
  border-radius: 999px;
  background: transparent;
  color: var(--gptu-muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

.gptu-coverage button.is-active {
  border-color: var(--gptu-orange);
  background: rgba(255, 122, 26, 0.14);
  color: #fff;
}

.gptu-table {
  grid-column: 2;
  width: 100%;
  border-collapse: collapse;
}

.gptu-table th,
.gptu-table td {
  padding: 18px 16px;
  border-bottom: 1px solid rgba(232, 242, 233, 0.11);
  color: var(--gptu-muted);
  text-align: left;
  font-size: 15px;
  font-weight: 700;
}

.gptu-table th {
  color: #fff;
  font-weight: 900;
}

.gptu-table tr.is-active td {
  color: #fff;
  background: rgba(255, 122, 26, 0.06);
}

.gptu-kit-selector {
  width: 100vw;
  max-width: none;
  margin: 42px 0 0 calc(50% - 50vw);
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(420px, 0.82fr);
  height: clamp(760px, 55vw, 840px);
  min-height: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 18%, rgba(15, 112, 74, 0.12), transparent 28%),
    linear-gradient(180deg, #f7f2e8 0%, #eee3d3 100%);
  border-top: 1px solid rgba(61, 56, 47, 0.12);
  border-bottom: 1px solid rgba(61, 56, 47, 0.12);
  color: var(--gptu-text);
}

.gptu-kit-visual {
  position: relative;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  background: #e7ddcf;
}

.gptu-kit-visual img {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: block;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.02);
  transition: opacity 360ms ease, transform 680ms cubic-bezier(0.16, 1, 0.3, 1);
}

.gptu-kit-visual.is-switching img {
  opacity: 1;
  transform: scale(1.045);
}

.gptu-kit-visual__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(11, 20, 14, 0.5) 0%, rgba(11, 20, 14, 0.12) 46%, rgba(11, 20, 14, 0) 74%),
    linear-gradient(0deg, rgba(11, 20, 14, 0.34) 0%, rgba(11, 20, 14, 0) 52%);
  pointer-events: none;
}

.gptu-kit-visual__copy {
  position: absolute;
  left: clamp(38px, 5vw, 82px);
  right: clamp(28px, 8vw, 160px);
  bottom: clamp(48px, 6vw, 108px);
  z-index: 2;
  color: #fffaf2;
  text-shadow: 0 2px 26px rgba(0, 0, 0, 0.28);
}

.gptu-kit-visual__copy span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  margin-bottom: 16px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 250, 242, 0.18);
  color: #fffaf2;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.gptu-kit-visual__copy h3 {
  max-width: 650px;
  margin: 0 0 12px;
  color: #fffaf2;
  font-family: Georgia, Cambria, "Times New Roman", serif;
  font-size: clamp(40px, 3.55vw, 60px);
  font-weight: 500;
  line-height: 0.96;
  letter-spacing: -0.04em;
}

.gptu-kit-visual__copy p {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 250, 242, 0.82);
  font-size: 18px;
  line-height: 1.48;
  font-weight: 600;
}

.gptu-kit-panel {
  height: 100%;
  min-height: 0;
  padding: clamp(44px, 5vw, 76px) clamp(42px, 5vw, 82px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    linear-gradient(180deg, rgba(255, 250, 242, 0.86), rgba(247, 242, 232, 0.88)),
    #f7f2e8;
}

.gptu-kit-panel .gptu-eyebrow {
  margin-bottom: 18px;
}

.gptu-kit-panel h2 {
  max-width: 620px;
  margin: 0;
  color: var(--gptu-text);
  font-family: Georgia, Cambria, "Times New Roman", serif;
  font-size: clamp(42px, 3.8vw, 66px);
  font-weight: 500;
  line-height: 0.96;
  letter-spacing: -0.04em;
}

.gptu-kit-panel__lead {
  max-width: 540px;
  margin: 20px 0 30px;
  color: var(--gptu-muted);
  font-size: 17px;
  line-height: 1.56;
  font-weight: 500;
}

.gptu-kit-options {
  display: grid;
  gap: 12px;
}

.gptu-kit-option {
  width: 100%;
  min-height: 88px;
  padding: 17px 18px;
  display: grid;
  grid-template-columns: 44px 1fr;
  column-gap: 16px;
  align-items: center;
  border: 1px solid rgba(61, 56, 47, 0.13);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.42);
  color: var(--gptu-text);
  text-align: left;
  cursor: pointer;
  transition: border-color 220ms ease, background 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}

.gptu-kit-option:hover,
.gptu-kit-option.is-active {
  border-color: rgba(15, 112, 74, 0.32);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 16px 52px rgba(61, 56, 47, 0.08);
  transform: translateY(-2px);
}

.gptu-kit-option span {
  grid-row: 1 / span 2;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(15, 112, 74, 0.1);
  color: var(--gptu-green);
  font-size: 12px;
  font-weight: 900;
}

.gptu-kit-option strong {
  display: block;
  color: var(--gptu-text);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.1;
}

.gptu-kit-option em {
  margin-top: 5px;
  color: var(--gptu-muted);
  font-size: 13px;
  font-style: normal;
  font-weight: 650;
  line-height: 1.35;
}

.gptu-kit-cta {
  width: fit-content;
  min-height: 46px;
  margin-top: 16px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--gptu-green);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.gptu-reviews {
  width: min(1220px, calc(100% - 48px));
  margin: 74px auto 0;
  color: var(--gptu-text);
}

.gptu-reviews__header {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.55fr);
  gap: 42px;
  align-items: end;
  margin-bottom: 24px;
}

.gptu-reviews__header h2 {
  max-width: 760px;
  margin: 0;
  color: var(--gptu-text);
  font-family: Georgia, Cambria, "Times New Roman", serif;
  font-size: clamp(42px, 4.2vw, 70px);
  font-weight: 500;
  line-height: 0.96;
  letter-spacing: -0.04em;
}

.gptu-reviews__header > p {
  margin: 0 0 7px;
  color: var(--gptu-muted);
  font-size: 17px;
  line-height: 1.55;
  font-weight: 500;
}

.gptu-reviews__layout {
  display: grid;
  grid-template-columns: minmax(420px, 0.9fr) minmax(0, 1.1fr);
  gap: 18px;
}

.gptu-review-feature,
.gptu-review-card {
  border: 1px solid var(--gptu-line);
  box-shadow: 0 18px 70px rgba(61, 56, 47, 0.055);
}

.gptu-review-feature {
  min-height: 430px;
  padding: clamp(32px, 4.2vw, 56px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 12%, rgba(15, 112, 74, 0.16), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(237, 229, 216, 0.78));
}

.gptu-review-feature__meta {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 12px;
  padding: 8px 13px;
  border: 1px solid rgba(15, 112, 74, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.48);
  color: var(--gptu-green);
}

.gptu-review-feature__meta span {
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.gptu-review-feature__meta strong {
  color: rgba(31, 36, 31, 0.68);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.gptu-review-feature blockquote {
  max-width: 580px;
  margin: 44px 0;
  color: var(--gptu-text);
  font-family: Georgia, Cambria, "Times New Roman", serif;
  font-size: clamp(32px, 3.2vw, 52px);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.gptu-review-feature footer {
  display: flex;
  align-items: center;
  gap: 14px;
}

.gptu-review-avatar {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--gptu-green);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.gptu-review-feature footer strong,
.gptu-review-feature footer span,
.gptu-review-card h3,
.gptu-review-card p,
.gptu-review-card span {
  display: block;
}

.gptu-review-feature footer strong {
  color: var(--gptu-text);
  font-size: 15px;
  font-weight: 900;
}

.gptu-review-feature footer div > span {
  margin-top: 2px;
  color: var(--gptu-muted);
  font-size: 13px;
  font-weight: 650;
}

.gptu-review-list {
  display: grid;
  gap: 14px;
}

.gptu-review-card {
  min-height: 134px;
  padding: 24px;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  column-gap: 18px;
  align-items: start;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(250, 246, 238, 0.72)),
    var(--gptu-panel);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.gptu-review-card:hover {
  border-color: rgba(15, 112, 74, 0.28);
  box-shadow: 0 24px 82px rgba(61, 56, 47, 0.08);
  transform: translateY(-2px);
}

.gptu-review-card > .gptu-review-score {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  justify-self: center;
  align-self: start;
  border-radius: 50%;
  background: rgba(15, 112, 74, 0.1);
  color: var(--gptu-green);
  font-size: 15px;
  line-height: 1;
  font-weight: 950;
}

.gptu-review-card > div {
  min-width: 0;
  padding-top: 2px;
}

.gptu-review-card h3 {
  margin: 0 0 8px;
  color: var(--gptu-text);
  font-size: 17px;
  line-height: 1.28;
  font-weight: 900;
  letter-spacing: -0.015em;
}

.gptu-review-card p {
  margin: 0;
  color: var(--gptu-muted);
  font-size: 14px;
  line-height: 1.56;
  font-weight: 500;
}

.gptu-review-card div > span {
  margin-top: 13px;
  color: var(--gptu-green);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gptu-proof {
  margin-top: 38px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.gptu-proof div {
  min-height: 88px;
  padding: 23px 24px;
  border-right: 1px solid var(--gptu-line);
}

.gptu-proof div:last-child {
  border-right: 0;
}

.gptu-proof strong,
.gptu-proof span {
  display: block;
}

.gptu-proof strong {
  margin-bottom: 4px;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
}

.gptu-proof span {
  color: var(--gptu-muted);
  font-size: 12px;
  font-weight: 650;
}

.gptu-guide {
  padding: 76px 0 0;
}

.gptu-guide .gptu-section-copy {
  display: grid;
  grid-template-columns: 360px 1fr;
  align-items: end;
  margin-bottom: 26px;
}

.gptu-guide .gptu-section-copy h2 {
  max-width: 720px;
}

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

.gptu-guide-grid article {
  min-height: 210px;
  padding: 28px;
  border-radius: var(--gptu-radius);
}

.gptu-guide-grid span {
  color: var(--gptu-orange);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gptu-guide-grid h3 {
  max-width: 280px;
  margin: 48px 0 18px;
  color: var(--gptu-text);
  font-size: 24px;
  line-height: 1.12;
  letter-spacing: -0.004em;
  word-spacing: 0.08em;
  font-weight: 900;
}

.gptu-guide-grid a {
  color: var(--gptu-green-bright);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.gptu-newsletter {
  margin-top: 56px;
  margin-bottom: 90px;
  padding: 34px 38px;
  display: grid;
  grid-template-columns: 1fr 520px;
  gap: 40px;
  align-items: center;
  border-radius: var(--gptu-radius);
}

.gptu-newsletter h2 {
  margin: 0 0 8px;
  color: var(--gptu-text);
  font-size: 34px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.004em;
  word-spacing: 0.08em;
}

.gptu-newsletter p:not(.gptu-eyebrow) {
  margin: 0;
  color: var(--gptu-muted);
  font-weight: 650;
}

.gptu-newsletter form {
  display: flex;
  gap: 12px;
}

.gptu-newsletter input {
  flex: 1;
  height: 52px;
  padding: 0 16px;
  border: 1px solid var(--gptu-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font: inherit;
}

.gptu-newsletter input::placeholder {
  color: rgba(232, 242, 233, 0.52);
}

.gptu-newsletter button {
  min-width: 142px;
  height: 52px;
  border: 0;
  border-radius: 999px;
  background: var(--gptu-green);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.gptu-reveal,
.gptu-reveal-group > * {
  opacity: 1;
  transform: none;
  transition: opacity 680ms ease, transform 680ms ease;
}

.gptu-reveal.is-visible,
.gptu-reveal-group.is-visible > * {
  opacity: 1;
  transform: translateY(0);
}

.gptu-reveal-group.is-visible > *:nth-child(2) { transition-delay: 90ms; }
.gptu-reveal-group.is-visible > *:nth-child(3) { transition-delay: 180ms; }
.gptu-reveal-group.is-visible > *:nth-child(4) { transition-delay: 270ms; }

@keyframes gptu-meter {
  from { width: 56%; }
  to { width: 82%; }
}

@keyframes gptu-hero-slide {
  0%, 31.8% {
    opacity: 1;
    transform: scale(1);
  }
  33.333%, 98% {
    opacity: 0;
    transform: scale(1.03);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes gptu-dot {
  0%, 28% { background: var(--gptu-orange); }
  33%, 100% { background: rgba(232, 242, 233, 0.35); }
}

@keyframes gptu-grid-pulse {
  0%, 100% { background: rgba(15, 112, 74, 0.42); }
  50% { background: rgba(116, 198, 139, 0.58); }
}

/* Lifestyle brand skin: Allbirds / Ecobee inspired visual layer.
   The module structure stays unchanged: full-width hero carousel, full-width
   product bands, system guide, trust strip, guide cards, newsletter. */
:root {
  --gptu-bg: #f7f3ea;
  --gptu-bg-2: #ede6da;
  --gptu-panel: rgba(255, 255, 255, 0.76);
  --gptu-panel-strong: rgba(255, 255, 255, 0.94);
  --gptu-line: rgba(61, 56, 47, 0.16);
  --gptu-text: #1f241f;
  --gptu-muted: rgba(44, 48, 43, 0.72);
  --gptu-green: #0f704a;
  --gptu-green-bright: #6ea883;
  --gptu-orange: #c06d2a;
  --gptu-radius: 18px;
}

body .main-page-wrapper {
  background: var(--gptu-bg);
}

.gptu-page {
  background: var(--gptu-bg);
  color: var(--gptu-text);
  font-family: SatoshiVariable, Arial, Helvetica, sans-serif;
}

.gptu-shell {
  background:
    radial-gradient(circle at 84% 7%, rgba(15, 112, 74, 0.12), transparent 24%),
    radial-gradient(circle at 9% 24%, rgba(192, 109, 42, 0.08), transparent 26%),
    linear-gradient(180deg, #fbf8f1 0%, #f7f3ea 45%, #efe7da 100%);
}

.gptu-nav {
  height: 88px;
  background: rgba(255, 252, 246, 0.9);
  border-bottom: 1px solid #e4dbcf;
  backdrop-filter: blur(18px);
}

.gptu-brand {
  color: var(--gptu-text);
  letter-spacing: -0.04em;
}

.gptu-brand__mark {
  background: #fffaf2;
  border-radius: 11px;
  box-shadow:
    0 0 0 1px rgba(61, 56, 47, 0.1),
    0 10px 30px rgba(61, 56, 47, 0.08);
}

.gptu-menu,
.gptu-actions {
  color: rgba(31, 36, 31, 0.78);
}

.gptu-menu a:hover,
.gptu-actions a:hover {
  color: var(--gptu-green);
}

.gptu-hero {
  min-height: 690px;
  background: #f3ecdf;
  border-bottom: 1px solid #e3d8c8;
}

.gptu-hero-slide::after {
  background:
    linear-gradient(90deg, rgba(250, 246, 238, 0.98) 0%, rgba(250, 246, 238, 0.84) 39%, rgba(250, 246, 238, 0.1) 72%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(227, 216, 200, 0.36) 100%);
}

.gptu-hero-scene {
  background:
    radial-gradient(circle at 77% 42%, rgba(15, 112, 74, 0.18), transparent 30%),
    radial-gradient(circle at 83% 18%, rgba(192, 109, 42, 0.09), transparent 24%),
    linear-gradient(135deg, #fbf8f1 0%, #eee2d2 48%, #d9cdbb 100%);
}

.gptu-hero-scene::before {
  background:
    linear-gradient(90deg, rgba(31, 36, 31, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(31, 36, 31, 0.03) 1px, transparent 1px);
  opacity: 0.28;
}

.gptu-hero-slide--monitor .gptu-scene-pot,
.gptu-hero-slide--watering .gptu-scene-pot,
.gptu-hero-slide--light .gptu-scene-plant {
  background:
    radial-gradient(circle at 35% 22%, rgba(255, 255, 255, 0.62), transparent 25%),
    linear-gradient(145deg, rgba(15, 112, 74, 0.22), rgba(15, 112, 74, 0.06));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.44),
    0 38px 110px rgba(61, 56, 47, 0.16);
}

.gptu-hero-slide--monitor .gptu-scene-sensor,
.gptu-hero-slide--light .gptu-scene-lightmeter {
  background: linear-gradient(180deg, #fffaf2, rgba(15, 112, 74, 0.2));
  border-color: rgba(15, 112, 74, 0.26);
  box-shadow: 0 24px 70px rgba(15, 112, 74, 0.14);
}

.gptu-hero-slide--monitor .gptu-scene-card {
  border-color: rgba(15, 112, 74, 0.16);
  background: rgba(255, 255, 255, 0.34);
  box-shadow: 0 22px 70px rgba(61, 56, 47, 0.08);
}

.gptu-hero-slide--watering .gptu-scene-valve {
  background: linear-gradient(145deg, rgba(15, 112, 74, 0.66), rgba(110, 168, 131, 0.28));
  box-shadow: 0 32px 92px rgba(15, 112, 74, 0.18);
}

.gptu-hero-slide--watering .gptu-scene-remote,
.gptu-hero-slide--light .gptu-scene-sun {
  border-color: rgba(192, 109, 42, 0.5);
}

.gptu-eyebrow,
.gptu-hero .gptu-eyebrow,
.gptu-product-copy span,
.gptu-loop span,
.gptu-guide-grid span {
  color: var(--gptu-green);
  text-shadow: none;
}

.gptu-hero-title {
  max-width: 600px;
  color: var(--gptu-text);
  font-family: Georgia, Cambria, "Times New Roman", serif;
  font-size: clamp(64px, 5.9vw, 88px);
  line-height: 0.96;
  font-weight: 500;
  letter-spacing: -0.035em;
  text-shadow: none;
}

.gptu-hero-title span:last-child {
  color: var(--gptu-green);
}

.gptu-lede {
  max-width: 500px;
  color: rgba(31, 36, 31, 0.72);
  font-size: 19px;
  font-weight: 500;
}

.gptu-button {
  min-height: 50px;
  border-radius: 7px;
  font-weight: 800;
  letter-spacing: 0;
}

.gptu-button--primary {
  background: var(--gptu-green);
  color: #fff;
  box-shadow: 0 18px 44px rgba(15, 112, 74, 0.18);
}

.gptu-hero .gptu-button--ghost,
.gptu-button--ghost {
  border: 1px solid rgba(31, 36, 31, 0.42);
  background: rgba(255, 255, 255, 0.32);
  color: var(--gptu-text);
}

.gptu-hero-dots i {
  background: rgba(31, 36, 31, 0.24);
}

.gptu-products {
  background: #f7f3ea;
  padding-top: 72px;
}

.gptu-products__intro h2,
.gptu-section-copy h2 {
  color: var(--gptu-text);
  font-family: Georgia, Cambria, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.gptu-products__intro h2 {
  max-width: 700px;
  font-size: 46px;
}

.gptu-product-feature {
  min-height: 560px;
  border-top: 1px solid #e4dbcf;
  border-bottom: 0;
  background:
    radial-gradient(circle at 16% 18%, rgba(15, 112, 74, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(239, 231, 219, 0.78));
}

.gptu-product-feature:nth-child(2) {
  background:
    radial-gradient(circle at 84% 24%, rgba(15, 112, 74, 0.1), transparent 30%),
    linear-gradient(180deg, #efe6d8, #fbf8f1);
}

.gptu-product-visual {
  background:
    linear-gradient(90deg, rgba(31, 36, 31, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(31, 36, 31, 0.03) 1px, transparent 1px),
    radial-gradient(circle at 55% 50%, rgba(192, 109, 42, 0.12), transparent 36%),
    rgba(255, 250, 242, 0.48);
}

.gptu-product-visual::after {
  border-color: rgba(61, 56, 47, 0.1);
  border-radius: 18px;
}

.gptu-product-visual--monitor .gptu-large-display,
.gptu-product-visual--timer .gptu-large-remote {
  border-color: rgba(192, 109, 42, 0.58);
  background: rgba(255, 250, 242, 0.45);
  box-shadow: 0 28px 80px rgba(192, 109, 42, 0.12);
}

.gptu-product-visual--monitor .gptu-large-probe,
.gptu-product-visual--timer .gptu-large-valve {
  background: linear-gradient(180deg, rgba(15, 112, 74, 0.68), rgba(110, 168, 131, 0.2));
}

.gptu-product-visual--timer b {
  border-top-color: rgba(31, 36, 31, 0.22);
}

.gptu-product-visual--light i {
  background: linear-gradient(180deg, rgba(192, 109, 42, 0.78), rgba(15, 112, 74, 0.18));
}

.gptu-product-visual--light b {
  border-color: rgba(192, 109, 42, 0.38);
  box-shadow: 0 0 80px rgba(192, 109, 42, 0.14);
}

.gptu-product-visual--image {
  isolation: isolate;
  background: #efe6d8;
}

.gptu-product-visual--image img {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.01);
  transition: transform 650ms cubic-bezier(0.16, 1, 0.3, 1);
}

.gptu-product-visual--image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 250, 242, 0.16), transparent 34%),
    linear-gradient(180deg, transparent 58%, rgba(31, 36, 31, 0.1));
}

.gptu-product-visual--image::after {
  inset: 0;
  z-index: 2;
  border: 0;
  border-radius: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 250, 242, 0.06), transparent 42%);
  box-shadow:
    inset 0 0 0 1px rgba(61, 56, 47, 0.08),
    inset 0 0 0 2px rgba(255, 255, 255, 0.16);
}

.gptu-product-visual--image > i,
.gptu-product-visual--image > b {
  display: none;
}

.gptu-product-feature:hover .gptu-product-visual--image img {
  transform: scale(1.035);
}

.gptu-product-copy {
  background: rgba(255, 255, 255, 0.28);
}

.gptu-product-copy h3 {
  color: var(--gptu-text);
  font-family: Georgia, Cambria, "Times New Roman", serif;
  font-size: clamp(50px, 4.7vw, 76px);
  font-weight: 500;
  letter-spacing: -0.035em;
}

.gptu-product-copy p {
  color: var(--gptu-muted);
  font-weight: 500;
}

.gptu-product-copy li,
.gptu-product-card li {
  border-color: rgba(31, 36, 31, 0.14);
  background: rgba(255, 255, 255, 0.46);
  color: rgba(31, 36, 31, 0.66);
}

.gptu-product-copy a,
.gptu-product-card a,
.gptu-newsletter button {
  border-radius: 7px;
  background: var(--gptu-green);
  color: #fff;
}

.gptu-loop,
.gptu-comparison,
.gptu-proof,
.gptu-guide,
.gptu-newsletter {
  color: var(--gptu-text);
}

.gptu-metric,
.gptu-signal-grid,
.gptu-zone-map,
.gptu-starter-card,
.gptu-product-feature,
.gptu-product-card,
.gptu-loop article,
.gptu-comparison,
.gptu-proof,
.gptu-guide-grid article,
.gptu-newsletter {
  border-color: var(--gptu-line);
  background: var(--gptu-panel);
  backdrop-filter: blur(8px);
  box-shadow: 0 18px 70px rgba(61, 56, 47, 0.055);
}

.gptu-loop article,
.gptu-guide-grid article,
.gptu-newsletter,
.gptu-comparison {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(250, 246, 238, 0.72)),
    var(--gptu-panel);
}

.gptu-loop h2,
.gptu-guide-grid h3,
.gptu-newsletter h2 {
  color: var(--gptu-text);
}

.gptu-loop h2,
.gptu-newsletter h2 {
  font-family: Georgia, Cambria, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.gptu-loop p,
.gptu-product-card p,
.gptu-newsletter p:not(.gptu-eyebrow),
.gptu-proof span {
  color: var(--gptu-muted);
  font-weight: 500;
}

.gptu-coverage button {
  border-color: rgba(31, 36, 31, 0.16);
  color: rgba(31, 36, 31, 0.64);
  background: rgba(255, 255, 255, 0.36);
}

.gptu-coverage button.is-active {
  border-color: rgba(15, 112, 74, 0.32);
  background: rgba(15, 112, 74, 0.1);
  color: var(--gptu-green);
}

.gptu-table th,
.gptu-table td {
  border-bottom-color: rgba(61, 56, 47, 0.12);
  color: rgba(31, 36, 31, 0.68);
}

.gptu-table th {
  color: var(--gptu-text);
}

.gptu-table tr.is-active td {
  color: var(--gptu-text);
  background: rgba(15, 112, 74, 0.06);
}

.gptu-proof {
  background: rgba(255, 255, 255, 0.64);
}

.gptu-proof div {
  border-right-color: rgba(61, 56, 47, 0.12);
}

.gptu-proof strong {
  color: var(--gptu-text);
}

.gptu-guide-grid a {
  color: var(--gptu-green);
}

.gptu-newsletter input {
  border-color: rgba(31, 36, 31, 0.16);
  background: rgba(255, 255, 255, 0.78);
  color: var(--gptu-text);
}

.gptu-newsletter input::placeholder {
  color: rgba(31, 36, 31, 0.42);
}

.gptu-video-reel.gptu-loop {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 76px 0 96px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 28%, rgba(15, 112, 74, 0.1), transparent 28%),
    radial-gradient(circle at 14% 80%, rgba(192, 109, 42, 0.09), transparent 24%),
    linear-gradient(180deg, #f5ecde 0%, #fbf8f1 48%, #efe6d8 100%);
  border-top: 1px solid #e4dbcf;
  border-bottom: 1px solid #e4dbcf;
}

.gptu-reel__intro {
  width: min(1360px, calc(100% - 88px));
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
  gap: 44px;
  align-items: end;
  position: relative;
  z-index: 3;
}

.gptu-reel__intro .gptu-eyebrow {
  grid-column: 1 / -1;
  margin: 0 0 -16px;
}

.gptu-reel__intro h2 {
  max-width: 770px;
  margin: 0;
  color: var(--gptu-text);
  font-family: Georgia, Cambria, "Times New Roman", serif;
  font-size: clamp(46px, 4.4vw, 72px);
  font-weight: 500;
  line-height: 0.96;
  letter-spacing: -0.04em;
}

.gptu-reel__intro p:not(.gptu-eyebrow) {
  max-width: 430px;
  margin: 0 0 7px;
  color: var(--gptu-muted);
  font-size: 17px;
  line-height: 1.58;
  font-weight: 500;
}

.gptu-reel__stage {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 0 clamp(24px, 4vw, 70px);
  position: relative;
  overflow: hidden;
}

.gptu-reel__stage::before,
.gptu-reel__stage::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: clamp(28px, 5vw, 88px);
  z-index: 6;
  pointer-events: none;
}

.gptu-reel__stage::before {
  left: 0;
  background: linear-gradient(90deg, #fbf8f1 0%, rgba(251, 248, 241, 0) 100%);
}

.gptu-reel__stage::after {
  right: 0;
  background: linear-gradient(270deg, #fbf8f1 0%, rgba(251, 248, 241, 0) 100%);
}

.gptu-reel__track {
  width: min(1560px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, minmax(156px, 1fr));
  gap: clamp(14px, 1.42vw, 22px);
  align-items: start;
  overflow: visible;
}

.gptu-reel-card {
  --wall-lift: 0px;
  --video-crop: 1.18;
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 16;
  margin: var(--wall-lift) 0 0;
  padding: 0;
  overflow: hidden;
  border: 0 !important;
  border-radius: clamp(16px, 1.7vw, 26px);
  background: transparent;
  box-shadow: 0 22px 70px rgba(61, 56, 47, 0.13);
  backdrop-filter: none;
  transform: none;
  transition:
    transform 360ms cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 360ms ease,
    filter 360ms ease;
  will-change: transform, filter;
}

.gptu-reel-card:nth-child(1) {
  --wall-lift: 34px;
  --video-crop: 1.25;
}

.gptu-reel-card:nth-child(2) {
  --wall-lift: 0px;
  --video-crop: 1.22;
}

.gptu-reel-card:nth-child(3) {
  --wall-lift: 58px;
  --video-crop: 1.25;
}

.gptu-reel-card:nth-child(4) {
  --wall-lift: 18px;
  --video-crop: 1.14;
}

.gptu-reel-card:nth-child(5) {
  --wall-lift: 48px;
  --video-crop: 1.14;
}

.gptu-reel-card:nth-child(6) {
  --wall-lift: 8px;
  --video-crop: 1.12;
}

.gptu-reel-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0) 38%, rgba(0, 0, 0, 0.58) 100%),
    radial-gradient(circle at 50% 16%, rgba(255, 255, 255, 0.16), transparent 30%);
  pointer-events: none;
}

.gptu-reel-card::after {
  content: "";
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 3;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.16);
}

.gptu-reel-card.is-active,
.gptu-reel-card:hover {
  box-shadow:
    0 36px 96px rgba(15, 112, 74, 0.14),
    0 18px 56px rgba(61, 56, 47, 0.15);
}

.gptu-reel-card:hover {
  transform: translateY(-10px) scale(1.018);
}

.gptu-reel-card video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  background: transparent;
  transform: scale(var(--video-crop));
  transform-origin: center center;
  transition: transform 520ms ease, filter 520ms ease;
}

.gptu-reel-card:hover video {
  transform: scale(calc(var(--video-crop) + 0.045));
}

.gptu-reel-card__copy {
  position: absolute;
  left: clamp(14px, 1.35vw, 20px);
  right: clamp(14px, 1.35vw, 20px);
  bottom: clamp(16px, 1.5vw, 22px);
  z-index: 4;
  color: #fffaf2;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.42);
}

.gptu-reel-card__copy span {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  margin-bottom: 9px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(255, 250, 242, 0.16);
  color: #f5e2c9;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gptu-reel-card__copy h3 {
  max-width: 235px;
  margin: 0 0 8px;
  color: #fffaf2;
  font-family: Georgia, Cambria, "Times New Roman", serif;
  font-size: clamp(19px, 1.55vw, 26px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03em;
}

.gptu-reel-card__copy p {
  max-width: 220px;
  margin: 0;
  color: rgba(255, 250, 242, 0.84);
  font-size: clamp(11px, 0.82vw, 13px);
  line-height: 1.38;
  font-weight: 650;
}

.gptu-video-reel .gptu-reel-card {
  background: transparent;
}

.gptu-reel__button {
  display: none;
}

@media (max-width: 1260px) {
  .gptu-reel__track {
    grid-template-columns: repeat(5, minmax(150px, 1fr));
  }

  .gptu-reel-card:nth-child(6) {
    display: none;
  }
}

@media (max-width: 920px) {
  .gptu-reel__intro {
    width: min(100% - 40px, 720px);
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .gptu-reel__intro .gptu-eyebrow {
    margin-bottom: 0;
  }

  .gptu-reel__track {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .gptu-nav,
  .gptu-hero,
  .gptu-comparison,
  .gptu-kit-selector,
  .gptu-reviews__header,
  .gptu-reviews__layout,
  .gptu-newsletter,
  .gptu-guide .gptu-section-copy {
    grid-template-columns: 1fr;
  }

  .gptu-kit-selector {
    height: auto;
    min-height: 0;
  }

  .gptu-kit-visual,
  .gptu-kit-panel {
    min-height: 560px;
  }

  .gptu-kit-panel {
    padding: 44px 32px 56px;
  }

  .gptu-reviews {
    width: min(100% - 32px, 720px);
    margin-top: 56px;
  }

  .gptu-reviews__header {
    gap: 18px;
  }

  .gptu-review-feature {
    min-height: 360px;
  }

  .gptu-menu,
  .gptu-actions {
    justify-content: flex-start;
  }

  .gptu-coverage,
  .gptu-table {
    grid-column: auto;
  }
}

/* Spider-inspired commerce structure pass: layout and behavior only, no copied assets. */
.gptu-nav {
  position: relative;
  z-index: 50;
}

.gptu-menu a {
  position: relative;
  padding: 34px 0;
}

.gptu-menu a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 24px;
  height: 2px;
  background: var(--gptu-green);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 180ms ease;
}

.gptu-menu a:hover::after,
.gptu-menu a.is-active::after {
  transform: scaleX(1);
}

.gptu-mega {
  position: absolute;
  left: clamp(40px, 5vw, 72px);
  right: clamp(40px, 5vw, 72px);
  top: calc(100% - 1px);
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 34px;
  min-height: 410px;
  padding: 34px;
  border: 1px solid rgba(31, 36, 31, 0.1);
  border-radius: 0 0 28px 28px;
  background: rgba(255, 252, 246, 0.98);
  box-shadow: 0 38px 100px rgba(31, 36, 31, 0.14);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  pointer-events: none;
  transition:
    opacity 180ms ease,
    transform 180ms ease,
    visibility 180ms ease;
}

.gptu-mega.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.gptu-mega__rail {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-right: 24px;
  border-right: 1px solid rgba(31, 36, 31, 0.1);
}

.gptu-mega__rail span,
.gptu-mega__intro span {
  color: rgba(31, 36, 31, 0.46);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.gptu-mega__rail button {
  min-height: 52px;
  padding: 0 18px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: rgba(31, 36, 31, 0.64);
  font: inherit;
  font-size: 14px;
  font-weight: 900;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
}

.gptu-mega__rail button.is-active {
  background: rgba(15, 112, 74, 0.12);
  color: #0f704a;
  box-shadow: inset 0 0 0 1px rgba(15, 112, 74, 0.16);
}

.gptu-mega__rail a {
  margin-top: auto;
  color: var(--gptu-green);
  font-size: 14px;
  font-weight: 900;
}

.gptu-mega__main {
  min-width: 0;
}

.gptu-mega__intro {
  max-width: 760px;
  margin-bottom: 26px;
}

.gptu-mega__intro h3 {
  margin: 8px 0 8px;
  color: var(--gptu-text);
  font-size: clamp(30px, 2.7vw, 44px);
  font-weight: 900;
  letter-spacing: -0.04em;
}

.gptu-mega__intro p {
  max-width: 640px;
  margin: 0;
  color: var(--gptu-muted);
  font-size: 16px;
  line-height: 1.58;
  font-weight: 650;
}

.gptu-mega__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.gptu-mega-card {
  min-height: 210px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 70% 22%, rgba(15, 112, 74, 0.14), transparent 30%),
    linear-gradient(180deg, #f4eadb 0%, #fffaf2 100%);
  color: var(--gptu-text);
  box-shadow: inset 0 0 0 1px rgba(31, 36, 31, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.gptu-mega-card:hover {
  transform: translateY(-4px);
  box-shadow:
    inset 0 0 0 1px rgba(15, 112, 74, 0.18),
    0 22px 54px rgba(31, 36, 31, 0.12);
}

.gptu-mega-card span {
  width: max-content;
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(15, 112, 74, 0.1);
  color: var(--gptu-green);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.gptu-mega-card strong {
  color: var(--gptu-text);
  font-size: 18px;
  line-height: 1.2;
}

.gptu-mega-card em {
  color: var(--gptu-muted);
  font-style: normal;
  font-size: 13px;
  font-weight: 650;
}

.gptu-hero.gptu-hero-tabs {
  height: clamp(680px, calc(100svh - 140px), 820px);
  min-height: 680px;
  background: #f3efe6;
  border-bottom: 0;
}

.gptu-hero-tabs .gptu-hero-slide {
  padding: 0 clamp(54px, 4.2vw, 86px);
  opacity: 0 !important;
  visibility: hidden !important;
  animation: none;
  transition: none;
}

.gptu-hero-tabs .gptu-hero-slide.is-active {
  opacity: 1 !important;
  visibility: visible !important;
}

.gptu-hero-tabs .gptu-hero-slide::after {
  background:
    linear-gradient(90deg, rgba(10, 13, 10, 0.72) 0%, rgba(10, 13, 10, 0.54) 33%, rgba(10, 13, 10, 0.06) 72%),
    linear-gradient(180deg, rgba(10, 13, 10, 0.08) 0%, rgba(10, 13, 10, 0.26) 100%);
}

.gptu-hero-tabs .gptu-hero-scene {
  background: #f3efe6;
}

.gptu-hero-tabs .gptu-hero-scene::before {
  content: none;
}

.gptu-hero-tabs .gptu-hero-scene img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  transform: none;
  transition: none;
}

.gptu-hero-tabs .gptu-hero-slide.is-active .gptu-hero-scene img {
  transform: none;
}

.gptu-hero--image-led .gptu-hero-scene {
  display: grid;
  place-items: center;
  background: #f3efe6;
}

.gptu-hero--image-led .gptu-hero-scene img {
  object-fit: cover;
  object-position: center center;
}

.gptu-hero--image-led .gptu-hero-slide::after {
  background: none;
}

/* Keep every desktop/tablet carousel image at its original luminance. */
.gptu-hero.gptu-hero-tabs .gptu-hero-slide::after {
  background: none;
}

.gptu-hero-slide-link {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  cursor: pointer;
}

.gptu-hero-tabs .gptu-hero__copy {
  position: relative;
  z-index: 5;
  max-width: 720px;
  margin-top: -42px;
}

.gptu-hero-tabs .gptu-eyebrow,
.gptu-hero-tabs .gptu-hero .gptu-eyebrow {
  color: #fff;
  font-family: Poppins, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
  -webkit-text-stroke: 0.45px rgba(0, 0, 0, 0.78);
  paint-order: stroke fill;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.95),
    0 4px 10px rgba(0, 0, 0, 0.72),
    0 10px 24px rgba(0, 0, 0, 0.38);
}

.gptu-hero-tabs .gptu-hero-title {
  max-width: 640px;
  color: #fff;
  font-family: Poppins, Arial, Helvetica, sans-serif;
  font-size: clamp(60px, 5.3vw, 76px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 0;
  -webkit-text-stroke: 0.8px rgba(0, 0, 0, 0.72);
  paint-order: stroke fill;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.95),
    0 4px 10px rgba(0, 0, 0, 0.75),
    0 12px 28px rgba(0, 0, 0, 0.42);
}

.gptu-hero-tabs .gptu-hero-title span:last-child {
  color: #fff;
}

.gptu-hero-tabs .gptu-lede {
  max-width: 590px;
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.32;
  letter-spacing: 0;
  -webkit-text-stroke: 0.35px rgba(0, 0, 0, 0.72);
  paint-order: stroke fill;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.95),
    0 4px 12px rgba(0, 0, 0, 0.72);
}

.gptu-hero-tabs .gptu-button--primary {
  position: relative;
  overflow: visible;
  isolation: isolate;
  gap: 11px;
  padding-left: 24px;
  padding-right: 32px;
  background: linear-gradient(-45deg, #052316, #0f704a, #2e9b67, #0f704a, #052316);
  background-size: 400% 400%;
  color: #fff;
  box-shadow:
    0 12px 34px rgba(0, 0, 0, 0.34),
    0 18px 42px rgba(15, 112, 74, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
  animation: gptu-hero-cta-flow 6s ease infinite;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.gptu-hero-tabs .gptu-button--primary::before {
  content: "";
  position: relative;
  z-index: 2;
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  border-radius: 999px;
  background: #fffaf2;
  box-shadow: 0 0 0 0 rgba(255, 250, 242, 0.58);
  animation: gptu-hero-cta-ring 2400ms ease infinite;
}

.gptu-hero-tabs .gptu-button--primary::after {
  content: none;
}

.gptu-hero-tabs .gptu-button--primary:hover {
  filter: saturate(1.05) brightness(1.03);
  transform: translateY(-1px);
  box-shadow:
    0 14px 38px rgba(0, 0, 0, 0.38),
    0 24px 56px rgba(15, 112, 74, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

@keyframes gptu-hero-cta-flow {
  0% {
    background-position: 0% 50%;
    box-shadow:
      0 12px 34px rgba(0, 0, 0, 0.34),
      0 18px 42px rgba(15, 112, 74, 0.23),
      inset 0 1px 0 rgba(255, 255, 255, 0.22);
  }

  50% {
    background-position: 100% 50%;
    box-shadow:
      0 14px 42px rgba(0, 0, 0, 0.42),
      0 22px 54px rgba(46, 155, 103, 0.38),
      inset 0 1px 0 rgba(255, 255, 255, 0.34);
  }

  100% {
    background-position: 0% 50%;
    box-shadow:
      0 12px 34px rgba(0, 0, 0, 0.34),
      0 18px 42px rgba(15, 112, 74, 0.23),
      inset 0 1px 0 rgba(255, 255, 255, 0.22);
  }
}

@keyframes gptu-hero-cta-ring {
  0% {
    box-shadow:
      0 0 0 0 rgba(255, 250, 242, 0.62),
      0 0 14px rgba(255, 250, 242, 0.24);
    opacity: 1;
  }

  100% {
    box-shadow:
      0 0 0 18px rgba(255, 250, 242, 0),
      0 0 22px rgba(255, 250, 242, 0);
    opacity: 1;
  }
}

.gptu-hero-tabs .gptu-button--ghost {
  border-color: rgba(255, 250, 242, 0.62);
  background: rgba(10, 13, 10, 0.28);
  color: #fffaf2;
  backdrop-filter: blur(12px);
}

.gptu-hero-tabbar {
  position: absolute;
  left: 50%;
  bottom: 32px;
  z-index: 6;
  width: min(960px, calc(100% - 84px));
  min-height: 58px;
  padding: 6px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 4px;
  border-radius: 999px;
  background: rgba(12, 13, 11, 0.62);
  box-shadow:
    inset 0 0 0 1px rgba(255, 250, 242, 0.12),
    0 22px 60px rgba(0, 0, 0, 0.22);
  transform: translateX(-50%);
  backdrop-filter: blur(16px);
}

.gptu-hero-tabbar button {
  min-width: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(255, 250, 242, 0.72);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.gptu-hero-tabbar button:hover,
.gptu-hero-tabbar button.is-active {
  background: rgba(255, 250, 242, 0.18);
  color: #fffaf2;
}

.gptu-hero-tabbar button.is-active {
  box-shadow: inset 0 0 0 1px rgba(255, 250, 242, 0.16);
}

.gptu-footer {
  margin-top: 0;
  background: #30363a;
  color: rgba(255, 255, 255, 0.72);
}

.gptu-footer a {
  color: inherit;
}

.gptu-footer-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.gptu-footer-trust div {
  min-height: 124px;
  padding: 28px clamp(28px, 6vw, 150px);
  display: grid;
  gap: 4px;
  align-content: center;
}

.gptu-footer-trust div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.gptu-footer-trust span {
  color: #f3d5ab;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.gptu-footer-trust strong {
  color: #fff;
  font-size: 18px;
  font-weight: 900;
}

.gptu-footer-trust em {
  font-style: normal;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
}

.gptu-footer-main {
  width: min(1180px, calc(100% - 96px));
  margin: 0 auto;
  padding: 58px 0 54px;
  display: grid;
  grid-template-columns: minmax(280px, 1.4fr) repeat(3, minmax(150px, 1fr));
  gap: 56px;
}

.gptu-footer-brand .gptu-brand {
  color: #fff;
}

.gptu-footer-brand p {
  max-width: 360px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  line-height: 1.7;
}

.gptu-footer-main nav {
  display: grid;
  align-content: start;
  gap: 13px;
}

.gptu-footer-main nav strong {
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.gptu-footer-main nav a {
  color: rgba(255, 255, 255, 0.56);
  font-size: 14px;
}

.gptu-footer-main nav a:hover {
  color: #fff;
}

.gptu-footer-bottom {
  min-height: 58px;
  padding: 0 clamp(36px, 9vw, 150px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: #fff;
  color: rgba(31, 36, 31, 0.66);
  font-size: 13px;
  font-weight: 650;
}

.gptu-payment-strip {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  flex-wrap: wrap;
}

.gptu-payment-icon {
  min-width: 42px;
  height: 24px;
  padding: 0 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(31, 36, 31, 0.14);
  border-radius: 4px;
  background: #fff;
  color: #1f241f;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  box-shadow: 0 6px 14px rgba(31, 36, 31, 0.06);
}

.gptu-payment-icon--visa {
  color: #163c8f;
  font-style: italic;
  text-transform: uppercase;
}

.gptu-payment-icon--mastercard {
  position: relative;
  min-width: 44px;
  overflow: hidden;
  color: #191919;
}

.gptu-payment-icon--mastercard i {
  width: 15px;
  height: 15px;
  display: block;
  border-radius: 50%;
}

.gptu-payment-icon--mastercard i:first-child {
  background: #eb001b;
}

.gptu-payment-icon--mastercard i:nth-child(2) {
  margin-left: -5px;
  background: #f79e1b;
  opacity: 0.95;
}

.gptu-payment-icon--mastercard b {
  margin-left: 4px;
  font-size: 8px;
  font-weight: 900;
}

.gptu-payment-icon--amex {
  background: #2e77bc;
  border-color: #2e77bc;
  color: #fff;
  text-transform: uppercase;
}

.gptu-payment-icon--jcb {
  background: linear-gradient(90deg, #0b64b0 0 33%, #d9272e 33% 66%, #159447 66% 100%);
  border-color: transparent;
  color: #fff;
}

.gptu-payment-icon--unionpay {
  min-width: 58px;
  color: #2054a6;
}

.gptu-payment-icon--apple {
  min-width: 70px;
  gap: 4px;
  background: #111;
  border-color: #111;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: none;
}

.gptu-payment-icon--apple svg {
  width: 14px;
  height: 16px;
  display: block;
  fill: currentColor;
}

.gptu-payment-icon--apple span {
  transform: translateY(1px);
}

.gptu-payment-icon--google {
  min-width: 74px;
  gap: 5px;
  background: #fff;
  border-color: rgba(31, 36, 31, 0.18);
  color: #1f241f;
  font-size: 14px;
  font-weight: 650;
  text-transform: none;
}

.gptu-payment-icon--google svg {
  width: 16px;
  height: 16px;
  display: block;
}

.gptu-payment-note {
  margin-left: 5px;
  color: rgba(31, 36, 31, 0.54);
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

@media (max-width: 1024px) {
  .gptu-mega {
    display: none;
  }

  .gptu-hero.gptu-hero-tabs {
    height: 760px;
  }

  .gptu-hero-tabbar {
    grid-template-columns: 1fr;
    border-radius: 22px;
  }

  .gptu-footer-trust,
  .gptu-footer-main {
    grid-template-columns: 1fr;
  }
}

/* Warm commerce header: keep ecommerce utility without breaking GardPilot's lifestyle palette. */
.gptu-nav.gptu-nav--commerce {
  height: 140px;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 30px 66px 44px;
  gap: 0;
  border-bottom: 1px solid rgba(61, 56, 47, 0.14);
  background: #fbf8f1;
  color: #1f241f;
  backdrop-filter: none;
  box-shadow: 0 12px 34px rgba(31, 36, 31, 0.06);
}

.gptu-trust-strip {
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 4vw, 54px);
  padding-inline: clamp(28px, 7vw, 150px);
  background: #0f704a;
  color: #fffaf2;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.gptu-trust-strip span {
  position: relative;
  white-space: nowrap;
}

.gptu-trust-strip span + span::before {
  content: "";
  position: absolute;
  left: calc(clamp(20px, 4vw, 54px) / -2);
  top: 50%;
  width: 1px;
  height: 14px;
  background: rgba(255, 250, 242, 0.34);
  transform: translateY(-50%);
}

.gptu-nav__top {
  width: min(1220px, calc(100% - 96px));
  margin-inline: auto;
  padding-inline: 0;
}

.gptu-nav__bottom {
  width: 100%;
  margin-inline: 0;
  padding-inline: clamp(36px, 8vw, 150px);
}

.gptu-nav__top {
  display: grid;
  grid-template-columns: minmax(220px, 250px) minmax(420px, 1fr) minmax(330px, 360px);
  align-items: center;
  gap: 20px;
  background: #fbf8f1;
}

body.home .gp-language-switcher--home {
  position: absolute;
  top: 45px;
  right: max(32px, calc((100vw - 1220px) / 2));
  z-index: 92;
}

body.home .gp-language-switcher--home .gp-language-switcher__label {
  display: none;
}

body.home .gp-language-switcher--home .gt_switcher .gt_selected a {
  background: rgba(255, 253, 247, 0.82) !important;
}

.gptu-nav__bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid rgba(61, 56, 47, 0.11);
  background:
    linear-gradient(90deg, rgba(15, 112, 74, 0.045), rgba(255, 252, 246, 0.96) 24%, rgba(255, 252, 246, 0.96) 76%, rgba(15, 112, 74, 0.045)),
    #fffaf2;
}

.gptu-nav--commerce .gptu-brand {
  color: #1f241f;
  font-size: 30px;
  letter-spacing: -0.052em;
}

.gptu-nav--commerce .gptu-brand__mark {
  width: 40px;
  height: 40px;
  flex-basis: 40px;
  border-radius: 11px;
  background: #fffdf7;
  box-shadow:
    0 0 0 1px rgba(61, 56, 47, 0.11),
    0 10px 24px rgba(31, 36, 31, 0.08);
}

.gptu-search {
  height: 46px;
  display: grid;
  grid-template-columns: 1fr 50px;
  overflow: hidden;
  border: 1px solid rgba(61, 56, 47, 0.18);
  border-radius: 999px;
  background: #fffdf7;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.gptu-search input[type="search"] {
  min-width: 0;
  height: 44px;
  padding: 0 0 0 19px;
  border: 0;
  background: transparent;
  color: #1f241f;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  outline: none;
}

.gptu-search input[type="search"]::placeholder {
  color: rgba(44, 48, 43, 0.58);
}

.gptu-search button {
  position: relative;
  width: 50px;
  height: 44px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.gptu-search button::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 12px;
  width: 14px;
  height: 14px;
  border: 2px solid rgba(31, 36, 31, 0.68);
  border-radius: 50%;
}

.gptu-search button::after {
  content: "";
  position: absolute;
  left: 29px;
  top: 28px;
  width: 10px;
  height: 2px;
  border-radius: 999px;
  background: rgba(31, 36, 31, 0.68);
  transform: rotate(45deg);
  transform-origin: left center;
}

.gptu-commerce-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  padding-right: 122px;
  color: #1f241f;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.gptu-commerce-actions a:hover {
  color: #0f704a;
}

.gptu-cart-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.gptu-cart-icon {
  position: relative;
  width: 18px;
  height: 19px;
  display: inline-block;
  border: 2px solid #1f241f;
  border-top: 0;
  border-radius: 2px 2px 4px 4px;
}

.gptu-cart-icon::before {
  content: "";
  position: absolute;
  left: 3px;
  top: -8px;
  width: 8px;
  height: 10px;
  border: 2px solid #1f241f;
  border-bottom: 0;
  border-radius: 999px 999px 0 0;
}

.gptu-cart-icon::after {
  content: "";
  position: absolute;
  right: -9px;
  top: -12px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #0f704a;
  box-shadow: 0 0 0 2px #fbf8f1;
}

.gptu-nav--commerce .gptu-menu {
  width: min(980px, 100%);
  justify-content: center;
  gap: clamp(22px, 3.2vw, 46px);
  color: #1f241f;
  font-size: 14px;
  font-weight: 850;
  letter-spacing: -0.01em;
}

.gptu-nav--commerce .gptu-menu a {
  padding: 17px 0 15px;
  white-space: nowrap;
}

.gptu-nav--commerce .gptu-menu a::after {
  bottom: 8px;
  height: 2px;
  background: #0f704a;
}

.gptu-nav--commerce .gptu-menu a:hover,
.gptu-nav--commerce .gptu-menu a.is-active {
  color: #0f704a;
}

.gptu-nav--commerce .gptu-mega {
  top: calc(100% - 1px);
  left: clamp(42px, 8vw, 150px);
  right: clamp(42px, 8vw, 150px);
  border-color: rgba(61, 56, 47, 0.12);
  border-radius: 0 0 18px 18px;
  background: rgba(255, 252, 246, 0.98);
  box-shadow: 0 42px 100px rgba(31, 36, 31, 0.16);
}

.gptu-nav--commerce + .gptu-hero.gptu-hero-tabs {
  height: clamp(680px, calc(100svh - 140px), 820px);
}

@media (max-width: 1180px) {
  .gptu-nav.gptu-nav--commerce {
    height: auto;
    grid-template-rows: auto auto auto;
  }

  .gptu-trust-strip {
    min-height: 34px;
    flex-wrap: wrap;
    gap: 8px 18px;
    padding-block: 7px;
  }

  .gptu-trust-strip span + span::before {
    display: none;
  }

  .gptu-nav__top {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-block: 24px;
  }

  .gptu-commerce-actions {
    justify-content: flex-start;
  }

  .gptu-nav__bottom {
    overflow-x: auto;
    justify-content: flex-start;
  }

  .gptu-nav--commerce .gptu-menu {
    width: max-content;
  }
}

/* Mobile hardening: keep the homepage usable before the full mobile design pass. */
@media (max-width: 767px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .gptu-page {
    overflow-x: hidden;
  }

  .gptu-nav.gptu-nav--commerce {
    position: relative;
    z-index: 60;
    grid-template-rows: auto auto auto;
    box-shadow: 0 8px 26px rgba(31, 36, 31, 0.08);
  }

  .gptu-trust-strip {
    min-height: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    padding: 8px 10px;
    font-size: 10px;
    line-height: 1.2;
    text-align: center;
  }

  .gptu-trust-strip span {
    white-space: normal;
  }

  .gptu-nav__top {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    padding: 14px 18px 12px;
  }

  .gptu-nav--commerce .gptu-brand {
    max-width: 230px;
    font-size: 25px;
  }

  .gptu-nav--commerce .gptu-brand__mark {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .gptu-search,
  .gptu-commerce-actions > a:first-child,
  .gptu-cart-link span:nth-child(n+3) {
    display: none !important;
  }

  .gptu-commerce-actions {
    justify-content: flex-end;
    gap: 0;
  }

  .gptu-cart-link {
    width: 46px;
    height: 46px;
    justify-content: center;
    border: 1px solid rgba(61, 56, 47, 0.16);
    border-radius: 999px;
    background: #fffdf7;
  }

  .gptu-cart-link [data-gptu-cart-count] {
    position: absolute;
    right: -3px;
    top: -5px;
    min-width: 18px;
    height: 18px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: #0f704a;
    color: #fff;
    font-size: 10px;
    line-height: 1;
  }

  .gptu-nav__bottom {
    padding: 0 12px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .gptu-nav__bottom::-webkit-scrollbar {
    display: none;
  }

  .gptu-nav--commerce .gptu-menu {
    width: max-content;
    gap: 22px;
    justify-content: flex-start;
    font-size: 12px;
  }

  .gptu-nav--commerce .gptu-menu a {
    padding: 14px 0 13px;
  }

  .gptu-hero.gptu-hero-tabs,
  .gptu-nav--commerce + .gptu-hero.gptu-hero-tabs {
    height: min(680px, calc(100svh - 8px));
    min-height: 610px;
  }

  .gptu-hero-tabs .gptu-hero-slide {
    padding: 0 20px;
    align-items: flex-end;
  }

  .gptu-hero-tabs .gptu-hero-slide::after {
    background:
      linear-gradient(180deg, rgba(10, 13, 10, 0.12) 0%, rgba(10, 13, 10, 0.2) 35%, rgba(10, 13, 10, 0.78) 100%),
      linear-gradient(90deg, rgba(10, 13, 10, 0.34) 0%, rgba(10, 13, 10, 0.06) 72%);
  }

  .gptu-hero-tabs .gptu-hero-scene img {
    object-position: center center;
  }

  .gptu-hero-tabs .gptu-hero__copy {
    width: min(100%, 344px);
    max-width: 344px;
    margin: 0 0 124px;
  }

  .gptu-hero-tabs .gptu-eyebrow,
  .gptu-hero-tabs .gptu-hero .gptu-eyebrow {
    margin-bottom: 10px;
    font-size: 11px;
    line-height: 1.2;
  }

  .gptu-hero-tabs .gptu-hero-title {
    max-width: 342px;
    font-size: clamp(43px, 14.5vw, 58px);
    line-height: 1.05;
    letter-spacing: 0;
  }

  .gptu-hero-title > span {
    display: block;
  }

  .gptu-hero-tabs .gptu-lede {
    max-width: 320px;
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.48;
  }

  .gptu-cta-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    width: min(100%, 294px);
    margin-top: 18px;
  }

  .gptu-button {
    min-height: 46px;
    padding: 0 18px;
    font-size: 13px;
  }

  .gptu-hero-tabbar {
    left: 16px;
    right: 16px;
    bottom: 18px;
    width: auto;
    min-height: 0;
    padding: 5px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-radius: 16px;
    transform: none;
  }

  .gptu-hero-tabbar button {
    min-height: 42px;
    padding: 0 7px;
    font-size: 9px;
    line-height: 1.15;
    white-space: normal;
  }

  .gptu-reel__intro,
  .gptu-products__intro,
  .gptu-section-copy,
  .gptu-guide .gptu-section-copy {
    width: min(100% - 32px, 540px);
    margin-left: auto;
    margin-right: auto;
  }

  .gptu-reel__intro h2,
  .gptu-products__intro h2,
  .gptu-section-copy h2,
  .gptu-reviews__header h2,
  .gptu-kit-panel h2 {
    font-size: clamp(36px, 11vw, 48px);
    line-height: 0.98;
  }

  .gptu-products__intro {
    gap: 14px;
    padding: 0;
  }

  .gptu-product-feature,
  .gptu-product-feature--reverse {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .gptu-product-feature--reverse .gptu-product-copy {
    order: 2;
  }

  .gptu-product-feature--reverse .gptu-product-visual {
    order: 1;
  }

  .gptu-product-visual,
  .gptu-product-copy {
    min-height: 430px;
    width: 100%;
  }

  .gptu-product-copy {
    padding: 34px 24px;
  }

  .gptu-product-copy h3 {
    font-size: clamp(38px, 12vw, 52px);
  }

  .gptu-product-copy p {
    font-size: 15px;
  }

  .gptu-product-copy ul {
    grid-template-columns: 1fr;
  }

  .gptu-kit-selector {
    grid-template-columns: 1fr;
    height: auto;
    margin-top: 24px;
  }

  .gptu-kit-visual,
  .gptu-kit-panel {
    min-height: 480px;
  }

  .gptu-kit-panel {
    padding: 36px 22px 42px;
  }

  .gptu-kit-visual__copy {
    left: 24px;
    right: 24px;
    bottom: 34px;
  }

  .gptu-kit-visual__copy h3 {
    font-size: clamp(34px, 10vw, 48px);
  }

  .gptu-kit-option {
    min-height: 78px;
    grid-template-columns: 38px 1fr;
    column-gap: 12px;
    padding: 14px;
  }

  .gptu-kit-option span {
    width: 36px;
    height: 36px;
  }

  .gptu-kit-option strong {
    font-size: 15px;
  }

  .gptu-proof {
    width: min(100% - 32px, 540px);
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: 1fr;
    border: 1px solid var(--gptu-line);
    border-radius: 18px;
    overflow: hidden;
  }

  .gptu-proof div {
    min-height: 86px;
    border-right: 0;
    border-bottom: 1px solid var(--gptu-line);
  }

  .gptu-proof div:last-child {
    border-bottom: 0;
  }

  .gptu-footer-main,
  .gptu-footer-bottom {
    width: min(100% - 48px, 560px);
    padding-left: 0;
    padding-right: 0;
  }

  .gptu-footer-bottom {
    min-height: 0;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 24px;
  }

  .gptu-payment-strip {
    justify-content: flex-start;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .gptu-nav.gptu-nav--commerce {
    grid-template-rows: 34px 68px 46px;
    height: auto;
  }

  .gptu-nav__top {
    grid-template-columns: minmax(190px, 240px) minmax(260px, 1fr) auto;
    gap: 18px;
    padding-inline: 24px;
    padding-block: 0;
  }

  .gptu-commerce-actions > a:first-child {
    display: none;
  }

  .gptu-nav--commerce .gptu-menu {
    gap: 28px;
    font-size: 13px;
  }

  .gptu-hero.gptu-hero-tabs,
  .gptu-nav--commerce + .gptu-hero.gptu-hero-tabs {
    height: 740px;
    min-height: 740px;
  }

  .gptu-hero-tabs .gptu-hero-slide {
    padding: 0 42px;
  }

  .gptu-hero-tabs .gptu-hero__copy {
    max-width: 520px;
    margin-top: 0;
  }

  .gptu-hero-tabs .gptu-hero-title {
    max-width: 520px;
    font-size: clamp(58px, 8vw, 72px);
    line-height: 0.94;
  }

  .gptu-hero-tabbar {
    width: min(720px, calc(100% - 48px));
    bottom: 34px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-radius: 999px;
  }
}

@media (max-width: 767px) {
  .gptu-products__intro {
    grid-template-columns: 1fr !important;
  }

  .gptu-product-visual--monitor .gptu-large-display {
    left: 34px;
    top: 116px;
    width: 132px;
    height: 92px;
  }

  .gptu-product-visual--monitor .gptu-large-probe {
    bottom: 84px;
    width: 24px;
    height: 142px;
  }

  .gptu-product-visual--monitor .gptu-large-probe:nth-child(2) { left: 198px; }
  .gptu-product-visual--monitor .gptu-large-probe:nth-child(3) { left: 238px; }
  .gptu-product-visual--monitor .gptu-large-probe:nth-child(4) { left: 278px; }
  .gptu-product-visual--monitor .gptu-large-probe:nth-child(5) { left: 318px; }

  .gptu-product-visual--timer .gptu-large-valve {
    left: 54px;
    top: 118px;
    width: 164px;
    height: 148px;
  }

  .gptu-product-visual--timer .gptu-large-remote {
    left: auto;
    right: 48px;
    top: 176px;
  }

  .gptu-product-visual--light i:nth-child(1) {
    left: 62px;
  }

  .gptu-product-visual--light i:nth-child(2) {
    left: 158px;
  }

  .gptu-product-visual--light i:nth-child(3) {
    left: 254px;
  }
}

/* GSAP motion layer: visual enhancement only, no layout or commerce behavior changes. */
.gptu-motion-ready .gptu-motion-will-change {
  will-change: transform, opacity;
}

.gptu-motion-ready .gptu-hero-tabs .gptu-hero-slide {
  opacity: 0 !important;
}

.gptu-motion-ready .gptu-hero-tabs .gptu-hero-slide.is-active,
.gptu-motion-ready .gptu-hero-tabs .gptu-hero-slide.is-leaving {
  opacity: var(--gptu-slide-alpha, 1) !important;
  visibility: visible !important;
}

.gptu-motion-ready .gptu-hero-tabs .gptu-hero-slide.is-leaving {
  pointer-events: none;
  z-index: 2;
}

.gptu-motion-ready .gptu-mega {
  transition: none;
}

.gptu-motion-ready .gptu-reel-card video {
  transform: translateY(var(--gptu-video-pan, 0px)) scale(var(--video-crop));
}

.gptu-motion-ready .gptu-reel-card:hover video {
  transform: translateY(var(--gptu-video-pan, 0px)) scale(calc(var(--video-crop) + 0.045));
}

.gptu-motion-reduced .gptu-hero-tabs .gptu-hero-slide,
.gptu-motion-reduced .gptu-reel-card,
.gptu-motion-reduced .gptu-reel-card video,
.gptu-motion-reduced .gptu-mega,
.gptu-motion-reduced .gptu-product-feature,
.gptu-motion-reduced .gptu-kit-visual img {
  transition: none !important;
  animation: none !important;
}

.gptu-motion-reduced .gptu-hero-tabs .gptu-hero-slide {
  opacity: 0 !important;
  visibility: hidden !important;
}

.gptu-motion-reduced .gptu-hero-tabs .gptu-hero-slide.is-active {
  opacity: 1 !important;
  visibility: visible !important;
}

.gptu-motion-reduced .gptu-hero-tabs .gptu-hero-slide.is-active .gptu-hero-scene img,
.gptu-motion-reduced .gptu-hero-tabs .gptu-hero-slide.is-active .gptu-eyebrow,
.gptu-motion-reduced .gptu-hero-tabs .gptu-hero-slide.is-active h1 span,
.gptu-motion-reduced .gptu-hero-tabs .gptu-hero-slide.is-active h2 span,
.gptu-motion-reduced .gptu-hero-tabs .gptu-hero-slide.is-active .gptu-lede,
.gptu-motion-reduced .gptu-hero-tabs .gptu-hero-slide.is-active .gptu-cta-row > * {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}
