* {
    box-sizing: border-box;
}

.main-page {
    background-color: rgba(18, 18, 18, 1);
    display: flex;
    padding: 20px 0;
    flex-direction: column;
    overflow: hidden;
    align-items: stretch;
    font-family:
      Montserrat,
      -apple-system,
      Roboto,
      Helvetica,
      sans-serif;
  }
  
  /* Header Styles */
  .site-header {
    align-self: center;
    width: 100%;
    max-width: 1200px;
  }
  
  .header-container {
    width: 100%;
  }
  
  .header-content {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: start;
  }
  
  .logo {
    color: rgba(194, 71, 255, 1);
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0;
    text-decoration: none;
  }
  
  .header-nav {
    display: flex;
    margin-top: 20px;
    align-items: center;
    gap: 20px;
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
    justify-content: start;
  }
  
  .nav-link {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    align-self: stretch;
    margin: auto 0;
  }
  
  .header-divider {
    background-color: rgba(194, 71, 255, 1);
    min-height: 1px;
    margin-top: 20px;
    width: 100%;
  }
  
  /* Hero Section */
  .hero-section {
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: 507px;
    margin-top: 30px;
    width: 100%;
    padding: 50px 80px;
    align-items: center;
    color: rgba(255, 255, 255, 1);
    justify-content: center;
  }
  
  .hero-background {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  
  .hero-content {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 987px;
    flex-direction: column;
    align-items: stretch;
    justify-content: start;
  }
  
  .hero-text {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    justify-content: start;
  }
  
  .hero-title {
    font-size: 80px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0;
  }
  
  .hero-description {
    font-size: 14px;
    font-weight: 400;
    align-self: center;
    margin-top: 30px;
  }
  
  .cta-container {
    border-radius: 60px;
    align-self: center;
    margin-top: 30px;
    width: 269px;
    max-width: 100%;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
  }
  
  .cta-button {
    display: block;
    border-radius: 60px;
    background-color: rgba(194, 71, 255, 1);
    padding: 25px 60px;
    color: white;
    text-decoration: none;
    text-align: center;
  }
  
  /* Stats Section */
  .stats-section {
    display: flex;
    margin-top: 80px;
    width: 100%;
    padding: 0 80px;
    flex-direction: column;
    align-items: stretch;
    color: rgba(255, 255, 255, 1);
    font-weight: 800;
    text-transform: uppercase;
  }
  
  .stats-container {
    width: 100%;
  }
  
  .section-title {
    font-size: 66px;
    margin: 0;
    font-weight: 800;
    font-size: 66px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;

  }
  
  .highlight {
    color: rgba(194, 71, 255, 1);
  }
  
  .stats-grid {
    margin-top: 30px;
    width: 100%;
    font-size: 70px;
  }
  
  .stat-item {
    width: 100%;
    margin-bottom: 20px;
  }
  
  .stat-content {
    margin: 0;
  }
  
  .stat-number {
    font-size: 66px;
    color: rgba(194, 71, 255, 1);
    margin: 0;
    font-weight: 800;
  }
  
  .stat-description {
    font-size: 30px;
    margin: 0;
    font-weight: 800;
  }
  
  .stat-divider {
    background-color: rgba(255, 255, 255, 1);
    min-height: 1px;
    margin-top: 20px;
    width: 100%;
  }
  
  .about-title {
    align-self: start;
    margin-top: 80px;
  }
  
  /* About Section */
  .about-section {
    align-self: start;
    display: flex;
    margin-top: 30px;
    align-items: center;
    gap: 30px;
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
    justify-content: start;
    flex-wrap: wrap;
    padding: 0 80px;
  }
  
  .about-image {
    aspect-ratio: 0.95;
    object-fit: contain;
    object-position: center;
    width: 562px;
    align-self: stretch;
    min-width: 240px;
    margin: auto 0;
  }
  
  .about-content {
    align-self: stretch;
    margin: auto 0;
    width: 692px;
  }
  
  .about-subtitle {
    font-weight: 800;
    font-size: 24px;
    color: rgba(194, 71, 255, 1);
  }
  
  .about-feature {
    font-weight: 800;
  }
  
  /* Topics Section */
  .topics-section {
    align-self: center;
    margin-top: 80px;
    width: 100%;
    max-width: 1201px;
    color: rgba(255, 255, 255, 1);
    padding: 0 80px;
  }
  
  .topics-grid {
    margin-top: 30px;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
  }
  
  .topics-row {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 20px;
    justify-content: start;
    flex-wrap: wrap;
  }
  
  .topic-item {
    align-self: stretch;
    min-width: 240px;
    margin: auto 0;
    flex-grow: 1;
    flex-shrink: 1;
    width: 310px;
  }
  
  .topic-content {
    width: 100%;
  }
  
  .topic-icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 50px;
  }
  
  .topic-text {
    margin-top: 20px;
  }
  
  .topic-title {
    font-weight: 800;
    font-size: 26px;
    text-transform: uppercase;
    color: rgba(194, 71, 255, 1);
    margin: 0 0 20px 0;
  }
  
  .topic-description {
    margin: 0;
  }
  
  .topic-divider {
    background-color: rgba(217, 217, 217, 1);
    min-height: 1px;
    margin-top: 52px;
    width: 100%;
  }
  
  /* Articles Section */
  .articles-section {
    align-self: center;
    margin-top: 80px;
    width: 100%;
    max-width: 1201px;
    color: rgba(255, 255, 255, 1);
    padding: 0 80px;
  }
  
  .articles-grid {
    display: flex;
    margin-top: 30px;
    width: 100%;
    align-items: start;
    gap: 20px;
    font-size: 14px;
    font-weight: 400;
    justify-content: start;
    flex-wrap: wrap;
  }
  
  .article-item {
    min-width: 240px;
    min-height: 367px;
    flex-grow: 1;
    flex-shrink: 1;
    width: 310px;
  }
  
  .article-image {
    aspect-ratio: 1.93;
    object-fit: contain;
    object-position: center;
    width: 100%;
    border-radius: 20px;
  }
  
  .article-content {
    margin-top: 20px;
  }
  
  .article-title {
    font-weight: 800;
    font-size: 22px;
    text-transform: uppercase;
    color: rgba(194, 71, 255, 1);
    margin: 0 0 20px 0;
  }
  
  .article-description {
    margin: 0;
  }
  
  /* Contact Section */
  .contact-section {
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: 794px;
    margin-top: 80px;
    width: 100%;
    padding: 49px 80px;
    align-items: center;
    justify-content: center;
  }
  
  .contact-background {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  
  .contact-container {
    position: relative;
    width: 100%;
    max-width: 1042px;
    margin: 0 auto;
  }
  
  .contact-info {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    justify-content: start;
  }
  
  .contact-title {
    font-size: 66px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0;
  }
  
  .contact-description {
    font-size: 14px;
    font-weight: 400;
    align-self: center;
    margin-top: 30px;
  }
  
  .contact-detail {
    font-weight: 800;
    color: rgba(255, 255, 255, 1);
  }
  
  .contact-form-container {
    border-radius: 24px;
    background-color: rgba(255, 255, 255, 1);
    display: flex;
    margin-top: 30px;
    width: 100%;
    padding: 23px 20px;
    flex-direction: column;
    overflow: hidden;
    align-items: stretch;
    font-size: 14px;
    justify-content: center;
  }

  .popup {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    text-align: center;
    padding: 20px;
    z-index: 999;
    font-family: 'Montserrat', sans-serif;
  }

  .popup .container {
    max-width: 1200px;
    margin: 0 auto;
  }

  .popup-title {
    font-weight: 800;
    font-size: 26px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    margin: 20px 0px;
  }

  .popup-btns {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    max-width: 388px;
    margin: 0 auto;
    margin-top: 20px;
  }

  .popup .btn-outline {
    background: transparent;
    border: 1px solid #C247FF;
    color: #C247FF;
  }

  .popup button {
    border: none;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    text-transform: uppercase;
  }
  
  .contact-form {
    width: 100%;
  }
  
  .form-fields {
    max-width: 100%;
    width: 1002px;
    color: #121212;
    font-weight: 400;
  }
  
  .form-field {
    border-radius: 60px;
    width: 100%;
    margin-bottom: 12px;
  }
  
  .form-input {
    width: 100%;
    border-radius: 60px;
    background-color: rgba(18, 18, 18, 0.12);
    padding: 18px 20px;
    border: none;
    font-family:
      Montserrat,
      -apple-system,
      Roboto,
      Helvetica,
      sans-serif;
    font-size: 14px;
  }
  
  .form-textarea {
    min-height: 100px;
    resize: vertical;
  }
  
  .form-submit {
    border-radius: 60px;
    margin-top: 20px;
    max-width: 100%;
    width: 1002px;
  }
  
  .submit-button {
    width: 100%;
    border-radius: 60px;
    background-color: rgba(194, 71, 255, 1);
    padding: 25px 70px;
    border: none;
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    text-transform: uppercase;
    font-family:
      Montserrat,
      -apple-system,
      Roboto,
      Helvetica,
      sans-serif;
    font-size: 14px;
    cursor: pointer;
  }

  html {
    scroll-behavior: smooth;
  }
  
  /* Footer */
  .site-footer {
    align-self: center;
    display: flex;
    margin-top: 80px;
    width: 100%;
    max-width: 1200px;
    flex-direction: column;
    align-items: stretch;
    justify-content: start;
    text-align: center;
  }
  
  .main-section .cta-button {
    max-width: 284px;
    display: inline-block;
    margin-top: 30px;
  }
  
  .footer-container {
    width: 100%;
  }
  
  .footer-content {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: start;
  }
  
  .footer-nav {
    display: flex;
    margin-top: 20px;
    align-items: center;
    gap: 20px;
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
    justify-content: start;
  }
  
  .footer-divider {
    background-color: rgba(194, 71, 255, 1);
    min-height: 1px;
    margin-top: 20px;
    width: 100%;
  }
  
  .copyright {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    align-self: center;
    margin-top: 20px;
  }

  .main-section {
    color: #fff;
  }

  .main-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0px;
  }

  .main-section .section-title {
    color: #C247FF;
  }

  .text {
    font-size: 14px;
    line-height: 120%;
  }

  .main-content {
    max-width: 1100px;
  }
  
  /* Media Queries */
  @media (max-width: 991px) {
    .site-header {
      max-width: 100%;
    }

    .main-section .container {
      padding: 40px 20px;
    }

    .header-nav {
      flex-direction: column;
      align-items: center;
      text-align: center;
      gap: 10px;
    }

    .stat-number {
        font-size: 34px;
    }

    .stat-description {
        font-size: 24px;
    }
  
    .header-container {
      max-width: 100%;
    }
  
    .header-content {
      max-width: 100%;
    }
  
    .header-divider {
      max-width: 100%;
    }
  
    .hero-section {
      max-width: 100%;
      padding: 50px 20px;
    }
  
    .hero-content {
      max-width: 100%;
    }
  
    .hero-text {
      max-width: 100%;
    }
  
    .hero-title {
      max-width: 100%;
      font-size: 40px;
    }
  
    .hero-description {
      max-width: 100%;
    }
  
    .cta-button {
      padding: 25px 20px;
    }
  
    .stats-section {
      max-width: 100%;
      padding: 0 20px;
      margin-top: 40px;
    }
  
    .stats-container {
      max-width: 100%;
    }
  
    .section-title {
      max-width: 100%;
      font-size: 40px;
    }
  
    .stats-grid {
      max-width: 100%;
      font-size: 40px;
    }
  
    .stat-item {
      max-width: 100%;
      font-size: 40px;
    }
  
    .stat-content {
      max-width: 100%;
      font-size: 40px;
    }
  
    .stat-divider {
      max-width: 100%;
    }
  
    .about-title {
      margin-top: 40px;
      font-size: 40px;
    }
  
    .about-section {
      max-width: 100%;
      padding: 0 20px;
    }
  
    .about-image {
      max-width: 100%;
    }
  
    .about-content {
      max-width: 100%;
    }
  
    .topics-section {
      max-width: 100%;
      margin-top: 40px;
      padding: 0 20px;
    }
  
    .topics-title {
      max-width: 100%;
      font-size: 40px;
    }
  
    .topics-grid {
      max-width: 100%;
    }
  
    .topics-row {
      max-width: 100%;
    }
  
    .topic-divider {
      margin-top: 40px;
    }
  
    .articles-section {
      max-width: 100%;
      margin-top: 40px;
      padding: 0 20px;
    }
  
    .articles-title {
      max-width: 100%;
      font-size: 40px;
    }
  
    .articles-grid {
      max-width: 100%;
    }
  
    .contact-section {
      max-width: 100%;
      padding: 49px 20px;
      margin-top: 40px;
    }
  
    .contact-container {
      max-width: 100%;
    }
  
    .contact-info {
      max-width: 100%;
    }
  
    .contact-title {
      max-width: 100%;
      font-size: 40px;
    }
  
    .contact-description {
      max-width: 100%;
    }
  
    .contact-form-container {
      max-width: 100%;
    }
  
    .form-input {
      max-width: 100%;
    }
  
    .submit-button {
      max-width: 100%;
      padding: 25px 20px;
      white-space: initial;
    }
  
    .site-footer {
      max-width: 100%;
      margin-top: 40px;
    }
  
    .footer-container {
      max-width: 100%;
    }
  
    .footer-content {
      max-width: 100%;
    }
  
    .footer-divider {
      max-width: 100%;
    }
  }
  