/* ===== HERO SECTION ===== */
.food-hero {
  padding: 90px 20px 60px;
  text-align: center;
}

.food-hero-inner {
  max-width: 900px;
  margin: 0 auto;
}

.food-title {
  font-size: 34px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 16px;
}

.food-subtitle {
  font-size: 18px;
  color: #475569;
  line-height: 1.7;
  margin-bottom: 28px;
}

.food-cta {
  display: inline-block;
  padding: 14px 32px;
  background: #e11d07;
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
}

.food-cta:hover {
  background: #000;
  color: #ffffff;
}


/* ===== INFO SECTION ===== */
.food-info {
  padding: 80px 20px;
}

.food-info-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: center;
}

.food-text h2 {
  font-size: 30px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 18px;
  line-height: 1.3;
}

.food-text p {
  font-size: 15px;
  color: #475569;
  line-height: 1.7;
  margin-bottom: 16px;
}

/* PRICING / LOCATION SECTION (Red Background) */
.food-pricing {
  background: #fff;
  padding: 90px 20px;
}

.food-pricing * {
  box-sizing: border-box;
}

.food-pricing .food-title {
  text-align: center;
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  max-width: 900px;
  margin: 0 auto 50px;
  line-height: 1.3;
}


/* IMAGE */
.food-image-wrap {
  position: relative;
}

.food-image-wrap img {
  width: 100%;
  border-radius: 14px;
  display: block;
}

/* NOTE BOX */
.food-note {
  position: absolute;
  left: -40px;
  bottom: -30px;
  background: #e11d07;
  color: #fff;
  padding: 18px 22px;
  max-width: 300px;
  border-radius: 12px;
  font-size: 14px;
  line-height: 1.6;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .food-info-inner {
    grid-template-columns: 1fr;
  }

  .food-note {
    position: static;
    margin-top: 16px;
  }

  .food-title {
    font-size: 28px;
  }
}



/* ROOT */
.food-need {
  padding: 80px 20px;
  background: #ffffff;
}

/* WRAPPER */
.food-need-wrap {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

/* TITLE */
.food-need-title {
  font-size: 32px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 14px;
}

/* SUBTITLE */
.food-need-subtitle {
  max-width: 850px;
  margin: 0 auto 50px;
  font-size: 15px;
  color: #475569;
  line-height: 1.7;
}

/* GRID */
.food-need-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

/* CARD */
.food-need-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 28px 32px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
  text-align: left;
}

/* LIST */
.food-need-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.food-need-card li {
  position: relative;
  padding-left: 34px;
  margin-bottom: 18px;
  font-size: 14px;
  color: #0f172a;
  line-height: 1.6;
}

/* CHECK ICON */
.food-need-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 2px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #00000;
  color: #e11d07;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .food-need-grid {
    grid-template-columns: 1fr;
  }

  .food-need-title {
    font-size: 26px;
  }
}


/* SECTION */
.food-goods {
  padding: 90px 20px;
  background: #fff;;
}

/* WRAPPER */
.food-goods-wrap {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

/* TOP ICON */
.food-goods-top-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: #ecfdfb;
  color: #14b8a6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}

/* TITLE */
.food-goods-title {
  font-size: 32px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 60px;
}

/* GRID */
.food-goods-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

/* CARD */
.food-goods-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 30px 28px 34px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.06);
  text-align: left;
}

/* CARD ICON */
.food-goods-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #ede9fe;
  color: #7c5cff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 14px;
}

/* CARD TITLE */
.food-goods-card h3 {
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 10px;
}

/* CARD TEXT */
.food-goods-card p {
  font-size: 14px;
  color: #475569;
  line-height: 1.6;
}

/* RESPONSIVE */
@media (max-width: 1000px) {
  .food-goods-grid {
    grid-template-columns: 1fr;
  }

  .food-goods-title {
    font-size: 26px;
  }
}


.food-features {
  background: #faf9ff;
  padding: 90px 20px;
}

.food-features-wrap {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: start;
}

/* IMAGE */
.food-features-image img {
  width: 100%;
  border-radius: 18px;
  display: block;
}

/* CONTENT */
.food-features-content h2 {
  font-size: 28px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 14px;
}

.food-features-content .intro {
  font-size: 14px;
  color: #475569;
  line-height: 1.7;
  margin-bottom: 30px;
}

/* FEATURE ITEM */
.feature-item {
  display: flex;
  gap: 14px;
  margin-bottom: 22px;
}

.feature-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #ecfdfb;
  color: #14b8a6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}

.feature-item h4 {
  font-size: 15px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 4px;
}

.feature-item p {
  font-size: 13.5px;
  color: #475569;
  line-height: 1.6;
}

/* BUTTON */
.food-features-btn {
  display: inline-block;
  margin-top: 26px;
  background: #e11d07;
  color: #ffffff;
  padding: 12px 28px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.food-features-btn:hover {
  background: #000;
  color: #ffffff;
}


/* RESPONSIVE */
@media (max-width: 900px) {
  .food-features-wrap {
    grid-template-columns: 1fr;
  }

  .food-features-content h2 {
    font-size: 24px;
  }
}


 /* .food-info {
  background: #e11d07;
  padding: 90px 20px;
}

.food-info * {
  box-sizing: border-box;
}  */

.food-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.food-title {
  text-align: center;
  color: #0f0f0f;
  font-size: 30px;
  font-weight: 700;
  max-width: 900px;
  margin: 0 auto 50px;
  line-height: 1.3;
}

/* GRID */
.food-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

/* CARD */
.food-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 28px 26px 30px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

/* ICON */
.food-icon {
  width: 44px;
  height: 44px;
  background: #ecfdfb;
  color: #14b8a6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 14px;
}

/* TEXT */
.food-card h3 {
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 10px;
}

.food-card p {
  font-size: 14px;
  color: #475569;
  line-height: 1.6;
  margin-bottom: 14px;
}

/* BULLETS */
.food-card ul {
  padding-left: 18px;
  margin-bottom: 14px;
}

.food-card ul li {
  font-size: 14px;
  color: #475569;
  line-height: 1.6;
  margin-bottom: 8px;
}

.food-card ul li::marker {
  color: #7c5cff;
}

/* LINKS */
.food-link,
.food-note {
  font-size: 14px;
  color: #fff;
  line-height: 1.6;
}

.food-link a,
.food-note a {
  color: #7c5cff;
  font-weight: 500;
  text-decoration: underline;
}

/* RESPONSIVE */
@media (max-width: 1000px) {
  .food-grid {
    grid-template-columns: 1fr;
  }

  .food-title {
    font-size: 24px;
  }
}



.bullet-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bullet-list li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 16px;
  font-size: 14px;
  color: #0f172a;
}

.bullet-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #e11d07; /* purple bullet */
  font-size: 18px;
}


.why-food {
  padding: 90px 20px;
  background: #ffffff;
}

.why-food * {
  box-sizing: border-box;
}

.why-food-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

/* TITLE */
.why-food-title {
  font-size: 32px;
  font-weight: 700;
  color: #0f172a;
  max-width: 850px;
  margin: 0 auto 16px;
  line-height: 1.3;
}

.why-food-subtitle {
  font-size: 15px;
  color: #475569;
  max-width: 820px;
  margin: 0 auto 60px;
  line-height: 1.7;
}

/* GRID */
.why-food-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 50px;
}

/* CARD */
.why-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 30px 26px;
  text-align: left;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.06);
}

/* ICON */
.why-icon {
  width: 44px;
  height: 44px;
  background: #ecfdfb;
  color: #14b8a6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 14px;
}

/* TEXT */
.why-card h3 {
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 10px;
}

.why-card p {
  font-size: 14px;
  color: #475569;
  line-height: 1.6;
}

/* CTA */
.why-food-cta {
  text-align: center;
}

.why-btn {
  display: inline-block;
  background:#e11d07;
  color: #ffffff;
  padding: 14px 28px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

/* RESPONSIVE */
@media (max-width: 1000px) {
  .why-food-grid {
    grid-template-columns: 1fr;
  }

  .why-food-title {
    font-size: 26px;
  }
}
