/* Photo Zone Page Specific Styles */

/* Zone Advantages Section Styles */
.zu8j1lndpi0s {
  width: 100%;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 5rem 0;
  position: relative;
}

.uckqm1yaqldv {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-top: 3rem;
}

.b0rf7v5epdrm {
  flex: 0 0 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bvrkyzdziyin {
  width: 100%;
  max-width: 450px;

  object-fit: cover;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.bvrkyzdziyin:hover {
  transform: scale(1.05);
}

.w8sc0hjzwvuz {
  flex: 1;
  min-width: 0;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  padding: 2.5rem;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(52, 152, 219, 0.2);
  position: relative;
  overflow: hidden;
}

.w8sc0hjzwvuz::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--secondary-color),
    var(--accent-color)
  );
  border-radius: 20px 20px 0 0;
}

.w8sc0hjzwvuz::after {
  content: "✨";
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 1.5rem;
  opacity: 0.7;
  animation: sparkle 2s ease-in-out infinite;
}

@keyframes sparkle {
  0%,
  100% {
    opacity: 0.7;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
}

.w8sc0hjzwvuz:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  border-color: var(--secondary-color);
}

.w8sc0hjzwvuz:hover::before {
  background: linear-gradient(
    90deg,
    var(--accent-color),
    var(--secondary-color)
  );
  height: 6px;
}

.agtjvgq3nchh {
  font-size: 2rem;
  font-weight: bold;
  color: var(--primary-color);
  margin-bottom: 1rem;
  position: relative;
  padding-left: 1.5rem;
}

.agtjvgq3nchh::before {
  content: "🎯";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.5rem;
}

.n3njluhpaljw {
  font-size: 1.4rem;
  color: var(--text-color);
  line-height: 1.6;
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
  position: relative;
}

.n3njluhpaljw::before {
  content: "→";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--secondary-color);
  font-weight: bold;
  font-size: 1.2rem;
}

/* Zone Advantages Section Media Queries */
@media (max-width: 768px) {
  .uckqm1yaqldv {
    flex-direction: column;
    text-align: center;
    gap: 2rem;
  }

  .b0rf7v5epdrm {
    flex: none;
    margin-bottom: 1rem;
  }

  .w8sc0hjzwvuz {
    flex: none;
  }
}

/* Special Offers Section Styles */
.wd48anmtgnrh {
  width: 100%;
  background: linear-gradient(135deg, #2c3e50 0%, #3498db 100%);
  padding: 5rem 0;
  position: relative;
  color: white;
}

.wd48anmtgnrh .h9i2j5k8l1m4n {
  color: #e74c3c;
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}

.wd48anmtgnrh .a7b2c5d8e1f4g {
  color: white;
  font-size: 3rem;
  font-weight: bold;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  margin-bottom: 1.5rem;
}

.wd48anmtgnrh .o6p9q2r5s8t1u {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 2rem;
}

.f82daxe1a48w {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-top: 3rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 2rem;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.vbc8boqlfwm3 {
  flex: 0 0 400px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wdr1v26spxcc {
  width: 100%;
  max-width: 400px;
  height: 300px;
  object-fit: cover;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.wdr1v26spxcc:hover {
  transform: scale(1.05);
}

.bgyzn6j8zvvw {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: linear-gradient(45deg, #e74c3c, #c0392b);
  padding: 0.5rem 1rem;
  border-radius: 25px;
  box-shadow: 0 4px 15px rgba(231, 76, 60, 0.4);
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

.nzxry0htqd8h {
  color: white;
  font-weight: bold;
  font-size: 1.2rem;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.cyrj8g2ev3hi {
  flex: 1;
  min-width: 0;
  color: white;
}

.fn2xypnc6kro {
  font-size: 2.5rem;
  font-weight: bold;
  color: white;
  margin-bottom: 1rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.xtqkxecbb7ug {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.lrt4lo07o7e2 {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
}

.lrt4lo07o7e2 li {
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0.8rem;
  padding-left: 2rem;
  position: relative;
}

.lrt4lo07o7e2 li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #2ecc71;
  font-weight: bold;
  font-size: 1.2rem;
}

/* Special Offers Section Media Queries */
@media (max-width: 768px) {
  .wd48anmtgnrh .a7b2c5d8e1f4g {
    font-size: 2.5rem;
  }

  .wd48anmtgnrh .o6p9q2r5s8t1u {
    font-size: 1.4rem;
  }

  .f82daxe1a48w {
    flex-direction: column;
    text-align: center;
    gap: 2rem;
  }

  .vbc8boqlfwm3 {
    flex: none;
    margin-bottom: 1rem;
  }

  .cyrj8g2ev3hi {
    flex: none;
  }
}

@media (max-width: 480px) {
  .wd48anmtgnrh .a7b2c5d8e1f4g {
    font-size: 2rem;
  }

  .wd48anmtgnrh .o6p9q2r5s8t1u {
    font-size: 1.2rem;
  }
}
