@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Playfair+Display:wght@700;900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1.7;
  color: #333; /* Darker gray for better base readability */
  background-color: #f7f7f7; /* Very light gray for subtle page background */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.w-container {
  width: 100%;
  max-width: 900px; /* Slightly wider for better content flow on larger screens */
  margin-left: auto;
  margin-right: auto;
  padding: 40px 25px; /* Consistent padding */
  background-color: #ffffff;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08); /* Softer, more diffused shadow */
  border-radius: 12px; /* Slightly more pronounced rounding */
  margin-top: 50px;
  margin-bottom: 50px;
}

section > .w-container > section .w-container {
  padding: 0;
  margin-top: 0;
  margin-bottom: 30px;
  box-shadow: none;
  border-radius: 0;
  background-color: transparent;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
  color: #c82c64; /* Main brand pink */
  margin-bottom: 0.75em;
  line-height: 1.3;
}

h1.heading, .main-hero-section .heading {
  font-size: 3.2em; /* Larger for main hero title */
  font-weight: 900; /* Bolder Playfair */
  text-align: center;
  margin-bottom: 25px;
  padding: 10px 0;
}

.info-section-title,
.reviews-section-title,
.faq-section-title {
  font-size: 2.4em;
  text-align: center;
  margin-bottom: 40px;
}

.subsection-title {
  font-size: 1.8em;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 25px;
  border-bottom: 2px solid #eee;
  padding-bottom: 12px;
}

p {
  margin-bottom: 1.2em;
  color: #555; /* Slightly lighter than base for body text */
}

p strong {
  color: #b32055;
  font-weight: 700;
}

a {
  color: #c82c64;
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover {
  color: #a02350; /* Darker pink on hover */
  text-decoration: underline;
}

.main-hero-section {
  background: linear-gradient(to bottom, #fdfbfb, #f4f0f0); /* Softer gradient */
  padding: 70px 0;
  text-align: center;
  max-width: none;
  border-radius: 0;
  box-shadow: none;
  margin-top: 0; /* Remove top margin for hero */
}

.main-hero-section .w-container {
  background-color: transparent;
  box-shadow: none;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.main-hero-section .subtitle {
  font-size: 1.6em;
  color: #555;
  margin-bottom: 25px;
  font-family: 'Lato', sans-serif;
}

.main-hero-section .credibility {
  font-size: 1.15em;
  color: #777;
  margin-bottom: 30px;
  font-family: 'Lato', sans-serif;
}

.main-hero-section .popularity-counter {
  font-size: 1.3em;
  color: #4CAF50;
  margin-bottom: 35px;
  font-weight: bold;
  font-family: 'Lato', sans-serif;
}

.main-hero-section .popularity-counter .count {
  font-size: 2em;
  display: block;
  margin-bottom: 8px;
}

.main-hero-section .cta-button {
  background-color: #ff4081;
  color: white;
  padding: 18px 35px;
  border: none;
  border-radius: 8px; /* Softer radius */
  font-size: 1.25em;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 5px 15px rgba(255, 64, 129, 0.3);
  display: inline-block; /* Ensure proper shadow and transform */
}

.main-hero-section .cta-button:hover {
  background-color: #e00070;
  transform: translateY(-2px);
  box-shadow: 0 7px 20px rgba(224, 0, 112, 0.4);
}

#vid_67fd82d89153dcbebdc9f167 {
  border-radius: 10px; /* Consistent rounding */
  overflow: hidden;
  margin-bottom: 40px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}

#thumb_67fd82d89153dcbebdc9f167,
#backdrop_67fd82d89153dcbebdc9f167 {
  border-radius: 10px;
}

.paragraph-2 {
  font-size: 1.1em; /* Slightly smaller for better fit with new global p */
  line-height: 1.8;
  color: #444; /* Darker for instructions */
  margin-bottom: 25px;
}

.paragraph-2 .recipe-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.7em; /* Adjusted size */
  color: #c82c64;
  margin-top: 30px;
  margin-bottom: 15px;
  display: block;
  padding-bottom: 8px;
  border-bottom: 2px solid #eee;
}

.paragraph-2 .recipe-section {
  margin-bottom: 20px;
  padding-left: 15px; /* More indentation */
  border-left: 3px solid #e75480; /* Accent left border */
}

.recipe-info-section {
  padding: 50px 0;
  background-color: #f0f0f0; /* Slightly different light gray */
}

.recipe-info-section .w-container {
  background-color: #fff;
  box-shadow: 0 6px 25px rgba(0,0,0,0.07);
  border-radius: 10px;
  padding: 35px;
}

.info-section-description {
  font-size: 1.1em;
  line-height: 1.8;
  color: #555;
  text-align: center;
  margin-bottom: 40px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.ingredients-cards-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 30px;
}

.ingredient-card {
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ingredient-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 7px 18px rgba(0,0,0,0.09);
}

.ingredient-card h3 {
  font-size: 1.6em;
  color: #b32055;
  margin-top: 0;
  margin-bottom: 18px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 12px;
}

.ingredient-card p {
  font-size: 0.98em;
  line-height: 1.75;
  color: #444;
  margin-bottom: 12px;
}

.ingredient-card p strong {
  font-weight: 700;
  color: #333;
}

.variations-list {
  list-style-type: disc;
  margin-left: 25px;
  padding-left: 15px;
  font-size: 1em;
  line-height: 1.75;
  color: #444;
  margin-bottom: 30px;
}

.variations-list li {
  margin-bottom: 12px;
}

.reviews-section {
  padding: 50px 0;
  background-color: #ffffff;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.review-card {
  background-color: #fdfdfd;
  border: 1px solid #efefef;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
  display: flex;
  flex-direction: column;
}

.review-header {
  margin-bottom: 12px;
  font-size: 0.95em;
  color: #666;
}

.reviewer-name {
  font-weight: bold;
  color: #444;
}

.review-stars {
  font-size: 1.3em; /* Slightly larger stars */
  color: #FFC107; /* Brighter gold for stars */
  margin-bottom: 12px;
}

.review-comment {
  font-size: 1em;
  line-height: 1.65;
  color: #444;
  flex-grow: 1;
}

.faq-section {
  padding: 50px 0;
  background-color: #f0f0f0; /* Match ingredient section bg */
}

.faq-section .w-container {
  background-color: #fff;
  box-shadow: 0 6px 25px rgba(0,0,0,0.07);
  border-radius: 10px;
  padding: 35px;
}

.faq-list {
  max-width: 780px;
  margin: 0 auto;
}

.faq-item {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 18px;
}

.faq-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.faq-question {
  font-family: 'Lato', sans-serif;
  font-size: 1.25em;
  font-weight: bold;
  color: #333;
  padding: 18px 0;
  cursor: pointer;
  position: relative;
  list-style: none;
  transition: color 0.2s ease;
}
.faq-question:hover {
  color: #c82c64;
}

.faq-question::-webkit-details-marker {
  display: none;
}

.faq-question::after {
  content: '\276F'; /* Angle bracket, more subtle */
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  font-size: 1.3em;
  color: #c82c64;
  transition: transform 0.3s ease-in-out;
  font-family: sans-serif; /* Ensure icon renders consistently */
}

details[open] .faq-question::after {
  transform: translateY(-50%) rotate(90deg);
}

.faq-answer {
  padding: 0px 15px 20px 15px;
  font-size: 1em;
  line-height: 1.75;
  color: #555;
}

.faq-answer p {
  margin-bottom: 12px;
}

.faq-answer p:last-child {
  margin-bottom: 0;
}

.section.footer {
  background-color: #282828; /* Slightly different dark */
  color: #d0d0d0;
  padding: 60px 25px 25px;
  margin-top: 60px;
  border-top: 5px solid #c82c64;
}

.section.footer .w-container {
  max-width: 1140px;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
  margin: 0 auto;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 35px;
  margin-bottom: 45px;
}

.footer-column h4 {
  font-family: 'Playfair Display', serif;
  color: #ffffff;
  font-size: 1.5em;
  margin-bottom: 22px;
  border-bottom: 1px solid #4a4a4a;
  padding-bottom: 12px;
}

.footer-column p,
.footer-column li {
  font-size: 0.98em;
  line-height: 1.75;
  margin-bottom: 12px;
  color: #c0c0c0;
}

.footer-column strong {
  color: #e8e8e8;
}

.footer-links {
  list-style: none;
  padding-left: 0;
}

.footer-links a {
  color: #e75480;
  text-decoration: none;
  transition: color 0.3s ease, padding-left 0.3s ease;
}

.footer-links a:hover {
  color: #f080a0;
  padding-left: 5px; /* Subtle indent on hover */
  text-decoration: none; /* Remove underline for cleaner look, hover provides feedback */
}

.social-media-icons a {
  display: inline-block;
  margin-right: 12px;
  color: #e75480;
  font-size: 1.6em;
  text-decoration: none;
  transition: transform 0.2s ease, color 0.2s ease;
}
.social-media-icons a:hover {
  color: #f080a0;
  transform: scale(1.1);
}

.community-link {
  display: inline-block;
  background-color: #e75480;
  color: #fff;
  padding: 10px 18px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.community-link:hover {
  background-color: #d03d69;
  transform: translateY(-1px);
}

.newsletter-form {
    display: flex; /* Align input and button */
    margin-bottom: 10px;
}

.newsletter-form input[type="email"] {
  flex-grow: 1; /* Input takes available space */
  padding: 12px;
  border: 1px solid #555;
  background-color: #383838;
  color: #fff;
  border-radius: 6px 0 0 6px;
  margin-right: 0; /* Remove gap */
  font-size: 0.95em;
}

.newsletter-form button {
  padding: 12px 22px;
  background-color: #e75480;
  color: white;
  border: none;
  border-radius: 0 6px 6px 0;
  cursor: pointer;
  font-weight: bold;
  transition: background-color 0.3s ease;
  font-size: 0.95em;
  white-space: nowrap; /* Prevent button text wrapping */
}

.newsletter-form button:hover {
  background-color: #d03d69;
}

.newsletter-message {
  font-size: 0.9em;
  font-weight: bold;
  padding: 5px 0;
}

.footer-bottom {
  text-align: center;
  padding-top: 35px;
  border-top: 1px solid #3a3a3a;
  font-size: 0.9em;
  color: #b0b0b0;
}

.footer-bottom .paragraph {
  color: #b0b0b0;
  font-size: 0.9em;
  margin-bottom: 0.5em;
}

.footer-bottom strong {
  color: #d8d8d8;
}

@media screen and (max-width: 991px) { /* Tablet and below */
  .w-container {
    margin-left: 20px;
    margin-right: 20px;
    padding: 30px 20px;
  }
  h1.heading, .main-hero-section .heading {
    font-size: 2.8em;
  }
  .info-section-title, .reviews-section-title, .faq-section-title {
    font-size: 2.1em;
  }
  .subsection-title {
    font-size: 1.6em;
  }
  .main-hero-section .subtitle {
    font-size: 1.4em;
  }
}

@media screen and (max-width: 767px) { /* Mobile Landscape and below */
  body {
    line-height: 1.65;
  }
  .w-container {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 25px 15px;
    border-radius: 10px;
  }
  h1.heading, .main-hero-section .heading {
    font-size: 2.4em;
    margin-bottom: 20px;
  }
  .info-section-title, .reviews-section-title, .faq-section-title {
    font-size: 1.9em;
    margin-bottom: 30px;
  }
  .subsection-title {
    font-size: 1.5em;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }

  .main-hero-section {
    padding: 50px 0;
  }
  .main-hero-section .subtitle {
    font-size: 1.25em;
  }
  .main-hero-section .cta-button {
    padding: 15px 30px;
    font-size: 1.15em;
  }

  .paragraph-2 {
    font-size: 1.05em;
  }
  .paragraph-2 .recipe-title {
    font-size: 1.5em;
  }

  #vid_67fd82d89153dcbebdc9f167 {
    margin-bottom: 30px;
    border-radius: 8px;
  }
  #thumb_67fd82d89153dcbebdc9f167, #backdrop_67fd82d89153dcbebdc9f167 {
    border-radius: 8px;
  }

  .ingredients-cards-container, .reviews-grid {
    grid-template-columns: 1fr; /* Stack cards */
    gap: 25px;
  }
  .ingredient-card, .review-card {
    padding: 20px;
  }
  .ingredient-card h3 {
    font-size: 1.4em;
  }

  .faq-question {
    font-size: 1.15em;
    padding: 15px 0;
  }
  .faq-answer {
    font-size: 0.98em;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 25px;
  }
  .footer-column h4 {
    border-bottom: none;
    padding-bottom: 8px;
    font-size: 1.4em;
  }
  .social-media-icons {
    margin-bottom: 20px;
  }
  .newsletter-form {
    flex-direction: column; /* Stack form elements */
    align-items: center;
  }
  .newsletter-form input[type="email"] {
    width: 100%;
    max-width: 350px; /* Limit width on mobile */
    margin-bottom: 10px;
    border-radius: 6px;
    text-align: center;
  }
  .newsletter-form button {
    width: auto;
    padding: 12px 25px;
    border-radius: 6px;
  }
  .section.footer {
    padding: 50px 20px 20px;
    margin-top: 40px;
  }
}

@media screen and (max-width: 479px) { /* Mobile Portrait */
  h1.heading, .main-hero-section .heading {
    font-size: 2.1em;
  }
  .info-section-title, .reviews-section-title, .faq-section-title {
    font-size: 1.7em;
  }
  .subsection-title {
    font-size: 1.35em;
  }
  .main-hero-section .subtitle {
    font-size: 1.15em;
  }
  .paragraph-2 .recipe-title {
    font-size: 1.3em;
  }
  .main-hero-section .cta-button {
    font-size: 1.1em;
    padding: 12px 25px;
  }
} 