:root {
  --radius: 3px;
}

body, html {
  width: 100%;
  font-family: 'Inter', sans-serif !important;
  margin: 0;
  scroll-behavior: smooth;
}

html {
  height: auto;
  min-height: 100%;
}

body {
  min-height: 100vh;
  color: #111;
  background: #fff;
}

a, button {
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none !important;
  outline: none;
}

.btn:focus {
  box-shadow: none !important;
}

@media (min-width: 768px) {
  br.only_mobile {
    display: none;
  }
}

.blue_text {
  color: #291FFF;
}

.container-fluid {
  max-width: 1260px;
}

.container-fluid.full_width {
  max-width: 100%;
  padding: 0;
}

.homepage_top_section {
  position: relative;
  background: #f2f2f2;
  padding-bottom: 60px;
}

.homepage_top_section_logo_form {
  position: absolute;
  right: 0;
  bottom: 10px;
  z-index: 1;
  pointer-events: none;
}

.homepage_top_nav_container {
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
}

@media (max-width: 991px) {
  .homepage_top_nav_container {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .homepage_top_nav_container {
    flex-direction: row;
    padding: 16px 0;
  }
}

.homepage_top_nav_logo_link {
  display: inline-block;
}

.homepage_top_nav_logo_link img {
  max-height: 65px;
}

@media (max-width: 767px) {
  .homepage_top_nav_logo_link img {
    max-height: 50px;
  }
}

.homepage_top_nav_items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.homepage_top_nav_mobile_items {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 20px;
}

.homepage_top_nav_mobile_items.show {
  display: flex !important;
}

@media (min-width: 768px) {
  .homepage_top_nav_mobile_items.show {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .homepage_top_nav_items {
    display: none;
  }
}

.homepage_top_nav_mobile_toggle {
  display: none;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: var(--radius);
  transition: all 0.3s ease;
  padding: 2px 4px;
}

.homepage_top_nav_mobile_toggle.open {
  border-color: #424242;
}

@media (max-width: 767px) {
  .homepage_top_nav_mobile_toggle {
    display: inline-block;
  }
}

.homepage_top_nav_item {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  line-height: normal;
  margin-left: 24px;
  margin-top: 8px;
}

.homepage_top_img_container {
  min-height: 620px;
  background: linear-gradient(rgba(10, 15, 20, 0), rgba(10, 15, 20, 0)), url('../img/WhatsApp Image 2026-03-26 at 12.32.57.jpeg') center no-repeat;
  background-size: cover;
  padding: 80px 0;
}

.homepage_top_img_text_container {
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  max-width: 870px;
  background: rgba(8, 16, 27, 0.48);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  padding: 48px;
  margin-left: 8%;
  border-left: 4px solid #291FFF;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  position: relative;
  z-index: 2;
}

.hero_kicker {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
  color: #cfd6de;
  margin-bottom: 16px;
}

.homepage_top_img_text_heading {
  font-size: 52px;
  font-weight: 900;
  color: #fff;
  line-height: 1.1;
  max-width: 760px;
}

.homepage_top_img_text_subheading {
  max-width: 720px;
  font-size: 19px;
  font-weight: 400;
  color: #fff;
  line-height: 1.6;
  margin-top: 24px;
}

.hero_points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
  margin-top: 28px;
}

.hero_points span {
  display: block;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  padding: 14px 16px;
  font-size: 15px;
  line-height: 1.4;
}

.homepage_big_heading {
  font-size: 32px;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
  color: #000;
}

.homepage_big_heading_line_container {
  width: 77px;
  height: 4px;
  background: #291FFF;
  margin-top: 12px;
}

.homepage_about_section,
.homepage_info_section,
.homepage_logistics_section,
.homepage_contacts_section {
  padding: 50px 0;
}

.homepage_about_short_desc {
  align-items: center;
  justify-content: flex-end;
  max-width: 700px;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  line-height: 140%;
  background: #5A6E79;
  padding: 52px 60px;
  margin-top: 32px;
  border-radius: var(--radius);
}

.homepage_about_short_desc_inner {
  max-width: 480px;
}

.homepage_about_left_right {
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  margin-top: 54px;
}

.homepage_about_left,
.homepage_about_right {
  width: 50%;
}

.showcase_card,
.info_section_card,
.logistics_section_card {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.section_feature_img {
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
  object-position: center;
  border-radius: var(--radius);
}

.homepage_about_right {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 1.75;
  background: #F1F1F1;
  padding: 40px;
  border-radius: var(--radius);
}

.homepage_commodities_section {
  position: relative;
  background: #F2F2F2;
  padding: 76px 0 100px;
}

.homepage_commodities_section .homepage_commodities_logo_form {
  position: absolute;
  top: 50%;
  right: 0;
}

.homepage_commodities_top_container {
  align-items: stretch;
}

.homepage_commodities_top_left {
  width: 100%;
  max-width: 670px;
  background: none;
  min-height: 420px;
}

.homepage_commodities_top_description {
  width: 100%;
  background: #5A6E79;
  padding: 40px 0;
}

.homepage_commodities_top_description_inner {
  background: #fff;
  padding: 40px 70px;
  margin-left: -70px;
  border-radius: var(--radius);
}

.homepage_commodities_top_description_inner_container {
  max-width: 575px;
}

.homepage_commodities_top_description_text,
.homepage_commodities_text_item_text,
.homepage_logistics_text,
.feature_list li,
.compliance_note {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 1.7;
}

.homepage_commodities_items_container {
  flex-wrap: wrap;
  margin: 46px -16px 0;
}

.homepage_commodities_item {
  width: 340px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  line-height: 140%;
  border-radius: var(--radius);
  background: #fff url('../img/plus_icon.svg') center right 24px no-repeat;
  background-size: 32px;
  border: 2px solid #fff;
  cursor: pointer;
  padding: 32px 60px 32px 24px;
  margin: 24px 16px 0;
}

.homepage_commodities_item.active {
  background: #fff url('../img/minus_icon.svg') center right 24px no-repeat;
  background-size: 32px;
  border: 2px solid #291FFF;
}

.homepage_commodities_text_container {
  margin-top: 32px;
}

.homepage_commodities_text_item {
  display: none;
  border-radius: var(--radius);
  border: 1px solid #d8d8d8;
  background: #fff;
  padding: 32px;
}

.homepage_commodities_text_item.active {
  display: block;
}

.homepage_commodities_text_item_heading {
  font-size: 28px;
  font-weight: 700;
  color: #000;
  line-height: 140%;
}

.homepage_commodities_text_item_img {
  margin-top: 24px;
}

.homepage_commodities_text_item_img img {
  width: 100%;
  max-height: 380px;
  object-fit: cover;
  border-radius: var(--radius);
}

.homepage_info_section.grey {
  background: #f5f6f8;
}

.info_section_card {
  padding: 32px;
}

.procedure_grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.procedure_item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 15px;
  line-height: 1.6;
  background: #f8f9fb;
  border: 1px solid #e4e8ee;
  border-radius: var(--radius);
  padding: 18px;
}

.procedure_item span {
  min-width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #291FFF;
  color: #fff;
  border-radius: 50%;
  font-weight: 700;
}

.compliance_layout,
.logistics_section_card {
  margin-top: 32px;
  align-items: stretch;
}

.compliance_layout {
  display: flex;
  align-items: stretch;
  gap: 0;
}

.compliance_links {
  width: 58%;
  padding: 40px;
  background: #fff;
  border-radius: var(--radius) 0 0 var(--radius);
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}

.compliance_layout .showcase_card {
  width: 42%;
  margin-left: -24px;
  border-radius: 0 var(--radius) var(--radius) 0;
  overflow: hidden;
  box-shadow: none;
  position: relative;
  z-index: 1;
}

.compliance_layout img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.resource_card {
  display: block;
  padding: 16px 20px;
  border-radius: var(--radius);
  background: #2a1fffe1;
  color: #fff;
  font-weight: 600;
  transition: all 0.2s ease;
}

.resource_card:hover {
  background: #1f17cc;
  color: #fff;
}

.compliance_note {
  margin: 22px 0 0;
  color: #444;
  max-width: 520px;
}

.logistics_section_card {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 28px;
  background: linear-gradient(135deg, #ffffff 0%, #f4f6fb 100%);
  padding: 32px;
  border-radius: var(--radius);
  overflow: hidden;
}

.logistics_copy p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 20px;
}

.logistics_visual img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--radius);
}

.feature_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature_list li {
  position: relative;
  padding-left: 26px;
  margin-top: 14px;
}

.feature_list li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #291FFF;
}

.homepage_contacts_left_right {
  align-items: stretch;
  justify-content: space-between;
  position: relative;
  max-width: 1100px;
  background: #F1F1F1;
  padding: 60px 60px 170px 80px;
  margin-top: 60px;
  gap: 40px;
  margin: 60px auto 0;
  border-radius: var(--radius);
  z-index: 1;
}

.homepage_contacts_section_logo_form {
  position: absolute;
  right: -70px;
  bottom: -160px;
  z-index: 3;
  pointer-events: none;
  opacity: 0.16;
}

.homepage_contacts_left {
  width: 52%;
  position: relative;
  z-index: 2;
}

.homepage_contacts_right {
  width: 48%;
  position: relative;
  z-index: 2;
}

.homepage_contacts_heading {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  line-height: 140%;
  margin-top: 24px;
}

.homepage_contacts_text {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 1.7;
  margin-top: 8px;
}

.associated_sites {
  align-items: flex-start;
  justify-content: flex-end;
}

.associated_sites_inner {
  width: 100%;
  background: rgba(255, 255, 255, 0.82);
  border-radius: var(--radius);
  padding: 24px 28px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 2;
}

.associated_sites_inner a {
  display: block;
  color: #111;
  line-height: 1.6;
  font-size: 16px;
  margin-top: 12px;
  word-break: break-word;
}

.associated_sites_inner a:hover {
  color: #291FFF;
}

.homepage_footer_section {
  position: relative;
  background: #0D4F21;
  z-index: 111;
  padding: 24px 0;
}

.homepage_footer_nav_container {
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
}

.homepage_footer_nav_logo_link {
  display: inline-block;
}

.homepage_footer_nav_logo_link img {
  max-height: 65px;
}

.homepage_footer_nav_items {
  align-content: center;
  flex-wrap: wrap;
}

.homepage_footer_nav_item {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  line-height: 140%;
  margin-left: 24px;
  margin-top: 6px;
}

.homepage_footer_bottom_container {
  align-content: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: #fff;
  border-top: 1px solid #757575;
  padding: 16px 16px 0;
  margin-top: 28px;
}

.homepage_footer_bottom_right a {
  color: #fff;
  letter-spacing: 0.5px;
  border-bottom: 1px solid #fff;
  padding-bottom: 2px;
}

.footer_ai_text {
  color: #c30800;
}

.products-header {
  margin-bottom: 28px;
}

.products-header h2 {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  color: #000;
}

.products-header h2 span {
  color: #291FFF;
}

.products-header .line {
  width: 77px;
  height: 4px;
  background: #291FFF;
  margin-top: 12px;
}

.product-card {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: var(--radius);
  padding: 32px;
}

.product-content {
  width: 56%;
}

.product-card h3 {
  margin: 0 0 12px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  color: #000;
}

.product-card p {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.7;
  color: #000;
}

.product-card .specs {
  margin-bottom: 0;
}

.product-card .specs strong {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #000;
}

.product-card ul {
  margin: 0;
  padding-left: 22px;
}

.product-card ul li {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.7;
  color: #000;
}

.product-image {
  width: 44%;
  flex-shrink: 0;
}

.product-image img {
  display: block;
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: var(--radius);
}

#products .container {
  max-width: 1236px;
}

@media (max-width: 1515px) {
  .homepage_top_section_logo_form {
    opacity: 0.12;
    right: -80px;
    bottom: -20px;
  }
}

@media (max-width: 1200px) {
  .homepage_top_section_logo_form {
    display: none;
  }
}

@media (max-width: 991px) {
  .homepage_top_img_text_container {
    margin-left: 24px;
    margin-right: 24px;
  }

  .procedure_grid,
  .homepage_about_left_right,
  .homepage_contacts_left_right,
  .logistics_section_card {
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .homepage_about_left,
  .homepage_about_right,
  .homepage_contacts_left,
  .homepage_contacts_right {
    width: 100%;
  }

  .compliance_layout {
    flex-direction: column;
    gap: 20px;
  }

  .compliance_links,
  .compliance_layout .showcase_card {
    width: 100%;
    margin-left: 0;
    border-radius: var(--radius);
  }

  .compliance_layout .showcase_card {
    min-height: auto;
  }

  .compliance_layout img {
    height: auto;
    object-fit: contain;
  }

  .product-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding: 24px 20px;
  }

  .product-content,
  .product-image {
    width: 100%;
  }

  .product-image img {
    height: 280px;
  }
}

@media (max-width: 767px) {
  .homepage_top_img_container {
    min-height: auto;
    padding: 40px 0;
  }

  .homepage_top_img_text_container {
    padding: 28px 22px;
    margin: 0 16px;
  }

  .homepage_top_img_text_heading {
    font-size: 34px;
  }

  .homepage_top_img_text_subheading,
  .hero_points span {
    font-size: 15px;
  }

  .hero_points {
    grid-template-columns: 1fr;
  }

  .homepage_about_short_desc {
    justify-content: flex-start;
    font-size: 18px;
    padding: 24px 20px;
  }

  .homepage_commodities_top_container {
    flex-direction: column;
  }

  .homepage_commodities_top_left {
    max-width: 100%;
    min-height: 260px;
  }

  .homepage_commodities_top_description_inner {
    margin-left: 0;
    padding: 28px 20px;
  }

  .procedure_grid {
    grid-template-columns: 1fr;
  }

  .info_section_card,
  .logistics_section_card,
  .homepage_commodities_text_item,
  .homepage_about_right {
    padding: 24px 20px;
  }

  .homepage_contacts_left_right {
    padding: 30px 20px 140px;
    margin-top: 40px;
  }

  .homepage_contacts_section_logo_form {
    right: 0;
  }

  .homepage_footer_nav_container,
  .homepage_footer_bottom_container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .homepage_footer_bottom_right {
    margin-top: 16px;
  }

  .products-header h2 {
    font-size: 28px;
  }

  .product-card h3 {
    font-size: 24px;
  }

  .product-image img {
    height: 220px;
  }
}