/* ================= GHEE HERO ================= */
.ghee-hero {
  position: relative;
  height: 85vh;
  background:
    linear-gradient(rgba(0,0,0,0.25), rgba(0,0,0,0.25)),
    url("../assets/ghee.jpg") center / cover no-repeat;
}

/* HERO TEXT */
.ghee-hero-content {
  position: absolute;
  top: 8%;
  right: 8%;
  max-width: 440px;
  text-align: right;
  color: #fff;
}

.ghee-hero-content h1 {
  font-size: clamp(2.4rem, 4vw, 3.8rem);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 12px;
  text-shadow: 0 10px 30px rgba(0,0,0,0.35);
}

.ghee-hero-content p {
  font-size: 1.15rem;
  opacity: 0.95;
  text-shadow: 0 6px 20px rgba(0,0,0,0.35);
}

/* ================= SECTIONS ================= */
.ghee-intro,
.ghee-bilona,
.ghee-benefits {
  max-width: 1200px;
  margin: 140px auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.ghee-image img {
  width: 100%;
  border-radius: 36px;
  box-shadow: 0 40px 90px rgba(0,0,0,0.15);
}

.ghee-text h2 {
  font-size: 2.5rem;
  margin-bottom: 18px;
}

.ghee-text p {
  font-size: 1.05rem;
  line-height: 1.9;
  margin-bottom: 14px;
  color: #333;
}

.ghee-text ul {
  list-style: none;
  padding: 0;
}

.ghee-text li {
  font-size: 1.05rem;
  margin-bottom: 12px;
}

/* ================= CTA ================= */
.ghee-cta {
  margin: 160px auto;
  padding: 130px 40px;
  text-align: center;
  background:
    radial-gradient(circle at top, #fff2cc, #ffffff);
  border-radius: 48px;
  max-width: 1100px;
}

.ghee-cta h2 {
  font-size: 2.7rem;
  margin-bottom: 16px;
}

.ghee-cta p {
  font-size: 1.1rem;
  margin-bottom: 28px;
}

.ghee-cta a {
  display: inline-block;
  padding: 16px 36px;
  border-radius: 30px;
  background: #111;
  color: #f6f1ea;
  text-decoration: none;
  font-weight: 600;
  transition: transform 0.3s ease;
}

.ghee-cta a:hover {
  transform: translateY(-4px);
}

/* ================= DESKTOP → MOBILE STACK ================= */
@media (max-width: 900px) {

  .ghee-intro,
  .ghee-bilona,
  .ghee-benefits {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

/* ================= GHEE HERO MOBILE FINAL (SAME AS BUTTER) ================= */
@media (max-width: 768px) {

  .ghee-hero {
    aspect-ratio: 16 / 9;
    height: auto;
    background-size: cover;   /* 🔥 no grey bars */
    background-position: center;
    background-repeat: no-repeat;
  }

  /* HERO TEXT ALIGNMENT */
  .ghee-hero-content {
    top: auto;
    bottom: 10%;
    right: 50%;
    transform: translateX(50%);
    text-align: center;
    max-width: 90%;
  }

  /* SINGLE-LINE HERO TEXT */
  .ghee-hero-content h1 {
    white-space: nowrap;
    font-size: clamp(1.6rem, 4.5vw, 2.1rem);
  }

  .ghee-hero-content p {
    white-space: nowrap;
    font-size: 0.95rem;
  }
}

/* ================= VERY SMALL PHONES ================= */
@media (max-width: 420px) {

  .ghee-hero-content h1 {
    transform: scale(0.94);
  }
}
/* ================= GHEE HERO ================= */
.ghee-hero {
  position: relative;
  height: 85vh;
  background:
    linear-gradient(rgba(0,0,0,0.25), rgba(0,0,0,0.25)),
    url("../assets/ghee.jpg") center / cover no-repeat;
}

/* HERO TEXT */
.ghee-hero-content {
  position: absolute;
  top: 8%;
  right: 8%;
  max-width: 440px;
  text-align: right;
  color: #fff;
}

.ghee-hero-content h1 {
  font-size: clamp(2.4rem, 4vw, 3.8rem);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 12px;
  text-shadow: 0 10px 30px rgba(0,0,0,0.35);
}

.ghee-hero-content p {
  font-size: 1.15rem;
  opacity: 0.95;
  text-shadow: 0 6px 20px rgba(0,0,0,0.35);
}

/* ================= SECTIONS ================= */
.ghee-intro,
.ghee-bilona,
.ghee-benefits {
  max-width: 1200px;
  margin: 140px auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.ghee-image img {
  width: 100%;
  border-radius: 36px;
  box-shadow: 0 40px 90px rgba(0,0,0,0.15);
}

.ghee-text h2 {
  font-size: 2.5rem;
  margin-bottom: 18px;
}

.ghee-text p {
  font-size: 1.05rem;
  line-height: 1.9;
  margin-bottom: 14px;
  color: #333;
}

.ghee-text ul {
  list-style: none;
  padding: 0;
}

.ghee-text li {
  font-size: 1.05rem;
  margin-bottom: 12px;
}

/* ================= CTA ================= */
.ghee-cta {
  margin: 160px auto;
  padding: 130px 40px;
  text-align: center;
  background:
    radial-gradient(circle at top, #fff2cc, #ffffff);
  border-radius: 48px;
  max-width: 1100px;
}

.ghee-cta h2 {
  font-size: 2.7rem;
  margin-bottom: 16px;
}

.ghee-cta p {
  font-size: 1.1rem;
  margin-bottom: 28px;
}

.ghee-cta a {
  display: inline-block;
  padding: 16px 36px;
  border-radius: 30px;
  background: #111;
  color: #f6f1ea;
  text-decoration: none;
  font-weight: 600;
  transition: transform 0.3s ease;
}

.ghee-cta a:hover {
  transform: translateY(-4px);
}

/* ================= DESKTOP → MOBILE STACK ================= */
@media (max-width: 900px) {

  .ghee-intro,
  .ghee-bilona,
  .ghee-benefits {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

/* ================= GHEE HERO MOBILE FINAL (SAME AS BUTTER) ================= */
@media (max-width: 768px) {

  .ghee-hero {
    aspect-ratio: 16 / 9;
    height: auto;
    background-size: cover;   /* 🔥 no grey bars */
    background-position: center;
    background-repeat: no-repeat;
  }

  /* HERO TEXT ALIGNMENT */
  .ghee-hero-content {
    top: auto;
    bottom: 10%;
    right: 50%;
    transform: translateX(50%);
    text-align: center;
    max-width: 90%;
  }

  /* SINGLE-LINE HERO TEXT */
  .ghee-hero-content h1 {
    white-space: nowrap;
    font-size: clamp(1.6rem, 4.5vw, 2.1rem);
  }

  .ghee-hero-content p {
    white-space: nowrap;
    font-size: 0.95rem;
  }
}

/* ================= VERY SMALL PHONES ================= */
@media (max-width: 420px) {

  .ghee-hero-content h1 {
    transform: scale(0.94);
  }
}
/* ================= GHEE HERO ================= */
.ghee-hero {
  position: relative;
  height: 85vh;
  background:
    linear-gradient(rgba(0,0,0,0.25), rgba(0,0,0,0.25)),
    url("../assets/ghee.jpg") center / cover no-repeat;
}

/* HERO TEXT */
.ghee-hero-content {
  position: absolute;
  top: 8%;
  right: 8%;
  max-width: 440px;
  text-align: right;
  color: #fff;
}

.ghee-hero-content h1 {
  font-size: clamp(2.4rem, 4vw, 3.8rem);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 12px;
  text-shadow: 0 10px 30px rgba(0,0,0,0.35);
}

.ghee-hero-content p {
  font-size: 1.15rem;
  opacity: 0.95;
  text-shadow: 0 6px 20px rgba(0,0,0,0.35);
}

/* ================= SECTIONS ================= */
.ghee-intro,
.ghee-bilona,
.ghee-benefits {
  max-width: 1200px;
  margin: 140px auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.ghee-image img {
  width: 100%;
  border-radius: 36px;
  box-shadow: 0 40px 90px rgba(0,0,0,0.15);
}

.ghee-text h2 {
  font-size: 2.5rem;
  margin-bottom: 18px;
}

.ghee-text p {
  font-size: 1.05rem;
  line-height: 1.9;
  margin-bottom: 14px;
  color: #333;
}

.ghee-text ul {
  list-style: none;
  padding: 0;
}

.ghee-text li {
  font-size: 1.05rem;
  margin-bottom: 12px;
}

/* ================= CTA ================= */
.ghee-cta {
  margin: 160px auto;
  padding: 130px 40px;
  text-align: center;
  background:
    radial-gradient(circle at top, #fff2cc, #ffffff);
  border-radius: 48px;
  max-width: 1100px;
}

.ghee-cta h2 {
  font-size: 2.7rem;
  margin-bottom: 16px;
}

.ghee-cta p {
  font-size: 1.1rem;
  margin-bottom: 28px;
}

.ghee-cta a {
  display: inline-block;
  padding: 16px 36px;
  border-radius: 30px;
  background: #111;
  color: #f6f1ea;
  text-decoration: none;
  font-weight: 600;
  transition: transform 0.3s ease;
}

.ghee-cta a:hover {
  transform: translateY(-4px);
}

/* ================= DESKTOP → MOBILE STACK ================= */
@media (max-width: 900px) {

  .ghee-intro,
  .ghee-bilona,
  .ghee-benefits {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

/* ================= GHEE HERO MOBILE FINAL (SAME AS BUTTER) ================= */
@media (max-width: 768px) {

  .ghee-hero {
    aspect-ratio: 16 / 9;
    height: auto;
    background-size: cover;   /* 🔥 no grey bars */
    background-position: center;
    background-repeat: no-repeat;
  }

  /* HERO TEXT ALIGNMENT */
  .ghee-hero-content {
    top: auto;
    bottom: 10%;
    right: 50%;
    transform: translateX(50%);
    text-align: center;
    max-width: 90%;
  }

  /* SINGLE-LINE HERO TEXT */
  .ghee-hero-content h1 {
    white-space: nowrap;
    font-size: clamp(1.6rem, 4.5vw, 2.1rem);
  }

  .ghee-hero-content p {
    white-space: nowrap;
    font-size: 0.95rem;
  }
}

/* ================= VERY SMALL PHONES ================= */
@media (max-width: 420px) {

  .ghee-hero-content h1 {
    transform: scale(0.94);
  }
}
