*,::after,::before{margin:0;padding:0;box-sizing:border-box}:root{--primary:#2d2d2d;--primary-light:#4a4a4a;--accent:#27BAF0;--accent-hover:#1a9fd4;--accent-light:#e6f7fc;--accent-secondary:#27BAF0;--accent-gradient:linear-gradient(135deg, #27BAF0 0%, #1a9fd4 100%);--banner-color:#27BAF0;--white:#ffffff;--off-white:#fafafa;--cream:#f8f6f3;--gray-100:#f5f5f5;--gray-200:#e8e8e8;--gray-300:#d4d4d4;--gray-400:#a3a3a3;--gray-500:#737373;--gray-600:#525252;--gray-700:#404040;--gray-800:#262626;--text:#333333;--text-light:#666666;--text-muted:#999999;--font-heading:'Paytone One',sans-serif;--font-body:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;--font-handwritten:'Caveat',cursive;--container-width:1200px;--shadow-sm:0 1px 3px rgba(0,0,0,0.08);--shadow-md:0 4px 12px rgba(0,0,0,0.1);--shadow-lg:0 10px 40px rgba(0,0,0,0.15);--transition:all 0.3s ease;--radius-sm:8px;--radius-md:12px;--radius-lg:20px;--radius-full:50px}html{scroll-behavior:smooth}body{font-family:var(--font-body);font-size:16px;line-height:1.7;color:var(--text);background:var(--white);-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:400;line-height:1.15;color:var(--primary)}h1{font-size:clamp(2rem, 5vw, 3.5rem)}h2{font-size:clamp(1.5rem, 4vw, 2.25rem)}h3{font-size:clamp(1.25rem, 3vw, 1.5rem)}h4{font-size:1.25rem}p{margin-bottom:1rem}a{color:var(--accent);text-decoration:none;transition:var(--transition)}a:hover{color:var(--accent-hover)}img{max-width:100%;height:auto}.container{width:100%;max-width:var(--container-width);margin:0 auto;padding:0 20px}.destinations-header,.reviews-header,.travel-tips-header{margin-top:70px;padding:50px 20px 40px;background:var(--accent-gradient);text-align:center}.destinations-header h1,.reviews-header h1,.travel-tips-header h1{font-family:var(--font-heading);font-size:clamp(2rem, 5vw, 2.5rem);margin-bottom:12px;color:#fff}.destinations-header p,.reviews-header p,.travel-tips-header p{color:rgba(255,255,255,.9);max-width:500px;margin:0 auto}.site-header{position:fixed;top:0;left:0;right:0;background:var(--white);z-index:1000;box-shadow:var(--shadow-sm)}.site-header>.container{max-width:100%;padding:0 60px}.main-nav{display:flex;align-items:center;justify-content:space-between;height:70px}.logo{display:flex;align-items:center;gap:10px}.logo-text{font-family:var(--font-heading);font-size:1.5rem;color:var(--primary)}.logo-image{max-height:50px;width:auto;object-fit:contain;transition:opacity .2s ease}.logo:hover .logo-image{opacity:.85}.nav-right{display:flex;align-items:center;gap:32px}.nav-menu{display:flex;align-items:center;gap:32px;list-style:none}.nav-menu a{color:var(--text);font-weight:500;font-size:15px;padding:8px 0;position:relative}.nav-menu a:hover{color:var(--accent)}.nav-menu a::after{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--accent);transition:var(--transition)}.nav-menu a:hover::after{width:100%}.nav-menu .has-dropdown{position:relative}.nav-menu .has-dropdown>a::after{display:none}.nav-menu .dropdown{position:absolute;top:100%;left:0;min-width:180px;background:var(--white);border-radius:var(--radius-sm);box-shadow:var(--shadow-lg);padding:8px 0;opacity:0;visibility:hidden;transform:translateY(10px);transition:var(--transition);list-style:none;z-index:1000}.nav-menu .has-dropdown:hover .dropdown{opacity:1;visibility:visible;transform:translateY(0)}.nav-menu .dropdown li{display:block}.nav-menu .dropdown a{display:block;padding:10px 20px;color:var(--text);font-size:14px;white-space:nowrap}.nav-menu .dropdown a:hover{background:var(--gray-100);color:var(--accent)}.nav-menu .dropdown a::after{display:none}.menu-toggle{display:none;flex-direction:column;gap:5px;background:0 0;border:none;cursor:pointer;padding:5px}.menu-toggle span{width:24px;height:2px;background:var(--primary);transition:var(--transition)}.nav-search{display:flex;align-items:center}.search-toggle{background:0 0;border:none;cursor:pointer;padding:8px;color:var(--text);transition:var(--transition)}.search-toggle:hover{color:var(--accent)}.search-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.9);z-index:2000;display:none;align-items:center;justify-content:center;padding:20px}.search-modal.active{display:flex}.search-modal-content{width:100%;max-width:600px;position:relative}.search-close{position:absolute;top:-50px;right:0;background:0 0;border:none;color:var(--white);font-size:2.5rem;cursor:pointer;transition:var(--transition)}.search-close:hover{color:var(--accent)}.search-form{display:flex;background:var(--white);border-radius:var(--radius-sm);overflow:hidden}.search-form input{flex:1;border:none;padding:20px 24px;font-size:18px;outline:0}.search-form button{background:var(--accent);color:var(--white);border:none;padding:20px 30px;font-weight:600;cursor:pointer;transition:var(--transition)}.search-form button:hover{background:var(--accent-hover)}.hero-wrapper{margin-top:70px;padding:20px 60px;background:var(--white)}.hero{position:relative;min-height:450px;display:flex;align-items:center;justify-content:center;padding:60px 40px 80px;overflow:hidden;border-radius:var(--radius-lg)}.hero-background{position:absolute;top:0;left:0;right:0;bottom:0;background-size:cover;background-position:center;border-radius:var(--radius-lg);background-color:#27baf0;background-image:linear-gradient(135deg,#27baf0 0,#20a8e0 50%,#1a9fd4 100%)}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;border-radius:var(--radius-lg);background:linear-gradient(to bottom,rgba(0,0,0,.1) 0,rgba(0,0,0,.25) 100%)}.hero-illustration{position:absolute;top:0;right:0;width:60%;height:100%;pointer-events:none;z-index:1}.hero-illustration svg{position:absolute;top:0;right:0;width:100%;height:100%}@media (max-width:1024px){.hero-illustration{display:none}}.hero-content{position:relative;z-index:2;width:100%;max-width:900px;text-align:left}.hero h1{color:var(--white);font-size:clamp(2.5rem, 7vw, 4rem);margin-bottom:30px;line-height:1.1;max-width:600px}.hero-search{margin-bottom:30px;max-width:700px}.hero-search form{display:flex;align-items:center;background:var(--white);border-radius:var(--radius-sm);overflow:hidden;box-shadow:var(--shadow-lg)}.hero-search input{flex:1;border:none;padding:20px 24px;font-size:16px;outline:0;background:0 0}.hero-search input::placeholder{color:var(--gray-500)}.hero-search button{background:0 0;color:var(--gray-600);border:none;padding:20px 24px;cursor:pointer;transition:var(--transition);display:flex;align-items:center;justify-content:center}.hero-search button:hover{color:var(--accent)}.hero-categories{display:flex;flex-wrap:wrap;gap:10px}.hero-category-pill{display:inline-block;padding:12px 22px;background:rgba(50,50,50,.85);color:var(--white);font-size:14px;font-weight:600;border-radius:var(--radius-sm);transition:var(--transition);border:none}.hero-category-pill:hover{background:rgba(30,30,30,.95);color:var(--white);transform:translateY(-2px)}.hero-category-pill.active{background:var(--primary);color:var(--white)}.trending-section{padding:60px 0;background:var(--white)}.trending-section .section-header{flex-direction:column;align-items:flex-start;text-align:left;margin-bottom:40px}.trending-section .section-header h2{display:flex;align-items:center;gap:8px;margin-bottom:12px}.trending-section .section-header h2::after{display:none}.sparkle{font-size:.8em}.section-subtitle{color:var(--text-light);font-size:1rem;margin:0}.trending-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.trending-card{display:flex;flex-direction:column}.trending-card-image{position:relative;aspect-ratio:1.91/1;border-radius:var(--radius-md);overflow:hidden;margin-bottom:16px}.trending-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.trending-card:hover .trending-card-image img{transform:scale(1.05)}.trending-card-content{flex:1;display:flex;flex-direction:column}.trending-date{font-size:13px;color:var(--text-muted);margin-bottom:8px}.trending-card-content h3{font-size:1.1rem;line-height:1.4;margin-bottom:10px}.trending-card-content h3 a{color:var(--primary)}.trending-card-content h3 a:hover{color:var(--accent)}.trending-card-content p{font-size:14px;color:var(--text-light);line-height:1.6;margin-bottom:12px;flex:1}.read-more{font-size:14px;font-weight:600;color:var(--accent)}.read-more:hover{text-decoration:underline}.category-highlight-wrapper{padding:20px 60px}.category-highlight{padding:60px;background:var(--gray-200);border-radius:var(--radius-lg)}.category-highlight-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:50px;align-items:start}.category-highlight-info{position:relative}.category-highlight-subtitle{font-family:var(--font-handwritten);font-size:1.8rem;color:var(--text-light);display:block;margin-bottom:0}.category-highlight-info h2{font-size:3rem;margin-bottom:20px;color:var(--primary)}.category-highlight-info p{font-size:1rem;line-height:1.8;color:var(--text-light);margin-bottom:24px}.category-highlight-tags{display:flex;flex-wrap:wrap;gap:10px}.category-tag-pill{display:inline-block;padding:12px 20px;background:var(--gray-800);color:var(--white);font-size:14px;font-weight:500;border-radius:var(--radius-full);transition:var(--transition)}.category-tag-pill:hover{background:var(--gray-700);color:var(--white);transform:translateY(-1px)}.category-tag-pill.active{background:var(--gray-800)}.category-highlight-posts{display:flex;flex-direction:column;gap:24px}.category-highlight-post{display:flex;gap:20px;align-items:flex-start}.category-highlight-post-image{width:280px;height:auto;aspect-ratio:16/9;border-radius:var(--radius-sm);overflow:hidden;flex-shrink:0}.category-highlight-post-image img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .3s ease}.category-highlight-post:hover .category-highlight-post-image img{transform:scale(1.05)}.category-highlight-post-content{flex:1}.category-highlight-post-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:8px}.category-highlight-post-tags a{font-size:12px;color:var(--accent);text-decoration:underline}.category-highlight-post-tags a:hover{color:var(--accent-hover)}.category-highlight-post-content h3{font-size:1.1rem;line-height:1.4;font-weight:700}.category-highlight-post-content h3 a{color:var(--primary)}.category-highlight-post-content h3 a:hover{color:var(--accent)}.travel-pro-wrapper{padding:20px 60px}.travel-pro{position:relative;min-height:400px;border-radius:var(--radius-lg);overflow:hidden;display:flex;align-items:center;background:linear-gradient(135deg,#1a9fd4 0,#27baf0 100%)}.travel-pro-content{position:relative;width:100%;padding:60px}.travel-pro-text{max-width:500px}.travel-pro-text h2{font-family:var(--font-heading);font-size:2.8rem;color:var(--white);margin-bottom:20px;font-style:italic}.travel-pro-text p{font-size:1rem;line-height:1.7;color:rgba(255,255,255,.85);margin-bottom:30px}.travel-pro-links{display:flex;flex-direction:column;gap:12px}.travel-pro-link{display:inline-flex;align-items:center;justify-content:space-between;padding:16px 24px;background:var(--white);color:var(--primary);font-weight:600;font-size:.95rem;border-radius:var(--radius-sm);max-width:320px;transition:var(--transition)}.travel-pro-link:hover{background:var(--gray-100);transform:translateX(5px);color:var(--primary)}.travel-pro-link span{font-size:1.2rem;margin-left:10px}.travel-pro-illustration{position:absolute;right:0;bottom:0;width:50%;height:100%;pointer-events:none;display:block;overflow:hidden}.travel-pro-illustration svg{position:absolute;right:-50px;bottom:0;width:100%;height:100%;min-width:500px}@media (max-width:1024px){.travel-pro-illustration{display:none}}.travel-tips-section{padding:60px 0 80px;background:var(--white)}.travel-tips-section-header{text-align:center;max-width:800px;margin:0 auto 40px}.travel-tips-icon{display:block;font-size:2rem;margin-bottom:12px}.travel-tips-section-header h2{font-family:var(--font-heading);font-size:2.2rem;color:var(--primary);margin-bottom:16px}.travel-tips-section-header p{font-size:1rem;line-height:1.7;color:var(--text-light)}.travel-tips-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-bottom:40px}.travel-tip-tag{display:inline-block;padding:10px 20px;background:var(--gray-800);color:var(--white);font-size:.9rem;font-weight:500;border-radius:var(--radius-sm);transition:var(--transition)}.travel-tip-tag:hover{background:var(--banner-color);color:var(--white)}.travel-tip-tag.active{background:var(--banner-color);color:var(--white)}.travel-tips-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.travel-tip-card{background:var(--white);border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-sm);transition:var(--transition)}.travel-tip-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md)}.travel-tip-card-image{display:block;aspect-ratio:1.91/1;overflow:hidden}.travel-tip-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.travel-tip-card:hover .travel-tip-card-image img{transform:scale(1.05)}.travel-tip-card-content{padding:20px}.travel-tip-date{display:block;font-size:.8rem;color:var(--text-muted);margin-bottom:8px}.travel-tip-card-content h3{font-family:var(--font-heading);font-size:1.1rem;line-height:1.4;color:var(--primary);margin-bottom:12px}.travel-tip-card-content h3 a{color:inherit}.travel-tip-card-content h3 a:hover{color:var(--accent)}.travel-tip-card-content p{font-size:.9rem;line-height:1.6;color:var(--text-light);margin-bottom:12px}.travel-tip-card-content .read-more{display:inline-block;font-size:.85rem;font-weight:600;color:var(--accent)}.travel-tip-card-content .read-more:hover{color:var(--accent-hover)}.travel-tips-empty{text-align:center;padding:40px;background:var(--gray-100);border-radius:var(--radius-md);color:var(--text-light)}.posts-section{padding:40px 0 60px;background:var(--white)}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px}.section-header h2{position:relative}.section-header h2::after{content:'';display:block;width:60px;height:3px;background:var(--accent);margin-top:10px;border-radius:2px}.view-all{color:var(--accent);font-weight:600;display:flex;align-items:center;gap:6px}.posts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.post-card{background:var(--white);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);transition:var(--transition)}.post-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg)}.post-card-image{position:relative;display:block;aspect-ratio:1.91/1;overflow:hidden}.post-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.post-card:hover .post-card-image img{transform:scale(1.08)}.post-card-content{padding:24px}.post-card-meta-row{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-bottom:12px}.post-card-date{font-size:13px;color:var(--text-muted);font-weight:500}.post-card-badge{display:inline-block;padding:4px 10px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;border-radius:var(--radius-full);transition:all .2s ease;text-decoration:none}.post-card-badge.category-badge{background:var(--accent-light);color:var(--accent)}.post-card-badge.category-badge:hover{background:var(--accent);color:var(--white)}.post-card-badge.tag-badge{background:rgba(99,102,241,.1);color:#6366f1}.post-card-badge.tag-badge:hover{background:#6366f1;color:var(--white)}.category-tag{display:inline-block;padding:5px 14px;background:var(--accent-light);color:var(--accent);font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;border-radius:var(--radius-full);margin-bottom:12px}.category-tag:hover{background:var(--accent);color:var(--white)}.post-card h3{font-size:1.2rem;margin-bottom:12px;line-height:1.4}.post-card h3 a{color:var(--primary)}.post-card h3 a:hover{color:var(--accent)}.post-card .excerpt{color:var(--text-light);font-size:14px;line-height:1.6;margin-bottom:16px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.post-card .meta{display:flex;align-items:center;gap:16px;color:var(--text-muted);font-size:13px}.post-card .meta span{display:flex;align-items:center;gap:5px}.empty-state{text-align:center;padding:80px 20px;background:var(--gray-100);border-radius:var(--radius-lg)}.empty-state svg{color:var(--gray-300);margin-bottom:20px}.empty-state h3{margin-bottom:12px}.empty-state p{color:var(--text-light);margin-bottom:24px}.sidebar{display:flex;flex-direction:column;gap:32px}.sidebar-widget{background:var(--white);border-radius:var(--radius-lg);padding:28px;box-shadow:var(--shadow-sm)}.sidebar-widget h4{font-family:var(--font-heading);font-size:1.1rem;margin-bottom:20px;padding-bottom:12px;border-bottom:2px solid var(--gray-200)}.author-widget{text-align:center}.author-widget img{width:100px;height:100px;border-radius:50%;object-fit:cover;margin-bottom:16px;border:4px solid var(--accent-light)}.author-widget h4{border:none;padding-bottom:0;margin-bottom:8px}.author-widget p{color:var(--text-light);font-size:14px;margin-bottom:16px}.social-links{display:flex;justify-content:center;gap:12px}.social-links a{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--gray-100);color:var(--text);border-radius:50%;transition:var(--transition)}.social-links a:hover{background:var(--accent);color:var(--white)}.recent-post-item{display:flex;gap:14px;padding:14px 0;border-bottom:1px solid var(--gray-200)}.recent-post-item:last-child{border-bottom:none;padding-bottom:0}.recent-post-item:first-child{padding-top:0}.recent-post-item img{width:70px;height:55px;object-fit:cover;border-radius:var(--radius-sm);flex-shrink:0}.recent-post-item h5{font-family:var(--font-body);font-size:14px;font-weight:600;line-height:1.4;margin-bottom:4px}.recent-post-item h5 a{color:var(--primary)}.recent-post-item h5 a:hover{color:var(--accent)}.recent-post-item .date{font-size:12px;color:var(--text-muted)}.tags-cloud{display:flex;flex-wrap:wrap;gap:8px}.tags-cloud a{padding:6px 14px;background:var(--gray-100);color:var(--text);font-size:13px;border-radius:var(--radius-full);transition:var(--transition)}.tags-cloud a:hover{background:var(--accent);color:var(--white)}.newsletter-section{background:linear-gradient(135deg,#27baf0 0,#1a9fd4 100%);padding:80px 0;text-align:center}.newsletter-section h3{color:var(--white);font-size:clamp(1.5rem, 4vw, 2rem);margin-bottom:12px}.newsletter-section p{color:rgba(255,255,255,.9);font-size:1.1rem;margin-bottom:32px}.newsletter-form{max-width:500px;margin:0 auto;display:flex;gap:12px}.newsletter-form input{flex:1;padding:16px 24px;border:none;border-radius:var(--radius-full);font-size:16px;outline:0}.newsletter-form button{padding:16px 32px;background:var(--primary);color:var(--white);border:none;border-radius:var(--radius-full);font-weight:600;cursor:pointer;transition:var(--transition)}.newsletter-form button:hover{background:var(--gray-800);transform:translateY(-2px)}.site-footer{background:var(--gray-800);color:var(--gray-300);padding:60px 0 30px}.footer-disclosure{background:rgba(39,186,240,.15);border:1px solid rgba(39,186,240,.3);border-radius:var(--radius-sm);padding:16px 20px;margin-bottom:40px}.footer-disclosure p{color:var(--gray-300);font-size:13px;line-height:1.6;margin:0}.footer-disclosure strong{color:var(--accent)}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr 1fr 1fr;gap:30px;margin-bottom:40px}.footer-about p{color:var(--gray-400);font-size:14px;line-height:1.7;margin-bottom:20px}.footer-logo{font-family:var(--font-heading);font-size:1.5rem;color:var(--white);margin-bottom:16px;display:block}.footer-social-icons{display:flex;gap:12px;margin-top:16px}.footer-social-icons a{display:flex;align-items:center;justify-content:center;width:38px;height:38px;background:var(--gray-700);border-radius:50%;color:var(--gray-300);transition:var(--transition)}.footer-social-icons a:hover{background:var(--accent);color:var(--white);transform:translateY(-3px)}.site-footer h4{color:var(--white);font-size:1rem;margin-bottom:20px;font-family:var(--font-body);font-weight:600}.footer-links{list-style:none}.footer-links li{margin-bottom:12px}.footer-links a{color:var(--gray-400);font-size:14px;transition:var(--transition)}.footer-links a:hover{color:var(--accent);padding-left:5px}.footer-bottom{border-top:1px solid var(--gray-700);padding-top:24px;display:flex;align-items:center;justify-content:space-between;font-size:14px;color:var(--gray-500)}.footer-copyright p{margin:0}.footer-tagline{font-size:12px;color:var(--gray-500);margin-top:4px}.footer-badges{display:flex;gap:10px}.footer-badge{display:inline-block;padding:6px 14px;background:var(--gray-700);color:var(--gray-300);font-size:12px;font-weight:500;border-radius:var(--radius-full);border:1px solid var(--gray-600)}.footer-social{display:flex;gap:16px}.footer-social a{color:var(--gray-400);font-size:18px}.footer-social a:hover{color:var(--accent)}.footer-cms-credit{text-align:center;padding-top:20px;margin-top:20px;border-top:1px solid var(--gray-700);font-size:11px;color:var(--gray-500);letter-spacing:.02em}.footer-cms-credit a{color:var(--gray-400);text-decoration:none;transition:color .2s ease}.footer-cms-credit a:hover{color:var(--accent)}.footer-cms-credit .separator{margin:0 8px;color:var(--gray-600)}.single-post{margin-top:0;padding-top:0;max-width:100vw;width:100%}.single-post *{box-sizing:border-box}.post-hero{position:relative;width:100%;min-height:80vh;padding-top:80px;display:flex;align-items:flex-end;justify-content:center;overflow:hidden;margin-bottom:0;background:linear-gradient(135deg,var(--primary) 0,#1a1a2e 100%)}.post-hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0;animation:heroImageZoom 25s ease-in-out infinite alternate}@keyframes heroImageZoom{from{transform:scale(1)}to{transform:scale(1.04)}}.post-hero-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.85) 0,rgba(0,0,0,.6) 35%,rgba(0,0,0,.3) 65%,rgba(0,0,0,.15) 100%);z-index:1}.post-hero-content{position:relative;z-index:2;max-width:850px;width:100%;padding:60px 40px 50px;text-align:center}.post-hero-content .breadcrumbs,.post-hero-content .breadcrumbs a,.post-hero-content .breadcrumbs span{color:rgba(255,255,255,.7);padding:0;margin:0 0 16px 0;font-size:13px}.post-hero-content .breadcrumbs{margin-bottom:16px}.post-hero-content .breadcrumbs a:hover{color:#fff}.post-hero-content .post-category-badge{background:rgba(39,186,240,.85);color:#fff;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);margin-bottom:20px}.post-hero-content .post-title{font-size:clamp(2rem, 5vw, 3.2rem);line-height:1.15;margin:0 0 20px 0;color:#fff;text-shadow:0 2px 20px rgba(0,0,0,.3)}.post-hero-content .post-excerpt{color:rgba(255,255,255,.88);font-size:1.1rem;line-height:1.6;margin:0 auto 24px;border-left:none;padding-left:0;font-style:normal;max-width:650px}.post-hero-meta{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:16px;padding-top:20px;border-top:1px solid rgba(255,255,255,.2)}.post-hero-meta .post-author-row{display:flex;align-items:center;gap:10px;margin-bottom:0;font-size:14px}.post-hero-meta .author-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.5)}.post-hero-meta .author-name{font-family:Caveat,cursive;font-size:20px;color:#fff}.post-hero-meta .post-stat{display:flex;align-items:center;gap:6px;color:rgba(255,255,255,.8);font-size:14px}.post-hero-meta .post-stat svg{width:16px;height:16px;color:var(--accent)}.hero-meta-divider{width:4px;height:4px;border-radius:50%;background:rgba(255,255,255,.4)}@keyframes heroFadeUp{from{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}.post-hero-content .breadcrumbs{animation:heroFadeUp .7s ease-out .1s both}.post-hero-content .post-category-badge{animation:heroFadeUp .7s ease-out .2s both}.post-hero-content .post-title{animation:heroFadeUp .7s ease-out .35s both}.post-hero-content .post-excerpt{animation:heroFadeUp .7s ease-out .5s both}.post-hero-meta{animation:heroFadeUp .7s ease-out .65s both}@media (prefers-reduced-motion:reduce){.post-hero-content .breadcrumbs,.post-hero-content .post-category-badge,.post-hero-content .post-excerpt,.post-hero-content .post-title,.post-hero-meta{animation:none}.post-hero-bg{animation:none;transform:scale(1)}.transition-icon{animation:none}}.hero-to-content-transition{text-align:center;margin:-25px auto 40px;position:relative;z-index:3}.transition-icon{display:inline-flex;align-items:center;justify-content:center;width:50px;height:50px;background:var(--white);border-radius:50%;box-shadow:0 4px 20px rgba(0,0,0,.1);color:var(--accent);animation:gentleBounce 2.5s ease-in-out infinite}.transition-icon svg{width:22px;height:22px}@keyframes gentleBounce{0%,100%{transform:translateY(0)}50%{transform:translateY(6px)}}.post-excerpt{color:var(--text-light);font-size:16px;line-height:1.6;margin-bottom:20px}@media (max-width:900px){.post-hero{min-height:70vh;padding-top:70px}.post-hero-content{padding:40px 20px 35px}.post-hero-content .post-title{font-size:clamp(1.6rem, 6vw, 2.2rem);margin-bottom:14px}.post-hero-content .post-excerpt{font-size:.95rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.post-hero-meta{gap:12px}.post-hero-meta .author-name{font-size:17px}.hero-to-content-transition{margin:-20px auto 30px}.transition-icon{width:42px;height:42px}.transition-icon svg{width:18px;height:18px}}@media (max-width:480px){.post-hero{min-height:65vh;padding-top:65px}.post-hero-content{padding:30px 16px 28px}.post-hero-content .post-title{font-size:1.5rem;line-height:1.2}.post-hero-content .post-excerpt{font-size:.9rem;-webkit-line-clamp:2}.hero-meta-divider{display:none}.post-hero-meta{flex-direction:column;gap:8px}}.breadcrumbs{padding:16px 0;font-size:14px;color:var(--text-muted)}.breadcrumbs a{color:var(--text-light)}.breadcrumbs a:hover{color:var(--accent)}.breadcrumbs span{margin:0 8px}.post-header{text-align:center;max-width:800px;margin:0 auto 40px;padding:0 20px}.post-header .category-tag{margin-bottom:16px}.post-header h1{margin-bottom:20px}.post-header .meta{color:var(--text-light);font-size:15px}.post-header .meta span{margin:0 6px}.post-featured-image{margin:0 auto 40px;max-width:1000px;border-radius:var(--radius-lg);overflow:hidden}.post-featured-image img{width:100%;display:block}.post-content{max-width:900px;width:100%;margin:0;padding:0 20px;font-size:17px;line-height:1.85;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;hyphens:auto;color:#2d2d2d;letter-spacing:-.003em}.post-content *{max-width:100%}.post-content>p:first-of-type::first-letter{float:left;font-family:var(--font-heading);font-size:3.5rem;line-height:.8;padding:4px 10px 0 0;color:var(--accent);font-weight:700}.post-content a:not(.post-category-badge){color:var(--accent);text-decoration:underline;text-decoration-color:rgba(39,186,240,0.3);text-underline-offset:3px;transition:text-decoration-color .2s ease}.post-content a:not(.post-category-badge):hover{text-decoration-color:var(--accent)}.post-content h2{margin:3rem 0 1.25rem;padding-bottom:12px;border-bottom:2px solid var(--accent);font-size:1.5rem;scroll-margin-top:90px}.post-content h4{margin:2rem 0 1rem;color:var(--text);font-size:1.1rem}.post-content img{max-width:100%;height:auto;border-radius:var(--radius-md);margin:30px 0;display:block}.post-content blockquote{border-left:4px solid var(--accent);padding:24px 30px 24px 50px;margin:30px 0;background:linear-gradient(135deg,var(--gray-100) 0,var(--white) 100%);border-radius:0 var(--radius-md) var(--radius-md) 0;font-style:italic;position:relative;font-size:1.05rem;color:var(--text-light)}.post-content blockquote::before{content:"\201C";position:absolute;left:14px;top:12px;font-size:2.5rem;line-height:1;color:var(--accent);font-family:Georgia,serif;opacity:.6}.post-content ol,.post-content ul{margin:1.5rem 0;padding-left:0;list-style:none}.post-content ol li,.post-content ul li{margin-bottom:.25rem;padding-left:1.75rem;position:relative;line-height:1.6}.post-content ul li::before{content:"";position:absolute;left:0;top:10px;width:6px;height:6px;background:var(--accent);border-radius:50%}.post-content ol{counter-reset:list-counter}.post-content ol li{counter-increment:list-counter}.post-content ol li::before{content:counter(list-counter) ".";position:absolute;left:0;top:0;font-weight:600;color:var(--accent)}.post-content li[class*=emoji],.post-content ul li:has(> strong:first-child){padding-left:0}.post-content ul li:has(> strong:first-child)::before{display:none}.post-content table{width:100%;max-width:100%;border-collapse:separate;border-spacing:0;margin:2rem 0;font-size:14px;background:var(--white);border-radius:12px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.08);border:1px solid var(--gray-200)}.post-content table thead{background:linear-gradient(135deg,#27baf0 0,#1a9fd4 100%)}.post-content table th{padding:14px 12px;text-align:center;font-weight:600;color:#fff;font-size:12px;text-transform:uppercase;letter-spacing:.3px;border:none;white-space:nowrap}.post-content table td{padding:12px;border-bottom:1px solid var(--gray-100);color:var(--text);vertical-align:middle;line-height:1.4;text-align:center}.post-content table tbody tr:last-child td{border-bottom:none}.post-content table tbody tr:nth-child(2n){background:var(--gray-50,#fafafa)}.post-content table tbody tr:hover{background:var(--accent-light)}.post-content table strong{color:var(--text);font-weight:600}.post-content table td:first-child{font-weight:500}.post-content table td:first-child{white-space:nowrap;font-size:15px}.post-content table td{text-align:center;vertical-align:middle}@media (max-width:768px){.post-content table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;font-size:13px;margin:1.5rem 0;border-radius:8px;min-width:100%}.post-content table tbody,.post-content table thead{display:table;width:100%;min-width:500px}.post-content table tr{display:table-row}.post-content table td,.post-content table th{display:table-cell;padding:10px 12px;font-size:13px;white-space:nowrap;vertical-align:middle;text-align:center}.post-content table td:first-child{white-space:nowrap;font-weight:600;min-width:100px;position:sticky;left:0;background:#fff;z-index:1}.post-content table th:first-child{position:sticky;left:0;background:var(--primary);z-index:2}.post-content table th{font-size:11px;padding:10px 12px;text-transform:uppercase;letter-spacing:.3px;white-space:nowrap}.post-content h2{font-size:1.3rem;margin:2rem 0 1rem}.post-content h3{font-size:1.1rem;padding:12px 14px;margin:2rem 0 .75rem}.post-content ol li,.post-content ul li{padding-left:1.5rem;margin-bottom:.25rem}.post-content h3+p+ul,.post-content h3+ul{padding:12px 12px 12px 16px}.post-content h2+p+ul{padding:14px 14px 14px 18px}.post-content table tbody tr:nth-child(2n) td:first-child{background:var(--gray-50,#fafafa)}.post-content table tbody tr:hover td:first-child{background:var(--accent-light)}}.table-wrapper{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;margin:2rem 0;border-radius:12px}.table-wrapper table{margin:0}.post-content hr{border:none;height:2px;background:linear-gradient(90deg,transparent,var(--gray-200),transparent);margin:2.5rem 0}.post-content h3{margin:2.5rem 0 1rem;padding:16px 20px;background:linear-gradient(135deg,var(--gray-50) 0,var(--white) 100%);border-left:4px solid var(--accent);border-radius:0 8px 8px 0;font-size:1.25rem;display:flex;align-items:center;gap:8px;scroll-margin-top:90px}.post-content h3+p+ul,.post-content h3+ul{background:var(--gray-50);padding:16px 16px 16px 20px;border-radius:8px;margin:1rem 0}.post-content p:has(strong:contains("Price")){background:var(--accent-light);padding:12px 16px;border-radius:8px;border-left:3px solid var(--accent)}.post-content h2+p+ul{background:linear-gradient(135deg,#fff9f5 0,#fff 100%);border:1px solid var(--accent);border-radius:12px;padding:20px 20px 20px 24px}.post-content p{margin-bottom:1.25rem}.post-content p+p{margin-top:0}.post-content h2+p,.post-content h3+p{margin-top:0}.post-content iframe{max-width:100%;border-radius:var(--radius-md);margin:2rem 0}.post-content .embed-responsive,.post-content .video-wrapper{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;margin:2rem 0;border-radius:var(--radius-md)}.post-content .embed-responsive iframe,.post-content .video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;margin:0}.post-content pre{background:#1e293b;color:#e2e8f0;padding:20px 24px;border-radius:var(--radius-md);margin:2rem 0;overflow-x:auto;font-family:'Fira Code',Consolas,monospace;font-size:.9rem;line-height:1.6}.post-content code{background:var(--gray-100);padding:2px 6px;border-radius:4px;font-family:'Fira Code',Consolas,monospace;font-size:.88em;color:var(--accent-hover)}.post-content pre code{background:0 0;padding:0;color:inherit;font-size:inherit}.post-content strong{color:var(--primary);font-weight:600}.post-content mark{background:#fef08a;padding:1px 4px;border-radius:2px}.post-tags{max-width:750px;margin:40px auto;padding:0 20px;display:flex;flex-wrap:wrap;gap:8px;align-items:center}.post-tags span{font-weight:600;margin-right:4px;font-size:14px;color:var(--text-light)}.post-tags a{padding:6px 14px;background:0 0;color:var(--text-light);font-size:13px;border-radius:var(--radius-full);border:1px solid var(--gray-300);transition:all .2s ease}.post-tags a:hover{background:var(--accent);color:var(--white);border-color:var(--accent);transform:translateY(-1px)}.author-box{max-width:750px;margin:60px auto;padding:40px 32px 36px;background:var(--white);border-radius:var(--radius-lg);display:flex;flex-direction:column;gap:0;align-items:center}.author-box img{width:100px;height:100px;border-radius:50%;object-fit:cover;flex-shrink:0;border:3px solid var(--white);box-shadow:0 4px 15px rgba(0,0,0,.1)}.author-box-content{flex:1}.author-box-label{font-size:12px;text-transform:uppercase;letter-spacing:1px;color:var(--text-muted);display:block;margin-bottom:4px}.author-box-content h4{font-family:var(--font-heading);font-weight:700;font-size:1.25rem;margin-bottom:12px;color:var(--text)}.author-box-content p{color:var(--text-light);font-size:15px;line-height:1.6;margin:0 0 16px 0}.author-box-social{display:flex;gap:12px;margin-top:16px}.author-box-social a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:var(--white);color:var(--text-light);transition:all .2s ease}.author-box-social a:hover{background:var(--primary);color:var(--white);transform:translateY(-2px)}.author-box-social svg{width:18px;height:18px}.related-posts{background:var(--cream);padding:60px 0}.related-posts h3{text-align:center;margin-bottom:40px}.comments-section{max-width:750px;margin:50px auto;padding:0 20px}.comments-section h3{margin-bottom:30px}.comment{padding:24px 0;border-bottom:1px solid var(--gray-200)}.comment:last-child{border-bottom:none}.comment-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.comment-header img{width:45px;height:45px;border-radius:50%}.comment-meta strong{display:block;font-size:15px}.comment-meta span{font-size:13px;color:var(--text-muted)}.comment-content{font-size:15px;color:var(--text-light)}.comment-form{margin-top:40px;background:var(--white);padding:36px;border-radius:var(--radius-lg);border:1px solid var(--gray-200);box-shadow:0 4px 20px rgba(0,0,0,.04)}.comment-form h4{margin-bottom:24px;font-size:1.2rem;position:relative;padding-bottom:12px}.comment-form h4::after{content:'';position:absolute;bottom:0;left:0;width:40px;height:3px;background:var(--accent);border-radius:2px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-group{margin-bottom:16px}.form-group label{display:block;font-size:14px;font-weight:500;margin-bottom:6px}.form-group input,.form-group textarea{width:100%;padding:12px 16px;border:2px solid var(--gray-200);border-radius:var(--radius-sm);font-size:15px;transition:var(--transition)}.form-group input:focus,.form-group textarea:focus{outline:0;border-color:var(--accent);box-shadow:0 0 0 3px rgba(39,186,240,.1)}.form-group textarea{min-height:120px;resize:vertical}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;font-size:15px;font-weight:600;border-radius:var(--radius-full);border:none;cursor:pointer;transition:var(--transition)}.btn-accent{background:var(--accent);color:var(--white)}.btn-accent:hover{background:var(--accent-hover);color:var(--white);transform:translateY(-2px)}.btn-secondary{background:var(--gray-200);color:var(--text)}.btn-secondary:hover{background:var(--gray-300)}.btn-sm{padding:8px 16px;font-size:13px}.pagination{display:flex;justify-content:center;gap:8px;margin-top:50px}.pagination a,.pagination span{width:42px;height:42px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-weight:500;transition:var(--transition)}.pagination a{background:var(--white);color:var(--text);border:2px solid var(--gray-200)}.pagination a:hover{border-color:var(--accent);color:var(--accent)}.pagination span.active{background:var(--accent);color:var(--white)}.error-page{margin-top:70px;min-height:calc(100vh - 70px);display:flex;align-items:center;justify-content:center;text-align:center;background:var(--cream)}.error-page h1{font-size:8rem;color:var(--accent);line-height:1}.error-page h2{margin:16px 0}.error-page p{color:var(--text-light);margin-bottom:30px}.archive-header{margin-top:70px;padding:50px 20px 40px;background:linear-gradient(135deg,#27baf0 0,#20a8e0 50%,#1a9fd4 100%);text-align:center}.archive-header h1{color:var(--white);font-size:clamp(2rem, 5vw, 3rem);margin-bottom:12px}.archive-header p{color:rgba(255,255,255,.9);font-size:1.1rem}.archive-header .breadcrumbs{margin-bottom:16px}.archive-header .breadcrumbs a,.archive-header .breadcrumbs span{color:rgba(255,255,255,.8)}.archive-header .breadcrumbs a:hover{color:var(--white)}.archive-header .post-count{margin-top:10px;opacity:.8}.page-content{margin-top:70px;padding:40px 0}.page-content h1{text-align:center;margin-bottom:30px}.page-content .container{max-width:800px}.about-hero{margin-top:70px;padding:40px 0 30px;text-align:center;background:var(--white)}.about-hero img{width:180px;height:180px;border-radius:50%;object-fit:cover;margin-bottom:24px;border:5px solid var(--accent-light)}.about-hero h1{font-size:clamp(2rem, 5vw, 3rem);margin-bottom:12px}.about-content{padding:30px 0 60px;background:var(--white)}.about-content .container{max-width:800px}.about-content p{font-size:1.1rem;line-height:1.8;color:var(--text);margin-bottom:1.5rem}.about-hero-section{margin-top:70px;position:relative;padding:80px 0 60px;background:linear-gradient(135deg,#27baf0 0,#20a8e0 50%,#1a9fd4 100%);text-align:center;overflow:hidden}.about-hero-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.5}.about-hero-section .container{position:relative;z-index:1}.about-hero-content{max-width:800px;margin:0 auto}.about-avatar{margin-bottom:24px}.about-avatar img{width:180px;height:180px;border-radius:50%;object-fit:cover;border:5px solid rgba(255,255,255,.3);box-shadow:0 10px 40px rgba(0,0,0,.2)}.about-hero-section h1{color:#fff;font-size:clamp(2rem, 5vw, 3rem);margin-bottom:12px;font-family:var(--font-heading)}.about-hero-section h1 .highlight{color:#fff3e0}.about-tagline{font-size:1.25rem;color:rgba(255,255,255,.9);margin-bottom:32px}.about-hero-stats{display:flex;justify-content:center;gap:40px;flex-wrap:wrap;padding-top:24px;border-top:1px solid rgba(255,255,255,.2)}.stat-item{text-align:center}.stat-number{display:block;font-size:2.5rem;font-weight:700;color:#fff;line-height:1}.stat-label{display:block;font-size:.875rem;color:rgba(255,255,255,.8);margin-top:4px}.about-story-section{padding:80px 0;background:#fff}.about-story-section .container{max-width:1100px;margin:0 auto;padding:0 20px}.story-grid{display:grid;grid-template-columns:1fr 400px;gap:60px;align-items:center}.story-content h2{font-size:2rem;color:#1a1a2e;margin-bottom:16px;font-family:var(--font-heading)}.story-intro{font-size:1.35rem;color:#cf8351;font-weight:500;margin-bottom:24px;font-style:italic}.story-content p{font-size:1.1rem;line-height:1.8;color:#4a5568;margin-bottom:1.25rem}.story-image{position:relative}.story-image img{width:100%;height:500px;object-fit:cover;border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,.15)}.image-caption{position:absolute;bottom:16px;left:16px;background:rgba(255,255,255,.95);padding:8px 16px;border-radius:8px;font-size:.875rem;color:#4a5568}.about-beliefs-section{padding:80px 0;background:#f8f9fa}.about-beliefs-section .container{max-width:1100px;margin:0 auto;padding:0 20px}.about-beliefs-section h2{text-align:center;font-size:2rem;color:#1a1a2e;margin-bottom:48px;font-family:var(--font-heading)}.beliefs-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.belief-card{background:#fff;border-radius:16px;padding:32px 24px;text-align:center;border:1px solid #e5e7eb;transition:all .3s ease}.belief-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.1)}.belief-icon{width:64px;height:64px;background:linear-gradient(135deg,#27baf0 0,#1a9fd4 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;color:#fff}.belief-card h3{font-size:1.1rem;color:#1a1a2e;margin-bottom:12px;font-family:var(--font-heading)}.belief-card p{font-size:.95rem;color:#6b7280;line-height:1.6}.about-facts-section{padding:80px 0;background:#fff}.about-facts-section .container{max-width:1000px;margin:0 auto;padding:0 20px}.about-facts-section h2{text-align:center;font-size:2rem;color:#1a1a2e;margin-bottom:48px;font-family:var(--font-heading)}.facts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.fact-item{background:#f8f9fa;border-radius:12px;padding:24px;text-align:center;border:1px solid #e5e7eb}.fact-emoji{font-size:2.5rem;display:block;margin-bottom:12px}.fact-item p{font-size:1rem;color:#4a5568;line-height:1.6;margin:0}.fact-item strong{color:#cf8351}.about-content-section{padding:80px 0;background:#f8f9fa}.about-content-section .container{max-width:1100px;margin:0 auto;padding:0 20px}.about-content-section h2{text-align:center;font-size:2rem;color:#1a1a2e;margin-bottom:48px;font-family:var(--font-heading)}.content-types-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.content-type{background:#fff;border-radius:12px;padding:28px;text-align:center;border:1px solid #e5e7eb;transition:all .3s ease}.content-type:hover{border-color:#cf8351}.content-type-icon{width:56px;height:56px;background:#fff3e0;border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;color:#cf8351}.content-type h3{font-size:1.1rem;color:#1a1a2e;margin-bottom:10px;font-family:var(--font-heading)}.content-type p{font-size:.9rem;color:#6b7280;line-height:1.6;margin:0}.about-connect-section{padding:80px 0;background:#fff}.about-connect-section .container{max-width:800px;margin:0 auto;padding:0 20px}.connect-content{text-align:center}.connect-content h2{font-size:2rem;color:#1a1a2e;margin-bottom:16px;font-family:var(--font-heading)}.connect-content>p{font-size:1.1rem;color:#4a5568;margin-bottom:32px;line-height:1.7}.social-links-grid{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}.social-link{display:flex;align-items:center;gap:10px;padding:14px 24px;background:#f8f9fa;border:1px solid #e5e7eb;border-radius:50px;color:#4a5568;text-decoration:none;font-size:.95rem;font-weight:500;transition:all .3s ease}.social-link:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.1)}.social-link.instagram:hover{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);color:#fff;border-color:transparent}.social-link.twitter:hover{background:#1da1f2;color:#fff;border-color:transparent}.social-link.pinterest:hover{background:#e60023;color:#fff;border-color:transparent}.social-link.youtube:hover{background:red;color:#fff;border-color:transparent}.social-link.email:hover{background:#27baf0;color:#fff;border-color:transparent}.about-cta-section{padding:80px 0;background:#f8f9fa}.about-cta-section .container{max-width:800px;margin:0 auto;padding:0 20px}.cta-box{background:linear-gradient(135deg,#27baf0 0,#1a9fd4 100%);border-radius:20px;padding:60px 48px;text-align:center;color:#fff}.cta-box h2{font-size:2rem;margin-bottom:16px;font-family:var(--font-heading)}.cta-box p{font-size:1.1rem;opacity:.95;margin-bottom:28px;line-height:1.7;max-width:600px;margin-left:auto;margin-right:auto}.cta-button{display:inline-block;padding:16px 40px;background:#fff;color:#cf8351;text-decoration:none;font-weight:600;font-size:1rem;border-radius:50px;transition:all .3s ease}.cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(0,0,0,.2)}@media (max-width:1024px){.beliefs-grid,.content-types-grid{grid-template-columns:repeat(2,1fr)}.story-grid{grid-template-columns:1fr;gap:40px}.story-image{order:-1}.story-image img{height:400px}}@media (max-width:768px){.about-hero-section{padding:60px 0 50px}.about-avatar img{width:140px;height:140px}.about-hero-stats{gap:24px}.stat-number{font-size:2rem}.about-beliefs-section,.about-connect-section,.about-content-section,.about-cta-section,.about-facts-section,.about-story-section{padding:50px 0}.beliefs-grid,.content-types-grid,.facts-grid{grid-template-columns:1fr}.story-image img{height:350px}.cta-box{padding:40px 24px}.social-links-grid{flex-direction:column;align-items:center}.social-link{width:100%;max-width:280px;justify-content:center}}.page-hero{margin-top:70px;padding:50px 20px 40px;background:linear-gradient(135deg,#27baf0 0,#20a8e0 50%,#1a9fd4 100%);text-align:center}.page-hero h1{color:var(--white);font-size:clamp(2rem, 5vw, 3rem);margin-bottom:12px}.page-hero p{color:rgba(255,255,255,.9);font-size:1.1rem}.page-content{padding:40px 20px 60px;background:var(--white)}.page-content .container{max-width:800px}.content-box{background:var(--off-white);padding:40px;border-radius:var(--radius-md)}.content-box h2{font-size:1.5rem;margin-bottom:16px;color:var(--primary)}.content-box h3{font-size:1.2rem;margin:24px 0 12px;color:var(--primary)}.content-box p{font-size:1rem;line-height:1.8;color:var(--text);margin-bottom:1rem}.cta-box{margin-top:40px;padding:30px;background:var(--white);border-radius:var(--radius-sm);text-align:center;border:2px dashed var(--gray-300)}.cta-box h3{margin-top:0}.cta-box .btn{margin-top:16px}.legal-content{max-width:800px;margin:0 auto}.legal-content .last-updated{color:var(--text-muted);font-size:.9rem;margin-bottom:32px;padding-bottom:16px;border-bottom:1px solid var(--gray-200)}.legal-content h2{margin-top:32px;padding-top:16px;border-top:1px solid var(--gray-200)}.legal-content h2:first-of-type{margin-top:0;padding-top:0;border-top:none}.legal-content ul{margin:16px 0 24px 24px;list-style:disc}.legal-content ul li{margin-bottom:8px;line-height:1.7;color:var(--text)}.legal-content a{color:var(--accent);text-decoration:underline}.legal-content a:hover{color:var(--accent-hover)}.highlight-box{background:var(--accent-light);border-left:4px solid var(--accent);padding:24px;margin:24px 0;border-radius:0 var(--radius-sm) var(--radius-sm) 0}.highlight-box p:last-child{margin-bottom:0}.highlight-box ul{margin-bottom:16px}.resources-section{padding:50px 0 80px;background:#fff}.resources-section .container{max-width:1200px;margin:0 auto;padding:0 20px}.resources-intro{max-width:800px;margin:0 auto 60px;text-align:center;font-size:1.05rem;line-height:1.8;color:#666;padding:20px;background:#f8f9fa;border-radius:12px;border:1px solid #e5e7eb}.resources-intro p{margin:0}.resource-category{margin-bottom:60px}.resource-category:last-of-type{margin-bottom:40px}.resource-category-header{display:flex;align-items:center;gap:20px;margin-bottom:30px;padding-bottom:20px;border-bottom:2px solid #e5e7eb}.resource-icon{width:64px;height:64px;background:linear-gradient(135deg,#27baf0 0,#1a9fd4 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.resource-icon svg{color:#fff;width:32px;height:32px}.resource-category-title h2{font-size:1.8rem;color:#1a202c;margin:0 0 4px 0;font-weight:700}.resource-category-title p{color:#666;font-size:1rem;margin:0}.resource-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.resource-card{background:#f8f9fa;border-radius:12px;padding:28px;transition:all .3s ease;border:1px solid #e5e7eb}.resource-card:hover{transform:translateY(-4px);box-shadow:0 10px 40px rgba(0,0,0,.1);border-color:#e951ac}.resource-card.featured{border:2px solid #e951ac;background:linear-gradient(135deg,rgba(39,186,240,.05) 0,rgba(39,186,240,.02) 100%)}.resource-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;gap:12px;flex-wrap:wrap}.resource-card-header h3{font-size:1.25rem;color:#1a202c;margin:0;font-weight:700}.resource-badge{display:inline-block;padding:4px 12px;background:#27baf0;color:#fff;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;border-radius:20px;white-space:nowrap}.resource-card p{color:#666;font-size:.95rem;line-height:1.7;margin:0 0 16px 0}.resource-link{display:inline-flex;align-items:center;gap:6px;color:#e951ac;font-weight:600;font-size:.95rem;transition:all .3s ease;text-decoration:none}.resource-link:hover{color:#c93d91;gap:10px}.resource-link span{transition:all .3s ease}.resources-disclaimer{background:#f3f4f6;border-radius:12px;padding:30px;margin-top:40px;border-left:4px solid #cf8351}.resources-disclaimer h3{font-size:1.1rem;color:#1a202c;margin:0 0 12px 0;font-weight:700}.resources-disclaimer p{color:#666;font-size:.9rem;line-height:1.7;margin:0}@media (max-width:1024px){.resource-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.resource-category-header{flex-direction:column;text-align:center;gap:16px}.resource-grid{grid-template-columns:1fr}.resource-card-header{flex-direction:column;align-items:flex-start}.resources-intro{padding:0 20px}}.contact-wrapper{display:grid;grid-template-columns:1fr 1.2fr;gap:40px;max-width:1000px;margin:0 auto}.contact-info-box{background:var(--off-white);padding:40px;border-radius:var(--radius-md)}.contact-info-box h2{font-size:1.5rem;margin-bottom:16px;color:var(--primary)}.contact-info-box>p{color:var(--text);line-height:1.8;margin-bottom:24px}.contact-details{list-style:none;margin:0;padding:0}.contact-details li{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid var(--gray-200);color:var(--text)}.contact-details li:last-child{border-bottom:none}.contact-details svg{color:var(--accent);flex-shrink:0}.contact-social{margin-top:32px}.contact-social h4{font-family:var(--font-heading);font-size:1.1rem;margin-bottom:16px;color:var(--primary)}.contact-social-links{display:flex;gap:12px}.contact-social-links a{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-sm);color:var(--primary);transition:var(--transition)}.contact-social-links a:hover{background:var(--accent);border-color:var(--accent);color:var(--white)}.contact-form-box{background:var(--white);padding:40px;border-radius:var(--radius-md);box-shadow:var(--shadow-md)}.contact-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.contact-form .form-group{margin-bottom:20px}.contact-form label{display:block;font-weight:500;margin-bottom:8px;color:var(--primary)}.contact-form input,.contact-form textarea{width:100%;padding:12px 16px;border:1px solid var(--gray-300);border-radius:var(--radius-sm);font-family:var(--font-body);font-size:1rem;transition:var(--transition)}.contact-form input:focus,.contact-form textarea:focus{outline:0;border-color:var(--accent);box-shadow:0 0 0 3px rgba(39,186,240,.1)}.contact-form textarea{resize:vertical;min-height:120px}.contact-form .btn{width:100%;padding:14px 24px;font-size:1rem}.contact-success{text-align:center;padding:40px 0}.contact-success h3{font-family:var(--font-heading);margin:20px 0 12px;color:var(--primary)}.contact-success p{color:var(--text-light)}.contact-error{background:#fee;border:1px solid #fcc;color:#c00;padding:12px 16px;border-radius:var(--radius-sm);margin-bottom:20px}@media (max-width:768px){.contact-wrapper{grid-template-columns:1fr}.contact-form .form-row{grid-template-columns:1fr}}.skip-link{position:absolute;top:-100px;left:0;background:var(--accent);color:var(--white);padding:12px 20px;z-index:9999;transition:top .3s}.skip-link:focus{top:0}@media (max-width:1024px){.posts-grid{grid-template-columns:repeat(2,1fr)}.trending-grid{grid-template-columns:repeat(2,1fr)}.category-highlight-grid{grid-template-columns:1fr;gap:40px}.category-highlight-info{position:static}.travel-tips-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:repeat(3,1fr);gap:25px}.footer-about{grid-column:1/-1}.hero h1{font-size:clamp(2rem, 6vw, 3rem)}}@media (max-width:768px){.site-header>.container{padding:0 20px}.main-nav{position:relative}.logo-image{max-height:40px!important;height:auto!important}.logo-text{font-size:1.25rem}.menu-toggle{display:flex;order:3;z-index:1001}.menu-toggle.active span:first-child{transform:rotate(45deg) translate(5px,5px)}.menu-toggle.active span:nth-child(2){opacity:0}.menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.nav-right{position:fixed;top:70px;left:0;right:0;bottom:0;background:var(--white);flex-direction:column;align-items:stretch;padding:0;gap:0;transform:translateX(-100%);transition:transform .3s ease;z-index:1000;overflow-y:auto}.nav-right.active{transform:translateX(0)}.nav-menu{flex-direction:column;align-items:stretch;gap:0;padding:20px}.nav-menu li{width:100%;border-bottom:1px solid var(--gray-200)}.nav-menu>li:last-child{border-bottom:none}.nav-menu a{display:block;padding:16px 0;font-size:17px;color:var(--text)}.nav-menu a::after{display:none}.nav-menu .has-dropdown>a{display:flex;justify-content:space-between;align-items:center}.nav-menu .has-dropdown>a::before{content:'';order:2;width:8px;height:8px;border-right:2px solid var(--text-light);border-bottom:2px solid var(--text-light);transform:rotate(45deg);transition:transform .3s ease}.nav-menu .has-dropdown.open>a::before{transform:rotate(-135deg)}.nav-menu .dropdown{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;background:var(--gray-100);border-radius:0;padding:0;max-height:0;overflow:hidden;transition:max-height .3s ease}.nav-menu .has-dropdown.open .dropdown{max-height:500px}.nav-menu .dropdown li{border-bottom:none}.nav-menu .dropdown a{padding:12px 20px;font-size:15px;color:var(--text-light)}.nav-menu .dropdown a:hover{background:var(--gray-200)}.nav-search{padding:20px;border-top:1px solid var(--gray-200)}.search-toggle{width:100%;background:var(--gray-100);border-radius:var(--radius);padding:14px 20px;display:flex;align-items:center;justify-content:center;gap:10px}.search-toggle::after{content:'Search';font-size:15px;color:var(--text-light)}.hero-wrapper{padding:15px}.hero{min-height:400px;padding:40px 20px 60px}.hero h1{font-size:2rem;margin-bottom:24px}.hero-search input{padding:16px 20px}.hero-search button{padding:16px 20px}.hero-categories{gap:8px}.hero-category-pill{padding:10px 16px;font-size:13px}.trending-grid{grid-template-columns:repeat(2,1fr);gap:20px}.trending-card-image{aspect-ratio:1.91/1}.category-highlight-wrapper{padding:15px}.category-highlight{padding:30px 20px}.travel-pro-wrapper{padding:15px}.travel-pro{min-height:auto}.travel-pro-content{padding:30px 20px}.travel-pro-text h2{font-size:2rem}.travel-pro-link{max-width:100%}.travel-tips-section{padding:40px 0 60px}.travel-tips-section-header h2{font-size:1.6rem}.travel-tips-tags{gap:8px;margin-bottom:30px}.travel-tip-tag{padding:8px 14px;font-size:.8rem}.travel-tips-grid{grid-template-columns:repeat(2,1fr);gap:16px}.travel-tip-card-content{padding:16px}.travel-tip-card-content h3{font-size:1rem}.travel-tip-card-content p{font-size:.85rem}.posts-section{padding:40px 0 60px}.posts-grid{grid-template-columns:1fr;gap:24px}.post-card .meta{flex-direction:column;align-items:flex-start;gap:6px;font-size:12px}.post-card .meta span{display:flex;align-items:center;gap:6px}.post-card .meta svg{flex-shrink:0;width:14px;height:14px}.post-card-meta-row{gap:8px}.post-card-date{font-size:12px}.post-card-badge{padding:3px 8px;font-size:10px}.post-featured-image{margin-left:15px;margin-right:15px;border-radius:var(--radius)}.post-header{padding:0 15px}.single-post .breadcrumbs{padding:0 15px}.post-content{padding:0 15px}.post-content ol,.post-content ul{padding-left:1.2rem}.post-tags{padding:0 15px}.content-box,.legal-content{padding:30px 20px}.page-content .container{padding:0 15px}.newsletter-form{flex-direction:column}.newsletter-form button,.newsletter-form input{width:100%}.footer-disclosure{padding:14px 16px}.footer-disclosure p{font-size:12px}.footer-grid{grid-template-columns:repeat(2,1fr);gap:25px 20px}.footer-about{grid-column:1/-1}.site-footer nav h4{font-size:15px;margin-bottom:12px}.footer-links li{margin-bottom:6px}.footer-links a{font-size:13px}.footer-bottom{flex-direction:column;gap:16px;text-align:center}.footer-badges{justify-content:center}.footer-social-icons{justify-content:center}.author-box{flex-direction:column;text-align:center;padding:24px 20px;margin:40px 15px}.author-box img{width:80px;height:80px;margin-bottom:8px}.author-box-label{font-size:11px}.author-box-content h4{font-size:1.1rem;margin-bottom:10px}.author-box-content p{font-size:14px;line-height:1.5;margin-bottom:12px}.author-box-social{justify-content:center;margin-top:12px}.author-box-social a{width:34px;height:34px}.related-posts{padding:40px 15px}.related-posts h3{font-size:1.3rem;margin-bottom:20px}.form-row{grid-template-columns:1fr}.section-header{flex-direction:column;align-items:flex-start;gap:12px}.post-content{font-size:16px;line-height:1.7}.post-content h2{font-size:1.4rem;margin:30px 0 15px}.post-content h3{font-size:1.2rem;margin:25px 0 12px}.post-content h4{font-size:1.1rem}.post-content blockquote{padding:15px 20px;margin:20px 0}.post-content img{margin:20px 0}}@media (max-width:480px){.hero{min-height:400px}.hero h1{font-size:1.75rem}.hero-category-pill{padding:8px 14px;font-size:12px}.post-card-content{padding:20px}.post-content{font-size:15px;padding:0 12px}.post-content h2{font-size:1.25rem}.post-content h3{font-size:1.1rem}.post-content table td,.post-content table th{padding:8px 10px;font-size:13px}.post-tags{padding:0 12px;gap:8px}.post-tags a{padding:5px 10px;font-size:12px}.author-box{margin:30px 12px;padding:20px 16px}.author-box img{width:70px;height:70px}.author-box-social a{width:32px;height:32px}.author-box-social svg{width:16px;height:16px}.single-post>div[style*="display: flex"]{flex-direction:column;align-items:flex-start!important}}img[data-src]{opacity:0;transition:opacity .4s ease-in-out}img.lazy-loading{opacity:0;filter:blur(5px)}img.lazy-loaded{opacity:1;filter:blur(0);animation:lazyFadeIn .4s ease-out}img.lazy-error{opacity:.5}@keyframes lazyFadeIn{from{opacity:0;transform:scale(1.02)}to{opacity:1;transform:scale(1)}}.skeleton{background:linear-gradient(90deg,var(--gray-200) 25%,var(--gray-100) 50%,var(--gray-200) 75%);background-size:200% 100%;animation:skeletonShimmer 1.5s infinite;border-radius:var(--radius-sm)}.skeleton-image{width:100%;padding-bottom:66.67%;background:var(--gray-200)}.skeleton-text{height:1em;margin-bottom:.5em;width:100%}.skeleton-text.short{width:60%}@keyframes skeletonShimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}.progressive-image{position:relative;overflow:hidden;background:var(--gray-100)}.progressive-thumbnail{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;filter:blur(20px);transform:scale(1.1);transition:opacity .3s ease}.progressive-thumbnail.hidden{opacity:0}.progressive-full{position:relative;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .4s ease}.progressive-full.loaded{opacity:1}.image-container{position:relative;overflow:hidden;background:var(--gray-100)}.image-container::before{content:'';display:block;padding-bottom:66.67%}.image-container.ratio-16-9::before{padding-bottom:56.25%}.image-container.ratio-4-3::before{padding-bottom:75%}.image-container.ratio-1-1::before{padding-bottom:100%}.image-container img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.image-loading{position:relative}.image-loading::after{content:'';position:absolute;top:50%;left:50%;width:30px;height:30px;margin:-15px 0 0 -15px;border:3px solid var(--gray-200);border-top-color:var(--accent);border-radius:50%;animation:spin .8s linear infinite}.image-loading.loaded::after{display:none}@keyframes spin{to{transform:rotate(360deg)}}.content-visibility-auto{content-visibility:auto;contain-intrinsic-size:0 500px}@media (prefers-reduced-motion:reduce){.progressive-full,.progressive-thumbnail,[data-lazy-section],img.lazy-loaded,img.lazy-loading,img[data-src]{transition:none;animation:none}img.lazy-loaded{opacity:1;filter:none}[data-lazy-section]{opacity:1;transform:none}}.post-content-wrapper{max-width:1100px;margin:0 auto;padding:0 20px;display:flex;gap:30px;align-items:stretch}.post-content-wrapper>.post-content{flex:1;min-width:0;max-width:750px;order:1}.toc-sidebar-wrapper{flex-shrink:0;width:180px;order:0}.toc-sidebar{position:sticky;top:140px;max-height:calc(100vh - 160px);overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none;padding:16px 14px;background:linear-gradient(135deg,var(--white) 0,var(--gray-50) 100%);border-radius:var(--radius-lg);border:1px solid var(--gray-200);box-shadow:0 4px 20px rgba(0,0,0,.06)}.toc-sidebar::-webkit-scrollbar{display:none}.toc-sidebar-header{font-family:var(--font-heading);font-size:.85rem;font-weight:700;color:var(--text);margin-bottom:14px;padding-bottom:10px;border-bottom:2px solid var(--accent);display:flex;align-items:center;gap:8px;text-transform:uppercase;letter-spacing:.5px}.toc-sidebar-header::before{content:'';width:8px;height:8px;background:var(--accent);border-radius:50%;flex-shrink:0}.toc-sidebar-list{list-style:none;margin:0;padding:0}.toc-item{margin-bottom:2px;position:relative}.toc-link{display:block;padding:8px 10px 8px 18px;color:var(--text-light);text-decoration:none;font-size:.78rem;line-height:1.4;border-radius:6px;transition:all .2s ease;position:relative}.toc-link::before{content:'';position:absolute;left:6px;top:50%;transform:translateY(-50%);width:4px;height:4px;background:var(--gray-300);border-radius:50%;transition:all .2s ease}.toc-link:hover{background:var(--gray-100);color:var(--accent);padding-left:20px}.toc-link:hover::before{background:var(--accent);width:6px;height:6px}.toc-item.active .toc-link{background:linear-gradient(90deg,var(--accent-light) 0,transparent 100%);color:var(--accent);font-weight:600;padding-left:20px}.toc-item.active .toc-link::before{background:var(--accent);width:6px;height:6px}.toc-item-sub .toc-link{padding-left:26px;font-size:.72rem;color:var(--text-muted)}.toc-item-sub .toc-link::before{left:14px;width:3px;height:3px}@media (max-width:1024px){.post-content-wrapper{display:block;max-width:800px}.toc-sidebar-wrapper{display:none}}[id^=section-]{scroll-margin-top:100px}.internal-link{color:var(--accent);text-decoration:underline;text-decoration-style:dotted;text-underline-offset:3px;transition:var(--transition)}.internal-link:hover{color:var(--accent-hover);text-decoration-style:solid}.suggested-links{background:var(--gray-100);border-radius:var(--radius-md);padding:24px 28px;margin:32px auto;max-width:750px}.suggested-links h4{font-size:1rem;margin-bottom:16px;color:var(--primary);display:flex;align-items:center;gap:8px}.suggested-links h4::before{content:"🔗"}.suggested-links ul{list-style:none;padding:0;margin:0}.suggested-links li{padding:10px 0;border-bottom:1px solid var(--gray-200)}.suggested-links li:last-child{border-bottom:none}.suggested-links a{display:flex;align-items:center;gap:12px;color:var(--text);text-decoration:none;transition:var(--transition)}.suggested-links a:hover{color:var(--accent)}.suggested-links .link-thumb{width:50px;height:50px;border-radius:6px;object-fit:cover;flex-shrink:0}.suggested-links .link-title{font-size:.9rem;line-height:1.4}img[loading=lazy]{opacity:1;transition:opacity .3s ease}img[loading=lazy]:not([src]){opacity:0}picture{display:block}picture img{width:100%;height:auto}.ad-banner-section{padding:30px 0;background:var(--off-white)}.ad-banner-row{display:flex;justify-content:center;gap:20px}.html5-banner{width:468px;height:60px;position:relative;overflow:hidden;cursor:pointer;border-radius:4px;box-shadow:0 4px 20px rgba(0,0,0,.15);display:block;text-decoration:none}.banner-black-side{position:absolute;left:0;top:0;width:100%;height:100%;background:linear-gradient(135deg,#0f0f0f 0,#1a1a1a 100%);z-index:1}.banner-white-side{position:absolute;left:0;top:0;width:145px;height:100%;background:#fff;z-index:2;clip-path:url(#waveClip)}.banner-logo{position:absolute;left:16px;top:50%;transform:translateY(-50%);z-index:10}.banner-logo img{height:30px;width:auto}.banner-text-container{position:absolute;left:150px;top:50%;transform:translateY(-50%);height:18px;overflow:hidden;z-index:10}.banner-text-slider{animation:bannerSlideText 9s infinite cubic-bezier(.4,0,.2,1)}.banner-text-item{height:18px;display:flex;align-items:center;color:rgba(255,255,255,.92);font-size:14px;font-weight:500;letter-spacing:-.01em}.banner-text-item .accent{color:#a78bfa;margin-left:5px;font-weight:600}@keyframes bannerSlideText{0%,30%{transform:translateY(0)}33%,63%{transform:translateY(-18px)}66%,96%{transform:translateY(-36px)}100%{transform:translateY(0)}}.banner-cta{position:absolute;right:16px;top:50%;transform:translateY(-50%);padding:10px 20px;background:linear-gradient(135deg,#6366f1 0,#8b5cf6 100%);border-radius:50px;font-size:11px;font-weight:600;color:#fff;letter-spacing:.03em;text-transform:uppercase;transition:all .3s ease;z-index:10;box-shadow:0 4px 15px rgba(99,102,241,.4)}.html5-banner:hover .banner-cta{transform:translateY(-50%) scale(1.05);box-shadow:0 6px 20px rgba(99,102,241,.5)}.html5-banner-explosive{width:468px;height:60px;position:relative;overflow:hidden;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;cursor:pointer;border-radius:6px;box-shadow:0 0 20px rgba(99,102,241,.4),0 0 40px rgba(139,92,246,.2),0 4px 20px rgba(0,0,0,.3);display:block;text-decoration:none;animation:explosiveBannerGlow 3s ease-in-out infinite}@keyframes explosiveBannerGlow{0%,100%{box-shadow:0 0 20px rgba(99,102,241,.4),0 0 40px rgba(139,92,246,.2),0 4px 20px rgba(0,0,0,.3)}50%{box-shadow:0 0 30px rgba(99,102,241,.6),0 0 60px rgba(139,92,246,.3),0 4px 20px rgba(0,0,0,.3)}}.explosive-black-side{position:absolute;left:0;top:0;width:100%;height:100%;background:linear-gradient(135deg,#0f0f0f 0,#1a1a2e 50%,#0f0f0f 100%);z-index:1}.explosive-light-streak{position:absolute;top:0;left:-100%;width:50%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.08),transparent);z-index:2;animation:explosiveStreak 3s infinite}@keyframes explosiveStreak{0%{left:-100%}100%,50%{left:150%}}.explosive-white-side{position:absolute;left:0;top:0;width:31%;height:100%;background:linear-gradient(180deg,#fff 0,#f8f8f8 100%);z-index:3;clip-path:url(#waveClip);box-shadow:5px 0 30px rgba(99,102,241,.3)}.explosive-particles{position:absolute;left:30%;top:0;width:70%;height:100%;z-index:2;overflow:hidden}.explosive-orb{position:absolute;border-radius:50%;filter:blur(1px)}.explosive-orb:first-child{width:8px;height:8px;background:radial-gradient(circle,rgba(167,139,250,.9) 0,transparent 70%);right:60%;top:15%;animation:explosiveOrbFloat 3s ease-in-out infinite}.explosive-orb:nth-child(2){width:6px;height:6px;background:radial-gradient(circle,rgba(99,102,241,.8) 0,transparent 70%);right:55%;bottom:20%;animation:explosiveOrbFloat 4s ease-in-out infinite reverse}.explosive-orb:nth-child(3){width:10px;height:10px;background:radial-gradient(circle,rgba(139,92,246,.9) 0,transparent 70%);right:50%;top:50%;animation:explosiveOrbFloat 3.5s ease-in-out infinite;animation-delay:.5s}.explosive-orb:nth-child(4){width:5px;height:5px;background:radial-gradient(circle,rgba(167,139,250,.7) 0,transparent 70%);right:65%;top:70%;animation:explosiveOrbFloat 2.5s ease-in-out infinite}.explosive-orb:nth-child(5){width:7px;height:7px;background:radial-gradient(circle,rgba(99,102,241,.8) 0,transparent 70%);right:45%;top:25%;animation:explosiveOrbFloat 4s ease-in-out infinite;animation-delay:1s}@keyframes explosiveOrbFloat{0%,100%{transform:translateY(0) scale(1);opacity:.6}50%{transform:translateY(-10px) scale(1.4);opacity:1}}.explosive-spark{position:absolute;width:2px;height:2px;background:#fff;border-radius:50%;box-shadow:0 0 6px 2px rgba(167,139,250,.8)}.explosive-spark:nth-child(6){right:52%;top:10%;animation:explosiveSparkle 1.5s infinite}.explosive-spark:nth-child(7){right:48%;bottom:15%;animation:explosiveSparkle 2s infinite .3s}.explosive-spark:nth-child(8){right:58%;top:60%;animation:explosiveSparkle 1.8s infinite .6s}.explosive-spark:nth-child(9){right:62%;top:30%;animation:explosiveSparkle 1.6s infinite .9s}.explosive-spark:nth-child(10){right:44%;top:75%;animation:explosiveSparkle 2.2s infinite 1.2s}@keyframes explosiveSparkle{0%,100%{opacity:0;transform:scale(0)}50%{opacity:1;transform:scale(1)}}.explosive-line{position:absolute;height:1px;background:linear-gradient(90deg,transparent,rgba(167,139,250,.5),transparent);animation:explosiveLinePulse 2s ease-in-out infinite}.explosive-line:nth-child(11){width:40px;right:50%;top:20%;transform:rotate(30deg)}.explosive-line:nth-child(12){width:30px;right:55%;bottom:25%;transform:rotate(-20deg);animation-delay:.5s}.explosive-line:nth-child(13){width:35px;right:45%;top:45%;transform:rotate(15deg);animation-delay:1s}@keyframes explosiveLinePulse{0%,100%{opacity:.2;transform:scaleX(.5) rotate(30deg)}50%{opacity:.8;transform:scaleX(1) rotate(30deg)}}.explosive-hex{position:absolute;width:12px;height:14px;background:0 0;border:1px solid rgba(167,139,250,.3);clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);animation:explosiveHexRotate 6s linear infinite}.explosive-hex:nth-child(14){right:48%;top:8%}.explosive-hex:nth-child(15){right:60%;bottom:10%;animation-delay:2s;animation-direction:reverse}.explosive-hex:nth-child(16){right:42%;top:55%;animation-delay:4s}@keyframes explosiveHexRotate{from{transform:rotate(0);opacity:.3}50%{opacity:.7}to{transform:rotate(360deg);opacity:.3}}.explosive-logo{position:absolute;left:3.5%;top:50%;transform:translateY(-50%);z-index:10}.explosive-logo img{height:35px;width:auto;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.explosive-text-container{position:absolute;left:32%;top:50%;transform:translateY(-50%);width:38%;height:18px;overflow:hidden;z-index:10}.explosive-text-slider{animation:explosiveSlideText 9s infinite cubic-bezier(.4,0,.2,1)}.explosive-text-item{height:18px;display:flex;align-items:center;color:#fff;font-size:14px;font-weight:600;letter-spacing:-.01em;white-space:nowrap}.explosive-text-item .accent{color:#a78bfa;margin-left:5px;font-weight:700}@keyframes explosiveSlideText{0%,30%{transform:translateY(0)}33%,63%{transform:translateY(-18px)}66%,96%{transform:translateY(-36px)}100%{transform:translateY(0)}}.explosive-cta{position:absolute;right:3%;top:50%;transform:translateY(-50%);padding:10px 18px;background:linear-gradient(135deg,#6366f1 0,#8b5cf6 100%);border-radius:50px;font-size:10px;font-weight:700;color:#fff;letter-spacing:.05em;text-transform:uppercase;transition:all .3s ease;z-index:10;box-shadow:0 4px 15px rgba(99,102,241,.5),0 0 20px rgba(139,92,246,.3),inset 0 1px 0 rgba(255,255,255,.2);white-space:nowrap;animation:explosiveCtaPulse 2s ease-in-out infinite}@keyframes explosiveCtaPulse{0%,100%{box-shadow:0 4px 15px rgba(99,102,241,.5),0 0 20px rgba(139,92,246,.3)}50%{box-shadow:0 4px 20px rgba(99,102,241,.7),0 0 30px rgba(139,92,246,.5)}}.html5-banner-explosive:hover .explosive-cta{transform:translateY(-50%) scale(1.08);box-shadow:0 6px 25px rgba(99,102,241,.7),0 0 40px rgba(139,92,246,.5)}.html5-banner-green{width:468px;height:60px;position:relative;overflow:hidden;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;cursor:pointer;border-radius:4px;box-shadow:0 4px 25px rgba(16,185,129,.3);display:block;text-decoration:none}.banner-green-side{position:absolute;left:0;top:0;width:100%;height:100%;background:linear-gradient(135deg,#059669 0,#047857 50%,#065f46 100%);z-index:1}.banner-white-side-green{position:absolute;left:0;top:0;width:30%;height:100%;background:#fff;z-index:2;clip-path:url(#waveClipGreen)}.banner-particles{position:absolute;right:0;top:0;width:50%;height:100%;z-index:2;overflow:hidden}.banner-symbol{position:absolute;font-weight:800;color:rgba(255,255,255,.15);font-size:14px}.banner-symbol:first-child{right:70%;top:5px;animation:bannerFloatSymbol 3s ease-in-out infinite}.banner-symbol:nth-child(2){right:60%;bottom:8px;font-size:12px;animation:bannerFloatSymbol 4s ease-in-out infinite reverse}.banner-symbol:nth-child(3){right:80%;top:35px;font-size:10px;animation:bannerFloatSymbol 3.5s ease-in-out infinite;animation-delay:1s}@keyframes bannerFloatSymbol{0%,100%{transform:translateY(0) rotate(0);opacity:.15}50%{transform:translateY(-6px) rotate(10deg);opacity:.3}}.banner-particle{position:absolute;background:rgba(255,255,255,.3);border-radius:50%}.banner-particle:nth-child(4){width:6px;height:6px;right:68%;top:12px;animation:bannerFloat1 3s ease-in-out infinite}.banner-particle:nth-child(5){width:4px;height:4px;right:78%;bottom:15px;animation:bannerFloat2 4s ease-in-out infinite}.banner-particle:nth-child(6){width:8px;height:8px;right:62%;top:50%;animation:bannerFloat3 3.5s ease-in-out infinite;background:rgba(52,211,153,.5)}.banner-particle:nth-child(7){width:3px;height:3px;right:55%;top:18px;animation:bannerFloat2 2.5s ease-in-out infinite reverse}.banner-particle:nth-child(8){width:5px;height:5px;right:72%;bottom:5px;animation:bannerFloat1 4s ease-in-out infinite;background:rgba(52,211,153,.4)}.banner-ring{position:absolute;border:2px solid rgba(255,255,255,.2);border-radius:50%;animation:bannerPulse 3s ease-out infinite}.banner-ring:nth-child(9){width:18px;height:18px;right:65%;top:22px}.banner-ring:nth-child(10){width:14px;height:14px;right:56%;bottom:18px;animation-delay:1s}.banner-ring:nth-child(11){width:10px;height:10px;right:75%;top:8px;animation-delay:2s;border-color:rgba(52,211,153,.3)}.banner-star{position:absolute;color:rgba(253,224,71,.6);font-size:10px;animation:bannerStarPulse 2s ease-in-out infinite}.banner-star:nth-child(12){right:68%;top:8px}.banner-star:nth-child(13){right:58%;bottom:12px;animation-delay:.7s;font-size:8px}.banner-star:nth-child(14){right:78%;top:42px;animation-delay:1.4s;font-size:7px}@keyframes bannerFloat1{0%,100%{transform:translateY(0) scale(1);opacity:.6}50%{transform:translateY(-8px) scale(1.2);opacity:1}}@keyframes bannerFloat2{0%,100%{transform:translateY(0) translateX(0);opacity:.5}50%{transform:translateY(-5px) translateX(5px);opacity:.9}}@keyframes bannerFloat3{0%,100%{transform:translateY(-50%) scale(1);opacity:.5}50%{transform:translateY(calc(-50% - 6px)) scale(1.3);opacity:.9}}@keyframes bannerPulse{0%{transform:scale(.8);opacity:.5}50%{transform:scale(1.2);opacity:.15}100%{transform:scale(.8);opacity:.5}}@keyframes bannerStarPulse{0%,100%{transform:scale(1);opacity:.5}50%{transform:scale(1.3);opacity:1}}.banner-logo-green{position:absolute;left:3.5%;top:50%;transform:translateY(-50%);z-index:10}.banner-logo-green img{height:35px;width:auto}.banner-text-container-green{position:absolute;left:30%;top:50%;transform:translateY(-50%);width:43%;height:36px;overflow:hidden;z-index:10}.banner-text-slider-green{animation:bannerSlideTextGreen 9s infinite cubic-bezier(.4,0,.2,1)}.banner-text-item-green{height:36px;display:flex;flex-direction:column;justify-content:center;color:#fff}.banner-text-item-green .small{font-size:8px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;opacity:.9;margin-bottom:1px}.banner-text-item-green .big{font-size:12px;font-weight:800;letter-spacing:.01em;text-transform:uppercase;white-space:nowrap}.banner-text-item-green .highlight{color:#fde047}@keyframes bannerSlideTextGreen{0%,30%{transform:translateY(0)}33%,63%{transform:translateY(-36px)}66%,96%{transform:translateY(-72px)}100%{transform:translateY(0)}}.banner-cta-green{position:absolute;right:2.5%;top:50%;transform:translateY(-50%);padding:10px 14px;background:#fff;border-radius:4px;font-size:9px;font-weight:700;color:#059669;letter-spacing:.05em;text-transform:uppercase;transition:all .3s ease;z-index:10;box-shadow:0 4px 15px rgba(0,0,0,.2);white-space:nowrap}.html5-banner-green:hover .banner-cta-green{transform:translateY(-50%) scale(1.05);box-shadow:0 6px 20px rgba(0,0,0,.3)}@media (max-width:1000px){.ad-banner-row{flex-direction:column;align-items:center}.html5-banner,.html5-banner-explosive,.html5-banner-green{width:100%;max-width:468px}}@media (max-width:480px){.html5-banner-explosive{height:55px}.explosive-white-side{width:28%}.explosive-logo{left:2.5%}.explosive-logo img{height:28px}.explosive-text-container{left:29%;width:40%;height:16px}.explosive-text-item{height:16px;font-size:11px}.explosive-text-item .accent{margin-left:4px}.explosive-text-slider{animation:explosiveSlideTextMobile 9s infinite cubic-bezier(.4,0,.2,1)}@keyframes explosiveSlideTextMobile{0%,30%{transform:translateY(0)}33%,63%{transform:translateY(-16px)}66%,96%{transform:translateY(-32px)}100%{transform:translateY(0)}}.explosive-cta{padding:8px 12px;font-size:8px;right:2%}.explosive-hex:nth-child(15),.explosive-hex:nth-child(16),.explosive-orb:nth-child(3),.explosive-orb:nth-child(5),.explosive-spark:nth-child(10),.explosive-spark:nth-child(9){display:none}.html5-banner-green{height:55px}.banner-white-side-green{width:28%}.banner-logo-green{left:2.5%}.banner-logo-green img{height:28px}.banner-text-container-green{left:28%;width:44%;height:32px}.banner-text-item-green{height:32px}.banner-text-item-green .small{font-size:7px}.banner-text-item-green .big{font-size:10px}.banner-text-slider-green{animation:bannerSlideTextGreenMobile 9s infinite cubic-bezier(.4,0,.2,1)}@keyframes bannerSlideTextGreenMobile{0%,30%{transform:translateY(0)}33%,63%{transform:translateY(-32px)}66%,96%{transform:translateY(-64px)}100%{transform:translateY(0)}}.banner-cta-green{padding:8px 10px;font-size:8px;right:2%}.banner-particles{display:none}}.reading-progress-container{position:fixed;top:70px;left:0;width:100%;height:3px;background:0 0;z-index:999;opacity:0;transition:opacity .3s ease}.reading-progress-container.visible{opacity:1}.reading-progress{height:100%;background:linear-gradient(90deg,#27baf0,#1a9fd4,#27baf0);background-size:200% 100%;animation:progressShimmer 3s ease infinite;width:0%;transition:width .1s linear;border-radius:0 2px 2px 0;box-shadow:0 0 10px rgba(39,186,240,.4)}@keyframes progressShimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}.floating-share{position:fixed;left:24px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:6px;z-index:100;opacity:0;visibility:hidden;transition:all .4s cubic-bezier(.16, 1, .3, 1);background:rgba(255,255,255,.85);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:12px 8px;border-radius:var(--radius-lg);box-shadow:0 8px 32px rgba(0,0,0,.08);border:1px solid rgba(255,255,255,.6)}.floating-share.visible{opacity:1;visibility:visible}.floating-share a{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:12px;background:0 0;color:var(--text-light);transition:all .25s ease;text-decoration:none;position:relative}.floating-share a:hover{transform:scale(1.15);color:#fff}.floating-share a.share-twitter:hover{background:#1da1f2}.floating-share a.share-facebook:hover{background:#1877f2}.floating-share a.share-pinterest:hover{background:#bd081c}.floating-share a.share-linkedin:hover{background:#0077b5}.floating-share a.share-copy:hover{background:var(--accent)}.floating-share a svg{width:18px;height:18px}.floating-share a::after{content:attr(data-tooltip);position:absolute;left:calc(100% + 12px);background:var(--primary);color:#fff;padding:6px 14px;border-radius:8px;font-size:12px;font-weight:500;white-space:nowrap;opacity:0;visibility:hidden;transition:all .2s ease;pointer-events:none;box-shadow:0 4px 12px rgba(0,0,0,.15)}.floating-share a:hover::after{opacity:1;visibility:visible}.back-to-top{position:fixed;bottom:30px;right:30px;width:48px;height:48px;background:var(--white);color:var(--accent);border:2px solid var(--accent);border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(39,186,240,.25);opacity:0;visibility:hidden;transform:translateY(20px);transition:all .3s ease;z-index:100}.back-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)}.back-to-top:hover{background:var(--accent);color:#fff;transform:translateY(-4px);box-shadow:0 8px 25px rgba(39,186,240,.35)}.back-to-top svg{width:22px;height:22px}.post-category-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;background:var(--accent);color:#fff;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;border-radius:var(--radius-full);margin-bottom:16px;text-decoration:none;transition:all .2s ease}.post-category-badge:hover{background:var(--accent-hover);color:#fff;transform:translateY(-2px)}.post-category-badge svg{width:14px;height:14px}.post-stat{display:flex;align-items:center;gap:8px;color:var(--text-light);font-size:14px}.post-stat svg{width:18px;height:18px;color:var(--accent)}.post-stat strong{color:var(--text)}.article-newsletter{background:linear-gradient(135deg,#27baf0 0,#1a9fd4 50%,#0d8abf 100%);border-radius:var(--radius-lg);padding:48px 40px;margin:60px auto;max-width:750px;text-align:center;position:relative;overflow:hidden;border:none;box-shadow:0 20px 60px rgba(39,186,240,.25)}.article-newsletter::before{content:'';position:absolute;top:-80px;right:-80px;width:200px;height:200px;background:rgba(255,255,255,.1);border-radius:50%}.article-newsletter::after{content:'';position:absolute;bottom:-60px;left:-40px;width:150px;height:150px;background:rgba(255,255,255,.08);border-radius:50%}.article-newsletter-icon{width:64px;height:64px;background:rgba(255,255,255,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;color:#fff;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.article-newsletter-icon svg{width:28px;height:28px}.article-newsletter h4{font-family:var(--font-heading);font-size:1.6rem;margin-bottom:10px;color:#fff}.article-newsletter p{color:rgba(255,255,255,.9);margin-bottom:28px;max-width:420px;margin-left:auto;margin-right:auto;font-size:15px}.article-newsletter .newsletter-form{display:flex;gap:12px;max-width:440px;margin:0 auto;position:relative;z-index:1}.article-newsletter .newsletter-form input{flex:1;padding:14px 20px;border:2px solid rgba(255,255,255,.3);background:rgba(255,255,255,.15);border-radius:var(--radius-full);font-size:15px;color:#fff;transition:all .2s;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.article-newsletter .newsletter-form input::placeholder{color:rgba(255,255,255,.6)}.article-newsletter .newsletter-form input:focus{outline:0;border-color:rgba(255,255,255,.6);background:rgba(255,255,255,.25)}.article-newsletter .newsletter-form button{padding:14px 28px;background:#fff;color:var(--accent);border:none;border-radius:var(--radius-full);font-weight:700;cursor:pointer;transition:all .2s;white-space:nowrap}.article-newsletter .newsletter-form button:hover{background:var(--cream);transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.15)}.author-box{position:relative;overflow:hidden;flex-direction:column;align-items:center;text-align:center;background:var(--white);border:1px solid var(--gray-200);box-shadow:0 4px 24px rgba(0,0,0,.06);padding:40px 32px 36px}.author-box::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;width:100%;background:linear-gradient(90deg,var(--accent),#1a9fd4,var(--accent));border-radius:var(--radius-lg) var(--radius-lg) 0 0}.author-box img{border:4px solid var(--white);box-shadow:0 4px 20px rgba(39,186,240,.2);margin-bottom:16px}.author-box-content{text-align:center}.author-box-content p{max-width:500px;margin-left:auto;margin-right:auto}.author-box-social{justify-content:center}.author-box-social a{background:var(--gray-100)}.author-box-social a:hover{background:var(--accent);color:var(--white);transform:translateY(-3px);box-shadow:0 4px 12px rgba(39,186,240,.3)}.related-posts{position:relative;padding:70px 0;margin-top:20px}.related-posts::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:60px;height:3px;background:var(--accent);border-radius:2px}.related-posts h3{position:relative;padding-top:24px;margin-bottom:16px;font-size:1.8rem}.related-posts h3::after{content:'Keep Exploring';display:block;font-family:Caveat,cursive;font-size:1.3rem;font-weight:400;color:var(--accent);margin-top:6px;margin-bottom:20px}.related-posts .post-card{transition:all .35s cubic-bezier(.16, 1, .3, 1);border:1px solid transparent}.related-posts .post-card:hover{transform:translateY(-10px);box-shadow:0 20px 50px rgba(0,0,0,.12);border-color:var(--accent-light)}.related-posts .post-card:hover .post-card-image img{transform:scale(1.06)}.post-engagement{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap;max-width:750px;margin:0 auto 40px;padding:20px}.engagement-item{display:flex;align-items:center;gap:8px;color:var(--text-light);font-size:14px;padding:8px 16px;border-radius:var(--radius-full);background:var(--gray-100);transition:all .2s ease}.engagement-item:hover{background:var(--accent-light);color:var(--accent)}.engagement-item svg{width:18px;height:18px;color:var(--accent)}.engagement-item strong{color:var(--text);font-weight:600}@media (max-width:1200px){.floating-share{left:10px;padding:10px 6px}.floating-share a{width:38px;height:38px}.floating-share a svg{width:16px;height:16px}}@media (max-width:1024px){.floating-share{display:none}.article-newsletter{padding:30px 25px;margin:40px 15px}.article-newsletter h4{font-size:1.3rem}}@media (max-width:768px){.reading-progress-container{top:60px}.back-to-top{width:44px;height:44px;bottom:20px;right:20px}.back-to-top svg{width:20px;height:20px}.post-category-badge{font-size:11px;padding:5px 12px}.post-stat{font-size:13px}.article-newsletter{padding:30px 20px;margin:40px 15px}.article-newsletter h4{font-size:1.3rem}.article-newsletter .newsletter-form{flex-direction:column}.article-newsletter .newsletter-form button,.article-newsletter .newsletter-form input{width:100%}.author-box{margin:40px 15px;padding:30px 20px}.author-box img{width:75px;height:75px}.author-box-content h4{font-size:1.15rem}.author-box-content p{font-size:14px}.post-engagement{flex-wrap:wrap;gap:10px;padding:15px}.engagement-item{font-size:13px;padding:6px 12px}.related-posts h3::after{font-size:1rem}.comment-form{padding:24px 20px}}@media (max-width:480px){.article-newsletter-icon{width:50px;height:50px}.article-newsletter-icon svg{width:24px;height:24px}.author-box-social a{width:36px;height:36px}}
/* === Category Highlight Section Redesign === */
.category-highlight-wrapper{background:#fff;padding:0;border-top:1px solid #f5f5f5}
.category-highlight-wrapper:nth-child(even){background:#fff}
.category-highlight{max-width:1400px;margin:0 auto;padding:70px 30px;background:transparent;border-radius:0}
.category-highlight-grid{display:grid;grid-template-columns:380px 1fr;gap:50px;align-items:start}
.category-highlight-info{position:sticky;top:100px}
.ch-info-inner{background:linear-gradient(145deg,#27BAF0 0%,#1a9fd4 50%,#0d8abf 100%);border-radius:24px;padding:45px 38px;color:#fff;position:relative;overflow:hidden}
.ch-info-inner::before{content:'';position:absolute;top:-40px;right:-40px;width:160px;height:160px;background:radial-gradient(circle,rgba(255,255,255,0.15) 0%,transparent 70%);border-radius:50%}
.ch-info-inner::after{content:'';position:absolute;bottom:-30px;left:-30px;width:120px;height:120px;background:radial-gradient(circle,rgba(255,255,255,0.1) 0%,transparent 70%);border-radius:50%}
.ch-icon{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;background:rgba(255,255,255,0.2);border-radius:14px;color:#fff;margin-bottom:20px;border:1px solid rgba(255,255,255,0.3)}
.category-highlight-subtitle{display:block;font-family:'Caveat',cursive;font-size:1.2rem;color:#fff !important;margin-bottom:6px;letter-spacing:0.5px}
.category-highlight-info h2{font-family:'Paytone One',sans-serif;font-size:2.8rem;color:#fff;margin:0 0 18px;line-height:1.1;letter-spacing:-0.5px}
.ch-description{font-size:0.95rem;line-height:1.7;color:#fff !important;margin:0 0 20px;position:relative;z-index:1}
.ch-post-count{font-size:0.85rem;color:#fff !important;margin-bottom:24px;display:flex;align-items:center;gap:6px}
.ch-post-count span{display:inline-flex;align-items:center;gap:4px;background:rgba(255,255,255,0.2);color:#fff;padding:4px 12px;border-radius:20px;font-weight:600;font-size:0.8rem}
.category-highlight-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:28px;position:relative;z-index:1}
.category-tag-pill{display:inline-block;padding:7px 16px;border-radius:20px;font-size:0.8rem;font-weight:500;text-decoration:none;transition:all 0.25s;background:rgba(255,255,255,0.15);color:#fff;border:1px solid rgba(255,255,255,0.3)}
.category-tag-pill:hover{background:rgba(255,255,255,0.3);color:#fff;border-color:rgba(255,255,255,0.5);transform:translateY(-1px)}
.category-tag-pill.active{background:#fff;color:#27BAF0;border-color:#fff}
.ch-explore-btn{display:inline-flex;align-items:center;gap:10px;padding:14px 28px;background:#fff;color:#27BAF0;border-radius:14px;font-size:0.95rem;font-weight:600;text-decoration:none;transition:all 0.3s;position:relative;z-index:1;box-shadow:0 4px 15px rgba(0,0,0,0.15)}
.ch-explore-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,0.2);background:#f0faff}
.ch-explore-btn svg{transition:transform 0.3s;color:#27BAF0}
.ch-explore-btn:hover svg{transform:translateX(4px)}

/* Category Highlight Posts - Right Side */
.category-highlight-posts{display:flex;flex-direction:column;gap:20px}
.category-highlight-post{display:grid;grid-template-columns:280px 1fr;gap:0;align-items:stretch;background:#fff;border-radius:16px;overflow:hidden;border:1px solid #eee;transition:all 0.3s}
.category-highlight-post:hover{transform:translateY(-4px);box-shadow:0 12px 35px rgba(0,0,0,0.08);border-color:transparent}
.category-highlight-post-image{display:block;width:100%;overflow:hidden;flex-shrink:0}
.category-highlight-post-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s;display:block}
.category-highlight-post:hover .category-highlight-post-image img{transform:scale(1.05)}
.category-highlight-post-content{padding:24px 28px;display:flex;flex-direction:column;justify-content:center}
.category-highlight-post-tags{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:10px}
.category-highlight-post-tags a{font-size:0.72rem;font-weight:600;color:#27BAF0;text-decoration:none;text-transform:uppercase;letter-spacing:0.5px;background:rgba(39,186,240,0.08);padding:3px 10px;border-radius:12px;transition:background 0.2s}
.category-highlight-post-tags a:hover{background:rgba(39,186,240,0.15)}
.category-highlight-post-content h3{margin:0;font-size:1.1rem;line-height:1.4}
.category-highlight-post-content h3 a{color:#1a1a2e;text-decoration:none;transition:color 0.2s}
.category-highlight-post-content h3 a:hover{color:#27BAF0}

/* Responsive - Category Highlight */
@media(max-width:1024px){
.category-highlight-grid{grid-template-columns:1fr;gap:30px}
.category-highlight-info{position:static}
.ch-info-inner{padding:35px 30px}
.category-highlight-info h2{font-size:2.2rem}
.category-highlight-post{grid-template-columns:240px 1fr}
}
@media(max-width:768px){
.category-highlight{padding:50px 20px}
.ch-info-inner{padding:30px 24px;border-radius:20px}
.category-highlight-info h2{font-size:1.9rem}
.category-highlight-post{grid-template-columns:180px 1fr}
.category-highlight-post-content{padding:16px 18px}
.category-highlight-post-content h3{font-size:0.95rem}
}
@media(max-width:480px){
.category-highlight{padding:40px 16px}
.ch-info-inner{padding:26px 20px;border-radius:16px}
.ch-icon{width:44px;height:44px;border-radius:12px;margin-bottom:16px}
.category-highlight-info h2{font-size:1.6rem;margin-bottom:14px}
.ch-description{font-size:0.88rem}
.ch-explore-btn{width:100%;justify-content:center;padding:13px 24px;border-radius:12px}
.category-highlight-post{grid-template-columns:1fr}
.category-highlight-post-image{height:200px}
.category-highlight-post-content{padding:16px 18px}
.category-highlight-post-content h3{font-size:1rem}
}

/* === Post FAQ Section === */
.post-faq-section{max-width:800px;margin:50px auto;padding:0 20px}
.post-faq-title{display:flex;align-items:center;gap:10px;font-family:'Paytone One',sans-serif;font-size:1.6rem;color:#1a1a2e;margin:0 0 24px;padding-bottom:16px;border-bottom:2px solid #27BAF0}
.post-faq-title svg{color:#27BAF0;flex-shrink:0}
.post-faq-list{display:flex;flex-direction:column;gap:10px}
.post-faq-item{background:#fff;border:1px solid #e8edf2;border-radius:12px;overflow:hidden;transition:all 0.2s}
.post-faq-item[open]{border-color:#27BAF0;box-shadow:0 4px 16px rgba(39,186,240,0.1)}
.post-faq-question{display:flex;align-items:center;justify-content:space-between;padding:18px 22px;font-size:1rem;font-weight:600;color:#1a1a2e;cursor:pointer;list-style:none;user-select:none;transition:background 0.2s}
.post-faq-question::-webkit-details-marker{display:none}
.post-faq-question::marker{display:none;content:''}
.post-faq-question::after{content:'+';font-size:1.4rem;font-weight:300;color:#27BAF0;flex-shrink:0;margin-left:16px;transition:transform 0.2s}
.post-faq-item[open] .post-faq-question::after{content:'\2212'}
.post-faq-question:hover{background:#f8fbfe}
.post-faq-answer{padding:0 22px 20px;font-size:0.95rem;line-height:1.8;color:#4a5568;border-top:1px solid #f0f4f8}
.post-faq-answer{padding-top:16px}
@media(max-width:768px){
.post-faq-section{margin:35px auto;padding:0 16px}
.post-faq-title{font-size:1.3rem}
.post-faq-question{padding:15px 18px;font-size:0.95rem}
.post-faq-answer{padding:14px 18px 18px;font-size:0.9rem}
}

/* === Fix table headers: ensure blue bg even without <thead> === */
.post-content tr:has(th){background:linear-gradient(135deg,#27baf0 0%,#1a9fd4 100%) !important}
.post-content th,.post-content th *{color:#fff !important}
.post-content th span[style*="background-color"]{background-color:transparent !important}
.post-content th p{margin:0}
