body {
  font-family: "Poppins", sans-serif;
}

.hero-section {
  background: linear-gradient(rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.28)),
    url("../images/background-image-hero.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 794px;
  display: flex;
  align-items: center;
  padding-top: 80px;
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 26px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
}

.hero-container {
  max-width: 1376px;
  margin: 0 auto;
  gap: 113px;
  width: 100%;
  height: 100%;
}

.hero-content {
  flex: 1;
  max-width: 768px;
}

.hero-title {
  font-size: 64px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.hero-description {
  color: #eaeaea;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0%;
}

.btn-explore {
  padding: 14px 41.5px;
  border: 1px solid #ffffff;
  background: transparent;
  color: #ffffff;
  text-decoration: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
  display: inline-block;
}

.btn-explore:hover {
  background: #e3e4e1;
  color: #212529;
  text-decoration: none;
}

.structure-section {
  padding: 72px 0;
  background: #ffffff;
}

.structure-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 1443px;
  margin: 0 auto;
  padding: 0 32px;
}

.structure-header {
  display: flex;
  flex-direction: column;
}

.structure-subtitle {
  color: #9c9c9c;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.structure-title {
  color: #232323;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 0;
  font-family: Poppins;
  line-height: 150%;
  letter-spacing: 0%;
}

.structure-csv-container {
  overflow: hidden;
}

.structure-csv-main-content {
  display: flex;
  height: 232px;
}

.structure-csv-left-panel {
  flex: 1;
  padding: 16px 24px 0px 0px;
}

.structure-csv-left-panel p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #9c9c9c;
}

.structure-csv-right-panel {
  flex: 2;
  background: white;
  position: relative;
  border: 1px solid #cfcfcf;
  border-radius: 8px;
  padding: 16px 16px 0px 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.structure-csv-header {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.structure-csv-copy-btn {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #353535;
  flex-shrink: 0;
  background: transparent;
  border: none;
  outline: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  height: 21px;
  padding: 0px;
  outline: none !important;
}

.structure-csv-copy-btn:hover {
  background-color: #f8f9fa;
  border-color: #c1c9d0;
}

.structure-csv-copy-btn:active {
  transform: translateY(1px);
}

.structure-csv-copy-icon {
  width: 18px;
  height: 18px;
  stroke: #9c9c9c;
}

.structure-csv-data-code {
  max-width: 810px;
  overflow: auto;
}

.structure-csv-data-code::-webkit-scrollbar {
  width: 0px;
}

.structure-csv-data-code pre {
  margin: 0;
  white-space: pre;
  overflow: visible;
  max-width: 810px;
}

.structure-csv-data-code code {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #9c9c9c;
  max-width: 810px;
}

.success-message {
  position: fixed;
  top: 20px;
  right: 20px;
  background: #28a745;
  color: white;
  padding: 12px 20px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  z-index: 1000;
  transform: translateX(100%);
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 9999;
}

.success-message.show {
  transform: translateX(0);
  opacity: 1;
}

.fields-section {
  padding: 72px 0;
  background: #ffffff;
}

.fields-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 1443px;
  margin: 0 auto;
  padding: 0 32px;
}

.fields-header {
  display: flex;
  flex-direction: column;
}

.fields-subtitle {
  color: #9c9c9c;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.fields-title {
  color: #232323;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 0;
  font-family: Poppins;
  line-height: 150%;
  letter-spacing: 0%;
}

.fields-content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.fields-card {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 8px;
}

.fields-card-number {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 56px;
  line-height: 84px;
  text-align: center;
  color: #d63b54;
  flex-shrink: 0;
}

.fields-card-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.fields-card-title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #353535;
}

.fields-card-description {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #9c9c9c;
}

/* Mobile Responsive */

@media (max-width: 1100px) {
  .hero-container {
    flex-direction: column;
    gap: 40px;
  }

  .hero-form {
    width: 100%;
    max-width: 500px;
  }
}

@media (max-width: 768px) {
  /* Navigation */
  .nav-menu {
    display: none;
  }

  /* Hero Section */
  .hero-section {
    min-height: auto;
    height: auto;
    padding-top: 92px;
    padding-bottom: 21px;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
  }

  .hero-container {
    height: auto;
    align-items: flex-start;
    gap: 24px;
    position: relative;
    z-index: 1;
  }

  .hero-content {
    transform: translateY(0);
  }

  .hero-title {
    font-size: 48px;
    text-align: start;
    line-height: 150%;
    font-weight: 500;
    margin-bottom: 8px;
  }

  .hero-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: start;
    margin-bottom: 0;
  }

  .btn-explore {
    display: none;
  }

  /* Structure Section */
  .structure-section {
    padding: 24px 0px 0px 0px;
  }

  .structure-title {
    font-size: 24px;
    line-height: 42px;
  }

  .structure-subtitle {
    font-size: 14px;
  }

  .structure-container {
    padding-left: 16px;
    padding-right: 16px;
    gap: 16px;
  }

  .structure-csv-main-content {
    height: auto;
    flex-direction: column;
    gap: 24px;
  }

  .structure-csv-left-panel {
    padding: 0px;
  }

  .structure-csv-left-panel p {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
  }

  .structure-csv-right-panel {
    padding: 8px;
    height: 146px;
    flex: auto;
    gap: 6px;
  }

  .structure-csv-data-code pre {
    white-space: pre;
  }

  .structure-csv-data-code code {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }

  .success-message {
    display: none;
  }

  /* Fields description section */
  .fields-section {
    padding: 32px 0px 24px 0px;
  }

  .fields-title {
    font-size: 24px;
    line-height: 42px;
  }

  .fields-subtitle {
    font-size: 14px;
  }

  .fields-container {
    padding-left: 16px;
    padding-right: 16px;
    gap: 16px;
  }

  .fields-content {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .fields-card {
    align-items: flex-start;
    gap: 16px;
  }

  .fields-card-number {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    min-width: 26px;
  }

  .fields-card-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
  }

  .fields-card-description {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
  }
}
