:root{--hero-bg: #f0f5f9;--hero-text: #1a1a1a;--hero-highlight: #0e7590;--pill-bg: #ffffff;--pill-bg-active: #0e7590;--pill-text: #475569;--pill-text-active: #ffffff}.highlight{color:var(--hero-highlight)}.tours-hero{background-color:var(--hero-bg);padding:8rem 0 6rem;position:relative;overflow:hidden}.tours-hero__container{max-width:1300px;margin:0 auto;padding:0 1rem;display:grid;grid-template-columns:1fr;gap:1rem;align-items:center}@media (min-width: 992px){.tours-hero__container{grid-template-columns:1.2fr 1fr}}.tours-hero__content{text-align:center}@media (min-width: 992px){.tours-hero__content{text-align:left}}.tours-hero__title{font-size:clamp(2.8rem,6vw,4rem);font-weight:700;line-height:1.1;margin-bottom:1.5rem;color:var(--hero-text)}.tours-hero__title .highlight{color:var(--hero-highlight)}.tours-hero__description{font-size:1.1rem;color:#475569;margin-bottom:1.5rem;max-width:600px;margin-left:auto;margin-right:auto}@media (min-width: 992px){.tours-hero__description{margin-left:0;margin-right:0}}.tours-hero__images{display:none}@media (min-width: 992px){.tours-hero__images{display:flex;align-items:center;justify-content:center;perspective:1000px}}.tours-hero__images .image-collage{position:relative;width:550px;height:500px}.tours-hero__images .image-collage .hero-image{position:absolute;border-radius:1.5rem;box-shadow:0 25px 50px -12px #0000004d;transition:all 2s ease;object-fit:cover}.tours-hero__images .image-collage .image-1{width:75%;height:70%;top:0;left:0;transform:rotate(-8deg);z-index:1}.tours-hero__images .image-collage .image-2{width:65%;height:65%;bottom:0;right:5%;z-index:3;transform:rotate(6deg)}.tours-hero__images .image-collage .image-3{width:60%;height:55%;top:50%;left:50%;transform:translate(-50%,-50%) rotate(1deg);z-index:2}.tour-search-form .input-with-icon{position:relative;margin-bottom:1.5rem}.tour-search-form .input-with-icon .search-icon{position:absolute;top:50%;left:1.5rem;transform:translateY(-50%);color:#94a3b8;font-size:1.4rem}.tour-search-form .input-with-icon input[type=text]{width:90%;padding:1.2rem 1.2rem 1.2rem 4rem;border:1px solid #e2e8f0;border-radius:1rem;font-size:1rem;background-color:#fff;box-shadow:0 4px 15px #0000000d}.tour-search-form .input-with-icon input[type=text]::placeholder{color:#94a3b8}.tour-search-form .input-with-icon input[type=text]:focus{outline:none;border-color:var(--hero-highlight);box-shadow:0 0 0 4px #0e75901a}.tour-search-form .filter-pills{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center}@media (min-width: 992px){.tour-search-form .filter-pills{justify-content:flex-start}}.tour-search-form .filter-pills .pill-button{background:var(--pill-bg);color:var(--pill-text);border:1px solid #e2e8f0;padding:.75rem 1.5rem;border-radius:2rem;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease-in-out}.tour-search-form .filter-pills .pill-button:hover{background:#f1f5f9;border-color:#cbd5e1}.tour-search-form .filter-pills .pill-button.active{background:var(--pill-bg-active);color:var(--pill-text-active);border-color:var(--pill-bg-active)}.tours-grid-section{padding:5rem 0;padding-top:0;background:var(--hero-bg)}.tours-grid-container{max-width:1300px;margin:0 auto;padding:0 1rem}.tours-grid-section .tour-card{background:#fff;box-shadow:0 8px 16px #0000000d}.tour-card__image-wrapper{background:#fff!important}.pagination{display:flex;justify-content:center;align-items:center;margin-top:3rem;gap:.5rem}.pagination .page-arrow,.pagination .page-number{display:flex;justify-content:center;align-items:center;width:40px;height:40px;border-radius:50%;text-decoration:none;color:#333;background-color:#fff;border:1px solid #dee2e6;transition:all .2s ease}.pagination .page-arrow:hover,.pagination .page-number:hover,.pagination .page-arrow.active,.pagination .page-number.active{background-color:var(--hero-highlight);color:#fff;border-color:var(--hero-highlight)}.pagination .page-arrow.disabled,.pagination .page-number.disabled{pointer-events:none;opacity:.5}.explore-destinations{padding:6rem 0}.explore-destinations__container{max-width:1400px;margin:0 auto;padding:0 20px}.explore-destinations__header{text-align:center;margin-bottom:60px}.explore-destinations__title{font-size:3.4rem;max-width:90%;margin:0 auto 16px;color:var(--title-color);font-weight:500;line-height:1.2;opacity:0;transform:translateY(30px);animation:fadeInUp .6s ease-out .1s forwards}@media (max-width: 768px){.explore-destinations__title{font-size:2.25rem}}@media (max-width: 480px){.explore-destinations__title{font-size:1.875rem}}.explore-destinations .highlight{color:var(--title-highlight)}.explore-destinations__subtitle{font-size:1.125rem;color:var(--subtitle-color);font-weight:300;max-width:900px;margin:0 auto;line-height:1.6;opacity:0;transform:translateY(20px);animation:fadeInUp .6s ease-out .2s forwards}@media (max-width: 768px){.explore-destinations__subtitle{font-size:1rem}}.explore-destinations__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}@media (max-width: 1024px){.explore-destinations__grid{grid-template-columns:repeat(2,1fr);gap:25px}}@media (max-width: 768px){.explore-destinations__grid{grid-template-columns:1fr;gap:20px}}.tour-card{background:#f0f2f7;border-radius:32px;overflow:hidden;transition:all .3s ease;cursor:pointer;opacity:0;transform:translateY(40px)}.tour-card:nth-child(1){animation:fadeInUp .6s ease-out .3s forwards}.tour-card:nth-child(2){animation:fadeInUp .6s ease-out .4s forwards}.tour-card:nth-child(3){animation:fadeInUp .6s ease-out .5s forwards}.tour-card:nth-child(4){animation:fadeInUp .6s ease-out .6s forwards}.tour-card:nth-child(5){animation:fadeInUp .6s ease-out .7s forwards}.tour-card:nth-child(6){animation:fadeInUp .6s ease-out .8s forwards}.tour-card:nth-child(7){animation:fadeInUp .6s ease-out .9s forwards}.tour-card:nth-child(8){animation:fadeInUp .6s ease-out 1s forwards}.tour-card:nth-child(9){animation:fadeInUp .6s ease-out 1.1s forwards}.tour-card:nth-child(10){animation:fadeInUp .6s ease-out 1.2s forwards}.tour-card:nth-child(11){animation:fadeInUp .6s ease-out 1.3s forwards}.tour-card:nth-child(12){animation:fadeInUp .6s ease-out 1.4s forwards}.tour-card:hover{transform:translateY(-8px);box-shadow:0 8px 12px #0000001f}.tour-card__image-wrapper{position:relative;overflow:hidden;padding:1rem;padding-bottom:0;background-color:#f0f2f7}.tour-card__image{width:100%;height:220px;object-fit:cover;transition:transform .3s ease;border-radius:32px}.tour-card__badge{position:absolute;bottom:10px;left:1.7rem;background:#ffffffe6;backdrop-filter:blur(8px);padding:8px 12px;border-radius:20px;display:inline-flex;align-items:center;gap:6px;font-size:.875rem;font-weight:600;color:#083344;box-shadow:0 2px 8px #0000001a}.tour-card__content{padding:24px;border-radius:0 0 16px 16px}.tour-card__title{font-size:1.75rem;font-weight:600;color:#1a1a1a;margin-bottom:12px;line-height:1.3}.tour-card__description{font-size:1rem;color:#666;padding-bottom:1rem;line-height:1.6}.tour-card__details{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-top:16px;border-top:1px solid #e9ecef}.tour-card__price{display:flex;align-items:center;gap:8px}.tour-card__price-amount{font-size:1.125rem;font-weight:600;color:#333}.tour-card__price-unit{font-size:.875rem;color:#666}.tour-card__price svg{color:#0e7590}.tour-card__duration{display:flex;align-items:center;gap:6px;font-size:.95rem;color:#666;font-weight:500}.tour-card__duration svg{color:#0e7590}.tour-card__button{width:100%;background-color:transparent;color:#0e7590;border:1px solid #0e7590;padding:12px 20px;border-radius:32px;font-size:1rem;font-weight:600;text-align:center;text-decoration:none;cursor:pointer;transition:all .3s ease;display:block}.tour-card__button:hover{background-color:#0e7590;color:#fff;transform:translateY(-2px);box-shadow:0 4px 15px #007bff33}.tour-card__button:active{transform:translateY(0)}@media (max-width: 768px){.tour-card__content{padding:20px}.tour-card__title{font-size:1.25rem}.tour-card__description{font-size:.9rem}.tour-card__details{flex-direction:column;gap:12px;align-items:flex-start}.tour-card__price-amount{font-size:1.25rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion: reduce){.tour-card{animation:none!important;opacity:1!important;transform:none!important}}
