 * {
     margin: 0;
     padding: 0;
     box-sizing: border-box;
     scroll-margin-top: 100px;
 }

 body {
     font-family: "Inter", sans-serif;
     background: #ffffff;
     color: #1a1a1a;
     overflow-x: hidden;
     line-height: 1.6;
 }


 .terms-section {
     padding: 4rem 5%;
     max-width: 1400px;
     margin: 0 auto;
     line-height: 1.8;
 }

 .terms-section h2,
 .terms-section h4 {
     margin-top: 2rem;
     margin-bottom: 1rem;
     font-weight: 700;
     color: #1a1a1a;
 }

 video {
     width: 100%;
     height: 60px;
     border-radius: 30px;
     height: auto;
 }

 .terms-section p,
 .terms-section ul {
     margin-bottom: 1.5rem;
     color: #444;
 }

 @media (max-width: 768px) {
     .terms-section {
         padding: 2rem 1.5rem;
     }

     .terms-section h2 {
         font-size: 1.8rem;
     }

     .terms-section h4 {
         font-size: 1.2rem;
     }

     .terms-section p {
         font-size: 1rem;
     }
 }



 .app-icon {
     width: 80px;
     height: 80px;
     border-radius: 16px;

 }

 .ai_chat-icon-background {
     background: url('../asset/image/apps_logo/ai_chat.png') center/cover no-repeat;
 }

 .aura_drink-icon-background {
     background: url('../asset/image/apps_logo/aura_drink.png') center/cover no-repeat;
 }

 .aura_shabu-icon-background {
     background: url('../asset/image/apps_logo/aura_shabu.png') center/cover no-repeat;
 }

 .chase_click-icon-background {
     background: url('../asset/image/apps_logo/chase_click.png') center/cover no-repeat;
 }

 .color_tapper-icon-background {
     background: url('../asset/image/apps_logo/color_tapper.png') center/cover no-repeat;
 }

 .corgi_drink-icon-background {
     background: url('../asset/image/apps_logo/corgi_drink.png') center/cover no-repeat;
 }

 .lucky_wheel-icon-background {
     background: url('../asset/image/apps_logo/lucky_wheel.png') center/cover no-repeat;
 }

 .random_reward-icon-background {
     background: url('../asset/image/apps_logo/random_reward.png') center/cover no-repeat;
 }

 .treasure_hunt-icon-background {
     background: url('../asset/image/apps_logo/treasure_hunt.png') center/cover no-repeat;
 }

 .treasure_trail-icon-background {
     background: url('../asset/image/apps_logo/treasure_trail.png') center/cover no-repeat;
 }




 /* .......... */

 .ev80-icon-background {
     background: url('../asset/image/apps_logo/ev80.png') center/cover no-repeat;
 }

 .kidtang-icon-background {
     background: url('../asset/image/apps_logo/kidtang.png') center/cover no-repeat;
 }

 .jodder-icon-background {
     background: url('../asset/image/apps_logo/jodder.png') center/cover no-repeat;
 }

 .nubtang-icon-background {
     background: url('../asset/image/apps_logo/nubtang.png') center/cover no-repeat;
 }

 .nubtok-icon-background {
     background: url('../asset/image/apps_logo/nubtok.png') center/cover no-repeat;
 }

 .pinnpinn-icon-background {
     background: url('../asset/image/apps_logo/pinnpinn.png') center/cover no-repeat;
 }

 .seamsiai-icon-background {
     background: url('../asset/image/apps_logo/seamsiai.png') center/cover no-repeat;
 }

 .gancard-icon-background {
     background: url('../asset/image/apps_logo/gancard.png') center/cover no-repeat;
 }

 .uimove-icon-background {
     background: url('../asset/image/apps_logo/uimove.png') center/cover no-repeat;
 }

 /* .......... */

 .header-wrapper {
     position: fixed;
     top: 0;
     width: 100%;
     z-index: 1000;
     background: #ffffff;
     border-bottom: 1px solid #e5e5e5;
 }

 .navbar-custom {
     display: flex;
     justify-content: space-between;
     align-items: center;
     padding: 1.2rem 5%;
     max-width: 1400px;
     margin: 0 auto;
 }

 .logo {
     font-size: 1.5rem;
     font-weight: 700;
     color: #1a1a1a;
     display: flex;
     align-items: center;
     gap: 0.5rem;
 }

 .logo-icon {
     width: 32px;
     height: 32px;
     border-radius: 6px;
     background-image: url("../asset/image/app_logo.png");
     background-size: cover;
     /* ให้ภาพเต็มกรอบ */
     background-position: center;
     /* จัดให้อยู่ตรงกลาง */
     background-repeat: no-repeat;
     /* ไม่ให้ tile ซ้ำ */
 }



 .nav-menu {
     display: flex;
     gap: 2.5rem;
     align-items: center;
 }

 .nav-link {
     color: #666;
     text-decoration: none;
     font-weight: 500;
     font-size: 0.95rem;
     transition: color 0.3s;
 }

 .nav-link:hover {
     color: #1a1a1a;
 }

 .mobile-menu-toggle {
     display: none;
     background: none;
     border: none;
     font-size: 1.5rem;
     cursor: pointer;
     color: #1a1a1a;
 }

 .mobile-nav-menu {
     display: none;
     background: white;
     padding: 1rem;
     flex-direction: column;
     gap: 1rem;
     border-bottom: 1px solid #e5e5e5;
 }

 .content-wrapper {
     padding-top: 80px;
 }

 .content-wrapper-brands-section {
     padding-top: 78px;
 }

 .hero-section {

     padding: 4rem 5%;
     max-width: 1400px;
     margin: 0 auto
 }

 .hero-title {
     font-size: 3.5rem;
     font-weight: 700;
     color: #1a1a1a;
     margin-bottom: 1.5rem;
     line-height: 1.2;
     letter-spacing: -0.02em;
 }

 .text-slider {
     position: relative;
     height: 200px;
     overflow: hidden;
 }

 .slide-text {
     position: absolute;
     opacity: 0;
     animation: slideText 16s infinite;
 }

 .slide-text:nth-child(1) {
     animation-delay: 0s;
 }

 .slide-text:nth-child(2) {
     animation-delay: 4s;
 }

 .slide-text:nth-child(3) {
     animation-delay: 8s;
 }

 .slide-text:nth-child(4) {
     animation-delay: 12s;
 }

 @keyframes slideText {

     0%,
     25% {
         opacity: 1;
         transform: translateY(0);
     }

     30%,
     100% {
         opacity: 0;
         transform: translateY(-20px);
     }
 }

 .hero-desc {
     font-size: 1.1rem;
     color: #666;
     line-height: 1.7;
     margin-bottom: 2rem;
     max-width: 600px;
 }

 .btn-consult {
     display: inline-block;
     padding: 1rem 2rem;
     background: #1a1a1a;
     color: white;
     font-weight: 600;
     border: 2px solid #1a1a1a;
     border-radius: 6px;
     transition: all 0.3s;
     font-size: 0.95rem;
 }

 .btn-consult:hover {
     background: white;
     color: #1a1a1a;
 }

 .hero-illustration {
     position: relative;
     width: 100%;
     max-width: 500px;
     height: 600px;
 }

 .image-slider-header-hero {
     width: 100%;
     height: 100%;
     position: relative;
     border: 1px solid #e5e5e5;
     border-radius: 12px;
     overflow: hidden;
 }

 .slide-header-hero-img {
     position: absolute;
     width: 100%;
     height: 100%;
     object-fit: cover;
     object-position: center -50px;
     opacity: 0;
     transition: opacity 1s;
 }

 .slide-header-hero-img.active {
     opacity: 1;
 }

 .brands-section {
     background: #fafafa;
     padding: 2.5rem 0;
     overflow: hidden;
     border-top: 1px solid #e5e5e5;
     border-bottom: 1px solid #e5e5e5;
 }

 .brands-carousel {
     display: flex;
     gap: 1.5rem;
 }

 .brands-carousel-track {
     display: flex;
     gap: 1.5rem;
     animation: scroll 30s linear infinite;
 }

 @keyframes scroll {
     0% {
         transform: translateX(0);
     }

     100% {
         transform: translateX(-100%);
     }
 }

 .brand-logo {
     padding: 0.75rem 1.5rem;
     background: white;
     color: #1a1a1a;
     border: 1px solid #e5e5e5;
     border-radius: 6px;
     font-weight: 500;
     white-space: nowrap;
     font-size: 0.9rem;
 }

 .services-section {
     padding: 5rem 5%;
     max-width: 1400px;
     margin: 0 auto;
 }

 .services-section h2 {
     font-size: 2.5rem;
     font-weight: 700;
     text-align: center;
     margin-bottom: 1rem;
     color: #1a1a1a;
     letter-spacing: -0.02em;
 }

 .section-subtitle {
     text-align: center;
     color: #666;
     font-size: 1.1rem;
     margin-bottom: 4rem;
     max-width: 700px;
     margin-left: auto;
     margin-right: auto;
 }

 .feature-card {
     text-align: center;
     padding: 2rem;
     border: 1px solid #e5e5e5;
     border-radius: 12px;
     background: white;
     transition: all 0.3s;
     height: 100%;
 }

 .feature-card:hover {
     border-color: #1a1a1a;
     transform: translateY(-5px);
 }

 .feature-icon {
     font-size: 3rem;
     color: #1a1a1a;
     margin-bottom: 1rem;
 }

 .feature-card h3 {
     font-size: 1.3rem;
     font-weight: 600;
     margin-bottom: 0.75rem;
     color: #1a1a1a;
 }

 .feature-card p {
     color: #666;
     font-size: 0.95rem;
     line-height: 1.6;
 }

 .app-card {
     background: white;
     border: 1px solid #e5e5e5;
     border-radius: 12px;
     padding: 2rem;
     margin-bottom: 2rem;
     transition: all 0.3s;
     height: 100%;
 }

 .app-card:hover {
     border-color: #1a1a1a;
     transform: translateY(-5px);
 }

 .app-name {
     font-size: 1.5rem;
     font-weight: 600;
     margin-bottom: 0.5rem;
     color: #1a1a1a;
 }

 .app-description {
     color: #999;
     font-size: 0.9rem;
     margin-bottom: 1rem;
 }

 .app-tag {
     display: inline-block;
     padding: 0.25rem 0.75rem;
     background: #f5f5f5;
     color: #666;
     border: 1px solid #e5e5e5;
     border-radius: 4px;
     font-size: 0.8rem;
     margin-right: 0.5rem;
     margin-bottom: 0.5rem;
     font-weight: 500;
 }

 .app-card p {
     color: #666;
     font-size: 0.95rem;
     line-height: 1.6;
     margin-top: 1rem;
 }

 .cta-section {
     text-align: center;
     padding: 5rem 5%;
     margin: 3rem auto;
     max-width: 1400px;
     border: 1px solid #e5e5e5;
     border-radius: 12px;
     background: #fafafa;
 }

 .cta-title {
     font-size: 2.5rem;
     font-weight: 700;
     margin-bottom: 1rem;
     color: #1a1a1a;
     letter-spacing: -0.02em;
 }

 .cta-section>p {
     color: #666;
     font-size: 1.1rem;
     margin-bottom: 2rem;
     max-width: 600px;
     margin-left: auto;
     margin-right: auto;
 }

 .btn-proposal {
     padding: 1rem 2.5rem;
     background: #1a1a1a;
     color: white;
     border: 2px solid #1a1a1a;
     border-radius: 6px;
     font-weight: 600;
     font-size: 0.95rem;
     margin: 0.5rem;
     transition: all 0.3s;
     cursor: pointer;
 }

 .btn-proposal:hover {
     background: white;
     color: #1a1a1a;
 }

 .btn-proposal-outline {
     padding: 1rem 2.5rem;
     background: white;
     color: #1a1a1a;
     border: 2px solid #1a1a1a;
     border-radius: 6px;
     font-weight: 600;
     font-size: 0.95rem;
     margin: 0.5rem;
     transition: all 0.3s;
     text-decoration: none;
     display: inline-block;
 }

 .btn-proposal-outline:hover {
     background: #1a1a1a;
     color: white;
 }

 .about-section {
     padding: 5rem 5%;
     max-width: 1400px;
     margin: 3rem auto;
 }

 .privacy-box {
     border: 1px solid #e5e5e5;
     border-radius: 12px;
     padding: 3rem;
     background: #fafafa;
 }

 .team-section {
     margin-top: 5rem;
     padding-top: 3rem;
     border-top: 1px solid #e5e5e5;
 }

 .team-member {
     text-align: center;
     padding: 2rem;
 }

 .team-avatar-krittapak {
     width: 120px;
     height: 120px;
     border-radius: 50%;
     background: url('../asset/image/ui_move_team/krittapak.jpg') center/cover no-repeat;
     margin: 0 auto 1rem;
     border: 2px solid #e5e5e5;
 }

 .team-avatar-arisarakorn {
     width: 120px;
     height: 120px;
     border-radius: 50%;
     background: url('../asset/image/ui_move_team/arisarakorn.jpg') center/cover no-repeat;
     margin: 0 auto 1rem;
     border: 2px solid #e5e5e5;

 }

 .team-member h5 {
     font-size: 1.1rem;
     font-weight: 600;
     color: #1a1a1a;
     margin-bottom: 0.25rem;
 }

 .team-member p {
     color: #999;
     font-size: 0.9rem;
 }

 .contact-section {
     text-align: center;
     margin-top: 4rem;
     padding: 3rem;
     border: 1px solid #e5e5e5;
     border-radius: 12px;
     background: white;
 }

 .contact-section h3 {
     font-size: 1.5rem;
     font-weight: 600;
     margin-bottom: 1rem;
     color: #1a1a1a;
 }

 .contact-section p {
     color: #666;
     font-size: 1rem;
 }

 .scroll-to-top {
     position: fixed;
     bottom: 2rem;
     right: 2rem;
     width: 48px;
     height: 48px;
     background: #1a1a1a;
     color: white;
     border: 2px solid #1a1a1a;
     border-radius: 50%;
     cursor: pointer;
     opacity: 0;
     transition: all 0.3s;
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .scroll-to-top.visible {
     opacity: 1;
 }

 .scroll-to-top:hover {
     background: white;
     color: #1a1a1a;
 }

 footer {
     text-align: center;
     padding: 2rem;
     color: #999;
     font-size: 0.9rem;
     border-top: 1px solid #e5e5e5;
     margin-top: 3rem;
 }

 @media (max-width: 768px) {
     .nav-menu {
         display: none;
     }

     .mobile-menu-toggle {
         display: block;
     }

     .mobile-nav-menu.active {
         display: flex;
     }

     .hero-title {
         font-size: 2rem;
     }

     .text-slider {
         height: 120px;
     }

     .hero-desc {
         font-size: 1rem;
     }

     .services-section h2,
     .cta-title {
         font-size: 1.8rem;
     }

     .hero-illustration {
         height: 400px;
         margin-top: 2rem;
     }

     .feature-card,
     .app-card {
         margin-bottom: 1rem;
     }

     .slide-header-hero-img {
         position: absolute;
         width: 100%;
         height: 100%;
         object-fit: cover;
         object-position: center -34px;
         opacity: 0;
         transition: opacity 1s;
     }
 }