*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --navy:        #0b1d35;
  --navy-mid:    #112848;
  --navy-light:  #1a3a5c;
  --orange:      #f46b1b;
  --orange-hot:  #ff8130;
  --orange-glow: rgba(244,107,27,.35);
  --white:       #ffffff;
  --off-white:   #f4f7fb;
  --text-dark:   #0e1e33;
  --text-muted:  #5a7288;
  --border:      rgba(255,255,255,.08);
  --font-display: 'Space Grotesk', sans-serif;
  --font-text:    'Plus Jakarta Sans', sans-serif;
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-text);
  color: var(--text-dark);
  background: var(--white);
  overflow-x: hidden;
}

::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--navy); }
::-webkit-scrollbar-thumb { background: var(--orange); border-radius: 3px; }

/* ═══════════════ MEDIA PLACEHOLDER ═══════════════ */
.media-ph {
  position: relative; overflow: hidden;
  background:
    repeating-linear-gradient(45deg, rgba(244,107,27,.04) 0 14px, transparent 14px 28px),
    linear-gradient(135deg, #102542 0%, #1a3a5c 100%);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 12px; color: rgba(255,255,255,.55);
}
.media-ph.light {
  background:
    repeating-linear-gradient(45deg, rgba(244,107,27,.05) 0 14px, transparent 14px 28px),
    linear-gradient(135deg, #e9eff6 0%, #dde7f2 100%);
  color: var(--text-muted);
}
.media-ph svg { width: 38px; height: 38px; opacity: .85; }
.media-ph .ph-label { font-size: 12px; font-weight: 600; letter-spacing: .5px; }
.media-ph .ph-path  { font-size: 10.5px; opacity: .6; font-family: var(--font-display); }
.media-ph img, .media-ph video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

/* ═══════════════ NAVBAR + MEGA MENU ═══════════════ */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  padding: 0 5%; height: 92px;
  display: flex; align-items: center; justify-content: space-between;
  background: transparent;
  transition: background .4s ease, backdrop-filter .4s ease, box-shadow .4s ease, height .3s ease;
}
.nav.scrolled {
  background: rgba(11,29,53,.94);
  backdrop-filter: blur(18px);
  box-shadow: 0 2px 40px rgba(0,0,0,.45);
  height: 80px;
}

.footer-col h3 {
    font-size: 18px !important;
    color: white !important;
    margin-bottom:8px;
}

.contact-style
{
flex-direction:row;gap:28px;flex-wrap:wrap }

.btn-portfolio
{
background:linear-gradient(135deg,var(--navy),var(--navy-mid));box-shadow:0 6px 30px rgba(11,29,53,.3)  }

.svg-portfolio
{
stroke:white;fill:none;stroke-width:2 }






.nav-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.nav-logo-img { max-height: 65px; width: auto; display: block; transition: max-height .3s ease; }
.nav.scrolled .nav-logo-img { max-height: 56px; }
.footer-logo-img { max-height: 72px; width: auto; display: block; }
.nav-logo-icon {
  width: 42px; height: 42px;
  background: linear-gradient(135deg, var(--orange), var(--orange-hot));
  border-radius: 11px;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 18px var(--orange-glow); flex-shrink: 0;
}
.nav-logo-icon svg { width: 22px; height: 22px; fill: white; }
.nav-logo-text { line-height: 1.15; }
.nav-logo-text strong {
  display: block; font-family: var(--font-display);
  font-size: 15px; font-weight: 700; color: var(--white); letter-spacing: .2px;
}
.nav-logo-text span {
  font-size: 10.5px; color: rgba(255,255,255,.55); font-weight: 500; letter-spacing: 1.5px; text-transform: uppercase;
}

.nav-menu {
  display: flex; align-items: center; gap: 4px; list-style: none; height: 100%;
  position: absolute; left: 50%; transform: translateX(-50%);
}
.nav-item { position: relative; height: 100%; display: flex; align-items: center; }
.nav-item > a {
  display: flex; align-items: center; gap: 6px;
  padding: 9px 16px; color: rgba(255,255,255,.8);
  text-decoration: none; font-size: 16px; font-weight: 500;
  border-radius: 8px; transition: color .2s, background .2s;
  cursor: pointer;
}
.nav-item > a:hover, .nav-item > a.active { color: var(--white); background: rgba(255,255,255,.07); }
.nav-item > a .caret { width: 12px; height: 12px; transition: transform .3s ease; stroke: currentColor; fill: none; stroke-width: 2.4; }
.nav-item.has-mega:hover > a .caret { transform: rotate(180deg); }

.nav-cta {
  padding: 10px 22px !important;
  background: linear-gradient(135deg, var(--orange), var(--orange-hot));
  color: var(--white) !important;
  border-radius: 9px !important; font-weight: 600 !important;
  box-shadow: 0 4px 18px var(--orange-glow);
  transition: transform .2s, box-shadow .2s !important;
}
.nav-cta:hover { transform: translateY(-1px); box-shadow: 0 6px 28px var(--orange-glow); background: linear-gradient(135deg, var(--orange-hot), var(--orange)) !important; }

/* MEGA MENU */
.mega {
  position: fixed; top: 92px; left: 50%; transform: translateX(-50%) translateY(12px);
  width: min(960px, 92vw);
  background: rgba(11,29,53,.97);
  backdrop-filter: blur(24px);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 18px;
  box-shadow: 0 30px 80px rgba(0,0,0,.5);
  padding: 28px;
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity .3s ease, transform .3s ease, visibility .3s;
  z-index: 1001;
}
.nav.scrolled .mega { top: 80px; }
.nav-item.has-mega:hover .mega {
  opacity: 1; visibility: visible; pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.mega-grid { display: grid; grid-template-columns: 1.1fr 1.1fr .9fr; gap: 8px 24px; }
.mega-group { padding: 6px; }
.mega-group-head {
  display: flex; align-items: center; gap: 10px;
  padding: 8px 10px; margin-bottom: 6px;
  border-radius: 10px;
  font-family: var(--font-display); font-size: 15.5px; font-weight: 600; color: var(--white);
}
.mega-group-head .mi {
  width: 32px; height: 32px; border-radius: 8px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  background: rgba(244,107,27,.14); border: 1px solid rgba(244,107,27,.25);
}
.mega-group-head .mi svg { width: 16px; height: 16px; stroke: var(--orange); fill: none; stroke-width: 1.8; }
.mega-link {
  display: flex; align-items: center; gap: 9px;
  padding: 8px 12px 8px 16px; border-radius: 8px;
  color: rgba(255,255,255,.62); text-decoration: none; font-size: 14.5px;
  transition: color .2s, background .2s, padding .2s; position: relative;
}
.mega-link::before {
  content: ''; position: absolute; left: 6px; top: 50%; transform: translateY(-50%);
  width: 5px; height: 5px; border-radius: 50%; background: rgba(244,107,27,.5);
  transition: transform .2s, background .2s;
}
.mega-link:hover { color: var(--white); background: rgba(255,255,255,.06); padding-left: 20px; }
.mega-link:hover::before { background: var(--orange); transform: translateY(-50%) scale(1.4); }
.mega-link.parent { color: rgba(255,255,255,.9); font-weight: 600; font-size: 15px; }

.mega-promo {
  grid-column: 3; grid-row: 1 / span 2;
  border-radius: 14px; overflow: hidden;
  position: relative; min-height: 220px;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 20px;
}
.mega-promo .media-ph { position: absolute; inset: 0; }
.mega-promo-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.mega-promo-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(7,16,31,.92) 0%, rgba(7,16,31,.3) 60%, rgba(244,107,27,.25) 100%);
}
.mega-promo-content { position: relative; z-index: 2; }
.mega-promo-content strong { display: block; font-family: var(--font-display); color: var(--white); font-size: 18.5px; margin-bottom: 6px; }
.mega-promo-content p { color: rgba(255,255,255,.7); font-size: 13.5px; line-height: 1.55; margin-bottom: 14px; }
.mega-promo-btn {
  display: inline-flex; align-items: center; gap: 7px;
  background: var(--orange); color: white; text-decoration: none;
  font-size: 12.5px; font-weight: 600; padding: 9px 16px; border-radius: 8px;
  transition: gap .2s, background .2s;
}
.mega-promo-btn:hover { gap: 11px; background: var(--orange-hot); }
.mega-promo-btn svg { width: 14px; height: 14px; stroke: white; fill: none; stroke-width: 2; }

/* Phone button (right) */
.nav-phone {
  display: flex; align-items: center; gap: 11px;
  padding: 8px 18px 8px 12px; border-radius: 100px;
  background: linear-gradient(135deg, var(--orange), var(--orange-hot));
  text-decoration: none; box-shadow: 0 4px 18px var(--orange-glow);
  transition: transform .2s, box-shadow .2s;
}
.nav-phone:hover { transform: translateY(-1px); box-shadow: 0 6px 28px var(--orange-glow); }
.nav-phone-ic {
  width: 34px; height: 34px; border-radius: 50%; flex-shrink: 0;
  background: rgba(255,255,255,.18); display: flex; align-items: center; justify-content: center;
}
.nav-phone-ic svg { width: 17px; height: 17px; fill: white; animation: ring 2.5s ease-in-out infinite; transform-origin: center; }
@keyframes ring { 0%,92%,100%{transform:rotate(0)} 94%{transform:rotate(12deg)} 96%{transform:rotate(-12deg)} 98%{transform:rotate(8deg)} }
.nav-phone-text { line-height: 1.2; }
.nav-phone-text small { display: block; font-size: 11px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; color: rgba(255,255,255,.85); }
.nav-phone-text strong { display: block; font-family: var(--font-display); font-size: 16.5px; font-weight: 600; color: var(--white); white-space: nowrap; }

/* Telefón button vnútri mobilného menu (skrytý na desktope) */
.nav-menu-phone { display: none; }

/* Hamburger (mobile) */
.nav-burger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 8px; }
.nav-burger span { width: 24px; height: 2px; background: white; border-radius: 2px; transition: .3s; }

/* ═══════════════ HERO ═══════════════ */
.hero {
  position: relative; height: 100vh; min-height: 720px;
  display: flex; align-items: center; overflow: hidden; background: var(--navy);
}
.hero-media { position: absolute; inset: 0; z-index: 0; }
.hero-media video, .hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-media .media-ph { position: absolute; inset: 0; }
.hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background:
    radial-gradient(ellipse 70% 60% at 75% 50%, rgba(26,58,92,.5) 0%, transparent 60%),
    radial-gradient(ellipse 60% 80% at 8% 80%, rgba(244,107,27,.2) 0%, transparent 55%),
    linear-gradient(120deg, rgba(6,14,26,.96) 0%, rgba(11,29,53,.88) 45%, rgba(13,37,64,.7) 100%);
}
.hero-overlay::after {
  content: ''; position: absolute; inset: 0; opacity: .06;
  background-image:
    linear-gradient(rgba(255,255,255,.5) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.5) 1px, transparent 1px);
  background-size: 50px 50px;
}
.particles { position: absolute; inset: 0; z-index: 2; pointer-events: none; }
.particle { position: absolute; border-radius: 50%; background: var(--orange); animation: float linear infinite; }
@keyframes float {
  0% { transform: translateY(100vh) scale(0); opacity: 0; }
  10% { opacity: .6; } 90% { opacity: .3; }
  100% { transform: translateY(-10vh) scale(1.2); opacity: 0; }
}

.hero-content { position: relative; z-index: 10; padding: 0 5%; max-width: 760px; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 7px 16px; background: rgba(244,107,27,.15);
  border: 1px solid rgba(244,107,27,.35); border-radius: 100px;
  margin-bottom: 28px; animation: fadeUp .8s both;
}
.hero-badge-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 8px var(--orange); animation: blink 2s ease-in-out infinite; }
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:.4} }
.hero-badge span { font-size: 13.5px; font-weight: 600; color: var(--orange); letter-spacing: 1.5px; text-transform: uppercase; }

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 5.5vw, 4.6rem);
  font-weight: 700; line-height: 1.05; color: var(--white);
  margin-bottom: 24px; letter-spacing: -1px;
  animation: fadeUp .9s .15s both;
}
.hero-title em {
  font-style: normal;
  background: linear-gradient(90deg, var(--orange), var(--orange-hot), #ffd170);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-sub { font-size: 18.5px; line-height: 1.7; color: rgba(255,255,255,.7); max-width: 560px; margin-bottom: 44px; animation: fadeUp .9s .28s both; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; animation: fadeUp .9s .4s both; }

.btn {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 14px 28px; border-radius: 11px;
  font-family: var(--font-text); font-weight: 600; font-size: 16px; cursor: pointer;
  text-decoration: none; border: none; transition: transform .2s ease, box-shadow .2s ease, background .3s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, var(--orange), var(--orange-hot)); color: var(--white); box-shadow: 0 6px 30px rgba(244,107,27,.5); }
.btn-primary:hover { box-shadow: 0 10px 40px rgba(244,107,27,.65); }
.btn-primary svg { width: 18px; height: 18px; fill: white; }
.btn-outline { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.2); color: var(--white); backdrop-filter: blur(8px); }
.btn-outline:hover { background: rgba(255,255,255,.13); border-color: rgba(255,255,255,.35); }
.btn-outline svg { width: 18px; height: 18px; stroke: white; fill: none; }

.hero-stats {
  position: absolute; bottom: 0; left: 0; right: 0; z-index: 10; display: flex;
  background: rgba(255,255,255,.04); border-top: 1px solid rgba(255,255,255,.07);
  backdrop-filter: blur(12px); animation: fadeUp 1s .55s both;
}
.hero-stat { flex: 1; padding: 22px 5%; text-align: center; border-right: 1px solid rgba(255,255,255,.07); transition: background .25s; }
.hero-stat:last-child { border-right: none; }
.hero-stat:hover { background: rgba(255,255,255,.05); }
.hero-stat-num { font-family: var(--font-display); font-size: 2rem; font-weight: 700; color: var(--white); line-height: 1; }
.hero-stat-num span { color: var(--orange); }
.hero-stat-label { font-size: 13px; color: rgba(255,255,255,.5); text-transform: uppercase; letter-spacing: 1.2px; margin-top: 5px; }

@keyframes fadeUp { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } }

/* ═══════════════ TRUST BAR ═══════════════ */
.trust-bar { background: var(--white); border-bottom: 1px solid #e8edf3; padding: 22px 5%; display: flex; align-items: center; justify-content: center; gap: 48px; flex-wrap: wrap; }
.trust-item { display: flex; align-items: center; gap: 10px; font-size: 14.5px; font-weight: 600; color: var(--text-muted); white-space: nowrap; transition: color .2s; }
.trust-item:hover { color: var(--navy); }
.trust-item svg { width: 20px; height: 20px; }
.trust-divider { width: 1px; height: 28px; background: #dde4ec; }

/* ═══════════════ SECTIONS ═══════════════ */
section { padding: 100px 5%; }
.section-label { display: inline-flex; align-items: center; gap: 8px; font-size: 12.5px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: var(--orange); margin-bottom: 14px; }
.section-label::before { content: ''; display: block; width: 24px; height: 2px; background: var(--orange); border-radius: 1px; }
.section-title { font-family: var(--font-display); font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 700; line-height: 1.12; color: var(--text-dark); letter-spacing: -.5px; }
.section-title em { font-style: normal; color: var(--orange); }
.section-sub { font-size: 17.5px; line-height: 1.75; color: var(--text-muted); margin-top: 16px; max-width: 560px; }

/* ═══════════════ SERVICES ═══════════════ */
.services { background: var(--off-white); }
.services-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 60px; flex-wrap: wrap; }
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 24px; }

.service-card {
  background: var(--white); border-radius: 18px; overflow: hidden;
  border: 1px solid #e8edf3; cursor: pointer;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
  position: relative; display: flex; flex-direction: column;
}
.service-card:hover { transform: translateY(-6px); box-shadow: 0 20px 60px rgba(11,29,53,.14); border-color: rgba(244,107,27,.25); }
.service-photo { height: 180px; position: relative; overflow: hidden; }
.service-photo .media-ph { position: absolute; inset: 0; }
.service-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.service-card:hover .service-photo img { transform: scale(1.07); }
.service-photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(11,29,53,.35), transparent 50%); }
.service-icon-badge {
  position: absolute; bottom: -22px; left: 28px; z-index: 3;
  width: 52px; height: 52px; border-radius: 13px;
  background: var(--white); box-shadow: 0 8px 24px rgba(11,29,53,.18);
  display: flex; align-items: center; justify-content: center;
  transition: transform .28s ease;
}
.service-card:hover .service-icon-badge { transform: scale(1.1) rotate(-4deg); }
.service-icon-badge svg { width: 26px; height: 26px; }
.service-body { padding: 36px 28px 28px; flex: 1; display: flex; flex-direction: column; }
.service-title { font-family: var(--font-display); font-size: 20px; font-weight: 600; color: var(--text-dark); margin-bottom: 10px; }
.service-desc { font-size: 15.5px; line-height: 1.7; color: var(--text-muted); flex: 1; }
.service-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 20px; }
.tag { font-size: 12.5px; font-weight: 600; letter-spacing: .3px; padding: 5px 12px; border-radius: 100px; background: var(--off-white); color: var(--text-muted); border: 1px solid #dde4ec; }
.service-link { display: inline-flex; align-items: center; gap: 7px; margin-top: 20px; color: var(--orange); font-size: 14.5px; font-weight: 600; text-decoration: none; transition: gap .2s; }
.service-link:hover { gap: 11px; }
.service-link svg { width: 15px; height: 15px; stroke: var(--orange); fill: none; stroke-width: 2; }

/* ═══════════════ EMERGENCY ═══════════════ */
.emergency { padding: 0 5%; background: var(--white); }
.emergency-inner {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 50%, #0f2d4a 100%);
  border-radius: 24px; padding: 56px 60px;
  display: flex; align-items: center; justify-content: space-between; gap: 40px;
  position: relative; overflow: hidden; box-shadow: 0 24px 80px rgba(11,29,53,.28);
}
.emergency-inner::before { content: ''; position: absolute; right: -80px; top: -80px; width: 350px; height: 350px; border-radius: 50%; background: radial-gradient(ellipse, rgba(244,107,27,.25) 0%, transparent 65%); }
.emergency-inner::after { content: ''; position: absolute; left: 0; bottom: 0; right: 0; height: 2px; background: linear-gradient(90deg, var(--orange), transparent); }
.emergency-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(244,107,27,.15); border: 1px solid rgba(244,107,27,.4); border-radius: 100px; padding: 5px 14px; margin-bottom: 16px; font-size: 11px; font-weight: 700; color: var(--orange); letter-spacing: 1.5px; text-transform: uppercase; }
.emergency-pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 0 rgba(244,107,27,.6); animation: ripple 1.5s infinite; }
@keyframes ripple { 0%{box-shadow:0 0 0 0 rgba(244,107,27,.6)} 70%{box-shadow:0 0 0 8px rgba(244,107,27,0)} 100%{box-shadow:0 0 0 0 rgba(244,107,27,0)} }
.emergency-title { font-family: var(--font-display); font-size: clamp(1.7rem, 3vw, 2.4rem); font-weight: 700; color: var(--white); margin-bottom: 12px; letter-spacing: -.5px; }
.emergency-sub { font-size: 16.5px; color: rgba(255,255,255,.65); line-height: 1.65; max-width: 460px; }
.emergency-right { display: flex; flex-direction: column; align-items: flex-end; gap: 14px; flex-shrink: 0; position: relative; }
.emergency-phone { font-family: var(--font-display); font-size: 2.2rem; font-weight: 700; color: var(--white); text-decoration: none; white-space: nowrap; transition: color .2s; }
.emergency-phone:hover { color: var(--orange); }
.emergency-phone span { color: var(--orange); }

/* ═══════════════ PROCESS ═══════════════ */
.process { background: var(--off-white); }
.process-header { text-align: center; margin-bottom: 70px; }
.process-header .section-sub { margin: 14px auto 0; }
.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; position: relative; }
.process-steps::before { content: ''; position: absolute; top: 36px; left: 12.5%; right: 12.5%; height: 2px; background: linear-gradient(90deg, var(--orange), rgba(244,107,27,.2)); }
.process-step { padding: 0 24px; text-align: center; position: relative; }
.step-num { width: 72px; height: 72px; border-radius: 50%; margin: 0 auto 28px; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-size: 1.5rem; font-weight: 700; position: relative; z-index: 1; transition: transform .3s ease; }
.process-step:hover .step-num { transform: scale(1.1); }
.step-num-active { background: linear-gradient(135deg, var(--orange), var(--orange-hot)); color: white; box-shadow: 0 8px 30px rgba(244,107,27,.45); }
.step-num-idle { background: var(--white); border: 2px solid #dde4ec; color: var(--text-muted); }
.step-title { font-family: var(--font-display); font-size: 17.5px; font-weight: 600; color: var(--text-dark); margin-bottom: 10px; }
.step-desc { font-size: 15px; line-height: 1.65; color: var(--text-muted); }

/* ═══════════════ PORTFOLIO ═══════════════ */
.portfolio { background: var(--white); }
.portfolio-header { text-align: center; margin-bottom: 56px; }
.portfolio-header .section-sub { margin: 14px auto 0; }
.portfolio-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 220px; gap: 16px; }
.pf-item { position: relative; border-radius: 16px; overflow: hidden; cursor: pointer; }
.pf-item .media-ph { position: absolute; inset: 0; }
.pf-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.pf-item:hover img { transform: scale(1.08); }
.pf-item.wide { grid-column: span 2; }
.pf-item.tall { grid-row: span 2; }
.pf-overlay {
  position: absolute; inset: 0; z-index: 2;
  background: linear-gradient(to top, rgba(7,16,31,.9) 0%, rgba(7,16,31,.1) 55%, transparent 100%);
  opacity: 0; transition: opacity .35s ease;
  display: flex; flex-direction: column; justify-content: flex-end; padding: 22px;
}
.pf-item:hover .pf-overlay { opacity: 1; }
.pf-cat { font-size: 12.5px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--orange); margin-bottom: 6px; transform: translateY(10px); transition: transform .35s ease; }
.pf-title { font-family: var(--font-display); font-size: 18.5px; font-weight: 600; color: var(--white); transform: translateY(10px); transition: transform .35s ease .05s; }
.pf-item:hover .pf-cat, .pf-item:hover .pf-title { transform: translateY(0); }
.pf-plus { position: absolute; top: 16px; right: 16px; z-index: 3; width: 34px; height: 34px; border-radius: 50%; background: rgba(244,107,27,.9); display: flex; align-items: center; justify-content: center; opacity: 0; transform: scale(.6); transition: opacity .3s, transform .3s; }
.pf-item:hover .pf-plus { opacity: 1; transform: scale(1); }
.pf-plus svg { width: 16px; height: 16px; stroke: white; stroke-width: 2.5; }
.portfolio-cta { text-align: center; margin-top: 48px; }

/* ═══════════════ REFERENCIE ═══════════════ */
.refs { background: var(--off-white); }
.refs-header { text-align: center; margin-bottom: 56px; }
.refs-header .section-sub { margin: 14px auto 0; }
.refs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.ref-card {
  background: var(--white); border: 1px solid #e8edf3; border-radius: 18px;
  padding: 32px 28px; position: relative;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.ref-card:hover { transform: translateY(-6px); box-shadow: 0 20px 60px rgba(11,29,53,.12); border-color: rgba(244,107,27,.25); }
.ref-quote { position: absolute; top: 22px; right: 26px; font-family: var(--font-display); font-size: 4rem; line-height: 1; color: rgba(244,107,27,.14); }
.ref-stars { display: flex; gap: 3px; margin-bottom: 16px; }
.ref-stars svg { width: 17px; height: 17px; fill: var(--orange); }
.ref-text { font-size: 16px; line-height: 1.7; color: var(--text-dark); margin-bottom: 24px; position: relative; z-index: 1; }
.ref-author { display: flex; align-items: center; gap: 13px; }
.ref-avatar { width: 46px; height: 46px; border-radius: 50%; flex-shrink: 0; background: linear-gradient(135deg, var(--navy), var(--navy-light)); display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 600; color: var(--white); font-size: 16px; }
.ref-author-info strong { display: block; font-size: 15.5px; font-weight: 700; color: var(--text-dark); }
.ref-author-info span { font-size: 13.5px; color: var(--text-muted); }
.refs-logos { display: flex; align-items: center; justify-content: center; gap: 40px; flex-wrap: wrap; margin-top: 56px; padding-top: 44px; border-top: 1px solid #e0e7f0; }
.refs-logo { font-family: var(--font-display); font-weight: 600; font-size: 15px; color: var(--text-muted); opacity: .55; letter-spacing: .5px; transition: opacity .2s, color .2s; }
.refs-logo:hover { opacity: 1; color: var(--navy); }

/* ═══════════════ WHY US ═══════════════ */
.why { background: var(--white); }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.why-visual { position: relative; border-radius: 24px; overflow: hidden; aspect-ratio: 4/3; box-shadow: 0 30px 80px rgba(11,29,53,.22); }
.why-visual .media-ph { position: absolute; inset: 0; }
.why-visual img { width: 100%; height: 100%; object-fit: cover; }
.why-badge-float { position: absolute; bottom: 28px; left: 28px; background: white; border-radius: 14px; padding: 16px 20px; box-shadow: 0 12px 40px rgba(0,0,0,.18); display: flex; align-items: center; gap: 14px; z-index: 3; }
.why-badge-icon { width: 42px; height: 42px; border-radius: 10px; background: linear-gradient(135deg, var(--orange), var(--orange-hot)); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.why-badge-icon svg { width: 20px; height: 20px; fill: white; }
.why-badge-text strong { font-size: 18px; font-weight: 800; color: var(--text-dark); display: block; }
.why-badge-text span { font-size: 11px; color: var(--text-muted); }
.why-list { margin-top: 36px; display: flex; flex-direction: column; gap: 16px; }
.why-item { display: flex; gap: 16px; padding: 18px 20px; border-radius: 14px; border: 1px solid #e8edf3; background: var(--white); transition: border-color .25s, box-shadow .25s, transform .25s; }
.why-item:hover { border-color: rgba(244,107,27,.3); box-shadow: 0 6px 24px rgba(244,107,27,.08); transform: translateX(4px); }
.why-check { width: 36px; height: 36px; border-radius: 50%; background: linear-gradient(135deg, var(--orange), var(--orange-hot)); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.why-check svg { width: 16px; height: 16px; stroke: white; fill: none; stroke-width: 2.5; }
.why-item-text strong { font-size: 16.5px; font-weight: 700; color: var(--text-dark); display: block; margin-bottom: 3px; }
.why-item-text span { font-size: 14.5px; color: var(--text-muted); line-height: 1.55; }

/* ═══════════════ KONTAKT ═══════════════ */
.contact { background: var(--white); }
.contact-header { text-align: center; margin-bottom: 56px; }
.contact-header .section-sub { margin: 14px auto 0; }
.contact-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.contact-card {
  background: var(--white); border: 1px solid #e8edf3; border-radius: 18px;
  padding: 30px 26px; position: relative; overflow: hidden;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.contact-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--orange), var(--orange-hot)); transform: scaleX(0); transform-origin: left; transition: transform .35s ease; }
.contact-card:hover { transform: translateY(-6px); box-shadow: 0 20px 60px rgba(11,29,53,.12); border-color: rgba(244,107,27,.25); }
.contact-card:hover::before { transform: scaleX(1); }
.contact-ic { width: 54px; height: 54px; border-radius: 14px; margin-bottom: 20px; background: rgba(244,107,27,.1); display: flex; align-items: center; justify-content: center; transition: transform .28s ease; }
.contact-card:hover .contact-ic { transform: scale(1.08) rotate(-4deg); }
.contact-ic svg { width: 26px; height: 26px; stroke: var(--orange); fill: none; stroke-width: 1.9; }
.contact-card h3 { font-family: var(--font-display); font-size: 13px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: var(--text-muted); margin-bottom: 12px; }
.contact-card .c-main { font-size: 17.5px; font-weight: 700; color: var(--text-dark); line-height: 1.5; }
.contact-card .c-main a { color: var(--text-dark); text-decoration: none; transition: color .2s; }
.contact-card .c-main a:hover { color: var(--orange); }
.contact-card .c-sub { font-size: 14.5px; color: var(--text-muted); line-height: 1.6; margin-top: 8px; }
.contact-card .c-sub strong { color: var(--orange); font-weight: 600; }
.contact-regions { display: flex; flex-direction: column; gap: 9px; margin-top: 4px; }
.contact-region { display: flex; align-items: center; gap: 9px; font-size: 15.5px; font-weight: 600; color: var(--text-dark); }
.contact-region svg { width: 15px; height: 15px; stroke: var(--orange); fill: none; stroke-width: 2.5; flex-shrink: 0; }

/* firemné údaje */
.company-strip {
  margin-top: 28px; background: var(--off-white); border: 1px solid #e8edf3;
  border-radius: 18px; padding: 28px 34px;
  display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap;
}
.company-name { font-family: var(--font-display); font-size: 16px; font-weight: 600; color: var(--text-dark); }
.company-name span { display: block; font-family: var(--font-text); font-size: 13.5px; font-weight: 400; color: var(--text-muted); margin-top: 4px; }
.company-legal { display: flex; gap: 32px; flex-wrap: wrap; }
.company-legal div { display: flex; flex-direction: column; }
.company-legal dt { font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--text-muted); margin-bottom: 3px; }
.company-legal dd { font-family: var(--font-display); font-size: 15.5px; font-weight: 600; color: var(--text-dark); }
.company-legal small { font-size: 11.5px; color: var(--text-muted); font-weight: 400; }

/* ═══════════════ CTA STRIP ═══════════════ */
.cta-strip { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 100%); padding: 90px 5%; text-align: center; position: relative; overflow: hidden; }
.cta-strip::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 80% at 50% 50%, rgba(244,107,27,.12) 0%, transparent 65%); }
.cta-strip-title { font-family: var(--font-display); font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 700; color: var(--white); margin-bottom: 16px; position: relative; letter-spacing: -.5px; }
.cta-strip-sub { font-size: 17.5px; color: rgba(255,255,255,.65); margin-bottom: 40px; position: relative; }
.cta-strip-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; position: relative; }

/* ═══════════════ FOOTER ═══════════════ */
.footer { background: #06101f; padding: 60px 5% 32px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,.06); }
.footer-brand p { font-size: 15.5px; color: rgba(255,255,255,.45); line-height: 1.75; margin-top: 16px; max-width: 320px; }
.footer-social { display: flex; gap: 10px; margin-top: 24px; }
.social-btn { width: 36px; height: 36px; border-radius: 8px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); display: flex; align-items: center; justify-content: center; cursor: pointer; transition: background .2s, border-color .2s; }
.social-btn:hover { background: var(--orange); border-color: var(--orange); }
.social-btn svg { width: 15px; height: 15px; fill: rgba(255,255,255,.7); }
.footer-col h4 { font-family: var(--font-display); font-size: 13.5px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,.4); margin-bottom: 18px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 11px; }
.footer-col a { font-size: 15.5px; color: rgba(255,255,255,.55); text-decoration: none; transition: color .2s; }
.footer-col a:hover { color: var(--orange); }
.footer-bottom { padding-top: 28px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.footer-bottom p { font-size: 14.5px; color: rgba(255,255,255,.3); }
.footer-bottom a { color: var(--orange); text-decoration: none; }

/* ═══════════════ REVEAL ═══════════════ */
.reveal { opacity: 0; transform: translateY(32px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ════════════════════════════════════════════════════ */
/* ═══════════════ PODSTRÁNKY (SUBPAGES) ═══════════════ */
/* ════════════════════════════════════════════════════ */

/* Page hero / banner (nahrádza veľký hero na podstránkach) */
.page-hero {
  position: relative; overflow: hidden;
  padding: 168px 5% 72px;
  background:
    radial-gradient(ellipse 55% 80% at 88% 40%, rgba(244,107,27,.22) 0%, transparent 55%),
    linear-gradient(120deg, rgba(6,14,26,.95) 0%, rgba(11,29,53,.86) 45%, rgba(13,37,64,.7) 100%),
    url("../gallery/2025/IMG_20250709_111747.jpg") center 30% / cover no-repeat;
  background-color: var(--navy);
}
.page-hero::after {
  content: ''; position: absolute; inset: 0; opacity: .05; pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.5) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.5) 1px, transparent 1px);
  background-size: 50px 50px;
}
.page-hero-inner { position: relative; z-index: 2; max-width: 1320px; margin: 0 auto; }
.breadcrumb { display: flex; align-items: center; gap: 9px; margin-bottom: 20px; font-size: 13.5px; }
.breadcrumb a { color: rgba(255,255,255,.55); text-decoration: none; transition: color .2s; }
.breadcrumb a:hover { color: var(--orange); }
.breadcrumb span { color: rgba(255,255,255,.35); }
.breadcrumb .current { color: var(--orange); font-weight: 600; }
.page-hero h1 { font-family: var(--font-display); font-size: clamp(2.2rem, 4.5vw, 3.4rem); font-weight: 700; color: var(--white); letter-spacing: -.5px; line-height: 1.1; }
.page-hero h1 em { font-style: normal; color: var(--orange); }
.page-hero p { font-size: 17.5px; line-height: 1.7; color: rgba(255,255,255,.65); max-width: 620px; margin-top: 18px; }

/* Minimalistický zoznam služieb */
.svc-page { padding: 90px 5%; background: var(--white); }
.svc-wrap { max-width: 1320px; margin: 0 auto; }
.svc-min-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); gap: 20px; }
.svc-min-card {
  display: flex; gap: 20px; align-items: flex-start;
  background: var(--white); border: 1px solid #e8edf3; border-radius: 16px;
  padding: 28px; text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  position: relative;
}
.svc-min-card:hover { transform: translateY(-4px); box-shadow: 0 16px 44px rgba(11,29,53,.1); border-color: rgba(244,107,27,.3); }
.svc-min-ic {
  width: 54px; height: 54px; border-radius: 13px; flex-shrink: 0;
  background: rgba(244,107,27,.09); display: flex; align-items: center; justify-content: center;
  transition: background .25s, transform .25s;
}
.svc-min-card:hover .svc-min-ic { background: var(--orange); transform: rotate(-4deg); }
.svc-min-ic svg { width: 26px; height: 26px; stroke: var(--orange); fill: none; stroke-width: 1.8; transition: stroke .25s; }
.svc-min-card:hover .svc-min-ic svg { stroke: white; }
.svc-min-body { flex: 1; }
.svc-min-body h3 { font-family: var(--font-display); font-size: 19px; font-weight: 600; color: var(--text-dark); margin-bottom: 7px; display: flex; align-items: center; gap: 8px; }
.svc-min-body p { font-size: 14.5px; line-height: 1.6; color: var(--text-muted); }
.svc-min-sub { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; margin-top: 14px; }
.svc-min-sub li { font-size: 12.5px; font-weight: 600; color: var(--text-muted); background: var(--off-white); border: 1px solid #dde4ec; padding: 4px 11px; border-radius: 100px; }
.svc-min-arrow { position: absolute; top: 26px; right: 26px; color: #c2ccd8; transition: color .25s, transform .25s; }
.svc-min-card:hover .svc-min-arrow { color: var(--orange); transform: translate(3px,-3px); }
.svc-min-arrow svg { width: 18px; height: 18px; stroke: currentColor; fill: none; stroke-width: 2; }

/* ═══════════════ DETAIL SLUŽBY ═══════════════ */
.detail-section { padding: 70px 5% 90px; background: var(--white); }
.detail-layout { max-width: 1320px; margin: 0 auto; display: grid; grid-template-columns: 300px 1fr; gap: 50px; align-items: start; }

/* Statický (sticky) sidebar */
.detail-sidebar { position: sticky; top: 108px; display: flex; flex-direction: column; gap: 22px; }
.sidebar-box { background: var(--white); border: 1px solid #e8edf3; border-radius: 18px; overflow: hidden; }
.sidebar-box h4 { font-family: var(--font-display); font-size: 13px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: var(--text-muted); padding: 22px 24px 12px; }
.sidebar-nav { list-style: none; padding: 0 12px 14px; display: flex; flex-direction: column; gap: 2px; }
.sidebar-nav a {
  display: flex; align-items: center; gap: 11px;
  padding: 12px 14px; border-radius: 11px; text-decoration: none;
  font-size: 14.5px; font-weight: 500; color: var(--text-muted);
  transition: background .2s, color .2s;
}
.sidebar-nav a svg { width: 18px; height: 18px; stroke: currentColor; fill: none; stroke-width: 1.8; flex-shrink: 0; }
.sidebar-nav a:hover { background: var(--off-white); color: var(--text-dark); }
.sidebar-nav a.active { background: linear-gradient(135deg, var(--orange), var(--orange-hot)); color: white; box-shadow: 0 6px 18px var(--orange-glow); }
.sidebar-nav a.active svg { stroke: white; }

/* Vnorený sidebar so skupinami a podpoložkami */
.side-list { list-style: none; padding: 6px 12px 14px; display: flex; flex-direction: column; gap: 4px; }
.side-group { display: flex; flex-direction: column; }
.side-parent { display: flex; align-items: center; gap: 11px; padding: 11px 14px; border-radius: 11px; text-decoration: none; font-family: var(--font-display); font-size: 14.5px; font-weight: 600; color: var(--text-dark); transition: background .2s, color .2s; }
.side-parent svg { width: 18px; height: 18px; stroke: var(--text-muted); fill: none; stroke-width: 1.8; flex-shrink: 0; }
a.side-parent:hover { background: var(--off-white); }
a.side-parent.active { background: linear-gradient(135deg, var(--orange), var(--orange-hot)); color: var(--white); box-shadow: 0 6px 18px var(--orange-glow); }
a.side-parent.active svg { stroke: var(--white); }
.side-parent.is-label { cursor: default; }
.side-sub { list-style: none; margin: 3px 0 6px 22px; padding-left: 16px; border-left: 1.5px solid #eef2f7; display: flex; flex-direction: column; gap: 1px; }
.side-sub a { display: block; padding: 8px 12px; border-radius: 9px; font-size: 13.5px; color: var(--text-muted); text-decoration: none; transition: background .2s, color .2s; position: relative; }
.side-sub a::before { content: ''; position: absolute; left: -17px; top: 50%; transform: translateY(-50%); width: 8px; height: 1.5px; background: #dde4ec; transition: background .2s; }
.side-sub a:hover { background: var(--off-white); color: var(--text-dark); }
.side-sub a.active { background: rgba(244,107,27,.1); color: var(--orange); font-weight: 600; }
.side-sub a.active::before { background: var(--orange); width: 12px; }

/* Kontakt box v sidebare */
.sidebar-cta { background: linear-gradient(135deg, var(--navy), var(--navy-mid)); border-radius: 18px; padding: 28px 24px; position: relative; overflow: hidden; }
.sidebar-cta::before { content: ''; position: absolute; right: -50px; top: -50px; width: 160px; height: 160px; border-radius: 50%; background: radial-gradient(ellipse, rgba(244,107,27,.3) 0%, transparent 65%); }
.sidebar-cta-badge { position: relative; display: inline-flex; align-items: center; gap: 7px; font-size: 10.5px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--orange); margin-bottom: 12px; }
.sidebar-cta-badge .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 8px var(--orange); animation: blink 2s ease-in-out infinite; }
.sidebar-cta h5 { position: relative; font-family: var(--font-display); font-size: 18px; font-weight: 600; color: var(--white); margin-bottom: 8px; }
.sidebar-cta p { position: relative; font-size: 13.5px; line-height: 1.55; color: rgba(255,255,255,.6); margin-bottom: 18px; }
.sidebar-phone { position: relative; display: flex; align-items: center; gap: 11px; text-decoration: none; }
.sidebar-phone .ic { width: 42px; height: 42px; border-radius: 11px; background: linear-gradient(135deg, var(--orange), var(--orange-hot)); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.sidebar-phone .ic svg { width: 19px; height: 19px; fill: white; }
.sidebar-phone small { display: block; font-size: 11px; color: rgba(255,255,255,.5); text-transform: uppercase; letter-spacing: 1px; }
.sidebar-phone strong { display: block; font-family: var(--font-display); font-size: 18px; color: var(--white); }

/* Obsah detailu */
.detail-content { min-width: 0; }
.detail-figure { border-radius: 20px; overflow: hidden; aspect-ratio: 16/8; margin-bottom: 36px; box-shadow: 0 24px 60px rgba(11,29,53,.14); position: relative; }
.detail-figure img { width: 100%; height: 100%; object-fit: cover; }
.detail-content h2 { font-family: var(--font-display); font-size: clamp(1.6rem, 2.6vw, 2.1rem); font-weight: 700; color: var(--text-dark); letter-spacing: -.4px; margin: 44px 0 16px; }
.detail-content h2:first-child { margin-top: 0; }
.detail-content p { font-size: 16.5px; line-height: 1.8; color: var(--text-muted); margin-bottom: 16px; }
.detail-lead { font-size: 19px !important; line-height: 1.75 !important; color: var(--text-dark) !important; font-weight: 500; }

.detail-features { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin: 28px 0; }
.detail-feature { display: flex; gap: 14px; padding: 20px; border: 1px solid #e8edf3; border-radius: 14px; transition: border-color .25s, box-shadow .25s; }
.detail-feature:hover { border-color: rgba(244,107,27,.3); box-shadow: 0 8px 24px rgba(244,107,27,.07); }
.detail-feature .fic { width: 40px; height: 40px; border-radius: 10px; background: rgba(244,107,27,.1); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.detail-feature .fic svg { width: 20px; height: 20px; stroke: var(--orange); fill: none; stroke-width: 2; }
.detail-feature strong { display: block; font-size: 15.5px; font-weight: 700; color: var(--text-dark); margin-bottom: 3px; }
.detail-feature span { font-size: 13.5px; color: var(--text-muted); line-height: 1.5; }

.detail-steps { display: flex; flex-direction: column; gap: 4px; margin: 24px 0; counter-reset: dstep; }
.detail-step { display: flex; gap: 18px; padding: 18px 0; border-bottom: 1px solid #eef2f7; }
.detail-step:last-child { border-bottom: none; }
.detail-step .dnum { counter-increment: dstep; width: 40px; height: 40px; border-radius: 50%; flex-shrink: 0; background: var(--off-white); border: 1px solid #dde4ec; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 700; color: var(--orange); }
.detail-step .dnum::before { content: counter(dstep, decimal-leading-zero); }
.detail-step strong { display: block; font-size: 16px; font-weight: 700; color: var(--text-dark); margin-bottom: 4px; }
.detail-step p { font-size: 14.5px; margin: 0; }

.detail-check { list-style: none; display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 24px; margin: 22px 0; }
.detail-check li { display: flex; align-items: flex-start; gap: 10px; font-size: 15px; color: var(--text-dark); line-height: 1.5; }
.detail-check li::before { content: ''; width: 22px; height: 22px; border-radius: 50%; flex-shrink: 0; margin-top: 1px; background: rgba(244,107,27,.12) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23f46b1b' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center / 13px no-repeat; }

.detail-banner { margin-top: 40px; background: linear-gradient(135deg, var(--navy), var(--navy-mid)); border-radius: 18px; padding: 32px 36px; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; position: relative; overflow: hidden; }
.detail-banner::before { content: ''; position: absolute; right: -60px; top: -60px; width: 220px; height: 220px; border-radius: 50%; background: radial-gradient(ellipse, rgba(244,107,27,.25) 0%, transparent 65%); }
.detail-banner-text { position: relative; }
.detail-banner-text strong { display: block; font-family: var(--font-display); font-size: 20px; color: var(--white); margin-bottom: 5px; }
.detail-banner-text span { font-size: 14px; color: rgba(255,255,255,.6); }

/* ═══════════════ CENOVÁ PONUKA – FORMULÁR ═══════════════ */
.quote-wrap { max-width: 1320px; margin: 0 auto; display: grid; grid-template-columns: 1.6fr 1fr; gap: 40px; align-items: start; }
.form-card { background: var(--white); border: 1px solid #e8edf3; border-radius: 22px; padding: 42px; box-shadow: 0 20px 60px rgba(11,29,53,.06); }
.form-section + .form-section { margin-top: 34px; padding-top: 32px; border-top: 1px solid #eef2f7; }
.form-section-title { display: flex; align-items: center; gap: 12px; font-family: var(--font-display); font-size: 17.5px; font-weight: 600; color: var(--text-dark); margin-bottom: 22px; }
.form-section-title .num { width: 30px; height: 30px; border-radius: 9px; background: rgba(244,107,27,.1); color: var(--orange); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; flex-shrink: 0; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-group { display: flex; flex-direction: column; gap: 8px; margin-bottom: 18px; }
.form-group:last-child { margin-bottom: 0; }
.form-group.full { grid-column: 1 / -1; }
.form-label { font-size: 14px; font-weight: 600; color: var(--text-dark); }
.form-label .req { color: var(--orange); }
.form-input, .form-select, .form-textarea {
  font-family: var(--font-text); font-size: 15px; color: var(--text-dark);
  background: var(--off-white); border: 1.5px solid #e2e8f1; border-radius: 12px;
  padding: 13px 16px; width: 100%;
  transition: border-color .2s, background .2s, box-shadow .2s;
}
.form-input::placeholder, .form-textarea::placeholder { color: #9aa8b8; }
.form-input:focus, .form-select:focus, .form-textarea:focus { outline: none; border-color: var(--orange); background: var(--white); box-shadow: 0 0 0 4px rgba(244,107,27,.1); }
.form-textarea { min-height: 130px; resize: vertical; }
.form-select { appearance: none; -webkit-appearance: none; cursor: pointer; padding-right: 44px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%235a7288' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 15px center;
}

.service-checks { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.service-check { position: relative; }
.service-check input { position: absolute; opacity: 0; width: 0; height: 0; }
.service-check label { display: flex; align-items: center; gap: 11px; padding: 14px 16px; border: 1.5px solid #e2e8f1; border-radius: 12px; cursor: pointer; font-size: 14.5px; font-weight: 500; color: var(--text-dark); transition: border-color .2s, background .2s; }
.service-check label .box { width: 22px; height: 22px; border-radius: 7px; border: 1.5px solid #cdd7e3; flex-shrink: 0; display: flex; align-items: center; justify-content: center; transition: background .2s, border-color .2s; }
.service-check label .box svg { width: 13px; height: 13px; stroke: white; stroke-width: 3.2; fill: none; opacity: 0; transition: opacity .2s; }
.service-check input:checked + label { border-color: var(--orange); background: rgba(244,107,27,.05); }
.service-check input:checked + label .box { background: var(--orange); border-color: var(--orange); }
.service-check input:checked + label .box svg { opacity: 1; }
.service-check input:focus-visible + label { box-shadow: 0 0 0 4px rgba(244,107,27,.12); }

.form-consent { display: flex; align-items: flex-start; gap: 12px; margin-top: 28px; font-size: 13.5px; color: var(--text-muted); line-height: 1.55; }
.form-consent input { width: 20px; height: 20px; margin-top: 1px; accent-color: var(--orange); flex-shrink: 0; }
.form-consent a { color: var(--orange); }
.form-submit { margin-top: 26px; }
.form-submit .btn { width: 100%; justify-content: center; padding: 16px; font-size: 16.5px; }
.form-note { display: flex; align-items: center; justify-content: center; gap: 8px; text-align: center; font-size: 13px; color: var(--text-muted); margin-top: 16px; }
.form-note svg { width: 15px; height: 15px; stroke: var(--text-muted); fill: none; stroke-width: 2; flex-shrink: 0; }

/* Bočný panel */
.quote-aside { display: flex; flex-direction: column; gap: 22px; position: sticky; top: 108px; }
.quote-info { background: var(--white); border: 1px solid #e8edf3; border-radius: 20px; padding: 30px 28px; }
.quote-info h3 { font-family: var(--font-display); font-size: 18px; font-weight: 600; color: var(--text-dark); margin-bottom: 24px; }
.quote-steps { list-style: none; display: flex; flex-direction: column; gap: 20px; }
.quote-step { display: flex; gap: 14px; }
.quote-step .qs-num { width: 34px; height: 34px; border-radius: 50%; flex-shrink: 0; background: linear-gradient(135deg, var(--orange), var(--orange-hot)); color: white; font-family: var(--font-display); font-weight: 700; font-size: 14px; display: flex; align-items: center; justify-content: center; }
.quote-step strong { display: block; font-size: 14.5px; color: var(--text-dark); margin-bottom: 3px; }
.quote-step span { font-size: 13px; color: var(--text-muted); line-height: 1.5; }

/* ═══════════════ RESPONSIVE ═══════════════ */
@media (max-width: 1000px) {
  .nav { height: 68px; }
  .nav.scrolled { height: 62px; }
  .nav-logo-img { max-height: 42px; }
  .nav.scrolled .nav-logo-img { max-height: 40px; }
  .nav-phone { display: none; }
  .nav-menu { position: fixed; top: 68px; left: 0; right: 0; transform: none; flex-direction: column; align-items: stretch; height: auto; background: rgba(11,29,53,.98); backdrop-filter: blur(20px); padding: 0 16px; gap: 4px; max-height: 0; overflow: hidden; transition: max-height .4s ease, padding .4s ease; }
  .nav-phone { padding: 6px; }
  .nav-phone-text { display: none; }
  .nav-menu.open { max-height: 80vh; overflow-y: auto; padding: 16px; }
  .nav-menu-phone { display: block; margin-top: 12px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.1); }
  .nav-menu-phone a {
    display: flex; align-items: center; justify-content: center; gap: 13px;
    padding: 14px 18px; border-radius: 12px; text-decoration: none;
    background: linear-gradient(135deg, var(--orange), var(--orange-hot));
    box-shadow: 0 6px 24px var(--orange-glow);
  }
  .nmp-ic { width: 40px; height: 40px; border-radius: 50%; flex-shrink: 0; background: rgba(255,255,255,.2); display: flex; align-items: center; justify-content: center; }
  .nmp-ic svg { width: 19px; height: 19px; fill: white; animation: ring 2.5s ease-in-out infinite; transform-origin: center; }
  .nmp-text { line-height: 1.25; }
  .nmp-text small { display: block; font-size: 11.5px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; color: rgba(255,255,255,.9); }
  .nmp-text strong { display: block; font-family: var(--font-display); font-size: 18px; font-weight: 600; color: var(--white); white-space: nowrap; }
  .nav-item { height: auto; }
  .nav-burger { display: flex; }
  .mega { position: static; transform: none; width: 100%; opacity: 1; visibility: visible; pointer-events: auto; box-shadow: none; background: rgba(255,255,255,.03); margin: 4px 0; padding: 12px; display: none; }
  .nav-item.has-mega.open-sub .mega { display: block; }
  .mega-grid { grid-template-columns: 1fr; }
  .mega-promo { display: none; }

  /* subpages */
  .detail-layout { grid-template-columns: 1fr; gap: 32px; }
  .detail-sidebar { position: static; order: 2; }
  .page-hero { padding: 128px 5% 56px; }
}
@media (max-width: 900px) {
  .process-steps { grid-template-columns: repeat(2, 1fr); gap: 40px; }
  .process-steps::before { display: none; }
  .why-grid { grid-template-columns: 1fr; gap: 48px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .emergency-inner { flex-direction: column; align-items: flex-start; }
  .emergency-right { align-items: flex-start; }
  .hero-stats { display: none; }
  .portfolio-grid { grid-template-columns: repeat(2, 1fr); }
  .pf-item.wide { grid-column: span 2; }
  .refs-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: repeat(2, 1fr); }
  .company-strip { flex-direction: column; align-items: flex-start; }
  .detail-features { grid-template-columns: 1fr; }
  .detail-check { grid-template-columns: 1fr; }
  .quote-wrap { grid-template-columns: 1fr; gap: 28px; }
  .quote-aside { position: static; order: 2; }
}
@media (max-width: 640px) {
  section { padding: 70px 5%; }
  .process-steps { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .trust-bar { gap: 20px; }
  .trust-divider { display: none; }
  .portfolio-grid { grid-template-columns: 1fr; grid-auto-rows: 200px; }
  .pf-item.wide, .pf-item.tall { grid-column: span 1; grid-row: span 1; }
  .contact-grid { grid-template-columns: 1fr; }
  .company-legal { gap: 20px; }
  .svc-min-grid { grid-template-columns: 1fr; }
  .form-card { padding: 26px 20px; }
  .form-row { grid-template-columns: 1fr; }
  .service-checks { grid-template-columns: 1fr; }
}
