/* SISTEMA DE TOURS PRO v27.1 - FIXED */

/* === CARD & WIDGET === */
.st-minimal-card{padding:35px;border:1px solid var(--st-border);border-radius:var(--st-radius);background:var(--st-bg);color:var(--st-text);box-shadow:0 15px 40px rgba(0,0,0,0.06);font-family:'Poppins',sans-serif;max-width:480px;margin:20px auto;position:relative;overflow:visible;min-height:400px;box-sizing:border-box}
.st-global-widget{max-width:var(--st-wid-max,550px);min-height:var(--st-wid-min,400px)}
.st-card-title{font-size:22px;font-weight:600;margin:0 0 25px;color:var(--st-title);padding-right:50px;line-height:1.3}
.st-description-box{margin-bottom:20px;font-weight:500;line-height:1.5;color:var(--st-title);font-size:var(--st-desc-size);opacity:0.9}
.st-section-title{font-size:12px;margin:25px 0 10px;font-weight:700;text-transform:uppercase;color:var(--st-text);opacity:0.6;letter-spacing:.5px}
.st-header-price{margin-bottom:18px;padding:14px 20px;background:linear-gradient(135deg,rgba(0,96,173,0.07) 0%,rgba(0,96,173,0.02) 100%);border-left:4px solid var(--st-price);border-radius:0 10px 10px 0;display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}
.st-price-tag{font-size:38px;font-weight:900;color:var(--st-price);line-height:1;letter-spacing:-1px}
.st-header-price .st-from-label{font-size:12px;font-weight:700;color:var(--st-text);opacity:0.55;text-transform:uppercase;letter-spacing:.6px;align-self:center;margin-right:2px}
.st-header-price .st-per-person{font-size:12px;font-weight:600;color:var(--st-text);opacity:0.45;text-transform:uppercase;letter-spacing:.3px;align-self:flex-end;padding-bottom:5px}
.st-location-badge{position:absolute;top:20px;right:20px;background:rgba(0,0,0,.05);padding:5px 12px;border-radius:20px;font-size:11px;font-weight:600;text-transform:uppercase;color:var(--st-text);letter-spacing:.5px}
.st-group-discount-badge{background:#e6fffa;color:#047481;border:1px solid #b2f5ea;padding:10px;border-radius:6px;font-size:13px;font-weight:600;margin-bottom:15px;text-align:center}
.st-fee-notice{font-size:12px;color:#d35400;text-align:right;margin-bottom:8px;font-weight:600}

/* === FORMS === */
.st-booking-form{position:relative}
.st-booking-form input:not([type=radio]):not([type=checkbox]),.st-form-input,.st-form-select{width:100%;padding:12px;margin-bottom:10px;border:1px solid #ddd;border-radius:8px;color:#444;font-size:14px;box-sizing:border-box;transition:border-color .2s;background:#fff}
.st-booking-form input:focus,.st-form-input:focus,.st-quote-textarea:focus{outline:none;border-color:var(--st-btn);box-shadow:0 0 0 2px rgba(0,0,0,.05)}
.st-form-select:disabled{background:#f9f9f9;color:#aaa}
.st-mini-label{display:block;margin-bottom:6px;font-size:13px;font-weight:600;color:var(--st-text)}
.st-quote-textarea{width:100%;padding:12px;border:1px solid #ddd;border-radius:8px;font-family:inherit;resize:vertical;margin-bottom:10px;box-sizing:border-box;background:#fff;min-height:80px}
.st-stepper-row{display:flex;justify-content:space-between;align-items:center;background:rgba(0,0,0,.03);padding:15px;border-radius:12px;margin-bottom:12px}
.st-type{font-weight:700;font-size:15px;color:var(--st-title)}
.st-subprice{font-size:12px;opacity:.6;margin-left:5px}
.st-stepper-controls{display:flex;align-items:center;gap:8px}
.st-circle-btn{width:32px;height:32px;border-radius:50%;border:1px solid rgba(0,0,0,.15);background:#fff;cursor:pointer;display:flex;justify-content:center;align-items:center;font-size:18px;line-height:1;color:var(--st-title);transition:all .2s;padding:0}
.st-circle-btn:hover{border-color:var(--st-btn);color:var(--st-btn);transform:scale(1.05)}
.st-stepper-input{width:40px!important;text-align:center;border:none!important;background:transparent!important;font-weight:700;font-size:17px!important;padding:0!important;margin:0!important;pointer-events:none;color:var(--st-title)!important;-moz-appearance:textfield}
.st-stepper-input::-webkit-outer-spin-button,.st-stepper-input::-webkit-inner-spin-button{-webkit-appearance:none}
.st-extra-row{display:flex;justify-content:space-between;align-items:center;padding:10px;background:rgba(0,0,0,.02);border-bottom:1px solid rgba(0,0,0,.05);font-size:14px;cursor:pointer;border-radius:6px;margin-bottom:5px;transition:background .2s}
.st-extra-row:hover{background:rgba(0,0,0,.05)}
.st-extra-price{font-weight:bold;color:var(--st-price)}

/* === GRID === */
.st-grid-wrapper{margin:40px auto;max-width:1200px;padding:0 15px}
.st-grid-filters{display:flex;justify-content:center;gap:10px;margin-bottom:30px;flex-wrap:wrap}
.st-filter-btn{padding:10px 20px;border:1px solid rgba(0,0,0,.05);border-radius:30px;background:var(--fil-bg-idle,#f9f9f9);color:var(--fil-tx-idle,#555);font-weight:600;cursor:pointer;transition:all .2s}
.st-filter-btn.active,.st-filter-btn:hover{background:var(--fil-bg-act,#333);color:var(--fil-tx-act,#fff);border-color:var(--fil-bg-act,#333)}
.st-tours-grid{display:grid;gap:30px;align-items:stretch}
.st-grid-item{background:var(--gr-bg,#fff);border:var(--gr-bw,1px) solid var(--gr-bc,#eee);border-radius:var(--gr-rad,12px);overflow:hidden;box-shadow:0 10px 25px rgba(0,0,0,.05);transition:transform .3s;display:flex;flex-direction:column;height:100%}
.st-grid-item:hover{transform:translateY(-5px);box-shadow:0 15px 30px rgba(0,0,0,.1)}
.st-item-image{height:var(--gr-h,200px)!important;width:100%;object-fit:cover;background:#f0f0f0;display:block}
.st-item-content{padding:20px;flex:1;display:flex;flex-direction:column}
.st-item-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}
.st-item-badge{background:#f0f0f0;color:#666;font-size:10px;text-transform:uppercase;font-weight:700;padding:4px 8px;border-radius:4px}
.st-item-price{font-weight:800;font-size:16px;color:var(--gr-price-color,#000)}
.st-item-title{font-size:18px;font-weight:700;margin:0 0 10px;color:var(--gr-tit,#222);line-height:1.3}
.st-item-desc{font-size:14px;color:var(--gr-txt,#666);margin-bottom:20px;line-height:1.5;flex:1}
.st-item-duration{font-size:12px;color:#999;margin-bottom:10px;display:block}
.st-tags-row{display:flex;gap:5px;flex-wrap:wrap;margin-bottom:8px}
.st-tag-mini{background:#e3f2fd;color:#1565c0;font-size:10px;padding:2px 8px;border-radius:20px;font-weight:600}
.st-item-footer{margin-top:auto;display:flex;gap:10px}
.st-grid-btn{flex:1;text-align:center;padding:12px 10px;border-radius:8px;font-size:13px;font-weight:600;text-decoration:none;display:flex;justify-content:center;align-items:center;gap:4px;transition:opacity .2s;box-sizing:border-box;cursor:pointer;border:none}
.st-grid-btn .dashicons{font-family:'dashicons';font-size:16px;width:16px;height:16px}
.st-btn-book{background:var(--gr-btn-bg,#000);color:var(--gr-btn-tx,#fff)}
.st-btn-grid-quote{background:#6c757d;color:#fff}
.st-btn-grid-wa{background:#25D366;color:#fff!important}
.st-btn-grid-wa svg{width:16px;height:16px;fill:currentColor;flex-shrink:0}
.st-grid-btn:hover{opacity:.8}
.st-style-2{min-height:350px;background-size:cover;background-position:center;position:relative}
.st-s2-overlay{position:absolute;bottom:0;left:0;right:0;padding:25px;background:linear-gradient(transparent,rgba(0,0,0,.85));color:#fff}
.st-style-2 .st-item-title,.st-style-2 .st-item-price,.st-style-2 .st-item-badge{color:#fff}
.st-style-3{box-shadow:none;border:1px solid #eee}
.st-style-3:hover{box-shadow:0 5px 15px rgba(0,0,0,.08);transform:none}
.st-grid-loader{text-align:center;padding:30px;display:none}
.st-load-more-container{text-align:center;margin-top:40px}
.st-load-more-btn{background:#333;color:#fff;padding:12px 30px;border:none;border-radius:30px;cursor:pointer;font-weight:700}
.dashicons.spin{animation:spin 1s infinite linear}
@media(max-width:900px){.st-tours-grid{grid-template-columns:repeat(2,1fr)!important}}
@media(max-width:600px){.st-tours-grid{grid-template-columns:1fr!important}}

/* === MODALS === */
.st-success-modal{display:none;width:100%;min-height:300px;background:#fff;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:40px 20px;box-sizing:border-box;z-index:10;position:absolute;top:0;left:0;bottom:0;right:0;border-radius:var(--st-radius)}
.st-success-icon{font-size:60px;margin-bottom:20px;display:block}
.st-whatsapp-btn{display:inline-block;background:#25D366;color:#fff!important;text-decoration:none;padding:15px 30px;border-radius:50px;font-weight:bold;font-size:16px;margin-bottom:15px}
.st-close-modal-btn{background:transparent;border:none;text-decoration:underline;cursor:pointer;font-size:13px;color:#999}
.st-quote-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);z-index:9999;display:flex;justify-content:center;align-items:center;padding:20px;backdrop-filter:blur(5px)}
.st-quote-modal-content{background:#fff;padding:30px;border-radius:12px;width:100%;max-width:500px;position:relative;box-shadow:0 10px 40px rgba(0,0,0,.2);max-height:90vh;overflow-y:auto}
.st-quote-modal-close{position:absolute;top:15px;right:15px;background:transparent;border:none;font-size:24px;cursor:pointer;color:#999}
#st-grid-quote-form .st-submit-btn{background:var(--gr-btn-bg,#000);color:var(--gr-btn-tx,#fff);margin-top:10px}

/* === PAYMENT === */
.st-footer-action{margin-top:25px;border-top:1px solid rgba(0,0,0,.05);padding-top:20px}
.st-total-line{font-size:20px;font-weight:700;text-align:right;margin-bottom:5px;color:var(--st-price)}
.st-payment-options{display:flex;gap:20px;justify-content:flex-end;font-size:14px;margin-bottom:15px}
.st-payment-options label{display:flex;align-items:center;gap:5px;cursor:pointer;font-weight:500}
.st-submit-btn{width:100%;padding:18px;color:#fff;font-weight:600;border:none;border-radius:12px;cursor:pointer;background:var(--st-btn);box-shadow:0 4px 15px rgba(0,0,0,.1)}
.st-submit-btn:disabled{opacity:.7;cursor:not-allowed}
.st-conditional-section{animation:fadeIn .5s ease}
@keyframes fadeIn{from{opacity:0}to{opacity:1}}
@keyframes spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}

/* === LIST & MARQUEE === */
.st-list-wrapper{display:flex;flex-direction:column;gap:20px;max-width:1000px;margin:0 auto}
.st-list-card{display:flex;background:var(--gr-bg,#fff);border:var(--gr-bw,1px) solid var(--gr-bc,#eee);border-radius:12px;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,.05);transition:transform .2s}
.st-list-card:hover{transform:translateY(-3px)}
.st-list-image{width:35%;min-height:200px;background-size:cover;background-position:center;position:relative}
.st-list-content{width:65%;padding:25px;display:flex;flex-direction:column;justify-content:center}
.st-list-title{margin:0 0 10px;font-size:20px;font-weight:700}
.st-list-title a{color:var(--gr-tit,#222);text-decoration:none}
.st-list-desc{color:var(--gr-txt,#666);font-size:14px;margin-bottom:20px;line-height:1.6}
.st-list-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto}
.st-list-price{font-size:18px;font-weight:800}
.st-list-btn{background:var(--gr-btn-bg,#000);color:var(--gr-btn-tx,#fff);padding:10px 20px;border-radius:50px;text-decoration:none;font-size:13px;font-weight:600}
.st-list-badge{position:absolute;top:15px;left:15px;background:rgba(255,255,255,.9);padding:4px 10px;border-radius:4px;font-size:10px;font-weight:700;text-transform:uppercase}
@media(max-width:768px){.st-list-card{flex-direction:column}.st-list-image{width:100%;height:200px}.st-list-content{width:100%}}
.st-marquee-wrapper{width:100%;overflow:hidden;padding:30px 0}
.st-marquee-track{display:flex;gap:30px;width:max-content;animation:stScroll var(--marq-speed,30s) linear infinite}
.st-marquee-track:hover{animation-play-state:paused}
.st-marquee-item{width:250px;flex-shrink:0;text-align:center}
.st-marquee-img{width:100%;height:160px;object-fit:cover;border-radius:10px;margin-bottom:10px}
.st-marquee-title{font-size:14px;font-weight:600;margin:0}
.st-marquee-title a{color:var(--marq-tit,#222);text-decoration:none}
@keyframes stScroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
.st-simple-row-wrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;padding:20px 0}
@media(max-width:600px){.st-simple-row-wrapper{grid-template-columns:1fr}}

/* ═══════════════════════════════════════
   LANDING PAGE - HERO (FIXED v27.1)
   ═══════════════════════════════════════ */
.st-landing-wrap{font-family:'Poppins',system-ui,sans-serif;color:#333}
.st-hero{position:relative;min-height:450px;background-size:cover;background-position:center;display:flex;align-items:flex-end}
.st-hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}
.st-hero-content{position:relative;z-index:2;padding:60px 40px 40px;max-width:1200px;width:100%;margin:0 auto}
/* FORCE ALL HERO TEXT WHITE */
.st-hero-content,.st-hero-content *{color:#ffffff!important}
.st-hero-title{font-size:42px;font-weight:800;margin:0 0 15px;line-height:1.15;text-shadow:0 4px 30px rgba(0,0,0,0.8),0 2px 6px rgba(0,0,0,1),0 0 80px rgba(0,0,0,0.4)!important;letter-spacing:-0.5px}
.st-hero-meta{display:flex;gap:20px;font-size:14px;flex-wrap:wrap;text-shadow:0 2px 8px rgba(0,0,0,0.8)!important}
.st-hero-meta span,.st-hero-meta a{color:#fff!important;text-shadow:0 2px 8px rgba(0,0,0,0.8)!important}
.st-hero-price{font-size:20px;margin-top:10px;text-shadow:0 2px 8px rgba(0,0,0,0.8)!important}
.st-hero-price strong{font-size:28px}
.st-breadcrumb{font-size:13px;margin-bottom:15px;opacity:0.85;text-shadow:0 1px 6px rgba(0,0,0,0.7)!important}
.st-breadcrumb a{color:#fff!important;text-decoration:none}
.st-breadcrumb a:hover{text-decoration:underline}
.st-hero-tags{display:flex;gap:8px;margin-bottom:12px;flex-wrap:wrap}
.st-htag{background:rgba(255,255,255,0.2);padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600;backdrop-filter:blur(5px)}
.st-hero-review-cta{display:inline-block;margin-top:15px;background:rgba(255,255,255,0.2);color:#fff!important;padding:8px 20px;border-radius:50px;font-size:14px;font-weight:600;text-decoration:none;backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,0.3);transition:all .2s}
.st-hero-review-cta:hover{background:rgba(255,255,255,0.35);transform:translateY(-1px)}
.st-hero-review-link{color:#fff!important;text-decoration:none}
.st-hero-review-link:hover{text-decoration:underline}

/* Info Bar */
.st-info-bar{background:#f8f9fa;border-bottom:1px solid #eee;padding:20px 0}
.st-info-bar-inner{max-width:1200px;margin:0 auto;display:flex;justify-content:center;gap:40px;flex-wrap:wrap;padding:0 20px}
.st-info-item{display:flex;align-items:center;gap:10px}
.st-info-icon{font-size:24px}
.st-info-item small{display:block;font-size:11px;color:#999;text-transform:uppercase}
.st-info-item strong{font-size:14px}

/* ═══ MAIN LAYOUT + STICKY SIDEBAR (FIXED) ═══ */
.st-landing-main{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 380px;gap:40px;padding:40px 20px;align-items:start}
.st-landing-content{min-width:0}
.st-landing-sidebar{position:relative;align-self:start}
.st-booking-sticky{position:-webkit-sticky;position:sticky;top:30px;z-index:10}
.st-landing-booking{max-width:100%;margin:0;padding:25px;min-height:auto;overflow:visible}
/* Override Divi/theme overflow that breaks sticky */
.st-landing-main,.st-landing-sidebar,.et_pb_section,.et_pb_row,.et_pb_column{overflow:visible!important}

/* Sections */
.st-section{margin-bottom:40px}
.st-sec-title{font-size:24px;font-weight:700;margin:0 0 20px;color:#222;padding-bottom:10px;border-bottom:2px solid #f0f0f0}

/* Gallery */
.st-gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:10px}
.st-gallery-item{cursor:pointer;overflow:hidden;border-radius:10px;position:relative}
.st-gallery-item img{width:100%;height:180px;object-fit:cover;border-radius:10px;transition:transform .3s;display:block}
.st-gallery-item:hover img{transform:scale(1.05)}
.st-gallery-item::after{content:'🔍';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:28px;opacity:0;transition:opacity .3s;pointer-events:none}
.st-gallery-item:hover::after{opacity:0.8}
.st-gallery-hidden{display:none!important}
.st-gallery-more-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.6);display:flex;align-items:center;justify-content:center;border-radius:10px;cursor:pointer;z-index:2;pointer-events:none}
.st-gallery-more-overlay span{color:#fff;font-size:22px;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,0.5)}

/* ═══ LIGHTBOX (FIXED v27.1) ═══ */
.st-lightbox-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.95);z-index:999999;justify-content:center;align-items:center;display:none}
.st-lightbox-overlay.st-lb-active{display:flex!important}
.st-lb-content{position:relative;max-width:85vw;max-height:85vh;display:flex;flex-direction:column;align-items:center;justify-content:center}
.st-lb-image{max-width:85vw;max-height:78vh;object-fit:contain;border-radius:6px;user-select:none;-webkit-user-drag:none}
.st-lb-counter{color:rgba(255,255,255,0.6);font-size:14px;margin-top:15px;font-weight:500;letter-spacing:1px}
.st-lb-close{position:fixed;top:25px;right:30px;background:rgba(255,255,255,0.1);border:2px solid rgba(255,255,255,0.3);color:#fff;font-size:24px;cursor:pointer;z-index:1000000;width:45px;height:45px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s;line-height:1;padding:0}
.st-lb-close:hover{background:rgba(255,255,255,0.25);border-color:#fff}
.st-lb-prev,.st-lb-next{position:fixed;top:50%;transform:translateY(-50%);background:rgba(255,255,255,0.1);border:2px solid rgba(255,255,255,0.25);color:#fff;font-size:22px;cursor:pointer;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:1000000;transition:all .2s}
.st-lb-prev{left:25px}
.st-lb-next{right:25px}
.st-lb-prev:hover,.st-lb-next:hover{background:rgba(255,255,255,0.25);border-color:#fff}

/* Included */
.st-inc-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.st-inc-col{padding:20px;border-radius:12px}
.st-inc-yes{background:#f0fdf4;border:1px solid #bbf7d0}
.st-inc-no{background:#fef2f2;border:1px solid #fecaca}
.st-inc-col h3{margin:0 0 15px;font-size:16px}
.st-inc-col ul{margin:0;padding-left:20px;list-style:disc}
.st-inc-col li{margin-bottom:8px;font-size:14px;line-height:1.5}

/* Timeline */
.st-timeline{position:relative;padding-left:40px}
.st-timeline::before{content:'';position:absolute;left:15px;top:0;bottom:0;width:2px;background:#e0e0e0}
.st-timeline-item{position:relative;margin-bottom:25px}
.st-tl-marker{position:absolute;left:-40px;width:30px;height:30px;background:var(--st-btn,#0060ad);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;z-index:1}
.st-tl-time{display:inline-block;background:#e3f2fd;color:#1565c0;padding:2px 10px;border-radius:4px;font-size:12px;font-weight:600;margin-bottom:5px}
.st-tl-content h4{margin:5px 0;font-size:16px;color:#222}
.st-tl-content p{margin:5px 0 0;font-size:14px;color:#666;line-height:1.5}

/* Reviews */
.st-reviews-section,.st-reviews-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}
.st-review-card{background:#fff;padding:20px;border-radius:12px;border:1px solid #eee;box-shadow:0 2px 8px rgba(0,0,0,.04)}
.st-review-stars{color:#f59e0b;font-size:18px;margin-bottom:8px}
.st-review-text{font-size:14px;line-height:1.6;color:#555;margin:0 0 10px;font-style:italic}
.st-review-author{font-size:13px;font-weight:600;color:#333}

/* Public Review Form */
.st-public-review-form{margin-top:40px;padding:30px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px}
.st-review-form-title{font-size:20px;font-weight:700;margin:0 0 20px;color:#222}
.st-review-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.st-review-stars-select{margin-bottom:15px}
.st-star-picker{display:flex;gap:5px;margin-top:5px}
.st-star-pick{font-size:32px;cursor:pointer;color:#f59e0b;transition:transform .15s;user-select:none}
.st-star-pick:hover{transform:scale(1.2)}
.st-review-submit-btn{margin-top:10px}
.st-review-msg{font-size:14px;font-weight:600}

/* FAQs */
.st-faq-item{border:1px solid #eee;border-radius:8px;margin-bottom:8px;overflow:hidden}
.st-faq-q{width:100%;text-align:left;padding:15px 20px;background:#f9f9f9;border:none;font-size:15px;font-weight:600;cursor:pointer;display:flex;justify-content:space-between;align-items:center}
.st-faq-q:hover{background:#f0f0f0}
.st-faq-a{display:none;padding:15px 20px;font-size:14px;line-height:1.6;color:#555}
.st-info-box{background:#fffbeb;border:1px solid #fde68a;padding:20px;border-radius:12px}
.st-cancel-box{background:#fef2f2;border:1px solid #fecaca;padding:20px;border-radius:12px}

/* Related */
.st-related-section{max-width:1200px;margin:0 auto 40px;padding:0 20px}
.st-related-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px}
.st-related-card{text-decoration:none;color:#333;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.08);transition:transform .2s}
.st-related-card:hover{transform:translateY(-4px)}
.st-related-card img{width:100%;height:180px;object-fit:cover;display:block}
.st-related-info{padding:15px}
.st-related-info h4{margin:0 0 5px;font-size:16px;font-weight:600}
.st-related-info span{font-size:14px;font-weight:700;color:var(--st-btn,#0060ad)}

/* Mobile */
.st-mobile-book-bar{display:none;position:fixed;bottom:0;left:0;right:0;background:#fff;padding:12px 20px;box-shadow:0 -4px 20px rgba(0,0,0,.1);z-index:999;justify-content:space-between;align-items:center}
.st-mobile-price strong{font-size:20px}
.st-mobile-book-btn{color:#fff;padding:12px 30px;border-radius:50px;text-decoration:none;font-weight:700}

/* Categories & Search & Featured */
.st-categories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;max-width:1200px;margin:0 auto;padding:20px}
.st-category-card{text-decoration:none;border-radius:16px;overflow:hidden}
.st-cat-image{height:250px;background-size:cover;background-position:center;display:flex;align-items:flex-end}
.st-cat-overlay{padding:25px;background:linear-gradient(transparent,rgba(0,0,0,.7));width:100%;color:#fff}
.st-cat-name{margin:0 0 5px;font-size:22px;font-weight:700}
.st-cat-count{font-size:14px;opacity:.8}
.st-search-bar{max-width:900px;margin:30px auto;padding:0 20px}
.st-search-form{display:flex;gap:10px;background:#fff;padding:10px;border-radius:50px;box-shadow:0 4px 20px rgba(0,0,0,.08);border:1px solid #eee}
.st-search-select,.st-search-date,.st-search-input{border:none;padding:12px 15px;font-size:14px;background:transparent;outline:none;flex:1;min-width:0}
.st-search-select{max-width:200px}
.st-search-btn{background:#333;color:#fff;border:none;padding:12px 25px;border-radius:50px;font-weight:600;cursor:pointer}
.st-featured-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;max-width:1200px;margin:0 auto;padding:20px}
.st-featured-card{display:block;height:350px;background-size:cover;background-position:center;border-radius:16px;overflow:hidden;position:relative;text-decoration:none;color:#fff}
.st-featured-overlay{position:absolute;bottom:0;left:0;right:0;padding:30px;background:linear-gradient(transparent,rgba(0,0,0,.8))}
.st-featured-tags{display:flex;gap:6px;margin-bottom:10px}
.st-tag{background:rgba(255,255,255,.2);padding:3px 10px;border-radius:20px;font-size:11px;font-weight:600}
.st-featured-title{font-size:22px;font-weight:700;margin:0 0 5px}
.st-featured-price{font-size:16px;font-weight:700}

/* Archive */
.st-archive-wrap{font-family:'Poppins',system-ui,sans-serif}
.st-archive-hero{background:#1a1a2e;color:#fff;padding:80px 40px;text-align:center;background-size:cover;background-position:center;position:relative}
.st-archive-hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5)}
.st-archive-hero-inner{position:relative;z-index:2}
.st-archive-hero h1{font-size:38px;font-weight:800;margin:0 0 10px}
.st-archive-hero p{font-size:16px;opacity:.9}
.st-archive-count{background:rgba(255,255,255,.2);padding:5px 15px;border-radius:20px;font-size:13px}
.st-archive-content{max-width:1200px;margin:0 auto;padding:40px 20px}
.st-rich-text{line-height:1.7;font-size:15px;color:#444}
.st-rich-text p{margin-bottom:15px}

/* ═══ RESPONSIVE ═══ */
@media(max-width:900px){
    .st-landing-main{grid-template-columns:1fr!important}
    .st-landing-sidebar{order:-1}
    .st-booking-sticky{position:static!important}
    .st-hero-title{font-size:28px!important}
    .st-inc-grid{grid-template-columns:1fr}
    .st-mobile-book-bar{display:flex}
    .st-info-bar-inner{gap:20px}
}
@media(max-width:600px){
    .st-hero{min-height:300px}
    .st-hero-content{padding:30px 20px 20px}
    .st-hero-title{font-size:24px!important}
    .st-gallery-grid{grid-template-columns:repeat(2,1fr)}
    .st-review-form-grid{grid-template-columns:1fr}
    .st-lb-prev,.st-lb-next{width:40px;height:40px;font-size:18px}
    .st-lb-prev{left:10px}
    .st-lb-next{right:10px}
}

/* ═══ REQUEST A QUOTE BADGE ═══ */
.st-quote-badge{display:inline-block;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;font-size:12px;font-weight:700;padding:5px 14px;border-radius:20px;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;cursor:pointer;transition:all .2s;}
.st-quote-badge:hover{transform:scale(1.04);box-shadow:0 4px 12px rgba(245,158,11,.4);}
.st-quote-badge--hero{font-size:16px;padding:8px 22px;border-radius:30px;box-shadow:0 4px 20px rgba(0,0,0,.3);}
/* Price tag when it IS a quote only tour */
.st-price-tag.is-quote,.st-item-price.is-quote,.st-list-price.is-quote{color:#d97706;}
/* Hide pay options in widget when quote-only */
.st-quote-mode .st-payment-options{display:none!important;}
.st-quote-mode .st-submit-btn::after{content:' — ' attr(data-quote-label);}
