/* EcoSapa Tours Archive — conversion-first WP Travel Engine skin */
:root{
  --eco-tour-red:#ed1c24;
  --eco-tour-red-dark:#c8141b;
  --eco-tour-green:#0d4a3d;
  --eco-tour-green-dark:#072e26;
  --eco-tour-ink:#211d19;
  --eco-tour-muted:#6c655e;
  --eco-tour-line:#e6dfd7;
  --eco-tour-soft:#f8f6f2;
  --eco-tour-cream:#fffaf5;
}
body.post-type-archive-trip,
body.tax-destination,
body.tax-activities,
body.tax-trip_types{background:#fff!important;color:var(--eco-tour-ink)!important;font-family:'DM Sans',system-ui,sans-serif!important;}
.ecosapa-tour-archive,.ecosapa-tour-archive *{box-sizing:border-box}
.eco-tour-shell{width:min(1180px,calc(100% - 40px));margin:0 auto}
.eco-tour-hero{position:relative;overflow:hidden;padding:34px 0 28px;background:linear-gradient(135deg,#fff 0%,#fff8f6 50%,#f0f8f5 100%);border-bottom:1px solid var(--eco-tour-line)}
.eco-tour-hero--image{padding:48px 0 34px;background:linear-gradient(90deg,rgba(5,33,27,.90) 0%,rgba(5,33,27,.72) 48%,rgba(5,33,27,.38) 100%),var(--eco-tour-hero-image) center 54%/cover no-repeat;border-bottom:0}
.eco-tour-hero--image::before{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.10));pointer-events:none}
.eco-tour-hero--image .eco-tour-shell{position:relative;z-index:1}
.eco-tour-hero--image .eco-tour-breadcrumb,.eco-tour-hero--image .eco-tour-breadcrumb a{color:rgba(255,255,255,.82)!important}
.eco-tour-hero--image .eco-tour-eyebrow{color:#ffb8bb}
.eco-tour-hero--image h1{color:#fff!important;text-shadow:0 2px 20px rgba(0,0,0,.18)}
.eco-tour-hero--image .eco-tour-hero__intro{color:rgba(255,255,255,.9)}
.eco-tour-hero--image .eco-tour-hero__trust{border-color:rgba(255,255,255,.25);background:rgba(255,255,255,.94);box-shadow:0 14px 34px rgba(0,0,0,.15)}
.eco-tour-hero--image .eco-tour-chips a{border-color:rgba(255,255,255,.35);background:rgba(255,255,255,.94)}
.eco-tour-hero::after{content:'';position:absolute;width:360px;height:360px;border-radius:50%;right:-140px;top:-190px;background:rgba(237,28,36,.055)}
.eco-tour-breadcrumb{display:flex;align-items:center;gap:8px;margin-bottom:24px;color:#817970;font-size:13px;font-weight:700}
.eco-tour-breadcrumb a{color:var(--eco-tour-green);text-decoration:none}
.eco-tour-hero__grid{display:grid;grid-template-columns:minmax(0,1fr) 410px;gap:54px;align-items:end}
.eco-tour-eyebrow{display:block;margin-bottom:9px;color:var(--eco-tour-red);font-size:12px;line-height:1.2;font-weight:900;letter-spacing:1.25px;text-transform:uppercase}
.eco-tour-hero h1{max-width:720px;margin:0 0 13px!important;color:var(--eco-tour-green-dark)!important;font:900 clamp(34px,4.1vw,52px)/1.06 'DM Sans',sans-serif!important;letter-spacing:-1.7px!important}
.eco-tour-hero__intro{max-width:760px;color:#504a44;font-size:17px;line-height:1.7}
.eco-tour-hero__intro p{margin:0}
.eco-tour-hero__trust{display:grid;grid-template-columns:repeat(3,1fr);overflow:hidden;border:1px solid #e3ded7;border-radius:16px;background:rgba(255,255,255,.86);box-shadow:0 12px 30px rgba(13,74,61,.06)}
.eco-tour-hero__trust span{min-width:0;padding:15px 12px;text-align:center;border-right:1px solid #eee7e0}
.eco-tour-hero__trust span:last-child{border-right:0}
.eco-tour-hero__trust strong{display:block;color:var(--eco-tour-green-dark);font-size:13px;font-weight:900}
.eco-tour-hero__trust small{display:block;margin-top:3px;color:#7b736b;font-size:10.5px;line-height:1.35;font-weight:650}
.eco-tour-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:24px}
.eco-tour-chips a{display:inline-flex;align-items:center;min-height:35px;padding:0 13px;border:1px solid #ded7d0;border-radius:999px;background:#fff;color:#3e3934;font-size:13px;font-weight:800;text-decoration:none;transition:.15s ease}
.eco-tour-chips a:hover,.eco-tour-chips a.is-active{border-color:var(--eco-tour-red);background:#fff1f2;color:var(--eco-tour-red)}

.eco-tour-main-section{padding:34px 0 60px;background:#fff}
.eco-tour-toolbar{display:flex;align-items:center;gap:14px;margin-bottom:17px;padding-bottom:17px;border-bottom:1px solid var(--eco-tour-line)}
.eco-tour-toolbar>div:first-child{display:flex;align-items:baseline;gap:6px;margin-right:auto;color:var(--eco-tour-muted);font-size:14px}
.eco-tour-toolbar>div:first-child strong{color:var(--eco-tour-green-dark);font-size:20px;font-weight:900}
.eco-tour-sort{display:flex;align-items:center;gap:8px}
.eco-tour-sort label{color:#716a63;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.6px}
.eco-tour-sort select{height:40px;padding:0 34px 0 12px;border:1px solid #dcd5cd;border-radius:10px;background:#fff;color:#29241f;font:750 14px 'DM Sans',sans-serif;outline:none}
.eco-tour-filter-toggle{display:none;height:40px;padding:0 15px;border:1px solid var(--eco-tour-green);border-radius:10px;background:#fff;color:var(--eco-tour-green);font:800 14px 'DM Sans',sans-serif}
.eco-tour-layout{display:grid;grid-template-columns:270px minmax(0,1fr);gap:28px;align-items:start}

.eco-tour-filters{position:sticky;top:90px;overflow:hidden;border:1px solid var(--eco-tour-line);border-radius:17px;background:#fff;box-shadow:0 8px 26px rgba(13,74,61,.055)}
.eco-tour-filters__head{display:flex;align-items:center;justify-content:space-between;padding:18px 18px 13px;color:var(--eco-tour-green-dark);font-size:16px}
.eco-tour-filters__head strong{font-weight:900}
.eco-tour-filter-close{display:none;border:0;background:none;color:#4b4540;font-size:28px;line-height:1}
.eco-tour-filters form{padding:0 18px 18px}
.eco-tour-filter-search{padding:0 0 17px;border-bottom:1px solid #eee8e2}
.eco-tour-filter-search label,.eco-tour-filters legend{display:block;margin-bottom:9px;color:#37312c;font-size:12px;font-weight:900;letter-spacing:.5px;text-transform:uppercase}
.eco-tour-filter-search input{width:100%;height:42px;padding:0 12px;border:1px solid #ddd6ce;border-radius:10px;background:#fff;font:650 13px 'DM Sans',sans-serif;outline:none}
.eco-tour-filter-search input:focus{border-color:var(--eco-tour-green);box-shadow:0 0 0 3px rgba(13,74,61,.08)}
.eco-tour-filters fieldset{margin:0;padding:17px 0;border:0;border-bottom:1px solid #eee8e2}
.eco-tour-filters fieldset label{display:grid;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:8px;margin:0 0 10px;color:#4c4640;font-size:13px;font-weight:650;cursor:pointer}
.eco-tour-filters fieldset label:last-child{margin-bottom:0}
.eco-tour-filters input[type=checkbox]{width:16px;height:16px;margin:0;accent-color:var(--eco-tour-red)}
.eco-tour-filters fieldset small{color:#9a9189;font-size:11px}
.eco-tour-filter-actions{display:grid;gap:9px;padding-top:17px}
.eco-tour-filter-actions button{height:44px;border:0;border-radius:10px;background:var(--eco-tour-red);color:#fff;font:850 14px 'DM Sans',sans-serif;cursor:pointer;box-shadow:0 7px 18px rgba(237,28,36,.16)}
.eco-tour-filter-actions button:hover{background:var(--eco-tour-red-dark)}
.eco-tour-filter-actions a{text-align:center;color:#777069;font-size:12px;font-weight:750;text-decoration:none}

.eco-tour-list{display:grid;gap:16px}
.eco-tour-card{display:grid!important;grid-template-columns:300px minmax(0,1fr);min-height:286px;overflow:hidden;margin:0!important;border:1px solid var(--eco-tour-line)!important;border-radius:18px!important;background:#fff!important;box-shadow:0 8px 26px rgba(25,18,10,.055)!important;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.eco-tour-card:hover{transform:translateY(-2px);border-color:#d7cdc4!important;box-shadow:0 14px 36px rgba(13,74,61,.10)!important}
.eco-tour-card__media{position:relative;display:block;min-height:100%;overflow:hidden;background:linear-gradient(145deg,#e9f4ef,#f7efe7);text-decoration:none}
.eco-tour-card__media img{width:100%!important;height:100%!important;min-height:286px!important;object-fit:cover!important;display:block!important;transition:transform .35s ease}
.eco-tour-card:hover .eco-tour-card__media img{transform:scale(1.025)}
.eco-tour-card__placeholder{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--eco-tour-green);background:linear-gradient(145deg,#edf7f3,#fff4ef)}
.eco-tour-card__placeholder span{font-size:13px;font-weight:750}.eco-tour-card__placeholder strong{font-size:24px;font-weight:900}
.eco-tour-card__badge{position:absolute;top:13px;left:13px;max-width:calc(100% - 26px);padding:6px 10px;border-radius:999px;background:rgba(7,46,38,.93);color:#fff;font-size:10px;font-weight:900;letter-spacing:.5px;text-transform:uppercase;box-shadow:0 4px 14px rgba(0,0,0,.12)}
.eco-tour-card__body{display:flex;min-width:0;flex-direction:column;padding:20px 21px 18px}
.eco-tour-card__topline{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:20px;margin-bottom:6px;color:var(--eco-tour-green);font-size:11.5px;font-weight:850;text-transform:uppercase;letter-spacing:.45px}
.eco-tour-card__reviews{color:#8b6500;text-transform:none;letter-spacing:0}
.eco-tour-card__title{margin:0 0 10px!important;font:900 22px/1.22 'DM Sans',sans-serif!important;letter-spacing:-.45px!important}
.eco-tour-card__title a{color:#211c18!important;text-decoration:none!important}
.eco-tour-card__title a:hover{color:var(--eco-tour-red)!important}
.eco-tour-card__facts{display:flex;flex-wrap:wrap;gap:8px 15px;margin-bottom:11px;color:#5c554e;font-size:12.5px;font-weight:700}
.eco-tour-card__facts span{display:inline-flex;align-items:center;gap:6px;min-width:0}
.eco-tour-card__facts svg{width:15px;height:15px;flex:0 0 15px;fill:var(--eco-tour-green)}
.eco-tour-card__excerpt{display:-webkit-box;overflow:hidden;margin:0 0 14px!important;color:#625b54;font-size:13.5px;line-height:1.55;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.eco-tour-card__bottom{display:flex;align-items:end;gap:18px;margin-top:auto;padding-top:13px;border-top:1px solid #eee8e2}
.eco-tour-card__price{min-width:130px;margin-right:auto}
.eco-tour-card__price span,.eco-tour-card__price small{display:block;color:#80776e;font-size:10.5px;line-height:1.3;font-weight:700}
.eco-tour-card__price del{margin-right:5px;color:#9d948b;font-size:12px}
.eco-tour-card__price strong{display:block;margin:1px 0;color:var(--eco-tour-red);font-size:23px;line-height:1;font-weight:950;letter-spacing:-.5px}
.eco-tour-card__actions{display:flex;align-items:center;gap:8px}
.eco-tour-btn{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 13px;border-radius:9px;font-size:12px;font-weight:850;text-decoration:none!important;white-space:nowrap;transition:.15s ease}
.eco-tour-btn--primary{border:1px solid var(--eco-tour-red);background:var(--eco-tour-red);color:#fff!important}
.eco-tour-btn--primary:hover{background:var(--eco-tour-red-dark);border-color:var(--eco-tour-red-dark)}
.eco-tour-btn--ghost{border:1px solid #d8d0c7;background:#fff;color:var(--eco-tour-green)!important}
.eco-tour-btn--ghost:hover{border-color:var(--eco-tour-green);background:#f1f8f5}

.eco-tour-pagination{margin-top:26px}
.eco-tour-pagination ul{display:flex!important;flex-wrap:wrap!important;gap:7px!important;margin:0!important;padding:0!important;list-style:none!important}
.eco-tour-pagination a,.eco-tour-pagination span{display:grid!important;min-width:38px!important;height:38px!important;place-items:center!important;padding:0 10px!important;border:1px solid #ded7cf!important;border-radius:9px!important;background:#fff!important;color:#39332e!important;font-size:12px!important;font-weight:800!important;text-decoration:none!important}
.eco-tour-pagination .current{border-color:var(--eco-tour-red)!important;background:var(--eco-tour-red)!important;color:#fff!important}
.eco-tour-empty{padding:46px 30px;border:1px dashed #d9d0c7;border-radius:18px;background:var(--eco-tour-soft);text-align:center}
.eco-tour-empty h2{margin:0 0 8px!important;font:900 26px 'DM Sans',sans-serif!important}.eco-tour-empty p{color:#6e665e}.eco-tour-empty a{display:inline-flex;margin-top:10px;padding:11px 16px;border-radius:9px;background:var(--eco-tour-red);color:#fff;text-decoration:none;font-weight:850}

.eco-tour-conversion{padding:44px 0;background:var(--eco-tour-green-dark);color:#fff}
.eco-tour-conversion__grid{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:40px;align-items:center}
.eco-tour-conversion .eco-tour-eyebrow{color:#ffb8bb}
.eco-tour-conversion h2{margin:0 0 8px!important;color:#fff!important;font:900 clamp(26px,3vw,38px)/1.12 'DM Sans',sans-serif!important;letter-spacing:-1px!important}
.eco-tour-conversion p{max-width:760px;margin:0!important;color:rgba(255,255,255,.78);font-size:15px;line-height:1.65}
.eco-tour-conversion__grid>a{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 19px;border-radius:11px;background:var(--eco-tour-red);color:#fff;text-decoration:none;font-size:14px;font-weight:900;box-shadow:0 8px 20px rgba(0,0,0,.17)}

.eco-tour-seo-section{padding:58px 0 66px;background:var(--eco-tour-soft)}
.eco-tour-seo-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:58px;align-items:start}
.eco-tour-seo-section h2{margin:0 0 13px!important;color:var(--eco-tour-green-dark)!important;font:900 clamp(28px,3vw,40px)/1.14 'DM Sans',sans-serif!important;letter-spacing:-1px!important}
.eco-tour-seo-copy{color:#5f5851;font-size:15px;line-height:1.78}.eco-tour-seo-copy p{margin:0 0 12px}
.eco-tour-faqs{display:grid;gap:9px}
.eco-tour-faqs details{overflow:hidden;border:1px solid #e2dbd3;border-radius:12px;background:#fff}
.eco-tour-faqs summary{position:relative;padding:15px 42px 15px 16px;color:#312b26;font-size:14px;font-weight:850;cursor:pointer;list-style:none}
.eco-tour-faqs summary::-webkit-details-marker{display:none}.eco-tour-faqs summary::after{content:'+';position:absolute;right:16px;top:50%;transform:translateY(-50%);color:var(--eco-tour-red);font-size:20px;font-weight:800}.eco-tour-faqs details[open] summary::after{content:'−'}
.eco-tour-faqs p{margin:0;padding:0 16px 16px;color:#665f57;font-size:13px;line-height:1.65}

@media(max-width:1040px){
  .eco-tour-hero__grid{grid-template-columns:1fr;gap:22px}.eco-tour-hero__trust{max-width:580px}
  .eco-tour-layout{grid-template-columns:240px minmax(0,1fr);gap:20px}.eco-tour-card{grid-template-columns:250px minmax(0,1fr)}.eco-tour-card__actions{flex-direction:column;align-items:stretch}.eco-tour-btn{min-height:36px}
}
@media(max-width:820px){
  .eco-tour-shell{width:min(100% - 28px,1180px)}.eco-tour-hero{padding:26px 0 22px}.eco-tour-hero h1{font-size:38px}.eco-tour-hero__trust{grid-template-columns:repeat(3,1fr)}
  .eco-tour-filter-toggle{display:inline-flex;align-items:center;justify-content:center}.eco-tour-layout{display:block}.eco-tour-filters{display:none;position:fixed;inset:0 0 0 auto;top:0;width:min(90vw,350px);height:100dvh;z-index:10080;border-radius:0;overflow:auto}.eco-tour-filters.is-open{display:block}.eco-tour-filter-close{display:block}.eco-tour-filters__head{position:sticky;top:0;z-index:2;background:#fff;border-bottom:1px solid #eee8e2}.eco-tour-filters form{padding-bottom:36px}.eco-tour-sort label{display:none}
  .eco-tour-card{grid-template-columns:260px minmax(0,1fr)}
  body.eco-tour-filter-open{overflow:hidden}.eco-tour-filter-backdrop{display:none;position:fixed;inset:0;z-index:10070;background:rgba(7,46,38,.52);backdrop-filter:blur(2px)}body.eco-tour-filter-open .eco-tour-filter-backdrop{display:block}
}
@media(max-width:640px){
  .eco-tour-hero__grid{gap:18px}.eco-tour-hero h1{font-size:34px;letter-spacing:-1px!important}.eco-tour-hero__intro{font-size:15px}.eco-tour-hero__trust{grid-template-columns:1fr}.eco-tour-hero__trust span{display:grid;grid-template-columns:auto 1fr;gap:8px;text-align:left;border-right:0;border-bottom:1px solid #eee7e0;padding:10px 12px}.eco-tour-hero__trust span:last-child{border-bottom:0}.eco-tour-hero__trust small{margin:0}
  .eco-tour-toolbar{flex-wrap:wrap}.eco-tour-toolbar>div:first-child{width:100%}.eco-tour-sort{margin-left:auto}.eco-tour-sort select{max-width:150px}
  .eco-tour-card{display:block!important}.eco-tour-card__media{height:210px;min-height:0}.eco-tour-card__media img{height:210px!important;min-height:210px!important}.eco-tour-card__body{padding:17px}.eco-tour-card__title{font-size:20px!important}.eco-tour-card__bottom{align-items:stretch;flex-direction:column;gap:12px}.eco-tour-card__price{margin:0}.eco-tour-card__actions{display:grid;grid-template-columns:1fr 1fr;flex-direction:row}.eco-tour-btn{white-space:normal;text-align:center}
  .eco-tour-conversion__grid,.eco-tour-seo-grid{grid-template-columns:1fr;gap:24px}.eco-tour-conversion__grid>a{width:100%}.eco-tour-seo-section{padding:44px 0 52px}
}
