:root {
  --ink: #07384c;
  --ink-2: #0b5f78;
  --lake: #168aa2;
  --aqua: #35bdc5;
  --sky: #dff7f7;
  --foam: #f8fdfc;
  --sand: #f3e4c6;
  --sand-light: #fbf5e9;
  --coral: #f4775f;
  --coral-dark: #d9533d;
  --white: #fff;
  --text: #173f4b;
  --muted: #5e7680;
  --line: rgba(7,56,76,.13);
  --shadow: 0 24px 60px rgba(7,56,76,.12);
  --shadow-soft: 0 12px 34px rgba(7,56,76,.09);
  --radius: 30px;
  --radius-sm: 18px;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--foam); font-family: Inter, Aptos, "Segoe UI", Arial, sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
:where(a, button, input, summary):focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--ink); line-height: 1.05; letter-spacing: -.045em; }
h1 { font-size: clamp(3.4rem, 7vw, 7.2rem); }
h2 { margin-bottom: 20px; font-size: clamp(2.25rem, 4.4vw, 4.5rem); }
h3 { font-size: clamp(1.3rem, 2vw, 1.85rem); }
.container { width: min(var(--max), calc(100% - 44px)); margin-inline: auto; }
.narrow { width: min(840px, calc(100% - 44px)); }
.section { padding: clamp(80px, 10vw, 138px) 0; }
.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: 9999; left: 16px; top: -80px; padding: 12px 18px; color: #fff; background: var(--ink); border-radius: 12px; }
.skip-link:focus { top: 16px; }

.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 16px; color: var(--coral-dark); font-size: .78rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 26px; height: 3px; background: currentColor; border-radius: 20px; }
.lead { max-width: 680px; color: #315f6d; font-size: clamp(1.05rem, 1.6vw, 1.28rem); }
.button { display: inline-flex; min-height: 52px; padding: 13px 24px; align-items: center; justify-content: center; color: #fff; background: var(--coral); border: 1px solid var(--coral); border-radius: 999px; box-shadow: 0 10px 24px rgba(244,119,95,.24); font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--coral-dark); box-shadow: 0 15px 28px rgba(217,83,61,.3); }
.button-small { min-height: 42px; padding: 9px 18px; font-size: .9rem; }
.button-full { width: 100%; }
.button-ghost { color: var(--ink); background: rgba(255,255,255,.6); border-color: rgba(7,56,76,.19); box-shadow: none; backdrop-filter: blur(10px); }
.button-ghost:hover { color: #fff; background: var(--ink); }
.button-light { color: var(--ink); background: #fff; border-color: #fff; box-shadow: none; }
.button-light:hover { color: #fff; background: var(--coral); border-color: var(--coral); }
.text-link { display: inline-flex; gap: 8px; align-items: center; color: var(--ink-2); font-weight: 850; }
.text-link:hover { color: var(--coral-dark); }
.text-link-light { color: #fff; }
.text-link-call { color: var(--coral-dark); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 30px; }

.topbar { color: rgba(255,255,255,.86); background: var(--ink); font-size: .77rem; }
.topbar-inner { min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 34px; letter-spacing: .025em; }
.topbar a { color: #fff; font-weight: 800; }
.site-header { position: sticky; z-index: 100; top: 0; padding: 12px 0; background: rgba(248,253,252,.88); border-bottom: 1px solid rgba(7,56,76,.08); backdrop-filter: blur(18px); }
.header-inner { min-height: 58px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand > span:last-child { display: grid; line-height: .95; }
.brand strong { color: var(--ink); font-size: 1rem; letter-spacing: -.025em; }
.brand small { color: var(--lake); font-size: .82rem; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; }
.brand-mark { position: relative; width: 44px; height: 44px; overflow: hidden; background: var(--sand); border-radius: 50%; }
.brand-mark span { position: absolute; left: -8px; width: 60px; height: 9px; border: 3px solid var(--lake); border-color: var(--lake) transparent transparent transparent; border-radius: 50%; }
.brand-mark span:nth-child(1) { top: 18px; }
.brand-mark span:nth-child(2) { top: 25px; opacity: .7; }
.brand-mark span:nth-child(3) { top: 32px; opacity: .45; }
.main-nav { display: flex; justify-content: center; align-items: center; gap: 3px; flex: 1; }
.main-nav a { padding: 10px 12px; color: #315d69; border-radius: 999px; font-size: .87rem; font-weight: 750; }
.main-nav a:hover, .main-nav a[aria-current="page"] { color: var(--ink); background: var(--sand-light); }
.header-call { margin-left: auto; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; background: transparent; border: 0; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--ink); }

.balaton-hero { position: relative; min-height: 760px; overflow: hidden; background: linear-gradient(135deg, #eefbfa 0%, #d9f5f4 48%, #f8e7cc 100%); }
.balaton-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(rgba(255,255,255,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.16) 1px, transparent 1px); background-size: 46px 46px; mask-image: linear-gradient(to bottom, #000, transparent 74%); }
.hero-sun { position: absolute; right: 8vw; top: 64px; width: 190px; aspect-ratio: 1; background: var(--coral); border-radius: 50%; opacity: .9; box-shadow: 0 0 0 28px rgba(255,255,255,.22); }
.hero-grid { position: relative; z-index: 2; min-height: 720px; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 44px; padding-bottom: 80px; }
.hero-copy { padding: 76px 0; }
.balaton-hero h1 { max-width: 790px; margin-bottom: 26px; font-weight: 850; }
.balaton-hero h1 em { display: block; color: var(--lake); font-family: Georgia, serif; font-weight: 400; letter-spacing: -.07em; }
.balaton-hero .button-ghost { background: rgba(255,255,255,.68); }
.hero-visual { position: relative; min-height: 600px; display: flex; align-items: center; justify-content: center; }
.hero-visual::before { content: ""; position: absolute; inset: 12% 2% 7% 8%; background: rgba(255,255,255,.68); border: 1px solid rgba(255,255,255,.9); border-radius: 44% 56% 42% 58% / 55% 39% 61% 45%; box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.hero-visual img { position: relative; z-index: 3; width: min(600px, 92%); max-height: 500px; object-fit: contain; filter: drop-shadow(0 34px 26px rgba(7,56,76,.2)); transform: rotate(-2deg); }
.hero-lake-label { position: absolute; z-index: 4; right: 5%; top: 16%; color: var(--ink-2); font-size: .69rem; font-weight: 900; letter-spacing: .18em; }
.hero-ripples { position: absolute; z-index: 1; inset: auto 0 10% 0; display: grid; gap: 10px; }
.hero-ripples span { height: 18px; border-top: 4px solid rgba(22,138,162,.25); border-radius: 50%; transform: skewX(-8deg); }
.floating-card { position: absolute; z-index: 5; right: -5px; bottom: 65px; width: min(290px, 70%); padding: 19px 22px; background: rgba(255,255,255,.9); border: 1px solid rgba(255,255,255,.94); border-radius: 22px; box-shadow: var(--shadow-soft); backdrop-filter: blur(13px); }
.floating-card span, .floating-card small { display: block; color: var(--muted); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.floating-card strong { display: block; margin: 5px 0 7px; color: var(--ink); line-height: 1.1; }
.floating-card small { color: var(--coral-dark); }
.hero-wave { position: absolute; z-index: 1; left: -3%; right: -3%; bottom: -78px; height: 145px; background: var(--foam); border-radius: 50% 50% 0 0 / 55% 55% 0 0; }
.check-list { margin: 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 27px; margin: 11px 0; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--lake); font-weight: 950; }
.check-list-inline { display: flex; flex-wrap: wrap; gap: 8px 24px; margin-top: 28px; color: #315f6d; font-size: .85rem; font-weight: 750; }
.check-list-inline li { margin: 0; }

.metric-ribbon { position: relative; z-index: 4; margin-top: -1px; padding: 16px 0 0; background: var(--foam); }
.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; background: var(--ink); border-radius: 28px; box-shadow: var(--shadow); }
.metric-grid > div { position: relative; min-height: 132px; padding: 25px 29px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid rgba(255,255,255,.12); }
.metric-grid > div:last-child { border-right: 0; }
.metric-grid strong { color: #fff; font-family: Georgia, serif; font-size: 2.8rem; font-weight: 400; line-height: 1; }
.metric-grid span { color: #b7dce2; font-size: .76rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }

.section-heading { max-width: 870px; margin-bottom: 48px; }
.section-heading h2 { margin-bottom: 0; }
.split-heading { max-width: none; display: grid; grid-template-columns: 1.25fr .75fr; gap: 60px; align-items: end; }
.split-heading > p { margin-bottom: 6px; color: var(--muted); font-size: 1.02rem; }
.align-end { align-items: end; }
.category-showcase { background: var(--foam); }
.category-showcase-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 18px; }
.category-tile { position: relative; min-height: 390px; padding: 34px; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; background: var(--sand-light); border: 1px solid rgba(7,56,76,.08); border-radius: 42px 42px 120px 42px; transition: transform .25s ease, box-shadow .25s ease; }
.category-tile::before, .category-tile::after { content: ""; position: absolute; width: 260px; height: 110px; border: 2px solid rgba(22,138,162,.17); border-radius: 50%; right: -70px; top: 35px; transform: rotate(-8deg); }
.category-tile::after { right: -20px; top: 70px; }
.category-tile:hover { transform: translateY(-7px); box-shadow: var(--shadow-soft); }
.category-tile span { position: absolute; left: 34px; top: 30px; color: var(--lake); font-size: .73rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.category-tile h3 { margin-bottom: 16px; font-size: clamp(2rem, 3vw, 3.4rem); }
.category-tile p { color: var(--muted); }
.category-tile strong { margin-top: 20px; color: var(--coral-dark); }
.category-tile-main { color: #e5faf8; background: var(--lake); border-radius: 42px 130px 42px 42px; }
.category-tile-main h3 { color: #fff; }
.category-tile-main p, .category-tile-main span { color: #c9eff0; }
.category-tile-main strong { color: #fff; }
.category-tile-main::before, .category-tile-main::after { border-color: rgba(255,255,255,.2); }

.mobile-service-band { background: var(--sand); }
.mobile-service-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: center; }
.mobile-service-grid > div > p { max-width: 650px; color: #546d72; }
.mobile-service-grid ol { margin: 0; padding: 30px; list-style: none; background: rgba(255,255,255,.72); border-radius: 36px; box-shadow: var(--shadow-soft); }
.mobile-service-grid li { display: grid; grid-template-columns: 54px 1fr; align-items: center; gap: 17px; padding: 20px 10px; color: var(--ink); border-bottom: 1px dashed rgba(7,56,76,.16); font-size: 1.05rem; font-weight: 850; }
.mobile-service-grid li:last-child { border-bottom: 0; }
.mobile-service-grid li span { width: 50px; height: 50px; display: grid; place-items: center; color: #fff; background: var(--coral); border-radius: 50%; font-family: Georgia, serif; font-size: 1.25rem; }

.section-products { background: #fff; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.product-grid-three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.product-card { position: relative; min-width: 0; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 30px; transition: transform .24s ease, box-shadow .24s ease; }
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.product-image { position: relative; min-height: 285px; padding: 28px; display: grid; place-items: center; overflow: hidden; background: linear-gradient(145deg, var(--sky), var(--sand-light)); }
.product-image::after { content: ""; position: absolute; width: 190px; height: 80px; right: -30px; bottom: 18px; border-top: 3px solid rgba(22,138,162,.18); border-radius: 50%; transform: rotate(-8deg); }
.product-image img { position: relative; z-index: 2; width: 100%; height: 235px; object-fit: contain; transition: transform .25s ease; }
.product-card:hover .product-image img { transform: scale(1.035) rotate(-1deg); }
.product-badge { position: absolute; z-index: 4; left: 18px; top: 18px; padding: 7px 11px; color: #fff; background: var(--coral); border-radius: 999px; font-size: .7rem; font-weight: 900; text-transform: uppercase; }
.image-placeholder { color: var(--lake); font-size: 4rem; font-weight: 950; opacity: .28; }
.product-card-body { padding: 27px; }
.product-kicker { margin-bottom: 9px; color: var(--lake); font-size: .72rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.product-card h3 { min-height: 2.1em; margin-bottom: 12px; }
.product-summary { min-height: 4.8em; color: var(--muted); font-size: .91rem; }
.price-block { display: grid; gap: 2px; margin: 24px 0 20px; padding-top: 18px; border-top: 1px solid var(--line); }
.price-block > strong { color: var(--ink); font-size: 1.5rem; }
.price-block > span { color: var(--muted); font-size: .84rem; }
.price-block span span, .price-block strong span { font-size: .66em; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }
.old-price { text-decoration: line-through; }
.product-card-links { display: flex; justify-content: space-between; gap: 15px; font-size: .88rem; }
.network-section { color: #cde8eb; background: var(--ink); }
.network-panel { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: center; overflow: hidden; }
.network-panel::after { content: ""; position: absolute; right: -10%; top: -70%; width: 480px; height: 480px; border: 80px solid rgba(53,189,197,.1); border-radius: 50%; }
.network-panel h2 { color: #fff; }
.network-panel > div { position: relative; z-index: 2; }

.page-hero { position: relative; padding: 74px 0 82px; overflow: hidden; background: linear-gradient(130deg, var(--sky), var(--sand-light)); }
.page-hero::after { content: ""; position: absolute; right: -80px; bottom: -140px; width: 470px; height: 290px; border: 34px solid rgba(22,138,162,.11); border-radius: 50%; transform: rotate(-11deg); }
.page-hero.compact { padding-bottom: 60px; }
.breadcrumbs { position: relative; z-index: 2; display: flex; gap: 10px; margin-bottom: 36px; color: #62808a; font-size: .8rem; }
.breadcrumbs a { color: var(--lake); font-weight: 800; }
.page-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.2fr .8fr; gap: 65px; align-items: end; }
.page-hero-grid h1 { max-width: 900px; margin-bottom: 0; font-size: clamp(3.2rem, 6vw, 6.3rem); }
.page-hero-grid p { color: #456b77; font-size: 1.08rem; }
.catalog-categories { position: sticky; z-index: 70; top: 83px; background: rgba(255,255,255,.9); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.category-links { min-height: 72px; display: flex; align-items: center; gap: 8px; overflow-x: auto; }
.category-links a { flex: 0 0 auto; padding: 10px 15px; color: var(--muted); border-radius: 999px; font-size: .88rem; font-weight: 800; }
.category-links a span { margin-left: 7px; color: var(--lake); }
.category-links a[aria-current="page"] { color: #fff; background: var(--lake); }
.category-links a[aria-current="page"] span { color: #fff; }
.catalog-section { background: var(--foam); }
.catalog-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin-bottom: 35px; }
.search-field { flex: 1; max-width: 570px; }
.search-field input { width: 100%; min-height: 56px; padding: 13px 20px; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 999px; outline: none; }
.search-field input:focus { border-color: var(--lake); box-shadow: 0 0 0 4px rgba(53,189,197,.16); }
.catalog-count { color: var(--muted); }
.catalog-count strong { color: var(--ink); }
.empty-state { padding: 28px; text-align: center; background: var(--sand-light); border-radius: 22px; }
.advice-section { background: var(--sand-light); }
.advice-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; }
.advice-list { display: grid; gap: 12px; }
.advice-list > div { padding: 25px; background: #fff; border-radius: 21px; }
.advice-list p { margin-bottom: 0; color: var(--muted); }

.product-detail-hero { padding: 55px 0 90px; background: linear-gradient(155deg, var(--foam), var(--sand-light)); }
.product-detail-grid { display: grid; grid-template-columns: 1.04fr .96fr; gap: 62px; align-items: start; }
.gallery-main { position: relative; min-height: 560px; padding: 42px; display: grid; place-items: center; overflow: hidden; background: #fff; border-radius: 44px 44px 140px 44px; box-shadow: var(--shadow-soft); }
.gallery-main::after { content: ""; position: absolute; right: -50px; bottom: 20px; width: 240px; height: 90px; border-top: 5px solid var(--aqua); border-radius: 50%; opacity: .22; }
.gallery-main img { position: relative; z-index: 2; width: 100%; height: 470px; object-fit: contain; }
.gallery-thumbs { display: flex; gap: 10px; margin-top: 13px; overflow-x: auto; }
.gallery-thumb { width: 84px; height: 70px; padding: 7px; background: #fff; border: 2px solid transparent; border-radius: 15px; cursor: pointer; }
.gallery-thumb.is-active { border-color: var(--coral); }
.gallery-thumb img { width: 100%; height: 100%; object-fit: contain; }
.product-detail-copy { padding-top: 28px; }
.product-detail-copy h1 { margin-bottom: 22px; font-size: clamp(2.8rem, 4.5vw, 5rem); }
.product-detail-copy .product-summary { min-height: 0; font-size: 1.02rem; }
.detail-price { margin: 28px 0; padding: 23px 0; border-block: 1px solid var(--line); }
.detail-price strong { display: block; color: var(--ink); font-size: 2.2rem; }
.detail-price > span { color: var(--muted); }
.price-note { color: var(--muted); font-size: .78rem; }
.detail-actions { display: flex; flex-wrap: wrap; gap: 11px; }
.product-detail-copy .product-highlights { display: grid; gap: 8px; margin: 25px 0; padding: 0; list-style: none; }
.product-highlights { padding: 56px 0; background: var(--sky); }
.product-highlights h2 { font-size: clamp(2rem, 3.4vw, 3.4rem); }
.product-highlights ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; margin: 25px 0 0; padding: 0; list-style: none; }
.product-highlights li { padding: 13px 16px 13px 42px; background: rgba(255,255,255,.72); border-radius: 14px; }
.product-highlights li::before { content: "●"; float: left; margin-left: -25px; color: var(--coral); }
.product-content-section { background: #fff; }
.content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 70px; align-items: start; }
.prose { min-width: 0; color: #375863; }
.prose h2 { margin: 46px 0 17px; color: var(--ink); font-size: clamp(1.65rem, 2.7vw, 2.65rem); }
.prose > h2:first-child { margin-top: 0; }
.prose p { margin-bottom: 19px; }
.prose ul { padding-left: 22px; }
.prose .kiemelt-doboz, .prose .helyi-doboz, .prose .helyi-kiegeszites, .prose .helyi-cta-doboz, .prose .cta-doboz, .prose .figyelmeztetes { margin: 30px 0; padding: 25px 28px; background: var(--sand-light); border: 1px solid rgba(7,56,76,.08); border-radius: 24px; }
.prose .kiemelt-doboz, .prose .helyi-doboz { background: var(--sky); }
.prose .cta-doboz, .prose .helyi-cta-doboz { border-left: 6px solid var(--coral); }
.prose .figyelmeztetes { border-left: 6px solid var(--lake); }
.prose div h2 { margin-top: 0; font-size: 1.65rem; }
.sticky-aside { position: sticky; top: 176px; }
.aside-card { padding: 30px; background: var(--ink); border-radius: 30px; box-shadow: var(--shadow-soft); color: #c7e3e6; }
.aside-card h2 { color: #fff; font-size: 2rem; }
.aside-card .eyebrow { color: #72d8db; }
.aside-card .text-link { margin-top: 18px; color: #fff; }
.aside-card .check-list li::before { color: #72d8db; }
.related-services { display: grid; gap: 9px; margin-top: 25px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.14); }
.related-services a { color: #d3ebee; font-size: .9rem; }
.video-card { min-height: 200px; margin-top: 18px; padding: 24px; display: grid; place-items: center; text-align: center; color: #fff; background: linear-gradient(140deg, var(--lake), var(--ink)); border-radius: 28px; }

.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 36px; }
.contact-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.contact-card { min-height: 185px; padding: 25px; display: flex; flex-direction: column; justify-content: space-between; background: #fff; border: 1px solid var(--line); border-radius: 28px; }
.contact-card:hover { box-shadow: var(--shadow-soft); }
.contact-card span, .contact-card small { color: var(--muted); font-size: .76rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.contact-card strong { color: var(--ink); font-size: 1.25rem; line-height: 1.25; }
.contact-card-accent { background: var(--sand); }
.service-area-panel { padding: 42px; background: var(--sky); border-radius: 38px; }
.service-area-panel h2 { font-size: 3rem; }
.area-tags { display: flex; flex-wrap: wrap; gap: 9px; margin: 26px 0; }
.area-tags span { padding: 8px 13px; color: var(--ink-2); background: #fff; border-radius: 999px; font-size: .8rem; font-weight: 800; }
.service-area-panel .text-link { display: flex; margin-top: 18px; }
.visit-section, .process-section, .cost-section { background: var(--sand-light); }
.visit-grid, .process-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 65px; }
.check-panels { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.check-panels > div { padding: 24px; background: #fff; border-radius: 23px; }
.check-panels p { margin-bottom: 0; color: var(--muted); }
.service-detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-detail-grid article { min-height: 260px; padding: 30px; background: #fff; border: 1px solid var(--line); border-radius: 32px; }
.service-detail-grid article > span { color: var(--coral); font-family: Georgia, serif; font-size: 2rem; }
.service-detail-grid p { color: var(--muted); }
.process-list { margin: 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 62px 1fr; gap: 20px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.process-list li > span { width: 56px; height: 56px; display: grid; place-items: center; color: #fff; background: var(--lake); border-radius: 50%; font-family: Georgia, serif; font-size: 1.35rem; }
.process-list p { margin-bottom: 0; color: var(--muted); }
.faq-section details { margin-bottom: 12px; padding: 20px 24px; background: #fff; border: 1px solid var(--line); border-radius: 19px; }
.faq-section summary { color: var(--ink); font-weight: 850; cursor: pointer; }
.faq-section details p { margin: 15px 0 0; color: var(--muted); }
.pricing-grid, .installment-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.pricing-grid article, .installment-grid article { padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: 28px; }
.pricing-grid article > span, .installment-grid article > span { color: var(--lake); font-size: .76rem; font-weight: 900; text-transform: uppercase; }
.pricing-grid strong { display: block; margin: 17px 0; color: var(--ink); font-size: 1.8rem; }
.pricing-grid small, .installment-grid small { font-size: .7em; }
.pricing-featured, .installment-accent { color: #d9eff0; background: var(--ink) !important; transform: translateY(-10px); }
.pricing-featured strong, .installment-accent h3, .pricing-featured > span, .installment-accent > span { color: #fff !important; }
.installment-grid h3 { margin: 18px 0 24px; }
.installment-grid ul { margin: 0; padding: 0; list-style: none; }
.installment-grid li { padding: 12px 0; display: grid; gap: 4px; border-top: 1px solid var(--line); }
.notice-box { margin-top: 25px; padding: 20px 23px; background: var(--sand); border-radius: 18px; }
.cost-list { display: grid; gap: 11px; }
.cost-list > div { display: grid; grid-template-columns: 1fr auto; gap: 4px 20px; padding: 20px; background: #fff; border-radius: 18px; }
.cost-list small { grid-column: 1 / -1; color: var(--muted); }
.small-note { color: #accdd1; font-size: .82rem; }

.contact-strip { padding: 64px 0; color: #fff; background: var(--lake); }
.contact-strip-inner { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; }
.contact-strip h2 { max-width: 780px; margin-bottom: 0; color: #fff; font-size: clamp(2rem, 3.8vw, 3.8rem); }
.contact-strip .eyebrow { color: #bff3f0; }
.contact-strip-actions { display: flex; gap: 17px; align-items: center; }
.site-footer { padding: 70px 0 28px; color: #bcd7db; background: #052a39; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .9fr .8fr; gap: 60px; }
.brand-footer strong { color: #fff; }
.brand-footer small { color: #75dadd; }
.site-footer h3 { color: #fff; font-size: 1rem; letter-spacing: -.01em; }
.site-footer a { color: #fff; }
.footer-links { margin: 0; padding: 0; list-style: none; }
.footer-links li { margin: 8px 0; }
.footer-bottom { margin-top: 55px; padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); font-size: .76rem; }

.legacy-message { position: fixed; z-index: 1000; inset: 0; padding: 30px; place-items: center; background: rgba(3,28,39,.86); }
.legacy-message:not([hidden]) { display: grid; }
.legacy-message-content { width: min(780px, 100%); max-height: 80vh; overflow: auto; padding: 34px; color: var(--text); background: #fff; border-radius: 28px; }
.legacy-message-close { position: fixed; right: 25px; top: 25px; width: 48px; height: 48px; color: #fff; background: var(--coral); border: 0; border-radius: 50%; font-size: 1.8rem; cursor: pointer; }

@media (max-width: 1100px) {
  .main-nav a { padding-inline: 8px; font-size: .8rem; }
  .hero-grid { grid-template-columns: .94fr 1.06fr; }
  .balaton-hero h1 { font-size: clamp(3.4rem, 7vw, 5.6rem); }
  .category-showcase-grid { grid-template-columns: 1fr 1fr; }
  .category-tile-main { grid-row: span 2; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pricing-grid, .installment-grid { grid-template-columns: repeat(2, 1fr); }
  .content-layout { grid-template-columns: minmax(0,1fr) 290px; gap: 38px; }
}

@media (max-width: 860px) {
  .topbar-inner span:first-child { display: none; }
  .header-call { display: none; }
  .menu-toggle { display: block; margin-left: auto; }
  .main-nav { position: absolute; left: 22px; right: 22px; top: calc(100% + 7px); padding: 13px; display: none; align-items: stretch; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: 23px; box-shadow: var(--shadow); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 13px 15px; }
  .hero-grid, .page-hero-grid, .split-heading, .mobile-service-grid, .network-panel, .product-detail-grid, .content-layout, .contact-grid, .visit-grid, .process-grid, .advice-grid { grid-template-columns: 1fr; }
  .balaton-hero { min-height: auto; }
  .hero-grid { min-height: 0; gap: 0; padding-bottom: 110px; }
  .hero-copy { padding: 70px 0 25px; }
  .hero-visual { min-height: 470px; }
  .hero-sun { top: auto; bottom: 260px; width: 130px; }
  .metric-grid { grid-template-columns: repeat(2, 1fr); }
  .metric-grid > div:nth-child(2) { border-right: 0; }
  .metric-grid > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.12); }
  .split-heading, .page-hero-grid { gap: 24px; }
  .category-showcase-grid { grid-template-columns: 1fr; }
  .category-tile-main { grid-row: auto; }
  .category-tile { min-height: 320px; }
  .sticky-aside { position: static; }
  .service-detail-grid, .check-panels { grid-template-columns: repeat(2, 1fr); }
  .contact-strip-inner { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .container, .narrow { width: min(100% - 28px, var(--max)); }
  .section { padding: 72px 0; }
  h1 { font-size: clamp(3rem, 16vw, 4.6rem); }
  .topbar-inner { justify-content: space-between; gap: 10px; font-size: .69rem; }
  .topbar-inner span:nth-child(2) { display: none; }
  .balaton-hero h1 { font-size: clamp(3.15rem, 16vw, 4.8rem); }
  .hero-copy { padding-top: 56px; }
  .hero-visual { min-height: 390px; }
  .hero-visual::before { inset: 9% 0 6%; }
  .hero-visual img { max-height: 330px; }
  .floating-card { right: 0; bottom: 25px; }
  .hero-lake-label { top: 8%; }
  .metric-grid > div { min-height: 105px; padding: 20px; }
  .metric-grid strong { font-size: 2.1rem; }
  .category-tile { min-height: 300px; padding: 27px; border-radius: 30px 30px 80px 30px; }
  .product-grid, .product-grid-three, .service-detail-grid, .check-panels, .contact-cards, .pricing-grid, .installment-grid { grid-template-columns: 1fr; }
  .product-highlights ul { grid-template-columns: 1fr; }
  .product-image { min-height: 260px; }
  .page-hero { padding: 52px 0 62px; }
  .page-hero-grid h1 { font-size: clamp(2.8rem, 14vw, 4.3rem); }
  .catalog-categories { top: 82px; }
  .catalog-toolbar { align-items: stretch; flex-direction: column; }
  .gallery-main { min-height: 390px; padding: 24px; border-radius: 30px 30px 80px 30px; }
  .gallery-main img { height: 330px; }
  .content-layout { gap: 30px; }
  .service-area-panel { padding: 28px; }
  .pricing-featured, .installment-accent { transform: none; }
  .contact-strip-actions { align-items: stretch; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .cost-list > div { grid-template-columns: 1fr; }
  .cost-list small { grid-column: auto; }
}

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