.sr-home,
.sr-home * {
  box-sizing: border-box;
}

.sr-home {
  --sr-dark: #060909;
  --sr-dark-soft: #111717;
  --sr-teal: #008f85;
  --sr-teal-bright: #15b5a8;
  --sr-teal-deep: #00675f;
  --sr-ink: #172323;
  --sr-muted: #667474;
  --sr-line: #dbe3e0;
  --sr-surface: #ffffff;
  --sr-page: #f5f7f4;
  --sr-shadow: 0 12px 32px rgba(16, 35, 35, 0.11);
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: 100vw;
  margin-left: -50vw;
  overflow-x: hidden;
  color: var(--sr-ink);
  background: var(--sr-page);
  font-family: inherit;
  margin-top: -12px;
  scroll-padding-top: 82px;
}

.sr-home section[id] {
  scroll-margin-top: 82px;
}

.sr-global-header + .sr-home {
  margin-top: 0;
}

body:has(.sr-home) .site-main,
body:has(.sr-home) .page-content,
body:has(.sr-home) .entry-content,
body:has(.sr-home) .elementor,
body:has(.sr-home) .elementor-section:first-child,
body:has(.sr-home) .elementor-container:first-child,
body:has(.sr-home) .elementor-widget-wrap:first-child {
  padding-top: 0 !important;
  margin-top: 0 !important;
  border-top: 0 !important;
}

.sr-home a {
  color: inherit;
  text-decoration: none;
}

.sr-home img {
  display: block;
  max-width: 100%;
}

@media (prefers-reduced-motion: no-preference) {
  html:has(.sr-home) {
    scroll-behavior: smooth;
  }
}

html:has(.sr-home),
body:has(.sr-home) {
  overflow-x: hidden;
}

.sr-home a:focus-visible,
.sr-home button:focus-visible {
  outline: 3px solid rgba(34, 184, 170, 0.8);
  outline-offset: 4px;
}

.sr-container {
  width: min(100% - 48px, 1180px);
  margin-inline: auto;
}

.sr-icon {
  width: 1.5rem;
  height: 1.5rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 auto;
}

.sr-header {
  position: relative;
  z-index: 5;
  color: #ffffff;
  background: linear-gradient(180deg, #030505 0%, #091010 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.sr-header-inner {
  min-height: 108px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
}

.sr-brand {
  display: flex;
  align-items: center;
}

.sr-logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.sr-logo-image {
  width: 102px;
  height: auto;
  object-fit: contain;
}

.sr-custom-logo img {
  width: 92px;
  height: auto;
}

.sr-logo-fallback {
  width: 94px;
  height: 94px;
  display: inline-grid;
  place-items: center;
  align-content: center;
  border: 3px solid var(--sr-teal);
  border-radius: 50%;
  color: var(--sr-teal-bright);
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.sr-logo-super {
  display: block;
  font-size: 1.62rem;
  text-transform: lowercase;
}

.sr-logo-redes {
  display: block;
  margin-top: 5px;
  font-size: 0.92rem;
  font-weight: 500;
}

.sr-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(16px, 2.2vw, 34px);
  min-width: 0;
}

.sr-nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.91rem;
  font-weight: 600;
  white-space: nowrap;
}

.sr-nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 2px;
  border-radius: 2px;
  background: transparent;
}

.sr-nav-link:hover,
.sr-nav-link:focus-visible,
.sr-nav-link.is-active {
  color: var(--sr-teal-bright);
}

.sr-nav-link.is-active::after {
  background: var(--sr-teal-bright);
}

.sr-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
}

.sr-header-action {
  position: relative;
  display: inline-grid;
  justify-items: center;
  gap: 6px;
  color: #ffffff;
  font-size: 0.79rem;
  font-weight: 500;
  white-space: nowrap;
}

.sr-header-action .sr-icon {
  width: 2rem;
  height: 2rem;
  stroke-width: 1.7;
}

.sr-cart-count {
  position: absolute;
  top: -7px;
  right: 10px;
  min-width: 18px;
  height: 18px;
  display: inline-grid;
  place-items: center;
  padding-inline: 4px;
  border-radius: 999px;
  color: #ffffff;
  background: var(--sr-teal);
  font-size: 0.68rem;
  line-height: 1;
}

.sr-hero {
  position: relative;
  min-height: clamp(570px, calc(100svh - 170px), 740px);
  margin-top: 0;
  color: #ffffff;
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0.34) 0%, rgba(0, 0, 0, 0.12) 44%, rgba(0, 0, 0, 0) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.05) 48%, rgba(0, 0, 0, 0.04) 100%),
    var(--sr-hero-image, linear-gradient(135deg, #182323 0%, #3d574d 50%, #192222 100%));
  background-position: center 68%;
  background-size: cover;
}

.sr-hero-inner {
  min-height: clamp(570px, calc(100svh - 170px), 740px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-block: clamp(72px, 5vw, 94px) 96px;
}

.sr-eyebrow {
  margin: 0 0 10px;
  color: var(--sr-teal-bright);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.sr-hero h1 {
  max-width: 560px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(2rem, 3.9vw, 3.45rem);
  font-weight: 800;
  line-height: 1.02;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.48);
}

.sr-hero-text {
  max-width: 520px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
  line-height: 1.5;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.44);
}

.sr-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 30px;
}

.sr-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 100%;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 0.84rem;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.15;
  text-align: center;
  transition: transform 160ms ease, background-color 160ms ease, color 160ms ease, border-color 160ms ease;
}

.sr-button:hover,
.sr-button:focus-visible {
  transform: translateY(-1px);
}

.sr-button:active {
  transform: translateY(0);
}

.sr-button-primary {
  color: #ffffff;
  background: var(--sr-teal);
}

.sr-button-primary:hover,
.sr-button-primary:focus-visible {
  color: #ffffff;
  background: var(--sr-teal-bright);
}

.sr-button-secondary {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.34);
  border-color: rgba(255, 255, 255, 0.72);
}

.sr-button-secondary:hover,
.sr-button-secondary:focus-visible {
  color: #ffffff;
  background: rgba(0, 143, 133, 0.2);
  border-color: var(--sr-teal-bright);
}

.sr-button-light {
  min-width: 210px;
  color: var(--sr-teal-deep) !important;
  background: #ffffff !important;
}

.sr-button-light:hover,
.sr-button-light:focus-visible {
  color: var(--sr-dark) !important;
  background: #eafffb !important;
}

.sr-button-light span {
  color: inherit;
  font: inherit;
}

.sr-feature-strip {
  position: relative;
  z-index: 2;
  margin-top: -36px;
}

.sr-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  color: #ffffff;
  background: rgba(8, 12, 12, 0.94);
  box-shadow: var(--sr-shadow);
}

.sr-feature-item {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 76px;
  padding: 14px 18px;
}

.sr-feature-item + .sr-feature-item {
  border-left: 1px solid rgba(255, 255, 255, 0.28);
}

.sr-feature-icon {
  color: var(--sr-teal-bright);
}

.sr-feature-icon .sr-icon {
  width: 2.25rem;
  height: 2.25rem;
  stroke-width: 1.45;
}

.sr-feature-item strong,
.sr-feature-item small,
.sr-benefit-item strong,
.sr-benefit-item small {
  display: block;
}

.sr-feature-item strong {
  margin-bottom: 4px;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 800;
}

.sr-feature-item small {
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.78rem;
  line-height: 1.4;
}

.sr-product-section,
.sr-gallery-section {
  padding-top: 44px;
}

.sr-section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.sr-section-heading h2 {
  margin: 0;
  color: var(--sr-ink);
  font-size: clamp(1.65rem, 2.5vw, 2.3rem);
  font-weight: 800;
  line-height: 1.1;
}

.sr-see-all {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--sr-teal);
  font-size: 0.9rem;
  font-weight: 800;
  white-space: nowrap;
}

.sr-see-all span {
  font-size: 1.7rem;
  line-height: 0.7;
}

.sr-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.sr-featured-products + .sr-custom-banner {
  padding-top: 46px;
}

.sr-product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(20, 45, 45, 0.08);
  border-radius: 8px;
  background: var(--sr-surface);
  box-shadow: 0 10px 24px rgba(17, 35, 35, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.sr-product-card:hover,
.sr-product-card:focus-within {
  transform: translateY(-3px);
  border-color: rgba(0, 143, 133, 0.28);
  box-shadow: 0 16px 34px rgba(17, 35, 35, 0.13);
}

.sr-product-media {
  display: block;
  aspect-ratio: 1.43 / 1;
  overflow: hidden;
  background: #d9e2df;
}

.sr-product-image,
.sr-product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sr-featured-products .sr-product-media {
  padding: 10px;
  background: #f1f6f4;
}

.sr-featured-products .sr-product-image,
.sr-featured-products .sr-product-media img {
  object-fit: contain;
}

.sr-product-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 17px 20px 20px;
  text-align: center;
}

.sr-product-category {
  align-self: center;
  margin-bottom: 10px;
  padding: 5px 10px;
  border-radius: 999px;
  color: var(--sr-teal-deep);
  background: #e9f7f5;
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.sr-product-title {
  min-height: 44px;
  display: grid;
  place-items: center;
  margin: 0;
  color: var(--sr-ink);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.3;
}

.sr-product-title a:hover,
.sr-product-title a:focus-visible {
  color: var(--sr-teal);
}

.sr-product-price {
  min-height: 36px;
  margin-top: 8px;
  color: var(--sr-teal);
  font-size: 1.18rem;
  font-weight: 900;
  line-height: 1.25;
}

.sr-product-price del {
  display: block;
  color: var(--sr-muted);
  font-size: 0.82rem;
  font-weight: 500;
}

.sr-product-price ins {
  text-decoration: none;
}

.sr-product-action {
  display: grid;
  gap: 10px;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid var(--sr-line);
}

.sr-product-button,
.sr-product-action .added_to_cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  min-height: 42px;
  padding: 0 8px;
  border: 0;
  border-radius: 8px;
  color: var(--sr-teal);
  background: transparent;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.sr-product-button-primary {
  color: #ffffff;
  background: var(--sr-teal);
}

.sr-product-button:hover,
.sr-product-button:focus-visible,
.sr-product-action .added_to_cart:hover,
.sr-product-action .added_to_cart:focus-visible {
  color: #ffffff;
  background: var(--sr-teal);
}

.sr-product-button-primary:hover,
.sr-product-button-primary:focus-visible {
  background: var(--sr-dark);
}

.sr-product-button .sr-icon {
  width: 1.65rem;
  height: 1.65rem;
}

.sr-product-details {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  color: var(--sr-teal-deep);
  font-size: 0.82rem;
  font-weight: 800;
}

.sr-product-details:hover,
.sr-product-details:focus-visible {
  color: var(--sr-dark);
}

.sr-product-unavailable {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 12px;
  border-radius: 8px;
  color: var(--sr-muted);
  background: #eef4f2;
  font-size: 0.82rem;
  font-weight: 700;
}

.sr-product-action .added_to_cart {
  margin-top: 6px;
  color: var(--sr-ink);
  background: #eef6f4;
}

.sr-empty-state {
  margin: 0;
  padding: 22px 24px;
  border: 1px solid var(--sr-line);
  border-radius: 8px;
  color: var(--sr-muted);
  background: #ffffff;
}

.sr-compare-section {
  padding-top: 48px;
}

.sr-section-heading-centered {
  flex-direction: column;
  justify-content: center;
  max-width: 720px;
  margin-inline: auto;
  text-align: center;
}

.sr-section-heading-centered p {
  max-width: 560px;
  margin: 0;
  color: var(--sr-muted);
  font-size: 1rem;
  line-height: 1.6;
}

.sr-section-kicker {
  color: var(--sr-teal);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.sr-compare-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.sr-compare-card {
  min-height: 100%;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(31, 42, 42, 0.08);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(17, 35, 35, 0.06);
}

.sr-compare-icon {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  color: var(--sr-teal);
  border: 2px solid rgba(0, 143, 133, 0.22);
  border-radius: 8px;
  background: #f1fbf9;
}

.sr-compare-icon .sr-icon {
  width: 2.15rem;
  height: 2.15rem;
  stroke-width: 1.55;
}

.sr-compare-card h3 {
  margin: 0 0 16px;
  color: var(--sr-ink);
  font-size: clamp(1.3rem, 2vw, 1.65rem);
  font-weight: 900;
  line-height: 1.15;
}

.sr-compare-card ul {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sr-compare-card li {
  position: relative;
  padding-left: 22px;
  color: var(--sr-muted);
  font-size: 0.96rem;
  line-height: 1.55;
}

.sr-compare-card li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--sr-teal);
}

.sr-compare-price {
  margin: 22px 0 0;
  padding-top: 18px;
  border-top: 1px solid var(--sr-line);
  color: var(--sr-teal-deep);
  font-size: 1rem;
  font-weight: 900;
}

.sr-compare-help {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-top: 22px;
  padding: 22px 24px;
  border: 1px solid rgba(0, 143, 133, 0.16);
  border-radius: 8px;
  background: #ecf8f6;
}

.sr-compare-help p {
  max-width: 640px;
  margin: 0;
  color: var(--sr-ink);
  font-size: 0.96rem;
  line-height: 1.55;
}

.sr-custom-banner {
  padding-top: 46px;
}

.sr-compare-section + .sr-custom-banner {
  padding-top: 42px;
}

.sr-process-section {
  padding-top: 44px;
}

.sr-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  counter-reset: sr-process;
}

.sr-process-card {
  position: relative;
  min-height: 100%;
  padding: 24px 20px 22px;
  border: 1px solid rgba(31, 42, 42, 0.08);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(17, 35, 35, 0.06);
}

.sr-process-number {
  position: absolute;
  top: 16px;
  right: 16px;
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #ffffff;
  background: var(--sr-teal);
  font-size: 0.78rem;
  font-weight: 900;
}

.sr-process-icon {
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  color: var(--sr-teal);
  border: 2px solid rgba(0, 143, 133, 0.2);
  border-radius: 8px;
  background: #f1fbf9;
}

.sr-process-icon .sr-icon {
  width: 2rem;
  height: 2rem;
  stroke-width: 1.55;
}

.sr-process-card h3 {
  margin: 0 0 10px;
  color: var(--sr-ink);
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1.22;
}

.sr-process-card p {
  margin: 0;
  color: var(--sr-muted);
  font-size: 0.88rem;
  line-height: 1.58;
}

.sr-feature-strip + .sr-custom-banner {
  padding-top: 48px;
}

.sr-process-section + .sr-custom-banner {
  padding-top: 42px;
}

.sr-custom-banner-inner {
  display: grid;
  grid-template-columns: minmax(280px, 1.35fr) minmax(190px, 0.7fr) minmax(190px, 0.7fr) auto;
  align-items: center;
  gap: 0;
  min-height: 130px;
  padding: 26px 30px;
  border-radius: 8px;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(0, 143, 133, 0.98), rgba(0, 87, 82, 0.98)),
    #007b73;
  box-shadow: var(--sr-shadow);
}

.sr-custom-intro {
  display: flex;
  align-items: center;
  gap: 24px;
  min-width: 0;
}

.sr-custom-icon {
  width: 64px;
  height: 64px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
}

.sr-custom-icon .sr-icon {
  width: 2.65rem;
  height: 2.65rem;
}

.sr-custom-intro h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.55rem, 2.6vw, 2.25rem);
  font-weight: 800;
  line-height: 1.1;
}

.sr-custom-intro p {
  max-width: 330px;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
  line-height: 1.45;
}

.sr-custom-price {
  min-height: 76px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-inline: 34px;
  border-left: 1px solid rgba(255, 255, 255, 0.36);
}

.sr-custom-price span {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.9rem;
  font-weight: 800;
}

.sr-custom-price strong {
  color: #ffffff;
  font-size: clamp(1.45rem, 2.4vw, 2.2rem);
  font-weight: 900;
  line-height: 1.05;
}

.sr-custom-cta {
  display: flex;
  justify-content: flex-end;
  padding-left: 28px;
}

.sr-benefits {
  padding-top: 34px;
}

.sr-benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid #cfd8d5;
  border-radius: 8px;
  background: #ffffff;
}

.sr-benefit-item {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 86px;
  padding: 17px 22px;
}

.sr-benefit-item + .sr-benefit-item {
  border-left: 1px solid var(--sr-line);
}

.sr-benefit-icon {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  color: var(--sr-teal);
  border: 2px solid rgba(0, 143, 133, 0.28);
  border-radius: 50%;
}

.sr-benefit-icon .sr-icon {
  width: 1.8rem;
  height: 1.8rem;
}

.sr-benefit-item strong {
  margin-bottom: 4px;
  color: var(--sr-ink);
  font-size: 0.93rem;
  font-weight: 800;
}

.sr-benefit-item small {
  color: var(--sr-muted);
  font-size: 0.8rem;
  line-height: 1.4;
}

.sr-benefit-item em {
  display: block;
  margin-top: 4px;
  color: #7b8888;
  font-size: 0.72rem;
  font-style: normal;
  line-height: 1.35;
}

.sr-about-section {
  padding-top: 48px;
}

.sr-about-content {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1fr);
  gap: 28px 48px;
  align-items: start;
  padding: 42px;
  border: 1px solid rgba(31, 42, 42, 0.08);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(17, 35, 35, 0.06);
}

.sr-about-content .sr-eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -12px;
}

.sr-about-content h2 {
  margin: 0;
  color: var(--sr-ink);
  font-size: clamp(1.8rem, 3.2vw, 2.8rem);
  font-weight: 800;
  line-height: 1.08;
}

.sr-about-text {
  color: var(--sr-muted);
  font-size: 1.02rem;
  line-height: 1.75;
}

.sr-about-text p {
  margin: 0;
}

.sr-about-text p + p {
  margin-top: 16px;
}

.sr-gallery-section {
  padding-bottom: 44px;
}

.sr-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  align-items: start;
}

.sr-gallery-item {
  display: grid;
  gap: 10px;
  overflow: hidden;
  margin: 0;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(17, 35, 35, 0.06);
}

.sr-gallery-image,
.sr-gallery-item img {
  width: 100%;
  max-width: 100%;
  height: clamp(220px, 18vw, 280px) !important;
  object-fit: contain !important;
  object-position: center;
  border-radius: 8px 8px 0 0;
  background: #edf3f1;
}

.sr-gallery-item figcaption {
  margin: 0;
  padding: 0 14px 14px;
  color: var(--sr-ink);
  font-size: 0.84rem;
  font-weight: 800;
  line-height: 1.35;
}

.sr-gallery-placeholder {
  background:
    linear-gradient(135deg, rgba(0, 143, 133, 0.18), rgba(6, 9, 9, 0.3)),
    #d8e0dc;
}

.sr-faq-section {
  padding: 44px 0 56px;
  background: #ffffff;
}

.sr-faq-list {
  display: grid;
  gap: 12px;
  max-width: 880px;
  margin-inline: auto;
}

.sr-faq-item {
  overflow: hidden;
  border: 1px solid var(--sr-line);
  border-radius: 8px;
  background: #ffffff;
}

.sr-faq-item h3 {
  margin: 0;
}

.sr-faq-question {
  width: 100%;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  border: 0;
  color: var(--sr-ink);
  background: #ffffff;
  font: inherit;
  font-size: 0.98rem;
  font-weight: 900;
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
}

.sr-faq-question:hover,
.sr-faq-question:focus-visible,
.sr-faq-question[aria-expanded="true"] {
  color: var(--sr-teal-deep);
  background: #f2fbf9;
}

.sr-faq-indicator {
  position: relative;
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  border: 2px solid rgba(0, 143, 133, 0.32);
  border-radius: 50%;
}

.sr-faq-indicator::before,
.sr-faq-indicator::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 2px;
  border-radius: 2px;
  background: var(--sr-teal);
  transform: translate(-50%, -50%);
}

.sr-faq-indicator::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.sr-faq-question[aria-expanded="true"] .sr-faq-indicator::after {
  opacity: 0;
}

.sr-faq-answer {
  padding: 0 20px 20px;
  color: var(--sr-muted);
}

.sr-faq-answer p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.7;
}

.sr-footer {
  color: #ffffff;
  background: linear-gradient(180deg, #060909 0%, #0b1111 100%);
  padding: 54px 0 28px;
}

.sr-footer-grid {
  display: grid;
  grid-template-columns: 1.35fr minmax(150px, 0.75fr) minmax(110px, 0.5fr) 1fr;
  gap: 42px;
}

.sr-footer-brand {
  max-width: 280px;
}

.sr-footer-brand .sr-logo-fallback {
  width: 110px;
  height: 110px;
  margin-bottom: 20px;
}

.sr-footer-brand .sr-logo-link {
  margin-bottom: 20px;
}

.sr-footer-brand .sr-logo-image {
  width: 118px;
}

.sr-footer-brand p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.97rem;
  line-height: 1.62;
}

.sr-footer-column {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sr-footer-column h3 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 800;
}

.sr-footer-column a,
.sr-footer-contact span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.92rem;
  line-height: 1.35;
}

.sr-footer-column a:hover,
.sr-footer-column a:focus-visible {
  color: var(--sr-teal-bright);
}

.sr-footer-contact a,
.sr-footer-contact > span {
  display: flex;
  align-items: center;
  gap: 12px;
}

.sr-footer-contact .sr-icon {
  width: 1.35rem;
  height: 1.35rem;
  color: var(--sr-teal-bright);
}

.sr-footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 18px;
  margin-top: 50px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.82rem;
}

.sr-footer-credit {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.72);
}

.sr-footer .sr-footer-bottom .sr-footer-credit img {
  display: inline-block;
  width: auto !important;
  max-width: 96px !important;
  height: 30px !important;
  max-height: 30px !important;
  object-fit: contain;
}

.sr-footer-credit strong {
  color: rgba(255, 255, 255, 0.86);
  font-weight: 700;
}

.sr-whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 9998;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 18px;
  border-radius: 999px;
  color: #ffffff !important;
  background: #008f85;
  box-shadow: 0 14px 34px rgba(0, 55, 51, 0.28);
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1;
  transition: transform 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.sr-whatsapp-float .sr-icon {
  width: 1.8rem;
  height: 1.8rem;
  stroke-width: 1.7;
}

.sr-whatsapp-float:hover,
.sr-whatsapp-float:focus-visible {
  color: #ffffff !important;
  background: #070909;
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

.sr-whatsapp-float:active {
  transform: translateY(0);
}

.sr-terms-page {
  --sr-line: #d9e4e2;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 64px 0;
  color: var(--sr-text);
  background: var(--sr-light);
}

.sr-terms-card {
  padding: clamp(28px, 4vw, 52px);
  border: 1px solid rgba(31, 42, 42, 0.08);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(17, 35, 35, 0.08);
}

.sr-terms-card h1 {
  margin: 0 0 30px;
  color: var(--sr-text);
  font-size: clamp(2.2rem, 4.2vw, 3.6rem);
  font-weight: 800;
  line-height: 1.05;
}

.sr-terms-list {
  display: grid;
  gap: 24px;
}

.sr-terms-item {
  padding-bottom: 24px;
  border-bottom: 1px solid var(--sr-line);
}

.sr-terms-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.sr-terms-item h2 {
  margin: 0 0 10px;
  color: var(--sr-text);
  font-size: 1.22rem;
  font-weight: 800;
  line-height: 1.3;
}

.sr-terms-item p {
  margin: 0;
  color: var(--sr-muted);
  font-size: 1rem;
  line-height: 1.75;
}

@media (max-width: 1180px) {
  .sr-header-inner {
    grid-template-columns: auto 1fr;
    gap: 18px 24px;
    padding-block: 16px;
  }

  .sr-nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 8px;
  }

  .sr-header-actions {
    justify-content: flex-end;
  }

  .sr-feature-grid,
  .sr-benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sr-feature-item:nth-child(3),
  .sr-benefit-item:nth-child(3) {
    border-left: 0;
  }

  .sr-feature-item:nth-child(n + 3),
  .sr-benefit-item:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, 0.22);
  }

  .sr-benefit-item:nth-child(n + 3) {
    border-top-color: var(--sr-line);
  }

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

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

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

  .sr-custom-banner-inner {
    grid-template-columns: 1fr 1fr;
    gap: 24px 0;
  }

  .sr-custom-intro {
    grid-column: 1 / -1;
  }

  .sr-custom-price:first-of-type {
    border-left: 0;
    padding-left: 0;
  }

  .sr-custom-cta {
    grid-column: 1 / -1;
    justify-content: flex-start;
    padding-left: 0;
  }

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

  .sr-footer-brand {
    max-width: none;
  }
}

@media (max-width: 980px) {
  .sr-custom-banner-inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .sr-custom-intro {
    grid-column: auto;
  }

  .sr-custom-price {
    min-height: auto;
    padding: 18px 0 0;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.32);
  }

  .sr-custom-price:first-of-type {
    padding-left: 0;
  }

  .sr-custom-cta {
    grid-column: auto;
    justify-content: flex-start;
    padding-left: 0;
  }

  .sr-custom-cta .sr-button {
    width: 100%;
  }
}

@media (max-width: 760px) {
  .sr-container {
    width: min(100% - 32px, 1180px);
  }

  .sr-header-inner {
    grid-template-columns: 1fr;
    justify-items: center;
    min-height: auto;
  }

  .sr-logo-image,
  .sr-custom-logo img,
  .sr-logo-fallback {
    width: 78px;
    height: 78px;
  }

  .sr-logo-image {
    height: auto;
  }

  .sr-logo-super {
    font-size: 1.32rem;
  }

  .sr-logo-redes {
    font-size: 0.76rem;
  }

  .sr-nav {
    width: 100%;
    gap: 18px;
  }

  .sr-header-actions {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  .sr-header-action {
    min-width: 0;
    padding: 8px 6px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    font-size: 0.73rem;
  }

  .sr-header-action span:not(.sr-cart-count) {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .sr-cart-count {
    right: calc(50% - 20px);
  }

  .sr-hero,
  .sr-hero-inner {
    min-height: clamp(430px, calc(100svh - 72px), 540px);
  }

  .sr-hero {
    background-position: center 64%;
  }

  .sr-hero-inner {
    justify-content: center;
    padding-block: 34px 76px;
  }

  .sr-hero h1 {
    max-width: 100%;
    font-size: clamp(2rem, 10vw, 3.05rem);
    line-height: 1.04;
  }

  .sr-hero-text {
    max-width: 100%;
    font-size: 0.92rem;
  }

  .sr-hero-actions,
  .sr-button {
    width: 100%;
  }

  .sr-feature-strip {
    margin-top: 0;
  }

  .sr-feature-grid,
  .sr-benefits-grid,
  .sr-product-grid,
  .sr-process-grid,
  .sr-gallery-grid {
    grid-template-columns: 1fr;
  }

  .sr-feature-item,
  .sr-benefit-item {
    border-left: 0 !important;
  }

  .sr-feature-item + .sr-feature-item {
    border-top: 1px solid rgba(255, 255, 255, 0.22);
  }

  .sr-benefit-item + .sr-benefit-item {
    border-top: 1px solid var(--sr-line);
  }

  .sr-section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .sr-product-section,
  .sr-compare-section,
  .sr-process-section,
  .sr-gallery-section {
    padding-top: 36px;
  }

  .sr-section-heading-centered {
    align-items: flex-start;
    text-align: left;
  }

  .sr-compare-grid {
    grid-template-columns: 1fr;
  }

  .sr-compare-help {
    align-items: stretch;
    flex-direction: column;
  }

  .sr-compare-help .sr-button {
    width: 100%;
  }

  .sr-custom-banner {
    padding-top: 36px;
  }

  .sr-about-section {
    padding-top: 36px;
  }

  .sr-about-content {
    grid-template-columns: 1fr;
    padding: 26px;
  }

  .sr-about-content .sr-eyebrow {
    margin-bottom: -4px;
  }

  .sr-custom-banner-inner {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .sr-custom-intro {
    align-items: flex-start;
    flex-direction: column;
  }

  .sr-custom-price {
    min-height: auto;
    padding: 20px 0 0;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.32);
  }

  .sr-custom-cta .sr-button {
    width: 100%;
  }

  .sr-footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .sr-gallery-image,
  .sr-gallery-item img {
    height: min(78vw, 360px) !important;
  }

  .sr-faq-section {
    padding: 36px 0 48px;
  }

  .sr-faq-question {
    min-height: 56px;
    padding: 16px;
    font-size: 0.92rem;
  }

  .sr-faq-answer {
    padding: 0 16px 18px;
  }

  .sr-footer {
    padding-bottom: 96px;
  }

  .sr-footer-bottom {
    flex-direction: column;
  }

  .sr-whatsapp-float {
    right: 16px;
    bottom: 16px;
    min-height: 50px;
    padding-inline: 14px;
  }
}

@media (max-width: 420px) {
  .sr-container {
    width: min(100% - 24px, 1180px);
  }

  .sr-feature-item,
  .sr-benefit-item,
  .sr-product-content {
    padding-inline: 16px;
  }

  .sr-hero h1 {
    font-size: clamp(1.85rem, 11vw, 2.45rem);
  }

  .sr-eyebrow {
    font-size: 0.74rem;
  }

  .sr-feature-item,
  .sr-benefit-item {
    gap: 14px;
  }

  .sr-custom-intro {
    gap: 16px;
  }

  .sr-custom-icon {
    width: 52px;
    height: 52px;
  }

  .sr-process-card,
  .sr-compare-card {
    padding: 20px 16px;
  }

  .sr-gallery-image,
  .sr-gallery-item img {
    height: min(86vw, 320px) !important;
  }

  .sr-footer-credit {
    align-items: flex-start;
    flex-direction: column;
  }

  .sr-whatsapp-float {
    width: 54px;
    height: 54px;
    min-height: 54px;
    padding: 0;
  }

  .sr-whatsapp-float span {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html:has(.sr-home) {
    scroll-behavior: auto;
  }

  .sr-home *,
  .sr-whatsapp-float {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
