/* =========================
   GlowRiver Lights — page2
   styles/page2.css
   ========================= */

/* Bədən üçün az fərqli fon */
.gr-body--page2 {
  background:
    radial-gradient(circle at 10% 0, #17273d, transparent 55%),
    radial-gradient(circle at 90% 0, #311c46, transparent 60%),
    linear-gradient(165deg, #020712, #050a19 50%, #02040b);
}

/* Kiçik helper: bu səhifədə bəzi seksiyaların forması fərqlidir */
.gr2-hero,
.gr2-combos,
.gr2-moods {
  position: relative;
}

/* =========================
   PAGE2 SECTION 1 — Package hero
   ========================= */

.gr2-hero {
  background:
    radial-gradient(circle at 0 0, rgba(79, 242, 255, 0.25), transparent 60%),
    radial-gradient(circle at 100% 0, rgba(255, 95, 183, 0.28), transparent 60%),
    linear-gradient(150deg, #020813, #050b1d 55%, #020610);
}

.gr2-hero-shell {
  max-width: 1200px;
  margin-inline: auto;
}

.gr2-hero-tagrow {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.gr2-hero-pill {
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(5, 14, 30, 0.96);
  color: var(--gr-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.gr2-hero-pill--pin {
  border-color: rgba(79, 242, 255, 0.8);
}

.gr2-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: 36px;
  align-items: center;
}

.gr2-hero-copy {
  max-width: 620px;
}

.gr2-hero-heading {
  margin: 0 0 10px;
  font-family: "GlowRiverDisplay", system-ui, sans-serif;
  font-size: 28px;
  line-height: 1.25;
}

.gr2-hero-heading-glow {
  display: inline-block;
  background: linear-gradient(115deg, #4ff2ff, #00ffc0, #ff5fb7);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow:
    0 0 12px rgba(79, 242, 255, 0.75),
    0 0 24px rgba(0, 255, 192, 0.75);
}

.gr2-hero-lead {
  margin: 0 0 6px;
  font-size: 15px;
  color: var(--gr-text);
}

.gr2-hero-text {
  margin: 0 0 12px;
  font-size: 14px;
  color: var(--gr-text-muted);
}

.gr2-hero-badges {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.gr2-hero-badge {
  padding: 7px 9px;
  border-radius: 16px;
  background: rgba(5, 14, 30, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 11px;
  color: var(--gr-text-muted);
}

.gr2-hero-badge-title {
  display: block;
  font-size: 12px;
  color: var(--gr-text);
  margin-bottom: 2px;
}

.gr2-hero-visual {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  justify-items: center;
}

.gr2-hero-card {
  max-width: 260px;
  padding: 9px 10px 10px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 0 0, rgba(79, 242, 255, 0.3), transparent 65%),
    rgba(6, 15, 33, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 11px;
  color: var(--gr-text-muted);
  box-shadow: var(--gr-shadow-soft);
  transition:
    transform var(--gr-transition-med),
    box-shadow var(--gr-transition-med);
}

.gr2-hero-card figcaption {
  margin-top: 5px;
}

/* Yüngül kaskad effekti */

.gr2-hero-card--ambient {
  transform: translateX(12px) rotate(-2deg);
}

.gr2-hero-card--neon {
  transform: translateX(-4px) rotate(3deg);
}

.gr2-hero-card--smart {
  transform: translateX(6px) rotate(-1.5deg);
}

.gr2-hero-card:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 0 24px rgba(79, 242, 255, 0.9);
}

/* =========================
   PAGE2 SECTION 2 — Room combos
   ========================= */

.gr2-combos {
  background:
    radial-gradient(circle at 0 0, rgba(79, 242, 255, 0.2), transparent 60%),
    radial-gradient(circle at 100% 0, rgba(255, 95, 183, 0.2), transparent 60%),
    linear-gradient(145deg, #020712, #050b1b 55%, #020610);
}

.gr2-combos-shell {
  max-width: 1200px;
  margin-inline: auto;
}

.gr2-section-header {
  max-width: 640px;
  margin-bottom: 16px;
}

.gr2-combos-list {
  display: grid;
  gap: 12px;
}

.gr2-combo {
  position: relative;
  border-radius: 20px;
  padding: 9px 12px 10px;
  background:
    linear-gradient(135deg, rgba(7, 18, 38, 0.96), rgba(5, 14, 30, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) auto;
  align-items: center;
  gap: 10px;
}

.gr2-combo-meta {
  font-size: 13px;
  color: var(--gr-text-muted);
}

.gr2-combo-label {
  display: inline-block;
  margin-bottom: 4px;
  font-size: 12px;
  color: var(--gr-text);
}

.gr2-combo-media {
  max-width: 150px;
}

.gr2-combo-media--left {
  justify-self: flex-end;
}

.gr2-combo-media--right {
  justify-self: flex-start;
}

/* Kiçik xətt animasiyası */

.gr2-combo::before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #4ff2ff, #ff5fb7);
  opacity: 0.0;
  transform: scaleX(0.4);
  transform-origin: center;
  transition:
    opacity var(--gr-transition-med),
    transform var(--gr-transition-med);
}

.gr2-combo:hover::before {
  opacity: 0.7;
  transform: scaleX(1);
}

/* =========================
   PAGE2 SECTION 3 — Mood palette
   ========================= */

.gr2-moods {
  background:
    radial-gradient(circle at 10% 0, rgba(79, 242, 255, 0.22), transparent 60%),
    radial-gradient(circle at 90% 0, rgba(255, 95, 183, 0.22), transparent 60%),
    linear-gradient(160deg, #020712, #050b1b 55%, #020610);
}

.gr2-moods-shell {
  max-width: 1200px;
  margin-inline: auto;
}

.gr2-moods-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: minmax(120px, auto);
  gap: 12px;
}

.gr2-mood-card {
  padding: 8px 9px 9px;
  border-radius: 20px;
  background:
    linear-gradient(140deg, rgba(7, 18, 38, 0.98), rgba(5, 15, 33, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 11px;
  color: var(--gr-text-muted);
}

.gr2-mood-card figcaption {
  margin-top: 4px;
}

/* Mozaika yerləşmə — hər mood üçün fərqli hüceyrə */

.gr2-mood-card--focus {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
}

.gr2-mood-card--soft {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}

.gr2-mood-card--party {
  grid-column: 3 / 5;
  grid-row: 1 / 2;
}

.gr2-mood-card--sunrise {
  grid-column: 2 / 4;
  grid-row: 2 / 3;
}

/* Hover effekti: yüngül parıltı */

.gr2-mood-card:hover {
  box-shadow: 0 0 20px rgba(79, 242, 255, 0.7);
  transform: translateY(-3px);
  transition:
    box-shadow var(--gr-transition-med),
    transform var(--gr-transition-med);
}

/* =========================
   RESPONSIVE — page2 sections 1–3
   ========================= */

@media (max-width: 1024px) {
  .gr2-hero-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }

  .gr2-hero-visual {
    justify-items: flex-start;
  }

  .gr2-hero-card--ambient,
  .gr2-hero-card--neon,
  .gr2-hero-card--smart {
    transform: translateX(0) rotate(0deg);
  }

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

  .gr2-mood-card--focus,
  .gr2-mood-card--soft,
  .gr2-mood-card--party,
  .gr2-mood-card--sunrise {
    grid-column: auto / auto;
    grid-row: auto / auto;
  }
}

@media (max-width: 768px) {
  .gr2-hero-badges {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .gr2-hero-visual {
    justify-items: center;
  }

  .gr2-combo {
    grid-template-columns: minmax(0, 1fr);
  }

  .gr2-combo-media {
    justify-self: flex-start;
  }

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

@media (max-width: 480px) {
  .gr2-hero,
  .gr2-combos,
  .gr2-moods {
    padding-inline: 16px;
  }

  .gr2-hero-badges {
    grid-template-columns: minmax(0, 1fr);
  }

  .gr2-moods-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
/* =========================
   PAGE2 SECTION 4 — Profiles map
   ========================= */

.gr2-profiles {
  background:
    radial-gradient(circle at 0 0, rgba(79, 242, 255, 0.2), transparent 60%),
    radial-gradient(circle at 100% 0, rgba(255, 95, 183, 0.2), transparent 60%),
    linear-gradient(145deg, #020712, #050b1c 55%, #02050f);
}

.gr2-profiles-shell {
  max-width: 1200px;
  margin-inline: auto;
}

.gr2-profiles-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.1fr);
  gap: 28px;
  align-items: center;
}

.gr2-profiles-photos {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  justify-items: center;
}

.gr2-profiles-photo {
  max-width: 260px;
  padding: 9px 10px 10px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 0 0, rgba(79, 242, 255, 0.3), transparent 65%),
    rgba(6, 15, 33, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 11px;
  color: var(--gr-text-muted);
}

.gr2-profiles-photo figcaption {
  margin-top: 5px;
}

.gr2-profiles-copy {
  max-width: 520px;
}

.gr2-profiles-list {
  margin: 8px 0 10px;
  padding-left: 18px;
  font-size: 13px;
  color: var(--gr-text-muted);
}

.gr2-profiles-list li {
  margin-bottom: 4px;
}

.gr2-profiles-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.gr2-profiles-tag {
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(5, 13, 28, 0.96);
  border: 1px solid rgba(79, 242, 255, 0.55);
  color: var(--gr-text-muted);
}

/* =========================
   PAGE2 SECTION 5 — Zones map
   ========================= */

.gr2-zones {
  background:
    radial-gradient(circle at 10% 0, rgba(79, 242, 255, 0.22), transparent 60%),
    radial-gradient(circle at 90% 0, rgba(255, 95, 183, 0.22), transparent 60%),
    linear-gradient(150deg, #020712, #050b1c 55%, #02050e);
}

.gr2-zones-shell {
  max-width: 1200px;
  margin-inline: auto;
}

.gr2-zones-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1.1fr);
  gap: 26px;
  align-items: center;
}

.gr2-zones-text {
  max-width: 540px;
}

.gr2-zones-list {
  margin: 8px 0 0;
  padding-left: 18px;
  font-size: 13px;
  color: var(--gr-text-muted);
}

.gr2-zones-list li {
  margin-bottom: 4px;
}

.gr2-zones-cards {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  justify-items: center;
}

.gr2-zone-card {
  max-width: 230px;
  padding: 8px 9px 9px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 0 0, rgba(79, 242, 255, 0.3), transparent 65%),
    rgba(6, 15, 33, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 11px;
  color: var(--gr-text-muted);
}

.gr2-zone-card figcaption {
  margin-top: 4px;
}

/* =========================
   PAGE2 SECTION 6 — Stories
   ========================= */

.gr2-stories {
  background:
    radial-gradient(circle at 0 0, rgba(79, 242, 255, 0.18), transparent 60%),
    radial-gradient(circle at 100% 0, rgba(255, 95, 183, 0.18), transparent 60%),
    linear-gradient(160deg, #020712, #050b1b 55%, #020610);
}

.gr2-stories-shell {
  max-width: 1200px;
  margin-inline: auto;
}

.gr2-stories-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.gr2-story {
  border-radius: 22px;
  padding: 9px 10px 10px;
  background:
    linear-gradient(140deg, rgba(7, 18, 38, 0.98), rgba(5, 15, 33, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: grid;
  grid-template-rows: auto auto;
  gap: 6px;
}

.gr2-story-media {
  max-width: 100%;
}

.gr2-story-body h3 {
  margin: 0 0 4px;
  font-size: 14px;
  color: var(--gr-text);
}

.gr2-story-body p {
  margin: 0;
  font-size: 12px;
  color: var(--gr-text-muted);
}
/* =========================
   PAGE2 SECTION 7 — Control map
   ========================= */

.gr2-control {
  background:
    radial-gradient(circle at 0 0, rgba(79, 242, 255, 0.22), transparent 60%),
    radial-gradient(circle at 100% 0, rgba(255, 95, 183, 0.22), transparent 60%),
    linear-gradient(145deg, #020712, #050b1c 55%, #02050f);
}

.gr2-control-shell {
  max-width: 1200px;
  margin-inline: auto;
}

.gr2-control-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.1fr);
  gap: 28px;
  align-items: center;
}

.gr2-control-copy {
  max-width: 540px;
}

.gr2-control-list {
  margin: 8px 0 10px;
  padding-left: 18px;
  font-size: 13px;
  color: var(--gr-text-muted);
}

.gr2-control-list li {
  margin-bottom: 4px;
}

.gr2-control-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  justify-items: center;
}

.gr2-control-card {
  max-width: 240px;
  padding: 8px 9px 9px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 0 0, rgba(79, 242, 255, 0.3), transparent 65%),
    rgba(6, 15, 33, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 11px;
  color: var(--gr-text-muted);
  box-shadow: var(--gr-shadow-soft);
  transition:
    transform var(--gr-transition-med),
    box-shadow var(--gr-transition-med);
}

.gr2-control-card figcaption {
  margin-top: 4px;
}

.gr2-control-card--remote {
  transform: translateX(8px);
}

.gr2-control-card--app {
  transform: translateX(-4px);
}

.gr2-control-card--voice {
  transform: translateX(4px);
}

.gr2-control-card:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 0 22px rgba(79, 242, 255, 0.9);
}

/* =========================
   PAGE2 SECTION 8 — Wiring & safety
   ========================= */

.gr2-wiring {
  background:
    radial-gradient(circle at 10% 0, rgba(79, 242, 255, 0.2), transparent 60%),
    radial-gradient(circle at 90% 0, rgba(255, 95, 183, 0.2), transparent 60%),
    linear-gradient(160deg, #020712, #050b1b 55%, #02050e);
}

.gr2-wiring-shell {
  max-width: 1200px;
  margin-inline: auto;
}

.gr2-wiring-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1.1fr);
  gap: 26px;
  align-items: center;
}

.gr2-wiring-timeline {
  position: relative;
  padding-left: 16px;
  border-left: 1px dashed rgba(79, 242, 255, 0.7);
  display: grid;
  gap: 10px;
}

.gr2-wiring-step {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 10px;
}

.gr2-wiring-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 2px solid rgba(79, 242, 255, 0.9);
  background: radial-gradient(circle at 50% 50%, #4ff2ff, #00ffc0);
  margin-top: 4px;
  box-shadow: 0 0 12px rgba(79, 242, 255, 0.8);
}

.gr2-wiring-body h3 {
  margin: 0 0 3px;
  font-size: 13px;
  color: var(--gr-text);
}

.gr2-wiring-body p {
  margin: 0;
  font-size: 12px;
  color: var(--gr-text-muted);
}

.gr2-wiring-photos {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  justify-items: center;
}

.gr2-wiring-photo {
  max-width: 230px;
  padding: 8px 9px 9px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 0 0, rgba(79, 242, 255, 0.3), transparent 65%),
    rgba(6, 15, 33, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 11px;
  color: var(--gr-text-muted);
}

.gr2-wiring-photo figcaption {
  margin-top: 4px;
}

/* =========================
   PAGE2 SECTION 9 — Color transitions
   ========================= */

.gr2-colors {
  background:
    radial-gradient(circle at 0 0, rgba(79, 242, 255, 0.18), transparent 60%),
    radial-gradient(circle at 100% 0, rgba(255, 95, 183, 0.18), transparent 60%),
    linear-gradient(150deg, #020712, #050b1b 55%, #020610);
}

.gr2-colors-shell {
  max-width: 1200px;
  margin-inline: auto;
}

.gr2-colors-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.1fr);
  gap: 26px;
  align-items: center;
}

.gr2-colors-legend {
  max-width: 540px;
}

.gr2-colors-list {
  margin: 8px 0 0;
  padding-left: 18px;
  font-size: 13px;
  color: var(--gr-text-muted);
}

.gr2-colors-list li {
  margin-bottom: 4px;
}

.gr2-colors-ring {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  justify-items: center;
}

.gr2-colors-card {
  max-width: 210px;
  padding: 8px 9px 9px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 0 0, rgba(79, 242, 255, 0.3), transparent 65%),
    rgba(6, 15, 33, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 11px;
  color: var(--gr-text-muted);
  text-align: center;
}

.gr2-colors-card figcaption {
  margin-top: 4px;
}

/* yüngül “orbit” effekti */

.gr2-colors-card--fade {
  transform: translateY(4px);
}

.gr2-colors-card--wave {
  transform: translateY(-4px);
}

.gr2-colors-card--pulse {
  transform: translateY(4px);
}
/* =========================
   PAGE2 SECTION 10 — Bundles matrix
   ========================= */

.gr2-bundles {
  background:
    radial-gradient(circle at 0 0, rgba(79, 242, 255, 0.2), transparent 60%),
    radial-gradient(circle at 100% 0, rgba(255, 95, 183, 0.2), transparent 60%),
    linear-gradient(150deg, #020712, #050b1d 55%, #020610);
}

.gr2-bundles-shell {
  max-width: 1200px;
  margin-inline: auto;
}

.gr2-bundles-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.2fr) minmax(0, 0.9fr);
  gap: 18px;
  align-items: stretch;
}

.gr2-bundles-photo {
  max-width: 260px;
  padding: 9px 10px 10px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 0 0, rgba(79, 242, 255, 0.3), transparent 65%),
    rgba(6, 15, 33, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 11px;
  color: var(--gr-text-muted);
}

.gr2-bundles-photo figcaption {
  margin-top: 5px;
}

.gr2-bundles-grid {
  padding: 10px 12px 12px;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(7, 18, 38, 0.98), rgba(5, 15, 33, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.gr2-bundle-card {
  font-size: 12px;
  color: var(--gr-text-muted);
}

.gr2-bundle-card h3 {
  margin: 0 0 4px;
  font-size: 13px;
  color: var(--gr-text);
}

.gr2-bundle-card p {
  margin: 0 0 4px;
}

.gr2-bundle-card ul {
  margin: 0;
  padding-left: 16px;
  list-style: disc;
}

/* =========================
   PAGE2 SECTION 11 — Simple compare
   ========================= */

.gr2-compare {
  background:
    radial-gradient(circle at 10% 0, rgba(79, 242, 255, 0.2), transparent 60%),
    radial-gradient(circle at 90% 0, rgba(255, 95, 183, 0.2), transparent 60%),
    linear-gradient(145deg, #020712, #050b1b 55%, #02050f);
}

.gr2-compare-shell {
  max-width: 1200px;
  margin-inline: auto;
}

.gr2-compare-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 16px;
}

.gr2-compare-card {
  padding: 9px 10px 10px;
  border-radius: 22px;
  background:
    linear-gradient(140deg, rgba(7, 18, 38, 0.98), rgba(5, 15, 33, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 12px;
  color: var(--gr-text-muted);
}

.gr2-compare-card h3 {
  margin: 0 0 4px;
  font-size: 13px;
  color: var(--gr-text);
}

.gr2-compare-card p {
  margin: 4px 0 0;
}

/* =========================
   PAGE2 SECTION 12 — Quick tips
   ========================= */

.gr2-tips {
  background:
    radial-gradient(circle at 0 0, rgba(79, 242, 255, 0.18), transparent 60%),
    radial-gradient(circle at 100% 0, rgba(255, 95, 183, 0.18), transparent 60%),
    linear-gradient(160deg, #020712, #050b1b 55%, #020610);
}

.gr2-tips-shell {
  max-width: 1200px;
  margin-inline: auto;
}

.gr2-tips-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1.1fr);
  gap: 24px;
  align-items: center;
}

.gr2-tips-cards {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
}

.gr2-tip-card {
  padding: 8px 10px 9px;
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(7, 18, 38, 0.98), rgba(5, 15, 33, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 12px;
  color: var(--gr-text-muted);
}

.gr2-tip-card h3 {
  margin: 0 0 3px;
  font-size: 13px;
  color: var(--gr-text);
}

.gr2-tip-card p {
  margin: 0;
}

.gr2-tips-photos {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  justify-items: center;
}

.gr2-tips-photo {
  max-width: 230px;
  padding: 8px 9px 9px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 0 0, rgba(79, 242, 255, 0.3), transparent 65%),
    rgba(6, 15, 33, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 11px;
  color: var(--gr-text-muted);
}

.gr2-tips-photo figcaption {
  margin-top: 4px;
}
@media (max-width: 1024px) {
  .gr2-bundles-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .gr2-bundles-photo {
    justify-self: flex-start;
  }

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

  .gr2-compare-layout,
  .gr2-tips-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }

  .gr2-tips-photos {
    justify-items: flex-start;
  }
}

@media (max-width: 768px) {
  .gr2-bundles-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .gr2-bundles-photo,
  .gr2-tips-photos {
    justify-self: center;
  }

  .gr2-tips-photos {
    justify-items: center;
  }

  .gr2-compare-layout {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 480px) {
  .gr2-bundles,
  .gr2-compare,
  .gr2-tips {
    padding-inline: 16px;
  }
}
/* =========================
   PAGE2 SECTION 13 — Budget & energy
   ========================= */

.gr2-budget {
  background:
    radial-gradient(circle at 0 0, rgba(79, 242, 255, 0.2), transparent 60%),
    radial-gradient(circle at 100% 0, rgba(255, 95, 183, 0.2), transparent 60%),
    linear-gradient(150deg, #020712, #050b1c 55%, #02050f);
}

.gr2-budget-shell {
  max-width: 1200px;
  margin-inline: auto;
}

.gr2-budget-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1.1fr);
  gap: 26px;
  align-items: center;
}

.gr2-budget-copy {
  max-width: 560px;
}

.gr2-budget-list {
  margin: 8px 0 10px;
  padding-left: 18px;
  font-size: 13px;
  color: var(--gr-text-muted);
}

.gr2-budget-list li {
  margin-bottom: 4px;
}

.gr2-budget-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.gr2-budget-chip {
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(5, 13, 28, 0.96);
  border: 1px solid rgba(79, 242, 255, 0.55);
  color: var(--gr-text-muted);
}

.gr2-budget-photos {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  justify-items: center;
}

.gr2-budget-photo {
  max-width: 230px;
  padding: 8px 9px 9px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 0 0, rgba(79, 242, 255, 0.3), transparent 65%),
    rgba(6, 15, 33, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 11px;
  color: var(--gr-text-muted);
}

.gr2-budget-photo figcaption {
  margin-top: 4px;
}

/* =========================
   PAGE2 SECTION 14 — Unusual placements
   ========================= */

.gr2-gallery {
  background:
    radial-gradient(circle at 10% 0, rgba(79, 242, 255, 0.22), transparent 60%),
    radial-gradient(circle at 90% 0, rgba(255, 95, 183, 0.22), transparent 60%),
    linear-gradient(155deg, #020712, #050b1c 55%, #02050e);
}

.gr2-gallery-shell {
  max-width: 1200px;
  margin-inline: auto;
}

.gr2-gallery-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1.1fr);
  gap: 26px;
  align-items: center;
}

.gr2-gallery-text {
  max-width: 540px;
}

.gr2-gallery-list {
  margin: 8px 0 0;
  padding-left: 18px;
  font-size: 13px;
  color: var(--gr-text-muted);
}

.gr2-gallery-list li {
  margin-bottom: 4px;
}

.gr2-gallery-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  justify-items: center;
}

.gr2-gallery-photo {
  max-width: 230px;
  padding: 8px 9px 9px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 0 0, rgba(79, 242, 255, 0.3), transparent 65%),
    rgba(6, 15, 33, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 11px;
  color: var(--gr-text-muted);
}

.gr2-gallery-photo figcaption {
  margin-top: 4px;
}

/* =========================
   PAGE2 SECTION 15 — Tech CTA
   ========================= */

.gr2-cta2 {
  background:
    radial-gradient(circle at 0 0, rgba(79, 242, 255, 0.2), transparent 60%),
    radial-gradient(circle at 100% 0, rgba(255, 95, 183, 0.2), transparent 60%),
    linear-gradient(160deg, #020712, #050b1c 55%, #020610);
}

.gr2-cta2-shell {
  max-width: 1200px;
  margin-inline: auto;
}

.gr2-cta2-layout {
  border-radius: 28px;
  padding: 18px 18px 20px;
  background:
    radial-gradient(circle at 0 0, rgba(255, 255, 255, 0.06), transparent 60%),
    rgba(7, 16, 34, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: var(--gr-shadow-soft);
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 22px;
  align-items: center;
}

.gr2-cta2-panel {
  max-width: 620px;
}

.gr2-cta2-visual {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  justify-items: center;
}

.gr2-cta2-photo {
  max-width: 230px;
  padding: 8px 9px 9px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 0 0, rgba(79, 242, 255, 0.3), transparent 65%),
    rgba(6, 15, 33, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 11px;
  color: var(--gr-text-muted);
}

.gr2-cta2-photo figcaption {
  margin-top: 4px;
}
/* =========================
   PAGE2 SECTION 16 — Checklist
   ========================= */

.gr2-checklist {
  background:
    radial-gradient(circle at 0 0, rgba(79, 242, 255, 0.18), transparent 60%),
    radial-gradient(circle at 100% 0, rgba(255, 95, 183, 0.18), transparent 60%),
    linear-gradient(145deg, #020712, #050b1c 55%, #02050f);
}

.gr2-checklist-shell {
  max-width: 1200px;
  margin-inline: auto;
}

.gr2-checklist-layout {
  margin-top: 8px;
}

.gr2-checklist-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.gr2-check-item {
  padding: 8px 10px 9px;
  border-radius: 18px;
  background:
    linear-gradient(140deg, rgba(7, 18, 38, 0.98), rgba(5, 15, 33, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 12px;
  color: var(--gr-text-muted);
  position: relative;
  padding-left: 26px;
}

.gr2-check-item::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 12px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: radial-gradient(circle at 50% 50%, #4ff2ff, #00ffc0);
  box-shadow: 0 0 12px rgba(79, 242, 255, 0.8);
}

.gr2-check-item h3 {
  margin: 0 0 3px;
  font-size: 13px;
  color: var(--gr-text);
}

.gr2-check-item p {
  margin: 0;
}

/* =========================
   PAGE2 SECTION 17 — Next room ideas
   ========================= */

.gr2-next {
  background:
    radial-gradient(circle at 10% 0, rgba(79, 242, 255, 0.2), transparent 60%),
    radial-gradient(circle at 90% 0, rgba(255, 95, 183, 0.2), transparent 60%),
    linear-gradient(155deg, #020712, #050b1c 55%, #02050e);
}

.gr2-next-shell {
  max-width: 1200px;
  margin-inline: auto;
}

.gr2-next-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1.1fr);
  gap: 26px;
  align-items: center;
}

.gr2-next-copy {
  max-width: 560px;
}

.gr2-next-list {
  margin: 8px 0 10px;
  padding-left: 18px;
  font-size: 13px;
  color: var(--gr-text-muted);
}

.gr2-next-list li {
  margin-bottom: 4px;
}

.gr2-next-photos {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  justify-items: center;
}

.gr2-next-photo {
  max-width: 230px;
  padding: 8px 9px 9px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 0 0, rgba(79, 242, 255, 0.3), transparent 65%),
    rgba(6, 15, 33, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 11px;
  color: var(--gr-text-muted);
}

.gr2-next-photo figcaption {
  margin-top: 4px;
}

.gr2-next-photo--sketch {
  transform: translateX(6px);
}

.gr2-next-photo--after {
  transform: translateX(-4px);
}

/* =========================
   PAGE2 SECTION 18 — Final contact reminder
   ========================= */

.gr2-final {
  background:
    radial-gradient(circle at 0 0, rgba(79, 242, 255, 0.2), transparent 60%),
    radial-gradient(circle at 100% 0, rgba(255, 95, 183, 0.2), transparent 60%),
    linear-gradient(160deg, #020712, #050b1c 55%, #020610);
}

.gr2-final-shell {
  max-width: 1200px;
  margin-inline: auto;
}

.gr2-final-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1.1fr);
  gap: 26px;
  align-items: center;
}

.gr2-final-copy {
  max-width: 620px;
}

.gr2-final-photos {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  justify-items: center;
}

.gr2-final-photo {
  max-width: 230px;
  padding: 8px 9px 9px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 0 0, rgba(79, 242, 255, 0.3), transparent 65%),
    rgba(6, 15, 33, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 11px;
  color: var(--gr-text-muted);
}

.gr2-final-photo figcaption {
  margin-top: 4px;
}
@media (max-width: 1024px) {
  .gr2-checklist-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gr2-next-layout,
  .gr2-final-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
  }

  .gr2-next-photos,
  .gr2-final-photos {
    justify-items: flex-start;
  }
}

@media (max-width: 768px) {
  .gr2-checklist-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .gr2-next-photos,
  .gr2-final-photos {
    justify-items: center;
  }

  .gr2-next-photo--sketch,
  .gr2-next-photo--after {
    transform: translateX(0);
  }
}

@media (max-width: 480px) {
  .gr2-checklist,
  .gr2-next,
  .gr2-final {
    padding-inline: 16px;
  }
}
