:root {
   /* --navy-950: #091416;*/
	 --navy-950: #FFFFFF;
    --navy-900: #12272a;
    --navy-800: #173c40;
    --navy-700: #0f6665;
    --amber-500: #aacf00;
    /*--amber-400: #c9f227;*/
	--amber-400: #99b200;
    --amber-100: #efffc5;
    --cream: #edf3f0;
    --paper: #f8faf8;
    --white: #fff;
    --ink: #172325;
    --muted: #5a6c6d;
    --line: #d3dfdc;
    --success: #1f7651;
    --radius-sm: 7px;
    --radius: 14px;
    --radius-lg: 22px;
    --shadow-sm: 0 10px 30px rgba(16, 36, 63, .08);
    --shadow: 0 24px 70px rgba(16, 36, 63, .14);
    --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
body.legacy-message-open { overflow: hidden; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
:where(a, button, input, summary, [tabindex]):focus-visible {
    outline: 3px solid var(--amber-500);
    outline-offset: 3px;
}
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--navy-900); line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(2.8rem, 6.1vw, 5.8rem); }
h2 { font-size: clamp(2rem, 4vw, 3.55rem); }
h3 { font-size: 1.3rem; }
.container { width: var(--container); margin-inline: auto; }
.narrow { max-width: 820px; }
.sr-only {
    position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link { position: fixed; z-index: 999; top: 10px; left: 10px; padding: 10px 14px; background: var(--white); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.eyebrow {
    display: block; margin-bottom: 14px; color: var(--navy-700); font-size: .76rem;
    font-weight: 800; letter-spacing: .15em; text-transform: uppercase;
}
.lead { color: var(--muted); font-size: clamp(1.08rem, 2vw, 1.32rem); line-height: 1.65; }

.button {
    display: inline-flex; align-items: center; justify-content: center; min-height: 52px;
    padding: 12px 23px; border: 1px solid var(--amber-500); border-radius: 999px;
    color: var(--navy-950); background: var(--amber-500); font-weight: 800;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover, .button:focus-visible { background: var(--amber-400); box-shadow: 0 12px 26px rgba(243, 173, 50, .25); transform: translateY(-2px); }
.button-ghost { border-color: rgba(16, 36, 63, .22); background: transparent; }
.button-ghost:hover { background: var(--white); border-color: var(--white); }
.button-light { color: var(--navy-950); background: var(--white); border-color: var(--white); }
.button-small { min-height: 42px; padding: 8px 17px; font-size: .9rem; }
.button-full { width: 100%; }
.text-link { color: var(--navy-700); font-weight: 800; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.text-link:hover, .text-link:focus-visible { text-decoration: underline; }
.text-link-light { color: var(--white); }

.topbar { color: #d5dfeb; background: var(--navy-950); font-size: .78rem; }
.topbar-inner { display: flex; align-items: center; justify-content: flex-end; min-height: 35px; gap: 26px; }
.topbar a { color: var(--amber-400); font-weight: 800; }
.site-header {
    position: sticky; z-index: 100; top: 0; border-bottom: 1px solid rgba(16, 36, 63, .08);
    background: rgba(255, 254, 250, .94); backdrop-filter: blur(16px);
}
.header-inner { display: flex; align-items: center; min-height: 80px; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: max-content; }
.brand-mark {
    position: relative; display: block; width: 43px; height: 43px; border-radius: 12px;
    color: var(--navy-950); background: var(--amber-500); box-shadow: 0 8px 20px rgba(243, 173, 50, .2);
}
.brand-mark::before { content: ""; position: absolute; inset: 9px 9px 18px; border: 3px solid currentColor; border-radius: 3px; }
.brand-mark::after { content: ""; position: absolute; right: 8px; bottom: 8px; left: 8px; height: 10px; border: 3px solid currentColor; border-top-width: 2px; border-radius: 2px 2px 4px 4px; }
.brand-mark > span { position: absolute; z-index: 1; bottom: 12px; width: 3px; height: 3px; border-radius: 50%; background: currentColor; }
.brand-mark > span:nth-child(1) { left: 13px; }
.brand-mark > span:nth-child(2) { left: 20px; }
.brand-mark > span:nth-child(3) { left: 27px; }
.brand strong, .brand small { display: block; line-height: 1; }
.brand strong { color: var(--navy-900); font-size: 1.04rem; }
.brand small { margin-top: 5px; color: var(--navy-700); font-size: .74rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; justify-content: center; margin-left: auto; gap: 5px; }
.main-nav a { padding: 9px 11px; border-radius: 10px; color: var(--navy-800); font-size: .9rem; font-weight: 700; }
.main-nav a:hover, .main-nav a:focus-visible, .main-nav a[aria-current="page"] { color: var(--navy-950); background: var(--amber-100); }
.header-call { margin-left: 2px; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; border-radius: 10px; background: var(--cream); }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--navy-900); }

.hero { position: relative; overflow: hidden; padding: 82px 0 72px; background: linear-gradient(135deg, #f9f6ec 0%, #f1f4f2 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .36; background-image: radial-gradient(#173353 1px, transparent 1px); background-size: 28px 28px; mask-image: linear-gradient(to right, black, transparent 48%); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; min-height: 580px; gap: 55px; }
.hero-copy { position: relative; z-index: 2; }
.hero-copy h1 { margin-bottom: 27px; color: var(--navy-950); font-size: clamp(3rem, 5vw, 4.65rem); }
.hero-copy .lead { max-width: 670px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.check-list { display: grid; gap: 10px; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 28px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--success); font-weight: 900; }
.check-list-inline { display: flex; flex-wrap: wrap; gap: 12px 26px; margin-top: 31px; color: var(--muted); font-size: .9rem; font-weight: 700; }
.hero-visual { position: relative; display: grid; place-items: center; min-height: 520px; }
.hero-visual::before { content: ""; position: absolute; width: 490px; height: 490px; border-radius: 50%; background: var(--amber-500); box-shadow: 0 40px 80px rgba(16, 36, 63, .15); }
.hero-visual > img { position: relative; z-index: 2; width: min(520px, 90%); max-height: 460px; object-fit: contain; filter: drop-shadow(0 30px 32px rgba(8, 21, 38, .26)); }
.hero-orbit { position: absolute; z-index: 1; border: 1px solid rgba(16, 36, 63, .14); border-radius: 50%; }
.hero-orbit-one { width: 570px; height: 570px; }
.hero-orbit-two { width: 650px; height: 650px; }
.floating-card { position: absolute; z-index: 3; right: -10px; bottom: 22px; width: 245px; padding: 18px 20px; border: 1px solid rgba(255,255,255,.7); border-radius: 18px; background: rgba(255,255,255,.9); box-shadow: var(--shadow); backdrop-filter: blur(14px); }
.floating-card span, .floating-card strong, .floating-card small { display: block; }
.floating-card span { color: var(--muted); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.floating-card strong { margin: 7px 0; color: var(--navy-950); }
.floating-card small { color: var(--navy-700); font-weight: 800; }

.trust-bar { color: var(--white); background: var(--navy-900); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { min-height: 108px; padding: 24px 28px; border-right: 1px solid rgba(255,255,255,.12); }
.trust-grid > div:first-child { border-left: 1px solid rgba(255,255,255,.12); }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { color: var(--amber-400); font-size: 1.18rem; }
.trust-grid span { margin-top: 4px; color: #c9d5e3; font-size: .84rem; }

.section { padding: clamp(64px, 8vw, 104px) 0; }
.section-heading { margin-bottom: 45px; }
.section-heading h2 { max-width: 760px; margin-bottom: 0; }
.split-heading { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(260px, .65fr); align-items: start; gap: 60px; }
.split-heading > p { margin: 37px 0 0; color: var(--muted); font-size: 1.05rem; }
.align-end { align-items: end; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.service-card { position: relative; min-height: 305px; padding: 27px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: transform .25s ease, box-shadow .25s ease, border .25s ease; }
.service-card:hover, .service-card:focus-within { z-index: 2; border-color: transparent; box-shadow: var(--shadow); transform: translateY(-8px); }
.service-card-dark { color: var(--white); border-color: var(--navy-900); background: var(--navy-900); }
.service-card h3 { margin: 62px 0 15px; font-size: 1.45rem; }
.service-card-dark h3 { color: var(--white); }
.service-card p { color: var(--muted); }
.service-card-dark p { color: #c8d3e0; }
.service-number { color: var(--amber-500); font-weight: 900; }
.card-arrow { position: absolute; right: 25px; bottom: 22px; font-size: 1.6rem; }

.section-products { background: var(--cream); }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.product-grid-three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.product-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 2px 0 rgba(16,36,63,.02); transition: transform .25s ease, box-shadow .25s ease; }
.product-card:hover, .product-card:focus-within { box-shadow: var(--shadow-sm); transform: translateY(-5px); }
.product-image { position: relative; display: grid; place-items: center; aspect-ratio: 1.18; padding: 25px; overflow: hidden; background: linear-gradient(145deg, #f1f3f4, #fff); }
.product-image img { width: 100%; height: 100%; object-fit: contain; transition: transform .35s ease; }
.product-card:hover .product-image img { transform: scale(1.035); }
.product-badge { position: absolute; z-index: 1; top: 15px; left: 15px; padding: 6px 10px; border-radius: 999px; color: var(--navy-950); background: var(--amber-400); font-size: .68rem; font-weight: 900; text-transform: uppercase; }
.image-placeholder { display: grid; place-items: center; width: 120px; height: 120px; border-radius: 50%; color: var(--navy-700); background: var(--amber-100); font-size: 2rem; font-weight: 900; }
.product-card-body { padding: 24px; }
.product-kicker { margin-bottom: 7px; color: var(--navy-700); font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.product-card h3 { min-height: 2.7em; margin-bottom: 13px; font-size: 1.18rem; }
.product-card h3 a:hover { color: var(--navy-700); }
.product-summary { display: -webkit-box; min-height: 4.7em; margin-bottom: 18px; overflow: hidden; color: var(--muted); font-size: .88rem; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.price-block { display: grid; margin-bottom: 19px; }
.price-block strong { color: var(--navy-950); font-size: 1.18rem; }
.price-block > span:not(.old-price) { color: var(--muted); font-size: .83rem; }
.price-block strong > span, .price-block > span:not(.old-price) > span { font-size: .7em; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.old-price { color: #8b929c; font-size: .77rem; text-decoration: line-through; }
.product-card .text-link { font-size: .82rem; }
.product-card-links { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding-top: 14px; border-top: 1px solid var(--line); }
.text-link-call { color: var(--success); }

.local-section { background: var(--white); }
.local-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; }
.local-map-card { position: relative; display: flex; align-items: flex-end; min-height: 480px; padding: 38px; overflow: hidden; border-radius: var(--radius-lg); color: var(--white); background: linear-gradient(145deg, rgba(8,21,38,.78), rgba(16,36,63,.92)), radial-gradient(circle at 75% 20%, #d5a13d 0 2%, transparent 2.4%), repeating-linear-gradient(35deg, #5f746d 0 3px, #72847d 3px 5px, #aeb8ae 5px 8px); box-shadow: var(--shadow); }
.local-map-card::before, .local-map-card::after { content: ""; position: absolute; border: 2px solid rgba(255,255,255,.18); border-radius: 50%; }
.local-map-card::before { width: 320px; height: 320px; top: -90px; right: -50px; }
.local-map-card::after { width: 210px; height: 210px; top: -35px; right: 5px; }
.map-pin { position: absolute; z-index: 2; top: 105px; right: 102px; color: var(--amber-400); font-size: 3rem; filter: drop-shadow(0 8px 10px rgba(0,0,0,.25)); }
.local-map-card > div { position: relative; z-index: 2; }
.local-map-card span, .local-map-card strong { display: block; }
.local-map-card span { color: #d6e0e9; }
.local-map-card strong { margin-top: 7px; font-size: 1.65rem; }
.local-copy p { color: var(--muted); font-size: 1.08rem; }
.opening-card { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 34px; padding: 22px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.opening-card span, .opening-card strong { display: block; }
.opening-card span { color: var(--muted); font-size: .8rem; }

.page-hero { padding: 92px 0 78px; background: linear-gradient(135deg, var(--cream), #eef2ef); }
.page-hero.compact { min-height: 470px; }
.page-hero h1 { max-width: 860px; margin-bottom: 0; font-size: clamp(2.7rem, 5.7vw, 5rem); }
.page-hero-grid { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 75px; }
.page-hero-grid > p, .page-hero-grid > div:last-child > p { margin-bottom: 24px; color: var(--muted); font-size: 1.14rem; }
.service-hero, .contact-hero { color: var(--white); background: var(--navy-900); }
.service-hero h1, .contact-hero h1 { color: var(--white); }
.service-hero .eyebrow, .contact-hero .eyebrow { color: var(--amber-400); }
.service-hero .page-hero-grid > div:last-child > p, .contact-hero .page-hero-grid > p { color: #ccd6e2; }
.rental-hero { background: linear-gradient(120deg, #fff4d8, #f4f1e7 60%, #edf1ef); }
.installment-hero { background: linear-gradient(135deg, #e8f0ed, #f7f5ef); }

.catalog-section { padding-top: 60px; }
.catalog-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 34px; }
.search-field { flex: 1; max-width: 570px; }
.search-field input { width: 100%; min-height: 54px; padding: 13px 20px; border: 1px solid var(--line); border-radius: 999px; outline: none; background: var(--white); }
.search-field input:focus { border-color: var(--navy-700); box-shadow: 0 0 0 4px rgba(35,81,119,.09); }
.catalog-count { color: var(--muted); }
.catalog-count strong { color: var(--navy-900); }
.empty-state { padding: 40px; border: 1px dashed var(--line); border-radius: var(--radius); color: var(--muted); text-align: center; }
.advice-section { color: var(--white); background: var(--navy-950); }
.advice-section h2 { color: var(--white); }
.advice-section .eyebrow { color: var(--amber-400); }
.advice-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.advice-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.advice-list > div { padding: 25px; border: 1px solid rgba(255,255,255,.15); border-radius: var(--radius-sm); }
.advice-list strong { color: var(--amber-400); }
.advice-list p { margin: 9px 0 0; color: #c8d1dd; font-size: .88rem; }

.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 38px; color: var(--muted); font-size: .82rem; }
.breadcrumbs a:hover { color: var(--navy-700); }
.page-hero > .container > .breadcrumbs { margin-bottom: 30px; }
.service-hero .breadcrumbs, .contact-hero .breadcrumbs { color: #bfcbd8; }
.service-hero .breadcrumbs a:hover, .contact-hero .breadcrumbs a:hover { color: var(--amber-400); }
.product-detail-hero { padding: 34px 0 78px; background: linear-gradient(135deg, var(--cream), #eef2ef); }
.product-detail-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; }
.gallery-main { display: grid; place-items: center; min-height: 520px; padding: 35px; border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow-sm); }
.gallery-main img { width: 100%; max-height: 470px; object-fit: contain; }
.gallery-thumbs { display: flex; gap: 9px; margin-top: 13px; overflow-x: auto; }
.gallery-thumb { flex: 0 0 72px; width: 72px; height: 72px; padding: 7px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); cursor: pointer; }
.gallery-thumb.is-active { border-color: var(--navy-700); box-shadow: 0 0 0 2px rgba(35,81,119,.12); }
.gallery-thumb img { width: 100%; height: 100%; object-fit: contain; }
.product-detail-copy h1 { margin-bottom: 24px; font-size: clamp(2.5rem, 4.8vw, 4.5rem); }
.detail-price { display: grid; margin: 30px 0 8px; }
.detail-price strong { color: var(--navy-950); font-size: 2rem; }
.detail-price > span:not(.old-price) { color: var(--muted); font-size: 1rem; }
.price-note { max-width: 560px; color: var(--muted); font-size: .8rem; }
.detail-actions { display: flex; flex-wrap: wrap; gap: 10px; margin: 26px 0; }
.product-detail-copy .check-list { color: var(--muted); font-size: .9rem; }
.product-highlights { padding: 48px 0; color: var(--white); background: var(--navy-900); }
.product-highlights .eyebrow { color: var(--amber-400); }
.product-highlights h2 { max-width: 780px; margin-bottom: 28px; color: var(--white); font-size: clamp(1.65rem, 3vw, 2.5rem); }
.product-highlights ul { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin: 0; padding: 0; list-style: none; }
.product-highlights li { position: relative; min-height: 128px; padding: 46px 18px 18px; border: 1px solid rgba(255,255,255,.15); border-radius: var(--radius-sm); color: #d5dfeb; font-size: .86rem; line-height: 1.5; }
.product-highlights li::before { content: "✓"; position: absolute; top: 16px; left: 18px; color: var(--amber-400); font-size: 1.2rem; font-weight: 900; }
.product-content-section { background: var(--white); }
.content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; align-items: start; gap: 75px; }
.prose { max-width: 790px; color: #334255; }
.prose h2 { margin: 58px 0 17px; font-size: clamp(1.55rem, 3vw, 2.25rem); }
.prose > section > h2:first-child, .prose > h2:first-child { margin-top: 0; }
.prose p, .prose li { font-size: 1rem; }
.prose ul { padding-left: 22px; }
.prose li { margin-bottom: 8px; }
.prose .kiemelt-doboz, .prose .helyi-doboz, .prose .helyi-kiegeszites, .prose .figyelmeztetes, .prose .cta-doboz, .prose .helyi-cta-doboz { margin: 30px 0; padding: 26px; border-radius: var(--radius-sm); background: var(--cream); }
.prose .kiemelt-doboz, .prose .helyi-doboz { border-left: 5px solid var(--amber-500); }
.prose .figyelmeztetes { border-left: 5px solid #cc6a35; background: #fff2e9; }
.prose .cta-doboz, .prose .helyi-cta-doboz { color: var(--white); background: var(--navy-900); }
.prose .cta-doboz h2, .prose .helyi-cta-doboz h2 { color: var(--white); }
.sticky-aside { position: sticky; top: 110px; display: grid; gap: 18px; }
.aside-card { padding: 30px; border-radius: var(--radius); background: var(--cream); box-shadow: var(--shadow-sm); }
.aside-card h2 { font-size: 1.7rem; }
.aside-card p { color: var(--muted); }
.aside-card .text-link { display: inline-block; margin-top: 17px; }
.related-services { display: grid; gap: 8px; margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line); }
.related-services a { color: var(--navy-700); font-size: .84rem; font-weight: 800; }
.related-services a::after { content: " →"; }
.related-services a:hover { text-decoration: underline; text-underline-offset: 3px; }
.video-card { overflow: hidden; aspect-ratio: 16 / 9; border-radius: var(--radius-sm); box-shadow: var(--shadow-sm); }
.video-card iframe { width: 100%; height: 100%; border: 0; }
.embed-facade { position: relative; display: grid; place-items: center; overflow: hidden; text-align: center; background: linear-gradient(145deg, #edf0ed, var(--cream)); }
.embed-facade::before { content: ""; position: absolute; width: 250px; height: 250px; border: 1px solid rgba(16,36,63,.12); border-radius: 50%; transform: translate(42%, -35%); }
.embed-facade > div { position: relative; z-index: 1; width: min(460px, calc(100% - 40px)); }
.embed-facade h2 { margin-bottom: 14px; font-size: clamp(1.55rem, 3vw, 2.25rem); }
.embed-facade p { color: var(--muted); }
.embed-facade .text-link { display: block; margin-top: 18px; }
.embed-facade.is-loaded { display: block; background: var(--cream); }
.embed-facade.is-loaded::before { display: none; }
.embed-facade-video { color: var(--white); background: var(--navy-900); }
.embed-facade-video::before { border-color: rgba(255,255,255,.16); }
.embed-facade-video .eyebrow { color: var(--amber-400); }
.related-products { background: var(--cream); }

.service-detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-detail-grid article { min-height: 240px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.service-detail-grid article > span { color: var(--amber-500); font-weight: 900; }
.service-detail-grid h3 { margin: 48px 0 12px; }
.service-detail-grid p { color: var(--muted); }
.process-section { background: var(--cream); }
.process-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; }
.process-list { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; counter-reset: steps; }
.process-list li { display: grid; grid-template-columns: 58px 1fr; gap: 19px; padding: 0 0 32px; }
.process-list li > span { display: grid; place-items: center; align-self: start; width: 48px; height: 48px; border-radius: 50%; color: var(--navy-950); background: var(--amber-500); font-weight: 900; }
.process-list strong { color: var(--navy-900); font-size: 1.18rem; }
.process-list p { margin: 5px 0 0; color: var(--muted); }
.faq-section details { padding: 22px 0; border-bottom: 1px solid var(--line); }
.faq-section summary { color: var(--navy-900); font-size: 1.08rem; font-weight: 800; cursor: pointer; }
.faq-section details p { margin: 13px 0 0; color: var(--muted); }

.pricing-grid, .installment-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.pricing-grid article, .installment-grid article { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.pricing-grid article > span, .installment-grid article > span { color: var(--navy-700); font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.pricing-grid strong { display: block; margin: 40px 0 8px; color: var(--navy-900); font-size: 1.85rem; line-height: 1.1; }
.pricing-grid strong small, .installment-grid h3 small { display: block; margin-top: 8px; font-size: .73rem; letter-spacing: 0; }
.pricing-grid p { margin-bottom: 0; color: var(--muted); }
.pricing-featured, .installment-accent { color: var(--white); border-color: var(--navy-900) !important; background: var(--navy-900) !important; box-shadow: var(--shadow-sm); }
.pricing-featured strong, .installment-accent h3 { color: var(--white); }
.pricing-featured > span, .installment-accent > span { color: var(--amber-400) !important; }
.pricing-featured p, .installment-accent li { color: #cbd6e1; }
.cost-section { background: var(--cream); }
.cost-list { display: grid; margin-top: 35px; border-top: 1px solid var(--line); }
.cost-list > div { display: grid; grid-template-columns: 1fr auto; gap: 2px 25px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.cost-list strong { color: var(--navy-900); }
.cost-list small { grid-column: 2; color: var(--muted); }
.small-note { margin-top: 25px; padding-top: 20px; border-top: 1px solid var(--line); font-size: .8rem; }
.installment-grid h3 { margin: 38px 0 25px; font-size: 1.7rem; }
.installment-grid ul { margin: 0; padding: 0; list-style: none; }
.installment-grid li { display: grid; gap: 4px; padding: 12px 0; border-top: 1px solid var(--line); }
.installment-grid li span { color: var(--muted); font-size: .8rem; }
.installment-accent li { border-color: rgba(255,255,255,.16); }
.installment-accent li span { color: #bfcbd8; }
.notice-box { margin-top: 25px; padding: 20px 24px; border-radius: var(--radius-sm); background: var(--amber-100); }

.contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 25px; }
.contact-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-card { display: flex; flex-direction: column; min-height: 220px; padding: 25px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: transform .2s ease, box-shadow .2s ease; }
a.contact-card:hover { box-shadow: var(--shadow-sm); transform: translateY(-4px); }
.contact-card > span { color: var(--navy-700); font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-card strong { margin: auto 0 17px; color: var(--navy-900); font-size: 1.25rem; line-height: 1.35; }
.contact-card small { color: var(--muted); }
.contact-card-accent { color: var(--white); border-color: var(--navy-900); background: var(--navy-900); }
.contact-card-accent > span { color: var(--amber-400); }
.contact-card-accent strong { color: var(--white); }
.contact-card-accent small { color: #c8d4df; }
.map-wrapper { min-height: 455px; overflow: hidden; border-radius: var(--radius-lg); background: var(--cream); box-shadow: var(--shadow-sm); }
.map-wrapper iframe { width: 100%; height: 100%; min-height: 455px; border: 0; }
.visit-section { background: var(--cream); }
.visit-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; }
.check-panels { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.check-panels > div { padding: 24px; border-radius: var(--radius-sm); background: var(--white); }
.check-panels p { margin: 9px 0 0; color: var(--muted); font-size: .9rem; }

.contact-strip { padding: 58px 0; color: var(--white); background: var(--navy-800); }
.contact-strip .eyebrow { color: var(--amber-400); }
.contact-strip h2 { max-width: 760px; margin: 0; color: var(--white); font-size: clamp(1.8rem, 3.2vw, 3rem); }
.contact-strip-inner { display: flex; align-items: center; justify-content: space-between; gap: 45px; }
.contact-strip-actions { display: flex; flex-shrink: 0; align-items: center; gap: 20px; }
.site-footer { padding: 70px 0 25px; color: #bfcbd8; background: var(--navy-950); }
.footer-grid { display: grid; grid-template-columns: 1.35fr .8fr .65fr; gap: 80px; }
.brand-footer strong { color: var(--white); }
.brand-footer small { color: var(--amber-400); }
.footer-grid > div:first-child p { max-width: 440px; margin-top: 24px; }
.footer-grid h3 { color: var(--white); font-size: 1rem; letter-spacing: 0; }
.footer-grid a:hover { color: var(--amber-400); }
.footer-links { margin: 0; padding: 0; list-style: none; }
.footer-links li { margin-bottom: 8px; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 55px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: .76rem; }

.legacy-message {
    position: fixed; z-index: 500; inset: 0; overflow-y: auto; padding: 70px 20px 30px;
    color: var(--white); background: rgba(8, 21, 38, .96); backdrop-filter: blur(12px);
}
.legacy-message[hidden] { display: none; }
.legacy-message-close {
    position: fixed; z-index: 2; top: 22px; right: 25px; display: grid; place-items: center;
    width: 45px; height: 45px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%;
    color: var(--white); background: transparent; font-size: 2rem; line-height: 1; cursor: pointer;
}
.legacy-message-content { width: min(920px, 100%); margin: 0 auto; }
.legacy-offer { text-align: center; }
.legacy-offer h2 { color: var(--amber-400); }
.legacy-offer p { font-size: clamp(1.15rem, 2.6vw, 1.8rem); }
.legacy-offer img { width: min(520px, 100%); max-height: 420px; margin-top: 20px; object-fit: contain; }

@media (max-width: 1080px) {
    .main-nav a { padding-inline: 7px; font-size: .82rem; }
    .header-call { display: none; }
    .hero-grid { gap: 25px; }
    .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .service-grid { grid-template-columns: 1fr 1fr; }
    .service-card { min-height: 250px; }
    .pricing-grid, .installment-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 820px) {
    :root { --container: min(100% - 30px, 680px); }
    .topbar-inner { justify-content: center; }
    .topbar-inner span { display: none; }
    .header-inner { min-height: 70px; }
    .menu-toggle { display: block; margin-left: auto; }
    .main-nav { position: fixed; inset: 105px 15px auto; display: grid; max-height: calc(100dvh - 120px); overflow-y: auto; padding: 14px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); visibility: hidden; opacity: 0; pointer-events: none; transform: translateY(-12px); transition: .2s ease; }
    .main-nav.is-open { visibility: visible; opacity: 1; pointer-events: auto; transform: translateY(0); }
    .main-nav a { padding: 12px 14px; font-size: 1rem; }
    .hero { padding: 60px 0 45px; }
    .hero-grid, .page-hero-grid, .local-grid, .product-detail-grid, .content-layout, .process-grid, .advice-grid, .contact-grid, .visit-grid { grid-template-columns: 1fr; }
    .hero-grid { min-height: 0; }
    .hero-copy h1 { font-size: clamp(2.65rem, 12vw, 4.6rem); }
    .hero-visual { min-height: 440px; }
    .hero-visual::before { width: 380px; height: 380px; }
    .hero-orbit-one { width: 430px; height: 430px; }
    .hero-orbit-two { width: 490px; height: 490px; }
    .floating-card { right: 0; bottom: 0; }
    .trust-grid { grid-template-columns: 1fr 1fr; }
    .trust-grid > div { border-bottom: 1px solid rgba(255,255,255,.12); }
    .split-heading { grid-template-columns: 1fr; gap: 10px; }
    .split-heading > p { margin-top: 0; }
    .product-grid { grid-template-columns: 1fr 1fr; }
    .local-grid, .process-grid, .advice-grid, .visit-grid { gap: 48px; }
    .page-hero { padding: 72px 0 60px; }
    .page-hero-grid { align-items: start; gap: 25px; }
    .content-layout { gap: 45px; }
    .sticky-aside { position: static; }
    .service-detail-grid { grid-template-columns: 1fr 1fr; }
    .product-highlights ul { grid-template-columns: 1fr 1fr; }
    .advice-list, .check-panels { grid-template-columns: 1fr; }
    .contact-strip-inner { align-items: flex-start; flex-direction: column; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 45px; }
    .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
    :root { --container: calc(100% - 24px); }
    body { font-size: 16px; }
    .brand-mark { width: 39px; height: 39px; }
    .hero { padding-top: 45px; }
    .hero-copy h1 { font-size: 2.75rem; }
    .hero-actions, .detail-actions { display: grid; }
    .hero-actions .button, .detail-actions .button { width: 100%; }
    .check-list-inline { display: grid; }
    .hero-visual { min-height: 340px; }
    .hero-visual::before { width: 280px; height: 280px; }
    .hero-orbit-one { width: 315px; height: 315px; }
    .hero-orbit-two { width: 350px; height: 350px; }
    .floating-card { width: 215px; padding: 14px 16px; }
    .trust-grid { grid-template-columns: 1fr; }
    .trust-grid > div { min-height: auto; padding: 18px 22px; border-left: 1px solid rgba(255,255,255,.12); }
    .service-grid, .product-grid, .product-grid-three, .pricing-grid, .installment-grid, .service-detail-grid, .contact-cards { grid-template-columns: 1fr; }
    .service-card { min-height: 220px; }
    .product-card h3, .product-summary { min-height: 0; }
    .opening-card, .catalog-toolbar, .contact-strip-actions, .footer-bottom { align-items: flex-start; flex-direction: column; }
    .local-map-card { min-height: 360px; padding: 25px; }
    .page-hero h1 { font-size: 2.7rem; }
    .gallery-main { min-height: 285px; padding: 18px; }
    .gallery-main img { max-height: 275px; }
    .product-highlights ul { grid-template-columns: 1fr; }
    .product-highlights li { min-height: auto; }
    .catalog-section .product-card { display: grid; grid-template-columns: 118px minmax(0, 1fr); }
    .catalog-section .product-image { min-height: 205px; padding: 12px; aspect-ratio: auto; }
    .catalog-section .product-card-body { padding: 17px; }
    .catalog-section .product-summary { display: none; }
    .catalog-section .product-card h3 { margin-bottom: 10px; font-size: 1.02rem; }
    .catalog-section .price-block { margin-bottom: 10px; }
    .catalog-section .product-card-links { align-items: flex-start; flex-direction: column; gap: 6px; padding-top: 9px; }
    .product-detail-copy h1 { font-size: 2.55rem; }
    .cost-list > div { grid-template-columns: 1fr; }
    .cost-list small { grid-column: 1; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-grid > div:first-child { grid-column: auto; }
    .contact-strip-actions { width: 100%; }
    .contact-strip-actions .button { width: 100%; }
}

.catalog-categories { border-bottom: 1px solid var(--line); background: #fff; }
.category-links { display: flex; gap: 10px; padding-top: 16px; padding-bottom: 16px; overflow-x: auto; }
.category-links a { display: inline-flex; align-items: center; gap: 9px; white-space: nowrap; padding: 11px 16px; border: 1px solid var(--line); border-radius: 999px; color: var(--navy-900); font-weight: 750; background: #fff; }
.category-links a:hover, .category-links a[aria-current="page"] { border-color: var(--amber-500); background: var(--amber-100); color: var(--navy-900); }
.category-links a span { min-width: 27px; padding: 2px 7px; border-radius: 999px; background: rgba(16,36,63,.08); text-align: center; font-size: .78rem; }
.service-grid-three { grid-template-columns: repeat(3, minmax(0, 1fr)); }

@media (max-width: 820px) {
    .service-grid-three { grid-template-columns: 1fr; }
}

/* Miskolci arculat: ipari grafit, türkiz és lime */
.topbar { background: #081315; border-bottom: 1px solid rgba(201,242,39,.18); }
.site-header { background: rgba(248,250,248,.94); }
.brand-mark { border-radius: 5px; background: var(--navy-950); transform: skewX(-7deg); }
.brand-mark span { background: var(--amber-400); border-radius: 1px; }
.button { border-radius: 7px; background: var(--amber-400); color: var(--navy-950); box-shadow: none; }
.button:hover { background: #dcff55; transform: translateY(-2px); }
.button-ghost { border-color: rgba(255,255,255,.45); background: transparent; color: #fff; }
.text-link { color: var(--navy-700); }

.miskolc-hero { position: relative; overflow: hidden; background: linear-gradient(118deg,#091416 0%,#12272a 57%,#0f6665 100%); }
.miskolc-hero::before { content: "MISKOLC"; position: absolute; right: -1vw; bottom: -7vw; color: rgba(255,255,255,.035); font-size: clamp(7rem,19vw,18rem); font-weight: 950; letter-spacing: -.08em; line-height: 1; }
.miskolc-hero .hero-copy h1 { max-width: 760px; letter-spacing: -.045em; }
.miskolc-hero .hero-visual::before { border-radius: 18px; background: linear-gradient(135deg,rgba(201,242,39,.16),rgba(0,0,0,.08)); transform: rotate(-5deg); }
.miskolc-hero .hero-visual img { filter: drop-shadow(0 30px 34px rgba(0,0,0,.42)); }
.miskolc-hero .floating-card { border: 1px solid rgba(201,242,39,.5); border-radius: 8px; background: rgba(9,20,22,.9); backdrop-filter: blur(12px); }
.industrial-grid { position: absolute; inset: 6% -6% 8% 4%; border: 1px solid rgba(201,242,39,.25); background-image: linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px); background-size: 32px 32px; transform: skewY(-4deg); }

.metric-ribbon { position: relative; z-index: 3; margin-top: -1px; background: var(--amber-400); color: var(--navy-950); }
.metric-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.metric-grid div { display: flex; align-items: baseline; gap: 12px; padding: 24px 26px; border-left: 1px solid rgba(9,20,22,.18); }
.metric-grid div:last-child { border-right: 1px solid rgba(9,20,22,.18); }
.metric-grid strong { font-size: 2rem; line-height: 1; }
.metric-grid span { font-size: .82rem; font-weight: 850; text-transform: uppercase; letter-spacing: .06em; }

.category-showcase { background: var(--paper); }
.category-showcase-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 14px; }
.category-tile { min-height: 310px; display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--line); border-radius: 10px; background: #fff; color: var(--ink); transition: .2s ease; }
.category-tile:hover { border-color: var(--navy-700); transform: translateY(-5px); box-shadow: var(--shadow-sm); }
.category-tile > span { color: var(--navy-700); font-size: .76rem; font-weight: 900; letter-spacing: .1em; }
.category-tile h3 { margin: auto 0 8px; font-size: clamp(1.8rem,3vw,2.7rem); line-height: 1; }
.category-tile p { color: var(--muted); }
.category-tile > strong { color: var(--navy-700); }
.category-tile-main { background: var(--navy-900); color: #fff; border-color: var(--navy-900); }
.category-tile-main p { color: rgba(255,255,255,.7); }
.category-tile-main > span,.category-tile-main > strong { color: var(--amber-400); }

.mobile-service-band { background: #dff0ec; }
.mobile-service-grid { display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 70px; }
.mobile-service-grid h2 { max-width: 760px; }
.mobile-service-grid ol { margin: 0; padding: 0; list-style: none; counter-reset: service; }
.mobile-service-grid li { display: flex; align-items: center; gap: 18px; padding: 18px 0; border-bottom: 1px solid rgba(18,39,42,.18); font-weight: 850; }
.mobile-service-grid li span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--navy-900); color: var(--amber-400); }

.network-section { background: var(--navy-950); }
.network-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: end; padding-top: 72px; padding-bottom: 72px; color: #fff; }
.network-panel h2 { margin-bottom: 0; color: #fff; }
.network-panel p { color: rgba(255,255,255,.7); }
.service-area-panel { padding: 42px; border-radius: 12px; background: linear-gradient(145deg,var(--navy-900),var(--navy-700)); color: #fff; }
.service-area-panel h2 { color: #fff; }
.service-area-panel p { color: rgba(255,255,255,.75); }
.service-area-panel .text-link { display: block; margin-top: 20px; color: var(--amber-400); }
.area-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0; }
.area-tags span { padding: 6px 10px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; font-size: .82rem; }
.product-card { border-radius: 9px; }
.product-image { background: linear-gradient(160deg,#edf3f0,#fff); }
.page-hero { background: linear-gradient(115deg,#091416,#173c40); }
.site-footer { background: #061012; }

@media (max-width: 900px) {
    .metric-grid { grid-template-columns: 1fr 1fr; }
    .category-showcase-grid { grid-template-columns: 1fr; }
    .category-tile { min-height: 240px; }
    .mobile-service-grid,.network-panel { grid-template-columns: 1fr; gap: 35px; }
}

@media (max-width: 560px) {
    .metric-grid { grid-template-columns: 1fr; }
    .metric-grid div { border-right: 1px solid rgba(9,20,22,.18); }
    .service-area-panel { padding: 28px 22px; }
}

/* Miskolci rendszerkatalógus – második, önálló dizájn */
:root { --container: min(1320px, calc(100% - 56px)); }
body { background: #f0f4f2; font-family: Bahnschrift, "Arial Narrow", "Segoe UI", sans-serif; }
h1,h2,h3,.brand { font-family: Bahnschrift, "Arial Narrow", "Segoe UI", sans-serif; }
.section { padding-block: 96px; }
.eyebrow { color: #719000; font-size: .72rem; letter-spacing: .16em; }

.topbar { background: var(--amber-400); color: var(--navy-950); }
.topbar a,.topbar span { color: var(--navy-950); font-weight: 800; }
.site-header { position: sticky; top: 0; background: rgba(8,19,21,.97); border-bottom: 1px solid rgba(201,242,39,.22); box-shadow: 0 10px 30px rgba(0,0,0,.18); }
.header-inner { min-height: 88px; }
.brand { color: #fff; text-transform: uppercase; letter-spacing: -.03em; }
.brand small { color: var(--amber-400); letter-spacing: .16em; }
.brand-mark { background: transparent; border: 2px solid var(--amber-400); transform: none; }
.brand-mark span { width: 4px; transform: skewX(-18deg); }
.main-nav a { border-radius: 0; color: rgba(255,255,255,.76); text-transform: uppercase; font-size: .76rem; letter-spacing: .045em; }
.main-nav a:hover,.main-nav a:focus-visible,.main-nav a[aria-current="page"] { color: var(--navy-950); background: var(--amber-400); }
.header-call { border: 1px solid var(--amber-400); background: transparent; color: var(--amber-400); }

.miskolc-hero { min-height: 720px; padding: 0; background: #081315; }
.miskolc-hero .hero-grid { min-height: 720px; grid-template-columns: minmax(360px,.82fr) minmax(620px,1.18fr); gap: 0; }
.miskolc-hero .hero-copy { position: relative; z-index: 3; padding: 90px 60px 90px 0; border-right: 1px solid rgba(201,242,39,.28); }
.miskolc-hero .hero-copy::before { content: "01"; display: block; margin-bottom: 26px; color: var(--amber-400); font-size: .8rem; font-weight: 900; letter-spacing: .2em; }
.miskolc-hero .hero-copy h1 { max-width: 650px; font-size: clamp(3.7rem,6vw,6.7rem); line-height: .88; text-transform: uppercase; letter-spacing: -.07em; }
.miskolc-hero .hero-copy .lead { max-width: 600px; font-size: 1.12rem; }
.miskolc-hero .hero-visual { min-height: 720px; padding: 70px 0 70px 72px; align-items: flex-end; justify-content: flex-end; }
.miskolc-hero .hero-visual::before { inset: 8% -10% 8% 8%; width: auto; height: auto; border: 0; border-radius: 0; background: linear-gradient(145deg,#0d5c5b 0%,#147b77 62%,#0b4547 100%); transform: none; }
.miskolc-hero .hero-visual img { position: relative; z-index: 2; width: min(780px,100%); max-height: 590px; object-position: right bottom; }
.miskolc-hero .floating-card { right: auto; left: 30px; bottom: 36px; width: min(320px,calc(100% - 40px)); border-radius: 0; border-left: 5px solid var(--amber-400); }
.miskolc-hero::before { right: -2vw; bottom: -3vw; font-size: clamp(8rem,17vw,17rem); }
.industrial-grid { inset: 8% -10% 8% 8%; border: 0; background-size: 38px 38px; transform: none; opacity: .65; }

.metric-ribbon { margin: 0; background: #0c2022; color: #fff; }
.metric-grid div { min-height: 108px; align-items: center; border-color: rgba(201,242,39,.18); }
.metric-grid strong { color: var(--amber-400); font-size: 2.6rem; }
.metric-grid span { color: rgba(255,255,255,.72); }

.section-heading h2 { text-transform: uppercase; font-size: clamp(2.8rem,5vw,5.2rem); line-height: .9; letter-spacing: -.055em; }
.category-showcase { background: #f0f4f2; }
.category-showcase-grid { grid-template-columns: 1.2fr .8fr .8fr; gap: 20px; }
.category-tile { min-height: 380px; border: 0; border-radius: 0; clip-path: polygon(0 0,calc(100% - 26px) 0,100% 26px,100% 100%,0 100%); box-shadow: 0 1px 0 rgba(9,20,22,.14); }
.category-tile:not(.category-tile-main) { background: #dfe8e4; }
.category-tile h3 { text-transform: uppercase; letter-spacing: -.045em; }
.category-tile:hover { transform: translateY(-8px); box-shadow: 0 24px 60px rgba(9,20,22,.13); }

.mobile-service-band { background: var(--amber-400); color: var(--navy-950); }
.mobile-service-band .eyebrow { color: var(--navy-950); }
.mobile-service-band h2 { color: var(--navy-950); text-transform: uppercase; }
.mobile-service-band .button { background: var(--navy-950); color: #fff; }
.mobile-service-band .text-link { color: var(--navy-950); }
.mobile-service-grid li { border-color: rgba(9,20,22,.24); }

.section-products { background: #fff; }
.section-products .product-card { border: 0; border-top: 4px solid var(--navy-900); border-radius: 0; box-shadow: 0 12px 38px rgba(9,20,22,.08); }
.section-products .product-card-featured { border-top-color: var(--amber-500); }
.product-badge { border-radius: 0; background: var(--amber-400); color: var(--navy-950); }
.price-block { border-top: 1px solid var(--line); padding-top: 15px; }
.network-panel { align-items: center; }

.page-hero { position: relative; min-height: 390px; padding: 70px 0; overflow: hidden; background: #0a1b1d; }
.page-hero::after { content: ""; position: absolute; inset: 0 0 0 58%; background: linear-gradient(135deg,#0d6663,#15928a); clip-path: polygon(18% 0,100% 0,100% 100%,0 100%); }
.page-hero .container { position: relative; z-index: 2; }
.page-hero-grid { grid-template-columns: 1.15fr .7fr; gap: 90px; }
.page-hero h1 { max-width: 820px; text-transform: uppercase; font-size: clamp(3.3rem,6vw,6.4rem); line-height: .88; letter-spacing: -.06em; }
.page-hero-grid > p,.page-hero-grid > div:last-child { position: relative; z-index: 3; color: #fff; }

.catalog-categories { border: 0; background: #0c2022; }
.category-links { gap: 0; padding-block: 0; }
.category-links a { min-height: 68px; padding-inline: 22px; border: 0; border-right: 1px solid rgba(255,255,255,.13); border-radius: 0; background: transparent; color: rgba(255,255,255,.72); text-transform: uppercase; font-size: .78rem; letter-spacing: .05em; }
.category-links a:hover,.category-links a[aria-current="page"] { background: var(--amber-400); color: var(--navy-950); }
.category-links a span { background: rgba(255,255,255,.12); }
.catalog-section { background: #edf2ef; }
.catalog-toolbar { margin: -20px 0 38px; padding: 22px; background: #fff; border-left: 5px solid var(--amber-500); box-shadow: 0 10px 32px rgba(9,20,22,.08); }
.search-field { max-width: 620px; }
.search-field input { border-radius: 0; background: #edf2ef; }
.catalog-section .product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.catalog-section .product-card { display: grid; grid-template-columns: 190px minmax(0,1fr); min-height: 310px; border: 0; border-radius: 0; background: #fff; box-shadow: 0 8px 26px rgba(9,20,22,.065); }
.catalog-section .product-image { min-height: 100%; padding: 20px; aspect-ratio: auto; background: #dfe8e4; }
.catalog-section .product-card-body { padding: 24px; }
.catalog-section .product-card h3 { min-height: 0; font-size: 1.25rem; text-transform: uppercase; line-height: 1.08; }
.catalog-section .product-summary { min-height: 0; font-size: .88rem; }

.product-detail-hero { padding: 0; background: #0b1c1e; color: #fff; }
.product-detail-hero .breadcrumbs { padding-top: 34px; color: rgba(255,255,255,.65); }
.product-detail-hero .breadcrumbs a { color: var(--amber-400); }
.product-detail-grid { min-height: 680px; align-items: stretch; gap: 0; }
.gallery { display: flex; flex-direction: column; justify-content: center; padding: 58px 70px 70px 0; border-right: 1px solid rgba(255,255,255,.15); }
.gallery-main { min-height: 500px; border-radius: 0; background: #e4ece8; }
.product-detail-copy { display: flex; flex-direction: column; justify-content: center; padding: 70px 0 70px 70px; }
.product-detail-copy h1 { color: #fff; text-transform: uppercase; font-size: clamp(3rem,5vw,5rem); line-height: .9; }
.product-detail-copy .lead,.product-detail-copy .price-note { color: rgba(255,255,255,.68); }
.detail-price { border: 0; border-left: 5px solid var(--amber-400); border-radius: 0; background: rgba(255,255,255,.06); }
.product-highlights { background: var(--amber-400); color: var(--navy-950); }
.product-highlights .eyebrow,.product-highlights h2 { color: var(--navy-950); }
.product-highlights li { border: 1px solid rgba(9,20,22,.2); background: transparent; }
.product-content-section { background: #edf2ef; }
.aside-card { border-radius: 0; border-top: 5px solid var(--amber-500); }
.service-area-panel { border-radius: 0; clip-path: polygon(0 0,calc(100% - 32px) 0,100% 32px,100% 100%,0 100%); }
.contact-card { border-radius: 0; border-left: 5px solid var(--navy-700); }
.contact-card-accent { border-left-color: var(--amber-500); }

@media (max-width: 1080px) {
    .miskolc-hero .hero-grid { grid-template-columns: .9fr 1.1fr; }
    .miskolc-hero .hero-copy { padding-right: 35px; }
    .miskolc-hero .hero-copy h1 { font-size: clamp(3.4rem,6vw,5rem); }
    .miskolc-hero .hero-visual { padding-left: 35px; }
    .catalog-section .product-grid { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
    :root { --container: min(100% - 30px,720px); }
    .site-header { top: 0; }
    .main-nav { background: #0b1c1e; border-color: rgba(201,242,39,.25); }
    .main-nav a { color: #fff; }
    .miskolc-hero,.miskolc-hero .hero-grid { min-height: auto; }
    .miskolc-hero .hero-grid { grid-template-columns: 1fr; }
    .miskolc-hero .hero-copy { padding: 70px 0 45px; border-right: 0; }
    .miskolc-hero .hero-visual { min-height: 480px; padding: 25px 0 50px; }
    .category-showcase-grid,.page-hero-grid { grid-template-columns: 1fr; }
    .page-hero::after { inset: auto 0 0 0; height: 32%; clip-path: polygon(12% 0,100% 0,100% 100%,0 100%); opacity: .5; }
    .product-detail-grid { min-height: auto; }
    .gallery { padding: 35px 0; border-right: 0; }
    .product-detail-copy { padding: 45px 0 70px; }
}

@media (max-width: 560px) {
    .section { padding-block: 68px; }
    .miskolc-hero .hero-copy h1 { font-size: clamp(3rem,15vw,4.4rem); }
    .miskolc-hero .hero-visual { min-height: 390px; }
    .catalog-section .product-card { grid-template-columns: 112px minmax(0,1fr); min-height: 230px; }
    .catalog-section .product-image { min-height: 230px; padding: 10px; }
    .catalog-section .product-card-body { padding: 16px; }
    .catalog-section .product-summary { display: none; }
    .catalog-section .product-card h3 { font-size: .98rem; }
    .metric-grid div { min-height: 80px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
