/* Modern BioFlex Design System */
:root {
  --bioflex-primary: #10B981;
  --bioflex-primary-light: #34D399;
  --bioflex-primary-dark: #059669;
  --bioflex-secondary: #8B5CF6;
  --bioflex-secondary-light: #A78BFA;
  --bioflex-accent: #F59E0B;
  --bioflex-gray-50: #F9FAFB;
  --bioflex-gray-100: #F3F4F6;
  --bioflex-gray-200: #E5E7EB;
  --bioflex-gray-800: #1F2937;
  --bioflex-gray-900: #111827;
}

/* Section 1 - Hero */
.u-section-1 {
  min-height: 650px;
  background: linear-gradient(135deg, var(--bioflex-gray-50) 0%, #FFFFFF 100%);
  padding: 80px 0;
}

.u-section-1 .u-sheet-1 {
  min-height: 650px;
}

.u-section-1 .u-layout-wrap-1 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.u-section-1 .u-layout-cell-1 {
  min-height: 500px;
  padding: 50px 40px;
}

.u-section-1 .u-container-layout-1 {
  padding: 30px 40px;
}

.u-section-1 .u-text-1 {
  font-weight: 800;
  font-size: 2.5rem;
  margin: 0 0 25px 0;
  color: var(--bioflex-secondary);
  font-family: 'Poppins', sans-serif;
  letter-spacing: -0.5px;
  line-height: 1.2;
}

.u-section-1 .u-text-2 {
  font-weight: 600;
  font-size: 1.125rem;
  margin: 0 0 20px 0;
  color: var(--bioflex-primary);
  font-family: 'Poppins', sans-serif;
}

.u-section-1 .u-text-3 {
  font-weight: 700;
  font-size: 2rem;
  margin: 0 0 25px 0;
  color: var(--bioflex-gray-900);
  font-family: 'Poppins', sans-serif;
  line-height: 1.3;
}

.u-section-1 .u-text-4 {
  margin: 0 0 30px 0;
  font-size: 1.125rem;
  line-height: 1.8;
  color: var(--bioflex-gray-800);
  font-family: 'Inter', sans-serif;
}

.u-section-1 .u-btn-1 {
  border-radius: 16px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.125rem;
  letter-spacing: 0.5px;
  padding: 18px 36px;
  margin: 0;
  background: linear-gradient(135deg, var(--bioflex-primary) 0%, var(--bioflex-primary-light) 100%);
  box-shadow: 0 10px 25px rgba(16, 185, 129, 0.3);
  transition: all 0.3s ease;
  font-family: 'Poppins', sans-serif;
}

.u-section-1 .u-btn-1:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(16, 185, 129, 0.4);
}

.u-section-1 .u-image-1 {
  min-height: 500px;
  background-image: url("images/dssv.png");
  border-radius: 24px;
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.u-section-1 .u-container-layout-2 {
  padding: 0;
}

/* Responsive Section 1 */
@media (max-width: 1199px) {
  .u-section-1 {
    min-height: 600px;
  }

  .u-section-1 .u-sheet-1 {
    min-height: 600px;
  }

  .u-section-1 .u-layout-cell-1 {
    min-height: 480px;
  }

  .u-section-1 .u-text-1 {
    font-size: 2.25rem;
  }

  .u-section-1 .u-text-3 {
    font-size: 1.875rem;
  }

  .u-section-1 .u-image-1 {
    min-height: 420px;
    border-radius: 20px;
  }
}

@media (max-width: 991px) {
  .u-section-1 .u-layout-cell-1 {
    min-height: 450px;
    padding: 40px 30px;
  }

  .u-section-1 .u-text-1 {
    font-size: 2rem;
  }

  .u-section-1 .u-text-3 {
    font-size: 1.75rem;
  }

  .u-section-1 .u-image-1 {
    min-height: 400px;
  }
}

@media (max-width: 767px) {
  .u-section-1 {
    min-height: auto;
  }

  .u-section-1 .u-layout-cell-1 {
    min-height: 400px;
  }

  .u-section-1 .u-image-1 {
    min-height: 350px;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-text-1 {
    font-size: 1.75rem;
  }

  .u-section-1 .u-text-2 {
    font-size: 1rem;
  }

  .u-section-1 .u-text-3 {
    font-size: 1.5rem;
  }

  .u-section-1 .u-text-4 {
    font-size: 1rem;
  }

  .u-section-1 .u-btn-1 {
    padding: 14px 28px;
    font-size: 1rem;
  }

  .u-section-1 .u-image-1 {
    min-height: 280px;
  }
}

/* Section 2 - Features */
.u-section-2 {
  background: linear-gradient(135deg, var(--bioflex-primary) 0%, var(--bioflex-secondary) 100%);
  background-size: cover;
  padding: 80px 0;
}

.u-section-2 .u-sheet-1 {
  min-height: 650px;
}

.u-section-2 .u-text-1 {
  font-size: 2.5rem;
  font-weight: 800;
  margin: 0 0 40px 0;
  color: white;
  font-family: 'Poppins', sans-serif;
  letter-spacing: -0.5px;
}

.u-section-2 .u-layout-wrap-1 {
  margin-top: 40px;
  margin-bottom: 0;
}

.u-section-2 .u-layout-cell-1,
.u-section-2 .u-layout-cell-2 {
  min-height: 280px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.u-section-2 .u-layout-cell-1:hover,
.u-section-2 .u-layout-cell-2:hover,
.u-section-2 .u-layout-cell-4:hover,
.u-section-2 .u-layout-cell-5:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.u-section-2 .u-container-layout-1,
.u-section-2 .u-container-layout-2 {
  padding: 40px 35px;
}

.u-section-2 .u-text-2,
.u-section-2 .u-text-4,
.u-section-2 .u-text-6,
.u-section-2 .u-text-8 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 20px 0;
  color: var(--bioflex-gray-900);
  font-family: 'Poppins', sans-serif;
}

.u-section-2 .u-text-3,
.u-section-2 .u-text-5,
.u-section-2 .u-text-7,
.u-section-2 .u-text-9 {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--bioflex-gray-800);
  font-family: 'Inter', sans-serif;
}

.u-section-2 .u-image-1 {
  min-height: 680px;
  background-image: url("images/dffbsd.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.u-section-2 .u-container-layout-3 {
  padding: 40px;
}

.u-section-2 .u-layout-cell-4,
.u-section-2 .u-layout-cell-5 {
  min-height: 280px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.u-section-2 .u-container-layout-4,
.u-section-2 .u-container-layout-5 {
  padding: 40px 35px;
}

/* Responsive Section 2 */
@media (max-width: 1199px) {
  .u-section-2 .u-sheet-1 {
    min-height: 750px;
  }

  .u-section-2 .u-layout-cell-1,
  .u-section-2 .u-layout-cell-2,
  .u-section-2 .u-layout-cell-4,
  .u-section-2 .u-layout-cell-5 {
    min-height: 240px;
  }

  .u-section-2 .u-image-1 {
    min-height: 580px;
  }
}

@media (max-width: 991px) {
  .u-section-2 .u-sheet-1 {
    min-height: 850px;
  }

  .u-section-2 .u-layout-cell-1,
  .u-section-2 .u-layout-cell-2,
  .u-section-2 .u-layout-cell-4,
  .u-section-2 .u-layout-cell-5 {
    min-height: 200px;
  }

  .u-section-2 .u-image-1 {
    min-height: 520px;
  }
}

@media (max-width: 767px) {
  .u-section-2 .u-sheet-1 {
    min-height: auto;
  }

  .u-section-2 .u-container-layout-1,
  .u-section-2 .u-container-layout-2,
  .u-section-2 .u-container-layout-4,
  .u-section-2 .u-container-layout-5 {
    padding: 30px 25px;
  }

  .u-section-2 .u-image-1 {
    min-height: 450px;
  }
}

@media (max-width: 575px) {
  .u-section-2 .u-text-1 {
    font-size: 2rem;
  }

  .u-section-2 .u-text-2,
  .u-section-2 .u-text-4,
  .u-section-2 .u-text-6,
  .u-section-2 .u-text-8 {
    font-size: 1.25rem;
  }

  .u-section-2 .u-image-1 {
    min-height: 400px;
  }
}

/* Section 3 - Ideal For */
.u-section-3 .u-sheet-1 {
  min-height: 750px;
  padding: 80px 0;
}

.u-section-3 .u-text-1 {
  font-size: 2.5rem;
  font-weight: 800;
  margin: 0 0 20px 0;
  color: var(--bioflex-gray-900);
  font-family: 'Poppins', sans-serif;
  letter-spacing: -0.5px;
}

.u-section-3 .u-text-2 {
  font-size: 1.25rem;
  margin: 0 0 50px 0;
  color: var(--bioflex-gray-800);
  font-family: 'Inter', sans-serif;
}

.u-section-3 .u-layout-wrap-1 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.u-section-3 .u-layout-cell-1 {
  min-height: 300px;
}

.u-section-3 .u-container-layout-1 {
  padding: 40px;
}

.u-section-3 .u-layout-cell-2,
.u-section-3 .u-layout-cell-3,
.u-section-3 .u-layout-cell-4,
.u-section-3 .u-layout-cell-5 {
  min-height: 300px;
  background: linear-gradient(135deg, var(--bioflex-gray-50) 0%, white 100%);
  border-radius: 24px;
  border: 2px solid var(--bioflex-gray-200);
  transition: all 0.3s ease;
}

.u-section-3 .u-layout-cell-2:hover,
.u-section-3 .u-layout-cell-3:hover,
.u-section-3 .u-layout-cell-4:hover,
.u-section-3 .u-layout-cell-5:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(16, 185, 129, 0.15);
  border-color: var(--bioflex-primary);
}

.u-section-3 .u-container-layout-2,
.u-section-3 .u-container-layout-3,
.u-section-3 .u-container-layout-4,
.u-section-3 .u-container-layout-5 {
  padding: 40px 35px;
}

.u-section-3 .u-text-3,
.u-section-3 .u-text-6,
.u-section-3 .u-text-9,
.u-section-3 .u-text-12 {
  font-size: 3rem;
  margin: 0 0 20px 0;
}

.u-section-3 .u-text-4,
.u-section-3 .u-text-7,
.u-section-3 .u-text-10,
.u-section-3 .u-text-13 {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 15px 0;
  color: var(--bioflex-gray-900);
  font-family: 'Poppins', sans-serif;
}

.u-section-3 .u-text-5,
.u-section-3 .u-text-8,
.u-section-3 .u-text-11,
.u-section-3 .u-text-14 {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--bioflex-gray-800);
  font-family: 'Inter', sans-serif;
}

.u-section-3 .u-layout-cell-6 {
  min-height: 300px;
}

.u-section-3 .u-container-layout-6 {
  padding: 40px;
}

/* Responsive Section 3 */
@media (max-width: 1199px) {
  .u-section-3 .u-sheet-1 {
    min-height: 700px;
  }

  .u-section-3 .u-layout-cell-2,
  .u-section-3 .u-layout-cell-3,
  .u-section-3 .u-layout-cell-4,
  .u-section-3 .u-layout-cell-5 {
    min-height: 260px;
  }
}

@media (max-width: 991px) {
  .u-section-3 .u-sheet-1 {
    min-height: 800px;
  }

  .u-section-3 .u-text-2 {
    margin-bottom: 40px;
  }

  .u-section-3 .u-layout-cell-2,
  .u-section-3 .u-layout-cell-3,
  .u-section-3 .u-layout-cell-4,
  .u-section-3 .u-layout-cell-5 {
    min-height: 220px;
  }
}

@media (max-width: 767px) {
  .u-section-3 .u-sheet-1 {
    min-height: auto;
  }

  .u-section-3 .u-container-layout-2,
  .u-section-3 .u-container-layout-3,
  .u-section-3 .u-container-layout-4,
  .u-section-3 .u-container-layout-5 {
    padding: 30px 25px;
  }

  .u-section-3 .u-layout-cell-6 {
    min-height: 250px;
  }
}

@media (max-width: 575px) {
  .u-section-3 .u-text-1 {
    font-size: 2rem;
  }

  .u-section-3 .u-text-2 {
    font-size: 1.125rem;
  }

  .u-section-3 .u-text-3,
  .u-section-3 .u-text-6,
  .u-section-3 .u-text-9,
  .u-section-3 .u-text-12 {
    font-size: 2.5rem;
  }
}

/* Section 4 - Benefits */
.u-section-4 .u-sheet-1 {
  min-height: 650px;
  padding: 80px 0;
}

.u-section-4 .u-layout-wrap-1 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.u-section-4 .u-image-1 {
  min-height: 530px;
  background-image: url("images/dfbdf.png");
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.u-section-4 .u-container-layout-1 {
  padding: 30px 0 0;
}

.u-section-4 .u-layout-cell-2 {
  min-height: 530px;
}

.u-section-4 .u-container-layout-2 {
  padding: 40px 40px 30px;
}

.u-section-4 .u-list-1 {
  margin-bottom: 0;
  margin-top: 0;
}

.u-section-4 .u-repeater-1 {
  grid-auto-columns: 100%;
  grid-template-columns: repeat(1, 100%);
  min-height: 480px;
  grid-gap: 20px;
}

.u-section-4 .u-container-layout-3,
.u-section-4 .u-container-layout-4,
.u-section-4 .u-container-layout-5,
.u-section-4 .u-container-layout-6 {
  padding: 10px 0;
}

.u-section-4 .u-icon-1,
.u-section-4 .u-icon-2,
.u-section-4 .u-icon-3,
.u-section-4 .u-icon-4 {
  width: 42px;
  height: 42px;
  margin: 0 auto 0 0;
  padding: 0;
  background: var(--bioflex-primary);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.u-section-4 .u-text-1,
.u-section-4 .u-text-3,
.u-section-4 .u-text-5,
.u-section-4 .u-text-7 {
  font-size: 1.375rem;
  font-weight: 700;
  margin: -50px 0 0 70px;
  color: var(--bioflex-gray-900);
  font-family: 'Poppins', sans-serif;
}

.u-section-4 .u-text-2,
.u-section-4 .u-text-4,
.u-section-4 .u-text-6,
.u-section-4 .u-text-8 {
  margin: 15px 0 0 70px;
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--bioflex-gray-800);
  font-family: 'Inter', sans-serif;
}

/* Responsive Section 4 */
@media (max-width: 1199px) {
  .u-section-4 .u-sheet-1 {
    min-height: 750px;
  }

  .u-section-4 .u-image-1 {
    min-height: 450px;
  }

  .u-section-4 .u-layout-cell-2 {
    min-height: 450px;
  }
}

@media (max-width: 991px) {
  .u-section-4 .u-sheet-1 {
    min-height: 800px;
  }

  .u-section-4 .u-image-1 {
    min-height: 500px;
  }

  .u-section-4 .u-layout-cell-2 {
    min-height: 550px;
  }
}

@media (max-width: 767px) {
  .u-section-4 .u-sheet-1 {
    min-height: auto;
  }

  .u-section-4 .u-image-1 {
    min-height: 400px;
  }
}

@media (max-width: 575px) {
  .u-section-4 .u-image-1 {
    min-height: 320px;
  }

  .u-section-4 .u-container-layout-2 {
    padding: 30px 20px;
  }
}

/* Section 5 - Contact Form */
.u-section-5 {
  background: linear-gradient(135deg, var(--bioflex-secondary) 0%, var(--bioflex-primary) 100%);
  background-size: cover;
  padding: 80px 0;
}

.u-section-5 .u-sheet-1 {
  min-height: 600px;
}

.u-section-5 .u-layout-wrap-1 {
  width: 650px;
  margin: 60px auto;
}

.u-section-5 .u-layout-cell-1 {
  min-height: 480px;
  background: white;
  border-radius: 24px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.2);
}

.u-section-5 .u-container-layout-1 {
  padding: 50px 45px;
}

.u-section-5 .u-text-1 {
  font-size: 2rem;
  font-weight: 800;
  margin: 0 0 35px 0;
  color: var(--bioflex-gray-900);
  font-family: 'Poppins', sans-serif;
}

.u-section-5 .u-form-1 {
  height: auto;
  width: 100%;
  margin: 0;
}

.u-section-5 .u-form-group-1,
.u-section-5 .u-form-group-2 {
  margin-left: 0;
  margin-bottom: 25px;
}

.u-section-5 .u-btn-1 {
  border-radius: 16px;
  padding: 16px 40px;
  background: linear-gradient(135deg, var(--bioflex-primary) 0%, var(--bioflex-primary-light) 100%);
  font-weight: 700;
  font-size: 1.125rem;
  box-shadow: 0 10px 25px rgba(16, 185, 129, 0.3);
  transition: all 0.3s ease;
  font-family: 'Poppins', sans-serif;
}

.u-section-5 .u-btn-1:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(16, 185, 129, 0.4);
}

/* Responsive Section 5 */
@media (max-width: 1199px) {
  .u-section-5 .u-sheet-1 {
    min-height: 550px;
  }

  .u-section-5 .u-layout-wrap-1 {
    width: 600px;
  }

  .u-section-5 .u-text-1 {
    font-size: 1.875rem;
  }
}

@media (max-width: 991px) {
  .u-section-5 .u-sheet-1 {
    min-height: 500px;
  }

  .u-section-5 .u-layout-cell-1 {
    min-height: 450px;
  }

  .u-section-5 .u-layout-wrap-1 {
    width: 550px;
  }
}

@media (max-width: 767px) {
  .u-section-5 .u-sheet-1 {
    min-height: auto;
  }

  .u-section-5 .u-layout-wrap-1 {
    width: 90%;
  }

  .u-section-5 .u-container-layout-1 {
    padding: 40px 35px;
  }
}

@media (max-width: 575px) {
  .u-section-5 .u-layout-wrap-1 {
    width: 95%;
  }

  .u-section-5 .u-container-layout-1 {
    padding: 35px 25px;
  }

  .u-section-5 .u-text-1 {
    font-size: 1.625rem;
  }
}

/* Modern UI Elements */
.u-btn-modern {
  border-radius: 16px !important;
}

.u-radius-modern {
  border-radius: 16px !important;
}

.u-image-round-modern {
  border-radius: 24px !important;
}

.u-card-modern {
  background: linear-gradient(135deg, var(--bioflex-gray-50) 0%, white 100%) !important;
  border-radius: 24px !important;
  border: 2px solid var(--bioflex-gray-200) !important;
  transition: all 0.3s ease !important;
}

.u-card-white-modern {
  background: white !important;
  border-radius: 24px !important;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1) !important;
}

.u-input-modern {
  border-radius: 12px !important;
  padding: 14px 18px !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 1rem !important;
  border: 2px solid var(--bioflex-gray-200) !important;
  transition: all 0.3s ease !important;
}

.u-input-modern:focus {
  border-color: var(--bioflex-primary) !important;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1) !important;
}

/* Header Modern */
.u-header-modern {
  background: linear-gradient(135deg, var(--bioflex-primary) 0%, var(--bioflex-secondary) 100%) !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1) !important;
}

.u-logo-text-1 {
  font-size: 2rem !important;
  font-weight: 800 !important;
  color: white !important;
  font-family: 'Poppins', sans-serif !important;
  letter-spacing: -0.5px !important;
}

.u-text-brand {
  color: white !important;
}

.u-logo-text-inner {
  background: linear-gradient(135deg, white 0%, rgba(255, 255, 255, 0.9) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Footer Modern */
.u-footer-modern {
  background: var(--bioflex-gray-900) !important;
  color: var(--bioflex-gray-200) !important;
}

.u-text-footer-link {
  color: var(--bioflex-gray-200) !important;
  transition: color 0.3s ease !important;
}

.u-text-footer-link:hover {
  color: var(--bioflex-primary-light) !important;
}

/* Section Modern */
.u-section-modern {
  background: linear-gradient(135deg, var(--bioflex-primary) 0%, var(--bioflex-secondary) 100%) !important;
}

/* Global Typography */
body {
  font-family: 'Inter', sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif !important;
}

/* Palette Colors Update */
.u-palette-1-base {
  background-color: var(--bioflex-primary) !important;
}

.u-palette-1-light-1 {
  background-color: var(--bioflex-primary-light) !important;
}

.u-palette-1-light-2 {
  background-color: var(--bioflex-gray-100) !important;
}

.u-palette-2-base {
  background-color: var(--bioflex-secondary) !important;
}

.u-palette-2-light-2 {
  background-color: var(--bioflex-secondary-light) !important;
}

.u-palette-2-dark-2 {
  background-color: var(--bioflex-gray-900) !important;
}

.u-palette-2-light-3 {
  color: var(--bioflex-gray-200) !important;
}
