@import"https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,700;9..144,900&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Noto+Sans+Thai:wght@300;400;500;600;700;800;900&display=swap";:root{--teal: #045746;--teal-dark: #023d30;--teal-light: #e8f4f1;--lime: #CAFF03;--lime-dark: #a8d400;--offwhite: #F5F6F5;--beige: #EDE6D9;--ink: #0d1a17;--muted: #5a6a65;--border: #e0dbd1;--card: #ffffff;--radius: 14px;--shadow-sm: 0 2px 8px rgba(4,87,70,.06);--shadow-md: 0 8px 28px rgba(4,87,70,.1);--shadow-lg: 0 24px 64px rgba(4,87,70,.13)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;text-rendering:geometricPrecision;-webkit-font-smoothing:antialiased}body{font-family:Noto Sans Thai,sans-serif;font-weight:400;background:var(--offwhite);color:var(--ink);font-size:1rem;line-height:1.65;overflow-x:hidden;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;font-family:inherit}img{max-width:100%;display:block}.section-inner{max-width:1100px;margin:0 auto;padding:0 2rem;position:relative}.section-eyebrow{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:.3rem .85rem;border-radius:99px;margin-bottom:.9rem;background:#04574614;color:var(--teal);border:1px solid rgba(4,87,70,.15)}.section-title{font-size:clamp(1.75rem,3vw,2.6rem);font-weight:800;line-height:1.25;letter-spacing:-.025em;color:var(--ink);margin-bottom:1rem}.section-sub{font-size:1.05rem;color:var(--muted);line-height:1.8;max-width:520px}.btn-primary{display:inline-flex;align-items:center;gap:.5rem;background:var(--teal);color:#fff;font-family:Noto Sans Thai,sans-serif;font-size:.95rem;font-weight:700;padding:.8rem 1.8rem;border-radius:10px;border:none;cursor:pointer;text-decoration:none;transition:background .2s,transform .15s,box-shadow .15s;box-shadow:0 4px #023d3059;white-space:nowrap}.btn-primary:hover{background:var(--teal-dark);transform:translateY(-2px);box-shadow:0 6px #023d3059}.btn-lime{display:inline-flex;align-items:center;gap:.5rem;background:var(--lime);color:var(--ink);font-family:Noto Sans Thai,sans-serif;font-size:.95rem;font-weight:700;padding:.8rem 1.8rem;border-radius:10px;border:none;cursor:pointer;text-decoration:none;transition:background .2s,transform .15s,box-shadow .15s;box-shadow:0 4px #00000026;white-space:nowrap}.btn-lime:hover{background:var(--lime-dark);transform:translateY(-2px)}.btn-outline{display:inline-flex;align-items:center;gap:.5rem;background:transparent;color:var(--teal);font-family:Noto Sans Thai,sans-serif;font-size:.95rem;font-weight:600;padding:.8rem 1.8rem;border-radius:10px;border:2px solid var(--teal);cursor:pointer;text-decoration:none;transition:background .2s;white-space:nowrap}.btn-outline:hover{background:var(--teal-light)}.reveal{opacity:0;transform:translateY(26px);transition:opacity .55s ease,transform .55s ease}.reveal.visible{opacity:1;transform:none}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.reveal-delay-4{transition-delay:.4s}.reveal-delay-5{transition-delay:.5s}@media(max-width:768px){.section-inner{padding:0 1.25rem}}@media(max-width:480px){.section-inner{padding:0 1rem}.btn-primary,.btn-outline,.btn-lime{padding:.85rem 1.5rem;font-size:.92rem;min-height:48px}.section-title{font-size:clamp(1.5rem,5.5vw,2rem)}.section-sub{font-size:.97rem}}#root{min-height:100vh}.navbar{position:fixed;top:0;left:0;right:0;z-index:100;background:#f5f6f5d9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid transparent;transition:border-color .3s,box-shadow .3s}.navbar--scrolled{border-color:var(--border);box-shadow:0 2px 16px #0000000f}.nav-inner{max-width:1100px;margin:0 auto;padding:0 2rem;height:96px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.nav-brand{display:flex;align-items:center}.nav-logo{height:56px;width:auto}.nav-links{display:flex;list-style:none;gap:.25rem;justify-content:center}.nav-links a{font-size:1rem;font-weight:600;color:var(--muted);padding:.45rem .85rem;border-radius:8px;transition:color .2s,background .2s}.nav-links a:hover{color:var(--teal);background:var(--teal-light)}.nav-cta{font-size:.88rem;padding:.6rem 1.4rem;justify-self:end;color:#fff}.nav-hamburger{display:none;flex-direction:column;gap:5px;background:transparent;border:none;justify-self:end;padding:6px;cursor:pointer}.nav-hamburger span{display:block;width:22px;height:2px;background:var(--ink);border-radius:2px;transition:transform .2s,opacity .2s}.nav-mobile{background:#fff;border-top:1px solid var(--border);display:flex;flex-direction:column;padding:1rem 1.25rem 1.25rem;gap:.25rem}.nav-mobile a{color:var(--ink);padding:.75rem 1rem;border-radius:8px;font-size:1rem;font-weight:500;transition:background .15s}.nav-mobile a:hover{background:var(--teal-light);color:var(--teal)}.nav-mobile .btn-primary{margin-top:.75rem;justify-content:center;color:#fff}@media(max-width:768px){.nav-links{display:none}.nav-cta:not(.nav-mobile .btn-primary){display:none}.nav-hamburger{display:flex;grid-column:3;justify-self:end}}@media(max-width:480px){.nav-inner{height:72px;padding:0 1rem}.nav-logo{height:44px}}.hero{padding:6.5rem 0 0;background:var(--offwhite);text-align:center;position:relative;overflow:hidden}.hero-blob{position:absolute;width:560px;height:560px;border-radius:50%;filter:blur(90px);pointer-events:none;opacity:.35;z-index:0}.hero-blob--left{background:radial-gradient(circle,#CAFF03 0%,transparent 70%);top:-80px;left:-180px}.hero-blob--right{background:radial-gradient(circle,rgba(4,87,70,.4) 0%,transparent 70%);top:-60px;right:-180px}.hero-inner{position:relative;z-index:1}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#fff;border:1px solid var(--border);border-radius:99px;padding:.4rem 1rem;font-size:.82rem;font-weight:600;color:var(--teal);margin-bottom:1.5rem;box-shadow:var(--shadow-sm)}.hero-badge__dot{width:8px;height:8px;border-radius:50%;background:var(--lime);box-shadow:0 0 0 3px #caff034d;animation:pulse 2s infinite}@keyframes pulse{0%,to{box-shadow:0 0 0 3px #caff034d}50%{box-shadow:0 0 0 6px #caff031a}}.hero-headline{font-size:clamp(1.85rem,5.5vw,4.2rem);font-weight:900;letter-spacing:-.03em;line-height:1.15;color:var(--ink);margin-bottom:1.25rem}.hero-headline__accent{color:var(--teal)}.hero-headline__black{color:var(--ink)}.hero-headline__green{color:var(--teal)}.hero-sub{font-size:1.1rem;color:var(--muted);line-height:1.85;max-width:520px;margin:0 auto 2.25rem}.hero-cta{display:flex;gap:.85rem;justify-content:center;flex-wrap:wrap;margin-bottom:2rem}.hero-social-proof{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:3.5rem;color:var(--muted);font-size:.88rem}.hero-social-proof strong{color:var(--teal)}.hero-avatars{display:flex}.hero-avatar{width:32px;height:32px;border-radius:50%;background:var(--teal);color:#fff;font-size:.7rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin-left:-8px;border:2px solid white}.hero-avatar:first-child{margin-left:0}.hero-screenshot{max-width:880px;margin:0 auto}.hero-glow-wrap{position:relative;display:flex;justify-content:center;align-items:flex-start}.hero-glow{position:absolute;left:50%;top:-23%;transform:translate(-50%);width:90%;height:60%;background:radial-gradient(ellipse at center,rgba(4,87,70,.45) 0%,rgba(202,255,3,.15) 40%,transparent 70%);filter:blur(48px);pointer-events:none;z-index:0}.hero-app-img{position:relative;z-index:1;width:100%;height:auto;display:block;border-radius:16px;box-shadow:0 40px 80px #04574638,0 0 0 1px #04574614}.hero-browser{position:relative;z-index:1;background:#fff;border-radius:14px 14px 6px 6px;border:1px solid var(--border);overflow:hidden;box-shadow:0 -8px 40px #04574626}.hero-browser__bar{display:flex;align-items:center;gap:6px;padding:.75rem 1rem;background:#f0f0f0;border-bottom:1px solid var(--border)}.hero-browser__bar span{width:12px;height:12px;border-radius:50%}.hero-browser__bar span:nth-child(1){background:#ff5f57}.hero-browser__bar span:nth-child(2){background:#febc2e}.hero-browser__bar span:nth-child(3){background:#28c840}.hero-browser__url{flex:1;background:#fff;border-radius:6px;padding:.25rem .75rem;font-size:.75rem;color:var(--muted);text-align:center;margin-left:.5rem}.hero-browser__img{width:100%;height:auto;display:block;border-radius:0 0 14px 14px}@media(max-width:768px){.hero{padding:5.5rem 0 0}.hero-cta{flex-direction:column;align-items:center}.hero-blob{width:300px;height:300px}}@media(max-width:480px){.hero{padding:5rem 0 0}.hero-badge{font-size:.75rem;white-space:normal;text-align:center}.hero-sub{font-size:.97rem}.hero-headline{letter-spacing:-.02em}.hero-browser__url{display:none}}@media(max-width:960px){.hero-badge{margin-top:1.25rem}}.problem{padding:4rem 0;background:var(--offwhite);position:relative;overflow:hidden}.problem:before{content:"";position:absolute;top:-10%;left:50%;transform:translate(-50%);width:70%;height:60%;background:radial-gradient(ellipse at center,rgba(4,87,70,.12) 0%,rgba(202,255,3,.06) 45%,transparent 70%);filter:blur(40px);pointer-events:none;z-index:0}.problem .section-inner{position:relative;z-index:1}.problem__header{text-align:center;margin-bottom:4rem}.problem__header .section-title{margin-bottom:1.25rem}.problem__sub{font-size:1.05rem;color:var(--muted);line-height:1.8;margin:0 auto .5rem;max-width:520px}.problem__sub--accent{font-size:1.05rem;font-weight:700;color:var(--teal);margin-top:1rem}.problem__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:860px;margin:0 auto}.problem__card{position:relative;padding:2rem 1.75rem 2.25rem;border:1px solid var(--border);border-radius:16px;background:#fff;text-align:center;cursor:default;box-shadow:0 1px 4px #0000000a;transition:box-shadow .25s,transform .25s}.problem__card:hover{box-shadow:0 8px 32px #0457461a;transform:translateY(-3px)}.problem__decorator{position:relative;width:144px;height:144px;margin:0 auto 1.25rem;-webkit-mask-image:radial-gradient(ellipse 50% 50% at 50% 50%,#000 70%,transparent 100%);mask-image:radial-gradient(ellipse 50% 50% at 50% 50%,#000 70%,transparent 100%)}.problem__decorator-grid{position:absolute;inset:0;background-image:linear-gradient(to right,rgba(4,87,70,.15) 1px,transparent 1px),linear-gradient(to bottom,rgba(4,87,70,.15) 1px,transparent 1px);background-size:24px 24px}.problem__decorator-icon{position:absolute;inset:0;margin:auto;width:48px;height:48px;background:#fff;border-top:1px solid var(--border);border-left:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:var(--teal)}.problem__decorator-img{width:32px;height:32px;object-fit:contain}.problem__title{font-size:1rem;font-weight:700;color:var(--ink);line-height:1.4;margin-bottom:.75rem}.problem__desc{font-size:.875rem;color:var(--muted);line-height:1.8}@media(max-width:768px){.problem{padding:3rem 0}.problem__grid{grid-template-columns:repeat(2,1fr);max-width:none}}@media(max-width:520px){.problem{padding:2.5rem 0}.problem__header{margin-bottom:2rem}.problem__grid{grid-template-columns:1fr;max-width:420px}}.how-it-works{padding:1rem 0;background:var(--offwhite)}.hiw__header{text-align:center;margin-bottom:4rem}.hiw__header .section-sub{margin:0 auto;text-align:center}.hiw__steps{max-width:680px;margin:0 auto;display:flex;flex-direction:column;gap:0}.hiw__step{display:flex;gap:1.5rem;align-items:flex-start}.hiw__step-left{display:flex;flex-direction:column;align-items:center;flex-shrink:0;width:48px}.hiw__num{width:48px;height:48px;border-radius:50%;background:var(--teal);color:#fff;font-size:.9rem;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0;z-index:1}.hiw__line{width:2px;flex:1;min-height:40px;background:linear-gradient(to bottom,var(--teal),var(--border));margin:4px 0}.hiw__step-right{padding-bottom:2.5rem;flex:1}.hiw__icon-wrap{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;background:#04574614;border-radius:10px;margin-bottom:.75rem}.hiw__icon{font-size:1.35rem;color:#045746}.hiw__title{font-size:1.1rem;font-weight:700;color:var(--ink);margin-bottom:.4rem}.hiw__desc{font-size:.92rem;color:var(--muted);line-height:1.75}@media(max-width:600px){.how-it-works{padding:3rem 0}}@media(max-width:480px){.hiw__header{margin-bottom:2.5rem}.hiw__steps{max-width:100%}}.features{padding:4rem 0;background:var(--offwhite);font-family:Noto Sans Thai,sans-serif}.features__header{text-align:center;margin-bottom:2.5rem}.section-eyebrow{font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#045746;margin-bottom:.6rem}.features__headline{font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:800;color:var(--ink);letter-spacing:-.03em;line-height:1.2;margin-bottom:.5rem}.features__headline span{color:#045746}.features__sub{font-size:.95rem;color:var(--muted);font-weight:500}.bento-grid{display:grid;grid-template-columns:1.05fr .62fr .68fr;grid-template-rows:224px 264px 276px 312px;gap:14px}.f-card:nth-child(1){grid-column:1;grid-row:1 / 3}.f-card:nth-child(2){grid-column:2 / 4;grid-row:1}.f-card:nth-child(3){grid-column:2;grid-row:2}.f-card:nth-child(4){grid-column:3;grid-row:2}.f-card:nth-child(5){grid-column:2 / 4;grid-row:3}.f-card:nth-child(6){grid-column:1;grid-row:3}.f-card:nth-child(7){grid-column:3;grid-row:4}.f-card:nth-child(8){grid-column:1 / 3;grid-row:4}.f-card--weekday{justify-self:end;width:154.5%}.f-card--products{justify-self:start;width:77.8%}.f-card{border-radius:22px;padding:1.4rem 1.5rem;overflow:hidden;display:flex;flex-direction:column;gap:.6rem;opacity:0;transform:translateY(16px);animation:fcFadeUp .5s cubic-bezier(.34,1.56,.64,1) both;animation-play-state:paused;transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .28s ease}.features.visible .f-card{animation-play-state:running}.f-card:nth-child(1){animation-delay:.04s}.f-card:nth-child(2){animation-delay:.08s}.f-card:nth-child(3){animation-delay:.12s}.f-card:nth-child(4){animation-delay:.16s}.f-card:nth-child(5){animation-delay:.2s}.f-card:nth-child(6){animation-delay:.24s}.f-card:nth-child(7){animation-delay:.28s}.f-card:nth-child(8){animation-delay:.32s}@keyframes fcFadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.f-card:hover{transform:translateY(-5px);box-shadow:0 18px 52px #0457462e}.f-card--allinone{background:#045746}.f-card--promo{background:#caff03}.f-card--profit{background:#fff}.f-card--excel{background:#e8f2ef}.f-card--upload{background:#ede6d9}.f-card--category,.f-card--weekday{background:#fff}.f-card--products{background:#fff;display:flex;flex-direction:row;gap:1rem;align-items:flex-end}.c-tag{display:inline-flex;align-items:center;font-size:.62rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase;border-radius:99px;padding:.2rem .6rem;width:fit-content}.tag-dark{background:#ffffff26;color:#ffffffd9}.tag-teal{background:#0457461a;color:#045746}.tag-cream{background:#04574614;color:#045746}.c-title{font-weight:800;line-height:1.2;letter-spacing:-.025em;color:var(--ink)}.c-title-lg{font-size:1.82rem}.c-title-sm{font-size:1.15rem}.c-desc{font-size:.78rem;line-height:1.6;font-weight:500}.f-card--allinone .c-title{color:#fff}.platform-pills{display:flex;gap:.35rem;flex-wrap:wrap}.pill{display:inline-flex;align-items:center;gap:.3rem;background:#ffffff1f;border-radius:99px;padding:.18rem .55rem;font-size:.65rem;font-weight:700;color:#ffffffd9}.pdot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.pill-logo{width:14px;height:14px;border-radius:3px;object-fit:cover;flex-shrink:0}.plat-logo-img{width:16px;height:16px;border-radius:4px;object-fit:cover;flex-shrink:0}.mini-app{flex:1;background:#ffffff14;border-radius:14px;padding:.75rem;display:flex;flex-direction:column;gap:.5rem;overflow:hidden}.mini-app--white{background:#fff}.app-bar{display:flex;align-items:center;gap:.28rem;margin-bottom:.1rem}.abar-d{width:7px;height:7px;border-radius:50%;background:#ffffff40}.mini-app--white .abar-d{background:#ddd}.abar-lbl{font-size:.55rem;color:#ffffff80;font-weight:700;margin-left:auto}.mini-app--white .abar-lbl{color:#aaa}.kpi-4{display:grid;grid-template-columns:1fr 1fr;gap:.35rem}.kpi-box{background:#ffffff1a;border-radius:8px;padding:.4rem .5rem}.kpi-box--light{background:#f5f6f5;padding:.62rem .7rem;display:flex;align-items:center;justify-content:space-between;gap:.3rem;min-height:3.74rem}.kpi-box--light .kpi-left{display:flex;flex-direction:column;gap:.15rem}.kpi-box--light .kpi-right{display:flex;flex-direction:column;align-items:flex-end;gap:.15rem}.kpi-l{font-size:.55rem;color:#ffffff8c;font-weight:700}.kpi-l--dark{color:#888;font-size:.86rem}.kpi-v{font-size:.88rem;font-weight:900;line-height:1.1;color:#fff}.kpi-v--dark{color:#045746;font-size:.92rem}.kpi-d{font-size:.55rem;font-weight:700;margin-top:.1rem;color:#fff}.kpi-d--green{color:#22a050;margin-top:0;font-size:.62rem}.plat-row{display:flex;flex-direction:column;gap:.35rem}.plat-b{display:flex;justify-content:space-between;align-items:center;background:#ffffff12;border-radius:6px;padding:.22rem .45rem}.plat-b--light{background:#f5f6f5;padding:.3rem .5rem}.plat-l{font-size:.6rem;color:#ffffffb3;font-weight:600}.plat-l--logo{display:flex;align-items:center;gap:.35rem;color:#333;font-size:.62rem;font-weight:700}.plat-right{display:flex;align-items:center;gap:.4rem;flex:1;margin-left:.5rem}.plat-bar-bg{flex:1;height:5px;background:#00000014;border-radius:99px;overflow:hidden}.plat-bar-fill{height:100%;border-radius:99px}.plat-v{font-size:.65rem;font-weight:900;color:#fff}.plat-v--dark{font-size:.65rem;font-weight:900;color:#333;white-space:nowrap}.f-card--promo{flex-direction:row;align-items:flex-start;gap:1rem}.promo-text{flex:1;display:flex;flex-direction:column;gap:.5rem}.promo-chips{display:flex;flex-direction:column;gap:.5rem;align-self:center}.pchip{background:#fff;border-radius:20px;padding:.98rem 1.19rem;box-shadow:0 3px 12px #0457461f;min-width:211px}.pchip-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:.34rem}.pchip-name{font-size:.92rem;font-weight:800;color:#0d1a17}.pchip-badge{font-size:.85rem;font-weight:900;border-radius:99px;padding:.17rem .56rem}.pb-dday{background:#0457461f;color:#045746}.pb-pay{background:#caff0380;color:#5a8000}.pchip-gmv{font-size:1.68rem;font-weight:900;color:#045746;line-height:1.1}.pchip-sub{font-size:.81rem;color:#0d1a1780;font-weight:600;margin-top:.14rem}.profit-screen{background:#045746;border-radius:14px;padding:.85rem 1rem;color:#fff}.ps-lbl{font-size:.6rem;color:#ffffffa6;font-weight:600;margin-bottom:.2rem}.ps-num{font-size:1.4rem;font-weight:900;letter-spacing:-.03em;line-height:1.1}.ps-row{display:flex;justify-content:space-between;margin-top:.4rem;font-size:.65rem}.ps-key{color:#fff9;font-weight:600}.ps-val{color:#caff03;font-weight:900}.profit-bars{display:flex;flex-direction:column;gap:.35rem}.pb-row{display:grid;grid-template-columns:68px 1fr 52px;align-items:center;gap:.4rem}.pb-lbl-r{font-size:.62rem;font-weight:700}.pb-bg{height:6px;background:#00000012;border-radius:99px;overflow:hidden}.pb-fill{height:100%;border-radius:99px}.pb-val-r{font-size:.68rem;font-weight:900;text-align:right}.side-nav{background:#fff;border-radius:14px;padding:.7rem .85rem;display:flex;flex-direction:column;gap:.3rem}.sn-lbl{font-size:.55rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#04574680;margin-bottom:.15rem}.sn-item{display:flex;align-items:center;gap:.4rem;font-size:.7rem;font-weight:700;color:#5a7268;padding:.3rem .5rem;border-radius:8px;transition:background .2s}.sn-item.active{background:#045746;color:#fff}.sn-icon{font-size:.85rem}.sn-divider{height:1px;background:#04574614;margin:.1rem 0}.excel-visual{margin-top:.5rem;display:flex;flex-direction:column;gap:7px}.xls-formulabar{background:#fff;border-radius:9px;padding:7px 10px;display:flex;align-items:center;gap:7px;box-shadow:0 2px 8px #04574614;border:1.5px solid #DDD3C0}.xfb-fx{font-size:10px;font-weight:800;color:#1565c0;flex-shrink:0}.xfb-bar{flex:1;font-family:Courier New,monospace;font-size:9px;color:#c62828;font-weight:600;white-space:nowrap;overflow:hidden}.xls-sheet{background:#fff;border-radius:11px;overflow:hidden;box-shadow:0 4px 14px #0457461a}.xls-header{display:grid;grid-template-columns:28px 1fr 1fr 1fr;background:#e8f0e8;border-bottom:1px solid #C8DCC8}.xls-col-head{font-size:8px;font-weight:800;color:#045746;text-align:center;padding:4px 2px;border-right:1px solid #C8DCC8;letter-spacing:.06em}.xls-row{display:grid;grid-template-columns:28px 1fr 1fr 1fr;border-bottom:1px solid #F0F0EC}.xls-row:last-child{border-bottom:none}.xls-row-num{font-size:7.5px;color:#aab8a8;font-weight:600;text-align:center;padding:5px 2px;background:#f4f8f4;border-right:1px solid #E8EEE8}.xls-cell{font-size:8.5px;padding:5px 6px;border-right:1px solid #F0F0EC;color:#444;font-weight:500;overflow:hidden;white-space:nowrap}.xls-cell:last-child{border-right:none}.xls-cell.formula{color:#1565c0;font-weight:600;font-family:Courier New,monospace;font-size:7.5px}.xls-cell.error{color:#c62828;font-weight:700}.xls-cell.active{background:#0457460f;outline:1.5px solid #045746;outline-offset:-1.5px}.f-card--upload{flex-direction:row;align-items:flex-start;gap:1.5rem}.upload-text{flex:1;display:flex;flex-direction:column;gap:.55rem}.steps-row{display:flex;align-items:center;gap:.3rem;flex-wrap:wrap}.step-chip{background:#0457461a;color:#045746;font-size:.74rem;font-weight:800;border-radius:99px;padding:.26rem .66rem}.step-arr{color:#04574666;font-size:.84rem}.upload-files{position:relative;width:276px;height:221px;flex-shrink:0;margin-top:16px;transform:translate(5%,5%)}.ufile{position:absolute;background:#fff;border-radius:14px;padding:.76rem 1.04rem;box-shadow:0 6px 20px #00000021;display:flex;align-items:center;gap:.6rem;font-size:.85rem;font-weight:700;color:#333;white-space:nowrap}.uf-icon{font-size:1.52rem;flex-shrink:0}.uf-badge{margin-left:.2rem}.uf-sub{font-size:.77rem;color:#888;font-weight:600;margin-top:.1rem}.f-card--category{background:#fff;color:var(--ink)}.f-card--category .c-title{color:var(--ink)}.c-desc--category{color:#5a7268;max-width:none;white-space:nowrap;font-size:.74rem}.cat-card-shell{margin-top:auto;background:#e8f2ef;border:1px solid rgba(4,87,70,.06);border-radius:20px;padding:1rem 1.05rem}.cat-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.cat-title-row{display:flex;align-items:center;gap:.38rem}.cat-main-title{font-size:.78rem;font-weight:800;letter-spacing:-.01em;color:#0d1a17}.cat-info-icon{width:15px;height:15px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:.56rem;font-weight:800;color:#5a7268;border:1px solid rgba(4,87,70,.14)}.cat-header-right{text-align:right}.cat-delta{font-size:1rem;line-height:1;font-weight:900;color:#045746}.cat-delta-sub{margin-top:.12rem;font-size:.58rem;font-weight:700;color:#5a7268}.cat-body{margin-top:.65rem;display:flex;align-items:center;gap:1rem;transform:translateY(-5%)}.donut-wrap{position:relative;width:88px;height:88px;flex-shrink:0;margin:.25rem 0}.donut-wrap--category{width:116px;height:116px;margin:0;transform:translateY(-5%)}.donut-center{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.dc-num{font-size:1.16rem;font-weight:900;color:#045746;line-height:1}.dc-lbl{font-size:.58rem;color:#5a7268;font-weight:700}.cat-legend-v{flex:1;display:flex;flex-direction:column;gap:.42rem}.clv-row{display:flex;align-items:center;gap:.45rem;min-width:0;font-size:.66rem}.clv-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.clv-name{flex:1;min-width:0;color:#5a7268;font-weight:700}.clv-right{display:flex;align-items:center;gap:.38rem;color:#0d1a17;font-weight:800;white-space:nowrap}.clv-val{color:#0d1a17}.clv-sep{width:1px;height:10px;background:#0457461f}.clv-pct{color:#045746}.f-card--weekday .c-title{color:var(--ink)}.c-desc--time{color:#5a7268;max-width:none;white-space:nowrap;font-size:.72rem}.wkd-bars{display:flex;align-items:flex-end;gap:4px;height:68px}.wb{flex:1;border-radius:3px 3px 0 0}.wkd-lbls{display:flex;gap:4px}.wl{flex:1;text-align:center;font-size:.55rem;color:#00000073;font-weight:700}.wknd{color:#045746;font-weight:900}.wkd-kpis{display:flex;gap:.5rem;margin-top:auto}.wkd-kpi{flex:1;min-height:3.74rem}.wkd-kpi--accent{background:#edf7f3}.wkd-kd{font-size:.62rem;font-weight:700;color:#5a7268;margin-top:.1rem}.wkd-kd--accent{color:#045746;font-weight:800}.prod-left{flex:.95;display:flex;flex-direction:column;gap:.55rem}.prod-right{flex:1.25;display:flex;flex-direction:column;justify-content:flex-end;align-self:auto}.c-desc--products{color:#5a7268;max-width:30ch}.prod-trend-card{display:flex;flex-direction:column;justify-content:flex-end;width:100%;max-width:232px;min-height:250px;align-self:flex-end}.prod-trend-visual{position:relative;flex:1;min-height:250px;border-radius:20px;background:linear-gradient(180deg,#ffffffeb,#e8f2efd1),repeating-linear-gradient(90deg,transparent,transparent 52px,rgba(4,87,70,.06) 52px,rgba(4,87,70,.06) 53px);overflow:hidden;box-shadow:inset 0 1px #ffffffd9}.prod-line-svg{position:absolute;inset:-18px 0 0;width:100%;height:calc(100% + 18px);overflow:visible}.prod-line-path{fill:none;stroke:#0457463d;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.prod-line-path--secondary{stroke:#04574673;stroke-width:2.2}.prod-line-dot{fill:#045746;stroke:#ffffffd9;stroke-width:2;filter:drop-shadow(0 4px 8px rgba(4,87,70,.22))}.prod-line-dot--secondary{fill:#045746;stroke:#ffffffeb;stroke-width:1.8;filter:drop-shadow(0 4px 8px rgba(4,87,70,.16))}.prod-badge{position:absolute;display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:.35rem .75rem;border-radius:999px;background:#ffffffeb;color:#045746;font-size:.68rem;font-weight:800;box-shadow:0 10px 24px #0457461f;white-space:nowrap}.prod-badge--top{top:85px;left:48px;transform:rotate(-8deg)}.prod-badge--mid{top:165px;left:108px;transform:rotate(-6deg)}.prod-list{display:flex;flex-direction:column;gap:.45rem;background:#e8f2ef;border-radius:16px;padding:.95rem 1rem}.prod-row{display:grid;grid-template-columns:26px 1fr 50px;align-items:center;gap:.4rem}.prod-rank{font-size:.8rem;font-weight:900;color:#045746}.prod-info{display:flex;flex-direction:column;gap:.2rem}.prod-name{font-size:.7rem;font-weight:700;color:var(--ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.prod-plat{font-size:.58rem;color:var(--muted);font-weight:600;margin-left:.25rem}.prod-bar-bg{height:5px;background:#04574614;border-radius:99px;overflow:hidden}.prod-bar-fill{height:100%;border-radius:99px}.prod-val{font-size:.72rem;font-weight:900;text-align:right}@media(max-width:960px){.bento-grid{grid-template-columns:1fr 1fr;grid-template-rows:auto;gap:12px}.f-card:nth-child(1){grid-column:1 / 3;grid-row:auto;min-height:260px}.f-card:nth-child(2){grid-column:1 / 3;grid-row:auto;min-height:195px}.f-card:nth-child(3){grid-column:1;grid-row:auto;min-height:185px}.f-card:nth-child(4){grid-column:2;grid-row:auto;min-height:185px}.f-card:nth-child(5){grid-column:1 / 3;grid-row:auto;min-height:210px}.f-card:nth-child(6){grid-column:1 / 3;grid-row:auto;min-height:195px}.f-card:nth-child(7){grid-column:2;grid-row:auto;min-height:195px}.f-card:nth-child(8){grid-column:1 / 3;grid-row:auto;min-height:230px}.f-card--weekday,.f-card--products{width:auto}.f-card--promo,.f-card--upload{flex-direction:column}.upload-files{width:100%;height:140px}.promo-chips{flex-direction:row;flex-wrap:wrap}.f-card--products{flex-direction:column}}@media(max-width:560px){.features{padding:3rem 0}.bento-grid{grid-template-columns:1fr;gap:10px}.f-card:nth-child(n){grid-column:1;grid-row:auto;min-height:200px}.f-card--weekday,.f-card--products{width:auto}}@media(max-width:960px){.c-desc--category,.c-desc--time{white-space:normal}.pchip{min-width:160px}.upload-files{width:100%;max-width:100%;height:auto;min-height:160px;position:relative}.ufile{position:relative;top:auto!important;left:auto!important;transform:none!important;margin-bottom:.5rem}}@media(max-width:560px){.features__headline{font-size:clamp(1.6rem,5vw,2rem)}.bento-grid{gap:10px}.f-card{min-height:auto!important}.f-card:nth-child(n){min-height:auto}.c-title-lg{font-size:1.4rem}.cat-card-shell{padding:.75rem}.donut-wrap--category{width:88px;height:88px}.f-card--promo{flex-direction:column}.pchip{min-width:unset}.f-card--upload{flex-direction:column}.upload-files{transform:none;margin-top:0}.f-card--products{flex-direction:column}.prod-trend-card{min-height:180px;max-width:100%}.prod-trend-visual{min-height:180px}}@media(max-width:960px){.promo-chips{width:100%;justify-content:center;align-items:center}.pchip{flex:1;min-width:180px;max-width:280px}}@media(max-width:960px){.upload-files{display:flex;flex-direction:column;gap:.55rem;transform:none;margin-top:0;min-height:unset}.ufile{width:100%;white-space:normal;font-size:.8rem;padding:.6rem .85rem;gap:.5rem}.ufile>div{min-width:0;flex:1;overflow:hidden}.ufile>div>div:first-child{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.uf-icon{font-size:1.25rem}.uf-sub{font-size:.72rem}}@media(max-width:480px){.pchip{min-width:140px;padding:.75rem .9rem}.pchip-gmv{font-size:1.3rem}.pchip-name{font-size:.85rem}.ufile{font-size:.78rem}}@media(max-width:960px){.f-card--weekday,.f-card--products{justify-self:stretch;width:100%}.f-card:nth-child(7){min-height:195px}.f-card:nth-child(8){min-height:195px}.prod-trend-card{min-height:160px;max-width:100%}.prod-trend-visual{min-height:160px}.prod-right{justify-content:center}}@media(max-width:560px){.f-card--weekday,.f-card--products{justify-self:stretch;width:100%}.f-card:nth-child(7),.f-card:nth-child(8){min-height:auto}.prod-trend-card,.prod-trend-visual{min-height:140px}.wkd-bars{height:56px}.wkd-kpis{gap:.4rem}.kpi-box--light.wkd-kpi{min-height:3rem;padding:.5rem .6rem}}@media(max-width:960px){.f-card:nth-child(7){grid-column:1 / 3;min-height:auto;justify-self:stretch;width:100%}.f-card:nth-child(8){grid-column:1 / 3;min-height:auto;justify-self:stretch;width:100%}.f-card--weekday{justify-self:stretch;width:100%}.prod-trend-card{min-height:180px;max-width:100%;align-self:stretch}.prod-trend-visual{min-height:180px}}@media(max-width:560px){.f-card:nth-child(7),.f-card:nth-child(8){grid-column:1;min-height:auto;justify-self:stretch;width:100%}.f-card--weekday,.f-card--products{justify-self:stretch;width:100%}.prod-trend-card,.prod-trend-visual{min-height:140px}}@media(max-width:960px){.wkd-kpis{justify-content:center;flex-wrap:wrap}.wkd-kpi{flex:0 1 auto;min-width:140px;max-width:220px}.f-card--products{flex-direction:column;align-items:stretch;gap:1.25rem}.prod-left{width:100%;flex:none}.prod-right{width:100%;flex:none;align-self:stretch;justify-content:flex-start}.prod-trend-card{align-self:stretch;max-width:100%;min-height:160px}.prod-trend-visual{min-height:160px}.prod-list{width:100%}}@media(max-width:560px){.wkd-kpi{min-width:120px;max-width:180px}.prod-trend-card,.prod-trend-visual{min-height:130px}}@media(max-width:960px){.wkd-kpis{justify-content:center;flex-wrap:wrap;gap:.65rem}.wkd-kpi{flex:0 1 auto;min-width:200px;max-width:250px;border-radius:16px;padding:.9rem 1.1rem}.prod-row{grid-template-columns:26px 1fr 58px}.prod-val{white-space:nowrap}.prod-badge{min-height:35px;padding:.44rem .85rem;font-size:.66rem}.prod-badge--top{top:28px;left:36px}.prod-badge--mid{top:105px;left:68px}.clv-val,.clv-sep{display:none}.clv-pct{font-size:.72rem;font-weight:900}.clv-row{gap:.4rem}.clv-right{gap:0}.cat-body{gap:.6rem}.donut-wrap--category{margin-right:0;flex-shrink:0}.dc-num{font-size:1.05rem}.donut-center{align-items:center;justify-content:center}}@media(max-width:560px){.wkd-kpi{min-width:140px;max-width:200px;padding:.75rem .9rem}.prod-badge--top{top:22px;left:24px}.prod-badge--mid{top:82px;left:50px}.donut-wrap--category{width:90px;height:90px}.dc-num{font-size:.95rem}}@media(max-width:960px){.prod-row{grid-template-columns:26px 1fr 60px;align-items:center;gap:.5rem}.prod-rank{min-width:26px;text-align:center}.prod-val{text-align:right;white-space:nowrap}.prod-badge--mid{left:90px}.donut-wrap--category{display:none}.cat-body{flex-direction:column;gap:.5rem;transform:none;margin-top:.5rem}.cat-legend-v{width:100%;flex:none}.clv-row{justify-content:flex-start;gap:.5rem}.clv-right{display:none}.clv-name{flex:none;font-size:.75rem;font-weight:700;color:#0d1a17}}@media(max-width:560px){.prod-badge--mid{left:62px}.clv-row{gap:.4rem}.clv-name{font-size:.72rem}}@media(max-width:960px){.prod-bar-bg,.prod-bar-fill{display:none}.prod-row{grid-template-columns:26px 1fr 60px;align-items:center;gap:.5rem}.prod-info{gap:0}.prod-val{text-align:right;white-space:nowrap}.prod-badge--mid{left:104px}.donut-wrap--category{display:none}.cat-body{flex-direction:column;gap:.5rem;transform:none;margin-top:.5rem}.cat-legend-v{width:100%;flex:none;gap:.55rem}.clv-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.clv-name{flex:1;font-size:.75rem;font-weight:700;color:#0d1a17;min-width:0}.clv-right{display:flex;gap:0}.clv-val,.clv-sep{display:none}.clv-pct{font-size:.75rem;font-weight:800;color:#045746}}@media(max-width:560px){.prod-badge--mid{left:72px}.clv-name,.clv-pct{font-size:.72rem}}.pricing-section{padding:1.5rem;background:var(--offwhite);text-align:center}.pricing-grid{display:flex;justify-content:center;align-items:center;gap:24px;flex-wrap:wrap;margin-top:3rem}.pricing-section .section-sub{margin:0 auto;text-align:center;max-width:640px}.pricing-card{background:#fff;border:1px solid var(--border);border-radius:16px;padding:36px 32px;width:320px;text-align:left;transition:transform .2s,border-color .2s,box-shadow .2s;position:relative;box-shadow:var(--shadow-sm)}.pricing-card--cta{width:min(100%,920px);display:flex;align-items:center;justify-content:space-between;gap:2.5rem;padding:2.5rem 2rem;border-radius:24px}.pricing-card:hover{transform:translateY(-4px);border-color:#04574638}.pricing-card.featured{background:#fff;border-color:#04574638;box-shadow:var(--shadow-sm)}.pricing-card.featured:hover{box-shadow:0 12px 30px #0457461a;transform:translateY(-6px)}.pricing-card.featured:before{content:"ราคาโปรโมชัน";position:absolute;top:-12px;right:24px;background:#045746;color:#fff;font-size:11px;font-weight:700;padding:4px 14px;border-radius:999px;letter-spacing:.06em}.plan-name{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#5a7268;margin-bottom:12px}.plan-price-row{display:flex;align-items:baseline;gap:.6rem;margin-bottom:8px}.plan-price-original{font-size:1.4rem;font-weight:600;color:#9ca3af;text-decoration:line-through;text-decoration-color:#ef4444;text-decoration-thickness:2px}.plan-price{font-size:3rem;font-weight:800;letter-spacing:-.04em;color:var(--ink);line-height:1}.plan-desc{font-size:.88rem;color:var(--muted);margin-bottom:28px;line-height:1.6}.pricing-card .btn-primary,.pricing-card .btn-ghost{width:100%;justify-content:center;padding:14px 24px;font-size:.95rem}.pricing-copy{flex:1;max-width:460px}.pricing-btn{width:fit-content!important;gap:.5rem}.pricing-btn__icon{font-size:1rem;flex-shrink:0}.pricing-benefits{width:min(100%,280px)}.pricing-list{display:flex;flex-direction:column;gap:.8rem;margin:0;padding:1.1rem 1.2rem;list-style:none;background:#f5f6f5;border:1px solid rgba(4,87,70,.08);border-radius:18px}.pricing-list__item{display:flex;align-items:center;gap:.8rem;font-size:.92rem;font-weight:600;color:var(--ink)}.pricing-list__icon{font-size:1rem;color:#045746;flex-shrink:0}@media(max-width:768px){.pricing-section{padding:4rem 0}.pricing-card{width:100%;max-width:360px}.pricing-card--cta{flex-direction:column;align-items:flex-start;gap:1.5rem;padding:1.5rem}.pricing-copy,.pricing-benefits{max-width:none;width:100%}.pricing-btn{width:100%!important;justify-content:center}.pricing-squishy{order:-1}}@media(max-width:480px){.pricing-section{padding:2.5rem 0}.pricing-grid{margin-top:2rem}.plan-price{font-size:2.4rem}.pricing-list{padding:.9rem 1rem}.pricing-list__item{font-size:.88rem}}.faq-section{padding:1.5rem;background:var(--offwhite)}.faq__header{text-align:center;margin-bottom:3.5rem}.faq__header .section-sub{margin:0 auto}.faq__list{max-width:720px;margin:0 auto;display:flex;flex-direction:column;gap:.75rem}.faq__item{background:#fff;border:1px solid var(--border);border-radius:12px;overflow:hidden;transition:border-color .2s,box-shadow .2s}.faq__item--open{border-color:#04574640;box-shadow:var(--shadow-sm)}.faq__q{width:100%;display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.5rem;background:transparent;border:none;cursor:pointer;font-family:Noto Sans Thai,sans-serif;font-size:.97rem;font-weight:600;color:var(--ink);text-align:left}.faq__q:hover{color:var(--teal)}.faq__chevron{font-size:1.2rem;font-weight:400;color:var(--teal);flex-shrink:0;width:24px;text-align:center}.faq__a-wrap{overflow:hidden;transition:max-height .3s ease}.faq__a{padding:0 1.5rem 1.25rem;font-size:.92rem;color:var(--muted);line-height:1.8}@media(max-width:600px){.faq-section{padding:3rem 0}.faq__q{font-size:.9rem;padding:1rem 1.25rem}.faq__a{padding:0 1.25rem 1rem}}@media(max-width:480px){.faq-section{padding:2rem 0 3rem}.faq__header{margin-bottom:2rem}.faq__q{font-size:.87rem;padding:1rem}.faq__a{font-size:.88rem}}.final-cta{padding:5.5rem 0;background:var(--offwhite);color:var(--ink);text-align:center;position:relative;overflow:hidden}.final-cta__grid{position:absolute;inset:0;background-image:linear-gradient(rgba(4,87,70,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(4,87,70,.07) 1px,transparent 1px);background-size:48px 48px;pointer-events:none}.final-cta__inner{position:relative;z-index:1}.final-cta__headline{font-size:clamp(2rem,5vw,3.6rem);font-weight:900;letter-spacing:-.03em;line-height:1.2;color:var(--teal);margin-bottom:1.25rem}.final-cta__sub{font-size:1.1rem;color:#045746bf;max-width:500px;margin:0 auto 2.5rem;line-height:1.75}.final-cta__btns{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:1.5rem}.final-cta__outline{border-color:var(--teal);color:var(--teal)}.final-cta__outline:hover{background:#04574614}.final-cta__note{font-size:.85rem;color:#04574699;font-weight:500}@media(max-width:600px){.final-cta{padding:5rem 0}.final-cta__btns{flex-direction:column;align-items:center}}@media(max-width:480px){.final-cta{padding:3.5rem 0}.final-cta__headline{font-size:clamp(1.6rem,6vw,2.4rem)}.final-cta__sub{font-size:.97rem}.final-cta__btns{flex-direction:column;align-items:center}.final-cta__note{font-size:.78rem}}.footer{background:var(--teal-dark);color:#fff9}.footer__inner{display:grid;grid-template-columns:1fr auto auto;gap:3rem;padding-top:4rem;padding-bottom:4rem}.footer__logo{height:40px;width:auto;margin-bottom:1rem}.footer__tagline{font-size:.88rem;line-height:1.7;margin-top:1rem;margin-bottom:1rem;color:#ffffff80}.footer__col--right{justify-self:end;text-align:right}.footer__col--right ul{align-items:flex-end}.footer__platforms{display:flex;gap:.5rem;font-size:.8rem;color:#ffffff59}.footer__col-title{font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#ffffffd9;margin-bottom:1rem}.footer__col ul{list-style:none;display:flex;flex-direction:column;gap:.6rem}.footer__col a{font-size:.88rem;color:#ffffff80;transition:color .2s}.footer__col a:hover{color:var(--lime)}.footer__bottom{border-top:1px solid rgba(255,255,255,.08)}.footer__bottom-inner{display:flex;justify-content:space-between;align-items:center;padding-top:1.5rem;padding-bottom:1.5rem;font-size:.82rem}.footer__legal{display:flex;gap:1.5rem}.footer__legal a{color:#fff6;transition:color .2s}.footer__legal a:hover{color:#fffc}@media(max-width:900px){.footer__inner{grid-template-columns:1fr 1fr;gap:2rem}.footer__brand{grid-column:1 / -1}}@media(max-width:600px){.footer__inner{grid-template-columns:1fr}.footer__bottom-inner{flex-direction:column;gap:1rem;text-align:center}}@media(max-width:480px){.footer__inner{padding-top:2.5rem;padding-bottom:2.5rem;gap:1.5rem}.footer__tagline{font-size:.82rem}.footer__col--right{justify-self:start;text-align:left}.footer__col--right ul{align-items:flex-start}}
