/* vbairsuspension.hu – page layer on top of the VB-Airsuspension design system (vba.css).
   Only tokens from vba.css are used; new rules cover layout, responsiveness and the two forms. */

html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 10px); }
body { -webkit-font-smoothing: antialiased; }
*, *::before, *::after { box-sizing: border-box; }
img { max-width: 100%; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid var(--focus-ring); outline-offset: 2px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link { position: absolute; left: var(--space-15); top: -60px; z-index: 100; background: var(--ink); color: var(--white); padding: 8px var(--space-15); font-weight: 600; text-decoration: none; }
.skip-link:focus { top: 10px; }
.label-caps { display: block; font-size: 16px; line-height: 30px; font-weight: 600; text-transform: uppercase; }

/* Header + main menu (mega menu on desktop, accordion on mobile) */
:root { --header-height: 88px; }
.site-header { position: sticky; top: 0; z-index: 60; }
.vba-header__logo, .dealer-logo { height: 54px; }
/* Active/hover underline sits on the header's bottom edge (36px = nav link height) */
.site-header .vba-header__nav a::before { bottom: calc((36px - var(--header-height)) / 2 - 1px); }
.site-logo { flex: 0 0 auto; display: flex; align-items: center; gap: var(--space-15); text-decoration: none; }
.site-logo:focus-visible { outline-color: var(--white); }
.dealer-logo { display: flex; align-items: center; padding: 4px 8px; background: #3a4757; border-radius: var(--radius-sm); box-sizing: border-box; }
.dealer-logo img { display: block; height: 100%; width: auto; max-width: 150px; object-fit: contain; }
.dealer-logo--text { color: var(--white); font-size: 16px; line-height: 1; font-weight: 900; letter-spacing: .02em; white-space: nowrap; }
.header-phone { color: var(--white); font-size: 18px; line-height: 24px; font-weight: 700; text-decoration: none; white-space: nowrap; padding: 6px var(--space-5); }
.header-phone:hover { text-decoration: underline; }
.header-phone:focus-visible { outline-color: var(--white); }
.lang-switch { display: flex; align-items: center; gap: 2px; margin: 0; padding: 0; list-style: none; }
.lang-switch a, .lang-switch span { display: block; min-width: 40px; padding: 6px 8px; border: 2px solid transparent; border-radius: var(--radius-sm); color: var(--white); font-size: 15px; line-height: 18px; font-weight: 700; text-align: center; text-decoration: none; box-sizing: border-box; }
.lang-switch span { border-color: var(--white); }
.lang-switch a:hover { background: var(--vb-blue-bright); }
.lang-switch a:focus-visible { outline: 2px solid var(--white); outline-offset: 0; }
.site-nav { align-self: stretch; display: flex; }
.site-menu { height: 100%; align-items: stretch; }
.site-menu__item { display: flex; align-items: center; }
.site-menu__item.has-drop { position: relative; }
.site-menu__toggle { width: 22px; height: 32px; margin-left: -6px; padding: 0; border: 0; border-radius: var(--radius-sm); cursor: pointer; background: transparent no-repeat 50% url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2' d='M1 1.5l5 5 5-5'/%3E%3C/svg%3E"); transition: transform .2s; }
.site-menu__toggle:hover { background-color: var(--vb-blue-bright); }
.site-menu__toggle:focus-visible { outline: 2px solid var(--white); }
.site-menu__item.is-open > .site-menu__toggle { transform: rotate(180deg); }

.mega { display: none; position: absolute; left: 0; right: 0; top: var(--header-height); z-index: 45; background: var(--white); color: var(--ink); border-top: 4px solid var(--vb-blue-dark); box-shadow: 0 14px 28px rgba(0, 0, 0, .18); }
.mega--drop { left: 0; right: auto; top: 100%; min-width: 290px; padding: var(--space-15) var(--space-25); }
.site-menu__item.is-open > .mega { display: block; }
@media (hover: hover) and (min-width: 1181px) {
  .site-menu__item:hover > .mega { display: block; }
}
.mega__inner { max-width: var(--container-max); margin: 0 auto; padding: var(--space-30) var(--space-15) var(--space-40); display: grid; grid-template-columns: repeat(3, 1fr) minmax(0, 1.1fr); gap: var(--space-30); }
.mega__col--wide { grid-column: span 3; }
.mega__head { margin: 0 0 var(--space-10); padding-bottom: 8px; border-bottom: 2px solid var(--grey-300); color: var(--vb-blue); font-size: 22px; line-height: 28px; font-weight: 900; text-transform: uppercase; }
.mega__col--aside { background: var(--grey-100); padding: var(--space-25); }
.mega__col--aside .mega__head { border-color: var(--grey-400); }
.mega__col--aside p:not(.mega__head) { margin: 0 0 var(--space-15); font-size: 18px; line-height: 28px; }
.mega ul { list-style: none; margin: 0; padding: 0; }
.site-header .mega a { display: block; padding: 0; color: var(--ink); font-size: 18px; line-height: 26px; font-weight: 400; white-space: normal; text-decoration: none; }
.site-header .mega a::before { display: none; }
.site-header .mega a:focus-visible { outline: 2px solid var(--focus-ring); outline-offset: 0; }
.site-header .mega .mega__head a { color: inherit; font-size: inherit; line-height: inherit; font-weight: inherit; }
.site-header .mega__list a { margin: 0 -10px; padding: 8px 10px; border-radius: var(--radius-md); }
.mega__list strong { display: block; color: var(--vb-blue); font-size: 21px; line-height: 26px; font-weight: 700; }
.mega__list span { display: block; font-size: 16px; line-height: 22px; font-weight: 300; }
.mega__list--cols { columns: 3; column-gap: var(--space-30); }
.mega__list--cols li { break-inside: avoid; }
.site-header .mega__list--cols a { font-weight: 600; }
.site-header .mega__list a:hover, .site-header .mega__list a[aria-current="page"] { background: var(--grey-100); }
.site-header .mega a:hover strong, .site-header .mega a:hover, .site-header .mega .mega__head a:hover { text-decoration: underline; }
.site-header .mega__links a { position: relative; padding: 6px 0 6px 22px; font-weight: 600; }
.site-header .mega__links a::after { content: ""; position: absolute; left: 0; top: 50%; width: 14px; height: 12px; margin-top: -6px; background: no-repeat 50% url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='12' viewBox='0 0 14 12'%3E%3Cpath fill='%230075bf' d='M13.7,5.2L9.1,0.4c-0.4-0.5-1.1-0.5-1.6,0C7,0.8,7,1.5,7.4,2l2.7,2.8H1.1C0.5,4.9,0,5.4,0,6s0.5,1.2,1.1,1.2h9L7.5,10c-0.4,0.5-0.4,1.2,0,1.7c0.4,0.4,1.1,0.4,1.5,0l4.6-4.8C13.9,6.7,14,6.4,14,6.1C14,5.7,13.9,5.4,13.7,5.2z'/%3E%3C/svg%3E"); }
.site-header .mega__links a[aria-current="page"] { color: var(--vb-blue); }

.nav-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; cursor: pointer; position: relative; flex: 0 0 auto; }
.nav-toggle:hover { background: var(--vb-blue-bright); }
.nav-toggle:focus-visible { outline: 2px solid var(--white); }
.nav-toggle i, .nav-toggle i::before, .nav-toggle i::after { position: absolute; left: 11px; width: 22px; height: 2px; background: var(--white); content: ""; }
.nav-toggle i { top: 21px; }
.nav-toggle i::before { left: 0; top: -7px; }
.nav-toggle i::after { left: 0; top: 7px; }
.site-header.is-open .nav-toggle i { background: transparent; }
.site-header.is-open .nav-toggle i::before { top: 0; transform: rotate(45deg); }
.site-header.is-open .nav-toggle i::after { top: 0; transform: rotate(-45deg); }

/* Subpage hero, breadcrumb, subnav */
.page-hero { position: relative; background: var(--vb-blue-dark); color: var(--white); overflow: hidden; }
.page-hero__inner { position: relative; z-index: 1; padding-top: var(--space-25); padding-bottom: 100px; }
.breadcrumb ol { display: flex; flex-wrap: wrap; margin: 0 0 var(--space-40); padding: 0; list-style: none; font-size: 16px; line-height: 24px; font-weight: 400; }
.breadcrumb li + li::before { content: "›"; margin: 0 8px; opacity: .7; }
.breadcrumb a { color: var(--white); }
.breadcrumb a:hover { text-decoration: none; }
.breadcrumb a:focus-visible { outline-color: var(--white); }
.breadcrumb [aria-current] { opacity: .85; }
.page-hero__lead { margin: 0; max-width: 680px; font-size: 22px; line-height: 34px; font-weight: 300; }
.page-hero .site-hero__arcs { height: 420px; width: 170px; }
/* Photo from tools/build.py hero_image(); gradient keeps the white text readable */
.page-hero--image { background-position: 70% center; background-size: cover; background-repeat: no-repeat; }
.page-hero--image::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0, 86, 140, .96) 0%, rgba(0, 86, 140, .9) 38%, rgba(0, 86, 140, .45) 68%, rgba(0, 86, 140, .1) 100%); }
.page-hero--image .site-hero__arcs { display: none; }
.site-subnav { margin-top: var(--space-30); padding: 0; }
.site-subnav .vba-wrapper { padding: 0 var(--space-30); }
.site-subnav li { margin-top: 14px; margin-bottom: 14px; }
.site-subnav a:focus-visible { outline: 2px solid var(--white); outline-offset: 2px; }

/* Hero */
.site-hero { background: var(--vb-blue-dark); color: var(--white); overflow: hidden; min-height: 560px; display: flex; align-items: center; }
.site-hero__inner { position: relative; z-index: 1; width: 100%; padding-top: var(--space-60); padding-bottom: 110px; }
.site-hero__kicker { margin: 0 0 var(--space-15); font-size: 16px; line-height: 30px; font-weight: 600; text-transform: uppercase; letter-spacing: .02em; }
.site-hero__title { margin: 0 0 var(--space-25); max-width: 760px; font-size: 72px; line-height: 72px; font-weight: 900; text-transform: uppercase; -webkit-hyphens: auto; hyphens: auto; }
.site-hero__lead { margin: 0 0 var(--space-30); max-width: 620px; font-size: 22px; line-height: 34px; font-weight: 300; }
.site-hero__actions { display: flex; flex-wrap: wrap; gap: var(--space-15); }
.site-btn--on-dark { border-color: var(--white); color: var(--white); }
.site-btn--on-dark::after { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='12' viewBox='0 0 14 12'%3E%3Cpath fill='%23fff' d='M13.7,5.2L9.1,0.4c-0.4-0.5-1.1-0.5-1.6,0C7,0.8,7,1.5,7.4,2l2.7,2.8H1.1C0.5,4.9,0,5.4,0,6s0.5,1.2,1.1,1.2h9L7.5,10c-0.4,0.5-0.4,1.2,0,1.7c0.4,0.4,1.1,0.4,1.5,0l4.6-4.8C13.9,6.7,14,6.4,14,6.1C14,5.7,13.9,5.4,13.7,5.2z'/%3E%3C/svg%3E"); }
.site-btn--on-dark:hover, .site-btn--on-dark:focus-visible { background-color: var(--white); border-color: var(--white); color: var(--vb-blue-dark); outline-color: var(--white); }
.site-btn--on-dark:hover::after, .site-btn--on-dark:focus-visible::after { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='12' viewBox='0 0 14 12'%3E%3Cpath fill='%2300568c' d='M13.7,5.2L9.1,0.4c-0.4-0.5-1.1-0.5-1.6,0C7,0.8,7,1.5,7.4,2l2.7,2.8H1.1C0.5,4.9,0,5.4,0,6s0.5,1.2,1.1,1.2h9L7.5,10c-0.4,0.5-0.4,1.2,0,1.7c0.4,0.4,1.1,0.4,1.5,0l4.6-4.8C13.9,6.7,14,6.4,14,6.1C14,5.7,13.9,5.4,13.7,5.2z'/%3E%3C/svg%3E"); }
.site-hero__arcs { position: absolute; right: 6%; top: 50%; width: 240px; height: 600px; transform: translateY(-50%); opacity: .12; }
/* Hero photo: dark-blue gradient on the left keeps the white text readable, the chassis stays visible on the right */
.site-hero { background: linear-gradient(90deg, rgba(0, 86, 140, .96) 0%, rgba(0, 86, 140, .9) 38%, rgba(0, 86, 140, .45) 68%, rgba(0, 86, 140, .1) 100%), url("../img/hero-legrugozas.webp") 70% center / cover no-repeat, var(--vb-blue-dark); }
.site-hero .site-hero__arcs { display: none; }
.site-anchor-title { margin: 0; color: var(--white); font-size: 48px; line-height: 52px; font-weight: 900; text-transform: uppercase; -webkit-hyphens: auto; hyphens: auto; }

.site-lead { margin: var(--space-15) 0 0; max-width: var(--article-max); font-size: 20px; line-height: 32px; font-weight: 300; }

.spec-wrap { position: relative; overflow-x: auto; padding: 0 var(--space-30); }
.spec-wrap:focus-visible { outline: 2px solid var(--focus-ring); }
.vba-spec { min-width: 760px; }
.vba-spec thead th:not(.vba-spec__title) { font-size: 18px; line-height: 22px; text-align: center; vertical-align: bottom; }
.vba-spec th.vba-spec__rowhead { font-weight: 300; text-transform: none; }

/* Manufacturer facts */
.stats { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-30); margin: 0; }
.stats div { border-top: 2px solid var(--grey-300); padding-top: var(--space-10); }
.stats dt { font-size: 16px; line-height: 30px; font-weight: 600; text-transform: uppercase; }
.stats dd { margin: 0; color: var(--vb-blue); font-size: 40px; line-height: 44px; font-weight: 900; }
.stats div:last-child dd, .stats div:nth-child(3) dd { font-size: 28px; line-height: 34px; }

/* Process steps */
.steps { list-style: none; margin: 0; padding: 0 var(--space-30); display: grid; grid-template-columns: repeat(5, 1fr); gap: var(--space-30); }
.steps li { border-top: 2px solid var(--vb-blue); padding-top: var(--space-15); }
.steps h3 { margin: var(--space-10) 0 var(--space-5); font-size: 24px; line-height: 30px; font-weight: 900; text-transform: uppercase; }
.steps p { margin: 0; font-size: 18px; line-height: 28px; }
.vba-num { width: 32px; height: 32px; font-size: 18px; }
.steps--compact { grid-template-columns: 1fr 1fr; padding: 0; }
.vba-richtext .steps li { padding-left: 0; font-weight: 300; }
.vba-richtext .steps li::before { display: none; }

/* Forms */
.site-form { max-width: 900px; margin-top: var(--space-30); }
.site-form fieldset { border: 0; margin: 0 0 var(--space-30); padding: 0; min-width: 0; }
.site-form legend { display: flex; align-items: center; gap: var(--space-10); margin: 0 0 var(--space-15); padding: 0; color: var(--vb-blue); font-size: 32px; line-height: 36px; font-weight: 900; text-transform: uppercase; }
.form-note { margin: 0 0 var(--space-30); font-size: 16px; line-height: 24px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 var(--space-30); }
.form-grid__full { grid-column: 1 / -1; }
.check-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 0 var(--space-30); }
.vba-check { font-size: 18px; line-height: 26px; font-weight: 700; }
.vba-check a { color: var(--vb-blue-dark); }
.vba-check .vba-error { font-weight: 300; }
.form-actions { margin-top: var(--space-25); }
.form-status { margin-top: var(--space-25); max-width: 760px; }
.form-status .vba-alert { font-size: 18px; line-height: 28px; padding: var(--space-15) var(--space-25); }
.form-status .vba-alert strong { font-weight: 700; }
.site-alert--error { background: var(--signal-red); }
.site-alert__link { color: var(--white); font-weight: 700; margin-left: var(--space-5); }
.site-alert__link:focus-visible { outline-color: var(--white); }
.vba-band--grey .vba-control { background-color: var(--white); }
.vba-band--grey .vba-check i { background: var(--white); }
.vba-band--grey .vba-check--on-white i { border-color: var(--grey-600); }
.vba-check--on-white i { border-color: var(--grey-600); }
.vba-error[hidden] { display: none; }

/* Booking: services */
.service-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: var(--space-10); }
.service { position: relative; display: block; cursor: pointer; }
.service input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.service__body { display: block; height: 100%; background: var(--white); border: 2px solid var(--white); border-radius: var(--radius-md); padding: var(--space-15); }
.service:hover .service__body { border-color: var(--grey-400); }
.service input:checked + .service__body { border-color: var(--vb-blue); box-shadow: inset 0 0 0 1px var(--vb-blue); }
.service input:focus-visible + .service__body { outline: 2px solid var(--focus-ring); outline-offset: 2px; }
.service__name { display: block; font-size: 22px; line-height: 28px; font-weight: 700; }
.service input:checked + .service__body .service__name { color: var(--vb-blue); }
.service__meta { display: block; color: var(--grey-600); font-size: 16px; line-height: 24px; font-weight: 600; text-transform: uppercase; }
.service__desc { display: block; margin-top: var(--space-5); font-size: 16px; line-height: 22px; font-weight: 300; }

/* Booking: calendar + slots */
.booking__pick { display: grid; grid-template-columns: minmax(0, 420px) minmax(0, 1fr); gap: var(--space-30); align-items: start; }
.cal { background: var(--white); padding: var(--space-15); border-radius: var(--radius-md); }
.cal__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: var(--space-10); }
.cal__month { margin: 0; font-size: 24px; line-height: 32px; font-weight: 900; text-transform: uppercase; }
.cal__nav { width: 40px; height: 40px; border: 0; padding: 0; cursor: pointer; border-radius: var(--radius-md); background: transparent no-repeat 50% url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='20' viewBox='0 0 14 23'%3E%3Cpolygon fill='%23000' points='3.1,23 0,20.3 8.3,11.3 0,2.8 3,0 14,11.2'/%3E%3C/svg%3E"); }
.cal__nav.is-prev { transform: rotate(180deg); }
.cal__nav:hover:not(:disabled) { background-color: var(--grey-100); }
.cal__nav:disabled { opacity: .3; cursor: default; }
.cal__row { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; margin-bottom: 4px; }
.cal__dow { text-align: center; font-size: 14px; line-height: 28px; font-weight: 600; text-transform: uppercase; }
.cal__row > span { display: block; }
.cal__day { display: block; width: 100%; aspect-ratio: 1 / 1; max-height: 52px; border: 0; border-radius: var(--radius-sm); background: var(--grey-050); color: var(--ink); font-family: var(--font-sans); font-size: 18px; font-weight: 700; cursor: pointer; }
.cal__empty { display: block; }
.cal__day:hover:not(:disabled) { background: var(--grey-200); }
.cal__day:disabled { background: transparent; color: var(--grey-600); font-weight: 300; text-decoration: line-through; cursor: default; }
.cal__day.is-today { box-shadow: inset 0 0 0 1px var(--grey-600); }
.cal__day.is-selected, .cal__day.is-selected:hover { background: var(--vb-blue); color: var(--white); }
.cal__legend { margin: var(--space-10) 0 0; font-size: 14px; line-height: 22px; }
.slots__title { margin: 0 0 var(--space-15); font-size: 24px; line-height: 32px; font-weight: 900; text-transform: uppercase; }
.slots__list { display: flex; flex-wrap: wrap; gap: var(--space-10); }
.slots__hint { flex-basis: 100%; margin: 0; font-size: 18px; line-height: 28px; }
.slot { min-width: 84px; padding: 8px var(--space-15); border: 2px solid var(--vb-blue); border-radius: var(--radius-md); background: var(--white); color: var(--vb-blue); font-family: var(--font-sans); font-size: 20px; line-height: 26px; font-weight: 700; cursor: pointer; }
.slot:hover { background: var(--grey-050); color: var(--vb-blue-dark); border-color: var(--vb-blue-dark); }
.slot.is-selected { background: var(--vb-blue); color: var(--white); }
.slots__summary { margin-top: var(--space-25); background: var(--vb-blue); color: var(--white); padding: var(--space-15) var(--space-25); border-radius: var(--radius-md); font-size: 20px; line-height: 30px; }
.slots__summary strong { font-weight: 700; }

/* FAQ */
.faq details { border-bottom: 2px solid var(--grey-300); }
.faq summary { position: relative; list-style: none; cursor: pointer; padding: var(--space-15) 40px var(--space-15) 0; font-size: 22px; line-height: 30px; font-weight: 700; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ""; position: absolute; right: 4px; top: 50%; width: 23px; height: 23px; margin-top: -11px; background: var(--vb-blue) no-repeat 50% url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 50 50'%3E%3Cline fill='none' stroke='%23fff' stroke-width='4' x1='9' x2='41' y1='25' y2='25'/%3E%3Cline fill='none' stroke='%23fff' stroke-width='4' x1='25' x2='25' y1='9' y2='41'/%3E%3C/svg%3E"); }
.faq details[open] summary::after { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 50 50'%3E%3Cline fill='none' stroke='%23fff' stroke-width='4' x1='9' x2='41' y1='25' y2='25'/%3E%3C/svg%3E"); }
.faq summary:hover { color: var(--vb-blue-dark); }
.faq details p a { color: var(--vb-blue); }
.faq details p { margin: 0 0 var(--space-25); font-size: 20px; line-height: 32px; font-weight: 300; }

/* Contact */
.contact { display: grid; grid-template-columns: 1fr 1fr auto; gap: var(--space-30); padding: 0 var(--space-30); align-items: start; }
.contact__h { margin: 0 0 var(--space-10); font-size: 32px; line-height: 36px; font-weight: 900; text-transform: uppercase; }
.hours { display: grid; grid-template-columns: auto 1fr; gap: 0 var(--space-25); margin: 0; }
.hours dt { font-weight: 600; }
.hours dd { margin: 0; }
.contact__actions { display: flex; flex-direction: column; gap: var(--space-15); }
.vba-band--blue .vba-richtext a:focus-visible, .vba-band--blue .vba-btn:focus-visible { outline-color: var(--white); }

.vba-footer__bottom { flex-wrap: wrap; }
.vba-footer__bottom a:focus-visible, .vba-social a:focus-visible { outline: 2px solid var(--white); }

/* Shared content blocks */
.site-h3, .vba-richtext .site-h3 { margin: 0 0 var(--space-15); color: var(--vb-blue); font-size: 28px; line-height: 32px; font-weight: 900; text-transform: uppercase; }
.vba-richtext h2 { font-size: 32px; line-height: 36px; }
.band-actions { display: flex; flex-wrap: wrap; gap: var(--space-15); margin: var(--space-30) 0 0; padding: 0 var(--space-30); }

/* Link cards (applications, related products, services) */
.link-grid { list-style: none; margin: 0; padding: 0 var(--space-30); display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: var(--space-10); }
.link-card a { display: flex; flex-direction: column; height: 100%; box-sizing: border-box; padding: var(--space-25); background: var(--grey-100); border-bottom: 4px solid transparent; color: var(--ink); text-decoration: none; }
.link-grid--white .link-card a { background: var(--white); }
.link-card a:hover { border-bottom-color: var(--vb-blue); }
.link-card a:hover .link-card__title { text-decoration: underline; }
.link-card a:focus-visible { outline: 2px solid var(--focus-ring); outline-offset: 2px; }
.link-card__kicker { font-size: 14px; line-height: 22px; font-weight: 600; text-transform: uppercase; color: var(--grey-600); }
.link-card__title { overflow-wrap: break-word; margin: 0 0 var(--space-10); color: var(--vb-blue); font-size: 22px; line-height: 28px; font-weight: 700; text-transform: uppercase; -webkit-hyphens: auto; hyphens: auto; }
.link-card p { flex: 1; margin: 0 0 var(--space-15); font-size: 18px; line-height: 28px; font-weight: 300; }
.link-card__more { align-self: flex-start; padding-right: 22px; color: var(--vb-blue); font-size: 18px; font-weight: 600; background: no-repeat 100% 50% url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='12' viewBox='0 0 14 12'%3E%3Cpath fill='%230075bf' d='M13.7,5.2L9.1,0.4c-0.4-0.5-1.1-0.5-1.6,0C7,0.8,7,1.5,7.4,2l2.7,2.8H1.1C0.5,4.9,0,5.4,0,6s0.5,1.2,1.1,1.2h9L7.5,10c-0.4,0.5-0.4,1.2,0,1.7c0.4,0.4,1.1,0.4,1.5,0l4.6-4.8C13.9,6.7,14,6.4,14,6.1C14,5.7,13.9,5.4,13.7,5.2z'/%3E%3C/svg%3E"); }

/* Product families */
.product-groups { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-30); padding: 0 var(--space-30); }
.product-group { background: var(--grey-100); padding: var(--space-30); }
.vba-band--grey .product-group { background: var(--white); }
.product-group__title { margin: 0 0 var(--space-10); color: var(--vb-blue); font-size: 32px; line-height: 36px; font-weight: 900; text-transform: uppercase; -webkit-hyphens: auto; hyphens: auto; }
.product-group__desc { margin: 0 0 var(--space-15); font-size: 18px; line-height: 28px; }
.product-list { list-style: none; margin: 0; padding: 0; }
.product-list a { display: block; padding: var(--space-15) 28px var(--space-15) 0; border-top: 2px solid var(--grey-300); color: var(--ink); text-decoration: none; background: no-repeat 100% 50% url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='12' viewBox='0 0 14 12'%3E%3Cpath fill='%230075bf' d='M13.7,5.2L9.1,0.4c-0.4-0.5-1.1-0.5-1.6,0C7,0.8,7,1.5,7.4,2l2.7,2.8H1.1C0.5,4.9,0,5.4,0,6s0.5,1.2,1.1,1.2h9L7.5,10c-0.4,0.5-0.4,1.2,0,1.7c0.4,0.4,1.1,0.4,1.5,0l4.6-4.8C13.9,6.7,14,6.4,14,6.1C14,5.7,13.9,5.4,13.7,5.2z'/%3E%3C/svg%3E"); }
.product-list strong { display: block; font-size: 24px; line-height: 32px; font-weight: 700; }
.product-list span { display: block; font-size: 18px; line-height: 26px; font-weight: 300; }
.product-list a:hover strong { color: var(--vb-blue); text-decoration: underline; }
.product-list a:focus-visible { outline: 2px solid var(--focus-ring); }
.vba-spec thead th a { color: inherit; }
.vba-spec thead th a:hover { color: var(--vb-blue); }

/* Product variants */
.variants { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-30); padding: 0 var(--space-30); }
.variant { background: var(--white); padding: var(--space-30); }
.variant__name { margin: 0 0 var(--space-10); color: var(--vb-blue); font-size: 28px; line-height: 32px; font-weight: 900; text-transform: uppercase; }
.variant > p { margin: 0 0 var(--space-15); font-size: 18px; line-height: 28px; }
.variant .vba-richtext { font-size: 18px; line-height: 28px; }
.variant .vba-richtext ul { margin: 0; }
.variant .vba-richtext li::before { top: 5px; }

/* Call-to-action band */
/* Jobb oldali gyorslinkek: amíg ugyanannak a lehetőségnek a nagy gombja látszik, a gyorslink kicsúszik. */
.site-sidenav a { transition: transform .25s ease, opacity .25s ease, visibility .25s; }
.site-sidenav a.is-hidden { transform: translateX(100%); opacity: 0; visibility: hidden; }
/* Betöltéskor a gyorslinkek csak az első láthatósági mérés után jelennek meg, animáció nélkül – így nem villannak fel. */
.js .site-sidenav:not(.is-ready) a { visibility: hidden; transition: none; }
.cta-band__inner { display: flex; align-items: center; justify-content: space-between; gap: var(--space-30); flex-wrap: wrap; }
.cta-band__inner > div:first-child { padding: 0 var(--space-30); max-width: 700px; }
.cta-band p { margin: var(--space-15) 0 0; font-size: 20px; line-height: 32px; }
.cta-band__actions { display: flex; flex-wrap: wrap; gap: var(--space-15); padding: 0 var(--space-30) var(--space-30); }
.cta-band .vba-btn:focus-visible { outline-color: var(--white); }

/* Footer sitemap */
.site-footer__nav { max-width: var(--container-max); margin: 0 auto; padding: var(--space-15) var(--space-15) var(--space-40); display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--space-30); box-sizing: border-box; }
.site-footer__h { margin: 0 0 var(--space-10); font-size: 22px; line-height: 28px; font-weight: 900; text-transform: uppercase; }
.site-footer__col ul { list-style: none; margin: 0; padding: 0; }
.site-footer__col li, .site-footer__col p { margin: 0 0 var(--space-5); font-size: 17px; line-height: 26px; }
.site-footer__col p { margin-bottom: var(--space-15); }
.site-footer__col a { color: var(--white); text-decoration: none; }
.site-footer__col a:hover { text-decoration: underline; }
.site-footer__col a:focus-visible { outline: 2px solid var(--white); }
.site-footer__col strong { font-weight: 700; }
.vba-footer__bottom > span { color: var(--white); font-size: 14px; line-height: 24px; }

/* Responsive */
@media (max-width: 1180px) {
  :root { --header-height: 76px; }
  .vba-header__logo, .dealer-logo { height: 50px; }
  .nav-toggle { display: block; }
  .site-header { gap: var(--space-15); }
  .site-logo { margin-right: auto; }
  .site-nav { display: none; position: absolute; left: 0; right: 0; top: var(--header-height); max-height: calc(100vh - var(--header-height)); overflow-y: auto; background: var(--vb-blue); padding: 0 var(--space-15) var(--space-25); border-top: 1px solid var(--vb-blue-light); box-sizing: border-box; }
  .site-header.is-open .site-nav { display: block; }
  .site-menu { flex-direction: column; gap: 0; height: auto; }
  .site-menu__item { flex-wrap: wrap; border-bottom: 1px solid var(--vb-blue-light); }
  .site-header .site-menu__link { flex: 1; padding: 12px 0; font-size: 22px; line-height: 28px; }
  .site-header .site-menu__link::before { display: none; }
  .site-header .site-menu__link.is-active { text-decoration: underline; text-underline-offset: 4px; }
  .site-menu__toggle { width: 44px; height: 44px; margin: 0; }
  .mega, .mega--drop { position: static; flex-basis: 100%; min-width: 0; padding: 0; background: var(--vb-blue-dark); color: var(--white); border: 0; box-shadow: none; margin-bottom: var(--space-10); }
  .mega__inner { display: block; padding: var(--space-15); }
  .mega__col { margin-bottom: var(--space-15); }
  .mega__col--aside { background: transparent; padding: 0; margin-bottom: 0; }
  .mega__col--aside .mega__head, .mega__col--aside p:not(.mega__head) { display: none; }
  .mega__head { color: var(--white); border-color: rgba(255, 255, 255, .3); font-size: 18px; line-height: 24px; }
  .mega__list--cols { columns: 1; }
  .mega__list span { display: none; }
  .mega__list strong { color: var(--white); font-size: 20px; }
  .mega--drop .mega__links { padding: var(--space-10) var(--space-15); }
  .site-header .mega a { color: var(--white); font-size: 20px; }
  .site-header .mega a:focus-visible { outline-color: var(--white); }
  .site-header .mega__list a { margin: 0; padding: 6px 0; }
  .site-header .mega__list a:hover, .site-header .mega__list a[aria-current="page"] { background: transparent; text-decoration: underline; }
  .site-header .mega__links a::after { filter: brightness(0) invert(1); }
  .site-header .mega__links a[aria-current="page"] { color: var(--white); text-decoration: underline; }
  .product-groups { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: repeat(3, 1fr); }
  .steps--compact { grid-template-columns: 1fr 1fr; }
  .contact { grid-template-columns: 1fr 1fr; }
  .contact__actions { flex-direction: row; flex-wrap: wrap; grid-column: 1 / -1; }
  .site-footer__nav { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 1000px) {
  .site-sidenav { display: none; }
}
@media (max-width: 800px) {
  .site-hero { min-height: 0; background: linear-gradient(rgba(0, 86, 140, .85), rgba(0, 86, 140, .85)), url("../img/hero-legrugozas.webp") 70% center / cover no-repeat, var(--vb-blue-dark); }
  .page-hero--image::before { background: rgba(0, 86, 140, .85); }
  .site-hero__title { font-size: 48px; line-height: 52px; }
  .site-hero__lead, .page-hero__lead { font-size: 20px; line-height: 32px; }
  .site-hero__arcs { right: -40px; width: 160px; height: 400px; }
  .breadcrumb ol { margin-bottom: var(--space-25); }
  .site-anchor-title, .vba-title-anchor__title h1 { font-size: 32px; line-height: 36px; }
  .vba-title-anchor { flex-direction: column; }
  .vba-title-anchor__title { padding: var(--space-15) var(--space-25); }
  .vba-title-anchor__actions .vba-btn--black { width: 100%; font-size: 24px; }
  .vba-title, .vba-richtext h2 { font-size: 32px; line-height: 36px; }
  .vba-usps__title { font-size: 32px; line-height: 36px; }
  .vba-usps__item { flex-basis: 50%; max-width: 50%; }
  .vba-content__title, .vba-content__cols > .vba-richtext, .product-groups, .spec-wrap, .link-grid, .steps, .contact, .variants, .band-actions, .cta-band__inner > div:first-child, .cta-band__actions, .site-subnav .vba-wrapper { padding-left: 0; padding-right: 0; }
  .site-subnav .vba-wrapper { padding: 0 var(--space-15); }
  .site-subnav ul { flex-wrap: nowrap; overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .site-subnav li { flex: 0 0 auto; }
  .vba-content__cols > .vba-richtext { min-width: 0; flex-basis: 100%; }
  .product-groups, .variants { grid-template-columns: 1fr; }
  .product-group, .variant { padding: var(--space-25) var(--space-15); }
  .steps { grid-template-columns: 1fr 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .site-form legend { font-size: 26px; line-height: 30px; }
  .booking__pick { grid-template-columns: 1fr; }
  .contact { grid-template-columns: 1fr; }
  .vba-footer__title { font-size: 26px; line-height: 30px; }
  .header-phone { display: none; }
  .vba-btn { white-space: normal; }
}
@media (max-width: 480px) {
  .site-hero__title { font-size: 40px; line-height: 44px; }
  .stats { grid-template-columns: 1fr; }
  .steps, .steps--compact { grid-template-columns: 1fr; }
  .vba-usps__item { flex-basis: 100%; max-width: 100%; }
  .site-header { gap: var(--space-10); }
  .vba-header__logo, .dealer-logo { height: 36px; }
  .site-logo { gap: var(--space-10); }
  .dealer-logo img { max-width: 110px; }
  .dealer-logo--text { font-size: 13px; }
  .lang-switch a, .lang-switch span { min-width: 34px; padding: 6px; }
  .site-footer__nav { grid-template-columns: 1fr; }
}
/* Narrow phones: smaller logos, so the menu button stays on screen */
@media (max-width: 400px) {
  .site-header { padding: 0 var(--space-10); }
  .site-logo { gap: 8px; }
  .vba-header__logo, .dealer-logo { height: 30px; }
  .dealer-logo { padding: 3px 6px; }
}
@media (max-width: 350px) {
  .vba-header__logo, .dealer-logo { height: 26px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .site-sidenav a { transition: none; }
  .vba-header__nav a::before, .site-menu__toggle { transition: none; }
}
