*{font-family:'Roboto',sans-serif;box-sizing:border-box;}
  body{background:#f8fafc;}

  /* TOP BAR */
  .topbar{    background: #1e3a2f;
    color: #fff;
    font-size: .78rem;
    padding: .45rem 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; gap:.25rem;}
  .topbar a{color:#86efac;text-decoration:none;margin-left:.75rem;}
  .topbar a:hover{text-decoration:underline;}

  /* HEADER */
  .site-header{background:#fff;border-bottom:3px solid #22c55e;position:sticky;top:0;z-index:999;box-shadow:0 2px 16px rgba(0,0,0,.09);}
  .header-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.25rem;}
  .logo{font-size:1.5rem;font-weight:900;color:#000000;letter-spacing:-.5px;}
  .logo span{color:#dc2626;}
  nav.desktop-nav a{color:#374151;font-weight:500;margin-left:1.5rem;text-decoration:none;font-size:.93rem;transition:color .2s;}
  nav.desktop-nav a:hover{color:#16a34a;}
  .hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;background:none;border:none;padding:.3rem;}
  .hamburger span{display:block;width:25px;height:2.5px;background:#374151;border-radius:2px;transition:.3s;}
  .mobile-menu{display:none;background:#fff;border-top:1px solid #e5e7eb;padding:1rem 1.25rem;}
  .mobile-menu a{display:block;padding:.55rem 0;color:#374151;font-weight:500;border-bottom:1px solid #f3f4f6;text-decoration:none;}
  .mobile-menu.open{display:block;}
  @media(max-width:768px){
    nav.desktop-nav{display:none;}
    .hamburger{display:flex;}
  }

  /* BANNER */
  .banner{background:linear-gradient(rgb(0 35 9 / 65%), rgba(0, 0, 0, 0.7)), url(img/trosda2308.jpg) center / cover no-repeat


    ;position:relative;overflow:hidden;padding:4rem 1.25rem 3rem;}
  .banner::before{content:'';position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%2322c55e' fill-opacity='0.07'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");pointer-events:none;}
  .banner-inner{max-width:880px !important;margin:0 auto;display:grid;grid-template-columns:1fr ;gap:2rem;align-items:center;}
  .banner-text h1{color:#fff;font-size:2.6rem;font-weight:900;line-height:1.2;margin-bottom:1rem;}
  .banner-text h1 span{color:#86efac;}
  .banner-text p{color:#bbf7d0;font-size:1.05rem;margin-bottom:1.5rem;line-height:1.7;}
  .banner-badges{ justify-content: center; display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:1.75rem;}
  .badge{background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.22);color:#fff;padding:.35rem .85rem;border-radius:99px;font-size:.78rem;font-weight:600;display:flex;align-items:center;gap:.4rem;}
  .banner-cta{background:#dc2626;color:#fff;padding:.9rem 2rem;border-radius:8px;font-weight:700;font-size:1rem;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;transition:background .2s,transform .15s;box-shadow:0 4px 16px rgba(220,38,38,.4);}
  .banner-cta:hover{background:#b91c1c;transform:translateY(-2px);}
  .banner-img-col{display:flex;justify-content:center;align-items:center;}
  .banner-img-box{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);border-radius:20px;padding:2rem;width:100%;max-width:380px;text-align:center;}
  .star-rating-big{font-size:2.2rem;color:#fbbf24;letter-spacing:2px;}
  .banner-stat{color:#fff;font-size:1.1rem;font-weight:700;margin-top:.5rem;}
  .banner-stat span{color:#86efac;}
  @media(max-width:768px){
    .banner-inner{grid-template-columns:1fr;}
    .banner-text h1{font-size:1.8rem;}
    .banner-img-col{display:none;}
  }

  /* SECTION TITLES */
  .section-title{text-align:center;font-size:1.9rem;font-weight:900;color:black;margin-bottom:.4rem;}
  .section-sub{text-align:center;color:#6b7280;margin-bottom:2.5rem;font-size:1rem;}

  /* TOP BRANDS SECTION */
  .brands-section{max-width:1200px;margin:0 auto;padding:3rem 1.25rem;}

  /* #1 HERO CARD */
  .card-hero{background:#fff;border-radius:20px;box-shadow:0 6px 40px rgba(21,128,61,.13);border:2px solid #22c55e;position:relative;overflow:hidden;margin-bottom:1.5rem;animation:slideUp .7s ease forwards;}
  .card-hero::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#22c55e,#86efac,#22c55e);}
  .ribbon{background:linear-gradient(90deg,#f59e0b,#fbbf24);color:#fff;font-weight:800;font-size:.8rem;padding:.4rem 1.1rem;border-radius:0 0 12px 0;position:absolute;top:0;left:0;z-index:5;display:flex;align-items:center;gap:.4rem;}
  .card-hero-inner{display:grid;grid-template-columns:180px 1fr 200px;gap:1.5rem;padding:2rem 1.75rem 1.75rem;}
  .card-logo-col{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;}
  .logo-box{width:180px;height:140px;border-radius:16px; border:2px solid #dcfce7;display:flex;align-items:center;justify-content:center;font-size:2.8rem;font-weight:900;color:#15803d;}
  .editor-badge{background:#fef3c7;border:1px solid #fbbf24;color:#92400e;font-size:.7rem;font-weight:700;padding:.3rem .7rem;border-radius:6px;display:flex;align-items:center;gap:.3rem;}
  .card-details h2{font-size:1.35rem;font-weight:800;color:#14532d;margin-bottom:.2rem;}
  .card-details h2 span{color:#22c55e;}
  .card-tagline{color:#6b7280;font-size:.85rem;margin-bottom:1rem;}
  .feat-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.6rem;}
  .feat-list li{display:flex;gap:.7rem;align-items:flex-start;font-size:.88rem;color:#374151;line-height:1.5;}
  .feat-list li strong{color:#14532d;}
  .feat-icon{width:20px;height:20px;border-radius:50%;background:#22c55e;color:#fff;font-size:.7rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px;}
  .score-col{background:linear-gradient(160deg,#f0fdf4,#dcfce7);border-radius:14px;padding:1.25rem 1rem;text-align:center;border:1px solid #bbf7d0;}
  .score-label{font-size:.72rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.2rem;}
  .score-num{font-size:3.2rem;font-weight:900;color:black;line-height:1;}
  .score-word{font-size:.78rem;font-weight:700;color:#16a34a;background:#dcfce7;padding:.15rem .6rem;border-radius:6px;margin:.3rem 0;}
  .stars{color:#f59e0b;font-size:1.1rem;letter-spacing:1px;}
  .review-count{font-size:.72rem;color:#9ca3af;margin:.3rem 0 .75rem;}
  .cta-btn-main{display:block;background:#dc2626;color:#fff;font-weight:800;padding:.75rem;border-radius:10px;text-decoration:none;font-size:.95rem;transition:background .2s,transform .15s;box-shadow:0 4px 14px rgba(220,38,38,.35);}
  .cta-btn-main:hover{background:#b91c1c;transform:translateY(-1px);}
  .deal-badge{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;font-size:.72rem;font-weight:700;padding:.35rem .6rem;border-radius:6px;margin-top:.6rem;display:flex;align-items:center;gap:.3rem;justify-content:center;}
  @media(max-width:900px){
    .card-hero-inner{grid-template-columns:1fr 1fr;grid-template-rows:auto auto;}
    .card-logo-col{grid-column:1;grid-row:1;}
    .card-details{grid-column:2;grid-row:1;}
    .score-col{grid-column:1/-1;grid-row:2;display:grid;grid-template-columns:repeat(4,1fr);align-items:center;gap:.75rem;text-align:left;}
    .cta-btn-main{text-align:center;}
  }
  @media(max-width:600px){
    .card-hero-inner{grid-template-columns:1fr;padding:1.5rem 1rem;}
    .card-logo-col{flex-direction:row;}
    .score-col{grid-template-columns:1fr 1fr;}
  }


  /* SECONDARY CARDS */
  .card-sm{background:#fff;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.07);border:1px solid #e5e7eb;margin-bottom:1.25rem;position:relative;overflow:hidden;transition:box-shadow .2s,transform .2s;animation:slideUp .7s ease forwards;}
  .card-sm:hover{box-shadow:0 8px 32px rgba(0,0,0,.12);transform:translateY(-2px);}
  .card-sm::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#3b82f6,#60a5fa);}
  .card-sm:nth-child(2)::before{background:linear-gradient(90deg,#8b5cf6,#a78bfa);}
  .ribbon-sm{background:#3b82f6;color:#fff;font-weight:700;font-size:.72rem;padding:.25rem .75rem;border-radius:0 0 8px 0;position:absolute;top:0;left:0;}
  .card-sm:nth-child(2) .ribbon-sm{background:#8b5cf6;}
  .card-sm-inner{display:grid;grid-template-columns:160px 1fr 230px;gap:1.25rem;padding:1.5rem 1.25rem 1.25rem;}
  .logo-sm{width:140px; ;border-radius:12px;  display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:900;}
  .card-sm-name{font-size:1.1rem;font-weight:800;color:#1f2937;margin-bottom:.15rem;}
  .pros-cons{display:flex;flex-direction:column;gap:.3rem;}
  .pro-item,.con-item{display:flex;gap:.5rem;font-size:.9rem;align-items:flex-start;line-height:1.4;}
  .pro-dot{color:#22c55e;font-weight:700;flex-shrink:0;}
  .con-dot{color:#ef4444;font-weight:700;flex-shrink:0;}
  .score-sm{background:#f8fafc;border-radius:12px;padding:1rem .85rem;text-align:center;border:1px solid #e5e7eb;}
  .score-num-sm{font-size:2.4rem;font-weight:900;color:#1f2937;line-height:1;}
  .stars-sm{color:#f59e0b;font-size:.9rem;}
  .review-sm{font-size:.68rem;color:#9ca3af;margin:.25rem 0 .6rem;}
  .cta-sm{display:block;background:#dc2626;color:#fff;font-weight:700;padding:.55rem .5rem;border-radius:8px;text-decoration:none;font-size:.82rem;transition:background .2s;}
  .cta-sm:hover{background:#b91c1c;}
  @media(max-width:600px){
    .card-sm-inner{grid-template-columns:1fr 1fr;grid-template-rows:auto auto;}
    .logo-sm{width: 100px;
        margin: 10px auto;}
    .score-sm{grid-column:1/-1;}
  }

  /* BRAND DETAIL SECTIONS */
  .brand-article{max-width:1200px;margin:0 auto;padding:0 1.25rem 2.5rem;}
  .brand-block{background:#fff;border-radius:16px;padding:2rem;margin-bottom:1.5rem;
        opacity: 1 !important; box-shadow:0 2px 16px rgba(0,0,0,.06);border-left:5px solid #22c55e;}
  .brand-block:nth-child(2){border-left-color:#3b82f6;}
  .brand-block:nth-child(3){border-left-color:#8b5cf6;}
  .brand-block h3{font-size:1.3rem;font-weight:800;color:#14532d;margin-bottom:.75rem;display:flex;align-items:center;gap:.6rem;}
  .brand-block p{color:#4b5563;font-size:.93rem;line-height:1.7;}

  /* FAQ */
  .faq-section{max-width:900px;margin:0 auto;padding:2rem 1.25rem 3rem;}
  .faq-item{background:#fff;border-radius:12px;margin-bottom:.85rem;box-shadow:0 2px 10px rgba(0,0,0,.05);overflow:hidden;}
  .faq-q{width:100%;background:none;border:none;text-align:left;padding:1.1rem 1.25rem;font-size:.97rem;font-weight:700;color:#1f2937;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-family:'Roboto',sans-serif;}
  .faq-a{display:none;padding:0 1.25rem 1.1rem;color:#6b7280;font-size:.9rem;line-height:1.6;}
  .faq-a.open{display:block;}
  .faq-icon{font-size:1.2rem;color:#22c55e;transition:transform .3s;}
  .faq-icon.rotate{transform:rotate(45deg);}

  /* BOTTOM CTA BAR */
  .bottom-cta{background:linear-gradient(135deg,#14532d,#166534);padding:3rem 1.25rem;text-align:center;margin-top:2rem;}
  .bottom-cta h2{color:#fff;font-size:1.9rem;font-weight:900;margin-bottom:.5rem;}
  .bottom-cta p{color:#bbf7d0;margin-bottom:1.75rem;font-size:1rem;}
  .bottom-cta-btns{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem;}
  .bottom-cta-btn{background:#dc2626;color:#fff;padding:.9rem 2rem;border-radius:10px;font-weight:800;text-decoration:none;font-size:.97rem;box-shadow:0 4px 16px rgba(220,38,38,.4);transition:background .2s,transform .15s;}
  .bottom-cta-btn:hover{background:#b91c1c;transform:translateY(-2px);}
  .bottom-cta-btn.outline{background:transparent;border:2px solid #86efac;color:#86efac;}
  .bottom-cta-btn.outline:hover{background:rgba(134,239,172,.1);}

  /* ARTICLE */
  .article-wrap{max-width:900px;margin:0 auto;padding:2rem 1.25rem;}
  .article-wrap h1{font-size: 1.7rem;
    font-weight: 900;
    color: #181818;
    text-align: center;
    margin-bottom: .4rem;}
  .article-meta{color:#303030;  text-align: center;  font-size:.85rem;margin-bottom:1.5rem;}
  .article-body p{color:black;line-height:1.75;margin-bottom:1rem;font-size:1.1rem;}

  /* DISCLOSURE */
  .disclosure-box{background:#fffbeb;border:1px solid #fde68a;border-radius:10px;padding:1rem 1.25rem;font-size:.8rem;color:#78350f;margin:1.5rem auto;max-width:900px;}

  /* FOOTER */
  footer{background:#0f172a;color:#94a3b8;font-size:.82rem;padding:2.5rem 1.25rem 1.5rem;}
  .footer-inner{max-width:1200px;margin:0 auto;}
  .footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:2rem;margin-bottom:2rem;}
  .footer-col h4{color:#fff;font-weight:700;margin-bottom:.8rem;font-size:.9rem;}
  .footer-col a{display:block;color:#94a3b8;text-decoration:none;margin-bottom:.4rem;transition:color .2s;}
  .footer-col a:hover{color:#86efac;}
  .footer-bottom{border-top:1px solid #1e293b;padding-top:1.25rem;text-align:center;color:#64748b;font-size:.75rem;line-height:1.6;}

  /* ANIMATIONS */
  @keyframes slideUp{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}
  .card-hero,.card-sm,.brand-block{opacity:0;animation-fill-mode:forwards;}
  .card-hero{animation-delay:.1s;}
  .card-sm:nth-child(1){animation-delay:.2s;}
  .card-sm:nth-child(2){animation-delay:.35s;}

  /* UTILITY */
  .container{max-width:1200px;margin:0 auto;padding:0 1.25rem;}

li {
    font-size: 17px;
    font-weight: 500;
    font-style: italic;
}

img.offlogo {
    width: 150px;
}




  .bottom-cta{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;

    
    border-top: 1px solid #e5e7eb;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.08);

   

    background: linear-gradient(135deg, #202020, #042711);
    padding: 0.8rem 1.0rem;
}
.bottom-cta-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: nowrap;
    align-content: center;
}

.bottom-cta h2{
    font-size: 1.1rem;
    margin: 0;
}

.bottom-cta p{
    margin: 4px 0 0;
    color: white;
    font-size: .9rem;
}

.bottom-cta-btn{
    display: inline-block;
    padding: 12px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
}

.bottom-cta-btn.outline{
    border: 1px solid white;
    color: white;
}

/* Mobile */
@media (max-width:768px){
    .bottom-cta-content{
        flex-direction: column;
        text-align: center;
    }

    .bottom-cta-btn{
        width: 100%;
    }
}

/* Prevent page content from hiding behind fixed CTA */
body{
    padding-bottom: 120px;
}





  @media only screen and (max-width: 768px) {

  .card-sm-inner {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
}

 .container{ padding:0 0.5rem}

  .article-body p{font-size:1.0rem;}


}
