:root{--card-zoom-scale:1.03;--card-shadow:0 0 5px rgba(0,0,0,0.6);--price-flag-gradient-start:#c8a900;--price-flag-text:#222222}.why-points{padding:0;margin:0 auto;max-width:700px;text-align:left}.why-point{margin-bottom:1.5rem;opacity:1;transform:none;transition:opacity .6s ease-out,transform .6s ease-out}.js-enabled .why-point{opacity:0;transform:translateY(20px)}.js-enabled .why-point.in-view{opacity:1;transform:translateY(0)}.why-point h3{margin-bottom:.2em}.why-point p{font-size:1.05rem;line-height:1.6;margin:0}.our-tours{margin:0;box-sizing:border-box}.our-tours>h2{font-size:2.4rem}.product-list{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem 1rem;margin:2rem .5rem 1.5rem}.product-card{flex:1 1 300px;max-width:420px;display:flex;flex-direction:column;justify-content:flex-start;position:relative;padding:1rem;overflow:visible;outline:1px solid transparent;border-radius:.625rem;background:linear-gradient(to bottom,#ddd,#eee);color:var(--yellow);box-shadow:var(--card-shadow);transition:transform .2s ease,box-shadow .2s ease}@media (min-width:700px){.product-list:has(> .product-card:first-child:nth-last-child(3n+1))>.product-card{flex-basis:40%}}.product-card.zoomed,.product-card:focus-within,.product-card:hover{transform:scale(var(--card-zoom-scale));--card-shadow:0 2px 12px rgba(0,0,0,0.6)}.product-card h3{font-size:clamp(1.125rem, .9rem + .5vw, 1.5rem);margin:1rem 0}.product-card p{margin:0;font-size:clamp(.95rem, .75rem + .3vw, 1.1rem);line-height:1.4;color:var(--black)}.product-card .progressive-wrapper{border-radius:.625rem}.product-image{width:100%;aspect-ratio:3/2;object-fit:cover;flex-shrink:0;display:block;height:auto}.product-flag{font-weight:600;font-size:.85rem;padding:.5rem 1rem;border-radius:0;box-shadow:0 2px 6px var(--shadow-light)}.product-flag.price{position:absolute;top:0;left:clamp(2rem,10vw,2.5rem);z-index:5;box-sizing:content-box;display:flex;flex-direction:column;align-items:center;justify-content:center;white-space:pre-line;background:linear-gradient(to bottom,var(--price-flag-gradient-start) 0,var(--yellow) 100%);color:var(--price-flag-text);font-weight:700;font-size:clamp(1rem, 4.4vw, 1.2rem);line-height:1;text-align:center;padding:.4em 1em;height:clamp(3.75rem,18vw,5rem);width:clamp(2rem,10vw,2.5rem);border-bottom-left-radius:1.5em;border-bottom-right-radius:1.5em;box-shadow:2px 3px 5px var(--shadow-medium)}.product-flag.price .price-amount{font-size:2em}.product-flag.price .per-person-label{font-size:.7em;font-weight:400;opacity:.8;margin-top:.2rem;margin-bottom:.7rem;white-space:nowrap}.product-flag.duration{position:absolute;top:0;right:0;z-index:6;background:linear-gradient(to bottom,#ddd,#dfdfdf);color:var(--black);font-weight:800;font-size:clamp(1.4rem, 6.5vw, 1.8rem);line-height:1;padding:.1em clamp(.5rem,3vw,1rem);border-bottom-left-radius:1.1rem;border-top-right-radius:.625rem;box-shadow:none;display:flex;align-items:center;justify-content:center;white-space:nowrap;min-width:3rem;height:clamp(2.5rem,12vw,3rem)}.product-card-link{display:block;height:100%;text-decoration:none;color:inherit;outline:0}.product-card-link:focus-visible{outline:3px solid var(--outline-color);outline-offset:20px}@media (prefers-color-scheme:dark){:root{--price-flag-gradient-start:#917b00}.product-card{background:linear-gradient(to bottom,#333,#222);outline:1px solid #444}.product-card.zoomed,.product-card:focus-within,.product-card:hover{--card-shadow:0 0px 12px rgba(200, 200, 200, 0.6)}.product-card p{color:#f2f2f2}.product-flag.duration{background:linear-gradient(to bottom,#333,#313131);color:var(--yellow)}}