:root {
    --navy-950: #081526;
    --navy-900: #10243f;
    --navy-800: #173353;
    --navy-700: #235177;
    --amber-500: #f3ad32;
    --amber-400: #ffc95d;
    --amber-100: #fff1cf;
    --cream: #f7f5ef;
    --paper: #fffefa;
    --white: #fff;
    --ink: #152438;
    --muted: #5e6b7b;
    --line: #dfe4e8;
    --success: #1f7651;
    --radius-sm: 12px;
    --radius: 22px;
    --radius-lg: 34px;
    --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; }
}

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