html body .tour-card{--gecko-card-green:#145c32;--gecko-card-green-dark:#0e4626;--gecko-card-ink:#163a2d;--gecko-card-muted:#5b6c62;position:relative;display:flex;flex-direction:column;width:100%;max-width:none;height:100%;margin:0 auto;overflow:hidden;background:#fff;border-radius:28px;box-shadow:0 18px 40px rgba(20,92,50,0.12);font-family:Poppins,"Segoe UI",sans-serif;transform:none;transition:transform 0.28s ease,box-shadow 0.28s ease}html body .tour-card:hover{transform:translateY(-4px);box-shadow:0 22px 48px rgba(20,92,50,0.16)}html body .tour-card .tour-image{position:relative;width:100%;aspect-ratio:16 / 11;overflow:hidden;border-radius:22px 22px 0 0}html body .tour-card .tour-image::after{display:none!important;content:none!important}html body .tour-card .tour-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.45s ease}html body .tour-card:hover .tour-image img{transform:scale(1.05)}html body .tour-card .tour-card__badge{position:absolute;top:14px;left:14px;z-index:3;display:inline-flex;align-items:center;gap:6px;max-width:calc(100% - 64px);padding:6px 12px 6px 10px;border-radius:999px;background:var(--gecko-card-green);color:#fff;font-size:11px;font-weight:700;letter-spacing:0.06em;line-height:1.2;text-transform:uppercase;box-shadow:0 8px 18px rgba(14,70,38,0.28)}html body .tour-card .tour-card__badge i,html body .tour-card .tour-card__badge svg{width:13px;height:13px;font-size:12px;flex:0 0 auto}html body .tour-card .tour-card__wish{position:absolute;top:12px;right:12px;z-index:3;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,0.94);color:var(--gecko-card-green);cursor:pointer;box-shadow:0 6px 16px rgba(0,0,0,0.12)}html body .tour-card .tour-card__wish svg{width:18px;height:18px}html body .tour-card .tour-card__wish.is-on{background:var(--gecko-card-green);color:#fff}html body .tour-card .tour-card__wish.is-on svg path{fill:currentColor}html body .tour-card .tour-title{position:static!important;left:auto!important;right:auto!important;bottom:auto!important;color:var(--gecko-card-green)!important;font-family:var(--font-body,Poppins,"Segoe UI",sans-serif);font-size:21px;font-weight:600;line-height:1.28;padding:16px 18px 0;margin:0;z-index:auto}html body .tour-card .tour-content{display:flex;flex-direction:column;flex:1;padding:8px 18px 18px}html body .tour-card .tour-description{margin:0 0 14px;color:var(--gecko-card-muted);font-size:14px;line-height:1.55;flex:1}html body .tour-card .tour-card__meta{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:0 0 16px;padding:0;list-style:none}html body .tour-card .tour-card__meta li{display:flex;flex-direction:column;align-items:flex-start;gap:2px;min-width:0;max-width:100%;overflow:hidden}html body .tour-card .tour-card__meta-icon{display:flex;align-items:center;gap:6px;max-width:100%;min-width:0;width:100%;color:var(--gecko-card-green);font-size:13px;font-weight:700;line-height:1.25}html body .tour-card .tour-card__meta-icon svg,html body .tour-card .tour-card__meta-icon i{width:14px;height:14px;flex:0 0 auto}html body .tour-card .tour-card__meta-icon span{display:block;min-width:0;flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}html body .tour-card .tour-card__meta-label{padding-left:20px;color:#8a9a92;font-size:11px;line-height:1.2}html body .tour-card .tour-card__actions{display:flex;align-items:center;gap:10px;margin-top:auto}html body .tour-card .tour-content>p{margin:0}html body .tour-card .tour-content a:not(.tour-btn):not(.tour-card__go){color:inherit;text-decoration:none}html body .tour-card .tour-btn,html body .tour-card .tour-content a .tour-btn,html body .tour-card span.tour-btn,html body .tour-card a.tour-btn{display:inline-flex;align-items:center;justify-content:center;flex:1;width:auto;min-height:48px;padding:12px 16px;border-radius:999px!important;background:var(--gecko-card-green)!important;color:#fff!important;font-size:12px;font-weight:700;letter-spacing:0.06em;line-height:1.2;text-align:center;text-transform:uppercase;text-decoration:none;box-sizing:border-box;transition:background 0.2s ease}html body .tour-card .tour-btn:hover,html body .tour-card a.tour-btn:hover{background:var(--gecko-card-green-dark)!important;color:#fff!important}html body .tour-card .tour-card__go{display:inline-flex;align-items:center;justify-content:center;flex:0 0 48px;width:48px;height:48px;border-radius:50%;background:var(--gecko-card-green);color:#fff;text-decoration:none;box-shadow:0 8px 18px rgba(14,70,38,0.22)}html body .tour-card .tour-card__go svg{width:16px;height:16px}html body .tour-card .tour-card__go:hover{background:var(--gecko-card-green-dark);color:#fff}html body a.tour-card-link{display:block;color:inherit;text-decoration:none}@media (max-width:767px){html body .tour-card .tour-title{font-size:18px}html body .tour-card .tour-card__meta{gap:6px}html body .tour-card .tour-card__meta-icon{font-size:12px}}