:root {
  --navy: #133b5e;
  --navy-deep: #0a2a45;
  --orange: #f28a24;
  --orange-dark: #d97112;
  --ink: #14212b;
  --muted: #5a6874;
  --white: #fff;
  --cloud: #f4f7f9;
  --line: #d8e1e7;
  --green: #1b9065;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font: 400 16px/1.55 Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.wrap { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; left: 10px; top: -100px; padding: 10px 14px; background: var(--white); color: var(--navy); font-weight: 800; }
.skip-link:focus { top: 10px; }

.topbar { background: var(--navy-deep); color: #f8fbfd; font-size: .76rem; font-weight: 700; letter-spacing: .03em; }
.topbar .wrap { display: flex; min-height: 37px; align-items: center; justify-content: center; gap: 10px; text-align: center; }
.topbar strong { color: #ffb568; }
.site-header { position: sticky; top: 0; z-index: 20; background: #fff; border-bottom: 1px solid var(--line); box-shadow: none; }
.header-row { min-height: 86px; display: flex; align-items: center; gap: 26px; }
.brand { flex: 0 0 auto; }
.brand img { width: 250px; height: auto; }
.menu-toggle { display: none; margin-left: auto; padding: 10px; border: 0; background: transparent; color: var(--navy); font-size: 1.55rem; line-height: 1; cursor: pointer; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 21px; font-size: .86rem; font-weight: 800; }
.nav-banden-dropdown { position: relative; display: flex; align-items: center; }
.nav-banden-dropdown > a { white-space: nowrap; }
.nav-banden-toggle { width: 21px; height: 28px; margin-left: 1px; border: 0; background: transparent; color: var(--navy); font: 900 1rem/1 Arial, Helvetica, sans-serif; cursor: pointer; }
.nav-banden-toggle:hover, .nav-banden-toggle:focus-visible { color: var(--orange-dark); }
.banden-submenu { position: absolute; z-index: 40; top: calc(100% + 12px); left: -14px; display: none; width: 314px; padding: 8px; border: 1px solid var(--line); border-top: 3px solid var(--orange); border-radius: 9px; background: var(--white); box-shadow: 0 15px 28px rgba(7, 28, 48, .18); }
.nav-banden-dropdown:hover .banden-submenu, .nav-banden-dropdown:focus-within .banden-submenu, .nav-banden-dropdown.open .banden-submenu { display: block; }
.banden-submenu a { display: block; padding: 10px 11px; border-radius: 6px; color: var(--navy); line-height: 1.28; }
.banden-submenu a:hover, .banden-submenu a:focus-visible { background: #fff2e4; color: var(--navy); }
.banden-submenu strong, .banden-submenu span { display: block; }.banden-submenu strong { font-size: .84rem; }.banden-submenu span { margin-top: 2px; color: var(--muted); font-size: .72rem; font-weight: 600; }
.main-nav .nav-urgent { padding: 6px 8px; border-left: 3px solid var(--orange); border-radius: 4px; background: #fff2e4; color: #bd5d0c; }
.main-nav .nav-autozeker { color: var(--navy); }
.main-nav .nav-autozeker::before { display: inline-grid; place-items: center; width: 15px; height: 15px; margin-right: 4px; border-radius: 50%; background: var(--orange); color: var(--navy-deep); content: '✓'; font-size: .62rem; }
.main-nav .nav-configurator { display: none; }
.main-nav a:not(.nav-cta):hover, .main-nav a:not(.nav-cta):focus-visible { color: var(--orange-dark); }
.nav-cta, .button { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; padding: 9px 15px; border: 1px solid transparent; border-radius: 8px; font-size: .88rem; font-weight: 800; text-align: center; transition: transform .16s ease, background-color .16s ease, border-color .16s ease; }
.button-orange { background: var(--orange); color: #1c2024; }
.button-orange:hover, .button-orange:focus-visible { background: var(--orange-dark); transform: translateY(-1px); }
.nav-cta, .button-booking { min-height: 42px; padding: 9px 15px; border-color: #ffc077; background: var(--orange); color: #17222b; letter-spacing: .01em; }
.nav-cta:hover, .button-booking:hover, .nav-cta:focus-visible, .button-booking:focus-visible { border-color: #ffd19a; background: var(--orange-dark); color: var(--white); transform: translateY(-1px); }
.nav-cta:focus-visible, .button-booking:focus-visible { outline: 3px solid #143b5e; outline-offset: 3px; }
.button-white { background: var(--white); color: var(--navy); border-color: var(--white); }
.button-white:hover, .button-white:focus-visible { background: #eaf2f7; border-color: #eaf2f7; }
.button-whatsapp { background: #25d366; color: #0d3524; }
.button-whatsapp:hover, .button-whatsapp:focus-visible { background: #18b955; transform: translateY(-1px); }
.button-shop { background: transparent; color: var(--white); border-color: rgba(255,255,255,.72); }
.button-shop:hover, .button-shop:focus-visible { background: var(--white); color: var(--navy); transform: translateY(-1px); }

.hero { color: var(--white); background: linear-gradient(115deg, var(--navy-deep) 0%, var(--navy) 72%, #235e87 100%); overflow: hidden; }
.hero-grid { min-height: 448px; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(350px, .92fr); align-items: center; gap: 44px; padding: 47px 0 54px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 13px; color: #ffb568; font-size: .74rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow::before { width: 26px; height: 3px; background: var(--orange); content: ''; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; font-weight: 400; letter-spacing: .01em; line-height: .98; text-transform: uppercase; }
h1 { max-width: 680px; margin-bottom: 19px; font-size: clamp(3rem, 5.3vw, 5.35rem); }
h1 em { color: #ffab4c; font-style: normal; }
.hero-copy > p { max-width: 620px; margin-bottom: 28px; color: #e1edf3; font-size: 1.06rem; }
.booking-note { max-width: 620px; margin: -8px 0 23px; padding: 12px 14px; border-left: 4px solid var(--orange); border-radius: 0 8px 8px 0; background: rgba(255,255,255,.12); color: var(--white); font-size: .92rem; font-weight: 700; }
.booking-note em { color: #ffb568; font-style: normal; }
.primary-actions { display: flex; flex-wrap: wrap; gap: 11px; }
.hero-image { position: relative; min-height: 325px; overflow: hidden; border-radius: 12px; box-shadow: 9px 11px 0 rgba(4,25,43,.2); }
.hero-image img { width: 100%; height: 325px; object-fit: cover; }
.image-label { position: absolute; right: 15px; bottom: 15px; display: inline-flex; align-items: center; gap: 7px; padding: 8px 11px; border-radius: 999px; background: var(--white); color: var(--ink); font-size: .75rem; font-weight: 800; }
.image-label::before { content: '✓'; display: grid; place-items: center; width: 18px; height: 18px; border-radius: 50%; background: var(--green); color: var(--white); }

.trust-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: -24px; overflow: hidden; border: 1px solid var(--line); border-radius: 10px; background: var(--line); box-shadow: none; }
.trust-item { min-height: 78px; display: flex; align-items: center; gap: 12px; padding: 13px 16px; background: var(--white); }
.trust-icon { display: grid; flex: 0 0 auto; place-items: center; width: 33px; height: 33px; border-radius: 50%; background: #e9f5f0; color: var(--green); font-weight: 900; }
.trust-item strong, .trust-item small { display: block; }
.trust-item strong { color: var(--navy); font-size: .83rem; }
.trust-item small { color: var(--muted); font-size: .71rem; }

.wheel-configurator { scroll-margin-top: 18px; padding: 26px 0 48px; background: #f3f7fc; }
.configurator-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.configurator-heading .eyebrow { margin: 0 0 7px; }
.configurator-heading h1, .configurator-heading h2 { margin: 0; color: var(--navy); font-size: clamp(1.95rem, 3.25vw, 3rem); line-height: 1.06; }
.configurator-frame { overflow: hidden; min-height: 610px; margin-top: 17px; border: 5px solid var(--navy); border-radius: 14px; background: var(--white); box-shadow: 12px 14px 0 rgba(242,138,36,.88); }
.configurator-frame iframe { display: block; width: 100%; height: 610px; border: 0; }

.section { padding: 68px 0; }
.section-heading { max-width: 760px; margin-bottom: 30px; }
.section-heading h2 { margin-bottom: 12px; color: var(--navy); font-size: clamp(2.35rem, 4vw, 3.55rem); }
.section-heading p { max-width: 670px; margin-bottom: 0; color: var(--muted); }
.services { background: var(--cloud); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.service-actions { margin-top: 22px; }
.service-card { min-height: 190px; display: flex; flex-direction: column; padding: 21px; border: 1px solid #0d3557; border-bottom: 3px solid #1d6b9e; border-radius: 10px; background: var(--navy); box-shadow: none; color: inherit; text-decoration: none; cursor: pointer; transition: border-color .16s ease, background-color .16s ease; }
.service-card-clickable { position: relative; }
.service-card-link { position: absolute; inset: 0; z-index: 2; border-radius: inherit; }
.service-card-link:focus-visible { outline: 3px solid #f3a229; outline-offset: 3px; }
.service-card:hover, .service-card:focus-visible { border-bottom-color: var(--orange); background: var(--navy); transform: none; }
.service-more { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 17px; margin-top: 23px; color: #4d6373; font-size: .9rem; font-weight: 700; }
.service-more a { color: var(--navy); text-decoration: underline; text-decoration-color: var(--orange); text-underline-offset: 4px; }
.service-more a:hover, .service-more a:focus-visible { color: #d97112; }
.service-more .urgent-service-link { padding: 7px 10px; border-left: 4px solid var(--orange); border-radius: 4px; background: #fff1e2; color: var(--navy); text-decoration: none; }
.service-card .number { color: #ffb568; font-size: .74rem; font-weight: 900; letter-spacing: .09em; }
.service-card h3 { margin: 18px 0 9px; color: var(--white); font-size: 1.72rem; }
.service-card p { margin-bottom: 12px; color: #e1edf3; font-size: .9rem; }
.service-card span:last-child { margin-top: auto; color: var(--white); font-size: .82rem; font-weight: 800; }

.detail-section { background: var(--white); }
.detail-grid { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(285px, .82fr); gap: 42px; align-items: start; }
.detail-copy h2 { margin-bottom: 15px; color: var(--navy); font-size: clamp(2.2rem, 3.4vw, 3.15rem); }
.detail-copy h3 { margin: 25px 0 9px; color: var(--navy); font-size: 1.65rem; }
.detail-copy p { color: var(--muted); }
.check-list { display: grid; gap: 9px; margin: 20px 0 0; padding: 0; list-style: none; color: var(--ink); font-size: .92rem; font-weight: 700; }
.check-list li { display: flex; align-items: flex-start; gap: 9px; }
.check-list li::before { content: '✓'; display: grid; flex: 0 0 auto; place-items: center; width: 20px; height: 20px; margin-top: 1px; border-radius: 50%; background: #e9f5f0; color: var(--green); font-size: .75rem; }
.info-card { padding: 23px; border: 1px solid #0d3557; border-top: 4px solid var(--orange); border-radius: 10px; background: var(--navy); box-shadow: none; }
.info-card h3 { margin: 0 0 16px; color: var(--white); font-size: 1.72rem; }
.price-table { margin: 0; padding: 0; list-style: none; }
.price-table li { display: flex; justify-content: space-between; gap: 18px; padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.22); color: #e1edf3; font-size: .87rem; }
.price-table li:last-child { border-bottom: 0; }
.price-table strong { color: var(--white); white-space: nowrap; }
.price-table a { color: #ffb568; text-decoration: underline; text-underline-offset: 3px; }
.info-card .button { width: 100%; margin-top: 18px; }

.faq-section { background: #f3f7fc; }
.faq-heading { margin-bottom: 22px; }
.faq-list { display: grid; gap: 10px; max-width: 860px; }
.faq-list details { border: 1px solid var(--line); border-radius: 10px; background: var(--white); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 17px 20px; color: var(--navy); cursor: pointer; font-size: 1rem; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: '+'; flex: 0 0 auto; color: var(--orange); font-size: 1.45rem; line-height: 1; }
.faq-list details[open] summary::after { content: '−'; }
.faq-list details p { margin: 0; padding: 0 20px 18px; color: var(--muted); }

.reviews { background: var(--cloud); }
.review-head { display: flex; align-items: end; justify-content: space-between; gap: 22px; margin-bottom: 25px; }
.review-head h2 { margin: 0; color: var(--navy); font-size: clamp(2.2rem, 3.5vw, 3.2rem); }
.review-score { color: var(--muted); font-size: .9rem; font-weight: 800; }
.review-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.review-card { display: flex; flex-direction: column; min-height: 166px; padding: 19px; border: 1px solid var(--line); border-radius: 10px; background: var(--white); box-shadow: none; }
.review-stars { margin-bottom: 12px; color: var(--orange); letter-spacing: 2px; font-size: 1rem; }
.review-card p { margin-bottom: 16px; color: var(--muted); font-size: .88rem; }
.review-card strong { margin-top: auto; color: var(--navy); font-size: .8rem; }

.contact-area { position: relative; overflow: hidden; color: var(--white); background: linear-gradient(120deg, var(--navy-deep), var(--navy)); }
.contact-area::after { display: none; }
.contact-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1.06fr; gap: 42px; align-items: center; }
.contact-area h2 { max-width: 500px; margin-bottom: 14px; color: var(--white); font-size: clamp(2.5rem, 4vw, 3.7rem); }
.contact-area p { max-width: 540px; margin-bottom: 22px; color: #dceaf2; }
.contact-details { display: grid; gap: 8px; margin: 20px 0 25px; }
.contact-details a, .contact-details address { color: var(--white); font-size: .94rem; font-style: normal; font-weight: 700; }
.contact-details a:hover, .contact-details a:focus-visible { color: #ffb568; }
.location-photo { overflow: hidden; border: 5px solid var(--white); border-radius: 12px; box-shadow: 8px 10px 0 rgba(7,25,43,.2); background: var(--white); }
.location-photo img { width: 100%; height: 325px; object-fit: cover; }
.location-photo figcaption { padding: 10px 12px; color: var(--navy); font-size: .78rem; font-weight: 800; }

.site-footer { padding: 29px 0 94px; color: #e5edf2; background: #091a2a; }
.footer-row { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-row .brand { display: inline-flex; align-items: center; padding: 8px 11px; border-radius: 10px; background: var(--white); box-shadow: 0 5px 14px rgba(0,0,0,.18); }
.footer-row .brand img { width: 210px; }
.site-footer p { margin: 0; color: #b9c8d1; font-size: .78rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: 16px; font-size: .8rem; font-weight: 700; }
.footer-links a:hover, .footer-links a:focus-visible { color: #ffb568; }

.mobile-contact { display: none; }

.autozeker-hero { padding: 54px 0 62px; color: var(--white); background: linear-gradient(118deg, var(--navy-deep), var(--navy) 62%, #245f89); }
.autozeker-layout { display: grid; grid-template-columns: minmax(0, .9fr) minmax(380px, 1.1fr); align-items: start; gap: 44px; }
.autozeker-hero h1 { margin-bottom: 18px; font-size: clamp(3.2rem, 5.6vw, 5.7rem); }
.autozeker-hero h1 em { color: #ffb568; }
.autozeker-hero > .wrap > div > p { max-width: 540px; color: #e4eff7; font-size: 1.05rem; }
.autozeker-points { display: grid; gap: 9px; margin: 24px 0 0; padding: 0; list-style: none; font-size: .92rem; font-weight: 800; }
.autozeker-points li::before { display: inline-grid; place-items: center; width: 20px; height: 20px; margin-right: 9px; border-radius: 50%; background: var(--orange); color: var(--navy-deep); content: '✓'; font-size: .74rem; }
.autozeker-tool { padding: 24px; border: 1px solid rgba(255,255,255,.42); border-radius: 13px; background: var(--white); box-shadow: 10px 12px 0 rgba(7,28,48,.2); color: var(--ink); }
.autozeker-kicker { margin: 0 0 5px; color: var(--orange-dark); font-size: .72rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.autozeker-tool h2 { margin: 0 0 18px; color: var(--navy); font-size: 2rem; line-height: 1.05; }
.autozeker-tool label { display: block; margin-bottom: 6px; color: var(--navy); font-size: .82rem; font-weight: 800; }.autozeker-tool label span { color: var(--muted); font-weight: 400; }
.autozeker-tool input { width: 100%; min-height: 46px; padding: 10px 13px; border: 1px solid var(--line); border-radius: 8px; color: var(--ink); font: inherit; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.autozeker-tool input:focus { outline: 3px solid rgba(242,138,36,.25); border-color: var(--orange); }.autozeker-help { margin: 16px 0 12px; color: var(--muted); font-size: .85rem; }
.autozeker-options { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 8px; }.autozeker-options button { position: relative; min-height: 53px; padding: 9px 10px 9px 34px; border: 1px solid var(--line); border-radius: 8px; background: #f7fafc; color: var(--ink); font: 700 .78rem/1.2 Arial, Helvetica, sans-serif; text-align: left; cursor: pointer; }.autozeker-options button::before { position: absolute; top: 18px; left: 11px; width: 12px; height: 12px; border: 2px solid #6b7e91; border-radius: 3px; content: ''; }.autozeker-options button.selected { border-color: var(--orange); background: #fff3e6; }.autozeker-options button.selected::before { border-color: var(--orange); background: var(--orange); box-shadow: inset 0 0 0 3px #fff3e6; }
.autozeker-result { margin: 16px 0 13px; padding: 13px 14px; border-left: 4px solid var(--green); border-radius: 7px; background: #edf6f3; }.autozeker-result.attention { border-left-color: var(--orange); background: #fff5e8; }.autozeker-result.urgent { border-left-color: #ca3d3d; background: #fff0f0; }.autozeker-result strong, .autozeker-result span { display: block; }.autozeker-result strong { color: var(--navy); font-size: .9rem; }.autozeker-result span { margin-top: 3px; color: var(--muted); font-size: .78rem; }
.autozeker-whatsapp { width: 100%; }.autozeker-call { display: block; margin-top: 12px; color: var(--navy); font-size: .82rem; font-weight: 800; text-align: center; text-decoration: underline; text-decoration-color: var(--orange); text-underline-offset: 4px; }

.hotel-request { background: #f3f7fc; }
.hotel-request-grid { display: grid; grid-template-columns: minmax(0,1.16fr) minmax(290px,.84fr); gap: 42px; align-items: start; }
.hotel-request h2, .lease-services h2, .lease-partners h2 { margin: 0 0 11px; color: var(--navy); font-size: clamp(2.15rem,3.7vw,3.3rem); line-height: 1.08; }
.hotel-request-copy > p, .lease-services .section-heading > p, .lease-partners p { color: var(--muted); }
.hotel-type-choice { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; margin: 24px 0 18px; }
.hotel-type-choice label { display: block; min-height: 94px; padding: 15px; border: 1px solid var(--line); border-radius: 9px; background: var(--white); color: var(--navy); cursor: pointer; }
.hotel-type-choice input { position: absolute; opacity: 0; }
.hotel-type-choice label:has(input:checked) { border-color: var(--orange); box-shadow: inset 0 0 0 1px var(--orange); background: #fff7ed; }
.hotel-type-choice strong, .hotel-type-choice span { display: block; }
.hotel-type-choice strong { font-size: .98rem; }
.hotel-type-choice span { margin-top: 5px; color: var(--muted); font-size: .8rem; line-height: 1.35; }
.hotel-form { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.hotel-form .field-wide { grid-column: 1 / -1; }
.hotel-form label { display: block; margin-bottom: 6px; color: var(--navy); font-size: .84rem; font-weight: 800; }
.hotel-form input, .hotel-form select, .hotel-form textarea { width: 100%; min-height: 46px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 8px; color: var(--ink); background: var(--white); font: inherit; }
.hotel-form textarea { min-height: 80px; resize: vertical; }
.hotel-form input:focus, .hotel-form select:focus, .hotel-form textarea:focus { outline: 3px solid rgba(242,138,36,.24); border-color: var(--orange); }
.hotel-submit { grid-column: 1 / -1; width: 100%; }
.hotel-submit .button { width: 100%; }
.hotel-request-note { margin: 0; color: var(--muted); font-size: .84rem; }
.hotel-summary { padding: 24px; border: 1px solid #0d3557; border-top: 4px solid var(--orange); border-radius: 10px; background: var(--navy); color: var(--white); }
.hotel-summary h3 { margin: 0 0 12px; color: var(--white); font-size: 1.55rem; }
.hotel-summary p { margin: 0; color: #d9e9f3; font-size: .88rem; line-height: 1.65; white-space: pre-line; }
.hotel-summary .summary-label { display: block; margin-bottom: 8px; color: #ffb568; font-size: .74rem; font-weight: 900; letter-spacing: .09em; }
.lease-hero .primary-actions { max-width: 300px; }
.lease-services { background: var(--cloud); }
.lease-services .service-card { min-height: 205px; }
.lease-partners { background: var(--white); }
.partner-list { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 20px; }
.partner-list span { padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; color: var(--navy); background: #f7fafc; font-size: .85rem; font-weight: 800; }
.partner-note { margin-top: 13px !important; font-size: .82rem; }
.whatsapp-only-footer { padding: 27px 0; background: #091a2a; color: #b9c8d1; }
.whatsapp-only-footer .footer-row { justify-content: center; }
.whatsapp-only-footer .brand { display: inline-flex; padding: 8px 11px; border-radius: 10px; background: var(--white); }
.whatsapp-only-footer .brand img { width: 210px; }

@media (max-width: 960px) {
  .brand img { width: 226px; }
  .main-nav { gap: 15px; }
  .hero-grid { grid-template-columns: minmax(0,1fr) minmax(290px,.78fr); gap: 31px; }
  .hero-image, .hero-image img { min-height: 280px; height: 280px; }
  .trust-item { padding: 13px; }
  .trust-item small { display: none; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .detail-grid { gap: 28px; }
  .review-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 1080px) {
  .header-row { min-height: 78px; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; inset: 78px 0 auto; display: none; padding: 15px 20px 18px; border-bottom: 1px solid var(--line); background: var(--white); box-shadow: 0 15px 25px rgba(8,32,50,.13); }
  .main-nav.open { display: grid; gap: 4px; }
  .main-nav a, .main-nav a:nth-child(n) { display: block; padding: 9px 0; }
  .main-nav .nav-configurator { display: block; padding: 9px 10px; border-left: 3px solid var(--orange); border-radius: 4px; background: #fff2e4; color: #bd5d0c; }
  .main-nav .nav-autozeker { display: block; padding: 9px 10px; border-left: 3px solid var(--orange); border-radius: 4px; background: #f4f8fb; }
  .main-nav .nav-urgent { padding: 9px 10px; }
  .main-nav .nav-cta { display: inline-flex; margin-top: 4px; }
  .nav-banden-dropdown { display: grid; grid-template-columns: 1fr auto; align-items: center; }
  .nav-banden-dropdown > a { padding: 9px 0; }
  .nav-banden-toggle { width: 38px; height: 35px; justify-self: end; }
  .banden-submenu { position: static; grid-column: 1 / -1; width: auto; margin: 0 0 3px; padding: 5px; border-top-width: 1px; box-shadow: none; }
  .nav-banden-dropdown:hover .banden-submenu { display: none; }
  .nav-banden-dropdown:focus-within .banden-submenu, .nav-banden-dropdown.open .banden-submenu { display: block; }
}

@media (max-width: 700px) {
  body { padding-bottom: 118px; }
  .wrap { width: min(100% - 28px, var(--max)); }
  .topbar .wrap { min-height: 34px; font-size: .65rem; }
  .topbar .hide-mobile { display: none; }
  .header-row { min-height: 78px; }
  .brand img { width: 276px; max-width: calc(100vw - 82px); }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; inset: 78px 0 auto; display: none; padding: 15px 20px 18px; border-bottom: 1px solid var(--line); background: var(--white); box-shadow: 0 15px 25px rgba(8,32,50,.13); }
  .main-nav.open { display: grid; gap: 4px; }
  .main-nav a, .main-nav a:nth-child(n) { display: block; padding: 9px 0; }
  .main-nav .nav-cta { display: inline-flex; margin-top: 4px; }
  .hero-grid { grid-template-columns: 1fr; gap: 25px; min-height: auto; padding: 34px 0 43px; }
  .autozeker-hero { padding: 36px 0 44px; }.autozeker-layout { grid-template-columns: 1fr; gap: 26px; }.autozeker-hero h1 { font-size: clamp(3rem, 14.5vw, 4.25rem); }.autozeker-tool { padding: 18px; }.autozeker-options { grid-template-columns: 1fr; }
  .hotel-request-grid { grid-template-columns: 1fr; gap: 24px; }
  .hotel-type-choice, .hotel-form { grid-template-columns: 1fr; }
  .hotel-form .field-wide, .hotel-submit { grid-column: auto; }
  h1 { margin-bottom: 15px; font-size: clamp(3.15rem, 15.1vw, 4.2rem); }
  .hero-copy > p { margin-bottom: 22px; font-size: 1rem; }
  .primary-actions { display: grid; grid-template-columns: 1fr; gap: 8px; }
  .primary-actions .button { width: 100%; min-height: 44px; font-size: .88rem; }
  .primary-actions .button-booking { min-height: 44px; font-size: .88rem; }
  .hero-actions { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-actions .button { min-height: 42px; padding: 8px 6px; border-radius: 7px; font-size: .73rem; line-height: 1.15; }
  .hero-actions .button-booking { min-height: 42px; font-size: .73rem; }
  .hero-actions .button-shop { grid-column: 1 / -1; order: 3; border-color: rgba(255,255,255,.72); }
  .hero-image, .hero-image img { min-height: 222px; height: 222px; }
  .image-label { right: 11px; bottom: 11px; font-size: .69rem; }
  .trust-grid { grid-template-columns: 1fr 1fr; margin-top: -17px; }
  .trust-item { min-height: 68px; }
  .trust-item strong { font-size: .72rem; }
  .trust-icon { width: 29px; height: 29px; }
  .wheel-configurator { padding: 15px 0 27px; }
  .configurator-heading { display: block; }
  .configurator-heading .eyebrow { margin-bottom: 4px; font-size: .72rem; }
  .configurator-heading h1, .configurator-heading h2 { font-size: clamp(1.62rem, 7.1vw, 2.05rem); line-height: 1.08; }
  .configurator-frame { min-height: 590px; margin-top: 12px; border-width: 4px; border-radius: 11px; box-shadow: 7px 9px 0 rgba(242,138,36,.88); }
  .configurator-frame iframe { height: 590px; }
  .section { padding: 56px 0; }
  .section-heading { margin-bottom: 23px; }
  .service-grid { grid-template-columns: 1fr; gap: 11px; }
  .service-card { min-height: 0; padding: 19px; }
  .service-card h3 { margin-top: 13px; }
  .service-more { display: grid; gap: 11px; margin-top: 20px; }
  .detail-grid { grid-template-columns: 1fr; gap: 22px; }
  .detail-copy h3 { margin-top: 20px; }
  .review-head { display: block; }
  .review-head h2 { margin-bottom: 7px; }
  .review-grid { grid-template-columns: 1fr; gap: 11px; }
  .review-card { min-height: 0; }
  .contact-grid { grid-template-columns: 1fr; gap: 27px; }
  .contact-area { padding-bottom: 58px; }
  .contact-area::after { right: -235px; top: auto; bottom: -190px; width: 370px; height: 370px; }
  .location-photo { border-width: 4px; box-shadow: 6px 8px 0 rgba(7,25,43,.18); }
  .location-photo img { height: 240px; }
  .site-footer { padding: 26px 0 18px; }
  .footer-row { display: grid; justify-content: start; gap: 17px; }
  .footer-row .brand { padding: 7px 9px; }
  .footer-row .brand img { width: 215px; }
  .mobile-contact { position: fixed; z-index: 50; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 5px; padding: 5px 6px; border-top: 1px solid rgba(255,255,255,.24); background: #091a2a; box-shadow: 0 -3px 11px rgba(0,0,0,.2); }
  .mobile-contact a { min-height: 45px; display: grid; place-items: center; padding: 5px 3px; border: 1px solid rgba(255,255,255,.8); border-radius: 7px; color: var(--white); font-size: .65rem; font-weight: 800; text-align: center; }
  .mobile-contact a:nth-child(1) { background: var(--orange); color: #151515; border-color: var(--orange); }
  .mobile-contact a[href*="planner.garage"] { min-height: 45px; border-color: var(--orange); background: #143b5e; color: var(--white); font-size: .65rem; }
  .mobile-contact a:nth-child(2) { background: #25d366; color: #0d3524; border-color: #25d366; }
  .mobile-contact .mobile-shop { grid-column: 2; grid-row: 2; background: var(--white); color: var(--navy); border-color: var(--white); }
}

@media (max-width: 390px) {
  .brand img { width: 245px; }
  .header-row { gap: 0; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item { min-height: 56px; }
  .configurator-frame { height: 670px; }
  .mobile-contact a { font-size: .6rem; }
}

/* Keep promotional artwork fully visible instead of cropping it like a photo. */
.hero-image.promo-image { min-height: 0; height: auto; background: #071d31; }
.hero-image.promo-image img { display: block; width: 100%; height: auto; min-height: 0; object-fit: contain; }

/* Speciale bandenmontage & machineverhaal */
.special-hero-image img { object-position: 63% center; }
.special-intro { background: var(--cloud); }
.equipment-section { background: var(--white); }
.equipment-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.equipment-card { min-height: 290px; padding: 27px 24px 22px; border: 1px solid var(--line); border-top: 4px solid var(--orange); border-radius: 11px; background: #f8fbfd; box-shadow: 8px 10px 0 rgba(7, 28, 48, .08); }
.equipment-card .number { display: block; margin-bottom: 17px; color: var(--orange-dark); font-size: .72rem; font-weight: 900; letter-spacing: .1em; }
.equipment-card h3 { margin: 0 0 10px; color: var(--navy); font-size: 1.42rem; line-height: 1.12; }
.equipment-card p { margin: 0; color: var(--muted); font-size: .93rem; }
.equipment-card .equipment-note { margin-top: 14px; color: var(--navy); font-weight: 800; }
.equipment-card-dark { border-color: var(--navy); background: var(--navy); box-shadow: 8px 10px 0 rgba(242, 138, 36, .85); }
.equipment-card-dark .number { color: #ffb568; }.equipment-card-dark h3 { color: var(--white); }.equipment-card-dark p { color: #d9e9f3; }.equipment-card-dark .equipment-note { color: var(--white); }
.equipment-film { background: #edf4f8; }
.equipment-film-grid { display: grid; grid-template-columns: minmax(0, .88fr) minmax(360px, 1.12fr); align-items: center; gap: 44px; }
.equipment-film h2 { margin: 0 0 13px; color: var(--navy); font-size: clamp(2.15rem, 3.8vw, 3.25rem); line-height: 1.08; }.equipment-film p { color: var(--muted); }.equipment-film .button { margin-top: 8px; }
.equipment-video { overflow: hidden; border: 5px solid var(--navy); border-radius: 12px; box-shadow: 9px 11px 0 var(--orange); background: #061b2d; aspect-ratio: 16 / 9; }.equipment-video iframe { display: block; width: 100%; height: 100%; border: 0; }
.text-link { color: var(--navy); font-weight: 800; text-decoration: underline; text-decoration-color: var(--orange); text-underline-offset: 4px; }
.special-detail-photo { overflow: hidden; margin: 0; border: 5px solid var(--navy); border-radius: 12px; box-shadow: 9px 11px 0 rgba(242, 138, 36, .85); background: #061b2d; }.special-detail-photo img { width: 100%; height: 330px; object-fit: cover; }.special-detail-photo figcaption { padding: 11px 14px; color: #d9e9f3; font-size: .82rem; font-weight: 700; }
.special-info p { color: var(--muted); }.special-info .button { width: 100%; margin-top: 10px; }
.machine-video-label { margin: 18px 0 7px !important; color: var(--navy) !important; font-size: .78rem !important; font-weight: 900; }.machine-video { overflow: hidden; border: 2px solid var(--navy); border-radius: 7px; background: #061b2d; aspect-ratio: 16 / 9; }.machine-video iframe { display: block; width: 100%; height: 100%; border: 0; }.equipment-card-dark .machine-video-label { color: var(--white) !important; }
.quickcheck-hero { padding: 52px 0 60px; color: var(--white); background: linear-gradient(118deg, var(--navy-deep), var(--navy) 62%, #245f89); }.quickcheck-layout { display: grid; grid-template-columns: minmax(0,.86fr) minmax(400px,1.14fr); gap: 44px; align-items: start; }.quickcheck-hero h1 { margin: 0 0 18px; font-size: clamp(2.85rem,5.2vw,5rem); line-height: 1.02; }.quickcheck-hero h1 em { color: #ffb568; }.quickcheck-intro { max-width: 530px; color: #e4eff7; font-size: 1.05rem; }.quickcheck-tool { padding: 24px; border: 1px solid rgba(255,255,255,.4); border-radius: 13px; background: var(--white); box-shadow: 10px 12px 0 rgba(7,28,48,.2); color: var(--ink); }.quickcheck-tool h2 { margin: 0 0 7px; color: var(--navy); font-size: 1.85rem; line-height: 1.08; }.quickcheck-tool > p { margin: 0 0 18px; color: var(--muted); font-size: .88rem; }.quickcheck-choices { display: grid; gap: 9px; }.quickcheck-choices button { position: relative; min-height: 54px; padding: 11px 15px 11px 42px; border: 1px solid var(--line); border-radius: 8px; background: #f7fafc; color: var(--ink); font: 800 .86rem/1.2 Arial, Helvetica, sans-serif; text-align: left; cursor: pointer; }.quickcheck-choices button::before { position:absolute; top:18px; left:14px; width:12px; height:12px; border:2px solid #6b7e91; border-radius:50%; content:''; }.quickcheck-choices button.selected { border-color:var(--orange); background:#fff3e6; }.quickcheck-choices button.selected::before { border-color:var(--orange); background:var(--orange); box-shadow:inset 0 0 0 3px #fff3e6; }.quickcheck-result { margin:17px 0 13px; padding:14px; border-left:4px solid var(--green); border-radius:7px; background:#edf6f3; }.quickcheck-result.attention { border-left-color:var(--orange); background:#fff5e8; }.quickcheck-result.urgent { border-left-color:#ca3d3d; background:#fff0f0; }.quickcheck-result strong,.quickcheck-result span { display:block; }.quickcheck-result strong { color:var(--navy); font-size:.92rem; }.quickcheck-result span { margin-top:4px; color:var(--muted); font-size:.8rem; line-height:1.45; }.quickcheck-when { display:grid; grid-template-columns:1fr 1fr; gap:9px; margin:0 0 12px; }.quickcheck-when label { display:block; color:var(--navy); font-size:.8rem; font-weight:800; }.quickcheck-when select,.quickcheck-when input { width:100%; min-height:43px; margin-top:5px; padding:8px 10px; border:1px solid var(--line); border-radius:8px; color:var(--ink); background:var(--white); font:inherit; }.quickcheck-note { margin:17px 0 0; color:#d7e5ee; font-size:.82rem; line-height:1.5; }.quickcheck-explain { background:#f3f7fc; }.quickcheck-explain .detail-copy h2 { color:var(--navy); }
@media (max-width: 960px) { .equipment-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }.equipment-card:last-child { grid-column: 1 / -1; }.equipment-film-grid { grid-template-columns: 1fr; gap: 28px; } }
@media (max-width: 700px) { .equipment-grid { grid-template-columns: 1fr; gap: 12px; }.equipment-card, .equipment-card:last-child { grid-column: auto; min-height: 0; padding: 22px 19px; }.equipment-film-grid { gap: 24px; }.equipment-video { border-width: 4px; box-shadow: 6px 8px 0 var(--orange); }.special-detail-photo { border-width: 4px; box-shadow: 6px 8px 0 rgba(242, 138, 36, .85); }.special-detail-photo img { height: 235px; }.quickcheck-hero { padding:36px 0 44px; }.quickcheck-layout { grid-template-columns:1fr; gap:26px; }.quickcheck-hero h1 { font-size:clamp(3rem,14vw,4.25rem); }.quickcheck-tool { padding:18px; }.quickcheck-when { grid-template-columns:1fr; } }
