/* Customers Page Specific Styles - Separate from homepage */

/* Color Variables for Customers Page - Matching Homepage */
:root {
  --customers-bg-cream: #ffffee;
  --customers-bg-yellow: #ffeb3b;
  --customers-dark-green: #0f2411;
  --customers-light-yellow: #fff8bb;
  --customers-button-green: #387f39;
  --customers-text-dark: #080808;
  --customers-bg-light-green: #e5f4e4;
  --customers-accent-orange: #f06406;
}

.customers-body {
  margin-top: 0;
}

/* Smooth scroll with header offset */
html {
  scroll-padding-top: 100px;
  scroll-behavior: smooth;
}

.mobile-menu-expand-section {
  margin-top: 78px;
}

/* Customers Page Container */
.customers-page {
  min-height: 100vh;
  padding-top: 0;
}

/* Hero Section */
.customers-hero {
  position: relative;
  padding: 0px 8.33vw 80px;
  text-align: center;
  background-color: var(--customers-bg-cream);
  background-image: url("./asset/image/customers/banner-customer-hero-image.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  overflow: hidden;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.customers-hero-content {
  position: relative;
  z-index: 2;
  margin-top: 48vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 0 20px;
}

.customers-hero-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.customers-hero-btn {
  padding: 12px 32px;
  background-color: var(--customers-button-green);
  color: white;
  border: none;
  border-radius: 8px;
  font-family: var(--font-gs);
  font-size: var(--font16);
  font-weight: var(--semibold);
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.customers-hero-btn:hover {
  background-color: #2d6b2f;
  transform: translateY(-2px);
}

.customers-hero-tagline-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  width: 100%;
}

.customers-hero-main-tagline {
  font-family: var(--font-cg);
  font-size: 48px;
  font-weight: var(--bold);
  color: var(--customers-dark-green);
  margin: 0;
  text-align: center;
  width: 100%;
}

.customers-hero-sub-tagline {
  font-family: var(--font-gs);
  font-size: var(--font18);
  color: var(--customers-text-dark);
  margin-bottom: 40px;
  text-align: center;
  font-weight: var(--medium);
}

.customers-hero-nav {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  gap: 8px;
  margin: 0;
}

.customers-hero-nav-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--customers-button-green);
  color: white;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: all 0.3s ease;
}

.customers-hero-nav-btn:hover {
  background-color: #2d6b2f;
}

/* Why Blumex Section */
.customers-why-section {
  padding: 80px 8.33vw;
  background-image: url("asset/image/customers/background-customers-why-blumex.png");
  background-color: var(--customers-light-yellow);
  background-size: 100%;
  background-position: top left;
  background-repeat: no-repeat;
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

.customers-why-content {
  max-width: 1200px;
  width: 100%;
  position: relative;
  z-index: 1;
}

.customers-why-title {
  font-family: var(--font-cg);
  font-size: 56px;
  font-weight: var(--bold);
  color: var(--customers-dark-green);
  margin-bottom: 60px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.customers-why-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 40px;
}

.customers-why-point {
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 12px;
  padding: 32px 24px;
  text-align: center;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.customers-why-point:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(15, 36, 17, 0.15);
}

.customers-why-point h3 {
  font-family: var(--font-gs);
  font-size: var(--font24);
  font-weight: var(--medium);
  color: var(--customers-text-dark);
  margin: 0;
  line-height: 1.6;
}

.customers-why-badge {
  text-align: center;
  margin-top: 40px;
  padding: 16px 24px;
  border-radius: 8px;
  display: inline-block;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.customers-why-badge span {
  font-family: var(--font-gs);
  font-size: var(--font16);
  font-weight: var(--medium);
  color: var(--customers-text-dark);
  letter-spacing: 0.5px;
}

/* For Your Home Section */
.customers-home-section {
  padding: 80px 8.33vw;
  background-image: url("asset/image/customers/background-customers-for-home.png");
  background-size: 100%;
  background-position: bottom right;
  background-repeat: no-repeat;
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.customers-home-content-wrapper {
  max-width: 1200px;
  width: 100%;
  position: relative;
  z-index: 1;
}

.customers-section-title {
  font-family: var(--font-cg);
  font-size: 56px;
  font-weight: var(--bold);
  color: var(--customers-dark-green);
  margin-bottom: 16px;
}

.customers-section-subtitle {
  font-family: var(--font-gs);
  font-size: var(--font18);
  color: var(--customers-text-dark);
  margin-bottom: 60px;
  font-weight: var(--medium);
}

.customers-home-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

/* Home Image Stack Styles */
.customers-home-image-stack {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  left: -6vw;
  top: -20px;
}

.customers-home-image-container {
  background-color: #f3faf3;
  border: 1px solid #3cad3f;
  border-radius: 16px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  width: 100%;
  max-width: 300px;
  aspect-ratio: 19/20;
  display: flex;
  justify-content: center;
  align-items: center;
}

.customers-home-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transform: translateY(20px) scale(0.9);
}

.customers-home-image-container.stacked-top {
  position: absolute;
  top: 40px;
  right: -40px;
  z-index: 2;
}

.customers-home-image-container.stacked-bottom {
  position: relative;
  z-index: 1;
}

/* Business Image Stack Styles - Mirrored */
.customers-business-image-stack {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  right: -6vw;
  top: -20px;
}

.customers-business-image-container {
  background-color: #f3faf3;
  border: 1px solid #3cad3f;
  border-radius: 16px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  width: 100%;
  max-width: 300px;
  aspect-ratio: 19/20;
  display: flex;
  justify-content: center;
  align-items: center;
}

.customers-business-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transform: translateY(20px) scale(0.9) scaleX(-1);
}

.customers-business-image-container.stacked-top {
  position: absolute;
  top: 40px;
  left: -40px;
  z-index: 2;
}

.customers-business-image-container.stacked-bottom {
  position: relative;
  z-index: 1;
}

.customers-feature-box {
  padding: 40px;
  text-align: left;
  border-radius: 24px;
}

.customers-feature-list {
  background-color: var(--customers-light-yellow);
  list-style: none;
  padding: 24px;
  margin: 0 0 32px 0;
  border-radius: 24px;
}

.customers-feature-list li {
  font-family: var(--font-gs);
  font-size: var(--font20);
  color: var(--customers-text-dark);
  margin-top: 8px;
  margin-bottom: 8px;
  padding-left: 24px;
  position: relative;
  font-weight: var(--medium);
}

.customers-feature-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-55%);
  font-size: 24px;
  color: var(--customers-text-dark);
}

.customers-cta-button {
  padding: 14px 32px;
  background-color: var(--customers-button-green);
  color: white;
  border: none;
  border-radius: 8px;
  font-family: var(--font-gs);
  font-size: var(--font16);
  font-weight: var(--semibold);
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.customers-cta-button:hover {
  background-color: #2d6b2f;
  transform: translateY(-2px);
}

/* For Your Business Section */
.customers-business-section {
  padding: 80px 8.33vw;
  background-color: var(--customers-light-yellow);
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.customers-business-content-wrapper {
  max-width: 1200px;
  width: 100%;
  position: relative;
  z-index: 1;
}

.customers-business-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.customers-business-content .customers-feature-box {
  order: 1;
}

.customers-business-content .customers-business-image-stack {
  order: 2;
}

.customers-business-section .customers-feature-list {
  background-color: var(--customers-bg-cream);
}

/* Featured Flowers Section */
.customers-featured-section {
  padding: 80px 8.33vw;
  background-color: var(--customers-bg-cream);
  text-align: center;
}

.customers-featured-title {
  font-family: var(--font-cg);
  font-size: 56px;
  font-weight: var(--bold);
  color: var(--customers-dark-green);
  text-align: center;
}

.customers-flowers-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  margin-top: 40px;
}

.customers-flower-card {
  background-color: #f3faf3;
  border: 1px solid #3cad3f;
  border-radius: 16px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  aspect-ratio: 19/20;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.customers-flower-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.customers-flower-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: translateY(20px) scale(0.9);
}

/* Exclusive Event Offer Section */
.customers-event-offer-section {
  padding: 80px 8.33vw;
  background-color: var(--customers-bg-cream);
  text-align: center;
  display: block; /* Visible */
}

.customers-event-offer-content {
  max-width: 800px;
  margin: 0 auto;
}

.customers-offer-box {
  background-color: var(--customers-light-yellow);
  border-radius: 24px;
  padding: 48px 40px;
  margin-top: 40px;
}

.customers-offer-text {
  font-family: var(--font-cg);
  font-size: var(--font32);
  font-weight: var(--bold);
  color: var(--customers-dark-green);
  margin-bottom: 16px;
}

.customers-offer-subtitle {
  font-family: var(--font-gs);
  font-size: var(--font18);
  color: var(--customers-text-dark);
  margin-bottom: 32px;
  font-weight: var(--medium);
}

.customers-qr-placeholder {
  margin: 32px 0;
  display: flex;
  justify-content: center;
}

.customers-qr-code {
  width: 200px;
  height: 200px;
  object-fit: contain;
  border: 2px solid var(--customers-dark-green);
  border-radius: 12px;
  background-color: white;
  padding: 8px;
}

/* Social Proof Section */
.customers-social-proof-section {
  padding: 80px 8.33vw;
  background-color: var(--customers-light-yellow);
  text-align: center;
}

.customers-social-proof-content {
  max-width: 1200px;
  margin: 0 auto;
}

.customers-reviews-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.customers-review-card {
  background-color: white;
  border-radius: 16px;
  padding: 32px 24px;
  text-align: left;
  box-shadow: 0 4px 12px rgba(15, 36, 17, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.customers-review-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(15, 36, 17, 0.15);
}

.customers-review-stars {
  font-size: 24px;
  color: #ffc107;
  margin-bottom: 16px;
  letter-spacing: 2px;
}

.customers-review-text {
  font-family: var(--font-gs);
  font-size: var(--font18);
  color: var(--customers-text-dark);
  line-height: 1.6;
  margin-bottom: 16px;
  font-weight: var(--medium);
}

.customers-review-author {
  font-family: var(--font-gs);
  font-size: var(--font16);
  color: var(--customers-dark-green);
  font-weight: var(--semibold);
  font-style: italic;
}

.customers-social-cta {
  display: inline-block;
  font-family: var(--font-gs);
  font-size: var(--font18);
  color: var(--customers-button-green);
  font-weight: var(--semibold);
  text-decoration: none;
  transition: color 0.3s ease;
}

.customers-social-cta:hover {
  color: #2d6b2f;
}

/* Lead Capture Section */
.customers-lead-capture-section {
  padding: 80px 8.33vw;
  background-color: var(--customers-bg-cream);
  text-align: center;
}

.customers-lead-capture-content {
  max-width: 600px;
  margin: 0 auto;
}

.customers-lead-subtitle {
  font-family: var(--font-gs);
  font-size: var(--font18);
  color: var(--customers-text-dark);
  margin-bottom: 40px;
  font-weight: var(--medium);
}

.customers-lead-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
}

.customers-form-group {
  width: 100%;
}

.customers-form-input {
  width: 100%;
  padding: 16px 20px;
  border: 2px solid var(--customers-dark-green);
  border-radius: 8px;
  font-family: var(--font-gs);
  font-size: var(--font16);
  color: var(--customers-text-dark);
  background-color: white;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.customers-form-input:focus {
  outline: none;
  border-color: var(--customers-button-green);
  box-shadow: 0 0 0 3px rgba(56, 127, 57, 0.1);
}

.customers-form-input::placeholder {
  color: #999;
}

/* Date input placeholder styling */
.date-input-wrapper {
  position: relative;
  width: 100%;
}

.date-input {
  position: relative;
  z-index: 1;
  color: transparent !important;
}

.date-input::-webkit-datetime-edit {
  color: transparent !important;
}

.date-input::-webkit-datetime-edit-text,
.date-input::-webkit-datetime-edit-month-field,
.date-input::-webkit-datetime-edit-day-field,
.date-input::-webkit-datetime-edit-year-field {
  color: transparent !important;
}

/* Show date text when input has a value (using class added by JS) */
.date-input.has-value {
  color: var(--customers-text-dark) !important;
}

.date-input.has-value::-webkit-datetime-edit {
  color: var(--customers-text-dark) !important;
}

.date-input.has-value::-webkit-datetime-edit-text,
.date-input.has-value::-webkit-datetime-edit-month-field,
.date-input.has-value::-webkit-datetime-edit-day-field,
.date-input.has-value::-webkit-datetime-edit-year-field {
  color: var(--customers-text-dark) !important;
}

/* Firefox support */
.date-input:not(.has-value) {
  color: transparent !important;
}

.date-input.has-value {
  color: var(--customers-text-dark) !important;
}

.date-input::-webkit-calendar-picker-indicator {
  position: absolute;
  right: 10px;
  z-index: 2;
  cursor: pointer;
  opacity: 1;
}

.date-placeholder {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-family: var(--font-gs);
  font-size: var(--font16);
  color: #999;
  z-index: 3;
  transition: opacity 0.3s ease;
  opacity: 1;
}

/* Hide placeholder when input has value (using class added by JS) */
.date-input.has-value + .date-placeholder {
  opacity: 0;
}

.customers-form-button {
  width: 100%;
  margin-top: 8px;
}

/* Our Story Section */
.customers-story-section {
  padding: 80px 8.33vw;
  background-color: var(--customers-bg-cream);
  position: relative;
}

.customers-story-title {
  font-family: var(--font-cg);
  font-size: 56px;
  font-weight: var(--bold);
  color: var(--customers-dark-green);
  margin-bottom: 60px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.customers-story-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.customers-story-text {
  font-family: var(--font-gs);
  font-size: var(--font18);
  color: var(--customers-text-dark);
  line-height: 1.8;
  font-weight: var(--medium);
}

.customers-story-text strong {
  font-weight: var(--bold);
  display: block;
  margin-bottom: 16px;
  font-size: var(--font24);
  color: var(--customers-dark-green);
}

.customers-story-images {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 500px;
}

.customers-image-placeholder.vertical {
  max-width: 300px;
  aspect-ratio: 2/3;
}

/* Responsive Design */
/* Scale background images relative to screen width */
/* At 720px and above: 100% (constant, no scaling) */
/* Below 720px: scale proportionally with increased ratio */
@media (max-width: 719px) {
  .customers-why-section {
    background-size: calc((100vw / 720px) * 130%);
  }

  .customers-home-section {
    background-size: calc((100vw / 720px) * 130%);
  }
}

/* Tablet and below (1024px and below) */
@media (max-width: 1024px) {
  .customers-hero {
    padding: 0px 6vw 60px;
    min-height: 500px;
    background-size: 100% auto;
  }

  .customers-hero-content {
    margin-top: 50.8vw;
    padding: 0 16px;
  }

  .customers-hero-main-tagline {
    font-size: 40px;
  }

  .customers-hero-sub-tagline {
    font-size: var(--font16);
  }

  .customers-hero-btn {
    padding: 10px 28px;
    font-size: var(--font16);
  }

  .customers-why-section {
    padding: 70px 6vw;
    min-height: 550px;
    background-size: 100%;
    background-position: top left;
  }

  .customers-why-title {
    font-size: 48px;
    margin-bottom: 50px;
  }

  .customers-why-points {
    gap: 24px;
    margin-bottom: 35px;
  }

  .customers-why-point {
    padding: 28px 20px;
  }

  .customers-why-point h3 {
    font-size: var(--font18);
  }

  .customers-home-image-stack {
    left: -2vw;
  }

  .customers-business-image-stack {
    right: -2vw;
  }

  .customers-flowers-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .customers-event-offer-section,
  .customers-social-proof-section,
  .customers-lead-capture-section {
    padding: 70px 6vw;
  }

  .customers-offer-box {
    padding: 40px 36px;
  }

  .customers-reviews-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
  }

  .customers-home-section {
    padding: 70px 6vw;
    min-height: 550px;
    background-size: 100%;
    background-position: bottom right;
  }

  .customers-business-section {
    padding: 70px 6vw;
    min-height: 550px;
  }
}

/* Mobile: Business section images before content (756px and below) */
@media (max-width: 756px) {
  .customers-business-content .customers-business-image-stack {
    order: 1;
  }

  .customers-business-content .customers-feature-box {
    order: 2;
  }

  /* Hero section: Keep background image at constant size, cut from both sides */
  .customers-hero {
    background-size: 756px auto;
    background-position: center top;
  }
}

/* Tablet Portrait (768px and below) */
@media (max-width: 768px) {
  .customers-hero {
    padding: 0px 4vw 50px;
    min-height: 450px;
    background-size: 120% auto;
  }

  .customers-hero-content {
    margin-top: 58vw;
    padding: 0 12px;
  }

  .customers-hero-buttons {
    margin-bottom: 20px;
    gap: 12px;
  }

  .customers-hero-btn {
    padding: 10px 24px;
    font-size: 15px;
  }

  .customers-hero-tagline-wrapper {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 20px;
  }

  .customers-hero-main-tagline {
    font-size: 32px;
  }

  .customers-hero-nav {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    justify-content: center;
  }

  .customers-hero-sub-tagline {
    font-size: var(--font16);
    margin-bottom: 30px;
  }

  .customers-why-section,
  .customers-home-section,
  .customers-business-section,
  .customers-featured-section,
  .customers-event-offer-section,
  .customers-social-proof-section,
  .customers-lead-capture-section {
    padding: 60px 20px;
  }

  /* Make feature list and CTA buttons full width in mobile */
  .customers-feature-box {
    padding: 0;
    width: 100%;
  }

  .customers-feature-list {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .customers-cta-button {
    width: 100%;
    text-align: center;
  }

  .customers-offer-box {
    padding: 36px 28px;
  }

  .customers-offer-text {
    font-size: var(--font24);
  }

  .customers-qr-code {
    width: 180px;
    height: 180px;
  }

  .customers-reviews-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .customers-lead-capture-content {
    max-width: 100%;
  }

  .customers-home-section {
    min-height: 500px;
    background-size: 100%;
    background-position: bottom right;
  }

  .customers-business-section {
    min-height: 500px;
  }

  .customers-home-content,
  .customers-business-content,
  .customers-story-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .customers-home-image-stack,
  .customers-business-image-stack {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    transform: none;
  }

  .customers-home-image-container.stacked-top,
  .customers-home-image-container.stacked-bottom,
  .customers-business-image-container.stacked-top,
  .customers-business-image-container.stacked-bottom {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
  }

  .customers-home-image,
  .customers-business-image {
    transform: translateY(20px) scale(0.9);
  }

  .customers-why-section {
    padding: 60px 60px;
    min-height: 500px;
    background-size: 100%;
    background-position: top left;
  }

  .customers-why-title {
    font-size: 40px;
    margin-bottom: 40px;
  }

  .customers-why-points {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 30px;
  }

  .customers-why-point {
    padding: 24px 20px;
  }

  .customers-why-point h3 {
    font-size: var(--font16);
  }

  .customers-why-badge {
    padding: 12px 20px;
    margin-top: 30px;
  }

  .customers-why-badge span {
    font-size: 14px;
  }

  .customers-section-title,
  .customers-featured-title,
  .customers-story-title {
    font-size: 36px;
  }

  .customers-flowers-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

/* Mobile (480px and below) */
@media (max-width: 480px) {
  .customers-hero {
    padding: 0px 4vw 40px;
    min-height: 400px;
    background-size: 150% auto;
  }

  .customers-hero-content {
    margin-top: 72vw;
    padding: 0 8px;
  }

  .customers-hero-buttons {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 16px;
    gap: 10px;
  }

  .customers-hero-btn {
    width: 100%;
    padding: 12px 20px;
    font-size: var(--font16);
  }

  .customers-hero-tagline-wrapper {
    flex-direction: column;
    gap: 12px;
    margin-bottom: 16px;
  }

  .customers-hero-main-tagline {
    font-size: 24px;
    line-height: 1.3;
  }

  .customers-hero-nav {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    justify-content: center;
  }

  .customers-hero-nav-btn {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }

  .customers-hero-sub-tagline {
    font-size: 15px;
    margin-bottom: 24px;
    line-height: 1.5;
  }

  .customers-why-section {
    padding: 50px 4vw;
    min-height: 450px;
    background-size: 100%;
    background-position: top left;
  }

  .customers-why-title {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .customers-why-points {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 24px;
  }

  .customers-why-point {
    padding: 20px 16px;
  }

  .customers-why-point h3 {
    font-size: 15px;
  }

  .customers-why-badge {
    padding: 10px 16px;
    margin-top: 24px;
  }

  .customers-why-badge span {
    font-size: 13px;
  }

  .customers-home-section {
    min-height: 450px;
    background-size: 100%;
    background-position: bottom right;
  }

  .customers-business-section {
    min-height: 450px;
  }

  .customers-home-image-stack,
  .customers-business-image-stack {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    position: relative;
    transform: none;
  }

  .customers-home-image-container.stacked-top,
  .customers-home-image-container.stacked-bottom,
  .customers-business-image-container.stacked-top,
  .customers-business-image-container.stacked-bottom {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
  }

  .customers-home-image,
  .customers-business-image {
    transform: translateY(20px) scale(0.9);
  }

  .customers-flowers-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .customers-event-offer-section,
  .customers-social-proof-section,
  .customers-lead-capture-section {
    padding: 50px 4vw;
  }

  /* Ensure feature list and CTA buttons are full width in smaller mobile */
  .customers-feature-box {
    padding: 0;
    width: 100%;
  }

  .customers-feature-list {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .customers-cta-button {
    width: 100%;
    text-align: center;
  }

  .customers-offer-box {
    padding: 32px 24px;
  }

  .customers-offer-text {
    font-size: var(--font20);
  }

  .customers-offer-subtitle {
    font-size: var(--font16);
  }

  .customers-qr-code {
    width: 150px;
    height: 150px;
    font-size: var(--font16);
  }

  .customers-reviews-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .customers-review-card {
    padding: 24px 20px;
  }

  .customers-review-text {
    font-size: var(--font16);
  }
}

@media (max-width: 425px) {
  .mobile-menu-expand-section {
    margin-top: 72px;
  }
}

@media (max-width: 375px) {
  .mobile-menu-expand-section {
    margin-top: 64px;
  }
}

/* Very Small Mobile (360px and below) */
@media (max-width: 360px) {
  .customers-hero-main-tagline {
    font-size: 20px;
  }

  .customers-hero-sub-tagline {
    font-size: 14px;
  }

  .customers-hero-btn {
    padding: 10px 16px;
    font-size: 14px;
  }

  .customers-hero-nav-btn {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }

  .customers-why-section {
    padding: 40px 3vw;
    min-height: 400px;
    background-size: calc((100vw / 720px) * 130%);
    background-position: top left;
  }

  .customers-why-title {
    font-size: 28px;
    margin-bottom: 24px;
  }

  .customers-why-points {
    gap: 12px;
    margin-bottom: 20px;
  }

  .customers-why-point {
    padding: 18px 12px;
  }

  .customers-why-point h3 {
    font-size: 14px;
  }

  .customers-why-badge {
    padding: 8px 12px;
    margin-top: 20px;
  }

  .customers-why-badge span {
    font-size: 12px;
  }

  .customers-event-offer-section,
  .customers-social-proof-section,
  .customers-lead-capture-section {
    padding: 40px 3vw;
  }

  .customers-offer-box {
    padding: 28px 20px;
  }

  .customers-offer-text {
    font-size: var(--font18);
  }

  .customers-offer-subtitle {
    font-size: 15px;
  }

  .customers-qr-code {
    width: 120px;
    height: 120px;
    font-size: 14px;
  }

  .customers-review-card {
    padding: 20px 16px;
  }

  .customers-review-text {
    font-size: 15px;
  }

  .customers-lead-subtitle {
    font-size: var(--font16);
  }
}

/* Quote Popup Styles */
.quote-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3000;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.quote-popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
}

.quote-popup-content {
  position: relative;
  background-color: #fff;
  border-radius: 16px;
  max-width: 500px;
  width: 90%;
  max-height: 85vh;
  overflow-y: auto;
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.3);
  z-index: 3001;
  animation: slideUp 0.3s ease;
}

@keyframes slideUp {
  from {
    transform: translateY(30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.quote-popup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  border-bottom: 1px solid #e0e0e0;
  background: linear-gradient(135deg, #2f6630 0%, #4a8f4c 100%);
  border-radius: 16px 16px 0 0;
}

.quote-popup-header h2 {
  font-family: var(--font-cg);
  font-weight: var(--bold);
  font-size: 28px;
  color: #fff;
  margin: 0;
}

.quote-popup-close {
  background: rgba(255, 255, 255, 0.2);
  border: none;
  font-size: 28px;
  cursor: pointer;
  color: #fff;
  padding: 0;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
  line-height: 1;
}

.quote-popup-close:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: rotate(90deg);
}

.quote-popup-body {
  padding: 32px 24px;
}

.quote-popup-body p {
  font-size: var(--font16);
  color: #333;
  line-height: 1.6;
  margin-bottom: 16px;
}

.quote-popup-body p:last-child {
  margin-bottom: 0;
}

/* Quote Popup Form Styles */
.quote-popup-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.quote-form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
}

.quote-form-group:last-of-type {
  margin-bottom: 0;
}

.quote-form-group label {
  font-size: var(--font16);
  font-weight: var(--medium);
  color: #333;
}

.quote-form-group .required {
  color: #e74c3c;
}

.quote-form-group input {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: var(--font16);
  font-family: inherit;
  transition: border-color 0.3s ease;
}

.quote-form-group input:focus {
  outline: none;
  border-color: #387f39;
  box-shadow: 0 0 0 2px rgba(56, 127, 57, 0.1);
}

.quote-form-group input:invalid:not(:placeholder-shown) {
  border-color: #e74c3c;
}

/* Quote Popup Loading Styles */
.quote-popup-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 24px;
  text-align: center;
}

.loading-spinner {
  width: 50px;
  height: 50px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #387f39;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 24px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.quote-popup-loading p {
  font-size: var(--font16);
  color: #666;
  margin: 0;
  font-family: var(--font-gs);
}

/* Quote Popup Result Styles */
.quote-popup-result {
  text-align: center;
}

.fortune-quote {
  padding: 32px 24px;
  background: linear-gradient(135deg, #f5f5f5 0%, #ffffff 100%);
  border-radius: 12px;
  margin-bottom: 24px;
}

.fortune-quote p {
  font-size: 20px;
  font-style: italic;
  color: #333;
  line-height: 1.8;
  margin: 0;
  font-family: var(--font-cg);
  text-align: left;
}

@media (max-width: 768px) {
  .fortune-quote p {
    font-size: 18px;
  }
}

.quote-popup-disclaimer {
  font-size: 13px;
  color: #666;
  text-align: right;
  margin: 0 0 16px 0;
  font-family: var(--font-gs);
}

.quote-popup-footer {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  padding: 24px;
  border-top: 1px solid #e0e0e0;
}

.quote-popup-form .quote-popup-footer {
  border-top: none;
  padding: 0;
  margin-top: 0;
}

.quote-popup-form .quote-popup-footer .admin-btn {
  font-size: 18px;
}

@media (max-width: 768px) {
  .quote-popup-content {
    width: 95%;
    max-width: none;
    margin: 20px;
  }

  .quote-popup-header {
    padding: 20px;
  }

  .quote-popup-header h2 {
    font-size: 24px;
  }

  .quote-popup-body {
    padding: 24px 20px;
  }

  .quote-popup-footer {
    padding: 20px;
  }

  .quote-popup-form {
    gap: 20px;
  }

  .quote-form-group {
    margin-bottom: 16px;
  }

  .quote-form-group:last-of-type {
    margin-bottom: 0;
  }

  .quote-form-group input {
    padding: 10px 14px;
    font-size: var(--font14);
  }

  .fortune-quote {
    padding: 24px 20px;
  }

  .fortune-quote p {
    font-size: var(--font16);
  }

  .quote-popup-form .quote-popup-footer {
    padding: 0;
  }

  .quote-popup-form .quote-popup-footer .admin-btn {
    font-size: 16px;
  }

  .quote-popup-disclaimer {
    text-align: center;
  }
}
