:root {
  --eth-navy: #07111f;
  --eth-navy-soft: #0d1b2d;
  --eth-blue: #165dff;
  --eth-cyan: #2dd4bf;
  --eth-violet: #7c3aed;
  --eth-text: #172033;
  --eth-muted: #64748b;
  --eth-line: #e5eaf1;
  --eth-surface: #ffffff;
  --eth-surface-soft: #f5f8fc;
  --eth-shadow: 0 22px 55px rgba(15, 23, 42, .12);
  --eth-radius: 24px;
  --eth-container: 1200px;
}

html { scroll-behavior: smooth; }
body.eth-modern-home { margin: 0; background: #fff; color: var(--eth-text); }
body.eth-menu-open { overflow: hidden; }
.eth-home, .eth-home * { box-sizing: border-box; }
.eth-home { min-height: 100vh; overflow: clip; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: #fff; color: var(--eth-text); line-height: 1.6; }
.eth-home img { display: block; max-width: 100%; }
.eth-home a { color: inherit; text-decoration: none; }
.eth-home button, .eth-home input { font: inherit; }
.eth-home button { color: inherit; }
.eth-home svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.eth-container { width: min(calc(100% - 40px), var(--eth-container)); margin-inline: auto; }
.eth-section { padding: 104px 0; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.eth-skip-link { position: fixed; z-index: 99999; top: 10px; left: 10px; padding: 12px 18px; background: #fff; color: #000; border-radius: 10px; transform: translateY(-180%); transition: transform .2s ease; }
.eth-skip-link:focus { transform: translateY(0); }

.eth-preview-bar { position: relative; z-index: 1001; padding: 10px 20px; background: #fef3c7; color: #713f12; text-align: center; font-size: 14px; }
.eth-preview-bar a { margin-left: 8px; font-weight: 700; text-decoration: underline; }

.eth-header { position: fixed; z-index: 1000; top: 0; left: 0; right: 0; color: #fff; border-bottom: 1px solid transparent; transition: background .25s ease, border-color .25s ease, box-shadow .25s ease; }
.admin-bar .eth-header { top: 32px; }
.eth-preview-bar + .eth-header { top: 43px; }
.admin-bar .eth-preview-bar + .eth-header { top: 75px; }
.eth-header.is-scrolled { background: rgba(7, 17, 31, .92); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); border-color: rgba(255, 255, 255, .08); box-shadow: 0 10px 35px rgba(0, 0, 0, .18); }
.eth-header__inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.eth-brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; font-weight: 800; }
.eth-brand__logo .custom-logo-link { display: flex; align-items: center; }
.eth-brand__logo img { width: auto; height: 48px; max-width: 210px; object-fit: contain; }
.eth-brand__mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 14px; color: #fff; background: linear-gradient(135deg, var(--eth-blue), var(--eth-cyan)); box-shadow: 0 12px 25px rgba(22, 93, 255, .3); font-size: 22px; }
.eth-brand__text { color: #fff; font-size: 23px; letter-spacing: -.7px; }
.eth-brand__text span { color: var(--eth-cyan); }
.eth-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 650; }
.eth-nav > a:not(.eth-nav__cta) { color: rgba(255, 255, 255, .78); transition: color .2s ease; }
.eth-nav > a:not(.eth-nav__cta):hover { color: #fff; }
.eth-nav__cta { padding: 11px 18px; border: 1px solid rgba(255, 255, 255, .18); border-radius: 999px; background: rgba(255, 255, 255, .1); transition: background .2s ease, transform .2s ease; }
.eth-nav__cta:hover { background: rgba(255, 255, 255, .18); transform: translateY(-1px); }
.eth-menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 1px solid rgba(255, 255, 255, .16); border-radius: 13px; background: rgba(255, 255, 255, .08); cursor: pointer; }
.eth-menu-toggle > span:not(.screen-reader-text) { display: block; width: 100%; height: 2px; margin: 5px 0; border-radius: 4px; background: #fff; transition: transform .2s ease, opacity .2s ease; }
.eth-menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.eth-menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
.eth-menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.eth-hero { position: relative; min-height: 770px; padding: 160px 0 105px; display: flex; align-items: center; color: #fff; background:
  radial-gradient(circle at 76% 44%, rgba(45, 212, 191, .17), transparent 26%),
  radial-gradient(circle at 23% 16%, rgba(124, 58, 237, .20), transparent 28%),
  linear-gradient(135deg, #07111f 0%, #0b1730 55%, #07111f 100%);
}
.eth-hero::before { content: ""; position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(to bottom, #000, transparent 88%); }
.eth-hero__glow { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.eth-hero__glow--one { width: 430px; height: 430px; right: -190px; top: 70px; border: 1px solid rgba(45, 212, 191, .18); box-shadow: inset 0 0 80px rgba(45, 212, 191, .08); }
.eth-hero__glow--two { width: 290px; height: 290px; left: -150px; bottom: 20px; border: 1px solid rgba(124, 58, 237, .2); }
.eth-hero__grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(400px, .95fr); align-items: center; gap: 76px; }
.eth-eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 24px; padding: 8px 13px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; background: rgba(255,255,255,.06); color: #dce8ff; font-size: 13px; font-weight: 650; }
.eth-eyebrow__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--eth-cyan); box-shadow: 0 0 0 5px rgba(45, 212, 191, .12); }
.eth-hero h1 { max-width: 710px; margin: 0; color: #ffffff !important; -webkit-text-fill-color: #ffffff; font-size: clamp(45px, 5.2vw, 74px); line-height: 1.02; letter-spacing: -3.8px; font-weight: 820; text-shadow: 0 4px 28px rgba(0,0,0,.42); }
.eth-hero h1 span { display: block; color: #8ff5e8 !important; -webkit-text-fill-color: #8ff5e8; background: none; text-shadow: 0 4px 28px rgba(0,0,0,.38); }
.eth-hero__content > p { max-width: 650px; margin: 28px 0 0; color: rgba(231, 239, 255, .74); font-size: 18px; line-height: 1.75; }
.eth-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.eth-button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 13px 22px; border: 1px solid transparent; border-radius: 14px; font-weight: 750; line-height: 1; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease; }
.eth-button svg { width: 19px; height: 19px; }
.eth-button:hover { transform: translateY(-2px); }
.eth-button--primary { color: #fff; background: linear-gradient(135deg, var(--eth-blue), #4f46e5); box-shadow: 0 16px 32px rgba(22, 93, 255, .3); }
.eth-button--primary:hover { box-shadow: 0 20px 42px rgba(22, 93, 255, .4); }
.eth-button--ghost { color: #fff; border-color: rgba(255,255,255,.16); background: rgba(255,255,255,.06); }
.eth-button--ghost:hover { background: rgba(255,255,255,.11); }
.eth-hero__trust { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 31px; color: rgba(231, 239, 255, .7); font-size: 13px; }
.eth-hero__trust span { display: inline-flex; align-items: center; gap: 7px; }
.eth-hero__trust svg { width: 17px; height: 17px; color: var(--eth-cyan); }
.eth-hero__visual { position: relative; min-height: 500px; perspective: 1100px; }
.eth-orbit { position: absolute; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; }
.eth-orbit--one { width: 430px; height: 430px; top: 25px; right: 10px; }
.eth-orbit--two { width: 315px; height: 315px; top: 85px; right: 70px; border-color: rgba(45, 212, 191, .16); }
.eth-hero-card { position: absolute; display: block; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 24px; background: rgba(255,255,255,.08); box-shadow: 0 30px 70px rgba(0,0,0,.35); backdrop-filter: blur(10px); transition: transform .35s ease, z-index .1s ease; }
.eth-hero-card:hover { z-index: 8; transform: translateY(-12px) rotate(0deg) scale(1.035); }
.eth-hero-card img { width: 100%; height: 100%; object-fit: contain; padding: 15px; background: radial-gradient(circle at 50% 35%, rgba(255,255,255,.16), rgba(255,255,255,.03)); }
.eth-hero-card__badge { position: absolute; z-index: 2; top: 13px; left: 13px; padding: 6px 9px; border-radius: 999px; background: rgba(7,17,31,.72); color: #fff; font-size: 11px; font-weight: 750; backdrop-filter: blur(8px); }
.eth-hero-card--1 { width: 260px; height: 330px; right: 80px; top: 70px; z-index: 4; transform: rotate(3deg); }
.eth-hero-card--2 { width: 210px; height: 260px; left: 0; top: 160px; z-index: 3; transform: rotate(-7deg); }
.eth-hero-card--3 { width: 175px; height: 220px; right: 0; top: 210px; z-index: 2; transform: rotate(8deg); }
.eth-floating-note { position: absolute; z-index: 7; right: 35px; bottom: 5px; max-width: 260px; display: flex; align-items: center; gap: 12px; padding: 15px 17px; border: 1px solid rgba(255,255,255,.14); border-radius: 17px; background: rgba(7,17,31,.78); box-shadow: 0 18px 40px rgba(0,0,0,.3); backdrop-filter: blur(14px); color: rgba(255,255,255,.74); font-size: 12px; line-height: 1.45; }
.eth-floating-note strong { display: block; color: #fff; }
.eth-floating-note__icon { width: 40px; height: 40px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 12px; color: var(--eth-cyan); background: rgba(45,212,191,.12); }
.eth-floating-note__icon svg { width: 21px; height: 21px; }

.eth-benefits { position: relative; z-index: 5; margin-top: -34px; }
.eth-benefits__grid { display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; border: 1px solid var(--eth-line); border-radius: 22px; background: #fff; box-shadow: var(--eth-shadow); }
.eth-benefits article { display: flex; align-items: center; gap: 16px; padding: 25px 28px; border-right: 1px solid var(--eth-line); }
.eth-benefits article:last-child { border-right: 0; }
.eth-icon { width: 50px; height: 50px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 15px; color: var(--eth-blue); background: #edf3ff; }
.eth-icon svg { width: 23px; height: 23px; }
.eth-benefits strong { display: block; margin-bottom: 2px; font-size: 15px; }
.eth-benefits p { margin: 0; color: var(--eth-muted); font-size: 13px; line-height: 1.55; }

.eth-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 43px; }
.eth-section-heading > div { max-width: 650px; }
.eth-section-heading > p { max-width: 470px; margin: 0 0 4px; color: var(--eth-muted); }
.eth-kicker { display: block; margin-bottom: 10px; color: var(--eth-blue); font-size: 12px; font-weight: 800; letter-spacing: 1.7px; text-transform: uppercase; }
.eth-section-heading h2, .eth-about h2, .eth-contact-strip h2, .eth-membership h2 { margin: 0; color: var(--eth-navy); font-size: clamp(33px, 4vw, 50px); line-height: 1.08; letter-spacing: -2.2px; }
.eth-categories { padding-top: 88px; }
.eth-category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.eth-category-card { width: 100%; display: flex; align-items: center; gap: 15px; padding: 20px; border: 1px solid var(--eth-line); border-radius: 18px; background: #fff; text-align: left; cursor: pointer; box-shadow: 0 8px 25px rgba(15,23,42,.04); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.eth-category-card:hover { transform: translateY(-4px); border-color: rgba(22,93,255,.28); box-shadow: 0 18px 38px rgba(15,23,42,.09); }
.eth-category-card__icon { width: 52px; height: 52px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 16px; color: var(--eth-blue); background: linear-gradient(135deg, #edf4ff, #eefdfb); }
.eth-category-card__icon svg { width: 25px; height: 25px; }
.eth-category-card__content { min-width: 0; flex: 1; }
.eth-category-card__content strong { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 15px; }
.eth-category-card__content small { color: var(--eth-muted); font-size: 12px; }
.eth-category-card__arrow { width: 19px; height: 19px; color: #a0aec0; transition: transform .2s ease, color .2s ease; }
.eth-category-card:hover .eth-category-card__arrow { color: var(--eth-blue); transform: translateX(3px); }

.eth-products { background: var(--eth-surface-soft); }
.eth-section-heading--products { margin-bottom: 30px; }
.eth-product-tools { display: flex; align-items: center; gap: 15px; margin-bottom: 17px; }
.eth-search { min-height: 56px; display: flex; align-items: center; gap: 12px; flex: 1; padding: 0 16px; border: 1px solid #dce3ed; border-radius: 16px; background: #fff; box-shadow: 0 8px 20px rgba(15,23,42,.04); transition: border-color .2s ease, box-shadow .2s ease; }
.eth-search:focus-within { border-color: rgba(22,93,255,.55); box-shadow: 0 0 0 4px rgba(22,93,255,.08); }
.eth-search > svg { width: 21px; height: 21px; color: #8694a9; }
.eth-search input { min-width: 0; flex: 1; border: 0; outline: 0; color: var(--eth-text); background: transparent; }
.eth-search input::placeholder { color: #9aa6b7; }
.eth-search__clear { width: 30px; height: 30px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 50%; background: #edf1f6; color: #69778b; cursor: pointer; opacity: 0; pointer-events: none; transition: opacity .2s ease; }
.eth-search__clear.is-visible { opacity: 1; pointer-events: auto; }
.eth-filter-wrap { position: relative; }
.eth-filter-toggle { min-height: 56px; display: none; align-items: center; gap: 9px; padding: 0 18px; border: 1px solid #dce3ed; border-radius: 16px; background: #fff; font-weight: 700; cursor: pointer; }
.eth-filter-toggle svg { width: 20px; height: 20px; }
.eth-filter-list { display: flex; flex-wrap: wrap; gap: 8px; }
.eth-filter-list button { padding: 10px 14px; border: 1px solid #dce3ed; border-radius: 999px; background: #fff; color: #5b687c; font-size: 12px; font-weight: 700; cursor: pointer; transition: background .2s ease, border-color .2s ease, color .2s ease; }
.eth-filter-list button:hover, .eth-filter-list button.is-active { border-color: var(--eth-blue); background: var(--eth-blue); color: #fff; }
.eth-results-meta { min-height: 25px; margin-bottom: 24px; color: var(--eth-muted); font-size: 13px; }
.eth-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.eth-product-card { min-width: 0; overflow: hidden; display: flex; flex-direction: column; border: 1px solid #e2e8f0; border-radius: 21px; background: #fff; box-shadow: 0 8px 24px rgba(15,23,42,.055); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.eth-product-card:hover { transform: translateY(-7px); border-color: rgba(22,93,255,.23); box-shadow: 0 22px 45px rgba(15,23,42,.12); }
.eth-product-card__image { position: relative; height: 270px; overflow: hidden; display: grid; place-items: center; background: radial-gradient(circle at 50% 35%, #fff, #eef3f9); }
.eth-product-card__image::after { content: ""; position: absolute; inset: auto 0 0; height: 50%; background: linear-gradient(to top, rgba(7,17,31,.06), transparent); pointer-events: none; }
.eth-product-card__image img { width: 100%; height: 100%; padding: 18px; object-fit: contain; transition: transform .35s ease; }
.eth-product-card:hover .eth-product-card__image img { transform: scale(1.045); }
.eth-product-card__featured { position: absolute; z-index: 2; top: 13px; left: 13px; padding: 7px 10px; border-radius: 999px; color: #fff; background: linear-gradient(135deg, var(--eth-violet), var(--eth-blue)); font-size: 10px; font-weight: 800; letter-spacing: .4px; text-transform: uppercase; box-shadow: 0 8px 18px rgba(22,93,255,.2); }
.eth-product-card__body { display: flex; flex: 1; flex-direction: column; padding: 20px; }
.eth-product-card__meta { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 12px; }
.eth-product-card__meta span { overflow: hidden; color: var(--eth-blue); font-size: 10px; font-weight: 800; letter-spacing: .45px; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.eth-product-card__meta small { flex: 0 0 auto; padding: 4px 7px; border-radius: 7px; background: #f0f4f9; color: #6c7889; font-size: 10px; }
.eth-product-card h3 { margin: 0 0 9px; font-size: 19px; line-height: 1.2; letter-spacing: -.5px; }
.eth-product-card h3 a:hover { color: var(--eth-blue); }
.eth-product-card p { display: -webkit-box; overflow: hidden; margin: 0 0 17px; color: var(--eth-muted); font-size: 13px; line-height: 1.6; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.eth-product-card__link { display: inline-flex; align-items: center; gap: 7px; margin-top: auto; color: var(--eth-blue); font-size: 13px; font-weight: 800; }
.eth-product-card__link svg { width: 17px; height: 17px; transition: transform .2s ease; }
.eth-product-card__link:hover svg { transform: translateX(4px); }
.eth-js .eth-product-card[data-hidden="true"] { display: none; }
.eth-load-more-wrap { display: flex; justify-content: center; margin-top: 34px; }
.eth-button--outline { border-color: #cdd7e5; background: #fff; color: var(--eth-text); }
.eth-button--outline:hover { border-color: var(--eth-blue); color: var(--eth-blue); box-shadow: 0 14px 30px rgba(15,23,42,.08); }
.eth-button[hidden] { display: none !important; }
.eth-empty { padding: 65px 20px; border: 1px dashed #cbd5e1; border-radius: 20px; background: #fff; text-align: center; }
.eth-empty__icon { width: 62px; height: 62px; display: grid; place-items: center; margin: 0 auto 15px; border-radius: 18px; background: #edf3ff; color: var(--eth-blue); }
.eth-empty__icon svg { width: 28px; height: 28px; }
.eth-empty h3 { margin: 0 0 5px; }
.eth-empty p { margin: 0; color: var(--eth-muted); }
.eth-health-note { max-width: 880px; margin: 28px auto 0; color: #7a8798; font-size: 11px; text-align: center; }

.eth-membership { padding: 84px 0; background: #fff; }
.eth-membership__card { position: relative; overflow: hidden; min-height: 370px; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 35px; padding: 60px; border-radius: 32px; color: #fff; background:
  radial-gradient(circle at 80% 40%, rgba(45,212,191,.25), transparent 27%),
  linear-gradient(130deg, #0b1730 0%, #13265a 58%, #0e7670 130%);
  box-shadow: 0 28px 70px rgba(15,23,42,.2);
}
.eth-membership__card::before { content: ""; position: absolute; width: 350px; height: 350px; right: -70px; top: -120px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; }
.eth-membership__content { position: relative; z-index: 2; max-width: 650px; }
.eth-membership__tag { display: inline-block; margin-bottom: 14px; padding: 7px 11px; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; background: rgba(255,255,255,.08); font-size: 11px; font-weight: 800; letter-spacing: 1.3px; text-transform: uppercase; }
.eth-membership h2 { color: #fff; }
.eth-membership__content p { max-width: 600px; margin: 20px 0 26px; color: rgba(232,240,255,.75); }
.eth-button--light { color: var(--eth-navy); background: #fff; box-shadow: 0 14px 30px rgba(0,0,0,.16); }
.eth-membership__visual { position: relative; z-index: 2; min-height: 240px; display: grid; place-items: center; }
.eth-books { width: 260px; height: 175px; position: relative; transform: rotate(-5deg); }
.eth-books span { position: absolute; bottom: 0; border-radius: 10px 10px 5px 5px; box-shadow: -10px 18px 35px rgba(0,0,0,.22); }
.eth-books span:nth-child(1) { width: 54px; height: 155px; left: 25px; background: linear-gradient(#5b79ff, #2542bd); }
.eth-books span:nth-child(2) { width: 54px; height: 175px; left: 78px; background: linear-gradient(#30d5c8, #0d837c); }
.eth-books span:nth-child(3) { width: 54px; height: 142px; left: 131px; background: linear-gradient(#a873ff, #6230bd); }
.eth-books span:nth-child(4) { width: 54px; height: 163px; left: 184px; background: linear-gradient(#ffbf5c, #d27717); }
.eth-membership__number { position: absolute; right: 0; bottom: 0; padding: 15px 18px; border: 1px solid rgba(255,255,255,.15); border-radius: 16px; background: rgba(7,17,31,.68); backdrop-filter: blur(12px); }
.eth-membership__number strong { display: block; font-size: 28px; line-height: 1; }
.eth-membership__number span { color: rgba(255,255,255,.65); font-size: 11px; }

.eth-about { background: #fff; }
.eth-about__grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 90px; }
.eth-about__visual { position: relative; min-height: 470px; display: grid; place-items: center; }
.eth-about__shape { position: absolute; width: 360px; height: 360px; border-radius: 38% 62% 58% 42% / 42% 44% 56% 58%; background: linear-gradient(145deg, #eaf1ff, #e6fcf8); animation: ethMorph 11s ease-in-out infinite alternate; }
.eth-about__panel { position: relative; z-index: 2; width: 300px; min-height: 335px; display: flex; flex-direction: column; justify-content: space-between; padding: 34px; border: 1px solid rgba(255,255,255,.7); border-radius: 30px; background: linear-gradient(145deg, rgba(255,255,255,.92), rgba(255,255,255,.72)); box-shadow: 0 28px 65px rgba(15,23,42,.15); backdrop-filter: blur(15px); }
.eth-about__mark { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 20px; color: #fff; background: linear-gradient(135deg, var(--eth-blue), var(--eth-cyan)); font-size: 32px; font-weight: 850; box-shadow: 0 15px 30px rgba(22,93,255,.25); }
.eth-about__panel p { margin: 0; color: var(--eth-navy); font-size: 24px; line-height: 1.25; letter-spacing: -.8px; }
.eth-about__chip { position: absolute; z-index: 3; padding: 9px 13px; border: 1px solid #e1e7ef; border-radius: 999px; background: #fff; color: var(--eth-navy); box-shadow: 0 12px 28px rgba(15,23,42,.1); font-size: 12px; font-weight: 750; }
.eth-about__chip--one { top: 55px; right: 20px; }
.eth-about__chip--two { left: 15px; bottom: 88px; }
.eth-about__chip--three { right: 45px; bottom: 25px; }
.eth-about__content > p { margin: 20px 0 0; color: var(--eth-muted); font-size: 16px; }
.eth-about__content .eth-button { margin-top: 28px; }

.eth-contact-strip { padding: 72px 0; color: #fff; background: var(--eth-navy); }
.eth-contact-strip__inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.eth-contact-strip .eth-kicker { color: var(--eth-cyan); }
.eth-contact-strip h2 { color: #fff; font-size: clamp(30px, 3.5vw, 45px); }
.eth-contact-strip p { max-width: 690px; margin: 14px 0 0; color: rgba(232,240,255,.68); }
.eth-button--whatsapp { flex: 0 0 auto; color: #073b2d; background: #55e39c; box-shadow: 0 16px 35px rgba(42,199,121,.22); }

.eth-footer { padding: 70px 0 24px; color: rgba(231,239,255,.68); background: #050c16; }
.eth-footer__grid { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 60px; }
.eth-brand--footer { margin-bottom: 17px; }
.eth-footer__brand > p { max-width: 410px; margin: 0; font-size: 14px; }
.eth-footer h3 { margin: 7px 0 17px; color: #fff; font-size: 14px; }
.eth-footer__grid > div:not(.eth-footer__brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.eth-footer__grid a:not(.eth-brand) { font-size: 13px; transition: color .2s ease; }
.eth-footer__grid a:hover { color: #fff; }
.eth-footer__bottom { margin-top: 54px; padding-top: 20px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.09); font-size: 12px; }
.eth-footer__bottom p { margin: 0; }

.eth-product-card, .eth-category-card, .eth-benefits article { opacity: 1; transform: none; }
.eth-js .eth-product-card, .eth-js .eth-category-card, .eth-js .eth-benefits article { opacity: 0; transform: translateY(18px); }
.eth-js .eth-product-card.is-visible, .eth-js .eth-category-card.is-visible, .eth-js .eth-benefits article.is-visible { opacity: 1; transform: none; transition: opacity .5s ease, transform .5s ease, box-shadow .25s ease, border-color .25s ease; }

@keyframes ethMorph { from { border-radius: 38% 62% 58% 42% / 42% 44% 56% 58%; transform: rotate(-3deg); } to { border-radius: 55% 45% 40% 60% / 55% 62% 38% 45%; transform: rotate(5deg); } }

@media (max-width: 1100px) {
  .eth-hero__grid { grid-template-columns: 1fr 450px; gap: 35px; }
  .eth-hero h1 { font-size: 55px; }
  .eth-product-grid { grid-template-columns: repeat(3, 1fr); }
  .eth-footer__grid { grid-template-columns: 1.4fr repeat(3, 1fr); gap: 35px; }
}

@media (max-width: 900px) {
  .admin-bar .eth-header { top: 46px; }
  .admin-bar .eth-preview-bar + .eth-header { top: 89px; }
  .eth-menu-toggle { display: block; }
  .eth-nav { position: fixed; inset: 82px 16px auto; display: flex; flex-direction: column; align-items: stretch; gap: 0; overflow: hidden; padding: 10px; border: 1px solid rgba(255,255,255,.1); border-radius: 20px; background: rgba(7,17,31,.97); box-shadow: 0 25px 60px rgba(0,0,0,.35); backdrop-filter: blur(18px); transform: translateY(-15px); opacity: 0; visibility: hidden; transition: opacity .2s ease, transform .2s ease, visibility .2s ease; }
  .admin-bar .eth-nav { top: 128px; }
  .eth-preview-bar + .eth-header .eth-nav { top: 125px; }
  .admin-bar .eth-preview-bar + .eth-header .eth-nav { top: 171px; }
  .eth-nav.is-open { transform: none; opacity: 1; visibility: visible; }
  .eth-nav > a { padding: 15px 14px; border-radius: 12px; }
  .eth-nav__cta { text-align: center; margin-top: 7px; }
  .eth-hero { padding-top: 145px; }
  .eth-hero__grid { grid-template-columns: 1fr; }
  .eth-hero__content { max-width: 760px; }
  .eth-hero__visual { width: min(100%, 540px); min-height: 470px; margin: 0 auto; }
  .eth-benefits__grid { grid-template-columns: 1fr; }
  .eth-benefits article { border-right: 0; border-bottom: 1px solid var(--eth-line); }
  .eth-benefits article:last-child { border-bottom: 0; }
  .eth-category-grid { grid-template-columns: repeat(2, 1fr); }
  .eth-section-heading { align-items: flex-start; flex-direction: column; gap: 16px; }
  .eth-product-grid { grid-template-columns: repeat(2, 1fr); }
  .eth-membership__card { grid-template-columns: 1fr; }
  .eth-membership__visual { display: none; }
  .eth-about__grid { grid-template-columns: 1fr; gap: 50px; }
  .eth-about__visual { min-height: 420px; order: 2; }
  .eth-contact-strip__inner { align-items: flex-start; flex-direction: column; }
  .eth-footer__grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .eth-footer__grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 700px) {
  .eth-container { width: min(calc(100% - 28px), var(--eth-container)); }
  .eth-section { padding: 76px 0; }
  .eth-preview-bar { font-size: 12px; }
  .eth-header__inner { min-height: 72px; }
  .eth-brand__mark { width: 38px; height: 38px; border-radius: 12px; }
  .eth-brand__text { font-size: 20px; }
  .eth-brand__logo img { height: 40px; max-width: 175px; }
  .eth-nav { top: 73px; }
  .eth-preview-bar + .eth-header .eth-nav { top: 116px; }
  .eth-hero { min-height: auto; padding: 126px 0 75px; }
  .eth-hero h1 { font-size: clamp(40px, 12vw, 56px); letter-spacing: -2.8px; }
  .eth-hero__content > p { font-size: 16px; }
  .eth-hero__actions { flex-direction: column; }
  .eth-hero__actions .eth-button { width: 100%; }
  .eth-hero__trust { gap: 10px 15px; }
  .eth-hero__visual { min-height: 410px; }
  .eth-orbit--one { width: 350px; height: 350px; right: 50%; transform: translateX(50%); }
  .eth-orbit--two { width: 260px; height: 260px; right: 50%; transform: translateX(50%); }
  .eth-hero-card--1 { width: 215px; height: 280px; right: 50%; top: 50px; transform: translateX(50%) rotate(2deg); }
  .eth-hero-card--1:hover { transform: translateX(50%) translateY(-8px) rotate(0) scale(1.025); }
  .eth-hero-card--2 { width: 155px; height: 205px; left: 0; top: 150px; }
  .eth-hero-card--3 { width: 135px; height: 180px; right: 0; top: 180px; }
  .eth-floating-note { right: 12px; left: 12px; bottom: -5px; max-width: none; }
  .eth-benefits { margin-top: -20px; }
  .eth-category-grid { grid-template-columns: 1fr; }
  .eth-product-tools { align-items: stretch; }
  .eth-filter-toggle { display: inline-flex; }
  .eth-filter-list { position: absolute; z-index: 20; top: calc(100% + 9px); right: 0; width: min(320px, calc(100vw - 28px)); max-height: 360px; overflow-y: auto; display: flex; flex-direction: column; align-items: stretch; padding: 10px; border: 1px solid #dce3ed; border-radius: 16px; background: #fff; box-shadow: 0 25px 55px rgba(15,23,42,.18); opacity: 0; visibility: hidden; transform: translateY(-7px); transition: opacity .2s ease, visibility .2s ease, transform .2s ease; }
  .eth-filter-list.is-open { opacity: 1; visibility: visible; transform: none; }
  .eth-filter-list button { text-align: left; border-radius: 11px; }
  .eth-product-grid { grid-template-columns: 1fr; }
  .eth-product-card__image { height: 330px; }
  .eth-membership { padding: 60px 0; }
  .eth-membership__card { min-height: 0; padding: 38px 26px; border-radius: 25px; }
  .eth-membership h2 { font-size: 35px; }
  .eth-about__visual { min-height: 390px; }
  .eth-about__shape { width: 310px; height: 310px; }
  .eth-about__panel { width: 270px; min-height: 310px; }
  .eth-about__chip--one { right: 0; }
  .eth-about__chip--two { left: 0; }
  .eth-footer__grid { grid-template-columns: 1fr 1fr; }
  .eth-footer__brand { grid-column: 1 / -1; }
  .eth-footer__grid > div:last-child { grid-column: auto; }
  .eth-footer__bottom { flex-direction: column; }
}

@media (max-width: 420px) {
  .eth-hero-card--2 { left: -18px; }
  .eth-hero-card--3 { right: -18px; }
  .eth-product-tools { flex-direction: column; }
  .eth-filter-toggle { width: 100%; justify-content: center; }
  .eth-filter-list { left: 0; right: auto; width: 100%; }
  .eth-product-card__image { height: 290px; }
  .eth-about__chip { font-size: 10px; }
  .eth-footer__grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .eth-home *, .eth-home *::before, .eth-home *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

@media print {
  .eth-header, .eth-preview-bar, .eth-product-tools, .eth-load-more-wrap, .eth-contact-strip { display: none !important; }
  .eth-hero { min-height: auto; color: #000; background: #fff; }
  .eth-hero h1, .eth-hero h1 span { color: #000; -webkit-text-fill-color: initial; }
  .eth-js .eth-product-card[data-hidden="true"] { display: flex; }
}


/* Versão 1.2 — home sem menu e sem logo herdada do tema */
.eth-header,
.eth-menu-toggle,
.eth-nav { display: none !important; }
.eth-hero { padding-top: 92px; }
@media (max-width: 782px) {
  .eth-hero { padding-top: 66px; }
}
