.cholo-tr{--green:#0b6b4b;--lime:#d8efbd;--cream:#f5f5ed;--ink:#10231d;--muted:#66756f;--line:#dfe7e2;--white:#fff;--shadow:0 20px 60px rgba(16,35,29,.12);font-family:"DM Sans",sans-serif;color:var(--ink);line-height:1.55;max-width:1120px;margin:0 auto;padding:0 20px;}
.cholo-tr *{box-sizing:border-box;}
.cholo-tr h1,.cholo-tr h2{font-family:"Playfair Display",Georgia,serif;}
.cholo-tr-hero{padding:30px 0 20px;}
.cholo-tr-hero h1{font-size:clamp(34px,5vw,54px);line-height:1.05;letter-spacing:-1px;max-width:820px;margin:0 0 12px;}
.cholo-tr-hero-sub{color:var(--muted);max-width:720px;font-size:15px;}
.cholo-tr-badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px;}
.cholo-tr-badges span{background:#eef3ed;border-radius:20px;padding:7px 12px;font-size:11px;font-weight:700;color:#53645c;}
.cholo-tr-itinerary{margin-top:10px;}
.cholo-tr-itin-item{display:grid;grid-template-columns:80px 1fr;gap:14px;padding:16px 0;border-bottom:1px solid var(--line);}
.cholo-tr-itin-item .cholo-tr-day-no{color:var(--green);font-weight:800;font-size:11px;}
.cholo-tr-itin-item strong{font-size:14px;}
.cholo-tr-itin-item p{font-size:12px;color:var(--muted);margin-top:4px;}
.cholo-tr-check-list{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:14px;}
.cholo-tr-check{font-size:13px;color:var(--ink);}
.cholo-tr-check.no{color:#9a655a;}
.cholo-tr-pricing-tables{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-top:14px;}
.cholo-tr-pricing-table{border:1px solid var(--line);border-radius:14px;padding:16px;background:#fbfcf9;}
.cholo-tr-pricing-table h4{font-size:13px;font-weight:800;margin:0 0 10px;color:var(--green);}
.cholo-tr-pricing-table table{width:100%;border-collapse:collapse;font-size:12.5px;}
.cholo-tr-pricing-table td{padding:6px 0;border-bottom:1px solid var(--line);}
.cholo-tr-pricing-table tr:last-child td{border-bottom:0;}
.cholo-tr-pricing-table td:last-child{text-align:right;font-weight:700;}
.cholo-tr-content h3{font-size:16px;margin:20px 0 8px;}
.cholo-tr-gallery{display:grid;grid-template-columns:1.5fr .75fr .75fr;grid-template-rows:220px 220px;gap:9px;}
.cholo-tr-gallery img{width:100%;height:100%;object-fit:cover;border-radius:16px;}
.cholo-tr-gallery img.main{grid-row:1/3;}
.cholo-tr-content{display:grid;grid-template-columns:1fr 330px;gap:42px;padding:45px 0 80px;}
.cholo-tr-content main section{padding:0 0 40px;margin-bottom:40px;border-bottom:1px solid var(--line);}
.cholo-tr-content h2{font-size:28px;line-height:1.1;margin-bottom:12px;}
.cholo-tr-overview-text p{font-size:15px;color:var(--muted);max-width:760px;}
.cholo-tr-policy,.cholo-tr-know{font-size:13px;color:var(--muted);}
.cholo-tr-faq-content details{border-bottom:1px solid var(--line);padding:14px 0;}
.cholo-tr-faq-content summary{cursor:pointer;font-weight:700;font-size:14px;}

.cholo-tr-accordion-item{border:1px solid var(--line);border-radius:12px;margin-bottom:10px;overflow:hidden;}
.cholo-tr-accordion-toggle{width:100%;display:flex;justify-content:space-between;align-items:center;background:#f8f8f6;border:none;cursor:pointer;padding:16px 18px;font-size:14px;font-weight:700;color:var(--ink);text-align:left;font-family:inherit;}
.cholo-tr-accordion-toggle:hover{background:#f0f1ec;}
.cholo-tr-accordion-icon{font-size:18px;line-height:1;transition:transform .2s ease;flex-shrink:0;margin-left:12px;}
.cholo-tr-accordion-item.is-open .cholo-tr-accordion-icon{transform:rotate(45deg);}
.cholo-tr-accordion-panel{max-height:0;overflow:hidden;transition:max-height .25s ease;background:#fff;}
.cholo-tr-accordion-panel-inner{padding:2px 18px 16px;font-size:13px;color:var(--muted);line-height:1.7;}

.cholo-tr-booking-card{position:sticky;top:20px;background:#fff;border:1px solid var(--line);border-radius:23px;padding:24px;box-shadow:var(--shadow);}
.cholo-tr-small-label{font-size:10px;color:#77857e;text-transform:uppercase;letter-spacing:1px;font-weight:800;}
.cholo-tr-price{font-size:34px;font-weight:800;margin:2px 0 14px;}
.cholo-tr-price span{font-size:12px;color:#7a8781;font-weight:500;margin-left:6px;}
.cholo-tr-tier-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:5px;margin:10px 0 18px;}
.cholo-tr-tier{border:1px solid var(--line);background:#f4f6f2;border-radius:10px;padding:10px 4px;text-align:center;cursor:pointer;font-size:10px;font-weight:800;}
.cholo-tr-tier.active{border-color:var(--green);background:#e4f1db;color:var(--green);}
.cholo-tr-book-btn,.cholo-tr-mobile-book{width:100%;background:var(--green);color:#fff;border:0;border-radius:11px;padding:14px;font-weight:800;cursor:pointer;}
.cholo-tr-book-btn:hover,.cholo-tr-mobile-book:hover{background:#07583e;}
.cholo-tr-secure{font-size:10px;text-align:center;color:#8a968f;margin-top:10px;}

.cholo-tr-mobile-bar{display:none;}
@media(max-width:800px){
  .cholo-tr{padding:0 14px;}
  .cholo-tr-gallery{grid-template-columns:1fr 1fr;grid-template-rows:180px 110px;}
  .cholo-tr-gallery img.main{grid-column:1/3;grid-row:auto;}
  .cholo-tr-content{display:block;padding:30px 0 40px;}
  .cholo-tr-content aside{display:none;}
  body{padding-bottom:76px;}
  .cholo-tr-mobile-bar{display:flex;position:fixed;z-index:50;left:0;right:0;bottom:0;background:#fff;border-top:1px solid var(--line);box-shadow:0 -8px 30px rgba(16,35,29,.13);padding:10px 12px;align-items:center;justify-content:space-between;}
  .cholo-tr-mobile-price small{display:block;font-size:9px;color:#7a8781;}
  .cholo-tr-mobile-price strong{font-size:20px;line-height:1;}
  .cholo-tr-mobile-price span{font-size:10px;color:#7a8781;}
  .cholo-tr-mobile-book{width:auto;padding:12px 22px;font-size:13px;}
}

.cholo-tr-flow{display:none;position:fixed;inset:0;background:rgba(7,28,21,.72);z-index:9999;align-items:center;justify-content:center;padding:18px;}
.cholo-tr-modal{width:min(680px,100%);max-height:92vh;overflow:auto;background:#fff;border-radius:22px;box-shadow:0 30px 100px rgba(0,0,0,.3);font-family:"DM Sans",sans-serif;}
.cholo-tr-flow-head{padding:22px 24px 16px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:flex-start;}
.cholo-tr-flow-head h2{font-size:24px;margin:2px 0 0;font-family:"Playfair Display",Georgia,serif;}
.cholo-tr-close{background:#eef2ed;color:#4e6058;border:0;border-radius:50%;width:32px;height:32px;font-size:18px;cursor:pointer;}
.cholo-tr-steps{display:flex;gap:6px;padding:12px 24px;background:#f5f7f3;}
.cholo-tr-step{font-size:10px;font-weight:800;color:#849089;padding:6px 10px;border-radius:20px;}
.cholo-tr-step.active{background:#dcefd0;color:var(--green);}
.cholo-tr-flow-body{padding:22px 24px 26px;}
.cholo-tr-flow-body h3{font-family:"Playfair Display",Georgia,serif;font-size:22px;margin:0 0 14px;}
.cholo-tr-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;}
.cholo-tr-fg label{display:block;font-size:10px;font-weight:800;color:#64736c;margin-bottom:5px;}
.cholo-tr-fg input,.cholo-tr-fg select{width:100%;border:1px solid var(--line);border-radius:9px;padding:11px;background:#fff;font-size:12px;}
.cholo-tr-next{width:100%;background:var(--green);color:#fff;border:0;border-radius:11px;padding:14px;font-weight:800;cursor:pointer;margin-top:16px;}
.cholo-tr-back{background:#eef2ed;color:#53635b;border:0;border-radius:11px;padding:12px 16px;font-weight:700;cursor:pointer;}
.cholo-tr-flow-actions{display:flex;gap:8px;margin-top:14px;}
.cholo-tr-flow-actions .cholo-tr-next{margin-top:0;}
.cholo-tr-package-options{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:10px 0 16px;}
.cholo-tr-package-option{border:1px solid var(--line);background:#f5f7f3;border-radius:12px;padding:12px 8px;text-align:center;cursor:pointer;}
.cholo-tr-package-option.active{border-color:var(--green);background:#e3f1da;color:var(--green);}
.cholo-tr-package-option strong{display:block;font-size:13px;}
.cholo-tr-package-option span{display:block;font-size:10px;color:#718078;}
.cholo-tr-package-option em{display:block;font-size:10px;font-style:normal;color:#8a968f;margin-top:4px;}
.cholo-tr-summary-box{background:#f1f5ef;border-radius:14px;padding:15px;margin-bottom:6px;}
.cholo-tr-summary-row{display:flex;justify-content:space-between;font-size:12px;padding:4px 0;}
.cholo-tr-summary-row.total{border-top:1px solid var(--line);margin-top:6px;padding-top:9px;font-weight:800;font-size:15px;}

@media(max-width:600px){
  .cholo-tr-form-grid{grid-template-columns:1fr;}
  .cholo-tr-package-options{grid-template-columns:1fr;}
  .cholo-tr-package-option{text-align:left;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;}
}
