:root {
  --red: #D91B2A;
  --red-dark: #B5101D;
  --blue: #1455A4;
  --blue-dark: #0D3E7A;
  --blue-light: #1A6ACC;
  --dark: #000;
  --gray: #5A6478;
  --light: #F5F7FA;
  --white: #fff;
  --radius: 18px;
  --radius-lg: 24px;
  --shadow: 0 2px 20px rgba(0,0,0,.07);
  --shadow-md: 0 8px 40px rgba(0,0,0,.12);
  --font: 'Poppins', sans-serif;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: hidden; max-width: 100%; }
body { font-family: var(--font); background: var(--white); color: var(--dark); overflow-x: hidden; max-width: 100%; }




/* NAVBAR */
/*.navbar {
  position: fixed; top: 0; width: 100%; z-index: 9999;
  padding: 18px 0; background: transparent; transition: all .3s;
}

.navbar {
  position: fixed; top: 0; width: 100%; z-index: 9999;
  padding: 18px 0; background: rgba(12,18,32,.97);
  backdrop-filter: blur(20px); box-shadow: 0 2px 30px rgba(0,0,0,.25);
  transition: padding .3s;
}


.navbar.scrolled {
  background: rgba(12,18,32,.97);
  backdrop-filter: blur(20px);
  padding: 12px 0;
  box-shadow: 0 2px 30px rgba(0,0,0,.3);
}


.navbar-brand { font-size: 1.45rem; font-weight: 800; color: #fff !important; letter-spacing: -.5px; }

.navbar-brand img {height:60px;}
.navbar-brand em { color: var(--red); font-style: normal; }
.navbar .nav-link { color: rgba(255,255,255,.8) !important; font-weight: 500; font-size: .88rem; padding: 6px 14px !important; border-radius: 8px; transition: all .2s; }
.navbar .nav-link:hover { color: #fff !important; background: rgba(255,255,255,.08); }
.navbar li.active .nav-link { color: #fff !important; background: rgba(255,255,255,.08); }



.nav-btn {
  background: var(--red) !important; color: #fff !important;
  border-radius: 10px !important; padding: 8px 22px !important;
  font-weight: 700 !important; font-size: .88rem !important;
  transition: all .2s;
}
.nav-btn:hover { background: var(--red-dark) !important; transform: translateY(-1px); }
.navbar-collapse {
  background: transparent;
}
@media(max-width: 991px) {
  .navbar-collapse {
    background: rgba(12,18,32,.98);
    border-radius: 14px;
    margin-top: 12px;
    padding: 16px 12px;
    box-shadow: 0 8px 32px rgba(0,0,0,.3);
    border: 1px solid rgba(255,255,255,.07);
  }
}
  */
  
  /* NAVBAR */
.navbar {
  position: fixed; top: 0; width: 100%; z-index: 9999;
  padding: 18px 0; background: rgba(12,18,32,.97);
  backdrop-filter: blur(20px);
  box-shadow: 0 2px 30px rgba(0,0,0,.25);
  transition: padding .3s;
}
.navbar.scrolled { padding: 12px 0; }
.navbar-brand { font-size: 1.45rem; font-weight: 800; color: #fff !important; letter-spacing: -.5px; }
.navbar-brand img {height:60px;}

.navbar-brand em { color: var(--red); font-style: normal; }
.nav-link { color: rgba(255,255,255,.8) !important; font-weight: 500; font-size: .88rem; padding: 6px 14px !important; border-radius: 8px; transition: all .2s; }
.nav-link:hover { color: #fff !important; background: rgba(255,255,255,.08); }

.navbar .nav-link { color: rgba(255,255,255,.8) !important; font-weight: 500; font-size: .88rem; padding: 6px 14px !important; border-radius: 8px; transition: all .2s; }
.navbar .nav-link:hover { color: #fff !important; background: rgba(255,255,255,.08); }
.navbar li.active .nav-link { color: #fff !important; background: rgba(255,255,255,.08); }


.nav-link.nav-btn {
  background: var(--red) !important; color: rgba(255,255,255,1.0) !important;
  border-radius: 10px !important; padding: 8px 22px !important;
  font-weight: 700 !important; font-size: .88rem !important; transition: all .2s;
}
.nav-btn:hover { background: var(--red-dark) !important; transform: translateY(-1px); }
.navbar-toggler { border: none; }
.navbar-toggler:focus { box-shadow: none; }
.navbar-toggler-icon { filter: invert(1); }



/* TOP HEADER */
.top-header {
  background: var(--red);
  padding: 10px 0;
  text-align: center;
  font-size: .85rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: .2px;
  line-height: 1.5;
  position: fixed; top: 0; width: 100%; z-index: 10000;
}
.top-header a { color: #fff; text-decoration: none; }
.top-header a:hover { text-decoration: underline; }
.navbar { top: 40px; }
@media(max-width: 575px) {
  .top-header { font-size: .75rem; padding: 8px 12px; }
  .navbar { top: 48px; }
}

/* HERO */
#hero {
  min-height: 60vh;
  position: relative;
  display: flex; align-items: center;
  overflow: hidden;
  background: var(--dark);
}
.hero-bg {
  position: absolute; inset: 0;
  background-image: url('../images/hero.jpg');
  background-size: cover; background-position: center;
  opacity: .92;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(120deg, rgba(12,18,32,.98) 45%, rgba(20,85,164,.35) 100%);
}
.hero-content { position: relative; z-index: 2; padding: 110px 15px 60px; 15px }
h1 {
  font-size: clamp(2.3rem, 5vw, 4rem);
  font-weight: 900; color: #fff;
  line-height: 1.08; letter-spacing: -1.5px;
  margin-bottom: 22px;
}
h1 .hl { color: var(--red); }
.hero-sub {
  font-size: 1.05rem; color: rgba(255,255,255,.65);
  line-height: 1.8; max-width: 500px;
  margin-bottom: 40px; font-weight: 300;
}
.btn-primary-red {
  background: var(--red); color: #fff;
  font-weight: 700; font-size: .97rem;
  padding: 15px 30px; border-radius: var(--radius);
  border: none; cursor: pointer; transition: all .25s;
  display: inline-flex; align-items: center; gap: 8px;
  text-decoration: none;
  box-shadow: 0 6px 28px rgba(217,27,42,.45);
}
.btn-primary-red:hover { background: var(--red-dark); transform: translateY(-2px); color: #fff; box-shadow: 0 10px 36px rgba(217,27,42,.5); }
.btn-outline-blue {
  background: transparent; color: #fff;
  font-weight: 600; font-size: .97rem;
  padding: 15px 30px; border-radius: var(--radius);
  border: 2px solid rgba(255,255,255,.3);
  cursor: pointer; transition: all .25s;
  display: inline-flex; align-items: center; gap: 8px;
  text-decoration: none;
}
.btn-outline-blue:hover { border-color: rgba(255,255,255,.7); background: rgba(255,255,255,.08); color: #fff; }

/* SECTION */
section { padding: 90px 0; }
h2 {
  font-size: clamp(1.9rem, 3.5vw, 2.8rem);
  font-weight: 800; letter-spacing: -1px; line-height: 1.15;
  color: var(--dark);
}
h2.white { color: #fff; }
.section-intro { color: var(--gray); font-size: .97rem; line-height: 1.75; max-width: 540px; }

/* SERVICES */
#sluzby { background: var(--light); }
.srv-card {
  background: #fff; border-radius: var(--radius-lg);
  padding: 34px 26px;
  box-shadow: var(--shadow); border: 1px solid rgba(0,0,0,.05);
  transition: all .3s cubic-bezier(.4,0,.2,1);
  height: 100%; position: relative; overflow: hidden;
  text-decoration: none;
}

#sluzby a  {
   text-decoration: none;
}
.srv-card::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, var(--blue), var(--blue-dark));
  opacity: 0; transition: opacity .3s;
}
.srv-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.srv-card:hover::after { opacity: 1; }
.srv-card > * { position: relative; z-index: 1; }
.srv-card:hover .srv-title, .srv-card:hover .srv-text { color: #fff !important; }
.srv-icon { width: 48px; height: 48px; margin-bottom: 22px; display: block; }
.srv-icon svg { width: 48px; height: 48px; stroke: var(--dark); fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; transition: stroke .3s; }
.srv-card:hover .srv-icon svg { stroke: #fff; }
.srv-title { font-size: 1.05rem; font-weight: 700; color: var(--dark); margin-bottom: 8px; transition: color .3s; }
.srv-text { font-size: .88rem; color: var(--gray); line-height: 1.65; transition: color .3s; }

/* WHY */
#proc-my { background: #fff; }
.why-photo {
  border-radius: var(--radius-lg);
  overflow: hidden; min-height: 480px;
  background: linear-gradient(135deg, #1a2e50, #0d1f3c);
  display: flex; align-items: center; justify-content: center;
  position: relative;
  box-shadow: var(--shadow-md);
}
.why-photo-inner {
  position: absolute; inset: 0;

  background-size: cover; background-position: center; opacity: .55;
}
.why-badge {
  position: absolute; bottom: 24px; left: 24px;
  background: #fff; border-radius: var(--radius);
  padding: 14px 20px; display: flex; align-items: center; gap: 12px;
  box-shadow: var(--shadow-md);
}
.why-badge-num { font-size: 1.8rem; font-weight: 900; color: var(--blue); line-height: 1; }
.why-badge-text { font-size: .78rem; color: var(--gray); font-weight: 500; }
.check-list { list-style: none; display: flex; flex-direction: column; gap: 12px; margin-left:0px;padding-left:0px;}
.check-item {
  display: flex; align-items: flex-start; gap: 12px;
  padding: 16px 18px; border-radius: var(--radius);
  background: var(--light); border: 1px solid rgba(0,0,0,.05);
  transition: all .25s;
}
.check-item:hover { background: #EBF2FC; border-color: rgba(20,85,164,.15); transform: translateX(3px); }
.check-dot {
  width: 28px; height: 28px; border-radius: 7px;
  background: var(--blue); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: .78rem; font-weight: 700; flex-shrink: 0; margin-top: 1px;
}
.check-title { font-weight: 600; font-size: .93rem; color: var(--dark); }
.check-sub { font-size: .8rem; color: var(--gray); margin-top: 2px; }

/* PROCESS */
#postup { background: var(--dark); }
.step {
  text-align: center; padding: 0 24px; width: 280px; flex-shrink: 0;
}
.step-arrow { align-items: center; justify-content: center; flex-shrink: 0; padding-top: 0; margin-bottom: 52px; }

.step-arrow.none { display:none!important;}
.step-circle {
  width: 68px; height: 68px; border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), var(--blue-dark));
  color: #fff; font-size: 1.4rem; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 20px;
  box-shadow: 0 6px 28px rgba(20,85,164,.45);
  transition: transform .3s;
}
.step:hover .step-circle { transform: scale(1.1); }
.step-title { font-weight: 700; color: #fff; font-size: 1.2rem; margin-bottom: 10px; }
.step-text { color: rgba(255,255,255,.5); font-size: .97rem; line-height: 1.65; }

/* REVIEWS */
#recenze { background: var(--light); }
.rev-card {
  background: #fff; border-radius: var(--radius-lg);
  padding: 30px 26px; box-shadow: var(--shadow);
  border: 1px solid rgba(0,0,0,.05); height: 100%;
}
.rev-stars { color: #F59E0B; font-size: 1rem; letter-spacing: 1px; margin-bottom: 14px; display: block; }
.rev-text { font-size: .93rem; color: var(--gray); line-height: 1.7; font-style: italic; margin-bottom: 20px; }
.rev-author { display: flex; align-items: center; gap: 10px; }
.rev-avatar {
  width: 40px; height: 40px; border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), var(--blue-dark));
  color: #fff; font-weight: 700; font-size: .9rem;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.rev-name { font-weight: 700; font-size: .9rem; color: var(--dark); }
.rev-loc { font-size: .78rem; color: var(--gray); }

/* FAQ */
#faq { background: #fff; }
.faq-item {
  border: 1px solid rgba(0,0,0,.08); border-radius: var(--radius);
  margin-bottom: 10px; overflow: hidden;
}
.faq-btn {
  width: 100%; background: #fff; border: none;
  padding: 20px 22px; font-family: var(--font);
  font-size: .95rem; font-weight: 600; color: var(--dark);
  cursor: pointer; text-align: left;
  display: flex; justify-content: space-between; align-items: center;
  gap: 16px; transition: background .2s;
}
.faq-btn:hover { background: var(--light); }
.faq-btn.open { color: var(--blue); background: #EBF2FC; }
.faq-arrow {
  width: 30px; height: 30px; border-radius: 7px;
  background: var(--light); color: var(--blue);
  display: flex; align-items: center; justify-content: center;
  font-size: .85rem; flex-shrink: 0; transition: transform .3s, background .2s;
}
.faq-btn.open .faq-arrow { transform: rotate(180deg); background: var(--blue); color: #fff; }
.faq-body {
  max-height: 0; overflow: hidden; transition: max-height .38s ease, padding .3s;
  padding: 0 22px; color: var(--gray); font-size: .9rem; line-height: 1.75;
}
.faq-body.open { max-height: 100%; padding: 18px 22px 0px; }

/* CTA */
#cta {
  background: linear-gradient(130deg, var(--red-dark) 0%, var(--red) 100%);
  padding: 90px 0; position: relative; overflow: hidden;
}
#cta::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(circle at 70% 50%, rgba(255,255,255,.08) 0%, transparent 60%);
}
.cta-title { font-size: clamp(1.8rem, 3.5vw, 2.9rem); font-weight: 900; color: #fff; letter-spacing: -1px; margin-bottom: 14px; }
.cta-sub { color: rgba(255,255,255,.72); font-size: 1rem; margin-bottom: 38px; }
.btn-cta-white {
  background: #fff; color: var(--red);
  font-weight: 700; font-size: .97rem;
  padding: 15px 30px; border-radius: var(--radius);
  border: none; cursor: pointer; transition: all .25s;
  display: inline-flex; align-items: center; gap: 8px;
  text-decoration: none; box-shadow: 0 6px 28px rgba(0,0,0,.2);
}
.btn-cta-white:hover { transform: translateY(-2px); box-shadow: 0 12px 40px rgba(0,0,0,.28); color: var(--red-dark); }
.btn-cta-ghost {
  background: transparent; color: #fff;
  font-weight: 600; font-size: .97rem;
  padding: 15px 30px; border-radius: var(--radius);
  border: 2px solid rgba(255,255,255,.45);
  cursor: pointer; transition: all .25s;
  display: inline-flex; align-items: center; gap: 8px;
  text-decoration: none;
}
.btn-cta-ghost:hover { border-color: rgba(255,255,255,.9); background: rgba(255,255,255,.12); color: #fff; }

/* FOOTER */
footer { background: var(--dark); padding: 70px 0 36px; color: rgba(255,255,255,.55); }
.footer-brand { font-size: 1.4rem; font-weight: 800; color: #fff; margin-bottom: 10px; }
.footer-brand em { color: var(--red); font-style: normal; }
.footer-desc { font-size: .88rem; line-height: 1.7; max-width: 260px; }
.footer-h { font-size: 1.2rem; font-weight: 700; color: #fff; letter-spacing: 1.2px; text-transform: uppercase; margin-bottom: 18px; }
.footer-link { color: rgba(255,255,255,.5); text-decoration: none; font-size: .88rem; display: block; padding: 3px 0; transition: color .2s; }
.footer-link:hover { color: #fff; }
footer ul   { padding-left:0px;margin-left:0px; }
footer ul li  { color: rgba(255,255,255,.5); text-decoration: none; font-size: .88rem; display: block; padding: 3px 0; transition: color .2s; }
footer ul li a { color: rgba(255,255,255,.5); text-decoration: none; font-size: .88rem; display: block; padding: 3px 0; transition: color .2s; }
footer ul li a:hover { color: #fff!important; }

.footer-contact { display: flex; align-items: center; gap: 10px; font-size: .88rem; margin-bottom: 10px; }
.footer-icon { width: 34px; height: 34px; background: rgba(255,255,255,.07); border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.wh { background: rgba(255,255,255,.05); border-radius: var(--radius); padding: 18px; }
.wh-row { display: flex; justify-content: space-between; font-size: .86rem; padding: 4px 0; border-bottom: 1px solid rgba(255,255,255,.06); }
.wh-row:last-child { border: none; }
.wh-t { color: #fff; font-weight: 500; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.07); margin-top: 56px; padding-top: 24px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; font-size: .8rem; }
.footer-bottom a { color: rgba(255,255,255,.35); text-decoration: none; transition: color .2s; }
.footer-bottom a:hover { color: #fff; }

/* FLOATING */
.float-phone {
  position: fixed; bottom: 24px; right: 24px; z-index: 9998;
  width: 58px; height: 58px; border-radius: 50%;
  background: var(--blue); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem; text-decoration: none;
  box-shadow: 0 6px 28px rgba(20,85,164,.5); transition: all .25s;
}
.float-phone:hover { transform: scale(1.08); color: #fff; box-shadow: 0 10px 36px rgba(20,85,164,.6); }
.float-poptavka {
  position: fixed; bottom: 94px; right: 24px; z-index: 9998;
  background: var(--red); color: #fff;
  padding: 10px 18px; border-radius: var(--radius);
  font-size: .83rem; font-weight: 700;
  box-shadow: 0 6px 28px rgba(217,27,42,.4);
  text-decoration: none; display: flex; align-items: center; gap: 6px;
  transition: all .25s;
}
.float-poptavka:hover { background: var(--red-dark); color: #fff; transform: translateY(-2px); }

@media(max-width: 767px) {
  h1 { font-size: 2.2rem; }
  section { padding: 65px 0; }
  .float-poptavka { display: none; }
}

/********Služby**************/


/* PAGE HEADER */
.page-header {
  margin-top: 146px;
  background: var(--dark);
  padding: 56px 0 48px;
  position: relative; overflow: hidden;
}
.page-header::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(120deg, rgba(20,85,164,.18) 0%, transparent 70%);
}
.breadcrumb { margin: 0; padding: 0; display:block; z-index: 1;position: relative;color:#fff;font-size: .82rem; }
.breadcrumb a { color: #fff; text-decoration: none; font-size: .82rem; font-weight: 500; transition: color .2s; }
.breadcrumb a:hover { color: #fff; }
.breadcrumb .active { color: #fff; font-size: .82rem; }

.page-header h1 {
  font-size: clamp(1.9rem, 4vw, 3rem); font-weight: 900; color: #fff;
  letter-spacing: -1px; line-height: 1.1; margin-top: 14px;
  position: relative; z-index: 1;
}
.page-header h1 span { color: var(--red); }
.page-header-sub { color: rgba(255,255,255,.55); font-size: .97rem; margin-top: 10px; font-weight: 300; position: relative; z-index: 1; }

/* SERVICES GRID */
.services-section { padding: 72px 0 90px; background: var(--light); }

.services-section  a  {
   text-decoration: none;
}


.srv-card {
  background: #fff; border-radius: var(--radius-lg);
  padding: 40px 32px 36px;
  box-shadow: var(--shadow); border: 1px solid rgba(0,0,0,.05);
  transition: all .32s cubic-bezier(.4,0,.2,1);
  height: 100%; position: relative; overflow: hidden;
  display: flex; flex-direction: column;
  text-decoration: none;
}
.srv-card::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, var(--blue), var(--blue-dark));
  opacity: 0; transition: opacity .32s;
}
.srv-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-xl); }
.srv-card:hover::after { opacity: 1; }
.srv-card > * { position: relative; z-index: 1; }
.srv-card:hover .srv-icon svg { stroke: #fff; }
.srv-card:hover .srv-title, .srv-card:hover .srv-text { color: #fff !important; }
.srv-card:hover .srv-link { color: rgba(255,255,255,.75); }
.srv-card:hover .srv-link svg { stroke: rgba(255,255,255,.75); }

.srv-icon { width: 52px; height: 52px; margin-bottom: 24px; display: block; }
.srv-icon svg { width: 52px; height: 52px; stroke: var(--dark); fill: none; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; transition: stroke .3s; }
.srv-title { font-size: 1.15rem; font-weight: 800; color: var(--dark); margin-bottom: 10px; transition: color .3s; }
.srv-text { font-size: .9rem; color: var(--gray); line-height: 1.7; transition: color .3s; flex: 1; margin-bottom: 24px; }
.srv-link {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: .85rem; font-weight: 700; color: var(--blue);
  transition: color .3s; margin-top: auto;
}
.srv-link svg { transition: stroke .3s, transform .2s; }
.srv-card:not(:hover) .srv-link:hover svg { transform: translateX(3px); }

/* CTA STRIP */
.cta-strip {
  background: var(--dark); padding: 70px 0;
  position: relative; overflow: hidden;
}
.cta-strip::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(circle at 80% 50%, rgba(20,85,164,.2) 0%, transparent 60%);
}
.cta-strip-title { font-size: clamp(1.6rem, 3vw, 2.4rem); font-weight: 900; color: #fff; letter-spacing: -.8px; margin-bottom: 10px; }
.cta-strip-sub { color: rgba(255,255,255,.5); font-size: .97rem; }
.btn-red {
  background: var(--red); color: #fff; font-weight: 700; font-size: .97rem;
  padding: 14px 28px; border-radius: var(--radius); border: none;
  display: inline-flex; align-items: center; gap: 8px; text-decoration: none;
  transition: all .25s; box-shadow: 0 6px 24px rgba(217,27,42,.4);
}
.btn-red:hover { background: var(--red-dark); color: #fff; transform: translateY(-2px); }
.btn-ghost {
  background: transparent; color: #fff; font-weight: 600; font-size: .97rem;
  padding: 14px 28px; border-radius: var(--radius);
  border: 2px solid rgba(255,255,255,.25);
  display: inline-flex; align-items: center; gap: 8px; text-decoration: none;
  transition: all .25s;
}
.btn-ghost:hover { border-color: rgba(255,255,255,.7); color: #fff; background: rgba(255,255,255,.08); }



@media(max-width:767px){ .services-section { padding: 50px 0 60px; } }


/*****Ceník*******/

/* INFO CARDS */
.info-section { padding: 56px 0 0; background: var(--white); }
.info-card {
  background: var(--white); border-radius: var(--radius-lg);
  padding: 32px 28px;
  border: 1px solid rgba(0,0,0,.09);
  height: 100%; transition: all .25s;
  position: relative; overflow: hidden;
}
.info-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0;
  height: 4px;
}
.info-card.card-1::before { background: var(--blue); }
.info-card.card-2::before { background: var(--red); }
.info-card.card-3::before { background: #1DB954; }
.info-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.info-card-icon {
  width: 44px; height: 44px; border-radius: 11px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
}
.card-1 .info-card-icon { background: #EBF2FC; }
.card-2 .info-card-icon { background: #FDECEA; }
.card-3 .info-card-icon { background: #EDFAF3; }
.info-card-title { font-size: 1.1rem; font-weight: 800; color: var(--dark); margin-bottom: 10px; letter-spacing: -.3px; }
.info-card-text { font-size: .9rem; color: var(--gray); line-height: 1.7; }


/* DARK INFO BOXES */
.dark-section { background: var(--white); padding: 0 0 64px; }
.dark-box { background: #0D1B3E; border-radius: var(--radius-lg); padding: 36px 32px; height: 100%; }
.dark-box-title { font-size: 1.15rem; font-weight: 800; color: #fff; margin-bottom: 20px; }
.dark-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
.dark-list li { display: flex; align-items: flex-start; gap: 10px; color: rgba(255,255,255,.75); font-size: .92rem; line-height: 1.6; }
.dark-list li span { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,.4); flex-shrink: 0; margin-top: 8px; }


/******Default page**********/


/* ── CONTENT LAYOUT ── */
.content-wrap { padding: 64px 0 90px; }
.content-main { max-width: 100%; }

/* ── TYPOGRAPHY ── */
.content-main h2 {
  font-size: 1.75rem; font-weight: 800;
  color: var(--dark); letter-spacing: -.5px;
  margin-top: 52px; margin-bottom: 16px;
}
.content-main h2:first-child { margin-top: 0; }

.content-main h3 {
  font-size: 1.2rem; font-weight: 700;
  color: var(--dark); letter-spacing: -.3px;
  margin-top: 32px; margin-bottom: 12px;
}
.content-main h4 {
  font-size: 1rem; font-weight: 700;
  color: var(--dark); margin-top: 24px; margin-bottom: 10px;
  text-transform: uppercase; letter-spacing: .5px; font-size: .82rem;
  color: var(--blue);
}
.content-main p {
  color: var(--gray); font-size: .97rem;
  line-height: 1.85; margin-bottom: 18px;
}
.content-main strong { color: var(--dark); font-weight: 700; }
.content-main a { color: var(--blue); font-weight: 500; text-decoration: none; border-bottom: 1px solid rgba(20,85,164,.25); transition: border-color .2s; }
.content-main a:hover { border-color: var(--blue); }

/* ── LISTS ── */
.content-main ul, .content-main ol {
  margin: 0 0 20px 0; padding: 0;
  list-style: none;
}
.content-main ul li, .content-main ol li {
  position: relative; padding: 6px 0 6px 28px;
  color: var(--gray); font-size: .95rem; line-height: 1.7;
}
.content-main ul li::before {
  content: '';
  position: absolute; left: 0; top: 13px;
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--blue);
}
.content-main ol { counter-reset: list-counter; }
.content-main ol li { counter-increment: list-counter; }
.content-main ol li::before {
  content: counter(list-counter);
  position: absolute; left: 0; top: 5px;
  width: 20px; height: 20px; border-radius: 5px;
  background: var(--blue); color: #fff;
  font-size: .72rem; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  line-height: 1;
}

/* nested ul */
.content-main ul ul li::before { background: var(--gray-light); width: 6px; height: 6px; top: 14px; }
.content-main ul ul { margin-top: 6px; margin-bottom: 0; }

/* ── CALLOUT BOXES ── */
.callout {
  border-radius: var(--radius); padding: 20px 22px;
  margin-bottom: 24px; display: flex; gap: 14px; align-items: flex-start;
  font-size: .93rem; line-height: 1.7;
}
.callout-icon { width: 36px; height: 36px; border-radius: 9px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }
.callout-text { color: var(--dark); }
.callout-text strong { display: block; margin-bottom: 4px; }
.callout.info { background: #EBF2FC; border-left: 4px solid var(--blue); }
.callout.info .callout-icon { background: var(--blue); }
.callout.warning { background: #FFF8E6; border-left: 4px solid #F59E0B; }
.callout.warning .callout-icon { background: #F59E0B; }
.callout.success { background: #EDFAF3; border-left: 4px solid #1DB954; }
.callout.success .callout-icon { background: #1DB954; }
.callout.danger { background: #FDECEA; border-left: 4px solid var(--red); }
.callout.danger .callout-icon { background: var(--red); }

/* ── TABLE ── */
.table-wrap {
  border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow); border: 1px solid rgba(0,0,0,.07);
  margin-bottom: 28px;
}
.styled-table { width: 100%; border-collapse: collapse; font-size: .9rem; }
.styled-table thead tr { background: var(--dark); }
.styled-table thead th { color: #fff; font-weight: 700; padding: 14px 18px; text-align: left; font-size: .82rem; letter-spacing: .5px; text-transform: uppercase; border: none; }
.styled-table tbody tr { border-bottom: 1px solid rgba(0,0,0,.06); transition: background .2s; }
.styled-table tbody tr:last-child { border-bottom: none; }
.styled-table tbody tr:hover { background: var(--light); }
.styled-table tbody td { padding: 13px 18px; color: var(--gray); vertical-align: middle; }
.styled-table tbody td strong { color: var(--dark); }
.styled-table thead th:last-child { text-align: right; }
.styled-table tbody td:last-child { text-align: right; }
.styled-table tbody td .badge-blue { display: inline-block; background: #EBF2FC; color: var(--blue); font-size: .72rem; font-weight: 700; padding: 2px 10px; border-radius: 100px; }
.styled-table tbody td .badge-red { display: inline-block; background: #FDECEA; color: var(--red); font-size: .72rem; font-weight: 700; padding: 2px 10px; border-radius: 100px; }

/* ── IMAGE BOX ── */
.img-box {
  border-radius: var(--radius-lg); overflow: hidden;
  height: 280px; background: linear-gradient(135deg, #1a2e50, #0d1f3c);
  display: flex; align-items: center; justify-content: center;
  position: relative; margin-bottom: 28px; box-shadow: var(--shadow-md);
}
.img-box-bg { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: .55; }
.img-box-caption { position: absolute; bottom: 16px; left: 16px; background: rgba(0,0,0,.55); color: #fff; font-size: .78rem; font-weight: 600; padding: 4px 14px; border-radius: 100px; backdrop-filter: blur(6px); }

/* ── BLOCKQUOTE ── */
.content-main blockquote {
  margin: 0 0 24px;
  padding: 20px 24px 20px 28px;
  border-left: 4px solid var(--blue);
  background: var(--light); border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  font-size: 1rem; font-style: italic; color: var(--dark); line-height: 1.7;
}
.content-main blockquote cite { display: block; margin-top: 8px; font-size: .82rem; font-style: normal; color: var(--gray-light); font-weight: 600; }

/* ── DIVIDER ── */
.content-divider { height: 1px; background: var(--light); margin: 40px 0; position: relative; }
.content-divider::after { content: ''; position: absolute; left: 50%; top: -3px; transform: translateX(-50%); width: 40px; height: 6px; background: var(--blue); border-radius: 3px; }

/* ── SIDEBAR ── */
.sidebar { position: sticky; top: 100px; }
.sidebar-toc { background: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow-md); border: 1px solid rgba(0,0,0,.06); overflow: hidden; margin-bottom: 24px; }
.sidebar-toc-title { background: var(--dark); color: #fff; font-size: .78rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; padding: 14px 20px; }
.sidebar-toc-link { display: flex; align-items: center; gap: 10px; padding: 12px 20px; color: var(--gray); text-decoration: none; font-size: .88rem; font-weight: 500; border-bottom: 1px solid rgba(0,0,0,.05); transition: all .2s; }
.sidebar-toc-link:last-child { border-bottom: none; }
.sidebar-toc-link:hover { background: var(--light); color: var(--blue); padding-left: 26px; }
.sidebar-toc-link svg { flex-shrink: 0; color: var(--blue); opacity: .4; transition: opacity .2s; }
.sidebar-toc-link:hover svg { opacity: 1; }

.sidebar-cta { background: var(--dark); border-radius: var(--radius-lg); padding: 28px 24px; box-shadow: var(--shadow-md); }
.sidebar-cta-title { font-size: 1.05rem; font-weight: 800; color: #fff; margin-bottom: 6px; }
.sidebar-cta-sub { font-size: .83rem; color: rgba(255,255,255,.5); margin-bottom: 20px; line-height: 1.6; }
.btn-sidebar { display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%; padding: 13px; font-family: var(--font); font-weight: 700; font-size: .92rem; border: none; border-radius: var(--radius); cursor: pointer; text-decoration: none; transition: all .25s; }
.btn-sidebar-red { background: var(--red); color: #fff; box-shadow: 0 4px 18px rgba(217,27,42,.35); margin-bottom: 10px; }
.btn-sidebar-red:hover { background: var(--red-dark); color: #fff; transform: translateY(-1px); }
.btn-sidebar-ghost { background: rgba(255,255,255,.09); color: #fff; }
.btn-sidebar-ghost:hover { background: rgba(255,255,255,.16); color: #fff; }





/********Kontakt*********/

/* CONTACT CARDS ROW */
.contact-cards { padding: 64px 0 0; background: var(--white); }
.contact-card {
  background: #fff; border-radius: var(--radius-lg);
  padding: 30px 26px; box-shadow: var(--shadow);
  border: 1px solid rgba(0,0,0,.05);
  display: flex; align-items: flex-start; gap: 16px;
  height: 100%; transition: all .25s;
}
.contact-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: rgba(20,85,164,.12); }
.contact-card-icon {
  width: 48px; height: 48px; border-radius: 12px;
  background: var(--blue); display: flex; align-items: center;
  justify-content: center; flex-shrink: 0;
}
.contact-card-label { font-size: .75rem; font-weight: 700; color: var(--gray); text-transform: uppercase; letter-spacing: .8px; margin-bottom: 4px; }
.contact-card-value { font-size: 1.05rem; font-weight: 700; color: var(--dark); text-decoration: none; display: block; transition: color .2s; }
.contact-card-value:hover { color: var(--blue); }
.contact-card-sub { font-size: .8rem; color: var(--gray); margin-top: 3px; }

/* MAIN SECTION */
.contact-section { padding: 52px 0 80px; background: var(--white); }

/* FORM */
.contact-form-wrap {
  background: #fff; border-radius: var(--radius-lg);
  padding: 44px 40px; box-shadow: var(--shadow-md);
  border: 1px solid rgba(0,0,0,.05);
}
@media(max-width:575px){ .contact-form-wrap { padding: 28px 20px; } }
.form-section-title { font-size: 1.4rem; font-weight: 800; color: var(--dark); margin-bottom: 6px; letter-spacing: -.4px; }
.form-section-sub { font-size: .9rem; color: var(--gray); margin-bottom: 32px; }
.form-label { font-size: .82rem; font-weight: 700; color: var(--dark); margin-bottom: 6px; display: block; letter-spacing: .2px; }
.form-label span { color: var(--red); }
.form-control {
  width: 100%; padding: 13px 16px;
  border: 1.5px solid rgba(0,0,0,.1); border-radius: var(--radius);
  font-family: var(--font); font-size: .93rem; color: var(--dark);
  background: var(--light); transition: all .2s; outline: none;
  appearance: none;
}
.form-control:focus { border-color: var(--blue); background: #fff; box-shadow: 0 0 0 4px rgba(20,85,164,.08); }
.form-control::placeholder { color: rgba(90,100,120,.45); }
textarea.form-control { resize: vertical; min-height: 140px; }
.form-group { margin-bottom: 20px; }

#contactForm a {
color: var(--dark);
font-size:14px;
}

.form-select-wrap { position: relative; }
.form-select-wrap::after { content: ''; position: absolute; right: 16px; top: 50%; transform: translateY(-50%); pointer-events: none; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 6px solid var(--gray); }
.btn-submit {
  background: var(--red); color: #fff;
  font-family: var(--font); font-weight: 700; font-size: 1rem;
  padding: 15px 36px; border-radius: var(--radius); border: none;
  cursor: pointer; transition: all .25s;
  display: inline-flex; align-items: center; gap: 10px;
  box-shadow: 0 6px 24px rgba(217,27,42,.35);
}
.btn-submit:hover { background: var(--red-dark); transform: translateY(-2px); box-shadow: 0 10px 32px rgba(217,27,42,.4); }
.form-note { font-size: .78rem; color: var(--gray); margin-top: 14px; line-height: 1.6; }

/* SUCCESS MESSAGE */
.form-success {
  display: none; background: #EDFAF3; border: 1px solid rgba(29,185,84,.3);
  border-radius: var(--radius); padding: 20px 22px;
  color: #0f6b32; font-weight: 600; font-size: .95rem;
  align-items: center; gap: 12px; margin-top: 20px;
}
.form-success.show { display: flex; }

/* MAP */
.map-wrap {
  border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow-md); height: 100%; min-height: 480px;
  border: 1px solid rgba(0,0,0,.06);
}
.map-wrap iframe { width: 100%; height: 100%; min-height: 480px; border: none; display: block; 
box-shadow: var(--shadow-md);
  border: 1px solid rgba(0,0,0,.06);
}

/* INFO BOX */
.info-box {
  background: #fff; border-radius: var(--radius-lg);
  padding: 28px 26px; box-shadow: var(--shadow);
  border: 1px solid rgba(0,0,0,.05); margin-bottom: 20px;
}
.info-box-title { font-size: .75rem; font-weight: 700; color: var(--blue); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 16px; }
.info-row { display: flex; justify-content: space-between; align-items: center; font-size: .9rem; padding: 8px 0; border-bottom: 1px solid var(--light); }
.info-row:last-child { border-bottom: none; }
.info-row-label { color: var(--gray); }
.info-row-value { font-weight: 600; color: var(--dark); }
.info-row-value.green { color: #1DB954; }

/* CTA STRIP */
.cta-strip { background: var(--dark); padding: 70px 0; position: relative; overflow: hidden; }
.cta-strip::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 80% 50%, rgba(20,85,164,.2) 0%, transparent 60%); }
.cta-strip-title { font-size: clamp(1.6rem, 3vw, 2.4rem); font-weight: 900; color: #fff; letter-spacing: -.8px; margin-bottom: 10px; }
.cta-strip-sub { color: rgba(255,255,255,.5); font-size: .97rem; }
.btn-red { background: var(--red); color: #fff; font-weight: 700; font-size: .97rem; padding: 14px 28px; border-radius: var(--radius); border: none; display: inline-flex; align-items: center; gap: 8px; text-decoration: none; transition: all .25s; box-shadow: 0 6px 24px rgba(217,27,42,.4); }
.btn-red:hover { background: var(--red-dark); color: #fff; transform: translateY(-2px); }
.btn-ghost { background: transparent; color: #fff; font-weight: 600; font-size: .97rem; padding: 14px 28px; border-radius: var(--radius); border: 2px solid rgba(255,255,255,.25); display: inline-flex; align-items: center; gap: 8px; text-decoration: none; transition: all .25s; }
.btn-ghost:hover { border-color: rgba(255,255,255,.7); color: #fff; background: rgba(255,255,255,.08); }


/****Detail page**********/


/* MAIN CONTENT AREA */
.detail-wrap { padding: 64px 0 80px; }

/* LEFT CONTENT */
.detail-image {
  border-radius: var(--radius-lg);
  overflow: hidden;
  height: 340px;
  background: linear-gradient(135deg, #1a2e50, #0d1f3c);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 36px;
  position: relative;
  box-shadow: var(--shadow-md);
}
.detail-image-bg {
  position: absolute; inset: 0;
  background-image: url('https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=1200&q=80');
  background-size: cover; background-position: center; opacity: .65;
}
.detail-image-tag {
  position: absolute; bottom: 18px; left: 18px;
  background: var(--blue); color: #fff;
  font-size: .78rem; font-weight: 700;
  padding: 5px 14px; border-radius: 100px;
  letter-spacing: .5px;
}

.detail-body h2 {
  font-size: 1.6rem; font-weight: 800;
  color: var(--dark); letter-spacing: -.5px;
  margin-bottom: 14px; margin-top: 36px;
}
.detail-body h2:first-child { margin-top: 0; }
.detail-body p {
  color: var(--dark); font-size: .97rem;
  line-height: 1.8; margin-bottom: 16px;
}
.detail-body ul {
  list-style: none; margin-bottom: 24px;
  display: flex; flex-direction: column; gap: 10px;
  margin-left:0px;
  padding:0px;
}
.detail-body li {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: .93rem; color: var(--dark); line-height: 1.6;
}
.detail-body  li::before {
  content: '';
  width: 20px; height: 20px; border-radius: 5px;
  background: var(--blue); flex-shrink: 0; margin-top: 2px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: center;
}

.info-box {
  background: var(--light);
  border-left: 4px solid var(--blue);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 20px 22px;
  margin-bottom: 28px;
}
.info-box p { margin: 0; color: var(--dark); font-size: .92rem; font-weight: 500; }
.info-box span { color: var(--gray); font-weight: 400; }

/* SIDEBAR */
.sidebar { position: sticky; top: 100px; }

.sidebar-menu {
  background: #fff;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  border: 1px solid rgba(0,0,0,.06);
  overflow: hidden;
  margin-bottom: 24px;
}
.sidebar-menu-title {
  background: var(--dark);
  color: #fff; font-size: .8rem;
  font-weight: 700; letter-spacing: 1px;
  text-transform: uppercase;
  padding: 14px 20px;
}
.sidebar-menu-link {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 20px;
  color: var(--dark); text-decoration: none;
  font-size: .93rem; font-weight: 500;
  border-bottom: 1px solid rgba(0,0,0,.06);
  transition: all .2s; gap: 8px;
}
.sidebar-menu-link:last-child { border-bottom: none; }
.sidebar-menu-link:hover { background: var(--light); color: var(--blue); padding-left: 26px; }
.sidebar-menu-link.active {
  background: #EBF2FC; color: var(--blue);
  border-left: 3px solid var(--blue);
  font-weight: 700;
}
.sidebar-menu-link svg { flex-shrink: 0; opacity: .4; }
.sidebar-menu-link:hover svg, .sidebar-menu-link.active svg { opacity: 1; }

.sidebar-cta {
  background: var(--dark);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  box-shadow: var(--shadow-md);
}
.sidebar-cta-title {
  font-size: 1.05rem; font-weight: 800;
  color: #fff; margin-bottom: 6px;
}
.sidebar-cta-sub {
  font-size: .83rem; color: rgba(255,255,255,.5);
  margin-bottom: 20px; line-height: 1.6;
}
.sidebar-phone {
  display: flex; align-items: center; gap: 12px;
  margin-bottom: 12px;
  padding: 14px 18px;
  background: rgba(255,255,255,.07);
  border-radius: var(--radius);
  text-decoration: none;
  transition: background .2s;
}
.sidebar-phone:hover { background: rgba(255,255,255,.12); }
.sidebar-phone-icon {
  width: 38px; height: 38px; border-radius: 10px;
  background: var(--blue); display: flex; align-items: center;
  justify-content: center; flex-shrink: 0;
}
.sidebar-phone-num { font-size: 1rem; font-weight: 700; color: #fff; line-height: 1.1; }
.sidebar-phone-label { font-size: .75rem; color: rgba(255,255,255,.45); }
.btn-sidebar-red {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  width: 100%; padding: 13px;
  background: var(--red); color: #fff;
  font-family: var(--font); font-weight: 700; font-size: .92rem;
  border: none; border-radius: var(--radius);
  cursor: pointer; text-decoration: none;
  transition: all .25s;
  box-shadow: 0 4px 18px rgba(217,27,42,.35);
}
.btn-sidebar-red:hover { background: var(--red-dark); color: #fff; transform: translateY(-1px); }
.btn-sidebar-red.mb-2 { margin-bottom: 10px; }
.btn-sidebar-red[style*="rgba(255,255,255,.1)"]:hover { background: rgba(255,255,255,.18) !important; }






/******Galerie****************/


/* SECTION TITLES */
.gallery-section { padding: 72px 0; }
.gallery-section.bg-light-gray { background: var(--light); }
.gallery-section.bg-white { background: var(--white); }
.section-heading { font-size: 1.7rem; font-weight: 800; color: var(--dark); letter-spacing: -.5px; margin-bottom: 8px; }
.section-heading.white { color: #fff; }
.section-sub { color: var(--gray); font-size: .95rem; margin-bottom: 48px; }

/* BEFORE / AFTER */
.ba-pair { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); }
.ba-photo {
  position: relative; height: 260px;
  display: flex; align-items: center; justify-content: center;
  flex: 1;
}
.ba-photo-before { background: linear-gradient(135deg, #3d2a1a, #5a3d25); }
.ba-photo-after  { background: linear-gradient(135deg, #c8ebd5, #9dd4b0); }
.ba-label {
  position: absolute; top: 12px;
  background: rgba(0,0,0,.6); color: #fff;
  font-size: .7rem; font-weight: 800; padding: 3px 12px;
  border-radius: 100px; letter-spacing: 1.5px;
  text-transform: uppercase; backdrop-filter: blur(6px);
}
.ba-photo-before .ba-label { left: 12px; }
.ba-photo-after  .ba-label { right: 12px; }
.ba-placeholder { font-size: 3.5rem; opacity: 1; }
.ba-card-tag {
  display: inline-block; font-size: .72rem; font-weight: 700;
  padding: 3px 12px; border-radius: 100px; margin-bottom: 8px; letter-spacing: .5px;
}
.ba-card-tag.blue { background: #EBF2FC; color: var(--blue); }
.ba-card-tag.red  { background: #FDECEA; color: var(--red); }
.ba-card-title { font-size: 1.35rem; font-weight: 700; color: var(--dark); margin-bottom: 15px; text-align: center;}
.ba-card-desc  { font-size: .82rem; color: var(--gray); }

/* PHOTO GRID */
.photo-grid-item {
  border-radius: var(--radius-lg);
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.photo-grid-item img {
  width: 100%; 
  object-fit: cover; display: block;
  transition: transform .4s ease;
}
.photo-grid-item:hover img { transform: scale(1.04); }
.photo-grid-item .photo-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.6) 0%, transparent 50%);
  opacity: 0; transition: opacity .3s;
  display: flex; align-items: flex-end; padding: 18px;
}
.photo-grid-item:hover .photo-overlay { opacity: 1; }
.photo-overlay-text { color: #fff; font-size: .88rem; font-weight: 600; }
.photo-placeholder {
  width: 100%; //height: 260px;
  background: linear-gradient(135deg, #1a2e50, #0d1f3c);
  display: flex; align-items: center; justify-content: center;
 opacity: 1; border-radius: var(--radius-lg);
  transition: transform .4s ease;
}
.photo-grid-item:hover .photo-placeholder { transform: scale(1.03); }
