@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond&family=Playfair+Display&display=swap');
@charset "UTF-8";
.strip[data-id="763993"] {
  --section-id: "763993";
  --storage-url: "https://it-ales-novak.proweb.cz/_section/763993";
  --public-url: "https://it-ales-novak.proweb.cz/_section/763993";
}
.strip[data-id="763993"] .main-header {
  background: #fff;
  padding: 1.5rem 0;
  border-bottom: 1px solid #eee;
}
.strip[data-id="763993"] .main-header .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .strip[data-id="763993"] .main-header .container {
    flex-direction: column;
    gap: 1rem;
  }
}
.strip[data-id="763993"] .main-header .logo .logo-link {
  text-decoration: none;
}
.strip[data-id="763993"] .main-header .logo .text-logo {
  font-size: 2.6rem; /* Mírně zvětšeno pro nový font */
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-style: italic; /* Kurzíva dodává na eleganci */
  display: inline-block;
  letter-spacing: 1px;
  /* Základní zelená barva s kovovým přechodem */
  background: linear-gradient(120deg, #1e421e 20%, #2c5f2d 40%, #a8d5a2 50%, #2c5f2d 60%, #1e421e 80%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* Animace odlesku */
  animation: shine-animation 4s linear infinite;
  /* Hloubka a ostrost */
  filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.1));
  position: relative;
}
@keyframes shine-animation {
  0% {
    background-position: -200% center;
  }
  100% {
    background-position: 200% center;
  }
}
.strip[data-id="763993"] .main-header .main-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 2rem;
}
@media (max-width: 480px) {
  .strip[data-id="763993"] .main-header .main-nav ul {
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
  }
}
.strip[data-id="763993"] .main-header .main-nav ul li a {
  text-decoration: none;
  color: #444;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.1rem;
  font-weight: 500;
  transition: color 0.3s;
}
.strip[data-id="763993"] .main-header .main-nav ul li a:hover {
  color: #2c5f2d;
}.strip[data-id=f16fc3] {
  --section-id: "f16fc3";
  --storage-url: "https://it-ales-novak.proweb.cz/_section/f16fc3";
  --public-url: "https://it-ales-novak.proweb.cz/_section/f16fc3";
}
.strip[data-id=f16fc3] .growing-process {
  padding: 8rem 0;
  background: #fdfdfd;
}
.strip[data-id=f16fc3] .growing-process .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=f16fc3] .growing-process .page-title {
  text-align: center;
  font-size: 3rem;
  font-family: serif;
  color: #2c5f2d;
  margin-bottom: 5rem;
}
.strip[data-id=f16fc3] .growing-process .process-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .strip[data-id=f16fc3] .growing-process .process-steps {
    grid-template-columns: 1fr;
  }
}
.strip[data-id=f16fc3] .growing-process .step {
  text-align: center;
}
.strip[data-id=f16fc3] .growing-process .step .step-number {
  width: 60px;
  height: 60px;
  background: #2c5f2d;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 auto 1.5rem;
}
.strip[data-id=f16fc3] .growing-process .step h3 {
  font-family: serif;
  color: #2c5f2d;
  margin-bottom: 1rem;
}
.strip[data-id=f16fc3] .growing-process .step p {
  color: #666;
  line-height: 1.7;
}
.strip[data-id=f16fc3] .growing-process .process-image img, .strip[data-id=f16fc3] .growing-process .process-image .generated-img-wrapper {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}@charset "UTF-8";
.strip[data-id="8dc460"] {
  --section-id: "8dc460";
  --storage-url: "https://it-ales-novak.proweb.cz/_section/8dc460";
  --public-url: "https://it-ales-novak.proweb.cz/_section/8dc460";
}
.strip[data-id="8dc460"] .main-footer {
  background: #f9fbf9;
  padding: 4rem 0 2rem;
  color: #444;
  border-top: 1px solid #e8ede8;
}
.strip[data-id="8dc460"] .main-footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="8dc460"] .main-footer .footer-content {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 4rem;
  margin-bottom: 3rem;
  align-items: center;
}
@media (max-width: 768px) {
  .strip[data-id="8dc460"] .main-footer .footer-content {
    grid-template-columns: 1fr;
    gap: 3rem;
    text-align: center;
  }
}
.strip[data-id="8dc460"] .main-footer h4 {
  color: #2c5f2d;
  font-family: "Playfair Display", serif;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
}
.strip[data-id="8dc460"] .main-footer .footer-social-wrapper .social-text {
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 1.8rem;
  color: #2c5f2d;
  margin-bottom: 20px;
  font-style: italic;
}
.strip[data-id="8dc460"] .main-footer .footer-social {
  display: flex;
  gap: 25px;
  align-items: center;
}
@media (max-width: 768px) {
  .strip[data-id="8dc460"] .main-footer .footer-social {
    justify-content: center;
  }
}
.strip[data-id="8dc460"] .main-footer .footer-social .social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px; /* Zvětšeno z 50px */
  height: 70px; /* Zvětšeno z 50px */
  background-color: #2c5f2d; /* Změněno na zelené pozadí pro dominanci */
  color: #fff;
  border-radius: 50%;
  font-size: 2.2rem; /* Výrazně zvětšeno */
  text-decoration: none;
  box-shadow: 0 10px 20px rgba(44, 95, 45, 0.15);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: 2px solid transparent;
}
.strip[data-id="8dc460"] .main-footer .footer-social .social-link:hover {
  background-color: #fff;
  color: #2c5f2d;
  border-color: #2c5f2d;
  transform: scale(1.1) translateY(-5px);
  box-shadow: 0 15px 30px rgba(44, 95, 45, 0.2);
}
.strip[data-id="8dc460"] .main-footer .footer-contact p {
  line-height: 1.6;
  font-size: 1.1rem;
}
.strip[data-id="8dc460"] .main-footer .footer-contact a {
  color: #2c5f2d;
  text-decoration: none;
  font-weight: 500;
}
.strip[data-id="8dc460"] .main-footer .footer-contact a:hover {
  text-decoration: underline;
}
.strip[data-id="8dc460"] .main-footer .footer-bottom {
  border-top: 1px solid #e8ede8;
  padding-top: 2rem;
  text-align: center;
  font-size: 0.9rem;
  color: #888;
}
.strip[data-id="8dc460"] .main-footer .footer-bottom a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s;
}
.strip[data-id="8dc460"] .main-footer .footer-bottom a:hover {
  color: #2c5f2d;
}