:root{
  --red:#E63E1F;
  --red-dark:#c4321a;
  --navy:#1B2A4A;
  --navy-light:#2a3d63;
  --navy-dark:#142039;
  --bg:#ffffff;
  --bg-alt:#f8f9fb;
  --text:#1a1a2e;
  --muted:#6b7280;
  --border:#e5e7eb;
  --green:#16a34a;
  --amber:#f59e0b;
}
*{box-sizing:border-box;margin:0;padding:0;}
body{font-family:'Inter',sans-serif !important;color:#1a1a2e;background:#fff;line-height:1.6;-webkit-font-smoothing:antialiased;}
h1,h2,h3,h4,h5{font-family:'Bricolage Grotesque',sans-serif !important;font-weight:700;line-height:1.2;}
a{text-decoration:none;color:inherit;transition:color .15s;}
img{max-width:100%;display:block;}

/* Hide GeneratePress defaults on all pages */
.site-header{display:none !important;}
.site-footer{display:none !important;}
.entry-title{display:none !important;}
.entry-meta{display:none !important;}
.site-content{padding:0 !important;margin:0 !important;max-width:100% !important;}
.grid-container{max-width:100% !important;padding:0 !important;}
.inside-article{padding:0 !important;margin:0 !important;box-shadow:none !important;}
.entry-content{margin:0 !important;}
.entry-header{display:none !important;}
.page-header{display:none !important;}
footer.entry-meta{display:none !important;}
.comments-area{display:none !important;}

/* NOTICE BAR */
.bm-notice{background:#1B2A4A;color:#c9d4ea;text-align:center;font-size:13px;padding:8px 20px;font-weight:500;}
.bm-notice a{color:#fff;text-decoration:underline;}

/* HEADER */
.bm-header{background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:100;}
.bm-header-inner{display:flex;align-items:center;justify-content:space-between;max-width:1280px;margin:0 auto;padding:10px 24px;gap:24px;}
.bm-logo{display:flex;align-items:center;flex-shrink:0;}
.bm-logo img{height:83px;width:auto;display:block;}

/* NAV */
.bm-nav ul{list-style:none;display:flex;gap:32px;align-items:center;}
.bm-nav > ul > li{position:relative;}
.bm-nav > ul > li > a{font-weight:600;font-size:15px;color:#1B2A4A;padding:8px 0;cursor:pointer;}
.bm-nav > ul > li > a:hover{color:#E63E1F;}
.bm-nav > ul > li > a.active{color:#E63E1F;}
.bm-header-cta{background:#E63E1F;color:#fff;padding:11px 28px;border-radius:8px;font-weight:700;font-size:14px;white-space:nowrap;transition:background .15s;flex-shrink:0;}
.bm-header-cta:hover{background:#c4321a;}

/* MEGA MENU */
.bm-mega-menu{display:none;position:fixed;top:auto;left:0;right:0;background:#fff;border-bottom:3px solid #E63E1F;box-shadow:0 16px 40px rgba(0,0,0,0.15);z-index:99;max-height:75vh;overflow:hidden;}
.bm-mega-menu.open{display:flex;}
.bm-mega-menu-inner{display:flex;width:100%;max-width:1280px;margin:0 auto;max-height:75vh;}
.bm-mega-left{width:260px;flex-shrink:0;background:#f8f9fb;border-right:1px solid #e5e7eb;overflow-y:auto;max-height:75vh;}
.bm-mega-left .bm-cat-link{display:flex;align-items:center;gap:10px;padding:12px 20px;font-size:14px;font-weight:600;color:#1B2A4A;cursor:pointer;border-left:3px solid transparent;transition:all .12s;}
.bm-mega-left .bm-cat-link:hover{background:#fff;border-left-color:#E63E1F;}
.bm-mega-left .bm-cat-link.active{background:#fff;border-left-color:#E63E1F;color:#E63E1F;}
.bm-mega-left .bm-cat-link .icon{font-size:18px;width:24px;text-align:center;flex-shrink:0;}
.bm-mega-right{flex:1;padding:28px 32px;overflow-y:auto;max-height:75vh;}
.bm-mega-right .cat-title{font-family:'Bricolage Grotesque';font-size:22px;font-weight:800;color:#1B2A4A;margin-bottom:4px;}
.bm-mega-right .cat-desc{font-size:14px;color:#6b7280;margin-bottom:24px;}
.bm-subcat-panel{display:none;}
.bm-subcat-panel.active{display:block;}
.bm-subcat-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:8px 16px;}
.bm-subcat-grid a{display:block;padding:10px 14px;border-radius:8px;font-size:14px;font-weight:500;color:#1B2A4A;background:#f8f9fb;transition:all .12s;}
.bm-subcat-grid a:hover{background:#1B2A4A;color:#fff;}
.bm-mega-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;z-index:98;background:transparent;}
.bm-mega-overlay.show{display:block;}

/* HERO */
.bm-hero{background:#1B2A4A;color:#fff;padding:32px 24px 28px;position:relative;overflow:hidden;}
.bm-hero-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.3fr 1fr;gap:48px;align-items:center;}
.bm-hero h1{font-size:48px;font-weight:800;margin-bottom:16px;line-height:1.1;color:#fff;}
.bm-hero h1 span{color:#E63E1F;}
.bm-hero p{font-size:18px;color:#a8b8d8;margin-bottom:32px;max-width:540px;}
.bm-hero-btns{display:flex;gap:14px;margin-bottom:40px;flex-wrap:wrap;}
.bm-btn-red{background:#E63E1F;color:#fff;padding:16px 32px;border-radius:8px;font-weight:700;font-size:16px;transition:background .15s;display:inline-block;}
.bm-btn-red:hover{background:#c4321a;}
.bm-btn-outline{border:2px solid rgba(255,255,255,0.3);color:#fff;padding:16px 32px;border-radius:8px;font-weight:700;font-size:16px;transition:border-color .15s,background .15s;display:inline-block;}
.bm-btn-outline:hover{border-color:#fff;background:rgba(255,255,255,0.08);}
.bm-hero-stats{display:flex;gap:32px;}
.bm-stat{text-align:left;}
.bm-stat .num{font-family:'Bricolage Grotesque';font-size:36px;font-weight:800;color:#fff;}
.bm-stat .label{font-size:14px;color:#8898b8;margin-top:2px;}

/* Deal card */
.bm-deal-card{background:#fff;border-radius:16px;padding:24px;color:#1a1a2e;box-shadow:0 20px 50px rgba(0,0,0,0.25);position:relative;}
.bm-deal-card .badge{position:absolute;top:-12px;left:24px;background:#E63E1F;color:#fff;font-size:11px;font-weight:700;padding:6px 14px;border-radius:20px;text-transform:uppercase;letter-spacing:0.5px;}
.bm-deal-card img{width:100%;height:160px;object-fit:contain;margin-bottom:16px;}
.bm-deal-card h3{font-size:16px;margin-bottom:8px;color:#1B2A4A;}
.bm-deal-card .stars{color:#f59e0b;font-size:14px;margin-bottom:8px;}
.bm-deal-card .verdict{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;padding:8px 12px;font-size:13px;margin-bottom:14px;}
.bm-deal-card .verdict strong{color:#16a34a;}
.bm-deal-card .verdict .skip{color:#E63E1F;font-weight:600;}
.bm-deal-card .check-btn{display:block;text-align:center;background:#E63E1F;color:#fff;padding:12px;border-radius:8px;font-size:14px;font-weight:700;transition:background .15s;}
.bm-deal-card .check-btn:hover{background:#c4321a;}

/* SECTIONS - reduced spacing by 50% */
.bm-section{padding:32px 24px;}
.bm-section.alt{background:#f8f9fb;}
.bm-section-head{text-align:center;margin-bottom:24px;}
.bm-section-head h2{font-size:36px;color:#1B2A4A;margin-bottom:8px;}
.bm-section-head p{font-size:17px;color:#6b7280;max-width:560px;margin:0 auto;}

/* DEALS GRID */
.bm-deals-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;max-width:1200px;margin:0 auto;}
.bm-deal-tile{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;transition:transform .15s,box-shadow .15s;}
.bm-deal-tile:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,0.08);}
.bm-deal-tile .img-wrap{height:180px;background:#f8f9fb;display:flex;align-items:center;justify-content:center;position:relative;}
.bm-deal-tile .img-wrap img{max-height:150px;object-fit:contain;}
.bm-deal-tile .tag{position:absolute;top:10px;left:10px;background:#1B2A4A;color:#fff;font-size:10px;font-weight:700;padding:4px 10px;border-radius:4px;text-transform:uppercase;letter-spacing:0.5px;}
.bm-deal-tile .tag.red{background:#E63E1F;}
.bm-deal-tile .body{padding:18px;}
.bm-deal-tile h3{font-size:15px;color:#1B2A4A;margin-bottom:6px;line-height:1.3;min-height:40px;}
.bm-deal-tile .stars{color:#f59e0b;font-size:13px;margin-bottom:10px;}
.bm-deal-tile .verdict-box{background:#f8f9fb;border-radius:8px;padding:10px 12px;font-size:12.5px;margin-bottom:14px;line-height:1.5;}
.bm-deal-tile .verdict-box .for{color:#16a34a;font-weight:600;}
.bm-deal-tile .verdict-box .skip{color:#E63E1F;font-weight:600;}
.bm-deal-tile .check-btn{display:block;text-align:center;background:#1B2A4A;color:#fff;padding:12px;border-radius:8px;font-size:14px;font-weight:700;transition:background .15s;}
.bm-deal-tile .check-btn:hover{background:#E63E1F;}

/* CATEGORY GRID - fixed display + 20% larger icons */
.bm-cat-grid{display:block;max-width:1200px;margin:0 auto;overflow:hidden;}
.bm-cat-tile{float:left;width:23%;margin:1%;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:28px 20px;text-align:center;transition:transform .15s,box-shadow .15s,border-color .15s;cursor:pointer;min-height:160px;box-sizing:border-box;text-decoration:none;color:inherit;display:block;}
.bm-cat-tile:hover{transform:translateY(-4px);box-shadow:0 12px 28px rgba(0,0,0,0.08);border-color:#E63E1F;}
.bm-cat-tile .icon{width:68px;height:68px;background:#1B2A4A;border-radius:16px;display:inline-flex !important;align-items:center;justify-content:center;margin:0 auto 14px;font-size:31px;line-height:68px;}
.bm-cat-tile h3{font-size:16px;color:#1B2A4A;margin-bottom:4px;}
.bm-cat-tile .count{font-size:12.5px;color:#6b7280;}

/* TRUST */
.bm-trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;max-width:1000px;margin:0 auto;text-align:center;}
.bm-trust-item{padding:24px;}
.bm-trust-item .icon{width:64px;height:64px;background:#f8f9fb;border:2px solid #e5e7eb;border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;font-size:28px;}
.bm-trust-item h4{font-size:20px;color:#1B2A4A;margin-bottom:8px;}
.bm-trust-item p{font-size:15px;color:#6b7280;line-height:1.6;}

/* EMAIL SIGNUP - reduced spacing */
.bm-signup{background:#1B2A4A;color:#fff;padding:32px 24px;text-align:center;}
.bm-signup h2{font-size:36px;margin-bottom:12px;color:#fff;}
.bm-signup p{font-size:17px;color:#a8b8d8;margin-bottom:32px;max-width:500px;margin-left:auto;margin-right:auto;}
.bm-signup-form{display:flex;gap:12px;max-width:480px;margin:0 auto;flex-wrap:wrap;justify-content:center;}
.bm-signup-form input{flex:1;min-width:260px;padding:16px 20px;border:none;border-radius:8px;font-size:15px;font-family:'Inter',sans-serif;}
.bm-signup-form button{background:#E63E1F;color:#fff;padding:16px 32px;border:none;border-radius:8px;font-weight:700;font-size:15px;cursor:pointer;transition:background .15s;font-family:'Inter',sans-serif;}
.bm-signup-form button:hover{background:#c4321a;}
.bm-signup .fine{font-size:13px;color:#8898b8;margin-top:16px;}

/* BLOG TEASERS */
.bm-blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;max-width:1200px;margin:0 auto;}
.bm-blog-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;transition:transform .15s,box-shadow .15s;display:flex;flex-direction:column;height:100%;}
.bm-blog-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px rgba(0,0,0,0.08);}
.bm-blog-card .img-wrap{height:200px;background:#1B2A4A;overflow:hidden;}
.bm-blog-card .img-wrap img{width:100%;height:100%;object-fit:cover;}
.bm-blog-card .body{padding:22px;display:flex;flex-direction:column;flex:1;}
.bm-blog-card .cat{font-size:12px;font-weight:700;color:#E63E1F;text-transform:uppercase;letter-spacing:0.5px;margin-bottom:8px;}
.bm-blog-card h3{font-size:18px;color:#1B2A4A;margin-bottom:8px;line-height:1.3;}
.bm-blog-card p{font-size:14px;color:#6b7280;margin-bottom:14px;line-height:1.5;flex:1;}
.bm-blog-card .read{font-size:14px;font-weight:600;color:#E63E1F;}

/* FOOTER - fixed alignment + reduced spacing + larger logo */
.bm-footer{background:#142039;color:#b8c4dd;padding:28px 24px 20px;}
.bm-footer-inner{max-width:1200px;margin:0 auto;}
.bm-footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:40px;margin-bottom:28px;align-items:start;}
.bm-footer-brand{display:flex;flex-direction:column;}
.bm-footer-brand img{height:73px;width:auto;margin-bottom:16px;}
.bm-footer-brand p{font-size:14px;color:#8898b8;line-height:1.6;margin-bottom:16px;}
.bm-footer-col{display:flex;flex-direction:column;}
.bm-footer-col h4{font-size:15px;font-weight:700;color:#fff;margin-bottom:14px;font-family:'Bricolage Grotesque';}
.bm-footer-col ul{list-style:none;}
.bm-footer-col ul li{margin-bottom:8px;}
.bm-footer-col ul a{font-size:14px;color:#8898b8;}
.bm-footer-col ul a:hover{color:#fff;}
.bm-footer-disclosure{border-top:1px solid rgba(255,255,255,0.1);padding-top:24px;font-size:13px;color:#6b7a9a;line-height:1.6;margin-bottom:20px;}
.bm-footer-bottom{border-top:1px solid rgba(255,255,255,0.1);padding-top:20px;display:flex;justify-content:space-between;align-items:center;font-size:13px;color:#6b7a9a;flex-wrap:wrap;gap:12px;}
.bm-footer-bottom a{color:#8898b8;}

/* MOBILE MENU */
.bm-mobile-menu-btn{display:none;background:none;border:none;font-size:24px;color:#1B2A4A;cursor:pointer;padding:8px;}

/* RESPONSIVE */
@media(max-width:1024px){
  .bm-mega-menu-inner{flex-direction:column;}
  .bm-mega-left{width:100%;max-height:200px;border-right:none;border-bottom:1px solid #e5e7eb;}
  .bm-mega-right{padding:20px;}
  .bm-subcat-grid{grid-template-columns:repeat(3,1fr);}
}
@media(max-width:960px){
  .bm-nav > ul{display:none;}
  .bm-mobile-menu-btn{display:block;}
  .bm-hero-inner{grid-template-columns:1fr;gap:32px;}
  .bm-hero h1{font-size:34px;}
  .bm-deals-grid{grid-template-columns:repeat(2,1fr);}.bm-cat-grid .bm-cat-tile{width:48%;}
  .bm-blog-grid{grid-template-columns:1fr;}
  .bm-trust-grid{grid-template-columns:1fr;}
  .bm-footer-grid{grid-template-columns:1fr 1fr;gap:24px;}
  .bm-hero-stats{flex-wrap:wrap;gap:20px;}
  .bm-subcat-grid{grid-template-columns:repeat(2,1fr);}
}
@media(max-width:560px){
  .bm-deals-grid{grid-template-columns:1fr;}.bm-cat-grid .bm-cat-tile{width:100%;margin:1% 0;}
  .bm-footer-grid{grid-template-columns:1fr;}
  .bm-hero h1{font-size:28px;}
  .bm-section-head h2{font-size:28px;}
  .bm-subcat-grid{grid-template-columns:1fr;}
  .bm-logo img{height:56px;}
  .bm-footer-brand img{height:56px;}
}

/* SEO BLOG/ARTICLE PAGES */
.bm-article{max-width:800px;margin:0 auto;padding:40px 24px;}
.bm-article h1{font-size:36px;color:#1B2A4A;margin-bottom:12px;line-height:1.2;}
.bm-article .meta{font-size:14px;color:#6b7280;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #e5e7eb;}
.bm-article h2{font-size:26px;color:#1B2A4A;margin:32px 0 12px;}
.bm-article h3{font-size:20px;color:#1B2A4A;margin:24px 0 10px;}
.bm-article p{font-size:17px;line-height:1.8;margin-bottom:16px;color:#1a1a2e;}
.bm-article ul,.bm-article ol{margin:0 0 20px 24px;}
.bm-article li{font-size:16px;line-height:1.8;margin-bottom:8px;}
.bm-article img{border-radius:12px;margin:24px 0;}
.bm-article blockquote{border-left:4px solid #E63E1F;background:#f8f9fb;padding:16px 20px;margin:20px 0;border-radius:0 8px 8px 0;}
.bm-article .product-pick{background:#f8f9fb;border:1px solid #e5e7eb;border-radius:12px;padding:20px;margin:20px 0;display:flex;gap:20px;align-items:center;}
.bm-article .product-pick img{width:120px;height:120px;object-fit:contain;flex-shrink:0;border-radius:8px;}
.bm-article .product-pick .info{flex:1;}
.bm-article .product-pick h4{font-size:18px;color:#1B2A4A;margin-bottom:6px;}
.bm-article .product-pick .verdict{font-size:14px;color:#6b7280;margin-bottom:10px;}
.bm-article .product-pick .verdict .for{color:#16a34a;font-weight:600;}
.bm-article .product-pick .verdict .skip{color:#E63E1F;font-weight:600;}
.bm-article .product-pick a{display:inline-block;background:#E63E1F;color:#fff;padding:10px 24px;border-radius:8px;font-size:14px;font-weight:700;}

/* CATEGORY LANDING PAGE */
.bm-cat-hero{background:#1B2A4A;color:#fff;padding:32px 24px;text-align:center;}
.bm-cat-hero h1{font-size:36px;color:#fff;margin-bottom:8px;}
.bm-cat-hero p{font-size:16px;color:#a8b8d8;}
.bm-cat-content{max-width:1200px;margin:0 auto;padding:24px;}
.bm-cat-content h2{font-size:24px;color:#1B2A4A;margin:24px 0 12px;}
.bm-cat-content p{font-size:16px;color:#6b7280;margin-bottom:16px;line-height:1.7;}

/* UTILITIES */
.bm-container{max-width:1200px;margin:0 auto;padding:0 24px;}
.bm-text-center{text-align:center;}
.bm-mt-0{margin-top:0;}
.bm-mb-0{margin-bottom:0;}

/* PRINT */
@media print{
  .bm-header,.bm-notice,.bm-mega-menu,.bm-mega-overlay,.bm-footer{display:none !important;}
  .bm-hero{padding:20px;}
  .bm-section{padding:16px 0;}
}
