:root{--earth-primary:#005844;--earth-secondary:#00796b;--earth-accent:#009688;--earth-red:#d32f2f;--earth-blue-bg:#ebf5ff;--earth-page-bg:#f8f6f2;--earth-white:#ffffff;--earth-border:#e0e0e0;--earth-text:#333333;--earth-text-light:#666666}body{background-color:var(--earth-page-bg)}.earth2026-form-wrapper{max-width:1000px;margin:40px auto;padding:0 20px;font-family:'Montserrat',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:var(--earth-text)}.earth2026-main-title{color:var(--earth-primary);font-size:32px;font-weight:700;margin-bottom:5px;padding-bottom:15px;border-bottom:2px solid #3498db;display:inline-block;width:100%}.earth2026-instructions{color:var(--earth-red);font-weight:600;font-size:14px;margin-bottom:20px;line-height:1.4}.earth2026-instructions p{margin:5px 0}.earth2026-form-container{background:var(--earth-white);border-radius:12px;box-shadow:0 4px 20px rgb(0 0 0 / .05);padding:20px}.earth2026-guidelines{background:var(--earth-white);border:1px solid var(--earth-border);border-radius:8px;padding:25px;margin-bottom:30px}.earth2026-guidelines h2{font-size:18px;font-weight:700;color:var(--earth-accent);margin-top:0;margin-bottom:20px;text-decoration:underline}.earth2026-guidelines ul{list-style:none;padding:0;margin:0}.earth2026-guidelines li{margin-bottom:12px;line-height:1.6;padding-left:20px;position:relative;font-size:14px}.earth2026-guidelines li:before{content:"•";position:absolute;left:0;color:var(--earth-text);font-weight:700}.earth2026-guidelines strong{font-weight:700}.earth2026-template-section{background:var(--earth-blue-bg);border-radius:8px;padding:30px;margin-bottom:30px;text-align:center}.earth2026-template-section p{margin:0 0 10px 0;font-weight:600;color:var(--earth-text);font-size:15px}.earth2026-triangle-down{color:#3498db;font-size:20px;margin-bottom:15px}.earth2026-download-btn{display:inline-flex;align-items:center;justify-content:center;background:var(--earth-accent)!important;color:white!important;padding:12px 25px;border-radius:30px;text-decoration:none!important;font-weight:600;transition:all 0.3s ease;border:none;cursor:pointer;font-size:14px}.earth2026-download-btn:hover{background:var(--earth-secondary)!important;transform:translateY(-2px)}.earth2026-download-btn .icon{margin-right:10px;font-size:18px}.earth2026-form-section{background:var(--earth-white);padding:10px 0;margin-bottom:30px}.earth2026-section-header{font-size:18px;font-weight:700;color:var(--earth-primary);margin-top:0;margin-bottom:25px;padding-left:15px;border-left:5px solid var(--earth-primary);line-height:1.2}.earth2026-form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}@media (max-width:768px){.earth2026-form-row{grid-template-columns:1fr}}.earth2026-form-group{display:flex;flex-direction:column;margin-bottom:15px}.earth2026-form-group label{font-weight:600;margin-bottom:8px;color:var(--earth-text-light);font-size:13px}.earth2026-form-group .required{color:var(--earth-red)}.earth2026-form-group input[type="text"],.earth2026-form-group input[type="email"],.earth2026-form-group select{padding:12px 15px;border:1px solid var(--earth-border);border-radius:6px;font-size:14px;font-family:inherit;background:var(--earth-white);color:var(--earth-text);transition:border-color 0.3s ease}.earth2026-form-group select{background-color:#f1f3f5;cursor:pointer}.earth2026-form-group input[type="text"]:focus,.earth2026-form-group input[type="email"]:focus,.earth2026-form-group select:focus{outline:none;border-color:var(--earth-accent)}.earth2026-form-group input::placeholder{color:#bbb}.earth2026-form-group label input[type="radio"]{margin-right:12px;width:18px;height:18px;accent-color:var(--earth-primary)}.earth2026-form-group label.radio-label{display:flex;align-items:center;font-weight:500;margin-bottom:10px;color:var(--earth-text-light);cursor:pointer}.radio-label.disabled{opacity:.5;cursor:not-allowed}.radio-label.disabled input[type="radio"]{cursor:not-allowed}.earth2026-form-group input[type="file"]{background:#fafafa;padding:15px;border:1px dashed var(--earth-border);border-radius:6px;font-size:13px}.earth2026-form-hint{font-size:12px;color:#999;margin-top:8px}.earth2026-form-actions{margin-top:40px}.earth2026-submit-btn{background:var(--earth-primary)!important;color:white!important;padding:16px;border:none!important;border-radius:6px;font-size:16px;font-weight:700;cursor:pointer;transition:all 0.3s ease;width:100%}.earth2026-submit-btn:hover{background:var(--earth-secondary)!important;box-shadow:0 4px 15px rgb(0 88 68 / .2)}.earth2026-form-message{padding:15px;border-radius:6px;margin-top:25px;font-weight:600;text-align:center}.earth2026-form-message.success{background:#d4edda;color:#155724}.earth2026-form-message.error{background:#f8d7da;color:#721c24}:root{--color-red:#cc0000;--color-black:#000000;--color-white:#ffffff;--color-gray-dark:#333333;--color-gray-light:#f5f5f5;--color-overlay:rgba(0, 0, 0, 0.4);--font-primary:'Inter', 'Noto Sans Thai', sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-primary);background-color:var(--color-white);color:var(--color-black);line-height:1.6}a{text-decoration:none;color:inherit;transition:color 0.3s ease}ul{list-style:none}img{max-width:100%;height:auto;display:block}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}.site-header{background-color:var(--color-black);color:var(--color-white);padding:15px 0;width:100%;position:relative;z-index:100}.header-container{display:flex;justify-content:center;align-items:center}.site-logo a{display:inline-block;text-align:center}.site-logo span{display:block}.logo-main{color:var(--color-red);font-size:28px;font-weight:800;letter-spacing:1px}.logo-sub{color:var(--color-white);font-size:16px;font-weight:800;letter-spacing:2px;background-color:var(--color-black);padding:0 5px;position:relative;top:-5px}.logo-tiny{font-size:8px;color:#ccc;letter-spacing:1px;margin-top:-5px}.site-logo .custom-logo{max-height:80px;width:auto}.site-footer{background-color:var(--color-black);color:var(--color-white);padding:20px 0;margin-top:40px}.footer-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 20px;font-size:14px}.footer-contact strong{display:block;font-weight:600;margin-bottom:5px}.footer-contact a{color:#ccc}.footer-copyright{color:#ccc}.front-page-container{width:100%}.hero-section{position:relative;width:100%;height:calc(100vh - 110px);overflow:hidden;background-color:var(--color-black)}.hero-slider{display:flex;width:100%;height:100%}.hero-slide{flex:0 0 100%;height:100%;position:relative}.hero-slide img{width:100%;height:100%;object-fit:cover;object-position:center top}.hero-overlay{position:absolute;bottom:0;left:0;width:100%;background:linear-gradient(to top,rgb(0 0 0 / .9) 0%,rgb(0 0 0 / .5) 50%,#fff0 100%);padding:40px 50px;color:var(--color-white);display:flex;flex-direction:column;justify-content:flex-end}.hero-meta{display:flex;align-items:center;gap:15px;margin-bottom:10px}.badge{background-color:var(--color-red);color:var(--color-white);padding:4px 12px;font-weight:700;font-size:18px;text-transform:uppercase}.hero-date{font-size:16px;font-weight:500;color:#eee}.hero-title{font-size:42px;font-weight:800;margin-bottom:15px;line-height:1.1;text-shadow:2px 2px 4px rgb(0 0 0 / .5)}.hero-title a{color:var(--color-white)}.hero-excerpt{font-size:18px;font-weight:400;color:#ddd;max-width:800px}.hero-next-preview{position:absolute;top:0;right:0;width:15%;height:100%;overflow:hidden;border-left:2px solid rgb(255 255 255 / .1);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10}.hero-next-preview::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:rgb(0 0 0 / .3);z-index:1}.hero-next-preview img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;z-index:0}.slider-arrow-btn{position:relative;z-index:2;background:rgb(255 255 255 / .9);color:var(--color-black);border-radius:50%;width:60px;height:60px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 10px rgb(0 0 0 / .3);transition:transform 0.2s,background 0.2s}.hero-next-preview:hover .slider-arrow-btn{transform:scale(1.1);background:var(--color-white)}.slider-arrow-btn svg{width:30px;height:30px;fill:currentColor}.slider-hint-text{position:absolute;bottom:20px;right:calc(15% + 20px);background:#fff0;color:var(--color-white);border:1px solid var(--color-red);padding:8px 16px;font-size:18px;font-weight:500;z-index:10}.recent-posts-section{max-width:1000px;margin:50px auto;padding:0 20px}.post-list{display:flex;flex-direction:column;gap:40px}.post-item{display:flex;gap:30px;align-items:flex-start}.post-thumbnail{flex:0 0 250px;width:250px;aspect-ratio:16 / 9;overflow:hidden;position:relative}.post-thumbnail img{width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease}.post-item:hover .post-thumbnail img{transform:scale(1.05)}.post-thumbnail-overlay{position:absolute;bottom:10px;left:10px;color:var(--color-white)}.post-thumbnail-overlay-logo{display:flex;flex-direction:column;align-items:center;background:rgb(0 0 0 / .7);padding:2px 4px;font-size:10px}.post-thumbnail-overlay-logo .logo-main{font-size:12px}.post-thumbnail-overlay-logo .logo-sub{font-size:8px;top:-2px}.post-content{flex:1;display:flex;flex-direction:column}.post-content .badge{align-self:flex-start;margin-bottom:15px;font-size:16px}.post-title{font-size:28px;font-weight:800;margin-bottom:15px;line-height:1.3}.post-title a:hover{color:var(--color-red)}.post-excerpt{font-size:16px;color:var(--color-gray-dark);margin-bottom:15px;line-height:1.5}.post-meta-details{font-size:14px;color:var(--color-gray-dark);display:flex;gap:15px}@media (max-width:768px){.site-logo .custom-logo{max-height:60px}.hero-slide{height:auto;min-height:50vh}.hero-overlay{padding:30px 20px}.hero-meta{flex-direction:column;align-items:flex-start;gap:8px}.hero-title{font-size:26px;margin-bottom:10px}.hero-excerpt{font-size:14px;margin-bottom:20px}.footer-container{flex-direction:column;gap:20px;text-align:center}.post-list{gap:30px}.post-item{flex-direction:column;gap:15px}.post-thumbnail{flex:0 0 auto;width:100%;max-width:100%;aspect-ratio:16/9}.post-title{font-size:22px;margin-bottom:10px}.post-meta-details{flex-direction:column;gap:5px}.hero-next-preview,.slider-hint-text{display:none}}.front-page-pagination{margin-top:40px;text-align:center;width:100%}.front-page-pagination .page-numbers{display:inline-block;padding:10px 16px;margin:0 5px;background-color:var(--color-white);color:var(--color-black);text-decoration:none;font-weight:600;border:2px solid var(--color-gray-dark);transition:all 0.2s ease}.front-page-pagination .page-numbers:hover{background-color:var(--color-gray-dark);color:var(--color-white)}.front-page-pagination .page-numbers.current{background-color:var(--color-red);color:var(--color-white);border-color:var(--color-red)}.single-post-article{width:100%}.single-post-header{position:relative;background-color:var(--color-black);min-height:200px}.single-hero-image{position:relative;width:100%;height:50vh;min-height:350px;max-height:500px}.single-hero-image img{width:100%;height:100%;object-fit:cover;object-position:center}.single-post-header .hero-overlay{top:0;height:100%;background:rgb(0 0 0 / .5)}.single-post-header-content{max-width:1000px;margin:0 auto;padding:40px 20px;position:relative;z-index:10}.single-post-header-content.has-thumbnail{position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:100%}.single-post-title{color:var(--color-white);font-size:48px;font-weight:800;line-height:1.2;margin-top:20px;text-shadow:2px 2px 6px rgb(0 0 0 / .6)}.single-post-content-container,.single-post-comments-container,.post-navigation-container{max-width:800px;margin:50px auto;padding:0 20px}.entry-content{font-size:18px;line-height:1.8;color:var(--color-gray-dark)}.entry-content p{margin-bottom:25px}.entry-content h2,.entry-content h3,.entry-content h4{color:var(--color-black);margin-top:40px;margin-bottom:20px}.entry-content img{border-radius:8px;margin:30px 0}.entry-content blockquote{border-left:4px solid var(--color-red);padding-left:20px;margin:30px 0;font-size:20px;font-style:italic;color:#555;background:var(--color-gray-light);padding:20px}.post-navigation-container .nav-links{display:flex;justify-content:space-between;border-top:1px solid #ddd;padding-top:30px;margin-top:50px}.post-navigation-container .nav-previous,.post-navigation-container .nav-next{flex:1}.post-navigation-container .nav-next{text-align:right}.post-navigation-container .nav-subtitle{display:block;font-size:14px;color:#777;text-transform:uppercase;margin-bottom:5px}.post-navigation-container .nav-title{font-size:20px;font-weight:700;color:var(--color-black)}.post-navigation-container a:hover .nav-title{color:var(--color-red)}@media (max-width:768px){.hero-section{height:50vh}.single-hero-image{min-height:250px;height:40vh}.single-post-header-content{padding:20px}.single-post-title{font-size:28px;margin-top:10px}.entry-content{font-size:16px}.post-navigation-container .nav-links{flex-direction:column;gap:20px}.post-navigation-container .nav-next{text-align:left}}