:root{--lime:#caff27;--petrol:#064f5a;--petrol-2:#003f4a;--soft:#f4f5f5;--line:#d8dddd;--white:#fff;--text:#073f49;--radius:18px;--shadow:0 12px 30px rgba(0,55,65,.08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;overflow-x:hidden;font-family:Montserrat,Arial,sans-serif;color:var(--text);background:#fff}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,textarea,select{font:inherit}.container{width:min(1180px,calc(100% - 32px));margin-inline:auto}.site-header{background:var(--petrol);color:#fff}.header-top{min-height:94px;display:grid;grid-template-columns:230px 1fr auto;align-items:center;gap:34px}.logo{display:flex;align-items:center;font-size:31px;font-weight:800;letter-spacing:-2px}.logo b{display:grid;place-items:center;width:30px;height:30px;margin-left:5px;border-radius:50%;background:var(--lime);color:var(--petrol);font-size:27px}.search-form{display:flex;background:#fff;border-radius:15px;overflow:hidden}.search-form input{width:100%;border:0;padding:14px 18px;outline:0}.search-form button{border:0;background:#fff;padding:0 18px;color:var(--petrol);font-size:24px}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:14px;padding:13px 22px;font-weight:600;cursor:pointer}.btn-lime{background:var(--lime);color:var(--petrol)}.main-nav{display:flex;gap:36px;align-items:center;min-height:58px;font-weight:600}.main-nav>a,.dropdown>button{padding:18px 0;border:0;color:#fff;background:transparent;cursor:pointer}.main-nav>a:hover,.dropdown>button:hover{color:var(--lime)}.dropdown{position:relative}.dropdown-menu{display:none;position:absolute;z-index:10;top:52px;left:0;width:220px;padding:10px;background:#fff;color:var(--petrol);border-radius:12px;box-shadow:var(--shadow)}.dropdown:hover .dropdown-menu{display:grid}.dropdown-menu a{padding:10px;border-radius:8px}.dropdown-menu a:hover{background:var(--soft)}.menu-toggle{display:none}.hero{background:#f0f1f1;text-align:center;padding:56px 0 48px}.hero h1{margin:0;font-size:38px;font-weight:500}.hero p{margin:10px 0 32px;font-size:20px;color:#111}.carousel{position:relative}.carousel-track{display:flex;gap:18px;overflow-x:auto;scrollbar-width:none;scroll-snap-type:x mandatory;padding:2px}.carousel-track::-webkit-scrollbar{display:none}.carousel-track>*{flex:0 0 calc((100% - 36px)/3);scroll-snap-align:start}.category-carousel{padding:0 50px}.category-carousel .carousel-track>*{flex-basis:calc((100% - 64px)/5)}.category-chip{background:#fff;border-radius:999px;padding:17px 22px;font-weight:600}.carousel-arrow{position:absolute;z-index:2;top:50%;transform:translateY(-50%);width:42px;height:42px;border:0;border-radius:50%;background:var(--lime);color:var(--petrol);font-size:34px;line-height:1;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,.08)}.carousel-arrow.prev{left:-52px}.carousel-arrow.next{right:-52px}.category-carousel .prev{left:0}.category-carousel .next{right:0}.section{padding-top:62px;padding-bottom:62px}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:22px}.section h2,.section-heading h2{margin:0 0 8px;font-size:24px}.section-heading p{margin:0;color:#59747a}.feature-card{position:relative;min-height:440px;border-radius:var(--radius);overflow:hidden;background:linear-gradient(0deg,rgba(0,18,22,.9),rgba(0,18,22,0) 70%),var(--bg) center/cover}.feature-card a{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:end;padding:24px;color:#fff}.feature-card h3{font-size:19px;margin:16px 0 18px}.pill{display:inline-flex;width:max-content;background:var(--lime);color:var(--petrol);border-radius:999px;padding:6px 16px;font-size:13px;font-weight:600}.card-author{display:flex;gap:9px;align-items:center;border-top:1px solid rgba(255,255,255,.35);padding-top:15px;font-size:14px}.avatar{display:inline-grid;place-items:center;flex:0 0 34px;width:34px;height:34px;border-radius:50%;background:var(--petrol);color:#fff;border:3px solid var(--lime);font-weight:700}.cards-grid,.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.post-card{border:1px solid #a8b0b0;border-radius:var(--radius);padding:16px;background:#fff}.post-card .card-image{display:block;aspect-ratio:16/9;border-radius:13px;overflow:hidden;margin-bottom:14px}.post-card img{width:100%;height:100%;object-fit:cover}.post-card h3{font-size:16px;min-height:58px;margin:12px 0 18px}.post-card .card-author{border-color:#9eb0b3}.ad{margin:28px 0}.ad small{display:block;margin-bottom:8px;font-size:10px}.ad a{display:block}.ad img{width:100%;max-height:220px;object-fit:cover;border-radius:10px}.popular-strip{padding:40px 0;background:#fbfcfc}.popular-grid{display:grid;grid-template-columns:1.2fr repeat(3,1fr);gap:24px;align-items:center}.popular-grid h2{font-size:22px}.popular-item{display:grid;gap:10px}.popular-item strong{font-size:14px}.video-section{background:var(--lime)}.video-card img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:14px}.video-card a{position:relative;display:block}.video-card .play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:grid;place-items:center;width:58px;height:42px;background:#f00;color:#fff;border-radius:10px}.video-card h3{font-size:15px}.site-footer{background:var(--petrol);color:#fff;padding-top:45px}.footer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:50px}.footer-grid section{display:flex;flex-direction:column;gap:10px}.footer-grid h3{color:var(--lime)}.footer-bottom{margin-top:40px;padding:24px 0;border-top:1px solid rgba(202,255,39,.5);font-size:12px}.page-hero{padding:55px 0;background:var(--soft)}.page-hero h1{font-size:40px;margin:0 0 10px}.page-content{padding-top:50px;padding-bottom:70px}.prose{line-height:1.8}.article-layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(280px,1fr);gap:45px;padding-top:42px;padding-bottom:70px}.article-main h1{font-size:39px;line-height:1.08;margin:8px 0 26px}.eyebrow a{color:#6b858a;font-weight:600}.featured-image img{width:100%;max-height:600px;object-fit:cover;border-radius:18px}.featured-image figcaption{text-align:center;font-size:10px;font-style:italic}.article-meta{display:flex;align-items:center;gap:13px;padding:18px 0;border-bottom:1px solid #aeb8b9;font-size:12px}.article-meta>span:nth-of-type(2){margin-left:auto;color:#8a989a}.share{display:flex;gap:8px}.share a{display:grid;place-items:center;width:38px;height:38px;border:1px solid var(--petrol);border-radius:50%}.article-content{font-size:16px;line-height:1.55;color:#111}.article-content>p,.article-content>h2,.article-content>h3,.article-content>ul,.article-content>ol{max-width:760px}.article-content h2{margin-top:38px;color:var(--petrol)}.article-content a:not(.btn){color:#78a800;font-weight:600}.author-signature{display:flex;align-items:center;gap:10px;margin-top:40px}.article-sidebar h2{font-size:18px}.sidebar-box{border:1px solid #89999c;border-radius:16px;padding:17px}.tag-cloud{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:18px}.mini-post{display:grid;grid-template-columns:92px 1fr;gap:14px;align-items:center;margin-top:14px;font-size:13px}.mini-post img{width:92px;height:54px;object-fit:cover;border-radius:10px}.related-section{background:var(--soft)}.affiliate-product{position:relative;display:flex;flex-direction:column;gap:10px;border:1px solid #ddd;border-radius:14px;padding:16px;background:#fff;box-shadow:var(--shadow);margin:24px 0;max-width:390px}.product-grid .affiliate-product{max-width:none;margin:12px 0}.affiliate-product img{width:100%;aspect-ratio:4/3;object-fit:contain}.affiliate-product h3{font-size:16px;margin:0}.affiliate-product p{font-size:13px;color:#4d6165;margin:0}.product-price{font-size:22px;color:#111}.stars{color:#ff9d00}.btn-offer{background:#079447;color:#fff;border-radius:9px;margin-top:auto}.comparison{margin:38px 0;padding:25px;background:var(--soft);border-radius:16px}.comparison .product-grid{grid-template-columns:repeat(3,1fr)}.comparison-badge{position:absolute;top:10px;left:10px;background:var(--lime);padding:6px 10px;border-radius:999px;font-size:11px;font-weight:700}.video-embed{aspect-ratio:16/9;margin:25px 0}.video-embed iframe{width:100%;height:100%;border:0;border-radius:14px}.empty-state{text-align:center;padding:130px 0}.empty-state strong{font-size:90px;color:var(--lime);text-shadow:2px 2px var(--petrol)}.spaced-title{margin-top:55px}
@media(max-width:980px){.header-top{grid-template-columns:1fr auto}.search-form{grid-column:1/-1;grid-row:2;margin-bottom:15px}.offers-button{display:none}.menu-toggle{display:block;border:0;background:var(--lime);color:var(--petrol);border-radius:8px;padding:8px 12px;font-size:22px}.main-nav{display:none;flex-direction:column;align-items:stretch;padding:12px 0}.main-nav.open{display:flex}.main-nav>a,.dropdown>button{padding:8px 0;text-align:left}.dropdown-menu{position:static;display:grid;margin-top:5px}.admin-link{margin:0}.carousel-arrow{display:none}.carousel-track>*{flex-basis:calc((100% - 18px)/2)}.category-carousel{padding:0}.category-carousel .carousel-track>*{flex-basis:calc((100% - 18px)/2.5)}.cards-grid,.product-grid{grid-template-columns:repeat(2,1fr)}.popular-grid{grid-template-columns:1fr 1fr}.article-layout{grid-template-columns:1fr}.article-sidebar{display:grid;grid-template-columns:1fr 1fr;gap:20px}.comparison .product-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.container{width:min(100% - 24px,1180px)}.header-top{min-height:70px;gap:10px}.logo{font-size:24px}.logo b{width:24px;height:24px;font-size:20px}.hero{padding:38px 0}.hero h1{font-size:27px}.hero p{font-size:15px}.category-carousel .carousel-track>*{flex-basis:75%}.carousel-track>*{flex-basis:88%}.section{padding-top:42px;padding-bottom:42px}.cards-grid,.product-grid,.footer-grid,.popular-grid{grid-template-columns:1fr}.article-main h1,.page-hero h1{font-size:29px}.article-layout{padding-top:28px;gap:20px}.article-meta{flex-wrap:wrap}.article-meta>span:nth-of-type(2){margin-left:0;width:100%}.article-sidebar{grid-template-columns:1fr}.comparison{padding:14px}.comparison .product-grid{grid-template-columns:1fr}.feature-card{min-height:390px}.post-card h3{min-height:0}}
.logo img{max-width:210px;max-height:60px;object-fit:contain}.dropdown>button{display:flex;align-items:center;gap:7px}.dropdown>button svg{width:15px;height:15px}.single-product-shortcode{display:flex;justify-content:center}.shortcode-product-grid{justify-content:center}.shortcode-product-grid .affiliate-product{width:100%}.ad-html .ad-code{overflow:hidden}.video-trigger{position:relative;display:block;width:100%;padding:0;border:0;background:transparent;cursor:pointer;text-align:left}.video-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:52px 34px}.video-card-bordered .video-trigger{border:5px solid var(--lime);border-radius:18px;overflow:hidden}.video-pagination,.home-video-more{display:flex;justify-content:center;gap:12px;margin-top:38px}.video-pagination .btn,.home-video-more .btn{background:var(--lime);min-width:160px}.video-modal{width:min(900px,calc(100% - 24px));padding:0;border:0;border-radius:16px;background:#000}.video-modal::backdrop{background:rgba(0,0,0,.72)}.video-modal>button{position:absolute;z-index:2;right:10px;top:8px;width:36px;height:36px;border:0;border-radius:50%;font-size:25px;cursor:pointer}.video-modal iframe,.video-modal video{display:block;width:100%;aspect-ratio:16/9;border:0}.site-footer{padding-top:50px}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:60px;padding-bottom:38px}.footer-links section{display:flex;flex-direction:column;gap:11px}.footer-links h3{color:var(--lime);margin:0 0 8px}.footer-statement{padding:28px 4px;border-top:1px solid var(--lime);border-bottom:1px solid var(--lime);font-size:17px;line-height:1.55}.footer-legal{display:grid;grid-template-columns:360px 1fr;gap:45px;align-items:center;padding:35px 0;font-size:15px;line-height:1.55}.footer-legal a{color:var(--lime)}.social-links{display:flex;gap:22px}.social-links a{display:grid;place-items:center;width:44px;height:44px;border:2px solid var(--lime);border-radius:50%;font-size:21px;font-weight:700}.support-badge{margin-top:8px}.support-badge img{max-width:190px}.dropdown.open .dropdown-menu{display:grid}@media(max-width:980px){.footer-legal{grid-template-columns:1fr}.video-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.footer-links,.video-grid{grid-template-columns:1fr}.footer-legal{gap:25px}.footer-statement{font-size:15px}.social-links{justify-content:center}.logo img{max-width:150px}.dropdown:hover .dropdown-menu{display:none}.dropdown.open .dropdown-menu{display:grid}}
.carousel:not(.category-carousel)>.carousel-arrow.prev{left:-36px}.carousel:not(.category-carousel)>.carousel-arrow.next{right:-36px}
.preview-notice{padding:12px 20px;background:#fff3cd;color:#674d00;text-align:center;font-weight:700}.article-content img{max-width:100%;height:auto}.article-content figure.editor-image{max-width:100%;margin:28px 0}.article-content figure.editor-image img{display:block;max-width:100%;height:auto}.article-content figure.image-align-left{margin-left:0;margin-right:auto}.article-content figure.image-align-center{margin-left:auto;margin-right:auto}.article-content figure.image-align-right{margin-left:auto;margin-right:0}.article-content figure.image-width-25{width:25%}.article-content figure.image-width-50{width:50%}.article-content figure.image-width-75{width:75%}.article-content figure.image-width-100{width:100%}.article-content figure[class*="image-width-"] img{width:100%;height:auto}.article-content figcaption{text-align:center;margin-top:8px;color:#617074;font-size:13px}
.lead-form-card{width:min(100%,620px);margin:28px auto;padding:28px;border:1px solid #dce3e3;border-radius:24px;background:#fff;color:var(--petrol);box-shadow:var(--shadow);text-align:center}.lead-form-card h3{margin:0 0 8px;font-size:26px}.lead-form-card>p{margin:0 0 20px}.lead-form-card form{display:grid;grid-template-columns:1fr 1fr;gap:14px;text-align:left}.lead-form-card label{display:grid;gap:6px;font-size:13px;font-weight:600}.lead-form-card input{width:100%;padding:13px 14px;border:1px solid #bdcaca;border-radius:12px}.lead-form-card .btn{grid-column:1/-1;min-height:52px;font-size:16px}.lead-consent{grid-column:1/-1;display:flex!important;align-items:flex-start;gap:8px}.lead-consent input{width:auto}.lead-honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important}.lead-success,.lead-error{padding:10px;border-radius:10px}.lead-success{background:#e9ffd0;color:#356600}.lead-error{background:#ffe6e6;color:#9d2020}.lead-asset-card{display:grid;grid-template-columns:minmax(180px,.8fr) 1.2fr;gap:26px;align-items:center;margin:35px 0;padding:24px;border-radius:24px;background:#f3f6f5}.lead-asset-card>img{width:100%;max-height:420px;object-fit:cover;border-radius:18px}.lead-asset-card .lead-form-card{margin:18px 0 0}.lead-channel-button{display:inline-flex;align-items:center;gap:12px;margin:12px 8px 12px 0;padding:14px 20px;border-radius:999px;color:#fff;font-weight:700}.lead-channel-button span{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:rgba(255,255,255,.2)}.lead-channel-button.whatsapp{background:#18a957}.lead-channel-button.telegram{background:#238fca}.lead-auto-capture{position:fixed;z-index:90}.lead-auto-capture[hidden]{display:none}.lead-timed-popup,.lead-exit-popup{inset:0;display:grid;place-items:center;padding:20px;background:rgba(0,40,48,.65)}.lead-fixed-bottom{left:18px;right:18px;bottom:12px}.lead-auto-capture .lead-form-card{position:relative;margin:0}.lead-fixed-bottom .lead-form-card{padding:16px;max-width:900px}.lead-fixed-bottom .lead-form-card h3{font-size:18px}.lead-popup-close{position:absolute;z-index:2;right:14px;top:12px;width:36px;height:36px;border:0;border-radius:50%;background:var(--petrol);color:#fff;font-size:24px;cursor:pointer}.lead-article-end{margin-top:35px}.landing-page{background:#f5f7f6}.landing-header{display:flex;justify-content:center;padding:24px;background:var(--petrol);color:#fff}.landing-header .logo{font-size:32px}.landing-main{width:min(1100px,calc(100% - 32px));margin:auto}.landing-hero{display:grid;grid-template-columns:1.2fr .8fr;gap:40px;align-items:center;padding:70px 0}.landing-hero h1{margin:0 0 18px;font-size:clamp(38px,7vw,72px);line-height:1.05}.landing-hero p{font-size:21px;line-height:1.55}.landing-hero img{width:100%;max-height:520px;object-fit:cover;border-radius:28px}.landing-content,.landing-conversion{padding:30px 0 60px}.landing-conversion>.lead-form-card,.landing-conversion>.lead-asset-card{margin-inline:auto}
@media(max-width:700px){.lead-form-card form,.lead-asset-card,.landing-hero{grid-template-columns:1fr}.lead-form-card{padding:20px}.lead-asset-card{padding:16px}.lead-fixed-bottom{left:8px;right:8px}.lead-fixed-bottom .lead-form-card{max-height:80vh;overflow:auto}.landing-hero{padding:40px 0}.landing-hero img{order:-1}}

/* Responsive public layout */
.carousel-track{scroll-behavior:smooth}
.carousel-dots{display:none}
.category-menu-icon{color:var(--lime)}
.dropdown>button svg{transition:transform .2s ease}
.dropdown.open>button svg{transform:rotate(180deg)}
.popular-layout{display:grid;grid-template-columns:1.2fr minmax(0,3fr);gap:24px;align-items:center}
.popular-carousel .popular-grid{display:flex;grid-template-columns:none;gap:24px}
.popular-carousel .popular-grid>*{flex:0 0 calc((100% - 48px)/3)}

@media(max-width:768px){
  html,body{max-width:100%;overflow-x:hidden}
  img,iframe,video{max-width:100%;height:auto}
  .container{width:calc(100% - 48px);max-width:100%}

  .site-header{padding-top:0}
  .header-top{min-height:0;grid-template-columns:minmax(110px,.85fr) minmax(0,1.35fr);grid-template-rows:auto auto;gap:18px 14px;padding:22px 0 18px}
  .logo{min-width:0;font-size:clamp(22px,7vw,38px);line-height:1}
  .logo img{width:100%;max-width:220px;max-height:72px}
  .search-form{grid-column:auto;grid-row:auto;margin:0;border-radius:999px;min-width:0}
  .search-form input{min-width:0;padding:14px 16px;font-size:15px}
  .search-form button{padding:0 14px;font-size:21px}
  .offers-button{display:inline-flex!important;grid-column:1/-1;justify-self:center;width:min(78%,360px);min-height:56px;border-radius:999px;font-size:17px}
  .menu-toggle{display:none}
  .main-nav{position:relative;display:block;min-height:0;padding:0 0 18px}
  .main-nav.open{display:block}
  .main-nav>a{display:none}
  .dropdown{width:max-content;max-width:100%;position:relative}
  .dropdown>button{min-height:58px;padding:12px 22px;border-radius:24px 24px 0 0;background:#fff;color:#111;font-size:19px;font-weight:700}
  .dropdown>button:hover{color:#111}
  .dropdown>button::first-letter{color:var(--lime)}
  .dropdown>button svg{width:18px;height:18px}
  .dropdown-menu,.dropdown:hover .dropdown-menu{display:none;position:absolute;z-index:30;top:56px;left:0;width:min(370px,calc(100vw - 48px));margin:0;padding:26px 20px;background:#fff;color:#111;border-radius:0 24px 24px 24px;box-shadow:0 18px 35px rgba(0,0,0,.22)}
  .dropdown.open .dropdown-menu{display:grid}
  .dropdown-menu a{padding:13px 16px;font-size:19px}

  .hero{padding:36px 0 32px}
  .hero .container{width:calc(100% - 32px)}
  .hero h1{max-width:620px;margin-inline:auto;font-size:clamp(35px,9vw,52px);line-height:1.08}
  .hero p{max-width:590px;margin:24px auto 36px;font-size:clamp(19px,5.2vw,28px);line-height:1.35;color:#050505}
  .category-carousel{padding:0 50px 28px}
  .category-carousel .carousel-track{gap:10px}
  .category-carousel .carousel-track>*{flex-basis:100%;min-width:0}
  .category-chip{display:flex;align-items:center;justify-content:center;min-height:68px;padding:15px 18px;font-size:19px}

  .section{padding-top:54px;padding-bottom:54px}
  .section h2,.section-heading h2,.video-section h2{font-size:clamp(29px,8vw,42px);line-height:1.18;font-weight:500}
  .section-heading{display:block;margin-bottom:30px}
  .section-heading p{font-size:17px;line-height:1.5}
  .carousel{padding-bottom:58px}
  .carousel-track{gap:18px;overflow-x:auto;overscroll-behavior-x:contain;scroll-padding-inline:0}
  .carousel-track>*{min-width:0;flex-basis:92%}
  .carousel-track>.feature-card{flex-basis:100%}
  .carousel-track>.video-card{flex-basis:100%}
  .carousel-arrow,.carousel:not(.category-carousel)>.carousel-arrow.prev,.carousel:not(.category-carousel)>.carousel-arrow.next{display:grid;place-items:center;top:auto;bottom:30px;left:auto;right:0;transform:none;width:52px;height:52px;font-size:38px;box-shadow:none}
  .carousel-arrow.prev,.carousel:not(.category-carousel)>.carousel-arrow.prev{left:auto;right:62px}
  .category-carousel>.carousel-arrow{top:34px;bottom:auto;transform:translateY(-50%);width:48px;height:48px}
  .category-carousel>.carousel-arrow.prev{left:0;right:auto}
  .category-carousel>.carousel-arrow.next{right:0}
  .carousel-dots{display:flex;position:absolute;left:4px;bottom:16px;align-items:center;gap:10px}
  .carousel-dots button{width:11px;height:11px;padding:0;border:0;border-radius:50%;background:#eff6d4;cursor:pointer}
  .carousel-dots button.active{background:var(--lime)}
  .category-carousel .carousel-dots,.video-section .carousel-dots,.popular-carousel .carousel-dots{left:50%;bottom:4px;transform:translateX(-50%)}

  .feature-card{min-height:min(620px,150vw);border-radius:26px}
  .feature-card a{padding:30px 22px 34px}
  .feature-card .pill{align-self:center;width:min(100%,380px);justify-content:center;font-size:17px;padding:9px 18px}
  .feature-card h3{font-size:clamp(21px,6vw,29px);line-height:1.13;margin:20px 0 25px}
  .feature-card .card-author{flex-direction:column;justify-content:center;gap:12px;padding-top:22px;font-size:19px;text-align:center}
  .feature-card .avatar{width:54px;height:54px;flex-basis:54px;font-size:20px}

  .post-card{padding:16px;border-radius:25px}
  .post-card .card-image{border-radius:20px;margin-bottom:20px}
  .post-card .pill{display:flex;width:min(100%,390px);justify-content:center;margin-inline:auto;padding:9px 16px;font-size:16px}
  .post-card h3{margin:20px 0 26px;font-size:clamp(20px,5.5vw,27px);line-height:1.15}
  .post-card .card-author{flex-direction:column;justify-content:center;gap:10px;padding:22px 0 8px;font-size:18px;text-align:center}
  .post-card .avatar{width:52px;height:52px;flex-basis:52px}

  .ad{margin:50px auto}
  .ad small{text-align:center;margin-bottom:20px;font-size:13px;color:#111}
  .ad img{width:100%;height:auto;max-height:none;object-fit:contain;border-radius:0}
  .ad-html .ad-code{max-width:100%;overflow:hidden}
  .ad-html .ad-code>*{max-width:100%!important}

  .popular-strip{padding:54px 0}
  .popular-layout{display:block}
  .popular-layout>h2{margin:0 0 42px;font-size:clamp(30px,8vw,42px);line-height:1.2;font-weight:500}
  .popular-carousel{padding:0 54px 58px}
  .popular-carousel .popular-grid{display:flex;gap:12px}
  .popular-carousel .popular-grid>*{flex:0 0 100%}
  .popular-item{align-content:center;justify-items:center;min-height:190px;text-align:center}
  .popular-item .pill{font-size:17px;padding:9px 24px}
  .popular-item strong{max-width:310px;font-size:clamp(20px,5.5vw,26px);line-height:1.15}
  .popular-carousel>.carousel-arrow,.popular-carousel>.carousel-arrow.prev,.popular-carousel>.carousel-arrow.next{top:50%;bottom:auto;transform:translateY(-50%);width:46px;height:46px;background:var(--petrol);color:var(--lime)}
  .popular-carousel>.carousel-arrow.prev{left:0;right:auto}
  .popular-carousel>.carousel-arrow.next{right:0}

  .video-section .section{padding-top:48px;padding-bottom:30px}
  .video-section h2{padding-bottom:18px;border-bottom:1px solid var(--petrol);margin-bottom:34px}
  .video-section .carousel{padding:0 38px 56px}
  .video-card img{border-radius:20px}
  .video-card h3{font-size:clamp(20px,5.5vw,26px);line-height:1.15;margin:20px 0 0}
  .video-section .carousel>.carousel-arrow,.video-section .carousel>.carousel-arrow.prev,.video-section .carousel>.carousel-arrow.next{top:38%;bottom:auto;transform:translateY(-50%);background:transparent;color:#fff;font-size:50px}
  .video-section .carousel>.carousel-arrow.prev{left:-4px;right:auto}
  .video-section .carousel>.carousel-arrow.next{right:-4px}
  .home-video-more{margin:0;padding-bottom:36px}
  .home-video-more .btn{background:var(--petrol);color:#fff}

  .site-footer{padding-top:54px}
  .footer-links{display:block;padding-bottom:48px}
  .footer-links section{gap:14px;margin-bottom:42px}
  .footer-links h3{font-size:25px;margin-bottom:12px}
  .footer-links a:not(.btn){font-size:20px}
  .footer-links .btn{width:min(100%,360px);min-height:64px;border-radius:22px;font-size:19px}
  .support-badge{display:flex;justify-content:center;margin-top:18px}
  .support-badge img{width:auto;max-width:min(100%,280px);height:auto}
  .footer-statement{padding:38px 8px;font-size:18px;line-height:1.55;text-align:center}
  .footer-legal{display:flex;flex-direction:column;gap:28px;padding:38px 0;font-size:15px;text-align:center}
  .social-links{order:2;justify-content:center}
  .footer-legal>div:last-child{order:1}
}

@media(max-width:480px){
  .container{width:calc(100% - 40px)}
  .header-top{grid-template-columns:minmax(100px,.8fr) minmax(0,1.2fr);gap:14px 10px;padding-top:18px}
  .logo{font-size:clamp(20px,7vw,29px);letter-spacing:-1px}
  .logo img{max-width:150px}
  .search-form input{padding:12px;font-size:13px}
  .search-form button{padding:0 10px;font-size:18px}
  .offers-button{width:86%;min-height:52px;font-size:16px}
  .main-nav{width:calc(100% - 40px)}
  .dropdown>button{min-height:56px;padding:11px 18px;font-size:18px}
  .dropdown-menu,.dropdown:hover .dropdown-menu{width:calc(100vw - 40px);padding:22px 14px}
  .dropdown-menu a{font-size:18px}
  .hero .container{width:calc(100% - 24px)}
  .hero h1{font-size:clamp(33px,10vw,43px)}
  .hero p{font-size:clamp(18px,5.8vw,24px)}
  .category-carousel{padding-inline:46px}
  .section{padding-top:48px;padding-bottom:48px}
  .section h2,.section-heading h2,.video-section h2,.popular-layout>h2{font-size:clamp(28px,8.5vw,36px)}
  .feature-card{min-height:min(600px,156vw)}
  .feature-card h3,.post-card h3{font-size:clamp(20px,6vw,25px)}
  .post-card{flex-basis:94%}
  .ad{margin-block:44px}
  .popular-carousel{padding-inline:48px}
  .video-section .carousel{padding-inline:30px}
  .footer-links h3{font-size:24px}
  .footer-links a:not(.btn){font-size:19px}
  .footer-statement{font-size:16px}
}

/* Real YouTube players used by video cards and editor shortcodes. */
.video-embed{position:relative;width:100%;aspect-ratio:16/9;margin:0;border:4px solid var(--lime);border-radius:16px;overflow:hidden;background:#000}
.video-embed iframe{display:block;width:100%;height:100%;border:0;border-radius:0}
.video-card{min-width:0}
.video-card h3{margin:14px 0 0;line-height:1.25}
.video-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
@media(max-width:980px){.video-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:768px){.video-grid{grid-template-columns:1fr}}

/* Optional visual themes. Template Original keeps all existing rules above. */
body:not(.theme-original){--petrol:var(--theme-primary);--lime:var(--theme-accent);--radius:var(--theme-radius);--shadow:var(--theme-shadow);background:var(--theme-secondary)}
body:not(.theme-original) .container{width:min(var(--theme-max-width),calc(100% - 32px))}
.theme-home-intro{padding:72px 0;background:linear-gradient(135deg,var(--theme-primary),#003f4a);color:#fff}.theme-home-intro span{display:inline-block;margin-bottom:12px;color:var(--theme-accent);font-weight:800;text-transform:uppercase}.theme-home-intro h1{margin:0 0 12px;font-size:clamp(40px,7vw,78px);line-height:1}.theme-home-intro p{max-width:680px;margin:0;font-size:20px;line-height:1.55}.theme-home-block{overflow:hidden}.theme-home-block .section-heading{align-items:center}.theme-post-grid,.theme-video-grid{display:grid;grid-template-columns:repeat(var(--theme-columns,3),minmax(0,1fr));gap:24px}.theme-post-grid.layout-list{grid-template-columns:1fr}.theme-post-grid.layout-list .post-card{display:grid;grid-template-columns:minmax(180px,.4fr) 1fr;gap:20px}.theme-post-grid.layout-list .card-image{grid-row:1/4}.theme-post-grid.layout-small_cards .post-card{padding:11px}.theme-post-grid.layout-small_cards .post-card h3{font-size:14px}.theme-banner-block{overflow:hidden}.theme-channel-block{display:flex;align-items:center;justify-content:space-between;gap:30px}.theme-comparison-list{display:grid;gap:26px}.theme-comparison-list>article{padding:20px;border-radius:var(--theme-radius);background:#fff;box-shadow:var(--theme-shadow)}body:not(.theme-original).post-card,body:not(.theme-original).affiliate-product{border-radius:var(--theme-radius);box-shadow:var(--theme-shadow)}body.card-style-flat:not(.theme-original) .post-card,body.card-style-flat:not(.theme-original) .affiliate-product{border:0;box-shadow:none}body.card-style-elevated:not(.theme-original) .post-card,body.card-style-elevated:not(.theme-original) .affiliate-product{border:0;box-shadow:0 18px 40px rgba(0,40,48,.17)}
.theme-noticias .theme-home-intro{background:linear-gradient(135deg,#111b25,var(--theme-primary))}.theme-noticias .block-featured .theme-post-grid,.theme-noticias .block-featured .carousel-track{min-height:520px}.theme-noticias .section-heading h2{text-transform:uppercase;letter-spacing:-.5px}.theme-comparativos .theme-home-intro{background:linear-gradient(135deg,var(--theme-primary),#0d7c8c)}.theme-comparativos .affiliate-product{border-top:5px solid var(--theme-accent)}.theme-blog .theme-home-intro{background:#f4efe6;color:#29251f}.theme-blog .theme-home-intro span{color:var(--theme-primary)}.theme-blog .theme-home-block{max-width:980px}.theme-blog .post-card{border:0;border-bottom:1px solid #ddd;border-radius:0;box-shadow:none}.theme-modular .theme-home-intro{background:linear-gradient(120deg,var(--theme-primary),var(--theme-accent));color:#fff}
@media(max-width:980px){.theme-post-grid,.theme-video-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.theme-channel-block{align-items:flex-start;flex-direction:column}}@media(max-width:768px){body:not(.theme-original) .container{width:calc(100% - 40px)}.theme-home-intro{padding:48px 0}.theme-home-intro h1{font-size:clamp(36px,12vw,55px)}.theme-home-intro p{font-size:17px}.theme-post-grid,.theme-video-grid{grid-template-columns:1fr!important}.theme-post-grid.layout-list .post-card{display:block}.theme-home-block .section-heading{align-items:flex-start}.theme-home-block .section-heading .btn{margin-top:15px}.theme-comparison-list,.theme-comparison-list>article{max-width:100%;overflow:hidden}}

/* Theme-specific visual settings. Original theme remains unchanged. */
body:not(.theme-original){background:var(--theme-content-bg);color:var(--theme-content-text)}
body:not(.theme-original) .site-header{background:var(--theme-header-bg);color:var(--theme-header-links)}
body:not(.theme-original) .main-nav>a,body:not(.theme-original) .dropdown>button{color:var(--theme-header-links)}
body:not(.theme-original) .category-menu-icon{color:var(--theme-header-icons)}
body:not(.theme-original) .offers-button{background:var(--theme-header-button-bg);color:var(--theme-header-button-text)}
body:not(.theme-original) .dropdown-menu a{color:var(--theme-header-category)}
body:not(.theme-original) main,body:not(.theme-original) .popular-strip,body:not(.theme-original) .related-section{background:var(--theme-content-bg)}
body:not(.theme-original) h1,body:not(.theme-original) h2,body:not(.theme-original) h3{color:var(--theme-content-title)}
body:not(.theme-original) .post-card,body:not(.theme-original) .affiliate-product,body:not(.theme-original) .theme-comparison-list>article{background:var(--theme-card-bg);border-color:var(--theme-card-border);border-radius:var(--theme-radius);box-shadow:var(--theme-shadow)}
body:not(.theme-original) .btn-lime{background:var(--theme-content-button-bg);color:var(--theme-content-button-text)}
body:not(.theme-original) .pill{background:var(--theme-tag-bg);color:var(--theme-tag-text)}
body:not(.theme-original) .site-footer{background:var(--theme-footer-bg);color:var(--theme-footer-text)}
body:not(.theme-original) .site-footer h3{color:var(--theme-footer-title)}
body:not(.theme-original) .site-footer a:not(.btn){color:var(--theme-footer-link)}
body:not(.theme-original) .site-footer .btn{background:var(--theme-footer-button-bg);color:var(--theme-footer-button-text)}
body:not(.theme-original) .footer-statement{border-color:var(--theme-footer-line)}
body:not(.theme-original) .theme-home-intro{padding:var(--hero-padding,72px) 0;background:var(--hero-bg,var(--theme-primary));text-align:left}
.theme-home-intro.align-center{text-align:center}.theme-home-intro.align-right{text-align:right}
.theme-home-intro.align-center p{margin-inline:auto}.theme-home-intro.align-right p{margin-left:auto}
.theme-home-intro span{color:var(--hero-eyebrow,var(--theme-accent))}.theme-home-intro h1{color:var(--hero-title,#fff)}.theme-home-intro p{color:var(--hero-subtitle,#fff)}
.theme-products.layout-list .product-grid,.theme-comparisons.layout-list .theme-comparison-list{grid-template-columns:1fr}
.theme-products.layout-carousel .product-grid,.theme-comparisons.layout-carousel .theme-comparison-list{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:12px}
.theme-products.layout-carousel .product-grid>*,.theme-comparisons.layout-carousel .theme-comparison-list>*{flex:0 0 min(390px,88%);scroll-snap-align:start}

.breadcrumbs{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin:0 0 18px;color:#55727a;font-size:13px}.breadcrumbs a{color:var(--petrol)}
.affiliate-exit{display:grid;min-height:70vh;place-items:center;padding:48px 20px;background:#f2f4f4}.affiliate-exit-card{display:grid;width:min(720px,100%);justify-items:center;gap:18px;padding:36px;border-radius:24px;background:#fff;box-shadow:0 18px 55px rgba(0,40,48,.14);text-align:center}.affiliate-exit-card h1{margin:0;color:var(--petrol);font-size:clamp(25px,5vw,40px)}.affiliate-exit-product{width:min(300px,100%);max-height:240px;object-fit:contain;border-radius:16px}.affiliate-exit-ad{width:100%;overflow:hidden}.affiliate-exit-ad img{width:100%;max-height:240px;object-fit:contain}.affiliate-countdown{font-size:18px}.affiliate-exit-fallback{color:var(--petrol);text-decoration:underline}.affiliate-exit-error{margin:24px 0;padding:18px 22px;border:1px solid #efb4b4;border-radius:12px;background:#fff0f0;color:#8b1515;font-weight:700}
@media(max-width:768px){.affiliate-exit{padding:28px 16px}.affiliate-exit-card{padding:24px 18px;border-radius:18px}}

/* Editorial corrections: single byline, readable content, visible FAQ and card CTA. */
.card-cta{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;margin-top:auto;padding:8px 16px;border-radius:999px;background:var(--lime);color:var(--petrol);font-size:13px;font-weight:700}
.feature-card .card-cta{align-self:flex-start}.post-card .card-cta{margin-top:auto}
.blog-posts{display:grid;grid-template-columns:repeat(var(--blog-cols-desktop,3),minmax(0,1fr));gap:26px}.blog-card{display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:#fff}.blog-card-image{display:block;aspect-ratio:16/9;overflow:hidden}.blog-card-image img{width:100%;height:100%;object-fit:cover}.blog-card-content{display:flex;flex:1;flex-direction:column;align-items:flex-start;padding:20px}.blog-card h2{margin:14px 0 10px;font-size:21px;line-height:1.25}.blog-card p{margin:0 0 18px;line-height:1.55;color:#445f65}.blog-card-meta{display:flex;gap:14px;margin-top:auto;padding-bottom:16px;color:#688086;font-size:12px}.blog-read-more{margin-top:auto}.blog-posts.layout-list{grid-template-columns:1fr}.blog-posts.layout-list .blog-card{display:grid;grid-template-columns:minmax(240px,.4fr) 1fr}.blog-posts.layout-list .blog-card-image{height:100%;aspect-ratio:auto}.blog-posts.layout-large_cards .blog-card h2{font-size:27px}.blog-pagination{display:flex;justify-content:center;gap:10px;margin-top:42px}.blog-pagination>a:not(.btn){display:grid;place-items:center;min-width:42px;height:42px;border:1px solid var(--line);border-radius:9px}.blog-pagination>a.active{background:var(--petrol);color:#fff}.blog-hero .breadcrumbs{margin-bottom:22px}
@media(max-width:980px){.blog-posts{grid-template-columns:repeat(var(--blog-cols-tablet,2),minmax(0,1fr))}.blog-posts.layout-list .blog-card{grid-template-columns:minmax(200px,.4fr) 1fr}}
@media(max-width:640px){.blog-posts{grid-template-columns:repeat(var(--blog-cols-mobile,1),minmax(0,1fr))}.blog-posts.layout-list .blog-card{display:flex}.blog-posts.layout-large_cards .blog-card h2{font-size:22px}}
.article-byline{display:grid;gap:3px}.article-byline span{color:#8a989a;font-size:12px}.article-meta .share{margin-left:auto}
.article-content{margin-top:38px}.article-content p,.article-content ul,.article-content ol,.article-content blockquote{margin-top:0;margin-bottom:1.35em}.article-content li+li{margin-top:.45em}.article-content h2,.article-content h3{margin-bottom:.7em}.article-content blockquote{padding:16px 20px;border-left:4px solid var(--lime);background:var(--soft)}
.post-faq{margin-top:52px;padding-top:32px;border-top:1px solid var(--line)}.post-faq h2{margin:0 0 22px;color:var(--petrol)}.post-faq details{margin-bottom:12px;border:1px solid var(--line);border-radius:12px;background:#fff}.post-faq summary{padding:16px 18px;cursor:pointer;font-weight:700}.post-faq p{margin:0;padding:0 18px 18px;line-height:1.65;color:#111}
@media(max-width:768px){.article-meta{align-items:flex-start;flex-wrap:wrap}.article-meta .share{width:100%;margin:10px 0 0 47px}.article-content{margin-top:30px}.feature-card .card-cta,.post-card .card-cta{align-self:center;margin-inline:auto;font-size:17px}}

/* Product shortcode cards: consistent sizing, hierarchy and responsive behavior. */
.product-grid{align-items:stretch}
.product-grid .affiliate-product{width:100%;height:100%;margin:0;min-width:0}
.single-product-shortcode .affiliate-product{width:min(100%,390px)}
.affiliate-product img{width:100%;height:auto;min-height:0;aspect-ratio:4/3;object-fit:cover;border-radius:10px;background:#fff}
.affiliate-product h3{line-height:1.35}
.affiliate-product .product-price{display:block;margin-top:auto;font-size:24px;line-height:1.2}
.affiliate-product .product-store{display:flex;gap:5px;align-items:center;flex-wrap:wrap;color:#56676b;font-size:13px}
.affiliate-product .product-rating{display:flex;gap:8px;align-items:center;flex-wrap:wrap}
.affiliate-product .stars{letter-spacing:1px;line-height:1}
.affiliate-product .rating-value{color:#56676b;font-size:13px}
.affiliate-product .btn-offer{width:100%;min-height:46px;margin-top:4px}
.comparison .product-grid{align-items:stretch}
@media(max-width:768px){.shortcode-product-grid,.comparison .product-grid{grid-template-columns:1fr}.affiliate-product{max-width:100%}.affiliate-product .product-price{font-size:22px}}

/* Configurable navigation and public pagination. */
.categories-toggle{display:flex;align-items:center;gap:8px}.categories-toggle svg{width:16px;height:16px}
.nav-custom-dropdown{position:relative;display:flex;align-items:center;min-height:58px}.nav-custom-dropdown>a{padding:18px 0;color:#fff}.nav-custom-dropdown>div{display:none;position:absolute;z-index:20;top:52px;left:0;width:230px;padding:10px;border-radius:12px;background:#fff;color:var(--petrol);box-shadow:var(--shadow)}.nav-custom-dropdown:hover>div,.nav-custom-dropdown:focus-within>div{display:grid}.nav-custom-dropdown>div a{padding:10px;border-radius:8px}.nav-custom-dropdown>div a:hover{background:var(--soft)}
.content-pagination,.blog-pagination{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:42px}.content-pagination>a:not(.btn),.blog-pagination>a:not(.btn){display:grid;place-items:center;min-width:42px;height:42px;padding:0 10px;border:1px solid var(--line);border-radius:9px;background:#fff}.content-pagination>a.active,.blog-pagination>a.active{border-color:var(--petrol);background:var(--petrol);color:#fff;font-weight:700}
@media(max-width:768px){
  .main-nav>.nav-custom-dropdown{display:none}
  .categories-toggle{display:flex!important;align-items:center;gap:10px;width:auto;min-width:220px;padding:16px 24px!important;border-radius:24px 24px 0 0!important;background:#fff!important;color:#000!important;font-size:18px!important;font-weight:700}
  .categories-toggle span,.categories-toggle .categories-label{display:inline!important;opacity:1!important;visibility:visible!important;color:#000!important}
  .categories-toggle .hamburger-icon{color:var(--lime)!important}
  .categories-toggle svg{flex:0 0 18px;margin-left:auto;color:#000}
  .content-pagination,.blog-pagination{gap:7px;margin-top:32px}
}
@media(max-width:480px){.categories-toggle{min-width:210px;padding:14px 18px!important}.content-pagination>a:not(.btn),.blog-pagination>a:not(.btn){min-width:38px;height:38px}}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.language-switcher{position:relative;z-index:35;width:max-content;max-width:100%}.language-switcher label{display:flex;align-items:center;gap:8px;min-height:42px;padding:6px 12px;border:1px solid rgba(7,88,102,.18);border-radius:999px;background:#fff;color:var(--petrol);box-shadow:0 5px 18px rgba(0,35,42,.1)}.language-switcher select{max-width:190px;border:0;outline:0;background:#fff;color:var(--petrol);font-weight:700;cursor:pointer}.language-switcher-globe{font-size:18px}.google-translate-element{position:absolute;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none}.language-switcher--top{grid-column:3;grid-row:2;justify-self:end;margin-bottom:12px}.language-switcher--mobile_menu{display:none}.language-switcher--footer label{box-shadow:none}.language-switcher--floating{position:fixed;right:20px;bottom:20px;z-index:80}.footer-links{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.goog-te-banner-frame.skiptranslate{display:none!important}body{top:0!important}
@media(max-width:980px) and (min-width:769px){.language-switcher--top{grid-column:1/-1;grid-row:3;justify-self:end;margin-bottom:14px}}
@media(max-width:768px){.language-switcher--top{grid-column:1/-1;grid-row:auto;justify-self:center;margin:0}.language-switcher--mobile_menu{display:block;margin:16px 0}.language-switcher--mobile_menu label{width:min(100%,300px)}.language-switcher--floating{right:12px;bottom:12px}.language-switcher select{max-width:170px}}
.comparisons-page-grid{display:grid;gap:28px}.comparisons-page-grid>article{min-width:0;padding:24px;border:1px solid var(--line);border-radius:var(--radius);background:#fff}.comparisons-page-grid>article>h2{margin-top:0}.comparisons-page-grid .comparison{margin-bottom:0}
@media(max-width:768px){.comparisons-page-grid>article{padding:16px}}

/* Public post content rendered from the HTML editor. */
.post-content{font-size:20px;line-height:1.85;color:#111;word-break:normal;overflow-wrap:break-word}
.post-content p{margin:0 0 24px}
.post-content h2{margin:52px 0 20px;color:var(--petrol);font-size:34px;line-height:1.2}
.post-content h3{margin:38px 0 16px;color:var(--petrol);font-size:26px;line-height:1.25}
.post-content h4{margin:30px 0 14px;color:var(--petrol);font-size:22px;line-height:1.3}
.post-content ul,.post-content ol{margin:0 0 28px;padding-left:28px}
.post-content li{margin:8px 0}
.post-content a{color:var(--petrol);font-weight:700;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}
.post-content img{display:block;max-width:100%;height:auto;margin:28px auto;border-radius:18px}
.post-content iframe{display:block;width:100%;max-width:100%;aspect-ratio:16/9;height:auto;min-height:320px;margin:30px auto;border:0;border-radius:18px;background:#000}
.post-content figure{max-width:100%;margin:32px auto;text-align:center}
.post-content figure img{margin:0 auto}
.post-content figcaption{margin-top:9px;color:#61747a;font-size:14px;font-style:italic}
.post-content blockquote{margin:34px 0;padding:20px 24px;border-left:5px solid var(--lime);border-radius:0 14px 14px 0;background:#f4f8f9;color:#183b42}
.post-content table{display:block;width:100%;max-width:100%;overflow-x:auto;border-collapse:collapse;margin:30px 0}
.post-content th,.post-content td{padding:12px 14px;border:1px solid var(--line);text-align:left;vertical-align:top}
.post-content th{background:#f5f7f8;color:var(--petrol)}
.post-content .post-toc{margin:0 0 34px;padding:24px;border:1px solid var(--line);border-radius:18px;background:#f7fafb;box-shadow:0 10px 26px rgba(0,40,48,.06)}
.post-content .post-toc-title{display:block;margin:0 0 14px;color:var(--petrol);font-size:20px}
.post-content .post-toc ol{display:grid;gap:8px;margin:0;padding-left:24px}
.post-content .post-toc a{font-size:16px;text-decoration:none}
@media(max-width:768px){.post-content{font-size:18px;line-height:1.75}.post-content h2{font-size:28px;margin-top:42px}.post-content h3{font-size:23px}.post-content img,.post-content iframe{border-radius:14px}.post-content iframe{min-height:210px}.post-content .post-toc{padding:18px}}
.site-header{background:var(--menu-top-bg,var(--theme-header-bg,var(--petrol)))}
.logo span{color:var(--menu-logo-text,var(--theme-header-links,#fff))}
.main-nav a,.site-header .search-form button,.categories-toggle{color:var(--theme-header-links,#fff)}
.category-menu-icon,.categories-toggle svg,.menu-toggle{color:var(--menu-top-icons,var(--theme-header-icons,var(--lime)))}
body{background:var(--color-site-bg,var(--theme-content-bg,var(--white)));color:var(--color-text-main,var(--theme-content-text,var(--text)))}
a{color:var(--link-color,var(--color-link,currentColor));font-weight:var(--link-font-weight,inherit);text-decoration:var(--link-decoration,none)}
a:hover{color:var(--link-hover-color,var(--color-link-hover,var(--lime)));text-decoration:var(--link-hover-decoration,none)}
a:visited{color:var(--link-visited-color,var(--link-color,var(--color-link,currentColor)))}
h1,h2,h3,.section-title,.post-title{color:var(--color-title,var(--theme-content-title,var(--petrol)))}
.btn,.admin-link-button,.read-more,.card-cta{border-radius:var(--button-primary-radius,var(--radius));transition:.2s ease}
.btn-lime,.btn.primary,.button-primary,.read-more,.card-cta{border:1px solid var(--button-primary-border,var(--button-primary-bg,var(--lime)));background:var(--button-primary-bg,var(--lime));color:var(--button-primary-text,var(--petrol))}
.btn-lime:hover,.btn.primary:hover,.button-primary:hover,.read-more:hover,.card-cta:hover{background:var(--button-primary-hover-bg,var(--petrol));color:var(--button-primary-hover-text,#fff)}
.btn:not(.btn-lime),.button-secondary{border:1px solid var(--button-secondary-border,var(--line));background:var(--button-secondary-bg,#fff);color:var(--button-secondary-text,var(--petrol));border-radius:var(--button-secondary-radius,var(--radius))}
.btn:not(.btn-lime):hover,.button-secondary:hover{background:var(--button-secondary-hover-bg,#f4f5f5);color:var(--button-secondary-hover-text,var(--petrol))}
.post-card,.content-card,.affiliate-product,.sidebar-card,.sidebar-box,.category-card,.comparison-card{border-color:var(--card-border,var(--line));border-radius:var(--card-radius,var(--radius));background:var(--card-bg,var(--color-card-bg,#fff));color:var(--card-text,var(--text));box-shadow:var(--card-shadow,var(--shadow))}
.post-card h2,.post-card h3,.content-card h2,.content-card h3,.affiliate-product h3,.category-card h2,.comparison-card h3{color:var(--card-title,var(--color-title,var(--petrol)))}
.post-card small,.post-meta,.card-date{color:var(--card-date,var(--color-text-secondary,#68717a))}
.category-pill,.tag,.badge,.post-category,.card-badge{background:var(--card-badge-bg,var(--theme-tag-bg,var(--lime)));color:var(--card-badge-text,var(--theme-tag-text,var(--petrol)))}
.site-footer{background:var(--theme-footer-bg,var(--footer-bg,var(--petrol)));color:var(--theme-footer-text,var(--footer-text-color,#fff))}
.site-footer h3{color:var(--theme-footer-title,var(--footer-title,var(--lime)))}
.site-footer a{color:var(--theme-footer-link,var(--footer-link,#fff))}
.site-footer a:hover{color:var(--footer-link-hover,var(--lime))}
.site-footer a.btn-lime{background:var(--button-primary-bg,var(--lime));color:var(--button-primary-text,var(--petrol))}
.site-footer a.btn-lime:hover{background:var(--button-primary-hover-bg,var(--petrol));color:var(--button-primary-hover-text,#fff)}
.footer-statement,.footer-legal{border-color:var(--theme-footer-line,var(--footer-line,var(--lime)))}
