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


.saros20-main { background: #000; }

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

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

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

.saros20-media-badge {
  display: flex; align-items: center; justify-content: center;
  padding: 64px 6vw; background: #000;
}
.saros20-badge-text { text-align: center; line-height: normal; }
.saros20-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;
}
.saros20-badge-sub { margin: 10px 0 0; font-size: clamp(16px, 2vw, 22px); font-weight: 600; color: #fff; line-height: 1.3; }

.Saros20_text-box {
  background: #000; padding: 88px 6vw 120px;
  display: flex; justify-content: center;
}
.Saros20_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;
}
.Saros20_product-desc .word {
  display: inline-block; color: rgb(77,77,77);
}

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

/* ---- Feature grid ---- */
.saros20-grid { background: #000; padding: 96px 6vw 40px; }
.saros20-grid-inner {
  max-width: 1280px; margin: 0 auto; display: grid;
  grid-template-columns: repeat(2, 1fr); gap: 20px;
}
.saros20-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);
}
.saros20-grid-card.revealed { opacity: 1; transform: translateY(0); }
.saros20-grid-card-inner { position: relative; width: 100%; height: 100%; border-radius: 9px; overflow: hidden; }
.saros20-grid-media { position: absolute; inset: 0; }
.saros20-grid-img { width: 100%; height: 100%; object-fit: cover; display: block; }
.saros20-grid-text {
  position: absolute; top: 0; left: 0; right: 0; padding: 25px 22px;
}
.saros20-grid-text h3 { margin: 0 0 4px; font-size: 18px; font-weight: 700; letter-spacing: -0.01em; color: #fff; }
.saros20-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) ---- */
.saros20-statement { background: #000; padding: 120px 6vw 60px; text-align: center; }
.saros20-statement-lines { margin: 0 0 56px; }
.saros20-statement-line {
  display: block; font-size: clamp(30px, 4.4vw, 52px); font-weight: 700;
  letter-spacing: -0.02em; line-height: 1.25; color: rgb(77,77,77);
}
.saros20-feature-label { color: var(--accent); font-size: 15px; font-weight: 600; margin-bottom: 10px; }
.saros20-feature-heading {
  margin: 0; font-size: clamp(19px, 2.1vw, 24px); font-weight: 600; color: #fff;
  letter-spacing: -0.01em;
}
.saros20-statement-heading {
  margin: 0; font-size: clamp(24px, 2.8vw, 28px); font-weight: 600; color: #fff;
  letter-spacing: -0.01em;
}

/* ---- Generic wide media ---- */
.saros20-media-wide { aspect-ratio: 1920 / 750; }

/* ---- Stat card ---- */
.saros20-stat-wrap { background: #000; padding: 0 6vw 96px; }
.saros20-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;
}
.saros20-stat-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; opacity: 0.9; }
.saros20-stat-figure { position: relative; z-index: 1; flex: 0 0 auto; }
.saros20-stat-prefix { color: rgba(255,255,255,0.75); font-size: 16px; font-weight: 400; }
.saros20-stat-value { color: #fff; font-size: clamp(40px, 5.6vw, 64px); font-weight: 700; letter-spacing: -0.02em; line-height: 1; }
.saros20-stat-label { color: rgba(255,255,255,0.6); font-size: 13.5px; margin-top: 6px; }
.saros20-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) ---- */
.saros20-feature-block { background: #000; padding: 20px 6vw 96px; text-align: left; }
.saros20-feature-block .saros20-feature-heading { text-align: left; max-width: 720px; }
.saros20-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;
}
.saros20-feature-media { margin-top: 32px; border-radius: 16px; overflow: hidden; aspect-ratio: 1136/600; }
.saros20-feature-media .saros20-media-el { width: 100%; height: 100%; object-fit: cover; display: block; }
.saros20-feature-note { margin: 14px 0 0; font-size: 11.5px; font-weight: 300; color: rgba(255,255,255,0.4); }
.saros20-feature-block-dark { text-align: center; }
.saros20-feature-block-dark .saros20-feature-heading { text-align: center; margin: 0 auto; }
.saros20-feature-block-dark .saros20-feature-media { max-width: 900px; margin: 32px auto 0; aspect-ratio: 1920/700; }

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

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

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

/* ---- Placeholder for missing assets ---- */
.saros20-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;
}
.saros20-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) ---- */
.saros20-statement-simple { padding-bottom: 24px; }
.saros20-statement-block-heading { margin: 0 0 28px; }
.saros20-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);
}
.saros20-feature-desc-center { text-align: center; margin-left: auto; margin-right: auto; }

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


/* ---- Section 11 stat row (VertiBeam / obstacle recognition) ---- */
.saros20-stat-row {
  background: #000; padding: 40px 6vw 96px; max-width: 1280px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px;
}
.saros20-stat-row-card { border: 1px solid rgba(255,255,255,0.1); border-radius: 16px; padding: 28px; }
.saros20-stat-row-media { aspect-ratio: 16/9; margin-bottom: 20px; }
.saros20-stat-row-value { font-size: clamp(32px, 4vw, 44px); font-weight: 700; color: #fff; letter-spacing: -0.02em; }
.saros20-stat-row-label { font-size: 14px; font-weight: 600; color: var(--accent); margin-top: 4px; }
.saros20-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) ---- */
.saros20-tabs { background: #000; padding: 20px 6vw 96px; max-width: 1200px; margin: 0 auto; }
.saros20-tabs-nav { display: flex; justify-content: center; gap: 32px; margin-bottom: 40px; flex-wrap: wrap; }
.saros20-tab-btn {
  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;
}
.saros20-tab-btn.active { color: #fff; border-bottom-color: var(--accent); }
.saros20-tab-btn:hover { color: #fff; }
.saros20-tab-panel { display: none; text-align: center; }
.saros20-tab-panel.active { display: block; }
.saros20-tab-media { aspect-ratio: 16/7; border-radius: 16px; overflow: hidden; margin-bottom: 24px; }
.saros20-tab-media .saros20-media-el { width: 100%; height: 100%; object-fit: cover; }
.saros20-tab-desc { margin: 0 auto 14px; max-width: 560px; font-size: 15px; font-weight: 300; color: rgba(255,255,255,0.7); }
.saros20-tab-tags { font-size: 13px; font-weight: 500; color: rgba(255,255,255,0.5); }

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

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

@media (max-width: 860px) {
  .saros20-carousel-track, .saros20-stat-row { grid-template-columns: 1fr; }
  .saros20-brush-card { width: 100%; margin: 0 0 24px; }
  .saros20-tabs-nav { gap: 20px; }
}

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

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

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

/* ---- Suction Power: huge heading ---- */
.saros20-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 ---- */
.saros20-stat-pair {
  background: #000; padding: 8px 6vw 96px; max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px;
}
.saros20-stat-pair-card, .saros20-flexiarm-card {
  position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,0.12); border-radius: 16px;
  padding: 28px 28px 40px; background: #0a0a0a;
  background-image: url("../../images/vacuums/Saros%2020/Saros20_section17_pic_pc.webp");
  background-repeat: no-repeat; background-position: bottom center; background-size: 100% auto;
}
.saros20-stat-pair-label { font-size: 13.5px; font-weight: 500; color: rgba(255,255,255,0.55); margin-bottom: 14px; }
.saros20-stat-pair-value { font-size: clamp(32px, 4vw, 42px); font-weight: 700; color: #fff; letter-spacing: -0.01em; line-height: 1; }
.saros20-stat-pair-rule { height: 1px; background: rgba(255,255,255,0.15); margin: 16px 0; }
.saros20-stat-pair-sub { font-size: 12.5px; font-weight: 400; color: rgba(255,255,255,0.5); line-height: 1.4; }

.saros20-flexiarm-card { grid-column: 1 / -1; display: flex; flex-wrap: wrap; align-items: center; gap: 32px 48px; padding: 32px 36px 44px; }
.saros20-flexiarm-stats { display: flex; align-items: center; gap: 32px; flex: 1 1 auto; min-width: 0; }
.saros20-flexiarm-stat { flex: 1 1 0; min-width: 0; }
.saros20-flexiarm-divider { width: 1px; flex-shrink: 0; align-self: stretch; background: rgba(255,255,255,0.15); }
.saros20-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 ---- */
.saros20-dock-intro { background: #000; padding: 20px 6vw 80px; text-align: center; }
.saros20-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;
}
.saros20-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); }
.saros20-rockdock-icon-item:nth-child(5n) { border-right: 0; }
.saros20-rockdock-icon-item:nth-child(n+6) { border-bottom: 0; }
.saros20-rockdock-icon { color: rgba(255,255,255,0.75); margin-bottom: 14px; }
.saros20-rockdock-icon img { display: block; width: 26px; height: 26px; object-fit: contain; }
.saros20-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 ---- */
.saros20-other-features { background: #000; padding: 20px 0 70px; }
.saros20-other-features .saros20-carousel-controls { padding: 0 6vw; }
.saros20-other-features .saros20-statement-heading { padding: 0 6vw; margin-bottom: 40px; }
.saros20-other-features-viewport {
  overflow-x: auto; overflow-y: hidden; padding: 0 6vw; scroll-behavior: smooth;
  scrollbar-width: none; -ms-overflow-style: none;
}
.saros20-other-features-viewport::-webkit-scrollbar { display: none; height: 0; }
.saros20-other-features-scroll {
  display: flex; gap: 20px; scroll-behavior: smooth;
}
.saros20-other-features-spacer { flex: 0 0 6vw; }
.saros20-other-features-card {
  flex: 0 0 280px; scroll-snap-align: start;
}
.saros20-other-features-media { aspect-ratio: 1040/1560; overflow: hidden; margin-bottom: 18px; background: #000; }
.saros20-other-features-img { width: 100%; height: 100%; object-fit: cover; display: block; mix-blend-mode: screen; }
.saros20-other-features-card h3 { margin: 0 0 8px; font-size: 16px; font-weight: 700; color: #fff; line-height: 1.35; }
.saros20-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) {
  .saros20-stat-pair { grid-template-columns: 1fr; }
  .saros20-flexiarm-stats { gap: 20px; flex: 1 1 100%; width: 100%; }
  .saros20-rockdock-icons { grid-template-columns: repeat(2, 1fr); }
  .saros20-rockdock-icon-item { border-right: 1px solid rgba(255,255,255,0.12) !important; }
  .saros20-rockdock-icon-item:nth-child(2n) { border-right: 0 !important; }
  .saros20-rockdock-icon-item:nth-child(n+9) { border-bottom: 0 !important; }
}

/* ---- VertiBeam 3-column stat section ---- */
.saros20-vertibeam { background: #000; padding: 16px 6vw 96px; }
.saros20-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;
}
.saros20-vertibeam-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.9; }
.saros20-vertibeam-grid {
  position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px;
  text-align: center;
}
.saros20-vertibeam-icon { width: 44px; height: 44px; display: block; margin: 0 auto 18px; }
.saros20-vertibeam-rule { height: 1px; background: rgba(255,255,255,0.15); margin-bottom: 18px; }
.saros20-vertibeam-title { margin: 0 0 20px; font-size: 17px; font-weight: 700; color: #fff; line-height: 1.35; min-height: 46px; }
.saros20-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; }
.saros20-vertibeam-num span { font-size: 0.55em; font-weight: 600; }
.saros20-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) {
  .saros20-vertibeam-grid { grid-template-columns: 1fr; gap: 36px; }
}

/* ---- Suction Power: full-width video with overlaid stat ---- */
.saros20-suction-wrap { position: relative; background: #000; }
.saros20-suction-media { width: 100%; aspect-ratio: 16/9; }
.saros20-suction-media .saros20-media-el { width: 100%; height: 100%; object-fit: cover; display: block; }
.saros20-suction-overlay {
  position: absolute; left: 6vw; top: 50%; transform: translateY(-50%);
  max-width: 420px; text-shadow: 0 2px 24px rgba(0,0,0,0.6);
}
.saros20-suction-desc { max-width: 300px; }

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

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

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

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