/*!
 * Domoveo – hlavní stylesheet theme
 * Design tokens + komponenty. Barvy a fonty lze upravit zde.
 */


:root{
  --navy:#0D3970;
  --navy-deep:#092A57;
  --navy-hero:#0E3A75;
  --blue:#1E66C1;
  --blue-soft:#EAF4FD;
  --blue-tint:#F4F9FE;
  --yellow:#FFC72E;
  --yellow-dark:#F2B70F;
  --ink:#0F2A52;
  --muted:#5C6E8C;
  --line:#DFEAF6;
  --white:#FFFFFF;
  --green:#2EAF62;
  --radius:14px;
  --shadow:0 6px 24px rgba(15,42,82,.08);
  --shadow-lg:0 14px 40px rgba(15,42,82,.14);
  --maxw:1180px;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important;animation:none!important}}
body{font-family:'Nunito',system-ui,sans-serif;color:var(--ink);background:var(--white);line-height:1.55;-webkit-font-smoothing:antialiased}
img,svg{display:block}
a{color:inherit;text-decoration:none}
button{font-family:inherit;cursor:pointer;border:none;background:none}
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 24px}
.section{padding:64px 0}
h2{font-size:clamp(26px,3.2vw,34px);font-weight:800;letter-spacing:-.01em}
.sub{color:var(--muted);margin-top:6px;font-size:16px}
.link-more{display:inline-flex;align-items:center;gap:6px;color:var(--blue);font-weight:800;font-size:14.5px}
.link-more:hover{text-decoration:underline}
:where(a,button,input,select,[tabindex]):focus-visible{outline:3px solid var(--yellow);outline-offset:2px;border-radius:6px}

/* ---------- Buttons ---------- */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:800;border-radius:999px;padding:13px 26px;font-size:15.5px;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}
.btn:active{transform:translateY(1px)}
.btn-yellow{background:var(--yellow);color:var(--ink);box-shadow:0 6px 18px rgba(255,197,51,.35)}
.btn-yellow:hover{background:var(--yellow-dark)}
.btn-outline{border:2px solid rgba(255,255,255,.55);color:#fff}
.btn-outline:hover{border-color:#fff;background:rgba(255,255,255,.08)}
.btn-outline-navy{border:2px solid var(--navy);color:var(--navy)}
.btn-outline-navy:hover{background:var(--blue-soft)}

/* ---------- Header ---------- */
.topbar{position:sticky;top:0;z-index:60;background:#fff;border-bottom:1px solid var(--line)}
.topbar .wrap{display:flex;align-items:center;gap:22px;height:66px}
.logo{display:flex;align-items:center;gap:9px;font-size:21px;font-weight:900;color:var(--navy);flex:0 1 auto;min-width:0}
.logo svg{width:30px;height:30px;flex:0 0 auto}
.logo img{max-height:38px;width:auto}
.nav{display:flex;align-items:center;gap:20px;margin-left:auto;flex-wrap:nowrap}
.nav a{font-size:14px;font-weight:700;color:#33507E;padding:6px 2px;white-space:nowrap}
.nav .btn{white-space:nowrap;flex:0 0 auto}
.nav a:hover{color:var(--blue)}
.nav .btn{padding:10px 20px;font-size:14px}
.topbar-cta{display:none}
.burger{display:none;margin-left:auto;width:42px;height:42px;border-radius:10px;align-items:center;justify-content:center}
.burger svg{width:26px;height:26px;stroke:var(--navy)}
.mobile-menu{display:none;position:fixed;top:66px;left:0;right:0;z-index:59;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 12px 24px rgba(9,42,87,.12);padding:10px 24px 18px;max-height:calc(100vh - 66px);overflow-y:auto;-webkit-overflow-scrolling:touch}
.mobile-menu a{display:block;padding:11px 4px;font-weight:700;color:#33507E;border-bottom:1px solid #EEF4FA;font-size:15px}
.mobile-menu a.btn{display:none}
.mobile-menu.open{display:block}

/* ---------- Hero ---------- */
.hero{background:var(--navy-deep);color:#fff;position:relative;overflow:hidden}
.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:80% center;z-index:0}
.hero-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,var(--navy-deep) 0%,rgba(9,42,87,.95) 20%,rgba(9,42,87,.62) 45%,rgba(9,42,87,.18) 68%,rgba(9,42,87,0) 90%),linear-gradient(0deg,rgba(9,42,87,.45),transparent 45%)}
.hero .wrap{position:relative;z-index:2}
.hero-grid{width:50%;max-width:560px;margin-right:auto;text-align:left;padding:74px 0 104px;position:relative;z-index:2}
.eyebrow{display:inline-block;font-size:12.5px;font-weight:800;letter-spacing:.14em;color:#BFD6F5;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.16);padding:6px 14px;border-radius:999px}
.hero h1{font-size:clamp(36px,5vw,54px);line-height:1.08;font-weight:900;margin:18px 0 6px}
.hero h1 .l2{display:block}
.hero p.lead{color:#CFE0F7;font-size:17px;max-width:46ch;margin:14px 0 26px}
.hero-cta{display:flex;gap:14px;flex-wrap:wrap}
.trust{display:flex;gap:26px;flex-wrap:wrap;margin-top:34px}
.trust-item{display:flex;align-items:center;gap:10px;font-size:13.5px;font-weight:700;color:#DCE9FB}
.trust-item .ic{width:34px;height:34px;border-radius:50%;background:rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;flex:0 0 auto}
.trust-item .ic svg{width:18px;height:18px;stroke:var(--yellow)}
.toast{position:absolute;right:24px;bottom:-26px;z-index:3;background:#fff;color:var(--ink);border-radius:14px;box-shadow:var(--shadow-lg);padding:12px 38px 12px 14px;display:flex;gap:10px;align-items:flex-start;max-width:330px}
.toast .dot{width:30px;height:30px;border-radius:50%;background:#E7F7EE;display:flex;align-items:center;justify-content:center;flex:0 0 auto}
.toast .dot svg{width:16px;height:16px;stroke:var(--green)}
.toast b{font-size:13.5px;display:block}
.toast span{font-size:12.5px;color:var(--muted);line-height:1.35;display:block}
.toast .close{position:absolute;top:8px;right:10px;color:#A6B4C9;font-size:15px;line-height:1}

/* ---------- Stats ---------- */
.stats-wrap{margin-top:-44px;position:relative;z-index:5}
.stats{background:var(--navy);color:#fff;border-radius:18px;box-shadow:var(--shadow-lg);display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden}
.stat{display:flex;align-items:center;gap:14px;padding:26px 26px;border-left:1px solid rgba(255,255,255,.12)}
.stat:first-child{border-left:none}
.stat svg{width:34px;height:34px;stroke:var(--yellow);flex:0 0 auto}
.stat b{font-size:24px;font-weight:900;display:block;line-height:1.1}
.stat span{font-size:12.5px;color:#BCD2F0;font-weight:600}

/* ---------- Pás úspor (ujíždějící fotky) ---------- */
.saving-band{background:var(--navy);padding:48px 0 44px;overflow:hidden;position:relative}
.saving-track{display:flex;width:max-content;animation:savingScroll 60s linear infinite;will-change:transform}
@media(hover:hover) and (pointer:fine){.saving-band:hover .saving-track{animation-play-state:paused}}
@keyframes savingScroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}
/* Pás je záměrně pohyblivý – necháme ho jet i při zapnutém „omezit pohyb". */
@media(prefers-reduced-motion:reduce){.saving-track{animation:savingScroll 60s linear infinite!important}}
.saving-card{flex:0 0 auto;width:196px;margin-right:18px;position:relative;border-radius:16px;overflow:hidden;box-shadow:0 10px 26px rgba(0,0,0,.28)}
.saving-card img{display:block;width:196px;height:250px;object-fit:cover}
.saving-bubble{position:absolute;left:50%;bottom:12px;transform:translateX(-50%);background:#fff;border-radius:14px;padding:8px 14px;text-align:center;box-shadow:0 6px 16px rgba(9,42,87,.28);white-space:nowrap;min-width:74%}
.saving-bubble:after{content:"";position:absolute;left:50%;bottom:-6px;transform:translateX(-50%) rotate(45deg);width:12px;height:12px;background:#fff;border-radius:2px}
.saving-bubble-pre{display:block;font-size:11px;font-weight:700;color:var(--navy);letter-spacing:.01em}
.saving-bubble-amount{display:block;font-size:16px;font-weight:900;color:var(--green);line-height:1.15;margin-top:1px}
.saving-cta{text-align:center;margin-top:34px;position:relative;z-index:2}
@media(max-width:600px){
  .saving-band{padding:36px 0 34px}
  .saving-card{width:150px;margin-right:14px}
  .saving-card img{width:150px;height:196px}
  .saving-bubble-amount{font-size:14px}
  .saving-cta{margin-top:26px}
}

/* ---------- Services ---------- */
.cards-4{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:30px}
.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);display:flex;flex-direction:column;transition:transform .18s ease,box-shadow .18s ease}
.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}
.card .photo{height:150px;position:relative;overflow:hidden}
.card .photo svg{width:100%;height:100%}
.card .photo img{width:100%;height:100%;object-fit:cover;display:block}
.card .body{padding:18px 18px 20px;display:flex;flex-direction:column;gap:8px;flex:1}
.card h3{font-size:16.5px;font-weight:800}
.card p{font-size:13.5px;color:var(--muted);flex:1}
.card .link-more{font-size:13.5px}

/* ---------- Calculator ---------- */
.calc{background:var(--blue-soft);border:1px solid #D8E8F8;border-radius:20px;padding:30px;margin-top:34px}
.calc-head{display:flex;justify-content:space-between;align-items:baseline;gap:16px;flex-wrap:wrap}
.calc-note{font-size:13px;color:var(--muted);font-weight:700}
.calc-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:26px;margin-top:22px}
.calc-left{background:#fff;border:1px solid var(--line);border-radius:16px;padding:22px}
.steps-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;background:var(--blue-tint);border-radius:12px;padding:6px;margin-bottom:22px}
.step-tab{display:flex;align-items:center;gap:9px;padding:10px 12px;border-radius:9px;font-weight:800;font-size:13.5px;color:#7C8CA6}
.step-tab .num{width:24px;height:24px;border-radius:50%;background:#DDE8F5;color:#7C8CA6;display:flex;align-items:center;justify-content:center;font-size:12.5px;flex:0 0 auto}
.step-tab.active{background:var(--navy);color:#fff}
.step-tab.active .num{background:var(--yellow);color:var(--ink)}
.step-tab.done .num{background:var(--green);color:#fff}
.fields-3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.field label{display:block;font-size:12.5px;font-weight:800;color:#41599F;margin-bottom:8px}
.stepper{display:flex;align-items:center;border:1.5px solid var(--line);border-radius:11px;overflow:hidden;height:46px}
.stepper button{width:44px;height:100%;font-size:20px;font-weight:800;color:var(--navy);background:var(--blue-tint)}
.stepper button:hover{background:#DFEDFA}
.stepper .val{flex:1;text-align:center;font-weight:900;font-size:17px}
.choice-row{display:flex;gap:10px;flex-wrap:wrap}
.chip{display:inline-flex;align-items:center;gap:8px;border:1.5px solid var(--line);border-radius:11px;padding:11px 18px;font-weight:800;font-size:14px;color:#41599F;background:#fff;transition:all .15s}
.chip svg{width:17px;height:17px;stroke:currentColor}
.chip:hover{border-color:var(--blue)}
.chip.sel{border-color:var(--navy);background:var(--navy);color:#fff;box-shadow:0 4px 12px rgba(14,58,120,.25)}
.fields-2{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:20px}
.calc-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:24px}
.select,.input{width:100%;height:46px;border:1.5px solid var(--line);border-radius:11px;padding:0 14px;font-family:inherit;font-size:14.5px;font-weight:700;color:var(--ink);background:#fff}
.calc-right{background:#fff;border:1px solid var(--line);border-radius:16px;padding:28px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:14px;min-height:380px}
#rIntro{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:100%;margin:auto}
#rIntro p{margin-left:auto;margin-right:auto}
.calc-right .house{width:74px;height:74px;border-radius:18px;background:var(--blue-soft);display:flex;align-items:center;justify-content:center}
.calc-right .house svg{width:38px;height:38px;stroke:var(--navy)}
.calc-right p{font-size:14.5px;color:var(--muted);max-width:30ch}
.calc-right .mini{font-size:12.5px;color:#93A5BF;font-weight:700}
.result-num{font-size:38px;font-weight:900;color:var(--navy);line-height:1}
.result-num small{font-size:16px;font-weight:800}
.hidden{display:none!important}

/* ---------- Range slider ---------- */
.range-row{display:flex;justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:10px}
.range-row label{font-size:14.5px;font-weight:800;color:var(--ink)}
.range-val{font-size:26px;font-weight:900;color:var(--navy);line-height:1}
.range{-webkit-appearance:none;appearance:none;width:100%;height:6px;border-radius:999px;background:var(--line);outline:none;margin:2px 0 24px}
.range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:22px;height:22px;border-radius:50%;background:#fff;border:2px solid var(--navy);box-shadow:0 2px 6px rgba(15,42,82,.28);cursor:pointer;margin-top:-8px}
.range::-moz-range-thumb{width:22px;height:22px;border-radius:50%;background:#fff;border:2px solid var(--navy);box-shadow:0 2px 6px rgba(15,42,82,.28);cursor:pointer}
.range::-moz-range-progress{height:6px;border-radius:999px;background:var(--navy)}
.range::-moz-range-track{height:6px;border-radius:999px;background:var(--line)}
.field-note{font-size:12.5px;color:var(--muted)}
.calc-sep{border:none;border-top:1px solid var(--line);margin:22px 0}
.field-block{margin-top:20px}
.field-block>label{display:block;font-size:12.5px;font-weight:800;color:#41599F;margin-bottom:8px}
.input-kc{position:relative}
.input-kc .input{padding-right:46px}
.input-kc span{position:absolute;right:14px;top:50%;transform:translateY(-50%);font-weight:800;color:var(--muted);font-size:14px;pointer-events:none}
.amount-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}
.amt{border:1.5px solid var(--line);border-radius:11px;padding:10px 16px;font-weight:800;font-size:13.5px;color:#41599F;background:#fff;transition:all .15s}
.amt:hover{border-color:var(--blue)}
.amt.sel{border-color:var(--navy);background:var(--navy);color:#fff}

/* ---------- How it works ---------- */
.how{background:var(--navy);color:#fff}
.how .sub{color:#BCD2F0}
.how-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin-top:34px}
.how-item{border-left:1px solid rgba(255,255,255,.14);padding-left:20px}
.how-item:first-child{border-left:none;padding-left:0}
.how-item .num{width:40px;height:40px;border-radius:50%;background:#fff;color:var(--navy);font-weight:900;font-size:17px;display:flex;align-items:center;justify-content:center;margin-bottom:14px;transition:background .2s ease,color .2s ease,transform .2s ease}
.how-item:hover .num{background:var(--yellow);color:var(--ink);transform:scale(1.08)}
.how-item h3{font-size:16.5px;font-weight:800;margin-bottom:6px}
.how-item p{font-size:13.5px;color:#BCD2F0}

/* ---------- Testimonials ---------- */
.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:30px}
.testi{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:22px}
.testi .qm{font-size:34px;color:var(--yellow);font-weight:900;line-height:.6;margin-bottom:12px;font-family:Georgia,serif}
.testi p{font-weight:800;font-size:15px;line-height:1.5}
.testi .who{display:flex;align-items:center;gap:8px;margin-top:14px;font-size:12.5px;color:var(--muted);font-weight:700}
.testi .who svg{width:15px;height:15px;stroke:var(--green)}
.testi-foot{display:flex;justify-content:space-between;align-items:center;margin-top:22px}
.dots{display:flex;gap:7px}
.dots i{width:8px;height:8px;border-radius:50%;background:#CDDCEE}
.dots i.on{background:var(--navy)}

/* ---------- Blog ---------- */
.blog-head{display:flex;justify-content:space-between;align-items:baseline;gap:16px;flex-wrap:wrap}
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:28px}
.bcard{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);display:flex;flex-direction:column;transition:transform .18s ease,box-shadow .18s ease}
.bcard:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}
.bcard .photo{height:160px;overflow:hidden}
.bcard .photo svg{width:100%;height:100%}
.bcard .photo img{width:100%;height:100%;object-fit:cover;display:block}
.bcard .body{padding:16px 18px 20px;display:flex;flex-direction:column;gap:8px;flex:1}
.bmeta{display:flex;align-items:center;gap:10px;font-size:12px;color:var(--muted);font-weight:700}
.tag{background:var(--blue-soft);color:var(--blue);font-weight:800;font-size:11.5px;padding:4px 10px;border-radius:999px}
.tag.green{background:#E7F5EC;color:#25824A}
.tag.orange{background:#FCEFDB;color:#A66B14}
.bcard h3{font-size:16px;font-weight:800;line-height:1.35}
.bcard p{font-size:13.5px;color:var(--muted);flex:1}

/* ---------- Partners ---------- */
.partners{display:flex;justify-content:space-around;align-items:center;gap:26px;flex-wrap:wrap;margin-top:26px;padding:26px;border:1px solid var(--line);border-radius:var(--radius)}
.partner{display:flex;align-items:center;gap:10px;font-weight:900;font-size:20px}
.partner.watte{color:#123C7C}.partner.pg{color:#0E3A78}.partner.dscan{color:#1B7FD4}
.partner svg{width:30px;height:30px}

/* ---------- Map ---------- */
.map-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:26px;margin-top:30px;align-items:stretch}
.map-box{background:var(--blue-tint);border:1px solid var(--line);border-radius:16px;padding:20px;position:relative}
.map-box svg{width:100%;height:auto}
.kraj{fill:#CFE3F7;stroke:#fff;stroke-width:2;cursor:pointer;transition:fill .15s}
.kraj:hover{fill:#A9CCF0}
.kraj.sel{fill:var(--navy)}
.kraj-label{font-size:10.5px;font-weight:800;fill:#2E4B7D;pointer-events:none;font-family:'Nunito',sans-serif;paint-order:stroke;stroke:#fff;stroke-width:2.6px;stroke-linejoin:round}
.kraj.sel + .kraj-label,.kraj-label.sel{fill:#fff}
.map-side{background:#fff;border:1px solid var(--line);border-radius:16px;padding:30px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:14px;box-shadow:var(--shadow)}
.map-side .cz{width:70px;height:70px;border-radius:18px;background:var(--blue-soft);display:flex;align-items:center;justify-content:center}
.map-side .cz svg{width:40px;height:40px;stroke:var(--navy)}
.map-side h3{font-size:20px;font-weight:900;color:var(--navy)}
.map-side p{font-size:14px;color:var(--muted);max-width:32ch}
.map-side .picked{font-weight:900;color:var(--navy);font-size:15px;min-height:22px}

/* ---------- FAQ ---------- */
.faq-head{display:flex;justify-content:space-between;align-items:baseline;flex-wrap:wrap;gap:14px}
.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px 20px;margin-top:26px}
.faq{border:1.5px solid var(--line);border-radius:12px;background:#fff;overflow:hidden}
.faq summary{list-style:none;display:flex;justify-content:space-between;align-items:center;gap:14px;padding:16px 18px;font-weight:800;font-size:14.5px;cursor:pointer}
.faq summary::-webkit-details-marker{display:none}
.faq summary svg{width:18px;height:18px;stroke:var(--navy);transition:transform .2s;flex:0 0 auto}
.faq[open] summary svg{transform:rotate(180deg)}
.faq .ans{padding:0 18px 16px;font-size:13.5px;color:var(--muted)}

/* ---------- CTA band ---------- */
.cta-band{background:var(--navy);border-radius:20px;overflow:hidden;display:grid;grid-template-columns:220px 1fr auto;align-items:center;gap:26px;color:#fff;box-shadow:var(--shadow-lg)}
.cta-band .photo{height:100%;min-height:150px;overflow:hidden}
.cta-band .photo svg{width:100%;height:100%}
.cta-band .photo img{width:100%;height:100%;object-fit:cover;object-position:50% 28%;display:block}
.cta-band h2{font-size:24px}
.cta-band p{color:#BCD2F0;font-size:14.5px;margin-top:4px}
.cta-band .btn{margin-right:30px;white-space:nowrap}

/* ---------- Footer ---------- */
footer{background:var(--navy-deep);color:#C7D8F1;margin-top:70px}
.foot-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr 1.2fr;gap:28px;padding:54px 0 34px}
.foot-grid h4{color:#fff;font-size:14.5px;font-weight:800;margin-bottom:14px}
.foot-grid a{display:block;font-size:13.5px;padding:4px 0;color:#C7D8F1}
.foot-grid a:hover{color:#fff}
.foot-brand .logo{color:#fff;margin-bottom:10px}
.foot-brand p{font-size:13.5px}
.socials{display:flex;gap:10px;margin-top:18px}
.socials a{width:36px;height:36px;border-radius:9px;background:rgba(255,255,255,.09);display:flex;align-items:center;justify-content:center;padding:0}
.socials a:hover{background:rgba(255,255,255,.18)}
.socials svg{width:17px;height:17px;fill:#fff}
.foot-contact li{list-style:none;display:flex;gap:10px;align-items:center;font-size:13.5px;padding:4px 0}
.foot-contact svg{width:16px;height:16px;stroke:var(--yellow)}
.foot-bottom{border-top:1px solid rgba(255,255,255,.12);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:14px 24px;padding:18px 0;font-size:12.5px;color:#9DB4D8}
.foot-bottom .foot-copy{justify-self:start}
.foot-bottom .links{justify-self:center;display:flex;gap:18px;flex-wrap:wrap;justify-content:center}
.foot-bottom a:hover{color:#fff}
.foot-credit{justify-self:end;display:inline-flex;align-items:center;gap:9px;color:#9DB4D8;white-space:nowrap}
.foot-credit img{height:35px;width:auto;display:block}
@media(max-width:820px){
  .foot-bottom{grid-template-columns:1fr;justify-items:center;text-align:center;gap:14px}
  .foot-bottom .foot-copy,.foot-credit{justify-self:center}
}

/* ---------- Chat FAB ---------- */
.chat-fab{position:fixed;right:20px;bottom:20px;z-index:70;display:flex;align-items:center;gap:12px}
.chat-bubble{background:#fff;border-radius:999px;box-shadow:var(--shadow-lg);padding:11px 18px;font-size:13.5px;font-weight:800;color:var(--ink)}
.chat-bubble small{display:block;font-size:11.5px;color:var(--muted);font-weight:700}
.chat-btn{width:56px;height:56px;border-radius:50%;background:var(--yellow);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px rgba(255,197,51,.5);transition:transform .15s}
.chat-btn:hover{transform:scale(1.06)}
.chat-btn svg{width:26px;height:26px;stroke:var(--ink)}

/* ---------- Social proof notifikace ---------- */
.notif-stack{position:fixed;left:20px;bottom:20px;z-index:65;width:340px;max-width:calc(100vw - 40px);height:80px;pointer-events:none}
.notif{position:absolute;left:0;bottom:0;width:100%;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow-lg);padding:13px 16px 13px 14px;display:flex;gap:12px;align-items:flex-start;opacity:0;transform:translateY(24px);transition:transform .6s cubic-bezier(.22,1,.36,1),opacity .55s ease}
.notif.in{opacity:1;transform:translateY(0)}
.notif.out{opacity:0;transform:translateY(-72px)}
.notif .ic{width:34px;height:34px;border-radius:50%;background:#E7F7EE;display:flex;align-items:center;justify-content:center;flex:0 0 auto}
.notif .ic svg{width:18px;height:18px;stroke:var(--green)}
.notif .txt{font-size:13px;font-weight:800;color:var(--ink);line-height:1.35}
.notif .txt small{display:block;font-size:11.5px;color:var(--muted);font-weight:700;margin-top:3px}
@media(max-width:600px){.notif-stack{left:12px;bottom:12px;width:290px;height:84px}}

/* ---------- Responsive ---------- */
@media(max-width:1020px){
  .cards-4{grid-template-columns:repeat(2,1fr)}
  .how-grid{grid-template-columns:repeat(2,1fr);row-gap:30px}
  .how-item:nth-child(3){border-left:none;padding-left:0}
  .stats{grid-template-columns:repeat(2,1fr)}
  .stat:nth-child(3){border-left:none}
  .stat{border-top:1px solid rgba(255,255,255,.12)}
  .stat:nth-child(-n+2){border-top:none}
  .foot-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:1080px){
  .nav{display:none}
  .burger{display:flex;margin-left:-4px}
  .topbar-cta{display:inline-flex;margin-left:auto;padding:10px 20px;font-size:14px;white-space:nowrap}
}
@media(max-width:480px){
  .topbar .wrap{gap:10px;padding:0 16px}
  .logo-text{display:none}
  .topbar-cta{padding:10px 16px}
  .burger{margin-left:0}
}
@media(max-width:900px){
  .hero-bg{object-position:72% center}
  .hero-overlay{background:linear-gradient(90deg,var(--navy-deep) 0%,rgba(9,42,87,.9) 42%,rgba(9,42,87,.72) 100%),linear-gradient(0deg,rgba(9,42,87,.55),transparent 55%)}
  .hero-grid{width:100%;max-width:none;padding:34px 0 84px}
  .toast{right:16px;left:16px;max-width:none;bottom:-30px}
  .calc-grid{grid-template-columns:1fr}
  .map-grid{grid-template-columns:1fr}
  .testi-grid,.blog-grid{grid-template-columns:1fr}
  .faq-grid{grid-template-columns:1fr}
  .cta-band{grid-template-columns:1fr;text-align:center;gap:0}
  .cta-band .photo{min-height:120px}
  .cta-band div{padding:22px}
  .cta-band .btn{margin:0 auto 24px}
}
@media(max-width:600px){
  .section{padding:46px 0}
  .fields-3,.fields-2{grid-template-columns:1fr}
  .steps-tabs{grid-template-columns:1fr;gap:6px}
  .step-tab{justify-content:flex-start}
  .cards-4{grid-template-columns:1fr}
  .hero h1{font-size:34px}
  .calc{padding:18px}
  .calc-left{padding:16px}
  .chat-bubble{display:none}
}
@media(max-width:560px){
  .stats{grid-template-columns:1fr}
  .stat{border-left:none;border-top:1px solid rgba(255,255,255,.12);padding:20px 22px}
  .stat:nth-child(2){border-top:1px solid rgba(255,255,255,.12)}
  .stat:first-child{border-top:none}
}


/* ============================================================
   DOMOVEO – komponenty podstránek (page hero, formuláře, detaily)
   ============================================================ */

/* ---------- Breadcrumb pruh ---------- */
.crumb{background:var(--blue-tint);border-bottom:1px solid var(--line)}
.crumb .wrap{display:flex;align-items:center;gap:8px;padding-top:14px;padding-bottom:14px;font-size:13.5px;color:var(--muted);font-weight:700;flex-wrap:wrap}
.crumb a:hover{color:var(--blue)}
.crumb span{color:var(--navy)}

/* ---------- Page hero (podstránky) ---------- */
.page-hero{position:relative;background:var(--navy-deep);color:#fff;overflow:hidden}
.page-hero .bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:72% center;z-index:0}
.page-hero .ov{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,var(--navy-deep) 0%,rgba(9,42,87,.95) 30%,rgba(9,42,87,.6) 56%,rgba(9,42,87,.15) 80%,rgba(9,42,87,0) 100%),linear-gradient(0deg,rgba(9,42,87,.4),transparent 45%)}
.page-hero .wrap{position:relative;z-index:2;padding-top:66px;padding-bottom:66px;min-height:200px}
.page-hero h1{font-size:clamp(30px,5vw,52px);font-weight:900;color:#fff;letter-spacing:-.01em;line-height:1.08}
.page-hero .bc{display:flex;align-items:center;gap:8px;margin-top:16px;font-size:14px;font-weight:700;color:#BFD6F5;flex-wrap:wrap}
.page-hero .bc a{color:#BFD6F5}.page-hero .bc a:hover{color:#fff}.page-hero .bc span{color:#fff}
@media(max-width:600px){.page-hero .bg{object-position:66% center}.page-hero .ov{background:linear-gradient(90deg,var(--navy-deep) 0%,rgba(9,42,87,.9) 45%,rgba(9,42,87,.72) 100%),linear-gradient(0deg,rgba(9,42,87,.5),transparent 55%)}}

/* ---------- O nás ---------- */
.about{padding:52px 0 10px}
.about .eyebrow-n{display:inline-block;font-size:12.5px;font-weight:800;letter-spacing:.14em;color:var(--blue);background:var(--blue-soft);border:1px solid #D8E8F8;padding:6px 14px;border-radius:999px}
.about h1{font-size:clamp(30px,4vw,44px);font-weight:900;letter-spacing:-.01em;margin:16px 0 8px;color:var(--navy)}
.about .about-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-top:26px;align-items:start}
.about .about-grid p{color:#3C4E6B;font-size:16px;margin-bottom:16px;line-height:1.7}
.about .about-grid p:last-child{margin-bottom:0}
.about-stats{padding-top:40px}
.about-stats .stats-wrap{margin-top:0}
@media(max-width:820px){.about .about-grid{grid-template-columns:1fr;gap:0}}

/* ---------- Formulář objednávky (CF7) ---------- */
.order{padding:48px 0 64px}
.order-grid{display:grid;grid-template-columns:1.12fr .88fr;gap:44px;align-items:start}
.order h1{font-size:clamp(28px,3.6vw,40px);font-weight:900;line-height:1.12;letter-spacing:-.01em;color:var(--navy)}
.info-i{display:inline-flex;width:17px;height:17px;border-radius:50%;border:1.6px solid #B7C6DA;color:#8296B3;font-size:11px;font-weight:900;align-items:center;justify-content:center;vertical-align:super;margin-left:4px}
.order .lead{color:var(--muted);font-size:16px;margin-top:14px;max-width:52ch}
.order .lead s{color:#9AA9BF}
.notice{display:flex;gap:12px;align-items:flex-start;background:var(--green-soft);border:1px solid #CDEBD8;border-radius:14px;padding:16px 18px;margin:26px 0 24px;font-size:14px;font-weight:700;color:#276B45;line-height:1.5}
.notice svg{width:20px;height:20px;stroke:var(--green);flex:0 0 auto;margin-top:1px}
.textarea{width:100%;border:1.5px solid var(--line);border-radius:12px;padding:14px 16px;font-family:inherit;font-size:15px;font-weight:600;color:var(--ink);background:#F6F9FD;min-height:120px;resize:vertical;line-height:1.5}
.input-kc{position:relative}
.input-kc .input{padding-right:46px}
.input-kc span{position:absolute;right:14px;top:50%;transform:translateY(-50%);font-weight:800;color:var(--muted);font-size:14px;pointer-events:none}
.aside{display:flex;flex-direction:column;gap:20px}
.reviews{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.stars{display:flex;gap:3px}
.stars svg{width:22px;height:22px;fill:var(--yellow)}
.reviews b{font-size:16px;font-weight:900;color:var(--ink)}
.reviews span{font-size:14px;color:var(--muted);font-weight:700}
.a-card{background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);padding:26px 26px}
.a-card h3{font-size:18px;font-weight:900;color:var(--navy);margin-bottom:18px}
.benefits{display:flex;flex-direction:column;gap:14px}
.benefit{display:flex;align-items:center;gap:12px;font-size:14.5px;font-weight:700;color:var(--ink)}
.benefit .c{width:26px;height:26px;border-radius:50%;background:var(--green-soft);display:flex;align-items:center;justify-content:center;flex:0 0 auto}
.benefit .c svg{width:15px;height:15px;stroke:var(--green)}
.guarantee{display:flex;align-items:center;gap:12px;background:var(--blue-soft);border:1px solid #D8E8F8;border-radius:14px;padding:16px 18px;font-size:14px;color:var(--ink);font-weight:700}
.guarantee svg{width:22px;height:22px;stroke:var(--navy);flex:0 0 auto}
.guarantee b{font-weight:900}
.contact-list{display:flex;flex-direction:column;gap:18px}
.c-item{display:flex;align-items:flex-start;gap:14px}
.c-item .ic{width:38px;height:38px;border-radius:11px;background:var(--blue-soft);display:flex;align-items:center;justify-content:center;flex:0 0 auto}
.c-item .ic svg{width:19px;height:19px;stroke:var(--navy)}
.c-item b{display:block;font-size:14.5px;font-weight:800;color:var(--ink)}
.c-item span,.c-item a{display:block;font-size:14px;color:var(--muted);font-weight:600;margin-top:2px}
.c-item a:hover{color:var(--blue)}
/* CF7 základní stylizace, aby ladila s designem */
.dm-form .wpcf7-form-control-wrap{display:block}
.dm-form label{display:block;font-size:13.5px;font-weight:800;color:var(--ink);margin-bottom:8px}
.dm-form input.wpcf7-form-control:not([type=checkbox]):not([type=submit]),
.dm-form textarea.wpcf7-form-control{width:100%;border:1.5px solid var(--line);border-radius:12px;padding:14px 16px;font-family:inherit;font-size:15px;font-weight:600;color:var(--ink);background:#F6F9FD;margin-bottom:18px;transition:border-color .15s,background .15s}
.dm-form input.wpcf7-form-control:focus,.dm-form textarea.wpcf7-form-control:focus{border-color:var(--blue);background:#fff;outline:none}
.dm-form textarea.wpcf7-form-control{min-height:120px;resize:vertical}
.dm-form .wpcf7-submit{width:100%;padding:16px;font-size:16px;font-weight:800;border-radius:999px;background:var(--yellow);color:var(--ink);border:none;cursor:pointer;box-shadow:0 6px 18px rgba(255,197,51,.35);transition:background .15s}
.dm-form .wpcf7-submit:hover{background:var(--yellow-dark)}
.dm-form .wpcf7-acceptance{display:block;font-size:13px;color:var(--muted);font-weight:600;margin:2px 0 16px}
.dm-form .wpcf7-list-item{margin:0}
.dm-form .wpcf7-not-valid-tip{color:#E0483B;font-size:12.5px;font-weight:700;margin-top:-12px;margin-bottom:14px}
.dm-form .wpcf7-response-output{border-radius:12px;padding:14px 16px !important;font-weight:700;font-size:14px;margin:14px 0 0 !important}
.dm-form input[type=file].wpcf7-form-control{background:#F6F9FD;border:1.5px dashed #C6D5E8;border-radius:12px;padding:14px 16px;margin-bottom:18px;width:100%;font-size:14px;font-weight:600}
.dm-form select.wpcf7-form-control{width:100%;border:1.5px solid var(--line);border-radius:12px;padding:14px 44px 14px 16px;font-family:inherit;font-size:15px;font-weight:600;color:var(--ink);background:#F6F9FD url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%230D3970' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'><path d='M6 9l6 6 6-6'/></svg>") no-repeat right 14px center;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin-bottom:18px;cursor:pointer;transition:border-color .15s,background-color .15s}
.dm-form select.wpcf7-form-control:focus{border-color:var(--blue);background-color:#fff;outline:none}
.dm-form .ff2{display:grid;grid-template-columns:1fr 1fr;gap:0 16px}
.dm-form .opt{color:var(--muted);font-weight:600}
.dm-form .form-consent{font-size:13px;color:var(--muted);font-weight:600;text-align:center;line-height:1.5;margin:14px 0 0}
.svc-inquiry-box{max-width:720px;margin:0 auto;text-align:center}
.svc-inquiry-box .sub{margin:8px 0 0}
.svc-inquiry-box .dm-form{text-align:left;margin-top:26px}
@media(max-width:900px){.order-grid{grid-template-columns:1fr;gap:32px}}
@media(max-width:600px){.dm-form .ff2{grid-template-columns:1fr}}

/* ---------- Detail článku ---------- */
.article-wrap{max-width:820px;margin:0 auto;padding:0 24px}
.art-head{padding-top:40px;padding-bottom:8px}
.art-head h1{font-size:clamp(28px,4vw,40px);font-weight:900;color:var(--navy);letter-spacing:-.01em;line-height:1.15}
.art-meta{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-top:16px;font-size:13.5px;color:var(--muted);font-weight:700}
.art-meta .dot{width:4px;height:4px;border-radius:50%;background:#C3D0E2}
.art-meta .who{display:flex;align-items:center;gap:8px}
.art-meta .who .av{width:30px;height:30px;border-radius:50%;background:var(--navy);color:#fff;display:flex;align-items:center;justify-content:center;font-size:12.5px;font-weight:900}
.art-cover{margin-top:24px;margin-bottom:8px}
.art-cover img{width:100%;height:auto;border-radius:18px;box-shadow:var(--shadow)}
.art-body{padding-top:22px;padding-bottom:8px;font-size:17px;color:#33465f;line-height:1.75}
.art-body p{margin:0 0 18px}
.art-body h2{font-size:24px;font-weight:900;color:var(--navy);margin:34px 0 12px;letter-spacing:-.01em}
.art-body h3{font-size:18.5px;font-weight:800;color:var(--ink);margin:24px 0 8px}
.art-body ul{margin:0 0 18px;padding-left:22px}
.art-body li{margin-bottom:8px}
.art-body img{max-width:100%;height:auto;border-radius:14px;margin:8px 0 18px}
.art-body strong{color:var(--ink);font-weight:800}
.callout{display:flex;gap:14px;background:var(--blue-soft);border:1px solid #D8E8F8;border-left:4px solid var(--yellow);border-radius:14px;padding:18px 20px;margin:26px 0;font-size:15.5px;font-weight:700;color:var(--ink);line-height:1.6}
.callout svg{width:22px;height:22px;stroke:var(--yellow);flex:0 0 auto;margin-top:2px}
.art-cta{background:var(--navy);border-radius:18px;padding:28px 30px;margin:32px 0 8px;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;box-shadow:var(--shadow-lg)}
.art-cta b{font-size:19px;font-weight:900;display:block}
.art-cta p{color:#BCD2F0;font-size:14.5px;margin-top:4px}
.art-cta .btn{white-space:nowrap}
.share{display:flex;align-items:center;gap:14px;flex-wrap:wrap;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:22px 0;margin:32px 0}
.share b{font-size:14.5px;font-weight:800;color:var(--ink)}
.share .btns{display:flex;gap:10px}
.share button{width:42px;height:42px;border-radius:50%;border:1.5px solid var(--line);display:flex;align-items:center;justify-content:center;background:#fff;transition:all .15s}
.share button:hover{border-color:var(--navy);background:var(--blue-soft)}
.share button svg{width:18px;height:18px}
.share .fb svg{fill:#1877F2}.share .x svg{fill:#0F1419}.share .li svg{fill:#0A66C2}.share .cp svg{fill:none;stroke:var(--navy);stroke-width:2}
.share .copied{font-size:13px;font-weight:800;color:var(--green);margin-left:4px;opacity:0;transition:opacity .2s}
.share .copied.show{opacity:1}
.related{padding:16px 0 72px}
.related h2{font-size:clamp(24px,3vw,30px);font-weight:900;color:var(--navy);margin-bottom:4px}

/* ---------- Blog výpis (filtr + načíst starší) ---------- */
.blog-page{padding:44px 0 72px}
.filter-row{display:flex;gap:10px;flex-wrap:wrap;align-items:center;margin-bottom:4px}
.fchip{border:1.5px solid var(--line);border-radius:999px;padding:9px 18px;font-weight:800;font-size:14px;color:#41599F;background:#fff;transition:all .15s;cursor:pointer}
.fchip:hover{border-color:var(--blue)}
.fchip.active{border-color:var(--navy);background:var(--navy);color:#fff;box-shadow:0 4px 12px rgba(14,58,120,.22)}
.bcard.is-hidden{display:none!important}
.load-more{display:flex;justify-content:center;margin-top:40px}
.load-more .btn svg{width:18px;height:18px;stroke:var(--navy)}
.no-results{display:none;text-align:center;color:var(--muted);font-weight:700;padding:40px 0}
.bcard h3 a{color:inherit}
.bcard h3 a:hover{color:var(--blue)}

/* ---------- Kariéra – výpis pozic ---------- */
.career{padding:48px 0 30px}
.jobs{display:flex;flex-direction:column;gap:16px;margin-top:26px}
.job{display:flex;align-items:center;gap:20px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:22px 24px;box-shadow:var(--shadow);transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}
.job:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg);border-color:#CFE0F5}
.job .ic{width:56px;height:56px;border-radius:14px;background:var(--blue-soft);display:flex;align-items:center;justify-content:center;flex:0 0 auto}
.job .ic svg{width:28px;height:28px;stroke:var(--navy)}
.job .info{flex:1;min-width:0}
.job h3{font-size:19px;font-weight:900;color:var(--navy)}
.job .short{font-size:14px;color:var(--muted);font-weight:600;margin-top:3px}
.job .meta{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}
.jchip{font-size:12px;font-weight:800;color:#41599F;background:var(--blue-tint);border:1px solid var(--line);border-radius:999px;padding:4px 12px}
.job .go{flex:0 0 auto;display:inline-flex;align-items:center;gap:8px;color:var(--blue);font-weight:800;font-size:14.5px}
.job .go svg{width:18px;height:18px;stroke:currentColor;transition:transform .16s}
.job:hover .go svg{transform:translateX(3px)}
@media(max-width:640px){.job{flex-wrap:wrap}.job .go{width:100%;margin-top:4px}}
.open-box{background:var(--navy);color:#fff;border-radius:20px;padding:38px 34px;margin:34px 0 8px;text-align:center;box-shadow:var(--shadow-lg)}
.open-box .ic{width:60px;height:60px;border-radius:16px;background:rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;margin:0 auto 16px}
.open-box .ic svg{width:30px;height:30px;stroke:var(--yellow)}
.open-box h3{font-size:23px;font-weight:900;margin-bottom:10px}
.open-box p{color:#C6D8F1;font-size:15.5px;max-width:60ch;margin:0 auto;line-height:1.6}
.open-actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-top:22px}
.btn-ghost{border:2px solid rgba(255,255,255,.5);color:#fff}
.btn-ghost:hover{border-color:#fff;background:rgba(255,255,255,.08)}
.open-actions .btn svg{width:18px;height:18px;stroke:currentColor}

/* ---------- Detail pozice ---------- */
.jd-wrap{max-width:820px;margin:0 auto;padding:0 24px}
.jd{padding:44px 0 20px;font-size:16.5px;color:#33465f;line-height:1.72}
.jd-meta{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:24px}
.jd-meta .m{display:inline-flex;align-items:center;gap:8px;background:var(--blue-soft);border:1px solid #D8E8F8;border-radius:999px;padding:8px 16px;font-size:13.5px;font-weight:800;color:#2E4B7D}
.jd-meta .m svg{width:16px;height:16px;stroke:var(--navy)}
.jd h2{font-size:22px;font-weight:900;color:var(--navy);margin:30px 0 12px}
.jd p{margin:0 0 16px}
.jd ul{margin:0 0 16px;padding-left:0;list-style:none}
.jd ul li{position:relative;padding-left:32px;margin-bottom:10px}
.jd ul li::before{content:"";position:absolute;left:0;top:2px;width:20px;height:20px;border-radius:50%;background:#EAF7EF;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232EAF62' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'><path d='M5 13l4 4 10-11'/></svg>");background-repeat:no-repeat;background-position:center;background-size:13px}
.apply-box{background:var(--navy);color:#fff;border-radius:18px;padding:28px 30px;margin:32px 0 8px;box-shadow:var(--shadow-lg)}
.apply-box h3{font-size:20px;font-weight:900;margin-bottom:6px}
.apply-box p{color:#C6D8F1;font-size:14.5px;margin-bottom:18px}
.apply-box .row{display:flex;gap:14px;flex-wrap:wrap}
.back-link{display:inline-flex;align-items:center;gap:8px;color:var(--blue);font-weight:800;font-size:14.5px;margin-top:8px}
.back-link svg{width:18px;height:18px;stroke:currentColor}
/* přihlašovací formulář (CF7) na detailu pozice */
.apply-form{background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow);padding:30px;margin:32px 0 8px}
.apply-form h3{font-size:22px;font-weight:900;color:var(--navy);margin-bottom:4px}
.apply-form .fsub{color:var(--muted);font-size:14.5px;margin-bottom:20px}
.apply-form .fsub a{color:var(--blue);font-weight:800}

/* ---------- Detail služby ---------- */
.svc-intro{padding:50px 0 6px}
.svc-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:40px;align-items:start}
.svc-feature img{width:100%;height:auto;border-radius:18px;box-shadow:var(--shadow)}
.svc-lead{margin-top:22px}
.svc-lead p{font-size:17px;color:#33465f;line-height:1.75;margin-bottom:16px}
.svc-lead p:last-child{margin-bottom:0}
.svc-aside{position:sticky;top:86px}
.svc-card{background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow);padding:28px}
.svc-card h3{font-size:19px;font-weight:900;color:var(--navy);margin-bottom:16px}
.svc-list{list-style:none;padding:0;margin:0 0 20px}
.svc-list li{display:flex;align-items:flex-start;gap:11px;font-size:14.5px;font-weight:700;color:var(--ink);margin-bottom:12px}
.svc-list li:last-child{margin-bottom:0}
.svc-list .c{width:24px;height:24px;border-radius:50%;background:#EAF7EF;display:flex;align-items:center;justify-content:center;flex:0 0 auto;margin-top:1px}
.svc-list .c svg{width:14px;height:14px;stroke:var(--green)}
.svc-card .btn{width:100%}
.svc-note{font-size:12.5px;color:var(--muted);font-weight:700;text-align:center;margin-top:12px}
.svc-phone{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:16px;padding-top:16px;border-top:1px solid var(--line);font-size:14px;font-weight:800;color:var(--navy)}
.svc-phone svg{width:16px;height:16px;stroke:var(--navy)}
.feat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:30px}
.feat{background:#fff;border:1px solid var(--line);border-radius:16px;padding:24px 22px;box-shadow:var(--shadow)}
.feat .ic{width:48px;height:48px;border-radius:13px;background:var(--blue-soft);display:flex;align-items:center;justify-content:center;margin-bottom:14px}
.feat .ic svg{width:24px;height:24px;stroke:var(--navy)}
.feat h3{font-size:16.5px;font-weight:800;margin-bottom:6px;color:var(--ink)}
.feat p{font-size:13.5px;color:var(--muted);line-height:1.55}
@media(max-width:1020px){.feat-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.feat-grid{grid-template-columns:1fr}.svc-grid{grid-template-columns:1fr;gap:28px}.svc-aside{position:static}}
@media(max-width:900px){.svc-grid{grid-template-columns:1fr;gap:30px}.svc-aside{position:static}}
.svc-cta{background:var(--navy);border-radius:20px;padding:40px 34px;text-align:center;color:#fff;box-shadow:var(--shadow-lg)}
.svc-cta h2{font-size:clamp(23px,3vw,30px);color:#fff}
.svc-cta p{color:#C6D8F1;font-size:15.5px;max-width:56ch;margin:10px auto 22px;line-height:1.6}
.related-svc{padding:16px 0 72px}
.related-svc h2{font-size:clamp(24px,3vw,30px);font-weight:900;color:var(--navy);margin-bottom:4px}

/* ---------- Utility ---------- */
:root{--green-soft:#EAF7EF}
.btn-yellow svg{stroke:var(--ink)}


/* ============================================================
   MODÁLNÍ OKNO – Objednat obhlídku (z mapy)
   ============================================================ */
.dm-modal{position:fixed;inset:0;z-index:200;display:none;align-items:flex-start;justify-content:center;padding:32px 16px;overflow-y:auto}
.dm-modal.open{display:flex}
.dm-modal-overlay{position:fixed;inset:0;background:rgba(9,42,87,.55);backdrop-filter:blur(2px)}
.dm-modal-dialog{position:relative;z-index:1;background:#fff;border-radius:20px;box-shadow:var(--shadow-lg);width:100%;max-width:560px;margin:auto;padding:30px 30px 28px;animation:dmModalIn .28s cubic-bezier(.22,1,.36,1)}
@keyframes dmModalIn{from{opacity:0;transform:translateY(16px) scale(.98)}to{opacity:1;transform:none}}
.dm-modal-close{position:absolute;top:16px;right:16px;width:38px;height:38px;border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--muted);background:transparent;transition:background .15s,color .15s}
.dm-modal-close:hover{background:var(--blue-tint);color:var(--navy)}
.dm-modal-close svg{width:20px;height:20px;stroke:currentColor}
.dm-modal-title{font-size:22px;font-weight:800;color:var(--navy);letter-spacing:-.01em;margin:0 40px 18px 0}
.dm-modal-title b{font-weight:900}
.dm-modal-notice{display:flex;gap:11px;align-items:flex-start;background:var(--green-soft);border:1px solid #CFEBD9;border-radius:14px;padding:13px 15px;margin-bottom:22px;font-size:14px;color:var(--ink);line-height:1.45}
.dm-modal-notice svg{width:22px;height:22px;stroke:var(--green);flex:0 0 auto;margin-top:1px}
.dm-modal-notice b{color:var(--green);font-weight:800}
@media(max-width:600px){
  .dm-modal{padding:16px 10px}
  .dm-modal-dialog{padding:24px 18px 22px;border-radius:16px}
  .dm-modal-title{font-size:20px}
}

/* Contact Form 7 vkládá <br> za zalomení řádků ve formuláři – v našich
   formulářích je nechceme (vytvářely by zbytečné mezery mezi popiskem a polem). */
.dm-form br{display:none}
.dm-form p{margin:0}

/* ============================================================
   STRÁNKA KONTAKT
   ============================================================ */
.page-hero-lead{color:#CFE0F7;font-size:16.5px;max-width:60ch;margin-top:14px;line-height:1.55}
.contact-page{padding-top:56px}
.contact-grid{display:grid;grid-template-columns:1fr 1.05fr;gap:56px;align-items:start}
.contact-h{font-size:19px;font-weight:900;color:var(--navy);margin-bottom:22px}
.contact-info .contact-list{gap:20px}
.contact-info .c-item .ic{background:var(--green-soft)}
.contact-info .c-item .ic svg{stroke:var(--green)}
.billing-list{list-style:none;display:flex;flex-direction:column;gap:9px}
.billing-list li{font-size:14px;color:var(--muted);font-weight:600;line-height:1.5}
.billing-list li b{color:var(--ink);font-weight:800}
.contact-form-col{background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow);padding:30px}
.contact-extra{margin-top:18px;font-size:14px;color:var(--muted)}
@media(max-width:900px){
  .contact-grid{grid-template-columns:1fr;gap:38px}
  .contact-form-col{padding:24px 20px}
}

/* ============================================================
   RECENZE – Google styl, slider, stránka recenzí
   ============================================================ */
.testi-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}
.testi-stars{display:inline-flex;gap:2px}
.testi-stars svg{width:17px;height:17px;fill:var(--yellow)}
.testi-stars svg.off{fill:#DCE6F2}
.testi .testi-text{font-weight:700;font-size:14.5px;line-height:1.55;color:var(--ink)}
.testi-foot-row{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-top:16px;padding-top:14px;border-top:1px solid var(--line)}
.testi-who2 b{display:block;font-size:14px;font-weight:800;color:var(--ink)}
.testi-who2 .testi-cat{display:block;font-size:12px;color:var(--muted);font-weight:700;margin-top:2px}
.testi-src{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:800;color:var(--muted);white-space:nowrap;flex:0 0 auto}
.dm-gicon{display:inline-block;vertical-align:middle}

/* Souhrn hodnocení */
.reviews-summary{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:18px;font-size:15px;color:var(--muted);font-weight:700}
.reviews-summary b{font-size:20px;font-weight:900;color:var(--ink)}
.reviews-summary .link-more{margin-left:4px}
.reviews-summary-lg{margin-top:0;margin-bottom:30px;padding:20px 22px;background:var(--blue-tint);border:1px solid var(--line);border-radius:16px;font-size:16px}
.reviews-summary-lg b{font-size:24px}
.reviews-summary-lg .btn{margin-left:auto}

/* Slider na úvodu */
.testi-slider{margin-top:26px}
.testi-viewport{overflow:hidden}
.testi-track{display:flex;gap:20px;transition:transform .55s cubic-bezier(.22,1,.36,1);will-change:transform}
.testi-track > .testi{flex:0 0 calc((100% - 40px) / 3);box-sizing:border-box}
.testi-track > .testi p.testi-text{flex:none}
.dots i{cursor:pointer;transition:background .2s,width .2s}
.dots i.on{width:20px;border-radius:5px}
@media(max-width:900px){ .testi-track > .testi{flex:0 0 calc((100% - 20px) / 2)} }
@media(max-width:600px){ .testi-track > .testi{flex:0 0 100%} }

/* Stránka recenzí */
.reviews-grid{grid-template-columns:repeat(3,1fr)}
@media(max-width:900px){ .reviews-grid{grid-template-columns:1fr} }
.reviews-page .testi.is-hidden{display:none!important}

/* Partneři – nahraná loga (vč. SVG) */
.partner-logo{height:38px;width:auto;max-width:170px;object-fit:contain;display:block;filter:grayscale(1);opacity:.75;transition:filter .2s,opacity .2s}
.partner--logo:hover .partner-logo{filter:none;opacity:1}

/* ============================================================
   KALKULAČKA – načítání, výsledek, gauge, graf
   ============================================================ */
.calc-right{position:relative}
.calc-right.hidden,.calc-loading.hidden,.calc-result.hidden,#rIntro.hidden{display:none!important}

/* Načítání */
.calc-loading{display:flex;flex-direction:column;align-items:center;gap:20px;width:100%}
.calc-spinner{width:52px;height:52px;border-radius:50%;border:4px solid var(--blue-soft);border-top-color:var(--green);animation:dmSpin .8s linear infinite}
@keyframes dmSpin{to{transform:rotate(360deg)}}
.calc-steps-anim{list-style:none;display:flex;flex-direction:column;gap:12px;width:100%;max-width:280px;margin:0 auto}
.calc-steps-anim li{display:flex;align-items:center;gap:9px;font-size:14px;font-weight:700;color:var(--muted);opacity:0;transform:translateY(6px);transition:opacity .4s,transform .4s}
.calc-steps-anim li.on{opacity:1;transform:none}
.calc-steps-anim li svg{width:18px;height:18px;stroke:var(--green);flex:0 0 auto}

/* Výsledek */
.calc-result{display:flex;flex-direction:column;align-items:stretch;text-align:center;gap:0;width:100%}
.calc-result-label{text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:800;color:#93A5BF;margin-bottom:6px}
.calc-result .result-num{font-size:44px;font-weight:900;color:var(--green);line-height:1;margin-bottom:22px}
.calc-result .result-num small{font-size:22px;font-weight:900}

.calc-gauge-card{display:flex;align-items:center;gap:16px;background:var(--blue-tint);border:1px solid var(--line);border-radius:14px;padding:16px 18px;text-align:left;margin-bottom:24px}
.calc-gauge{position:relative;width:66px;height:66px;flex:0 0 auto}
.calc-gauge svg{width:66px;height:66px;transform:rotate(-90deg)}
.calc-gauge circle{fill:none;stroke-width:4}
.calc-gauge .g-bg{stroke:#E1EAF5}
.calc-gauge .g-fg{stroke:var(--green);stroke-linecap:round;transition:stroke-dashoffset 1.1s cubic-bezier(.22,1,.36,1)}
.calc-gauge-val{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:900;color:var(--navy)}
.calc-gauge-text{font-size:13.5px;color:var(--muted);font-weight:600;line-height:1.45;margin:0}
.calc-gauge-text b{color:var(--green);font-weight:800}

.calc-cumul{text-align:left}
.calc-cumul-title{text-transform:uppercase;letter-spacing:.1em;font-size:12px;font-weight:800;color:#93A5BF;margin-bottom:14px}
.calc-bars{display:flex;flex-direction:column;gap:10px}
.calc-bar{display:flex;align-items:center;gap:12px}
.calc-bar .cb-label{flex:0 0 46px;font-size:12.5px;font-weight:700;color:var(--muted)}
.calc-bar .cb-track{flex:1;height:34px;background:var(--blue-tint);border-radius:9px;overflow:hidden;position:relative}
.calc-bar .cb-fill{display:block;height:100%;width:0;background:linear-gradient(90deg,#8CC63F,var(--green));border-radius:9px;transition:width 1s cubic-bezier(.22,1,.36,1)}
.calc-bar .cb-val{flex:0 0 auto;min-width:74px;text-align:right;font-size:13px;font-weight:800;color:var(--ink)}
.calc-note-fine{font-size:11.5px;color:#93A5BF;font-weight:600;margin-top:14px;line-height:1.4}

.calc-result-actions{display:flex;flex-direction:column;align-items:center;gap:12px;margin-top:22px}
.calc-result-actions .btn{width:100%}
.calc-result-actions .btn svg{width:18px;height:18px;stroke:var(--ink)}
.calc-recalc{background:none;border:none;color:var(--blue);font-weight:800;font-size:13.5px;text-decoration:underline;cursor:pointer}
.calc-recalc:hover{color:var(--navy)}
