body {
      margin: 0;
      font-family: 'Segoe UI', sans-serif;
      background-color: #f6f9f7;
      color: #2e3d30;
    }

    .hero {
      background: url('images/hero.png') center/cover no-repeat;
      height: 90vh;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
    }

    .hero-content h1 {
      font-size: 3.5rem;
      margin-bottom: 1rem;
    }

    .hero-content p {
      font-size: 1.5rem;
    }

    .hero-content.hero-box {
      background-color: rgba(46, 61, 48, 0.7);
      padding: 2rem 3rem;
      border-radius: 16px;
      display: flex;
      align-items: center;
      gap: 1.5rem;
    }

    .hero-logo {
      height: 300px;
      flex-shrink: 0;
      border-radius: 12px;
      background-color: #F6F0E1;
      padding: 0.5rem;
    }

    .section {
      display: flex;
      flex-wrap: wrap;
      padding: 3rem 2rem;
      align-items: center;
      gap: 2rem;
    }
    .section.intro {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 4rem 2rem;
    }

    .section.intro .image {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
    }

    .section.intro iframe {
      width: 75%;
      height: auto;
      aspect-ratio: 16/9;
      border-radius: 12px;
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    }
    .section.alt {
      background-color: #e0f2e9;
    }

    .text {
      flex: 1 1 400px;
    }

    .image {
      flex: 1 1 400px;
    }

    .image img {
      width: 100%;
      border-radius: 12px;
      box-shadow: 0 4px 16px rgba(0,0,0,0.1);
    }

    /* Before-After Slider Styles */
    .before-after-container {
      position: relative;
      width: 100%;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 4px 16px rgba(0,0,0,0.1);
      cursor: col-resize;
      user-select: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
    }

    .before-after-container img {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 0;
      box-shadow: none;
      pointer-events: none;
      user-select: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      -webkit-user-drag: none;
      -khtml-user-drag: none;
      -moz-user-drag: none;
      -o-user-drag: none;
      user-drag: none;
    }

    .before-image {
      position: relative;
      z-index: 1;
    }

    .after-image {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      clip-path: inset(0 0 0 50%);
      transition: clip-path 0.1s ease;
    }

    .slider-handle {
      position: absolute;
      top: 0;
      left: 50%;
      width: 4px;
      height: 100%;
      background: #ffffff;
      z-index: 3;
      cursor: col-resize;
      transform: translateX(-50%);
      box-shadow: 0 0 10px rgba(0,0,0,0.3);
    }

    .slider-handle::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 20px;
      height: 20px;
      background: #ffffff;
      border: 2px solid #3b5e45;
      border-radius: 50%;
      transform: translate(-50%, -50%);
      box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    }

    .slider-handle::after {
      content: '⟷';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #3b5e45;
      font-size: 12px;
      font-weight: bold;
      pointer-events: none;
    }

    .before-after-labels {
      position: absolute;
      top: 20px;
      left: 0;
      right: 0;
      z-index: 4;
      display: flex;
      justify-content: space-between;
      padding: 0 20px;
      pointer-events: none;
    }

    .label {
      background: rgba(59, 94, 69, 0.8);
      color: white;
      padding: 8px 16px;
      border-radius: 20px;
      font-size: 14px;
      font-weight: bold;
      text-shadow: none;
    }

    ul {
      padding-left: 1.2rem;
    }

    ul li {
      margin-bottom: 1rem;
    }

    ul li img {
      display: block;
      margin-top: 0.5rem;
      max-width: 300px;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    }

    footer {
      background-color: #3b5e45;
      color: white;
      text-align: center;
      padding: 2rem;
      font-size: 2.7rem; 
    }

    footer .footer-logos {
      justify-content: center;
      align-items: center;
      gap: 2rem;
      margin-bottom: 1rem;
    }

    footer .footer-logos img {
      height: 100px;
      width: 25%;
      object-fit: contain;
      padding: 0.25rem;
    }

    footer a {
      color: #ffffff;
      font-size: 2.7rem; 
      font-weight: bold;
      text-decoration: underline;
    }

    footer a:hover {
      text-decoration: none;
    }

    h2 {
      font-size: 3rem; 
      font-weight: 600;
      margin-bottom: 1.5rem;
      color: #2e3d30;
    }

    .section p {
      font-size: 2.0rem; 
      line-height: 1.3;
      letter-spacing: 0.2px;
      color: #2e3d30;
    }

    h2::before {
      content: '';
      display: block;
      width: 40px;
      height: 4px;
      background-color: #3b5e45;
      margin-bottom: 0.5rem;
      border-radius: 2px;
    }

    a {
      color: #2e7d4f;
      text-decoration: underline;
      font-weight: bold;
    }

    a:hover {
      text-decoration: none;
    }

    /* --- Simple responsive adjustments --- */
    @media (max-width: 768px) {
      .hero {
        height: auto;
        padding: 2rem 1rem;
      }

      .hero-content.hero-box {
        gap: 1rem;
        padding: 1.5rem;
      }

      .hero-logo {
        height: 120px;
      }

      .hero-content h1 {
        font-size: 2.5rem;
      }

      .hero-content p {
        font-size: 1.2rem;
      }

      .section {
        flex-direction: column;
        padding: 2rem 1rem;
      }

      /* Force text to appear before images on mobile */
      .text {
        flex: 1 1 100%;
        order: 1;
      }

      .image {
        flex: 1 1 100%;
        order: 2;
      }

      h2 {
        font-size: 2.5rem;
      }

      .section p {
        font-size: 1.5rem;
      }

      footer .footer-logos {
        flex-direction: row;
        gap: 1rem;
      }

      footer .footer-logos img {
        max-height: 50px;
        width: 25%;
        object-fit: contain;
      }

      footer {
        padding: 1.5rem 1rem;
      }

      footer p, footer a {
        font-size: 1.5rem;
      }
    }

    @keyframes fadeInUp {
      from {
        opacity: 0;
        transform: translateY(20px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    .logo-fade-in {
      opacity: 0;
      animation: fadeInUp 1s ease-out forwards;
    }

    .logo-fade-in:nth-child(1) {
      animation-delay: 0.2s;
    }
    .logo-fade-in:nth-child(2) {
      animation-delay: 0.4s;
    }
    .logo-fade-in:nth-child(3) {
      animation-delay: 0.6s;
    }

    .language-toggle {
      position: absolute;
      top: 10px;
      right: 20px;
      z-index: 1000;
      background: rgba(255, 255, 255, 0.9);
      padding: 6px 10px;
      border-radius: 5px;
      font-size: 0.9rem;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    }
    .language-toggle button {
      background: none;
      border: none;
      font-weight: bold;
      cursor: pointer;
      margin: 0 5px;
    }
    .language-toggle button:hover {
      text-decoration: underline;
    }