/* Legal Documents Styles - Swiss International Style */
/* Optimized for Privacy Policy and Terms of Service */

/* Hero Section for Legal Pages */
.c-hero.-basic {
  padding: 120px 0 80px;
  background: var(--white, #ffffff);
  border-bottom: 1px solid var(--gray-200, #e5e5e5);
}

.c-hero.-basic.-align-right {
  text-align: left;
}

.c-hero_title {
  font-size: 48px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 0 0 32px 0;
  color: var(--black, #000000);
}

.c-hero_bottom {
  max-width: 800px;
}

.c-hero_bottom_item {
  margin-bottom: 16px;
  color: var(--gray-700, #374151);
}

h2.c-hero_bottom_item {
  font-size: 8pt !important;
  font-weight: 400 !important;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 0 8px 0;
  color: var(--gray-400, #9ca3af);
}

.c-hero_bottom_item p {
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
}

/* Container Variants */
.o-container.-small {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 32px;
}

/* Regular Paragraph Sections */
.c-regular-paragraph {
  margin: 64px 0;
  padding: 0;
}

.c-regular-paragraph_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 24px 0;
  color: var(--black, #000000);
  letter-spacing: -0.01em;
}

.c-regular-paragraph_text {
  font-size: 16px;
  line-height: 1.8;
  color: var(--gray-800, #1f2937);
}

.c-regular-paragraph_text p {
  margin: 0 0 16px 0;
}

.c-regular-paragraph_text p:last-child {
  margin-bottom: 0;
}

.c-regular-paragraph_text strong {
  font-weight: 700;
  color: var(--black, #000000);
}

.c-regular-paragraph_text ul,
.c-regular-paragraph_text ol {
  margin: 16px 0;
  padding-left: 24px;
}

.c-regular-paragraph_text li {
  margin-bottom: 8px;
  line-height: 1.8;
}

.c-regular-paragraph_text a {
  color: var(--blue, #667eea);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease;
}

.c-regular-paragraph_text a:hover {
  border-bottom-color: var(--blue, #667eea);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .c-hero.-basic {
    padding: 120px 0 60px;
  }

  .c-hero_title {
    font-size: 36px;
  }

  .o-container.-small {
    padding: 0 24px;
  }

  .c-regular-paragraph {
    margin: 48px 0;
  }

  .c-regular-paragraph_title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

@media (max-width: 640px) {
  .c-hero.-basic {
    padding: 120px 0 40px;
  }

  .c-hero_title {
    font-size: 28px;
    margin-bottom: 24px;
  }

  h2.c-hero_bottom_item {
    font-size: 8pt !important;
  }

  .c-hero_bottom_item p {
    font-size: 16px;
  }

  .o-container.-small {
    padding: 0 16px;
  }

  .c-regular-paragraph {
    margin: 40px 0;
  }

  .c-regular-paragraph_title {
    font-size: 18px;
    margin-bottom: 16px;
  }

  .c-regular-paragraph_text {
    font-size: 15px;
  }
}
