html,body{scroll-behavior:smooth;height:100%}body{min-height:100vh;color:var(--text-primary);text-align:center;background:0 0;flex-direction:column;align-items:center;margin:0;font-family:Instrument Sans,sans-serif;line-height:1.6;display:flex;overflow-x:hidden}#app{width:100%;max-width:1400px;margin:0 auto}.hero{color:#fff;text-shadow:0 2px 8px #000000b3;flex-direction:column;justify-content:flex-start;align-items:center;height:25rem;padding:0 2rem;display:flex;position:relative}.hero-title{letter-spacing:-.05em;z-index:2;margin:1.2rem 0;font-size:2.1rem;font-weight:700;line-height:normal}.hero-subtitle{z-index:2;max-width:800px;margin-bottom:1.5rem;font-size:1.5rem;font-weight:400;line-height:2rem}.hero-cta-button{color:var(--btn-primary-text);background:var(--btn-primary-bg);box-shadow:var(--btn-primary-shadow);z-index:2;border:none;border-radius:50px;padding:1em 2em;font-size:1.3em;font-weight:600;transition:transform .3s,box-shadow .3s,background .3s}.hero-cta-button:hover{box-shadow:var(--btn-primary-hover-shadow);background:var(--btn-primary-hover-bg);transform:translateY(-3px)scale(1.02)}inspicio-photo-slider.hero-slider{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.tour-card-slider,.accommodation-card-slider{width:100%;height:250px;overflow:hidden}.tour-card-slider img,.accommodation-card-slider img{object-fit:cover;width:100%;height:100%}@media (max-width:768px){.tours-hero{height:40vh}.tours-grid-container{grid-template-columns:1fr;padding:2rem 1rem}.tour-card-image{height:200px}.tour-card-content h3{font-size:1.5rem}.tour-card-description,.tour-card-price{font-size:.9rem}}.tours-grid-container{margin-bottom:4rem}.accommodations-grid-container{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;max-width:1400px;margin:0 auto 4rem;padding:4rem 2rem;display:grid}.accommodation-card{background-color:var(--bg-card);text-align:left;border:1px solid #282828b3;border-radius:12px;flex-direction:column;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 20px #0000004d}.accommodation-card:hover{border-color:#00c6ff;transform:translateY(-10px);box-shadow:0 15px 35px #00000080}.accommodation-card-image{object-fit:cover;width:100%;height:250px;display:block}.accommodation-card-content{flex-direction:column;flex-grow:1;justify-content:space-between;padding:2rem;display:flex}.accommodation-card-content h3{color:var(--heading-color);margin-bottom:1rem;font-size:1.9rem;font-weight:600}.accommodation-card-description,.accommodation-card-price,.accommodation-card-guests,.accommodation-card-period{color:var(--text-muted);margin-bottom:1.2rem;font-size:1.05rem;line-height:1.7}.accommodation-card-description{-webkit-line-clamp:3;line-clamp:3;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.accommodation-card .button-primary{background:var(--btn-primary-bg);color:var(--btn-primary-text);box-shadow:var(--btn-primary-shadow);border:none;border-radius:50px;align-self:flex-start;padding:.8em 1.8em;font-size:1.1em;font-weight:600;transition:transform .3s,box-shadow .3s,background .3s}.accommodation-card-buttons,.tour-card-buttons{justify-content:flex-end;gap:1rem;margin-top:1rem;display:flex}.button-secondary{background:var(--btn-secondary-bg);color:var(--btn-secondary-text);box-shadow:var(--btn-secondary-shadow);text-align:center;border:none;border-radius:50px;padding:.8em 1.8em;font-size:1.1em;font-weight:600;text-decoration:none;transition:transform .3s,box-shadow .3s,background .3s}.button-secondary:hover{background:var(--btn-secondary-hover-bg);transform:translateY(-3px)scale(1.02);box-shadow:0 8px 20px #0000004d}.accommodation-card .button-primary:hover{box-shadow:var(--btn-primary-hover-shadow);background:var(--btn-primary-hover-bg);transform:translateY(-3px)scale(1.02)}@media (max-width:768px){.accommodations-grid-container{grid-template-columns:1fr;padding:2rem 1rem}.accommodation-card-image{height:200px}.accommodation-card-content h3{font-size:1.5rem}.accommodation-card-description,.accommodation-card-price,.accommodation-card-guests,.accommodation-card-period{font-size:.9rem}}.tours-hero{background:url(/images/hero/northen_lt_grov_1.webp) 50%/cover no-repeat;height:60vh}.tours-grid-container{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1400px;margin:0 auto 4rem;padding:4rem 2rem;display:grid}.tour-card{background-color:var(--bg-card);text-align:left;border-radius:12px;flex-direction:column;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 8px 20px #0000004d}.card-media{border-radius:12px 12px 0 0;width:100%;height:250px;overflow:hidden}.card-media inspicio-photo-slider{width:100%;height:100%}.card-media inspicio-photo-slider img{object-fit:cover;width:100%;height:100%}.tour-card-content{flex-direction:column;flex-grow:1;justify-content:space-between;padding:1.5rem;display:flex}.tour-card-content h3{color:var(--heading-color);margin-bottom:.8rem;font-size:1.8rem;font-weight:600}.tour-card-description{color:#b0b0b0;margin-bottom:1rem;font-size:1rem;line-height:1.6}.tour-card .button-primary:hover{box-shadow:var(--btn-primary-hover-shadow);background:var(--btn-primary-hover-bg);transform:translateY(-2px)scale(1.01)}@media (max-width:768px){.tours-hero{height:40vh}.tours-grid-container{grid-template-columns:1fr;padding:2rem 1rem}.tour-card-image{height:200px}.tour-card-content h3{font-size:1.5rem}.tour-card-description,.tour-card-price{font-size:.9rem}}.tour-card-price,.accommodation-card-price{color:var(--accent-color);filter:none;margin-top:auto;margin-bottom:1.5rem;font-size:1.4rem;font-weight:700}@media (max-width:768px){.accommodations-grid-container{grid-template-columns:1fr;padding:2rem 1rem}.accommodation-card-image{height:200px}.accommodation-card-content h3{font-size:1.5rem}.accommodation-card-description,.accommodation-card-price,.accommodation-card-guests,.accommodation-card-period{font-size:.9rem}}#number_of_guests:disabled,select[aria-disabled=true]{color:#aca4a4;cursor:not-allowed;opacity:.9;background-color:#d8d2d2;border:1px solid #fae3e30f}.button-primary{background:var(--btn-primary-bg);color:var(--btn-primary-text);cursor:pointer;border:none;border-radius:5px;padding:10px 20px;font-size:1rem;transition:background .3s}.button-primary:hover{background:var(--btn-primary-hover-bg)}@media (min-width:1200px){.hero{height:30rem}.hero-title{margin:2.5rem 0;font-size:6rem}.hero-subtitle{margin-bottom:2.5rem;font-size:2rem;line-height:3rem}.hero-cta-button{padding:1.2em 3em;font-size:1.5em}}body.tours-page *{box-sizing:border-box;margin:0;padding:0}body.tours-page{color:var(--text-primary);background:var(--bg-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6}.tours-hero{color:#fff;text-align:center;justify-content:center;align-items:center;width:100%;height:60vh;min-height:400px;max-height:600px;margin-bottom:0;padding:2rem;display:flex;position:relative;overflow:hidden}.tours-hero:before{content:"";pointer-events:none;background:radial-gradient(circle at 20%,#63b3ed26 0%,#0000 50%),radial-gradient(circle at 80% 80%,#3182ce26 0%,#0000 50%);animation:10s ease-in-out infinite heroGlow;position:absolute;inset:0}@keyframes heroGlow{0%,to{opacity:.5}50%{opacity:1}}.tours-hero-content{z-index:1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;max-width:900px;padding:2rem;position:relative;box-shadow:0 8px 32px #0003}.tours-hero h1{text-shadow:0 4px 12px #0000004d;letter-spacing:-1px;color:#fff;margin:0 0 1rem;font-size:3.5rem;font-weight:800}.tours-hero p{opacity:.95;text-shadow:0 2px 8px #0000004d;color:#fffffff2;max-width:650px;margin:0 auto;font-size:1.35rem;font-weight:400;line-height:1.7}.tours-hero-badge{letter-spacing:.5px;text-transform:uppercase;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#63b3ed33;border:1px solid #ffffff4d;border-radius:50px;margin-bottom:1rem;padding:.5rem 1.5rem;font-size:.9rem;font-weight:600;display:inline-block}.tours-container{width:100%;margin:0 auto;padding:3rem 2rem}.tours-grid{grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:2.5rem;margin-top:2rem;display:grid}.tour-card{cursor:pointer;background:#fff;border-radius:16px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 4px 12px #00000014}.tour-card:before{content:"";background:linear-gradient(90deg,#3182ce,#63b3ed);height:4px;transition:transform .4s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.tour-card:hover{transform:translateY(-12px);box-shadow:0 20px 40px #3182ce40}.tour-card:hover:before{transform:scaleX(1)}.tour-card-image-wrapper{height:280px;position:relative;overflow:hidden}.tour-card-image-wrapper inspicio-photo-slider{width:100%;height:100%;display:block}.tour-card-image-wrapper inspicio-photo-slider img{object-fit:cover;width:100%;height:100%;display:block}.tour-card-image{object-fit:cover;background:#f0f0f0;width:100%;height:100%;transition:transform .6s cubic-bezier(.4,0,.2,1)}.tour-card:hover .tour-card-image{transform:scale(1.08)}.tour-card-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#2c5282;background:#fffffff2;border-radius:20px;padding:.5rem 1rem;font-size:.85rem;font-weight:600;position:absolute;top:16px;right:16px;box-shadow:0 2px 8px #00000026}.tour-card-content{padding:2rem}.tour-card-title{color:#2253b4;filter:invert();margin:0 0 .75rem;font-size:1.625rem;font-weight:700;line-height:1.3}.tour-card-subtitle{color:#021d4c;filter:invert();-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0 0 1.5rem;font-size:1rem;line-height:1.6;display:-webkit-box;overflow:hidden}.tour-card-meta{background:#f7fafc;border-left:3px solid #3182ce;border-radius:10px;gap:1.5rem;margin-bottom:1.5rem;padding:1rem;display:flex}.tour-card-meta-item{color:#4a5568;align-items:center;gap:.5rem;font-size:.95rem;font-weight:500;display:flex}.tour-card-meta-item svg{color:#3182ce;width:18px;height:18px}.tour-card-footer{border-top:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding-top:1.5rem;display:flex}.tour-card-price{color:#2253b4;filter:invert();margin:0;font-size:2rem;font-weight:800}.tour-card-price small{color:#718096;margin-top:.25rem;font-size:.8rem;font-weight:500;display:block}.btn-view-tour{background:var(--btn-primary-bg);color:var(--btn-primary-text);text-align:center;box-shadow:var(--btn-primary-shadow);border-radius:25px;align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.btn-view-tour:hover{box-shadow:var(--btn-primary-hover-shadow);background:var(--btn-primary-hover-bg);transform:translate(4px)}.btn-view-tour:after{content:"→";font-size:1.2rem;transition:transform .3s}.btn-view-tour:hover:after{transform:translate(4px)}.no-tours{text-align:center;color:#718096;padding:5rem 2rem}.no-tours h2{color:#2d3748;margin-bottom:1rem;font-size:2rem}.no-tours p{font-size:1.1rem}@media (max-width:768px){.tours-hero{height:50vh;min-height:350px;max-height:450px}.tours-hero-content{padding:1.5rem}.tours-hero-badge{padding:.4rem 1rem;font-size:.75rem}.tours-hero h1{letter-spacing:-.5px;font-size:2rem}.tours-hero p{font-size:1rem}.tours-container{padding:2rem 1rem}.tours-grid{grid-template-columns:1fr;gap:1.5rem}.tour-card-content{padding:1.5rem}.tour-card-footer{flex-direction:column;align-items:stretch;gap:1rem}.btn-view-tour{justify-content:center;width:100%}}@media (min-width:1024px){.tours-hero{height:65vh;min-height:450px;max-height:650px}.tours-hero-content{max-width:1000px;padding:3rem 4rem}.tours-hero-badge{padding:.6rem 1.75rem;font-size:.95rem}.tours-hero h1{letter-spacing:-1.5px;margin-bottom:1.5rem;font-size:4rem}.tours-hero p{max-width:750px;font-size:1.4rem}.tours-container{padding:4rem 3rem}.tours-grid{gap:3rem}}
