/* Font Awesome font-display: swap override */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-solid-900.woff2") format("woff2");
}
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-regular-400.woff2") format("woff2");
}
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-brands-400.woff2") format("woff2");
}

/* Reset and Variables */
:root {
  --primary: #111a2c;
  --bg-dark: #090f1a;
  --bg-darker: #05080f;
  --bg-card: #152033;
  --bg-light: #F8F9FA;
  --bg-white: #FFFFFF;
  
  --gold: #c69c5e;
  --gold-hover: #e0b471;
  --gold-subtle: rgba(198, 156, 94, 0.2);
  
  --text: #cbd5e1;
  --text-white: #f8fafc;
  --text-dark: #334155;
  --text-dark-muted: #333333;
  
  --glass-bg: rgba(21, 32, 51, 0.6);
  --glass-border: rgba(198, 156, 94, 0.15);
  
  --font: 'Outfit', sans-serif;
  --glow-shadow: 0 8px 32px rgba(198, 156, 94, 0.15);
  --light-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html {
  scroll-behavior: smooth;
  overflow-x: clip;
  overflow-y: visible;
}
body {
  font-family: var(--font);
  color: var(--text);
  line-height: 1.6;
  background: var(--bg-dark);
  position: relative;
  display: flex;
  flex-direction: column;
  overflow-x: clip;
  overflow-y: visible;
}

/* Background Effects for Dark sections */
.blob {
  position: absolute;
  filter: blur(100px);
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
}
.blob-1 { top: -10%; left: -10%; width: 500px; height: 500px; background: rgba(198, 156, 94, 0.05); max-width: 100vw; }
.blob-2 { top: 40%; right: -20%; width: 600px; height: 600px; background: rgba(30, 58, 138, 0.1); max-width: 100vw; }
.blob-3 { bottom: 0; left: 20%; width: 400px; height: 400px; background: rgba(198, 156, 94, 0.08); max-width: 100vw; }

.watermark-logo {
  position: absolute;
  opacity: 0.03;
  width: 40vw;
  max-width: 600px;
  pointer-events: none;
  z-index: 0;
}
.watermark-left { top: 10%; left: -10vw; transform: rotate(-15deg); }
.watermark-right { top: 30%; right: -10vw; transform: rotate(15deg); }

/* Typography */
h1, h2, h3, h4 { color: var(--text-white); line-height: 1.2; margin-bottom: 1rem; font-weight: 500; }
h1 { font-size: clamp(2.5rem, 5vw, 4rem); font-weight: 600; }
h2 { font-size: clamp(2rem, 4vw, 3rem); font-weight: 600;}
h3 { font-size: clamp(1.5rem, 3vw, 2rem); }
h4 { font-size: 1.35rem; }
a { color: var(--gold); text-decoration: none; transition: 0.3s; }
p, ul { margin-bottom: 1.5rem; }
img { max-width: 100%; height: auto; }
.list-unstyled { list-style: none; padding-left: 0; margin-bottom: 0; }
.text-gold { color: var(--gold) !important; }
.text-gray { color: #f1f5f9; } /* Brighter white-gray for labels */
.text-sm { font-size: 0.875rem; }
.text-muted-gold { color: rgba(198, 156, 94, 0.9); }
.honeypot { display: none !important; }


/* Utilities */
.container { width: 85%; max-width: 1200px; margin: 0 auto; position: relative; z-index: 1; }
section { padding: 140px 0; }
.contact { padding: 100px 0; }
.text-center { text-align: center; }
.mx-auto { margin-left: auto; margin-right: auto; }
.mt-2 { margin-top: 0.5rem; } .mt-3 { margin-top: 1rem; } .mt-4 { margin-top: 2rem; } .mt-5 { margin-top: 3rem; }
.mb-0 { margin-bottom: 0 !important; } .mb-1 { margin-bottom: 0.25rem; } .mb-2 { margin-bottom: 0.5rem; } .mb-3 { margin-bottom: 1rem; } .mb-4 { margin-bottom: 1.5rem; } .mb-5 { margin-bottom: 3rem; }
.pl-0 { padding-left: 0; } .px-0 { padding-left: 0; padding-right: 0;}
.pt-4 { padding-top: 2rem; } .p-4 { padding: 1.5rem; }
.w-100 { width: 100%; } .ml-1{margin-left:0.25rem} .ml-2{margin-left:0.5rem} .mr-1{margin-right:0.25rem} .mr-2{margin-right:0.5rem} .mr-3{margin-right:1rem}
.d-flex { display: flex; } .justify-content-center { justify-content: center; } .justify-content-between { justify-content: space-between; } .align-items-center { align-items: center; } .align-items-start { align-items: flex-start; }
.position-relative { position: relative; } .z-1 { z-index: 1; } .overflow-hidden { overflow: hidden; }
.opacity-50 { opacity: 0.5; } .opacity-75 { opacity: 0.75; } .opacity-10 { opacity: 0.1; }
.gap-1 { gap: 0.5rem; } .gap-2 { gap: 1rem; } .gap-3 { gap: 1.5rem; } .gap-4 { gap: 2rem; }
.d-inline-block { display: inline-block; }

.bg-darker { background: var(--bg-darker); }

.site-footer {
  margin-top: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 1.5rem 0;
}


.text-white-80 {
  color: rgba(255, 255, 255, 0.9) !important;
}

.footer-container-wide {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}

@media(max-width: 768px) {
  .site-footer .container, .footer-container-wide {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
  .footer-links { justify-content: center; }
}

/* --- WARM LIGHT BACKGROUND (FAQ) --- */
.warm-bg {
  background: #ede8df;
  color: var(--text-dark);
}
.warm-bg h1, .warm-bg h2, .warm-bg h3, .warm-bg h4 { color: var(--primary); }
.warm-bg p:not(.quote-text) { color: var(--text-dark-muted); }
.warm-bg .section-tag { background: rgba(198, 156, 94, 0.28); color: #7a5c22; border-color: rgba(198, 156, 94, 0.55); font-weight: 700; }
.warm-bg .lead { color: #5a5246; }
.warm-bg .header-line { background: var(--gold); }
.warm-bg .glass-panel {
  background: #faf7f2;
  border: 1px solid rgba(198, 156, 94, 0.2);
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}
.warm-bg .glass-panel:hover {
  border-color: rgba(198, 156, 94, 0.5);
  box-shadow: 0 8px 30px rgba(198, 156, 94, 0.15);
}
.warm-bg .faq-question { color: var(--primary); }
.warm-bg .faq-answer { color: #5a5246; }
/* ------------------------------------ */

/* --- LIGHT BACKGROUND OVERRIDES --- */
.light-bg {
  background: var(--bg-light);
  color: var(--text-dark);
}
.light-bg h1, .light-bg h2, .light-bg h3, .light-bg h4 {
  color: var(--primary);
}
.light-bg .text-white { color: var(--text-dark) !important; }
.light-bg p:not(.quote-text) { color: var(--text-dark-muted); }
.services p:not(.quote-text) { color: var(--text-dark); }
.light-bg .card-bg-icon { color: rgba(17, 26, 44, 0.03); } /* soft watermark in light card */

.light-bg .glow-card, .light-bg .glass-panel {
  background: var(--bg-white);
  border: 1px solid rgba(0,0,0,0.05);
  box-shadow: var(--light-shadow);
}
.light-bg .glow-card:hover, .light-bg .glass-panel:hover {
  box-shadow: 0 15px 50px rgba(0,0,0,0.08); /* slight lift shadow */
  border-color: rgba(198, 156, 94, 0.4);
  transform: translateY(-8px);
}
.light-bg .glass-inner {
  background: rgba(0,0,0,0.02);
  border: 1px solid rgba(0,0,0,0.04);
}
.light-bg .project-content-side {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
}
.light-bg .pricing-features li { color: var(--text-dark); }
.light-bg .amount { color: var(--primary); }
.light-bg .currency, .light-bg .interval { color: var(--text-dark-muted); }
.light-bg .pricing-featured {
  background: var(--bg-white);
  border: 2px solid var(--gold);
}
.light-bg .pricing-icon-badge {
  background: var(--bg-white);
}
.light-bg .text-dark { color: var(--primary) !important; }
/* ---------------------------------- */

/* Globals & Header */
.header-line { width: 60px; height: 3px; background: var(--gold); border-radius: 3px; margin-bottom: 1rem; }

.navbar { position: fixed; top: 0; left: 0; width: 100%; padding: 1.5rem 0; z-index: 100; transition: background 0.3s, padding 0.3s, box-shadow 0.3s; }
.navbar.scrolled { background: rgba(9, 15, 26, 0.96); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); padding: 0.85rem 0; box-shadow: 0 2px 24px rgba(0,0,0,0.45); }
.blog-article .navbar { background: rgba(9, 15, 26, 0.96); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); padding: 0.85rem 0; box-shadow: 0 2px 24px rgba(0,0,0,0.45); }
.nav-content { display: flex; justify-content: space-between; align-items: center; }
.logo { display: flex; gap: 1rem; align-items: center; }
.logo-img { height: 45px; width: auto; object-fit: contain; }
.fallback-logo { width: 45px; height: 45px; border-radius: 50%; border: 1px solid var(--gold); display: flex; align-items: center; justify-content: center; color: var(--gold); }
.logo-text { display: flex; flex-direction: column; }
.logo-name { color: var(--text-white); font-weight: 500; font-size: 1.1rem; letter-spacing: 0.5px; }
.logo-desc { color: var(--gold); font-size: 0.65rem; text-transform: uppercase; letter-spacing: 1.5px; margin-top: 2px; }
.nav-links { display: flex; align-items: center; gap: 2.5rem; }
.nav-links a { color: var(--text); font-size: 0.95rem; font-weight: 400; transition: color 0.3s; }
.nav-links a:hover { color: var(--gold); }
.nav-links .btn-outline-nav { 
  background: var(--gold); 
  color: var(--bg-dark) !important; 
  padding: 0.5rem 1.8rem; 
  border-radius: 30px; 
  font-weight: 600;
  box-shadow: 0 4px 15px rgba(198, 156, 94, 0.2);
}
.nav-links .btn-outline-nav:hover { 
  background: var(--gold-hover) !important; 
  color: var(--bg-dark) !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(198, 156, 94, 0.3);
}
.menu-toggle { display: none; background: none; border: none; color: var(--gold); font-size: 1.5rem; cursor: pointer; min-width: 44px; min-height: 44px; }

/* Dropdown Služby */
.nav-dropdown { position: relative; }
.nav-dropdown > a { display: flex; align-items: center; gap: 0.3rem; }
.nav-dropdown > a::after { content: '▾'; font-size: 1rem; color: var(--gold); transition: transform 0.2s; }
.nav-dropdown:hover > a::after { transform: rotate(180deg); }
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: var(--bg-dark);
  border: 1px solid rgba(198, 156, 94, 0.25);
  border-radius: 10px;
  padding: 0.75rem 0 0.5rem;
  min-width: 200px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.4);
  z-index: 200;
}
.nav-dropdown:hover .dropdown-menu { display: block; }
.dropdown-menu a {
  display: block;
  padding: 0.6rem 1.2rem;
  font-size: 0.9rem;
  color: var(--text) !important;
  white-space: nowrap;
  transition: color 0.2s, background 0.2s;
}
.dropdown-menu a:hover { color: var(--gold) !important; background: rgba(198, 156, 94, 0.07); }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 0.8rem 1.8rem; border-radius: 6px; font-weight: 500; cursor: pointer; transition: all 0.3s ease; border: 1px solid transparent; text-align: center; font-size: 0.95rem; }
.btn-primary { background: var(--gold); color: var(--bg-dark); letter-spacing: 0.5px; font-weight: 600; }
.btn-primary:hover { background: var(--gold-hover); transform: translateY(-3px); box-shadow: 0 10px 20px rgba(198, 156, 94, 0.2); }
.btn-secondary { background: transparent; border-color: rgba(255, 255, 255, 0.15); color: var(--text-white); }
.btn-secondary:hover { background: rgba(255, 255, 255, 0.05); border-color: var(--gold); color: var(--gold); }
.btn-outline { background: transparent; border-color: var(--gold); color: var(--gold); }
.btn-outline:hover { background: var(--gold); color: var(--bg-white); }.pulse-btn { position: relative; }
.pulse-btn::after { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; border-radius: inherit; border: 2px solid rgba(198,156,94,0.6); animation: pulse 2s infinite; }
@keyframes pulse { 0% { transform: scale(1); opacity: 0.8; } 70% { transform: scale(1.25); opacity: 0; } 100% { transform: scale(1.25); opacity: 0; } }

/* Hero */
.hero { min-height: 100vh; display: flex; align-items: center; padding-top: 120px; }
.hero-content { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.subheading { display: flex; align-items: center; gap: 1rem; color: var(--gold); font-size: 0.75rem; text-transform: uppercase; letter-spacing: 1.5px; font-weight: 500; margin-bottom: 1.5rem; }
.subheading .line { width: 40px; height: 1px; background: var(--gold); }
.hero h1 { margin-bottom: 2rem; line-height: 1.15; }
.hero p { font-size: 1.1rem; max-width: 90%; margin-bottom: 2.5rem; line-height: 1.7; color: rgba(255,255,255,0.8); }
.hero-actions { display: flex; gap: 1rem; margin-bottom: 4rem; }
.hero-stats { display: inline-flex; gap: 2rem; padding: 1.2rem 2rem; background: var(--glass-bg); backdrop-filter: blur(12px); border: 1px solid var(--glass-border); border-radius: 12px; }
.stat { display: flex; flex-direction: column; }
.stat strong { color: var(--text-white); font-size: 1.1rem; font-weight: 500; }
.stat span { color: var(--text); font-size: 0.75rem; text-transform: lowercase; }
.divider-v { width: 1px; background: rgba(255, 255, 255, 0.1); }
.hero-image-wrapper { position: relative; width: 100%; max-width: 500px; margin-left: auto; padding: 10px; box-sizing: content-box; left: -10px; }
.image-inner { border-radius: 20px; overflow: hidden; position: relative; border: 1px solid var(--glass-border); }
.hero-image { width: 100%; height: 550px; object-fit: cover; object-position: left center; display: block; }
.gradient-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, var(--bg-dark) -10%, transparent 40%); }

/* Glass elements inside hero */
.glass-badge { position: absolute; background: rgba(17, 26, 44, 0.8); border: 1px solid var(--glass-border); padding: 1rem 1.5rem; color: var(--text-white); display: flex; align-items: center; gap: 0.8rem; box-shadow: 0 10px 30px rgba(0,0,0,0.5); z-index: 2; border-radius: 12px; -webkit-font-smoothing: antialiased; }
.badge-tr { top: 8%; right: -5%; border-radius: 30px; background: rgba(17, 26, 44, 0.85); border-color: rgba(198, 156, 94, 0.6); font-size: 0.9rem; font-weight: 600; }
.badge-mr { top: 45%; right: -10%; border-radius: 30px; }
.badge-mr i { color: var(--gold); }
.badge-mr span { font-size: 0.9rem; color: var(--text-white); font-weight: 500; }
.badge-bl { bottom: 8%; left: -8%; }
.status-dot { width: 10px; height: 10px; background: #22c55e; border-radius: 50%; box-shadow: 0 0 10px rgba(34, 197, 94, 0.5); }
.availability { display: flex; flex-direction: column; }
.availability strong { font-size: 0.9rem; font-weight: 500; }
.availability span { font-size: 0.75rem; color: var(--text); }

/* Common Glass & Glow Elements */
.glass-panel { background: var(--glass-bg); border: 1px solid var(--glass-border); border-radius: 16px; backdrop-filter: blur(10px); }
.glass-inner { background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.05); border-radius: 12px; padding: 1rem; }
.glow-border { position: relative; }
.glow-border::before { content:''; position: absolute; inset: -1px; background: linear-gradient(135deg, var(--gold-subtle), transparent, var(--gold-subtle)); z-index: -1; border-radius: inherit; opacity: 0; transition: opacity 0.4s; }
.hover-lift { transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
.hover-lift:hover { transform: translateY(-10px); }
.hover-lift:hover.glow-border::before { opacity: 1; }

.glow-card { background: var(--bg-card); border: 1px solid var(--glass-border); border-radius: 20px; padding: 2.5rem; position: relative; overflow: hidden; transition: all 0.4s; }
.glow-card::after { content: ''; position: absolute; inset: 0; border-radius: inherit; box-shadow: inset 0 0 0 1px transparent; transition: 0.4s; pointer-events: none; }
.dark-bg .glow-card:hover { box-shadow: var(--glow-shadow); transform: translateY(-10px); border-color: rgba(198, 156, 94, 0.3); }

/* Services */
.service-cards-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin-top: 3rem; }
.service-card { display: flex; flex-direction: column; height: 100%; position: relative; z-index: 1; }
.card-bg-icon { position: absolute; bottom: -20px; right: -20px; font-size: 15rem; color: rgba(255,255,255,0.02); z-index: -1; pointer-events: none; transition: 0.3s; }
.card-icon-top { width: 60px; height: 60px; border-radius: 15px; background: rgba(198, 156, 94, 0.1); border: 1px solid rgba(198, 156, 94, 0.2); display: flex; align-items: center; justify-content: center; font-size: 1.5rem; margin-bottom: 1.5rem; }
.service-card h3 { font-size: 1.5rem; margin-bottom: 1rem; }
.card-suitability { margin-top: auto; padding-top: 1.5rem;}
.card-suitability strong { display: block; font-size: 0.8rem; color: var(--gold); margin-bottom: 0.5rem; text-transform: uppercase; letter-spacing: 0.5px; }
.service-card .card-footer { margin-top: 1.5rem; padding-top: 0; }
.featured-service { border-color: var(--gold-subtle); }

/* About Section Grid layout */
.about-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 5rem;
}

.about-image-wrapper {
  position: sticky;
  top: 120px;
  align-self: start;
}

.about-image-frame {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid var(--glass-border);
  box-shadow: var(--glow-shadow);
  transform: rotate(-2deg);
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.about-image-frame:hover {
  transform: rotate(0deg) translateY(-10px);
}

.about-image-frame::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, var(--bg-dark) -10%, transparent 30%);
}

.about-img {
  width: 100%;
  height: auto;
  display: block;
}

.about-content {
  display: flex;
  flex-direction: column;
}

.left-align { text-align: left !important; }
.left-align .header-line { margin-left: 0 !important; }

/* About Timeline (Dark BG) */
.timeline-container { position: relative; width: 100%; padding: 2rem 0; }
.timeline-container::before { content: ''; position: absolute; top: 0; bottom: 0; left: 30px; width: 2px; background: linear-gradient(180deg, transparent, var(--gold-subtle), transparent); }
.timeline-row { display: flex; align-items: flex-start; margin-bottom: 3rem; position: relative; }
.timeline-icon { width: 60px; height: 60px; min-width: 60px; border-radius: 50%; background: var(--bg-dark); border: 2px solid var(--gold); display: flex; align-items: center; justify-content: center; color: var(--gold); font-size: 1.2rem; z-index: 2; margin-right: 2rem; box-shadow: 0 0 15px rgba(198,156,94,0.2); }
.timeline-content { padding: 2rem; border-radius: 16px; flex-grow: 1; }
.timeline-content p { margin-bottom: 0; font-size: 0.95rem; color: rgba(255,255,255,0.7); }

/* Projects (Light BG) */
.project-list { display: flex; flex-direction: column; gap: 5rem; }
.project-row { display: flex; align-items: center; position: relative; }
.reverse-row { flex-direction: row-reverse; }
.project-image-side { width: 58%; height: auto; border-radius: 20px; overflow: hidden; position: relative; z-index: 1; border: 1px solid var(--glass-border); box-shadow: var(--light-shadow); }
.project-img { width: 100%; height: auto; display: block; object-fit: contain; box-sizing: border-box; }
.project-image-side.scroll-preview { height: 480px; }
.scroll-preview .project-img { height: 100%; object-fit: cover; object-position: top; }
.scroll-preview.in-view .project-img { animation: scrollPreview 7s ease-in-out infinite alternate; }
@keyframes scrollPreview { from { object-position: top; } to { object-position: bottom; } }
.project-overlay { position: absolute; inset: 0; background: rgba(9, 15, 26, 0.3); display: flex; align-items: center; justify-content: center; opacity: 0; transition: 0.4s; }
.project-image-side:hover .project-overlay { opacity: 1; }
.overlay-icon { width: 60px; height: 60px; background: var(--gold); color: var(--bg-white); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; transform: scale(0.5); transition: 0.4s; box-shadow: 0 5px 15px rgba(198,156,94,0.4); }
.project-image-side:hover .overlay-icon { transform: scale(1); }
.project-content-side { width: 48%; padding: 3rem; position: relative; z-index: 2; margin-left: -6%; border-radius: 20px; display: flex; flex-direction: column; gap: 1rem; }
.reverse-row .project-content-side { margin-left: 0; margin-right: -6%; }

.project-info-top { width: 100%; }
.project-info-bottom { width: 100%; }
.placeholder-vibe { background: linear-gradient(135deg, #f1f5f9, #e2e8f0); } /* Softer placeholder on light bg */

.tags { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 1rem; }
.tag { background: rgba(198, 156, 94, 0.1); color: var(--gold); font-size: 0.65rem; padding: 0.3rem 0.8rem; border-radius: 20px; font-weight: 600; letter-spacing: 0.5px; border: 1px solid rgba(198, 156, 94, 0.2); }
.coming-soon { color: var(--text-dark-muted); font-size: 0.9rem; font-weight: 500; background: rgba(0,0,0,0.03); padding: 0.5rem 1rem; border-radius: 6px; }

/* Testimonials (Dark BG) */
.testimonial-card { max-width: 900px; padding: 2.5rem 2rem; border-radius: 24px; position: relative; overflow: visible; }
.testimonial-inner { display: flex; align-items: flex-start; gap: 2.5rem; text-align: left; }
.testimonial-text { flex: 1; min-width: 0; }
.client-gallery { flex-shrink: 0; width: 260px; }
.client-gallery .reference-img { width: 100%; max-width: none; margin-top: 0; }
.quote-icon-large { font-size: 3rem; color: rgba(198, 156, 94, 0.15); position: absolute; top: 2rem; left: 3rem; }
.quote { font-size: 1.3rem; font-style: italic; color: var(--text-white); font-weight: 500; line-height: 1.6; margin-bottom: 1.5rem; text-align: center; position: relative; z-index: 1; }
.quote-text { color: rgba(255,255,255,0.7); font-size: 0.95rem; text-align: center; margin-bottom: 0; }
.client-info { display: flex; align-items: center; justify-content: center; gap: 1.2rem; }
.client-avatar-wrapper { position: relative; }
.client-img { width: 70px; height: 70px; border-radius: 50%; border: 2px solid var(--gold); object-fit: cover; }
.quote-icon-small { position: absolute; bottom: 0; right: 0; width: 24px; height: 24px; background: var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--bg-dark); font-size: 0.7rem; border: 2px solid var(--bg-card); }
.client-details { text-align: left; }
.client-details strong { display: block; color: var(--text-white); font-size: 1.1rem; }
.client-link { font-size: 0.85rem; color: var(--gold); }
.client-gallery { text-align: center; }
.reference-img { max-width: 280px; border-radius: 12px; margin-top: 1rem; }

/* Pricing (Light BG) */
.pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; margin-top: 1.5rem; }
.pricing-card { display: flex; flex-direction: column; padding: 1.75rem 1.75rem 2rem; border-radius: 20px; position: relative; }
.pricing-img-wrapper { height: 120px; border-radius: 12px; overflow: hidden; background: #e2e8f0; position: relative; border: 1px solid rgba(0,0,0,0.05); }
.pricing-img-wrapper img { width: 100%; height: 100%; object-fit: cover; opacity: 0.8; mix-blend-mode: multiply; transition: 0.4s; }
.pricing-card:hover .pricing-img-wrapper img { opacity: 1; mix-blend-mode: normal; transform: scale(1.05); }
.pricing-icon-badge {
  position: absolute;
  top: 135px;
  left: 45px;
  width: 44px;
  height: 44px;
  background: var(--bg-white);
  border: 2px solid var(--gold);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  font-size: 1.3rem;
  z-index: 2;
}
.bg-gold { background: var(--gold) !important; color: var(--bg-white) !important; }
.pricing-card h3 { margin-top: 1.25rem; margin-bottom: 0.35rem; font-size: 1.4rem; }
.price-box { margin-bottom: 0.75rem; padding-bottom: 0.75rem; border-bottom: 1px solid rgba(0,0,0,0.05); }
.amount { font-size: 2.5rem; font-weight: 700; line-height: 1; }
.pricing-features { list-style: none; flex-grow: 1; padding-left: 0; }
.pricing-features li { display: flex; align-items: flex-start; margin-bottom: 0.3rem; font-size: 0.9rem; }
.pricing-features i { margin-top: 4px; }
.pricing-footer { margin-top: auto; padding-top: 0.75rem; }
.pricing-addon, .pricing-note { font-size: 0.8rem; display: flex; align-items: center; }

.featured-badge { position: absolute; top: -15px; left: 50%; transform: translateX(-50%); background: var(--gold); color: var(--bg-white); padding: 0.4rem 1.2rem; border-radius: 20px; font-weight: 600; font-size: 0.8rem; letter-spacing: 0.5px; z-index: 10; box-shadow: 0 4px 15px rgba(198,156,94,0.3); }

/* FAQ sekce – dvousloupcový layout */
.faq-layout { display: grid; grid-template-columns: 1fr 1.5fr; gap: 5rem; align-items: start; }

/* Levý panel */
.faq-side { position: sticky; top: 100px; }
.faq-side .section-title { font-size: clamp(1.6rem, 2.5vw, 2.2rem); }
.faq-side-text { color: #5a5246; font-size: 1rem; line-height: 1.7; margin-bottom: 1.5rem; }
.faq-side-deco {
  font-size: 7rem;
  font-weight: 800;
  line-height: 1;
  color: rgba(198, 156, 94, 0.55);
  margin: 1rem 0 1.5rem;
  font-family: Georgia, serif;
  user-select: none;
}
.faq-side-cta { display: inline-flex; align-items: center; }

/* Pravý panel – accordion */
.faq-list { display: flex; flex-direction: column; gap: 0.6rem; max-width: 560px; }
.faq-item {
  background: #faf7f2;
  border: 1px solid rgba(198, 156, 94, 0.35);
  border-radius: 10px;
  overflow: hidden;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.faq-item:hover { border-color: rgba(198, 156, 94, 0.65); box-shadow: 0 4px 16px rgba(0,0,0,0.07); }
details[open].faq-item { border-color: var(--gold); box-shadow: 0 4px 16px rgba(198, 156, 94, 0.15); }
.faq-item summary { list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-question {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 1rem 1.25rem;
  cursor: pointer; font-weight: 600; font-size: 0.97rem;
  color: var(--primary);
  transition: color 0.2s;
}
.faq-question:hover { color: #7a5c22; }
.faq-icon { flex-shrink: 0; transition: transform 0.3s ease; color: #7a5c22; font-size: 0.85rem; }
details[open] .faq-icon { transform: rotate(180deg); }
details[open] > .faq-question { color: #7a5c22; }
.faq-answer { padding: 0 1.25rem 1rem; color: #5a5246; line-height: 1.75; font-size: 0.93rem; border-top: 1px solid rgba(198, 156, 94, 0.2); }
.faq-answer p { margin: 0; padding-top: 0.75rem; }
.faq-answer strong { color: var(--primary); }
/* FAQ question emphasis variants (A/B/C demo) */
.faq-question strong.em-a { color: var(--gold); font-weight: 700; }
.faq-question strong.em-b { background: linear-gradient(to top, rgba(255, 200, 50, 0.7) 40%, transparent 40%); font-weight: inherit; }
.faq-question strong.em-c { background: rgba(198, 156, 94, 0.15); padding: 0 4px; border-radius: 3px; font-weight: 700; }

@media (max-width: 900px) {
  .faq-layout { grid-template-columns: 1fr; gap: 2.5rem; }
  .faq-side { position: static; }
  .faq-side-deco { display: none; }
}
@media (max-width: 768px) {
  .faq-question { font-size: 0.95rem; padding: 1rem 1.25rem; }
  .faq-answer { font-size: 0.9rem; }
}

/* Contact (Dark BG) */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: stretch; }
.contact-info { padding: 1.5rem; border-radius: 20px; height: 100%; display: flex; flex-direction: column; }
.contact-form-wrapper { padding: 1.5rem; border-radius: 20px; background: var(--bg-card); border: 1px solid var(--glass-border); position: relative; height: 100%; display: flex; flex-direction: column; }
.contact-header { min-height: 70px; display: flex; align-items: center; }
.contact-icon { width: 70px; height: 70px; display: flex; align-items: center; justify-content: center; font-size: 2rem; color: var(--gold); border-radius: 50%; overflow: hidden; border: 2px solid var(--gold); flex-shrink: 0; position: relative; z-index: 2; box-shadow: 0 5px 20px rgba(255,255,255,0.1); background: #ffffff; }
.contact-icon img { width: 100%; height: 100%; object-fit: cover; filter: none !important; -webkit-backface-visibility: hidden; backface-visibility: hidden; transform: translateZ(0); }
.contact-info .bg-icon-large { top: -20px; right: -20px; left: auto; font-size: 10rem; }
.hover-icon-lift { transition: 0.3s; padding: 0.6rem 1rem; border-radius: 12px; }
.hover-icon-lift:hover { background: rgba(255,255,255,0.02); transform: translateX(5px); }
.icon-box { width: 36px; height: 36px; border-radius: 10px; background: rgba(198,156,94,0.1); border: 1px solid var(--gold-subtle); display: flex; align-items: center; justify-content: center; color: var(--gold); font-size: 1.1rem; }
.contact-detail { display: flex; flex-direction: column; }
.detail-label { display: block; font-size: 0.7rem; color: rgba(255,255,255,0.6); text-transform: uppercase; letter-spacing: 1px; line-height: 1.2; margin-bottom: 2px; }
.detail-value { display: block; font-size: 1rem; color: var(--text-white); font-weight: 500; line-height: 1.2; }
.hover-underline:hover { text-decoration: underline; }

.stylish-form .form-group { position: relative; margin-bottom: 1.25rem; }
.floating-label input, .floating-label textarea { width: 100%; border: none; border-bottom: 1px solid rgba(255,255,255,0.1); background: transparent; padding: 0.7rem 0; color: var(--text-white); font-family: var(--font); font-size: 1rem; outline: none; transition: 0.3s; }
.floating-label label { position: absolute; left: 0; top: 0.7rem; color: rgba(255,255,255,0.8); cursor: text; transition: 0.3s; font-size: 0.95rem; }
.floating-label input:focus, .floating-label textarea:focus { border-bottom-color: var(--gold); }
.floating-label input:focus ~ label, .floating-label input:not(:placeholder-shown) ~ label,
.floating-label textarea:focus ~ label, .floating-label textarea:not(:placeholder-shown) ~ label { top: -1.2rem; font-size: 0.75rem; color: var(--gold-hover); }
.btn-large { padding: 0.8rem 2rem; font-size: 1.05rem; }

/* Utilities Cont. */
.letter-spacing-1 { letter-spacing: 1px; }

/* Animations */
.reveal { opacity: 0; transform: translateY(40px); transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.8s ease-in-out; }
.reveal.active { opacity: 1; transform: none; }
.fade-in-up { animation: fadeInUp 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards; }
.delay-1 { animation-delay: 0.2s; }
.float-anim { animation: float 5s ease-in-out infinite; will-change: transform; backface-visibility: hidden; -webkit-backface-visibility: hidden; }
.float-anim-delayed { animation: float 6s ease-in-out infinite 0.7s; will-change: transform; backface-visibility: hidden; -webkit-backface-visibility: hidden; }
.float-anim-delayed-2 { animation: float 4s ease-in-out infinite 1.2s; will-change: transform; backface-visibility: hidden; -webkit-backface-visibility: hidden; }

@keyframes float { 0% { transform: translate3d(0, 0, 0); } 50% { transform: translate3d(0, -8px, 0); } 100% { transform: translate3d(0, 0, 0); } }
@keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }

/* Responsive adjustments */
@media(max-width: 992px) {
  .hero-content, .contact-grid { grid-template-columns: 1fr; gap: 3rem; }
  .hero { text-align: center; }
  .subheading, .hero-actions { justify-content: center; }
  .hero p { margin: 0 auto 2.5rem; max-width: 100%; }
  
  .about-grid { display: flex; flex-direction: column; gap: 2rem; }
  .about-content { display: contents; } /* Allows children (header & timeline) to be siblings of the photo in the grid container */
  .about .section-header { order: 1; margin-bottom: 1.5rem !important; }
  .about-image-wrapper { position: static; max-width: 450px; margin: 0 auto; order: 2; }
  .about-image-frame { transform: rotate(0); }
  .timeline-container { order: 3; }
  .left-align { text-align: center !important; }
  .left-align .header-line { margin-left: auto !important; margin-right: auto !important; }
  
  .project-row, .reverse-row { flex-direction: column; align-items: stretch; gap: 1.2rem; }
  .project-image-side { width: 100%; height: auto; order: 2; border-radius: 15px; }
  .project-image-side.scroll-preview { height: 340px; }
  .project-content-side { 
    display: contents;
  }
  .project-info-top { 
    order: 1; 
    padding: 0; 
    text-align: left; 
    display: flex;
    flex-direction: column;
  }
  .project-info-top h3 {
    order: 1;
    margin-top: 0;
    margin-bottom: 0.25rem;
  }
  .project-info-top .project-url {
    order: 2;
    margin-bottom: 0.75rem;
  }
  .project-info-top .tags {
    order: 3;
    margin-bottom: 0;
  }
  .project-info-bottom { 
    order: 3; 
    margin-top: 0; 
    padding: 1.5rem; 
    background: var(--bg-card); 
    border: 1px solid var(--glass-border); 
    border-radius: 20px;
    width: 100%;
  }

  /* Apply glass effect back to the bottom part on dark bg */
  .dark-bg .project-info-bottom {
    background: var(--glass-bg);
    backdrop-filter: blur(10px);
  }

  /* Apply light card effect back to the bottom part on light bg */
  .light-bg .project-info-bottom {
    background: var(--bg-white);
    box-shadow: var(--light-shadow);
    border: 1px solid rgba(0,0,0,0.05);
  }
  
  .timeline-container::before { left: 40px; }
}

@media(max-width: 768px) {
  .nav-links { display: none; }
  .nav-links.nav-open { display: flex; flex-direction: column; position: absolute; top: 100%; left: 0; width: 100%; background: rgba(26,39,68,0.95); padding: 1rem 0; align-items: center; gap: 1rem; }
  .dropdown-menu { position: static; transform: none; border: none; box-shadow: none; padding: 0 0 0 1rem; background: transparent; }
  .nav-dropdown > a::after { display: none; }
  .nav-dropdown .dropdown-menu { display: block; }
  .menu-toggle { display: block; }
  .hero-actions { flex-direction: column; }
  .glass-badge { transform: scale(0.85); box-shadow: 0 8px 24px rgba(0,0,0,0.7); }
  .badge-tr { right: 5px; top: 15%; background: rgba(17, 26, 44, 0.92); border-color: rgba(198, 156, 94, 0.7); }
  .badge-mr { left: 5px; top: 50%; right: auto; }
  .badge-bl { left: 5px; bottom: 5%; }
  .pricing-featured { transform: scale(1); }
  .glow-card { padding: 1.5rem 1.25rem; }
  
  /* Kompaktnější reference pro mobil */
  .testimonial-card { max-width: 100%; padding: 1.25rem 1rem; border-radius: 16px; }
  .testimonial-card .quote-icon-large { font-size: 2rem; top: 0.75rem; left: 1rem; opacity: 0.5; }
  .testimonial-inner { flex-direction: column; }
  .client-gallery { width: 100%; text-align: center; }
  .testimonial-card .quote { font-size: 1.05rem; margin-bottom: 0.5rem; line-height: 1.4; }
  .testimonial-card .quote-text { font-size: 0.85rem; line-height: 1.5; }
  .testimonial-card .client-info { margin-top: 0.75rem !important; gap: 0.75rem; }
  .testimonial-card .client-img { width: 45px; height: 45px; border-width: 1px; }
  .testimonial-card .quote-icon-small { width: 18px; height: 18px; font-size: 0.55rem; }
  .testimonial-card .client-details strong { font-size: 0.95rem; line-height: 1.1; }
  .testimonial-card .client-link { font-size: 0.75rem; }
  .testimonial-card .client-gallery { margin-top: 0.75rem !important; }
  .testimonial-card .reference-img { margin-top: 0; border-radius: 10px; max-width: 240px; margin-left: auto; margin-right: auto; display: block; }

  /* Kompaktnější ceník pro mobil */
  .service-cards-grid { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; gap: 1rem; margin-top: 1.5rem; }
  .pricing-card { padding: 1.2rem 1.2rem; }
  .pricing-card .pricing-img-wrapper { height: 140px; margin-bottom: 1.25rem !important; }
  .pricing-icon-badge { top: 140px; left: 20px; width: 40px; height: 40px; font-size: 1.1rem; }
  .pricing-card h3 { margin-top: 0.5rem; margin-bottom: 0px; font-size: 1.25rem; }
  .price-box { margin-bottom: 0.75rem; padding-bottom: 0.75rem; }
  .amount { font-size: 2rem; }
  .pricing-features li { margin-bottom: 0.4rem; font-size: 0.85rem; }
  .pricing-footer { padding-top: 0; }
  .pricing-addon, .pricing-note { margin-bottom: 0.5rem !important; padding: 0.4rem 0.6rem; font-size: 0.75rem; }

  .hero-stats { gap: 0.5rem; padding: 1rem 0.5rem; width: 100%; justify-content: space-around; display: flex; }
  .hero-stats .stat strong { font-size: 0.9rem; }
  .hero-stats .stat span { font-size: 0.6rem; }
  .container { width: 90%; }
  section { padding: 60px 0; }
  .contact { padding: 40px 0; }
  .hero { min-height: auto; padding-top: 150px; padding-bottom: 60px; }
  .timeline-row { flex-direction: column; align-items: center; text-align: center; }
  .timeline-icon { margin-right: 0; margin-bottom: 1rem; }
  .timeline-container::before { left: 50%; transform: translateX(-50%); }
  .project-content-side { padding: 1.25rem; }
  .timeline-content { padding: 1.25rem; width: 100%; }
  .contact-info, .contact-form-wrapper { padding: 1.25rem; }
}

/* ===== Blog ===== */

/* Blog index — grid karet */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.blog-card {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s;
  max-width: 480px;
}

.blog-card:hover {
  transform: translateY(-8px);
}

.blog-card-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.blog-card:hover .blog-card-img {
  transform: scale(1.04);
}

.blog-card-img-wrap {
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
  display: block;
}

.blog-card-title-link {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s;
}

.blog-card-title-link:hover {
  color: var(--gold);
}

.blog-card-img-placeholder {
  width: 100%;
  height: 180px;
  background: linear-gradient(135deg, var(--bg-card), var(--primary));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: rgba(198, 156, 94, 0.3);
}

.blog-card-body {
  padding: 1.25rem 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.blog-card-meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  font-size: 0.8rem;
  color: var(--text);
  opacity: 0.7;
}

.blog-card-meta .tag {
  margin-bottom: 0;
  white-space: nowrap;
}

.blog-card h3 {
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
  line-height: 1.3;
}

.blog-card p {
  font-size: 0.9rem;
  margin-bottom: 1.25rem;
  flex-grow: 1;
  line-height: 1.6;
}

.blog-card .read-more {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--gold);
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  transition: gap 0.2s;
  margin-top: auto;
}

.blog-card .read-more:hover {
  gap: 0.7rem;
}

/* Článek (single post) */
.article-hero {
  background: var(--bg-light);
  padding-top: 110px;
  padding-bottom: 3rem;
}

.article-hero-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
  align-items: center;
}

.article-hero-image {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(0,0,0,0.13);
}

.article-hero-image img {
  width: 100%;
  display: block;
}

.article-hero-content {
  max-width: 100%;
}

.article-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1.25rem;
  font-size: 0.85rem;
  color: rgba(0,0,0,0.45);
}

.article-meta .tag {
  margin-bottom: 0;
}

.article-meta .sep {
  opacity: 0.35;
}

.article-title {
  font-size: clamp(1.8rem, 3.5vw, 2.7rem);
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 1.25rem;
  color: var(--primary);
}

.article-lead {
  font-size: 1.05rem;
  color: var(--text-dark);
  line-height: 1.7;
  margin-bottom: 0;
}

/* Breadcrumb v hero (světlé pozadí) */
.article-hero .breadcrumb,
.article-hero .breadcrumb a {
  color: rgba(0,0,0,0.4);
}

.article-hero .breadcrumb a:hover {
  color: var(--gold);
}

.article-hero .breadcrumb .sep {
  opacity: 0.3;
}

/* Starý fullbleed hero — zachováno pro zpětnou kompatibilitu */
.article-hero-no-img {
  padding-top: 140px;
  padding-bottom: 3rem;
}

/* Obsah článku */
.article-body {
  max-width: 740px;
  margin: 0 auto;
}

.article-body h2 {
  font-size: clamp(1.3rem, 2.5vw, 1.75rem);
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}

.article-body p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: rgba(255,255,255,0.82);
  margin-bottom: 1.4rem;
}

.article-body strong {
  color: var(--text-white);
}

.article-body ul.article-list {
  padding-left: 1.4rem;
  margin-bottom: 1.4rem;
}

.article-body ul.article-list li {
  font-size: 1.05rem;
  line-height: 1.8;
  color: rgba(255,255,255,0.82);
  margin-bottom: 0.5rem;
  padding-left: 0.3rem;
}

.article-blockquote ul.article-list.article-list-highlight {
  margin-bottom: 0;
}

.article-blockquote ul.article-list.article-list-highlight li:last-child {
  margin-bottom: 0;
}

/* Blockquote / zvýrazněná citace */
.article-blockquote {
  border-left: 3px solid var(--gold);
  padding: 1rem 1.5rem;
  margin: 2rem 0;
  background: rgba(198,156,94,0.06);
  border-radius: 0 12px 12px 0;
}

.article-blockquote p {
  font-size: 1.1rem;
  font-style: italic;
  color: rgba(255,255,255,0.9) !important;
  margin-bottom: 0 !important;
}

/* Article images */
.article-img-icon {
  float: right;
  width: 110px;
  margin: 0 0 1.2rem 1.5rem;
  border-radius: 14px;
  overflow: hidden;
  flex-shrink: 0;
}

.article-img-icon img {
  width: 100%;
  display: block;
  border-radius: 14px;
}

.article-img-illustration {
  width: 100%;
  margin: 2rem 0;
  border-radius: 14px;
  overflow: hidden;
}

.article-img-illustration img {
  width: 100%;
  display: block;
  border-radius: 14px;
  object-fit: cover;
}

/* Breadcrumb */
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.5);
  margin-bottom: 1.5rem;
}

.breadcrumb a {
  color: rgba(255,255,255,0.5);
  text-decoration: none;
  transition: color 0.2s;
}

.breadcrumb a:hover {
  color: var(--gold);
}

.breadcrumb .sep {
  opacity: 0.4;
  font-size: 0.7rem;
}

/* Navigace Předchozí / Další */
.article-nav {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 3rem;
  padding-top: 2.5rem;
  border-top: 1px solid rgba(255,255,255,0.15);
}

.article-nav-item {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  max-width: 45%;
  text-decoration: none;
}

.article-nav-item.next {
  text-align: right;
  margin-left: auto;
}

.article-nav-label {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.4);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.article-nav-title {
  font-size: 0.95rem;
  color: var(--gold);
  line-height: 1.3;
}

.article-nav-item:hover .article-nav-title {
  text-decoration: underline;
}

/* CTA blok na konci článku */
.article-cta {
  margin-top: 3rem;
  padding: 2rem 2.5rem;
  border-radius: 20px;
  text-align: center;
  border: 1px solid rgba(198, 156, 94, 0.4) !important;
  box-shadow: 0 0 30px rgba(198, 156, 94, 0.1);
}

.article-cta h3 {
  margin-bottom: 0.75rem;
  font-size: 1.4rem;
}

.article-cta p {
  font-size: 1rem;
  margin-bottom: 1.5rem;
  color: rgba(255,255,255,0.75);
}

/* ── Světlá sekce článku ─────────────────────────────────── */
.article-light {
  background: var(--bg-light);
}

.article-light .article-body p {
  color: var(--text-dark);
}

.article-light .article-body h2 {
  color: var(--primary);
}

.article-light .article-body strong {
  color: var(--primary);
}

.article-light .article-body ul.article-list li {
  color: var(--text-dark);
}

.article-light .article-body p.article-intro {
  font-size: 1.15rem;
  font-weight: 500;
  color: var(--primary);
  line-height: 1.75;
  margin-bottom: 1.6rem;
}

.article-light .article-blockquote {
  background: rgba(198, 156, 94, 0.10);
  border-left-color: var(--gold);
}

.article-light .article-blockquote p {
  color: var(--text-dark) !important;
}

.article-light .article-nav {
  border-top-color: rgba(0, 0, 0, 0.12);
}

.article-light .article-nav-label {
  color: rgba(0, 0, 0, 0.35);
}

.article-light .article-cta {
  background: #fff;
  box-shadow: var(--light-shadow);
  border-color: rgba(198, 156, 94, 0.35) !important;
}

.article-light .article-cta h3 {
  color: var(--primary);
}

.article-light .article-cta p {
  color: var(--text-dark-muted);
}

@media(max-width: 768px) {
  .blog-grid { grid-template-columns: 1fr; gap: 1.25rem; }
  .article-nav { flex-direction: column; gap: 1rem; }
  .article-nav-item, .article-nav-item.next { max-width: 100%; text-align: left; }
  .article-hero { padding-top: 100px; padding-bottom: 2rem; }
  .article-hero-split { grid-template-columns: 1fr; gap: 2rem; }
  .article-hero-image { order: -1; }
  .article-cta { padding: 1.5rem 1.25rem; }
}

/* ===== Cookie Banner ===== */
.cookie-overlay {
  display: none;
}
.cookie-banner {
  display: none;
  position: fixed;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  width: 460px;
  max-width: calc(100vw - 2rem);
  background: var(--bg-card);
  border: 1px solid var(--gold);
  border-radius: 20px;
  padding: 2.25rem;
  flex-direction: column;
  gap: 1.25rem;
  font-family: var(--font);
  font-size: 1rem;
  color: var(--text);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.7), 0 0 0 1px rgba(198, 156, 94, 0.1);
  animation: cookieFadeIn 0.3s ease forwards;
}
@keyframes cookieFadeIn {
  from { opacity: 0; transform: translateX(-50%) translateY(16px); }
  to   { opacity: 1; transform: translateX(-50%) translateY(0); }
}
@keyframes cookieFadeInMobile {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: translateY(0); }
}
.cookie-banner__label {
  font-size: 1.1rem;
  margin: 0 0 0.5rem;
}
.cookie-banner__title {
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--text-white);
  margin: 0 0 0.4rem;
}
.cookie-banner p {
  margin: 0;
  line-height: 1.6;
  color: var(--text);
}
.cookie-banner__actions {
  display: flex;
  gap: 0.75rem;
}
.cookie-btn {
  flex: 1;
  padding: 0.75rem 1rem;
  border-radius: 10px;
  font-family: var(--font);
  font-size: 0.95rem;
  font-weight: 500;
  cursor: pointer;
  border: none;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
  text-align: center;
}
.cookie-btn--accept { background: var(--gold); color: var(--bg-dark); }
.cookie-btn--accept:hover { background: var(--gold-hover); }
.cookie-btn--decline { background: transparent; color: var(--text); border: 1px solid rgba(198,156,94,0.3); }
.cookie-btn--decline:hover { border-color: var(--gold); color: var(--text-white); }
@media(max-width: 640px) {
  .cookie-banner { right: 1rem; left: 1rem; bottom: 1rem; width: auto; transform: none; animation-name: cookieFadeInMobile; }
}

/* ===== Service Pages detail classes ===== */
.service-page-hero {
  min-height: 80vh;
  padding-bottom: 2rem;
  display: flex;
  align-items: center;
}
.service-page-hero .hero-content {
  gap: 4rem;
}
.service-page-hero h1 {
  margin-bottom: 1.5rem;
}
.service-page-hero p {
  margin-bottom: 2.5rem;
  font-size: 1.15rem;
  color: rgba(255,255,255,0.8);
}
.service-page-hero .image-inner {
  box-shadow: 0 10px 40px rgba(198, 156, 94, 0.15);
}
.service-page-hero .hero-image {
  height: 500px;
  object-position: center;
}
.service-page-hero .glass-badge.badge-tr {
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(198,156,94,0.3);
  box-shadow: 0 8px 24px rgba(0,0,0,0.25);
  border-radius: 12px;
}
.service-page-hero .glass-badge.badge-tr strong {
  color: #111a2c;
}
.service-page-hero .glass-badge.badge-tr span {
  color: #475569;
}
.service-cards-grid-detail {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
}
.service-cards-grid-detail h3 {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}
.service-cards-grid-detail .glass-panel.featured-card {
  border: 2px solid var(--gold-subtle);
}
.detail-timeline {
  max-width: 800px;
}
.detail-timeline h3 {
  font-size: 1.5rem;
}
.suitability-box {
  background: var(--bg-white);
  border: 1px solid rgba(0,0,0,0.05);
  box-shadow: var(--light-shadow);
}
.suitability-box h3 {
  margin-bottom: 1rem;
}
.suitability-box .icon-muted {
  color: #94a3b8;
}
.pricing-hero-box {
  max-width: 800px;
  background: var(--bg-white);
  border: 2px solid var(--gold);
  box-shadow: 0 15px 40px rgba(198, 156, 94, 0.15);
}
.pricing-hero-box .pricing-blob {
  width: 300px;
  height: 300px;
  background: rgba(198, 156, 94, 0.1);
  top: -50%;
  right: -20%;
}
.pricing-hero-box h2 {
  margin-bottom: 0.5rem;
  font-size: 2rem;
}
.pricing-hero-box .currency {
  color: var(--text-dark-muted);
  font-size: 1.5rem;
}
.pricing-hero-box .amount {
  color: var(--primary);
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}
.pricing-hero-box .interval {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}
.pricing-hero-box .btn {
  font-size: 1.1rem;
  padding: 1rem 3rem;
  border-radius: 30px;
}
.contact-row {
  padding-bottom: 0.2rem;
  padding-top: 0.2rem;
}
.contact-row .icon-box {
  min-width: 36px;
}
.status-success {
  display: none;
  padding: 3rem 0;
  text-align: center;
}
.status-success .icon-box {
  width: 70px;
  height: 70px;
  font-size: 2rem;
  border-radius: 50%;
}
.status-success p {
  color: rgba(255,255,255,0.7);
}

