:root{--bg:#f3f5f7;--surface:#fff;--surface-2:#eef2f5;--ink:#101820;--muted:#58636f;--muted-2:#7d8791;--line:#d8dee5;--blue:#0b72e7;--blue-2:#58a9ff;--teal:#0d9f91;--teal-2:#66d8ca;--navy:#0d151e;--navy-2:#16222f;--success:#0a7a68;--danger:#b33a3a;--radius-xl:44px;--radius-lg:30px;--radius-md:22px;--shadow:0 24px 70px #111b2617;--max:1280px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--ink);margin:0;font-family:LINE Seed Sans TH,Noto Sans Thai,Arial,sans-serif;line-height:1.55}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{color:inherit}img{max-width:100%}.shell{width:min(var(--max),calc(100% - 44px));margin-inline:auto}.site-main{min-height:100vh;padding-top:104px}.progress{background:linear-gradient(90deg,var(--teal),var(--blue));z-index:1200;width:0;height:3px;position:fixed;inset:0 auto auto 0}.site-header{z-index:1000;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffe0;border:1px solid #d3d9e1e0;border-radius:24px;align-items:center;gap:34px;width:min(1220px,100% - 28px);height:68px;padding:0 18px 0 24px;transition:all .25s;display:flex;position:fixed;top:14px;left:50%;transform:translate(-50%);box-shadow:0 12px 42px #12192212}.site-header.compact{height:60px;top:7px;box-shadow:0 14px 50px #1219221f}.brand{cursor:pointer;letter-spacing:-1.2px;background:0 0;border:0;align-items:center;gap:9px;padding:0;font-size:26px;font-weight:700;display:flex}.brand-mark{align-items:flex-end;gap:3px;width:34px;height:22px;display:flex}.brand-mark i{background:linear-gradient(135deg,var(--teal),#5de3d2);border-radius:12px 2px 2px;width:15px;height:18px;display:block;transform:skew(20deg)}.brand-mark i+i{background:linear-gradient(135deg,#36b8ff,var(--blue));height:12px;transform:skew(-20deg)}.main-nav{align-items:center;gap:26px;margin-left:auto;font-size:14px;display:flex}.nav-link,.text-link{cursor:pointer;color:var(--ink);background:0 0;border:0;padding:0;display:inline-block}.nav-link{position:relative}.nav-link:after{content:"";background:linear-gradient(90deg,var(--teal),var(--blue));width:0;height:2px;transition:all .2s;position:absolute;bottom:-8px;left:0}.nav-link:hover:after{width:100%}.btn{cursor:pointer;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:9px;padding:13px 20px;font-size:14px;font-weight:700;transition:transform .2s,box-shadow .2s,background .2s,border-color .2s;display:inline-flex}.btn:hover{transform:translateY(-2px)}.btn-primary{color:#fff;background:linear-gradient(110deg,var(--teal),var(--blue));box-shadow:0 12px 30px #0b72e733}.btn-secondary{border-color:var(--line);color:var(--ink);background:#fff}.btn-dark{background:var(--navy);color:#fff}.btn-ghost-dark{color:#fff;background:0 0;border-color:#ffffff47}.menu-toggle{cursor:pointer;background:0 0;border:0;width:42px;height:42px;margin-left:auto;display:none}.mobile-menu{display:none}.eyebrow{color:var(--blue);letter-spacing:.16em;margin:0 0 18px;font-size:12px;font-weight:700}.eyebrow.light{color:#70dfd1}.display{letter-spacing:-.052em;margin:0;font-size:clamp(44px,5vw,76px);line-height:1.04}.display-sm{letter-spacing:-.045em;margin:0;font-size:clamp(38px,4vw,60px);line-height:1.08}.lead{color:var(--muted);max-width:650px;font-size:18px}.meta{color:var(--muted-2);letter-spacing:.08em;font-size:12px}.section{padding:105px 0}.section-tight{padding:70px 0}.section-dark{background:var(--navy);color:#fff}.card{border:1px solid var(--line);border-radius:var(--radius-lg);background:#fff;box-shadow:0 0 #0000}.card-hover{transition:transform .25s,box-shadow .25s}.card-hover:hover{box-shadow:var(--shadow);transform:translateY(-7px)}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-2,.grid-3{gap:22px;display:grid}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.pill{border:1px solid var(--line);color:var(--muted);background:#fff;border-radius:999px;align-items:center;padding:8px 13px;font-size:12px;display:inline-flex}.reveal{opacity:0;transition:opacity .65s,transform .65s;transform:translateY(24px)}.reveal.visible{opacity:1;transform:none}.soft-grid{background-image:linear-gradient(#4f62740f 1px,#0000 0),linear-gradient(90deg,#4f62740f 1px,#0000 0);background-size:34px 34px}.glow-orb{filter:blur(60px);pointer-events:none;border-radius:50%;position:absolute}.section-head{justify-content:space-between;align-items:flex-end;gap:32px;margin-bottom:46px;display:flex}.section-head p{max-width:520px;color:var(--muted);margin:0}.services-hero{padding:72px 0 90px}.system-hero{border:1px solid var(--line);border-radius:var(--radius-xl);background:#fff;min-height:620px;padding:66px;position:relative;overflow:hidden}.system-copy{z-index:3;max-width:610px;position:relative}.system-copy .lead{margin:25px 0 30px}.system-map{width:520px;height:480px;position:absolute;top:70px;right:40px}.system-center{background:var(--navy);color:#fff;z-index:2;border-radius:50%;place-items:center;width:150px;height:150px;font-weight:700;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 24px 60px #0f18222e}.system-node{border:1px solid var(--line);background:#fff;border-radius:22px;width:170px;padding:18px;position:absolute;box-shadow:0 16px 40px #10182014}.system-node strong{margin-bottom:4px;display:block}.system-node span{color:var(--muted);font-size:12px}.node-1{top:20px;left:0}.node-2{top:20px;right:0}.node-3{bottom:20px;left:0}.node-4{bottom:20px;right:0}.connector{border:1px dashed #a9c6df;border-radius:50%;width:330px;height:330px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.connector:after,.connector:before{content:"";background:linear-gradient(90deg,var(--teal),var(--blue));opacity:.4;position:absolute}.connector:before{width:1px;height:110%;top:-5%;left:50%}.connector:after{width:110%;height:1px;top:50%;left:-5%}.data-hero{background:linear-gradient(145deg,var(--navy),#132435);color:#fff;border-radius:0 0 var(--radius-xl) var(--radius-xl);padding:86px 0 95px;position:relative;overflow:hidden}.data-hero .glow-orb{background:#238dff33;width:380px;height:380px;top:-100px;right:8%}.data-layout{grid-template-columns:.92fr 1.08fr;align-items:center;gap:70px;display:grid}.data-copy .lead{color:#b8c2cc}.dashboard{grid-template-columns:1.2fr .8fr;gap:14px;display:grid;position:relative}.metric-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff14;border:1px solid #ffffff24;border-radius:24px;padding:22px}.metric-card strong{color:#fff;font-size:34px;display:block}.metric-card span{color:#b9c5cf;font-size:12px}.chart-card{grid-row:span 2;min-height:310px}.chart-bars{align-items:flex-end;gap:10px;height:190px;margin-top:30px;display:flex}.chart-bars i{background:linear-gradient(var(--blue-2),var(--blue));border-radius:7px 7px 3px 3px;flex:1}.chart-bars i:first-child{height:34%}.chart-bars i:nth-child(2){height:52%}.chart-bars i:nth-child(3){height:43%}.chart-bars i:nth-child(4){height:75%}.chart-bars i:nth-child(5){height:64%}.chart-bars i:nth-child(6){background:linear-gradient(var(--teal-2),var(--teal));height:91%}.platform-row{flex-wrap:wrap;gap:10px;margin-top:24px;display:flex}.platform-chip{color:#dfe7ee;background:#ffffff0f;border:1px solid #fff3;border-radius:999px;padding:9px 13px;font-size:12px}.platform-hero{padding:72px 0 86px}.platform-shell{grid-template-columns:.9fr 1.1fr;align-items:center;gap:70px;display:grid}.ad-stage{border-radius:var(--radius-xl);background:linear-gradient(145deg,#e9f4ff,#d9f5f1);border:1px solid #cfe0eb;min-height:590px;position:relative;overflow:hidden}.ad-stage:before{content:"";background-image:radial-gradient(circle at 20% 20%,#ffffffe6,#0000 30%),linear-gradient(#ffffff73 1px,#0000 0),linear-gradient(90deg,#ffffff73 1px,#0000 0);background-size:auto,32px 32px,32px 32px;position:absolute;inset:0}.ad-window{width:70%;height:56%;box-shadow:var(--shadow);background:#fff;border:1px solid #d4dce4;border-radius:26px;padding:20px;position:absolute;top:12%;left:11%;transform:rotate(-3deg)}.ad-window-bar{border-bottom:1px solid #e7ebef;gap:6px;height:28px;display:flex}.ad-window-bar i{background:#d2d8df;border-radius:50%;width:8px;height:8px}.ad-creative{background:linear-gradient(135deg,#161d27,#0b72e7);border-radius:18px;height:190px;margin-top:18px;position:relative;overflow:hidden}.ad-creative:before{content:"AD CREATIVE";color:#fff;font-size:24px;font-weight:700;position:absolute;bottom:20px;left:24px}.floating-kpi{border:1px solid var(--line);width:210px;box-shadow:var(--shadow);background:#fff;border-radius:24px;padding:20px;position:absolute;bottom:14%;right:7%}.floating-kpi strong{color:var(--blue);font-size:32px;display:block}.floating-kpi span{color:var(--muted);font-size:12px}.portfolio-hero{background:var(--navy);color:#fff;border-radius:0 0 var(--radius-xl) var(--radius-xl);padding:84px 0 100px;position:relative;overflow:hidden}.portfolio-hero .lead{color:#b7c2cc}.collage{min-height:520px;margin-top:50px;position:relative}.collage-card{border:1px solid #ffffff24;border-radius:24px;position:absolute;overflow:hidden;box-shadow:0 30px 60px #00000047}.collage-card:after{content:attr(data-label);color:#fff;font-size:13px;font-weight:700;position:absolute;bottom:16px;left:18px}.collage-card:first-child{background:linear-gradient(145deg,#dfe8ef,#739ac1);width:28%;height:280px;top:55px;left:6%;transform:rotate(-5deg)}.collage-card:nth-child(2){z-index:2;background:linear-gradient(145deg,#162635,#0d9f91);width:31%;height:360px;top:0;left:36%}.collage-card:nth-child(3){background:linear-gradient(145deg,#e7e1d8,#676158);width:27%;height:260px;top:78px;right:4%;transform:rotate(5deg)}.collage-card:nth-child(4){background:linear-gradient(145deg,#d8e9f6,#0b72e7);width:25%;height:220px;bottom:0;left:21%}.collage-card:nth-child(5){background:linear-gradient(145deg,#151c25,#32485d);width:25%;height:220px;bottom:5px;right:24%;transform:rotate(-2deg)}.filter-row{flex-wrap:wrap;gap:10px;margin-bottom:34px;display:flex}.filter-btn{border:1px solid var(--line);color:var(--muted);cursor:pointer;background:#fff;border-radius:999px;padding:10px 15px}.filter-btn.active{background:var(--navy);color:#fff;border-color:var(--navy)}.work-grid{grid-template-columns:repeat(2,1fr);gap:22px;display:grid}.work-card{overflow:hidden}.work-art{height:330px;position:relative}.work-art:after{content:attr(data-label);color:#fff;font-weight:700;position:absolute;bottom:18px;left:22px}.work-body{padding:24px}.work-body small{color:var(--blue);font-weight:700}.work-body h3{margin:8px 0 5px;font-size:24px}.case-hero{border-radius:var(--radius-xl);color:#fff;background:linear-gradient(135deg,#111b25,#0b72e7 75%,#0d9f91);min-height:720px;margin:0 18px;position:relative;overflow:hidden}.case-visual{background-image:linear-gradient(90deg,#080e15d9,#080e1533),linear-gradient(#ffffff0a 1px,#0000 0),linear-gradient(90deg,#ffffff0a 1px,#0000 0);background-size:auto,44px 44px,44px 44px;position:absolute;inset:0}.case-device{background:#eaf0f5;border:10px solid #0b1118;border-radius:34px;width:44%;height:64%;position:absolute;top:13%;right:7%;transform:rotate(3deg);box-shadow:0 38px 80px #00000061}.case-device:before{content:"DIGITAL PLATFORM";color:#0b72e7;letter-spacing:.15em;background:linear-gradient(145deg,#fff,#dce9f4);border-radius:22px;place-items:center;font-weight:700;display:grid;position:absolute;inset:26px}.case-copy{z-index:2;max-width:610px;position:absolute;bottom:10%;left:7%}.case-copy .display{font-size:clamp(46px,5.6vw,80px)}.case-meta{flex-wrap:wrap;gap:28px;margin-top:28px;display:flex}.case-meta div{border-left:1px solid #ffffff42;padding-left:14px}.case-meta span{color:#b8c5cf;font-size:11px;display:block}.case-meta strong{margin-top:4px;display:block}.case-overview{grid-template-columns:.7fr 1.3fr;align-items:start;gap:70px;display:grid}.stat-row{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.result-card{border:1px solid var(--line);background:#fff;border-radius:26px;padding:30px}.result-card strong{color:var(--blue);font-size:38px;line-height:1.1;display:block}.result-card span{color:var(--muted);font-size:13px}.gallery{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.gallery div{border:1px solid var(--line);border-radius:28px;min-height:360px;position:relative;overflow:hidden}.gallery div:first-child{background:linear-gradient(145deg,#e4edf5,#7ba8ce)}.gallery div:nth-child(2){background:linear-gradient(145deg,#e7e2da,#69635c)}.gallery div:nth-child(3){background:linear-gradient(145deg,#142332,#0b72e7);grid-column:1/-1;min-height:520px}.gallery div:after{content:attr(data-label);color:#18212b;background:#ffffffe6;border:1px solid #ffffffbf;border-radius:999px;padding:8px 12px;font-size:11px;font-weight:700;position:absolute;bottom:20px;left:22px}.about-hero{padding:80px 0 92px}.about-grid{grid-template-columns:1.1fr .9fr;align-items:end;gap:72px;display:grid}.editorial-quote{letter-spacing:-.05em;margin:0;font-size:clamp(42px,5vw,72px);line-height:1.08}.editorial-quote span{color:var(--blue)}.about-visual{border-radius:var(--radius-xl);border:1px solid var(--line);background:linear-gradient(145deg,#e6eef4,#cad8e3);min-height:520px;position:relative;overflow:hidden}.about-visual:before{content:"MUVE TEAM";color:#10182029;font-size:42px;font-weight:700;position:absolute;bottom:30px;left:35px}.about-visual:after{content:"";background:linear-gradient(145deg,var(--teal-2),var(--blue-2));opacity:.45;border-radius:50%;width:240px;height:240px;position:absolute;top:-50px;right:-50px}.timeline{gap:0;display:grid}.timeline-item{border-top:1px solid var(--line);grid-template-columns:120px 1fr;gap:30px;padding:28px 0;display:grid}.timeline-item strong{color:var(--blue)}.values-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.value-card{padding:30px}.contact-hero{padding:70px 0 90px}.contact-layout{grid-template-columns:.8fr 1.2fr;gap:56px;display:grid}.contact-copy{padding-top:30px}.contact-form{border:1px solid var(--line);border-radius:var(--radius-xl);box-shadow:var(--shadow);background:#fff;padding:34px}.form-grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.field{flex-direction:column;gap:8px;display:flex}.field.full{grid-column:1/-1}.field label{color:var(--muted);font-size:12px;font-weight:700}.field input,.field select,.field textarea{border:1px solid var(--line);width:100%;color:var(--ink);background:#fbfcfd;border-radius:15px;outline:none;padding:14px 15px}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px #0b72e71a}.contact-channels{gap:12px;margin-top:32px;display:grid}.contact-channel{border:1px solid var(--line);background:#fff;border-radius:18px;justify-content:space-between;align-items:center;padding:17px 18px;display:flex}.faq-hero{text-align:center;padding:76px 0 70px}.faq-hero .lead{margin:20px auto}.search-box{border:1px solid var(--line);background:#fff;border-radius:999px;max-width:760px;margin:34px auto 0;padding:8px;display:flex;box-shadow:0 14px 40px #10182012}.search-box input{color:var(--ink);background:0 0;border:0;outline:none;flex:1;padding:10px 18px}.faq-layout{grid-template-columns:250px 1fr;gap:40px;display:grid}.faq-cats{align-self:start;gap:8px;display:grid;position:sticky;top:110px}.faq-cats button{text-align:left;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:13px;padding:12px 14px}.faq-cats button.active{color:var(--ink);background:#fff;font-weight:700}.faq-list{gap:12px;display:grid}.faq-item{border:1px solid var(--line);background:#fff;border-radius:20px;overflow:hidden}.faq-q{text-align:left;cursor:pointer;width:100%;color:var(--ink);background:0 0;border:0;justify-content:space-between;gap:20px;padding:20px 22px;font-weight:700;display:flex}.faq-a{max-height:0;transition:max-height .3s;overflow:hidden}.faq-a p{color:var(--muted);margin:0;padding:0 22px 22px}.faq-item.open .faq-a{max-height:240px}.insights-hero{padding:78px 0 70px}.magazine-feature{grid-template-columns:1.1fr .9fr;gap:22px;margin-top:46px;display:grid}.feature-image{border-radius:var(--radius-xl);background:linear-gradient(145deg,#dcecf8,#0b72e7);min-height:480px;position:relative;overflow:hidden}.feature-image:after{content:"FEATURED ARTICLE IMAGE";color:#fff;font-weight:700;position:absolute;bottom:24px;left:28px}.feature-copy{border-radius:var(--radius-xl);background:var(--navy);color:#fff;flex-direction:column;justify-content:flex-end;padding:48px;display:flex}.feature-copy small{color:#72dfd2}.feature-copy h2{letter-spacing:-.04em;font-size:clamp(34px,3.5vw,52px);line-height:1.13}.feature-copy p{color:#bdc7d0}.article-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.article-card{overflow:hidden}.article-thumb{height:230px;position:relative}.article-thumb:after{content:attr(data-label);color:#fff;font-size:12px;font-weight:700;position:absolute;bottom:16px;left:18px}.article-copy{padding:24px}.article-copy small{color:var(--blue);font-weight:700}.article-copy h3{font-size:21px;line-height:1.35}.article-template-hero{padding:76px 0 62px}.article-template-grid{grid-template-columns:.9fr 1.1fr;align-items:center;gap:56px;display:grid}.article-cover{border-radius:var(--radius-xl);background:linear-gradient(145deg,#e3eef7,#0b72e7);min-height:520px;position:relative;overflow:hidden}.article-cover:after{content:"ARTICLE COVER IMAGE";color:#fff;font-weight:700;position:absolute;bottom:24px;left:28px}.article-layout{grid-template-columns:240px minmax(0,720px);justify-content:center;gap:50px;display:grid}.article-toc{border-left:2px solid var(--line);align-self:start;padding-left:18px;position:sticky;top:110px}.article-toc a{color:var(--muted);margin:10px 0;font-size:13px;display:block}.article-body{font-size:18px}.article-body h2{margin:58px 0 18px;font-size:34px;line-height:1.2}.article-body p{color:#37434f}.content-image{color:#39566e;background:linear-gradient(145deg,#e7edf2,#97b4ce);border-radius:26px;place-items:center;min-height:380px;margin:32px 0;font-weight:700;display:grid}.callout{color:#153a35;background:#eaf8f6;border:1px solid #bfe5df;border-radius:24px;margin:30px 0;padding:28px 30px}.soft-cta{background:linear-gradient(120deg,#e9f8f5,#e9f2ff);border:1px solid #cfe4e7;border-radius:28px;margin:50px 0;padding:34px}.not-found{place-items:center;min-height:calc(100vh - 104px);padding:40px 0;display:grid}.not-found-card{border-radius:var(--radius-xl);background:var(--navy);color:#fff;text-align:center;place-items:center;width:min(1000px,100% - 44px);min-height:620px;padding:60px;display:grid;position:relative;overflow:hidden}.not-found-number{letter-spacing:-.09em;color:#ffffff0f;font-size:clamp(150px,23vw,300px);font-weight:700;line-height:.75;position:absolute}.not-found-content{z-index:2;max-width:620px;position:relative}.not-found-content .lead{color:#b9c4cd;margin:20px auto 30px}.orbit{border:1px solid #ffffff1f;width:420px;height:420px}.orbit,.orbit:after{border-radius:50%;position:absolute}.orbit:after{content:"";background:linear-gradient(var(--teal),var(--blue));width:20px;height:20px;top:32px;left:70px}.sample-hero{padding:76px 0 58px}.sample-head{text-align:center;max-width:1000px;margin:auto}.sample-head .lead{margin:22px auto}.sample-cover{border-radius:var(--radius-xl);background:linear-gradient(140deg,#e5f1f8,#b9d4e8 45%,#0b72e7);border:1px solid #cfdce7;min-height:570px;margin-top:42px;position:relative;overflow:hidden}.sample-cover:before{content:"";background-image:linear-gradient(#ffffff57 1px,#0000 0),linear-gradient(90deg,#ffffff57 1px,#0000 0);background-size:44px 44px;position:absolute;inset:0}.search-mock{background:#fff;border:1px solid #d5dde5;border-radius:30px;padding:28px;position:absolute;inset:16% 8%;box-shadow:0 30px 70px #0f192426}.search-bar-mock{border:1px solid var(--line);color:#77818b;border-radius:999px;height:54px;padding:15px 20px}.answer-grid{grid-template-columns:1fr .7fr;gap:16px;margin-top:22px;display:grid}.answer-box{background:#f0f4f7;border-radius:20px;min-height:260px;padding:24px}.answer-box strong{color:var(--blue)}.key-takeaways{border:1px solid var(--line);background:#fff;border-radius:28px;margin:45px 0;padding:32px}.key-takeaways h2{margin-top:0}.takeaway-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.takeaway{background:#f5f7f9;border-radius:18px;padding:20px}.comparison{border-collapse:separate;border-spacing:0;border:1px solid var(--line);border-radius:22px;width:100%;margin:30px 0;overflow:hidden}.comparison td,.comparison th{text-align:left;border-bottom:1px solid var(--line);padding:16px}.comparison th{color:var(--ink);background:#eef4f8}.comparison td{color:#37434f;background:#fff}.comparison tr:last-child td{border-bottom:0}.author-box{border:1px solid var(--line);background:#fff;border-radius:24px;grid-template-columns:86px 1fr;align-items:center;gap:22px;padding:28px;display:grid}.author-avatar{background:linear-gradient(145deg,#d9e4ec,#7e9db7);border-radius:50%;width:86px;height:86px}.related-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.site-footer{border-top:1px solid var(--line);background:#fff;margin-top:90px}.footer-inner{padding:60px 0 24px}.footer-top{grid-template-columns:1.5fr repeat(4,1fr);gap:34px;display:grid}.footer-brand p{color:var(--muted);max-width:320px;font-size:13px}.footer-col{flex-direction:column;gap:10px;display:flex}.footer-col h4{margin:0 0 9px;font-size:14px}.footer-col .text-link{width:max-content;color:var(--muted);font-size:12px}.footer-col .text-link:hover{color:var(--ink)}.footer-bottom{border-top:1px solid var(--line);color:var(--muted-2);justify-content:space-between;margin-top:48px;padding-top:20px;font-size:10px;display:flex}.toast{z-index:2500;opacity:0;color:#fff;pointer-events:none;background:#111b25;border-radius:999px;padding:12px 18px;transition:all .25s;position:fixed;bottom:30px;left:50%;transform:translate(-50%,20px)}.toast.show{opacity:1;transform:translate(-50%)}@media (width<=1050px){.main-nav{gap:15px}.system-map{margin:45px auto 0;position:relative;top:auto;right:auto}.system-hero{padding:48px}.about-grid,.article-template-grid,.contact-layout,.data-layout,.magazine-feature,.platform-shell{grid-template-columns:1fr}.case-device{opacity:.48;width:58%}.case-copy{max-width:70%}.footer-top{grid-template-columns:1.5fr repeat(2,1fr)}.footer-col:nth-child(n+4){margin-top:10px}}@media (width<=760px){.shell{width:min(100% - 24px,var(--max))}.site-header{height:60px;top:8px}.main-nav,.site-header>.btn{display:none}.menu-toggle{display:block}.mobile-menu{z-index:990;border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:20px;flex-direction:column;padding:13px;position:fixed;top:76px;left:12px;right:12px}.mobile-menu.open{display:flex}.mobile-menu a,.mobile-menu button{text-align:left;background:0 0;border:0;border-radius:10px;padding:12px}.site-main{padding-top:84px}.display{font-size:43px}.display-sm{font-size:37px}.lead{font-size:16px}.section{padding:75px 0}.section-tight{padding:55px 0}.article-grid,.grid-2,.grid-3,.grid-4,.related-grid,.takeaway-grid,.values-grid,.work-grid{grid-template-columns:1fr}.section-head{flex-direction:column;align-items:flex-start}.system-hero{min-height:auto;padding:32px 22px}.system-map{width:100%;height:530px}.system-node{width:145px}.data-hero{padding:60px 0 70px}.dashboard{grid-template-columns:1fr}.chart-card{grid-row:auto}.platform-hero{padding:55px 0}.ad-stage{min-height:480px}.ad-window{width:82%;left:7%}.floating-kpi{width:175px;right:5%}.portfolio-hero{padding:60px 0 75px}.collage{min-height:620px}.collage-card:first-child{width:44%;left:2%}.collage-card:nth-child(2){width:52%;left:25%}.collage-card:nth-child(3){width:42%;top:210px;right:2%}.collage-card:nth-child(4){width:43%;left:6%}.collage-card:nth-child(5){width:43%;right:4%}.case-hero{min-height:680px;margin:0 7px}.case-device{width:78%;height:48%;top:9%;right:-18%}.case-copy{max-width:none;bottom:8%;left:7%;right:7%}.case-copy .display{font-size:44px}.article-layout,.case-overview,.faq-layout,.gallery,.stat-row{grid-template-columns:1fr}.gallery div:nth-child(3){grid-column:auto;min-height:360px}.article-toc,.faq-cats{position:static}.faq-cats{grid-template-columns:repeat(2,1fr)}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.feature-image{min-height:350px}.feature-copy{padding:30px}.article-body{font-size:17px}.article-body h2{font-size:29px}.sample-cover{min-height:430px}.search-mock{padding:18px;inset:10% 4%}.answer-grid{grid-template-columns:1fr}.answer-box:last-child{display:none}.footer-top{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-bottom{flex-direction:column;gap:8px}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition-duration:.01ms!important;animation:none!important}.reveal{opacity:1;transform:none}}.motion-media,.motion-surface{transition:transform .38s cubic-bezier(.2,.75,.25,1),box-shadow .38s,border-color .3s;position:relative;overflow:hidden;transform:translateZ(0)}.motion-media:after,.motion-surface:after{content:"";pointer-events:none;opacity:0;z-index:3;background:linear-gradient(115deg,#0000 38%,#ffffff57 48%,#0000 58%);transition:transform .7s cubic-bezier(.2,.75,.25,1),opacity .3s;position:absolute;inset:-40%;transform:translate(-70%)rotate(8deg)}.motion-media:hover,.motion-surface:hover{transform:translateY(-6px)scale(1.012);box-shadow:0 28px 70px #111b2624}.motion-media:hover:after,.motion-surface:hover:after{opacity:.65;transform:translate(70%)rotate(8deg)}[data-tilt]{--tilt-x:0deg;--tilt-y:0deg;transform:perspective(1000px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateY(0);transform-style:preserve-3d}[data-tilt]:hover{transform:perspective(1000px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateY(-5px)}.liquid-glass{-webkit-backdrop-filter:blur(16px)saturate(135%);background:linear-gradient(135deg,#ffffffb8,#ffffff61),radial-gradient(circle at 18% 12%,#fffffff2,#0000 34%);border:1px solid #ffffffc7;box-shadow:inset 0 1px #ffffffd1,0 22px 55px #0f1b271f}.liquid-glass-dark{-webkit-backdrop-filter:blur(15px)saturate(125%);background:linear-gradient(135deg,#ffffff1f,#ffffff0e),radial-gradient(circle at 16% 8%,#ffffff29,#0000 34%);border:1px solid #ffffff29;box-shadow:inset 0 1px #ffffff29,0 24px 60px #0000003d}.stagger>.reveal:nth-child(2){transition-delay:60ms}.stagger>.reveal:nth-child(3){transition-delay:.12s}.stagger>.reveal:nth-child(4){transition-delay:.18s}.stagger>.reveal:nth-child(5){transition-delay:.24s}.stagger>.reveal:nth-child(6){transition-delay:.3s}.image-caption{color:var(--muted);margin-top:10px;font-size:12px}.section-intro{max-width:760px;color:var(--muted);font-size:17px}.split-band{grid-template-columns:.85fr 1.15fr;align-items:start;gap:50px;display:grid}.list-clean{border-top:1px solid var(--line);margin:0;padding:0;list-style:none}.list-clean li{border-bottom:1px solid var(--line);justify-content:space-between;gap:20px;padding:13px 0;font-size:13px;display:flex}.list-clean li span:last-child{color:var(--muted);text-align:right}.glass-stat{border-radius:22px;padding:22px}.glass-stat strong{color:var(--blue);font-size:32px;display:block}.glass-stat span{color:var(--muted);font-size:12px}.cta-band{color:#fff;background:linear-gradient(120deg,#0f1720,#182a3a);border-radius:38px;grid-template-columns:1fr auto;align-items:center;gap:35px;padding:58px 62px;display:grid;position:relative;overflow:hidden}.cta-band:before{content:"";border:1px solid #ffffff2e;border-radius:50%;width:430px;height:430px;position:absolute;top:-220px;right:-150px}.cta-band p{color:#bec8d1;margin:8px 0 0}.cta-band h2{letter-spacing:-.045em;margin:0;font-size:clamp(34px,4vw,58px);line-height:1.08}.process-grid{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.process-step{border:1px solid var(--line);background:#fff;border-radius:24px;padding:28px;position:relative}.process-step span{color:var(--blue);font-size:11px}.process-step h3{margin:18px 0 8px;font-size:19px}.process-step p{color:var(--muted);font-size:13px}.process-step:not(:last-child):after{content:"→";z-index:3;color:#8da4b9;position:absolute;top:50%;right:-12px}.logo-proof{flex-wrap:wrap;gap:10px;margin-top:26px;display:flex}.logo-proof span{border:1px solid var(--line);color:var(--muted);background:#fff;border-radius:999px;padding:10px 14px;font-size:12px}.trust-panel{border:1px solid var(--line);background:#fff;border-radius:30px;padding:34px}.trust-panel h3{margin-top:0}.trust-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.trust-grid div{background:#f4f7f9;border-radius:18px;padding:18px}.trust-grid strong{margin-bottom:6px;display:block}.trust-grid span{color:var(--muted);font-size:12px}.service-detail-hero{border:1px solid var(--line);border-radius:0 0 var(--radius-xl) var(--radius-xl);background:#fff;position:relative;overflow:hidden}.service-detail-inner{grid-template-columns:1.05fr .95fr;align-items:center;gap:62px;min-height:650px;padding:82px 62px 68px;display:grid}.service-detail-hero h1{letter-spacing:-.058em;margin:0;font-size:clamp(54px,6vw,84px);line-height:1.01}.service-detail-hero h1 .soft{color:#717983}.service-detail-copy{color:var(--muted);max-width:640px;margin:26px 0;font-size:18px}.service-visual{background:linear-gradient(145deg,#f8fbfd,#dce9f1);border:1px solid #d5e0e8;border-radius:34px;min-height:455px;padding:28px;position:relative;overflow:hidden}.service-visual:before{content:"";filter:blur(38px);background:linear-gradient(145deg,#5bd4e18f,#50a8ff7a);border-radius:50%;width:340px;height:340px;position:absolute;top:-100px;right:-60px}.ad-card-pair{grid-template-columns:repeat(2,1fr);gap:14px;margin-top:36px;display:grid;position:relative}.ad-result-card{-webkit-backdrop-filter:blur(12px);background:#ffffffd1;border:1px solid #ffffffe6;border-radius:24px;min-height:302px;padding:23px;transition:transform .35s cubic-bezier(.2,.75,.25,1),box-shadow .35s;box-shadow:0 22px 50px #1322311f}.ad-result-card:first-child{transform:rotate(-4deg)}.ad-result-card:last-child{transform:rotate(4deg)translateY(46px)}.ad-result-card:first-child:hover{transform:rotate(-1deg)translateY(-7px)}.ad-result-card:last-child:hover{transform:rotate(1deg)translateY(34px)}.ad-result-card .icon{margin-bottom:30px}.ad-result-card h3{margin:0 0 7px;font-size:20px}.ad-result-card p{color:var(--muted);font-size:13px}.service-kpi{margin-top:26px}.service-kpi strong{color:var(--ink);font-size:34px;display:block}.service-kpi span{color:var(--muted);font-size:11px}.objective-card,.scope-card{padding:30px}.objective-card .icon{background:#eff4f7;border-radius:16px;place-items:center;width:50px;height:50px;margin-bottom:28px;display:grid}.scope-card{position:relative}.scope-card .scope-label{color:#8b96a1;font-size:10px;position:absolute;top:20px;right:22px}.scope-card ul{border-top:1px solid #e8edf1;margin:22px 0 0;padding:0;list-style:none}.scope-card li{border-bottom:1px solid #e8edf1;padding:9px 0;font-size:12px}.related-case{color:#fff;background:linear-gradient(120deg,#111820,#213247);border-radius:36px;grid-template-columns:1fr .8fr;align-items:center;gap:50px;padding:62px;display:grid;position:relative;overflow:hidden}.related-case:after{content:"";border:1px solid #ffffff3d;border-radius:50%;width:430px;height:430px;position:absolute;top:-170px;right:-130px}.related-case h2{letter-spacing:-.05em;margin:0;font-size:clamp(38px,5vw,66px);line-height:1.04}.related-case p{color:#bdc7d0}.contact-tech{background:linear-gradient(145deg,#e8f3f8,#d8e9f1);border:1px solid #cfdde6;border-radius:25px;margin-top:28px;padding:22px}.contact-tech-row{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.contact-tech-row div{background:#ffffffb8;border:1px solid #ffffffd9;border-radius:15px;padding:15px}.contact-tech-row strong{color:var(--blue);font-size:20px;display:block}.contact-tech-row span{color:var(--muted);font-size:10px}.faq-visual{background:linear-gradient(145deg,#edf5f8,#dceaf1);border:1px solid #d2dfe7;border-radius:28px;max-width:820px;margin:28px auto 0;padding:20px}.faq-visual-grid{grid-template-columns:1fr 1fr 1fr;gap:10px;display:grid}.faq-visual-grid div{color:var(--muted);background:#ffffffb8;border:1px solid #ffffffe6;border-radius:17px;padding:16px;font-size:12px}.quote-block{background:var(--navy);color:#fff;letter-spacing:-.025em;border-radius:30px;margin:42px 0;padding:42px;font-size:clamp(26px,3vw,42px);line-height:1.35}.quote-block span{color:#93a1ae;letter-spacing:0;margin-top:18px;font-size:13px;display:block}.recommended-links{grid-template-columns:repeat(3,1fr);gap:12px;margin-top:30px;display:grid}.recommended-links a,.recommended-links button{color:#fff;cursor:pointer;background:#ffffff12;border:1px solid #ffffff29;border-radius:18px;padding:18px}@media (width<=1050px){.service-detail-inner,.split-band{grid-template-columns:1fr}.process-grid{grid-template-columns:repeat(2,1fr)}.process-step:nth-child(2):after{display:none}.trust-grid{grid-template-columns:1fr}}@media (width<=760px){.liquid-glass,.liquid-glass-dark{-webkit-backdrop-filter:none}.motion-media:hover,.motion-surface:hover,[data-tilt]:hover{transform:none}.cta-band{padding:38px 28px}.cta-band,.process-grid{grid-template-columns:1fr}.process-step:after{display:none!important}.service-detail-inner{padding:55px 22px}.service-detail-hero h1{font-size:45px}.service-visual{min-height:430px;padding:18px}.ad-result-card{min-height:260px;padding:18px}.ad-result-card:last-child{transform:rotate(3deg)translateY(38px)}.related-case{padding:38px 26px}.contact-tech-row,.faq-visual-grid,.recommended-links,.related-case{grid-template-columns:1fr}}.case-device.motion-media:hover{transform:rotate(3deg)translateY(-6px)scale(1.012)}.collage-card.motion-media:hover{box-shadow:0 34px 75px #00000057}.case-hero,.collage,.not-found-card,.system-hero{transform:none!important}.home-page{--bg:#f4f5f7;--surface:#fff;--ink:#141518;--muted:#6c7178;--line:#dfe2e7;--blue:#1687ff;--teal:#14c9b5;--radius:32px;--shadow:0 20px 60px #14151814;background:var(--bg);color:var(--ink);margin:0;font-family:LINE Seed Sans TH,Noto Sans Thai,Arial,sans-serif;line-height:1.45}.home-page a{color:inherit;text-decoration:none}.home-page button{font:inherit}.home-page .shell{width:min(1280px,100% - 44px);margin-inline:auto}.home-page .button{border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:10px;padding:14px 22px;font-size:14px;font-weight:700;transition:all .25s;display:inline-flex}.home-page .button:hover{transform:translateY(-2px)}.home-page .button-small{padding:11px 20px}.home-page .button-primary{color:#fff;background:linear-gradient(110deg,var(--teal),var(--blue));box-shadow:0 10px 28px #1687ff38}.home-page .button-secondary{border-color:var(--line);background:#fff}.home-page .hero{border:1px solid var(--line);background:radial-gradient(circle at 95% 0,#1687ff14,#0000 34%),radial-gradient(circle at 15% 20%,#14c9b512,#0000 26%),#fff;border-radius:0 0 42px 42px;grid-template-columns:1fr 1.05fr;align-items:center;gap:60px;min-height:860px;padding:150px 56px 72px;display:grid}.home-page .eyebrow{letter-spacing:.16em;color:#147fe8;margin:0 0 20px;font-size:12px;font-weight:700}.home-page .hero h1{letter-spacing:-.055em;margin:0;font-size:clamp(46px,5vw,76px);line-height:1.03}.home-page .hero h1 span{color:#676c72}.home-page .lead{color:var(--muted);max-width:570px;margin:28px 0;font-size:18px}.home-page .actions{flex-wrap:wrap;gap:12px;display:flex}.home-page .micro-proof{color:#72777e;align-items:center;gap:12px;margin-top:30px;font-size:12px;display:flex}.home-page .avatars{display:flex}.home-page .avatars i{background:linear-gradient(135deg,#ccd1d9,#737b87);border:2px solid #fff;border-radius:50%;width:28px;height:28px;margin-left:-7px}.home-page .avatars i:first-child{margin:0}.home-page .hero-visual{height:600px;position:relative}.home-page .glow{filter:blur(65px);background:linear-gradient(140deg,#14c9b53d,#1687ff38);border-radius:50%;width:430px;height:430px;position:absolute;top:45px;left:80px}.home-page .visual-card{box-shadow:var(--shadow);background:#fff;border:1px solid #d0d5ddcc;border-radius:28px;position:absolute;overflow:hidden}.home-page .dashboard-card{width:74%;height:330px;top:20px;right:0;transform:rotate(2deg)}.home-page .browser-bar{border-bottom:1px solid var(--line);align-items:center;gap:6px;height:42px;padding:0 18px;display:flex}.home-page .browser-bar span{background:#d8dce2;border-radius:50%;width:8px;height:8px}.home-page .dashboard-grid{grid-template-columns:1.2fr .8fr;gap:16px;padding:24px;display:grid}.home-page .chart{background:#f5f7fa;border-radius:16px;align-items:end;gap:10px;height:105px;padding:12px;display:flex}.home-page .chart i{background:linear-gradient(var(--blue),#6ac7ff);border-radius:6px 6px 2px 2px;flex:1}.home-page .chart i:first-child{height:28%}.home-page .chart i:nth-child(2){height:52%}.home-page .chart i:nth-child(3){height:44%}.home-page .chart i:nth-child(4){height:80%}.home-page .chart i:nth-child(5){height:63%}.home-page .chart i:nth-child(6){background:linear-gradient(var(--teal),#7fe8da);height:94%}.home-page .metric{color:#fff;background:#11151b;border-radius:16px;flex-direction:column;padding:18px;display:flex}.home-page .metric strong{font-size:30px}.home-page .metric em{color:#63e8cf;font-size:12px;font-style:normal}.home-page .line-chart{background:linear-gradient(#f7f9fb,#edf1f5);border-radius:16px;grid-column:1/-1;height:105px;padding:18px}.home-page .line-chart svg{width:100%;height:100%}.home-page .phone-card{border-radius:38px;width:190px;height:350px;padding:10px;top:210px;left:25px;transform:rotate(-7deg)}.home-page .phone-notch{background:#15171a;border-radius:0 0 13px 13px;width:72px;height:18px;margin:-10px auto 5px}.home-page .phone-screen{background:#f2f4f7;border-radius:28px;height:100%;padding:12px}.home-page .story{background:linear-gradient(140deg,#dce7ee,#7ec7ff 55%,#52d6c6);border-radius:18px;height:170px}.home-page .feed-line{background:#c7ccd3;border-radius:10px;height:8px;margin-top:16px}.home-page .feed-line.short{width:65%;margin-top:8px}.home-page .social-row{gap:8px;margin-top:18px;display:flex}.home-page .social-row i{background:#fff;border-radius:50%;width:28px;height:28px}.home-page .meeting-card{width:250px;height:160px;padding:15px;bottom:68px;right:35px;transform:rotate(3deg)}.home-page .meeting-art{background:linear-gradient(135deg,#eef0f3,#d9dde2);border-radius:18px;justify-content:center;align-items:end;gap:8px;height:95px;display:flex}.home-page .meeting-art span{background:linear-gradient(#969faa,#4c5562);border-radius:50% 50% 10px 10px;width:38px}.home-page .meeting-art span:first-child{height:54px}.home-page .meeting-art span:nth-child(2){background:linear-gradient(#b6bdc6,#626b77);height:70px}.home-page .meeting-art span:nth-child(3){height:62px}.home-page .meeting-art span:nth-child(4){height:50px}.home-page .meeting-card p{margin:8px 4px;font-weight:700}.home-page .hero-stats{border-radius:22px;grid-template-columns:repeat(3,1fr);width:72%;min-height:92px;padding:18px 20px;display:grid;position:absolute;bottom:0;right:0}.home-page .glass{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffd1;border:1px solid #e1e4e8;box-shadow:0 15px 45px #1415181a}.home-page .hero-stats div{border-right:1px solid var(--line);padding:0 18px}.home-page .hero-stats div:last-child{border:0}.home-page .hero-stats strong{font-size:25px;display:block}.home-page .hero-stats span{color:var(--muted);font-size:10px}.home-page .float-a{animation:6s ease-in-out infinite float}.home-page .float-b{animation:7s ease-in-out infinite reverse float}.home-page .float-c{animation:8s ease-in-out infinite float}.home-page .logo-strip{border:1px solid var(--line);background:#fff;border-radius:28px;margin-top:18px;padding:26px}.home-page .logo-strip p{text-align:center;color:#9a9fa6;letter-spacing:.12em;font-size:10px}.home-page .marquee{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000);mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000)}.home-page .marquee-track{align-items:center;gap:76px;width:max-content;animation:23s linear infinite marquee;display:flex}.home-page .marquee-track span{color:#8a9098;text-align:center;min-width:105px;font-size:27px;font-weight:700}.home-page .marquee:hover .marquee-track{animation-play-state:paused}.home-page .section{padding:120px 0}.home-page .section-heading{max-width:670px;margin-bottom:50px}.home-page .insight-head h2,.home-page .process h2,.home-page .section-heading h2,.home-page .testimonial-section h2,.home-page .work-head h2{letter-spacing:-.045em;margin:0;font-size:clamp(37px,4vw,58px);line-height:1.08}.home-page .section-heading>p:last-child{color:var(--muted);font-size:17px}.home-page .centered{text-align:center;margin-inline:auto}.home-page .service-grid{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.home-page .service-card{border:1px solid var(--line);background:#fff;border-radius:28px;flex-direction:column;min-height:430px;padding:28px;transition:all .3s;display:flex;position:relative}.home-page .service-card:hover{box-shadow:var(--shadow);transform:translateY(-10px)}.home-page .service-card.featured{background:linear-gradient(160deg,#fff,#eafbff)}.home-page .service-card .icon{background:#f0f3f6;border-radius:17px;place-items:center;width:52px;height:52px;margin-bottom:32px;font-size:23px;display:grid}.home-page .service-card>span{color:#a1a6ad;font-size:12px;position:absolute;top:22px;right:24px}.home-page .service-card h3{margin:0 0 10px;font-size:22px}.home-page .service-card p{color:var(--muted);min-height:72px}.home-page .service-card ul{border-top:1px solid #eef0f2;margin:10px 0 30px;padding:0;list-style:none}.home-page .service-card li{border-bottom:1px solid #eef0f2;padding:8px 0;font-size:13px}.home-page .service-card a{margin-top:auto;font-size:13px;font-weight:700}.home-page .work-section{color:#fff;background:#12161c;border-radius:42px;margin:0 12px;padding:100px 0;overflow:hidden}.home-page .work-head{justify-content:space-between;align-items:end;margin-bottom:45px;display:flex}.home-page .light{color:#66d8ca}.home-page .slider-controls{gap:9px;display:flex}.home-page .quote-arrow,.home-page .slider-controls button{color:#fff;cursor:pointer;background:0 0;border:1px solid #3e444d;border-radius:50%;width:48px;height:48px;transition:all .2s}.home-page .slider-controls button:hover{color:#111;background:#fff}.home-page .work-slider{scroll-snap-type:x mandatory;scrollbar-width:none;gap:22px;padding-bottom:12px;display:flex;overflow-x:auto}.home-page .work-slider::-webkit-scrollbar{display:none}.home-page .project-card{scroll-snap-align:start;background:#1d2229;border-radius:28px;flex:0 0 min(590px,82vw);overflow:hidden}.home-page .project-art{height:420px;position:relative;overflow:hidden}.home-page .art-one{background:linear-gradient(140deg,#e7edf3,#8db8d9)}.home-page .device{background:#151a22;border:8px solid #151a22;border-radius:24px;position:absolute;box-shadow:0 25px 40px #00000040}.home-page .device span{background:linear-gradient(140deg,#f8f8f9,#1687ff);border-radius:14px;width:100%;height:100%;display:block}.home-page .tablet{width:350px;height:245px;top:70px;left:80px;transform:rotate(-10deg)}.home-page .mobile{width:110px;height:230px;bottom:15px;right:70px;transform:rotate(8deg)}.home-page .art-two{background:linear-gradient(150deg,#e9e4dc,#71685f)}.home-page .bottle{background:linear-gradient(90deg,#111,#4d4236,#090909);border-radius:22px 22px 35px 35px;width:95px;height:260px;position:absolute;top:70px;left:120px;box-shadow:0 28px 35px #0000004d}.home-page .bottle:before{content:"";background:#181818;border-radius:8px 8px 2px 2px;width:45px;height:45px;position:absolute;top:-38px;left:25px}.home-page .brand-lines{font-size:40px;font-weight:700;position:absolute;top:145px;right:50px}.home-page .brand-lines span{font-size:14px;font-weight:400}.home-page .art-three{background:linear-gradient(145deg,#15202a,#06121d)}.home-page .code-ui{background:#0c1721;border:1px solid #36536a;border-radius:24px;grid-template-columns:1fr 1fr;gap:15px;padding:25px;display:grid;position:absolute;inset:55px}.home-page .code-ui i{background:linear-gradient(140deg,#172839,#0db4a2);border-radius:15px}.home-page .code-ui i:nth-child(3){grid-column:1/-1}.home-page .art-four{background:linear-gradient(#dbeaf6,#f2ece3)}.home-page .building{background:#f6f1e8;border-radius:14px 14px 0 0;gap:22px;width:450px;height:280px;padding:45px;display:flex;position:absolute;bottom:20px;left:50%;transform:translate(-50%);box-shadow:0 30px 50px #28374326}.home-page .building i{background:linear-gradient(#90b4c6,#273b49);border-radius:55px 55px 5px 5px;flex:1}.home-page .project-info{justify-content:space-between;align-items:center;padding:24px 26px;display:flex}.home-page .project-info small{color:#9ea7b0}.home-page .project-info h3{margin:5px 0;font-size:24px}.home-page .project-info>b{font-size:25px}.home-page .why-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.home-page .why-card{border:1px solid var(--line);background:#fff;border-radius:24px;padding:34px 28px}.home-page .why-card span{color:#1488f4;font-size:12px}.home-page .why-card h3{margin:45px 0 10px;font-size:20px}.home-page .why-card p{color:var(--muted);margin:0}.home-page .process{border:1px solid var(--line);background:#fff;border-radius:34px;grid-template-columns:.65fr 1.35fr;gap:60px;margin-bottom:120px;padding:70px;display:grid}.home-page .process-copy p:last-child{color:var(--muted)}.home-page .steps{grid-template-columns:repeat(5,1fr);gap:8px;display:grid;position:relative}.home-page .steps:before{content:"";border-top:1px dashed #bbc1c9;position:absolute;top:58px;left:8%;right:8%}.home-page .steps article{text-align:center;position:relative}.home-page .steps article span{color:#989da4;font-size:11px}.home-page .steps i{background:#f0f2f5;border:5px solid #fff;border-radius:50%;place-items:center;width:54px;height:54px;margin:18px auto;font-style:normal;display:grid;position:relative;box-shadow:0 0 0 1px #dfe2e7}.home-page .steps h3{font-size:14px}.home-page .steps p{color:var(--muted);font-size:11px}.home-page .testimonial-section{padding:0 0 120px}.home-page .testimonial-wrap{grid-template-columns:55px 1fr 55px;align-items:center;gap:20px;display:grid}.home-page .quote-arrow{color:#17191c;border-color:#d3d7dd}.home-page .quotes{border:1px solid var(--line);background:#fff;border-radius:32px;min-height:370px;position:relative;overflow:hidden}.home-page .quotes blockquote{opacity:0;pointer-events:none;grid-template-columns:210px 1fr;align-items:center;gap:50px;margin:0;padding:55px 70px;transition:all .55s;display:grid;position:absolute;inset:0;transform:translate(30px)}.home-page .quotes blockquote.active{opacity:1;pointer-events:auto;transform:none}.home-page .quote-logo{color:#747b84;font-size:30px;font-weight:700}.home-page .quotes p{margin:0;font-size:25px;line-height:1.5}.home-page .quotes footer{grid-column:2}.home-page .quotes footer span,.home-page .quotes footer strong{display:block}.home-page .quotes footer span{color:var(--muted);margin-top:4px;font-size:13px}.home-page .quote-dots{text-align:center;margin-top:20px}.home-page .quote-dots button{background:#c8ccd2;border:0;border-radius:50%;width:7px;height:7px;margin:0 4px;padding:0}.home-page .quote-dots button.active{background:linear-gradient(90deg,var(--teal),var(--blue));border-radius:5px;width:25px}.home-page .insight-head{justify-content:space-between;align-items:end;margin-bottom:45px;display:flex}.home-page .insight-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.home-page .insight-card{border:1px solid var(--line);background:#fff;border-radius:28px;transition:all .3s;overflow:hidden}.home-page .insight-card:hover{box-shadow:var(--shadow);transform:translateY(-8px)}.home-page .insight-image{place-items:center;height:250px;display:grid;position:relative;overflow:hidden}.home-page .insight-image:after,.home-page .insight-image:before{content:"";filter:blur(2px);border-radius:50%;position:absolute}.home-page .insight-a{background:linear-gradient(145deg,#dff8f3,#c2e9ff)}.home-page .insight-a:before{background:#1687ff4d;width:180px;height:180px;top:-30px;right:-30px}.home-page .insight-a:after{background:#14c9b573;width:120px;height:120px;bottom:-30px;left:30px}.home-page .insight-b{background:linear-gradient(145deg,#171a20,#3f4c5a)}.home-page .insight-b:before{border:1px solid #7d8b99;width:230px;height:230px}.home-page .insight-c{background:linear-gradient(145deg,#f0ece5,#d9d7ef)}.home-page .insight-c:before{background:conic-gradient(from 20deg,var(--blue),transparent,var(--teal));opacity:.5;width:210px;height:210px}.home-page .insight-image span{color:#ffffffbf;z-index:2;font-size:70px;font-weight:700;position:relative}.home-page .insight-body{padding:28px}.home-page .insight-body small{color:#1386f3}.home-page .insight-body h3{min-height:65px;font-size:21px}.home-page .insight-body a{font-size:13px;font-weight:700}.home-page .cta{color:#fff;background:linear-gradient(120deg,#0dcab6,#1687ff 65%,#5c5cff);border-radius:36px;justify-content:space-between;align-items:center;min-height:340px;margin-bottom:25px;padding:60px 75px;display:flex;position:relative;overflow:hidden}.home-page .cta>*{z-index:2;position:relative}.home-page .cta p{letter-spacing:.15em;font-size:12px}.home-page .cta h2{letter-spacing:-.04em;margin:10px 0;font-size:clamp(40px,5vw,66px);line-height:1.06}.home-page .cta span{opacity:.85}.home-page .cta-button{color:#15171a;background:#fff;padding:16px 25px}.home-page .cta-orb{z-index:1;border:1px solid #ffffff40;border-radius:50%;position:absolute}.home-page .cta-orb.one{width:440px;height:440px;top:-180px;right:-80px}.home-page .cta-orb.two{width:260px;height:260px;bottom:-150px;right:110px}.home-page .reveal{opacity:0;transition:opacity .75s,transform .75s;transform:translateY(28px)}.home-page .reveal.visible{opacity:1;transform:none}.home-page .work-filter-wrap{justify-content:space-between;align-items:center;gap:18px;margin:-8px 0 34px;display:flex}.home-page .work-tabs{scrollbar-width:none;gap:10px;padding:3px;display:flex;overflow-x:auto}.home-page .work-tabs::-webkit-scrollbar{display:none}.home-page .work-tab{white-space:nowrap;color:#c7cdd5;cursor:pointer;background:#171c23;border:1px solid #3e444d;border-radius:999px;padding:11px 17px;transition:all .25s}.home-page .work-tab:hover{color:#fff;border-color:#7d8794}.home-page .work-tab.active{color:#111;background:#fff;border-color:#fff}.home-page .project-card[hidden]{display:none}.home-page .work-category-note{color:#8f99a4;text-align:right;font-size:12px}@media (width<=760px){.home-page .work-filter-wrap{flex-direction:column;align-items:flex-start;margin-bottom:25px}.home-page .work-tabs{width:100%}.home-page .work-category-note{text-align:left}}@media (width<=1050px){.home-page .hero{grid-template-columns:1fr;padding-inline:35px}.home-page .hero-visual{width:100%;max-width:700px;margin:auto}.home-page .service-grid,.home-page .why-grid{grid-template-columns:repeat(2,1fr)}.home-page .process{grid-template-columns:1fr}.home-page .insight-grid{grid-template-columns:1fr 1fr}.home-page .insight-card:last-child{grid-column:1/-1}}@media (width<=760px){.home-page .shell{width:min(100% - 24px,1280px)}.home-page .hero{border-radius:0 0 28px 28px;min-height:auto;padding:115px 22px 38px}.home-page .hero h1{font-size:44px}.home-page .lead{font-size:16px}.home-page .hero-visual{height:500px;margin-top:20px}.home-page .dashboard-card{width:90%;height:265px}.home-page .dashboard-grid{padding:15px}.home-page .phone-card{width:145px;height:280px;top:190px;left:0}.home-page .story{height:125px}.home-page .meeting-card{width:185px;height:125px;bottom:70px;right:0}.home-page .meeting-art{height:67px}.home-page .hero-stats{width:100%;min-height:80px;padding:10px}.home-page .hero-stats div{padding:5px 10px}.home-page .hero-stats strong{font-size:19px}.home-page .logo-strip{padding:20px}.home-page .section{padding:82px 0}.home-page .insight-grid,.home-page .service-grid,.home-page .why-grid{grid-template-columns:1fr}.home-page .service-card{min-height:auto}.home-page .work-section{margin-inline:5px;padding:75px 0}.home-page .work-head{align-items:flex-start}.home-page .project-card{flex-basis:88vw}.home-page .project-art{height:330px}.home-page .process{margin-bottom:85px;padding:35px 22px}.home-page .steps{grid-template-columns:1fr}.home-page .steps:before{display:none}.home-page .steps article{text-align:left;grid-template-columns:45px 60px 1fr;align-items:center;display:grid}.home-page .steps i{margin:12px}.home-page .steps p{grid-column:3;margin-top:-10px}.home-page .testimonial-wrap{grid-template-columns:1fr}.home-page .quote-arrow{display:none}.home-page .quotes{min-height:500px}.home-page .quotes blockquote{grid-template-columns:1fr;gap:22px;padding:35px}.home-page .quotes p{font-size:20px}.home-page .quotes footer{grid-column:1}.home-page .insight-card:last-child{grid-column:auto}.home-page .insight-head{gap:25px}.home-page .cta,.home-page .insight-head{flex-direction:column;align-items:flex-start}.home-page .cta{gap:32px;padding:45px 30px}.home-page .insight-head h2,.home-page .process h2,.home-page .section-heading h2,.home-page .testimonial-section h2,.home-page .work-head h2{font-size:38px}}@keyframes float{50%{transform:translateY(-9px)rotate(0)}}@keyframes marquee{to{transform:translate(-50%)}}@font-face{font-family:LINE Seed Sans TH;src:url(../fonts/LINESeedSansTH-Regular.woff2)format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:LINE Seed Sans TH;src:url(../fonts/LINESeedSansTH-Bold.woff2)format("woff2");font-weight:700;font-style:normal;font-display:swap}.site-main--flush{padding-top:0}:focus-visible{outline:2px solid var(--blue);outline-offset:3px}
