/*
  Home page sections only.
  Android analogy: this is like a screen-specific XML style file.
*/
.hero-section {
  position: relative;
  overflow: hidden;
}
.hero-slide {
  min-height: 350px;
  display: flex;
  align-items: center;
  padding: 32px 0;
  background-size: cover;
  background-position: center;
}
.hero-slide-milk {
  background: linear-gradient(135deg, #efffed, #4dd32c);
}
.hero-slide-dairy {
  background: linear-gradient(135deg, #efffed, #b53838);
}
.hero-slide-subscription {
  background: linear-gradient(135deg, #fff8dc, #548f4e);
}
.hero-slide-offer {
  background: linear-gradient(135deg, #f6fff4, #a68d43);
}
.hero-slide h1 {
    max-width: 450px;
    font-size: 35px;
    color: #060505;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 20px;
}
.hero-slide p {
  max-width: 620px;
  font-size: 1rem;
  margin-bottom: 28px;
}
.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.hero-slide .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
}
.hero-product-card {
  position: relative;
  width: 100%;
  max-width: 520px;
  height: 310px;
  min-height: 310px;
  margin-left: auto;
  display: grid;
  place-items: center;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.84);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
  animation: floatProduct 4s ease-in-out infinite;
}
.hero-product-card img {
  width: min(78%, 330px);
  height: 250px;
  min-height: 0;
  object-fit: contain;
}
.hero-badge {
  position: absolute;
  left: 22px;
  bottom: 18px;
  padding: 10px 14px;
  border-radius: 18px;
  background: #067731;
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
}
.swiper-button-next,
.swiper-button-prev {
  color: white;
}
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: rgba(255,255,255,0.5);
    opacity: 1;
    transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
    width: 32px;
    border-radius: 30px;
    background: #ffffff;
}

.swiper-pagination {
    bottom: 25px !important;
}

.why-section,
.faq-section {
  background: #fff;
}
.why-section .section-heading {
  max-width: 780px;
}
.about-preview {
  background: linear-gradient(180deg, #f6fff4, #fff);
}
.image-panel:has(.ceo-image) {
  height: 380px;
  border-radius: 32px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.image-panel .ceo-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 32px;
}



.offer-section {
  background: #fff;
}
.blog-preview-section {
  background: linear-gradient(180deg, #ffffff, var(--background));
}
.offer-card,
.download-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  padding: 42px;
  border-radius: 32px;
  background: linear-gradient(135deg, var(--primary-dark), var(--primary));
  color: #fff;
  box-shadow: var(--shadow);
}
.offer-card h2,
.download-card h2 {
  color: #fff;
}
.offer-card p,
.download-card p {
  color: rgba(255, 255, 255, 0.78);
}
.offer-card .section-kicker,
.download-card .section-kicker {
  color: var(--accent);
}
.stats-section {
  background: var(--primary-dark);
}
.stat-card {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.1);
}
.stat-card strong {
  display: block;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.5rem);
}
.stat-card span {
  color: rgba(255, 255, 255, 0.72);
}
.testimonial-card p {
  font-size: 1.05rem;
  color: var(--text);
}
.testimonial-card h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 2px;
}
.fresh-accordion {
  max-width: 860px;
  margin: 0 auto;
}
.accordion-item {
  margin-bottom: 14px;
  border: 1px solid var(--border);
  border-radius: 18px;
  overflow: hidden;
}
.accordion-button {
  font-weight: 600;
  color: var(--primary-dark);
}
.accordion-button:not(.collapsed) {
  color: var(--primary);
  background: var(--primary-soft);
}
.app-gallery-section {
  background: linear-gradient(180deg, #ffffff, var(--background));
}
.app-gallery-swiper {
  max-width: 980px;
  padding: 8px 48px 56px;
}
.app-gallery-card {
  margin: 0;
  padding: 12px;
  border: 1px solid var(--border);
  border-radius: 24px;
  background: var(--surface);
  box-shadow: 0 12px 34px rgba(16, 34, 22, 0.08);
  transition:
    box-shadow 0.25s ease,
    transform 0.25s ease;
}
.app-gallery-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}
.app-gallery-card img {
  width: 100%;
  height: 430px;
  border-radius: 18px;
  object-fit: cover;
  object-position: top center;
}
.app-gallery-swiper .swiper-button-next,
.app-gallery-swiper .swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #ffffff;
  background: var(--primary);
  box-shadow: 0 12px 28px rgba(46, 125, 50, 0.25);
}
.app-gallery-swiper .swiper-button-next::after,
.app-gallery-swiper .swiper-button-prev::after {
  font-size: 1rem;
  font-weight: 700;
}
.app-gallery-swiper .swiper-pagination {
  bottom: 12px !important;
}
.app-gallery-swiper .swiper-pagination-bullet {
  background: var(--primary);
}
.download-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.store-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 13px 17px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 18px;
  background: #fff;
  color: var(--primary-dark);
  line-height: 1.25;
  transition:
    color 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}
.store-button:hover,
.store-button:focus {
  color: #ffffff;
  background: var(--primary-dark);
  border-color: var(--primary-dark);
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(16, 34, 22, 0.22);
}
.store-button i {
  font-size: 1.8rem;
}
