
  #anx-itscreatine-brasil {
    --anx-black: #0A0A0C;
    --anx-charcoal: #17161A;
    --anx-charcoal-2: #201F24;
    --anx-gold: #E8B94D;
    --anx-gold-deep: #C79A2E;
    --anx-gold-pale: #FBF0D9;
    --anx-cyan: #35E4D2;
    --anx-cyan-deep: #1CB8A9;
    --anx-ink: #17151A;
    --anx-cream: #FAF8F2;
    --anx-white: #FFFFFF;
    --anx-line: rgba(23,21,26,0.12);
    --anx-pad: clamp(20px, 6vw, 88px);
    --anx-radius: 22px;

    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-itscreatine-brasil * { box-sizing: border-box; }
  #anx-itscreatine-brasil img { max-width: 100%; display: block; }
  #anx-itscreatine-brasil a { color:inherit !important; }

  #anx-itscreatine-brasil *{color:inherit !important;}
  #anx-itscreatine-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-itscreatine-brasil .anx-wrap {
    max-width: 1180px;
    margin: 0 auto;
    padding-left: var(--anx-pad);
    padding-right: var(--anx-pad);
  }

  #anx-itscreatine-brasil .anx-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12.5px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  #anx-itscreatine-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-itscreatine-brasil .anx-reveal.anx-in { opacity: 1; transform: translateY(0); }
  #anx-itscreatine-brasil .anx-reveal.d1 { transition-delay: .08s; }
  #anx-itscreatine-brasil .anx-reveal.d2 { transition-delay: .16s; }
  #anx-itscreatine-brasil .anx-reveal.d3 { transition-delay: .24s; }
  #anx-itscreatine-brasil .anx-reveal.d4 { transition-delay: .32s; }

  /* ===== HERO ===== */
  #anx-itscreatine-brasil .anx-hero {
    width: 100vw; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; position: relative;
    background-image: linear-gradient(100deg, rgba(10,10,12,0.96) 0%, rgba(10,10,12,0.90) 48%, rgba(10,10,12,0.74) 100%), url('https://ultralinea.com.br/wp-content/uploads/2026/07/itscreatine-1.webp');
    background-size: cover;
    background-position: center 30%;
    padding: clamp(52px, 8vw, 96px) var(--anx-pad) 0;
    overflow: hidden;
    border-bottom: 6px solid var(--anx-gold);
    color:var(--anx-white) !important;
  }
  #anx-itscreatine-brasil .anx-hero-bg-grid {
    position: absolute;
    inset: 0;
    opacity: 0.22;
    pointer-events: none;
  }
  #anx-itscreatine-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-itscreatine-brasil .anx-hero-stars { display: flex; gap: 6px; margin-bottom: 14px; }
  #anx-itscreatine-brasil .anx-hero h1 {
    font-size: clamp(42px, 6.8vw, 82px);
    line-height: 0.94;
    font-weight: 900;
    letter-spacing: -0.02em;
    margin: 14px 0 0;
    color:var(--anx-white) !important;
  }
  #anx-itscreatine-brasil .anx-hero h1 span {
    display: block;
    color:var(--anx-gold) !important;
  }
  #anx-itscreatine-brasil .anx-hero-impact {
    font-family: Impact, 'Anton', 'Haettenschweiler', 'Franklin Gothic Bold', 'Arial Narrow Bold', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    font-weight: 400;
  }
  #anx-itscreatine-brasil .anx-hero-sub {
    margin: 22px 0 0;
    font-size: clamp(16px, 2vw, 19px);
    font-weight: 500;
    max-width: 480px;
    color:rgba(255,255,255,0.72) !important;
  }
  #anx-itscreatine-brasil .anx-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
  #anx-itscreatine-brasil .anx-tag {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(232,185,77,0.12);
    border: 1px solid rgba(232,185,77,0.4);
    color:var(--anx-gold) !important;
    font-size: 13px;
    font-weight: 700;
    padding: 9px 16px;
    border-radius: 100px;
  }
  #anx-itscreatine-brasil .anx-tag .anx-ico-mask { width: 15px; height: 15px; }

  #anx-itscreatine-brasil .anx-hero-pot { position: relative; display: flex; justify-content: center; }
  #anx-itscreatine-brasil .anx-hero-pot img {
    max-height: 460px;
    width: auto;
    height: auto;
    margin: 0 auto;
    animation: anx-float 6s ease-in-out infinite;
    filter: drop-shadow(0 30px 36px rgba(0,0,0,0.55));
  }
  @keyframes anx-float {
    0%, 100% { transform: translateY(0px) rotate(-1deg); }
    50% { transform: translateY(-16px) rotate(1deg); }
  }
  #anx-itscreatine-brasil .anx-hero-badge {
    position: absolute;
    top: 4%;
    right: 2%;
    background: var(--anx-cyan);
    color:var(--anx-black) !important;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
    box-shadow: 0 10px 26px rgba(53,228,210,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-itscreatine-brasil .anx-scrollcue {
    max-width: 1180px; margin: 0 auto; display: flex; justify-content: center;
    padding: 30px 0 22px; color:rgba(255,255,255,0.4) !important;
  }
  #anx-itscreatine-brasil .anx-scrollcue .anx-ico-mask { width: 22px; height: 22px; animation: anx-bounce 1.8s ease-in-out infinite; }
  @keyframes anx-bounce { 0%,100%{transform:translateY(0);} 50%{transform:translateY(6px);} }

  /* ===== STATS ===== */
  #anx-itscreatine-brasil .anx-stats { background: var(--anx-charcoal); color:var(--anx-white) !important; width: 100vw; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; position: relative; }
  #anx-itscreatine-brasil .anx-stats .anx-wrap { position: relative; z-index: 1; }
  #anx-itscreatine-brasil .anx-stats-grid { display: grid; grid-template-columns: repeat(4,1fr); }
  #anx-itscreatine-brasil .anx-stat { padding: clamp(24px,4vw,40px) 16px; text-align: center; border-right: 1px solid rgba(255,255,255,0.08); }
  #anx-itscreatine-brasil .anx-stat:last-child { border-right: none; }
  #anx-itscreatine-brasil .anx-stat-num { font-size: clamp(26px,4vw,42px); font-weight: 900; color:var(--anx-gold) !important; letter-spacing: -0.02em; }
  #anx-itscreatine-brasil .anx-stat-label { font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; opacity: 0.65; margin-top: 6px; }

  /* ===== SECTION GENERIC ===== */
  #anx-itscreatine-brasil .anx-section { padding: clamp(56px, 9vw, 108px) 0; }
  #anx-itscreatine-brasil .anx-kicker { color:var(--anx-cyan-deep) !important; font-weight: 800; font-size: 12.5px; letter-spacing: 0.14em; text-transform: uppercase; }
  #anx-itscreatine-brasil .anx-h2 { font-size: clamp(28px, 4vw, 46px); font-weight: 800; letter-spacing: -0.01em; margin: 10px 0 0; max-width: 640px; }
  #anx-itscreatine-brasil .anx-lede { font-size: 17px; max-width: 560px; opacity: 0.75; margin-top: 16px; font-weight: 500; }

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

  /* ===== FICHA NUTRICIONAL ===== */
  #anx-itscreatine-brasil .anx-ficha { background: var(--anx-black); color:var(--anx-white) !important; width: 100vw; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; position: relative; }
  #anx-itscreatine-brasil .anx-ficha .anx-wrap { position: relative; z-index: 1; }
  #anx-itscreatine-brasil .anx-ficha .anx-kicker { color:var(--anx-gold) !important; }
  #anx-itscreatine-brasil .anx-ficha .anx-lede { color:var(--anx-white) !important; opacity: 0.65; }
  #anx-itscreatine-brasil .anx-ficha-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px,5vw,56px); margin-top: 44px; align-items: start; }
  #anx-itscreatine-brasil table.anx-table { width: 100%; border-collapse: collapse; background: rgba(255,255,255,0.03); border-radius: 16px; overflow: hidden; border: 1px solid rgba(255,255,255,0.12); }
  #anx-itscreatine-brasil table.anx-table caption { caption-side: top !important; text-align: left; font-size: 13px; font-weight: 700; padding: 16px 20px; background: rgba(255,255,255,0.06); border-bottom: 1px solid rgba(255,255,255,0.12); }
  #anx-itscreatine-brasil table.anx-table th, #anx-itscreatine-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-itscreatine-brasil table.anx-table thead th { font-size: 12px; text-transform: uppercase; letter-spacing: 0.06em; color:var(--anx-gold) !important; font-weight: 700; background: rgba(255,255,255,0.04); }
  #anx-itscreatine-brasil table.anx-table td:last-child, #anx-itscreatine-brasil table.anx-table th:last-child { text-align: right; }
  #anx-itscreatine-brasil table.anx-table tbody tr { transition: background .2s ease; }
  #anx-itscreatine-brasil table.anx-table tbody tr:hover { background: rgba(232,185,77,0.08); }
  #anx-itscreatine-brasil table.anx-table tbody tr:last-child td { border-bottom: none; }
  #anx-itscreatine-brasil .anx-table-note { font-size: 12.5px; opacity: 0.55; margin-top: 14px; line-height: 1.5; }
  #anx-itscreatine-brasil .anx-ingred-box { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.12); border-radius: 16px; padding: 22px 24px; }
  #anx-itscreatine-brasil .anx-ingred-box h4 { margin: 0 0 10px; font-size: 13px; text-transform: uppercase; letter-spacing: 0.06em; color:var(--anx-gold) !important; }
  #anx-itscreatine-brasil .anx-ingred-box p { font-size: 14px; opacity: 0.7; margin: 0; line-height: 1.65; }
  #anx-itscreatine-brasil .anx-glutenfree { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; font-size: 12.5px; font-weight: 700; background: rgba(53,228,210,0.12); color:var(--anx-cyan) !important; padding: 8px 14px; border-radius: 100px; }

  /* ===== DIFERENCIAIS ===== */
  #anx-itscreatine-brasil .anx-diff-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 44px; }
  #anx-itscreatine-brasil .anx-diff-card { background: var(--anx-white); border: 1px solid var(--anx-line); border-radius: var(--anx-radius); padding: 30px 26px; transition: transform .35s cubic-bezier(.22,.68,.36,1), box-shadow .35s ease; }
  #anx-itscreatine-brasil .anx-diff-card:hover { transform: translateY(-8px); box-shadow: 0 22px 40px rgba(23,21,26,0.14); }
  #anx-itscreatine-brasil .anx-diff-icon { width: 52px; height: 52px; border-radius: 14px; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
  #anx-itscreatine-brasil .anx-diff-card:nth-child(1) .anx-diff-icon { background: var(--anx-gold-pale); color:var(--anx-gold-deep) !important; }
  #anx-itscreatine-brasil .anx-diff-card:nth-child(2) .anx-diff-icon { background: #E3FBF8; color:var(--anx-cyan-deep) !important; }
  #anx-itscreatine-brasil .anx-diff-card:nth-child(3) .anx-diff-icon { background: #F0EEF2; color:var(--anx-ink) !important; }
  #anx-itscreatine-brasil .anx-diff-icon .anx-ico-mask { width: 26px; height: 26px; }
  #anx-itscreatine-brasil .anx-diff-card h3 { font-size: 18px; font-weight: 800; margin: 0 0 10px; }
  #anx-itscreatine-brasil .anx-diff-card p { font-size: 14.5px; opacity: 0.68; margin: 0; line-height: 1.6; }
  #anx-itscreatine-brasil .anx-diff-num { font-size: 13px; font-weight: 800; color:var(--anx-cyan-deep) !important; letter-spacing: 0.04em; }

  /* ===== BANNERS ===== */
  #anx-itscreatine-brasil .anx-banner { position: relative; overflow: hidden; width: 100vw; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; position: relative; }
  #anx-itscreatine-brasil .anx-banner img { width: 100%; height: clamp(220px, 32vw, 400px); object-fit: cover; display: block; }
  #anx-itscreatine-brasil .anx-banner-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,10,12,0.9) 0%, rgba(10,10,12,0.5) 55%, rgba(10,10,12,0.1) 100%); display: flex; align-items: center; }
  #anx-itscreatine-brasil .anx-banner-overlay.anx-right { background: linear-gradient(270deg, rgba(10,10,12,0.9) 0%, rgba(10,10,12,0.5) 55%, rgba(10,10,12,0.1) 100%); justify-content: flex-end; }
  #anx-itscreatine-brasil .anx-banner-text { color:var(--anx-white) !important; max-width: 480px; }
  #anx-itscreatine-brasil .anx-banner-text .anx-kicker { color:var(--anx-gold) !important; }
  #anx-itscreatine-brasil .anx-banner-text h3 { font-size: clamp(22px, 3vw, 32px); font-weight: 800; margin: 10px 0 0; color:var(--anx-white) !important; }

  /* ===== TECH / CIENCIA ===== */
  #anx-itscreatine-brasil .anx-tech { background: var(--anx-charcoal); color:var(--anx-white) !important; overflow: hidden; width: 100vw; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; position: relative; }
  #anx-itscreatine-brasil .anx-tech .anx-wrap { position: relative; z-index: 1; }
  #anx-itscreatine-brasil .anx-tech-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px,5vw,56px); margin-top: 44px; align-items: center; }
  #anx-itscreatine-brasil .anx-tech .anx-kicker { color:var(--anx-cyan) !important; }
  #anx-itscreatine-brasil .anx-tech .anx-lede { color:var(--anx-white) !important; opacity: 0.65; }
  #anx-itscreatine-brasil .anx-tech-img { position: relative; border-radius: var(--anx-radius); overflow: hidden; }
  #anx-itscreatine-brasil .anx-tech-img img { width: 100%; height: 100%; object-fit: cover; }
  #anx-itscreatine-brasil .anx-tech-img::after {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(160deg, rgba(53,228,210,0.16), rgba(232,185,77,0.08));
    mix-blend-mode: screen;
  }
  #anx-itscreatine-brasil .anx-tech-steps { display: flex; flex-direction: column; gap: 22px; margin-top: 26px; }
  #anx-itscreatine-brasil .anx-tech-step { display: flex; gap: 16px; align-items: flex-start; }
  #anx-itscreatine-brasil .anx-tech-step-ic { width: 42px; height: 42px; border-radius: 12px; background: rgba(53,228,210,0.12); color:var(--anx-cyan) !important; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
  #anx-itscreatine-brasil .anx-tech-step-ic .anx-ico-mask { width: 22px; height: 22px; }
  #anx-itscreatine-brasil .anx-tech-step h4 { margin: 0 0 4px; font-size: 15.5px; font-weight: 700; }
  #anx-itscreatine-brasil .anx-tech-step p { margin: 0; font-size: 14px; opacity: 0.65; line-height: 1.6; }

  /* ===== CALCULADORA (interativo) ===== */
  #anx-itscreatine-brasil .anx-calc { background: var(--anx-gold-pale); width: 100vw; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; position: relative; }
  #anx-itscreatine-brasil .anx-calc .anx-wrap { position: relative; z-index: 1; }
  #anx-itscreatine-brasil .anx-calc-box { margin-top: 44px; background: var(--anx-white); border-radius: var(--anx-radius); border: 1px solid var(--anx-line); padding: clamp(24px,4vw,44px); display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(28px,4vw,48px); align-items: center; }
  #anx-itscreatine-brasil .anx-calc-visual { display: flex; flex-direction: column; align-items: center; gap: 14px; }
  #anx-itscreatine-brasil .anx-calc-jar { width: 120px; height: 168px; border: 3px solid var(--anx-ink); border-radius: 16px 16px 22px 22px; position: relative; overflow: hidden; background: #fff; }
  #anx-itscreatine-brasil .anx-calc-jar-fill { position: absolute; left: 0; right: 0; bottom: 0; background: linear-gradient(180deg, var(--anx-gold), var(--anx-gold-deep)); transition: height 0.5s cubic-bezier(.22,.68,.36,1); }
  #anx-itscreatine-brasil .anx-calc-jar-lid { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); width: 70px; height: 18px; background: var(--anx-ink); border-radius: 6px; }
  #anx-itscreatine-brasil .anx-calc-readout { text-align: center; }
  #anx-itscreatine-brasil .anx-calc-readout .anx-calc-days { font-size: 34px; font-weight: 900; color:var(--anx-gold-deep) !important; }
  #anx-itscreatine-brasil .anx-calc-readout .anx-calc-label { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; opacity: 0.55; }
  #anx-itscreatine-brasil .anx-calc-title { font-size: 20px; font-weight: 800; margin: 0 0 8px; }
  #anx-itscreatine-brasil .anx-calc-desc { font-size: 14.5px; opacity: 0.7; margin: 0 0 22px; line-height: 1.6; }
  #anx-itscreatine-brasil .anx-calc-slider-row { display: flex; align-items: center; gap: 14px; }
  #anx-itscreatine-brasil .anx-calc-slider {
    flex: 1;
    position: relative;
    height: 24px;
    display: flex;
    align-items: center;
    cursor: pointer;
    touch-action: none;
  }
  #anx-itscreatine-brasil .anx-calc-slider-track {
    position: absolute;
    left: 0; right: 0;
    height: 6px;
    border-radius: 100px;
    background: linear-gradient(90deg, var(--anx-gold-deep), var(--anx-gold));
  }
  #anx-itscreatine-brasil .anx-calc-slider-thumb {
    position: absolute;
    left: 0%;
    width: 24px; height: 24px; border-radius: 50%;
    background: var(--anx-ink);
    border: 3px solid var(--anx-white);
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
    transform: translateX(-50%);
    cursor: pointer;
  }
  #anx-itscreatine-brasil .anx-calc-slider-val { font-weight: 800; font-size: 14px; min-width: 74px; text-align: right; }
  #anx-itscreatine-brasil .anx-calc-foot { margin-top: 18px; font-size: 12.5px; opacity: 0.55; }

  /* ===== TABS (por que escolher) ===== */
  #anx-itscreatine-brasil .anx-tabs-nav { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 40px; border-bottom: 2px solid var(--anx-line); }
  #anx-itscreatine-brasil .anx-tab-btn { padding: 12px 22px; background: none; border: none; font-family: inherit; font-size: 14.5px; font-weight: 700; color:var(--anx-ink) !important; opacity: 0.5; cursor: pointer; position: relative; top: 2px; border-bottom: 3px solid transparent; transition: opacity .25s ease, border-color .25s ease, color .25s ease; }
  #anx-itscreatine-brasil .anx-tab-btn.anx-active { opacity: 1; color:var(--anx-cyan-deep) !important; border-bottom-color: var(--anx-cyan-deep); }
  #anx-itscreatine-brasil .anx-tab-panels { margin-top: 36px; }
  #anx-itscreatine-brasil .anx-tab-panel { display: none; grid-template-columns: 0.9fr 1.1fr; gap: clamp(24px,4vw,48px); align-items: center; }
  #anx-itscreatine-brasil .anx-tab-panel.anx-active { display: grid; animation: anx-fadein .5s ease; }
  @keyframes anx-fadein { from{opacity:0; transform: translateY(10px);} to{opacity:1; transform:translateY(0);} }
  #anx-itscreatine-brasil .anx-tab-badge { display: inline-flex; align-items: center; justify-content: center; width: 64px; height: 64px; border-radius: 50%; background: var(--anx-ink); color:var(--anx-gold) !important; margin-bottom: 18px; }
  #anx-itscreatine-brasil .anx-tab-badge .anx-ico-mask { width: 30px; height: 30px; }
  #anx-itscreatine-brasil .anx-tab-panel h3 { font-size: 22px; font-weight: 800; margin: 0 0 12px; }
  #anx-itscreatine-brasil .anx-tab-panel p { font-size: 15px; opacity: 0.7; margin: 0; line-height: 1.65; }
  #anx-itscreatine-brasil .anx-tab-visual { background: var(--anx-ink); border-radius: var(--anx-radius); padding: 30px; display: flex; align-items: center; justify-content: center; min-height: 220px; }
  #anx-itscreatine-brasil .anx-tab-visual .anx-ico-mask { width: 100%; max-width: 260px; aspect-ratio: 1/1; color:var(--anx-gold) !important; }

  /* ===== MODO DE USO ===== */
  #anx-itscreatine-brasil .anx-uso-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 44px; }
  #anx-itscreatine-brasil .anx-uso-card { text-align: center; padding: 28px 20px; }
  #anx-itscreatine-brasil .anx-uso-num { width: 46px; height: 46px; border-radius: 50%; background: var(--anx-ink); color:var(--anx-gold) !important; font-weight: 800; font-size: 16px; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }
  #anx-itscreatine-brasil .anx-uso-card h4 { margin: 0 0 8px; font-size: 15.5px; font-weight: 700; }
  #anx-itscreatine-brasil .anx-uso-card p { margin: 0; font-size: 14px; opacity: 0.65; line-height: 1.55; }

  /* ===== FAQ ACORDEAO ===== */
  #anx-itscreatine-brasil .anx-faq { background: var(--anx-cream); width: 100vw; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; position: relative; }
  #anx-itscreatine-brasil .anx-faq .anx-wrap { position: relative; z-index: 1; }
  #anx-itscreatine-brasil .anx-acc { margin-top: 40px; display: flex; flex-direction: column; gap: 12px; max-width: 760px; }
  #anx-itscreatine-brasil .anx-acc-item { background: var(--anx-white); border: 1px solid var(--anx-line); border-radius: 16px; overflow: hidden; }
  #anx-itscreatine-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: 15.5px; font-weight: 700; color:var(--anx-ink) !important; cursor: pointer; }
  #anx-itscreatine-brasil .anx-acc-btn .anx-acc-ic { width: 38px; height: 38px; border-radius: 10px; background: var(--anx-gold-pale); color:var(--anx-gold-deep) !important; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
  #anx-itscreatine-brasil .anx-acc-btn .anx-acc-ic .anx-ico-mask { width: 20px; height: 20px; }
  #anx-itscreatine-brasil .anx-acc-btn span.anx-acc-title { flex: 1; min-width: 0; }
  #anx-itscreatine-brasil .anx-acc-plus { width: 26px; height: 26px; flex-shrink: 0; position: relative; }
  #anx-itscreatine-brasil .anx-acc-plus::before, #anx-itscreatine-brasil .anx-acc-plus::after { content: ''; position: absolute; background: var(--anx-ink); border-radius: 2px; transition: transform .3s ease; }
  #anx-itscreatine-brasil .anx-acc-plus::before { width: 16px; height: 2.5px; top: 50%; left: 50%; transform: translate(-50%,-50%); }
  #anx-itscreatine-brasil .anx-acc-plus::after { width: 2.5px; height: 16px; top: 50%; left: 50%; transform: translate(-50%,-50%); }
  #anx-itscreatine-brasil .anx-acc-item.anx-open .anx-acc-plus::after { transform: translate(-50%,-50%) rotate(90deg); opacity: 0; }
  #anx-itscreatine-brasil .anx-acc-panel { max-height: 0; overflow: hidden; transition: max-height .4s cubic-bezier(.22,.68,.36,1); }
  #anx-itscreatine-brasil .anx-acc-panel-inner { padding: 0 22px 22px 76px; font-size: 14.5px; opacity: 0.7; line-height: 1.65; }

  /* ===== FECHAMENTO ===== */
  #anx-itscreatine-brasil .anx-closing { background: var(--anx-black); color:var(--anx-white) !important; text-align: center; width: 100vw; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; position: relative; }
  #anx-itscreatine-brasil .anx-closing .anx-wrap { position: relative; z-index: 1; }
  #anx-itscreatine-brasil .anx-closing-phrase { font-size: clamp(26px, 4.4vw, 50px); font-weight: 900; letter-spacing: -0.01em; max-width: 780px; margin: 18px auto 0; line-height: 1.15; }
  #anx-itscreatine-brasil .anx-closing-phrase .anx-hl { color:var(--anx-gold) !important; }
  #anx-itscreatine-brasil .anx-closing .anx-kicker { color:var(--anx-cyan) !important; justify-content: center; display: inline-flex; }
  #anx-itscreatine-brasil .anx-closing-stars { display: flex; justify-content: center; gap: 8px; margin-top: 26px; }

  #anx-itscreatine-brasil .anx-avisos { background: var(--anx-charcoal); color:rgba(255,255,255,0.55) !important; width: 100vw; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; position: relative; }
  #anx-itscreatine-brasil .anx-avisos .anx-wrap { position: relative; z-index: 1; }
  #anx-itscreatine-brasil .anx-avisos-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(220px,1fr)); gap: 24px; margin-top: 28px; }
  #anx-itscreatine-brasil .anx-avisos h4 { color:rgba(255,255,255,0.85) !important; font-size: 12.5px; text-transform: uppercase; letter-spacing: 0.06em; margin: 0 0 10px; font-weight: 700; }
  #anx-itscreatine-brasil .anx-avisos p, #anx-itscreatine-brasil .anx-avisos li { font-size: 12.5px; line-height: 1.7; }
  #anx-itscreatine-brasil .anx-avisos ul { margin: 0; padding-left: 16px; }
  #anx-itscreatine-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-itscreatine-brasil { --anx-pad: clamp(18px, 6vw, 36px); }
    #anx-itscreatine-brasil .anx-hero-grid { grid-template-columns: 1fr; }
    #anx-itscreatine-brasil .anx-hero-pot { order: -1; padding-top: 12px; }
    #anx-itscreatine-brasil .anx-hero-pot img { max-height: 300px; }
    #anx-itscreatine-brasil .anx-stats-grid { grid-template-columns: repeat(2,1fr); }
    #anx-itscreatine-brasil .anx-stat { border-bottom: 1px solid rgba(255,255,255,0.08); }
    #anx-itscreatine-brasil .anx-stat:nth-child(2) { border-right: none; }
    #anx-itscreatine-brasil .anx-oque-grid { grid-template-columns: 1fr; }
    #anx-itscreatine-brasil .anx-oque-photos { order: -1; }
    #anx-itscreatine-brasil .anx-ficha-grid { grid-template-columns: 1fr; }
    #anx-itscreatine-brasil .anx-diff-grid { grid-template-columns: 1fr; }
    #anx-itscreatine-brasil .anx-tech-grid { grid-template-columns: 1fr; }
    #anx-itscreatine-brasil .anx-calc-box { grid-template-columns: 1fr; }
    #anx-itscreatine-brasil .anx-tab-panel.anx-active { grid-template-columns: 1fr; }
    #anx-itscreatine-brasil .anx-tab-visual { order: -1; }
    #anx-itscreatine-brasil .anx-uso-grid { grid-template-columns: 1fr; }
    #anx-itscreatine-brasil .anx-banner-overlay, #anx-itscreatine-brasil .anx-banner-overlay.anx-right { background: linear-gradient(180deg, rgba(10,10,12,0.5) 0%, rgba(10,10,12,0.92) 100%); align-items: flex-end; justify-content: flex-start; padding-bottom: 24px; }
    #anx-itscreatine-brasil .anx-banner-text { margin: 0 var(--anx-pad); }
  }
  @media (max-width: 560px) {
    #anx-itscreatine-brasil .anx-acc-panel-inner { padding-left: 22px; }
  }

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