/* Start custom CSS for html, class: .elementor-element-a6c8028 */.xgb-pack-page,
.xgb-pack-page *,
.xgb-pack-page *::before,
.xgb-pack-page *::after{box-sizing:border-box}

.xgb-pack-page{
  --orange:#ff6500;
  --orange-dark:#e15500;
  --orange-soft:#fff5ed;
  --orange-line:#ffd3b4;
  --ink:#111316;
  --text:#363b41;
  --muted:#6f757d;
  --line:#e6e8eb;
  --soft:#f7f8f9;
  --white:#fff;
  --shadow:0 18px 46px rgba(17,19,22,.08);
  width:100%;
  color:var(--text);
  background:#fff;
  font-family:"Prompt","Noto Sans Thai",Arial,sans-serif;
  line-height:1.75;
}

.xgb-pack-page a{text-decoration:none}

.xgb-pack-breadcrumb{
  max-width:1320px;
  margin:0 auto;
  padding:20px 30px 8px;
}

.xgb-pack-breadcrumb ol{
  display:flex;
  gap:8px;
  margin:0;
  padding:0;
  list-style:none;
  color:var(--muted);
  font-size:14px;
}

.xgb-pack-breadcrumb li{display:flex;align-items:center;gap:8px}
.xgb-pack-breadcrumb li+li::before{content:"›";color:var(--orange);font-weight:900}
.xgb-pack-breadcrumb a{color:var(--ink);font-weight:800}

.xgb-pack-main{
  max-width:1320px;
  margin:0 auto;
  padding:16px 30px 70px;
}

.xgb-pack-hero{
  display:flex;
  justify-content:space-between;
  gap:34px;
  align-items:flex-end;
  padding:42px 44px;
  border:1px solid var(--orange-line);
  border-radius:30px;
  background:
    radial-gradient(circle at 90% 0%,rgba(255,101,0,.13),transparent 30%),
    linear-gradient(135deg,#fff,#fff9f4);
  box-shadow:var(--shadow);
}

.xgb-pack-hero-copy{max-width:850px}

.xgb-pack-kicker,
.xgb-pack-label{
  margin:0 0 9px;
  color:var(--orange);
  font-size:12px;
  font-weight:900;
  letter-spacing:.1em;
}

.xgb-pack-hero h1{
  margin:0 0 15px;
  color:var(--ink);
  font-size:clamp(34px,4.6vw,54px);
  line-height:1.12;
  letter-spacing:-.035em;
  font-weight:900;
}

.xgb-pack-hero p{
  margin:0;
  max-width:800px;
  color:#464b51;
  font-size:17px;
}

.xgb-pack-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  flex-shrink:0;
}

.xgb-pack-btn{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:12px 20px!important;
  border-radius:999px;
  font-size:14px;
  font-weight:900;
}

.xgb-pack-btn-primary{
  color:#fff!important;
  background:linear-gradient(135deg,var(--orange),var(--orange-dark));
  box-shadow:0 12px 28px rgba(255,101,0,.22);
}

.xgb-pack-btn-secondary{
  color:var(--ink)!important;
  border:1px solid var(--orange-line);
  background:#fff;
}

.xgb-pack-section{
  margin-top:30px;
  padding:34px;
  border:1px solid var(--line);
  border-radius:26px;
  background:#fff;
}

.xgb-pack-heading{
  max-width:850px;
  margin-bottom:24px;
}

.xgb-pack-heading h2,
.xgb-pack-demo h2,
.xgb-pack-final-cta h2{
  margin:0 0 10px;
  color:var(--ink);
  font-size:clamp(26px,3vw,34px);
  line-height:1.28;
  font-weight:900;
}

.xgb-pack-heading>p:last-child,
.xgb-pack-demo p,
.xgb-pack-final-cta p{
  margin:0;
  color:var(--muted);
  font-size:15.5px;
}

/* ====== PRICING CARDS ====== */

.xgb-pack-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:28px;
  align-items:stretch;
}

.xgb-pack-card{
  position:relative;
  display:flex;
  flex-direction:column;
  min-width:0;
  padding:30px 28px 28px;
  border:1px solid #dfe3e7;
  border-radius:24px;
  background:#fff;
  box-shadow:0 14px 34px rgba(17,19,22,.055);
}

.xgb-pack-card-featured{
  border:1.5px solid #ff914a;
  background:
    radial-gradient(circle at 80% 0%,rgba(255,101,0,.10),transparent 28%),
    linear-gradient(180deg,#fff,#fffaf6);
  box-shadow:0 22px 48px rgba(255,101,0,.12);
}

.xgb-pack-ribbon{
  position:absolute;
  top:18px;
  right:18px;
  padding:7px 11px;
  border-radius:999px;
  color:#fff;
  background:var(--orange);
  font-size:10px;
  line-height:1;
  font-weight:900;
  letter-spacing:.08em;
}

.xgb-pack-card-head span{
  display:block;
  margin:12px 0 7px;
  color:var(--orange);
  font-size:10px;
  font-weight:900;
  letter-spacing:.09em;
}

.xgb-pack-card-head h3{
  margin:0;
  color:var(--ink);
  font-size:clamp(25px,2.6vw,34px);
  line-height:1.15;
  letter-spacing:-.025em;
  font-weight:900;
}

.xgb-pack-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:52px;
  height:52px;
  border:1px solid #dfe4ea;
  border-radius:16px;
  background:#fafbfc;
}

.xgb-pack-icon svg{
  width:32px;
  height:32px;
  fill:none;
  stroke:#54709b;
  stroke-width:2.1;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.xgb-pack-price{
  margin:24px 0 8px;
  padding:22px 0 18px;
  border-top:1px solid #eceef0;
  border-bottom:1px solid #eceef0;
}

.xgb-pack-price-row{
  display:flex;
  align-items:flex-end;
  gap:10px;
}

.xgb-pack-price-row strong{
  color:var(--ink);
  font-size:clamp(48px,5vw,68px);
  line-height:.88;
  letter-spacing:-.06em;
  font-weight:950;
}

.xgb-pack-price-row span{
  padding-bottom:7px;
  color:var(--orange);
  font-size:17px;
  line-height:1;
  font-weight:950;
  letter-spacing:.04em;
}

.xgb-pack-price small{
  display:block;
  margin-top:9px;
  color:#8b9198;
  font-size:12px;
}

.xgb-pack-price-featured .xgb-pack-price-row strong{
  color:#111;
}

.xgb-pack-desc{
  min-height:98px;
  margin:17px 0 22px;
  color:#5e646b;
  font-size:14.5px;
  line-height:1.72;
}

.xgb-pack-included{
  margin-bottom:24px;
}

.xgb-pack-included>span{
  display:block;
  margin-bottom:13px;
  color:#9a9fa5;
  font-size:10px;
  font-weight:900;
  letter-spacing:.09em;
}

.xgb-pack-included ul{
  display:grid;
  gap:12px;
  margin:0;
  padding:0;
  list-style:none;
}

.xgb-pack-included li{
  position:relative;
  padding-left:25px;
  color:#363b40;
  font-size:14px;
  line-height:1.5;
}

.xgb-pack-included li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:.04em;
  color:var(--orange);
  font-size:16px;
  font-weight:900;
}

.xgb-pack-included a{
  color:var(--ink);
  font-weight:800;
}

.xgb-pack-card-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:50px;
  margin-top:auto;
  padding:12px 16px;
  border-radius:13px;
  color:#fff!important;
  background:#252b31;
  font-size:14px;
  font-weight:900;
  transition:.2s ease;
}

.xgb-pack-card-cta:hover{
  background:var(--orange);
  transform:translateY(-2px);
}

/* ====== RELEVANT SUPPORTING CONTENT ONLY ====== */

.xgb-pack-compare-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}

.xgb-pack-compare-grid article{
  padding:20px;
  border:1px solid var(--orange-line);
  border-radius:18px;
  background:var(--orange-soft);
}

.xgb-pack-compare-grid span{
  display:block;
  color:var(--orange);
  font-size:11px;
  font-weight:900;
  letter-spacing:.05em;
}

.xgb-pack-compare-grid strong{
  display:block;
  margin:6px 0;
  color:var(--ink);
  font-size:17px;
}

.xgb-pack-compare-grid p{
  margin:0;
  color:#666c72;
  font-size:14px;
}

.xgb-pack-demo,
.xgb-pack-final-cta{
  display:flex;
  justify-content:space-between;
  gap:28px;
  align-items:center;
  margin-top:30px;
  padding:30px 34px;
  border:1px solid var(--orange-line);
  border-radius:24px;
  background:
    radial-gradient(circle at 92% 0%,rgba(255,101,0,.11),transparent 28%),
    linear-gradient(135deg,#fff,#fff9f4);
}

.xgb-pack-demo>div:first-child,
.xgb-pack-final-cta>div:first-child{
  max-width:760px;
}

.xgb-pack-faq details{
  margin:11px 0;
  border:1px solid var(--line);
  border-radius:15px;
  overflow:hidden;
  background:#fff;
}

.xgb-pack-faq summary{
  cursor:pointer;
  padding:16px 18px;
  color:var(--ink);
  font-weight:900;
}

.xgb-pack-faq details p{
  margin:0;
  padding:0 18px 18px;
  color:#5e646b;
  font-size:14.5px;
}

/* ====== RESPONSIVE ====== */

@media(max-width:1120px){
  .xgb-pack-grid{
    grid-template-columns:1fr;
    gap:20px;
  }

  .xgb-pack-card{
    display:grid;
    grid-template-columns:210px minmax(0,.8fr) minmax(0,1fr);
    gap:24px;
    align-items:start;
  }

  .xgb-pack-card-head,
  .xgb-pack-price,
  .xgb-pack-desc,
  .xgb-pack-included,
  .xgb-pack-card-cta{
    min-width:0;
  }

  .xgb-pack-price{
    margin:0;
    padding:10px 0 20px;
    border-top:0;
  }

  .xgb-pack-desc{
    min-height:0;
    margin:0 0 14px;
  }

  .xgb-pack-included{
    grid-column:3;
    grid-row:1 / span 3;
    margin:0;
  }

  .xgb-pack-card-cta{
    grid-column:1 / span 2;
    width:auto;
  }
}

@media(max-width:820px){
  .xgb-pack-hero{
    display:block;
  }

  .xgb-pack-hero-actions{
    margin-top:22px;
  }

  .xgb-pack-compare-grid{
    grid-template-columns:1fr;
  }

  .xgb-pack-demo,
  .xgb-pack-final-cta{
    display:block;
  }

  .xgb-pack-demo .xgb-pack-hero-actions{
    margin-top:20px;
  }

  .xgb-pack-card{
    display:flex;
  }

  .xgb-pack-price{
    margin:22px 0 8px;
    padding:20px 0 17px;
    border-top:1px solid #eceef0;
  }

  .xgb-pack-desc{
    margin:17px 0 22px;
  }

  .xgb-pack-included{
    margin-bottom:24px;
  }

  .xgb-pack-card-cta{
    width:100%;
  }
}

@media(max-width:640px){
  .xgb-pack-breadcrumb{padding:15px 16px 5px}
  .xgb-pack-main{padding:12px 16px 44px}

  .xgb-pack-hero{
    padding:27px 21px;
    border-radius:22px;
  }

  .xgb-pack-hero h1{
    font-size:32px;
  }

  .xgb-pack-section{
    padding:22px 18px;
    border-radius:20px;
  }

  .xgb-pack-grid{
    gap:16px;
  }

  .xgb-pack-card{
    padding:24px 21px;
    border-radius:20px;
  }

  .xgb-pack-price-row strong{
    font-size:52px;
  }

  .xgb-pack-price-row span{
    font-size:14px;
  }

  .xgb-pack-desc{
    min-height:0;
  }

  .xgb-pack-hero-actions{
    flex-direction:column;
  }

  .xgb-pack-btn{
    width:100%;
  }

  .xgb-pack-demo,
  .xgb-pack-final-cta{
    padding:22px 18px;
    border-radius:20px;
  }
}

/* ===== Featured Image Slot ===== */
.xgb-pack-featured-image{
  margin:30px 0 0;
  padding:0;
  border:1px solid var(--orange-line);
  border-radius:24px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 16px 38px rgba(17,19,22,.05);
}

.xgb-pack-featured-image img{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:16 / 9;
  object-fit:cover;
  background:#f4f5f6;
}
@media(max-width:640px){
  .xgb-pack-featured-image{
    margin-top:20px;
    padding:10px;
    border-radius:18px;
  }

  .xgb-pack-featured-image img{
    border-radius:14px;
  }

  }/* End custom CSS */