  body {
      background: #fff;
      color: #222;
      text-align: center;
      font-size: 1.25rem;
      letter-spacing: 1px;
      font-weight: 500;
      font-family: 'Kumbh Sans', Arial, sans-serif;
      margin: 0;
  }

  section {
      position: relative;
      min-height: auto;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 2rem;
      padding: 2rem 1rem;
      max-width: 1200px;
      margin: 0 auto 2rem;
      background: #fff;
      border-radius: 12px;
  }

  section#bridge {
      min-height: 0;
  }

  section.privacy {
      padding: 1rem;
  }

  section.privacy ul {
      list-style: none;
      line-height: 2rem;
  }

  section.privacy p {
      line-height: 2rem;
  }

  #contacts {
      background: #F2F2F2;
      border-radius: 5rem 5rem 0 0;
  }

  section:last-of-type {
      margin-bottom: 0;
  }

  a {
      color: #ED1C24;
      text-decoration: none;
  }

  a:hover {
      color: #2E3092;
  }

  h1 {
      font-size: 5rem;
      font-weight: 900;
      margin-bottom: 2rem;
      color: #222;
  }

  h1 span {
      color: #2E3092;
  }

  h1 span b {
      color: #ED1C24;
  }

  h2 {
      font-size: 2rem;
      font-weight: 700;
      margin-bottom: 1rem;
      color: #222;
  }

  p {
      font-size: 1.1rem;
      color: #444;
      font-weight: 400;
  }

  footer {
      background: #2E3092;
      color: #fff;
      padding: 4rem 1rem 1rem 1rem;
  }

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

  .footer-columns {
      display: flex;
      flex-wrap: wrap;
      gap: 2rem;
      justify-content: space-between;
      align-items: flex-start;
  }

  .footer-logo-col {
      flex: 1;
      min-width: 180px;
      display: flex;
      align-items: baseline;
      flex-direction: column;
  }

  .footer-logo-img {
      height: 48px;
      display: block;
      margin-bottom: 2rem;
  }

  .footer-links-col {
      flex: 1;
      min-width: 180px;
      border-left: 1px solid rgba(255, 255, 255, 0.25);
      padding-left: 2rem;
  }

  .footer-links-list {
      list-style: none;
      padding: 0;
      margin: 0;
      text-align: left;
  }

  .footer-link:hover {
      color: #e59295;
      text-decoration: underline;
      transition: color 0.2s;
  }

  .footer-links-list li {
      margin-bottom: 1.5rem;
  }

  .footer-links-list li:last-child {
      margin-bottom: 0;
  }

  .footer-link {
      font-size: 1rem;
      color: #fff;
      text-decoration: none;
      text-transform: uppercase;
      font-weight: 500;
  }

  .footer-bottom {
      border-top: 1px solid rgba(255, 255, 255, 0.15);
      padding: 2rem 0 1rem 0;
      margin-top: 2rem;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 0.85rem;
      color: rgba(255, 255, 255, 0.65);
      font-weight: 300;
      flex-wrap: wrap;
  }

  .footer-designer-link {
      color: rgba(255, 255, 255, 0.65);
      text-decoration: underline;
      transition: color 0.3s;
  }

  .footer-designer-link:hover {
      color: #ED1C24;
  }

  .follow-us {
      text-align: left;
      margin-top: 0;
  }

  .follow-us a {
      color: transparent;
  }

  .follow-us-title {
      color: #fff;
      font-size: 1rem;
      margin-bottom: 1rem;
      font-weight: 500;
      text-align: left;
  }

  .footer-social-link {
      margin-right: 1rem;
  }

  .footer-social-link:last-child {
      margin-right: 0;
  }

  .footer-social-link img {
      display: inline-block;
      height: 24px;
      width: 24px;
  }

  .footer-social-icon {
      font-size: 2rem;
      color: #fff;
      vertical-align: middle;
  }

  header {
      position: sticky;
      top: 0;
      background: #fff;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
      padding: 1rem 0;
      z-index: 999;
  }

  .header-content {
      display: flex;
      align-items: center;
      justify-content: space-between;
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 1rem;
  }

  .nav-left {
      text-align: left;
  }

  .logo-center {
      text-align: center;
  }

  .cta-right {
      text-align: right;
      width: 315px;
  }

  .logo-img {
      height: 48px;
  }

  nav a {
      color: #222;
      text-decoration: none;
      margin-right: 2rem;
      font-weight: 500;
      font-size: 1.1rem;
      transition: color 0.2s;
  }

  nav a:last-child {
      margin-right: 0;
  }

  nav a:hover {
      color: #ED1C24;
  }

  .cta-btn {
      background: #F2F2F2;
      color: #222;
      padding: 1rem 1.5rem;
      border-radius: 12px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1rem;
      transition: background 1s;
  }

  .cta-btn svg {
      position: relative;
      display: inline;
      stroke: #222;
      top: 5px;
      margin-right: 8px;
  }

  .cta-btn:hover {
      background: #ED1C24;
      color: #fff !important;
  }

  .cta-btn:hover svg {
      stroke: #fff !important;
  }


  .cta-btn-svg {
      vertical-align: middle;
      margin-right: 8px;
      position: relative;
      top: -2px;
  }

  .empty-div {
      height: 100px;
  }

  .scroll-effect-section {
      z-index: 2;
      display: block;
      position: relative;
      top: 0;
      margin-bottom: 2rem;
      transform: translateY(0);
      transition: transform 0.2s;
  }

  .scroll-effect-section .wrapper {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 1.5rem;
      position: relative;
  }

  .swiss-flag-img {
      height: 64px;
      position: relative;
      top: 1rem;
  }

  .main-title {
      font-size: 5rem;
      font-weight: 900;
      color: #222;
      text-align: left;
      margin: 0;
      padding: 0;
  }

  .mountain-img {
      z-index: 1;
      margin: 0 auto;
      display: block;
      position: relative;
      width: 100%;
        aspect-ratio: 1 / 1;
      background: url('assets/mountains.png') center/cover no-repeat;
      border-radius: 4rem;
      transform: translateY(0);
      transition: transform 0.2s;
  }

  .bridge-img {
      width: 100%;
      height: 500px;
      background: url('assets/bridge.png') center/cover no-repeat;
      border-radius: 12px;
  }

  .world-img {
      width: 100%;
      height: auto;
      background: url('assets/world_map.svg') center/100% no-repeat;
  }

  .brand-list {
      font-size: 1.5rem;
      list-style: none;
      text-align: left;
      padding-left: 2rem;
      padding-top: 2rem;
  }

  .brand-list li {
      position: relative;
      padding-left: 2.5rem;
      margin-bottom: 3rem;
  }

  .brand-list li::before {
      content: "";
      position: absolute;
      left: -4px;
      top: 4px;
      width: 24px;
      height: 24px;
      background: url('assets/shape.svg') no-repeat center center / contain;
      display: inline-block;
  }

  /* Product styles */
  .products-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      margin-top: 2rem;
  }

  .product-item {
      width: 300px;
      margin: 20px;
      border-radius: 8px;
      text-align: center;
  }

  .product-image {
      width: 100%;
      border-radius: 8px;
      margin-bottom: 10px;
  }

  .product-title {
      font-size: 1.2rem;
      text-transform: uppercase;
  }

  /* Fields styles */
  .fields-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      margin-top: 2rem;
      padding: 2rem 1rem;
      gap: 20px;
  }

  .field-item {
      width: 300px;
      padding: 20px;
      border-radius: 8px;
      text-align: left;
  }

  .field-icon {
      width: 40px;
      height: 40px;
      margin-bottom: 10px;
  }

  .field-title {
      font-size: 1.3rem;
      margin: 10px 0;
      color: #2E3092;
      text-transform: uppercase;
  }

  .field-description {
      font-size: 1rem;
      line-height: 1.4rem;
      color: #555;
  }

  /* Labelexpo styles */
  .labelexpo-container {
      background-color: #ED1C24;
      color: white;
      padding: 20px;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: left;
      border-radius: 10px;
      margin-top: -200px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }

  .labelexpo-image-container {
      background: white;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 1rem;
      border-radius: 8px;
  }

  .labelexpo-image {
      height: 70px;
      width: auto;
  }

  .labelexpo-text {
      color: white;
      text-align: left;
      margin-left: 2rem;
  }

  .labelexpo-text h2 {
      color: white;
      font-size: 1.5rem;
      margin-bottom: 0.5rem;
  }

  .labelexpo-text p {
      color: white;
      margin: 0.5rem 0;
  }

  /* General image styles */
  .squares-image,
  .shop-image {
      max-width: 100%;
      height: auto;
      margin: 1rem 0;
  }

  .scroll-up-btn {
      position: fixed;
      bottom: 20px;
      right: 20px;
      padding: 10px 15px;
      font-size: 20px;
      border: none;
      border-radius: 5px;
      background-color: #ED1C24;
      color: #fff;
      cursor: pointer;
      z-index: 1000;
      transition: all 0.2s;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }

  .scroll-up-btn:hover,
  .scroll-up-btn:focus {
      background-color: #2E3092;
      transition: all 0.2s;
  }

  @media (max-width: 768px) {
      .mountain-img {
          border-radius: 8px;
      }

      body {
          font-size: 1rem;
          padding: 1rem 0;
      }

      .header-content {
          flex-direction: column;
          align-items: center;
      }

      .nav-left,
      .cta-right {
          text-align: center;
          margin-bottom: 1rem;
      }

      nav a {
          margin-right: 1rem;
      }

      section {
          padding: 1rem;
      }

      h1 {
          font-size: 3rem;
      }

      h2 {
          font-size: 1.5rem;
      }

      .squares-image,
      .shop-image {
          margin: 0 auto;
      }

      .footer-columns {
          flex-direction: column;
          gap: 1rem;
      }

      .footer-links-col {
          border-left: none;
          padding-left: 0;
      }

      .footer-bottom {
          flex-direction: column;
          gap: 0.5rem;
          text-align: center;
      }

      .main-title {
          font-size: 3rem;
      }

      .bridge-img {
          width: 100%;
          height: 200px;
          background: url('assets/bridge.png') contain no-repeat;
      }

      .nav-left,
      .cta-right {
          display: none;
      }

      .header-content {
          flex-direction: column;
          align-items: center;
      }

      .cta-right {
          margin-top: 1rem;
      }

      .footer-columns {
          flex-direction: column;
          align-items: center;
          text-align: center;
      }

      .footer-logo-col {
          margin-bottom: 1.5rem;
          align-items: center;
      }

      .footer-links-col {
          border-left: none;
          padding-left: 0;
          margin-bottom: 1.5rem;
          border-top: 1px solid rgba(255, 255, 255, 0.25);
          padding-top: 2rem;
      }

      .footer-links-list {
          text-align: center;
      }

      .footer-bottom {
          flex-direction: column;
          text-align: center;
          gap: 0.5rem;
      }

      .product-item {
          width: 150px;
          margin: 10px;
      }

      .empty-div {
          height: 50px;
      }

      .labelexpo-container {
          padding: 10px;
          display: flex;
          flex-direction: column;
          align-items: center;
          margin-top: -100px;
      }

      .labelexpo-text {
          margin: 1rem;
      }

      #contacts {
          border-radius: 2rem 2rem 0 0;
          padding-bottom: 2rem;
      }
  }