/* Modern BioFlex Design System - Politica Page */
: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 - Privacy Policy Content */
.u-section-1 {
  min-height: auto;
  background: linear-gradient(135deg, var(--bioflex-gray-50) 0%, #FFFFFF 100%);
  padding: 60px 0;
}

.u-section-1 .u-sheet-1 {
  min-height: auto;
  padding: 40px 20px;
}

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

.u-section-1 .u-text-2 {
  font-size: 1.125rem;
  line-height: 1.8;
  margin: 0 auto 40px;
  max-width: 900px;
  color: var(--bioflex-gray-800);
  font-family: 'Inter', sans-serif;
  text-align: left;
}

.u-section-1 .u-text-font {
  font-family: 'Poppins', sans-serif;
}

/* Responsive Section 1 */
@media (max-width: 991px) {
  .u-section-1 .u-text-1 {
    font-size: 2.125rem;
  }

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

@media (max-width: 767px) {
  .u-section-1 .u-text-1 {
    font-size: 1.875rem;
    margin: 30px 0 25px 0;
  }

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

@media (max-width: 575px) {
  .u-section-1 {
    padding: 40px 0;
  }

  .u-section-1 .u-sheet-1 {
    padding: 20px 15px;
  }

  .u-section-1 .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;
}

/* 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;
}

/* 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;
}
