.introduction-text{flex:1;font-family:IBM Plex Sans Thai,sans-serif}.introduction-text h1,.introduction-text h2{color:#000;text-align:center;margin-bottom:12px;padding-left:50px;padding-right:50px;font-size:2rem;font-weight:1000;text-decoration:none}.introduction-text p{color:#000;text-align:center;margin-bottom:12px;font-size:1.5rem;font-weight:400;text-decoration:none}.introduction-container{flex-direction:row;align-items:flex-start;gap:60px;max-width:1500px;margin:0 auto;padding:20px;display:flex}.explaination-section,.introduction-text{text-align:center;flex-direction:column;flex:1;align-items:center;display:flex}.explaination-section img{width:100%;max-width:400px;height:auto;margin-top:0;margin-bottom:5%;display:block}@media (max-width:884px){.introduction-container{flex-direction:column;align-items:center;gap:60px}.explaination-section{width:100%;max-width:400px}.introduction-text h1,.introduction-text h2{padding:0 20px;font-size:1.4rem}.introduction-text p{padding:0 20px;font-size:1.2rem}}
.compare-userflow-container{background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);justify-content:center;align-items:center;padding:40px 16px;display:flex}.compare-userflow-content{text-align:center;width:100%;max-width:1200px}.section-header{margin-bottom:24px}.section-header h2{color:#142850;margin-bottom:12px;font-family:IBM Plex Sans Thai,sans-serif;font-size:2rem;font-weight:700}.section-subtitle{color:#495057;max-width:800px;margin:0 auto;font-family:IBM Plex Sans Thai,sans-serif;font-size:1.1rem}.category-tabs{flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:24px;display:flex}.category-tab{color:#495057;cursor:pointer;white-space:nowrap;background:#fff;border:2px solid #dee2e6;border-radius:30px;padding:8px 16px;font-family:IBM Plex Sans Thai,sans-serif;font-size:.9rem;font-weight:500;transition:all .3s}.category-tab:hover{color:#ff8c21;background:#ff8c210d;border-color:#ff8c21}.category-tab.active{color:#fff;background:#ff8c21;border-color:#ff8c21;box-shadow:0 4px 12px #ff8c214d}.stepper-comparison-section{background:#fff;border-radius:16px;flex-direction:column;gap:16px;margin-bottom:20px;padding:24px;display:flex;box-shadow:0 4px 20px #00000014}.stepper-line{border-radius:12px;flex-direction:column;padding:12px;transition:all .3s;display:flex}.stepper-line-parceltive{background:linear-gradient(135deg,#ff8c210d 0%,#ff8c2105 100%);border:2px solid #ff8c2133}.stepper-line-traditional{background:linear-gradient(135deg,#6c757d0d 0%,#6c757d05 100%);border:2px solid #6c757d33}.stepper-line-header{align-items:center;margin-bottom:12px;display:flex}.parceltive-logo-container{align-items:center;gap:8px;display:flex}.parceltive-logo{object-fit:contain;width:32px;height:32px}.parceltive-label{color:#ff8c21;font-family:IBM Plex Sans Thai,sans-serif;font-size:1.1rem;font-weight:600}.traditional-label{color:#6c757d;font-family:IBM Plex Sans Thai,sans-serif;font-size:1.1rem;font-weight:600}.stepper-line-progress{background:#e9ecef;border-radius:4px;width:100%;height:6px;margin-bottom:16px;overflow:hidden}.stepper-line-progress-bar{background:linear-gradient(90deg,#ff8c21,#ff8c5a);border-radius:4px;height:100%;transition:width .4s cubic-bezier(.4,0,.2,1)}.stepper-line-traditional .stepper-line-progress-bar{background:linear-gradient(90deg,#6c757d,#8a9199)}.stepper-line-content{justify-content:center;align-items:center;min-height:60px;display:flex}.stepper-line-step{flex-direction:column;justify-content:center;align-items:center;width:100%;animation:.3s fadeIn;display:flex}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.step-number{color:#fff;background:linear-gradient(135deg,#ff8c21,#ff8c5a);border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:8px;font-family:IBM Plex Sans Thai,sans-serif;font-size:1.25rem;font-weight:700;display:flex;box-shadow:0 4px 12px #ff8c214d}.stepper-line-traditional .step-number{background:linear-gradient(135deg,#6c757d,#8a9199);box-shadow:0 4px 12px #6c757d4d}.step-label{color:#142850;margin-bottom:12px;font-family:IBM Plex Sans Thai,sans-serif;font-size:1.1rem;font-weight:600}.step-indicators{justify-content:center;gap:8px;display:flex}.step-dot{background:#e9ecef;border-radius:50%;width:10px;height:10px;transition:all .3s}.step-dot.active{background:#ff8c21;transform:scale(1.2)}.stepper-line-traditional .step-dot.active{background:#6c757d}.stepper-line-finish{flex-direction:column;justify-content:center;align-items:center;animation:.4s fadeIn;display:flex}.finish-icon{color:#fff;background:linear-gradient(135deg,#28a745,#34d058);border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:8px;font-size:1.5rem;font-weight:700;display:flex;box-shadow:0 4px 16px #28a7454d}.finish-label{color:#28a745;font-family:IBM Plex Sans Thai,sans-serif;font-size:1rem;font-weight:600}.combined-navigation{background:#fff;border-radius:12px;justify-content:space-between;align-items:center;max-width:600px;margin:0 auto 20px;padding:12px;display:flex;box-shadow:0 4px 16px #00000014}.nav-btn{cursor:pointer;border:none;border-radius:30px;align-items:center;gap:6px;padding:8px 20px;font-family:IBM Plex Sans Thai,sans-serif;font-size:.9rem;font-weight:600;transition:all .3s;display:flex}.nav-btn:not(:disabled){color:#fff;background:#ff8c21}.nav-btn:not(:disabled):hover{background:#ff8c21cc;transform:scale(1.05);box-shadow:0 4px 12px #ff8c214d}.nav-btn:disabled{color:#adb5bd;cursor:not-allowed;background:#e9ecef}.nav-counter{color:#495057;font-family:IBM Plex Sans Thai,sans-serif;font-size:.9rem;font-weight:500}.combined-finish-message{background:linear-gradient(135deg,#28a7450d 0%,#34d05805 100%);border:2px solid #28a74533;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;padding:24px;animation:.5s fadeIn;display:flex}.finish-icon-large{color:#fff;background:linear-gradient(135deg,#28a745,#34d058);border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:16px;font-size:2.5rem;font-weight:700;display:flex;box-shadow:0 8px 24px #28a74566}.finish-heading-large{color:#28a745;margin-bottom:12px;font-family:IBM Plex Sans Thai,sans-serif;font-size:1.5rem;font-weight:700}.finish-text-large{color:#495057;text-align:center;max-width:500px;font-family:IBM Plex Sans Thai,sans-serif;font-size:1.1rem;line-height:1.6}@media (max-width:968px){.section-header h2{font-size:1.75rem}.category-tabs{gap:6px}.category-tab{padding:6px 14px;font-size:.85rem}.stepper-comparison-section{padding:20px 16px}.parceltive-label,.traditional-label{font-size:1rem}.finish-heading-large{font-size:1.25rem}.finish-text-large{font-size:1rem}}@media (max-width:640px){.compare-userflow-container{padding:32px 12px}.section-header h2{font-size:1.5rem}.section-subtitle{font-size:.95rem}.category-tabs{flex-direction:column;align-items:stretch;gap:6px}.category-tab{text-align:center;width:100%;padding:6px 12px}.stepper-comparison-section{gap:12px;padding:16px 12px}.stepper-line{padding:10px}.parceltive-logo{width:28px;height:28px}.parceltive-label,.traditional-label{font-size:.95rem}.step-number{width:40px;height:40px;font-size:1rem}.step-label{font-size:1rem}.finish-icon{width:40px;height:40px;font-size:1.25rem}.combined-navigation{max-width:100%;padding:10px}.nav-btn{padding:6px 16px;font-size:.85rem}.nav-counter{font-size:.85rem}.combined-finish-message{padding:20px 16px}.finish-icon-large{width:60px;height:60px;font-size:2rem}.finish-heading-large{font-size:1.25rem}.finish-text-large{font-size:.95rem}}.stepper-line,.nav-btn,.step-dot,.stepper-line-progress-bar,.stepper-line-step,.stepper-line-finish,.category-tab,.combined-finish-message{transition:all .3s cubic-bezier(.4,0,.2,1)}
.trustpilot-container{background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);justify-content:center;align-items:center;padding:80px 20px;display:flex}.trustpilot-content{text-align:center;width:100%;max-width:1200px}.trustpilot-logo{justify-content:center;margin-bottom:24px;display:flex}.trustpilot-content h2{color:#142850;margin-bottom:16px;font-family:IBM Plex Sans Thai,sans-serif;font-size:2.5rem;font-weight:700}.trustpilot-subtitle{color:#495057;max-width:800px;margin-bottom:40px;margin-left:auto;margin-right:auto;font-family:IBM Plex Sans Thai,sans-serif;font-size:1.25rem}.trustpilot-widget-container{justify-content:center;align-items:center;min-height:80px;margin-bottom:60px;display:flex}.trustpilot-widget{width:100%;max-width:600px}.freelancer-slider{margin-top:40px;padding:40px 0}.freelancer-slider-title{color:#142850;text-align:center;margin-bottom:50px;font-family:IBM Plex Sans Thai,sans-serif;font-size:2rem;font-weight:700}.freelancer-slider-container{justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:visible}.slider-arrow{color:#fff;cursor:pointer;z-index:10;background:#ff8c21;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;font-size:24px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.slider-arrow:hover{background:#ff8c21cc;transform:translateY(-50%)scale(1.1)}.slider-arrow-left{left:0}.slider-arrow-right{right:0}.freelancer-cards-wrapper{justify-content:center;align-items:center;width:100%;max-width:900px;height:500px;margin:-50px auto;padding:0 70px;display:flex;position:relative;overflow:hidden}.freelancer-cards-track{justify-content:flex-start;align-items:center;gap:30px;transition:transform .5s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:50%;left:50%;transform:translateY(-50%)}.freelancer-card{text-align:center;cursor:pointer;opacity:.4;background:#fff;border-radius:16px;flex:0 0 280px;margin:0;padding:30px;transition:all .4s;overflow:hidden;transform:scale(.85);box-shadow:0 4px 20px #00000014}.freelancer-card.center{opacity:1;z-index:5;border:2px solid #ff8c21;transform:scale(1);box-shadow:0 8px 30px #ff8c214d}.freelancer-card:hover{z-index:10;transform:scale(1.05);box-shadow:0 12px 40px #ff8c2166}.freelancer-card.center:hover{z-index:10;transform:scale(1.08)}.freelancer-image{background:#f8f9fa;border:3px solid #ff8c21;border-radius:50%;width:120px;height:120px;margin:0 auto 20px;overflow:hidden}.freelancer-image img{object-fit:cover;width:100%;height:100%}.freelancer-name{color:#142850;cursor:pointer;margin-bottom:12px;font-family:IBM Plex Sans Thai,sans-serif;font-size:1.25rem;font-weight:700;text-decoration:none;transition:color .3s}.freelancer-card:hover .freelancer-name{color:#ff8c21}.freelancer-description{color:#6c757d;margin:0 0 20px;font-family:IBM Plex Sans Thai,sans-serif;font-size:.9rem;line-height:1.5}.freelancer-social-links{justify-content:center;align-items:center;gap:12px;margin-top:15px;display:flex}.social-link{color:#495057;background:#f8f9fa;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .3s;display:flex}.social-link:hover{color:#fff;background:#ff8c21;transform:translateY(-2px)}.twitter-link:hover{background:#000}.vgen-link:hover{background:#6366f1}@media (max-width:768px){.trustpilot-container{padding:60px 20px}.trustpilot-content h2{font-size:2rem}.trustpilot-subtitle{font-size:1.1rem}.trustpilot-widget-container{min-height:60px;margin-bottom:40px}.freelancer-slider{margin-top:30px;padding:30px 0}.freelancer-slider-title{margin-bottom:30px;font-size:1.5rem}.slider-arrow{width:40px;height:40px;font-size:20px}.freelancer-cards-wrapper{max-width:100%;padding:0 50px}.freelancer-card{flex:0 0 220px;margin:0;padding:20px}.freelancer-cards-track{gap:20px}.freelancer-image{width:100px;height:100px}.freelancer-name{font-size:1.1rem}.freelancer-description{font-size:.8rem}.freelancer-social-links{gap:8px}.social-link{width:32px;height:32px}}@media (max-width:480px){.freelancer-cards-wrapper{padding:0 40px}.freelancer-card{flex:0 0 180px;padding:15px}.freelancer-image{width:80px;height:80px}.freelancer-name{font-size:1rem}.freelancer-description{font-size:.75rem}}.trustpilot-content .landing-button-container.cta-container{justify-content:center;align-items:center;margin-top:50px;display:flex}.trustpilot-content .landing-button-container.cta-container a{text-decoration:none}.trustpilot-content .landing-button-container.cta-container button.primary{color:#fff;cursor:pointer;background:#ff8c21;border:none;border-radius:8px;padding:16px 32px;font-family:IBM Plex Sans Thai,sans-serif;font-size:1.1rem;font-weight:600;transition:all .3s}.trustpilot-content .landing-button-container.cta-container button.primary:hover{background:#ff8c21cc;transform:translateY(-2px);box-shadow:0 4px 12px #ff8c2166}
*{margin:0;padding:0;text-decoration:none;list-style:none}.feature-container{flex-direction:row;justify-content:space-between;align-items:center;gap:10px;width:100vw;max-width:100%;height:500px;padding-left:8%;padding-right:8%;display:flex}.feature-container-reverse{flex-direction:row-reverse;justify-content:space-between;align-items:center;gap:10px;width:100vw;max-width:100%;height:500px;padding-left:8%;padding-right:8%;display:flex}.feature-container img,.feature-container-reverse img{object-fit:contain;border-radius:10px;flex:1;width:100%;max-width:50%;height:auto}.feature-text{border-radius:10px;flex:1;padding-left:20px;padding-right:20px;font-family:IBM Plex Sans Thai,sans-serif}.feature-text h1,.feature-text h2{color:#000;margin-bottom:12px;font-size:3rem;font-weight:1000;text-decoration:none}.feature-text p{margin-bottom:20px;font-size:1.4rem}.cta-container{gap:10px;font-size:30px;display:flex}.cta-container button{font-size:20px}.cta-container button:hover{font-size:25px}@media (max-width:884px){.feature-container,.feature-container-reverse{flex-direction:column;height:auto;padding-top:40px;padding-bottom:40px}.feature-text{text-align:center;order:2;width:100%;max-width:100%}.feature-container img,.feature-container-reverse img{order:1;width:100%;max-width:100%;height:100%;max-height:100%;margin:0 auto}.feature-text h1,.feature-text h2{font-size:2.2rem}.feature-text p{font-size:1.1rem}.cta-container{justify-content:space-between;align-items:center;display:flex}.cta-container button{font-size:20px}}@media (max-width:678px){.feature-container,.feature-container-reverse{padding-left:20px;padding-right:20px}.feature-text h1,.feature-text h2{font-size:1.8rem;line-height:1.2}.feature-text p{font-size:1rem}.cta-container{justify-content:space-between;align-items:center;display:flex}.cta-container button,.cta-container button:hover{font-size:15px}}
main{width:100%;overflow-x:hidden}.video-demo-section{flex-direction:column;align-items:center;gap:40px;width:100%;max-width:100%;padding:80px 8%;display:flex;overflow-x:hidden}.video-demo-header{text-align:center;max-width:800px}.video-demo-header h2{color:#142850;margin-bottom:16px;font-family:IBM Plex Sans Thai,sans-serif;font-size:2.8rem;font-weight:700}.video-demo-header p{color:#555;font-family:IBM Plex Sans Thai,sans-serif;font-size:1.2rem;line-height:1.6}.video-demo-toggle{background-color:#f0f0f0;border-radius:50px;gap:8px;padding:6px;display:flex;box-shadow:0 2px 8px #0000001a}.toggle-button{color:#666;cursor:pointer;white-space:nowrap;background-color:#0000;border:none;border-radius:50px;padding:12px 32px;font-family:IBM Plex Sans Thai,sans-serif;font-size:1rem;font-weight:600;transition:all .3s}.toggle-button:hover{color:#142850}.toggle-button.active{color:#fff;background-color:#ff8c21;box-shadow:0 2px 8px #ff8c214d}.toggle-button:focus{outline-offset:2px;outline:2px solid #142850}.video-demo-content{flex-direction:column;align-items:center;gap:30px;width:100%;max-width:1000px;display:flex}.video-wrapper{background-color:#000;border-radius:16px;width:100%;position:relative;overflow:hidden;box-shadow:0 8px 32px #00000026}.video-iframe{aspect-ratio:16/9;border:none;width:100%;display:block}.video-description{text-align:center;max-width:800px;padding:0 20px}.video-description h3{color:#142850;margin-bottom:12px;font-family:IBM Plex Sans Thai,sans-serif;font-size:1.8rem;font-weight:600}.video-description p{color:#555;font-family:IBM Plex Sans Thai,sans-serif;font-size:1.1rem;line-height:1.7}@media (max-width:768px){.video-demo-section{padding:60px 6%}.video-demo-header h2{font-size:2.2rem}.video-demo-header p{font-size:1.1rem}.toggle-button{padding:10px 24px;font-size:.95rem}.video-description h3{font-size:1.5rem}.video-description p{font-size:1rem}}@media (max-width:480px){.video-demo-section{gap:30px;padding:40px 4%}.video-demo-header h2{font-size:1.8rem}.video-demo-header p{font-size:1rem}.video-demo-toggle{justify-content:center;width:100%}.toggle-button{flex:1;padding:10px 20px;font-size:.9rem}.video-description h3{font-size:1.3rem}.video-description p{font-size:.95rem}}
*{margin:0;padding:0;text-decoration:none;list-style:none}.workshowcase-container{background:#142850;flex-direction:row;justify-content:space-between;align-items:center;gap:10px;width:100vw;max-width:100%;height:500px;padding-left:8%;padding-right:8%;display:flex}.workshowcase-container img{object-fit:contain;flex:1;width:100%;max-width:50%;height:auto}.workshowcase-text{flex:1;padding-left:20px;padding-right:20px;font-family:IBM Plex Sans Thai,sans-serif}.workshowcase-text h1,.workshowcase-text h2{color:#fff;text-shadow:#000;margin-bottom:12px;font-size:3.3rem;font-weight:1000;text-decoration:none}.workshowcase-text p{color:#fff;margin-bottom:20px;font-size:1.4rem}.cta-container{gap:10px;font-size:30px;display:flex}.cta-container button{font-size:20px}.cta-container button:hover{font-size:25px}@media (max-width:884px){.workshowcase-container{flex-direction:column;height:auto;padding-top:40px;padding-bottom:40px}.workshowcase-text{text-align:center;order:2;width:100%;max-width:100%}.workshowcase-container img{order:1;width:100%;max-width:100%;height:100%;max-height:100%;margin:0 auto}.workshowcase-text h1,.workshowcase-text h2{font-size:2.2rem}.workshowcase-text p{font-size:1.1rem}.cta-container{justify-content:space-between;align-items:center;display:flex}.cta-container button{font-size:20px}}@media (max-width:678px){.workshowcase-container{padding-left:20px;padding-right:20px}.workshowcase-text h1,.workshowcase-text h2{font-size:1.8rem;line-height:1.2}.workshowcase-text p{font-size:1rem}.cta-container{justify-content:space-between;align-items:center;display:flex}.cta-container button,.cta-container button:hover{font-size:15px}}
*{box-sizing:border-box;margin:0;padding:0;text-decoration:none;list-style:none}.pricing-container{flex-direction:row;justify-content:space-between;align-items:center;gap:10px;width:100vw;max-width:100%;min-height:300px;padding:40px 8%;display:flex}.pricing-calculator-container{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:10px;width:100vw;max-width:100%;min-height:700px;margin-bottom:0;padding-left:8%;padding-right:8%;display:flex}.pricing-container img{object-fit:cover;width:100%;height:100%;display:block}.pricing-text{flex:1;padding-left:20px;padding-right:20px;font-family:IBM Plex Sans Thai,sans-serif}.pricing-text h1,.pricing-text h2{color:#000;text-align:center;margin-bottom:12px;font-size:2.75rem;font-weight:1000}.pricing-text p{text-align:center;color:#333;margin-top:10px;margin-bottom:20px;font-size:1.5rem;line-height:1.6}.pricing-text .footnote{color:#000;background-color:#f9f9f9;border:2px solid #ff9100;border-radius:8px;margin-top:30px;padding:15px;font-size:1.2rem;line-height:1.5}.explaination-group-container{flex-direction:row;justify-content:center;gap:30px;max-width:1400px;margin:0 auto;padding:40px 0%;display:flex}.explaination-card{background:#fff;border:1px solid #eaeaea;border-radius:20px;flex-direction:column;flex:1;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 10px 30px #0000000d}.explaination-card:hover{border-color:#000;transform:translateY(-8px);box-shadow:0 15px 40px #0000001f}.card-image-wrapper{width:100%;height:200px;position:relative;overflow:hidden}.card-image-wrapper img{object-fit:cover;width:100%;height:100%;transition:transform .5s;display:block}.explaination-card:hover .card-image-wrapper img{transform:scale(1.05)}.price-tag{color:#fff;text-transform:uppercase;letter-spacing:1px;background:#ff9100;border-radius:50px;padding:6px 15px;font-size:.85rem;font-weight:700;position:absolute;bottom:15px;left:15px}.card-content{text-align:left;padding:25px}.card-content h2{color:#000;margin-bottom:12px;font-family:IBM Plex Sans Thai,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.3}.card-content p{color:#444;font-family:IBM Plex Sans Thai,sans-serif;font-size:1.2rem;font-weight:500;line-height:1.6}.benefits-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin-top:30px;display:grid}.benefit-item{background-color:#fff;border:1px solid #e0e0e0;border-radius:12px;align-items:flex-start;gap:16px;padding:20px;transition:all .3s;display:flex}.benefit-item:hover{border-color:#ff9100;transform:translateY(-4px);box-shadow:0 8px 24px #00000014}.benefit-icon{color:#ff9100;flex-shrink:0;font-size:32px}.benefit-item h3{color:#000;margin-bottom:8px;font-family:IBM Plex Sans Thai,sans-serif;font-size:1.2rem;font-weight:700}.benefit-item p{color:#555;margin:0;font-family:IBM Plex Sans Thai,sans-serif;font-size:1rem;font-weight:400;line-height:1.5}.cta-pricing-container{gap:10px;font-size:30px;display:flex}.cta-pricing-container button{font-size:20px}.cta-pricing-container button:hover{font-size:25px}@media (max-width:884px){.pricing-container,.pricing-calculator-container,.explaination-group-container{flex-direction:column;align-items:center}.pricing-text{text-align:center;width:100%;max-width:100%}.explaination-card{width:100%;max-width:700px}.pricing-text h1,.pricing-text h2{font-size:2.2rem}.pricing-text p{font-size:1.1rem}.benefits-grid{grid-template-columns:1fr;gap:16px}.benefit-item{padding:16px}}@media (max-width:678px){.pricing-text h1,.pricing-text h2{font-size:1.8rem}.pricing-text p{font-size:1rem}.card-content{padding:20px}.card-content h2{font-size:1.3rem}.benefit-item{gap:12px;padding:14px}.benefit-icon{font-size:28px}.benefit-item h3{font-size:1.1rem}.benefit-item p{font-size:.95rem}}@media (max-width:884px){.pricing-text .footnote{margin-top:20px;padding:12px;font-size:1rem;line-height:1.4}}@media (max-width:678px){.pricing-text .footnote{margin-top:15px;padding:10px;font-size:.9rem;line-height:1.3}.explaination-card{max-width:100%}}
*{box-sizing:border-box;margin:0;padding:0}.video-pricing-container{background-color:#fff;width:100vw;max-width:100%;padding-bottom:60px;padding-left:8%;padding-right:8%;font-family:IBM Plex Sans Thai,sans-serif}.loading-state,.error-state{color:#666;justify-content:center;align-items:center;padding:60px 20px;font-size:1.1rem;display:flex}.error-state{color:#d32f2f}.video-pricing-desktop{gap:24px;min-height:500px;display:flex}.genre-sidebar{background-color:#142850;border-radius:4px;flex-direction:column;flex:0 0 200px;gap:10px;padding:16px;display:flex}.sidebar-title{color:#fff;margin-bottom:4px;font-size:1.1rem;font-weight:600}.genre-buttons{flex-direction:column;gap:6px;display:flex}.genre-button{color:#fff;cursor:pointer;text-align:left;background-color:#0000;border:1px solid #ffffff4d;border-radius:2px;padding:10px 12px;font-family:IBM Plex Sans Thai,sans-serif;font-size:.95rem;font-weight:400;transition:background-color .2s}.genre-button:hover{background-color:#ffffff1a}.genre-button.active{color:#fff;background-color:#f38605;border-color:#f38605;font-weight:600}.pricing-content{flex-direction:column;flex:1;gap:16px;padding:16px 0;display:flex}.genre-title{color:#000;margin-bottom:4px;font-size:2rem;font-weight:700}.service-level-nav{flex-wrap:wrap;gap:6px;display:flex}.service-level-button{color:#333;cursor:pointer;background-color:#f5f5f5;border:1px solid #e0e0e0;border-radius:2px;padding:8px 16px;font-family:IBM Plex Sans Thai,sans-serif;font-size:.95rem;font-weight:400;transition:background-color .2s}.service-level-button:hover{background-color:#e8e8e8}.service-level-button.active{color:#fff;background-color:#f38605;border-color:#f38605;font-weight:600}.tier-description{background-color:#f9f9f9;border-left:3px solid #f38605;border-radius:2px;padding:14px}.tier-description ul{list-style:none}.tier-description li{color:#333;padding:6px 0 6px 20px;font-size:.95rem;line-height:1.4;position:relative}.tier-description li:before{content:"✓";color:#f38605;font-weight:600;position:absolute;left:0}.pricing-table-container{background-color:#fff;border:1px solid #e0e0e0;border-radius:2px;overflow:hidden}.table-header-row{background-color:#f5f5f5;border-bottom:1px solid #e0e0e0;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.table-title{color:#000;font-size:1.1rem;font-weight:600}.pricing-view-toggle{background-color:#e0e0e0;border-radius:4px;display:flex;overflow:hidden}.toggle-button{color:#666;cursor:pointer;background-color:#0000;border:none;padding:6px 16px;font-family:IBM Plex Sans Thai,sans-serif;font-size:.85rem;font-weight:500;transition:all .2s}.toggle-button:hover{background-color:#f386051a}.toggle-button.active{color:#fff;background-color:#f38605;font-weight:600}.pricing-table{border-collapse:collapse;width:100%}.pricing-table thead{color:#fff;background-color:#142850}.pricing-table th{text-align:left;padding:10px 12px;font-size:.9rem;font-weight:600}.pricing-table td{color:#333;border-bottom:1px solid #e0e0e0;padding:10px 12px;font-size:.9rem}.pricing-table tbody tr:hover{background-color:#f9f9f9}.pricing-table tbody tr:last-child td{border-bottom:none}.breakdown-text{color:#f38605;margin-left:4px;font-size:.75rem;font-weight:400}.total-row{background-color:#e3f2fd;font-weight:700}.total-label{text-align:right;font-weight:700}.total-cost{color:#f38605;font-weight:700}.calculator-container{background-color:#fff;border:1px solid #e0e0e0;border-radius:2px;padding:16px}.calculator-title{color:#000;margin-bottom:14px;font-size:1.1rem;font-weight:600}.calculator-inputs{gap:16px;margin-bottom:14px;display:flex}.input-group{flex-direction:column;flex:1;gap:6px;display:flex}.input-group label{color:#333;font-size:.85rem;font-weight:600}.input-group input{border:1px solid #e0e0e0;border-radius:2px;padding:10px 12px;font-family:IBM Plex Sans Thai,sans-serif;font-size:.95rem;transition:border-color .2s}.input-group input:focus{border-color:#f38605;outline:none}.calculator-result{color:#fff;text-align:center;background-color:#142850;border-radius:2px;padding:14px}.calculator-result p{opacity:.9;margin-bottom:6px}.credits-display{color:#ffa231;margin-bottom:2px;font-size:2rem;font-weight:700}.usd-display{opacity:.9;font-size:1.2rem;font-weight:500}.footnote{color:#000;background-color:#f9f9f9;border:2px solid #ff9100;border-radius:8px;margin-top:30px;padding:15px;font-size:1.2rem;line-height:1.5}.video-pricing-mobile{flex-direction:column;gap:16px;padding:16px 0 40px;display:none}.mobile-genre-selector{flex-direction:column;gap:6px;display:flex}.mobile-genre-selector label{color:#333;font-size:.9rem;font-weight:600}.mobile-genre-selector select{cursor:pointer;background-color:#fff;border:1px solid #e0e0e0;border-radius:2px;padding:10px 12px;font-family:IBM Plex Sans Thai,sans-serif;font-size:.95rem;transition:border-color .2s}.mobile-genre-selector select:focus{border-color:#f38605;outline:none}.mobile-genre-title{color:#000;text-align:center;font-size:1.6rem;font-weight:700}.mobile-service-level-nav{scrollbar-width:thin;scrollbar-color:#f38605 #f0f0f0;gap:6px;padding:4px 2px;display:flex;overflow-x:auto}.mobile-service-level-nav::-webkit-scrollbar{height:4px}.mobile-service-level-nav::-webkit-scrollbar-track{background:#f0f0f0;border-radius:2px}.mobile-service-level-nav::-webkit-scrollbar-thumb{background:#f38605;border-radius:2px}.mobile-service-level-button{color:#333;cursor:pointer;white-space:nowrap;background-color:#f5f5f5;border:1px solid #e0e0e0;border-radius:2px;flex-shrink:0;padding:8px 14px;font-family:IBM Plex Sans Thai,sans-serif;font-size:.85rem;font-weight:400;transition:background-color .2s}.mobile-service-level-button:hover{background-color:#e8e8e8}.mobile-service-level-button.active{color:#fff;background-color:#f38605;border-color:#f38605;font-weight:600}.mobile-tier-description{background-color:#f9f9f9;border-left:3px solid #f38605;border-radius:2px;padding:12px}.mobile-tier-description ul{list-style:none}.mobile-tier-description li{color:#333;padding:6px 0 6px 18px;font-size:.9rem;line-height:1.4;position:relative}.mobile-tier-description li:before{content:"✓";color:#f38605;font-weight:600;position:absolute;left:0}.mobile-pricing-table-container{background-color:#fff;border:1px solid #e0e0e0;border-radius:2px;overflow:hidden}.mobile-table-header-row{background-color:#f5f5f5;border-bottom:1px solid #e0e0e0;justify-content:space-between;align-items:center;padding:10px 12px;display:flex}.mobile-table-title{color:#000;font-size:1rem;font-weight:600}.mobile-pricing-view-toggle{background-color:#e0e0e0;border-radius:4px;display:flex;overflow:hidden}.mobile-toggle-button{color:#666;cursor:pointer;background-color:#0000;border:none;padding:5px 12px;font-family:IBM Plex Sans Thai,sans-serif;font-size:.8rem;font-weight:500;transition:all .2s}.mobile-toggle-button:hover{background-color:#f386051a}.mobile-toggle-button.active{color:#fff;background-color:#f38605;font-weight:600}.mobile-pricing-table{flex-direction:column;display:flex}.mobile-table-header{color:#fff;background-color:#142850;justify-content:space-between;align-items:center;gap:8px;padding:10px 12px;font-size:.85rem;font-weight:600;display:flex}.mobile-header-range,.mobile-header-per-minute,.mobile-header-length,.mobile-header-cost{flex-shrink:0}.mobile-breakdown-text{color:#f38605;margin-left:2px;font-size:.7rem;font-weight:400}.mobile-table-row{background-color:#fff;border-bottom:1px solid #e0e0e0;justify-content:space-between;align-items:center;gap:8px;padding:10px 12px;display:flex}.mobile-table-row:last-child{border-bottom:none}.mobile-table-range{color:#333;flex-shrink:0;font-size:.9rem;font-weight:600}.mobile-table-length,.mobile-table-per-minute{color:#666;flex-shrink:0;font-size:.8rem}.mobile-table-cost{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:2px;font-size:.85rem;display:flex}.mobile-total-row{background-color:#e3f2fd;border-top:2px solid #f38605;padding:10px 12px;font-weight:700}.mobile-total-label{text-align:right;flex:3;font-weight:700}.mobile-total-cost{color:#f38605;flex-shrink:0;font-weight:700}.mobile-table-cost span:first-child{color:#f38605;font-weight:600}.mobile-table-cost span:last-child{color:#666}.mobile-calculator-container{background-color:#fff;border:1px solid #e0e0e0;border-radius:2px;padding:14px}.mobile-calculator-title{color:#000;margin-bottom:12px;font-size:1rem;font-weight:600}.mobile-calculator-inputs{flex-direction:column;gap:12px;margin-bottom:12px;display:flex}.mobile-input-group{flex-direction:column;gap:6px;display:flex}.mobile-input-group label{color:#333;font-size:.85rem;font-weight:600}.mobile-input-group input{border:1px solid #e0e0e0;border-radius:2px;padding:10px 12px;font-family:IBM Plex Sans Thai,sans-serif;font-size:.95rem;transition:border-color .2s}.mobile-input-group input:focus{border-color:#f38605;outline:none}.mobile-calculator-result{color:#fff;text-align:center;background-color:#142850;border-radius:2px;padding:12px}.mobile-calculator-result p{opacity:.9;margin-bottom:4px;font-size:.8rem}.mobile-credits-display{color:#f38605;margin-bottom:2px;font-size:1.4rem;font-weight:700}.mobile-usd-display{opacity:.9;font-size:1rem;font-weight:500}@media (max-width:884px){.video-pricing-container{padding-bottom:40px;padding-left:20px;padding-right:20px}.video-pricing-desktop{display:none}.video-pricing-mobile{display:flex}.genre-title{font-size:1.6rem}.mobile-genre-title{font-size:1.4rem}.footnote{margin-top:20px;padding:12px;font-size:1rem;line-height:1.4}}@media (max-width:768px){.video-pricing-container{padding-bottom:30px;padding-left:16px;padding-right:16px}.genre-title{font-size:1.4rem}.mobile-genre-title{font-size:1.2rem}.mobile-calculator-inputs{gap:10px}}@media (max-width:678px){.video-pricing-container{padding-bottom:20px;padding-left:12px;padding-right:12px}.mobile-genre-selector select{padding:8px 10px;font-size:.9rem}.mobile-genre-title{font-size:1.1rem}.mobile-service-level-button{padding:6px 12px;font-size:.8rem}.mobile-tier-description li{font-size:.85rem}.mobile-table-row{padding:8px 10px}.mobile-table-range{font-size:.85rem}.mobile-table-cost{font-size:.8rem}.mobile-calculator-container{padding:12px}.mobile-calculator-title{font-size:.95rem}.mobile-calculator-result{padding:10px}.mobile-credits-display{font-size:1.2rem}.mobile-usd-display{font-size:.95rem}.footnote{margin-top:15px;padding:10px;font-size:.9rem;line-height:1.3}}
*{box-sizing:border-box;margin:0;padding:0}.target-audience-group-container{flex-direction:row;justify-content:center;gap:30px;max-width:1400px;margin:0 auto;padding:20px 8%;display:flex}.audience-container{background:#fff;border:1px solid #eaeaea;border-radius:20px;flex-direction:column;flex:1;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 10px 30px #0000001a}.audience-container:hover{border-color:#000;transform:translateY(-8px);box-shadow:0 15px 40px #0000001f}.card-image-wrapper{width:100%;height:300px;position:relative;overflow:hidden}.card-image-wrapper img{object-fit:cover;width:100%;height:100%;transition:transform .5s;display:block}.audience-container:hover .card-image-wrapper img{transform:scale(1.05)}.price-tag{color:#fff;text-transform:uppercase;letter-spacing:1px;background:#ff9100;border-radius:50px;padding:6px 15px;font-size:.85rem;font-weight:700;position:absolute;bottom:15px;left:15px}.card-content{text-align:left;padding:25px;font-family:IBM Plex Sans Thai,sans-serif}.card-content h2{color:#000;margin-bottom:12px;font-size:1.5rem;font-weight:700;line-height:1.3}.card-content p{color:#444;font-size:1.2rem;font-weight:500;line-height:1.6}.title-container{text-align:center;margin-top:40px;padding:60px 8% 20px}.title-text h1,.title-text h2{margin-bottom:10px;font-size:2.8rem;font-weight:700}.title-text p{margin-bottom:10px;font-size:1.3rem;font-weight:400}.audience-container.special-card{background-color:#fff;flex:none;justify-content:center;align-items:center;width:100%;min-height:300px;display:flex}.content-text.centered-content{text-align:center;background:0 0;flex-direction:column;align-items:center;gap:15px;padding:40px;display:flex;position:relative}.content-text.centered-content h1,.content-text.centered-content h2{color:#000;max-width:1000px;margin-bottom:12px;font-size:2.5rem;font-weight:700;line-height:1.3}.content-text.centered-content p{color:#444;max-width:700px;margin:0 auto;font-size:1.2rem;font-weight:500;line-height:1.6}@media (max-width:884px){.target-audience-group-container{flex-direction:column;align-items:center;gap:20px;padding:20px 5%}.audience-container{width:100%;max-width:500px}.title-container{margin-top:30px;padding:40px 5% 20px}.title-text h1,.title-text h2{font-size:2.2rem}}@media (max-width:678px){.title-text h1,.title-text h2{font-size:1.8rem}.card-content{padding:20px}.card-content h2{font-size:1.3rem}.card-content p{font-size:1rem}.content-text.centered-content h1,.content-text.centered-content h2{font-size:1.8rem}.content-text.centered-content p{font-size:1rem}.audience-container.special-card{min-height:auto;padding:20px 0}}
*{box-sizing:border-box;margin:0;padding:0;text-decoration:none;list-style:none}main{width:100%;overflow-x:hidden}.container{flex-direction:row;justify-content:space-between;align-items:center;gap:10px;width:100%;max-width:100%;height:800px;padding-left:8%;padding-right:8%;display:flex;overflow-x:hidden}.container img{object-fit:contain;flex:1;width:100%;max-width:50%;height:auto}.hero-text{flex:1;padding-left:20px;padding-right:20px;font-family:IBM Plex Sans Thai,sans-serif}.hero-text h1,.hero-text h2{color:#000;margin-bottom:12px;font-size:3.3rem;font-weight:1000;text-decoration:none}.hero-text p{margin-bottom:20px;font-size:1.4rem}.cta-container,.cta-container-center{gap:10px;margin-top:20px;display:flex}.cta-container-center{justify-content:center;align-items:center}.landing-button-container button{cursor:pointer;color:#fff;border:none;border-radius:50px;padding:9px 25px;font-family:inherit;font-size:20px;transition:all .3s;display:inline-block}.landing-button-container .primary{background-color:#ff8c21}.landing-button-container .primary:hover{background-color:#ff8c21cc;font-size:25px;font-weight:900;transform:translateY(-2px)}.landing-button-container .secondary{background-color:#142850}.landing-button-container .secondary:hover{background-color:#142850cc;font-size:25px;font-weight:900;transform:translateY(-2px)}@media (max-width:884px){.cta-container{justify-content:center}}@media (max-width:678px){.cta-container{flex-direction:column;align-items:stretch}.landing-button-container button{padding:12px 20px;font-size:15px}.landing-button-container .primary:hover,.landing-button-container .secondary:hover{font-size:15px}}@media (max-width:884px){.container{flex-direction:column;height:auto;padding-top:125px;padding-bottom:40px}.hero-text{text-align:center;order:2;width:100%;max-width:100%}.container img{order:1;width:100%;max-width:100%;height:100%;max-height:100%;margin:0 auto}.hero-text h1,.hero-text h2{font-size:2.2rem}.hero-text p{font-size:1.1rem}.cta-container{justify-content:space-between;align-items:center;display:flex}.cta-container button{font-size:20px}}@media (max-width:678px){.container{padding-left:20px;padding-right:20px}.hero-text h1,.hero-text h2{font-size:1.8rem;line-height:1.2}.hero-text p{font-size:1rem}.cta-container{justify-content:space-between;align-items:center;display:flex}.cta-container button,.cta-container button:hover{font-size:15px}}
*{margin:0;padding:0;text-decoration:none;list-style:none}.finalcta-container{flex-direction:row;justify-content:space-between;align-items:center;gap:10px;width:100vw;max-width:100%;height:350px;padding-left:8%;padding-right:8%;display:flex}
.faqContainer{gap:5px;max-width:1200px;height:600px;margin:0 auto;padding:0;font-family:Inter,sans-serif;display:flex}.characterSection{flex:1;align-items:flex-end;display:flex}.sprite{width:100%;max-width:400px;height:auto;transition:all .3s}.contentSection{flex-direction:column;flex:2;display:flex}.tabs{gap:10px;margin-bottom:20px;display:flex;overflow-x:auto}.tab,.tabActive{cursor:pointer;white-space:nowrap;color:#fff;background:#696969e6;border:1px solid #ccc;border-radius:20px;padding:8px 20px}.tabActive{color:#fff;background:#f38605;border-color:#f38605;font-weight:1000}.questionList{height:300px;max-height:300px;margin-bottom:20px;overflow-y:auto}.questionItem{text-align:left;cursor:pointer;color:#000;background:#f0f0f0;border:none;border-radius:8px;align-items:center;width:100%;margin-bottom:10px;padding:15px;transition:background .2s;display:flex}.questionItem:hover{background:#e5e5e5}.title h1,.title h2,.title{color:#000;margin-bottom:12px;font-size:2rem;font-weight:1000;text-decoration:none}.answerBox{background:#fff;border:2px solid #333;border-radius:12px;align-content:center;min-height:170px;margin-bottom:10px;padding:20px;position:relative}@media (max-width:768px){.faqContainer{flex-direction:column;height:auto}.characterSection{order:2}.sprite{max-width:150px}.contentSection{order:1;width:100%;padding:15px}.title h1,.title h2,.title{text-align:center;font-size:1.5rem}.questionList{height:auto;max-height:250px}.answerBox{min-height:120px}}.cursor{animation:.7s infinite blink}@keyframes blink{0%{opacity:0}50%{opacity:1}to{opacity:0}}
