
    :root {
      --blue-950:#071f3d;
      --blue-900:#0b2f5d;
      --blue-800:#124579;
      --blue-100:#eaf1f8;
      --red:#d71920;
      --red-dark:#b61117;
      --ink:#132236;
      --muted:#607085;
      --line:#dce5ee;
      --surface:#f5f8fb;
      --white:#fff;
      --shadow:0 22px 60px rgba(7,31,61,.12);
      --radius:22px;
      --container:min(1180px, calc(100% - 40px));
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    html,body{width:100%;max-width:100%;overflow-x:hidden} body{margin:0;font-family:Manrope,Arial,sans-serif;color:var(--ink);background:white;line-height:1.6}
    img{max-width:100%;display:block}
    a{color:inherit;text-decoration:none}
    button{font:inherit}
    .container{width:var(--container);margin-inline:auto}
    .eyebrow{font-size:.75rem;letter-spacing:.16em;text-transform:uppercase;font-weight:800;color:var(--red);margin:0 0 12px}
    h1,h2,h3,p{margin-top:0}
    h1{font-size:clamp(2.7rem,5.6vw,5.35rem);line-height:.98;letter-spacing:-.055em;max-width:780px;margin-bottom:24px}
    h2{font-size:clamp(2rem,3.5vw,3.45rem);line-height:1.08;letter-spacing:-.04em;margin-bottom:18px}
    h3{font-size:1.18rem;line-height:1.25;margin-bottom:10px}
    .lead{font-size:clamp(1rem,1.5vw,1.18rem);color:var(--muted);max-width:720px}
    .section{padding:104px 0}
    .section-head{display:flex;align-items:end;justify-content:space-between;gap:32px;margin-bottom:46px}
    .section-head .lead{margin-bottom:0}
    .btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:15px 22px;border-radius:999px;font-weight:800;border:1px solid transparent;transition:.25s ease;cursor:pointer}
    .btn:hover{transform:translateY(-2px)}
    .btn-primary{background:var(--red);color:#fff;box-shadow:0 12px 28px rgba(215,25,32,.25)}
    .btn-primary:hover{background:var(--red-dark)}
    .btn-light{background:#fff;color:var(--blue-950)}
    .btn-outline{border-color:rgba(255,255,255,.46);color:#fff;background:rgba(255,255,255,.06);backdrop-filter:blur(8px)}
    .btn-link{padding:0;color:var(--blue-800);border-radius:0}
    .btn-link:hover{transform:none;color:var(--red)}

    .topbar{background:var(--blue-950);color:#dbe7f4;font-size:.83rem}
    .topbar-inner{height:38px;display:flex;align-items:center;justify-content:space-between;gap:20px}
    .topbar-links{display:flex;gap:24px}
    .topbar a:hover{color:#fff}

    .site-header{height:84px;background:#fff;border-bottom:1px solid rgba(14,47,89,.08);position:sticky;top:0;z-index:40}
    .header-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:28px}
    .logo{width:178px}
    .nav{display:flex;align-items:center;gap:30px;font-size:.92rem;font-weight:700}
    .nav a:hover{color:var(--red)}
    .dropdown{position:relative}
    .dropdown-menu{position:absolute;top:calc(100% + 18px);left:-24px;background:white;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow);padding:12px;min-width:225px;opacity:0;visibility:hidden;transform:translateY(8px);transition:.2s ease}
    .dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:none}
    .dropdown-menu a{display:block;padding:11px 13px;border-radius:10px}
    .dropdown-menu a:hover{background:var(--surface)}
    .menu-toggle{display:none;width:44px;height:44px;border:0;border-radius:50%;background:var(--surface);font-size:1.35rem}

    .hero{width:100%;min-height:690px;color:white;position:relative;display:flex;align-items:center;overflow:hidden;background:
      linear-gradient(90deg, rgba(7,31,61,.97) 0%, rgba(7,31,61,.89) 42%, rgba(7,31,61,.34) 72%, rgba(7,31,61,.08) 100%),
      url('https://images.pexels.com/photos/7256261/pexels-photo-7256261.jpeg?auto=compress&cs=tinysrgb&w=2200') center/cover;}
    .hero::after{content:"";position:absolute;inset:auto 0 0;height:150px;background:linear-gradient(transparent,rgba(7,31,61,.18));pointer-events:none}
    .hero-content{position:relative;z-index:2;padding:90px 0 78px}
    .hero .eyebrow{color:#fff;background:rgba(255,255,255,.12);display:inline-flex;padding:7px 11px;border-radius:999px;letter-spacing:.11em}
    .hero-copy{font-size:1.11rem;color:#e3edf7;max-width:660px;margin-bottom:30px}
    .hero-actions{display:flex;gap:14px;flex-wrap:wrap}
    .hero-proof{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;background:rgba(255,255,255,.18);margin-top:52px;max-width:920px;border-radius:18px;overflow:hidden;border:1px solid rgba(255,255,255,.16)}
    .proof-item{background:rgba(4,26,52,.48);padding:18px 20px;backdrop-filter:blur(9px)}
    .proof-item strong{display:block;font-size:1.3rem;line-height:1.1}
    .proof-item span{display:block;font-size:.76rem;color:#d6e1ec;margin-top:6px}

    .applications{background:white}
    .photo-grid{display:grid;grid-template-columns:1.25fr .75fr .75fr;grid-template-rows:260px 260px;gap:18px}
    .photo-card{position:relative;border-radius:var(--radius);overflow:hidden;color:white;min-height:220px;isolation:isolate}
    .photo-card:first-child{grid-row:span 2}
    .photo-card img{width:100%;height:100%;object-fit:cover;transition:.55s ease}
    .photo-card:hover img{transform:scale(1.045)}
    .photo-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 35%,rgba(4,24,48,.84) 100%);z-index:1}
    .photo-card-content{position:absolute;left:24px;right:24px;bottom:20px;z-index:2}
    .photo-card h3{font-size:1.25rem;margin-bottom:3px}
    .photo-card p{font-size:.84rem;color:#dce7f1;margin:0}
    .pool img{object-position:center}
    .boat img{object-position:center}
    .tank img{object-position:center}
    .craft img{object-position:center}

    .products{background:var(--surface)}
    .product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
    .product-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:.25s ease}
    .product-card:hover{transform:translateY(-7px);box-shadow:var(--shadow);border-color:transparent}
    .product-image{height:190px;overflow:hidden;background:#dce6ef}
    .product-image img{width:100%;height:100%;object-fit:cover;object-position:center;transition:.5s ease}
    .product-card:hover img{transform:scale(1.05)}
    .product-body{padding:23px}
    .product-body p{font-size:.9rem;color:var(--muted);min-height:66px}
    .product-link{display:inline-flex;gap:8px;color:var(--blue-800);font-weight:800;font-size:.9rem}
    .product-card:hover .product-link{color:var(--red)}

    .trust{background:var(--blue-950);color:#fff;overflow:hidden}
    .trust-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:72px;align-items:center}
    .trust .lead{color:#cedcec}
    .trust-list{display:grid;grid-template-columns:1fr 1fr;gap:16px}
    .trust-item{padding:22px;border-radius:18px;border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.06)}
    .trust-number{font-size:1.8rem;font-weight:800;color:white;line-height:1;margin-bottom:10px}
    .trust-item p{font-size:.84rem;color:#cdd9e7;margin:0}

    .segments{background:white}
    .segment-list{display:flex;flex-wrap:wrap;gap:12px}
    .segment-pill{padding:13px 18px;border-radius:999px;background:var(--blue-100);color:var(--blue-900);font-weight:800;font-size:.9rem;border:1px solid #d3e1ef}

    .catalog{background:linear-gradient(135deg,#edf3f8,#fff)}
    .catalog-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:82px;align-items:center}
    .catalog-cover{max-width:360px;margin-inline:auto;transform:rotate(-3deg);border-radius:10px;box-shadow:0 34px 70px rgba(7,31,61,.24);transition:.3s ease}
    .catalog-cover:hover{transform:rotate(-1deg) translateY(-6px)}
    .catalog-copy ul{padding:0;margin:24px 0 30px;list-style:none;display:grid;gap:10px;color:var(--muted)}
    .catalog-copy li::before{content:"✓";color:var(--red);font-weight:900;margin-right:10px}

    .manufacturers{background:#fff}
    .brand-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}
    .brand-card{min-height:210px;border:1px solid var(--line);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:13px;background:#fff;transition:.25s ease}
    .brand-card:hover{box-shadow:var(--shadow);transform:translateY(-4px)}
    .brand-name{font-size:clamp(2rem,4vw,3.4rem);font-weight:800;letter-spacing:-.05em;color:#243853}
    .brand-name.polynt{color:#10509d}
    .brand-name.reichhold{color:#465464}
    .brand-label{font-size:.77rem;text-transform:uppercase;letter-spacing:.13em;color:var(--muted);font-weight:800}

    .testimonials{background:var(--surface)}
    .testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
    .testimonial{padding:28px;background:#fff;border:1px solid var(--line);border-radius:var(--radius)}
    .stars{letter-spacing:.12em;color:#f5a623;font-size:.9rem;margin-bottom:18px}
    .testimonial blockquote{margin:0 0 22px;font-size:1rem;line-height:1.7}
    .testimonial strong{display:block}
    .testimonial span{font-size:.8rem;color:var(--muted)}

    .about{background:#fff}
    .about-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
    .about-image{height:480px;border-radius:var(--radius);overflow:hidden;position:relative}
    .about-image img{width:100%;height:100%;object-fit:cover}
    .about-badge{position:absolute;right:20px;bottom:20px;background:#fff;padding:18px 20px;border-radius:16px;box-shadow:var(--shadow);max-width:230px}
    .about-badge strong{font-size:1.6rem;color:var(--blue-900);display:block}
    .about-badge span{font-size:.8rem;color:var(--muted)}

    .final-cta{padding:90px 0;background:
      linear-gradient(90deg,rgba(7,31,61,.98),rgba(7,31,61,.77)),
      url('https://images.unsplash.com/photo-1521737711867-e3b97375f902?auto=format&fit=crop&w=2000&q=85') center/cover;color:#fff}
    .cta-inner{display:flex;justify-content:space-between;align-items:center;gap:50px}
    .cta-inner h2{max-width:650px;margin-bottom:14px}
    .cta-inner p{max-width:670px;color:#d8e5f1;margin-bottom:0}

    footer{background:#06192f;color:#c8d5e2;padding:70px 0 28px}
    .footer-grid{display:grid;grid-template-columns:1.35fr .75fr .75fr 1fr;gap:45px}
    .footer-logo{width:185px;filter:brightness(0) invert(1);margin-bottom:18px}
    .footer-about{font-size:.87rem;max-width:340px;color:#9fb1c5}
    footer h3{font-size:.86rem;color:white;text-transform:uppercase;letter-spacing:.1em;margin-bottom:17px}
    footer a{display:block;font-size:.86rem;margin:9px 0;color:#b7c7d8}
    footer a:hover{color:white}
    .footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:48px;padding-top:22px;font-size:.76rem;color:#8297ac;display:flex;justify-content:space-between;gap:20px}

    .reveal{opacity:0;transform:translateY(22px);transition:.65s ease}
    .reveal.visible{opacity:1;transform:none}

    @media (max-width: 980px){
      .nav,.header-cta{display:none}
      .menu-toggle{display:block}
      .nav.mobile-open{display:flex;position:absolute;top:84px;left:0;right:0;background:white;flex-direction:column;align-items:stretch;padding:22px 24px;box-shadow:var(--shadow);gap:5px}
      .nav.mobile-open a{padding:11px 0}
      .dropdown-menu{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:0;padding:0 0 0 15px;display:none}
      .dropdown.open .dropdown-menu{display:block}
      .hero{min-height:660px;background-position:65% center}
      .hero-proof{grid-template-columns:1fr 1fr}
      .photo-grid{grid-template-columns:1fr 1fr;grid-template-rows:330px 240px 240px}
      .photo-card:first-child{grid-column:span 2;grid-row:auto}
      .product-grid{grid-template-columns:1fr 1fr}
      .trust-grid,.catalog-grid,.about-grid{grid-template-columns:1fr;gap:45px}
      .catalog-cover{max-width:300px}
      .testimonial-grid{grid-template-columns:1fr}
      .cta-inner{display:block}
      .cta-inner .btn{margin-top:28px}
      .footer-grid{grid-template-columns:1fr 1fr}
    }

    @media (max-width: 640px){
      :root{--container:min(100% - 28px, 1180px)}
      .topbar{display:none}
      .site-header{height:72px}
      .logo{width:150px}
      .nav.mobile-open{top:72px}
      .section{padding:75px 0}
      h1{font-size:2.65rem}
      h2{font-size:2.12rem}
      .hero{min-height:700px;background-position:69% center}
      .hero-content{padding:74px 0 46px}
      .hero-copy{font-size:1rem}
      .hero-actions .btn{width:100%}
      .hero-proof{grid-template-columns:1fr 1fr;margin-top:38px}
      .proof-item{padding:15px}
      .proof-item strong{font-size:1.08rem}
      .photo-grid{display:grid;grid-template-columns:1fr;grid-template-rows:none}
      .photo-card,.photo-card:first-child{grid-column:auto;min-height:260px}
      .product-grid,.trust-list,.brand-grid{grid-template-columns:1fr}
      .section-head{display:block}
      .section-head .lead{margin-top:14px}
      .catalog-grid{gap:42px}
      .about-image{height:380px}
      .footer-grid{grid-template-columns:1fr}
      .footer-bottom{display:block}
    }
  


  /* Revisão responsiva final */
  .product-grid { align-items: stretch; }
  .product-card { display: flex; flex-direction: column; height: 100%; }
  .product-body { display: flex; flex: 1; flex-direction: column; }
  .product-body p { min-height: 0; }
  .product-link { margin-top: auto; padding-top: 12px; }

  .btn, .menu-toggle { min-height: 44px; }
  .photo-card-content { max-width: calc(100% - 48px); }

  @media (max-width: 1100px) {
    .nav { gap: 20px; }
    .header-cta { padding-inline: 18px; }
  }

  @media (max-width: 980px) {
    .site-header { position: sticky; }
    .header-inner { position: relative; }
    .nav.mobile-open {
      max-height: calc(100vh - 84px);
      overflow-y: auto;
      z-index: 50;
    }
    .hero {
      min-height: 640px;
      background-position: 62% center;
    }
    .hero-content { padding-top: 72px; }
    .section-head { align-items: flex-start; }
    .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .testimonial-grid { grid-template-columns: 1fr; }
  }

  @media (max-width: 768px) {
    .section { padding: 78px 0; }
    .hero {
      min-height: 660px;
      background-position: 67% center;
    }
    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(4, 24, 48, .12);
      pointer-events: none;
    }
    .hero-content { padding: 70px 0 50px; }
    .hero-proof { margin-top: 38px; }
    .photo-grid {
      grid-template-columns: 1fr 1fr;
      grid-template-rows: 310px 230px 230px;
    }
    .catalog-grid, .about-grid, .trust-grid { gap: 40px; }
    .catalog-cover { max-width: 270px; }
    .about-image { height: 410px; }
  }

  @media (max-width: 640px) {
    :root { --container: min(100% - 28px, 1180px); }
    h1 {
      font-size: clamp(2.35rem, 11vw, 3rem);
      line-height: 1.02;
      letter-spacing: -.045em;
    }
    h2 {
      font-size: clamp(1.9rem, 8.5vw, 2.35rem);
      line-height: 1.1;
    }
    .hero {
      min-height: auto;
      background-position: 72% center;
    }
    .hero-content { min-height: 660px; display: flex; flex-direction: column; justify-content: center; }
    .hero-copy { max-width: 100%; }
    .hero-actions { display: grid; grid-template-columns: 1fr; }
    .hero-actions .btn { width: 100%; }
    .hero-proof { grid-template-columns: 1fr 1fr; width: 100%; }
    .proof-item { min-width: 0; }
    .proof-item strong { overflow-wrap: anywhere; }

    .section-head { margin-bottom: 32px; }
    .photo-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: none; }
    .photo-card, .photo-card:first-child {
      grid-column: auto;
      grid-row: auto;
      min-height: 265px;
    }
    .photo-card-content { left: 20px; right: 20px; bottom: 18px; max-width: none; }

    .product-grid, .trust-list, .brand-grid { grid-template-columns: 1fr; }
    .product-image { height: 215px; }
    .product-body { padding: 21px; }

    .segment-list { gap: 9px; }
    .segment-pill { padding: 11px 14px; font-size: .84rem; }

    .catalog-cover { max-width: 235px; }
    .brand-card { min-height: 170px; }
    .testimonial { padding: 23px; }
    .about-image { height: 340px; }
    .about-badge { left: 16px; right: 16px; bottom: 16px; max-width: none; }
    .cta-inner .btn { width: 100%; }
  }

  @media (max-width: 430px) {
    .hero-content { min-height: 690px; }
    .hero-proof { grid-template-columns: 1fr; }
    .proof-item { padding: 14px 16px; }
    .section { padding: 68px 0; }
  }

  @media (max-width: 390px) {
    :root { --container: min(100% - 24px, 1180px); }
    h1 { font-size: 2.32rem; }
    .logo { width: 142px; }
    .hero-content { min-height: 700px; }
    .btn { padding-inline: 17px; }
    .about-image { height: 315px; }
  }

  @media (min-width: 1600px) {
    :root { --container: min(1240px, calc(100% - 80px)); }
    .hero { min-height: min(820px, 86vh); }
  }

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


/* =========================================================
   AJUSTES VISUAIS FINAIS — COMFIBRAS
   Mantém estrutura e textos aprovados.
   ========================================================= */

:root {
  --red: #d71920;
  --red-dark: #b61117;
  --blue-950: #071f3d;
  --blue-900: #0b2f5d;
  --blue-800: #124579;
  --radius: 16px;
  --shadow: 0 18px 42px rgba(7, 31, 61, .11);
}

.site-header { height: 92px; }
.logo { width: 195px; }
.nav { font-weight: 700; }
.header-cta {
  padding: 16px 25px;
  box-shadow: 0 12px 28px rgba(215, 25, 32, .25);
}

.btn {
  min-height: 48px;
  padding: 15px 24px;
  border-radius: 12px;
  font-weight: 800;
  letter-spacing: -.01em;
}
.btn-primary {
  background: var(--red);
  color: #fff;
  border-color: var(--red);
  box-shadow: 0 12px 28px rgba(215, 25, 32, .23);
}
.btn-primary:hover,
.btn-primary:focus-visible {
  background: var(--red-dark);
  border-color: var(--red-dark);
  color: #fff;
}
.btn-outline {
  border-color: rgba(255, 255, 255, .65);
  color: #fff;
  background: rgba(255, 255, 255, .08);
}
.btn-outline:hover,
.btn-outline:focus-visible {
  background: #fff;
  color: var(--blue-950);
}
.btn-link,
.product-link {
  color: var(--blue-800);
  font-weight: 800;
}
.btn-link:hover,
.product-link:hover,
.product-card:hover .product-link {
  color: var(--red);
}

.eyebrow { color: var(--red); }
.hero .eyebrow,
.final-cta .eyebrow { color: #fff; }

.hero { min-height: 720px; }
.hero-content {
  padding-top: 96px;
  padding-bottom: 88px;
}
.hero-actions { gap: 18px; }
.hero-proof { margin-top: 58px; }

.section { padding: 120px 0; }

.photo-card,
.product-card,
.trust-item,
.brand-card,
.testimonial,
.about-image,
.about-badge {
  border-radius: var(--radius);
}

.product-card,
.brand-card,
.testimonial {
  box-shadow: 0 0 0 rgba(7, 31, 61, 0);
}
.product-card:hover,
.brand-card:hover,
.testimonial:hover {
  transform: translateY(-7px);
  box-shadow: var(--shadow);
}

.photo-card::after {
  background: linear-gradient(180deg, rgba(7, 31, 61, .04) 25%, rgba(7, 31, 61, .88) 100%);
}
.photo-card img {
  filter: saturate(.88) contrast(1.04);
}
.photo-card:hover img {
  transform: scale(1.045);
  filter: saturate(.98) contrast(1.08);
}

.product-image { height: 220px; }
.product-card h3 { transition: color .22s ease; }
.product-card:hover h3 { color: var(--red); }

.catalog-cover { max-width: 390px; }
.catalog .btn-primary {
  background: var(--red);
  border-color: var(--red);
}

.brand-card { min-height: 180px; }

.stars {
  font-size: 1.05rem;
  letter-spacing: .14em;
}
.testimonial strong {
  font-weight: 800;
  color: var(--blue-950);
}

.final-cta { padding: 120px 0; }
.final-cta .btn-primary {
  background: var(--red);
  border-color: var(--red);
}

.footer-grid { gap: 58px; }

a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(215, 25, 32, .35);
  outline-offset: 3px;
}

@media (max-width: 980px) {
  .site-header { height: 84px; }
  .logo { width: 178px; }
  .nav.mobile-open { top: 84px; }
  .section { padding: 96px 0; }
  .hero { min-height: 670px; }
}

@media (max-width: 640px) {
  .site-header { height: 72px; }
  .logo { width: 150px; }
  .nav.mobile-open { top: 72px; }
  .section { padding: 80px 0; }
  .hero { min-height: auto; }
  .hero-content {
    padding-top: 72px;
    padding-bottom: 54px;
  }
  .hero-actions { gap: 12px; }
  .product-image { height: 220px; }
  .catalog-cover { max-width: 250px; }
  .brand-card { min-height: 155px; }
  .final-cta { padding: 90px 0; }
  .footer-grid { gap: 38px; }
}


/* =========================================================
   CORREÇÃO DEFINITIVA DE PRIORIDADE — NEVE x COMFIBRAS
   ========================================================= */

body.comfibras-home {
  --red: #d71920;
  --red-dark: #b61117;
  --blue-950: #071f3d;
  --blue-900: #0b2f5d;
  --blue-800: #124579;
}

/* Menu */
body.comfibras-home .site-header .nav > a,
body.comfibras-home .site-header .dropdown > a {
  color: #132236 !important;
}
body.comfibras-home .site-header .nav > a:hover,
body.comfibras-home .site-header .dropdown > a:hover {
  color: var(--red) !important;
}

/* CTA principal */
body.comfibras-home .btn.btn-primary,
body.comfibras-home .header-cta,
body.comfibras-home .catalog .btn-primary,
body.comfibras-home .final-cta .btn-primary {
  background: var(--red) !important;
  background-color: var(--red) !important;
  border-color: var(--red) !important;
  color: #fff !important;
  border-radius: 12px !important;
  box-shadow: 0 12px 28px rgba(215, 25, 32, .25) !important;
}
body.comfibras-home .btn.btn-primary:hover,
body.comfibras-home .btn.btn-primary:focus,
body.comfibras-home .header-cta:hover,
body.comfibras-home .catalog .btn-primary:hover,
body.comfibras-home .final-cta .btn-primary:hover {
  background: var(--red-dark) !important;
  background-color: var(--red-dark) !important;
  border-color: var(--red-dark) !important;
  color: #fff !important;
}

/* CTA secundário da hero */
body.comfibras-home .hero .btn.btn-outline {
  background: rgba(255,255,255,.06) !important;
  background-color: rgba(255,255,255,.06) !important;
  border: 1px solid rgba(255,255,255,.66) !important;
  color: #fff !important;
  border-radius: 12px !important;
  box-shadow: none !important;
}
body.comfibras-home .hero .btn.btn-outline:hover,
body.comfibras-home .hero .btn.btn-outline:focus {
  background: #fff !important;
  background-color: #fff !important;
  border-color: #fff !important;
  color: var(--blue-950) !important;
}

/* Links internos */
body.comfibras-home .product-link,
body.comfibras-home .btn-link {
  color: var(--blue-800) !important;
  background: transparent !important;
}
body.comfibras-home .product-card:hover .product-link,
body.comfibras-home .product-link:hover,
body.comfibras-home .btn-link:hover {
  color: var(--red) !important;
}

/* Evita que o Neve transforme links em botões azuis */
body.comfibras-home main a:not(.btn):not(.product-card):not(.photo-card) {
  text-decoration: none;
}
body.comfibras-home .hero-actions a,
body.comfibras-home .header-cta,
body.comfibras-home .catalog a.btn,
body.comfibras-home .final-cta a.btn {
  text-decoration: none !important;
}

/* Cabeçalho e topbar */
body.comfibras-home .topbar a {
  color: #dbe7f4 !important;
}
body.comfibras-home .topbar a:hover {
  color: #fff !important;
}

/* Eyebrows */
body.comfibras-home .eyebrow {
  color: var(--red) !important;
}
body.comfibras-home .hero .eyebrow,
body.comfibras-home .final-cta .eyebrow {
  color: #fff !important;
}

/* Remove qualquer border-radius padrão do Neve que destoe */
body.comfibras-home .btn {
  border-radius: 12px !important;
}

/* Garante a tipografia da home */
body.comfibras-home,
body.comfibras-home button,
body.comfibras-home input,
body.comfibras-home select,
body.comfibras-home textarea {
  font-family: Manrope, Arial, sans-serif !important;
}


/* =========================================================
   CORREÇÃO DE CONTEÚDO INVISÍVEL
   O conteúdo não depende mais do JavaScript para aparecer.
   ========================================================= */
body.comfibras-home .reveal,
body.comfibras-home .reveal.visible {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}
