:root {
--esb-green: #1db954;
--esb-green-dark: #0d7a3a;
--esb-green-soft: #e8f9ef;
--esb-ink: #0f1a14;
--esb-muted: #5c6b63;
--esb-bg: #ffffff;
--esb-bg-soft: #f4f6f5;
--esb-footer: #0b1410;
--esb-newsletter: #0f5132;
--esb-radius: 12px;
--esb-radius-sm: 8px;
--esb-shadow: 0 12px 40px rgba(15, 26, 20, 0.12);
--esb-font: "DM Sans", system-ui, -apple-system, sans-serif;
}

body {
font-family: var(--esb-font);
color: var(--esb-ink);
background: var(--esb-bg);
line-height: 1.55;
-webkit-font-smoothing: antialiased;
}

.esb-wrapper {
min-height: 100vh;
display: flex;
flex-direction: column;
}

.esb-main {
flex: 1;
width: 100%;
}

.esb-container {
width: 100%;
max-width: 1180px;
margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
}

.esb-inner {
padding-top: 2.5rem;
padding-bottom: 3rem;
}

.esb-prose {
max-width: 900px;
margin-left: auto;
margin-right: auto;
}

.esb-prose article {
max-width: 820px;
margin: 0 auto;
}

.esb-prose article > header {
margin-bottom: 1.75rem;
padding-bottom: 1.25rem;
border-bottom: 1px solid rgba(15, 26, 20, 0.08);
}

.esb-prose .entry-title,
.esb-prose h1 {
font-size: clamp(2rem, 4.3vw, 3.15rem);
line-height: 1.08;
letter-spacing: -0.04em;
font-weight: 800;
margin: 0 0 0.9rem;
color: var(--esb-ink);
}

.esb-prose .entry-title a {
color: inherit;
text-decoration: none;
}

.esb-prose .post-edit-link {
display: inline-flex;
margin-bottom: 0.9rem;
font-size: 0.92rem;
font-weight: 700;
color: var(--esb-green-dark);
text-decoration: none;
}

.esb-prose .post-edit-link:hover {
text-decoration: underline;
}

.esb-prose .entry-meta {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 0.5rem;
font-size: 0.96rem;
font-weight: 500;
color: var(--esb-muted);
}

.esb-prose .entry-meta a {
color: var(--esb-ink);
text-decoration: none;
font-weight: 700;
}

.esb-prose .entry-meta a:hover {
color: var(--esb-green-dark);
}

.esb-prose .entry-content {
font-size: 1.08rem;
line-height: 1.8;
color: #22312a;
}

.esb-prose .entry-content > * + * {
margin-top: 1.2rem;
}

.esb-prose .entry-content > *:first-child {
margin-top: 0;
}

.esb-prose .entry-content p,
.esb-prose .entry-content ul,
.esb-prose .entry-content ol {
max-width: 72ch;
}

.esb-prose .entry-content h2,
.esb-prose .entry-content h3,
.esb-prose .entry-content h4 {
line-height: 1.2;
letter-spacing: -0.03em;
color: var(--esb-ink);
margin-top: 2.2rem;
}

.esb-prose .entry-content h2 {
font-size: clamp(1.5rem, 3vw, 2rem);
font-weight: 800;
}

.esb-prose .entry-content h3 {
font-size: clamp(1.25rem, 2.4vw, 1.55rem);
font-weight: 800;
}

.esb-prose .entry-content h4 {
font-size: 1.1rem;
font-weight: 700;
}

.esb-prose .entry-content ul,
.esb-prose .entry-content ol {
padding-left: 1.3rem;
}

.esb-prose .entry-content ul {
list-style: disc;
}

.esb-prose .entry-content ol {
list-style: decimal;
}

.esb-prose .entry-content li + li {
margin-top: 0.5rem;
}

.esb-prose .entry-content blockquote {
margin: 1.75rem 0;
padding: 1rem 1.2rem;
border-left: 4px solid var(--esb-green);
background: var(--esb-bg-soft);
border-radius: 0 var(--esb-radius-sm) var(--esb-radius-sm) 0;
color: var(--esb-ink);
}

.esb-prose .entry-content a:not(.gmta-affiliate-card__btn):not(.wp-element-button):not(.wp-block-button__link) {
color: var(--esb-green-dark);
text-decoration: underline;
text-underline-offset: 2px;
}

.esb-prose .entry-content a:not(.gmta-affiliate-card__btn):not(.wp-element-button):not(.wp-block-button__link):hover {
color: var(--esb-green);
}

.esb-prose .entry-content img {
max-width: 100%;
height: auto;
border-radius: var(--esb-radius-sm);
}

.esb-prose .entry-content > .wp-post-image,
.esb-prose .entry-content > a > .wp-post-image {
display: block;
width: 100%;
max-height: 480px;
object-fit: cover;
box-shadow: 0 18px 36px rgba(15, 26, 20, 0.08);
}

.esb-prose .entry-content figure {
margin: 1.75rem 0;
}

.esb-prose .entry-content figcaption {
margin-top: 0.6rem;
font-size: 0.9rem;
color: var(--esb-muted);
text-align: center;
}

.esb-prose .entry-content table,
.esb-prose .entry-content .wp-block-table table,
.esb-prose .entry-content .gmta-affiliate-table {
width: 100%;
min-width: min(100%, 520px);
border-collapse: separate;
border-spacing: 0;
margin: 1.25rem 0;
font-size: 0.9375rem;
line-height: 1.45;
background: #fff;
border: 1px solid #cfe0d4;
border-radius: 10px;
overflow: hidden;
box-shadow: 0 4px 18px rgba(0, 77, 44, 0.07);
}

.esb-prose .entry-content .wp-block-table,
.esb-prose .entry-content .wp-block-gmta-affiliate-table-wrap {
overflow-x: auto;
margin: 1.5rem 0;
}

.esb-prose .entry-content .wp-block-table thead,
.esb-prose .entry-content .wp-block-table tfoot {
border: 0;
}

.esb-prose .entry-content caption {
caption-side: bottom;
padding: 0.65rem 0 0;
font-size: 0.85rem;
color: #666;
text-align: left;
}

.esb-prose .entry-content th,
.esb-prose .entry-content td,
.esb-prose .entry-content .gmta-affiliate-table__th,
.esb-prose .entry-content .gmta-affiliate-table__row td {
padding: 0.75rem 1rem;
vertical-align: middle;
border: 0;
}

.esb-prose .entry-content thead th,
.esb-prose .entry-content thead td,
.esb-prose .entry-content .gmta-affiliate-table__th {
padding: 0.85rem 1rem;
text-align: left;
font-size: 0.9375rem;
font-weight: 700;
color: #fff;
background: linear-gradient(180deg, #005a34 0%, #004d2c 100%);
border-bottom: 2px solid #003d24;
border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.esb-prose .entry-content thead th:last-child,
.esb-prose .entry-content thead td:last-child,
.esb-prose .entry-content .gmta-affiliate-table__th:last-child {
border-right: none;
}

.esb-prose .entry-content tbody tr {
background: #fff;
}

.esb-prose .entry-content tbody tr:nth-child(even) {
background: #f4faf6;
}

.esb-prose .entry-content tbody tr:hover {
background: #eaf6ef;
}

.esb-prose .entry-content tbody th,
.esb-prose .entry-content tbody td,
.esb-prose .entry-content .gmta-affiliate-table__row td {
padding: 0.75rem 1rem;
vertical-align: top;
border-bottom: 1px solid #e0ebe3;
border-right: 1px solid #e8efe9;
color: #333;
}

.esb-prose .entry-content tbody th:last-child,
.esb-prose .entry-content tbody td:last-child,
.esb-prose .entry-content .gmta-affiliate-table__row td:last-child {
border-right: none;
}

.esb-prose .entry-content tbody tr:last-child th,
.esb-prose .entry-content tbody tr:last-child td,
.esb-prose .entry-content .gmta-affiliate-table__row:last-child td {
border-bottom: none;
}

.esb-prose .entry-content tbody th {
font-weight: 600;
color: #1a3328;
background: rgba(0, 77, 44, 0.06);
text-align: left;
}

.esb-prose .entry-content tfoot th,
.esb-prose .entry-content tfoot td {
padding: 0.65rem 1rem;
font-size: 0.9rem;
background: #eef5f0;
border-top: 2px solid #cfe0d4;
color: #2a4036;
}

.esb-prose .entry-content .gmta-affiliate-table__thumb {
max-width: 64px;
max-height: 64px;
width: auto;
height: auto;
object-fit: contain;
}

.esb-prose .entry-content .gmta-affiliate-table__title-link {
color: var(--esb-ink);
text-decoration: none;
font-weight: 700;
}

.esb-prose .entry-content .gmta-affiliate-table__title-link:hover {
color: var(--esb-green-dark);
}

.esb-prose .entry-content .gmta-affiliate-card__btn {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 0.65rem 1rem;
border-radius: 999px;
text-decoration: none;
font-weight: 800;
line-height: 1.2;
}

.esb-prose .entry-content .gmta-affiliate-card__btn:not(.gmta-affiliate-card__btn--ml):not(.gmta-affiliate-card__btn--amazon) {
background: #2271b1;
color: #fff;
}

.esb-prose .entry-content .gmta-affiliate-card__btn--ml {
background: #ffe600;
color: #2d3277;
}

.esb-prose .entry-content .gmta-affiliate-card__btn--amazon {
background: #ffa41c;
color: #000;
}

.esb-prose .entry-content .gmta-affiliate-card__btn:hover {
filter: brightness(0.98);
}

.esb-prose .entry-footer {
margin-top: 2rem;
padding-top: 1rem;
border-top: 1px solid rgba(15, 26, 20, 0.08);
display: flex;
flex-wrap: wrap;
gap: 0.65rem 1rem;
font-size: 0.92rem;
color: var(--esb-muted);
}

.esb-prose .entry-footer a {
color: var(--esb-green-dark);
text-decoration: none;
}

.esb-prose .entry-footer a:hover {
text-decoration: underline;
}

/* ——— Header (fluxo normal da página) ——— */
.esb-header {
position: static;
background: var(--esb-footer);
color: rgba(255, 255, 255, 0.88);
border-bottom: 1px solid rgba(255, 255, 255, 0.08);
font-size: 0.95rem;
}

.esb-header__inner {
display: flex;
align-items: center;
justify-content: space-between;
gap: 1rem;
padding-top: 14px;
padding-bottom: 14px;
}

.esb-logo {
display: inline-flex;
align-items: center;
gap: 10px;
text-decoration: none;
font-weight: 700;
font-size: 0.92rem;
letter-spacing: -0.02em;
}

.esb-header .esb-logo {
color: rgba(255, 255, 255, 0.88);
}

.esb-logo__mark {
display: flex;
color: var(--esb-green);
}

.esb-logo__mark svg {
display: block;
}

.esb-logo--custom {
display: flex;
align-items: center;
flex-shrink: 0;
line-height: 0;
}

.esb-logo--custom .custom-logo-link {
display: inline-flex;
align-items: center;
text-decoration: none;
line-height: 0;
}

.esb-logo--custom .custom-logo {
display: block;
height: auto;
max-height: 48px;
width: auto;
max-width: min(360px, 58vw);
object-fit: contain;
}

.esb-logo--footer.esb-logo--custom .custom-logo {
max-height: 40px;
max-width: 240px;
}

/* Ícone do site + título (Identidade do site, sem imagem de logo) */
.esb-logo--config {
display: inline-flex;
align-items: center;
gap: 12px;
text-decoration: none;
color: inherit;
}

.esb-logo--config .esb-logo__site-icon {
display: block;
width: 44px;
height: 44px;
object-fit: contain;
flex-shrink: 0;
border-radius: 10px;
}

.esb-logo--config .esb-logo__text {
font-weight: 700;
font-size: 0.92rem;
letter-spacing: -0.02em;
}

.esb-header .esb-logo--config .esb-logo__text {
color: rgba(255, 255, 255, 0.88);
}

.esb-logo--footer.esb-logo--config .esb-logo__text {
color: #fff;
}

.esb-nav-toggle {
display: none;
flex-direction: column;
justify-content: center;
gap: 5px;
width: 44px;
height: 44px;
border: 0;
background: transparent;
cursor: pointer;
border-radius: var(--esb-radius-sm);
}

.esb-nav-toggle__bar {
display: block;
height: 2px;
width: 22px;
background: rgba(255, 255, 255, 0.9);
border-radius: 2px;
}

.esb-nav {
flex: 1;
display: flex;
justify-content: center;
}

.esb-nav__list {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
gap: 0.15rem 1.35rem;
list-style: none;
margin: 0;
padding: 0;
}

.esb-nav__list > li {
position: relative;
}

.esb-header .esb-nav__list a {
color: rgba(255, 255, 255, 0.88);
font-weight: 500;
font-size: 0.92rem;
text-decoration: none;
padding: 0.35rem 0;
display: inline-flex;
align-items: center;
gap: 4px;
}

.esb-header .esb-nav__list a:hover,
.esb-header .esb-nav__list a:focus-visible {
color: var(--esb-green);
}

.esb-header .esb-nav .menu-item-has-children > a::after {
content: ">";
speak: never;
font-size: 0.68em;
font-weight: 700;
line-height: 1;
opacity: 0.72;
margin-left: 0.35em;
flex-shrink: 0;
position: relative;
top: -0.04em;
}

.esb-header .esb-nav .sub-menu .menu-item-has-children > a {
display: flex;
justify-content: space-between;
align-items: center;
gap: 0.4rem;
}

.esb-header .esb-nav .sub-menu .menu-item-has-children > a::after {
margin-left: auto;
}

.esb-header .esb-nav .menu-item-has-children:hover > a::after,
.esb-header .esb-nav .menu-item-has-children:focus-within > a::after {
opacity: 0.95;
color: inherit;
}

.esb-header .esb-nav .sub-menu {
position: absolute;
left: 0;
top: 100%;
min-width: 220px;
background: #151f1a;
border-radius: var(--esb-radius-sm);
box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
border: 1px solid rgba(255, 255, 255, 0.08);
padding: 0.5rem 0;
margin: 0;
list-style: none;
opacity: 0;
visibility: hidden;
transform: translateY(6px);
transition: opacity 0.2s, transform 0.2s, visibility 0.2s;
z-index: 40;
}

.esb-nav .menu-item-has-children:hover > .sub-menu,
.esb-nav .menu-item-has-children:focus-within > .sub-menu {
opacity: 1;
visibility: visible;
transform: translateY(0);
}

.esb-header .esb-nav .sub-menu li {
position: relative;
}

.esb-header .esb-nav .sub-menu .sub-menu {
left: 100%;
top: 0;
margin-left: 2px;
transform: translateY(4px);
z-index: 50;
}

.esb-nav .sub-menu .menu-item-has-children:hover > .sub-menu,
.esb-nav .sub-menu .menu-item-has-children:focus-within > .sub-menu {
opacity: 1;
visibility: visible;
transform: translateY(0);
}

.esb-header .esb-nav .sub-menu a {
display: block;
padding: 0.55rem 1rem;
font-weight: 500;
color: rgba(255, 255, 255, 0.88);
}

.esb-header .esb-nav .sub-menu a:hover,
.esb-header .esb-nav .sub-menu a:focus-visible {
color: var(--esb-green);
}

.esb-submenu-toggle {
display: none;
width: 36px;
height: 36px;
margin-left: 2px;
border: 0;
background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") center no-repeat;
cursor: pointer;
vertical-align: middle;
}

.esb-header__tools {
display: flex;
align-items: center;
gap: 10px;
flex-shrink: 0;
}

.esb-header .esb-icon-btn {
width: 44px;
height: 44px;
display: inline-flex;
align-items: center;
justify-content: center;
border: 0;
background: transparent;
border-radius: var(--esb-radius-sm);
cursor: pointer;
color: rgba(255, 255, 255, 0.88);
}

.esb-header .esb-icon-btn:hover {
background: rgba(255, 255, 255, 0.08);
}

.esb-btn {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 0.35rem;
padding: 0.65rem 1.25rem;
font-weight: 600;
font-size: 0.9rem;
border-radius: 999px;
border: 2px solid transparent;
cursor: pointer;
text-decoration: none;
transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.15s;
white-space: nowrap;
}

.esb-btn--primary {
background: var(--esb-green);
color: #fff;
border-color: var(--esb-green);
}

.esb-btn--primary:hover {
background: var(--esb-green-dark);
border-color: var(--esb-green-dark);
color: #fff;
}

.esb-btn--ghost {
background: transparent;
color: #fff;
border-color: rgba(255, 255, 255, 0.85);
}

.esb-btn--ghost:hover {
background: rgba(255, 255, 255, 0.12);
color: #fff;
}

.esb-header__cta {
padding-left: 1rem;
padding-right: 1rem;
font-size: 0.85rem;
}

.esb-search-panel {
background: var(--esb-footer);
color: rgba(255, 255, 255, 0.88);
padding: 1rem 0;
border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.esb-search-panel[hidden] {
display: none !important;
}

.esb-search-panel__inner {
display: flex;
align-items: center;
gap: 1rem;
}

.esb-search-form {
display: flex;
flex: 1;
gap: 10px;
flex-wrap: wrap;
}

.esb-search-form__input {
flex: 1;
min-width: 200px;
padding: 0.75rem 1rem;
border-radius: var(--esb-radius-sm);
border: 1px solid rgba(15, 26, 20, 0.16);
background: #fff;
box-shadow: inset 0 1px 2px rgba(15, 26, 20, 0.04);
font: inherit;
transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.esb-search-form__input:focus {
outline: none;
border-color: var(--esb-green);
box-shadow: 0 0 0 3px rgba(29, 185, 84, 0.14);
}

.esb-archive__header .esb-search-form {
margin-top: 1rem;
max-width: 760px;
}

.esb-search-panel__close {
font-size: 1.75rem;
line-height: 1;
border: 0;
background: transparent;
color: #fff;
cursor: pointer;
padding: 0.25rem 0.5rem;
}

/* ——— Hero ——— */
.esb-hero {
position: relative;
min-height: min(88vh, 820px);
color: #fff;
--esb-hero-bg: none;
}

.esb-hero__slides {
position: relative;
min-height: inherit;
}

.esb-hero__slide {
position: absolute;
inset: 0;
display: flex;
align-items: stretch;
background-image: var(--esb-hero-bg);
background-size: cover;
background-position: center;
opacity: 0;
pointer-events: none;
transition: opacity 0.65s ease;
}

.esb-hero__slide.is-active {
opacity: 1;
pointer-events: auto;
z-index: 1;
}

.esb-hero__overlay {
position: absolute;
inset: 0;
background: linear-gradient(105deg, rgba(11, 20, 16, 0.82) 0%, rgba(11, 20, 16, 0.35) 55%, rgba(11, 20, 16, 0.25) 100%);
z-index: 0;
}

.esb-hero__content {
position: relative;
z-index: 2;
padding-top: clamp(3rem, 10vw, 6rem);
padding-bottom: 5.5rem;
max-width: 640px;
}

.esb-hero__kicker {
display: inline-block;
font-size: 0.75rem;
font-weight: 700;
letter-spacing: 0.12em;
text-transform: uppercase;
color: var(--esb-green);
margin-bottom: 1rem;
}

.esb-hero__title {
font-size: clamp(2rem, 5vw, 3.1rem);
font-weight: 700;
line-height: 1.12;
margin: 0 0 1rem;
}

.esb-hero__title-accent {
color: var(--esb-green);
}

.esb-hero__lead {
font-size: clamp(1rem, 2.2vw, 1.15rem);
opacity: 0.92;
max-width: 34rem;
margin-bottom: 1.75rem;
}

.esb-hero__actions {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin-bottom: 1.75rem;
}

.esb-hero__rating {
display: flex;
align-items: center;
gap: 10px;
font-size: 0.9rem;
}

.esb-hero__stars {
color: #f5c542;
letter-spacing: 2px;
font-size: 1.1rem;
}

.esb-hero__arrow {
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 5;
width: 44px;
height: 44px;
border-radius: 50%;
border: 0;
background: rgba(255, 255, 255, 0.15);
color: #fff;
font-size: 1.5rem;
cursor: pointer;
line-height: 1;
transition: background 0.2s;
}

.esb-hero__arrow:hover {
background: rgba(255, 255, 255, 0.28);
}

.esb-hero__arrow--prev {
left: 12px;
}

.esb-hero__arrow--next {
right: 12px;
}

.esb-hero__dots {
position: absolute;
bottom: 22px;
left: 50%;
transform: translateX(-50%);
z-index: 5;
display: flex;
gap: 8px;
}

.esb-hero__dot {
width: 10px;
height: 10px;
border-radius: 50%;
border: 2px solid rgba(255, 255, 255, 0.5);
background: transparent;
padding: 0;
cursor: pointer;
}

.esb-hero__dot.is-active {
background: #fff;
border-color: #fff;
}

/* ——— Trust ——— */
.esb-trust {
background: #fff;
border-bottom: 1px solid rgba(15, 26, 20, 0.06);
padding: 2rem 0;
}

.esb-trust__grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 1.5rem 2rem;
align-items: start;
}

.esb-trust__item {
display: flex;
gap: 14px;
align-items: flex-start;
}

.esb-trust__icon {
flex-shrink: 0;
width: 48px;
height: 48px;
border: 2px solid var(--esb-green);
border-radius: 12px;
background: var(--esb-bg) center no-repeat;
background-size: 24px 24px;
}

.esb-trust__icon--ribbon {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%231db954' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 3h6l3 3v12a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2z'/%3E%3Cpath d='M9 3v4h6'/%3E%3Cpath d='M9 13l2 2 4-4'/%3E%3C/svg%3E");
}

.esb-trust__icon--scales {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%231db954' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 5v14'/%3E%3Cpath d='M19 5v14'/%3E%3Cpath d='M10 9l-3 3 3 3'/%3E%3Cpath d='M14 9l3 3-3 3'/%3E%3Cpath d='M7 12h10'/%3E%3C/svg%3E");
}

.esb-trust__icon--money {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%231db954' stroke-width='1.6'%3E%3Cpath d='M12 2v20M17 7H9.5a2.5 2.5 0 000 5h5a2.5 2.5 0 010 5H7'/%3E%3C/svg%3E");
}

.esb-trust__icon--bolt {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%231db954' stroke-width='1.6'%3E%3Cpath d='M13 2L4 14h7l-1 8 9-12h-7l1-8z'/%3E%3C/svg%3E");
}

.esb-trust__title {
font-size: 1rem;
font-weight: 700;
margin: 0 0 0.25rem;
}

.esb-trust__desc {
margin: 0;
font-size: 0.88rem;
color: var(--esb-muted);
}

/* ——— Sections ——— */
.esb-section {
padding: clamp(2.5rem, 6vw, 4rem) 0;
}

.esb-section--muted {
background: var(--esb-bg-soft);
}

.esb-section__head {
display: flex;
flex-wrap: wrap;
align-items: baseline;
justify-content: space-between;
gap: 1rem;
margin-bottom: 1.75rem;
}

.esb-section__title {
font-size: clamp(1.35rem, 3vw, 1.75rem);
font-weight: 700;
margin: 0;
}

.esb-section__link {
font-weight: 600;
color: var(--esb-green-dark);
text-decoration: none;
font-size: 0.95rem;
}

.esb-section__link:hover {
text-decoration: underline;
}

/* ——— Category cards ——— */
.esb-cat-grid {
display: grid;
grid-template-columns: repeat(5, 1fr);
gap: 1.25rem;
}

.esb-cat-card {
display: block;
background: #fff;
border-radius: var(--esb-radius);
overflow: hidden;
box-shadow: 0 4px 24px rgba(15, 26, 20, 0.07);
text-decoration: none;
color: inherit;
transition: transform 0.2s, box-shadow 0.2s;
}

.esb-cat-card:hover {
transform: translateY(-4px);
box-shadow: var(--esb-shadow);
}

.esb-cat-card__media {
position: relative;
aspect-ratio: 4 / 3;
overflow: hidden;
}

.esb-cat-card__media img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}

.esb-cat-card__badge {
position: absolute;
top: 12px;
left: 12px;
width: 44px;
height: 44px;
border-radius: 50%;
background: var(--esb-green);
border: 3px solid #fff;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
background-position: center;
background-size: 22px 22px;
}

.esb-cat-card__badge--bolt {
background-color: var(--esb-green);
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='white' stroke-width='2'%3E%3Cpath d='M13 2L4 14h7l-1 8 9-12h-7l1-8z'/%3E%3C/svg%3E");
}

.esb-cat-card__badge--bike {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='white' stroke-width='1.8'%3E%3Ccircle cx='7' cy='17' r='2.5'/%3E%3Ccircle cx='17' cy='17' r='2.5'/%3E%3Cpath d='M9 17h6M12 5v7M9 9h6'/%3E%3C/svg%3E");
}

.esb-cat-card__badge--tag {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='white' stroke-width='2'%3E%3Cpath d='M20.59 13.41l-7.17 7.17a2 2 0 01-2.83 0L2 12V2h10l8.59 8.59a2 2 0 010 2.82z'/%3E%3Ccircle cx='7' cy='7' r='1.5' fill='white'/%3E%3C/svg%3E");
}

.esb-cat-card__badge--wheel {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='white' stroke-width='1.8'%3E%3Ccircle cx='12' cy='12' r='7'/%3E%3Cpath d='M12 5v14M5 12h14'/%3E%3C/svg%3E");
}

.esb-cat-card__badge--user {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='white' stroke-width='2'%3E%3Cpath d='M20 21v-2a4 4 0 00-4-4H8a4 4 0 00-4 4v2'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E");
}

.esb-cat-card__title {
font-size: 1.05rem;
font-weight: 700;
margin: 1rem 1rem 0.35rem;
}

.esb-cat-card__desc {
font-size: 0.88rem;
color: var(--esb-muted);
margin: 0 1rem 1.15rem;
line-height: 1.45;
}

/* ——— Destaques por categoria (home) ——— */
.esb-dcat__tabs {
display: flex;
flex-wrap: wrap;
align-items: stretch;
gap: 0.35rem 1.6rem;
border-bottom: 1px solid rgba(15, 26, 20, 0.1);
margin-bottom: clamp(1.25rem, 3vw, 1.75rem);
}

.esb-dcat__tab {
display: inline-flex;
align-items: center;
gap: 0;
margin: 0 0 -1px;
padding: 0.9rem 0.35rem;
background: transparent;
border: none;
border-bottom: 3px solid transparent;
font: inherit;
font-weight: 600;
font-size: 1.04rem;
color: var(--esb-muted);
cursor: pointer;
transition: color 0.15s, border-color 0.15s;
}

.esb-dcat__tab:hover,
.esb-dcat__tab:focus-visible {
color: #1a2a22;
outline: none;
}

.esb-dcat__tab.is-active {
color: var(--esb-green-dark);
border-bottom-color: var(--esb-green);
}

.esb-dcat__tab-icon {
display: none;
}

.esb-dcat__tab.is-active .esb-dcat__tab-icon {
opacity: 1;
}

.esb-dcat__tab-icon--bolt {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2328a05c' stroke-width='2'%3E%3Cpath d='M13 2L4 14h7l-1 8 9-12h-7l1-8z'/%3E%3C/svg%3E");
}

.esb-dcat__tab:not(.is-active) .esb-dcat__tab-icon--bolt {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2365746c' stroke-width='2'%3E%3Cpath d='M13 2L4 14h7l-1 8 9-12h-7l1-8z'/%3E%3C/svg%3E");
}

.esb-dcat__tab-icon--bike {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2328a05c' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='6.5' cy='17' r='3'/%3E%3Ccircle cx='17.5' cy='17' r='3'/%3E%3Cpath d='M6.5 17l4.2-7h3.4'/%3E%3Cpath d='M10.3 10l2.4 7 2.3-4.2'/%3E%3Cpath d='M14.1 10H17l1.6 3.2'/%3E%3Cpath d='M9.8 7.5h2.6'/%3E%3Cpath d='M14.6 7.5l-1 2.5'/%3E%3C/svg%3E");
}

.esb-dcat__tab:not(.is-active) .esb-dcat__tab-icon--bike {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2365746c' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='6.5' cy='17' r='3'/%3E%3Ccircle cx='17.5' cy='17' r='3'/%3E%3Cpath d='M6.5 17l4.2-7h3.4'/%3E%3Cpath d='M10.3 10l2.4 7 2.3-4.2'/%3E%3Cpath d='M14.1 10H17l1.6 3.2'/%3E%3Cpath d='M9.8 7.5h2.6'/%3E%3Cpath d='M14.6 7.5l-1 2.5'/%3E%3C/svg%3E");
}

.esb-dcat__tab-icon--user {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2328a05c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='15.5' cy='5.5' r='2.2'/%3E%3Cpath d='M12.7 10.2l2.2-1.7 2.6 1.3'/%3E%3Cpath d='M10.6 13.2l2.2-3 1.8 2.1'/%3E%3Cpath d='M8 11.3l2.8 1.6'/%3E%3Cpath d='M12.1 14.3l-2.4 3.8'/%3E%3Cpath d='M14.3 13.7l3.8 2.2'/%3E%3Cpath d='M12.9 17.7l3.1.2'/%3E%3C/svg%3E");
}

.esb-dcat__tab:not(.is-active) .esb-dcat__tab-icon--user {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2365746c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='15.5' cy='5.5' r='2.2'/%3E%3Cpath d='M12.7 10.2l2.2-1.7 2.6 1.3'/%3E%3Cpath d='M10.6 13.2l2.2-3 1.8 2.1'/%3E%3Cpath d='M8 11.3l2.8 1.6'/%3E%3Cpath d='M12.1 14.3l-2.4 3.8'/%3E%3Cpath d='M14.3 13.7l3.8 2.2'/%3E%3Cpath d='M12.9 17.7l3.1.2'/%3E%3C/svg%3E");
}

.esb-dcat__grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-auto-flow: row;
gap: 1.25rem;
min-height: 2rem;
transition: opacity 0.15s ease;
align-items: stretch;
align-content: start;
justify-content: start;
}

.esb-dcat__grid.is-loading {
opacity: 0.55;
}

.esb-dcat__empty {
grid-column: 1 / -1;
margin: 0;
padding: 2rem 1rem;
text-align: center;
color: var(--esb-muted);
font-size: 0.95rem;
}

.esb-dcat-card {
display: flex;
flex-direction: column;
background: #fff;
border: 1px solid rgba(15, 26, 20, 0.1);
border-radius: var(--esb-radius);
overflow: hidden;
box-shadow: 0 2px 14px rgba(15, 26, 20, 0.06);
}

.esb-dcat-card__media {
display: block;
aspect-ratio: 4 / 3;
overflow: hidden;
background: #f7faf8;
}

.esb-dcat-card__media img {
width: 100%;
height: 100%;
object-fit: contain;
display: block;
}

.esb-dcat-card__body {
display: flex;
flex-direction: column;
flex: 1;
padding: 1rem 1rem 1.1rem;
gap: 0.45rem;
}

.esb-dcat-card__title {
font-size: 1rem;
font-weight: 700;
line-height: 1.35;
margin: 0;
}

.esb-dcat-card__title a {
color: inherit;
text-decoration: none;
}

.esb-dcat-card__title a:hover {
text-decoration: underline;
}

.esb-dcat-card__price {
margin: 0;
font-size: 1.15rem;
font-weight: 700;
color: #1a2a22;
}

.esb-dcat-card__btn {
display: block;
margin-top: auto;
padding: 0.65rem 1rem;
text-align: center;
font-weight: 600;
font-size: 0.92rem;
color: #fff !important;
text-decoration: none !important;
background: var(--esb-green);
border-radius: 8px;
transition: background 0.15s, filter 0.15s;
}

.esb-dcat-card__btn:hover {
filter: brightness(1.05);
}

/* ——— Archive product rows ——— */
.esb-archive {
padding-top: clamp(2rem, 4vw, 3rem);
padding-bottom: clamp(3rem, 6vw, 4.5rem);
}

.esb-archive__header {
max-width: 780px;
margin-bottom: clamp(1.5rem, 4vw, 2.5rem);
}

.esb-archive__eyebrow {
margin: 0 0 0.4rem;
font-size: 0.78rem;
font-weight: 800;
letter-spacing: 0.14em;
text-transform: uppercase;
color: var(--esb-green-dark);
}

.esb-archive__title {
margin: 0;
font-size: clamp(2rem, 5vw, 3rem);
line-height: 1.08;
font-weight: 800;
letter-spacing: -0.04em;
}

.esb-archive__description {
margin-top: 0.85rem;
font-size: 1rem;
color: var(--esb-muted);
}

.esb-archive-list {
display: flex;
flex-direction: column;
gap: 1.25rem;
}

.esb-archive-card {
display: grid;
grid-template-columns: minmax(220px, 32%) 1fr;
gap: clamp(1rem, 3vw, 1.75rem);
align-items: stretch;
background: #fff;
border: 1px solid rgba(15, 26, 20, 0.1);
border-radius: var(--esb-radius);
box-shadow: 0 8px 28px rgba(15, 26, 20, 0.06);
overflow: hidden;
}

.esb-archive-card__media {
display: flex;
align-items: center;
justify-content: center;
min-height: 220px;
background: #f7faf8;
text-decoration: none;
overflow: hidden;
}

.esb-archive-card__media img {
width: 100%;
height: 100%;
object-fit: contain;
display: block;
}

.esb-archive-card__placeholder {
display: inline-flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
min-height: 220px;
font-size: 0.85rem;
font-weight: 700;
color: var(--esb-muted);
background: var(--esb-bg-soft);
}

.esb-archive-card__body {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 0.55rem;
padding: clamp(1.15rem, 3vw, 1.6rem);
}

.esb-archive-card__cats {
font-size: 0.72rem;
font-weight: 800;
letter-spacing: 0.1em;
line-height: 1.45;
text-transform: uppercase;
color: var(--esb-muted);
}

.esb-archive-card__cats a {
color: inherit;
text-decoration: none;
}

.esb-archive-card__cats a:hover {
color: var(--esb-green-dark);
}

.esb-archive-card__title {
margin: 0;
font-size: clamp(1.25rem, 3vw, 1.65rem);
line-height: 1.18;
font-weight: 800;
letter-spacing: -0.03em;
}

.esb-archive-card__title a {
color: inherit;
text-decoration: none;
}

.esb-archive-card__title a:hover {
color: var(--esb-green-dark);
}

.esb-archive-card__price {
margin: 0;
font-size: clamp(1.25rem, 3vw, 1.6rem);
font-weight: 800;
color: #00751f;
}

.esb-archive-card__excerpt {
margin: 0;
color: var(--esb-muted);
font-size: 0.98rem;
}

.esb-archive-card__button {
display: inline-flex;
align-items: center;
justify-content: center;
margin-top: auto;
padding: 0.7rem 1.15rem;
border-radius: 999px;
background: var(--esb-green);
color: #fff !important;
font-size: 0.92rem;
font-weight: 800;
text-decoration: none !important;
}

.esb-archive-card__button:hover {
filter: brightness(1.05);
}

.esb-archive__empty {
margin: 0;
padding: 2rem;
text-align: center;
border-radius: var(--esb-radius);
background: var(--esb-bg-soft);
color: var(--esb-muted);
}

@media (max-width: 1024px) {
.esb-dcat__grid {
grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 760px) {
.esb-archive-card {
grid-template-columns: 1fr;
}

.esb-archive-card__media,
.esb-archive-card__placeholder {
min-height: 240px;
}
}

@media (max-width: 520px) {
.esb-dcat__grid {
grid-template-columns: 1fr;
}

.esb-archive-card__media,
.esb-archive-card__placeholder {
min-height: 200px;
}
}

.esb-post-rows {
display: flex;
flex-direction: column;
gap: clamp(1.75rem, 4vw, 2.5rem);
}

/* ——— Post cards ——— */
.esb-post-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 1.25rem;
}

.esb-post-card {
background: #fff;
border-radius: var(--esb-radius);
overflow: hidden;
box-shadow: 0 4px 22px rgba(15, 26, 20, 0.06);
display: flex;
flex-direction: column;
}

.esb-section--muted .esb-post-card {
box-shadow: 0 4px 22px rgba(15, 26, 20, 0.04);
}

.esb-post-card__media {
position: relative;
display: block;
aspect-ratio: 16 / 10;
overflow: hidden;
}

.esb-post-card__media img {
width: 100%;
height: 100%;
object-fit: cover;
}

.esb-post-card__placeholder {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
background: var(--esb-bg-soft);
color: var(--esb-muted);
font-size: 0.85rem;
font-weight: 700;
}

.esb-post-card__tag {
position: absolute;
top: 12px;
left: 12px;
background: var(--esb-green);
color: #fff;
font-size: 0.65rem;
font-weight: 800;
letter-spacing: 0.08em;
text-transform: uppercase;
padding: 0.35rem 0.6rem;
border-radius: 6px;
}

.esb-post-card__body {
padding: 1rem 1.1rem 1.25rem;
flex: 1;
display: flex;
flex-direction: column;
}

.esb-post-card__title {
font-size: 1.02rem;
font-weight: 700;
margin: 0 0 0.5rem;
line-height: 1.3;
}

.esb-post-card__title a {
color: inherit;
text-decoration: none;
}

.esb-post-card__title a:hover {
color: var(--esb-green-dark);
}

.esb-post-card__excerpt {
margin: 0;
font-size: 0.88rem;
color: var(--esb-muted);
flex: 1;
}

/* ——— Compare promo ——— */
.esb-compare-promo {
background: var(--esb-bg-soft);
padding: clamp(2.5rem, 5vw, 3.5rem) 0;
border-top: 1px solid rgba(15, 26, 20, 0.05);
}

.esb-compare-promo__grid {
display: grid;
grid-template-columns: 1fr 1.05fr;
gap: 2.5rem;
align-items: center;
}

.esb-compare-promo__title {
font-size: clamp(1.35rem, 3vw, 1.85rem);
font-weight: 700;
margin: 0 0 1rem;
}

.esb-compare-promo__lead {
color: var(--esb-muted);
margin: 0 0 1.5rem;
max-width: 36rem;
}

.esb-compare-promo__cards {
display: flex;
flex-direction: column;
gap: 12px;
}

.esb-compare-item {
display: grid;
grid-template-columns: minmax(150px, 28%) 1fr;
align-items: stretch;
background: #fff;
border-radius: var(--esb-radius);
box-shadow: 0 2px 16px rgba(15, 26, 20, 0.05);
overflow: hidden;
}

.esb-compare-item__media {
display: flex;
align-items: center;
justify-content: center;
min-height: 164px;
background: #f7faf8;
text-decoration: none;
overflow: hidden;
}

.esb-compare-item__media img {
width: 100%;
height: 100%;
object-fit: contain;
display: block;
}

.esb-compare-item__placeholder {
display: inline-flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
min-height: 164px;
font-size: 0.85rem;
font-weight: 700;
color: var(--esb-muted);
background: var(--esb-bg-soft);
}

.esb-compare-item__body {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 0.5rem;
padding: 1rem 1.15rem;
}

.esb-compare-item__cats {
font-size: 0.68rem;
font-weight: 800;
letter-spacing: 0.1em;
line-height: 1.45;
text-transform: uppercase;
color: var(--esb-muted);
}

.esb-compare-item__cats a {
color: inherit;
text-decoration: none;
}

.esb-compare-item__cats a:hover {
color: var(--esb-green-dark);
}

.esb-compare-item__title {
margin: 0;
font-size: clamp(1.05rem, 2vw, 1.35rem);
line-height: 1.2;
font-weight: 800;
letter-spacing: -0.02em;
}

.esb-compare-item__title a {
color: inherit;
text-decoration: none;
}

.esb-compare-item__title a:hover {
color: var(--esb-green-dark);
}

.esb-compare-item__excerpt {
margin: 0;
color: var(--esb-muted);
font-size: 0.94rem;
}

.esb-compare-item__button {
display: inline-flex;
align-items: center;
justify-content: center;
margin-top: auto;
padding: 0.68rem 1.05rem;
border-radius: 999px;
background: var(--esb-green);
color: #fff !important;
font-size: 0.9rem;
font-weight: 800;
text-decoration: none !important;
}

.esb-compare-item__button:hover {
filter: brightness(1.05);
}

.esb-compare-item--empty {
padding: 1.15rem 1.25rem;
color: var(--esb-muted);
margin: 0;
}

/* ——— Newsletter ——— */
.esb-newsletter {
background: var(--esb-newsletter);
color: #fff;
padding: 2.25rem 0;
}

.esb-newsletter__inner {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
gap: 1.5rem;
}

.esb-newsletter__title {
font-size: 1.35rem;
font-weight: 700;
margin: 0 0 0.35rem;
}

.esb-newsletter__lead {
margin: 0;
opacity: 0.9;
font-size: 0.95rem;
}

.esb-newsletter__form {
display: flex;
flex-wrap: wrap;
gap: 10px;
align-items: center;
}

.esb-newsletter__input {
min-width: 220px;
flex: 1;
max-width: 360px;
padding: 0.75rem 1rem;
border: 0;
border-radius: var(--esb-radius-sm);
font: inherit;
}

.esb-newsletter__btn {
text-transform: uppercase;
font-size: 0.8rem;
letter-spacing: 0.04em;
}

/* ——— Footer ——— */
.esb-footer {
background: var(--esb-footer);
color: rgba(255, 255, 255, 0.88);
padding: 3rem 0 1.5rem;
margin-top: auto;
}

.esb-footer__grid {
display: grid;
grid-template-columns: 1.2fr repeat(3, 0.85fr) 1.15fr;
gap: 2rem 1.5rem;
}

.esb-footer__heading {
font-size: 0.8rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.08em;
color: rgba(255, 255, 255, 0.55);
margin: 0 0 1rem;
}

.esb-footer__list {
list-style: none;
margin: 0;
padding: 0;
}

.esb-footer__list li {
margin-bottom: 0.45rem;
}

.esb-footer__list a {
color: rgba(255, 255, 255, 0.88);
text-decoration: none;
font-size: 0.92rem;
}

.esb-footer__list a:hover {
color: var(--esb-green);
}

.esb-footer__desc {
font-size: 0.9rem;
color: rgba(255, 255, 255, 0.65);
margin: 0.75rem 0 1rem;
line-height: 1.5;
}

.esb-footer__social {
display: flex;
gap: 10px;
}

.esb-footer__social a {
display: inline-flex;
width: 40px;
height: 40px;
align-items: center;
justify-content: center;
border-radius: 50%;
background: rgba(255, 255, 255, 0.08);
color: #fff;
transition: background 0.2s, color 0.2s;
}

.esb-footer__social a:hover {
background: var(--esb-green);
}

.esb-footer__fineprint {
font-size: 0.78rem;
line-height: 1.55;
color: rgba(255, 255, 255, 0.55);
margin: 0;
}

.esb-footer__bottom {
margin-top: 2.5rem;
padding-top: 1.25rem;
border-top: 1px solid rgba(255, 255, 255, 0.08);
text-align: center;
}

.esb-footer__copy {
margin: 0;
font-size: 0.85rem;
color: rgba(255, 255, 255, 0.45);
}

.esb-logo--footer {
color: #fff;
}

.esb-logo--footer .esb-logo__mark {
color: var(--esb-green);
}

/* ——— Responsive ——— */
@media (max-width: 1100px) {
.esb-cat-grid {
grid-template-columns: repeat(3, 1fr);
}
}

@media (max-width: 960px) {
.esb-nav-toggle {
display: inline-flex;
}

.esb-nav {
position: fixed;
inset: 0 0 0 auto;
width: min(360px, 92vw);
max-width: 100%;
background: var(--esb-footer);
color: rgba(255, 255, 255, 0.88);
padding: 5rem 1.25rem 2rem;
box-shadow: none;
transform: translateX(100%);
transition: transform 0.28s ease;
overflow-y: auto;
z-index: 200;
justify-content: flex-start;
}

.esb-nav.is-open {
transform: translateX(0);
box-shadow: -12px 0 40px rgba(0, 0, 0, 0.45);
}

.esb-nav__list {
flex-direction: column;
align-items: stretch;
gap: 0;
}

.esb-nav__list > li {
border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.esb-nav__list > li > a {
display: block;
padding: 0.85rem 0;
}

.esb-nav .sub-menu {
position: static;
opacity: 1;
visibility: visible;
transform: none;
box-shadow: none;
padding: 0 0 0.5rem 0.75rem;
display: none;
}

.esb-nav .menu-item-has-children.esb-open > .sub-menu {
display: block;
}

.esb-nav .menu-item-has-children:hover > .sub-menu {
display: none;
}

.esb-nav .menu-item-has-children.esb-open:hover > .sub-menu,
.esb-nav .menu-item-has-children.esb-open > .sub-menu {
display: block;
}

.esb-submenu-toggle {
display: inline-flex;
position: absolute;
right: 0;
top: 6px;
}

.esb-nav__list > li.menu-item-has-children {
position: relative;
padding-right: 40px;
}

.esb-nav .sub-menu .menu-item-has-children {
position: relative;
padding-right: 40px;
}

.esb-nav .sub-menu .menu-item-has-children > .esb-submenu-toggle {
top: 4px;
}

body.esb-nav-open {
overflow: hidden;
}

body.esb-nav-open::before {
content: "";
position: fixed;
inset: 0;
background: rgba(11, 20, 16, 0.45);
z-index: 150;
}

.esb-trust__grid {
grid-template-columns: repeat(2, 1fr);
}

.esb-post-grid {
grid-template-columns: repeat(2, 1fr);
}

.esb-compare-promo__grid {
grid-template-columns: 1fr;
}

.esb-footer__grid {
grid-template-columns: 1fr 1fr;
}

.esb-header__cta {
display: none;
}
}

@media (max-width: 720px) {
.esb-cat-grid {
grid-template-columns: 1fr 1fr;
}

.esb-trust__grid {
grid-template-columns: 1fr;
}

.esb-post-grid {
grid-template-columns: 1fr;
}

.esb-compare-item {
grid-template-columns: 1fr;
}

.esb-compare-item__media,
.esb-compare-item__placeholder {
min-height: 210px;
}

.esb-footer__grid {
grid-template-columns: 1fr;
}

.esb-hero__arrow {
display: none;
}

.esb-hero__content {
padding-bottom: 4rem;
}

.esb-hero__actions .esb-btn {
width: 100%;
justify-content: center;
}

.esb-prose .entry-title,
.esb-prose h1 {
font-size: clamp(1.8rem, 8vw, 2.35rem);
}

.esb-prose .entry-content {
font-size: 1rem;
}

.esb-prose .entry-content th,
.esb-prose .entry-content td,
.esb-prose .entry-content .gmta-affiliate-table__th,
.esb-prose .entry-content .gmta-affiliate-table__row td {
padding: 0.7rem 0.8rem;
}

.esb-cat-card__title {
font-size: 0.95rem;
}

.esb-cat-card__desc {
font-size: 0.82rem;
}
}

@media (max-width: 480px) {
.esb-cat-grid {
grid-template-columns: 1fr;
}
}
