:root {
  --navy: #06346b;
  --navy-deep: #032653;
  --navy-soft: #eaf1f8;
  --aqua: #09b9bf;
  --aqua-dark: #008f98;
  --aqua-soft: #e4fafa;
  --ink: #10253d;
  --muted: #596b7e;
  --line: #dbe6ef;
  --paper: #ffffff;
  --cloud: #f5f8fb;
  --shadow: 0 22px 55px rgba(3, 38, 83, .12);
  --shadow-small: 0 12px 30px rgba(3, 38, 83, .08);
  --radius-lg: 34px;
  --radius-md: 22px;
  --container: 1180px;
}

/* SEO v5: dodatkowe strony usługowe i lokalne */
.heading-link,
.service-card h3 a {
  color: inherit;
  text-decoration: none;
}

.heading-link:hover,
.service-card h3 a:hover {
  color: var(--aqua-dark);
}

.page-hero .button-row {
  margin-top: 26px;
}

.page-hero .btn-secondary {
  border-color: rgba(255,255,255,.46);
  color: #fff;
}

.page-hero .btn-secondary:hover {
  background: rgba(255,255,255,.12);
}

.seo-link-grid .service-card {
  min-height: 210px;
}

.inline-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.inline-links a {
  display: inline-flex;
  padding: 9px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--navy);
  font-size: .9rem;
  font-weight: 800;
  text-decoration: none;
}

.inline-links a:hover {
  border-color: var(--aqua-dark);
  color: var(--aqua-dark);
}

.content-card ol {
  margin: 18px 0 0;
  padding-left: 22px;
  color: var(--muted);
}

.content-card ol li + li {
  margin-top: 10px;
}

.footer-bottom a {
  color: inherit;
}

@media (max-width: 760px) {
  .page-hero .button-row .btn {
    width: 100%;
  }

  .seo-link-grid .service-card {
    min-height: 0;
  }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: 12px; z-index: 999; transform: translateY(-150%); padding: 11px 16px; border-radius: 12px; background: #fff; color: var(--navy); font-weight: 800; box-shadow: var(--shadow); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--aqua); outline-offset: 4px; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(6,52,107,.1); backdrop-filter: blur(16px); }
.nav { min-height: 82px; display: flex; align-items: center; gap: 30px; }
.logo { display: inline-flex; align-items: center; flex: 0 0 auto; }
.logo img { width: 160px; height: auto; }
.nav-links { display: flex; align-items: center; justify-content: center; gap: 27px; margin-left: auto; color: var(--navy); font-size: 14px; font-weight: 750; }
.nav-links a { position: relative; padding: 12px 0; }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 6px; height: 3px; border-radius: 9px; background: var(--aqua); transform: scaleX(0); transition: transform .2s ease; }
.nav-links a:hover::after, .nav-links a[aria-current="page"]::after { transform: scaleX(1); }
.nav-phone { display: inline-flex; align-items: center; gap: 9px; margin-left: 4px; padding: 11px 17px; border-radius: 999px; background: var(--navy); color: #fff; font-weight: 800; box-shadow: 0 10px 22px rgba(3,38,83,.18); }
.nav-phone::before { content: "☎"; color: var(--aqua); }
.menu-toggle { display: none; width: 46px; height: 46px; margin-left: auto; padding: 0; border: 1px solid var(--line); border-radius: 14px; background: #fff; color: var(--navy); cursor: pointer; }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after { content: ""; display: block; width: 21px; height: 2px; margin: 5px auto; border-radius: 10px; background: currentColor; }

.hero { position: relative; overflow: hidden; padding: 76px 0 84px; color: #fff; background: linear-gradient(135deg, var(--navy-deep), var(--navy) 68%, #07518c); }
.hero::before { content: ""; position: absolute; width: 460px; height: 460px; right: -180px; top: -270px; border: 66px solid rgba(9,185,191,.22); border-radius: 50%; }
.hero::after { content: ""; position: absolute; width: 260px; height: 260px; left: -150px; bottom: -150px; border-radius: 50%; background: var(--aqua); opacity: .88; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .92fr 1.08fr; gap: 68px; align-items: center; }
.kicker { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 18px; color: var(--aqua); font-size: 13px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.kicker::before { content: ""; width: 30px; height: 3px; border-radius: 8px; background: currentColor; }
.kicker-light { color: #69f2ef; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 720px; margin-bottom: 22px; font-size: clamp(43px, 5.5vw, 76px); line-height: .99; letter-spacing: -.055em; }
h1 em { color: var(--aqua); font-style: normal; }
.hero-lead { max-width: 625px; margin-bottom: 30px; color: #d8e9f5; font-size: 18px; }
.hero-actions, .button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 52px; padding: 13px 21px; border: 2px solid transparent; border-radius: 15px; font-weight: 850; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--aqua); color: var(--navy-deep); box-shadow: 0 14px 28px rgba(0,0,0,.18); }
.btn-primary:hover { background: #36d5d4; }
.btn-secondary { border-color: rgba(255,255,255,.35); color: #fff; background: rgba(255,255,255,.08); }
.btn-secondary:hover { background: rgba(255,255,255,.16); }
.btn-navy { background: var(--navy); color: #fff; box-shadow: 0 12px 24px rgba(3,38,83,.16); }
.btn-outline { border-color: var(--line); background: #fff; color: var(--navy); }
.hero-notes { display: flex; flex-wrap: wrap; gap: 18px; margin: 27px 0 0; padding: 0; list-style: none; color: #c9dfec; font-size: 13px; font-weight: 700; }
.hero-notes li::before { content: "✓"; display: inline-grid; place-items: center; width: 20px; height: 20px; margin-right: 7px; border-radius: 50%; background: var(--aqua); color: var(--navy-deep); font-size: 12px; font-weight: 900; }
.hero-visual { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; min-height: 0; padding-top: 24px; }
.hero-photo, .before-chip { position: relative; overflow: hidden; width: 100%; aspect-ratio: 507 / 433; border: 7px solid #fff; border-radius: 26px; background: #fff; box-shadow: 0 24px 55px rgba(0,0,0,.24); }
.hero-photo { grid-column: 2; grid-row: 1; }
.before-chip { grid-column: 1; grid-row: 1; color: var(--navy); }
.hero-photo img, .before-chip img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-photo span, .before-chip span { position: absolute; left: 12px; top: 12px; display: inline-flex; padding: 7px 11px; border-radius: 999px; background: var(--navy); color: #fff; font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.hero-photo span { background: var(--aqua); color: var(--navy-deep); }
.result-badge { position: absolute; z-index: 3; left: 50%; top: 0; display: inline-flex; align-items: center; min-height: 38px; padding: 8px 14px; border: 3px solid var(--navy); border-radius: 999px; background: var(--aqua); color: var(--navy-deep); box-shadow: 0 10px 24px rgba(0,0,0,.2); text-align: center; font-size: 11px; font-weight: 950; line-height: 1; transform: translateX(-50%); white-space: nowrap; }

.quick-nav { position: relative; z-index: 3; margin-top: -38px; }
.quick-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.quick-card { position: relative; min-height: 132px; padding: 23px 58px 23px 23px; border: 2px solid var(--line); border-radius: 20px; background: #fff; box-shadow: var(--shadow-small); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.quick-card::after { content: "→"; position: absolute; right: 18px; top: 50%; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--navy); color: #fff; font-size: 18px; transform: translateY(-50%); }
.quick-card:hover { border-color: var(--aqua); box-shadow: var(--shadow); transform: translateY(-3px); }
.quick-card small { display: block; margin-bottom: 8px; color: var(--aqua-dark); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.quick-card strong { display: block; color: var(--navy); font-size: 20px; line-height: 1.2; }
.quick-card span { display: block; margin-top: 5px; color: var(--muted); font-size: 13px; }

.section { padding: 96px 0; }
.section-soft { background: var(--cloud); }
.section-navy { color: #fff; background: var(--navy-deep); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 40px; }
.section-head-copy { max-width: 700px; }
.section-head h2, .page-hero h1 { color: var(--navy); }
.section-navy h2 { color: #fff; }
h2 { margin-bottom: 14px; font-size: clamp(32px, 4.3vw, 54px); line-height: 1.05; letter-spacing: -.045em; }
h3 { margin-bottom: 9px; color: var(--navy); font-size: 20px; line-height: 1.2; }
.section-head p, .intro { margin-bottom: 0; color: var(--muted); font-size: 17px; }
.section-navy .section-head p { color: #c7dcec; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--navy); font-weight: 850; white-space: nowrap; }
.text-link::after { content: "→"; color: var(--aqua); font-size: 21px; }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; overflow: hidden; min-height: 225px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow-small); }
.service-card::after { content: attr(data-number); position: absolute; right: -3px; bottom: -30px; color: var(--navy-soft); font-size: 108px; font-weight: 950; line-height: 1; }
.service-card p { position: relative; z-index: 1; margin: 0; color: var(--muted); font-size: 14px; }
.service-card h3 { position: relative; z-index: 1; max-width: 220px; }
.service-icon { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 22px; border-radius: 18px; background: var(--aqua); color: var(--navy-deep); font-weight: 950; }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; counter-reset: steps; }
.process-card { position: relative; padding: 27px; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius-md); background: rgba(255,255,255,.06); counter-increment: steps; }
.process-card::before { content: "0" counter(steps); display: block; margin-bottom: 35px; color: var(--aqua); font-size: 13px; font-weight: 900; letter-spacing: .13em; }
.process-card h3 { color: #fff; }
.process-card p { margin: 0; color: #bed5e6; font-size: 14px; }

.results-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 24px; }
.result-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow-small); }
.result-images { display: grid; min-width: 0; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 3px; background: var(--aqua); }
.result-image { position: relative; min-width: 0; min-height: 360px; overflow: hidden; }
.result-image img { width: 100%; height: 100%; object-fit: cover; }
.result-image--contain { background: #e9f0f5; }
.result-image--contain img { object-fit: contain; }
.result-image span { position: absolute; z-index: 2; left: 16px; top: 16px; padding: 8px 14px; border: 2px solid rgba(255,255,255,.9); border-radius: 999px; background: var(--navy); color: #fff; box-shadow: 0 7px 18px rgba(3,38,83,.22); font-size: 12px; font-weight: 950; letter-spacing: .1em; text-transform: uppercase; }
.result-image:last-child span { background: var(--aqua); color: var(--navy-deep); }
.result-caption { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 24px; }
.result-caption h3 { margin: 0; }
.result-caption p { margin: 3px 0 0; color: var(--muted); font-size: 13px; }
.result-card-vertical .result-image { min-height: 360px; }

.price-teaser { display: grid; grid-template-columns: .8fr 1.2fr; overflow: hidden; border-radius: var(--radius-lg); background: var(--navy); color: #fff; box-shadow: var(--shadow); }
.price-intro { padding: 45px; background: linear-gradient(145deg, var(--navy-deep), var(--navy)); }
.price-intro h2 { color: #fff; }
.price-intro p { color: #d4e6f1; }
.price-list { display: grid; grid-template-columns: 1fr 1fr; align-content: center; gap: 1px; background: rgba(255,255,255,.15); }
.price-row { display: flex; align-items: baseline; justify-content: space-between; gap: 15px; min-height: 86px; padding: 25px; background: #fff; color: var(--ink); }
.price-row span { color: var(--muted); font-size: 14px; }
.price-row strong { color: var(--navy); font-size: 20px; white-space: nowrap; }

.rules-teaser { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.rules-list { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; }
.rules-list li { position: relative; padding: 18px 20px 18px 54px; border: 1px solid var(--line); border-radius: 18px; background: #fff; color: var(--muted); }
.rules-list li::before { content: "✓"; position: absolute; left: 18px; top: 17px; display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; background: var(--aqua-soft); color: var(--aqua-dark); font-weight: 900; }

.contact-band { position: relative; overflow: hidden; padding: 72px 0; background: var(--aqua); color: var(--navy-deep); }
.contact-band::after { content: ""; position: absolute; width: 420px; height: 420px; right: -170px; top: -240px; border: 60px solid rgba(255,255,255,.38); border-radius: 50%; }
.contact-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; }
.contact-grid h2 { margin: 0 0 12px; color: var(--navy-deep); }
.contact-grid p { max-width: 680px; margin: 0; color: #064e65; }
.contact-actions { display: grid; gap: 10px; min-width: 280px; }
.contact-actions .btn { background: var(--navy-deep); color: #fff; }
.contact-actions .btn:last-child { border-color: rgba(3,38,83,.3); background: rgba(255,255,255,.65); color: var(--navy-deep); }

.footer { padding: 54px 0 26px; background: #031d40; color: #c3d8e8; }
.footer-grid { display: grid; grid-template-columns: 1.1fr .8fr .8fr; gap: 55px; padding-bottom: 38px; }
.footer-logo {
  display: block;
  width: 190px;
  height: auto;
  max-width: 100%;
  padding: 10px 13px;
  border-radius: 16px;
  background: #fff;
  box-sizing: content-box;
  object-fit: contain;
}
.footer-brand p { max-width: 370px; margin: 18px 0 0; font-size: 14px; }
.footer-brand p span { display: block; }
.footer-slogan { margin-bottom: 2px; color: #fff; font-weight: 800; }
.footer h3 { color: #fff; font-size: 14px; letter-spacing: .1em; text-transform: uppercase; }
.footer-links { display: grid; gap: 8px; font-size: 14px; }
.footer-links a:hover { color: var(--aqua); }
.footer-bottom { display: flex; gap: 20px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: #87a6bb; font-size: 12px; }

.page-hero { position: relative; overflow: hidden; padding: 72px 0 68px; background: var(--navy-soft); }
.page-hero::after { content: ""; position: absolute; right: -90px; top: -170px; width: 360px; height: 360px; border: 55px solid rgba(9,185,191,.22); border-radius: 50%; }
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { max-width: 820px; margin-bottom: 16px; }
.page-hero p { max-width: 720px; margin: 0; color: var(--muted); font-size: 18px; }
.breadcrumbs { display: flex; gap: 8px; margin-bottom: 22px; color: var(--muted); font-size: 13px; font-weight: 700; }
.breadcrumbs a { color: var(--aqua-dark); }

.content-layout { display: grid; min-width: 0; grid-template-columns: 300px minmax(0,1fr); gap: 45px; align-items: start; }
.side-nav { position: sticky; top: 110px; display: grid; min-width: 0; gap: 9px; padding: 18px; border: 1px solid #cbe9ec; border-radius: 22px; background: linear-gradient(160deg,#fff 35%,var(--aqua-soft)); box-shadow: var(--shadow-small); }
.side-nav-title { margin: 0 4px 4px; color: var(--navy); font-size: 13px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.side-nav a { display: flex; min-width: 0; align-items: center; gap: 10px; min-height: 52px; padding: 9px 11px; border: 1px solid var(--line); border-radius: 14px; background: #fff; color: var(--navy); box-shadow: 0 5px 14px rgba(3,38,83,.05); overflow-wrap: anywhere; font-size: 14px; font-weight: 800; transition: transform .2s ease,border-color .2s ease,box-shadow .2s ease; }
.side-nav a span { display: grid; flex: 0 0 32px; place-items: center; width: 32px; height: 32px; border-radius: 10px; background: var(--aqua-soft); color: var(--aqua-dark); font-size: 11px; font-weight: 950; }
.side-nav a:hover { border-color: var(--aqua); color: var(--navy); box-shadow: 0 8px 20px rgba(3,38,83,.09); transform: translateX(3px); }
.content-stack { display: grid; min-width: 0; gap: 26px; }
.content-card { min-width: 0; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow-small); }
.content-card h2 { font-size: 30px; }
.content-card h3 { margin-top: 22px; }
.content-card p:last-child { margin-bottom: 0; }
.content-card ul { color: var(--muted); }
.content-card--expectations { border-color: #9fe2e3; background: linear-gradient(145deg,#fff,var(--aqua-soft)); }
.terms-document { gap: 0; padding: 36px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow-small); }
.terms-document .content-card { padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.terms-document .content-card + .content-card { margin-top: 30px; padding-top: 30px; border-top: 1px solid var(--line); }
.terms-document .content-card h2 { margin-bottom: 14px; }

.full-price { display: grid; max-width: 820px; gap: 24px; margin-inline: auto; }
.price-category { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow-small); }
.price-category h2 { margin: 0; padding: 22px 25px; background: var(--navy); color: #fff; font-size: 25px; }
.price-table { width: 100%; border-collapse: collapse; table-layout: fixed; }
.price-table td { padding: 14px 22px; border-bottom: 2px solid #c7efef; }
.price-table td:first-child { width: 58%; }
.price-table tr:last-child td { border-bottom: 0; }
.price-table td:last-child { width: 42%; color: var(--navy); text-align: left; font-weight: 850; white-space: nowrap; }
.price-notice { padding: 26px; border-radius: var(--radius-md); background: var(--aqua-soft); color: #075869; }
.price-notice strong { color: var(--navy); }
.price-notice--minimum { display: grid; gap: 4px; border: 2px solid var(--aqua); background: #fff; }

.gallery-page-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); align-items: start; gap: 24px; }
.gallery-page-grid .result-images { align-items: start; }
.gallery-page-grid .result-image { min-height: 0; aspect-ratio: auto; background: #e9f0f5; }
.gallery-page-grid .result-image img { width: 100%; height: auto; object-fit: contain; }
.gallery-page-grid .result-card:first-child { grid-column: 1 / -1; }
.gallery-page-grid .result-card:first-child .result-image { min-height: 0; }
.gallery-page-grid .result-image--wide, .gallery-page-grid .result-images--mini .result-image, .gallery-page-grid .result-images--mini-wide .result-image { aspect-ratio: auto; }
.result-card--extended { align-self: start; }
.result-extra-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; padding: 0 20px 22px; }
.result-extra-grid--single { grid-template-columns: minmax(0,560px); }
.result-extra-pair { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.result-extra-pair h4 { margin: 0; padding: 10px 13px; background: var(--navy-soft); color: var(--navy); font-size: 13px; }
.result-images--mini .result-image { min-height: 0; aspect-ratio: 3 / 4; }
.result-images--mini-wide .result-image { aspect-ratio: 4 / 3; }
.result-images--mini .result-image span { left: 8px; top: 8px; padding: 5px 8px; border-width: 1px; font-size: 8px; }

.contact-page-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 30px; }
.contact-panel { padding: 34px; border-radius: var(--radius-lg); background: var(--navy); color: #fff; }
.contact-panel h2, .contact-panel h3 { color: #fff; }
.contact-list { display: grid; gap: 15px; margin-top: 28px; }
.contact-item { padding: 16px; border: 1px solid rgba(255,255,255,.16); border-radius: 16px; background: rgba(255,255,255,.07); }
.contact-item small { display: block; color: #91b4ca; }
.contact-item strong { font-size: 18px; }
.contact-info { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow-small); }
.faq-list { display: grid; gap: 12px; }
.faq-list details { padding: 18px 20px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.faq-list summary { color: var(--navy); font-weight: 850; cursor: pointer; }
.faq-list p { margin: 12px 0 0; color: var(--muted); }

.mobile-bar { display: none; }

@media (max-width: 980px) {
  .nav-links { position: fixed; inset: 82px 0 auto 0; display: none; padding: 22px 20px 28px; border-bottom: 1px solid var(--line); background: #fff; box-shadow: var(--shadow); }
  .nav-links.open { display: grid; justify-content: stretch; gap: 4px; }
  .nav-links a { padding: 12px; border-radius: 10px; }
  .nav-links a:hover { background: var(--aqua-soft); }
  .nav-links a::after { display: none; }
  .menu-toggle { display: block; }
  .nav-phone { margin-left: 0; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .hero-visual { max-width: 760px; width: 100%; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .process-grid { grid-template-columns: repeat(2,1fr); }
  .quick-grid { grid-template-columns: repeat(2,1fr); }
  .results-grid, .price-teaser, .rules-teaser, .contact-page-grid { grid-template-columns: 1fr; }
  .content-layout { grid-template-columns: 1fr; }
  .side-nav { position: static; grid-template-columns: repeat(3,minmax(0,1fr)); }
  .side-nav-title { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  body { padding-bottom: 70px; }
  .container { width: min(100% - 28px, var(--container)); }
  .nav { min-height: 72px; gap: 9px; }
  .logo img { width: 132px; }
  .nav-links { top: 72px; }
  .nav-phone { display: none; }
  .hero { padding: 54px 0 66px; }
  .hero-grid { gap: 38px; }
  h1 { font-size: clamp(36px, 12vw, 45px); overflow-wrap: break-word; }
  .hero-lead { font-size: 16px; }
  .hero-visual { width: 100%; grid-template-columns: 1fr; gap: 14px; min-height: 0; padding-top: 22px; }
  .before-chip { grid-column: 1; grid-row: 1; }
  .hero-photo { grid-column: 1; grid-row: 2; }
  .hero-photo, .before-chip { aspect-ratio: 507 / 433; border-width: 5px; border-radius: 21px; }
  .hero-photo span, .before-chip span { left: 10px; top: 10px; padding: 6px 10px; font-size: 9px; }
  .result-badge { top: 0; min-height: 32px; padding: 6px 10px; font-size: 9px; }
  .quick-nav { margin-top: -26px; }
  .quick-grid { grid-template-columns: 1fr 1fr; }
  .quick-card { min-height: 122px; padding: 18px 46px 18px 18px; }
  .quick-card::after { right: 12px; width: 28px; height: 28px; font-size: 15px; }
  .quick-card strong { font-size: 17px; }
  .section { padding: 70px 0; }
  .section-head { align-items: start; flex-direction: column; margin-bottom: 30px; }
  .section-head .btn, .section-head .text-link { margin-top: -10px; }
  .service-grid, .process-grid, .price-list, .gallery-page-grid { grid-template-columns: minmax(0,1fr); }
  .service-card { min-height: 200px; }
  .result-images { grid-template-columns: 1fr 1fr; }
  .result-image, .result-card-vertical .result-image { min-height: 270px; }
  .gallery-page-grid .result-image, .gallery-page-grid .result-card:first-child .result-image { min-height: 0; }
  .gallery-page-grid .result-card:first-child { grid-column: auto; }
  .result-extra-grid { grid-template-columns: 1fr; padding: 0 14px 18px; }
  .result-extra-grid--single { grid-template-columns: 1fr; }
  .result-caption { align-items: start; flex-direction: column; }
  .price-intro { padding: 32px 25px; }
  .price-row { min-height: 74px; padding: 20px; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-actions { min-width: 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .page-hero { padding: 52px 0; }
  .side-nav { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .side-nav a { min-height: 58px; padding: 9px; font-size: 12px; line-height: 1.25; }
  .content-card, .contact-panel, .contact-info { padding: 25px 21px; }
  .terms-document { padding: 25px 21px; }
  .price-table tr { display: flex; flex-direction: column; gap: 2px; padding: 13px 15px; border-bottom: 1px solid var(--line); }
  .price-table tr:last-child { border-bottom: 0; }
  .price-table td { padding: 0; border: 0; font-size: 14px; }
  .price-table td:first-child, .price-table td:last-child { width: 100%; }
  .price-table td:last-child { text-align: left; white-space: normal; }
  .contact-item strong { overflow-wrap: anywhere; }
  .mobile-bar { position: fixed; z-index: 110; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: .85fr 1.15fr; gap: 8px; padding: 9px 12px calc(9px + env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: rgba(255,255,255,.97); box-shadow: 0 -10px 30px rgba(3,38,83,.12); }
  .mobile-bar a { display: flex; align-items: center; justify-content: center; min-height: 46px; border-radius: 13px; background: var(--navy); color: #fff; font-size: 14px; font-weight: 850; }
  .mobile-bar a:last-child { background: var(--aqua); color: var(--navy-deep); }
}

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