:root{--gcb-primary:#aa1414;--gcb-dark:#1d3557;--gcb-gray:#666;--gcb-light-gray:#f8f9fa;--gcb-border:rgba(0,0,0,.08);--gcb-maxw:1200px;--gcb-transition:all 0.3s ease}.gcb-main-wrapper{background-color:#fff;min-height:100vh;padding-top:100px;padding-bottom:60px}.gcb-container{max-width:var(--gcb-maxw);margin:0 auto;padding:0 15px;box-sizing:border-box}.gcb-breadcrumb{margin-bottom:20px}.gcb-breadcrumb ol{display:flex;flex-wrap:wrap;list-style:none;padding:0;margin:0;font-size:.86rem;color:#000}.gcb-breadcrumb li:not(:last-child):after{content:"›";margin:0 6px;color:var(--gcb-gray)}.gcb-breadcrumb a{color:#000;text-decoration:none}.gcb-breadcrumb a:hover{color:var(--gcb-primary)}.gcb-page-title{font-size:2rem;font-weight:800;color:#111;margin-bottom:24px;padding-bottom:12px;border-bottom:3px solid var(--gcb-primary);display:inline-block;text-transform:uppercase}.gcb-hero-section{position:relative;border-radius:12px;overflow:hidden;margin-bottom:30px;background:#000}.gcb-hero-image{width:100%;aspect-ratio:21/9;-o-object-fit:cover;object-fit:cover;opacity:.7}.gcb-hero-content{position:absolute;bottom:0;left:0;right:0;padding:40px;background:linear-gradient(0deg,rgba(0,0,0,.9),transparent);color:#fff}.gcb-hero-title{font-size:2.5rem;font-weight:900;margin-bottom:15px;line-height:1.1}@media (max-width:768px){.gcb-hero-title{font-size:1.5rem}.gcb-hero-content{padding:20px}}.gcb-category-bar{display:flex;gap:10px;overflow-x:auto;padding:10px 0 25px;scrollbar-width:none}.gcb-category-bar::-webkit-scrollbar{display:none}.gcb-cat-chip{padding:8px 20px;background:var(--gcb-light-gray);border:1px solid var(--gcb-border);border-radius:25px;font-weight:700;font-size:.9rem;color:#333;text-decoration:none;white-space:nowrap;transition:var(--gcb-transition)}.gcb-cat-chip:hover{background:var(--gcb-primary);color:#fff;border-color:var(--gcb-primary)}.gcb-grid-layout{display:flex;flex-wrap:wrap;gap:24px}.gcb-content-area{flex:1;min-width:0}.gcb-sidebar-area{flex:0 0 320px}@media (max-width:1024px){.gcb-sidebar-area{flex:0 0 100%}}.gcb-article-list{display:grid;grid-template-columns:repeat(1,1fr);gap:20px}@media (min-width:640px){.gcb-article-list{grid-template-columns:repeat(2,1fr)}}@media (min-width:992px){.gcb-article-list{grid-template-columns:repeat(3,1fr)}}.gcb-article-card{background:#fff;border:1px solid var(--gcb-border);border-radius:8px;overflow:hidden;transition:var(--gcb-transition)}.gcb-article-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px rgba(0,0,0,.1);border-color:var(--gcb-primary)}.gcb-article-image{position:relative;aspect-ratio:16/9;overflow:hidden}.gcb-article-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.gcb-article-body{padding:16px}.gcb-article-category{font-size:10px;font-weight:700;color:var(--gcb-primary);text-transform:uppercase;margin-bottom:8px;display:block}.gcb-article-title{font-size:1.1rem;font-weight:700;line-height:1.3;margin:0 0 10px;color:#111;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.gcb-article-card:hover .gcb-article-title{color:var(--gcb-primary)}.gcb-article-meta{font-size:.8rem;color:var(--gcb-gray);display:flex;justify-content:space-between}.gcb-post-title{font-size:2.5rem;margin:10px 0}@media (max-width:768px){.gcb-post-title{font-size:1.8rem}}.gcb-post-meta-row{display:flex;align-items:center;gap:15px;margin-top:20px;padding:15px 0;border-top:1px solid var(--gcb-border);border-bottom:1px solid var(--gcb-border)}.gcb-author-thumb{width:45px;height:45px;border-radius:50%;border:2px solid var(--gcb-primary)}.gcb-author-name{font-size:1rem;display:block}.gcb-post-date{font-size:.85rem;color:var(--gcb-gray)}.gcb-post-content{font-size:1.15rem;line-height:1.7;color:#333;text-align:justify}.gcb-post-content p{margin-bottom:1.5rem}.gcb-post-content figure{margin:25px 0}.gcb-post-content img{max-width:100%!important;height:auto!important;display:block;margin:30px auto!important;border-radius:12px;box-shadow:0 5px 15px rgba(0,0,0,.08)}.gcb-post-content figure{margin:30px 0;padding:0;text-align:center}.gcb-post-content p img{display:inline-block;max-width:100%}.gcb-post-header+.gcb-article-image{aspect-ratio:auto!important;height:auto!important}.gcb-post-header+.gcb-article-image img{height:auto!important;-o-object-fit:contain!important;object-fit:contain!important}.gcb-caption{font-size:13px;color:#777;padding:10px 0;text-align:center;font-style:italic;border-bottom:1px solid var(--gcb-border)}.gcb-inline-related{background:var(--gcb-light-gray);border-left:4px solid var(--gcb-primary);padding:20px;margin:30px 0;border-radius:0 8px 8px 0}.gcb-inline-related h3{font-size:1rem;font-weight:800;margin:0 0 10px;text-transform:uppercase;color:var(--gcb-primary)}.gcb-inline-related ul{list-style:none;padding:0;margin:0}.gcb-inline-related li{margin-bottom:8px}.gcb-inline-related a{color:#111;text-decoration:none;font-weight:700;font-size:.95rem}.gcb-inline-related a:hover{color:var(--gcb-primary);text-decoration:underline}.gcb-post-content h2{font-size:1.8rem;font-weight:800;margin:2rem 0 1rem;color:#111;border-left:5px solid var(--gcb-primary);padding-left:15px}.gcb-widget{background:var(--gcb-light-gray);border-radius:12px;padding:24px;margin-bottom:24px}.gcb-widget-title{font-size:1.1rem;font-weight:800;color:var(--gcb-dark);margin-bottom:18px;padding-bottom:10px;border-bottom:2px solid var(--gcb-primary);text-transform:uppercase}.gcb-related-list{display:flex;flex-direction:column;gap:15px}.gcb-related-item{display:flex;gap:12px;text-decoration:none}.gcb-related-thumb{flex:0 0 80px;width:80px;height:60px;border-radius:6px;-o-object-fit:cover;object-fit:cover}.gcb-related-title{font-size:.9rem;font-weight:700;color:#111;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.gcb-related-item:hover .gcb-related-title{color:var(--gcb-primary)}.gcb-pagination{display:flex;gap:10px;margin-top:40px}.gcb-page-btn{padding:10px 18px;background:#fff;border:1px solid var(--gcb-border);border-radius:6px;font-weight:700;color:#111;text-decoration:none}.gcb-page-btn.active{background:var(--gcb-primary);color:#fff;border-color:var(--gcb-primary)}.sn-ai-brief-box{background:linear-gradient(145deg,#fff,#f9f9f9);border:1px solid rgba(170,20,20,.1);border-left:5px solid var(--gcb-primary);border-radius:12px;padding:24px;margin-bottom:30px;box-shadow:0 4px 20px rgba(0,0,0,.05)}.brief-header{margin-bottom:20px}.brief-header-text{display:flex;align-items:center;gap:10px;margin-bottom:5px}.brief-icon{font-size:24px}.brief-title{font-size:1.4rem;font-weight:800;color:#111;margin:0;min-height:1.6em}.brief-subtitle{font-size:.85rem;color:#666;margin:5px 0 0}.brief-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.brief-list li{position:relative;padding-left:25px;font-size:1.05rem;line-height:1.5;color:#333}.brief-list li:before{content:"✦";position:absolute;left:0;color:var(--gcb-primary);font-weight:700}.brief-footer{margin-top:25px;padding-top:15px;border-top:1px solid #eee;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px}.brief-feedback{font-size:.85rem;color:#888;margin:0}.brief-link{font-size:.9rem;font-weight:700;color:var(--gcb-primary);text-decoration:none}.gc-ai-sidebar-widget .gcb-widget-title span{font-size:.75rem;color:#888;text-transform:none;font-weight:400}.gc-ai-sidebar-list{display:flex;flex-direction:column;gap:15px;margin-bottom:15px}.gc-ai-sidebar-item{display:flex;gap:12px;text-decoration:none;align-items:center}.gc-ai-sidebar-thumb{position:relative;flex:0 0 70px;width:70px;height:70px;border-radius:50%;overflow:hidden;border:2px solid var(--gcb-primary)}.gc-ai-sidebar-thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.gc-ai-play-icon{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.2);color:#fff;font-size:1.2rem;opacity:.8}.gc-ai-sidebar-name{font-size:.85rem;font-weight:700;color:#333;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.gc-ai-sidebar-item:hover .gc-ai-sidebar-name,.gc-ai-view-all{color:var(--gcb-primary)}.gc-ai-view-all{display:block;text-align:center;font-size:.85rem;font-weight:800;text-decoration:none;padding-top:10px;border-top:1px solid #eee}.post-related-products-title{font-size:1.5rem;font-weight:800;color:var(--gcb-dark);margin-bottom:20px;display:flex;align-items:center;gap:10px}.post-related-products-list{display:grid;grid-template-columns:1fr;gap:15px}.post-related-product-item{background:#fff;border:1px solid var(--gcb-border);border-radius:12px;overflow:hidden;transition:var(--gcb-transition)}.post-related-product-item:hover{transform:translateY(-4px);box-shadow:0 8px 25px rgba(0,0,0,.1);border-color:var(--gcb-primary)}.post-related-product-link{display:flex;text-decoration:none;color:inherit}.post-related-product-image{width:150px;height:100px;flex-shrink:0}.post-related-product-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.post-related-product-content{flex:1;padding:15px;display:flex;flex-direction:column;justify-content:center}.post-related-product-brand{font-size:10px;font-weight:800;color:var(--gcb-primary);text-transform:uppercase;margin:0}.post-related-product-name{font-size:1.1rem;font-weight:800;margin:5px 0;color:#111}.post-related-product-price{font-size:.95rem;font-weight:700;color:#444}.post-related-product-price-label{font-size:11px;color:#888;margin:0}.post-related-product-arrow{width:50px;display:flex;align-items:center;justify-content:center;background:var(--gcb-light-gray);color:#999;transition:var(--gcb-transition)}.post-related-product-item:hover .post-related-product-arrow{background:var(--gcb-primary);color:#fff}@media (max-width:600px){.post-related-product-image{width:100px;height:80px}.post-related-product-arrow{width:35px}}.premium-typography{font-size:1.15rem;line-height:1.8;color:#333}.premium-typography p{margin-bottom:25px}.premium-typography h2{font-size:1.8rem;margin:40px 0 20px;color:#111;font-weight:800}.premium-typography h3{font-size:1.5rem;margin:30px 0 15px;color:#111;font-weight:700}.gcb-article-main{background:#fff}.gcb-post-header{margin-bottom:30px}.gcb-article-category-label{background:#aa1414;color:#fff;padding:4px 12px;font-size:12px;font-weight:800;text-transform:uppercase;border-radius:4px;display:inline-block;margin-bottom:15px}.gcb-post-title{font-size:2.8rem;line-height:1.2;font-weight:900;color:#111;margin-bottom:25px;letter-spacing:-.02em}.gcb-post-meta-premium{display:flex;justify-content:space-between;align-items:center;padding:20px 0;border-top:1px solid #eee;border-bottom:1px solid #eee;margin-bottom:30px}.gcb-meta-author-box{display:flex;align-items:center;gap:15px}.gcb-author-avatar-sm{width:48px;height:48px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.gcb-meta-text{display:flex;flex-direction:column}.gcb-author-name{font-weight:700;color:#111}.gcb-author-name a{color:#aa1414;text-decoration:none}.gcb-meta-dates{font-size:.85rem;color:#666;display:flex;gap:15px}.gcb-meta-updated{color:#aa1414;font-weight:600}.gcb-social-share-inline{display:flex;gap:10px}.gcb-share-btn{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;transition:transform .2s}.gcb-share-btn:hover{transform:translateY(-3px)}.gcb-share-btn.fb{background:#3b5998}.gcb-share-btn.tw{background:#1da1f2}.gcb-share-btn.wa{background:#25d366}.gcb-hero-image-container{margin-bottom:40px;border-radius:16px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.1)}.gcb-article-hero-img{width:100%;height:auto;display:block}.gcb-author-bio-card{background:#fff;padding:40px;border-radius:24px;margin:80px 0;border:1px solid #f0f0f0;box-shadow:0 15px 50px rgba(0,0,0,.03);position:relative}.gcb-author-bio-header{display:flex;align-items:center;gap:25px;margin-bottom:25px;position:relative}.gcb-author-bio-header img{width:90px;height:90px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:4px solid #fff;box-shadow:0 10px 25px rgba(0,0,0,.1)}.gcb-author-info{flex:1}.gcb-author-info h4{font-size:1.6rem;margin:0;color:#111;font-weight:900;line-height:1.2}.gcb-author-role{color:#aa1414;font-weight:800;text-transform:uppercase;font-size:11px;letter-spacing:2px;margin-bottom:8px}.gcb-author-job{color:#666;font-size:.95rem;font-weight:600;margin-top:5px}.gcb-author-socials-minimal{display:flex;gap:12px}.gcb-author-socials-minimal a{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#f5f5f5;color:#111;text-decoration:none;transition:all .3s}.gcb-author-socials-minimal a:hover{background:#aa1414;color:#fff;transform:translateY(-3px)}.gcb-author-bio-content p{color:#444;line-height:1.8;font-size:1.05rem;margin-bottom:25px}.gcb-view-profile-btn{display:inline-flex;align-items:center;gap:10px;background:#111;color:#fff;padding:12px 25px;border-radius:12px;text-decoration:none;font-weight:800;font-size:.9rem;transition:all .3s}.gcb-view-profile-btn:hover{background:#aa1414;gap:15px}.gcb-faq-premium-section{margin:100px 0;padding:60px;background:#fcfcfc;border:1px solid #eee;border-radius:30px}.gcb-faq-header-box{text-align:center;margin-bottom:50px}.gcb-faq-eyebrow{font-size:13px;font-weight:800;color:#aa1414;text-transform:uppercase;letter-spacing:3px;display:block;margin-bottom:10px}.gcb-faq-main-title{font-size:2.2rem;font-weight:950;color:#111;margin:0;letter-spacing:-.02em}.gcb-faq-accordion-list{display:flex;flex-direction:column;gap:15px}.gcb-faq-accordion-item{background:#fff;border:1px solid #eee;border-radius:16px;overflow:hidden;transition:all .3s}.gcb-faq-accordion-item[open]{border-color:#aa1414;box-shadow:0 10px 30px rgba(170,20,20,.05)}.gcb-faq-summary{padding:25px 30px;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;font-weight:800;font-size:1.15rem;color:#111}.gcb-faq-summary::-webkit-details-marker{display:none}.gcb-faq-icon-toggle{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#f5f5f5;color:#999;transition:all .3s}.gcb-faq-accordion-item[open] .gcb-faq-icon-toggle{background:#aa1414;color:#fff;transform:rotate(180deg)}.gcb-faq-answer-box{padding:0 30px 30px;color:#555;line-height:1.7;font-size:1.05rem}.gcb-author-profile-hero{background:#111;color:#fff;padding:100px 0;text-align:center;position:relative;overflow:hidden}.gcb-author-profile-hero:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at top right,rgba(170,20,20,.2),transparent)}.gcb-author-large-avatar{width:150px;height:150px;border-radius:50%;border:5px solid #fff;margin:0 auto 30px;position:relative;z-index:1;box-shadow:0 20px 40px rgba(0,0,0,.3)}.gcb-author-profile-hero h1{font-size:3.5rem;font-weight:950;margin-bottom:10px;position:relative;z-index:1}.gcb-author-profile-hero .gcb-author-role{font-size:14px;position:relative;z-index:1;opacity:.8}.gcb-author-stats{display:flex;justify-content:center;gap:40px;margin-top:40px;position:relative;z-index:1}.gcb-stat-item{display:flex;flex-direction:column;align-items:center}.gcb-stat-value{font-size:1.8rem;font-weight:900;color:#aa1414}.gcb-stat-label{font-size:12px;text-transform:uppercase;font-weight:700;color:#999}.gcb-author-hero-bio{max-width:800px;margin:20px auto 30px;opacity:.9;font-size:1.15rem;line-height:1.6;font-weight:500}.gcb-breadcrumb-white ol{display:flex;list-style:none;padding:0;justify-content:center;gap:10px;font-size:.85rem}.gcb-breadcrumb-white a{color:hsla(0,0%,100%,.7);text-decoration:none;transition:color .3s}.gcb-breadcrumb-white a:hover{color:#fff}.gcb-breadcrumb-white li{color:hsla(0,0%,100%,.4)}.gcb-author-hero-content{position:relative;z-index:2}.gcb-landing-title{font-size:3.5rem;font-weight:950;color:#111;margin:20px 0 40px;letter-spacing:-.04em;text-transform:uppercase;text-align:center}.premium-cat-bar{justify-content:center;border-bottom:1px solid #eee;padding-bottom:30px;margin-bottom:40px}.gcb-hero-premium-link{text-decoration:none;display:block}.gcb-hero-section-premium{position:relative;border-radius:24px;overflow:hidden;height:550px;box-shadow:0 20px 50px rgba(0,0,0,.15)}.gcb-hero-section-premium img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.gcb-hero-premium-link:hover .gcb-hero-section-premium img{transform:scale(1.03)}.gcb-hero-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.95) 10%,rgba(0,0,0,.4) 50%,transparent);display:flex;align-items:flex-end;padding:60px}.gcb-hero-content-inner{max-width:850px}.gcb-badge-featured{background:#aa1414;color:#fff;padding:6px 16px;border-radius:50px;font-size:13px;font-weight:800;text-transform:uppercase;display:inline-flex;align-items:center;gap:8px;margin-bottom:20px}.gcb-hero-premium-link .gcb-hero-title{font-size:3.5rem;line-height:1;margin-bottom:20px;color:#fff;font-weight:900}.gcb-hero-desc{font-size:1.2rem;color:hsla(0,0%,100%,.8);line-height:1.5;margin-bottom:30px;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.gcb-hero-meta{display:flex;gap:30px;color:#fff;font-size:.9rem;font-weight:600;text-transform:uppercase}.gcb-meta-item{display:flex;align-items:center;gap:8px}.gcb-meta-item i{color:#aa1414;font-size:16px}.gcb-article-card-premium{background:#fff;border-radius:20px;overflow:hidden;transition:all .4s cubic-bezier(.175,.885,.32,1.275);border:1px solid #f0f0f0}.gcb-article-card-premium:hover{transform:translateY(-10px);box-shadow:0 20px 40px rgba(0,0,0,.1);border-color:#aa1414}.gcb-article-image-premium{position:relative;aspect-ratio:4/3;overflow:hidden}.gcb-article-image-premium img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.gcb-img-hover-overlay{position:absolute;inset:0;background:rgba(170,20,20,.8);display:flex;align-items:center;justify-content:center;color:#fff;font-size:40px;opacity:0;transition:opacity .3s}.gcb-article-card-premium:hover .gcb-img-hover-overlay{opacity:1}.gcb-article-body-premium{padding:25px}.gcb-article-title-premium{font-size:1.4rem;font-weight:800;line-height:1.25;color:#111;margin-bottom:15px;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;transition:color .3s}.gcb-article-card-premium:hover .gcb-article-title-premium{color:#aa1414}.gcb-article-meta-premium{display:flex;justify-content:space-between;font-size:.75rem;font-weight:800;color:#999;text-transform:uppercase}.gcb-article-meta-premium i{color:#aa1414;margin-right:5px}.gcb-section-header{margin-bottom:30px;display:flex;align-items:center;gap:20px}.gcb-title-line{flex:1;height:2px;background:#eee}.gcb-widget-premium{background:#fff;border:1px solid #eee;border-radius:20px;padding:30px;margin-bottom:30px}.gcb-trending-list-premium{display:flex;flex-direction:column;gap:25px}.gcb-trending-item-premium{display:flex;gap:20px;text-decoration:none;align-items:flex-start}.gcb-trending-number{font-size:2.5rem;font-weight:900;color:#f0f0f0;line-height:1;transition:color .3s}.gcb-trending-item-premium:hover .gcb-trending-number{color:#aa1414}.gcb-trending-title{font-size:1rem;font-weight:800;color:#111;line-height:1.3;display:block;margin-bottom:5px}.gcb-trending-date{font-size:11px;font-weight:700;color:#bbb;text-transform:uppercase}.gcb-sidebar-newsletter{background:linear-gradient(135deg,#aa1414,#6d0d0d);border-radius:20px;padding:40px 30px;color:#fff;position:relative;overflow:hidden}.gcb-sidebar-newsletter:before{content:"GC";position:absolute;right:-20px;bottom:-20px;font-size:150px;font-weight:950;color:hsla(0,0%,100%,.05);line-height:1}.gcb-newsletter-content{position:relative;z-index:1}.gcb-newsletter-content h3{font-size:1.8rem;font-weight:900;margin-bottom:15px}.gcb-newsletter-content p{font-size:.95rem;opacity:.8;line-height:1.5;margin-bottom:25px}.gcb-newsletter-content input{width:100%;padding:15px;border-radius:12px;border:none;background:hsla(0,0%,100%,.1);color:#fff;margin-bottom:15px;outline:none;backdrop-filter:blur(10px)}.gcb-newsletter-content input::-moz-placeholder{color:hsla(0,0%,100%,.5)}.gcb-newsletter-content input::placeholder{color:hsla(0,0%,100%,.5)}.gcb-newsletter-content button{width:100%;padding:15px;border-radius:12px;border:none;background:#fff;color:#aa1414;font-weight:900;cursor:pointer;transition:transform .3s}.gcb-newsletter-content button:hover{transform:scale(1.02)}.gcb-archive-header-premium{text-align:center;margin-bottom:60px}.gcb-archive-eyebrow{font-size:14px;font-weight:800;color:#aa1414;text-transform:uppercase;letter-spacing:2px;display:block;margin-bottom:10px}.gcb-page-title-premium{font-size:4rem;font-weight:950;color:#111;margin-bottom:20px;letter-spacing:-.04em;text-transform:uppercase}.gcb-archive-separator{width:60px;height:4px;background:#aa1414;margin:0 auto}.gcb-pagination-premium{display:flex;justify-content:center;gap:10px;margin-top:60px}.gcb-page-btn-premium{width:45px;height:45px;display:flex;align-items:center;justify-content:center;border:2px solid #eee;background:#fff;color:#111;font-weight:800;border-radius:50%;cursor:pointer;transition:all .3s}.gcb-page-btn-premium.active{background:#aa1414;color:#fff;border-color:#aa1414}.gcb-page-btn-premium:hover:not(.active){border-color:#aa1414;color:#aa1414}.gcb-empty-state{text-align:center;padding:100px 20px;background:#f9f9f9;border-radius:30px;border:2px dashed #eee}.gcb-empty-state i{font-size:60px;color:#ddd;margin-bottom:20px}.gcb-empty-state h2{font-size:2rem;color:#111;margin-bottom:10px}.gcb-empty-state p{color:#888;margin-bottom:30px}.gcb-btn-primary{display:inline-block;padding:15px 30px;background:#aa1414;color:#fff;text-decoration:none;font-weight:800;border-radius:12px;transition:transform .3s}.gcb-btn-primary:hover{transform:translateY(-3px)}.gcb-newsletter-premium-widget{background:#111;color:#fff;padding:40px 30px;border-radius:20px;text-align:center;margin-top:40px}.gcb-newsletter-icon{font-size:40px;color:#aa1414;margin-bottom:20px}.gcb-newsletter-premium-widget h3{font-size:1.5rem;font-weight:800;margin-bottom:15px;color:#fff}.gcb-newsletter-premium-widget p{font-size:14px;color:#aaa;line-height:1.5;margin-bottom:25px}.gcb-newsletter-form{display:flex;flex-direction:column;gap:10px}.gcb-newsletter-form input{padding:12px 15px;border-radius:10px;border:1px solid #333;background:#222;color:#fff;outline:none}.gcb-newsletter-form button{padding:12px;border-radius:10px;border:none;background:#aa1414;color:#fff;font-weight:800;cursor:pointer;transition:background .3s}.gcb-newsletter-form button:hover{background:#d01919}.gcb-newsletter-note{font-size:11px!important;margin-top:15px!important;color:#666!important}@media (max-width:768px){.gcb-author-bio-card{padding:30px}.gcb-author-bio-header{flex-direction:column;text-align:center}.gcb-author-socials-minimal{justify-content:center;margin-top:15px}.gcb-faq-premium-section{padding:30px}.gcb-faq-main-title{font-size:1.8rem}.gcb-author-profile-hero h1{font-size:2.5rem}}@media (max-width:1024px){.gcb-hero-section-premium{height:450px}.gcb-hero-premium-link .gcb-hero-title{font-size:2.5rem}}@media (max-width:768px){.gcb-landing-title{font-size:2.5rem}.gcb-hero-section-premium{height:400px}.gcb-hero-overlay{padding:30px}.gcb-hero-premium-link .gcb-hero-title{font-size:1.8rem}.gcb-hero-desc{font-size:1rem}.gcb-hero-meta{gap:15px;font-size:.75rem}}