/* Moban 8-2-27 | D5 Central Island + Ice Blue Tech */

*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Inter',sans-serif;background:#E1F5FE;color:#01579B;line-height:1.6}
body::before{content:'';position:fixed;inset:0;background:#B3E5FC;z-index:-1;opacity:.3}
a{color:#0277BD;text-decoration:none;transition:color .3s}
a:hover{color:#4FC3F7}
img{max-width:100%;height:auto;display:block}
ul{list-style:none}
h1,h2,h3,h4,h5,h6{font-family:'Space Grotesk',sans-serif;font-weight:700;color:#01579B}

/* Content Island */
.content-island{max-width:680px;margin:0 auto;padding:0 24px}

/* Buttons */
.btn-download-lg{display:inline-block;padding:18px 48px;background:#0277BD;color:#fff;font-family:'Space Grotesk',sans-serif;font-size:1.1rem;font-weight:700;border-radius:6px;transition:background .3s;text-decoration:none}
.btn-download-lg:hover{background:#01579B;color:#fff}
.btn-viewall{display:block;width:fit-content;margin:48px auto 0;padding:14px 36px;background:transparent;border:2px solid #0277BD;color:#0277BD;font-family:'Space Grotesk',sans-serif;font-weight:600;border-radius:6px;transition:all .3s;text-decoration:none}
.btn-viewall:hover{background:#0277BD;color:#fff}

/* Header */
.site-header{position:sticky;top:0;z-index:100;background:rgba(225,245,254,.95);backdrop-filter:blur(8px)}
.header-inner{display:flex;justify-content:space-between;align-items:center;height:68px}
.logo-img{height:40px;width:auto}

/* Dots Nav Toggle */
.nav-toggle{background:none;border:none;cursor:pointer;display:flex;gap:5px;padding:8px}
.header-actions{display:flex;gap:10px}
.btn-hdr{display:inline-block;padding:8px 22px;background:#0277BD;color:#fff;font-family:'Space Grotesk',sans-serif;font-size:.85rem;font-weight:600;border-radius:4px;text-decoration:none;transition:background .3s}
.btn-hdr:hover{background:#01579B;color:#fff}
.btn-hdr-outline{display:inline-block;padding:6px 18px;background:transparent;border:2px solid #0277BD;color:#0277BD;font-size:.82rem;font-weight:600;border-radius:4px;text-decoration:none;transition:all .3s}
.btn-hdr-outline:hover{background:#0277BD;color:#fff}
.nav-toggle .dot{width:8px;height:8px;background:#0277BD;border-radius:50%;transition:all .3s}
.nav-toggle:hover .dot{background:#4FC3F7}

/* Floating Dots Navigation N07 */
.floating-dots{position:fixed;right:20px;top:50%;transform:translateY(-50%);z-index:90;display:flex;flex-direction:column;gap:14px}
.f-dot{width:12px;height:12px;border-radius:50%;background:rgba(2,119,189,.3);transition:all .3s;display:block}
.f-dot.active,.f-dot:hover{background:#0277BD;transform:scale(1.4)}

/* Section Title */
.section-title{font-size:1.6rem;color:#0277BD;margin-bottom:48px;letter-spacing:-.02em}

/* Hero */
.hero-section{padding:120px 0 100px;text-align:center}
.hero-tag{display:inline-block;padding:6px 18px;background:#4FC3F7;color:#01579B;font-size:.8rem;font-weight:600;border-radius:4px;margin-bottom:28px;letter-spacing:.05em;text-transform:uppercase}
.hero-title{font-size:2.8rem;line-height:1.15;margin-bottom:20px;letter-spacing:-.03em}
.hero-desc{font-size:1.05rem;color:#0277BD;margin-bottom:40px;line-height:1.7}
.hero-actions{display:flex;flex-direction:column;align-items:center;gap:20px}
.hero-meta{font-size:.85rem;color:#4FC3F7}

/* Card Grid C01 */
.cardgrid-section{padding:80px 0}
.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.card-item{background:#fff;border-radius:6px;overflow:hidden;text-align:center;transition:transform .3s}
.card-item:hover{transform:translateY(-3px)}
.card-item img{width:100%;aspect-ratio:1;object-fit:cover}
.card-label{display:block;padding:12px 8px 6px;font-size:.85rem;font-weight:600;color:#01579B}
.card-btn{display:inline-block;margin:0 0 14px;padding:7px 20px;background:#0277BD;color:#fff;font-size:.75rem;font-weight:600;border-radius:4px;text-decoration:none;transition:background .3s}
.card-btn:hover{background:#01579B;color:#fff}

/* Horizontal Scroll C02 */
.hscroll-section{padding:80px 0;background:rgba(255,255,255,.5)}
.hscroll-track{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:12px;scrollbar-width:thin;scrollbar-color:#4FC3F7 transparent}
.hscroll-track::-webkit-scrollbar{height:6px}
.hscroll-track::-webkit-scrollbar-thumb{background:#4FC3F7;border-radius:3px}
.hscroll-item{flex:0 0 280px;scroll-snap-align:start;border-radius:6px;overflow:hidden}
.hscroll-item img{width:280px;height:380px;object-fit:cover}

/* Image-Text List C03 */
.imglist-section{padding:80px 0}
.img-list{display:flex;flex-direction:column;gap:32px}
.imglist-item{display:flex;gap:24px;align-items:flex-start;background:#fff;border-radius:6px;padding:20px;transition:transform .3s}
.imglist-item:hover{transform:translateX(4px)}
.imglist-item img{width:100px;height:100px;object-fit:cover;border-radius:6px;flex-shrink:0}
.imglist-body h3{font-size:1.05rem;margin-bottom:8px;color:#0277BD}
.imglist-body p{font-size:.9rem;color:#01579B;line-height:1.6}

/* Posts */
.posts-section{padding:80px 0}
.posts-list{display:flex;flex-direction:column;gap:20px}
.post-row{background:#fff;border-radius:6px;overflow:hidden;transition:transform .3s}
.post-row:hover{transform:translateX(4px)}
.post-row-link{display:flex;gap:20px;padding:16px;text-decoration:none;color:inherit}
.post-row-thumb{flex-shrink:0;width:120px;height:90px;overflow:hidden;border-radius:6px}
.post-row-thumb img{width:100%;height:100%;object-fit:cover}
.post-row-body h3{font-size:1rem;font-weight:600;color:#01579B;margin-bottom:6px;line-height:1.4}
.post-row-body .post-date{font-size:.8rem;color:#4FC3F7}
.post-row-body p{font-size:.88rem;color:#0277BD;margin-top:6px;line-height:1.5}
.no-posts{text-align:center;padding:60px 0;color:#4FC3F7;font-size:1rem}

/* Archive */
.archive-header{padding:80px 0 40px;text-align:center}
.archive-title{font-size:2rem;color:#0277BD}
.archive-posts{padding:40px 0 80px}

/* Single Post */
.single-post{padding:80px 0}
.single-title{font-size:2rem;line-height:1.25;margin-bottom:16px}
.single-meta{display:flex;gap:12px;font-size:.85rem;color:#4FC3F7;margin-bottom:32px;flex-wrap:wrap}
.single-thumb{margin-bottom:40px;border-radius:6px;overflow:hidden}
.single-thumb img{width:100%;height:auto}
.post-content{font-size:1.02rem;line-height:1.85;color:#01579B}
.post-content p{margin-bottom:20px}
.post-content img{border-radius:6px;margin:24px 0}
.post-content h2,.post-content h3{margin:32px 0 16px;color:#0277BD}
.post-content h2{font-size:1.5rem}
.post-content h3{font-size:1.2rem}
.post-content a{color:#0277BD;text-decoration:underline}
.post-content blockquote{border-left:3px solid #4FC3F7;padding:12px 20px;margin:24px 0;background:#fff;font-style:italic;border-radius:0 6px 6px 0}
.post-content ul,.post-content ol{padding-left:24px;margin-bottom:20px}
.related-section{padding:60px 0 80px}

/* Page */
.page-article{padding:80px 0}

/* Pagination */
.pagination,.wp-pagination{text-align:center;margin:48px 0}
.page-numbers{display:inline-block;padding:10px 16px;margin:0 3px;border-radius:4px;background:#fff;color:#0277BD;text-decoration:none;border:1px solid #4FC3F7;font-weight:500;transition:all .3s}
.page-numbers.current{background:#0277BD;color:#fff;border-color:#0277BD}
a.page-numbers:hover{background:#4FC3F7;color:#01579B}

/* Footer */
.site-footer{background:#01579B;color:#E1F5FE;padding:60px 0 32px;margin-top:0}
.footer-widgets{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-bottom:40px}
.footer-widget h3,.widget-title{color:#4FC3F7;font-size:1rem;margin-bottom:16px;font-weight:600}
.footer-widget ul{list-style:none}
.footer-widget ul li{margin-bottom:10px}
.footer-widget ul li a,.footer-widget a{color:rgba(225,245,254,.75);text-decoration:none;transition:color .3s}
.footer-widget ul li a:hover,.footer-widget a:hover{color:#4FC3F7}
.footer-widget p{color:rgba(225,245,254,.75);line-height:1.6}
.footer-bottom{text-align:center;border-top:1px solid rgba(79,195,247,.15);padding-top:32px}
.footer-bottom a{display:inline-block;margin-bottom:12px}
.disclaimer-text{color:rgba(225,245,254,.65);font-size:.83rem;max-width:680px;margin:16px auto 0;line-height:1.6}

/* Scroll Reveal */
.scroll-reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}
.scroll-reveal.visible{opacity:1;transform:translateY(0)}

/* Misc */
.site-main{min-height:400px}
