/*
 * GCK UMRAH DETAIL — v2.2.5
 * Layout follows GCK Master palette:
 * Purple #35116F / #29105F
 * Gold   #C69A32
 * Soft   #FAF9FC / #FAF9F7
 */

.gck-umrah-detail-page{
  width:100%;
  overflow:hidden;
  background:var(--gck-white,#fff);
  color:var(--gck-text,#3d3942);
}

.gck-umrah-detail-main{
  padding:72px 0 84px;
}

.gck-umrah-detail-main .gck-container{
  width:min(1180px,calc(100% - 96px));
  margin:0 auto;
}

.gck-umrah-detail-top{
  display:grid;
  grid-template-columns:minmax(0,45%) minmax(0,55%);
  gap:48px;
  align-items:start;
}

/* =========================
   POSTER
   ========================= */
.gck-umrah-detail-image{
  width:100%;
  aspect-ratio:4/3;
  border:1px solid var(--gck-border-soft,#eee9e1);
  border-radius:20px;
  overflow:hidden;
  background:var(--gck-cream,#f8f6f2);
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 18px 45px rgba(36,16,74,.09);
}

.gck-umrah-detail-image__img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
}

/* =========================
   PROGRAM SUMMARY
   ========================= */
.gck-umrah-detail-summary{
  padding:3px 0 0;
}

.gck-umrah-detail-kicker{
  display:block;
  margin:0 0 9px;
  color:var(--gck-gold-dark,#b88620);
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.18em;
  line-height:1.4;
  text-transform:uppercase;
}

.gck-umrah-detail-summary h1{
  margin:0 0 22px;
  color:var(--gck-purple-dark,#29105f);
  font-size:clamp(2rem,3.2vw,3rem);
  font-weight:700;
  line-height:1.08;
  letter-spacing:-.025em;
}

/* =========================
   QUICK FACTS
   ========================= */
.gck-umrah-detail-facts{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin-bottom:25px;
}

.gck-umrah-detail-facts>div{
  min-height:76px;
  padding:14px 15px;
  border:1px solid var(--gck-border,#e7dfd3);
  border-radius:12px;
  background:#fff;
}

.gck-umrah-detail-facts small{
  display:block;
  margin-bottom:6px;
  color:var(--gck-muted,#716b75);
  font-size:.69rem;
  line-height:1.3;
}

.gck-umrah-detail-facts strong{
  display:block;
  color:var(--gck-purple-dark,#29105f);
  font-size:.88rem;
  line-height:1.4;
}

/* =========================
   PRICES
   ========================= */
.gck-umrah-detail-prices{
  padding:20px 0 22px;
  border-top:1px solid var(--gck-border-soft,#eee9e1);
  border-bottom:1px solid var(--gck-border-soft,#eee9e1);
}

.gck-umrah-detail-prices__heading{
  margin-bottom:13px;
}

.gck-umrah-detail-prices__heading span{
  display:block;
  color:var(--gck-muted,#716b75);
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.14em;
}

.gck-umrah-detail-prices__heading strong{
  display:block;
  margin-top:4px;
  color:var(--gck-purple-dark,#29105f);
  font-size:1.05rem;
  line-height:1.35;
}

.gck-umrah-detail-price-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}

.gck-umrah-detail-price-card{
  position:relative;
  min-width:0;
  padding:17px 14px 16px;
  border:1px solid rgba(53,17,111,.13);
  border-radius:14px;
  background:var(--gck-purple-soft,#faf9fc);
}

.gck-umrah-detail-price-card.is-starting{
  border-color:rgba(198,154,50,.65);
  box-shadow:inset 0 2px 0 var(--gck-gold,#c69a32);
}

.gck-umrah-detail-price-card em{
  display:block;
  margin-bottom:6px;
  color:var(--gck-gold-dark,#b88620);
  font-size:.62rem;
  font-style:normal;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.gck-umrah-detail-price-card>span{
  display:block;
  color:var(--gck-purple-dark,#29105f);
  font-size:.76rem;
  font-weight:800;
  letter-spacing:.09em;
}

.gck-umrah-detail-price-card small{
  display:block;
  min-height:31px;
  margin-top:5px;
  color:var(--gck-muted,#716b75);
  font-size:.68rem;
  line-height:1.35;
}

.gck-umrah-detail-price-card>strong{
  display:block;
  margin-top:8px;
  color:var(--gck-purple-dark,#29105f);
  font-size:1rem;
  line-height:1.25;
}

/* =========================
   HOTELS
   ========================= */
.gck-umrah-detail-hotels{
  padding-top:21px;
}

.gck-umrah-detail-hotels__heading{
  display:flex;
  align-items:baseline;
  justify-content:space-between;
  gap:15px;
  margin-bottom:11px;
}

.gck-umrah-detail-hotels__heading .gck-umrah-detail-kicker{
  margin:0;
}

.gck-umrah-detail-hotels__heading h2{
  margin:0;
  color:var(--gck-purple-dark,#29105f);
  font-size:1.15rem;
}

.gck-umrah-detail-hotel-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}

.gck-umrah-detail-hotel-card{
  padding:14px 15px;
  border:1px solid var(--gck-border,#e7dfd3);
  border-radius:12px;
  background:var(--gck-offwhite,#faf9f7);
}

.gck-umrah-detail-hotel-card span{
  display:block;
  margin-bottom:5px;
  color:var(--gck-gold-dark,#b88620);
  font-size:.63rem;
  font-weight:800;
  letter-spacing:.12em;
}

.gck-umrah-detail-hotel-card strong{
  display:block;
  color:var(--gck-purple-dark,#29105f);
  font-size:.86rem;
  line-height:1.4;
}

/* =========================
   CTA
   ========================= */
.gck-umrah-detail-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:22px;
}

.gck-umrah-detail-button{
  display:inline-flex;
  min-height:44px;
  align-items:center;
  justify-content:center;
  padding:0 20px;
  border-radius:6px;
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.05em;
  text-decoration:none;
  text-transform:uppercase;
  transition:transform .2s ease,background .2s ease,border-color .2s ease,color .2s ease;
}

.gck-umrah-detail-button:hover{
  transform:translateY(-2px);
}

.gck-umrah-detail-button--primary{
  background:var(--gck-purple,#35116f);
  border:1px solid var(--gck-purple,#35116f);
  color:#fff;
}

.gck-umrah-detail-button--primary:hover{
  background:var(--gck-gold,#c69a32);
  border-color:var(--gck-gold,#c69a32);
  color:#fff;
}

.gck-umrah-detail-button--secondary{
  background:#fff;
  border:1px solid rgba(53,17,111,.22);
  color:var(--gck-purple,#35116f);
}

.gck-umrah-detail-button--secondary:hover{
  background:var(--gck-purple,#35116f);
  border-color:var(--gck-purple,#35116f);
  color:#fff;
}

/* =========================
   OPTIONAL DESCRIPTION
   ========================= */
.gck-umrah-detail-description{
  max-width:900px;
  margin:62px auto 0;
  padding-top:40px;
  border-top:1px solid var(--gck-border-soft,#eee9e1);
  color:var(--gck-text,#3d3942);
  font-size:.95rem;
  line-height:1.8;
}

.gck-umrah-detail-description h2,
.gck-umrah-detail-description h3{
  color:var(--gck-purple-dark,#29105f);
}

/* =========================
   ITINERARY
   ========================= */
.gck-ui-front{
  max-width:1100px;
  margin:70px auto 0;
  padding:0 24px;
  color:var(--gck-purple-dark,#29105f);
}

.gck-ui-front-head{
  margin-bottom:38px;
  text-align:center;
}

.gck-ui-front-head>span{
  color:var(--gck-gold-dark,#b88620);
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.18em;
}

.gck-ui-front-head h2{
  margin:9px 0 10px;
  color:var(--gck-purple-dark,#29105f);
  font-size:clamp(1.9rem,3vw,2.45rem);
  line-height:1.15;
  letter-spacing:-.02em;
}

.gck-ui-front-head p{
  max-width:680px;
  margin:0 auto;
  color:var(--gck-muted,#716b75);
  line-height:1.7;
}

.gck-ui-front-list{
  position:relative;
}

.gck-ui-front-list:before{
  content:"";
  position:absolute;
  left:28px;
  top:0;
  bottom:0;
  width:1px;
  background:var(--gck-border,#e7dfd3);
}

.gck-ui-front-day{
  position:relative;
  display:grid;
  grid-template-columns:58px 1fr;
  gap:20px;
  margin-bottom:22px;
}

.gck-ui-front-number{
  position:relative;
  z-index:1;
  width:56px;
  height:56px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:3px solid #fff;
  border-radius:50%;
  background:var(--gck-purple,#35116f);
  color:#fff;
  font-size:.78rem;
  font-weight:800;
  box-shadow:0 4px 12px rgba(36,16,74,.12);
}

.gck-ui-front-content{
  padding:21px 23px;
  border:1px solid var(--gck-border,#e7dfd3);
  border-radius:14px;
  background:#fff;
  box-shadow:0 7px 22px rgba(36,16,74,.04);
}

.gck-ui-front-title span{
  display:block;
  margin-bottom:4px;
  color:var(--gck-gold-dark,#b88620);
  font-size:.7rem;
  font-weight:700;
}

.gck-ui-front-title h3{
  margin:0 0 11px;
  color:var(--gck-purple-dark,#29105f);
  font-size:1.18rem;
  line-height:1.3;
}

.gck-ui-front-content ul{
  margin:0;
  padding-left:20px;
}

.gck-ui-front-content li{
  margin:5px 0;
  color:var(--gck-text,#3d3942);
  line-height:1.6;
}

.gck-ui-front-note{
  margin-top:28px;
  padding:15px 18px;
  border-left:3px solid var(--gck-gold,#c69a32);
  border-radius:0 10px 10px 0;
  background:var(--gck-offwhite,#faf9f7);
  color:var(--gck-text,#3d3942);
  line-height:1.6;
}

.gck-ui-front-note strong{
  color:var(--gck-purple-dark,#29105f);
}

/* =========================
   LOWER INFORMATION SECTIONS
   ========================= */
.gck-detail-section{
  max-width:1100px;
  margin:72px auto 0;
  padding:0 24px;
  color:var(--gck-purple-dark,#29105f);
}

.gck-detail-heading{
  margin-bottom:34px;
  text-align:center;
}

.gck-detail-heading>span,
.gck-info-panel>span{
  display:block;
  margin-bottom:9px;
  color:var(--gck-gold-dark,#b88620);
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.15em;
  text-transform:uppercase;
}

.gck-detail-heading h2,
.gck-info-panel h2{
  margin:0 0 10px;
  color:var(--gck-purple-dark,#29105f);
  font-size:clamp(1.8rem,3vw,2.35rem);
  line-height:1.15;
}

.gck-detail-heading p{
  max-width:720px;
  margin:0 auto;
  color:var(--gck-muted,#716b75);
  line-height:1.7;
}

.gck-fasilitas-grid,
.gck-info-two-col{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}

.gck-fasilitas-box,
.gck-info-panel{
  padding:27px;
  border:1px solid var(--gck-border,#e7dfd3);
  border-radius:17px;
  background:#fff;
  box-shadow:0 9px 28px rgba(36,16,74,.04);
}

.gck-fasilitas-icon{
  width:37px;
  height:37px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:14px;
  border-radius:50%;
  background:var(--gck-purple,#35116f);
  color:#fff;
  font-size:18px;
  font-weight:800;
}

.gck-fasilitas-box h3{
  margin:0 0 14px;
  color:var(--gck-purple-dark,#29105f);
  font-size:1.2rem;
}

.gck-fasilitas-box ul,
.gck-info-panel ol{
  margin:0;
  padding-left:21px;
}

.gck-fasilitas-box li,
.gck-info-panel li{
  margin:7px 0;
  color:var(--gck-text,#3d3942);
  line-height:1.6;
}

.gck-fasilitas-box li::marker,
.gck-info-panel li::marker{
  color:var(--gck-gold,#c69a32);
  font-weight:700;
}

.gck-excluded .gck-fasilitas-icon{
  background:var(--gck-offwhite,#faf9f7);
  color:var(--gck-purple-dark,#29105f);
}

.gck-perlengkapan{
  margin-top:27px;
  padding:27px;
  border:1px solid var(--gck-border,#e7dfd3);
  border-radius:17px;
  background:var(--gck-purple-soft,#faf9fc);
}

.gck-detail-subheading{
  margin-bottom:17px;
}

.gck-detail-subheading span{
  display:block;
  margin-bottom:6px;
  color:var(--gck-gold-dark,#b88620);
  font-size:.7rem;
  font-weight:800;
  letter-spacing:.13em;
}

.gck-detail-subheading h3{
  margin:0;
  color:var(--gck-purple-dark,#29105f);
  font-size:1.25rem;
}

.gck-perlengkapan-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:9px 13px;
}

.gck-perlengkapan-list div{
  padding:12px 14px;
  border:1px solid var(--gck-border-soft,#eee9e1);
  border-radius:11px;
  background:#fff;
  color:var(--gck-text,#3d3942);
  line-height:1.45;
}

.gck-flight-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:13px;
}

.gck-flight-card{
  padding:19px;
  border:1px solid var(--gck-border,#e7dfd3);
  border-radius:15px;
  background:#fff;
  box-shadow:0 7px 22px rgba(36,16,74,.04);
}

.gck-flight-card strong{
  display:block;
  margin-bottom:6px;
  color:var(--gck-purple-dark,#29105f);
}

.gck-flight-card span{
  display:block;
  color:var(--gck-text,#3d3942);
  line-height:1.5;
}

.gck-flight-card small{
  display:block;
  margin-top:7px;
  color:var(--gck-muted,#716b75);
  line-height:1.45;
}

.gck-cancellation{
  max-width:1100px;
  background:var(--gck-purple-soft,#faf9fc);
}

.gck-terms-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:13px;
}

.gck-term-card{
  padding:21px;
  border:1px solid var(--gck-border,#e7dfd3);
  border-radius:14px;
  background:#fff;
  color:var(--gck-text,#3d3942);
  line-height:1.7;
}

.gck-term-card p{
  margin:0 0 9px;
}

.gck-term-card p:last-child{
  margin-bottom:0;
}

.gck-umrah-detail-note{
  max-width:1100px;
  margin:30px auto 0;
  padding:16px 19px;
  border-left:3px solid var(--gck-gold,#c69a32);
  border-radius:0 10px 10px 0;
  background:var(--gck-offwhite,#faf9f7);
  color:#514b5d;
  line-height:1.65;
}

/* =========================
   RESPONSIVE
   ========================= */
@media(max-width:1050px){
  .gck-umrah-detail-main .gck-container{
    width:min(1180px,calc(100% - 64px));
  }
  .gck-umrah-detail-top{
    gap:32px;
  }
  .gck-flight-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:900px){
  .gck-umrah-detail-top{
    grid-template-columns:1fr;
  }
  .gck-umrah-detail-image{
    max-width:720px;
    margin:0 auto;
  }
  .gck-umrah-detail-summary{
    max-width:720px;
    width:100%;
    margin:0 auto;
  }
  .gck-terms-list{
    grid-template-columns:1fr;
  }
}

@media(max-width:700px){
  .gck-umrah-detail-main{
    padding:46px 0 62px;
  }
  .gck-umrah-detail-main .gck-container{
    width:calc(100% - 32px);
  }
  .gck-umrah-detail-image{
    border-radius:14px;
  }
  .gck-umrah-detail-summary h1{
    font-size:2rem;
  }
  .gck-umrah-detail-facts,
  .gck-umrah-detail-price-grid,
  .gck-umrah-detail-hotel-grid,
  .gck-fasilitas-grid,
  .gck-info-two-col,
  .gck-flight-grid{
    grid-template-columns:1fr;
  }
  .gck-umrah-detail-actions{
    display:grid;
    grid-template-columns:1fr;
  }
  .gck-umrah-detail-button{
    width:100%;
  }
  .gck-ui-front,
  .gck-detail-section{
    margin-top:52px;
    padding-left:16px;
    padding-right:16px;
  }
  .gck-ui-front-head h2{
    font-size:1.85rem;
  }
  .gck-ui-front-day{
    grid-template-columns:44px 1fr;
    gap:12px;
  }
  .gck-ui-front-list:before{
    left:21px;
  }
  .gck-ui-front-number{
    width:44px;
    height:44px;
    font-size:.7rem;
  }
  .gck-ui-front-content{
    padding:16px;
  }
  .gck-ui-front-title h3{
    font-size:1.05rem;
  }
  .gck-perlengkapan-list{
    grid-template-columns:1fr;
  }
  .gck-fasilitas-box,
  .gck-perlengkapan,
  .gck-info-panel{
    padding:22px;
  }
  .gck-detail-heading{
    margin-bottom:25px;
  }
}

/* =========================
   v2.2.6 — PAGE BALANCE
   ========================= */
.gck-umrah-detail-top{
  align-items:stretch;
}
.gck-umrah-detail-image{
  align-self:start;
  min-height:0;
}
.gck-umrah-detail-summary{
  display:flex;
  flex-direction:column;
}
.gck-umrah-detail-summary h1{
  max-width:680px;
}
.gck-umrah-detail-facts{
  grid-template-columns:repeat(3,minmax(0,1fr));
}
.gck-umrah-detail-prices__heading strong{
  color:var(--gck-muted,#716b75);
  font-size:.78rem;
  font-weight:600;
}
.gck-umrah-detail-price-card{
  min-height:124px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
}
.gck-umrah-detail-price-card>strong{
  font-size:1.08rem;
}
.gck-umrah-detail-price-card>b{
  display:block;
  margin-top:4px;
  color:var(--gck-muted,#716b75);
  font-size:.64rem;
  font-weight:600;
}
.gck-umrah-detail-hotels__heading{
  justify-content:flex-start;
  align-items:baseline;
}
.gck-umrah-detail-hotels__heading h2{
  font-size:.95rem;
  font-weight:700;
}
.gck-umrah-detail-actions{
  margin-top:auto;
  padding-top:22px;
}
.gck-detail-section + .gck-detail-section{
  margin-top:64px;
}
@media(max-width:900px){
  .gck-umrah-detail-actions{margin-top:0}
}


/* =========================
   v2.2.9 — CTA UNDER POSTER SPACING
   Tombol aksi ditempatkan di ruang kosong tepat di bawah poster.
   Warna tetap mengikuti palet GCK yang sudah ada.
   ========================= */
.gck-umrah-detail-media{
  width:100%;
}
.gck-umrah-detail-media .gck-umrah-detail-actions--under-image{
  margin-top:30px;
  padding-top:0;
  justify-content:center;
}
.gck-umrah-detail-media .gck-umrah-detail-button{
  flex:0 1 auto;
}
@media(max-width:900px){
  .gck-umrah-detail-media{
    max-width:720px;
    margin:0 auto;
  }
}
@media(max-width:700px){
  .gck-umrah-detail-media .gck-umrah-detail-actions--under-image{
    display:grid;
    grid-template-columns:1fr;
  }
}
