#anx-itsprotein-brasil {
  --anx-yellow: #F5C800;
  --anx-yellow-deep: #C9A300;
  --anx-yellow-pale: #FFF6D0;
  --anx-navy: #002776;
  --anx-navy-deep: #001A54;
  --anx-blue: #009C3B;
  --anx-blue-light: #00C24A;
  --anx-ink: #12203B;
  --anx-cream: #FFFCF4;
  --anx-white: #FFFFFF;
  --anx-line: rgba(0,39,118,0.14);
  --anx-pad: clamp(20px, 6vw, 88px);
  --anx-radius: 22px;
  --anx-display: 'Barlow Condensed', sans-serif;

  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  color:var(--anx-ink) !important;
  background: var(--anx-cream);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

#anx-itsprotein-brasil * { box-sizing: border-box; }
#anx-itsprotein-brasil img { max-width: 100%; display: block; }
#anx-itsprotein-brasil a { color:inherit !important; }
#anx-itsprotein-brasil p:empty { display: none; }
#anx-itsprotein-brasil *{color:inherit !important;}

#anx-itsprotein-brasil .anx-ico-mask{display:inline-block;background-color:currentColor;-webkit-mask-image:var(--anx-icon-src);mask-image:var(--anx-icon-src);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;flex-shrink:0;}
#anx-itsprotein-brasil .anx-tag .anx-ico-mask{width:17px;height:17px;}
#anx-itsprotein-brasil .anx-oque-list .anx-ico-mask{width:22px;height:22px;color:var(--anx-blue) !important;}
#anx-itsprotein-brasil .anx-diff-icon .anx-ico-mask{width:26px;height:26px;}
#anx-itsprotein-brasil .anx-acc-ic .anx-ico-mask{width:20px;height:20px;}
#anx-itsprotein-brasil .anx-tab-badge .anx-ico-mask{width:30px;height:30px;}
#anx-itsprotein-brasil .anx-tab-visual .anx-ico-mask{width:100%;max-width:260px;aspect-ratio:1/1;color:var(--anx-yellow) !important;}
#anx-itsprotein-brasil .anx-scrollcue .anx-ico-mask{animation:anx-bounce 1.8s ease-in-out infinite;}
#anx-itsprotein-brasil .anx-hero-stars{color:var(--anx-navy) !important;}
#anx-itsprotein-brasil .anx-closing-stars{color:var(--anx-yellow) !important;}

#anx-itsprotein-brasil .anx-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding-left: var(--anx-pad);
  padding-right: var(--anx-pad);
}

#anx-itsprotein-brasil .anx-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

#anx-itsprotein-brasil .anx-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s cubic-bezier(.22,.68,.36,1), transform 0.8s cubic-bezier(.22,.68,.36,1);
}
#anx-itsprotein-brasil .anx-reveal.anx-in {
  opacity: 1;
  transform: translateY(0);
}
#anx-itsprotein-brasil .anx-reveal.d1 { transition-delay: .08s; }
#anx-itsprotein-brasil .anx-reveal.d2 { transition-delay: .16s; }
#anx-itsprotein-brasil .anx-reveal.d3 { transition-delay: .24s; }
#anx-itsprotein-brasil .anx-reveal.d4 { transition-delay: .32s; }

/* ===== HERO ===== */
#anx-itsprotein-brasil .anx-hero {
  position: relative;
  background: radial-gradient(120% 140% at 15% -10%, #FFE145 0%, var(--anx-yellow) 46%, var(--anx-yellow-deep) 100%);
  padding: clamp(52px, 8vw, 96px) var(--anx-pad) 0;
  overflow: hidden;
  border-bottom: 6px solid var(--anx-navy);
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
#anx-itsprotein-brasil .anx-hero-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(24px, 5vw, 48px);
  align-items: end;
  position: relative;
  z-index: 2;
}
#anx-itsprotein-brasil .anx-hero-stars {
  display: flex;
  gap: 6px;
  margin-bottom: 14px;
}
#anx-itsprotein-brasil .anx-hero h1 {
  font-family: var(--anx-display);
  font-size: clamp(52px, 9vw, 108px);
  line-height: 0.86;
  font-weight: 900;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin: 14px 0 0;
  color:var(--anx-navy) !important;
}
#anx-itsprotein-brasil .anx-hero h1 span {
  display: block;
  font-style: italic;
  color:var(--anx-blue) !important;
}
#anx-itsprotein-brasil .anx-hero-sub {
  margin: 22px 0 0;
  font-size: clamp(16px, 2vw, 19px);
  font-weight: 500;
  max-width: 480px;
  color:var(--anx-ink) !important;
  opacity: 0.85;
}
#anx-itsprotein-brasil .anx-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}
#anx-itsprotein-brasil .anx-tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: var(--anx-navy);
  color:var(--anx-white) !important;
  font-size: 13px;
  font-weight: 700;
  padding: 9px 16px;
  border-radius: 100px;
}
#anx-itsprotein-brasil .anx-tag svg { width: 15px; height: 15px; flex-shrink: 0; }

#anx-itsprotein-brasil .anx-hero-can {
  position: relative;
  display: flex;
  justify-content: center;
  padding-bottom: 0;
}
#anx-itsprotein-brasil .anx-hero-can img {
  max-height: 480px;
  width: auto;
  height: auto;
  margin: 0 auto;
  animation: anx-float 3.5s ease-in-out infinite;
  filter: drop-shadow(0 28px 34px rgba(0,39,118,0.35));
}
@keyframes anx-float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-14px); }
}
#anx-itsprotein-brasil .anx-hero-badge {
  position: absolute;
  top: 8%;
  right: 4%;
  background: var(--anx-navy);
  color:var(--anx-yellow) !important;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: var(--anx-display);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.15;
  letter-spacing: 0.02em;
  box-shadow: 0 10px 24px rgba(0,39,118,0.4);
  transform: rotate(8deg);
  animation: anx-spin-soft 9s ease-in-out infinite;
}
@keyframes anx-spin-soft {
  0%, 100% { transform: rotate(8deg); }
  50% { transform: rotate(-4deg); }
}
#anx-itsprotein-brasil .anx-scrollcue {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding: 30px 0 22px;
  color:var(--anx-navy) !important;
  opacity: 0.55;
}
#anx-itsprotein-brasil .anx-scrollcue svg { animation: anx-bounce 1.8s ease-in-out infinite; }
@keyframes anx-bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(6px); }
}

/* ===== STATS STRIP (estilo spec-card) ===== */
#anx-itsprotein-brasil .anx-stats {
  background: var(--anx-navy);
  color:var(--anx-white) !important;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  position: relative;
}
#anx-itsprotein-brasil .anx-stats .anx-wrap { position: relative; z-index: 1; }
#anx-itsprotein-brasil .anx-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 11px;
  padding: clamp(28px,4vw,44px) 0;
}
#anx-itsprotein-brasil .anx-stat {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 12px;
  padding: 18px 12px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
#anx-itsprotein-brasil .anx-stat::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: var(--anx-blue);
}
#anx-itsprotein-brasil .anx-stat:nth-child(1)::after,
#anx-itsprotein-brasil .anx-stat:nth-child(4)::after { background: var(--anx-yellow); }
#anx-itsprotein-brasil .anx-stat-num {
  font-family: var(--anx-display);
  font-size: clamp(30px, 4.2vw, 44px);
  font-weight: 900;
  color:var(--anx-yellow) !important;
  letter-spacing: -0.01em;
  line-height: 1;
}
#anx-itsprotein-brasil .anx-stat-label {
  font-size: 11.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  opacity: 0.75;
  margin-top: 8px;
}

/* ===== SECTION GENERIC ===== */
#anx-itsprotein-brasil .anx-section {
  padding: clamp(56px, 9vw, 108px) 0;
}
#anx-itsprotein-brasil .anx-kicker {
  color:var(--anx-blue) !important;
  font-weight: 700;
  font-size: 11.5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
#anx-itsprotein-brasil .anx-h2 {
  font-family: var(--anx-display);
  font-size: clamp(34px, 5vw, 56px);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  line-height: 0.98;
  margin: 8px 0 0;
  max-width: 640px;
  color:var(--anx-navy) !important;
}
#anx-itsprotein-brasil .anx-lede {
  font-size: 17px;
  max-width: 560px;
  opacity: 0.78;
  margin-top: 16px;
  font-weight: 500;
}

/* ===== O QUE E ===== */
#anx-itsprotein-brasil .anx-oque-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 5vw, 56px);
  margin-top: 44px;
  align-items: center;
}
#anx-itsprotein-brasil .anx-oque-photos {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 16px;
  height: 100%;
}
#anx-itsprotein-brasil .anx-oque-photos img {
  border-radius: var(--anx-radius);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(.22,.68,.36,1);
}
#anx-itsprotein-brasil .anx-oque-photos img:hover { transform: scale(1.03); }
#anx-itsprotein-brasil .anx-oque-photos .anx-tall { grid-row: 1 / 3; }
#anx-itsprotein-brasil .anx-oque-photos .anx-short { height: 100%; }
#anx-itsprotein-brasil .anx-oque-text p {
  font-size: 16px;
  margin: 0 0 16px;
  opacity: 0.85;
}
#anx-itsprotein-brasil .anx-oque-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
#anx-itsprotein-brasil .anx-oque-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 15px;
  font-weight: 600;
}
#anx-itsprotein-brasil .anx-oque-list svg {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  color:var(--anx-blue) !important;
  margin-top: 1px;
}

/* ===== FICHA NUTRICIONAL ===== */
#anx-itsprotein-brasil .anx-ficha {
  background: var(--anx-navy);
  color:var(--anx-white) !important;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  position: relative;
}
#anx-itsprotein-brasil .anx-ficha .anx-wrap { position: relative; z-index: 1; }
#anx-itsprotein-brasil .anx-ficha .anx-kicker { color:var(--anx-yellow) !important; }
#anx-itsprotein-brasil .anx-ficha .anx-h2 { color:var(--anx-white) !important; }
#anx-itsprotein-brasil .anx-ficha .anx-lede { color:var(--anx-white) !important; opacity: 0.7; }
#anx-itsprotein-brasil .anx-ficha-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 5vw, 56px);
  margin-top: 44px;
  align-items: start;
}
#anx-itsprotein-brasil table.anx-table {
  width: 100%;
  border-collapse: collapse;
  background: rgba(255,255,255,0.05);
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.1);
}
#anx-itsprotein-brasil table.anx-table caption {
  caption-side: top !important;
  text-align: left;
  font-family: var(--anx-display);
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding: 16px 20px;
  background: rgba(255,255,255,0.07);
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
#anx-itsprotein-brasil table.anx-table th,
#anx-itsprotein-brasil table.anx-table td {
  padding: 13px 20px;
  text-align: left;
  font-size: 14.5px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
#anx-itsprotein-brasil table.anx-table thead th {
  font-size: 11.5px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color:var(--anx-yellow) !important;
  font-weight: 700;
  background: rgba(255,255,255,0.04);
}
#anx-itsprotein-brasil table.anx-table td:last-child,
#anx-itsprotein-brasil table.anx-table th:last-child { text-align: right; }
#anx-itsprotein-brasil table.anx-table tbody tr { transition: background 0.2s ease; }
#anx-itsprotein-brasil table.anx-table tbody tr:hover { background: rgba(245,200,0,0.08); }
#anx-itsprotein-brasil table.anx-table tbody tr:last-child td { border-bottom: none; }
#anx-itsprotein-brasil .anx-table-note {
  font-size: 12.5px;
  opacity: 0.55;
  margin-top: 14px;
  line-height: 1.5;
}
#anx-itsprotein-brasil .anx-ingred-box {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  padding: 22px 24px;
}
#anx-itsprotein-brasil .anx-ingred-box h4 {
  font-family: var(--anx-display);
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color:var(--anx-yellow) !important;
}
#anx-itsprotein-brasil .anx-ingred-box p {
  font-size: 14px;
  opacity: 0.75;
  margin: 0;
  line-height: 1.65;
}
#anx-itsprotein-brasil .anx-glutenfree {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  font-size: 12px;
  font-weight: 700;
  background: rgba(245,200,0,0.16);
  color:var(--anx-yellow) !important;
  padding: 8px 14px;
  border-radius: 100px;
}

/* ===== DIFERENCIAIS ===== */
#anx-itsprotein-brasil .anx-diff-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 44px;
}
#anx-itsprotein-brasil .anx-diff-card {
  background: var(--anx-white);
  border: 1px solid var(--anx-line);
  border-radius: var(--anx-radius);
  padding: 30px 26px;
  cursor: default;
  position: relative;
  overflow: hidden;
  transition: transform 0.35s cubic-bezier(.22,.68,.36,1), box-shadow 0.35s ease, border-color 0.35s ease;
}
#anx-itsprotein-brasil .anx-diff-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 4px;
  background: var(--anx-blue);
}
#anx-itsprotein-brasil .anx-diff-card:nth-child(2)::after { background: var(--anx-yellow); }
#anx-itsprotein-brasil .anx-diff-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 40px rgba(0,39,118,0.14);
  border-color: transparent;
}
#anx-itsprotein-brasil .anx-diff-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
#anx-itsprotein-brasil .anx-diff-card:nth-child(1) .anx-diff-icon { background: #E8F8ED; color:var(--anx-blue) !important; }
#anx-itsprotein-brasil .anx-diff-card:nth-child(2) .anx-diff-icon { background: var(--anx-yellow-pale); color:var(--anx-yellow-deep) !important; }
#anx-itsprotein-brasil .anx-diff-card:nth-child(3) .anx-diff-icon { background: #E9EFFF; color:var(--anx-navy) !important; }
#anx-itsprotein-brasil .anx-diff-icon svg { width: 26px; height: 26px; }
#anx-itsprotein-brasil .anx-diff-card h3 {
  font-family: var(--anx-display);
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 10px;
  color:var(--anx-navy) !important;
}
#anx-itsprotein-brasil .anx-diff-card p {
  font-size: 14.5px;
  opacity: 0.72;
  margin: 0;
  line-height: 1.6;
}
#anx-itsprotein-brasil .anx-diff-num {
  font-family: var(--anx-display);
  font-size: 15px;
  font-weight: 700;
  color:var(--anx-blue) !important;
  letter-spacing: 0.04em;
}

/* ===== BENEFICIOS ACORDEAO ===== */
#anx-itsprotein-brasil .anx-beneficios { background: var(--anx-yellow-pale); width: 100vw; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; position: relative; }
#anx-itsprotein-brasil .anx-beneficios .anx-wrap { position: relative; z-index: 1; }
#anx-itsprotein-brasil .anx-acc {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 760px;
}
#anx-itsprotein-brasil .anx-acc-item {
  background: var(--anx-white);
  border: 1px solid var(--anx-line);
  border-radius: 16px;
  overflow: hidden;
}
#anx-itsprotein-brasil .anx-acc-btn {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 22px;
  background: none;
  border: none;
  text-align: left;
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  color:var(--anx-ink) !important;
  cursor: pointer;
}
#anx-itsprotein-brasil .anx-acc-btn .anx-acc-ic {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: var(--anx-yellow-pale);
  color:var(--anx-yellow-deep) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
#anx-itsprotein-brasil .anx-acc-btn .anx-acc-ic svg { width: 20px; height: 20px; }
#anx-itsprotein-brasil .anx-acc-btn span.anx-acc-title { flex: 1; min-width: 0; }
#anx-itsprotein-brasil .anx-acc-plus {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  position: relative;
}
#anx-itsprotein-brasil .anx-acc-plus::before,
#anx-itsprotein-brasil .anx-acc-plus::after {
  content: '';
  position: absolute;
  background: var(--anx-navy);
  border-radius: 2px;
  transition: transform 0.3s ease;
}
#anx-itsprotein-brasil .anx-acc-plus::before { width: 16px; height: 2.5px; top: 50%; left: 50%; transform: translate(-50%,-50%); }
#anx-itsprotein-brasil .anx-acc-plus::after { width: 2.5px; height: 16px; top: 50%; left: 50%; transform: translate(-50%,-50%); }
#anx-itsprotein-brasil .anx-acc-item.anx-open .anx-acc-plus::after { transform: translate(-50%,-50%) rotate(90deg); opacity: 0; }
#anx-itsprotein-brasil .anx-acc-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(.22,.68,.36,1);
}
#anx-itsprotein-brasil .anx-acc-panel-inner {
  padding: 0 22px 22px 76px;
  font-size: 14.5px;
  opacity: 0.75;
  line-height: 1.65;
}

/* ===== QUANDO TOMAR (tabs) ===== */
#anx-itsprotein-brasil .anx-tabs-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 40px;
  border-bottom: 2px solid var(--anx-line);
  padding-bottom: 0;
}
#anx-itsprotein-brasil .anx-tab-btn {
  padding: 12px 22px;
  background: none;
  border: none;
  font-family: var(--anx-display);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color:var(--anx-ink) !important;
  opacity: 0.5;
  cursor: pointer;
  position: relative;
  top: 2px;
  border-bottom: 3px solid transparent;
  transition: opacity 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}
#anx-itsprotein-brasil .anx-tab-btn.anx-active {
  opacity: 1;
  color:var(--anx-blue) !important;
  border-bottom-color: var(--anx-blue);
}
#anx-itsprotein-brasil .anx-tab-panels { margin-top: 36px; }
#anx-itsprotein-brasil .anx-tab-panel {
  display: none;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
}
#anx-itsprotein-brasil .anx-tab-panel.anx-active {
  display: grid;
  animation: anx-fadein 0.5s ease;
}
@keyframes anx-fadein {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
#anx-itsprotein-brasil .anx-tab-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--anx-navy);
  color:var(--anx-yellow) !important;
  margin-bottom: 18px;
}
#anx-itsprotein-brasil .anx-tab-badge svg { width: 30px; height: 30px; }
#anx-itsprotein-brasil .anx-tab-panel h3 {
  font-family: var(--anx-display);
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 12px;
  color:var(--anx-navy) !important;
}
#anx-itsprotein-brasil .anx-tab-panel p {
  font-size: 15px;
  opacity: 0.75;
  margin: 0;
  line-height: 1.65;
}
#anx-itsprotein-brasil .anx-tab-visual {
  background: var(--anx-navy);
  border-radius: var(--anx-radius);
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
}
#anx-itsprotein-brasil .anx-tab-visual svg { width: 100%; max-width: 260px; height: auto; }
#anx-itsprotein-brasil .anx-tab-visual img { max-height: 220px; width: auto; margin: 0 auto; filter: drop-shadow(0 14px 20px rgba(0,0,0,.35)); }

/* ===== BARBELL BANNER ===== */
#anx-itsprotein-brasil .anx-banner {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
}
#anx-itsprotein-brasil .anx-banner img {
  width: 100%;
  height: clamp(220px, 32vw, 400px);
  object-fit: cover;
  display: block;
}
#anx-itsprotein-brasil .anx-banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,39,118,0.9) 0%, rgba(0,39,118,0.5) 55%, rgba(0,39,118,0.1) 100%);
  display: flex;
  align-items: center;
}
#anx-itsprotein-brasil .anx-banner-text {
  color:var(--anx-white) !important;
  max-width: 480px;
}
#anx-itsprotein-brasil .anx-banner-text .anx-kicker { color:var(--anx-yellow) !important; }
#anx-itsprotein-brasil .anx-banner-text h3 {
  font-family: var(--anx-display);
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.05;
  margin: 10px 0 0;
  color:var(--anx-white) !important;
}

/* ===== FECHAMENTO ===== */
#anx-itsprotein-brasil .anx-closing {
  background: var(--anx-blue);
  color:var(--anx-white) !important;
  text-align: center;
  position: relative;
  overflow: hidden;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
#anx-itsprotein-brasil .anx-closing .anx-wrap { position: relative; z-index: 1; }
#anx-itsprotein-brasil .anx-closing-phrase {
  font-family: var(--anx-display);
  font-size: clamp(32px, 5.2vw, 60px);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  max-width: 780px;
  margin: 18px auto 0;
  line-height: 1.05;
}
#anx-itsprotein-brasil .anx-closing-phrase .anx-hl { color:var(--anx-yellow) !important; }
#anx-itsprotein-brasil .anx-closing .anx-kicker { color:var(--anx-yellow) !important; justify-content: center; display: inline-flex; }
#anx-itsprotein-brasil .anx-closing-stars { display: flex; justify-content: center; gap: 8px; margin-top: 26px; }

#anx-itsprotein-brasil .anx-avisos {
  background: var(--anx-navy-deep);
  color:rgba(255,255,255,0.55) !important;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  position: relative;
}
#anx-itsprotein-brasil .anx-avisos .anx-wrap { position: relative; z-index: 1; }
#anx-itsprotein-brasil .anx-avisos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
  margin-top: 28px;
}
#anx-itsprotein-brasil .anx-avisos h4 {
  color:rgba(255,255,255,0.85) !important;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0 0 10px;
  font-weight: 700;
}
#anx-itsprotein-brasil .anx-avisos p, #anx-itsprotein-brasil .anx-avisos li {
  font-size: 12.5px;
  line-height: 1.7;
}
#anx-itsprotein-brasil .anx-avisos ul { margin: 0; padding-left: 16px; }
#anx-itsprotein-brasil .anx-avisos-foot {
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.1);
  font-size: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  #anx-itsprotein-brasil { --anx-pad: clamp(18px, 6vw, 36px); }
  #anx-itsprotein-brasil .anx-hero-grid { grid-template-columns: 1fr; }
  #anx-itsprotein-brasil .anx-hero-can { order: -1; padding-top: 12px; }
  #anx-itsprotein-brasil .anx-hero-can img { max-height: 320px; }
  #anx-itsprotein-brasil .anx-stats-grid { grid-template-columns: repeat(2, 1fr); }
  #anx-itsprotein-brasil .anx-oque-grid { grid-template-columns: 1fr; }
  #anx-itsprotein-brasil .anx-ficha-grid { grid-template-columns: 1fr; }
  #anx-itsprotein-brasil .anx-diff-grid { grid-template-columns: 1fr; }
  #anx-itsprotein-brasil .anx-tab-panel.anx-active { grid-template-columns: 1fr; }
  #anx-itsprotein-brasil .anx-tab-visual { order: -1; }
  #anx-itsprotein-brasil .anx-banner-overlay { background: linear-gradient(180deg, rgba(0,39,118,0.55) 0%, rgba(0,39,118,0.94) 100%); align-items: flex-end; padding-bottom: 24px; }
  #anx-itsprotein-brasil .anx-banner-text { margin: 0 var(--anx-pad); }
}
@media (max-width: 560px) {
  #anx-itsprotein-brasil .anx-oque-photos { grid-template-columns: 1fr 1fr; }
  #anx-itsprotein-brasil .anx-acc-panel-inner { padding-left: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  #anx-itsprotein-brasil * { animation: none !important; transition: none !important; }
  #anx-itsprotein-brasil .anx-reveal { opacity: 1; transform: none; }
}
