.focacce-info-01 {
  background: #fff;
  background-image: url('../images/pattern.png');
  background-repeat: repeat;
  background-position: center top;
  padding: 4rem 1rem 6rem;
  min-height: 100vh;
}

.focacce-info-01 .custom-container {
  max-width: 1400px;
  margin: 0 auto;
}

/* Hero Section */
.focacce-info-01 .focacce-info-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: center;
  margin-bottom: 6rem;
  padding: 2rem 0;
}

.focacce-info-01 .focacce-info-hero .hero-content .main-title {
  font-family: var(--font-heading);
  font-size: 3.2rem;
  color: #21252A;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

.focacce-info-01 .focacce-info-hero .hero-content .main-title-2 {
  font-family: var(--font-heading);
  font-size: 3.2rem;
  color: var(--primary);
  text-transform: uppercase;
  margin-bottom: 2rem;
  line-height: 1.2;
}

.focacce-info-01 .focacce-info-hero .hero-content .hero-intro {
  font-size: 1.6rem;
  line-height: 1.7;
  color: #21252A;
  text-align: left;
  margin-bottom: 2.5rem;
}

.focacce-info-01 .focacce-info-hero .hero-content .btn {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.75rem 2rem;
  border-radius: 50px;
  font-family: var(--font-heading);
  font-size: 1.1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  margin-right: 1rem;
  margin-bottom: 1rem;
}

.focacce-info-01 .focacce-info-hero .hero-content .btn .btn-icon {
  width: 1.3rem;
  height: 1.3rem;
  display: inline-block;
}

.focacce-info-01 .focacce-info-hero .hero-content .primary-btn {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
}

.focacce-info-01 .focacce-info-hero .hero-content .primary-btn:hover {
  background: var(--primary-dark);
  border-color: var(--primary-dark);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(117, 196, 79, 0.4);
}

.focacce-info-01 .focacce-info-hero .hero-content .secondary-btn {
  background: #fff;
  color: var(--primary);
  border-color: var(--primary);
}

.focacce-info-01 .focacce-info-hero .hero-content .secondary-btn:hover {
  background: var(--primary);
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(117, 196, 79, 0.3);
}

.focacce-info-01 .focacce-info-hero .hero-image {
  position: relative;
}

.focacce-info-01 .focacce-info-hero .hero-image img {
  width: 100%;
  border-radius: 16px;
  display: block;
  position: relative;
  z-index: 2;
}

.focacce-info-01 .focacce-info-hero .hero-image .pattern-img {
  position: absolute;
  z-index: 1;
  user-select: none;
  pointer-events: none;
  width: 180px;
  opacity: 0.4;
}

.focacce-info-01 .focacce-info-hero .hero-image .pattern-top-left {
  top: -80px;
  left: -100px;
}

.focacce-info-01 .focacce-info-hero .hero-image .pattern-top-right {
  top: -60px;
  right: -80px;
  width: 140px;
}

.focacce-info-01 .focacce-info-hero .hero-image .pattern-bottom-left {
  bottom: -80px;
  left: -100px;
  width: 160px;
}

@media (max-width: 991px) {
  .focacce-info-01 .focacce-info-hero {
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-bottom: 4rem;
  }

  .focacce-info-01 .focacce-info-hero .hero-content {
    order: 2;
    text-align: center;
  }

  .focacce-info-01 .focacce-info-hero .hero-content .main-title,
  .focacce-info-01 .focacce-info-hero .hero-content .main-title-2 {
    font-size: 2.2rem;
  }

  .focacce-info-01 .focacce-info-hero .hero-content .hero-intro {
    text-align: center;
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }

  .focacce-info-01 .focacce-info-hero .hero-content .btn {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    margin-bottom: 0.75rem;
  }

  @media (max-width: 575px) {
    .focacce-info-01 .focacce-info-hero .hero-content .btn {
      display: flex;
      width: 100%;
      max-width: 280px;
      justify-content: center;
      margin-left: auto;
      margin-right: auto;
    }
  }

  .focacce-info-01 .focacce-info-hero .hero-image {
    order: 1;
  }

  .focacce-info-01 .focacce-info-hero .hero-image .pattern-img {
    width: 100px;
  }

  .focacce-info-01 .focacce-info-hero .hero-image .pattern-top-left {
    top: -40px;
    left: -60px;
  }

  .focacce-info-01 .focacce-info-hero .hero-image .pattern-top-right {
    top: -30px;
    right: -50px;
    width: 90px;
  }

  .focacce-info-01 .focacce-info-hero .hero-image .pattern-bottom-left {
    bottom: -40px;
    left: -60px;
    width: 100px;
  }
}

/* Content Sections */
.focacce-info-01 .focacce-info-content {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin-bottom: 6rem;
}

.focacce-info-01 .focacce-info-content .content-section {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
  padding: 2rem 0;
  position: relative;
  transition: transform 0.3s ease;
}

.focacce-info-01 .focacce-info-content .content-section:not(:last-child)::after {
  content: '';
  position: absolute;
  bottom: -2rem;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(117, 196, 79, 0.3) 50%, transparent 100%);
}

.focacce-info-01 .focacce-info-content .content-section:hover {
  transform: translateX(10px);
}

.focacce-info-01 .focacce-info-content .content-section:hover .section-icon {
  transform: scale(1.1);
  box-shadow: 0 10px 30px rgba(117, 196, 79, 0.4);
}

.focacce-info-01 .focacce-info-content .content-section.highlight {
  padding: 2.5rem;
  background: linear-gradient(135deg, rgba(239, 255, 230, 0.3) 0%, rgba(240, 248, 240, 0.3) 100%);
  border-radius: 8px;
}

.focacce-info-01 .focacce-info-content .content-section.highlight .section-icon {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
}

.focacce-info-01 .focacce-info-content .content-section .section-icon {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary);
  border-radius: 50%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 8px 20px rgba(117, 196, 79, 0.3);
}

.focacce-info-01 .focacce-info-content .content-section .section-icon i {
  font-size: 2.5rem;
  color: #fff;
}

.focacce-info-01 .focacce-info-content .content-section .section-content {
  flex: 1;
}

.focacce-info-01 .focacce-info-content .content-section .section-title {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  color: #21252A;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.focacce-info-01 .focacce-info-content .content-section .section-text {
  font-size: 1.4rem;
  line-height: 1.7;
  color: #21252A;
  text-align: left;
}

@media (max-width: 767px) {
  .focacce-info-01 .focacce-info-content {
    gap: 3rem;
    margin-bottom: 4rem;
  }

  .focacce-info-01 .focacce-info-content .content-section {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1.5rem;
    padding: 1.5rem 0;
  }

  .focacce-info-01 .focacce-info-content .content-section.highlight {
    border-left: none;
    border-top: 4px solid var(--primary);
  }

  .focacce-info-01 .focacce-info-content .content-section .section-icon {
    width: 70px;
    height: 70px;
  }

  .focacce-info-01 .focacce-info-content .content-section .section-icon i {
    font-size: 2rem;
  }

  .focacce-info-01 .focacce-info-content .content-section .section-title {
    font-size: 1.6rem;
    text-align: center;
  }

  .focacce-info-01 .focacce-info-content .content-section .section-text {
    font-size: 1.3rem;
    text-align: center;
  }
}

/* Gallery Section */
.focacce-info-01 .focacce-gallery {
  margin-bottom: 6rem;
}

.focacce-info-01 .focacce-gallery .gallery-title {
  font-family: var(--font-heading);
  font-size: 2.4rem;
  color: #21252A;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 3rem;
}

.focacce-info-01 .focacce-gallery .gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.focacce-info-01 .focacce-gallery .gallery-grid .gallery-item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.focacce-info-01 .focacce-gallery .gallery-grid .gallery-item:hover {
  transform: translateY(-8px);
}

.focacce-info-01 .focacce-gallery .gallery-grid .gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.focacce-info-01 .focacce-gallery .gallery-grid .gallery-item:hover img {
  transform: scale(1.1);
}

.focacce-info-01 .focacce-gallery .gallery-grid .gallery-item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.focacce-info-01 .focacce-gallery .gallery-grid .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.focacce-info-01 .focacce-gallery .gallery-grid .gallery-item .gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 2rem;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.focacce-info-01 .focacce-gallery .gallery-grid .gallery-item .gallery-overlay span {
  color: #fff;
  font-family: var(--font-heading);
  font-size: 1.3rem;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .focacce-info-01 .focacce-gallery .gallery-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
  }

  .focacce-info-01 .focacce-gallery .gallery-grid .gallery-item .gallery-overlay {
    opacity: 1;
    padding: 1rem;
  }

  .focacce-info-01 .focacce-gallery .gallery-grid .gallery-item .gallery-overlay span {
    font-size: 1rem;
  }
}

/* CTA Section */
.focacce-info-01 .focacce-cta {
  text-align: center;
  padding: 4rem 2rem;
  background: linear-gradient(135deg, #f8f9fa 0%, #EFFFE6 100%);
  border-radius: 20px;
  border: 2px solid var(--primary);
}

.focacce-info-01 .focacce-cta .cta-title {
  font-family: var(--font-heading);
  font-size: 2.4rem;
  color: #21252A;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
}

.focacce-info-01 .focacce-cta .cta-actions {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
}

.focacce-info-01 .focacce-cta .cta-actions .btn {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.75rem 2rem;
  border-radius: 50px;
  font-family: var(--font-heading);
  font-size: 1.1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

.focacce-info-01 .focacce-cta .cta-actions .btn .btn-icon {
  width: 1.3rem;
  height: 1.3rem;
  display: inline-block;
}

.focacce-info-01 .focacce-cta .cta-actions .primary-btn {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
}

.focacce-info-01 .focacce-cta .cta-actions .primary-btn:hover {
  background: var(--primary-dark);
  border-color: var(--primary-dark);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(117, 196, 79, 0.4);
}

.focacce-info-01 .focacce-cta .cta-actions .secondary-btn {
  background: #fff;
  color: var(--primary);
  border-color: var(--primary);
}

.focacce-info-01 .focacce-cta .cta-actions .secondary-btn:hover {
  background: var(--primary);
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(117, 196, 79, 0.3);
}

.focacce-info-01 .focacce-cta .cta-actions .tertiary-btn {
  background: transparent;
  color: #21252A;
  border-color: #21252A;
}

.focacce-info-01 .focacce-cta .cta-actions .tertiary-btn:hover {
  background: #21252A;
  color: #fff;
  transform: translateY(-3px);
}

@media (max-width: 767px) {
  .focacce-info-01 .focacce-cta {
    padding: 3rem 1.5rem;
  }

  .focacce-info-01 .focacce-cta .cta-title {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }

  .focacce-info-01 .focacce-cta .cta-actions {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  .focacce-info-01 .focacce-cta .cta-actions .btn {
    width: 100%;
    max-width: 280px;
    justify-content: center;
  }
}


