@charset "utf-8";
/* CSS Document */


/*Override CSS Fix*/
.external-sec{font-family: "Montserrat", sans-serif;}
.external-sec .prod-img{ max-width:none; }


  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  :root {
    --red: #e7000b; --red-dark: #96281b; --gold: #f39c12;
    --green: #27ae60; --blue: #2980b9; --dark: #1a1a2e;
    --gray: #555; --light-gray: #f5f5f5; --border: #ddd;
    --white: #fff; --max-w: 1250px;
  }
body { font-size: 18px; color: #333; background: #fff; line-height: 1.6; } 
  a { color: var(--blue); text-decoration: none; }
 /* a:hover { text-decoration: underline; } */

  header { background: var(--white); padding: 8px 20px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px; border-bottom: 1px solid #DFDFDF;}
  .site-logo { font-family: "Montserrat", sans-serif; color: #fff; font-size: 1.3rem; font-weight: 700; line-height: 1.2; }
  .site-logo span { display: block; font-size: 0.7rem; font-weight: 400; color: #aaa; }
  .logo{ width:100%; height:auto; max-width:310px;}
  nav { display: flex; gap: 18px; flex-wrap: wrap; }
  nav a { color: #ccc; font-size: 0.82rem; }
  nav a:hover { color: #fff; text-decoration: none; }

  .advert-bar { background: #fff3cd; border-bottom: 1px solid #ffc107; text-align: center; padding: 6px; font-size: 0.78rem; color: #856404; font-weight: 600; letter-spacing: 0.5px; text-transform: uppercase; }

 /* .container { width: 100%;
  max-width: 1020px; margin: 0 auto; padding: 0 16px; }*/

  .hero { background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../img/header-bg.jpg) no-repeat center center; background-size:cover; color: #fff; padding: 60px 20px; text-align: center; }
  .hero h1 { font-family: "Montserrat", sans-serif; font-size: 50px; line-height: 1.35;  margin: 0 auto 10px; }
  .hero-meta { font-size: 16px; color: #fff;}
  .hero-mert-svg{ top:4px; position:relative;}
   .hero-body{display: grid;
    grid-template-columns: 1fr 150px;
    gap: 0;
    }
	.hero-heading{ text-align:left;}
	.hero-img { display: flex; align-items: center; justify-content: center; padding:0; }
	
	.tested_badge{ width:100%; max-width:150px; height:auto;}


.sec-body{display: grid;
    grid-template-columns: 1fr 220px;
    gap: 20px;
    }
	
	.sec-body-main{ padding:0; margin:15px 0 0 0;}
	.sec-body-sidebar{padding:0; margin:15px 0 0 0;}

.viewers-box{  background:#f5f5f5; border: 1px solid #d185a4; border-left: 4px solid #d185a4; border-radius: 4px; padding: 14px 18px; font-size: 0.8rem; color: #555; margin: 0; margin-bottom:20px; }
.viewers-box p{ text-align:left; margin-top:10px;}

.viewers-icon-img{ width:100%; max-width:70px; height:auto; margin-bottom:2px}
  .disclosure { background: #f0f4f8; border: 1px solid #ccd8e8; border-left: 4px solid var(--blue); border-radius: 4px; padding: 14px 18px; font-size: 0.8rem; color: #555; margin: 0; }
  .disclosure p { margin-bottom: 6px; }
  .disclosure p strong{ font-size:16px;}
  .disclosure p:last-child { margin-bottom: 0; }

  .intro { padding: 24px 0 10px; }
  .intro img{ margin-bottom:20px;}
  .intro h1{ line-height:1.2; margin-bottom:20px; font-weight:800;}
  .intro h1 span{background:#fcd712;}
  .intro p {font-family: "Montserrat", sans-serif; margin-bottom: 12px; color: #444; font-size:18px; font-weight:600;}
  
  	  .red-arrow-list {
  list-style: none;
  padding-left: 0;
}

.red-arrow-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
  font-weight:500;
}

.red-arrow-list li::before {
  content: "➤"; /* arrow symbol */
  color: red;
  position: absolute;
  left: 0;
  top: 0;
}

 /* .author-box { display: flex; align-items: center; gap: 14px; background: #f9f9f9; border: 1px solid var(--border); border-radius: 6px; padding: 14px 18px; margin: 20px 0; flex-wrap: wrap; }
  .author-avatar { width: 60px; height: auto; border-radius: 50%; background: #e0e0e0; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 1.8rem; overflow: hidden; }
  .author-avatar img { width: 100%; height: 100%; object-fit: cover; }
  .author-info { flex: 1; min-width: 180px; }
  .author-name { font-weight: 700; font-size: 0.9rem; } */
/*  .stars { color: var(--gold); font-size: 1rem; letter-spacing: 1px; font-style:normal;}*/

  .section-title {font-size: 26px; color: var(--dark); margin: 30px 0 16px; padding-bottom: 8px; border-bottom: 2px solid var(--red); }

/*Reasons*/

.reason-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px; margin: 20px 0 40px; align-items: center;}

/*Flip Option ODD*/

/*
.reason-grid a {
  grid-column: 1;
}

.reason-grid .text-area {
  grid-column: 2;
}

.reason-grid:nth-of-type(odd) a {
  grid-column: 2;
  grid-row: 1;
}

.reason-grid:nth-of-type(odd) .text-area {
  grid-column: 1;
  grid-row: 1;
}
*/
/*End Flip Option ODD*/

.text-area h2{  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 12px;  line-height:1.2; margin-bottom:20px;}
.text-area h2 span{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: #2c65ff;
  border-radius: 50%;
  color:#ffffff; font-size:60px;

}
.text-area p{ margin-bottom:10px; font-weight:600;}
.text-area p strong{font-weight:700;}
.quote-style{ background:#f1fff3; font-style:italic; padding:15px; border-radius:10px; border-left:5px solid #cee5d1;}
.quote-style strong{ font-weight:500 !important;}
.quote-style span{ margin-top:10px; font-weight:700; font-size:20px;}
.ctabox-textarea{ text-align:center;}
.ctabox-heading{ font-weight:700; font-size:21px; line-height:1.2;}

.responsive-video {
  width: 100%;
  height: auto;
  display: block;
  border-radius:10px;
}

.ctabox-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px; margin: 0px; align-items: center;}
/*.ctabox-grid .prod-img{ max-width:350px; margin:0 auto; display:block;}*/

  /* ── PRODUCT CARDS ── */
  .product-card {font-family: "Work Sans", sans-serif; border: 1px solid #c8c8c8; border-radius: 10px; margin-bottom: 28px; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,0.08); background: #fff; }
  .product-card.top-pick { border: 2px solid #e8a000; box-shadow: 0 4px 20px rgba(232,160,0,0.18); }

  /* Header bar — dark navy like in screenshot */
  .card-header { background: #1e2a3a; padding: 0; display: flex; align-items: stretch; border-bottom: none; position: relative; }
  .card-header.gold-bg { background: #1e2a3a; }

  /* Orange #1 ribbon badge */
  .rank-ribbon { background: #e8871a; color: #fff; font-size: 1rem; font-weight: 700; height:90px; width: 54px; min-width: 54px; display: flex; align-items: center; justify-content: center; flex-direction: column; padding: 8px 0; clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%); position: absolute; }
  .rank-ribbon .ribbon-num { font-size: 30px; line-height: 1; }
  .rank-ribbon .ribbon-hash { font-size: 0.7rem; }

  /* Plain numbered badge for non-#1 */
  .rank-badge { width: 42px; min-width: 42px; color: #fff; font-weight: 700; font-size: 30px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-left:8px;}
  .rank-badge.gold { background: #e8871a; }

  .card-header-text { display: flex; align-items: center; gap: 12px; padding: 12px 5px; flex: 1; }
  .card-header-text h2 { font-family: "Montserrat", sans-serif; font-size: 27px; line-height:1.2; color: #fff; flex: 1; margin: 0; }
  .top-pick .card-header-text h2{margin-left:65px; }
  .card-header-text h2 a { color: #fff; font-size: 20px; font-weight: 400; text-decoration: underline; }

  /* 4-column body grid: image | features | score | price-cta */
  .card-body {
    display: grid;
    grid-template-columns: 230px 1fr 230px 230px;
    gap: 0;
    min-height: 320px;
  }
  
 
  
  .show-mob{ display:none;}
  
 

  /* Col 1: product image */
  .col-image { display: flex; align-items: center; justify-content: center; padding: 20px 12px; border-right: 1px solid #e8e8e8; background: #fafafa; }
  .img-placeholder { width: 130px; height: 140px; background: #e8e8e8; border-radius: 6px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #aaa; font-size: 0.72rem; text-align: center; border: 1px dashed #ccc; gap: 6px; }
  .prod-img{ width:100%; border-radius:10px; height:auto;}

  /* Col 2: features list */
  .col-features { padding: 16px 18px; border-right: 1px solid #e8e8e8; display: flex; flex-direction: column; justify-content: center; }
  .features-list { list-style: none; }
  .features-list li { padding: 5px 0 5px 26px; position: relative; font-size: 18px; color: #333; line-height: 1.45; }
  .features-list li::before { content: '✅'; position: absolute; left: 0; top: 8px; font-size: 0.8rem; }
  .features-list li.con::before { content: '❌'; }
  .features-list li strong { color: #1a1a2e; }

  /* Col 3: score */
  .col-score { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 20px 8px; border-right: 1px solid #e8e8e8; text-align: center; gap: 6px; }
  .score-label { font-size: 18px; color: #555; text-transform: uppercase; letter-spacing: 0.8px; font-weight: 600; }
  .score-num { font-size: 80px; font-weight: 700; color: #1e2a3a; line-height: 1; font-family: "Work Sans", sans-serif;}
  .score-stars { color: #27ae60; font-size: 30px; letter-spacing: 2px; line-height:1;}
  
/*  .stars {
  --star-size: 20px;
  --star-color: #00b67a;
  --star-bg: #ddd;

  font-size: var(--star-size);
  line-height: 1;
  display: inline-block;
  position: relative;
  color: var(--star-bg);
}

.stars::before {
  content: "★★★★★";
  letter-spacing: 2px;
}

.stars::after {
  content: "★★★★★";
  letter-spacing: 2px;
  color: var(--star-color);
  position: absolute;
  top: 0;
  left: 0;
  width: calc(var(--rating) / 5 * 100%);
  overflow: hidden;
  white-space: nowrap;
}
.stars[data-rating="1"]::before { content: "★☆☆☆☆"; }
.stars[data-rating="2"]::before { content: "★★☆☆☆"; }
.stars[data-rating="3"]::before { content: "★★★☆☆"; }
.stars[data-rating="4"]::before { content: "★★★★☆"; }
.stars[data-rating="5"]::before { content: "★★★★★"; }
  
  */
  .score-num.gold-score { color: #1e2a3a; }
  .review-count { font-size: 18px; color: #555; text-transform: uppercase; font-weight: 400; letter-spacing: 0.3px; line-height: 1.3; }

  /* Col 4: price + CTA */
  .col-cta { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 16px 14px; gap: 10px; text-align: center; }
  .sale-tag-box { background: #fff0f0; border: 1px solid #f5c6c6; border-radius: 5px; padding: 8px 10px; width: 100%; }
  .sale-tag-box .sale-pct { color: var(--red); font-weight: 700; font-size: 1.38rem; line-height:1.2; text-decoration:underline;}
  .sale-tag-box .sale-sub {color: var(--red); font-size: 13px; font-weight:500; line-height:1.2; margin-top: 2px; }
  .cta-btn { display: block; width: 100%; background: #27ae60; color: #fff; text-align: center; padding: 11px 10px; border-radius: 6px; font-weight: 700; font-size: 16px; text-decoration: none; letter-spacing: 0.3px; }
  .cta-btn:hover { background: #1e8449; text-decoration: none; color: #fff; }
  .cta-btn.amazon { background: #ff9900; color: #111; }
  .cta-btn.amazon:hover { background: #e68900; text-decoration: none; color: #111; }
  .price-row { font-size: 0.88rem; color: #333; }
  .price-sale { font-weight: 700; font-size: 1rem; color: #333; line-height:1.2;}
  .price-original { text-decoration: line-through; color: #999; font-size: 0.85rem; margin-left: 4px; }
  .shipping { font-size: 0.75rem; color: var(--blue); }

  /* Verdict bar — spans full width below the 4 cols */
  .card-verdict { background: #f8f8f8; border-top: 1px solid #e5e5e5; padding: 14px 20px; font-size: 15px; color: #444; line-height: 1.6; }
  .verdict-label {  background: #fff3cd; border: 1px solid #e8c84a; border-radius: 4px; padding: 1px 8px; font-weight: 700; color: #7a5900; font-size: 0.8rem; margin-right: 6px; }
  .card-verdict p:first-of-type{ display:inline; }
  .card-verdict p{ margin-top:5px;}

  .top-rated-tag { background: #e8f8ee; border: 1px solid #a8d5b5; border-radius: 4px; padding: 4px 10px; font-size: 0.72rem; color: var(--green); font-weight: 700; display: inline-block; text-align: center; }
  .popular-tag { background: #e8f0fc; border: 1px solid #aabde8; border-radius: 4px; padding: 4px 10px; font-size: 0.72rem; color: var(--blue); font-weight: 700; display: inline-block; text-align: center; }

  /* Legacy — keep for non-restructured cards */
  .pros ul, .cons ul { list-style: none; }
  .amz-logo-placeholder { width: 60px; height: 20px; background: #ff9900; border-radius: 3px; display: flex; align-items: center; justify-content: center; font-size: 0.6rem; font-weight: 700; color: #111; margin: 2px auto 0; }
  .discount-badge { background: var(--red); color: #fff; font-size: 0.72rem; font-weight: 700; padding: 2px 7px; border-radius: 3px; display: inline-block; }
  .verdict-box { background: #f7f7f7; border-left: 4px solid var(--blue); border-radius: 0 4px 4px 0; padding: 12px 16px; font-size: 0.83rem; color: #444; }
  .verdict-box .verdict-label { font-weight: 700; color: var(--dark); margin-bottom: 4px; font-size: 0.85rem; background: none; border: none; padding: 0; color: var(--dark); }

  .metrics-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 20px 0 40px; }
 
  .metric-card { background: var(--light-gray); border: 1px solid var(--border); border-radius: 6px; padding: 10px; text-align: center; }
  .metric-icon { font-size: 45px; margin-bottom: 6px; }
  .metric-title { font-weight: 700; font-size: 16px; color: var(--dark); }
  .metric-label { font-size: 0.78rem; color: #777; margin-top: 4px; }

  .stats-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 18px 0; text-align: center; }
  
  .stat-item { padding: 14px; background: #f9f9f9; border-radius: 6px; border: 1px solid #eee; }
  .stat-num { font-size: 1.4rem; font-weight: 700; color: var(--red); }
  .stat-desc { font-size: 0.75rem; color: #666; }

  .spotlight { background: linear-gradient(135deg, #ffebab, #fff); border: 3px dashed #000; border-radius: 8px; padding: 24px; margin: 0 auto; }
  .spotlight h2 { font-size: 40px; color: var(--dark); margin-bottom: 14px; padding-bottom: 8px; border-bottom: 2px solid var(--gold); line-height:1.2;}
  .spotlight p { margin-bottom: 12px; color: #444; }

  .check-avail-wrap { text-align: center; margin: 20px 0 0; }
  .check-avail-btn { display: inline-block; background: var(--green); color: #fff; padding: 13px 34px; border-radius: 6px; font-weight: 700; font-size: 25px; line-height:1.1; text-decoration: none; width:100%; text-transform:uppercase;}
  
  
.btn-wrapper {
  display: flex;
  justify-content: flex-end; /* keeps button on right */
  width: 100%;
}

.check-avail-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center; /* ✅ THIS centers text + icon */
  gap: 8px;
}

.check-avail-btn-svg {
  display: inline-flex;
  align-items: center;
  margin-left:5px;
}
  
  
  .check-avail-btn:hover { background: #1e8449; color: #fff; text-decoration: none; }
  .sale-note { font-size: 16px; color: var(--red); font-weight: 600; margin-top: 8px; }
  .sale-note span{ color:var(--red); text-decoration:underline; font-weight:700;}

  .scoring { background: #f5f8ff; border: 1px solid #d0dcf0; border-radius: 8px; padding: 24px; margin: 28px 0; }
  .scoring h2 { font-size: 26px; margin-bottom: 14px; color: var(--dark); }
  .scoring p {  color: #444; margin-bottom: 10px; }
  .step { display: flex; gap: 14px; margin-bottom: 12px; align-items: flex-start; }
  .step-num { background: var(--blue); color: #fff; border-radius: 50%; width: 28px; height: 28px; min-width: 28px; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 0.85rem; position:relative; top:8px;}
  .step-text { font-size: 16px; color: #444; padding-top: 4px; }
  .step-text strong { color: var(--dark); }

  .faqs { margin: 28px 0; }
  .faq-item { border: 1px solid var(--border); border-radius: 6px; margin-bottom: 10px; overflow: hidden; }
  .faq-q { background: #f7f7f7; padding: 14px 18px; font-weight: 700; color: var(--dark); }
  .faq-a { padding: 14px 18px; font-size: 16px; color: #555; line-height: 1.65; }

  .overview { margin: 28px 0; }
  .overview p { color: #444; margin-bottom: 12px; }
  .overview ul { list-style: disc; padding-left: 22px; margin-bottom: 14px; }
  .overview ul li { font-size: 16px; color: #444; margin-bottom: 6px; }

  .about-box { background: #f9f9f9; border: 1px solid var(--border); border-radius: 6px; padding: 20px; margin: 28px 0; display: flex; gap: 18px; align-items: flex-start; flex-wrap: wrap; }
  .about-content { flex: 1; min-width: 200px; }
  .about-content h4 { font-size: 0.78rem; color: #888; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 6px; }
  .about-content p { font-size: 0.85rem; color: #555; margin-bottom: 6px; }
  .rating-block { display: flex; align-items: center; gap: 6px; }

  hr.divider { border: none; border-top: 1px solid var(--border); margin: 28px 0; }

.testi-box{ max-width:520px; display:block; margin:30px auto ;}
.testi-box img{ width:100%; height:auto;  	}

  footer { background: #f9f9f9; color: #000; padding: 36px 20px 20px; margin-top: 40px; border-top: 1px solid var(--border);}
  .footer-grid { max-width: var(--max-w); margin: 0 auto 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
  
  footer h4 { color: #000; font-size: 0.9rem; margin-bottom: 10px; }
  footer a { color: #000; font-size: 0.82rem; }
  footer ul { list-style: none; }
  footer ul li { margin-bottom: 5px; }
  footer p { font-size: 0.78rem; line-height: 1.6; }
  .footer-bottom { max-width: var(--max-w); margin: 0 auto; border-top: 1px solid #333; padding-top: 16px; text-align: center; font-size: 0.75rem; color: #000; }

 @media (max-width: 1200px){
	  
	  .card-body {
    display: grid;
    grid-template-columns: 230px 1fr 160px 160px;
    gap: 0;
    min-height: 320px;
  }
	  
	  }
  
  @media (max-width: 1024px) {
	  
	  .card-body {
    display: grid;
    grid-template-columns: 200px 1fr 120px 120px;
    gap: 0;
    min-height: 320px;
  }
	.score-num{ font-size:40px; }  
	  .score-stars{ font-size:20px;}
	   .stars {
  --star-size: 20px;}
	  .review-count{ font-size:16px;}
	  }
  
/*  @media (max-width: 780px) { .card-body { grid-template-columns: 140px 1fr 130px; }
  .card-header-text h2 a{ display:block;}
  }*/
  
  @media (max-width: 768px) {
.reason-grid { display: grid; grid-template-columns: repeat(1, 1fr); gap: 40px; margin: 20px 0; }	
/*Flip Option ODD*/
/*
.reason-grid a,
  .reason-grid .text-area {
    grid-column: auto;
    grid-row: auto;
  }
  
.reason-grid:nth-of-type(odd) a,
  .reason-grid:nth-of-type(odd) .text-area {
    grid-column: auto;
    grid-row: auto;
  }  
  */
/*End Flip*/
  
.ctabox-grid{ display: grid; grid-template-columns: repeat(1, 1fr); gap: 40px; margin: 20px 0; }	  	  
  .card-body {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "image score"
      "features features"
      "cta cta";
  }

  .col-image { grid-area: image; border-bottom:1px solid #e8e8e8; }
  .col-score { grid-area: score; border-bottom:1px solid #e8e8e8;}
  .col-features { grid-area: features; }
  .col-cta { grid-area: cta; }
  
  .hide-mob{ display:none;}
  .show-mob{ display:block;}
  
  .card-verdict{ margin:20px -18px -10px;}
  .score-num{ font-size:60px; } 
  
  .hero{ padding:20px 0;}
  .hero-body { grid-template-columns: 1fr; }
  .hero-heading{ text-align:center; margin-bottom:20px;}
  .hero h1{ font-size:30px; line-height:1.1;}
  .tested_badge{ max-width:80px;}
  
  .sec-body{grid-template-columns: 1fr;}
  
    .spotlight h2 { font-size:30px;}
	
	
}
  
  @media (max-width: 580px) { .card-body { grid-template-columns: 1fr; }
  .card-header-text h2 a{ font-size:16px;}
  .card-header-text h2 { font-size:23px;}
  .rank-ribbon{ height:110px;}
  .prod-img{ min-width:120px;}

  }
  
   @media (max-width: 500px) { .metrics-grid { grid-template-columns: 1fr; } }
  @media (max-width: 480px) {.stats-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; } 
   .check-avail-btn{ font-size:16px;}
  }
  
  
 
@media (max-width: 768px) {

  

		
	}
	
	
@media (max-width: 576px) {
}
@media (max-width:500px) {	

}