/* =====================================================
   Portal Informasi Jawa Barat
   Desain: Editorial Modern · Emerald · Beige · Gold
   ===================================================== */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400;1,600&family=Inter:wght@300;400;500;600;700&display=swap');

/* ── Tokens ── */
:root {
  --em:        #064E3B;   /* emerald dark */
  --em-mid:    #065F46;
  --em-br:     #10B981;   /* emerald bright */
  --em-light:  #D1FAE5;
  --em-pale:   #ECFDF5;
  --gold:      #B7860B;
  --gold-l:    #FEF3C7;
  --gold-br:   #F59E0B;
  --beige:     #F5F0E8;
  --beige-d:   #EDE8DC;
  --cream:     #FAFAF7;
  --ch:        #1C1C1E;   /* charcoal */
  --ch-m:      #3A3A3C;
  --ch-l:      #6E6E73;
  --border:    #E5E5EA;
  --white:     #FFFFFF;

  --fd: 'Playfair Display', Georgia, serif;
  --fs: 'Inter', -apple-system, sans-serif;

  --r1:  4px;
  --r2:  10px;
  --r3:  18px;
  --r4:  28px;
  --r5:  48px;

  --sh1: 0 1px 3px rgba(0,0,0,.06);
  --sh2: 0 4px 16px rgba(0,0,0,.09);
  --sh3: 0 16px 48px rgba(0,0,0,.13);

  --tr: .24s ease;
  --w:  1200px;
}

/* ── Reset ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: var(--fs); color: var(--ch-m); background: var(--cream); line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
ul, ol { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }

/* ── Layout ── */
.container { max-width: var(--w); margin: 0 auto; padding: 0 28px; }
.section    { padding: 96px 0; }
.section-sm { padding: 64px 0; }
.section-xs { padding: 40px 0; }

/* ── Type ── */
.kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
}
.kicker::after {
  content: '';
  display: block;
  width: 32px; height: 1px;
  background: var(--gold);
}

.display {
  font-family: var(--fd);
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 700;
  color: var(--ch);
  line-height: 1.12;
  margin-bottom: 18px;
}
.display em { font-style: italic; color: var(--em-mid); }

.lead {
  font-size: 1.06rem;
  color: var(--ch-l);
  line-height: 1.78;
  max-width: 560px;
}

.heading {
  font-family: var(--fd);
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  font-weight: 700;
  color: var(--ch);
  line-height: 1.16;
  margin-bottom: 14px;
}
.heading em { font-style: italic; color: var(--em-mid); }

.sub {
  font-size: .95rem;
  color: var(--ch-l);
  line-height: 1.75;
  max-width: 520px;
}

.tc { text-align: center; }
.tc .lead, .tc .sub { margin: 0 auto; }
.tc .kicker { margin-left: auto; margin-right: auto; }

/* ── Buttons ── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 28px;
  border-radius: var(--r2);
  font-family: var(--fs);
  font-weight: 600;
  font-size: .88rem;
  letter-spacing: .01em;
  transition: all var(--tr);
  white-space: nowrap;
}
.btn-em {
  background: var(--em);
  color: var(--white);
  box-shadow: 0 3px 12px rgba(6,78,59,.28);
}
.btn-em:hover { background: var(--em-mid); transform: translateY(-2px); box-shadow: 0 7px 20px rgba(6,78,59,.32); }

.btn-gold {
  background: var(--gold-br);
  color: var(--white);
  box-shadow: 0 3px 12px rgba(245,158,11,.3);
}
.btn-gold:hover { background: #D97706; transform: translateY(-2px); }

.btn-outline {
  border: 1.5px solid var(--ch);
  color: var(--ch);
}
.btn-outline:hover { background: var(--ch); color: var(--white); }

.btn-outline-white {
  border: 1.5px solid rgba(255,255,255,.65);
  color: var(--white);
}
.btn-outline-white:hover { background: rgba(255,255,255,.12); border-color: var(--white); }

.btn-white { background: var(--white); color: var(--em); font-weight: 700; }
.btn-white:hover { background: var(--em-light); transform: translateY(-2px); }

/* ── Navbar ── */
.navbar {
  position: sticky;
  top: 0; z-index: 999;
  background: rgba(250,250,247,.95);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
  transition: box-shadow var(--tr);
}
.navbar.scrolled { box-shadow: var(--sh2); }
.nb-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
}
.nb-brand { display: flex; align-items: center; gap: 12px; }
.nb-brand img { height: 36px; width: auto; }
.nb-name { font-family: var(--fd); font-weight: 700; font-size: .95rem; color: var(--em); line-height: 1.2; display: block; }
.nb-tag  { font-size: .66rem; color: var(--ch-l); letter-spacing: .06em; text-transform: uppercase; display: block; }

.nb-nav { display: flex; align-items: center; gap: 2px; }
.nb-link {
  padding: 7px 13px;
  border-radius: var(--r2);
  font-size: .83rem;
  font-weight: 500;
  color: var(--ch-l);
  transition: all var(--tr);
}
.nb-link:hover { color: var(--em); background: var(--em-pale); }
.nb-link.on { color: var(--em); font-weight: 700; background: var(--em-pale); }
.nb-link.cta {
  background: var(--em);
  color: var(--white);
  margin-left: 10px;
  padding: 8px 18px;
}
.nb-link.cta:hover { background: var(--em-mid); color: var(--white); }

.hbg {
  display: none;
  flex-direction: column;
  gap: 5px;
  width: 40px; height: 40px;
  padding: 8px;
  border-radius: var(--r2);
}
.hbg:hover { background: var(--em-pale); }
.hbg span { display: block; height: 1.5px; background: var(--ch); border-radius: 2px; transition: all var(--tr); }

.mob-nav {
  display: none;
  flex-direction: column;
  gap: 3px;
  background: var(--cream);
  border-top: 1px solid var(--border);
  padding: 14px 28px 20px;
}
.mob-nav.open { display: flex; }
.mob-nav .nb-link { padding: 12px 16px; border-radius: var(--r3); font-size: .92rem; }

/* ── Breadcrumb ── */
.bc-bar {
  background: var(--beige);
  border-bottom: 1px solid var(--beige-d);
  padding: 11px 0;
}
.bc {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: .76rem;
  color: var(--ch-l);
}
.bc a { color: var(--em); transition: color var(--tr); }
.bc a:hover { color: var(--em-mid); }
.bc-sep { color: var(--border); }
.bc-cur { color: var(--ch-m); font-weight: 600; }

/* ── Editorial Hero ── */
.hero {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-veil {
  position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(6,30,20,.88) 42%, rgba(6,78,59,.5) 100%);
}
.hero-inner {
  position: relative; z-index: 2;
  padding: 100px 0 120px;
  color: var(--white);
  max-width: 680px;
}
.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.22);
  padding: 6px 16px;
  border-radius: var(--r5);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 28px;
  color: rgba(255,255,255,.88);
}
.hero-pill .g { color: var(--gold-br); }
.hero h1 {
  font-family: var(--fd);
  font-size: clamp(2.4rem, 5.5vw, 4.4rem);
  font-weight: 700;
  line-height: 1.07;
  margin-bottom: 22px;
}
.hero h1 em { font-style: italic; color: var(--gold-br); }
.hero .desc {
  font-size: 1.08rem;
  opacity: .84;
  line-height: 1.78;
  max-width: 520px;
  margin-bottom: 40px;
}
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }

/* ── Page hero (inner pages) ── */
.pg-hero {
  position: relative;
  height: 380px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
.pg-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.pg-hero-veil {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(6,30,20,.9) 38%, rgba(6,30,20,.25) 100%);
}
.pg-hero-body {
  position: relative; z-index: 2;
  padding: 44px 0;
  color: var(--white);
}
.pg-hero h1 {
  font-family: var(--fd);
  font-size: clamp(2rem, 4.2vw, 3rem);
  line-height: 1.12;
  margin-bottom: 12px;
}
.pg-hero p { font-size: 1.02rem; opacity: .82; max-width: 580px; line-height: 1.72; }
.pg-hero .kicker { color: var(--gold-br); margin-bottom: 12px; }
.pg-hero .kicker::after { background: var(--gold-br); }

/* ── Strip ── */
.stat-strip { background: var(--em); padding: 28px 0; }
.stat-row {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 1px;
  background: rgba(255,255,255,.08);
  border-radius: var(--r3);
  overflow: hidden;
}
.stat-cell {
  background: var(--em);
  padding: 24px 28px;
  color: var(--white);
  border-right: 1px solid rgba(255,255,255,.1);
}
.stat-cell:last-child { border-right: none; }
.stat-icon { font-size: 1.6rem; margin-bottom: 8px; }
.stat-lbl { font-size: .73rem; color: rgba(255,255,255,.55); text-transform: uppercase; letter-spacing: .08em; margin-bottom: 4px; }
.stat-val { font-size: .95rem; font-weight: 700; color: var(--gold-br); }

/* ── Editorial highlight strip ── */
.ed-strip {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: var(--r3);
  overflow: hidden;
  margin-bottom: 64px;
}
.ed-cell {
  background: var(--white);
  padding: 32px 30px;
  transition: background var(--tr);
}
.ed-cell:hover { background: var(--em-pale); }
.ed-cell .num {
  font-family: var(--fd);
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--em-light);
  line-height: 1;
  margin-bottom: 12px;
}
.ed-cell h3 { font-size: .98rem; font-weight: 700; color: var(--ch); margin-bottom: 8px; }
.ed-cell p  { font-size: .83rem; color: var(--ch-l); line-height: 1.68; }

/* ── Info cards ── */
.ic-grid-4 { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.ic-grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.ic-grid-2 { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; }

.ic {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r3);
  padding: 28px 24px;
  transition: all var(--tr);
}
.ic:hover { transform: translateY(-4px); box-shadow: var(--sh3); border-color: var(--em-light); }
.ic-icon {
  width: 48px; height: 48px;
  background: var(--em-pale);
  border-radius: var(--r2);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 18px;
  transition: all var(--tr);
}
.ic:hover .ic-icon { background: var(--em); transform: scale(1.06); }
.ic h3 { font-size: .96rem; font-weight: 700; color: var(--ch); margin-bottom: 9px; }
.ic p  { font-size: .84rem; color: var(--ch-l); line-height: 1.7; }

/* ── Feature split ── */
.fsplit {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  padding: 72px 0;
  border-bottom: 1px solid var(--border);
}
.fsplit:last-child { border-bottom: none; }
.fsplit.rev .ft-txt { order: 2; }
.fsplit.rev .ft-img { order: 1; }
.ft-img {
  border-radius: var(--r4);
  overflow: hidden;
  box-shadow: var(--sh3);
  aspect-ratio: 4/3;
}
.ft-img img { width: 100%; height: 100%; object-fit: cover; }
.ft-txt .kicker { margin-bottom: 16px; }
.ft-txt h2 { margin-bottom: 16px; }
.ft-txt p  { margin-bottom: 24px; }

/* ── Checklist ── */
.cklist { display: flex; flex-direction: column; gap: 11px; margin-bottom: 24px; }
.cklist li {
  display: flex; align-items: flex-start; gap: 12px;
  font-size: .9rem; color: var(--ch-m);
}
.cklist li::before {
  content: '✓';
  flex-shrink: 0;
  width: 20px; height: 20px;
  background: var(--em);
  color: var(--white);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: .62rem; font-weight: 700; margin-top: 1px;
}

/* ── Timeline ── */
.timeline { display: flex; flex-direction: column; gap: 0; }
.tl-item {
  display: flex;
  gap: 24px;
  position: relative;
  padding-bottom: 36px;
}
.tl-item:last-child { padding-bottom: 0; }
.tl-item:last-child .tl-line { display: none; }
.tl-dot-col { display: flex; flex-direction: column; align-items: center; flex-shrink: 0; width: 44px; }
.tl-dot {
  width: 44px; height: 44px;
  background: var(--em);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--white); font-size: 1rem; font-weight: 700;
  flex-shrink: 0;
  box-shadow: 0 3px 12px rgba(6,78,59,.3);
}
.tl-line { flex: 1; width: 2px; background: var(--em-light); margin-top: 6px; }
.tl-body { padding-top: 10px; }
.tl-tag { font-size: .7rem; font-weight: 700; color: var(--gold); text-transform: uppercase; letter-spacing: .1em; margin-bottom: 4px; }
.tl-body h4 { font-weight: 700; font-size: .96rem; color: var(--ch); margin-bottom: 6px; }
.tl-body p  { font-size: .85rem; color: var(--ch-l); line-height: 1.68; }

/* ── Destination cards ── */
.dest-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.dc {
  border-radius: var(--r4);
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--border);
  box-shadow: var(--sh1);
  transition: all var(--tr);
  cursor: pointer;
}
.dc:hover { transform: translateY(-6px); box-shadow: var(--sh3); }
.dc-img { position: relative; height: 210px; overflow: hidden; }
.dc-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.dc:hover .dc-img img { transform: scale(1.06); }
.dc-badge {
  position: absolute; top: 14px; left: 14px;
  background: rgba(255,255,255,.9);
  color: var(--em);
  font-size: .68rem; font-weight: 700;
  padding: 4px 12px;
  border-radius: var(--r5);
  letter-spacing: .06em; text-transform: uppercase;
  backdrop-filter: blur(6px);
}
.dc-body { padding: 22px 22px 26px; }
.dc-body h3 {
  font-family: var(--fd);
  font-size: 1.15rem; font-weight: 700;
  color: var(--ch); margin-bottom: 8px; line-height: 1.22;
}
.dc-body p { font-size: .84rem; color: var(--ch-l); line-height: 1.68; margin-bottom: 14px; }
.dc-foot {
  display: flex; align-items: center; justify-content: space-between;
}
.dc-tag { font-size: .75rem; color: var(--em); font-weight: 600; }
.dc-arrow {
  width: 30px; height: 30px;
  background: var(--em-pale);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: .8rem; color: var(--em);
  transition: all var(--tr);
}
.dc:hover .dc-arrow { background: var(--em); color: var(--white); }

/* ── Horizontal cards (Potensi) ── */
.hc-list { display: flex; flex-direction: column; gap: 16px; }
.hc {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r3);
  padding: 24px;
  transition: all var(--tr);
}
.hc:hover { border-color: var(--em-light); box-shadow: var(--sh2); transform: translateX(4px); }
.hc-num {
  flex-shrink: 0;
  font-family: var(--fd);
  font-size: 2rem; font-weight: 700;
  color: var(--em-light);
  line-height: 1;
  min-width: 48px;
}
.hc-body h4 { font-weight: 700; font-size: .96rem; color: var(--ch); margin-bottom: 6px; }
.hc-body p  { font-size: .84rem; color: var(--ch-l); line-height: 1.68; }
.hc-tag {
  flex-shrink: 0;
  margin-left: auto;
  padding: 5px 14px;
  background: var(--em-pale);
  color: var(--em);
  border-radius: var(--r5);
  font-size: .72rem;
  font-weight: 700;
  white-space: nowrap;
  align-self: flex-start;
}

/* ── Checklist panel ── */
.cl-panel {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r3);
  overflow: hidden;
}
.cl-panel-head {
  background: var(--em);
  color: var(--white);
  padding: 18px 24px;
  font-weight: 700;
  font-size: .96rem;
  display: flex;
  align-items: center;
  gap: 10px;
}
.cl-panel-body { padding: 20px 24px 24px; }
.cl-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--beige);
  font-size: .86rem;
  color: var(--ch-m);
}
.cl-item:last-child { border-bottom: none; }
.cl-check {
  flex-shrink: 0;
  width: 20px; height: 20px;
  border: 1.5px solid var(--em-light);
  border-radius: var(--r1);
  background: var(--em-pale);
  display: flex; align-items: center; justify-content: center;
  font-size: .65rem; color: var(--em); font-weight: 700;
  margin-top: 1px;
}

/* ── FAQ ── */
.faq-stack { display: flex; flex-direction: column; gap: 10px; }
.faq-it {
  border: 1.5px solid var(--border);
  border-radius: var(--r2);
  overflow: hidden;
  transition: border-color var(--tr);
}
.faq-it.on { border-color: var(--em); }
.faq-q {
  width: 100%;
  display: flex; align-items: center;
  justify-content: space-between; gap: 16px;
  padding: 18px 22px;
  text-align: left;
  font-weight: 600; font-size: .92rem;
  color: var(--ch);
  background: var(--white);
  transition: background var(--tr);
}
.faq-q:hover { background: var(--cream); }
.faq-it.on .faq-q { background: var(--em-pale); }
.faq-ico {
  flex-shrink: 0;
  width: 26px; height: 26px;
  border-radius: 50%;
  background: var(--beige);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem; color: var(--em);
  transition: all var(--tr);
}
.faq-it.on .faq-ico { background: var(--em); color: var(--white); transform: rotate(45deg); }
.faq-a {
  display: none;
  padding: 0 22px 18px;
  font-size: .86rem; color: var(--ch-l); line-height: 1.76;
  background: var(--em-pale);
}
.faq-it.on .faq-a { display: block; }

/* ── CTA banner ── */
.cta-block {
  background: linear-gradient(130deg, var(--em) 0%, var(--em-mid) 50%, #059669 100%);
  border-radius: var(--r4);
  padding: 72px 64px;
  text-align: center;
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.cta-block::before {
  content: ''; position: absolute;
  width: 480px; height: 480px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.07);
  right: -120px; top: -160px;
  pointer-events: none;
}
.cta-block::after {
  content: ''; position: absolute;
  width: 320px; height: 320px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.05);
  left: -80px; bottom: -100px;
  pointer-events: none;
}
.cta-block h2 {
  font-family: var(--fd);
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  margin-bottom: 14px;
}
.cta-block p {
  font-size: 1.02rem;
  opacity: .84;
  max-width: 500px;
  margin: 0 auto 32px;
  line-height: 1.74;
}

/* ── Notice / tip boxes ── */
.note {
  background: var(--em-pale);
  border-left: 3px solid var(--em);
  border-radius: 0 var(--r2) var(--r2) 0;
  padding: 18px 22px;
  margin: 22px 0;
  font-size: .86rem; color: var(--ch-l); line-height: 1.72;
}
.note strong { color: var(--em); }

.warn {
  background: #FFFBEB;
  border-left: 3px solid var(--gold-br);
  border-radius: 0 var(--r2) var(--r2) 0;
  padding: 18px 22px;
  margin: 22px 0;
  font-size: .86rem; color: #78350F; line-height: 1.72;
}
.warn strong { color: var(--gold); }

/* ── Contact form ── */
.cf {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r4);
  padding: 48px;
}
.cf-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.cf-group { display: flex; flex-direction: column; gap: 7px; }
.cf-group.full { grid-column: 1/-1; }
.cf-group label { font-size: .8rem; font-weight: 700; color: var(--ch); letter-spacing: .02em; }
.cf-group input,
.cf-group select,
.cf-group textarea {
  padding: 12px 15px;
  border: 1.5px solid var(--border);
  border-radius: var(--r2);
  font-family: var(--fs); font-size: .88rem;
  color: var(--ch-m); background: var(--cream);
  outline: none;
  transition: border-color var(--tr), box-shadow var(--tr), background var(--tr);
}
.cf-group input:focus,
.cf-group select:focus,
.cf-group textarea:focus {
  border-color: var(--em);
  box-shadow: 0 0 0 3px rgba(16,185,129,.12);
  background: var(--white);
}
.cf-group textarea { min-height: 120px; resize: vertical; }

/* ── Table ── */
.tbl { width: 100%; border-collapse: collapse; font-size: .86rem; border-radius: var(--r3); overflow: hidden; }
.tbl th { background: var(--em); color: var(--white); padding: 13px 18px; text-align: left; font-weight: 600; }
.tbl td { padding: 13px 18px; border-bottom: 1px solid var(--border); color: var(--ch-m); }
.tbl tr:nth-child(even) td { background: var(--cream); }
.tbl tr:last-child td { border-bottom: none; }

/* ── Map placeholder ── */
.map-ph {
  background: var(--beige);
  border: 2px dashed var(--beige-d);
  border-radius: var(--r3);
  height: 320px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 12px; color: var(--ch-l); text-align: center;
}
.map-ph .mp-ico { font-size: 2.8rem; opacity: .5; }
.map-ph p { font-size: .86rem; }

/* ── Content intro ── */
.ci {
  background: linear-gradient(to right, var(--beige), var(--cream));
  padding: 48px 0;
  border-bottom: 1px solid var(--border);
}
.ci h2 { font-family: var(--fd); font-size: 1.7rem; font-weight: 700; color: var(--em); margin-bottom: 10px; }
.ci p  { font-size: .96rem; color: var(--ch-l); line-height: 1.78; max-width: 700px; }

/* ── Badge ── */
.badge {
  display: inline-flex; align-items: center; gap: 5px;
  background: var(--gold-l);
  color: var(--gold);
  font-size: .68rem; font-weight: 700;
  padding: 3px 10px; border-radius: var(--r5);
  text-transform: uppercase; letter-spacing: .07em;
}

/* ── Karakter grid ── */
.kar-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: var(--r3);
  overflow: hidden;
}
.kar-cell {
  background: var(--white);
  padding: 32px 28px;
  transition: background var(--tr);
}
.kar-cell:hover { background: var(--em-pale); }
.kar-cell .k-ico { font-size: 2rem; margin-bottom: 14px; }
.kar-cell h3 { font-weight: 700; font-size: .96rem; color: var(--ch); margin-bottom: 8px; }
.kar-cell p  { font-size: .82rem; color: var(--ch-l); line-height: 1.68; }

/* ── Footer ── */
.footer { background: var(--ch); color: var(--white); padding: 64px 0 0; }
.footer-g {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr 1.2fr;
  gap: 48px;
  padding-bottom: 48px;
}
.f-brand img { height: 34px; margin-bottom: 16px; filter: brightness(0) invert(1); }
.f-brand p { font-size: .82rem; color: rgba(255,255,255,.5); line-height: 1.75; }
.f-col h4 { font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-br); margin-bottom: 16px; }
.f-nav { display: flex; flex-direction: column; gap: 10px; }
.f-nav a { font-size: .82rem; color: rgba(255,255,255,.55); transition: color var(--tr); }
.f-nav a:hover { color: var(--white); }
.f-info { display: flex; flex-direction: column; gap: 12px; }
.f-info-row { display: flex; gap: 10px; font-size: .82rem; color: rgba(255,255,255,.55); }
.f-btm {
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 18px 0;
  display: flex; justify-content: space-between; align-items: center;
  font-size: .74rem; color: rgba(255,255,255,.35);
  flex-wrap: wrap; gap: 8px;
}

/* ── Route flow ── */
.route-flow {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 0;
  position: relative;
}
.rf-item {
  text-align: center;
  padding: 36px 24px;
  position: relative;
}
.rf-item::before {
  content: '';
  position: absolute;
  top: 50px; right: 0;
  width: 50%; height: 2px;
  background: linear-gradient(to right, var(--em-light), transparent);
}
.rf-item:last-child::before { display: none; }
.rf-item::after {
  content: '';
  position: absolute;
  top: 50px; left: 0;
  width: 50%; height: 2px;
  background: linear-gradient(to right, transparent, var(--em-light));
}
.rf-item:first-child::after { display: none; }
.rf-dot {
  width: 56px; height: 56px;
  background: var(--em);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem;
  margin: 0 auto 16px;
  position: relative; z-index: 1;
  box-shadow: 0 4px 14px rgba(6,78,59,.3);
}
.rf-item h4 { font-weight: 700; font-size: .9rem; color: var(--ch); margin-bottom: 6px; }
.rf-item p  { font-size: .78rem; color: var(--ch-l); line-height: 1.6; }

/* ── Bg helpers ── */
.bg-white  { background: var(--white); }
.bg-beige  { background: var(--beige); }
.bg-cream  { background: var(--cream); }
.bg-em     { background: var(--em); color: var(--white); }
.bg-pale   { background: var(--em-pale); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .ic-grid-4 { grid-template-columns: repeat(2,1fr); }
  .stat-row  { grid-template-columns: repeat(2,1fr); }
  .stat-cell:nth-child(2) { border-right: none; }
  .stat-cell:nth-child(3) { border-top: 1px solid rgba(255,255,255,.1); border-right: 1px solid rgba(255,255,255,.1); }
  .stat-cell:nth-child(4) { border-top: 1px solid rgba(255,255,255,.1); border-right: none; }
  .footer-g { grid-template-columns: 1fr 1fr; gap: 36px; }
  .route-flow { grid-template-columns: repeat(2,1fr); }
  .rf-item::before, .rf-item::after { display: none; }
  .kar-grid { grid-template-columns: repeat(2,1fr); }
  .dest-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 768px) {
  .section { padding: 64px 0; }
  .nb-nav { display: none; }
  .hbg { display: flex; }
  .hero { min-height: 540px; }
  .hero-inner { padding: 80px 0 100px; }
  .ic-grid-3, .ic-grid-4 { grid-template-columns: 1fr 1fr; }
  .ic-grid-2 { grid-template-columns: 1fr; }
  .fsplit { grid-template-columns: 1fr; gap: 36px; }
  .fsplit.rev .ft-txt { order: 0; }
  .fsplit.rev .ft-img { order: 0; }
  .dest-grid { grid-template-columns: 1fr; }
  .cta-block { padding: 44px 28px; }
  .cf-grid { grid-template-columns: 1fr; }
  .cf { padding: 28px 22px; }
  .footer-g { grid-template-columns: 1fr; gap: 28px; }
  .f-btm { flex-direction: column; text-align: center; }
  .pg-hero { height: 300px; }
  .ed-strip { grid-template-columns: 1fr; }
  .route-flow { grid-template-columns: 1fr 1fr; }
  .kar-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 480px) {
  .ic-grid-3, .ic-grid-4 { grid-template-columns: 1fr; }
  .ic-grid-2 { grid-template-columns: 1fr; }
  .hero-btns { flex-direction: column; }
  .route-flow { grid-template-columns: 1fr; }
  .kar-grid { grid-template-columns: 1fr; }
  .stat-row { grid-template-columns: 1fr; }
  .stat-cell { border-right: none !important; border-bottom: 1px solid rgba(255,255,255,.1); }
}
