.tours-page-container{padding-top:80px}.tours-header{padding:60px 5vw 40px;text-align:center}.tours-title{font-size:clamp(2rem, 5vw, 3.5rem);font-weight:900;margin-bottom:16px;color:#111;letter-spacing:-1px}body.bg-black .tours-title{color:#fff}.tours-subtitle{color:#666;font-size:1.1rem;max-width:700px;margin:0 auto}body.bg-black .tours-subtitle{color:#ccc}.tours-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:32px;padding:40px 5vw 80px;max-width:1400px;margin:0 auto}.tour-card{border:1px solid var(--magic-clr-darker);border-radius:24px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 25px -5px var(--magic-clr-darker-a25),0 10px 10px -5px var(--magic-clr-darker-a10);transition:all .4s cubic-bezier(.175, .885, .32, 1.275);text-decoration:none;scale:0.95}body:not(.bg-black) .tour-card{background:#fff}body.bg-black .tour-card{background-color:var(--bg-clr-2)}body.bg-black .tour-price-badge{background:rgba(17,17,17,.95);color:#fff}body.bg-black .tour-footer{border-top-color:#333}.tour-meta svg{stroke:var(--magic-clr)}.tour-image{position:relative;width:100%;height:240px;overflow:hidden}.tour-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;pointer-events:none}.tour-price-badge{position:absolute;top:10px;right:10px;background:rgba(255,255,255,.95);color:#111;padding:6px 14px;border-radius:12px;font-weight:800;font-size:.9rem;box-shadow:0 0 6px rgba(0,0,0,.4)}.tour-info{width:100%;padding:24px;flex-grow:1;display:flex;flex-direction:column}.tour-name{font-size:1.5rem;font-weight:800;margin-bottom:12px;color:#111;line-height:1.2}body.bg-black .tour-name{color:#fff}.tour-desc{font-size:1rem;color:#555;line-height:1.6;margin-bottom:24px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}body.bg-black .tour-desc{color:#eee}.tour-footer{margin-top:auto;display:flex;justify-content:space-between;align-items:center;padding-top:16px;border-top:1px solid #f3f4f6}.tour-meta{display:flex;align-items:center;gap:6px;font-weight:600;font-size:.85rem}.tour-duration-text{color:var(--magic-clr)}.tour-btn{display:flex;align-items:center;gap:6px;font-weight:700;font-size:.95rem;color:var(--magic-clr);transition:color .3s ease}.tour-btn svg{stroke:var(--magic-clr)}@media (min-width:768px){body:not(.bg-black) .tour-btn{color:#111}body.bg-black .tour-btn{color:#fff}.tour-btn svg{transition:stroke .3s ease}body:not(.bg-black) .tour-btn svg{stroke:#111}body.bg-black .tour-btn svg{stroke:#fff}.tour-card:hover .tour-btn svg{stroke:var(--magic-clr)}.tour-card:hover .tour-image img{transform:scale(1.05)}.tour-card{scale:1;box-shadow:0 4px 6px -1px rgba(0,0,0,.05),0 2px 4px -1px rgba(0,0,0,.03)}body:not(.bg-black) .tour-card{border:1px solid #e5e7eb}body.bg-black .tour-card{border:1px solid #333}body.bg-black .tour-card:hover,body:not(.bg-black) .tour-card:hover{transform:translateY(-8px)!important;box-shadow:0 20px 25px -5px var(--magic-clr-darker-a25),0 10px 10px -5px var(--magic-clr-darker-a10);border:1px solid var(--magic-clr-darker)}.tour-card:active{scale:0.95}.tour-card:hover .tour-btn{color:var(--magic-clr)}}