*{margin:0;padding:0;box-sizing:border-box;font-family:'Prompt',sans-serif;}
body{background:#ffffff;color:#1f2937;line-height:1.8;}
section{padding:80px 8%;}
h1,h2,h3{margin-bottom:20px;}
p{margin-bottom:20px;color:#374151;}
.container{max-width:1100px;margin:auto;}

.hero{
    padding:120px 8%;
    text-align:center;
    background:linear-gradient(135deg,#e0f2fe,#ffffff);
}
.hero h1{
    font-size:42px;
    font-weight:700;
}
.hero p{
    font-size:18px;
}

.box{
    background:#ffffff;box-shadow:0 10px 30px rgba(0,0,0,0.05);border:1px solid #e2e8f0;
    padding:30px;
    border-radius:20px;
    margin-bottom:30px;
    backdrop-filter:blur(10px);
}

.btn{
    display:inline-block;
    padding:14px 35px;
    border-radius:30px;
    background:linear-gradient(90deg,#38bdf8,#6366f1);
    color:#1f2937;
    text-decoration:none;
    font-weight:600;
    margin-top:20px;
}
.btn:hover{opacity:.9;}

.package-cta {
    padding: 56px 8% 72px;
    background:
        linear-gradient(180deg, rgba(248, 250, 252, 0), #f8fafc 28%, #eef6ff 100%);
}

.package-cta__inner {
    display: flex;
    gap: 32px;
    align-items: center;
    justify-content: space-between;
    max-width: 1100px;
    margin: 0 auto;
    padding: 30px 34px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background:
        linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 20px 44px rgba(15, 23, 42, .09);
    position: relative;
    overflow: hidden;
}

.package-cta__inner::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 6px;
    background: var(--package-color, #2563eb);
}

.package-cta__inner > div {
    min-width: 0;
    padding-left: 4px;
}

.package-cta h2 {
    margin-bottom: 0;
    color: #0f172a;
    font-size: 26px;
    line-height: 1.35;
}

.package-cta__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 176px;
    min-height: 50px;
    padding: 12px 24px;
    border-radius: 6px;
    background: var(--package-color, #2563eb);
    color: var(--package-text-color, #ffffff);
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 14px 28px rgba(15, 23, 42, .18);
    transition: transform .2s ease, opacity .2s ease, box-shadow .2s ease;
}

.package-cta__button:hover {
    opacity: .92;
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(15, 23, 42, .2);
}

ul{margin-left:20px;margin-bottom:20px;}
li{margin-bottom:10px;}

footer{
    text-align:center;
    padding:40px;
    color:#94a3b8;
}

.navbar{
  position:fixed;
  width:100%;
  background:linear-gradient(90deg,#2563eb,#1d4ed8);
  padding:2px 5%;
  z-index:999;
  box-shadow:0 5px 20px rgba(0,0,0,0.15);
}

.nav-container{
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.logo{
  font-weight:700;
  font-size:20px;
  color:#ffffff;
}

.menu{

  list-style:none;
  display:flex;
  gap:25px;
  padding-top:30px;
}

.menu li{
  position:relative;
}

.menu a{
  color:#ffffff;
  text-decoration:none;
  font-size:14px;
  transition:.3s;
}

.menu a:hover{
  color:#93c5fd;
}

/* Mega Menu */
.mega-menu{
  position:absolute;
  top:40px;
  left:-300px;
  width:900px;
  background:#f8fafc;
  display:flex;
  gap:40px;
  padding:30px;
  border-radius:15px;
  opacity:0;
  visibility:hidden;
  transition:.3s;
  box-shadow:0 20px 40px rgba(0,0,0,0.6);
}

.mega-menu{
  width:calc(100vw - 40px);  /* ไม่เกินจอ */
  left:50%;
  transform:translateX(-20%);
}

.has-mega:hover .mega-menu{
  opacity:1;
  visibility:visible;
}

.mega-column{
  display:flex;
  flex-direction:column;
}

.mega-column h4{
  margin-bottom:10px;
  color:#93c5fd;
  font-size:14px;
}

.mega-column a{
  margin-bottom:6px;
  font-size:13px;
  color:#374151;
}

.mega-column a:hover{
  color:#1f2937;
}

.intro-section{
    padding:80px 8%;
    background:#f8fafc;
}

.intro-section h2{
    font-size:32px;
    margin-bottom:30px;
    font-weight:700;
    line-height:1.4;
}

.intro-section p{
    color:#374151;
    margin-bottom:25px;
    font-size:16px;
}

.problem-section{
    padding:100px 8%;
    background:linear-gradient(135deg,#ffffff,#e0f2fe);
}

.problem-box{
    background:#ffffff;box-shadow:0 10px 30px rgba(0,0,0,0.05);border:1px solid #e2e8f0;
    padding:60px;
    border-radius:25px;
    text-align:center;
    backdrop-filter:blur(15px);
    border:1px solid rgba(255,255,255,0.08);
    box-shadow:0 0 40px rgba(99,102,241,0.25);
}

.problem-box h2{
    font-size:32px;
    margin-bottom:30px;
    background:linear-gradient(90deg,#38bdf8,#6366f1);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.problem-list{
    list-style:none;
    margin-bottom:40px;
}

.problem-list li{
    margin-bottom:15px;
    font-size:18px;
    color:#374151;
    position:relative;
}

.problem-list li::before{
    content:"✦";
    color:#93c5fd;
    margin-right:10px;
}

.solution-text{
    max-width:800px;
    margin:auto;
    margin-bottom:30px;
    font-size:16px;
    color:#374151;
}

.strategy-section{
    padding:100px 8%;
    background:#ffffff;
}

.strategy-wrapper{
    display:flex;
    gap:60px;
    align-items:center;
    flex-wrap:wrap;
}

.strategy-text{
    flex:1;
    min-width:300px;
}

.strategy-text h2{
    font-size:32px;
    margin-bottom:25px;
    background:linear-gradient(90deg,#38bdf8,#6366f1);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.strategy-text h3{
    font-size:22px;
    margin-top:25px;
    margin-bottom:15px;
    color:#1f2937;
}

.strategy-text p{
    color:#374151;
    margin-bottom:15px;
}

.strategy-highlight{
    flex:1;
    min-width:300px;
    display:grid;
    gap:20px;
}

.highlight-card{
    background:#ffffff;box-shadow:0 10px 30px rgba(0,0,0,0.05);border:1px solid #e2e8f0;
    padding:25px;
    border-radius:18px;
    border:1px solid rgba(255,255,255,0.08);
    backdrop-filter:blur(12px);
    transition:.3s;
}

.highlight-card:hover{
    transform:translateY(-5px);
    box-shadow:0 0 25px rgba(99,102,241,0.4);
}

.highlight-card h4{
    margin-bottom:10px;
    color:#93c5fd;
}

.highlight-card p{
    font-size:14px;
    color:#374151;
}

.services-section{
    padding:120px 8%;
    background:linear-gradient(135deg,#f8fafc,#ffffff);
}

.section-header{
    text-align:center;
    margin-bottom:60px;
}

.section-header h2{
    font-size:36px;
    margin-bottom:15px;
    background:linear-gradient(90deg,#38bdf8,#6366f1);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.section-header p{
    color:#374151;
    font-size:16px;
}

.services-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:30px;
}

.service-card{
    background:#ffffff;box-shadow:0 10px 30px rgba(0,0,0,0.05);border:1px solid #e2e8f0;
    padding:40px 30px;
    border-radius:20px;
    border:1px solid rgba(255,255,255,0.08);
    backdrop-filter:blur(15px);
    transition:.4s;
}

.service-card:hover{
    transform:translateY(-8px);
    box-shadow:0 0 35px rgba(99,102,241,0.4);
}

.service-card h3{
    font-size:20px;
    margin-bottom:15px;
    color:#93c5fd;
}

.service-card p{
    font-size:15px;
    color:#374151;
}

.popular-section{
    padding:120px 8%;
    background:radial-gradient(circle at top,#f8fafc,#ffffff);
}

.popular-header{
    text-align:center;
    margin-bottom:70px;
}

.popular-header h2{
    font-size:40px;
    font-weight:700;
    margin-bottom:15px;
    background:linear-gradient(90deg,#38bdf8,#6366f1);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.popular-header p{
    color:#94a3b8;
    font-size:16px;
}

.popular-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:35px;
}

.popular-card{
    position:relative;
    padding:45px 35px;
    border-radius:25px;
    background:#ffffff;box-shadow:0 10px 30px rgba(0,0,0,0.05);border:1px solid #e2e8f0;
    border:1px solid rgba(255,255,255,0.1);
    backdrop-filter:blur(20px);
    transition:.4s;
}

.popular-card::before{
    content:"";
    position:absolute;
    inset:0;
    border-radius:25px;
    padding:1px;
    background:linear-gradient(135deg,#38bdf8,#6366f1);
    -webkit-mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    -webkit-mask-composite:xor;
    mask-composite:exclude;
    opacity:0;
    transition:.4s;
}

.popular-card:hover::before{
    opacity:1;
}

.popular-card:hover{
    transform:translateY(-10px);
    box-shadow:0 0 40px rgba(99,102,241,0.4);
}

.popular-card h3{
    font-size:22px;
    margin-bottom:20px;
    color:#93c5fd;
}

.popular-card ul{
    list-style:none;
}

.popular-card ul li{
    margin-bottom:12px;
    color:#374151;
    font-size:15px;
    position:relative;
    padding-left:20px;
}

.popular-card ul li::before{
    content:"✦";
    position:absolute;
    left:0;
    color:#6366f1;
}

/* Highlight Card (Marketplace) */
.highlight{
    background:linear-gradient(135deg,#e0f2fe,#f8fafc);
    box-shadow:0 0 50px rgba(99,102,241,0.3);
}

.why-section{
    padding:120px 8%;
    background:#ffffff;
}

.why-header{
    text-align:center;
    margin-bottom:70px;
}

.why-header h2{
    font-size:38px;
    font-weight:700;
    margin-bottom:15px;
    background:linear-gradient(90deg,#38bdf8,#6366f1);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.why-header p{
    color:#94a3b8;
}

.why-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:40px;
}

.why-card{
    position:relative;
    padding:50px 35px;
    border-radius:20px;
    background:#ffffff;box-shadow:0 10px 30px rgba(0,0,0,0.05);border:1px solid #e2e8f0;
    border:1px solid rgba(255,255,255,0.08);
    backdrop-filter:blur(15px);
    transition:.4s;
}

.why-card:hover{
    transform:translateY(-8px);
    box-shadow:0 0 35px rgba(99,102,241,0.4);
}

.why-number{
    font-size:50px;
    font-weight:700;
    background:linear-gradient(135deg,#38bdf8,#6366f1);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    display:block;
    margin-bottom:20px;
}

.why-card h3{
    font-size:20px;
    margin-bottom:15px;
    color:#1f2937;
}

.why-card p{
    font-size:15px;
    color:#374151;
}

.final-cta{
    padding:140px 8%;
    text-align:center;
    background:linear-gradient(135deg,#ffffff,#e0f2fe);
    position:relative;
    overflow:hidden;
}

/* Glow Background Effect */
.final-cta::before{
    content:"";
    position:absolute;
    width:600px;
    height:600px;
    background:radial-gradient(circle,#6366f1 0%,transparent 70%);
    top:-200px;
    left:-200px;
    opacity:0.3;
}

.final-cta::after{
    content:"";
    position:absolute;
    width:600px;
    height:600px;
    background:radial-gradient(circle,#38bdf8 0%,transparent 70%);
    bottom:-200px;
    right:-200px;
    opacity:0.3;
}

.cta-container{
    position:relative;
    z-index:2;
    max-width:900px;
    margin:auto;
}

.final-cta h2{
    font-size:42px;
    font-weight:700;
    margin-bottom:25px;
    background:linear-gradient(90deg,#38bdf8,#6366f1);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.final-cta p{
    font-size:18px;
    color:#374151;
    margin-bottom:40px;
    line-height:1.8;
}

.cta-button{
    display:inline-block;
    padding:18px 50px;
    border-radius:50px;
    font-size:18px;
    font-weight:600;
    text-decoration:none;
    background:linear-gradient(90deg,#38bdf8,#6366f1);
    color:#1f2937;
    transition:.4s;
    box-shadow:0 0 30px rgba(99,102,241,0.5);
}

.cta-button:hover{
    transform:scale(1.07);
    box-shadow:0 0 50px rgba(99,102,241,0.8);
}


.why-us{
padding:60px 20px;
background:#f7f9fc;
text-align:center;
}

.why-us h2{
font-size:32px;
margin-bottom:40px;
}

.why-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:30px;
max-width:1200px;
margin:auto;
}

.why-item{
background:white;
padding:30px 20px;
border-radius:10px;
box-shadow:0 5px 20px rgba(0,0,0,0.05);
}

.why-item h3{
font-size:20px;
margin-bottom:10px;
}

.why-item p{
color:#555;
line-height:1.6;
}

.features{
padding:80px 20px;
background:#ffffff;
text-align:center;
}

.features h2{
font-size:32px;
margin-bottom:50px;
}

.feature-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
max-width:1100px;
margin:auto;
}

.feature-card{
background:#f6f8fb;
padding:30px;
border-radius:12px;
transition:all .3s ease;
}

.feature-card:hover{
transform:translateY(-5px);
box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.icon{
font-size:40px;
margin-bottom:15px;
}

.feature-card h3{
font-size:20px;
margin-bottom:10px;
}

.feature-card p{
color:#555;
line-height:1.6;
}


.website-type{
padding:80px 20px;
background:#f7f9fc;
}

.website-container{
display:grid;
grid-template-columns:1fr 1fr;
gap:50px;
max-width:1100px;
margin:auto;
align-items:center;
}

.website-text h2{
font-size:32px;
margin-bottom:20px;
}

.website-text p{
line-height:1.8;
color:#444;
margin-bottom:15px;
}

.website-list{
display:grid;
grid-template-columns:1fr 1fr;
gap:15px;
}

.type-card{
background:white;
padding:20px;
border-radius:10px;
box-shadow:0 5px 20px rgba(0,0,0,0.05);
font-weight:500;
}


.hero-service{
margin-top:-100px !important;
padding:80px 20px;
background:#ffffff;
}

.hero-container{
max-width:900px;
margin:auto;
}

.hero-service h1{
font-size:42px;
line-height:1.4;
margin-bottom:20px;
}

.hero-service h1 span{
color:#0d6efd;
}

.hero-desc{
font-size:20px;
color:#555;
margin-bottom:40px;
}

.hero-service h2{
font-size:28px;
margin-bottom:15px;
}

.hero-service p{
line-height:1.9;
font-size:17px;
color:#444;
margin-bottom:18px;
}

.highlight{
background:#f6f8fb;
padding:20px;
border-left:4px solid #0d6efd;
border-radius:6px;
}

.hero-container,
.website-container,
.features,
.why-us {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.feature-grid,
.why-grid,
.website-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.feature-card,
.why-item,
.type-card {
    background: #fff;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 4px 20px rgba(0,0,0,.06);
}

.hero-service h1 {
    font-size: 56px;
    line-height: 1.2;
}

.hero-service h2 {
    font-size: 36px;
}

.hero-desc,
.hero-service p,
.website-text p {
    font-size: 18px;
    line-height: 1.9;
}


/* =========================
   SECTION
========================= */

.website-type {
    padding: 80px 0;
    background: #f8fafc;
}

.website-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}


/* =========================
   TEXT
========================= */

.website-text {
    margin-bottom: 40px;
}

.website-text h2 {
    font-size: 48px;
    line-height: 1.3;
    margin-bottom: 20px;
    color: #111827;
    font-weight: 700;
}

.website-text p {
    font-size: 18px;
    line-height: 1.9;
    color: #4b5563;
}


/* =========================
   GRID
========================= */

.website-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}


/* =========================
   CARD
========================= */

.type-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 24px;
    font-size: 17px;
    line-height: 1.8;
    color: #1f2937;
    box-shadow: 0 6px 24px rgba(0,0,0,.06);

    transition: all .3s ease;
}

.type-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0,0,0,.10);
}


/* =========================
   TABLET
========================= */

@media (max-width: 1024px) {

    .website-container {
        padding: 0 30px;
    }

    .website-text h2 {
        font-size: 38px;
    }

    .website-list {
        grid-template-columns: repeat(2, 1fr);
    }

}


/* =========================
   MOBILE
========================= */

@media (max-width: 768px) {

    .website-type {
        padding: 60px 0;
    }

    .website-container {
        padding: 0 20px;
    }

    .website-text {
        margin-bottom: 30px;
    }

    .website-text h2 {
        font-size: 30px;
        line-height: 1.4;
        text-align: center;
    }

    .website-text p {
        font-size: 16px;
        line-height: 1.8;
        text-align: left;
    }

    .website-list {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .type-card {
        padding: 20px;
        border-radius: 16px;
        font-size: 15px;
        line-height: 1.7;
    }

}


/* =========================
   SMALL MOBILE
========================= */

@media (max-width: 480px) {

    .website-text h2 {
        font-size: 24px;
    }

    .website-text p {
        font-size: 15px;
    }

    .type-card {
        padding: 18px;
        font-size: 14px;
    }

}

/* =========================
   2026 HOME PAGE
========================= */

.home-hero {
    position: relative;
    min-height: 590px;
    padding: 150px 8% 90px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(15, 23, 42, .86), rgba(15, 23, 42, .48), rgba(15, 23, 42, .18)),
        url("../images/rawpixel-desk-3139127_640.jpg") center / cover no-repeat;
    color: #ffffff;
}

.home-hero__content {
    width: min(760px, 100%);
    position: relative;
    z-index: 1;
}

.home-eyebrow,
.home-section-label {
    display: inline-block;
    margin-bottom: 14px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    color: #0f766e;
}

.home-eyebrow {
    color: #bae6fd;
}

.home-hero h1 {
    max-width: 760px;
    margin-bottom: 22px;
    font-size: 54px;
    line-height: 1.18;
    color: #ffffff;
}

.home-hero h1 span {
    display: inline;
}

.home-hero p {
    max-width: 680px;
    margin-bottom: 26px;
    font-size: 19px;
    line-height: 1.9;
    color: #e0f2fe;
}

.home-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px;
}

.home-primary-btn {
    margin-top: 0;
    color: #0f172a;
    background: #ffffff;
    box-shadow: 0 18px 40px rgba(15, 23, 42, .22);
}

.home-secondary-link {
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, .65);
}

.home-proof {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    padding: 0;
    background: #dbeafe;
}

.home-proof__item {
    min-height: 150px;
    padding: 34px 8%;
    background: #ffffff;
}

.home-proof__item strong {
    display: block;
    margin-bottom: 8px;
    font-size: 28px;
    color: #0f172a;
}

.home-proof__item span {
    display: block;
    max-width: 360px;
    color: #475569;
}

.home-intro {
    background: #ffffff;
}

.home-intro__layout,
.home-ecosystem__layout {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 56px;
    align-items: start;
}

.home-intro h2,
.home-ecosystem h2 {
    font-size: 40px;
    line-height: 1.35;
    color: #0f172a;
}

.home-intro__text p,
.home-ecosystem__content p {
    font-size: 17px;
    line-height: 1.9;
}

.home-strengths {
    background: #f8fafc;
}

.home-section-header {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}

.home-section-header h2 {
    color: #0f172a;
    -webkit-text-fill-color: initial;
    background: none;
}

.home-strength-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.home-strength-card {
    min-height: 210px;
    padding: 28px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 14px 32px rgba(15, 23, 42, .05);
}

.home-strength-card h3 {
    margin-bottom: 12px;
    font-size: 20px;
    color: #0f172a;
}

.home-strength-card p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.8;
}

.home-services {
    background: #ffffff;
}

.home-service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.home-service-card {
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 16px 36px rgba(15, 23, 42, .07);
}

.home-service-card img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    background: #e2e8f0;
}

.home-service-card div {
    padding: 24px;
}

.home-service-card h3 {
    margin-bottom: 10px;
    font-size: 21px;
    color: #0f172a;
}

.home-service-card p {
    min-height: 96px;
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 1.75;
}

.home-service-card a {
    color: #1d4ed8;
    font-weight: 700;
    text-decoration: none;
}

.home-ecosystem {
    background: #f8fafc;
}

.home-ecosystem__image img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(15, 23, 42, .12);
}

.home-check-list {
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.home-check-list li {
    position: relative;
    margin-bottom: 14px;
    padding-left: 28px;
    color: #334155;
}

.home-check-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #2563eb;
}

.home-problem .problem-box {
    border-radius: 8px;
}

.home-final-cta::before,
.home-final-cta::after {
    display: none;
}
