* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600&family=Raleway:wght@400;600&family=Lato:wght@400;500&display=swap');

section {
  scroll-margin-top: 2rem;
}

body {
  font-family: 'Lato', sans-serif;
  font-size: 1.1rem;
  line-height: 1.7;
  background: #f9f6f1;
  color: #2b2b2b;
  overflow-x: hidden;
  line-height: 1.6;
}

#title {
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  font-size: clamp(2.5rem, 6vw, 4rem);
}
.small-margin-left{
  display: flex;
  justify-content: center;
}



.service-item h3 {
  font-family: 'Raleway', sans-serif;
  font-size: 1.5rem;
}

/* COOKIE BANNER */
.cookie-banner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px;
    max-width: 90%;
    width: 350px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
    z-index: 99999;
}

.cookie-content {
    text-align: center;
}

.cookie-buttons {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

#cookie-consent-banner.hidden {
    display: none !important;
}

#cookie-accept,
#cookie-decline {
    padding: 10px 15px;
    border: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 5px;
    background: #d4e4d5;
    color: #000;
}

.nav-links ul li a {
  font-family: 'Raleway', sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.liststylenone{
  list-style: none;
}

.nav-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #6b1d1d;
  z-index: 100;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.nav-header .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo img {
  height: 60px;
  width: auto;
}

.nav-links ul {
  display: flex;
  gap: 2rem;
  list-style: none;
}

.nav-links.active ul {
  gap: 0;
}

.nav-links ul li a {
  color: #f5f5f5;
  text-decoration: none;
  font-size: 1.1rem;
  transition: color 0.3s;
}

.nav-links ul li a:hover {
  color: #d4af37;
}

.burger {
  display: none;
  cursor: pointer;
  flex-direction: column;
  gap: 5px;
}

.burger div {
  width: 25px;
  height: 3px;
  background: #d4af37;
  transition: all 0.3s;
}

@media (max-width: 768px) {

  .nav-links {
    position: fixed;
    top: 0;
    right: 0;
    width: 70%;
    height: 100%;
    background-color: #631e1e;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 80px;
  }

  .nav-links.active {
    transform: translateX(0);
  }

  .nav-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    flex-direction: column;
  }

  .nav-links ul li {
    margin: 20px 0;
  }

  .nav-links ul li a {
    color: #d4af37;
    text-decoration: none;
    font-size: 1.5rem;
    display: block;
    width: 100%;
  }


  .burger {
    display: flex;
  }
}

.burger.toggle .line1 {
  transform: rotate(-45deg) translate(-5px, 6px);
}

.burger.toggle .line2 {
  opacity: 0;
}

.burger.toggle .line3 {
  transform: rotate(45deg) translate(-5px, -6px);
}


.hero {
  margin-top: 2em;
  height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.hero-content {
  z-index: 2;
  max-width: 800px;
  padding: 20px;
}

#title {
  font-size: 4rem;
  margin-bottom: 20px;
  color: #6b1d1d;
  text-shadow: 2px 2px #d4af37;
}

#subtitle {
  font-size: 1.5rem;
  color: #333;
}
.title-wrapper {
  position: relative;
}

.title-wrapper h1 {
    position: relative; 
    margin: 0;
    display: inline-block; 
}

.title-wrapper .promo {
    top: 0;     
    right: 5vw;
    position: absolute;
    background: #d4af37;
    color: #6b1d1d;
    font-weight: bold;
    font-size: 1rem;
    padding: 10px 20px;
    border-radius: 12px;
    text-transform: uppercase;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    animation: float 2s ease-in-out infinite alternate;
    z-index: 5;
}


@keyframes float {
  0% { transform: rotate(10deg) translateY(0); }
  50% { transform: rotate(8deg) translateY(-5px); }
  100% { transform: rotate(10deg) translateY(0); }
}

.btn {
  display: inline-block;
  margin-top: 0.5rem;
  padding: 12px 30px;
  font-size: 1rem;
  background: transparent;
  border: 2px solid #b87333;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
}

.btn:hover {
  background: #b87333;
  color: #fff;
}

section {
  padding: 80px 20px;
}

.section-title {
  font-size: 3rem;
  text-align: center;
  position: relative;
  font-family: 'Raleway', sans-serif;
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 600;
  margin-bottom: 1rem;
}

.title-color-red {
  color: #6b1d1d;
}

.title-color-gold {
  color: #d4af37;
}

.section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 3px;
  background: #d4af37;
  margin: 15px auto 0;
  border-radius: 2px;
}

.services {
  background: #fff;
  color: #2b2b2b;
}

.container-services {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.margin-top-large{
  margin-top: 3rem;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1200px;
}
.max-width{
  max-width: 800px;
}
.cenik-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem; /* mezera mezi položkami */
    padding: 2rem; /* vnitřní odsazení celé grid sekce */
}

@media (max-width: 900px) {
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 620px) {
  .service-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .title-wrapper .promo {
    top: 0;     
    right: 1vw;
    position: absolute;
    background: #d4af37;
    color: #6b1d1d;
    font-weight: bold;
    font-size: 0.6rem;
}

  #title {
    font-size: 3rem;
  }

  .hero-image {
    height: 20vh;
    width: auto;
  }

  .section-title {
    font-size: 2rem;
  }
}

@media (max-width: 360px) {

  .hero-image {
    height: 10vh;
  }
}

.hero-image {
  height: 35vh;
  width: auto;
}

.service-item {
  background: #f9f6f1;
  padding: 30px;
  border-radius: 15px;
  border: 2px solid #e6dccf;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.service-item .price {
  font-weight: bold;
  font-size: 18px;
  color: #d4af37;
  margin: 15px 0;
}
.price-cenik{
  font-weight: bold;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
.service-item .btn {
  display: inline-block;
  padding: 10px 20px;
  background: #cc6703;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease;
  align-self: center;
}

.service-item .btn:hover {
  background: #8c6239;
}


.service-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.service-item h3 {
  color: #6b1d1d;
  margin-bottom: 15px;
  font-size: 1.5rem;
}

/* Recenze */
.reviews {
  background: #6b1d1d;
  color: #f9f6f1;
  text-align: center;
}

.review-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.review-card {
  background: rgba(255, 255, 255, 0.05);
  border: 2px solid #d4af37;
  border-radius: 15px;
  padding: 30px;
  width: 300px;
  transition: transform 0.3s, box-shadow 0.3s;

  display: flex;
  flex-direction: column;
}




.review-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 20px rgba(212, 175, 55, 0.6);
}

.quote {
  font-style: italic;
  margin-bottom: 20px;
  flex-grow: 1;
}

.client {
  font-weight: bold;
  color: #d4af37;
  margin-top: auto;
  display: block;
  text-align: center;
  font-weight: bold;
}

/* Kontakt */
.contact {
  background: #2b2b2b;
  color: #f9f6f1;
  text-align: center;
}

.contact-form {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-info {
  display: flex;
  gap: 1em;
  flex-direction: column;
  align-items: center;
}

.text--center {
  text-align: center;
}
.checkbox-group {
  display: flex;
  flex-wrap: wrap; 
  gap: 15px;
  align-items: center;
}
.checkbox-group input[type="radio"],
.checkbox-group input[type="checkbox"] {
  margin-right: 5px;
}
.package-selector {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-top: 0.5rem;
}

.package-option {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  border: 2px solid #d4af37;
  border-radius: 10px;
  padding: 10px 20px;
  cursor: pointer;
  font-weight: bold;
  color: #f5f5f5;
  transition: all 0.3s ease;
}

.package-option input[type="radio"] {
  display: none;
}

.package-option:hover {
  background: rgba(212, 175, 55, 0.2);
  box-shadow: 0 0 10px rgba(212, 175, 55, 0.4);
}

/* ✅ Tohle zajistí, že se změní celé tlačítko po kliknutí */
.package-option:has(input[type="radio"]:checked) {
  background: #d4af37;
  color: #fff;
  box-shadow: 0 0 10px rgba(212, 175, 55, 0.6);
  border: 2px solid #ffffff;
}


.info-item {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.info-item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}


.form-group {
  display: flex;
  flex-direction: column;
  text-align: left;
}



.form-group label {
  font-weight: bold;
  color: #d4af37;
}

.form-group input,
.form-group textarea {
  padding: 12px;
  border: 2px solid #d4af37;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  color: #f5f5f5;
  font-size: 1rem;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #fff;
  box-shadow: 0 0 10px rgba(212, 175, 55, 0.4);
}

.checkbox-group {
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.checkbox-group input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #d4af37;
}

.footer {
  background: #222;
  color: #fff;
  text-align: center;
  padding: 20px;
}

.small-margin {
  margin-bottom: 0.5rem;
}

.small-margin2 {
  margin-bottom: 2rem;
  margin-top: 0.5rem;
}

.gap {
  display: flex;
  gap: 1em;
  justify-content: center;
}

.social-icon {
  font-size: 2em;
  color: white;
  cursor: pointer;
}

.service-item h3 {
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
  position: relative;
}


.service-item ul {
  list-style: none;
  padding-left: 0;
  margin: 15px 0;
}

.service-item ul li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 10px;
}

.service-item ul li::before {
  position: absolute;
  left: 0;
  color: #d4af37;
  font-weight: bold;
}

.service-item .price {
  margin-top: auto;
 
}


.roman-container {
  display: grid;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}

.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: center;
}

@media (max-width: 768px) {
  .grid-container {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .roman-text {
    text-align: center;
  }

  .grid-container h3 {
    text-align: center;
  }

  .roman-text img {
    height: auto;
    width: 70vw;
  }
  .hero-image {
    height: 15vh;
    width: auto;
  }
}

.grid-container h3 {
  font-family: 'Raleway', sans-serif;
  font-size: 2rem;
}

.roman-text {
  font-size: 1.1rem;
  line-height: 1.8;
  border-radius: 12px;
  padding: 1.5rem;
  margin: 1rem auto;
  text-align: left;
}

.roman-text img {
  max-width: 100%;
  border-radius: 12px;
  border: 2px solid #e6dccf;
}

.roman-image {
  flex: 1;
  text-align: center;
}

.roman-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}


.srv-disclaimer {
    margin-top: 30px;
    font-size: 0.9em;
    color: #777;
}



.services-wrapper {
  max-width: 800px;
  margin: 2rem auto;
  background: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
  padding: 2rem;
  background: #8c62390a;
  border: 2px solid #e6dccf;
}

.services-title {
  text-align: center;
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #222;
}

.services-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
  
}

.service-item2 {
  display: flex;
  justify-content: space-between;
  background: #8c62390f;
  align-items: center;
  padding: 0.75rem 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0.75rem;
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

.service-item2:hover {
  background: #f8f9fa;
  box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}

.service-name {
  font-weight: 500;
  
}

.service-price {
  font-weight: 600;
  color: #d4af37;
}

.services-disclaimer {
  font-size: 0.85rem;
  margin-top: 1.5rem;
  text-align: center;
}

@media (max-width: 768px) {
  .service-item2 {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.25rem;
    padding: 1rem;
  }

  .service-name,
  .service-price {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .services-wrapper {
    padding: 1rem;
    margin: 1rem;
  }

  .services-title {
    font-size: 1.3rem;
  }

  .service-name {
    font-size: 1rem;
  }

  .service-price {
    font-size: 1rem;
  }

  .services-disclaimer {
    font-size: 0.8rem;
  }
}
