/*
Theme Name: EcoSound
Theme URI: https://ecosoundpgua.com
Author: EcoSound
Description: Tema de blocos nativo para o site EcoSound, editÃ¡vel pelo Site Editor do WordPress.
Version: 1.0.0
Requires at least: 6.5
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: ecosound
*/

.ecosound-hero {
  overflow: hidden;
  position: relative;
}

.ecosound-hero::before,
.ecosound-cta::before {
  border: 2px solid rgba(105, 221, 236, 0.45);
  border-radius: 50%;
  content: "";
  height: 720px;
  left: 34%;
  pointer-events: none;
  position: absolute;
  top: -320px;
  width: 720px;
}

.ecosound-card {
  box-shadow: var(--wp--preset--shadow--ecosound-soft);
}

.ecosound-pill {
  border-radius: 999px;
  display: inline-block;
  font-size: 0.82rem;
  font-weight: 800;
  padding: 5px 10px;
}

.ecosound-photo img {
  object-fit: contain;
}

.wp-site-blocks {
  background:
    radial-gradient(circle at 89% 8%, rgba(131, 222, 0, 0.1), transparent 20rem),
    radial-gradient(circle at 4% 11rem, rgba(171, 236, 105, 0.22), transparent 16rem),
    linear-gradient(120deg, rgba(215, 245, 236, 0.42) 0%, rgba(255, 255, 255, 0) 26%),
    #ffffff;
  overflow-x: clip;
  position: relative;
}

.wp-site-blocks::before {
  background: url("/wp-content/themes/ecosound/assets/images/simbolo-ecosound-clean.png") center / contain no-repeat;
  content: "";
  height: clamp(360px, 48vw, 720px);
  opacity: 0.055;
  pointer-events: none;
  position: absolute;
  right: clamp(-210px, -10vw, -80px);
  top: clamp(72px, 8vw, 130px);
  width: clamp(360px, 48vw, 720px);
  z-index: 0;
}

.wp-site-blocks > * {
  position: relative;
  z-index: 1;
}

.wp-site-blocks::after {
  background:
    linear-gradient(18deg, transparent 0 44%, rgba(166, 224, 220, 0.18) 45%, rgba(166, 224, 220, 0.02) 57%, transparent 58%),
    linear-gradient(12deg, transparent 0 50%, rgba(132, 213, 190, 0.13) 51%, rgba(132, 213, 190, 0.01) 66%, transparent 67%);
  bottom: auto;
  content: "";
  height: clamp(220px, 24vw, 390px);
  left: 0;
  pointer-events: none;
  position: absolute;
  top: clamp(155px, 15vw, 250px);
  width: min(760px, 58vw);
  z-index: 0;
}

.ecosound-site-header {
  background: transparent;
  margin: 0 !important;
  padding: clamp(8px, 1vw, 14px) clamp(8px, 2vw, 22px) 10px;
  position: sticky;
  top: 0;
  z-index: 80;
}

body.admin-bar .ecosound-site-header {
  top: 32px;
}

.ecosound-header-bar {
  align-items: center;
  backdrop-filter: blur(18px) saturate(1.06);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 28px;
  box-shadow:
    inset 0 0 0 1px rgba(6, 63, 58, 0.05),
    0 12px 32px rgba(6, 63, 58, 0.09);
  display: grid;
  gap: clamp(16px, 2.2vw, 34px);
  grid-template-columns: minmax(270px, 0.9fr) minmax(0, 1.55fr);
  margin: 0 auto;
  max-width: 1420px;
  min-height: 118px;
  padding: clamp(16px, 1.8vw, 24px) clamp(22px, 3.5vw, 64px);
  width: min(96vw, 1420px);
}

.ecosound-header-home-link {
  align-items: center;
  border-radius: 22px;
  display: inline-flex;
  gap: 12px;
  min-width: 0;
  text-decoration: none;
}

.ecosound-header-home-link:focus-visible,
.ecosound-header-nav a:focus-visible,
.ecosound-header-button:focus-visible,
.ecosound-header-menu-button:focus-visible {
  box-shadow: 0 0 0 4px rgba(131, 222, 0, 0.28);
  outline: 2px solid #83de00;
  outline-offset: 4px;
}

.ecosound-header-symbol,
.ecosound-header-wordmark {
  background: transparent !important;
  display: block;
  margin: 0 !important;
}

.ecosound-header-symbol img {
  background: transparent !important;
  border-radius: 50%;
  display: block;
  filter: drop-shadow(0 10px 18px rgba(6, 63, 58, 0.13));
  height: clamp(64px, 5.8vw, 82px);
  object-fit: contain;
  width: clamp(64px, 5.8vw, 82px);
}

.ecosound-header-wordmark img {
  background: transparent !important;
  display: block;
  height: auto;
  max-height: 64px;
  max-width: min(250px, 30vw);
  object-fit: contain;
}

.ecosound-header-menu-button {
  align-items: center;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(6, 63, 58, 0.1);
  border-radius: 16px;
  cursor: pointer;
  display: none;
  height: 48px;
  justify-content: center;
  justify-self: end;
  width: 52px;
}

.ecosound-header-menu-button span {
  background: #063f3a;
  border-radius: 999px;
  display: block;
  height: 2px;
  position: absolute;
  transition: transform 220ms ease, opacity 220ms ease;
  width: 22px;
}

.ecosound-header-menu-button span:nth-child(1) {
  transform: translateY(-7px);
}

.ecosound-header-menu-button span:nth-child(3) {
  transform: translateY(7px);
}

.ecosound-header-bar.is-menu-open .ecosound-header-menu-button span:nth-child(1) {
  transform: rotate(45deg);
}

.ecosound-header-bar.is-menu-open .ecosound-header-menu-button span:nth-child(2) {
  opacity: 0;
}

.ecosound-header-bar.is-menu-open .ecosound-header-menu-button span:nth-child(3) {
  transform: rotate(-45deg);
}

.ecosound-header-menu-panel {
  align-items: center;
  display: flex;
  gap: clamp(18px, 2.4vw, 42px);
  justify-content: flex-end;
  min-width: 0;
}

.ecosound-header-nav {
  align-items: stretch;
  display: flex;
  gap: 0;
  min-width: 0;
}

.ecosound-header-nav a {
  align-items: center;
  border-left: 1px solid rgba(6, 63, 58, 0.13);
  color: #063f3a;
  display: inline-flex;
  gap: 12px;
  font-family: "Arial Rounded MT Bold", "Segoe UI", Arial, sans-serif;
  font-size: clamp(0.92rem, 1.15vw, 1.08rem);
  font-weight: 900;
  min-height: 44px;
  padding: 0 clamp(16px, 2vw, 36px);
  text-decoration: none;
  transition: color 240ms ease, transform 240ms ease;
  white-space: nowrap;
}

.ecosound-header-nav a:last-child {
  border-right: 1px solid rgba(6, 63, 58, 0.13);
}

.ecosound-header-nav svg,
.ecosound-header-button svg {
  fill: none;
  flex: 0 0 auto;
  height: 24px;
  stroke: #67d800;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
  transition: filter 240ms ease, stroke 240ms ease, transform 240ms ease;
  width: 24px;
}

.ecosound-header-nav-icon {
  display: block;
  flex: 0 0 auto;
  height: 28px;
  object-fit: contain;
  transition: filter 240ms ease, transform 240ms ease;
  width: 28px;
}

.ecosound-header-nav a:hover,
.ecosound-header-nav a:focus-visible {
  color: #2d8c06;
}

.ecosound-header-nav a:hover svg,
.ecosound-header-nav a:focus-visible svg,
.ecosound-header-nav a:hover .ecosound-header-nav-icon,
.ecosound-header-nav a:focus-visible .ecosound-header-nav-icon {
  filter: drop-shadow(0 0 8px rgba(131, 222, 0, 0.32));
  stroke: #83de00;
  transform: translateY(-1px);
}

.ecosound-header-button {
  align-items: center;
  background: linear-gradient(180deg, #83de00 0%, #62c900 100%);
  border: 1px solid rgba(88, 191, 0, 0.76);
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(91, 202, 0, 0.24);
  color: #ffffff;
  display: inline-flex;
  flex: 0 0 auto;
  font-family: "Arial Rounded MT Bold", "Segoe UI", Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 900;
  gap: 10px;
  min-height: 52px;
  padding: 0 24px;
  text-decoration: none;
  transition: box-shadow 240ms ease, filter 240ms ease, transform 240ms ease;
}

.ecosound-header-button svg {
  stroke: currentColor;
}

.ecosound-header-button:hover,
.ecosound-header-button:focus-visible {
  box-shadow: 0 16px 34px rgba(91, 202, 0, 0.32);
  filter: brightness(1.03);
  transform: translateY(-1px);
}

.ecosound-cta {
  overflow: hidden;
  position: relative;
}

.ecosound-device-selector {
  background: transparent;
  margin-top: 0 !important;
  overflow: hidden;
  position: relative;
}

.ecosound-location-section {
  background: transparent;
  padding: clamp(14px, 2.5vw, 30px) clamp(18px, 4vw, 48px) clamp(38px, 5vw, 62px);
}

.ecosound-location-title {
  margin-bottom: clamp(16px, 2.2vw, 26px) !important;
  max-width: min(100%, 1120px);
}

.ecosound-location-title img {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  width: min(100%, 980px);
}

.ecosound-map-wrap {
  border: 1px solid rgba(6, 63, 58, 0.12);
  border-radius: 8px;
  box-shadow: 0 22px 60px rgba(6, 63, 58, 0.12);
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
  overflow: hidden;
}

.ecosound-map-wrap iframe {
  display: block;
}

.ecosound-contact-section {
  background: transparent;
  padding: clamp(38px, 6vw, 78px) clamp(18px, 4vw, 48px) clamp(70px, 8vw, 108px);
}

.wp-site-blocks .has-fundo-suave-background-color {
  background-color: transparent !important;
}

.ecosound-contact-title {
  margin-bottom: 0 !important;
  max-width: min(100%, 1120px);
}

.ecosound-contact-title img {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  width: min(100%, 1020px);
}

.ecosound-contact-info {
  margin-top: clamp(28px, 4vw, 52px);
}

.ecosound-contact-info p {
  color: #071d1a;
  font-size: 1.05rem;
}

.ecosound-contact-info strong {
  color: #063f3a;
  font-weight: 900;
}

.ecosound-contact-card {
  box-shadow: 0 18px 45px rgba(6, 63, 58, 0.09);
}

.ecosound-products-template,
.ecosound-products-template > .wp-block-post-content {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  width: 100vw !important;
}

.ecosound-products-template > .wp-block-post-content {
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}

.ecosound-products-page {
  background: transparent;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  max-width: none !important;
  padding: clamp(28px, 4vw, 56px) clamp(18px, 4vw, 48px) clamp(58px, 7vw, 96px);
  width: 100vw !important;
}

.ecosound-products-page > * {
  max-width: 1180px;
}

.ecosound-section-title-image {
  margin-left: auto !important;
  margin-right: auto !important;
}

.ecosound-section-title-image img {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.ecosound-products-title {
  margin-bottom: clamp(22px, 3vw, 38px) !important;
  max-width: min(100%, 980px);
}

.ecosound-products-title img {
  width: min(100%, 920px);
}

.ecosound-accessories-title {
  margin-top: clamp(46px, 6vw, 82px) !important;
}

.ecosound-product-grid {
  align-items: stretch !important;
  gap: clamp(18px, 2.4vw, 28px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  overflow: visible;
}

.ecosound-product-card {
  aspect-ratio: 1 / 1;
  background: #ffffff;
  border: 1px solid rgba(6, 63, 58, 0.08);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(6, 63, 58, 0.09);
  display: flex;
  flex-direction: column;
  isolation: isolate;
  justify-content: flex-end;
  min-height: 330px;
  overflow: hidden;
  padding: 0 !important;
  position: relative;
  transform: translateZ(0);
  transition: box-shadow 220ms ease, transform 220ms ease;
}

.ecosound-product-card:hover,
.ecosound-product-card:focus-within {
  box-shadow: 0 28px 72px rgba(6, 63, 58, 0.18);
  transform: scale(1.045);
  z-index: 4;
}

.ecosound-product-card::after {
  background: linear-gradient(180deg, rgba(4, 69, 65, 0) 38%, rgba(4, 69, 65, 0.88) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.ecosound-product-photo {
  inset: 0;
  margin: 0 !important;
  position: absolute;
  z-index: 0;
}

.ecosound-product-photo img {
  display: block;
  height: 100% !important;
  object-fit: cover;
  transition: transform 280ms ease;
  width: 100% !important;
}

.ecosound-product-card:hover .ecosound-product-photo img,
.ecosound-product-card:focus-within .ecosound-product-photo img {
  transform: scale(1.08);
}

.ecosound-product-photo-aparelho-a img {
  object-position: 74% center;
}

.ecosound-product-photo-aparelho-b img {
  object-position: 64% center;
}

.ecosound-product-photo-aparelho-c img {
  object-position: center center;
}

.ecosound-product-photo-acessorio-a img {
  object-position: 58% center;
}

.ecosound-product-photo-acessorio-b img {
  object-position: 70% center;
}

.ecosound-product-photo-acessorio-c img {
  object-position: 92% center;
}

.ecosound-product-copy {
  color: #ffffff;
  margin: 0 !important;
  padding: 24px !important;
  position: relative;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
  z-index: 2;
}

.ecosound-product-copy h3 {
  color: #ffffff;
  font-family: "Arial Rounded MT Bold", "Segoe UI", Arial, sans-serif;
  font-size: clamp(1.4rem, 2.2vw, 2rem);
  line-height: 1.05;
  margin: 0 0 8px;
}

.ecosound-product-copy p {
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.98rem;
  line-height: 1.45;
  margin: 0;
}

.ecosound-product-kicker {
  color: #83de00 !important;
  font-family: "Arial Rounded MT Bold", "Segoe UI", Arial, sans-serif;
  font-size: 0.74rem !important;
  font-weight: 950;
  letter-spacing: 0.12em;
  margin-bottom: 10px !important;
  text-transform: uppercase;
}

.ecosound-catalog {
  background: transparent;
  color: #063f3a;
  margin: 0 calc(50% - 50vw);
  padding: clamp(46px, 6vw, 82px) 18px clamp(58px, 7vw, 96px);
}

.ecosound-catalog-inner {
  margin: 0 auto;
  max-width: 1240px;
}

.ecosound-catalog-hero {
  max-width: 780px;
}

.ecosound-catalog-kicker,
.ecosound-catalog-section-heading span {
  color: #67d800;
  display: block;
  font-family: "Arial Rounded MT Bold", "Segoe UI", Arial, sans-serif;
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.ecosound-catalog h1,
.ecosound-catalog h2,
.ecosound-catalog h3 {
  color: #063f3a;
  font-family: "Arial Rounded MT Bold", "Segoe UI", Arial, sans-serif;
  letter-spacing: 0;
  line-height: 1.02;
  margin: 0;
}

.ecosound-catalog h1 {
  font-size: clamp(2.4rem, 5vw, 4.9rem);
  max-width: 820px;
}

.ecosound-catalog-hero p:not(.ecosound-catalog-kicker),
.ecosound-catalog-section-heading p,
.ecosound-catalog-cta p {
  color: #345d59;
  font-size: clamp(1rem, 1.45vw, 1.2rem);
  line-height: 1.75;
  margin: 18px 0 0;
}

.ecosound-catalog-filters {
  display: flex;
  gap: 10px;
  margin: clamp(28px, 4vw, 44px) 0 clamp(34px, 4.5vw, 58px);
  overflow-x: auto;
  padding-bottom: 8px;
}

.ecosound-catalog-filters button,
.ecosound-receiver-options button {
  background: #ffffff;
  border: 1px solid rgba(6, 63, 58, 0.14);
  border-radius: 999px;
  color: #063f3a;
  cursor: pointer;
  flex: 0 0 auto;
  font-family: "Arial Rounded MT Bold", "Segoe UI", Arial, sans-serif;
  font-size: 0.92rem;
  font-weight: 900;
  padding: 12px 18px;
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
}

.ecosound-catalog-filters button:hover,
.ecosound-catalog-filters button:focus-visible,
.ecosound-receiver-options button:hover,
.ecosound-receiver-options button:focus-visible {
  border-color: #83de00;
  box-shadow: 0 0 0 4px rgba(131, 222, 0, 0.2);
  outline: none;
}

.ecosound-catalog-filters button.is-active,
.ecosound-receiver-options button.is-active {
  background: #83de00;
  border-color: #83de00;
  color: #063f3a;
}

.ecosound-catalog-section {
  margin-top: clamp(22px, 3.2vw, 44px);
}

.ecosound-catalog-section[hidden],
.ecosound-catalog-card[hidden],
.ecosound-catalog-battery[hidden],
.ecosound-receiver-panel[hidden] {
  display: none !important;
}

.ecosound-catalog-section-heading {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: clamp(6px, 1vw, 10px);
  text-align: center;
}

.ecosound-catalog-section-heading h2 {
  font-size: clamp(1.8rem, 3vw, 3rem);
}

.ecosound-catalog-title-image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-height: clamp(46px, 6vw, 82px);
  max-width: min(920px, 100%);
  object-fit: contain;
  width: auto;
}

.ecosound-catalog-grid {
  display: grid;
  gap: clamp(18px, 2.2vw, 28px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ecosound-catalog-grid-four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ecosound-catalog-card,
.ecosound-catalog-battery,
.ecosound-receiver-panel {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(6, 63, 58, 0.09);
  border-radius: 8px;
  box-shadow: 0 22px 54px rgba(6, 63, 58, 0.08);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: box-shadow 220ms ease, transform 220ms ease, border-color 220ms ease;
}

.ecosound-catalog-card:hover,
.ecosound-catalog-card:focus-within,
.ecosound-catalog-battery:hover,
.ecosound-catalog-battery:focus-within,
.ecosound-receiver-panel:hover,
.ecosound-receiver-panel:focus-within {
  border-color: rgba(131, 222, 0, 0.5);
  box-shadow: 0 30px 70px rgba(6, 63, 58, 0.16);
  transform: translateY(-4px) scale(1.018);
}

.ecosound-catalog-card-media {
  align-items: center;
  background:
    radial-gradient(circle at 60% 48%, rgba(131, 222, 0, 0.1), transparent 34%),
    #ffffff;
  display: flex;
  justify-content: center;
  min-height: 260px;
  padding: 22px;
}

.ecosound-catalog-card-media img,
.ecosound-receiver-media img {
  display: block;
  height: 240px;
  max-width: 100%;
  object-fit: contain !important;
  object-position: center center;
  width: 100%;
}

.ecosound-catalog-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px;
}

.ecosound-catalog-card-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.ecosound-catalog-badge {
  background: #edf9e4;
  border-radius: 999px;
  color: #063f3a;
  font-size: 0.78rem;
  font-weight: 900;
  padding: 7px 10px;
}

.ecosound-catalog-card h3,
.ecosound-catalog-battery h3,
.ecosound-receiver-copy h3 {
  font-size: clamp(1.22rem, 1.7vw, 1.55rem);
  margin-bottom: 12px;
}

.ecosound-catalog-card p,
.ecosound-catalog-battery p,
.ecosound-receiver-copy p {
  color: #2f5551;
  font-size: 0.98rem;
  line-height: 1.62;
  margin: 0;
}

.ecosound-catalog-card ul,
.ecosound-receiver-copy ul {
  color: #173f3b;
  margin: 16px 0 0;
  padding-left: 18px;
}

.ecosound-catalog-card li,
.ecosound-receiver-copy li {
  line-height: 1.5;
  margin-bottom: 7px;
}

.ecosound-catalog-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
  padding-top: 20px;
}

.ecosound-catalog-actions-center {
  justify-content: center;
}

.ecosound-catalog-button {
  align-items: center;
  background: #83de00;
  border: 2px solid #83de00;
  border-radius: 8px;
  color: #063f3a;
  display: inline-flex;
  font-family: "Arial Rounded MT Bold", "Segoe UI", Arial, sans-serif;
  font-size: 0.94rem;
  font-weight: 900;
  justify-content: center;
  min-height: 46px;
  padding: 11px 16px;
  text-decoration: none;
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.ecosound-catalog-button:hover,
.ecosound-catalog-button:focus-visible {
  background: #71c900;
  border-color: #71c900;
  box-shadow: 0 0 0 4px rgba(131, 222, 0, 0.24);
  color: #063f3a;
  outline: none;
  transform: translateY(-1px);
}

.ecosound-catalog-button-secondary {
  background: #ffffff;
  border-color: rgba(6, 63, 58, 0.18);
}

.ecosound-catalog-table-wrap {
  background: #ffffff;
  border: 1px solid rgba(6, 63, 58, 0.1);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(6, 63, 58, 0.08);
  overflow-x: auto;
}

.ecosound-catalog-table-wrap table {
  border-collapse: collapse;
  min-width: 880px;
  width: 100%;
}

.ecosound-catalog-table-wrap th,
.ecosound-catalog-table-wrap td {
  border-bottom: 1px solid rgba(6, 63, 58, 0.08);
  color: #173f3b;
  padding: 16px;
  text-align: left;
}

.ecosound-catalog-table-wrap thead th {
  background: #edf9e4;
  color: #063f3a;
  font-family: "Arial Rounded MT Bold", "Segoe UI", Arial, sans-serif;
  font-size: 0.88rem;
}

.ecosound-catalog-table-wrap tbody th {
  color: #063f3a;
  font-weight: 900;
}

.ecosound-catalog-battery-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 820px;
}

.ecosound-catalog-battery {
  align-items: center;
  gap: 14px;
  padding: clamp(14px, 2vw, 18px);
  text-align: center;
}

.ecosound-catalog-battery img {
  display: block;
  height: clamp(170px, 18vw, 230px);
  max-width: 100%;
  object-fit: contain;
  width: auto;
}

.ecosound-catalog-battery .ecosound-catalog-button {
  font-size: 0.86rem;
  min-height: 44px;
  padding: 10px 14px;
}

.ecosound-receiver-panel {
  align-items: center;
  display: grid;
  gap: clamp(24px, 4vw, 46px);
  grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr);
  padding: clamp(22px, 4vw, 42px);
}

.ecosound-receiver-media {
  align-items: center;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  min-height: 320px;
}

.ecosound-receiver-media img {
  height: 300px;
}

.ecosound-receiver-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}

.ecosound-catalog-cta {
  background:
    linear-gradient(135deg, rgba(6, 63, 58, 0.96), rgba(4, 69, 65, 0.9)),
    #063f3a;
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(6, 63, 58, 0.16);
  margin-top: clamp(42px, 6vw, 82px);
  padding: clamp(30px, 5vw, 58px);
  text-align: center;
}

.ecosound-catalog-cta h2,
.ecosound-catalog-cta p {
  color: #ffffff;
}

.ecosound-catalog-cta h2 {
  font-size: clamp(1.8rem, 3.5vw, 3.2rem);
}

.ecosound-catalog-cta p {
  margin-left: auto;
  margin-right: auto;
  max-width: 680px;
}

@media (prefers-reduced-motion: reduce) {
  .ecosound-catalog-card,
  .ecosound-catalog-battery,
  .ecosound-receiver-panel,
  .ecosound-catalog-button,
  .ecosound-catalog-filters button,
  .ecosound-receiver-options button {
    transition: none;
  }

  .ecosound-catalog-card:hover,
  .ecosound-catalog-card:focus-within,
  .ecosound-catalog-battery:hover,
  .ecosound-catalog-battery:focus-within,
  .ecosound-receiver-panel:hover,
  .ecosound-receiver-panel:focus-within {
    transform: none;
  }
}

/* Sobre a EcoSound */
.ecosound-about-section {
  background: transparent;
  margin: 0 calc(50% - 50vw) !important;
  max-width: none !important;
  padding: clamp(18px, 2.5vw, 34px) clamp(18px, 4vw, 48px) clamp(30px, 4vw, 54px);
}

.ecosound-about-title {
  margin: 0 auto !important;
  max-width: 1040px;
}

.ecosound-about-title img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-height: 210px;
  object-fit: contain;
  width: 100%;
}

.ecosound-about-copy {
  color: #173f3b;
  font-size: clamp(1.08rem, 1.45vw, 1.3rem);
  line-height: 1.75;
  margin: clamp(8px, 1.5vw, 18px) auto 0 !important;
  max-width: 850px;
}

@media (max-width: 640px) {
  .ecosound-about-section {
    padding-top: 14px;
  }

  .ecosound-about-title img {
    max-height: 150px;
  }

  .ecosound-about-copy {
    font-size: 1rem;
    line-height: 1.65;
  }
}

.page-id-9 h1.wp-block-post-title,
.page-id-9 main.wp-block-group > .wp-block-post-title,
.page-id-9 #wp--skip-link--target > .wp-block-post-title {
  display: none !important;
}

.ecosound-evaluation-template,
.page-id-7 main,
.page-id-7 main.wp-block-group,
.page-id-7 #wp--skip-link--target {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  width: 100vw !important;
}

.ecosound-evaluation-template > .wp-block-post-content {
  margin-left: calc(50% - 50vw) !important;
  margin-block-start: 0 !important;
  margin-right: calc(50% - 50vw) !important;
  margin-top: 0 !important;
  max-width: none !important;
  padding-top: 0 !important;
  width: 100vw !important;
}

.page-id-7 h1.wp-block-post-title,
.page-id-7 main.wp-block-group > .wp-block-post-title,
.page-id-7 #wp--skip-link--target > .wp-block-post-title {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
}

.page-id-7 .entry-content,
.page-id-7 .wp-block-post-content {
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  margin-top: 0 !important;
  max-width: none !important;
  padding-top: 0 !important;
  width: 100vw !important;
}

.page-id-7 .wp-block-post-content > * {
  margin-block-start: 0;
}

.ecosound-evaluation-page {
  background: transparent;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  margin-top: 0 !important;
  max-width: none !important;
  min-height: calc(100vh - 90px);
  padding: clamp(8px, 1.2vw, 18px) clamp(18px, 4vw, 48px) clamp(34px, 5vw, 64px);
  width: 100vw !important;
}

.ecosound-evaluation-grid {
  gap: clamp(34px, 5vw, 72px) !important;
}

.ecosound-evaluation-art {
  margin-left: auto !important;
  margin-right: auto !important;
}

.ecosound-evaluation-art img {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.ecosound-evaluation-art-title {
  margin-bottom: clamp(12px, 1.6vw, 22px) !important;
  margin-top: 0 !important;
  max-width: min(100%, 1180px);
}

.ecosound-evaluation-art-title img {
  width: min(100%, 1080px);
}

.ecosound-evaluation-art-return {
  margin-top: clamp(22px, 3vw, 42px) !important;
  max-width: min(100%, 1080px);
}

.ecosound-evaluation-art-return img {
  width: min(100%, 980px);
}

.ecosound-evaluation-form-wrap {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 620px !important;
}

.ecosound-evaluation-eyebrow {
  color: #6ed900;
  font-family: "Arial Rounded MT Bold", "Segoe UI", Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  margin-bottom: 18px;
}

.ecosound-evaluation-title {
  color: #063f3a;
  font-family: "Arial Rounded MT Bold", "Segoe UI", Arial, sans-serif;
  font-size: clamp(2.6rem, 5vw, 4.7rem);
  font-weight: 950;
  line-height: 1.02;
  margin-bottom: 20px;
  max-width: 620px;
}

.ecosound-evaluation-text {
  color: #243f3b;
  font-size: clamp(1.05rem, 1.6vw, 1.22rem);
  line-height: 1.65;
  max-width: 560px;
}

.ecosound-evaluation-list {
  color: #063f3a;
  font-weight: 800;
  line-height: 1.8;
  margin-top: 24px;
  padding-left: 22px;
}

.ecosound-form-card {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(6, 63, 58, 0.09);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(6, 63, 58, 0.13);
  padding: clamp(24px, 4vw, 42px);
}

.ecosound-lead-form {
  display: grid;
  gap: 18px;
}

.ecosound-honey-field {
  display: none !important;
}

.ecosound-lead-form label {
  color: #063f3a;
  display: grid;
  font-family: "Arial Rounded MT Bold", "Segoe UI", Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 900;
  gap: 8px;
}

.ecosound-lead-form input {
  background: #ffffff;
  border: 1px solid rgba(6, 63, 58, 0.18);
  border-radius: 8px;
  color: #071d1a;
  font: inherit;
  font-family: "Segoe UI", Arial, sans-serif;
  font-weight: 600;
  min-height: 52px;
  padding: 13px 15px;
  width: 100%;
}

.ecosound-lead-form input:focus {
  border-color: #83de00;
  box-shadow: 0 0 0 4px rgba(131, 222, 0, 0.18);
  outline: none;
}

.ecosound-lead-form button {
  appearance: none;
  background: #83de00;
  border: 0;
  border-radius: 10px;
  color: #063f3a;
  cursor: pointer;
  font-family: "Arial Rounded MT Bold", "Segoe UI", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 950;
  min-height: 56px;
  padding: 15px 20px;
}

.ecosound-lead-form button:hover,
.ecosound-lead-form button:focus {
  background: #6ed900;
}

.ecosound-form-note,
.ecosound-form-message {
  color: #45615d;
  font-size: 0.92rem;
  line-height: 1.55;
  margin: 0;
}

.ecosound-form-message-error {
  background: #fff4f4;
  border: 1px solid #ffc9c9;
  border-radius: 8px;
  color: #7a1f1f;
  font-weight: 800;
  margin-bottom: 18px;
  padding: 12px 14px;
}

.ecosound-footer {
  background: linear-gradient(135deg, #063f3a 0%, #062f2c 100%);
  border-top: 6px solid #83de00;
}

.ecosound-footer h3 {
  color: #ffffff;
  font-family: "Arial Rounded MT Bold", "Segoe UI", Arial, sans-serif;
}

.ecosound-device-slider {
  min-height: clamp(560px, 64vw, 760px);
  position: relative;
}

.ecosound-device-stage {
  inset: 0;
  min-height: clamp(560px, 64vw, 760px);
  position: relative;
}

.ecosound-device-slide {
  inset: 0;
  margin: 0 !important;
  min-height: clamp(560px, 64vw, 760px);
  opacity: 0;
  position: absolute;
  transition: opacity 700ms ease;
  z-index: 0;
}

.ecosound-device-slide::after {
  background: linear-gradient(
    90deg,
    rgba(4, 69, 65, 0.88) 0%,
    rgba(4, 69, 65, 0.72) 28%,
    rgba(4, 69, 65, 0.22) 54%,
    rgba(4, 69, 65, 0) 76%
  );
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.ecosound-device-slide.is-active {
  opacity: 1;
  z-index: 1;
}

.ecosound-device-slide .wp-block-cover__inner-container {
  align-items: center;
  display: flex;
  min-height: clamp(560px, 64vw, 760px);
  position: relative;
  z-index: 5 !important;
}

.wp-site-blocks > header + .entry-content,
.wp-site-blocks > header + .wp-block-post-content,
.wp-block-post-content > .ecosound-device-selector:first-child,
.entry-content > .ecosound-device-selector:first-child {
  margin-block-start: 0 !important;
  margin-top: 0 !important;
}

.ecosound-header-button .wp-block-button__link {
  color: #063f3a !important;
  font-family: "Arial Rounded MT Bold", "Segoe UI", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 900 !important;
  letter-spacing: 0;
}

.ecosound-device-copy {
  isolation: isolate;
  max-width: 620px;
  padding: clamp(34px, 6vw, 78px);
  position: relative;
  z-index: 6;
}

.ecosound-device-copy,
.ecosound-device-copy * {
  opacity: 1 !important;
}

.ecosound-device-title,
.ecosound-device-text,
.ecosound-device-eyebrow {
  opacity: 1 !important;
  position: relative;
  text-shadow:
    0 4px 24px rgba(0, 0, 0, 0.72),
    0 1px 2px rgba(0, 0, 0, 0.95);
  z-index: 7;
}

.ecosound-device-eyebrow {
  color: #83de00 !important;
  display: none !important;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.ecosound-device-title {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-size: clamp(2.65rem, 5.8vw, 5.15rem);
  font-weight: 950;
  line-height: 1;
  max-width: 680px;
  text-transform: none;
}

.ecosound-device-text {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-size: clamp(1rem, 1.45vw, 1.18rem);
  font-weight: 650;
  line-height: 1.55;
  max-width: 600px;
}

.ecosound-device-button .wp-block-button__link {
  border-radius: 10px;
  color: #063f3a !important;
  font-family: "Arial Rounded MT Bold", "Segoe UI", Arial, sans-serif;
  font-weight: 900;
  margin-top: 10px;
  opacity: 1 !important;
}

.ecosound-slide-consulta img {
  object-position: center center;
}

.ecosound-slide-aparelhos,
.ecosound-slide-acessorios {
  background: #f8fbf7;
}

.ecosound-slide-aparelhos .wp-block-cover__image-background,
.ecosound-slide-acessorios .wp-block-cover__image-background,
.ecosound-slide-aparelhos img,
.ecosound-slide-acessorios img {
  background: #f8fbf7;
  object-fit: contain !important;
  object-position: center center !important;
}

.ecosound-slide-aparelhos::after,
.ecosound-slide-acessorios::after {
  background: linear-gradient(
    90deg,
    rgba(4, 69, 65, 0.9) 0%,
    rgba(4, 69, 65, 0.72) 27%,
    rgba(4, 69, 65, 0.14) 50%,
    rgba(4, 69, 65, 0) 68%
  );
}

.ecosound-device-controls {
  align-items: center;
  bottom: 28px;
  display: flex;
  gap: 14px;
  justify-content: center;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: 4;
}

.ecosound-device-arrow,
.ecosound-device-dot {
  appearance: none;
  background: rgba(255, 255, 255, 0.72);
  border: 0;
  cursor: pointer;
}

.ecosound-device-arrow {
  border-radius: 999px;
  color: #063f3a;
  font-size: 24px;
  height: 44px;
  line-height: 1;
  width: 44px;
}

.ecosound-device-dot {
  border-radius: 999px;
  height: 9px;
  opacity: 0.72;
  padding: 0;
  width: 9px;
}

.ecosound-device-dot.is-active {
  background: #83de00;
  opacity: 1;
  width: 28px;
}

@media (max-width: 781px) {
  .ecosound-site-header,
  .ecosound-header-hero {
    padding: 12px 12px 0;
  }

  .ecosound-header-bar {
    align-items: center;
    justify-content: center !important;
    padding: 12px;
  }

  .ecosound-header-brand {
    width: 100%;
    justify-content: center;
  }

  .ecosound-header-symbol {
    margin-bottom: -14px !important;
    margin-top: -14px !important;
  }

  .ecosound-header-symbol img {
    width: 72px !important;
  }

  .ecosound-header-wordmark img {
    width: 230px !important;
  }

  .ecosound-hero-title {
    font-size: clamp(2.25rem, 12vw, 3.25rem) !important;
  }

  .ecosound-mobile-stack {
    gap: 24px !important;
  }

  .ecosound-evaluation-page {
    padding-top: 10px;
  }

  .ecosound-evaluation-art-title img,
  .ecosound-evaluation-art-return img {
    width: min(100%, 760px);
  }

  .ecosound-products-page {
    padding-top: 18px;
  }

  .ecosound-products-title img {
    width: min(100%, 760px);
  }

  .ecosound-product-card {
    min-height: 300px;
  }

  .ecosound-device-copy {
    padding: 32px 22px 74px;
  }

  .ecosound-device-controls {
    bottom: 18px;
  }

  .ecosound-catalog {
    padding-left: 14px;
    padding-right: 14px;
  }

  .ecosound-catalog-section-heading {
    align-items: center;
    display: flex;
    justify-content: center;
  }

  .ecosound-catalog-grid,
  .ecosound-catalog-grid-four,
  .ecosound-catalog-battery-grid {
    grid-template-columns: 1fr;
  }

  .ecosound-catalog-card-media {
    min-height: 230px;
  }

  .ecosound-catalog-card-media img {
    height: 220px;
  }

  .ecosound-receiver-panel {
    grid-template-columns: 1fr;
  }

  .ecosound-receiver-media {
    min-height: 240px;
  }

  .ecosound-receiver-media img {
    height: 230px;
  }

  .ecosound-catalog-actions,
  .ecosound-catalog-actions-center {
    align-items: stretch;
    flex-direction: column;
  }

  .ecosound-catalog-button {
    width: 100%;
  }
}

@media (min-width: 782px) and (max-width: 1120px) {
  .ecosound-catalog-grid,
  .ecosound-catalog-grid-four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ecosound-catalog-battery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1180px) {
  .ecosound-header-bar {
    gap: 16px;
    grid-template-columns: minmax(230px, 0.8fr) minmax(0, 1.4fr);
    min-height: 92px;
    padding: 14px 22px;
  }

  .ecosound-header-wordmark img {
    max-width: 220px;
  }

  .ecosound-header-nav a {
    gap: 8px;
    padding: 0 14px;
  }

  .ecosound-header-nav svg {
    height: 21px;
    width: 21px;
  }

  .ecosound-header-nav-icon {
    height: 25px;
    width: 25px;
  }

  .ecosound-header-button {
    min-height: 48px;
    padding: 0 18px;
  }
}

@media (max-width: 920px) {
  body.admin-bar .ecosound-site-header {
    top: 46px;
  }

  .wp-site-blocks::before {
    height: clamp(280px, 68vw, 420px);
    opacity: 0.045;
    right: -170px;
    top: 110px;
    width: clamp(280px, 68vw, 420px);
  }

  .wp-site-blocks::after {
    top: 148px;
    width: 86vw;
  }

  .ecosound-site-header {
    padding: 8px 10px;
  }

  .ecosound-header-bar {
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 76px;
    padding: 10px 12px;
    position: relative;
  }

  .ecosound-header-home-link {
    gap: 9px;
  }

  .ecosound-header-symbol img {
    height: 56px !important;
    width: 56px !important;
  }

  .ecosound-header-wordmark img {
    max-height: 48px;
    max-width: min(210px, 54vw);
    width: auto !important;
  }

  .ecosound-header-menu-button {
    display: flex;
    position: relative;
  }

  .ecosound-header-menu-panel {
    align-items: stretch;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(6, 63, 58, 0.09);
    border-radius: 22px;
    box-shadow: 0 18px 38px rgba(6, 63, 58, 0.12);
    display: flex;
    flex-direction: column;
    gap: 12px;
    left: 10px;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: calc(100% + 8px);
    transform: translateY(-8px);
    transition: opacity 220ms ease, transform 220ms ease;
  }

  .ecosound-header-bar.is-menu-open .ecosound-header-menu-panel {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .ecosound-header-nav {
    flex-direction: column;
  }

  .ecosound-header-nav a {
    border-left: 0;
    border-right: 0 !important;
    border-top: 1px solid rgba(6, 63, 58, 0.09);
    justify-content: flex-start;
    min-height: 52px;
    padding: 0 10px;
  }

  .ecosound-header-nav a:first-child {
    border-top: 0;
  }

  .ecosound-header-button {
    justify-content: center;
    min-height: 50px;
    width: 100%;
  }
}

@media (max-width: 460px) {
  .ecosound-header-bar {
    border-radius: 22px;
    width: min(96vw, 100%);
  }

  .ecosound-header-wordmark img {
    max-width: 52vw;
  }

  .ecosound-header-menu-button {
    height: 44px;
    width: 48px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ecosound-header-menu-button span,
  .ecosound-header-menu-panel,
  .ecosound-header-nav a,
  .ecosound-header-nav svg,
  .ecosound-header-button {
    transition: none;
  }
}


