body.qrevoedge2-page { background: #000; }


.qrevoedge2-main { background: #000; }

.qrevoedge2-media { display: block; width: 100%; overflow: hidden; background: #000; line-height: 0; }
.qrevoedge2-media-el { display: block; width: 100%; height: 100%; object-fit: cover; }

.qrevoedge2-media-video { aspect-ratio: 1920 / 960; max-height: 92vh; position: relative; }
.qrevoedge2-media-video .qrevoedge2-media-el {
  position: absolute; inset: 0; width: 100%; height: 100%;
  max-height: none; margin: 0; object-fit: cover;
}

.qrevoedge2-media-banner { aspect-ratio: 5760 / 780; }

.qrevoedge2-media-badge {
  display: flex; align-items: center; justify-content: center;
  padding: 64px 6vw; background: #000;
}
.qrevoedge2-badge-text { text-align: center; line-height: normal; }
.qrevoedge2-badge-title {
  margin: 0; font-size: clamp(48px, 6vw, 76px); font-weight: 800; letter-spacing: -0.02em; line-height: 1.1;
  background: linear-gradient(135deg, #ff2d4d 0%, #e8003d 45%, #ff9db3 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.qrevoedge2-badge-sub { margin: 10px 0 0; font-size: clamp(16px, 2vw, 22px); font-weight: 600; color: #fff; line-height: 1.3; }

.QrevoEdge2_text-box {
  background: #000; padding: 88px 6vw 120px;
  display: flex; justify-content: center;
}
.QrevoEdge2_product-desc {
  margin: 0; max-width: 920px; font-size: clamp(19px, 2.4vw, 27px);
  font-weight: 500; line-height: 1.6; letter-spacing: -0.01em;
}
.QrevoEdge2_product-desc .word {
  display: inline-block; color: rgb(77,77,77);
}

@media (max-width: 640px) {
  .qrevoedge2-media-badge { padding: 44px 8vw; }
  .QrevoEdge2_text-box { padding: 56px 7vw 80px; }
}

/* ---- Feature grid ---- */
.qrevoedge2-grid { background: #000; padding: 96px 6vw 40px; }
.qrevoedge2-grid-inner {
  max-width: 1280px; margin: 0 auto; display: grid;
  grid-template-columns: repeat(3, 1fr); gap: 18px;
}
.qrevoedge2-grid-card {
  position: relative; border-radius: 10px; overflow: hidden;
  aspect-ratio: 494/452; padding: 2px;
  background: linear-gradient(149.84deg, #fff -0.79%, #555 22.71%, #555 72.65%, #ccc 101.05%);
  opacity: 0; transform: translateY(80px); transition: opacity .8s cubic-bezier(.2,.7,.2,1), transform .8s cubic-bezier(.2,.7,.2,1);
}
.qrevoedge2-grid-card.revealed { opacity: 1; transform: translateY(0); }
.qrevoedge2-grid-card-inner { position: relative; width: 100%; height: 100%; border-radius: 9px; overflow: hidden; }
.qrevoedge2-grid-media { position: absolute; inset: 0; }
.qrevoedge2-grid-img { width: 100%; height: 100%; object-fit: cover; display: block; }
.qrevoedge2-grid-text {
  position: absolute; top: 0; left: 0; right: 0; padding: 25px 22px;
}
.qrevoedge2-grid-text h3 { margin: 0 0 4px; font-size: 18px; font-weight: 700; letter-spacing: -0.01em; color: #fff; }
.qrevoedge2-grid-text p { margin: 0; font-size: 12.5px; font-weight: 300; line-height: 1.45; color: rgba(255,255,255,0.75); max-width: 85%; }

/* ---- Statement (It Sees, It Rises, It Conquers) ---- */
.qrevoedge2-statement { background: #000; padding: 140px 6vw 80px; text-align: center; }
.qrevoedge2-statement-lines {
  margin: 0 0 56px; font-size: clamp(40px, 6.5vw, 76px); font-weight: 700;
  letter-spacing: -0.02em; line-height: 1.25;
}
.qrevoedge2-statement-line {
  display: block; font-size: clamp(38px, 6vw, 72px); font-weight: 700;
  letter-spacing: -0.02em; line-height: 1.25; color: rgb(77,77,77);
}
.qrevoedge2-feature-label { color: var(--accent); font-size: 15px; font-weight: 600; margin-bottom: 10px; }
.qrevoedge2-feature-heading {
  margin: 0; font-size: clamp(19px, 2.1vw, 24px); font-weight: 600; color: #fff;
  letter-spacing: -0.01em;
}
.qrevoedge2-statement-heading {
  margin: 0; font-size: clamp(24px, 2.8vw, 28px); font-weight: 600; color: #fff;
  letter-spacing: -0.01em;
}

/* ---- Generic wide media ---- */
.qrevoedge2-media-wide { aspect-ratio: 1920 / 750; max-height: 280px; }
.qrevoedge2-media-wide .qrevoedge2-media-el { width: 100%; height: 100%; object-fit: cover; }

/* ---- Stat card ---- */
.qrevoedge2-stat-wrap { background: #000; padding: 0 6vw 96px; }
.qrevoedge2-stat-card {
  position: relative; max-width: 1280px; margin: 0 auto; border-radius: 20px; overflow: hidden;
  padding: 44px 5vw; display: flex; flex-wrap: wrap; align-items: center; gap: 32px 56px;
  background: #14090a;
}
.qrevoedge2-stat-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; opacity: 0.9; }
.qrevoedge2-stat-figure { position: relative; z-index: 1; flex: 0 0 auto; }
.qrevoedge2-stat-prefix { color: rgba(255,255,255,0.75); font-size: 16px; font-weight: 400; }
.qrevoedge2-stat-value { color: #fff; font-size: clamp(40px, 5.6vw, 64px); font-weight: 700; letter-spacing: -0.02em; line-height: 1; }
.qrevoedge2-stat-label { color: rgba(255,255,255,0.6); font-size: 13.5px; margin-top: 6px; }
.qrevoedge2-stat-desc {
  position: relative; z-index: 1; flex: 1 1 340px; margin: 0; color: rgba(255,255,255,0.85);
  font-size: 15px; font-weight: 300; line-height: 1.7; max-width: 480px;
}

/* ---- Generic feature block (heading + desc + media) ---- */
.qrevoedge2-feature-block { background: #000; padding: 20px 6vw 96px; text-align: left; }
.qrevoedge2-feature-block .qrevoedge2-feature-heading { text-align: left; max-width: 720px; }
.qrevoedge2-feature-desc {
  margin: 16px 0 0; max-width: 640px; color: rgba(255,255,255,0.6); font-size: 14.5px;
  font-weight: 300; line-height: 1.7;
}
.qrevoedge2-feature-media { margin-top: 32px; border-radius: 16px; overflow: hidden; aspect-ratio: 1136/600; }
.qrevoedge2-feature-media .qrevoedge2-media-el { width: 100%; height: 100%; object-fit: cover; display: block; }
.qrevoedge2-feature-note { margin: 14px 0 0; font-size: 11.5px; font-weight: 300; color: rgba(255,255,255,0.4); }
.qrevoedge2-feature-block-dark { text-align: center; }
.qrevoedge2-feature-block-dark .qrevoedge2-feature-heading { text-align: center; margin: 0 auto; }
.qrevoedge2-feature-block-dark .qrevoedge2-feature-media { max-width: 900px; margin: 32px auto 0; aspect-ratio: 1920/700; }

/* ---- Overcome obstacles gallery ---- */
.qrevoedge2-obstacles { background: #000; padding: 20px 6vw 24px; }
.qrevoedge2-obstacles-heading { text-align: center; margin: 0 auto 32px; }
.qrevoedge2-obstacles-grid {
  max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px;
}
.qrevoedge2-obstacles-item { position: relative; border-radius: 16px; overflow: hidden; aspect-ratio: 4/3; }
.qrevoedge2-obstacles-img { width: 100%; height: 100%; object-fit: cover; display: block; }
.qrevoedge2-obstacles-text {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 24px;
  background: linear-gradient(to top, rgba(0,0,0,0.75), rgba(0,0,0,0));
}
.qrevoedge2-obstacles-text h3 { margin: 0 0 6px; font-size: 18px; font-weight: 700; color: #fff; }
.qrevoedge2-obstacles-text p { margin: 0; font-size: 13px; font-weight: 300; color: rgba(255,255,255,0.75); line-height: 1.5; }

/* ---- RockDock grid ---- */
.qrevoedge2-dock { background: #000; padding: 20px 6vw 110px; text-align: center; }
.qrevoedge2-dock .qrevoedge2-feature-heading { text-align: center; margin: 0 auto; max-width: 760px; }
.qrevoedge2-dock .qrevoedge2-feature-desc { text-align: center; margin: 16px auto 0; }
.qrevoedge2-dock-grid {
  max-width: 1280px; margin: 48px auto 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px;
}
.qrevoedge2-dock-card {
  border: 1px solid rgba(255,255,255,0.1); border-radius: 16px; overflow: hidden; background: #0a0a0a;
}
.qrevoedge2-dock-img { width: 100%; aspect-ratio: 1040/1200; object-fit: cover; display: block; }
.qrevoedge2-dock-card h3 { margin: 0; padding: 16px 14px 20px; font-size: 14.5px; font-weight: 600; color: #fff; }

@media (max-width: 860px) {
  .qrevoedge2-grid-inner { grid-template-columns: repeat(2, 1fr); }
  .qrevoedge2-obstacles-grid { grid-template-columns: 1fr; }
  .qrevoedge2-dock-grid { grid-template-columns: repeat(2, 1fr); }
  .qrevoedge2-stat-card { padding: 32px 28px; }
}
@media (max-width: 560px) {
  .qrevoedge2-dock-grid { grid-template-columns: 1fr 1fr; }
  .qrevoedge2-grid-inner { grid-template-columns: 1fr; }
}

/* ---- Placeholder for missing assets ---- */
.qrevoedge2-placeholder {
  width: 100%; height: 100%; min-height: 220px; display: flex; align-items: center; justify-content: center;
  background: repeating-linear-gradient(135deg, #0a0a0a, #0a0a0a 10px, #111 10px, #111 20px);
  border: 1px dashed rgba(255,255,255,0.25); border-radius: 12px; padding: 24px; text-align: center;
}
.qrevoedge2-placeholder span { font-size: 12.5px; color: rgba(255,255,255,0.4); font-weight: 400; max-width: 320px; }

/* ---- Simple whole-block statement (no word reveal) ---- */
.qrevoedge2-statement-simple { padding-bottom: 24px; }
.qrevoedge2-statement-block-heading {
  margin: 0 0 28px; font-size: clamp(32px, 5vw, 56px); font-weight: 700;
  letter-spacing: -0.02em; line-height: 1.25;
}
.qrevoedge2-statement-block-line {
  display: block; font-size: clamp(28px, 4vw, 44px); font-weight: 700;
  letter-spacing: -0.02em; line-height: 1.2; color: rgb(77,77,77);
}
.qrevoedge2-feature-desc-center {
  max-width: 640px; margin: 16px auto 0; color: rgba(255,255,255,0.6);
  font-size: 14.5px; font-weight: 300; line-height: 1.7; text-align: center;
}

/* ---- Section 9 carousel (toe-kick / curtains) ---- */
.qrevoedge2-carousel { background: #000; padding: 8px 6vw 20px; }
.qrevoedge2-carousel-viewport { max-width: 1280px; margin: 0 auto; overflow: hidden; }
.qrevoedge2-carousel-track {
  display: flex; transition: transform .5s cubic-bezier(.2,.7,.2,1);
}
.qrevoedge2-carousel-slide {
  flex: 0 0 100%; margin-right: 0; border-radius: 16px; overflow: hidden;
}
.qrevoedge2-carousel-media { aspect-ratio: 2/1; overflow: hidden; }
.qrevoedge2-carousel-img { width: 100%; height: 100%; object-fit: cover; display: block; }
.qrevoedge2-carousel-caption { padding: 24px 4px 0; max-width: 720px; margin: 0 auto; text-align: center; }
.qrevoedge2-carousel-caption h3 { margin: 0 0 10px; font-size: 24px; font-weight: 700; color: #fff; }
.qrevoedge2-carousel-caption p { margin: 0 auto; font-size: 15px; font-weight: 300; color: rgba(255,255,255,0.6); line-height: 1.6; max-width: 90%; }
.qrevoedge2-carousel-controls {
  max-width: 1280px; margin: 28px auto 0; display: flex; align-items: center; justify-content: center; gap: 20px;
}
.qrevoedge2-carousel-dots { display: flex; gap: 8px; }
.qrevoedge2-carousel-dot {
  width: 8px; height: 8px; border-radius: 999px; background: rgba(255,255,255,0.25); border: 0; padding: 0; cursor: pointer;
  transition: background .2s ease, width .2s ease;
}
.qrevoedge2-carousel-dot.active { background: var(--accent); width: 22px; }
.qrevoedge2-carousel-arrows { display: flex; gap: 10px; }
.qrevoedge2-carousel-prev, .qrevoedge2-carousel-next {
  width: 40px; height: 40px; border-radius: 999px; border: 1px solid rgba(255,255,255,0.4);
  background: rgba(255,255,255,0.06); color: #fff; font-size: 18px; line-height: 1;
  display: flex; align-items: center; justify-content: center; cursor: pointer;
}
.qrevoedge2-carousel-prev:hover, .qrevoedge2-carousel-next:hover { background: rgba(255,255,255,0.16); border-color: rgba(255,255,255,0.6); }
.qrevoedge2-carousel-prev:disabled, .qrevoedge2-carousel-next:disabled { opacity: 0.3; cursor: default; }
.qrevoedge2-carousel-prev:disabled:hover, .qrevoedge2-carousel-next:disabled:hover { background: transparent; }


/* ---- Section 11 stat row (VertiBeam / obstacle recognition) ---- */
.qrevoedge2-stat-row {
  background: #000; padding: 40px 6vw 96px; max-width: 1280px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px;
}
.qrevoedge2-stat-row-card { border: 1px solid rgba(255,255,255,0.1); border-radius: 16px; padding: 28px; }
.qrevoedge2-stat-row-media { aspect-ratio: 16/9; margin-bottom: 20px; }
.qrevoedge2-stat-row-value { font-size: clamp(32px, 4vw, 44px); font-weight: 700; color: #fff; letter-spacing: -0.02em; }
.qrevoedge2-stat-row-label { font-size: 14px; font-weight: 600; color: var(--accent); margin-top: 4px; }
.qrevoedge2-stat-row-sub { font-size: 13px; font-weight: 300; color: rgba(255,255,255,0.55); margin-top: 6px; }

/* ---- Section 14 tabs (Clean Carpets / Vacuum Only / Mop Mode) ---- */
.qrevoedge2-tabs { background: #000; padding: 20px 6vw 96px; max-width: 1200px; margin: 0 auto; }
.qrevoedge2-tabs-nav { display: flex; justify-content: center; gap: clamp(8px, 2vw, 32px); margin-bottom: 40px; flex-wrap: nowrap; align-items: flex-end; }
.qrevoedge2-tab-btn {
  flex: 1 1 0; min-width: 0; text-align: center; line-height: 1.3;
  background: none; border: 0; font-family: inherit; font-size: 17px; font-weight: 600;
  color: rgba(255,255,255,0.45); cursor: pointer; padding: 6px 2px; border-bottom: 2px solid transparent;
  transition: color .2s ease, border-color .2s ease;
}
.qrevoedge2-tab-btn.active { color: #fff; border-bottom-color: var(--accent); }
.qrevoedge2-tab-btn:hover { color: #fff; }
.qrevoedge2-tab-panel { display: none; text-align: center; }
.qrevoedge2-tab-panel.active { display: block; }
.qrevoedge2-tab-media { aspect-ratio: 16/7; border-radius: 16px; overflow: hidden; margin-bottom: 24px; }
.qrevoedge2-tab-media .qrevoedge2-media-el { width: 100%; height: 100%; object-fit: cover; }
.qrevoedge2-tab-desc { margin: 0 auto 14px; max-width: 560px; font-size: 15px; font-weight: 300; color: rgba(255,255,255,0.7); }
.qrevoedge2-tab-tags { font-size: 13px; font-weight: 500; color: rgba(255,255,255,0.5); }

/* ---- Section 15 plain stat card (Suction) ---- */
.qrevoedge2-stat-card-plain { background: #0d0d0d; }
.qrevoedge2-stat-label-top { font-size: 14px; font-weight: 500; color: rgba(255,255,255,0.6); }
.qrevoedge2-stat-label-top-bold { font-size: 22px; font-weight: 700; color: #fff; margin: 4px 0 14px; }

/* ---- Section 16 brush stat row ---- */
.qrevoedge2-brush-row { background: #000; padding: 8px 6vw 96px; max-width: 1000px; margin: 0 auto; text-align: center; }
.qrevoedge2-brush-card { display: inline-block; width: 47%; vertical-align: top; margin: 0 1.5%; }
.qrevoedge2-brush-card h3 { margin: 0 0 16px; font-size: 17px; font-weight: 700; color: #fff; }
.qrevoedge2-brush-stats { display: flex; justify-content: center; gap: 32px; }
.qrevoedge2-stat-value-sm { font-size: 28px; font-weight: 700; color: #fff; }
.qrevoedge2-brush-row-desc { margin-top: 32px; max-width: 640px; }

@media (max-width: 860px) {
  .qrevoedge2-carousel-track, .qrevoedge2-stat-row { grid-template-columns: 1fr; }
  .qrevoedge2-brush-card { width: 100%; margin: 0 0 24px; }
  .qrevoedge2-tab-btn { font-size: clamp(10px, 2.8vw, 15px); }
}

/* ---- Centered text-note variant ---- */
.qrevoedge2-feature-note-center { text-align: center; max-width: 640px; margin-left: auto; margin-right: auto; }
.qrevoedge2-feature-desc-sub { font-size: 18px; font-weight: 600; color: rgba(255,255,255,0.85); margin-top: 4px; }
.qrevoedge2-feature-label-center { text-align: center; }
.qrevoedge2-statement-heading-center { text-align: center; }

/* ---- Section 11 single VertiBeam image (no redundant text) ---- */
.qrevoedge2-stat-row-single { background: #000; padding: 0 6vw 96px; max-width: 1280px; margin: 0 auto; display: block; }
.qrevoedge2-stat-row-media-full { aspect-ratio: 21/9; border-radius: 16px; overflow: hidden; }
.qrevoedge2-stat-row-img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ---- Elevates and Adapts: "Elevates" moves up on scroll ---- */
.qrevoedge2-elevates-section { padding-bottom: 28px; overflow: hidden; }
.qrevoedge2-elevates-heading {
  display: flex; flex-direction: column; align-items: center; gap: 4px; margin-bottom: 48px; padding-top: 32px;
}
.qrevoedge2-elevates-word {
  display: block; font-size: clamp(28px, 4vw, 44px); font-weight: 700;
  letter-spacing: -0.02em; line-height: 1.2; color: #fff;
}
.qrevoedge2-elevates-media {
  margin-top: 32px; border-radius: 0; overflow: hidden;
  width: 100vw; margin-left: calc(-50vw + 50%); margin-right: calc(-50vw + 50%);
}
.qrevoedge2-elevates-media .qrevoedge2-media-el { width: 100%; height: auto; display: block; }

/* ---- Suction Power: huge heading ---- */
.qrevoedge2-suction-heading {
  font-size: clamp(40px, 6vw, 64px); font-weight: 800; color: #fff; letter-spacing: -0.02em;
  margin: 6px 0 16px; line-height: 1;
}

/* ---- Mop pressure / FlexiArm stat-comparison row ---- */
.qrevoedge2-stat-pair {
  background: #000; padding: 8px 6vw 96px; max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px;
}
.qrevoedge2-stat-pair-card, .qrevoedge2-flexiarm-card {
  position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,0.12); border-radius: 16px;
  padding: 28px 28px 40px; background: #0a0a0a;
}
.qrevoedge2-stat-pair-bg {
  position: absolute; left: 0; right: 0; bottom: 0; width: 100%; height: 60%;
  object-fit: cover; object-position: bottom center; opacity: 0.9; pointer-events: none; z-index: 0;
}
.qrevoedge2-stat-pair-card > *:not(.qrevoedge2-stat-pair-bg),
.qrevoedge2-flexiarm-card > *:not(.qrevoedge2-stat-pair-bg) { position: relative; z-index: 1; }
.qrevoedge2-stat-pair-label { font-size: 13.5px; font-weight: 500; color: rgba(255,255,255,0.55); margin-bottom: 14px; }
.qrevoedge2-stat-pair-value { font-size: clamp(32px, 4vw, 42px); font-weight: 700; color: #fff; letter-spacing: -0.01em; line-height: 1; }
.qrevoedge2-stat-pair-rule { height: 1px; background: rgba(255,255,255,0.15); margin: 16px 0; }
.qrevoedge2-stat-pair-sub { font-size: 12.5px; font-weight: 400; color: rgba(255,255,255,0.5); }

.qrevoedge2-flexiarm-card { grid-column: 1 / -1; display: flex; flex-wrap: wrap; align-items: center; gap: 32px 48px; padding: 32px 36px 44px; }
.qrevoedge2-flexiarm-stats { display: flex; align-items: center; gap: 32px; flex: 0 0 auto; }
.qrevoedge2-flexiarm-divider { width: 1px; align-self: stretch; background: rgba(255,255,255,0.15); }
.qrevoedge2-flexiarm-desc { flex: 1 1 260px; margin: 0; font-size: 13.5px; font-weight: 300; color: rgba(255,255,255,0.6); line-height: 1.7; }

/* ---- RockDock intro icon strip ---- */
.qrevoedge2-dock-intro { background: #000; padding: 20px 6vw 80px; text-align: center; }
.qrevoedge2-rockdock-icons {
  max-width: 1200px; margin: 48px auto 0; border: 1px solid rgba(255,255,255,0.15); border-radius: 20px;
  padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); gap: 0;
}
.qrevoedge2-rockdock-icon-item { text-align: left; padding: 28px 24px; border-right: 1px solid rgba(255,255,255,0.12); border-bottom: 1px solid rgba(255,255,255,0.12); }
.qrevoedge2-rockdock-icon-item:nth-child(5n) { border-right: 0; }
.qrevoedge2-rockdock-icon-item:nth-child(n+6) { border-bottom: 0; }
.qrevoedge2-rockdock-icon { color: rgba(255,255,255,0.75); margin-bottom: 14px; }
.qrevoedge2-rockdock-icon img { display: block; width: 26px; height: 26px; object-fit: contain; }
.qrevoedge2-rockdock-icon-label { font-size: 14.5px; font-weight: 500; color: rgba(255,255,255,0.85); line-height: 1.4; }

/* ---- Other Features: horizontal scroll ---- */
.qrevoedge2-other-features { background: #000; padding: 20px 0 70px; }
.qrevoedge2-other-features .qrevoedge2-carousel-controls { padding: 0 6vw; }
.qrevoedge2-other-features .qrevoedge2-statement-heading { max-width: 1180px; margin: 0 auto 40px; padding: 0 6vw; box-sizing: border-box; }
.qrevoedge2-other-features-viewport {
  overflow-x: auto; overflow-y: hidden; padding: 0 6vw; scroll-behavior: smooth;
  scrollbar-width: none; -ms-overflow-style: none;
  max-width: 1180px; margin: 0 auto;
}
.qrevoedge2-other-features-viewport::-webkit-scrollbar { display: none; height: 0; }
.qrevoedge2-other-features-scroll {
  display: flex; gap: 20px; scroll-behavior: smooth;
}
.qrevoedge2-other-features-spacer { flex: 0 0 6vw; }
.qrevoedge2-other-features-card {
  flex: 0 0 280px; scroll-snap-align: start;
}
.qrevoedge2-other-features-media { aspect-ratio: 928/700; overflow: hidden; margin-bottom: 18px; background: #000; }
.qrevoedge2-other-features-img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 22%, black 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, black 22%, black 100%);
}
.qrevoedge2-other-features-card h3 { margin: 0 0 8px; font-size: 16px; font-weight: 700; color: #fff; line-height: 1.35; }
.qrevoedge2-other-features-card p { margin: 0; font-size: 13px; font-weight: 300; color: rgba(255,255,255,0.55); line-height: 1.6; }

@media (max-width: 860px) {
  .qrevoedge2-stat-pair { grid-template-columns: 1fr; }
  .qrevoedge2-flexiarm-stats { gap: 20px; }
  .qrevoedge2-rockdock-icons { grid-template-columns: repeat(2, 1fr); }
  .qrevoedge2-rockdock-icon-item { border-right: 1px solid rgba(255,255,255,0.12) !important; }
  .qrevoedge2-rockdock-icon-item:nth-child(2n) { border-right: 0 !important; }
  .qrevoedge2-rockdock-icon-item:nth-child(n+9) { border-bottom: 0 !important; }
}

/* ---- VertiBeam 3-column stat section ---- */
.qrevoedge2-vertibeam { background: #000; padding: 16px 6vw 96px; }
.qrevoedge2-vertibeam-card {
  position: relative; max-width: 1280px; margin: 0 auto; overflow: hidden;
  border: 1px solid rgba(255,255,255,0.14); border-radius: 20px; background: #0a0a0a;
  padding: 40px;
}
.qrevoedge2-vertibeam-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.9; }
.qrevoedge2-vertibeam-grid {
  position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px;
  text-align: center;
}
.qrevoedge2-vertibeam-icon { width: 44px; height: 44px; display: block; margin: 0 auto 18px; }
.qrevoedge2-vertibeam-rule { height: 1px; background: rgba(255,255,255,0.15); margin-bottom: 18px; }
.qrevoedge2-vertibeam-title { margin: 0 0 20px; font-size: 17px; font-weight: 700; color: #fff; line-height: 1.35; min-height: 46px; }
.qrevoedge2-vertibeam-num { margin: 0 0 8px; font-size: clamp(28px, 3.4vw, 38px); font-weight: 700; color: #fff; letter-spacing: -0.01em; min-height: 1em; }
.qrevoedge2-vertibeam-num span { font-size: 0.55em; font-weight: 600; }
.qrevoedge2-vertibeam-desc { margin: 0; font-size: 12.5px; font-weight: 300; color: rgba(255,255,255,0.5); line-height: 1.5; }

@media (max-width: 860px) {
  .qrevoedge2-vertibeam-grid { grid-template-columns: 1fr; gap: 36px; }
}

/* ---- Suction Power: full-width video with overlaid stat ---- */
.qrevoedge2-suction-wrap { position: relative; background: #000; }
.qrevoedge2-suction-media { width: 100%; aspect-ratio: 16/9; }
.qrevoedge2-suction-media .qrevoedge2-media-el { width: 100%; height: 100%; object-fit: cover; display: block; }
.qrevoedge2-suction-overlay {
  position: absolute; left: 0; top: 0; width: 100%; height: 100%;
  display: flex; flex-direction: column; justify-content: center;
  padding: 0 6vw; text-shadow: 0 2px 24px rgba(0,0,0,0.85);
  background: linear-gradient(90deg, rgba(0,0,0,0.92) 0%, rgba(0,0,0,0.75) 40%, rgba(0,0,0,0.15) 70%, rgba(0,0,0,0) 90%);
}
.qrevoedge2-suction-overlay > * { max-width: 420px; }
.qrevoedge2-suction-desc { max-width: 340px; color: rgba(255,255,255,0.75); font-size: 14.5px; font-weight: 300; line-height: 1.7; margin-top: 10px; }

/* ---- Carpet section: light-gray section wrapping stat card + info box ---- */
.qrevoedge2-carpet-section {
  background: linear-gradient(0deg, #d9d9d9 0%, #e7e7e7 100%); padding: 56px 6vw 90px;
}
.qrevoedge2-carpet-section .qrevoedge2-stat-wrap { padding: 0 0 56px; background: transparent; }
.qrevoedge2-carpet-box {
  max-width: 1280px; margin: 0 auto; display: flex; flex-wrap: wrap; align-items: center; gap: 40px;
}
.qrevoedge2-carpet-text { flex: 1 1 360px; }
.qrevoedge2-carpet-heading {
  margin: 0; font-size: clamp(24px, 2.8vw, 32px); font-weight: 600; color: #141414;
  letter-spacing: -0.01em; line-height: 1.3;
}
.qrevoedge2-carpet-desc { margin: 20px 0 0; font-size: 14px; font-weight: 500; color: rgba(20,20,20,0.55); line-height: 1.7; max-width: 380px; }
.qrevoedge2-carpet-media { flex: 1 1 480px; aspect-ratio: 1136/600; border-radius: 12px; overflow: hidden; margin: 0; }
.qrevoedge2-carpet-note { max-width: 1280px; margin: 28px auto 0; color: rgba(20,20,20,0.45); }

@media (max-width: 860px) {
  .qrevoedge2-carpet-box { flex-direction: column; align-items: stretch; }
  .qrevoedge2-carpet-text, .qrevoedge2-carpet-media { flex: 1 1 auto; width: 100%; max-width: 100%; }
  .qrevoedge2-carpet-desc { max-width: 100%; }
}

.qrevoedge2-elevates-desc { margin-top: 28px; }

.qrevoedge2-suction-count { color: var(--accent); }


/* ---- Qrevo Edge 2 page additions ---- */
.qrevoedge2-vertibeam-grid-4 { grid-template-columns: repeat(4, 1fr); text-align: left; }
@media (max-width: 860px) {
  .qrevoedge2-vertibeam-grid-4 { grid-template-columns: 1fr 1fr; }
}

.qrevoedge2-rockdock-icons-6 { grid-template-columns: repeat(3, 1fr); }
.qrevoedge2-rockdock-icons-6 .qrevoedge2-rockdock-icon-item:nth-child(3n) { border-right: 0; }
.qrevoedge2-rockdock-icons-6 .qrevoedge2-rockdock-icon-item:nth-child(n+4) { border-bottom: 0; }
@media (max-width: 860px) {
  .qrevoedge2-rockdock-icons-6 { grid-template-columns: repeat(2, 1fr); }
  .qrevoedge2-rockdock-icons-6 .qrevoedge2-rockdock-icon-item:nth-child(3n) { border-right: 1px solid rgba(255,255,255,0.12); }
  .qrevoedge2-rockdock-icons-6 .qrevoedge2-rockdock-icon-item:nth-child(2n) { border-right: 0; }
  .qrevoedge2-rockdock-icons-6 .qrevoedge2-rockdock-icon-item:nth-child(n+4) { border-bottom: 1px solid rgba(255,255,255,0.12); }
  .qrevoedge2-rockdock-icons-6 .qrevoedge2-rockdock-icon-item:nth-child(n+5) { border-bottom: 0; }
}

/* ---- Statement word-reveal variant ---- */
.qrevoedge2-statement-reveal .word { color: rgb(77,77,77); display: inline-block; }

/* ---- Dual Anti-Tangle accordion ---- */
.qrevoedge2-brush-accordion {
  max-width: 1280px; margin: 0 auto; padding: 8px 6vw 96px; display: flex; gap: 24px; align-items: flex-start; flex-wrap: nowrap;
}
.qrevoedge2-brush-accordion-list { flex: 1 1 240px; min-width: 0; display: flex; flex-direction: column; gap: 12px; }
.qrevoedge2-brush-accordion-item {
  background: #131313; border: 1px solid rgba(255,255,255,0.08); border-radius: 16px;
  padding: 26px 28px; transition: background .25s ease;
}
.qrevoedge2-brush-accordion-item.active { background: #181818; }
.qrevoedge2-brush-accordion-head {
  width: 100%; background: none; border: 0; font-family: inherit; cursor: pointer; padding: 0;
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  font-size: 17px; font-weight: 700; color: rgba(255,255,255,0.5); text-align: left;
}
.qrevoedge2-brush-accordion-item.active .qrevoedge2-brush-accordion-head { color: #fff; }
.qrevoedge2-brush-accordion-chevron { flex: 0 0 auto; transition: transform .25s ease; color: rgba(255,255,255,0.5); }
.qrevoedge2-brush-accordion-item.active .qrevoedge2-brush-accordion-chevron { transform: rotate(180deg); color: #fff; }
.qrevoedge2-brush-accordion-body { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.qrevoedge2-brush-accordion-item.active .qrevoedge2-brush-accordion-body { max-height: 140px; margin-top: 20px; }
.qrevoedge2-brush-accordion-body .qrevoedge2-brush-stats { display: flex; flex-wrap: wrap; }
.qrevoedge2-brush-accordion-body .qrevoedge2-brush-stats > div { padding: 0 28px; }
.qrevoedge2-brush-accordion-body .qrevoedge2-brush-stats > div:first-child { padding-left: 0; }
.qrevoedge2-brush-accordion-body .qrevoedge2-brush-stats > div + div { border-left: 1px solid rgba(255,255,255,0.15); }
.qrevoedge2-brush-accordion-media {
  flex: 1.1 1 200px; min-width: 0; border-radius: 16px; overflow: hidden; background: #0a0a0a; aspect-ratio: 1/1;
}
.qrevoedge2-brush-accordion-media img { width: 100%; height: 100%; object-fit: cover; display: block; }

@media (max-width: 760px) {
  .qrevoedge2-brush-accordion { gap: 14px; }
  .qrevoedge2-brush-accordion-item { padding: 16px 16px; }
  .qrevoedge2-brush-accordion-head { font-size: 13px; }
  .qrevoedge2-brush-accordion-item.active .qrevoedge2-brush-accordion-body { margin-top: 12px; }
  .qrevoedge2-brush-accordion-body .qrevoedge2-brush-stats > div { padding: 0 12px; }
  .qrevoedge2-stat-value-sm { font-size: 20px; }
}
@media (max-width: 480px) {
  .qrevoedge2-brush-accordion-item { padding: 12px; }
  .qrevoedge2-brush-accordion-head { font-size: 11.5px; }
  .qrevoedge2-brush-accordion-body .qrevoedge2-brush-stats > div { padding: 0 8px; }
  .qrevoedge2-brush-accordion-body .qrevoedge2-brush-stats { font-size: 11px; }
  .qrevoedge2-stat-value-sm { font-size: 16px; }
}

/* ---- Mopping icon-card grid ---- */
.qrevoedge2-icon-grid { grid-template-columns: repeat(2, 1fr); }
.qrevoedge2-icon-card { display: flex; gap: 18px; align-items: flex-start; text-align: left; }
.qrevoedge2-icon-card-title { margin: 0 0 8px; font-size: 16px; font-weight: 700; color: #fff; line-height: 1.35; }
.qrevoedge2-vertibeam-icon-badge {
  flex: 0 0 auto; width: 52px; height: 52px;
  display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.85);
}
.qrevoedge2-vertibeam-icon-badge img { width: 44px; height: 44px; object-fit: contain; display: block; }
@media (max-width: 640px) {
  .qrevoedge2-icon-grid { grid-template-columns: 1fr; }
}

/* ---- Tab media pair (Carpet Cleaning: 2 media side by side) ---- */
.qrevoedge2-tab-media-pair { display: flex; gap: 20px; margin-bottom: 24px; }
.qrevoedge2-tab-media-pair .qrevoedge2-tab-media { flex: 1; margin-bottom: 0; aspect-ratio: 8/7; }

/* ---- Reactive AI: scroll-linked image crossfade ---- */
.qrevoedge2-crossfade { position: relative; min-height: 560px; background: #000; overflow: hidden; display: flex; align-items: center; padding: 80px 6vw; }
.qrevoedge2-crossfade-media { position: absolute; inset: 0; z-index: 0; }
.qrevoedge2-crossfade-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; }
.qrevoedge2-crossfade-img:first-child { opacity: 1; }
.qrevoedge2-crossfade-scrim { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,0.8), rgba(0,0,0,0.25)); }
.qrevoedge2-crossfade-content { position: relative; z-index: 1; max-width: 520px; }
.qrevoedge2-crossfade-heading { margin: 0; font-size: clamp(24px, 2.8vw, 32px); font-weight: 700; color: #fff; letter-spacing: -0.01em; line-height: 1.3; }
.qrevoedge2-crossfade-content .qrevoedge2-feature-desc { margin-top: 16px; max-width: 480px; }
.qrevoedge2-crossfade-stat { position: relative; z-index: 1; margin-left: auto; text-align: right; }
@media (max-width: 760px) {
  .qrevoedge2-crossfade {
    flex-direction: column; align-items: flex-start; justify-content: flex-end;
    min-height: 340px; padding: 20px 6vw;
  }
  .qrevoedge2-crossfade-scrim {
    background: linear-gradient(to top, rgba(0,0,0,0.88) 15%, rgba(0,0,0,0.4) 55%, rgba(0,0,0,0.05));
  }
  .qrevoedge2-crossfade-content { max-width: 100%; }
  .qrevoedge2-crossfade-content .qrevoedge2-feature-label { font-size: 11.5px; margin-bottom: 6px; }
  .qrevoedge2-crossfade-heading { font-size: 19px; line-height: 1.25; }
  .qrevoedge2-crossfade-content .qrevoedge2-feature-desc { max-width: 100%; margin-top: 8px; font-size: 12px; line-height: 1.5; }
  .qrevoedge2-crossfade-stat { text-align: left; margin-left: 0; margin-top: 10px; }
  .qrevoedge2-crossfade-stat .qrevoedge2-stat-label-top { font-size: 11px; }
  .qrevoedge2-crossfade-stat .qrevoedge2-stat-value { font-size: 26px; }
}

/* ---- Pill toggle (DirTect) ---- */
.qrevoedge2-pill-toggle { display: flex; justify-content: center; gap: 12px; margin: 28px 0 8px; flex-wrap: wrap; }
.qrevoedge2-pill-btn {
  font-family: inherit; font-size: 14px; font-weight: 600; padding: 12px 24px; border-radius: 999px;
  border: 0; background: rgba(255,255,255,0.08); color: rgba(255,255,255,0.65); cursor: pointer;
  transition: background .2s ease, color .2s ease;
}
.qrevoedge2-pill-btn.active { background: var(--accent); color: #fff; }
.qrevoedge2-pill-btn:hover { color: #fff; }

/* ---- Multifunctional dock: video + stats side by side ---- */
.qrevoedge2-dock-video-row {
  max-width: 1280px; margin: 0 auto; padding: 8px 6vw 96px; display: flex; flex-wrap: wrap; gap: 40px; align-items: center;
}
.qrevoedge2-dock-video-media { flex: 1 1 480px; aspect-ratio: 16/9; border-radius: 16px; overflow: hidden; }
.qrevoedge2-dock-video-stats { flex: 1 1 320px; display: flex; flex-direction: column; gap: 24px; }
.qrevoedge2-dock-video-stat { border: 1px solid rgba(255,255,255,0.12); border-radius: 16px; padding: 24px 26px; background: #0a0a0a; }
.qrevoedge2-dock-video-stat .qrevoedge2-stat-pair-value { color: var(--accent); }


/* ---- Mopping section: accent heading + smaller video ---- */
.qrevoedge2-feature-heading-accent { color: var(--accent); }
.qrevoedge2-feature-media-sm { max-width: 720px; margin: 32px auto 0; }
