:root {
      --navy: #0c3447;
      --blue: #0d688d;
      --blue-dark: #084b6a;
      --blue-pale: #e9f6fb;
      --ink: #16252d;
      --muted: #5c6b73;
      --line: #dfe9ed;
      --warm: #ed8a33;
      --warm-dark: #c96918;
      --white: #ffffff;
      --paper: #f8fbfc;
      --shadow: 0 16px 46px rgba(12, 52, 71, .12);
      --radius: 18px;
      --container: 1180px;
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      color: var(--ink);
      background: var(--white);
      line-height: 1.58;
      overflow-x: hidden;
    }
    a { color: inherit; text-decoration: none; }
    img { max-width: 100%; display: block; }
    button { font: inherit; }
    .container { width: min(calc(100% - 40px), var(--container)); margin: 0 auto; }
    .sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }

    .topbar {
      background: var(--navy);
      color: rgba(255,255,255,.88);
      font-size: .88rem;
    }
    .topbar .container {
      min-height: 42px;
      display: flex;
      gap: 20px;
      align-items: center;
      justify-content: space-between;
    }
    .topbar-list { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; }
    .topbar a { color: #fff; font-weight: 650; }
    .topbar .availability { color: #c6e9f7; }

    header {
      position: sticky;
      top: 0;
      z-index: 50;
      background: rgba(255,255,255,.96);
      border-bottom: 1px solid rgba(12,52,71,.09);
      backdrop-filter: blur(14px);
    }
    .nav {
      min-height: 83px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
    }
    .brand { display: flex; gap: 11px; align-items: center; min-width: max-content; }
    .brand-mark {
      width: 43px; height: 43px; border-radius: 13px;
      display: grid; place-items: center;
      color: white; background: linear-gradient(145deg, var(--blue), var(--navy));
      box-shadow: 0 8px 17px rgba(13,104,141,.28);
    }
    .brand-text { display: grid; line-height: 1.08; }
    .brand-text strong { letter-spacing: -.025em; font-size: 1.05rem; color: var(--navy); }
    .brand-text span { color: var(--muted); font-size: .74rem; margin-top: 3px; font-weight: 600; }
    .nav-links { list-style: none; display: flex; gap: 3px; padding: 0; margin: 0; align-items: center; }
    .nav-links a { display: inline-flex; padding: 10px 12px; border-radius: 9px; color: #34464f; font-size: .94rem; font-weight: 670; }
    .nav-links a:hover, .nav-links a:focus-visible { background: var(--blue-pale); color: var(--blue-dark); outline: none; }
    .nav-cta { display: inline-flex; align-items: center; gap: 8px; background: var(--warm); color: white; padding: 11px 16px; border-radius: 10px; font-weight: 750; white-space: nowrap; box-shadow: 0 9px 18px rgba(237,138,51,.22); }
    .nav-cta:hover { background: var(--warm-dark); }
    .menu-toggle { display: none; border: 0; padding: 8px; background: transparent; color: var(--navy); cursor: pointer; }

    .hero {
      position: relative;
      isolation: isolate;
      color: white;
      background: radial-gradient(circle at 70% 14%, rgba(84,194,230,.29), transparent 27%), linear-gradient(113deg, #08354b 0%, #0a5978 54%, #0e7497 100%);
      min-height: 608px;
      overflow: hidden;
    }
    .hero:before {
      content: "";
      position: absolute; inset: 0;
      z-index: -1;
      opacity: .42;
      background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
      background-size: 44px 44px;
      mask-image: linear-gradient(to right, #000, transparent 86%);
    }
    .hero:after {
      content: "";
      width: 720px; height: 720px;
      border: 96px solid rgba(255,255,255,.055);
      position: absolute; right: -315px; bottom: -422px;
      border-radius: 50%; z-index: -1;
    }
    .hero .container { min-height: 608px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 36px; }
    .eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 7px 11px; border: 1px solid rgba(255,255,255,.26); border-radius: 999px; color: #d8f5ff; text-transform: uppercase; letter-spacing: .09em; font-weight: 800; font-size: .71rem; }
    .eyebrow .dot { width: 7px; height: 7px; border-radius: 50%; background: #7fe2ff; box-shadow: 0 0 0 5px rgba(127,226,255,.14); }
    h1 { margin: 18px 0 16px; font-size: clamp(2.5rem, 5vw, 4.75rem); line-height: .98; max-width: 780px; letter-spacing: -.055em; }
    .hero h1 em { font-style: normal; color: #a7e9ff; }
    .hero-lead { font-size: clamp(1.02rem, 1.3vw, 1.2rem); max-width: 630px; color: rgba(255,255,255,.86); margin: 0; }
    .hero-actions { margin-top: 29px; display: flex; flex-wrap: wrap; align-items: center; gap: 13px; }
    .button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; border-radius: 10px; padding: 13px 18px; font-weight: 780; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
    .button:hover { transform: translateY(-2px); }
    .button-primary { background: var(--warm); color: white; box-shadow: 0 12px 24px rgba(2,22,30,.22); }
    .button-primary:hover { background: var(--warm-dark); }
    .button-ghost { color: #fff; border: 1px solid rgba(255,255,255,.34); background: rgba(255,255,255,.08); }
    .button-ghost:hover { background: rgba(255,255,255,.16); }
    .trust-line { display: flex; gap: 20px; flex-wrap: wrap; margin: 38px 0 0; padding: 0; list-style: none; color: #e2f4fa; font-size: .91rem; }
    .trust-line li { display: flex; align-items: center; gap: 8px; }
    .check { display: grid; place-items: center; width: 19px; height: 19px; border-radius: 50%; background: rgba(161,232,255,.18); color: #9ee7ff; font-weight: 900; }

    .hero-visual { position: relative; align-self: stretch; min-height: 490px; display: grid; place-items: center; }
    .visual-card {
      width: min(100%, 460px); position: relative; aspect-ratio: 1 / 1.05; border-radius: 34px; overflow: hidden;
      background: linear-gradient(150deg, rgba(255,255,255,.13), rgba(255,255,255,.04)); border: 1px solid rgba(255,255,255,.23); box-shadow: 0 38px 68px rgba(0,18,28,.27); backdrop-filter: blur(4px);
    }
    .visual-card:before { content: ""; position: absolute; width: 290px; height: 290px; border-radius: 50%; background: linear-gradient(135deg, rgba(148,230,255,.55), rgba(17,122,158,.13)); top: -80px; right: -70px; }
    .visual-card:after { content: ""; position: absolute; left: -55px; bottom: -60px; width: 220px; height: 220px; border-radius: 50%; background: rgba(237,138,51,.2); filter: blur(5px); }
    .tool-illustration { position: absolute; inset: 8% 4% 7%; z-index: 2; }
    .floating-note { position: absolute; z-index: 3; right: -18px; bottom: 28px; padding: 13px 15px; border-radius: 14px; background: white; color: var(--ink); box-shadow: var(--shadow); max-width: 195px; font-size: .81rem; font-weight: 650; }
    .floating-note strong { display: block; color: var(--blue-dark); font-size: .94rem; margin-bottom: 2px; }
    .float-badge { position: absolute; left: -24px; top: 83px; z-index: 3; background: var(--warm); border-radius: 13px; padding: 11px 13px; box-shadow: 0 14px 26px rgba(0,22,30,.24); font-weight: 800; font-size: .78rem; }

    .quick-panel { position: relative; z-index: 5; margin-top: -46px; }
    .quick-panel-inner { display: grid; grid-template-columns: repeat(3, 1fr); background: white; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); border: 1px solid rgba(12,52,71,.07); }
    .quick-item { padding: 22px 26px; display: flex; gap: 14px; align-items: flex-start; border-right: 1px solid var(--line); }
    .quick-item:last-child { border-right: 0; }
    .round-icon { flex: 0 0 auto; width: 42px; height: 42px; border-radius: 12px; background: var(--blue-pale); color: var(--blue); display: grid; place-items: center; }
    .quick-item strong { display: block; font-size: .98rem; color: var(--navy); margin-bottom: 3px; }
    .quick-item span { display: block; color: var(--muted); font-size: .86rem; line-height: 1.45; }

    section { padding: 94px 0; }
    .section-head { max-width: 720px; margin-bottom: 39px; }
    .section-kicker { color: var(--blue); font-size: .77rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 10px; }
    h2 { color: var(--navy); font-size: clamp(2rem, 3.4vw, 3.28rem); letter-spacing: -.045em; line-height: 1.05; margin: 0 0 15px; }
    .section-head p { margin: 0; color: var(--muted); font-size: 1.06rem; }

    .services { background: var(--paper); }
    .services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
    .service-card { position: relative; min-height: 285px; padding: 28px; border-radius: 17px; background: white; border: 1px solid var(--line); overflow: hidden; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
    .service-card:hover { transform: translateY(-5px); box-shadow: 0 17px 35px rgba(12,52,71,.1); border-color: rgba(13,104,141,.25); }
    .service-card .icon-box { width: 56px; height: 56px; display: grid; place-items: center; background: #eef7fa; border: 1px solid #d6eaf1; border-radius: 14px; box-shadow: 0 8px 16px rgba(12,52,71,.06); }
    .service-card h3 { font-size: 1.24rem; color: var(--navy); margin: 20px 0 9px; letter-spacing: -.02em; }
    .service-card p { color: var(--muted); font-size: .94rem; margin: 0; }
    .service-card a { display: inline-flex; margin-top: 20px; color: var(--blue-dark); font-size: .9rem; font-weight: 800; gap: 7px; }
    .service-card:after { content: ""; position: absolute; width: 132px; height: 132px; border-radius: 50%; right: -53px; bottom: -58px; background: var(--blue-pale); }
    .service-card > * { position: relative; z-index: 1; }

    .split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(35px, 7vw, 94px); align-items: center; }
    .photo-like { min-height: 470px; border-radius: 25px; overflow: hidden; position: relative; background: linear-gradient(140deg, #d8edf3, #7abbd1 53%, #1b6c8b); box-shadow: var(--shadow); }
    .photo-like:before { content:""; position: absolute; inset: 0; background: linear-gradient(144deg, rgba(255,255,255,.48), rgba(0,39,59,.12)); }
    .photo-like .detail-grid { position: absolute; inset: 0; background: linear-gradient(90deg, transparent 49.5%, rgba(255,255,255,.20) 50%, transparent 50.5%), linear-gradient(0deg, transparent 49.5%, rgba(255,255,255,.20) 50%, transparent 50.5%); background-size: 68px 68px; opacity: .72; }
    .pipe-assembly { position: absolute; inset: 0; display: grid; place-items: center; transform: rotate(-9deg); }
    .pipe-main { position: relative; width: 85%; height: 124px; border-radius: 70px; background: linear-gradient(180deg, #eff4f5, #a6b5bb 44%, #e9f1f2); box-shadow: inset 0 -10px 16px rgba(0,38,56,.16), 0 22px 28px rgba(0,42,58,.2); }
    .pipe-main:before, .pipe-main:after { content:""; position:absolute; border-radius: 50%; width: 160px; height: 160px; border: 42px solid #dce5e7; background: transparent; top: -18px; }
    .pipe-main:before { left: -66px; border-right-color: #9faeb4; }
    .pipe-main:after { right: -66px; border-left-color: #9faeb4; }
    .valve { position:absolute; width: 137px; height: 137px; border-radius: 50%; background: conic-gradient(from 30deg, #ef9b45, #bc5510, #f6b263, #bc5510, #ef9b45); border: 15px solid #dce4e5; box-shadow: inset 0 0 0 10px rgba(86,42,8,.12), 0 13px 18px rgba(0,42,58,.27); }
    .valve:before { content:""; position:absolute; width: 30px; height: 230px; border-radius: 20px; background: linear-gradient(90deg,#b85110,#f0a35a,#a84308); left: 39px; top: -47px; }
    .valve:after { content:""; position:absolute; width: 70px; height: 70px; border-radius: 50%; background: #265e72; inset: 18px; border: 8px solid #e6eef0; }
    .fact-list { display: grid; gap: 17px; margin: 27px 0 0; }
    .fact { display: grid; grid-template-columns: 38px 1fr; gap: 12px; align-items: start; }
    .fact .fact-number { font-size: .77rem; font-weight: 850; color: var(--blue); border: 1px solid #b8ddea; width: 33px; height: 33px; border-radius: 50%; display: grid; place-items: center; }
    .fact strong { display: block; color: var(--navy); margin-bottom: 2px; }
    .fact p { margin: 0; color: var(--muted); font-size: .94rem; }

    .audience { background: var(--navy); color: white; }
    .audience .section-kicker { color: #9ae5fa; }
    .audience h2 { color: white; }
    .audience .section-head p { color: rgba(255,255,255,.74); }
    .audience-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 50px; align-items: center; }
    .audience-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
    .audience-card { border: 1px solid rgba(255,255,255,.14); border-radius: 14px; padding: 18px; background: rgba(255,255,255,.055); }
    .audience-card svg { color: #a7e9ff; }
    .audience-card strong { display: block; margin: 11px 0 3px; font-size: 1rem; }
    .audience-card span { color: rgba(255,255,255,.70); font-size: .87rem; }
    .audience-cta { padding: 30px; border-radius: 20px; background: linear-gradient(155deg, #0e779a, #0c4e6d); border: 1px solid rgba(255,255,255,.18); box-shadow: 0 20px 45px rgba(0,0,0,.2); }
    .audience-cta h3 { font-size: 1.55rem; letter-spacing: -.035em; margin: 0 0 10px; }
    .audience-cta p { color: rgba(255,255,255,.76); margin: 0 0 22px; }
    .audience-cta .button { width: 100%; }

    .process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 21px; position: relative; }
    .step { padding: 24px 0; position: relative; }
    .step-no { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: var(--blue-pale); color: var(--blue-dark); font-weight: 900; margin-bottom: 19px; }
    .step h3 { margin: 0 0 7px; color: var(--navy); font-size: 1.18rem; }
    .step p { margin: 0; color: var(--muted); max-width: 310px; }
    .step:not(:last-child):after { content: ""; position: absolute; height: 1px; background: #c7dce4; width: calc(100% - 72px); top: 48px; left: 72px; }

    .price-section { background: var(--paper); }
    .price-layout { display: grid; grid-template-columns: .83fr 1.17fr; gap: 55px; align-items: start; }
    .price-note { padding: 27px; border-radius: 17px; background: linear-gradient(145deg, var(--blue), var(--blue-dark)); color: white; }
    .price-note h3 { margin: 0 0 12px; font-size: 1.35rem; letter-spacing: -.025em; }
    .price-note p { margin: 0; color: rgba(255,255,255,.8); }
    .price-note .mini { display: block; margin-top: 19px; padding-top: 15px; border-top: 1px solid rgba(255,255,255,.19); color: #bfeffd; font-weight: 750; font-size: .86rem; }
    .price-table { background: white; border: 1px solid var(--line); border-radius: 17px; overflow: hidden; }
    .price-row { display: grid; grid-template-columns: 1fr auto; gap: 18px; padding: 21px 23px; border-bottom: 1px solid var(--line); }
    .price-row:last-child { border-bottom: 0; }
    .price-row strong { color: var(--navy); display: block; margin-bottom: 3px; }
    .price-row small { color: var(--muted); display: block; font-size: .85rem; max-width: 530px; }
    .price-row b { color: var(--blue-dark); font-size: 1.14rem; align-self: center; white-space: nowrap; }

    .faq-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 72px; align-items: start; }
    .faq-layout .section-head { margin: 0; }
    details { border-top: 1px solid var(--line); }
    details:last-child { border-bottom: 1px solid var(--line); }
    summary { cursor: pointer; list-style: none; padding: 18px 31px 18px 0; position: relative; color: var(--navy); font-weight: 770; }
    summary::-webkit-details-marker { display: none; }
    summary:after { content: "+"; position: absolute; right: 4px; top: 10px; color: var(--blue); font-size: 1.55rem; font-weight: 350; }
    details[open] summary:after { content: "–"; }
    details p { padding: 0 0 18px; margin: 0; color: var(--muted); font-size: .95rem; }

    .contact-strip { padding: 72px 0; background: linear-gradient(105deg, #ecf9fd, #d5eef7); }
    .contact-strip-inner { display: flex; gap: 34px; align-items: center; justify-content: space-between; }
    .contact-strip h2 { max-width: 630px; margin: 0; font-size: clamp(1.9rem, 3.5vw, 2.9rem); }
    .contact-buttons { display: flex; gap: 11px; flex-wrap: wrap; flex: 0 0 auto; }
    .button-outline { color: var(--blue-dark); border: 1px solid #a6cfdd; background: #fff; }
    .button-outline:hover { background: var(--blue-pale); }

    footer { background: #082b3c; color: rgba(255,255,255,.74); }
    .footer-main { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 45px; padding: 55px 0 37px; }
    footer .brand-text strong { color: #fff; }
    footer .brand-text span { color: #a4d5e3; }
    footer p { margin: 16px 0 0; max-width: 400px; font-size: .91rem; }
    .footer-title { color: white; text-transform: uppercase; letter-spacing: .1em; font-size: .72rem; font-weight: 850; margin: 5px 0 14px; }
    .footer-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; font-size: .91rem; }
    .footer-list a:hover { color: #b4ecfb; }
    .footer-bottom { border-top: 1px solid rgba(255,255,255,.12); padding: 19px 0; display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; font-size: .79rem; }

    .mobile-call { display: none; }

    @media (max-width: 970px) {
      .nav-links { display: none; }
      .menu-toggle { display: inline-grid; place-items: center; }
      .nav-cta { display: none; }
      .nav-links.is-open { display: grid; position: absolute; top: 83px; left: 20px; right: 20px; gap: 4px; padding: 12px; background: white; border: 1px solid var(--line); border-radius: 13px; box-shadow: var(--shadow); }
      .nav-links.is-open a { padding: 12px; }
      .hero .container { grid-template-columns: 1fr; padding-top: 75px; padding-bottom: 69px; }
      .hero { min-height: auto; }
      .hero .container { min-height: auto; }
      .hero-visual { max-width: 490px; width: 100%; margin: -20px auto 0; min-height: 415px; }
      .quick-panel { margin-top: 0; padding: 20px 0 0; background: var(--paper); }
      .quick-panel-inner { grid-template-columns: 1fr; }
      .quick-item { border-right: 0; border-bottom: 1px solid var(--line); }
      .quick-item:last-child { border-bottom: 0; }
      .services-grid { grid-template-columns: 1fr 1fr; }
      .split, .audience-grid, .price-layout, .faq-layout { grid-template-columns: 1fr; }
      .photo-like { min-height: 390px; }
      .process-grid { gap: 18px; }
      .footer-main { grid-template-columns: 1.4fr 1fr; }
    }

    @media (max-width: 650px) {
      .container { width: min(calc(100% - 30px), var(--container)); }
      .topbar .container { min-height: 39px; justify-content: center; text-align: center; }
      .topbar-list { justify-content: center; gap: 9px 15px; }
      .topbar .availability { display: none; }
      .nav { min-height: 73px; }
      .brand-mark { width: 39px; height: 39px; }
      .brand-text strong { font-size: .96rem; }
      .brand-text span { font-size: .67rem; }
      .nav-links.is-open { top: 73px; left: 15px; right: 15px; }
      .hero .container { padding-top: 57px; padding-bottom: 35px; gap: 17px; }
      h1 { font-size: clamp(2.35rem, 12vw, 3.45rem); }
      .hero-lead { font-size: 1rem; }
      .hero-actions { margin-top: 23px; }
      .hero-actions .button { width: 100%; }
      .trust-line { margin-top: 29px; gap: 10px 18px; }
      .hero-visual { min-height: 329px; max-width: 360px; margin-top: 0; }
      .float-badge { left: -7px; top: 41px; }
      .floating-note { right: -4px; bottom: 12px; max-width: 175px; }
      section { padding: 64px 0; }
      .services-grid, .audience-list, .process-grid { grid-template-columns: 1fr; }
      .service-card { min-height: 0; }
      .photo-like { min-height: 310px; border-radius: 18px; }
      .pipe-main { transform: scale(.75); }
      .step { padding: 5px 0 14px 68px; }
      .step-no { position: absolute; left: 0; top: 6px; }
      .step:not(:last-child):after { width: 1px; height: calc(100% - 57px); top: 59px; left: 24px; }
      .price-row { padding: 18px; gap: 9px; }
      .price-row b { font-size: 1rem; }
      .contact-strip { padding: 55px 0; }
      .contact-strip-inner { align-items: flex-start; flex-direction: column; gap: 25px; }
      .contact-buttons { width: 100%; }
      .contact-buttons .button { flex: 1 1 180px; }
      .footer-main { grid-template-columns: 1fr; gap: 26px; padding-top: 42px; }
      .mobile-call { position: fixed; display: flex; align-items: center; justify-content: center; z-index: 60; bottom: 15px; right: 15px; width: 54px; height: 54px; border-radius: 50%; background: var(--warm); color: white; box-shadow: 0 13px 28px rgba(99,47,6,.32); }
    }

/* -------------------------------------------------------------------------
   Rozšírenia pre viacstránkovú PHP verziu.
   Všetky farby, layout a komponenty ostávajú sústredené v tomto súbore.
   ------------------------------------------------------------------------- */

:root {
  --focus-ring: 0 0 0 4px rgba(13, 104, 141, .20);
}

:focus-visible {
  outline: none;
  box-shadow: var(--focus-ring);
}

.site-header { position: sticky; top: 0; z-index: 50; }
.nav { position: relative; }
.nav-links { align-items: center; }
.nav-links > li { position: relative; }
.nav-links a,
.nav-links summary { font-size: .94rem; font-weight: 700; color: var(--ink); }
.nav-links a:hover,
.nav-links summary:hover,
.nav-links a.is-active { color: var(--blue); }
.nav-group { position: relative; }
.nav-group summary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  list-style: none;
  cursor: pointer;
  padding: 11px 0;
}
.nav-group summary::-webkit-details-marker { display: none; }
.nav-group summary::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1.7px solid currentColor;
  border-bottom: 1.7px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform .2s ease;
}
.nav-group[open] summary::after { transform: rotate(225deg) translate(-2px, -1px); }
.nav-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  left: -18px;
  z-index: 60;
  width: max-content;
  min-width: 260px;
  margin: 0;
  padding: 9px;
  list-style: none;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow);
}
.nav-dropdown a { display: block; padding: 10px 12px; border-radius: 9px; }
.nav-dropdown a:hover { background: var(--blue-pale); }

.page-hero {
  padding: 80px 0 60px;
  background: linear-gradient(135deg, #edf9fc 0%, #f9fcfd 64%, #fff4e8 100%);
  border-bottom: 1px solid var(--line);
}
.page-hero .container { max-width: 940px; }
.page-hero h1 { max-width: 850px; margin-bottom: 16px; }
.page-hero p { max-width: 720px; margin: 0; color: var(--muted); font-size: 1.08rem; }
.page-hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }

.content-page { padding-bottom: 0; }
.content-page .section:first-child { padding-top: 76px; }

.service-list-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 32px;
}
.service-list-card {
  padding: 23px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(12, 52, 71, .05);
}
.service-list-card h3 { margin: 0 0 8px; font-size: 1.05rem; }
.service-list-card p { margin: 0; color: var(--muted); }

.pricing-section { background: var(--paper); }
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}
.price-card {
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 15px;
  box-shadow: 0 10px 28px rgba(12, 52, 71, .06);
}
.price-card h3 { margin: 0 0 14px; font-size: 1.02rem; }
.price-card .price-value { display: block; color: var(--blue-dark); font-size: 1.65rem; line-height: 1.15; margin-bottom: 12px; }
.price-card p { margin: 0; color: var(--muted); font-size: .94rem; }
.price-card--material { background: #eaf8fd; border-color: #b9e4f3; }
.price-card--material .price-value { font-size: 1.28rem; letter-spacing: -.01em; }
.pricing-note { margin-top: 20px; color: var(--muted); font-size: .94rem; }

.testimonials { background: #0c3447; color: #fff; overflow: hidden; }
.testimonials .section-kicker { color: #bceffc; }
.testimonials h2 { color: #fff; }
.testimonials-intro { margin: 0; max-width: 670px; color: rgba(255,255,255,.78); }
.testimonial-slider { position: relative; margin-top: 30px; }
.testimonial-track {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 4px 0 12px;
  scrollbar-width: thin;
}
.testimonial-card {
  flex: 0 0 min(370px, calc(100vw - 54px));
  scroll-snap-align: start;
  min-height: 370px;
  display: flex;
  flex-direction: column;
  padding: 25px 25px 0;
  color: var(--ink);
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 13px 35px rgba(0,0,0,.18);
}
.testimonial-card .stars {
  color: var(--warm);
  letter-spacing: 2px;
  font-size: 1rem;
}
.testimonial-card blockquote {
  margin: 17px 0 25px;
  color: #3b4d57;
  font-size: 1rem;
  font-style: normal;
  line-height: 1.65;
}

/* Meno a typ práce sú ukotvené priamo na spodnej hrane každej referenčnej karty. */
.testimonial-card__author {
  display: block;
  margin-top: auto;
  margin-left: -25px;
  margin-right: -25px;
  padding: 15px 25px 17px;
  color: #5b707c;
  background: #eaf6fa;
  border-top: 1px solid #d1e8f0;
  border-radius: 0 0 16px 16px;
  font-size: .88rem;
  line-height: 1.45;
}
.testimonial-card__author strong {
  display: block;
  margin-bottom: 2px;
  color: var(--navy);
  font-size: .95rem;
}
.testimonial-card__author span {
  display: block;
  color: #607783;
}

.testimonial-controls { display: flex; align-items: center; gap: 9px; margin-top: 17px; }
.slider-button {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.40);
  border-radius: 50%;
  color: #fff;
  background: transparent;
  cursor: pointer;
}
.slider-button:hover { background: rgba(255,255,255,.12); }
.slider-dots { display: flex; gap: 6px; margin-left: 4px; }
.slider-dot { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.4); cursor: pointer; }
.slider-dot.is-active { background: #fff; }

.contact-cta { background: linear-gradient(135deg, var(--blue-dark), var(--navy)); color: #fff; }
.contact-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.contact-cta h2 { max-width: 740px; color: #fff; margin: 8px 0 0; }
.contact-cta .section-kicker { color: #bceffc; }
.contact-cta-actions { display: flex; gap: 11px; flex-wrap: wrap; }
.contact-cta .button-outline { color: #fff; border-color: rgba(255,255,255,.70); }
.contact-cta .button-outline:hover { border-color: #fff; background: rgba(255,255,255,.09); }

.contact-form {
  display: grid;
  gap: 15px;
  max-width: 720px;
  margin-top: 28px;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.field-label { display: grid; gap: 7px; font-weight: 700; font-size: .91rem; }
.field-label input,
.field-label textarea {
  width: 100%;
  border: 1px solid #cbdde4;
  border-radius: 10px;
  padding: 12px 13px;
  font: inherit;
  color: var(--ink);
  background: #fff;
}
.field-label textarea { min-height: 150px; resize: vertical; }
.form-help { margin: 0; color: var(--muted); font-size: .86rem; }

.notice-box {
  margin-top: 24px;
  padding: 18px 20px;
  border-left: 4px solid var(--warm);
  border-radius: 10px;
  color: var(--ink);
  background: #fff7ef;
}
.notice-box p { margin: 0; }

.simple-page { padding: 80px 0; min-height: 50vh; }
.simple-page .container { max-width: 860px; }
.simple-page h1 { margin-bottom: 18px; }
.simple-page h2 { margin-top: 42px; }
.simple-page p, .simple-page li { color: var(--muted); }

.content-missing { min-height: 55vh; }

@media (max-width: 970px) {
  .nav-links > li { width: 100%; }
  .nav-links.is-open { align-items: stretch; }
  .nav-links.is-open > li > a, .nav-links.is-open summary { display: flex; width: 100%; padding: 12px; }
  .nav-links.is-open .nav-group { border-bottom: 1px solid var(--line); }
  .nav-links.is-open .nav-dropdown {
    position: static;
    width: auto;
    min-width: 0;
    margin: 0 0 7px;
    box-shadow: none;
    border: 0;
    background: var(--paper);
  }
  .service-list-grid, .pricing-grid { grid-template-columns: 1fr 1fr; }
  .contact-cta-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 650px) {
  .page-hero { padding: 58px 0 44px; }
  .page-hero h1 { font-size: clamp(2.25rem, 11.5vw, 3.25rem); }
  .page-hero-actions .button { width: 100%; }
  .service-list-grid, .pricing-grid, .form-row { grid-template-columns: 1fr; }
  .content-page .section:first-child { padding-top: 56px; }
  .contact-cta-actions { width: 100%; }
  .contact-cta-actions .button { width: 100%; }
}

/* -------------------------------------------------------------------------
   Úprava navigácie a ikon na úvodnej stránke.
   Hlavné služby sú viditeľné priamo v menu, doplnkové ostávajú v rozbaľovaní.
   ------------------------------------------------------------------------- */
.nav {
  gap: 16px;
}

.nav-links {
  margin-left: auto;
  gap: 2px;
}

.nav-links > li {
  display: flex;
  align-items: center;
}

.nav-links > li > a,
.nav-links > li > .nav-group > summary {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 11px;
  border-radius: 9px;
  line-height: 1;
  white-space: nowrap;
}

.nav-links > li > a.is-active {
  color: var(--blue-dark);
  background: var(--blue-pale);
  box-shadow: inset 0 -2px 0 var(--blue);
}

.nav-group summary {
  gap: 8px;
}

.nav-group summary:hover,
.nav-group[open] summary {
  color: var(--blue-dark);
  background: var(--blue-pale);
}

.nav-dropdown {
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 8px);
  min-width: 278px;
  padding: 8px;
}

.nav-dropdown a {
  min-height: auto;
  padding: 11px 12px;
  white-space: normal;
}

.quick-panel {
  margin-top: -30px;
}

.quick-panel-inner {
  border-radius: 16px;
}

.quick-item {
  position: relative;
  min-height: 112px;
  padding: 21px 22px;
  align-items: center;
  color: inherit;
  transition: background .2s ease, transform .2s ease;
}

.quick-item:hover {
  background: #fbfdfe;
}

.quick-item:focus-visible {
  position: relative;
  z-index: 1;
}

.quick-item > .round-icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 46px;
  height: 46px;
  color: var(--blue-dark);
  background: #e7f5fa;
  border: 1px solid #d3edf5;
  border-radius: 13px;
}

.quick-icon-svg {
  width: 26px;
  height: 26px;
  object-fit: contain;
  display: block;
}

.quick-item-copy {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
}

.quick-item-copy strong {
  display: block;
  margin-bottom: 3px;
  color: var(--navy);
  font-size: .98rem;
}

.quick-item-copy > span {
  display: block;
  color: var(--muted);
  font-size: .86rem;
  line-height: 1.45;
}

.quick-arrow {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 28px;
  height: 28px;
  margin-left: 2px;
  color: var(--blue);
  font-size: 1.2rem;
  font-weight: 800;
  transition: transform .2s ease, color .2s ease;
}

.quick-item:hover .quick-arrow {
  color: var(--warm-dark);
  transform: translateX(3px);
}

.icon-box {
  color: inherit;
}

.round-icon img,
.icon-box img {
  display: block;
  object-fit: contain;
}

.card-icon-svg {
  width: 34px;
  height: 34px;
  object-fit: contain;
  display: block;
}

.services-grid--primary {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.services-grid--secondary {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.service-card--primary {
  min-height: 255px;
}

.service-card--compact {
  min-height: 264px;
  padding: 24px;
}

.service-card--compact .icon-box {
  width: 46px;
  height: 46px;
  border-radius: 13px;
}

.service-card--compact h3 {
  margin-top: 17px;
  font-size: 1.08rem;
}

.service-card--compact p {
  font-size: .89rem;
}

.supplemental-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin: 52px 0 20px;
}

.supplemental-heading > div {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--navy);
  font-size: 1.08rem;
}

.supplemental-heading__line {
  display: block;
  width: 34px;
  height: 3px;
  border-radius: 999px;
  background: var(--warm);
}

.supplemental-heading p {
  max-width: 470px;
  margin: 0;
  color: var(--muted);
  font-size: .92rem;
  text-align: right;
}

@media (max-width: 970px) {
  .nav-links {
    margin-left: 0;
  }

  .nav-links.is-open > li > a,
  .nav-links.is-open summary {
    min-height: 46px;
    padding: 12px;
  }

  .nav-dropdown {
    transform: none;
  }

  .quick-panel {
    margin-top: 0;
  }

  .quick-item {
    min-height: 0;
  }

  .services-grid--secondary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 650px) {
  .quick-item {
    padding: 18px;
  }

  .quick-arrow {
    display: none;
  }

  .services-grid--primary,
  .services-grid--secondary {
    grid-template-columns: 1fr;
  }

  .supplemental-heading {
    display: block;
    margin-top: 40px;
  }

  .supplemental-heading p {
    margin-top: 8px;
    text-align: left;
  }
}

/* -------------------------------------------------------------------------
   Kontaktný formulár a údaje o sprostredkovateľovi
   ------------------------------------------------------------------------- */
.contact-form-section {
  margin-top: 48px;
  padding-top: 6px;
}
.contact-form-section h2,
.provider-box h2 {
  font-size: clamp(1.55rem, 3vw, 2.1rem);
  margin: 0 0 10px;
}
.form-intro {
  margin: 0;
  max-width: 680px;
}
.contact-form {
  margin-top: 24px;
}
.field-label input:focus,
.field-label textarea:focus {
  border-color: var(--blue);
  outline: 3px solid rgba(13, 104, 141, .12);
}
.form-check {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.45;
}
.form-check input {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  margin: 2px 0 0;
  accent-color: var(--blue);
}
.form-check a,
.provider-box a,
.notice-box a {
  color: var(--blue-dark);
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.form-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.notice-box strong {
  display: block;
  margin-bottom: 7px;
}
.notice-box ul {
  margin: 0;
  padding-left: 20px;
}
.notice-box--error {
  border-left-color: #c75b28;
  background: #fff2eb;
}
.provider-box {
  margin-top: 54px;
  padding: 30px;
  border: 1px solid rgba(13, 104, 141, .20);
  border-radius: 18px;
  background: linear-gradient(135deg, #f8fcfd 0%, #edf7fa 100%);
  box-shadow: 0 14px 30px rgba(12, 52, 71, .06);
}
.provider-box__heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.provider-box__eyebrow {
  margin: 0 0 7px;
  color: var(--blue);
  font-size: .73rem;
  font-weight: 850;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.provider-box__badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(13, 104, 141, .10);
  color: var(--blue-dark);
  font-size: .78rem;
  font-weight: 850;
  white-space: nowrap;
}
.provider-box__intro {
  margin: 7px 0 0;
  max-width: 790px;
}
.provider-data-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr);
  gap: 16px;
  margin-top: 22px;
}
.provider-data-card {
  padding: 20px;
  border: 1px solid rgba(13, 104, 141, .14);
  border-radius: 13px;
  background: rgba(255, 255, 255, .82);
}
.provider-data-card h3 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 1rem;
}
.provider-data-card address {
  margin: 0;
  color: var(--ink);
  font-style: normal;
  line-height: 1.68;
}
.provider-data-list {
  margin: 0;
}
.provider-data-list > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding: 7px 0;
  border-bottom: 1px solid rgba(13, 104, 141, .12);
}
.provider-data-list > div:last-child {
  border-bottom: 0;
}
.provider-data-list dt {
  color: var(--muted);
}
.provider-data-list dd {
  margin: 0;
  color: var(--navy);
  font-weight: 850;
}
.provider-box__link {
  margin: 20px 0 0;
}
@media (max-width: 650px) {
  .provider-box { padding: 22px; }
  .provider-box__heading { align-items: flex-start; flex-direction: column; gap: 10px; }
  .provider-data-grid { grid-template-columns: 1fr; }
  .contact-info-grid { margin-top: 26px; }
}

/* -------------------------------------------------------------------------
   Finálne úpravy navigácie a kontaktného tlačidla
   ------------------------------------------------------------------------- */
/* Rozbaľovacia ponuka zostáva klikateľná, ale šípka pri „Ďalšie služby“ sa nezobrazuje. */
.nav-group summary::after,
.nav-group[open] summary::after {
  display: none;
}

.nav-group summary {
  gap: 0;
}

/* V tmavom kontaktnom páse má sekundárne tlačidlo biely podklad a čitateľný tmavomodrý text. */
.contact-cta .button-outline {
  color: var(--blue-dark);
  background: #fff;
  border-color: #fff;
}

.contact-cta .button-outline:hover,
.contact-cta .button-outline:focus-visible {
  color: var(--navy);
  background: #eaf7fb;
  border-color: #eaf7fb;
}

/* -------------------------------------------------------------------------
   Vodoinštalatérska stránka – pracovný čas, nonstop servis a rozsah služieb
   ------------------------------------------------------------------------- */
.section--muted {
  background: var(--paper);
}

.section--soft-blue {
  background: linear-gradient(135deg, #eaf8fc 0%, #f8fcfd 100%);
}

.availability-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .9fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: center;
}

.availability-intro {
  max-width: 620px;
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 1.03rem;
  line-height: 1.7;
}

.availability-card {
  padding: 7px;
  overflow: hidden;
  border: 1px solid #cfe6ee;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 15px 34px rgba(12, 52, 71, .09);
}

.availability-row {
  display: grid;
  grid-template-columns: 45px minmax(0, 1fr);
  gap: 13px;
  align-items: start;
  padding: 19px;
}

.availability-row + .availability-row {
  border-top: 1px solid var(--line);
}

.availability-icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 12px;
  color: var(--blue-dark);
  background: #e8f6fa;
  font-size: 1.28rem;
  font-weight: 800;
}

.availability-icon--warm {
  color: #a44c09;
  background: #fff0df;
}

.availability-row .availability-icon {
    display: flex !important;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 0;
}

.availability-row .availability-icon img {
    display: block;
    width: 60%;
    height: 60%;
    max-width: none;
    max-height: none;
    object-fit: contain;
    transform: scale(1.55);
    transform-origin: center center;
}

.availability-row strong,
.availability-row span {
  display: block;
}

.availability-row strong {
  margin-bottom: 4px;
  color: var(--navy);
  font-size: 1rem;
}

.availability-row span {
  color: var(--muted);
  font-size: .93rem;
  line-height: 1.55;
}

.availability-fees {
  padding: 16px 19px 18px;
  color: #704116;
  background: #fff7ef;
  border-top: 1px solid #f4dcc5;
}

.availability-fees p {
  margin: 0;
  font-size: .9rem;
  line-height: 1.55;
}

.availability-fees p + p {
  margin-top: 8px;
}

.repair-first-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(280px, .82fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: center;
}

.repair-first-layout > div > p {
  max-width: 710px;
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
}

.repair-first-layout > div > p + p {
  margin-top: 13px;
}

.repair-first-quote {
  position: relative;
  padding: 31px 29px 29px;
  overflow: hidden;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(145deg, var(--blue-dark), var(--navy));
  box-shadow: 0 16px 34px rgba(12, 52, 71, .19);
}

.quote-mark {
  position: absolute;
  top: -16px;
  right: 21px;
  color: rgba(255,255,255,.13);
  font-size: 8rem;
  font-family: Georgia, serif;
  line-height: 1;
}

.repair-first-quote strong,
.repair-first-quote p {
  position: relative;
  z-index: 1;
}

.repair-first-quote strong {
  display: block;
  max-width: 280px;
  font-size: 1.3rem;
  line-height: 1.25;
  letter-spacing: -.02em;
}

.repair-first-quote p {
  margin: 16px 0 0;
  color: #c7eff8;
  line-height: 1.65;
}

.system-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(285px, .92fr);
  gap: clamp(30px, 7vw, 90px);
  align-items: center;
}

.system-feature__content > p {
  max-width: 690px;
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.system-feature__content > p + p {
  margin-top: 13px;
}

.system-feature__list {
  padding: 26px;
  border: 1px solid #c9e5ee;
  border-radius: 18px;
  color: var(--ink);
  background: #fff;
  box-shadow: 0 12px 28px rgba(12, 52, 71, .07);
}

.system-feature__list > strong {
  display: block;
  margin-bottom: 13px;
  color: var(--navy);
  font-size: 1.04rem;
}

.tick-list {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tick-list li {
  position: relative;
  padding-left: 27px;
  color: var(--muted);
  line-height: 1.48;
}

.tick-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--blue);
  font-size: .72rem;
  font-weight: 900;
}

.installation-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.installation-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 9px 24px rgba(12, 52, 71, .05);
}

.installation-card h3 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 1.03rem;
}

.installation-card p {
  margin: 0;
  color: var(--muted);
  font-size: .93rem;
  line-height: 1.56;
}

@media (max-width: 970px) {
  .availability-layout,
  .repair-first-layout,
  .system-feature {
    grid-template-columns: 1fr;
  }

  .installation-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 650px) {
  .availability-row {
    grid-template-columns: 40px minmax(0, 1fr);
    padding: 17px;
  }

  .availability-fees {
    padding: 15px 17px 17px;
  }

  .repair-first-quote,
  .system-feature__list,
  .installation-card {
    padding: 22px;
  }

  .installation-grid {
    grid-template-columns: 1fr;
  }
}


/* Veľké a kontrastné tlačidlo cenníka v svetlom hero bloku servisných stránok. */
.page-hero .button-pricing {
  min-width: 178px;
  color: #ffffff;
  background: #0d6989;
  border: 1px solid #0d6989;
  box-shadow: 0 12px 24px rgba(13, 105, 137, .22);
}

.page-hero .button-pricing:hover,
.page-hero .button-pricing:focus-visible {
  color: #ffffff;
  background: #084f6a;
  border-color: #084f6a;
  box-shadow: 0 14px 28px rgba(8, 79, 106, .28);
}

.page-hero .button-pricing:focus-visible {
  outline: 3px solid rgba(80, 192, 229, .48);
  outline-offset: 3px;
}

/* Informačná bublina pod cenníkom */
.pricing-note {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  max-width: 980px;
  margin: 24px auto 0;
  padding: 19px 22px;
  color: var(--ink);
  background: #eaf7fb;
  border: 1px solid #bfe4ef;
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(12, 52, 71, .06);
}

.pricing-note__mark {
  position: relative;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  margin-top: 1px;
  background: var(--blue-dark);
  border-radius: 10px;
}

.pricing-note__mark:before,
.pricing-note__mark:after {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  border: 2px solid #fff;
}

.pricing-note__mark:before {
  top: 10px;
  height: 12px;
  border-radius: 2px;
}

.pricing-note__mark:after {
  top: 7px;
  height: 4px;
  border-width: 2px 2px 0;
  border-radius: 3px 3px 0 0;
}

.pricing-note strong {
  display: block;
  margin-bottom: 4px;
  color: var(--navy);
  font-size: 1rem;
}

.pricing-note p {
  margin: 0;
  color: #496671;
  font-size: .95rem;
  line-height: 1.58;
}

@media (max-width: 650px) {
  .pricing-note {
    gap: 12px;
    padding: 17px;
  }
}

/* -------------------------------------------------------------------------
   Referencie a formulár referencie.
   Tento blok je doplnený k aktuálnemu CSS bez iných dizajnových zmien.
   ------------------------------------------------------------------------- */
/* Meno a predmet práce sú vždy prilepené na spodok každej referenčnej karty. */
.testimonial-card {
  display: flex;
  flex-direction: column;
}

.testimonial-card__author {
  display: block;
  margin-top: auto;
  margin-left: -25px;
  margin-right: -25px;
  padding: 15px 25px 17px;
  color: #5b707c;
  background: #eaf6fa;
  border-top: 1px solid #d1e8f0;
  border-radius: 0 0 16px 16px;
  font-size: .88rem;
  line-height: 1.45;
}

.testimonial-card__author strong {
  display: block;
  margin-bottom: 2px;
  color: var(--navy);
  font-size: .95rem;
}

.testimonial-card__author span {
  display: block;
  color: #607783;
}

.review-form-section {
  background: #f8fbfc;
}

.review-form-shell {
  max-width: 860px;
  margin: 0 auto;
  padding: clamp(24px, 4vw, 40px);
  border: 1px solid #cfe6ee;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 15px 34px rgba(12, 52, 71, .08);
}

.review-form-shell h2 {
  max-width: 660px;
  font-size: clamp(1.75rem, 3vw, 2.45rem);
}

.review-form-intro {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.review-form-intro strong {
  color: var(--navy);
}

.review-form-notice {
  margin: 23px 0 0;
  padding: 17px 19px;
  border-left: 4px solid var(--blue);
  border-radius: 11px;
}

.review-form-notice strong {
  display: block;
  margin-bottom: 5px;
  color: var(--navy);
}

.review-form-notice p {
  margin: 0;
  color: #496671;
  line-height: 1.58;
}

.review-form-notice--success {
  background: #eaf8fd;
  border-left-color: var(--blue);
}

.review-form-notice--error {
  background: #fff2eb;
  border-left-color: #c75b28;
}

.review-form {
  margin-top: 27px;
}

.review-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 17px;
}

.review-field,
.review-rating-field {
  display: grid;
  gap: 7px;
  margin: 0;
  color: var(--navy);
  font-size: .91rem;
  font-weight: 750;
}

.review-field--wide,
.review-rating-field {
  grid-column: 1 / -1;
}

.review-field em,
.review-rating-field em {
  color: #c96918;
  font-style: normal;
}

.review-field input,
.review-field textarea {
  width: 100%;
  padding: 12px 13px;
  border: 1px solid #cbdde4;
  border-radius: 10px;
  color: var(--ink);
  background: #fff;
  font: inherit;
  font-weight: 500;
}

.review-field textarea {
  min-height: 150px;
  resize: vertical;
}

.review-field input:focus,
.review-field textarea:focus {
  border-color: var(--blue);
  outline: 3px solid rgba(13, 104, 141, .12);
}

.review-rating-field {
  padding: 0;
  border: 0;
}

.review-rating-field legend {
  padding: 0;
}

.review-stars {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 3px;
  width: max-content;
}

.review-stars input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.review-stars label {
  display: block;
  padding: 0 2px;
  color: #c7dce4;
  font-size: 2.15rem;
  line-height: 1;
  cursor: pointer;
  transition: color .16s ease, transform .16s ease;
}

.review-stars label:hover,
.review-stars label:hover ~ label,
.review-stars input:checked ~ label {
  color: #ed9b32;
}

.review-stars label:hover {
  transform: translateY(-1px) scale(1.08);
}

.review-stars input:focus-visible + label {
  outline: 3px solid rgba(13, 104, 141, .26);
  outline-offset: 3px;
  border-radius: 4px;
}

.review-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 20px;
  color: var(--muted);
  font-size: .89rem;
  line-height: 1.5;
}

.review-consent input {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  margin: 3px 0 0;
  accent-color: var(--blue);
}

.review-consent a {
  color: var(--blue-dark);
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.review-form-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 24px;
}

.review-form-actions p {
  max-width: 430px;
  margin: 0;
  color: var(--muted);
  font-size: .84rem;
  line-height: 1.48;
}

.review-form-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

@media (max-width: 650px) {
  .review-form-grid {
    grid-template-columns: 1fr;
  }

  .review-form-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .review-form-actions .button {
    width: 100%;
  }
}


/* -------------------------------------------------------------------------
   Úvodná stránka – fotografie služieb namiesto ilustračných SVG grafík
   ------------------------------------------------------------------------- */
.visual-card--service-photo {
  background: #dbe8ed;
}

.visual-card--service-photo::before,
.visual-card--service-photo::after {
  display: none;
}

.hero-service-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 52% center;
}

.photo-like--service-photo {
  background: #e5eef1;
}

.photo-like--service-photo::before,
.photo-like--service-photo .detail-grid {
  display: none;
}

.solution-service-photo {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center center;
}

@media (max-width: 650px) {
  .hero-service-photo {
    object-position: 55% center;
  }

  .solution-service-photo {
    object-position: 52% center;
  }
}

/* -------------------------------------------------------------------------
   Úvodná stránka – oprava fotografií a mobilného zobrazenia
   ------------------------------------------------------------------------- */

/* Fotografia pri radiátore musí prekryť celú výšku karty.
   Bez absolútneho pozicovania sa pri širšom zobrazení pod obrázkom zobrazoval prázdny pás. */
.photo-like--service-photo {
  position: relative;
  overflow: hidden;
}

.photo-like--service-photo .solution-service-photo {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center center;
}

@media (max-width: 650px) {
  /* Zrušenie zbytočne veľkého priestoru nad úvodným obsahom na mobile. */
  .page--home .hero {
    min-height: 0;
  }

  .page--home .hero .container {
    min-height: 0;
    padding-top: 28px;
    align-content: start;
    align-items: start;
  }

  /* Označenie služby sa presunie doprava, aby nezakrývalo tvár pracovníka. */
  .page--home .hero-visual .float-badge {
    top: 22px;
    right: -7px;
    left: auto;
  }
}
