
:root{--green:#073b25;--green2:#0f5d37;--orange:#f36c13;--cream:#fffaf2;--text:#0f2418;--muted:#66736b;--line:#e7e1d8;--shadow:0 20px 50px rgba(7,59,37,.12);--radius:22px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif;background:#fff;color:var(--text)}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}.container{width:min(1180px,92%);margin:auto}.topbar{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.nav{height:84px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:12px;font-weight:900;letter-spacing:.08em}.brand img{width:58px;height:58px;border-radius:50%;object-fit:contain}.brand small{display:block;font-size:12px;letter-spacing:.12em;color:var(--green)}.menu{display:flex;align-items:center;gap:28px;font-size:14px;font-weight:700}.menu a{position:relative}.menu a.active:after,.menu a:hover:after{content:"";height:3px;width:100%;background:var(--orange);position:absolute;left:0;bottom:-10px;border-radius:4px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:0;border-radius:9px;background:var(--green);color:#fff;font-weight:800;padding:13px 20px;cursor:pointer;box-shadow:0 8px 20px rgba(7,59,37,.14)}.btn:hover{background:var(--green2)}.btn.orange{background:var(--orange)}.btn.outline{background:transparent;color:var(--green);border:1.5px solid var(--green);box-shadow:none}.btn.light{background:#fff;color:var(--green)}.hamb{display:none;background:none;border:0;font-size:32px}.hero{min-height:620px;background:linear-gradient(90deg,rgba(4,22,13,.83),rgba(4,22,13,.25)),url('../images/landscape-1.svg') center/cover no-repeat;color:#fff;display:flex;align-items:center;position:relative}.hero.small{min-height:330px;text-align:center}.hero:after{content:"";position:absolute;inset:auto 0 0;height:90px;background:linear-gradient(transparent,#fff)}.hero-content{position:relative;z-index:1;max-width:720px}.eyebrow{color:var(--orange);font-weight:900;text-transform:uppercase;letter-spacing:.12em;font-size:13px}.hero h1{font-family:Georgia,serif;font-size:clamp(42px,7vw,78px);line-height:.98;margin:10px 0 16px}.hero p{font-size:18px;line-height:1.7;color:#edf7f1}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.feature-strip{background:#081f14;color:#fff}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;padding:26px 0}.feature{display:flex;gap:14px;align-items:flex-start}.icon{width:44px;height:44px;border-radius:50%;background:#edf7e8;color:var(--green);display:grid;place-items:center;font-weight:900}.section{padding:76px 0}.section.alt{background:var(--cream)}.section-head{text-align:center;margin-bottom:34px}.section-head h2{font-family:Georgia,serif;font-size:40px;margin:6px 0 8px}.section-head p{color:var(--muted)}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.card{border:1px solid var(--line);border-radius:16px;background:#fff;overflow:hidden;box-shadow:0 8px 24px rgba(7,59,37,.06)}.card-body{padding:22px}.card h3{font-family:Georgia,serif;font-size:23px;margin:0 0 8px}.meta{display:flex;gap:12px;flex-wrap:wrap;color:var(--muted);font-size:13px;margin:12px 0}.price{font-size:24px;font-weight:900;color:var(--orange);margin:18px 0}.card-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.badge{position:absolute;background:var(--green);color:white;border-radius:8px;padding:7px 10px;font-size:12px;font-weight:800;margin:12px}.image-wrap{position:relative}.image-wrap img{width:100%;height:220px;object-fit:cover}.two-col{display:grid;grid-template-columns:1fr 1.15fr;gap:44px;align-items:center}.panel{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:34px}.split-img{display:grid;grid-template-columns:1fr 1fr;gap:16px}.split-img img{height:270px;border-radius:18px;object-fit:cover;width:100%}.why{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.why .panel{text-align:center;padding:26px 20px}.guide-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.guide{display:flex;gap:14px;align-items:center}.guide img{width:88px;height:88px;border-radius:14px;object-fit:cover}.testimonials{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.stars{color:var(--orange);letter-spacing:2px}.cta{background:linear-gradient(90deg,#f7fbf5,#fffaf2);border:1px solid var(--line);border-radius:20px;padding:34px;display:flex;align-items:center;justify-content:space-between;gap:20px}.footer{background:linear-gradient(135deg,#042817,#0b482b);color:#fff;padding:46px 0 20px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:32px}.footer a,.footer p{color:#d9eee2;font-size:14px}.footer ul{list-style:none;padding:0;margin:0;display:grid;gap:10px}.copyright{border-top:1px solid rgba(255,255,255,.12);margin-top:28px;padding-top:18px;text-align:center;color:#cde5d8;font-size:13px}.wa-float{position:fixed;right:22px;bottom:22px;z-index:80;background:#22c55e;color:#fff;width:66px;height:66px;border-radius:50%;display:grid;place-items:center;font-size:34px;border:6px solid #fff;box-shadow:0 15px 40px rgba(0,0,0,.25)}.wa-label{position:fixed;right:88px;bottom:35px;z-index:80;background:#fff;padding:9px 14px;border-radius:12px;box-shadow:0 8px 20px rgba(0,0,0,.12);font-size:13px;font-weight:700}.filters{display:flex;gap:14px;background:#fff;border:1px solid var(--line);padding:22px;border-radius:18px;box-shadow:var(--shadow);margin-top:-54px;position:relative;z-index:3}.filters select,.input,textarea{width:100%;border:1px solid var(--line);border-radius:10px;padding:13px;background:#fff;font:inherit}.package-list{display:grid;gap:22px}.package-row{display:grid;grid-template-columns:310px 1fr;gap:24px}.package-row .image-wrap img{height:250px}.tabs{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:18px}.tab{border:1px solid var(--line);background:#fff;border-radius:999px;padding:10px 16px;font-weight:800;cursor:pointer}.tab.active{background:var(--green);color:#fff}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.gallery-grid img{height:260px;width:100%;object-fit:cover;border-radius:16px}.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:30px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.full{grid-column:1/-1}.blog-note{background:#eef8ef;border:1px solid #cce8d2;border-radius:16px;padding:20px;color:#164e2e}.breadcrumb{font-size:13px;color:#e6fff0}.table{width:100%;border-collapse:collapse}.table td{padding:12px;border-bottom:1px solid var(--line)}@media(max-width:900px){.hamb{display:block}.menu{display:none;position:absolute;left:0;right:0;top:84px;background:#fff;padding:22px;flex-direction:column;align-items:flex-start;border-bottom:1px solid var(--line)}.menu.open{display:flex}.nav{height:76px}.brand img{width:48px;height:48px}.hero{min-height:560px}.feature-grid,.why,.guide-grid,.footer-grid,.cards,.testimonials,.two-col,.contact-grid{grid-template-columns:1fr}.filters{flex-direction:column;margin-top:20px}.package-row{grid-template-columns:1fr}.split-img{grid-template-columns:1fr}.cta{align-items:flex-start;flex-direction:column}.form-grid{grid-template-columns:1fr}.gallery-grid{grid-template-columns:1fr 1fr}.wa-label{display:none}.section{padding:52px 0}.hero h1{font-size:42px}.card-actions{grid-template-columns:1fr}.feature-strip{display:none}}@media(max-width:520px){.gallery-grid{grid-template-columns:1fr}.brand span{font-size:13px}.hero p{font-size:15px}.image-wrap img{height:190px}}


/* Original uploaded Kerinci photo */
.bg-kerinci-original-photo {
  background-image: linear-gradient(rgba(0,0,0,.45), rgba(0,0,0,.35)), url('../images/kerinci-hero-photo.webp');
  background-size: cover;
  background-position: center;
}

/* ============ Testimonial card di home (dengan foto/inisial) ============ */
.testimonial-card{ display:flex; flex-direction:column; gap:14px; padding:26px; }
.testimonial-head{ display:flex; align-items:center; gap:14px; }
.testimonial-photo{
  width:54px; height:54px; border-radius:50%; object-fit:cover; flex-shrink:0;
  background:#eef5ee; color:var(--green); font-weight:900; font-size:20px;
  display:grid; place-items:center;
}
.testimonial-initial{ background:linear-gradient(135deg, #eef5ee, #dfeedb); }
.testimonial-card .stars{ font-size:16px; }
.testimonial-card p{ margin:0; color:var(--text); font-style:italic; line-height:1.5; }

/* ============ Footer brand: tulisan kontras di background hijau ============ */
.footer .brand,
.footer .brand span,
.footer .brand small{
  color:#ffffff !important;
}
.footer .brand small{
  color:#bde6cb !important;       /* sub-text tetap kontras, sedikit lebih lembut */
  letter-spacing:.12em;
}
.footer .brand img{
  background:#fff;                /* logo bulat tidak menyatu dengan bg gelap */
  border-radius:50%;
}

/* ============ Guide team — foto lebih besar, layout vertikal card ============ */
.guide-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
}
.panel.guide{
  display:flex;
  flex-direction:column;
  align-items:stretch;
  padding:0;
  overflow:hidden;
  text-align:center;
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  box-shadow:0 10px 30px rgba(7,59,37,.08);
  transition:transform .2s ease, box-shadow .2s ease;
}
.panel.guide:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 40px rgba(7,59,37,.14);
}
.guide img{
  width:100%;
  height:300px;
  border-radius:0;
  object-fit:cover;
  display:block;
}
.guide > div{
  padding:22px 18px;
}
.guide b{
  font-size:18px;
  font-family:Georgia,serif;
  font-weight:700;
  display:block;
  margin-bottom:4px;
  color:var(--text);
}
.guide small{
  color:var(--orange);
  font-weight:700;
  letter-spacing:.06em;
  font-size:12px;
  text-transform:uppercase;
}
.guide p{
  margin-top:10px !important;
  color:var(--muted);
  font-size:14px !important;
  line-height:1.5;
}
@media(max-width:1100px){
  .guide-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:900px){
  .guide-grid{grid-template-columns:repeat(2,1fr); gap:18px}
  .guide img{height:260px}
}
@media(max-width:520px){
  .guide-grid{grid-template-columns:1fr; gap:20px}
  .guide img{height:320px}
  .guide > div{padding:20px 16px 22px}
}
