:root{
  --bg:#080909;--panel:#101211;--panel2:#151715;--text:#f7f5ee;--muted:#a8a59b;--line:rgba(255,255,255,.12);--gold:#d7a83f;--gold2:#f3cf75;--green:#25d366;--shadow:0 28px 90px rgba(0,0,0,.44);--radius:28px;--container:1180px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Sora,system-ui,-apple-system,Segoe UI,sans-serif;background:var(--bg);color:var(--text);overflow-x:hidden}a{text-decoration:none;color:inherit}p{color:var(--muted);line-height:1.7;margin:0 0 18px}h1,h2,h3{margin:0;color:var(--text);letter-spacing:-.05em}h1{font-size:clamp(45px,6vw,82px);line-height:.95;max-width:780px}h2{font-size:clamp(31px,4vw,52px);line-height:1.02}h3{font-size:18px}.container{width:min(100% - 40px,var(--container));margin-inline:auto}.section-pad{padding:92px 0}.compact{padding:54px 0}.site-bg{position:fixed;inset:0;z-index:-2;background:radial-gradient(circle at 20% 6%,rgba(215,168,63,.18),transparent 28%),radial-gradient(circle at 90% 10%,rgba(37,211,102,.08),transparent 25%),linear-gradient(180deg,#080909 0%,#0b0c0c 55%,#080909 100%)}.site-bg:after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:74px 74px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.55),transparent 68%)}
.site-header{position:sticky;top:0;z-index:50;background:rgba(8,9,9,.72);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}.header-inner{height:82px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:12px}.brand-mark{width:44px;height:44px;border-radius:15px;display:grid;place-items:center;background:linear-gradient(135deg,var(--gold2),var(--gold));color:#14110a;font-weight:900;font-size:15px}.brand-text{display:grid;line-height:1}.brand-text strong{font-size:17px}.brand-text small{font-size:12px;color:var(--muted);text-transform:uppercase;letter-spacing:.18em}.main-nav{display:flex;align-items:center;gap:24px;color:#d6d2c8;font-size:14px;font-weight:700}.main-nav a:hover{color:var(--gold2)}.menu-toggle{display:none;background:none;border:0;width:44px}.menu-toggle span{display:block;height:2px;background:#fff;margin:7px 0;border-radius:99px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 22px;border-radius:999px;font-weight:900;font-size:14px;transition:.22s ease;border:1px solid transparent}.btn-primary{background:linear-gradient(135deg,var(--gold2),var(--gold));color:#11100b;box-shadow:0 20px 50px rgba(215,168,63,.2)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 26px 70px rgba(215,168,63,.28)}.btn-outline,.btn-ghost{border-color:var(--line);background:rgba(255,255,255,.04)}.btn-outline:hover,.btn-ghost:hover{border-color:rgba(215,168,63,.55);color:var(--gold2)}
.hero{min-height:calc(100vh - 82px);display:grid;align-items:center;padding-top:70px}.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:44px}.eyebrow,.section-kicker{display:inline-flex;align-items:center;gap:10px;color:var(--gold2);font-size:12px;text-transform:uppercase;letter-spacing:.18em;font-weight:900;margin-bottom:18px}.eyebrow span{width:34px;height:1px;background:var(--gold)}.hero h1 strong{color:var(--gold2)}.hero p{font-size:18px;max-width:650px;margin-top:24px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin:34px 0 26px}.hero-checks{display:flex;flex-wrap:wrap;gap:10px}.hero-checks span{padding:10px 13px;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.035);font-size:13px;color:#ded9cf;font-weight:700}.hero-checks span:before{content:"✓";color:var(--green);margin-right:8px}.hero-visual{min-height:560px}.mentor-scene{position:relative;height:560px;border-radius:36px;background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.025));border:1px solid rgba(255,255,255,.14);box-shadow:var(--shadow);overflow:hidden}.mentor-scene:before{content:"";position:absolute;inset:auto -20% -25% -20%;height:58%;background:radial-gradient(circle,rgba(215,168,63,.24),transparent 58%)}.mentor-photo{position:absolute;left:15%;right:15%;bottom:0;height:78%;border-radius:160px 160px 0 0;background:linear-gradient(155deg,#29251f,#0f1110);border:1px solid rgba(215,168,63,.25);display:grid;place-items:center;text-align:center;color:#d6cab4;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.screen{position:absolute;border:1px solid rgba(37,211,102,.28);background:linear-gradient(135deg,rgba(37,211,102,.13),rgba(255,255,255,.03));border-radius:20px;box-shadow:0 20px 60px rgba(0,0,0,.24)}.screen:after{content:"";position:absolute;inset:16px;background:repeating-linear-gradient(90deg,transparent 0 22px,rgba(37,211,102,.2) 23px 25px),linear-gradient(135deg,transparent 48%,rgba(243,207,117,.82) 49%,rgba(243,207,117,.82) 51%,transparent 52%);opacity:.75}.screen-one{width:230px;height:138px;right:24px;top:58px}.screen-two{width:170px;height:105px;left:26px;bottom:76px}.desk-card{position:absolute;left:28px;right:28px;bottom:26px;padding:18px;border-radius:18px;background:rgba(8,9,9,.74);border:1px solid rgba(255,255,255,.14);backdrop-filter:blur(12px);display:grid;gap:5px}.desk-card strong{font-size:16px}.desk-card small{color:var(--muted);font-weight:700}.stats-panel{margin-top:-44px;position:relative;z-index:3;display:grid;grid-template-columns:repeat(4,1fr);background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035));border:1px solid rgba(255,255,255,.14);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.stats-panel article{padding:30px;border-right:1px solid var(--line)}.stats-panel article:last-child{border-right:0}.stats-panel strong{display:block;font-size:35px;color:var(--gold2);letter-spacing:-.06em}.stats-panel small{color:var(--muted);font-weight:700}.section-heading.centered{text-align:center;margin:0 auto 30px;max-width:760px}.section-heading.split{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:24px}.section-heading.split p{max-width:440px;margin:0}.about-card,.faq-card,.final-cta,.live-card,.testimonials-card{background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025));border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.about-card{display:grid;grid-template-columns:.9fr 1fr .62fr;gap:26px;padding:22px}.about-image{min-height:310px;border-radius:22px;background:linear-gradient(135deg,rgba(215,168,63,.16),rgba(255,255,255,.04)),url('../img/mockup-aprovado.png') center/cover;display:grid;place-items:center;text-align:center;font-weight:900;color:rgba(255,255,255,.78);text-transform:uppercase;letter-spacing:.08em}.about-copy{padding:28px 0}.about-list{display:grid;gap:14px;align-content:center;background:rgba(255,255,255,.035);border:1px solid var(--line);border-radius:22px;padding:22px}.about-list div{display:flex;gap:12px;color:#eee9de;font-weight:800;line-height:1.4}.about-list span{color:var(--gold2);font-size:12px}.method-grid,.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.ecosystem-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.method-grid article,.ecosystem-grid article,.product-card{padding:25px;background:linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.025));border:1px solid var(--line);border-radius:22px;transition:.25s ease}.method-grid article:hover,.ecosystem-grid article:hover,.product-card:hover{transform:translateY(-5px);border-color:rgba(215,168,63,.5)}.method-grid span,.ecosystem-grid span{display:inline-grid;place-items:center;min-width:52px;height:40px;padding:0 14px;border-radius:999px;background:rgba(215,168,63,.1);border:1px solid rgba(215,168,63,.28);font-size:12px;color:var(--gold2);font-weight:900;margin-bottom:20px}.method-grid h3,.ecosystem-grid h3,.product-card h3{text-transform:uppercase;margin-bottom:10px}.method-grid p,.ecosystem-grid p,.product-card p{font-size:14px;margin:0}.ecosystem-grid .featured{border-color:rgba(215,168,63,.72);box-shadow:inset 0 -2px 0 var(--gold)}.ecosystem-grid .wide{grid-column:span 2}.product-card small{display:inline-flex;color:var(--gold2);text-transform:uppercase;letter-spacing:.15em;font-weight:900;font-size:11px;margin-bottom:16px}.product-card a{display:inline-flex;margin-top:22px;color:#111;background:linear-gradient(135deg,var(--gold2),var(--gold));padding:13px 16px;border-radius:999px;font-size:13px;font-weight:900}.product-card.highlight{border-color:rgba(37,211,102,.45);background:radial-gradient(circle at 80% 15%,rgba(37,211,102,.12),transparent 34%),linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.025))}.live-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:20px}.live-card,.testimonials-card,.faq-card,.final-cta{padding:32px}.check-list{padding:0;margin:24px 0 0;list-style:none;display:grid;gap:13px;color:#eee9de;font-weight:800}.check-list li:before{content:"✓";color:var(--green);margin-right:10px}.testimonial-slider{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:18px}.testimonial-slider article{border:1px solid var(--line);background:rgba(0,0,0,.18);border-radius:18px;padding:20px}.testimonial-slider div{color:var(--gold2);letter-spacing:.16em;margin-bottom:10px}.testimonial-slider p{font-size:14px;color:#e1ddd3}.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.faq-item{width:100%;text-align:left;background:rgba(0,0,0,.18);border:1px solid var(--line);border-radius:16px;color:#fff;padding:18px;cursor:pointer}.faq-item span{display:flex;justify-content:space-between;gap:16px;font-weight:900}.faq-item strong{color:var(--gold2);font-size:22px;line-height:1}.faq-item p{display:none;margin:13px 0 0;font-size:14px}.faq-item.open p{display:block}.faq-item.open strong{transform:rotate(45deg)}.final-section{padding-bottom:58px}.final-cta{display:flex;align-items:center;justify-content:space-between;gap:28px;border-color:rgba(215,168,63,.32);background:radial-gradient(circle at 90% 20%,rgba(215,168,63,.18),transparent 30%),linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.025))}.final-cta div{max-width:760px}.site-footer{border-top:1px solid var(--line);padding:28px 0;color:var(--muted)}.footer-inner{display:flex;justify-content:space-between;gap:20px;align-items:center}.footer-inner p{margin:0;font-size:13px}.disclaimer{text-align:right;max-width:450px}.float-whatsapp{position:fixed;right:24px;bottom:24px;width:66px;height:66px;border-radius:50%;background:var(--green);z-index:30;box-shadow:0 20px 45px rgba(37,211,102,.32);display:grid;place-items:center}.float-whatsapp:after{content:"";width:28px;height:28px;border:3px solid #fff;border-radius:50%}.float-whatsapp span{position:absolute;right:78px;background:#111;color:#fff;white-space:nowrap;padding:10px 12px;border-radius:12px;border:1px solid var(--line);opacity:0;transform:translateX(8px);transition:.2s}.float-whatsapp:hover span{opacity:1;transform:none}.back-to-top{position:fixed;right:31px;bottom:102px;width:52px;height:52px;border-radius:50%;border:1px solid rgba(215,168,63,.45);background:#111;color:var(--gold2);font-size:22px;z-index:29;cursor:pointer;opacity:0;pointer-events:none;transition:.25s}.back-to-top.show{opacity:1;pointer-events:auto}.reveal{opacity:0;transform:translateY(22px);transition:.75s ease}.reveal.visible{opacity:1;transform:none}
@media (max-width:1000px){.header-cta{display:none}.menu-toggle{display:block}.main-nav{position:absolute;left:20px;right:20px;top:82px;display:none;flex-direction:column;align-items:flex-start;background:rgba(12,13,13,.98);border:1px solid var(--line);border-radius:20px;padding:18px}.main-nav.open{display:flex}.hero-grid,.about-card,.live-grid,.faq-grid{grid-template-columns:1fr}.section-heading.split,.final-cta,.footer-inner{flex-direction:column;align-items:flex-start}.hero{min-height:auto}.stats-panel,.method-grid,.ecosystem-grid,.products-grid,.testimonial-slider{grid-template-columns:1fr 1fr}.stats-panel article{border-right:0;border-bottom:1px solid var(--line)}.ecosystem-grid .wide{grid-column:span 2}.disclaimer{text-align:left}.final-cta .btn{width:100%}}
@media (max-width:640px){.container{width:min(100% - 28px,var(--container))}.header-inner{height:72px}.brand-mark{width:40px;height:40px}.brand-text strong{font-size:15px}.section-pad{padding:56px 0}.compact{padding:24px 0}h1{font-size:40px}.hero-actions .btn{width:100%}.hero-visual,.mentor-scene{min-height:430px;height:430px}.mentor-photo{left:9%;right:9%}.screen-one{width:165px;height:98px;right:14px}.screen-two{display:none}.stats-panel,.method-grid,.ecosystem-grid,.products-grid,.testimonial-slider{grid-template-columns:1fr}.ecosystem-grid .wide{grid-column:auto}.about-card,.live-card,.testimonials-card,.faq-card,.final-cta{padding:18px}.stats-panel{margin-top:0}.stats-panel article{padding:22px}.float-whatsapp{right:16px;bottom:16px}.float-whatsapp span{display:none}.back-to-top{right:23px;bottom:88px}}


/* === Pack Footer + Logo Brunão Trader === */
.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}

.brand-logo {
  display: block;
  width: clamp(126px, 10vw, 160px);
  height: auto;
  object-fit: contain;
}

@media (max-width: 768px) {
  .brand-logo {
    width: 132px;
  }
}

.premium-footer {
  padding: 54px 0 42px;
  border-top: 1px solid rgba(255,255,255,.09);
  background:
    radial-gradient(circle at 50% 0%, rgba(212, 175, 55, .10), transparent 34%),
    linear-gradient(180deg, rgba(8,8,8,.96), #050505);
}

.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 22px;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.footer-logo {
  width: clamp(210px, 20vw, 290px);
  height: auto;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 10px 24px rgba(0,0,0,.35));
}

.footer-menu,
.footer-legal {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px 20px;
  flex-wrap: wrap;
}

.footer-menu a,
.footer-legal a {
  color: rgba(255,255,255,.72);
  text-decoration: none;
  font-size: 14px;
  line-height: 1.2;
  transition: color .2s ease, transform .2s ease;
}

.footer-menu a {
  color: rgba(255,255,255,.86);
  font-weight: 700;
}

.footer-legal a {
  font-size: 13px;
}

.footer-menu a:hover,
.footer-legal a:hover {
  color: #d4af37;
  transform: translateY(-1px);
}

.footer-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 2px;
}

.footer-social a {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(212,175,55,.28);
  border-radius: 999px;
  color: #ffffff;
  background: rgba(255,255,255,.04);
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease, background .2s ease, color .2s ease;
}

.footer-social a:hover {
  transform: translateY(-2px);
  border-color: rgba(212,175,55,.72);
  background: rgba(212,175,55,.11);
  color: #d4af37;
}

.footer-social svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-social a[aria-label="Facebook"] svg,
.footer-social a[aria-label="TikTok"] svg,
.footer-social a[aria-label="YouTube"] svg {
  fill: currentColor;
  stroke: none;
}

.footer-copy {
  margin-top: 4px;
  padding-top: 22px;
  width: min(720px, 100%);
  border-top: 1px solid rgba(255,255,255,.08);
  display: grid;
  gap: 8px;
}

.footer-copy p {
  margin: 0;
  color: rgba(255,255,255,.62);
  font-size: 13px;
  line-height: 1.6;
}

@media (max-width: 560px) {
  .premium-footer {
    padding: 44px 0 34px;
  }

  .footer-logo {
    width: 225px;
  }

  .footer-menu,
  .footer-legal {
    gap: 10px 14px;
  }

  .footer-social a {
    width: 40px;
    height: 40px;
  }
}


/* HERO_V5_BRUNAO */
.hero-image, .hero-visual, .hero-media {
    background-image: linear-gradient(90deg, rgba(0,0,0,.55), rgba(0,0,0,.10)), url('../img/brunao-hero-real.png') !important;
    background-size: cover !important;
    background-position: center center !important;
    min-height: 620px;
}

/* Remove chips do hero */
.hero-tags, .hero-benefits, .hero-pills, .hero-checks {
    display:none !important;
}


/* HERO FIX FINAL - foto real limpa */
.hero-photo-card,
.hero-visual.hero-photo-card {
  position: relative !important;
  overflow: hidden !important;
  min-height: 620px !important;
  border-radius: 28px !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  background: #080808 !important;
  box-shadow: 0 30px 90px rgba(0,0,0,.42) !important;
}

.hero-photo-card::before,
.hero-photo-card::after,
.hero-visual.hero-photo-card::before,
.hero-visual.hero-photo-card::after {
  content: none !important;
  display: none !important;
}

.hero-real-photo {
  width: 100% !important;
  height: 100% !important;
  min-height: 620px !important;
  display: block !important;
  object-fit: cover !important;
  object-position: center center !important;
  border-radius: 28px !important;
  filter: saturate(.95) contrast(1.03) brightness(.82) !important;
}

.hero-photo-card .photo-placeholder,
.hero-photo-card .hero-badge,
.hero-photo-card .hero-note,
.hero-photo-card .floating-card,
.hero-photo-card .visual-card,
.hero-photo-card .glass-panel,
.hero-photo-card [class*="placeholder"],
.hero-photo-card [class*="floating"],
.hero-photo-card [class*="badge"],
.hero-photo-card [class*="note"] {
  display: none !important;
}

.hero-tags,
.hero-benefits,
.hero-pills,
.hero-checks {
  display: none !important;
}

@media (max-width: 980px) {
  .hero-photo-card,
  .hero-visual.hero-photo-card,
  .hero-real-photo {
    min-height: 460px !important;
  }
}

@media (max-width: 560px) {
  .hero-photo-card,
  .hero-visual.hero-photo-card,
  .hero-real-photo {
    min-height: 360px !important;
    border-radius: 22px !important;
  }

  .hero-real-photo {
    object-position: center top !important;
  }
}


/* HERO FINAL LIMPO */
.hero-photo-clean{
overflow:hidden;
border-radius:28px;
border:1px solid rgba(255,255,255,.08);
background:#0b0b0b;
}
.hero-photo-img{
display:block;
width:100%;
height:620px;
object-fit:cover;
object-position:center;
border-radius:28px;
}
.mentor-scene,.screen,.screen-one,.screen-two,.mentor-photo,.desk-card,.hero-checks{
display:none!important;
}


/* SOBRE FOTO REAL BRUNAO */
.about-real-photo,
.about-photo-card img,
.about-shot img,
.sobre-photo img,
.mentor-photo-real img {
  width: 100% !important;
  height: 100% !important;
  min-height: 440px !important;
  display: block !important;
  object-fit: cover !important;
  object-position: center center !important;
  border-radius: 24px !important;
  filter: saturate(.96) contrast(1.03) brightness(.86) !important;
}

.about-shot,
.about-photo-card,
.sobre-photo,
.mentor-photo-real {
  overflow: hidden !important;
  border-radius: 24px !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  background: #080808 !important;
}

@media (max-width: 768px) {
  .about-real-photo,
  .about-photo-card img,
  .about-shot img,
  .sobre-photo img,
  .mentor-photo-real img {
    min-height: 360px !important;
    object-position: center top !important;
  }
}


/* FIX FINAL - Sobre + Footer */
.about-real-photo {
  width: 100% !important;
  height: 100% !important;
  min-height: 430px !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block !important;
  border-radius: 22px !important;
  filter: saturate(.96) contrast(1.03) brightness(.86) !important;
}

.about-shot,
.about-photo-card {
  overflow: hidden !important;
  border-radius: 22px !important;
}

.footer-brand .about-real-photo,
.premium-footer .about-real-photo {
  display: none !important;
}

.premium-footer .footer-logo {
  width: clamp(190px, 18vw, 255px) !important;
  height: auto !important;
  min-height: unset !important;
  object-fit: contain !important;
  border-radius: 0 !important;
  filter: drop-shadow(0 12px 24px rgba(0,0,0,.35)) !important;
}

.footer-inner {
  text-align: center !important;
  align-items: center !important;
}

@media (max-width: 768px) {
  .about-real-photo {
    min-height: 340px !important;
    object-position: center top !important;
  }
}
