/* === Reset & Base === */
*,*::before,*::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; }
body { font-family: 'Nunito', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; color: #2d3748; background: #f7f7f7; line-height: 1.7; overflow-x: hidden; }
a { color: #ff4785; text-decoration: none; transition: all .2s ease-in-out; }
a:hover { color: #d6336c; }
img { max-width: 100%; height: auto; display: block; }
.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 20px; min-width: 0; }

/* === Header === */
.site-header { background: rgba(255,255,255,0.85); backdrop-filter: blur(12px); border-bottom: 6px solid #00c3ff; box-shadow: 0 4px 20px rgba(0,0,0,0.05); position: sticky; top: 0; z-index: 1000; }
#reading-progress { position: absolute; bottom: -6px; left: 0; height: 6px; background: var(--clr-accent, #ff4785); width: 0%; z-index: 1001; transition: width 0.1s; }
.header-main { padding: 16px 0; }
.header-main-inner { display: flex; align-items: center; justify-content: space-between; }
.site-logo { display: flex; align-items: center; gap: 12px; }
.logo-icon { font-size: 2.5rem; color: #ffca28; filter: drop-shadow(0 2px 4px rgba(255,202,40,0.4)); }
.logo-text { font-size: 1.6rem; font-weight: 900; color: #2b3a4a; letter-spacing: -0.5px; }
.main-nav { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.nav-link { padding: 8px 14px; border-radius: 50px; font-weight: 800; font-size: .9rem; color: #4a5568; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
.nav-link:hover { background: #e6f7ff; color: #00c3ff; transform: translateY(-2px); }
.menu-toggle { display: none; background: #f2f9fa; border: none; font-size: 1.8rem; cursor: pointer; color: #00c3ff; padding: 8px 12px; border-radius: 8px; z-index: 1001; position: relative; line-height: 1; }
.nav-overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 998; }
.nav-overlay.active { display: block; }
.search-form { display: flex; align-items: center; margin-left: 6px; }
.search-input { padding: 8px 14px; border: 2px solid #e2e8f0; border-radius: 50px 0 0 50px; font-size: .85rem; width: 150px; transition: all .3s; font-family: inherit; font-weight: 600; outline: none; }
.search-input:focus { border-color: #00c3ff; }
.search-btn { padding: 8px 16px; background: #00c3ff; color: #fff; border: 2px solid #00c3ff; border-left: none; border-radius: 0 50px 50px 0; cursor: pointer; font-size: .9rem; transition: background .3s; }
.search-btn:hover { background: #00a6db; border-color: #00a6db; }
.lang-selector { margin-left: 6px; padding: 6px 10px; border: 2px solid #e2e8f0; border-radius: 50px; font-size: .8rem; background: #fff; cursor: pointer; font-family: inherit; font-weight: 700; color: #4a5568; outline: none; }
.lang-selector:focus { border-color: #00c3ff; }

/* === Hero === */
.hero { text-align: center; padding: 60px 20px 40px; position: relative; overflow: hidden; border-bottom: 1px solid #e2e8f0; }
.hero-title { font-size: 2.5rem; font-weight: 900; color: #1a202c; margin-bottom: 10px; line-height: 1.2; letter-spacing: -0.5px; }
.hero-subtitle { font-size: 1.1rem; color: #718096; margin-bottom: 24px; }
.hero-search { display: flex; max-width: 480px; margin: 0 auto 20px; }
.hero-search-input { flex: 1; padding: 14px 20px; border: 2px solid #e2e8f0; border-radius: 50px 0 0 50px; font-size: 1rem; font-family: inherit; outline: none; transition: border-color .2s; }
.hero-search-input:focus { border-color: #00c3ff; }
.hero-search-btn { padding: 14px 32px; background: #ff4785; color: #fff; border: 2px solid #ff4785; border-radius: 0 50px 50px 0; font-size: 1rem; font-weight: 800; cursor: pointer; transition: background .3s; text-transform: uppercase; letter-spacing: 1px; }
.hero-search-btn:hover { background: #e03e73; border-color: #e03e73; }
.hero-tags { display: flex; justify-content: center; gap: 12px; margin-bottom: 20px; flex-wrap: wrap; }
.hero-tag { padding: 6px 16px; background: #f0f2f5; border-radius: 50px; font-size: .85rem; font-weight: 700; color: #4a5568; transition: all .2s; }
.hero-tag:hover { background: #e2e8f0; color: #1a202c; }
.hero-description { max-width: 800px; margin: 0 auto; font-size: .95rem; color: #a0aec0; line-height: 1.7; }

/* === Category Grid (Large) === */
.home-categories { padding: 40px 0; }
.categories-grid-large { display: grid; grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); gap: 16px; }
.category-card-large { display: flex; flex-direction: column; align-items: center; background: #fff; padding: 24px 12px; border-radius: 16px; text-align: center; box-shadow: 0 2px 10px rgba(0,0,0,.04); transition: all .3s; border: 1px solid #edf2f7; }
.category-card-large:hover { transform: translateY(-4px); box-shadow: 0 10px 25px rgba(0,195,255,.12); border-color: #00c3ff; }
.category-icon-large { font-size: 2.8rem; margin-bottom: 10px; display: block; line-height: 1; }
.category-name-large { display: block; font-weight: 800; font-size: .9rem; color: #2d3748; }

/* === Pinterest Banner === */
.pinterest-banner { text-align: center; margin: 20px 0 40px; }
.pinterest-banner img { max-width: 100%; border-radius: 12px; }

/* === Products Banner === */
.products-banner { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); border-radius: 20px; margin: 40px 0; padding: 36px 40px; position: relative; overflow: hidden; }
.products-banner::before { content: ''; position: absolute; top: -80px; right: -80px; width: 250px; height: 250px; background: rgba(255,255,255,.06); border-radius: 50%; }
.products-banner::after { content: ''; position: absolute; bottom: -60px; left: -60px; width: 180px; height: 180px; background: rgba(255,255,255,.06); border-radius: 50%; }
.products-banner-inner { display: flex; align-items: center; gap: 24px; position: relative; z-index: 1; flex-wrap: wrap; }
.products-banner-icon { font-size: 4rem; flex-shrink: 0; animation: float 3s ease-in-out infinite; }
.products-banner-text { flex: 1; min-width: 200px; }
.products-banner-title { font-size: 1.4rem; font-weight: 900; color: #fff; margin-bottom: 8px; line-height: 1.3; }
.products-banner-desc { font-size: .95rem; color: rgba(255,255,255,.8); line-height: 1.6; margin: 0; }
.products-banner-btn { display: inline-flex; align-items: center; padding: 14px 32px; background: #fff; color: #667eea; border-radius: 50px; font-weight: 900; font-size: .95rem; text-transform: uppercase; letter-spacing: 1px; transition: all .3s; box-shadow: 0 4px 15px rgba(0,0,0,.15); flex-shrink: 0; text-decoration: none; }
.products-banner-btn:hover { background: #f0f0ff; color: #764ba2; transform: translateY(-3px); box-shadow: 0 8px 25px rgba(0,0,0,.2); }

/* === Section === */
.featured-section { padding: 40px 0; }
.section-title { font-size: 2rem; font-weight: 900; color: #2b3a4a; margin-bottom: 28px; text-align: center; position: relative; }
.section-title::after { content: ''; display: block; width: 60px; height: 5px; background: #00c3ff; margin: 10px auto 0; border-radius: 10px; }

/* === Posts Grid === */
.posts-grid { display: grid; gap: 24px; }
.posts-grid.grid-cols-2 { grid-template-columns: repeat(2, 1fr); }
.posts-grid.grid-cols-3 { grid-template-columns: repeat(3, 1fr); }
.posts-grid.grid-cols-4 { grid-template-columns: repeat(4, 1fr); }
.posts-grid.grid-cols-5 { grid-template-columns: repeat(5, 1fr); }
@media (max-width: 992px) { .posts-grid.grid-cols-2, .posts-grid.grid-cols-3, .posts-grid.grid-cols-4, .posts-grid.grid-cols-5 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .posts-grid.grid-cols-2, .posts-grid.grid-cols-3, .posts-grid.grid-cols-4, .posts-grid.grid-cols-5 { grid-template-columns: 1fr; } }

/* Default Card */
.post-card { background: #fff; border-radius: 16px; overflow: hidden; box-shadow: 0 6px 20px rgba(0,0,0,.05); transition: all .3s; border: 1px solid #edf2f7; display: flex; flex-direction: column; height: 100%; position: relative; }
.post-card:hover { transform: translateY(-6px); box-shadow: 0 16px 32px rgba(0,195,255,.12); border-color: #00c3ff; }
.post-thumb { height: 200px; overflow: hidden; background: #f8fafc; display: block; position: relative; border-bottom: 1px solid #edf2f7; }
.post-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.post-card:hover .post-thumb img { transform: scale(1.08); }
.post-thumb-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 4rem; background: linear-gradient(135deg, #f0f8ff, #e6f7ff); color: #a0aec0; }
.card-badge-free { position: absolute; top: 10px; left: 10px; background: #00c3ff; color: #fff; font-size: .65rem; font-weight: 900; padding: 3px 8px; border-radius: 50px; text-transform: uppercase; letter-spacing: 1px; box-shadow: 0 2px 6px rgba(0,195,255,.4); z-index: 2; }
.card-badge-new { position: absolute; top: 10px; right: 10px; background: #ff4785; color: #fff; font-size: .65rem; font-weight: 900; padding: 3px 8px; border-radius: 50px; text-transform: uppercase; letter-spacing: 1px; box-shadow: 0 2px 6px rgba(255,71,133,.4); animation: pulse 2s infinite; z-index: 2; }
.card-badge-count { position: absolute; bottom: 10px; left: 10px; background: rgba(0,0,0,.7); backdrop-filter: blur(4px); color: #fff; font-size: .7rem; font-weight: 800; padding: 4px 10px; border-radius: 50px; letter-spacing: .5px; z-index: 2; }
@keyframes pulse { 0%,100%{ transform: scale(1); } 50%{ transform: scale(1.08); } }
.post-body { padding: 20px; display: flex; flex-direction: column; flex-grow: 1; }
.post-card .post-title,
.post-card h2.post-title,
.post-card h3.post-title { font-size: 1rem; font-weight: 800; line-height: 1.4; margin-bottom: 10px; text-align: left; }
.post-title a { color: #1a202c; text-decoration: none; }
.post-title a:hover { color: #00c3ff; }
.post-category { margin-bottom: 8px; }
.post-category a { display: inline-block; padding: 3px 10px; background: #cceeff; border-radius: 50px; font-size: .7rem; font-weight: 900; color: #004d66; text-transform: uppercase; letter-spacing: 1px; }
.post-excerpt { font-size: .9rem; color: #4a5568; line-height: 1.5; flex-grow: 1; margin-bottom: 12px; }
.card-download-btn { display: block; text-align: center; margin-top: 12px; padding: 8px 14px; background: #e6f7ff; color: #005f7a; border: 2px solid #007fa3; border-radius: 50px; font-size: .8rem; font-weight: 900; letter-spacing: 0.5px; transition: all .3s; text-transform: uppercase; }
.card-download-btn:hover { background: #007fa3; color: #fff; }

/* Compact Card */
.posts-grid.card-style-compact { gap: 12px; }
.card-style-compact .post-card { border-radius: 12px; }
.card-style-compact .post-thumb { height: 140px; }
.card-style-compact .post-body { padding: 12px 14px; }
.card-style-compact .post-title, .card-style-compact h2.post-title, .card-style-compact h3.post-title { font-size: .85rem; margin-bottom: 4px; }
.card-style-compact .post-excerpt { font-size: .8rem; margin-bottom: 8px; }
.card-style-compact .card-download-btn { font-size: .7rem; padding: 6px 10px; margin-top: 8px; }

/* Overlay Card */
.card-style-overlay { gap: 20px; }
.card-style-overlay .post-card { border: none; border-radius: 20px; box-shadow: 0 8px 30px rgba(0,0,0,.08); position: relative; overflow: hidden; }
.card-style-overlay .post-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,0,0,.15); border-color: transparent; }
.card-style-overlay .post-thumb { height: 280px; border-bottom: none; position: relative; }
.card-style-overlay .post-thumb::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.1) 0%, rgba(0,0,0,.7) 60%, rgba(0,0,0,.9) 100%); z-index: 1; pointer-events: none; }
.card-style-overlay .post-thumb img { filter: brightness(1); transition: transform .6s cubic-bezier(.4,0,.2,1); }
.card-style-overlay .post-card:hover .post-thumb img { transform: scale(1.1); }
.card-style-overlay .post-body { position: absolute; bottom: 0; left: 0; right: 0; padding: 30px 24px 24px; background: none; z-index: 2; }
.card-style-overlay .post-body .post-title { margin-bottom: 6px; }
.card-style-overlay .post-title a { color: #fff; font-size: 1.1rem; text-shadow: 0 2px 8px rgba(0,0,0,.3); }
.card-style-overlay .post-title a:hover { color: #00c3ff; }
.card-style-overlay .post-excerpt { color: rgba(255,255,255,.85); font-size: .85rem; text-shadow: 0 1px 4px rgba(0,0,0,.2); margin-bottom: 0; }
.card-style-overlay .post-category a { background: rgba(255,255,255,.15); backdrop-filter: blur(8px); color: #fff; border: 1px solid rgba(255,255,255,.2); padding: 4px 14px; }
.card-style-overlay .post-category a:hover { background: rgba(255,255,255,.3); }
.card-style-overlay .card-download-btn { background: rgba(255,255,255,.12); backdrop-filter: blur(8px); color: #fff; border-color: rgba(255,255,255,.25); margin-top: 12px; }
.card-style-overlay .card-download-btn:hover { background: var(--clr-primary, #00c3ff); border-color: var(--clr-primary, #00c3ff); }
.card-style-overlay .card-badge-free, .card-style-overlay .card-badge-new { z-index: 3; }
.card-style-overlay .post-card::before { content: ''; position: absolute; inset: 0; border-radius: 20px; padding: 2px; background: linear-gradient(135deg, rgba(255,255,255,.3), rgba(255,255,255,.05)); -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none; z-index: 4; }

/* Horizontal Card */
.card-style-horizontal { gap: 16px; }
.card-style-horizontal .post-card { flex-direction: row; border-radius: 16px; border: 1px solid #edf2f7; box-shadow: 0 4px 16px rgba(0,0,0,.04); transition: all .3s; overflow: visible; }
.card-style-horizontal .post-card:hover { transform: translateX(4px); box-shadow: 0 8px 24px rgba(0,195,255,.1); border-color: #00c3ff; }
.card-style-horizontal .post-thumb { width: 220px; min-height: 150px; height: auto; flex-shrink: 0; border-bottom: none; border-right: none; border-radius: 16px 0 0 16px; overflow: hidden; margin: 0; }
.card-style-horizontal .post-thumb img { height: 100%; width: 100%; object-fit: cover; }
.card-style-horizontal .post-body { padding: 18px 24px; display: flex; flex-direction: column; justify-content: center; flex: 1; }
.card-style-horizontal .post-body .post-title { font-size: 1.05rem; margin-bottom: 6px; }
.card-style-horizontal .post-excerpt { font-size: .85rem; margin-bottom: 10px; }
.card-style-horizontal .card-download-btn { display: inline-block; width: auto; align-self: flex-start; padding: 6px 18px; margin-top: 4px; }
.card-style-horizontal .post-thumb .card-badge-free { top: 8px; left: 8px; }
@media (max-width: 768px) {
    .card-style-horizontal .post-card { flex-direction: row; }
    .card-style-horizontal .post-thumb { width: 140px; min-height: 120px; }
    .card-style-horizontal .post-body { padding: 12px 16px; }
    .card-style-horizontal .post-body .post-title { font-size: .9rem; }
}
@media (max-width: 500px) {
    .card-style-horizontal .post-card { flex-direction: column; }
    .card-style-horizontal .post-thumb { width: 100%; height: 160px; border-radius: 16px 16px 0 0; }
}

/* === Email Opt-In Section === */
.optin-section { background: linear-gradient(135deg, #1a202c 0%, #2d3748 100%); border-radius: 24px; margin: 40px 0; padding: 50px 40px; text-align: center; position: relative; overflow: hidden; }
.optin-section::before { content: ''; position: absolute; top: -50px; right: -50px; width: 200px; height: 200px; background: #00c3ff; opacity: .08; border-radius: 50%; }
.optin-section::after { content: ''; position: absolute; bottom: -50px; left: -50px; width: 200px; height: 200px; background: #ff4785; opacity: .08; border-radius: 50%; }
.optin-inner { position: relative; z-index: 1; max-width: 600px; margin: 0 auto; }
.optin-icon { font-size: 3.5rem; margin-bottom: 14px; display: block; animation: float 3s ease-in-out infinite; }
@keyframes float { 0%,100%{ transform: translateY(0); } 50%{ transform: translateY(-10px); } }
.optin-title { font-size: 2rem; font-weight: 900; color: #fff; margin-bottom: 12px; line-height: 1.2; }
.optin-subtitle { font-size: 1rem; color: rgba(255,255,255,.7); margin-bottom: 28px; line-height: 1.6; }
.optin-form { display: flex; gap: 12px; max-width: 500px; margin: 0 auto 14px; flex-wrap: wrap; }
.optin-input { flex: 1; min-width: 200px; padding: 14px 18px; border: 2px solid rgba(255,255,255,.2); border-radius: 50px; font-size: 1rem; font-family: inherit; font-weight: 600; background: rgba(255,255,255,.1); color: #fff; outline: none; transition: all .3s; }
.optin-input::placeholder { color: rgba(255,255,255,.5); }
.optin-input:focus { border-color: #00c3ff; background: rgba(255,255,255,.15); }
.optin-btn { padding: 14px 28px; background: #00c3ff; color: #fff; border: none; border-radius: 50px; font-size: 1rem; font-weight: 900; cursor: pointer; transition: all .3s; white-space: nowrap; text-transform: uppercase; letter-spacing: 0.5px; box-shadow: 0 4px 15px rgba(0,195,255,.4); }
.optin-btn:hover { background: #00a6db; transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,195,255,.5); }
.optin-note { font-size: .8rem; color: rgba(255,255,255,.4); margin-top: 4px; }

/* === Single Post === */
.single-post { padding: 40px 0; max-width: 900px; margin: 0 auto; }
.single-post > h1.post-title { font-size: 2rem; font-weight: 900; color: #1a202c; margin-bottom: 14px; line-height: 1.2; text-align: center; }
.post-featured-image { margin: 24px auto 32px; border-radius: 20px; overflow: hidden; box-shadow: 0 16px 32px rgba(0,0,0,0.08); border: 3px solid #fff; max-width: 800px; }
.breadcrumb { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; font-size: .85rem; font-weight: 700; color: #a0aec0; margin-bottom: 20px; padding: 12px 18px; background: #fff; border-radius: 12px; border: 1px solid #edf2f7; }
.breadcrumb a { color: #00c3ff; }
.breadcrumb a:hover { color: #00a6db; text-decoration: underline; }
.breadcrumb span:last-child { color: #4a5568; }
.bc-sep { color: #cbd5e0; font-size: 1.1rem; }
.post-cat-badge { display: inline-block; padding: 3px 12px; background: #e6f7ff; border-radius: 50px; font-size: .75rem; font-weight: 800; color: #00c3ff; border: 1px solid #bce8fd; }
.post-cat-badge a { color: inherit; }
.post-meta { font-size: .8rem; color: #a0aec0; text-align: center; margin-bottom: 24px; display: flex; justify-content: center; align-items: center; gap: 12px; flex-wrap: wrap; }
.post-content { font-size: 1.05rem; line-height: 1.8; color: #4a5568; }
.post-content h2 { font-size: 1.6rem; font-weight: 900; color: #2d3748; margin: 36px 0 16px; padding-bottom: 8px; border-bottom: 2px dashed #e2e8f0; }
.post-content h3 { font-size: 1.3rem; font-weight: 800; color: #2d3748; margin: 28px 0 12px; }
.post-content p { margin-bottom: 18px; }
.post-content ol { margin: 12px 0 20px 24px; }
.post-content ol li { margin-bottom: 8px; }
.post-content .article-gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 16px; margin: 24px 0; }
.post-content .article-gallery figure { margin: 0; border-radius: 10px; overflow: hidden; cursor: zoom-in; background: #f8fafc; border: 1px solid #edf2f7; transition: all .3s; display: flex; flex-direction: column; }
.post-content .article-gallery figure:hover { border-color: #00c3ff; box-shadow: 0 8px 16px rgba(0,195,255,0.12); transform: translateY(-3px); }
.post-content .article-gallery img { width: 100%; aspect-ratio: 3/4; display: block; border-radius: 8px 8px 0 0; object-fit: cover; }
.post-content .article-gallery figcaption { font-size: .85rem; color: #718096; margin-top: 12px; text-align: center; padding: 10px 6px; font-weight: 600; background: #fff; border-top: 1px solid #edf2f7; }
.post-actions { margin: 28px 0; display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.btn-action { display: inline-flex; align-items: center; gap: 8px; padding: 12px 24px; border-radius: 50px; font-weight: 900; font-size: .95rem; letter-spacing: 0.5px; text-transform: uppercase; transition: all .3s; text-decoration: none; white-space: nowrap; }
.btn-action .btn-icon { font-size: 1.1rem; }
.btn-action-print { background: #00c3ff; color: #fff; box-shadow: 0 4px 15px rgba(0,195,255,.3); border: 2px solid #00c3ff; }
.btn-action-print:hover { background: #00a6db; color: #fff; transform: translateY(-3px); box-shadow: 0 8px 20px rgba(0,195,255,.4); }
.btn-action-ptshare { background: #e60023; color: #fff; box-shadow: 0 4px 15px rgba(230,0,35,.25); border: 2px solid #e60023; }
.btn-action-ptshare:hover { background: #c0001d; color: #fff; transform: translateY(-3px); }
.btn-action-dl { background: #fff; color: #00c3ff; border: 2px solid #00c3ff; }
.btn-action-dl:hover { background: #e6f7ff; color: #00a6db; transform: translateY(-3px); }

/* === Related Posts === */
.related-posts { margin-top: 50px; padding-top: 32px; border-top: 2px dashed #e2e8f0; }
.related-posts-title { font-size: 1.6rem; font-weight: 900; color: #2d3748; margin-bottom: 24px; text-align: center; }
.related-posts-title::after { content: ''; display: block; width: 50px; height: 4px; background: var(--clr-primary, #00c3ff); border-radius: 2px; margin: 8px auto 0; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 992px) { .related-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .related-grid { grid-template-columns: 1fr; } }

/* === Prev/Next Nav === */
.post-navigation { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 40px; }
.post-nav-btn { display: flex; flex-direction: column; gap: 4px; padding: 16px 20px; background: #fff; border: 2px solid #edf2f7; border-radius: 14px; transition: all .3s; text-decoration: none; }
.post-nav-btn:hover { border-color: #00c3ff; background: #f0fbff; transform: translateY(-3px); box-shadow: 0 8px 20px rgba(0,195,255,.1); }
.post-nav-label { font-size: .75rem; font-weight: 900; text-transform: uppercase; letter-spacing: 1.5px; color: #00c3ff; }
.post-nav-title { font-size: .95rem; font-weight: 800; color: #2d3748; line-height: 1.4; }
.post-nav-prev { text-align: left; }
.post-nav-next { text-align: right; }
.post-nav-next .post-nav-label { display: flex; justify-content: flex-end; }

/* === Archive === */
.archive-title { font-size: 2.4rem; font-weight: 900; color: #1a202c; margin-bottom: 10px; padding-top: 40px; text-align: center; }
.archive-desc { font-size: 1.1rem; color: #718096; margin-bottom: 32px; text-align: center; }
.empty-state { text-align: center; padding: 80px 20px; color: #a0aec0; background: #fff; border-radius: 20px; border: 2px dashed #e2e8f0; margin: 32px 0; }
.empty-state p { font-size: 1.15rem; font-weight: 700; }
.pagination { display: flex; justify-content: center; gap: 8px; margin-top: 40px; padding: 16px 0; }
.pagination .btn { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 10px; font-weight: 800; background: #fff; color: #4a5568; border: 2px solid #e2e8f0; transition: all .2s; }
.pagination .btn.active { background: #00c3ff; color: #fff; border-color: #00c3ff; box-shadow: 0 4px 10px rgba(0,195,255,0.2); }
.pagination .btn:hover:not(.active) { border-color: #00c3ff; color: #00c3ff; transform: translateY(-2px); }

/* === Lightbox === */
.lightbox-overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(15,23,42,.95); z-index: 99999; justify-content: center; align-items: center; cursor: zoom-out; backdrop-filter: blur(5px); }
.lightbox-overlay.active { display: flex; }
.lightbox-overlay img { max-width: 90vw; max-height: 90vh; object-fit: contain; border-radius: 10px; box-shadow: 0 20px 60px rgba(0,0,0,.5); transition: transform .3s; border: 3px solid #fff; }
.lightbox-overlay img.zoomed { transform: scale(2); cursor: zoom-in; }
.lightbox-close { position: fixed; top: 20px; right: 20px; color: #1a202c; font-size: 1.8rem; cursor: pointer; z-index: 100000; background: #fff; width: 44px; height: 44px; border-radius: 50%; display: flex; align-items: center; justify-content: center; border: none; box-shadow: 0 4px 12px rgba(0,0,0,0.2); transition: all .2s; }
.lightbox-close:hover { background: #ff4785; color: #fff; transform: scale(1.1); }
.lightbox-nav { position: fixed; top: 50%; transform: translateY(-50%); color: #1a202c; font-size: 2.2rem; cursor: pointer; z-index: 100000; background: #fff; width: 50px; height: 50px; border-radius: 50%; display: flex; align-items: center; justify-content: center; border: none; transition: all .2s; box-shadow: 0 4px 12px rgba(0,0,0,0.2); }
.lightbox-nav:hover { background: #00c3ff; color: #fff; transform: translateY(-50%) scale(1.1); }
.lightbox-prev { left: 20px; }
.lightbox-next { right: 20px; }
.lightbox-counter { position: fixed; bottom: 20px; left: 50%; transform: translateX(-50%); color: #fff; font-size: .9rem; font-weight: 800; z-index: 100000; background: rgba(0,0,0,0.5); padding: 6px 14px; border-radius: 50px; backdrop-filter: blur(4px); }
.lightbox-download { position: fixed; bottom: 20px; right: 20px; color: #fff; font-size: .9rem; font-weight: 800; cursor: pointer; z-index: 100000; background: #00c3ff; padding: 10px 20px; border-radius: 50px; display: flex; align-items: center; gap: 6px; border: none; transition: all .2s; box-shadow: 0 4px 12px rgba(0,195,255,0.3); text-transform: uppercase; letter-spacing: 1px; }
.lightbox-download:hover { background: #00a6db; transform: translateY(-2px); }

/* === Widget Styles === */
.widget-recent ul, .widget-popular ol, .widget-categories ul, .widget-nav ul { list-style: none; padding: 0; }
.widget-recent ul li, .widget-categories ul li, .widget-nav ul li { margin-bottom: 8px; font-size: .9rem; font-weight: 700; }
.widget-recent ul li a, .widget-categories ul li a, .widget-nav ul li a { color: #4a5568; display: flex; align-items: center; gap: 8px; transition: color .2s; }
.widget-recent ul li a:hover, .widget-categories ul li a:hover, .widget-nav ul li a:hover { color: #00c3ff; }
.w-recent-list a { display: flex !important; align-items: center; gap: 10px; padding: 6px 0; }
.w-recent-thumb { width: 44px; height: 44px; border-radius: 8px; object-fit: cover; flex-shrink: 0; border: 1px solid #edf2f7; }
.w-recent-info { display: flex; flex-direction: column; }
.w-recent-title { font-size: .85rem; font-weight: 700; color: #2d3748; line-height: 1.3; }
.w-recent-date { font-size: .7rem; color: #a0aec0; margin-top: 2px; }
.w-popular-list { list-style: none; padding: 0; counter-reset: pop-count; }
.w-popular-list li { display: flex; align-items: center; gap: 10px; padding: 8px 0; border-bottom: 1px solid #edf2f7; counter-increment: pop-count; font-size: .85rem; font-weight: 700; }
.w-popular-list li:last-child { border-bottom: none; }
.w-popular-list li a { color: #4a5568; flex: 1; line-height: 1.3; }
.w-popular-list li a:hover { color: #00c3ff; }
.w-popular-num { display: inline-flex; align-items: center; justify-content: center; width: 26px; height: 26px; background: #e6f7ff; color: #00c3ff; border-radius: 50%; font-size: .75rem; font-weight: 900; flex-shrink: 0; }
.w-popular-thumb { width: 40px; height: 40px; border-radius: 6px; object-fit: cover; flex-shrink: 0; }
.tag-cloud { display: flex; flex-wrap: wrap; gap: 6px; }
.tag-cloud-item { display: inline-block; padding: 5px 12px; background: #f0f2f5; border-radius: 50px; font-weight: 700; color: #4a5568; transition: all .2s; }
.tag-cloud-item:hover { background: #00c3ff; color: #fff; transform: translateY(-2px); }
.social-icons { display: flex; gap: 4px; flex-wrap: wrap; }
.social-icon { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; background: #f0f2f5; border-radius: 50%; font-size: 1.2rem; transition: all .2s; }
.social-icon:hover { background: #00c3ff; transform: translateY(-2px); }
.widget-search .w-search-form { display: flex; }
.widget-search .w-search-input { flex: 1; padding: 10px 14px; border: 2px solid #e2e8f0; border-radius: 50px 0 0 50px; font-size: .85rem; font-family: inherit; outline: none; font-weight: 600; }
.widget-search .w-search-input:focus { border-color: #00c3ff; }
.widget-search .w-search-btn { padding: 10px 16px; background: #00c3ff; color: #fff; border: 2px solid #00c3ff; border-left: none; border-radius: 0 50px 50px 0; cursor: pointer; font-size: 1rem; transition: background .2s; }
.widget-search .w-search-btn:hover { background: #0099cc; }
.widget-newsletter .optin-form { flex-direction: column; gap: 8px; }
.widget-newsletter .optin-input { width: 100%; min-width: 0; padding: 10px 14px; border: 2px solid #e2e8f0; border-radius: 50px; font-size: .85rem; font-family: inherit; font-weight: 600; outline: none; }
.widget-newsletter .optin-input:focus { border-color: #00c3ff; }
.widget-newsletter .optin-btn { width: 100%; padding: 10px; font-size: .85rem; }

/* === Footer === */
.site-footer { background: #1a202c; color: #cbd5e0; padding: 60px 0 0; margin-top: 60px; position: relative; overflow: hidden; }
.site-footer::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 5px; background: linear-gradient(90deg, #00c3ff, #ff4785, #ffca28); }

/* Footer Search Section */
.footer-search-section { display: flex; align-items: center; gap: 20px; padding: 24px 32px; background: rgba(255,255,255,.05); border-radius: 16px; margin-bottom: 40px; flex-wrap: wrap; }
.footer-search-icon { font-size: 2.5rem; flex-shrink: 0; }
.footer-search-text { flex: 1; min-width: 180px; }
.footer-search-text h3 { color: #fff; font-size: 1.2rem; font-weight: 900; margin-bottom: 4px; }
.footer-search-text p { color: #a0aec0; font-size: .85rem; margin: 0; }
.footer-search-form { display: flex; flex-shrink: 0; min-width: 250px; }
.footer-search-input { flex: 1; padding: 12px 18px; border: 2px solid rgba(255,255,255,.15); border-radius: 50px 0 0 50px; font-size: .9rem; font-family: inherit; font-weight: 600; background: rgba(255,255,255,.08); color: #fff; outline: none; transition: border-color .2s; }
.footer-search-input::placeholder { color: rgba(255,255,255,.4); }
.footer-search-input:focus { border-color: #00c3ff; background: rgba(255,255,255,.12); }
.footer-search-btn { padding: 12px 24px; background: #00c3ff; color: #fff; border: 2px solid #00c3ff; border-left: none; border-radius: 0 50px 50px 0; font-size: .9rem; font-weight: 800; cursor: pointer; transition: background .3s; text-transform: uppercase; letter-spacing: .5px; }
.footer-search-btn:hover { background: #00a6db; }

.footer-grid { display: grid; grid-template-columns: 1fr 2fr 1fr; gap: 40px; margin-bottom: 40px; }
.footer-col-heading { color: #fff; font-size: 1.15rem; font-weight: 900; margin-bottom: 18px; text-transform: uppercase; letter-spacing: 1px; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 8px; }
.footer-col ul li a { color: #a0aec0; font-size: .85rem; font-weight: 600; transition: color .2s; }
.footer-col ul li a:hover { color: #00c3ff; padding-left: 4px; }
.footer-col p { font-size: .9rem; line-height: 1.7; color: #a0aec0; }
.footer-col-categories ul { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px 12px; }
.footer-col-categories ul li a { font-size: .8rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 20px 0; text-align: center; font-size: .85rem; color: #a0aec0; font-weight: 600; }
.footer-bottom a { display: inline-block; margin: 3px 0; }

/* === Page Content === */
.page-content { background: #fff; border-radius: 20px; box-shadow: 0 4px 16px rgba(0,0,0,0.03); border: 1px solid #edf2f7; padding: 40px; margin: 40px auto; max-width: 800px; }
.page-heading { font-size: 2.4rem; font-weight: 900; color: #1a202c; margin-bottom: 24px; text-align: center; border-bottom: 2px dashed #e2e8f0; padding-bottom: 16px; }
.page-content h2 { font-size: 1.5rem; font-weight: 900; color: #2d3748; margin: 32px 0 12px; }
.page-content p { margin-bottom: 18px; font-size: 1.05rem; line-height: 1.8; color: #4a5568; }
.faq-item { margin-bottom: 20px; padding: 20px; background: #f8fafc; border-radius: 14px; border-left: 5px solid #00c3ff; transition: transform .2s; }
.faq-item:hover { transform: translateX(4px); }
.faq-item h3 { font-size: 1.15rem; font-weight: 900; color: #2d3748; margin-bottom: 8px; }
.faq-item p { margin-bottom: 0; }
.contact-form { background: #f8fafc; padding: 32px; border-radius: 16px; border: 1px solid #edf2f7; }
.contact-form .hp-field { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.contact-form .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form .form-group { margin-bottom: 16px; }
.contact-form label { display: block; font-weight: 800; margin-bottom: 6px; color: #2d3748; font-size: .9rem; }
.contact-form .form-control { width: 100%; padding: 12px 16px; border: 2px solid #e2e8f0; border-radius: 10px; font-size: 1rem; font-family: inherit; font-weight: 600; transition: all .3s; background: #fff; outline: none; }
.contact-form .form-control:focus { border-color: #00c3ff; box-shadow: 0 0 0 3px rgba(0,195,255,.12); }
.contact-form .btn-primary { background: #ff4785; color: #fff; border: none; padding: 14px 36px; border-radius: 50px; font-size: 1rem; font-weight: 900; cursor: pointer; transition: all .3s; text-transform: uppercase; letter-spacing: 1px; box-shadow: 0 4px 15px rgba(255,71,133,0.3); }
.contact-form .btn-primary:hover { background: #e03e73; transform: translateY(-2px); box-shadow: 0 8px 20px rgba(255,71,133,0.4); }

/* === Ad Slots === */
.ad-slot { margin: 32px 0; padding: 24px; background: #fff; border-radius: 14px; text-align: center; border: 2px dashed #cbd5e0; position: relative; overflow: hidden; }
.ad-slot::before { content: 'ADVERTISEMENT'; position: absolute; top: 6px; left: 50%; transform: translateX(-50%); font-size: .6rem; color: #a0aec0; font-weight: 800; letter-spacing: 2px; }
.ad-slot.ad-header { margin: 0 0 16px 0; border-radius: 0; border-left: none; border-right: none; padding: 20px; background: #f8fafc; }
.ad-slot.ad-sidebar { margin: 0 0 24px 0; }
.content-with-sidebar { display: flex; gap: 32px; align-items: flex-start; }
.content-main { flex: 1; min-width: 0; }
.content-sidebar { width: 300px; flex-shrink: 0; position: sticky; top: 100px; }
.container.layout-3col { max-width: 1440px; }
.layout-3col.content-with-sidebar { gap: 24px; }
.layout-3col .content-sidebar { width: 260px; }
.sidebar-widget { background: #fff; padding: 20px; border-radius: 16px; border: 1px solid #edf2f7; box-shadow: 0 4px 12px rgba(0,0,0,0.03); margin-bottom: 24px; }
.sidebar-related h4 { font-size: 1.1rem; font-weight: 900; color: #1a202c; margin-bottom: 14px; padding-bottom: 10px; border-bottom: 3px solid #00c3ff; text-transform: uppercase; }
.sidebar-related ul { list-style: none; }
.sidebar-related li { margin-bottom: 10px; font-size: .9rem; line-height: 1.4; font-weight: 700; }
.sidebar-related li a { color: #4a5568; text-decoration: none; display: flex; align-items: center; gap: 6px; transition: color .2s; }
.sidebar-related li a::before { content: 'â–º'; color: #00c3ff; font-size: .65rem; }
.sidebar-related li a:hover { color: #ff4785; }

/* === Cookie Bar === */
.cookie-bar { position: fixed; bottom: 0; left: 0; right: 0; background: rgba(26,32,44,0.95); backdrop-filter: blur(10px); color: #fff; padding: 14px 20px; z-index: 99999; display: none; align-items: center; justify-content: center; gap: 20px; flex-wrap: wrap; font-size: .9rem; font-weight: 600; box-shadow: 0 -4px 20px rgba(0,0,0,0.1); }
.cookie-bar.show { display: flex; }
.cookie-bar a { color: #00c3ff; text-decoration: underline; }
.cookie-btn { background: #ffca28; color: #1a202c; border: none; padding: 8px 20px; border-radius: 50px; font-weight: 900; cursor: pointer; font-size: .9rem; white-space: nowrap; transition: all .2s; text-transform: uppercase; }
.cookie-btn:hover { background: #f6c014; transform: scale(1.05); }

/* === Responsive === */
@media (max-width: 992px) {
    .content-with-sidebar { flex-direction: column; }
    .content-sidebar { width: 100%; position: static; }
    .categories-grid-large { grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); }
}
@media (max-width: 768px) {
    .site-header { position: sticky; }
    .hero { padding: 40px 16px; }
    .hero-title { font-size: 1.8rem; }
    .hero-subtitle { font-size: 1rem; }
    .header-main-inner { flex-wrap: wrap; gap: 10px; align-items: center; }
    .site-logo { flex: 1 1 auto; min-width: 0; max-width: calc(100% - 50px); }
    .logo-text { font-size: 1.1rem; line-height: 1.3; word-break: break-word; }
    .menu-toggle { margin-left: auto; display: flex; align-items: center; justify-content: center; }
    .main-nav { display: none; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; width: 100%; background: #fff; padding: 16px; box-shadow: 0 10px 20px rgba(0,0,0,.1); z-index: 999; align-items: flex-start; border-top: 1px solid #edf2f7; gap: 4px; }
    .main-nav.open { display: flex; }
    .header-main { position: relative; }
    .posts-grid { grid-template-columns: 1fr; }
    .categories-grid-large { grid-template-columns: repeat(auto-fill, minmax(100px, 1fr)); gap: 10px; }
    .category-card-large { padding: 16px 8px; }
    .category-icon-large { font-size: 2.2rem; }
    .pinterest-banner img { border-radius: 8px; }
    .page-content { padding: 24px 16px; margin: 24px auto; }
    .optin-section { padding: 32px 20px; border-radius: 18px; }
    .optin-title { font-size: 1.5rem; }
    .optin-input { min-width: 0; width: 100%; }
    .hero-search { max-width: 100%; }
    .hero-search-input { padding: 12px 16px; font-size: .9rem; }
    .hero-search-btn { padding: 12px 24px; font-size: .9rem; }
    .contact-form .form-row { grid-template-columns: 1fr; }
    .site-footer { padding-top: 40px; }
    .footer-grid { grid-template-columns: 1fr; gap: 24px; }
    .footer-col-categories ul { grid-template-columns: repeat(3, 1fr); }
    .footer-search-form { min-width: 100%; }
    .products-banner { padding: 28px 24px; }
    .products-banner-title { font-size: 1.2rem; }
    .products-banner-btn { width: 100%; justify-content: center; }
    .section-title { font-size: 1.6rem; }
    .single-post > h1.post-title { font-size: 1.6rem; }
}
@media (max-width: 480px) {
    .hero-title { font-size: 1.5rem; }
    .hero-description { font-size: .85rem; }
    .categories-grid-large { grid-template-columns: repeat(auto-fill, minmax(80px, 1fr)); gap: 8px; }
    .category-card-large { padding: 12px 6px; border-radius: 12px; }
    .category-icon-large { font-size: 1.8rem; margin-bottom: 6px; }
    .category-name-large { font-size: .75rem; }
    .posts-grid { gap: 16px; }
    .optin-title { font-size: 1.3rem; }
    .container { padding: 0 12px; }
    .post-navigation { grid-template-columns: 1fr; }
    .post-actions { flex-direction: column; align-items: stretch; }
    .btn-action { justify-content: center; }
}
/* Widget: Related Posts */
.widget-related ul { list-style: none; padding: 0; }
.widget-related li { display: flex; align-items: center; gap: 10px; padding: 8px 0; border-bottom: 1px solid #edf2f7; font-size: .85rem; }
.widget-related li:last-child { border-bottom: none; }
.widget-related li a { flex: 1; color: #4a5568; line-height: 1.4; }
.widget-related li a:hover { color: var(--clr-primary, #00c3ff); }
.w-related-thumb { width: 50px; height: 50px; border-radius: 8px; object-fit: cover; flex-shrink: 0; }

/* Widget: Recent Search */
.widget-recent-search .tag-cloud { display: flex; flex-wrap: wrap; gap: 6px; }
.widget-recent-search .tag-cloud-item { background: #f1f5f9; padding: 4px 12px; border-radius: 50px; color: #4a5568; font-size: .8rem; transition: all .2s; }
.widget-recent-search .tag-cloud-item:hover { background: var(--clr-primary, #00c3ff); color: #fff; }

/* === Modern Dark Mode === */
body.dark-theme { --clr-bg: #1a202c !important; --clr-text: #cbd5e0 !important; --clr-heading: #f7fafc !important; }
body.dark-theme .site-header { background: rgba(26,32,44,0.85) !important; border-bottom-color: #2d3748 !important; }
body.dark-theme .post-card, body.dark-theme .category-card-large, body.dark-theme .sidebar-widget, body.dark-theme .single-post { background: #2d3748 !important; border-color: #4a5568 !important; }
body.dark-theme .nav-link { color: #cbd5e0 !important; }
body.dark-theme .nav-link:hover { background: #4a5568 !important; color: #fff !important; }
body.dark-theme .search-input, body.dark-theme .lang-selector { background: #1a202c !important; border-color: #4a5568 !important; color: #f7fafc !important; }
body.dark-theme .post-title a { color: #f7fafc !important; }
body.dark-theme .post-content h1, body.dark-theme .post-content h2, body.dark-theme .post-content h3 { color: #fff !important; }
.dark-mode-toggle { cursor: pointer; padding: 8px; border-radius: 50%; border: none; background: transparent; font-size: 1.2rem; display: flex; align-items: center; justify-content: center; transition: all 0.3s; margin-left: 8px; }
.dark-mode-toggle:hover { background: #e2e8f0; }
body.dark-theme .dark-mode-toggle:hover { background: #4a5568; }

/* === Skeleton Loading === */
img[loading] { background: #e2e8f0; animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: .5; } }
img.loaded { background: transparent; animation: none; }

/* === Floating TOC === */
.floating-toc { background: #fff; padding: 20px; border-radius: 12px; box-shadow: 0 4px 15px rgba(0,0,0,0.05); border: 1px solid #edf2f7; margin-bottom: 32px; }
body.dark-theme .floating-toc { background: #2d3748; border-color: #4a5568; }
.floating-toc h4 { margin-bottom: 12px; font-weight: 800; font-size: 1.1rem; }
.floating-toc ul { list-style: none; margin: 0; padding: 0; }
.floating-toc li { margin-bottom: 8px; }
.floating-toc a { color: #4a5568; font-size: 0.9rem; font-weight: 600; display: block; padding: 4px 0; border-left: 2px solid transparent; padding-left: 10px; transition: all 0.2s; }
.floating-toc a:hover { color: var(--clr-primary, #00c3ff); border-color: var(--clr-primary, #00c3ff); }
body.dark-theme .floating-toc a { color: #cbd5e0; }

@media print {
    body { background: white !important; color: black !important; font-size: 12pt !important; }
    .site-header, .hero, .home-categories, .pinterest-banner, .ad-slot, .post-actions, .content-sidebar, .site-footer, .cookie-bar, .optin-section { display: none !important; }
    .content-main { width: 100% !important; }
    .single-post, .post-content { box-shadow: none !important; border: none !important; margin: 0 !important; padding: 0 !important; }
    img { max-width: 100% !important; page-break-inside: avoid !important; }
}