.tours-section .tour-cards,.modal{--title-rows:var(--title-rows-lg,2)}@media (width<=319.98px){.tours-section .tour-cards,.modal{--title-rows:var(--title-rows-xs,2)}}@media (width>=320px) and (width<=767.98px){.tours-section .tour-cards,.modal{--title-rows:var(--title-rows-sm,2)}}@media (width>=768px) and (width<=991.98px){.tours-section .tour-cards,.modal{--title-rows:var(--title-rows-md,2)}}@media (width>=992px){.tours-section .tour-cards,.modal{--title-rows:var(--title-rows-lg,2)}}:root{--title-lh:1.3}.hero h1{font-size:var(--fs-h1);line-height:var(--lh-tight);font-weight:800}.hero p{font-size:clamp(16px,.6vw + 14px,22px);line-height:var(--lh-normal)}.btn-primary{background-color:var(--color-button-primary);color:var(--text-light);font-weight:600;font-size:var(--fs-body);border:none;border-radius:30px;padding:12px 30px;text-decoration:none;transition:all .3s}.btn-primary:hover{background-color:#4d8c4f;transform:translateY(-3px)}.tours-section{text-align:center;padding:3rem 1rem 0}.tour-cards{flex-wrap:wrap;justify-content:center;align-items:stretch;gap:1.5rem;padding-bottom:3rem;display:flex}.tour-card{text-align:center;background:#fff;border-radius:.75rem;flex-direction:column;flex:1 0 48%;max-width:340px;margin:.4rem .1rem;padding:.7rem;transition:transform .15s,box-shadow .15s;display:flex;box-shadow:0 2px 6px #0000001f}.tour-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.tour-card img{-o-object-fit:cover;object-fit:cover;border-radius:var(--border-radius);width:100%;height:160px;margin-bottom:1rem}.tour-card .card-title{font-size:var(--fs-xs);line-height:var(--title-lh);min-height:calc(var(--title-rows) * 1em * var(--title-lh));color:#fff;box-sizing:border-box;background-color:var(--color-card-accent);border-radius:var(--border-radius);text-align:center;white-space:normal;word-break:break-word;justify-content:center;align-items:center;width:100%;margin:.5rem 0 .8rem;padding:.5em .9em;font-weight:700;transition:none;display:flex}@media (width>=415px){.tour-card .card-title{border-radius:24px;padding:.35rem .8rem}}.tour-card .card-title .title-inner{width:100%;font-size:inherit;line-height:inherit;display:block}.tour-card .card-body{flex-direction:column;flex:1;justify-content:space-between;min-height:220px;display:flex}.tour-card .card-text{font-size:var(--fs-xs);margin-top:.8rem;line-height:1.35}.tour-card .card-text.small{font-size:var(--fs-sm);margin-bottom:.8rem;line-height:1.4;display:block}.btn-ver-tour{color:var(--text-light);cursor:pointer;width:100%;font-weight:500;font-size:var(--fs-sm);background-color:var(--color-page-title);border:none;border-radius:25px;margin-top:auto;padding:.7rem 1.2rem;transition:all .3s}.btn-ver-tour:hover{background-color:var(--color-button-primary);transform:scale(1.05)}.tour-modal-card{text-align:center;background:#fff;border-radius:.75rem;flex-direction:column;height:100%;padding:.5rem;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 2px 6px #0000001a}.tour-modal-card:hover{transform:translateY(-4px);box-shadow:0 6px 18px #0000001f}.tour-modal-card img{-o-object-fit:cover;object-fit:cover;border-radius:.5rem;width:100%;height:120px;margin-bottom:.35rem}.tour-modal-card .card-title{font-size:var(--fs-xs);line-height:var(--title-lh);min-height:calc(var(--title-rows) * 1em * var(--title-lh));color:#fff;background:var(--color-card-accent);white-space:normal;word-break:break-word;border-radius:.4rem;justify-content:center;align-items:center;margin-bottom:.25rem;padding:.35rem .45rem;font-weight:700;transition:none;display:flex}.tour-modal-card .card-title .title-inner{width:100%;font-size:inherit;line-height:inherit;display:block}.tour-modal-card .card-body{flex-direction:column;flex:1;display:flex}.tour-modal-card .card-body p,.tour-modal-card .card-body span,.tour-modal-card .card-body strong{font-size:var(--fs-xs);margin-bottom:.3rem;line-height:1.45}.tour-modal-card .prices{margin-top:auto;margin-bottom:.5rem}.tour-modal-card .btn{font-size:var(--fs-sm);white-space:nowrap;border-radius:.4rem;margin-top:auto;padding:.5rem .75rem}.modal .tour-grid>.col{display:flex}.modal .tour-grid{justify-content:center}.modal .modal-body{padding-top:1rem;padding-bottom:1rem}.overview{-webkit-line-clamp:3;-webkit-box-orient:vertical;max-height:4.5em;transition:max-height .3s;display:-webkit-box;overflow:hidden}.overview.expanded{-webkit-line-clamp:unset;max-height:1000px}.toggle-overview-link{color:#007bff;cursor:pointer;font-size:var(--fs-sm);margin-top:.25em;text-decoration:underline;display:inline-block}.big-title{font-size:var(--fs-h2);color:var(--color-button-primary);text-align:center;margin-bottom:2rem;font-weight:700}.footer-nature{color:#fff;font-family:var(--font-sans);background:#0f2419;padding:3.5rem 2rem}.footer-nature .footer-main-content{flex-wrap:wrap;justify-content:space-between;gap:2rem;max-width:1200px;margin:auto;display:flex}.footer-nature .footer-brand img{width:190px;margin-bottom:1rem}.footer-nature .footer-brand p{font-size:var(--fs-body);color:#f0f0f0;line-height:1.6}.footer-nature .footer-links,.footer-nature .contact-info{flex:1;min-width:220px}.footer-nature .footer-links h4,.footer-nature .contact-info h4{font-size:var(--fs-h6);color:var(--footer-text-color,#fff);text-transform:uppercase;margin-bottom:1rem;font-weight:700}.footer-nature .footer-links ul{margin:0;padding:0;list-style:none}.footer-nature .footer-links li{margin-bottom:10px}.footer-nature .footer-links a{color:var(--header-footer-link-color,#e0e0e0);font-size:var(--fs-body);text-decoration:none;transition:color .3s}.footer-nature .footer-links a:hover{color:var(--header-footer-link-hover-color,#8bc34a)}.footer-nature .contact-info p{font-size:var(--fs-body);color:#f0f0f0;margin-bottom:.5rem}.footer-nature .footer-bottom{text-align:center;font-size:var(--fs-sm);color:var(--footer-text-color,#fff);margin-top:2rem}.footer-tours{flex:1;min-width:220px}.footer-tours h4{font-size:var(--fs-h6);color:var(--footer-text-color,#fff);text-transform:uppercase;margin-bottom:1rem;font-weight:700}.footer-tours ul{margin:0;padding:0;list-style:none}.footer-tours li{margin-bottom:10px}.footer-tours a{color:#e0e0e0;font-size:var(--fs-body);text-decoration:none;transition:color .3s}.footer-tours a:hover{color:var(--header-footer-link-hover-color,#8bc34a);text-decoration:underline}.footer-tours i{min-width:20px}@media (width<=319.98px){.tour-cards{display:block!important}.tour-card{max-width:320px;margin:.45rem auto}.tour-card img{height:140px}.tour-card .card-title{font-size:var(--fs-xs)!important}}@media (width>=320px) and (width<=414.98px){.tours-section{padding:2rem .75rem 0}.tour-cards{padding-bottom:2rem;padding-left:.5rem;padding-right:.5rem;display:block!important}.tour-card{width:100%;max-width:100%;margin:0 auto 1rem;padding:.6rem}.tour-card img{height:120px;margin-bottom:.75rem}.tour-card .card-title{line-height:var(--title-lh);border-radius:20px;justify-content:center;align-items:center;margin:.4rem 0 .5rem;padding:.3rem .65rem;display:flex;font-size:var(--fs-sm)!important}.tour-card .card-body{min-height:180px;padding:.5rem}.tour-card .card-text{font-size:var(--fs-xs);margin-top:.5rem;line-height:1.3}.tour-card .card-text.small{margin-bottom:.6rem;font-size:.8rem;line-height:1.35}.btn-ver-tour{font-size:var(--fs-sm);padding:.6rem 1rem}.tour-modal-card .card-title{line-height:var(--title-lh);justify-content:center;align-items:center;padding:.3rem .55rem;display:flex;font-size:var(--fs-sm)!important}}@media (width>=415px) and (width<=767.98px){.tour-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem .7rem;padding-left:.25rem;padding-right:.25rem;display:grid!important}.tour-card{width:100%;margin:0;max-width:unset!important}.tour-card img{height:150px}.tour-card .card-title{line-height:var(--title-lh);border-radius:22px;justify-content:center;align-items:center;margin:.45rem 0 .6rem;padding:.32rem .7rem;display:flex;font-size:var(--fs-sm)!important}.tour-card .card-body{min-height:210px}.tour-modal-card .card-title{line-height:var(--title-lh);justify-content:center;align-items:center;padding:.3rem .55rem;display:flex;font-size:var(--fs-sm)!important}}@media (width>=768px) and (width<=991.98px){.big-title{font-size:var(--fs-h3);color:var(--color-button-primary);margin-top:2rem;margin-bottom:2rem;font-weight:700}.tour-cards{grid-template-columns:repeat(2,minmax(300px,1fr));gap:1rem 1.25rem;padding-left:.5rem;padding-right:.5rem;display:grid!important}.tour-card{width:100%;margin:0;max-width:unset!important}.tour-card img{height:170px}.tour-card .card-title{font-size:var(--fs-sm);line-height:var(--title-lh);border-radius:24px;justify-content:center;align-items:center;margin-bottom:.4rem;padding:.35rem .6rem;display:flex}.modal .tour-grid{margin-left:-4px;margin-right:-4px}.modal .tour-grid>.col{padding-left:4px;padding-right:4px}.tour-modal-card{text-align:center;background:#fff;border-radius:.75rem;flex-direction:column;justify-content:space-between;padding:.6rem;display:flex;box-shadow:0 2px 4px #0000001a;height:100%!important}.tour-modal-card img{height:150px}.tour-modal-card .card-title{background:var(--color-card-accent);color:#fff;font-size:var(--fs-sm);line-height:var(--title-lh);border-radius:.4rem;justify-content:center;align-items:center;margin-bottom:.35rem;padding:.3rem .5rem;display:flex}}.tour-modal-card-vertical{background:#fff;border-radius:12px;flex-direction:column;height:100%;padding:1rem;display:flex;box-shadow:0 2px 8px #0000001a}.tour-badges{flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem;display:flex}.badge-duration{background:var(--color-card-accent);color:#fff;border-radius:20px;align-items:center;gap:.25rem;padding:.35rem .75rem;font-size:.75rem;font-weight:600;display:inline-flex}.badge-category{display:none}.tour-modal-card-vertical .tour-image{-o-object-fit:cover;object-fit:cover;border-radius:8px;width:100%;height:200px;margin-bottom:1rem}.tour-header-row{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.75rem;display:flex}.tour-title-section{flex:1;min-width:0}.tour-title-main{color:#fff;background:var(--color-card-accent);text-align:left;border-radius:6px;margin-bottom:.25rem;padding:.4rem .6rem;font-size:1.1rem;font-weight:700;line-height:1.3}.tour-subtitle{color:#2c3e50;text-align:left;margin:0;font-size:.85rem;line-height:1.3}.tour-description{color:#5a6c7d;text-align:left;margin-top:.5rem;margin-bottom:0;font-size:.8rem;line-height:1.4}.tour-price-main{color:var(--color-page-title);flex-shrink:0;font-size:1.5rem;font-weight:800;display:none}.tour-divider{border:none;border-top:2px solid #e0e0e0;margin:.75rem 0}.tour-categories{margin-bottom:1rem}.category-row{text-align:left;border-bottom:1px solid #f8f9fa;justify-content:space-between;align-items:center;padding:.5rem 0;display:flex}.category-row:last-child{border-bottom:none}.category-info{flex:1;min-width:0}.category-name{color:#2c3e50;text-align:left;font-size:.9rem;font-weight:600}.category-age{color:#7f8c8d;margin-left:.25rem;font-size:.8rem}.category-capacity{color:#95a5a6;margin-top:.15rem;font-size:.75rem;display:block}.category-price{color:var(--color-page-title);flex-shrink:0;margin-left:1rem;font-size:1rem;font-weight:700}.btn-tour-cta:hover{background:var(--color-button-primary-hover);color:#fff;text-decoration:none;transform:translateY(-2px);box-shadow:0 4px 12px #2c6e494d}@media (width<=576.98px){.tour-modal-card-vertical{padding:.5rem}.tour-modal-card-vertical .tour-image{border-radius:6px;height:120px;margin-bottom:.5rem}.tour-badges{gap:.4rem;margin-bottom:.5rem}.tour-title-main{margin-bottom:.2rem;padding:.25rem .4rem;font-size:.8rem}.tour-subtitle{margin-bottom:.3rem;font-size:.65rem}.tour-description{margin-top:.3rem;font-size:.65rem;line-height:1.3}.tour-divider{margin:.5rem 0}.tour-price-main{font-size:1rem}.category-row{text-align:left;padding:.35rem 0}.category-info{text-align:left}.category-name{font-size:.75rem}.category-age{font-size:.65rem}.category-capacity{margin-top:.1rem;font-size:.65rem}.category-price{font-size:.8rem}.btn-tour-cta{margin-top:.5rem;padding:.55rem 1rem;font-size:.75rem}.badge-duration,.badge-category{padding:.25rem .5rem;font-size:.65rem}}@media (height<=480px) and (orientation:landscape){.modal.modal-fix-top .modal-dialog{width:100%!important;max-width:100%!important;margin:0!important}.modal.modal-fix-top .modal-content{border-radius:0;height:100dvh;max-height:100dvh}.modal.modal-fix-top .modal-header,.modal.modal-fix-top .modal-body{padding:.6rem .8rem}.modal.modal-fix-top .modal-footer{padding:.5rem .8rem}.modal .modal-title{font-size:var(--fs-h5)}.tour-modal-card img{height:120px}.tour-modal-card .card-title{font-size:var(--fs-sm)}}
