:root{--bg:#080609;--panel:#100b12;--panel-2:#17101b;--text:#fff8ef;--muted:#c8b9c7;--orange:#ff6b0a;--orange-2:#ff9b1a;--gold:#ffc44d;--violet:#a83cff;--line:rgba(255,156,55,.24);--shadow:0 24px 70px rgba(0,0,0,.45)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:88px}body{margin:0;background:radial-gradient(circle at 78% 0,rgba(122,28,190,.18),transparent 28rem),radial-gradient(circle at 8% 18%,rgba(255,104,0,.12),transparent 30rem),var(--bg);color:var(--text);font-family:"Noto Sans Thai","Leelawadee UI",Tahoma,sans-serif;line-height:1.75}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.skip-link{position:fixed;left:1rem;top:-5rem;z-index:99;background:var(--gold);color:#160a00;padding:.75rem 1rem;border-radius:.6rem}.skip-link:focus{top:1rem}.site-header{position:sticky;top:0;z-index:50;height:76px;padding:0 clamp(1rem,5vw,5rem);display:flex;align-items:center;gap:2rem;background:rgba(8,6,9,.84);border-bottom:1px solid var(--line);backdrop-filter:blur(18px)}.brand-lockup{display:flex;align-items:center;gap:.6rem;font-size:1.25rem;font-weight:900;font-style:italic;letter-spacing:.02em}.brand-lockup>span:last-child>span{color:var(--orange-2)}.brand-mark{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:linear-gradient(135deg,var(--violet),var(--orange));box-shadow:0 0 24px rgba(255,107,10,.45);transform:skew(-8deg);color:#fff}.desktop-nav{display:flex;gap:1.5rem;margin:auto;font-weight:700;font-size:.95rem}.desktop-nav a,.site-footer nav a{color:var(--muted)}.desktop-nav a:hover,.site-footer nav a:hover{color:#fff}.header-actions,.hero-actions{display:flex;gap:.65rem}.button{min-height:46px;padding:.65rem 1.2rem;border:1px solid var(--line);border-radius:13px;display:inline-grid;place-items:center;font-weight:800;transition:.2s ease}.button:hover{transform:translateY(-2px)}.button-primary{background:linear-gradient(135deg,var(--gold),var(--orange));color:#1d0900;border-color:transparent;box-shadow:0 12px 30px rgba(255,107,10,.25)}.button-ghost{background:rgba(255,255,255,.05)}.menu-button{display:none;margin-left:auto;background:var(--panel-2);color:#fff;border:1px solid var(--line);border-radius:10px;padding:.65rem .9rem}.mobile-menu{position:fixed;inset:76px 0 auto;z-index:49;background:#0c080d;padding:1rem;border-bottom:1px solid var(--line)}.mobile-menu a{display:block;padding:.8rem;border-bottom:1px solid rgba(255,255,255,.06)}.hero{position:relative;min-height:min(82vh,820px);display:flex;align-items:flex-end;overflow:hidden}.hero-inner{min-height:min(68vh,670px)}.hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,2,5,.92) 0%,rgba(4,2,5,.38) 52%,rgba(4,2,5,.08) 78%),linear-gradient(0deg,var(--bg),transparent 35%)}.hero-copy{position:relative;z-index:2;width:min(760px,90%);margin:0 0 clamp(3rem,8vw,7rem) clamp(1rem,8vw,8rem)}.eyebrow,.section-kicker{font-size:.76rem;letter-spacing:.22em;text-transform:uppercase;font-weight:900;color:var(--orange-2)}h1,h2,h3,p{margin-top:0}.hero h1{font-size:clamp(2.6rem,7vw,6.8rem);line-height:.95;margin:.65rem 0 1.2rem;text-transform:uppercase;text-shadow:0 0 35px rgba(255,107,10,.35)}.hero p{font-size:clamp(1.05rem,2vw,1.35rem);max-width:670px;color:#f2e5ee}.section-rail{display:flex;overflow:auto;gap:.6rem;padding:1rem clamp(1rem,5vw,5rem);background:rgba(17,10,18,.96);border-block:1px solid var(--line);scrollbar-width:thin}.section-rail a{white-space:nowrap;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.08);padding:.5rem .9rem;border-radius:999px;color:var(--muted);font-size:.9rem}.section-rail a:hover{border-color:var(--orange);color:#fff}.category-deck{padding:clamp(3rem,6vw,6rem) clamp(1rem,6vw,6rem)}.deck-heading{display:flex;justify-content:space-between;align-items:end;gap:2rem;margin-bottom:1.5rem}.deck-heading h2,.article-section h2,.faq-section h2{font-size:clamp(1.65rem,3vw,2.8rem);line-height:1.2;margin:.35rem 0}.deck-heading p{color:var(--muted);max-width:430px}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.category-card{position:relative;overflow:hidden;min-height:350px;border-radius:24px;border:1px solid var(--line);background:var(--panel);box-shadow:var(--shadow)}.category-card img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.category-card:after{content:"";position:absolute;inset:35% 0 0;background:linear-gradient(transparent,rgba(6,3,7,.96))}.category-card span{position:absolute;z-index:2;left:1.25rem;right:1.25rem;bottom:1.1rem}.category-card b{display:block;font-size:1.35rem}.category-card small{color:#e3d4de}.category-card:hover img{transform:scale(1.045)}.content-layout{width:min(1240px,calc(100% - 2rem));margin:0 auto;padding:3rem 0 7rem;display:grid;grid-template-columns:240px minmax(0,820px);gap:clamp(2rem,6vw,6rem);justify-content:center}.content-aside{position:sticky;top:100px;align-self:start;display:grid;gap:.45rem;padding:1rem;border-left:2px solid var(--orange);font-size:.92rem}.content-aside span{color:var(--orange-2);font-size:.72rem;font-weight:900;letter-spacing:.18em}.content-aside a{color:var(--muted);padding:.25rem 0}.content-aside a:hover{color:#fff}.article-body{min-width:0}.article-section{padding:clamp(2rem,4vw,3.5rem);margin-bottom:1rem;border:1px solid rgba(255,255,255,.075);border-radius:26px;background:linear-gradient(145deg,rgba(24,15,27,.94),rgba(12,8,14,.92));box-shadow:0 14px 50px rgba(0,0,0,.22)}.article-section h2{position:relative}.article-section h2:after{content:"";display:block;width:68px;height:4px;border-radius:4px;background:linear-gradient(90deg,var(--orange),var(--violet));margin-top:.8rem}.article-section p{color:#dccfd9;font-size:1.02rem}.article-section .lead{font-size:1.16rem;color:#fff}.article-section strong{color:var(--gold)}.article-section a{color:var(--gold);text-decoration:underline;text-decoration-color:rgba(255,196,77,.4);text-underline-offset:4px}.feature-list{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;list-style:none;padding:0;margin:1.5rem 0 0}.feature-list li{padding:1rem;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.035);border-radius:14px}.feature-list li:before{content:"✦";color:var(--orange);margin-right:.55rem}.faq-section{padding:3rem 0}.faq-grid{display:grid;gap:.75rem}.faq-grid details{border:1px solid var(--line);border-radius:16px;background:var(--panel);padding:1rem 1.2rem}.faq-grid summary{font-weight:800;cursor:pointer}.faq-grid p{color:var(--muted);margin:.8rem 0 0}.site-footer{padding:4rem clamp(1rem,6vw,6rem) 6rem;display:grid;grid-template-columns:1.3fr 1fr;gap:2rem;border-top:1px solid var(--line);background:#050405}.footer-brand{margin-bottom:1rem}.site-footer>div>p,.footer-note{color:var(--muted);max-width:560px}.site-footer nav{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.footer-note{grid-column:1/-1;font-size:.86rem}.mobile-dock{display:none}
@media(max-width:900px){.desktop-nav,.header-actions{display:none}.menu-button{display:block}.hero{min-height:72vh}.hero-shade{background:linear-gradient(0deg,var(--bg) 0%,rgba(4,2,5,.4) 75%,rgba(4,2,5,.08))}.hero-copy{margin:0 1rem 3rem}.hero h1{font-size:clamp(2.3rem,13vw,4.4rem)}.category-grid{grid-template-columns:1fr}.category-card{min-height:300px}.content-layout{grid-template-columns:1fr}.content-aside{display:none}.deck-heading{align-items:start;flex-direction:column}.mobile-dock{position:fixed;display:grid;grid-template-columns:repeat(4,1fr);z-index:48;left:.6rem;right:.6rem;bottom:.6rem;background:rgba(12,8,14,.94);border:1px solid var(--line);border-radius:16px;padding:.4rem;backdrop-filter:blur(16px);box-shadow:var(--shadow)}.mobile-dock a{min-height:46px;display:grid;place-items:center;font-size:.82rem;font-weight:800}.mobile-dock .dock-primary{background:linear-gradient(135deg,var(--gold),var(--orange));color:#1d0900;border-radius:11px}.site-footer{padding-bottom:7rem}}
@media(max-width:560px){.site-header{height:68px;padding:0 .8rem}.brand-lockup{font-size:1.05rem}.brand-mark{width:30px;height:30px}.hero{min-height:64vh}.hero-inner{min-height:58vh}.hero>img{object-position:58% center}.hero-copy p{font-size:1rem}.hero-actions{display:grid;grid-template-columns:1fr 1fr}.section-rail{padding-inline:1rem}.category-deck{padding-inline:1rem}.category-card{min-height:260px}.content-layout{width:min(100% - 1rem,1240px);padding-top:1rem}.article-section{border-radius:20px;padding:1.3rem}.feature-list{grid-template-columns:1fr}.site-footer{grid-template-columns:1fr}.site-footer nav{grid-template-columns:1fr 1fr}}

/* Keep the generated ad typography visible while giving crawlable copy its own stage. */
.hero{display:block;min-height:0;padding-top:clamp(430px,50vw,640px);background:linear-gradient(180deg,#080609,#100a12)}
.hero-inner{min-height:0;padding-top:clamp(400px,48vw,610px)}
.hero>img{inset:0 0 auto;height:clamp(430px,50vw,640px)}
.hero-inner>img{height:clamp(400px,48vw,610px)}
.hero-shade{inset:0 0 auto;height:clamp(430px,50vw,640px);background:linear-gradient(0deg,rgba(8,6,9,.72),transparent 34%),linear-gradient(90deg,rgba(4,2,5,.15),transparent 48%)}
.hero-inner .hero-shade{height:clamp(400px,48vw,610px)}
.hero-copy{width:min(1120px,calc(100% - 2rem));margin:-4rem auto 2rem;padding:1.6rem clamp(1.2rem,3vw,2.4rem);border:1px solid var(--line);border-radius:24px;background:linear-gradient(135deg,rgba(18,10,20,.97),rgba(9,6,10,.94));box-shadow:var(--shadow);backdrop-filter:blur(14px)}
.hero h1{font-size:clamp(2.25rem,5vw,4.8rem);line-height:1.05;margin:.5rem 0 1rem}
.hero p{font-size:clamp(1rem,1.7vw,1.25rem);max-width:790px}
.section-rail{scrollbar-width:none;-ms-overflow-style:none;scrollbar-color:transparent transparent}
.section-rail::-webkit-scrollbar{width:0;height:0;display:none}
@media(max-width:900px){.hero{min-height:0;padding-top:clamp(360px,68vw,540px)}.hero-inner{min-height:0;padding-top:clamp(340px,68vw,520px)}.hero>img{height:clamp(360px,68vw,540px)}.hero-inner>img{height:clamp(340px,68vw,520px)}.hero-shade{height:clamp(360px,68vw,540px);background:linear-gradient(0deg,rgba(8,6,9,.74),transparent 34%)}.hero-inner .hero-shade{height:clamp(340px,68vw,520px)}.hero-copy{margin:-2.5rem auto 1.5rem}.hero h1{font-size:clamp(2.15rem,8vw,4rem)}}
@media(max-width:560px){.hero{min-height:0;padding-top:220px}.hero-inner{min-height:0;padding-top:285px}.hero>img{height:220px;object-fit:contain;object-position:center;background:#050405}.hero-inner>img{height:285px}.hero-shade{height:220px}.hero-inner .hero-shade{height:285px}.hero-copy{width:calc(100% - 1rem);margin:-1rem auto 1rem;padding:1.15rem;border-radius:18px}.hero h1{font-size:1.9rem;line-height:1.15}}
