.etc-page{background:#f7fafc;min-height:70vh}
.etc-search{padding:80px 0 64px;min-height:320px;background:#0a6f78;color:#fff}
.etc-search h1{margin-bottom:1rem;text-shadow:0 1px 3px rgba(0,0,0,.45)}
.etc-category-tabs{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem}
.etc-category-tabs .etc-category-tab{padding:.45rem .9rem;border-radius:999px;background:rgba(255,255,255,.14);color:#fff;text-decoration:none;font-weight:600;font-size:.9rem}
.etc-category-tabs .etc-category-tab:hover{background:rgba(255,255,255,.28)}
.etc-category-tabs .etc-category-tab.is-active{background:#fff;color:#0a6f78}
.etc-search-form{display:grid;grid-template-columns:2fr 1fr 1fr 1fr auto;gap:.6rem;align-items:end}
.etc-search-form label{display:grid;gap:.3rem;color:#eaf6f6;font-size:.85rem;min-width:0}
.etc-search-form input,.etc-search-form select{min-width:0;padding:.7rem;border:0;border-radius:5px;color:#0f172a}
.etc-location-field{position:relative}
.etc-dest-suggestions{position:absolute;top:100%;left:0;right:0;z-index:20;background:#fff;border:1px solid #e1e8eb;border-radius:0 0 8px 8px;max-height:260px;overflow:auto;box-shadow:0 12px 24px rgba(0,0,0,.12)}
.etc-dest-suggestions .etc-dest-option{display:flex;flex-direction:column;gap:.15rem;width:100%;text-align:left;padding:.6rem .8rem;border:0;background:transparent;cursor:pointer;color:#0f172a}
.etc-dest-suggestions .etc-dest-option:hover{background:#eef8f8}
.etc-dest-suggestions .etc-dest-option small{color:#64748b}
.etc-results{padding:2rem 0 4rem}
.etc-card{display:grid;grid-template-columns:200px 1fr auto;gap:1.25rem;margin:1rem 0;padding:1rem;background:#fff;border:1px solid #e1e8eb;border-radius:10px}
.etc-card img{width:200px;height:140px;object-fit:cover;border-radius:7px}
.etc-card h2{font-size:1.2rem;margin:.15rem 0}
.etc-card .etc-location{margin:.15rem 0}
.etc-card aside{display:grid;align-content:center;gap:.5rem;text-align:right}
.etc-card aside small{color:#64748b}
.etc-booking-type{font-weight:700;margin:.35rem 0}
.etc-booking-type.instant{color:#ff753d}
.etc-booking-type.confirm{color:#08726f}
.etc-payment-method{font-weight:600;color:#08726f}
.etc-payment-method.pay-at-host{color:#08726f}
.etc-payment-method.pay-at-tripcetera{color:#ff753d}
.etc-promo-badge{display:inline-block;margin-left:.5rem;background:#ff753d;color:#fff;font-size:.7rem;font-weight:800;padding:.1rem .45rem;border-radius:4px;letter-spacing:.04em}
.etc-rating{margin:.15rem 0;color:#0f766e;font-weight:600}
.etc-desc{margin:.35rem 0 0;color:#475569;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.etc-package-list{display:grid;gap:.75rem}
.etc-package{display:flex;gap:1rem;justify-content:space-between;align-items:center;border:1px solid #e1e8eb;border-radius:8px;padding:.9rem}
.etc-package.is-unavailable{opacity:.6}
.etc-package h3{margin:0 0 .2rem;font-size:1.05rem}
.etc-package-cta{display:grid;gap:.4rem;text-align:right;justify-items:end;white-space:nowrap}
.etc-review{border-top:1px solid #eef2f4;padding:.75rem 0}
.etc-review:first-of-type{border-top:0}
.etc-review-head{margin:0 0 .25rem}
.etc-detail-page{padding-top:2rem;padding-bottom:4rem}
.etc-back-link{display:inline-block;margin-bottom:1.25rem}
.etc-detail-header{margin-bottom:1.25rem}
.etc-detail-header h1{margin:.25rem 0}
.etc-detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:1.5rem;align-items:start}
.etc-detail-photos{display:grid;grid-template-columns:2fr 1fr;gap:.65rem;margin-bottom:1rem}
.etc-detail-photos img{width:100%;height:150px;object-fit:cover;border-radius:9px}
.etc-detail-photos img:first-child{grid-row:span 2;height:307px}
.etc-host-card{display:flex;gap:1rem;align-items:center;background:#fff;border:1px solid #e1e8eb;border-radius:10px;padding:1rem;margin-bottom:1rem}
.etc-host-card img{width:64px;height:64px;border-radius:50%;object-fit:cover}
.etc-host-card .btn{margin-left:auto}
.etc-detail-panel,.etc-detail-booking{background:#fff;border:1px solid #e1e8eb;border-radius:10px;padding:1.25rem;margin-bottom:1rem}
.etc-detail-panel h2{margin-top:0;font-size:1.25rem}
.etc-detail-panel h3{font-size:1rem;margin:1rem 0 .3rem}
.etc-detail-panel p{white-space:pre-line;line-height:1.55}
.etc-detail-booking{position:sticky;top:1rem;display:grid;gap:.6rem}
.etc-detail-booking p{margin:0}
.etc-detail-booking strong{font-size:1.35rem}
.etc-detail-booking small{color:#64748b}
.etc-booking-page{padding-top:2.5rem;padding-bottom:4rem}
.etc-checkbox{display:flex;align-items:center;gap:.5rem;margin:.75rem 0}
.etc-checkbox input{width:auto}
@media(max-width:900px){
  .etc-search-form,.etc-detail-layout{grid-template-columns:1fr}
  .etc-card{grid-template-columns:1fr}
  .etc-card img{width:100%;height:180px}
  .etc-card aside{text-align:left}
  .etc-detail-booking{position:static}
  .etc-detail-photos{grid-template-columns:1fr 1fr}
  .etc-detail-photos img:first-child{grid-column:span 2;grid-row:auto;height:230px}
}

@media(max-width:640px){.etc-search{padding:40px 0 32px;min-height:0}}
