@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="3b1afb"] {
  --section-id: "3b1afb";
  --storage-url: "https://it-ales-novak.proweb.cz/_section/3b1afb";
  --public-url: "https://it-ales-novak.proweb.cz/_section/3b1afb";
}
.strip[data-id="3b1afb"] .hero-section {
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 5rem 2rem;
  background-color: #fdfbf7;
  overflow: hidden;
}
.strip[data-id="3b1afb"] .hero-section .container {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.strip[data-id="3b1afb"] .hero-section .content-card {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
  padding: 4rem 3rem;
  border-radius: 40px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.strip[data-id="3b1afb"] .hero-section .hero-logo-wrapper {
  margin-bottom: 2.5rem;
}
.strip[data-id="3b1afb"] .hero-section .hero-logo-wrapper .hero-logo {
  max-width: 300px;
  height: auto;
  border-radius: 50%;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.1));
}
@media (max-width: 768px) {
  .strip[data-id="3b1afb"] .hero-section .hero-logo-wrapper .hero-logo {
    max-width: 200px;
  }
}
.strip[data-id="3b1afb"] .hero-section .hero-title {
  font-family: "Playfair Display", serif;
  font-size: 3.5rem;
  line-height: 1.2;
  color: #2c4c3b;
  margin-bottom: 2rem;
  font-style: italic;
  font-weight: 400;
}
@media (max-width: 768px) {
  .strip[data-id="3b1afb"] .hero-section .hero-title {
    font-size: 2.5rem;
  }
}
.strip[data-id="3b1afb"] .hero-section .hero-description {
  font-size: 1.25rem;
  line-height: 1.7;
  color: #444;
  margin-bottom: 2.5rem;
}
.strip[data-id="3b1afb"] .hero-section .hero-actions .btn {
  display: inline-block;
  text-decoration: none;
  padding: 15px 40px;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 30px;
  transition: all 0.3s ease;
  font-family: "Cormorant Garamond", serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.strip[data-id="3b1afb"] .hero-section .hero-actions .btn-primary {
  background-color: #2c4c3b;
  color: #fff;
  border: 2px solid #2c4c3b;
}
.strip[data-id="3b1afb"] .hero-section .hero-actions .btn-primary:hover {
  background-color: transparent;
  color: #2c4c3b;
  box-shadow: 0 5px 15px rgba(44, 76, 59, 0.2);
}
.strip[data-id="3b1afb"] .hero-section .hero-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 0.6;
}.strip[data-id=e9b25f] {
  --section-id: "e9b25f";
  --storage-url: "https://it-ales-novak.proweb.cz/_section/e9b25f";
  --public-url: "https://it-ales-novak.proweb.cz/_section/e9b25f";
}
.strip[data-id=e9b25f] .our-story-home {
  padding: 6rem 0;
  background: #fff;
}
.strip[data-id=e9b25f] .our-story-home .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=e9b25f] .our-story-home .story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}
@media (max-width: 992px) {
  .strip[data-id=e9b25f] .our-story-home .story-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.strip[data-id=e9b25f] .our-story-home .section-title {
  font-size: 2.8rem;
  font-family: "Cormorant Garamond", serif;
  color: #2c5f2d;
  margin-bottom: 2rem;
  font-style: italic;
}
.strip[data-id=e9b25f] .our-story-home .story-content p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #444;
  margin-bottom: 1.5rem;
}
.strip[data-id=e9b25f] .our-story-home .story-content p:last-child {
  margin-bottom: 0;
}
.strip[data-id=e9b25f] .our-story-home .story-image img, .strip[data-id=e9b25f] .our-story-home .story-image .generated-img-wrapper {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.strip[data-id="4f5961"] {
  --section-id: "4f5961";
  --storage-url: "https://it-ales-novak.proweb.cz/_section/4f5961";
  --public-url: "https://it-ales-novak.proweb.cz/_section/4f5961";
}
.strip[data-id="4f5961"] .why-us {
  padding: 6rem 0;
  background: #fff;
}
.strip[data-id="4f5961"] .why-us .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="4f5961"] .why-us .section-title {
  text-align: center;
  font-size: 2.5rem;
  font-family: serif;
  color: #2c5f2d;
  margin-bottom: 4rem;
}
.strip[data-id="4f5961"] .why-us .features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2.5rem;
}
.strip[data-id="4f5961"] .why-us .feature-card {
  text-align: center;
  padding: 2rem;
  border-radius: 8px;
  background: #f9fbf9;
  transition: transform 0.3s;
}
.strip[data-id="4f5961"] .why-us .feature-card:hover {
  transform: translateY(-5px);
}
.strip[data-id="4f5961"] .why-us .feature-card .feature-icon {
  font-size: 3rem;
  margin-bottom: 1.5rem;
}
.strip[data-id="4f5961"] .why-us .feature-card h3 {
  font-family: serif;
  color: #2c5f2d;
  margin-bottom: 1rem;
}
.strip[data-id="4f5961"] .why-us .feature-card p {
  color: #666;
  line-height: 1.6;
  font-size: 0.95rem;
}.strip[data-id=c10431] {
  --section-id: "c10431";
  --storage-url: "https://it-ales-novak.proweb.cz/_section/c10431";
  --public-url: "https://it-ales-novak.proweb.cz/_section/c10431";
}
.strip[data-id=c10431] .values-section {
  padding: 6rem 0;
  background: #e8ede8;
}
.strip[data-id=c10431] .values-section .container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=c10431] .values-section .section-title {
  text-align: center;
  font-size: 2.5rem;
  font-family: serif;
  color: #2c5f2d;
  margin-bottom: 4rem;
}
.strip[data-id=c10431] .values-section .values-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}
@media (max-width: 600px) {
  .strip[data-id=c10431] .values-section .values-list {
    grid-template-columns: 1fr;
  }
}
.strip[data-id=c10431] .values-section .value-item h3 {
  font-family: serif;
  color: #2c5f2d;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid #2c5f2d;
  display: inline-block;
  padding-bottom: 0.2rem;
}
.strip[data-id=c10431] .values-section .value-item p {
  color: #444;
  line-height: 1.6;
}.strip[data-id="9dc815"] {
  --section-id: "9dc815";
  --storage-url: "https://it-ales-novak.proweb.cz/_section/9dc815";
  --public-url: "https://it-ales-novak.proweb.cz/_section/9dc815";
}
.strip[data-id="9dc815"] .our-flowers {
  padding: 6rem 0;
  background: #fff;
}
.strip[data-id="9dc815"] .our-flowers .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="9dc815"] .our-flowers .flowers-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}
@media (max-width: 992px) {
  .strip[data-id="9dc815"] .our-flowers .flowers-content {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.strip[data-id="9dc815"] .our-flowers .section-title {
  font-size: 2.5rem;
  font-family: serif;
  color: #2c5f2d;
  margin-bottom: 2rem;
}
.strip[data-id="9dc815"] .our-flowers .flowers-text p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #444;
  margin-bottom: 1.5rem;
}
.strip[data-id="9dc815"] .our-flowers .vision-box {
  margin-top: 3rem;
  padding: 2rem;
  background: #f9fbf9;
  border-left: 4px solid #2c5f2d;
}
.strip[data-id="9dc815"] .our-flowers .vision-box h3 {
  font-family: serif;
  color: #2c5f2d;
  margin-bottom: 1rem;
}
.strip[data-id="9dc815"] .our-flowers .vision-box p {
  margin-bottom: 0;
  font-style: italic;
}
.strip[data-id="9dc815"] .our-flowers .flowers-image img, .strip[data-id="9dc815"] .our-flowers .flowers-image .generated-img-wrapper {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}.strip[data-id="71b0c3"] {
  --section-id: "71b0c3";
  --storage-url: "https://it-ales-novak.proweb.cz/_section/71b0c3";
  --public-url: "https://it-ales-novak.proweb.cz/_section/71b0c3";
}
.strip[data-id="71b0c3"] .faq-section {
  padding: 6rem 0;
  background: #f9fbf9;
}
.strip[data-id="71b0c3"] .faq-section .container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="71b0c3"] .faq-section .section-title {
  text-align: center;
  font-size: 2.5rem;
  font-family: serif;
  color: #2c5f2d;
  margin-bottom: 4rem;
}
.strip[data-id="71b0c3"] .faq-section .faq-item {
  background: #fff;
  margin-bottom: 1rem;
  border-radius: 8px;
  border: 1px solid #e8ede8;
  overflow: hidden;
}
.strip[data-id="71b0c3"] .faq-section .faq-item summary {
  padding: 1.5rem;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  position: relative;
  color: #2c5f2d;
}
.strip[data-id="71b0c3"] .faq-section .faq-item summary::-webkit-details-marker {
  display: none;
}
.strip[data-id="71b0c3"] .faq-section .faq-item summary::after {
  content: "+";
  position: absolute;
  right: 1.5rem;
  font-size: 1.5rem;
}
.strip[data-id="71b0c3"] .faq-section .faq-item[open] summary::after {
  content: "-";
}
.strip[data-id="71b0c3"] .faq-section .faq-answer {
  padding: 0 1.5rem 1.5rem;
  color: #666;
  line-height: 1.6;
}
.strip[data-id="71b0c3"] .faq-section .faq-answer p:last-child {
  margin-bottom: 0;
}@charset "UTF-8";
.strip[data-id=f98439] {
  --section-id: "f98439";
  --storage-url: "https://it-ales-novak.proweb.cz/_section/f98439";
  --public-url: "https://it-ales-novak.proweb.cz/_section/f98439";
}
.strip[data-id=f98439] .inquiry-form-section {
  padding: 80px 20px;
  background-color: #fdfbf7; /* Změněno na krémovou pro sladění s webem */
  font-family: "Cormorant Garamond", serif;
}
.strip[data-id=f98439] .inquiry-form-section .container {
  max-width: 800px;
  margin: 0 auto;
}
.strip[data-id=f98439] .inquiry-form-section .form-wrapper {
  background: #fff;
  padding: 40px;
  border-radius: 20px; /* Zaoblenější rohy */
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}
.strip[data-id=f98439] .inquiry-form-section .form-header {
  text-align: center;
  margin-bottom: 40px;
}
.strip[data-id=f98439] .inquiry-form-section .form-header h2 {
  font-family: "Playfair Display", serif;
  font-size: 2.5rem;
  margin-bottom: 10px;
  color: #2c4c3b; /* Zelená barva */
}
.strip[data-id=f98439] .inquiry-form-section .form-header p {
  color: #666;
  font-size: 1.1rem;
}
.strip[data-id=f98439] .inquiry-form-section .inquiry-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.strip[data-id=f98439] .inquiry-form-section .inquiry-form .form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.strip[data-id=f98439] .inquiry-form-section .inquiry-form .form-group label {
  font-weight: 600;
  color: #444;
}
.strip[data-id=f98439] .inquiry-form-section .inquiry-form .form-group input, .strip[data-id=f98439] .inquiry-form-section .inquiry-form .form-group textarea {
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-family: inherit;
  font-size: 1rem;
  transition: border-color 0.3s;
}
.strip[data-id=f98439] .inquiry-form-section .inquiry-form .form-group input:focus, .strip[data-id=f98439] .inquiry-form-section .inquiry-form .form-group textarea:focus {
  outline: none;
  border-color: #2c4c3b; /* Zelená barva při focusu */
}
.strip[data-id=f98439] .inquiry-form-section .inquiry-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 600px) {
  .strip[data-id=f98439] .inquiry-form-section .inquiry-form .form-row {
    grid-template-columns: 1fr;
  }
}
.strip[data-id=f98439] .inquiry-form-section .inquiry-form .form-footer {
  margin-top: 10px;
  text-align: center;
}
.strip[data-id=f98439] .inquiry-form-section .inquiry-form .form-footer .submit-btn {
  background-color: #2c4c3b; /* Zelená barva tlačítka */
  color: #fff;
  border: none;
  padding: 15px 45px;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 30px; /* Oválné tlačítko */
  cursor: pointer;
  transition: background-color 0.3s, transform 0.2s, box-shadow 0.3s;
  font-family: inherit;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.strip[data-id=f98439] .inquiry-form-section .inquiry-form .form-footer .submit-btn:hover {
  background-color: #1e3529;
  box-shadow: 0 5px 15px rgba(44, 76, 59, 0.3);
}
.strip[data-id=f98439] .inquiry-form-section .inquiry-form .form-footer .submit-btn:active {
  transform: translateY(2px);
}
.strip[data-id=f98439] .inquiry-form-section .inquiry-form .form-footer .submit-btn:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}
.strip[data-id=f98439] .inquiry-form-section .inquiry-form .form-status {
  margin-top: 20px;
  text-align: center;
  padding: 10px;
  border-radius: 8px;
  font-weight: 500;
}
.strip[data-id=f98439] .inquiry-form-section .inquiry-form .form-status.success {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}
.strip[data-id=f98439] .inquiry-form-section .inquiry-form .form-status.error {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}@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;
}