/* Moventra Design System - Politica Page */
:root {
  --moventra-primary: #0F172A;
  --moventra-primary-light: #1E293B;
  --moventra-primary-dark: #020617;
  --moventra-secondary: #EA580C;
  --moventra-secondary-light: #F97316;
  --moventra-accent: #FB923C;
  --moventra-gray-50: #F8FAFC;
  --moventra-gray-100: #F1F5F9;
  --moventra-gray-200: #E2E8F0;
  --moventra-gray-800: #1E293B;
  --moventra-gray-900: #0F172A;
}

/* Section 1 - Privacy Policy Content */
.u-section-1 {
  min-height: auto;
  background: linear-gradient(135deg, var(--moventra-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(--moventra-secondary);
  font-family: 'Outfit', 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(--moventra-gray-800);
  font-family: 'DM Sans', sans-serif;
  text-align: left;
}

.u-section-1 .u-text-font {
  font-family: 'Outfit', 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: 0 !important;
}

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

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

.u-card-modern {
  background: var(--moventra-gray-50) !important;
  border-radius: 0 !important;
  border: 1px solid var(--moventra-gray-200) !important;
  transition: all 0.3s ease !important;
}

.u-card-white-modern {
  background: #fff !important;
  border-radius: 0 !important;
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.08) !important;
}

/* Header Modern */
.u-header-modern {
  background: var(--moventra-primary) !important;
  box-shadow: none !important;
  border-bottom: 3px solid var(--moventra-secondary) !important;
}

.u-logo-text-1 {
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  color: #fff !important;
  font-family: 'Outfit', sans-serif !important;
  letter-spacing: 0.05em !important;
}

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

.u-logo-text-inner {
  color: #fff;
  -webkit-text-fill-color: #fff;
  background: none;
  background-clip: unset;
}

/* Footer Modern */
.u-footer-modern {
  background: var(--moventra-primary-dark) !important;
  color: var(--moventra-gray-200) !important;
  border-top: 4px solid var(--moventra-secondary) !important;
}

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

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

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

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

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

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

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

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

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

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

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