.destination-split{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start;margin-bottom:1.5rem}.destination-split .content-prose{max-width:none;margin:0}.destination-split .content-prose p{line-height:1.7;margin-bottom:1rem;font-size:1rem}.destination-split .content-prose p:last-child{margin-bottom:0}.destination-split>div:last-child{overflow:hidden;border-radius:var(--radius-md)}.destination-split img{width:100%;height:200px;max-height:200px;display:block;object-fit:cover;border-radius:var(--radius-md);box-shadow:0 4px 8px rgba(0,0,0,.2)}.destination-intro{text-align:center;margin-bottom:3rem;margin-top:2rem}.destination-intro .content-prose p{font-size:1.1rem;line-height:1.7;color:var(--text-secondary)}.destination-content .facility-card p{font-size:.95rem;line-height:1.6}.route-details{background:#fff;padding:1.5rem;border-radius:var(--radius-md);margin-bottom:1.5rem}.destination-card.route-info .route-details{margin-top:.5rem}.route-details h4{color:var(--primary-color);margin-bottom:1rem}.route-details ul{line-height:2;list-style:none;padding:0}.route-details li{margin-bottom:.5rem}.comparison-section{background:#fff5e6;border-top:3px solid orange}.comparison-section .section-title{margin-bottom:1.5rem}.comparison-section .comparison-highlight{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.comparison-section .comparison-highlight h2{margin:0;font-size:2rem;color:var(--primary-color)}.comparison-section .comparison-highlight span{font-size:2.5rem}.comparison-section .comparison-box{background:#fff;padding:1.5rem;border-radius:var(--radius-lg);margin-bottom:1.5rem;border-left:4px solid orange}.comparison-section .comparison-box.comparison-box--prose{border-left:none}.comparison-section .comparison-box a{text-decoration:none}.comparison-section .comparison-box ul{line-height:2;list-style:none;padding:0}.comparison-section .comparison-box p{line-height:1.8;margin-bottom:0}.comparison-section .comparison-box p+p{margin-top:1rem}.comparison-section .btn-accent{display:inline-block;background:orange;color:#fff;padding:1rem 2rem;border-radius:var(--radius-md);text-decoration:none;font-weight:600;margin-top:1rem}.comparison-section .btn-primary-link{display:inline-block;background:var(--primary-color);color:#fff;padding:1rem 2rem;border-radius:var(--radius-md);text-decoration:none;font-weight:600;margin-top:1rem}.destination-content{max-width:900px;margin:0 auto}.destination-card{background:#fff;padding:2rem;border-radius:var(--radius-lg);box-shadow:0 2px 8px rgba(0,0,0,.1);margin-bottom:2rem}.destination-card h2,.destination-card h3{color:var(--primary-color);margin-bottom:1rem}.destination-card p{line-height:1.7;margin-bottom:1rem;font-size:1rem;color:var(--text-primary)}.destination-card p:last-child{margin-bottom:0}.destination-card a{color:var(--primary-color);font-weight:500}.destination-card a.btn,.destination-card a.btn-read-more{color:#fff!important;background:var(--primary-color)}.destination-card.route-info{background:var(--bg-secondary)}.faq-section .faq-accordion{display:flex;flex-direction:column;gap:1rem}.faq-section details.faq-item{background:#fff;border:1px solid #eee;border-radius:8px;overflow:hidden;transition:all .2s ease}.faq-section details.faq-item:hover{box-shadow:0 4px 12px rgba(0,0,0,.05);border-color:#ddd}.faq-section details.faq-item[open]{box-shadow:0 4px 12px rgba(0,0,0,.05);border-color:var(--primary-color)}.faq-section details.faq-item summary{list-style:none;padding:1.2rem 1.5rem;cursor:pointer;font-weight:600;color:var(--secondary-color);display:flex;justify-content:space-between;align-items:center}.faq-section details.faq-item summary::-webkit-details-marker{display:none}.faq-section .faq-question{font-size:1.1rem}.faq-section .faq-icon{width:24px;height:24px;position:relative;display:flex;align-items:center;justify-content:center;transition:transform .3s ease;flex-shrink:0}.faq-section .faq-icon::after,.faq-section .faq-icon::before{content:'';position:absolute;top:50%;left:50%;background-color:var(--primary-color);border-radius:2px}.faq-section .faq-icon::before{width:14px;height:2px;transform:translate(-50%,-50%)}.faq-section .faq-icon::after{width:2px;height:14px;transform:translate(-50%,-50%);transition:transform .3s ease}.faq-section details.faq-item[open] .faq-icon{transform:rotate(180deg)}.faq-section details.faq-item[open] .faq-icon::after{transform:translate(-50%,-50%) rotate(90deg)}.faq-section .faq-answer{padding:0 1.5rem 1.5rem 1.5rem;color:#666;line-height:1.6;animation:faqFadeIn .3s ease}.faq-section .faq-answer p{margin:0}@keyframes faqFadeIn{from{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.faq-section .container{max-width:800px}.faq-section{background:#fcfcfc!important;border-top:1px solid #eee}.section-title--left{text-align:left;margin-bottom:1.5rem}.section-title--left::after{left:0;transform:none}.destination-content .facility-card img{width:100%;height:160px;object-fit:cover;border-radius:var(--radius-md);margin-bottom:1rem}.facility-card--highlight{background:#e8f5e9;border:2px solid var(--success-color)}.content-section--wide-cards .destination-content{max-width:1100px}.facilities-grid--2x2{grid-template-columns:repeat(2,1fr)}.facilities-grid--4cols{grid-template-columns:repeat(4,1fr)}.hh-booking-panel{max-width:1100px;margin:0 auto}.hh-booking-iframe{display:block;width:100%;min-height:900px;border:1px solid var(--home-border,rgba(13,39,51,.12));border-radius:var(--radius-lg);background:var(--white);box-shadow:var(--shadow-md)}.hh-booking-panel-note{margin:1rem 0 0;font-size:var(--font-size-sm);color:var(--text-secondary);line-height:1.6}.hh-booking-panel-note a{color:var(--primary-color)}.hh-booking-panel-sep{color:var(--text-light)}.hh-booking-embed-wrap{margin-top:1.25rem}.hh-booking-embed{display:inline-block;line-height:0;text-decoration:none;transition:opacity .2s ease}.hh-booking-embed:hover{opacity:.9}.hh-booking-embed img{display:block;max-width:100%;width:300px;height:auto}.cta-section .btn-cta-primary{background:rgba(255,255,255,.25);color:#fff!important;border:2px solid #fff;padding:1rem 2rem;border-radius:var(--radius-md);text-decoration:none;font-weight:600;display:inline-block}.cta-section .btn-cta-outline{background:rgba(255,255,255,.2);color:#fff!important;border:2px solid #fff;padding:1rem 2rem;border-radius:var(--radius-md);text-decoration:none;font-weight:600;display:inline-block}.cta-section .cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-section .cta-content{text-align:center;max-width:700px;margin:0 auto}.destination-feature-list{list-style:none;list-style-type:none;padding:0;padding-left:0;margin:1rem 0}.destination-feature-list li{list-style:none;list-style-type:none;padding:.45rem 0;line-height:1.6;font-size:1rem;border-bottom:1px solid #f0f0f0}.destination-feature-list li::marker{display:none;content:''}.destination-feature-list li:last-child{border-bottom:none}.destination-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:2.5rem}.destination-stats-grid .facility-card{padding:2rem 1.5rem}.destination-stats-grid .facility-icon{font-size:2.5rem;margin-bottom:.75rem}.destination-stats-grid .facility-card h3{font-size:1rem;color:var(--text-secondary);font-weight:500;margin-bottom:.4rem;letter-spacing:.04em}.destination-stats-grid .facility-card p{font-size:1.2rem;font-weight:700;color:var(--secondary-color);margin:0}@media (max-width:768px){.destination-stats-grid{grid-template-columns:repeat(2,1fr)}}.destination-split__img-wrap{overflow:hidden;border-radius:var(--radius-md);align-self:stretch}.destination-split__img-wrap img{width:100%;height:100%;min-height:200px;max-height:none;object-fit:cover;border-radius:var(--radius-md);box-shadow:0 4px 8px rgba(0,0,0,.2);display:block}.read-more-fade{height:3rem;background:linear-gradient(to bottom,transparent,#fff);margin-top:-2rem;pointer-events:none}.btn-read-more{display:inline-block;margin-top:.5rem;padding:.5rem 1.25rem;background:var(--primary-color);color:#fff!important;border:none;border-radius:var(--radius-md);font-size:.9rem;font-weight:600;cursor:pointer;transition:background .2s ease;text-decoration:none}.btn-read-more:hover{background:var(--secondary-color)}.history-modal{border:none;border-radius:var(--radius-lg);padding:0;max-width:640px;width:90%;max-height:85vh;overflow:hidden;box-shadow:0 8px 40px rgba(0,0,0,.3)}.history-modal::backdrop{background:rgba(0,0,0,.55);backdrop-filter:blur(2px)}.history-modal__inner{overflow-y:auto;max-height:85vh;padding:2rem;position:relative}.history-modal__close{position:sticky;top:0;float:right;background:0 0;border:none;font-size:1.6rem;line-height:1;cursor:pointer;color:var(--text-secondary);padding:0 .25rem;margin-left:1rem;transition:color .2s;z-index:1}.history-modal__close:hover{color:var(--text-primary)}.history-modal__img{width:100%;height:220px;object-fit:cover;border-radius:var(--radius-md);margin-bottom:1.5rem;display:block}.history-modal__inner h3{color:var(--primary-color);margin-bottom:1rem;font-size:1.25rem}.history-modal__inner p{line-height:1.7;margin-bottom:1rem;font-size:1rem;color:var(--text-primary)}.history-modal__inner p:last-child{margin-bottom:0}.landing-page .content-section .destination-content>h2,.landing-page .destination-content .content-prose h2{color:var(--primary-color);font-size:1.35rem;margin:0 0 1rem}.landing-page .destination-card{margin-bottom:0}body[data-page=boot-huren-groepen] .page-header.group-landing-hero{background:linear-gradient(135deg,rgba(0,51,102,.88),rgba(0,113,187,.72)),url('/frontend/Images/banner-img.jpg') center/cover}body[data-page=boot-huren-groepen] .page-header.group-landing-hero::after{background:linear-gradient(180deg,rgba(255,255,255,0) 0,rgba(245,247,250,.95) 100%)}body[data-page=boot-huren-groepen] .landing-booking-summary .destination-card{padding:2.5rem;border-radius:28px;background:linear-gradient(180deg,rgba(255,255,255,.98) 0,rgba(244,249,253,.98) 100%);box-shadow:0 24px 60px rgba(0,47,94,.1);border:1px solid rgba(0,113,187,.1)}body[data-page=boot-huren-groepen] .landing-booking-summary .section-title p{max-width:42rem;color:var(--text-secondary)}body[data-page=boot-huren-groepen] .landing-booking-summary .facility-card{background:#fff;border:1px solid rgba(0,113,187,.1);border-radius:22px;box-shadow:0 16px 40px rgba(0,47,94,.08)}body[data-page=boot-huren-groepen] .group-landing-intro{padding-top:1.5rem}body[data-page=boot-huren-groepen] .group-landing-shell{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(280px,0.9fr);gap:2rem;align-items:stretch}body[data-page=boot-huren-groepen] .group-landing-lead,body[data-page=boot-huren-groepen] .group-landing-proof{background:#fff;border-radius:28px;padding:2rem;border:1px solid rgba(0,113,187,.1);box-shadow:0 20px 50px rgba(0,47,94,.08)}body[data-page=boot-huren-groepen] .group-landing-eyebrow{display:inline-flex;align-items:center;gap:.5rem;padding:.45rem .9rem;border-radius:999px;background:rgba(0,113,187,.08);color:var(--primary-color);font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}body[data-page=boot-huren-groepen] .group-landing-lead h2{font-size:clamp(2rem, 4vw, 3.2rem);line-height:1.08;color:var(--secondary-color);margin:1rem 0 1.25rem}body[data-page=boot-huren-groepen] .group-fleet-actions,body[data-page=boot-huren-groepen] .group-landing-actions{display:flex;gap:1rem;flex-wrap:wrap;align-items:center}body[data-page=boot-huren-groepen] .group-landing-link{color:var(--secondary-color);font-weight:700;text-decoration:none}body[data-page=boot-huren-groepen] .group-landing-link:hover{text-decoration:underline}body[data-page=boot-huren-groepen] .group-landing-proof{display:grid;grid-template-columns:1fr;gap:1rem;background:linear-gradient(180deg,rgba(0,51,102,.98) 0,rgba(0,76,131,.98) 100%)}body[data-page=boot-huren-groepen] .group-proof-card{padding:1.1rem 1.15rem;border-radius:20px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12)}body[data-page=boot-huren-groepen] .group-proof-card span,body[data-page=boot-huren-groepen] .group-proof-card strong{display:block}body[data-page=boot-huren-groepen] .group-proof-card strong{color:#fff;margin-bottom:.35rem;font-size:.98rem}body[data-page=boot-huren-groepen] .group-proof-card span{color:rgba(255,255,255,.82);line-height:1.6;font-size:.95rem}body[data-page=boot-huren-groepen] .group-fleet-section .destination-content,body[data-page=boot-huren-groepen] .group-overview-section .destination-content{max-width:1100px}body[data-page=boot-huren-groepen] .group-overview-grid,body[data-page=boot-huren-groepen] .group-steps-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}body[data-page=boot-huren-groepen] .group-overview-card{background:#fff;border-radius:24px;padding:1.75rem;border:1px solid rgba(0,113,187,.1);box-shadow:0 18px 42px rgba(0,47,94,.08)}body[data-page=boot-huren-groepen] .group-overview-size{display:inline-block;padding:.35rem .75rem;border-radius:999px;background:rgba(0,113,187,.1);color:var(--primary-color);font-size:.8rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;margin-bottom:.9rem}body[data-page=boot-huren-groepen] .group-overview-card h3{margin:0 0 .75rem;color:var(--secondary-color);font-size:1.35rem}body[data-page=boot-huren-groepen] .group-overview-card p{margin:0;line-height:1.7}body[data-page=boot-huren-groepen] .group-overview-boat-list{margin:1.35rem 0;display:grid;gap:.85rem}body[data-page=boot-huren-groepen] .group-overview-boat{display:flex;justify-content:space-between;gap:1rem;padding:1rem 1.05rem;border-radius:18px;background:linear-gradient(180deg,#f7fbff 0,#eef6fc 100%);border:1px solid rgba(0,113,187,.12)}body[data-page=boot-huren-groepen] .group-overview-boat a{color:var(--secondary-color);font-weight:700;text-decoration:none}body[data-page=boot-huren-groepen] .group-overview-boat a:hover{text-decoration:underline}body[data-page=boot-huren-groepen] .group-overview-boat small,body[data-page=boot-huren-groepen] .group-overview-boat span,body[data-page=boot-huren-groepen] .group-overview-note{display:block;color:var(--text-secondary);line-height:1.55}body[data-page=boot-huren-groepen] .group-overview-boat small{max-width:180px;text-align:right}body[data-page=boot-huren-groepen] .group-steps-grid{margin-top:.5rem;grid-template-columns:repeat(3,minmax(0,1fr))}body[data-page=boot-huren-groepen] .group-step-card{height:100%;padding:1.75rem}body[data-page=boot-huren-groepen] .group-step-card span{display:inline-flex;width:2.5rem;height:2.5rem;align-items:center;justify-content:center;border-radius:999px;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;font-weight:700;margin-bottom:1rem}body[data-page=boot-huren-groepen] .group-fleet-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}body[data-page=boot-huren-groepen] .group-fleet-card{background:#fff;border-radius:28px;overflow:hidden;border:1px solid rgba(0,113,187,.1);box-shadow:0 20px 48px rgba(0,47,94,.08)}body[data-page=boot-huren-groepen] .group-fleet-image,body[data-page=boot-huren-groepen] .group-fleet-image-link,body[data-page=boot-huren-groepen] .group-fleet-image-link picture{display:block}body[data-page=boot-huren-groepen] .group-fleet-image{width:100%;height:260px;object-fit:cover}body[data-page=boot-huren-groepen] .group-fleet-body{padding:1.5rem}body[data-page=boot-huren-groepen] .group-fleet-meta{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:.8rem;color:var(--primary-color);font-size:.88rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}body[data-page=boot-huren-groepen] .group-fleet-card h3{margin:0 0 .75rem;font-size:1.4rem}body[data-page=boot-huren-groepen] .group-fleet-card h3 a{color:var(--secondary-color);text-decoration:none}body[data-page=boot-huren-groepen] .group-fleet-card h3 a:hover{text-decoration:underline}body[data-page=boot-huren-groepen] .group-fleet-card p{color:var(--text-secondary);margin-bottom:1rem}body[data-page=boot-huren-groepen] .group-fleet-points{list-style:none;margin:0 0 1.25rem;padding:0;display:grid;gap:.55rem}body[data-page=boot-huren-groepen] .group-fleet-points li{position:relative;padding-left:1.25rem;color:var(--text-primary)}body[data-page=boot-huren-groepen] .group-fleet-points li::before{content:'';position:absolute;top:.55rem;left:0;width:.45rem;height:.45rem;border-radius:999px;background:var(--primary-color)}.landing-page .destination-table-wrap{overflow-x:auto;margin:1rem 0 1.25rem;border-radius:var(--radius-md);box-shadow:0 2px 8px rgba(0,0,0,.06)}.landing-page .destination-table{width:100%;border-collapse:collapse;background:#fff;font-size:.95rem}.landing-page .destination-table thead{background:var(--secondary-color);color:#fff}.landing-page .destination-table td,.landing-page .destination-table th{padding:.75rem 1rem;text-align:left;border-bottom:1px solid #eee;vertical-align:top}.landing-page .destination-table tbody tr:last-child td{border-bottom:none}.landing-page .destination-table tbody tr:hover{background:#f8fbff}.landing-page .destination-table a{color:var(--primary-color);font-weight:500;text-decoration:none}.landing-page .destination-table a:hover{text-decoration:underline}.landing-boat-card .landing-card-link,.landing-related-card h3 a{color:var(--primary-color);font-weight:600;text-decoration:none}.landing-page .facilities-grid.facilities-grid--2x2{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch}.landing-page .landing-related-card{min-height:220px;height:100%;justify-content:flex-start;display:grid;grid-template-rows:auto auto 1fr;align-items:start}.landing-page .landing-related-card .facility-icon{width:2.75rem;height:2.75rem;margin:0 auto 1rem;display:inline-flex;align-items:center;justify-content:center;justify-self:center;border-radius:999px;background:rgba(0,113,187,.08);color:var(--primary-color)}.landing-page .landing-related-card h3{width:100%;margin-bottom:.85rem;text-align:center}.landing-page .landing-related-card p{min-height:3.6em;width:100%;display:block;margin:0;line-height:1.8}.landing-boat-card .landing-card-link{display:inline-block;margin-top:.35rem;font-size:.95rem}.landing-boat-card .landing-card-link:hover,.landing-related-card h3 a:hover{text-decoration:underline}.landing-route-card{background:#fff;padding:1.25rem 1.5rem;border-radius:var(--radius-md);box-shadow:0 2px 8px rgba(0,0,0,.06);margin-bottom:1rem}.landing-route-card h3{color:var(--primary-color);margin:0 0 .5rem;font-size:1.15rem}.landing-route-card .route-meta{display:inline-block;font-size:.85rem;font-weight:600;color:var(--secondary-color);margin-bottom:.65rem}.landing-route-card p{margin:0;line-height:1.65;color:var(--text-secondary)}.cta-section{background:var(--secondary-color);color:#fff;padding:4rem 0}.cta-section h2{color:#fff;margin:0 0 1rem;font-size:clamp(1.35rem, 3vw, 1.75rem)}.cta-section .content-prose{margin:0 auto 2rem;max-width:640px;opacity:.95;color:rgba(255,255,255,.95)}@media (max-width:768px){.destination-split{grid-template-columns:1fr}.destination-split img{margin-bottom:1rem}.facilities-grid--2x2,.facilities-grid--4cols{grid-template-columns:1fr}.cta-section .cta-buttons{flex-direction:column;align-items:center}.cta-section .btn-cta-outline,.cta-section .btn-cta-primary{width:100%;max-width:280px;text-align:center}.comparison-highlight{flex-wrap:wrap}body[data-page=boot-huren-groepen] .group-fleet-grid,body[data-page=boot-huren-groepen] .group-landing-shell,body[data-page=boot-huren-groepen] .group-overview-grid,body[data-page=boot-huren-groepen] .group-steps-grid{grid-template-columns:1fr}.landing-page .facilities-grid.facilities-grid--2x2{grid-template-columns:repeat(2,minmax(0,1fr))}body[data-page=boot-huren-groepen] .group-overview-boat{flex-direction:column}body[data-page=boot-huren-groepen] .group-overview-boat small{max-width:none;text-align:left}}@media (max-width:640px){.landing-page .facilities-grid.facilities-grid--2x2{grid-template-columns:1fr}}