:root {
      --green: #2f6b3f;
      --green-dark: #173d24;
      --green-2: #79a95b;
      --green-soft: #eaf4ed;
      --sand: #f7f3ea;
      --cream: #fffaf0;
      --text: #1d2a22;
      --muted: #66736a;
      --white: #ffffff;
      --shadow: 0 24px 70px rgba(22, 55, 34, 0.16);
      --shadow-soft: 0 14px 42px rgba(22, 55, 34, 0.10);
      --radius: 26px;
    }

    * { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; }
    body {
      font-family: Inter, Arial, Helvetica, sans-serif;
      background:
        radial-gradient(circle at 10% 10%, rgba(121, 169, 91, 0.18), transparent 28%),
        radial-gradient(circle at 90% 2%, rgba(47, 107, 63, 0.16), transparent 25%),
        var(--sand);
      color: var(--text);
      line-height: 1.6;
      overflow-x: hidden;
    }

    a { color: inherit; text-decoration: none; }
    img { max-width: 100%; display: block; }
    .container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

    .editable-active [data-editable] {
      outline: 2px dashed rgba(47, 107, 63, 0.45);
      outline-offset: 4px;
      border-radius: 8px;
      cursor: text;
      transition: background 0.2s ease;
    }

    .editable-active [data-editable]:hover {
      background: rgba(234, 244, 237, 0.75);
    }

    [data-animate] {
      opacity: 0;
      transform: translateY(26px);
      transition: opacity 0.8s ease, transform 0.8s ease;
    }

    [data-animate].visible {
      opacity: 1;
      transform: translateY(0);
    }

    header {
      position: sticky; top: 0; z-index: 100;
      background: rgba(247, 243, 234, 0.78);
      backdrop-filter: blur(18px);
      border-bottom: 1px solid rgba(47, 107, 63, 0.12);
    }

    .nav {
      min-height: 78px;
      display: flex; align-items: center; justify-content: space-between;
      gap: 18px;
    }

    .logo {
      display: flex; align-items: center; gap: 12px;
      font-weight: 950; letter-spacing: -0.04em; font-size: 1.06rem;
      white-space: nowrap;
    }

    .logo-icon {
      width: 44px; height: 44px; border-radius: 16px;
      background: linear-gradient(135deg, var(--green), #9bc46d);
      display: grid; place-items: center; color: var(--white);
      box-shadow: 0 12px 30px rgba(47, 107, 63, 0.30);
      animation: pulseLeaf 3.2s ease-in-out infinite;
    }

    @keyframes pulseLeaf {
      0%, 100% { transform: rotate(0deg) scale(1); }
      50% { transform: rotate(-4deg) scale(1.06); }
    }

    .nav-links { display: flex; align-items: center; gap: 14px; color: var(--muted); font-weight: 800; font-size: 0.9rem; }
    .nav-links a { padding: 9px 4px; }
    .nav-links a:hover { color: var(--green-dark); }

    .nav-cta {
      padding: 12px 17px !important; border-radius: 999px;
      background: var(--green); color: var(--white) !important; font-weight: 900;
      box-shadow: 0 12px 30px rgba(47, 107, 63, 0.26);
      transition: transform .2s ease;
    }
    .nav-cta:hover { transform: translateY(-2px); }

    .lang-switcher {
      display: flex; align-items: center; gap: 6px;
      background: var(--white); border: 1px solid rgba(47, 107, 63, 0.14);
      border-radius: 999px; padding: 5px;
    }
    .lang-btn {
      border: none; background: transparent; color: var(--muted);
      font-weight: 950; cursor: pointer; padding: 8px 10px;
      border-radius: 999px; font-size: 0.82rem;
    }
    .lang-btn.active { background: var(--green); color: var(--white); }

    .mobile-menu-btn {
      display: none; border: none; background: var(--white);
      padding: 10px 12px; border-radius: 14px; font-size: 1.3rem; cursor: pointer;
    }

    .hero { padding: 80px 0 58px; overflow: hidden; position: relative; }
    .hero::before {
      content: "";
      position: absolute;
      width: 480px; height: 480px; border-radius: 50%;
      right: -170px; top: 40px;
      background: radial-gradient(circle, rgba(121,169,91,0.30), transparent 70%);
      pointer-events: none;
      animation: floatBlob 8s ease-in-out infinite;
    }

    @keyframes floatBlob {
      0%,100% { transform: translateY(0); }
      50% { transform: translateY(30px); }
    }

    .hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 44px; align-items: center; position: relative; z-index: 1; }

    .badge {
      display: inline-flex; align-items: center; gap: 8px;
      padding: 10px 15px; border-radius: 999px;
      background: rgba(234, 244, 237, .9); color: var(--green-dark);
      font-weight: 900; margin-bottom: 22px; font-size: 0.93rem;
      border: 1px solid rgba(47, 107, 63, 0.13);
      box-shadow: var(--shadow-soft);
    }

    h1 {
      font-size: clamp(2.6rem, 6vw, 5.4rem);
      line-height: 0.96; letter-spacing: -0.075em; margin-bottom: 24px;
    }

    .hero p { font-size: 1.17rem; color: var(--muted); max-width: 700px; margin-bottom: 28px; }

    .hero-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin-bottom: 28px; }
    .btn {
      display: inline-flex; align-items: center; justify-content: center; gap: 9px;
      min-height: 54px; padding: 0 23px; border-radius: 999px;
      font-weight: 950; transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
      border: 1px solid transparent; cursor: pointer; font: inherit;
    }
    .btn:hover { transform: translateY(-3px); }
    .btn-primary { background: linear-gradient(135deg, var(--green), var(--green-2)); color: var(--white); box-shadow: 0 18px 42px rgba(47, 107, 63, 0.30); }
    .btn-primary:hover { box-shadow: 0 24px 50px rgba(47, 107, 63, 0.38); }
    .btn-secondary { background: rgba(255,255,255,.86); color: var(--green-dark); border-color: rgba(47, 107, 63, 0.16); box-shadow: var(--shadow-soft); }

    .language-note {
      margin-bottom: 26px;
      display: inline-flex; align-items: center; gap: 10px;
      padding: 12px 16px; border-radius: 999px;
      background: rgba(255, 255, 255, 0.82);
      border: 1px solid rgba(47, 107, 63, 0.14);
      color: var(--green-dark); font-weight: 900;
      box-shadow: 0 10px 28px rgba(22, 55, 34, 0.08);
    }

    .trust-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; max-width: 640px; }
    .trust-card {
      background: rgba(255, 255, 255, 0.72);
      border: 1px solid rgba(47, 107, 63, 0.12);
      border-radius: 20px; padding: 17px;
      box-shadow: 0 12px 34px rgba(22,55,34,.07);
      transition: transform .25s ease;
    }
    .trust-card:hover { transform: translateY(-5px); }
    .trust-card strong { display: block; font-size: 1.35rem; color: var(--green-dark); line-height: 1.1; }
    .trust-card span { color: var(--muted); font-size: 0.92rem; }

    .hero-card {
      position: relative; min-height: 610px; border-radius: 40px;
      overflow: hidden; box-shadow: var(--shadow); background: linear-gradient(145deg, #dcebd9, #ffffff);
      transform: rotate(1deg);
    }
    .hero-card::before {
      content: ""; position: absolute; inset: 14px; border-radius: 32px;
      border: 1px solid rgba(255,255,255,.5); z-index: 2; pointer-events: none;
    }
    .hero-photo {
      position: absolute;
      inset: 0;
      overflow: hidden;
      background: #132318;
    }

    .hero-video {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transform: scale(1.04);
      filter: saturate(1.05) contrast(1.05);
      opacity: 0;
      transition: opacity 650ms ease;
      background: #132318;
    }

    .hero-video.active {
      opacity: 1;
      z-index: 1;
    }

    .hero-video.standby {
      opacity: 0;
      z-index: 0;
    }

    .hero-video-overlay {
      position: absolute;
      inset: 0;
      background:
        radial-gradient(circle at 20% 12%, rgba(255,255,255,0.10), transparent 35%),
        linear-gradient(180deg, rgba(20,44,27,0.08), rgba(20,44,27,0.52));
      z-index: 1;
      pointer-events: none;
    }

    .floating-info {
      position: absolute; left: 24px; right: 24px; bottom: 24px; z-index: 3;
      background: linear-gradient(135deg, rgba(255,255,255,0.42), rgba(255,255,255,0.18));
      backdrop-filter: blur(22px) saturate(1.55);
      -webkit-backdrop-filter: blur(22px) saturate(1.55);
      border: 1px solid rgba(255,255,255,0.48);
      border-top-color: rgba(255,255,255,0.72);
      border-radius: 28px; padding: 22px;
      box-shadow:
        0 18px 45px rgba(0,0,0,0.18),
        inset 0 1px 0 rgba(255,255,255,0.40);
    }
    .floating-info h3 { margin-bottom: 6px; font-size: 1.28rem; color: #122119; text-shadow: 0 1px 0 rgba(255,255,255,0.38); }
    .floating-info p { color: rgba(18,33,25,0.78); font-size: 0.96rem; margin: 0; }

    section { padding: 88px 0; }
    .section-head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 36px; }
    .section-kicker {
      color: var(--green); text-transform: uppercase; letter-spacing: 0.14em;
      font-weight: 950; font-size: 0.8rem; margin-bottom: 10px;
    }
    h2 { font-size: clamp(2rem, 4vw, 3.45rem); line-height: 1.05; letter-spacing: -0.06em; }
    .section-head p { color: var(--muted); max-width: 540px; }

    .services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
    .service-card {
      background: rgba(255,255,255,.88); border: 1px solid rgba(47, 107, 63, 0.10);
      border-radius: var(--radius); padding: 28px; min-height: 230px;
      box-shadow: 0 12px 36px rgba(22, 55, 34, 0.06);
      transition: transform 0.25s ease, box-shadow 0.25s ease;
      position: relative;
      overflow: hidden;
    }
    .service-card::after {
      content: ""; position: absolute; width: 120px; height: 120px; border-radius: 50%;
      background: rgba(121,169,91,.12); right: -50px; top: -50px;
      transition: transform .25s ease;
    }
    .service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
    .service-card:hover::after { transform: scale(1.4); }
    .service-icon {
      width: 56px; height: 56px; border-radius: 20px;
      background: var(--green-soft); display: grid; place-items: center;
      font-size: 1.6rem; margin-bottom: 20px;
    }
    .service-card h3 { font-size: 1.25rem; margin-bottom: 10px; }
    .service-card p { color: var(--muted); }

    .about { background: rgba(255,255,255,.82); border-radius: 44px; margin: 0 20px; box-shadow: inset 0 0 0 1px rgba(47,107,63,.07); }
    .about-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 42px; align-items: center; }
    .about-image {
      min-height: 450px; border-radius: 32px;
      background:
        linear-gradient(180deg, rgba(21,50,30,0.05), rgba(21,50,30,0.28)),
        url('https://images.unsplash.com/photo-1598902108854-10e335adac99?auto=format&fit=crop&w=1000&q=80') center/cover;
      box-shadow: var(--shadow);
    }
    .check-list { display: grid; gap: 14px; margin-top: 24px; }
    .check-item { display: flex; align-items: flex-start; gap: 12px; color: var(--muted); }
    .check { flex: 0 0 26px; width: 26px; height: 26px; border-radius: 50%; background: var(--green); color: var(--white); display: grid; place-items: center; font-size: 0.86rem; font-weight: 900; margin-top: 2px; }

    .gallery-shell {
      position: relative;
      background: rgba(255,255,255,.72);
      border: 1px solid rgba(47,107,63,.10);
      border-radius: 34px;
      padding: 22px;
      box-shadow: var(--shadow-soft);
      overflow: hidden;
    }

    .gallery-carousel {
      display: flex;
      gap: 18px;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      scroll-behavior: smooth;
      padding: 4px 4px 14px;
    }

    .gallery-carousel::-webkit-scrollbar { height: 10px; }
    .gallery-carousel::-webkit-scrollbar-thumb { background: rgba(47,107,63,.35); border-radius: 999px; }
    .gallery-carousel::-webkit-scrollbar-track { background: rgba(47,107,63,.08); border-radius: 999px; }

    .gallery-item {
      flex: 0 0 min(78vw, 540px);
      height: 360px;
      border-radius: 26px; overflow: hidden; position: relative;
      scroll-snap-align: start;
      box-shadow: 0 14px 38px rgba(22, 55, 34, 0.1);
      background-size: cover; background-position: center;
      transition: transform .25s ease, filter .25s ease;
    }
    .gallery-item:hover { transform: scale(.985); filter: saturate(1.08); }
    .gallery-item::after {
      content: attr(data-label); position: absolute; left: 18px; bottom: 18px;
      background: rgba(255,255,255,0.88); backdrop-filter: blur(10px);
      padding: 9px 13px; border-radius: 999px; font-weight: 950;
      color: var(--green-dark); font-size: 0.9rem;
    }

    .gallery-controls {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 12px;
      margin-top: 18px;
    }

    .gallery-buttons { display: flex; gap: 10px; }
    .round-btn {
      width: 48px; height: 48px; border-radius: 50%;
      border: 1px solid rgba(47,107,63,.16);
      background: var(--white); color: var(--green-dark);
      font-size: 1.25rem; font-weight: 950; cursor: pointer;
      box-shadow: var(--shadow-soft);
      transition: transform .2s ease;
    }
    .round-btn:hover { transform: translateY(-2px); }

    .process { background: linear-gradient(135deg, #173d24, #2f6b3f); color: var(--white); border-radius: 44px; margin: 0 20px; box-shadow: var(--shadow); }
    .process .section-kicker, .process .section-head p { color: #d8eadc; }
    .steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
    .step {
      padding: 26px; border-radius: 24px;
      background: rgba(255,255,255,0.09); border: 1px solid rgba(255,255,255,0.14);
      transition: transform .25s ease, background .25s ease;
    }
    .step:hover { transform: translateY(-7px); background: rgba(255,255,255,.14); }
    .step-number {
      width: 42px; height: 42px; border-radius: 50%;
      background: var(--white); color: var(--green-dark);
      display: grid; place-items: center; font-weight: 950; margin-bottom: 18px;
    }
    .step h3 { margin-bottom: 8px; }
    .step p { color: #d8eadc; font-size: 0.96rem; }

    .custom-blocks { display: grid; gap: 18px; }
    .custom-block {
      background: rgba(255,255,255,.86);
      border: 1px solid rgba(47,107,63,.10);
      border-radius: 28px;
      padding: 28px;
      box-shadow: var(--shadow-soft);
    }
    .custom-block h3 { font-size: 1.55rem; margin-bottom: 8px; }
    .custom-block p { color: var(--muted); }

    .contact-card {
      background: rgba(255,255,255,.90); border-radius: 38px; padding: 38px;
      display: grid; grid-template-columns: 1fr 1fr; gap: 34px;
      box-shadow: var(--shadow); border: 1px solid rgba(47, 107, 63, 0.12);
    }
    .contact-options { display: grid; gap: 14px; margin-top: 24px; }
    .contact-option {
      padding: 18px; border-radius: 20px; background: var(--green-soft);
      display: flex; justify-content: space-between; gap: 16px; align-items: center; font-weight: 950;
      transition: transform .2s ease;
    }
    .contact-option:hover { transform: translateX(5px); }
    .contact-option span { color: var(--muted); font-weight: 650; font-size: 0.94rem; }
    form { display: grid; gap: 14px; }
    input, textarea, select {
      width: 100%; border: 1px solid rgba(47, 107, 63, 0.18);
      border-radius: 18px; padding: 15px 16px; font: inherit;
      background: #fbfaf6; outline: none;
    }
    input:focus, textarea:focus, select:focus { border-color: var(--green); box-shadow: 0 0 0 4px rgba(47,107,63,0.1); }
    textarea { min-height: 136px; resize: vertical; }
    .form-note { color: var(--muted); font-size: 0.86rem; }

    .legal { background: #162219; color: #dce7df; padding: 54px 0; }
    .legal-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
    .legal h3 { color: var(--white); margin-bottom: 14px; font-size: 1.35rem; }
    .legal p, .legal li { color: #b8c7bc; font-size: 0.95rem; }
    .legal ul { list-style: none; display: grid; gap: 6px; }

    footer { background: #111a13; color: #c4d4c8; padding: 24px 0; text-align: center; font-size: 0.92rem; }

    .whatsapp-floating {
      position: fixed; right: 20px; bottom: 20px; z-index: 90;
      width: 62px; height: 62px; border-radius: 50%;
      background: #25d366; color: white; display: grid; place-items: center;
      font-size: 1.8rem; box-shadow: 0 16px 40px rgba(37,211,102,0.38);
      animation: floatWhats 3.5s ease-in-out infinite;
    }
    @keyframes floatWhats {
      0%,100% { transform: translateY(0); }
      50% { transform: translateY(-8px); }
    }

    .admin-toggle {
      position: fixed; left: 20px; bottom: 20px; z-index: 95;
      border: none; background: #162219; color: var(--white);
      width: 58px; height: 58px; border-radius: 50%; font-size: 1.25rem;
      cursor: pointer; box-shadow: 0 16px 40px rgba(0,0,0,0.24);
    }

    .admin-panel {
      position: fixed; inset: 0; z-index: 200;
      background: rgba(10,18,12,0.72); backdrop-filter: blur(12px);
      display: none; align-items: stretch; justify-content: flex-end;
    }
    .admin-panel.active { display: flex; }
    .admin-box {
      width: min(480px, 100%); height: 100vh; overflow: auto;
      background: var(--white); padding: 24px;
      box-shadow: -30px 0 100px rgba(0,0,0,0.32);
      animation: slideAdmin .28s ease;
    }
    @keyframes slideAdmin {
      from { transform: translateX(100%); }
      to { transform: translateX(0); }
    }
    .admin-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 18px; margin-bottom: 20px; }
    .admin-head h2 { font-size: 1.75rem; }
    .admin-close {
      border: none; background: var(--green-soft); color: var(--green-dark);
      width: 42px; height: 42px; border-radius: 50%; font-size: 1.4rem;
      cursor: pointer; font-weight: 950;
    }
    .admin-form { display: grid; gap: 14px; }
    .admin-section {
      margin-top: 18px; padding: 17px; border-radius: 22px;
      background: #fbfaf6; border: 1px solid rgba(47,107,63,0.14);
    }
    .admin-section h3 { margin-bottom: 10px; }
    .admin-help { color: var(--muted); font-size: 0.9rem; margin-top: 8px; }
    .admin-photo-list, .admin-block-list { display: grid; gap: 10px; margin-top: 14px; }
    .admin-photo-item {
      display: flex; align-items: center; justify-content: space-between; gap: 12px;
      padding: 12px; border-radius: 16px; background: var(--white);
      border: 1px solid rgba(47,107,63,0.12); color: var(--muted); font-size: 0.92rem;
    }
    .small-btn {
      border: none; border-radius: 999px; padding: 9px 12px;
      background: #f0e9df; color: #7b2f2f; font-weight: 850; cursor: pointer;
    }
    .admin-status { margin-top: 12px; color: var(--green-dark); font-weight: 900; }
    .hidden { display: none !important; }
    .editor-bar {
      position: fixed;
      left: 50%;
      bottom: 22px;
      transform: translateX(-50%);
      z-index: 150;
      display: none;
      gap: 10px;
      align-items: center;
      background: rgba(22,34,25,.94);
      color: white;
      border-radius: 999px;
      padding: 10px;
      box-shadow: 0 24px 70px rgba(0,0,0,.28);
    }
    .editor-bar.active { display: flex; }
    .editor-bar button {
      border: none; border-radius: 999px;
      padding: 10px 14px;
      font-weight: 900;
      cursor: pointer;
    }

    @media (max-width: 1060px) {
      .nav-links {
        position: absolute; top: 78px; left: 20px; right: 20px;
        padding: 18px; border-radius: 22px; background: var(--white);
        box-shadow: var(--shadow); display: none; flex-direction: column; align-items: stretch;
      }
      .nav-links.active { display: flex; }
      .mobile-menu-btn { display: block; }
      .hero-grid, .about-grid, .contact-card, .legal-grid { grid-template-columns: 1fr; }
      .hero-card { min-height: 480px; transform: none; }
      .services-grid, .steps { grid-template-columns: repeat(2, 1fr); }
    }

    @media (max-width: 640px) {
      .container { width: min(100% - 26px, 1180px); }
      .hero { padding-top: 48px; }
      .trust-row, .services-grid, .steps { grid-template-columns: 1fr; }
      .section-head { display: block; }
      .section-head p { margin-top: 12px; }
      .about, .process { margin: 0 10px; border-radius: 30px; }
      .contact-card { padding: 24px; }
      .hero-card { min-height: 420px; border-radius: 28px; }
      .floating-info { left: 14px; right: 14px; bottom: 14px; }
      .gallery-item { flex-basis: 88vw; height: 300px; }
      .editor-bar { width: calc(100% - 22px); justify-content: center; flex-wrap: wrap; border-radius: 24px; }
    }
  
    /* ===============================
       MOBILE FIX / iPhone Optimierung
       =============================== */
    .hero-fallback {
      position: absolute;
      inset: 0;
      background:
        linear-gradient(180deg, rgba(20,44,27,0.05), rgba(20,44,27,0.48)),
        url('https://images.unsplash.com/photo-1416879595882-3373a0480b5b?auto=format&fit=crop&w=1200&q=80') center/cover;
      opacity: 1;
      transition: opacity 450ms ease;
      z-index: 0;
    }

    .hero-fallback.hidden {
      opacity: 0;
    }

    @media (max-width: 820px) {
      body {
        background:
          radial-gradient(circle at 20% 0%, rgba(121, 169, 91, 0.18), transparent 35%),
          var(--sand);
      }

      header {
        position: sticky;
        top: 0;
      }

      .nav {
        min-height: 66px;
      }

      .logo {
        font-size: 0.92rem;
        max-width: 72vw;
        overflow: hidden;
      }

      .logo-icon {
        width: 38px;
        height: 38px;
        border-radius: 14px;
        flex: 0 0 38px;
      }

      .mobile-menu-btn {
        display: block;
        width: 42px;
        height: 42px;
        padding: 0;
        font-weight: 900;
      }

      .nav-links {
        position: fixed;
        top: 74px;
        left: 14px;
        right: 14px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
        padding: 16px;
        background: rgba(255,255,255,0.96);
        backdrop-filter: blur(18px);
        -webkit-backdrop-filter: blur(18px);
        border: 1px solid rgba(47,107,63,0.12);
        border-radius: 24px;
        box-shadow: 0 20px 70px rgba(22,55,34,0.18);
      }

      .nav-links.active {
        display: flex;
      }

      .nav-links a {
        padding: 13px 14px;
        border-radius: 16px;
        background: rgba(234,244,237,0.65);
      }

      .nav-cta {
        text-align: center;
      }

      .lang-switcher {
        width: 100%;
        justify-content: center;
      }

      .hero {
        padding: 34px 0 44px;
      }

      .hero::before {
        display: none;
      }

      .hero-grid {
        display: flex;
        flex-direction: column;
        gap: 26px;
      }

      .badge {
        font-size: 0.78rem;
        padding: 8px 12px;
        margin-bottom: 16px;
      }

      h1 {
        font-size: clamp(2.25rem, 12vw, 3.35rem);
        line-height: 0.98;
        letter-spacing: -0.065em;
        margin-bottom: 18px;
      }

      .hero p {
        font-size: 1rem;
        line-height: 1.65;
        margin-bottom: 20px;
      }

      .hero-actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        margin-bottom: 18px;
      }

      .btn {
        width: 100%;
        min-height: 52px;
      }

      .language-note {
        border-radius: 20px;
        align-items: flex-start;
        font-size: 0.9rem;
        line-height: 1.45;
        margin-bottom: 18px;
      }

      .trust-row {
        grid-template-columns: 1fr;
        gap: 10px;
      }

      .trust-card {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding: 14px 16px;
      }

      .trust-card strong {
        font-size: 1.18rem;
      }

      .hero-card {
        width: 100%;
        min-height: 420px;
        height: 62vh;
        max-height: 560px;
        border-radius: 30px;
        transform: none;
        order: -1;
      }

      .hero-card::before {
        inset: 10px;
        border-radius: 23px;
      }

      .hero-video,
      .hero-fallback {
        transform: none;
      }

      .floating-info {
        left: 14px;
        right: 14px;
        bottom: 14px;
        padding: 18px;
        border-radius: 24px;
      }

      .floating-info h3 {
        font-size: 1.05rem;
      }

      .floating-info p {
        font-size: 0.88rem;
      }

      section {
        padding: 54px 0;
      }

      .section-head {
        display: block;
        margin-bottom: 24px;
      }

      .section-head p {
        margin-top: 12px;
      }

      h2 {
        font-size: clamp(2rem, 10vw, 2.75rem);
      }

      .services-grid,
      .steps {
        grid-template-columns: 1fr;
      }

      .service-card {
        min-height: auto;
        padding: 22px;
      }

      .about,
      .process {
        margin: 0 10px;
        border-radius: 30px;
      }

      .about-grid {
        grid-template-columns: 1fr;
        gap: 24px;
      }

      .about-image {
        min-height: 300px;
      }

      .gallery-shell {
        padding: 14px;
        border-radius: 28px;
      }

      .gallery-item {
        flex: 0 0 86vw;
        height: 300px;
        border-radius: 22px;
      }

      .gallery-controls {
        align-items: flex-start;
      }

      .contact-card {
        grid-template-columns: 1fr;
        padding: 22px;
        border-radius: 30px;
      }

      .contact-option {
        padding: 16px;
      }

      input,
      textarea {
        font-size: 16px;
      }

      .legal-grid {
        grid-template-columns: 1fr;
      }

      .admin-toggle {
        width: 52px;
        height: 52px;
        left: 12px;
        bottom: 12px;
      }

      .whatsapp-floating {
        width: 58px;
        height: 58px;
        right: 12px;
        bottom: 12px;
      }
    }

    @media (max-width: 420px) {
      .container {
        width: min(100% - 24px, 1180px);
      }

      .logo span:last-child {
        max-width: 220px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
      }

      h1 {
        font-size: clamp(2.05rem, 11.5vw, 3rem);
      }

      .hero-card {
        min-height: 360px;
        height: 52vh;
      }

      .gallery-item {
        height: 260px;
      }
    }

  
    /* ===============================
       MOBILE V2 FINAL FIX
       =============================== */
    .hero-photo {
      background:
        linear-gradient(180deg, rgba(20,44,27,0.05), rgba(20,44,27,0.45)),
        url('https://images.unsplash.com/photo-1416879595882-3373a0480b5b?auto=format&fit=crop&w=1200&q=80') center/cover;
    }

    @media (max-width: 820px) {
      body {
        overflow-x: hidden;
      }

      .hero {
        padding: 24px 0 38px;
      }

      .hero-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 22px !important;
      }

      .hero-grid > div:first-child {
        order: 1;
      }

      .hero-card {
        order: 2 !important;
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        aspect-ratio: 16 / 10;
        max-height: none !important;
        border-radius: 26px !important;
        transform: none !important;
        margin-top: 4px;
      }

      .hero-card::before {
        inset: 9px !important;
        border-radius: 20px !important;
      }

      .floating-info {
        left: 12px !important;
        right: 12px !important;
        bottom: 12px !important;
        padding: 14px !important;
        border-radius: 20px !important;
      }

      .floating-info h3 {
        font-size: 0.98rem !important;
        line-height: 1.25 !important;
      }

      .floating-info p {
        font-size: 0.82rem !important;
        line-height: 1.45 !important;
      }

      h1 {
        font-size: clamp(2.1rem, 12vw, 3.15rem) !important;
        line-height: 0.98 !important;
        letter-spacing: -0.06em !important;
        max-width: 100% !important;
        overflow-wrap: normal !important;
        word-break: normal !important;
        hyphens: auto;
      }

      .hero p {
        font-size: 0.98rem !important;
        line-height: 1.58 !important;
      }

      .badge {
        max-width: 100%;
        white-space: normal;
        line-height: 1.35;
      }

      .language-note {
        width: 100%;
      }

      .trust-row {
        margin-top: 4px;
      }

      .admin-toggle {
        z-index: 160;
      }

      .whatsapp-floating {
        z-index: 160;
      }
    }

    @media (max-width: 430px) {
      .container {
        width: calc(100% - 28px) !important;
      }

      .hero-card {
        aspect-ratio: 4 / 3;
        border-radius: 24px !important;
      }

      h1 {
        font-size: clamp(1.95rem, 11vw, 2.8rem) !important;
      }

      .hero-actions {
        grid-template-columns: 1fr !important;
      }

      .logo span:last-child {
        max-width: 235px;
      }
    }

    @media (max-width: 375px) {
      h1 {
        font-size: 2.05rem !important;
      }

      .logo span:last-child {
        max-width: 205px;
      }
    }

  
    .logo-image-wrap {
      overflow: visible;
      background: transparent !important;
      padding: 0 !important;
      box-shadow: 0 12px 30px rgba(47, 107, 63, 0.22);
    }

    .logo-image-wrap img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      transform: none;
      display: block;
      filter: none;
    }

    @media (min-width: 821px) {
      .logo-icon {
        width: 46px !important;
        height: 46px !important;
      }

      .logo {
        gap: 14px;
      }

      .logo span:last-child {
        font-size: 1.08rem;
        color: #102018;
      }
    }

    @media (max-width: 820px) {
      .logo-icon {
        width: 46px !important;
        height: 46px !important;
        flex: 0 0 46px !important;
      }

      .logo-image-wrap img {
        transform: none;
      }

      .logo span:last-child {
        font-size: 1rem;
        color: #102018;
      }
    }

  
    /* ===============================
       AUTO GALLERY + BEFORE / AFTER
       =============================== */
    .gallery-item {
      cursor: grab;
    }

    .gallery-item:active {
      cursor: grabbing;
    }

    .gallery-autoplay-note {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 9px 12px;
      border-radius: 999px;
      background: rgba(234,244,237,0.82);
      color: var(--green-dark);
      font-weight: 850;
      font-size: 0.86rem;
    }

    .before-after-section {
      padding-top: 0;
    }

    .before-after-card {
      background: rgba(255,255,255,.78);
      border: 1px solid rgba(47,107,63,.12);
      border-radius: 34px;
      padding: 22px;
      box-shadow: var(--shadow-soft);
      display: grid;
      grid-template-columns: 1fr 0.85fr;
      gap: 26px;
      align-items: center;
    }

    .before-after-viewer {
      position: relative;
      min-height: 430px;
      border-radius: 28px;
      overflow: hidden;
      background: #dfe8d9;
      box-shadow: 0 18px 50px rgba(22,55,34,.14);
      isolation: isolate;
    }

    .ba-img {
      position: absolute;
      inset: 0;
      background-size: cover;
      background-position: center;
    }

    .ba-before {
      z-index: 1;
      background-image: url('https://images.unsplash.com/photo-1598902108854-10e335adac99?auto=format&fit=crop&w=1200&q=80');
    }

    .ba-after {
      z-index: 2;
      width: 55%;
      background-image: url('https://images.unsplash.com/photo-1557429287-b2e26467fc2b?auto=format&fit=crop&w=1200&q=80');
      border-right: 3px solid rgba(255,255,255,.88);
      box-shadow: 12px 0 28px rgba(0,0,0,.18);
    }

    .ba-glass-label {
      position: absolute;
      z-index: 4;
      top: 16px;
      padding: 9px 13px;
      border-radius: 999px;
      background: rgba(255,255,255,.42);
      backdrop-filter: blur(18px) saturate(1.4);
      -webkit-backdrop-filter: blur(18px) saturate(1.4);
      border: 1px solid rgba(255,255,255,.55);
      color: #102018;
      font-weight: 950;
      box-shadow: 0 12px 28px rgba(0,0,0,.12);
    }

    .ba-label-before {
      left: 16px;
    }

    .ba-label-after {
      right: 16px;
    }

    .ba-range {
      position: absolute;
      z-index: 5;
      inset: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      cursor: ew-resize;
    }

    .ba-handle {
      position: absolute;
      z-index: 4;
      top: 0;
      bottom: 0;
      left: 55%;
      width: 0;
      pointer-events: none;
    }

    .ba-handle::before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: -1px;
      width: 2px;
      background: rgba(255,255,255,.90);
    }

    .ba-handle::after {
      content: "↔";
      position: absolute;
      left: 50%;
      top: 50%;
      width: 52px;
      height: 52px;
      transform: translate(-50%, -50%);
      border-radius: 50%;
      display: grid;
      place-items: center;
      background: rgba(255,255,255,.78);
      backdrop-filter: blur(18px);
      -webkit-backdrop-filter: blur(18px);
      color: var(--green-dark);
      font-weight: 950;
      box-shadow: 0 14px 34px rgba(0,0,0,.16);
    }

    .before-after-content h3 {
      font-size: clamp(1.7rem, 3vw, 2.6rem);
      line-height: 1.08;
      letter-spacing: -0.05em;
      margin-bottom: 14px;
      color: var(--text);
    }

    .before-after-content p {
      color: var(--muted);
      margin-bottom: 20px;
    }

    .ba-mini-list {
      display: grid;
      gap: 10px;
    }

    .ba-mini-list div {
      padding: 14px 16px;
      border-radius: 18px;
      background: var(--green-soft);
      color: var(--green-dark);
      font-weight: 850;
    }

    .ba-pair-list {
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
      margin-top: 18px;
    }

    .ba-pair-btn {
      border: none;
      padding: 10px 14px;
      border-radius: 999px;
      background: rgba(47,107,63,.10);
      color: var(--green-dark);
      font-weight: 900;
      cursor: pointer;
    }

    .ba-pair-btn.active {
      background: var(--green);
      color: white;
    }

    .admin-before-after-preview {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px;
      margin-top: 12px;
    }

    .admin-before-after-preview img {
      width: 100%;
      height: 90px;
      object-fit: cover;
      border-radius: 14px;
      background: #e8eee4;
    }

    @media (max-width: 820px) {
      .before-after-card {
        grid-template-columns: 1fr;
        padding: 14px;
        border-radius: 28px;
      }

      .before-after-viewer {
        min-height: 330px;
        border-radius: 24px;
      }

      .before-after-content {
        padding: 4px 6px 8px;
      }
    }

    @media (max-width: 420px) {
      .before-after-viewer {
        min-height: 280px;
      }

      .ba-glass-label {
        font-size: .78rem;
      }
    }

  
    /* ===============================
       PREMIUM SMOOTHNESS UPDATE
       =============================== */

    :root {
      --ease-premium: cubic-bezier(.22, 1, .36, 1);
    }

    .gallery-carousel {
      scroll-behavior: smooth;
      mask-image: linear-gradient(90deg, transparent 0, black 5%, black 95%, transparent 100%);
      -webkit-mask-image: linear-gradient(90deg, transparent 0, black 5%, black 95%, transparent 100%);
    }

    .gallery-item {
      transition:
        transform 900ms var(--ease-premium),
        opacity 900ms var(--ease-premium),
        filter 900ms var(--ease-premium),
        box-shadow 900ms var(--ease-premium);
      will-change: transform, opacity, filter;
    }

    .gallery-item.is-focus {
      transform: scale(1.015);
      filter: saturate(1.12) contrast(1.04);
      box-shadow: 0 26px 70px rgba(22, 55, 34, 0.18);
    }

    .gallery-item.is-soft {
      opacity: 0.58;
      transform: scale(0.96);
      filter: saturate(0.85);
    }

    .gallery-item::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(120deg, transparent 20%, rgba(255,255,255,.20) 45%, transparent 70%);
      transform: translateX(-120%);
      transition: transform 1200ms var(--ease-premium);
      z-index: 1;
      pointer-events: none;
    }

    .gallery-item.is-focus::before {
      transform: translateX(120%);
    }

    .gallery-item::after {
      z-index: 2;
      transition:
        transform 700ms var(--ease-premium),
        background 700ms var(--ease-premium),
        opacity 700ms var(--ease-premium);
    }

    .gallery-item.is-soft::after {
      opacity: .72;
      transform: translateY(4px);
    }

    .before-after-card {
      transition:
        transform 900ms var(--ease-premium),
        box-shadow 900ms var(--ease-premium);
    }

    .before-after-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 30px 90px rgba(22,55,34,.18);
    }

    .before-after-viewer {
      transition:
        opacity 850ms var(--ease-premium),
        transform 850ms var(--ease-premium),
        filter 850ms var(--ease-premium);
      will-change: transform, opacity, filter;
    }

    .before-after-viewer.ba-changing {
      opacity: .74;
      transform: scale(.985);
      filter: saturate(.85) blur(.4px);
    }

    .ba-img {
      transition:
        width 520ms var(--ease-premium),
        opacity 900ms var(--ease-premium),
        transform 1200ms var(--ease-premium),
        filter 900ms var(--ease-premium);
      will-change: width, opacity, transform;
    }

    .ba-before,
    .ba-after {
      transform: scale(1.025);
    }

    .before-after-viewer:not(.ba-changing) .ba-before,
    .before-after-viewer:not(.ba-changing) .ba-after {
      transform: scale(1.055);
    }

    .ba-handle {
      transition: left 520ms var(--ease-premium);
    }

    .ba-handle::after {
      transition:
        transform 520ms var(--ease-premium),
        box-shadow 520ms var(--ease-premium),
        background 520ms var(--ease-premium);
    }

    .before-after-viewer:hover .ba-handle::after {
      transform: translate(-50%, -50%) scale(1.08);
      box-shadow: 0 20px 46px rgba(0,0,0,.22);
      background: rgba(255,255,255,.88);
    }

    .ba-pair-btn {
      transition:
        transform 420ms var(--ease-premium),
        background 420ms var(--ease-premium),
        color 420ms var(--ease-premium),
        box-shadow 420ms var(--ease-premium);
    }

    .ba-pair-btn:hover {
      transform: translateY(-2px);
      box-shadow: 0 10px 24px rgba(22,55,34,.12);
    }

    .service-card,
    .trust-card,
    .step,
    .contact-option,
    .btn {
      transition:
        transform 520ms var(--ease-premium),
        box-shadow 520ms var(--ease-premium),
        background 520ms var(--ease-premium),
        filter 520ms var(--ease-premium);
    }

    [data-animate] {
      transition:
        opacity 1000ms var(--ease-premium),
        transform 1000ms var(--ease-premium),
        filter 1000ms var(--ease-premium);
      filter: blur(4px);
    }

    [data-animate].visible {
      filter: blur(0);
    }

    @media (prefers-reduced-motion: reduce) {
      *,
      *::before,
      *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
      }
    }

  
    /* ===============================
       UNIFIED GALLERY + NEW ANIMATION
       =============================== */
    #galerie {
      padding-bottom: 96px;
    }

    #galerie .gallery-shell {
      padding: 26px;
      border-radius: 38px;
      background:
        linear-gradient(135deg, rgba(255,255,255,.88), rgba(255,255,255,.62));
      backdrop-filter: blur(18px);
      -webkit-backdrop-filter: blur(18px);
      box-shadow:
        0 30px 90px rgba(22,55,34,.13),
        inset 0 1px 0 rgba(255,255,255,.65);
    }

    .gallery-carousel {
      display: flex;
      gap: 22px;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      scroll-padding: 24px;
      padding: 18px 18px 24px;
      margin: -8px -18px 0;
      mask-image: linear-gradient(90deg, transparent 0, black 8%, black 92%, transparent 100%);
      -webkit-mask-image: linear-gradient(90deg, transparent 0, black 8%, black 92%, transparent 100%);
    }

    .gallery-item {
      flex: 0 0 min(68vw, 560px);
      height: 360px;
      scroll-snap-align: center;
      border-radius: 30px;
      opacity: .44;
      transform: scale(.88) translateY(18px);
      filter: saturate(.75) blur(.2px);
      box-shadow: 0 14px 38px rgba(22,55,34,.08);
      transition:
        transform 1100ms cubic-bezier(.16,1,.3,1),
        opacity 1100ms cubic-bezier(.16,1,.3,1),
        filter 1100ms cubic-bezier(.16,1,.3,1),
        box-shadow 1100ms cubic-bezier(.16,1,.3,1);
    }

    .gallery-item.is-focus {
      opacity: 1;
      transform: scale(1) translateY(0);
      filter: saturate(1.12) contrast(1.04);
      box-shadow:
        0 32px 90px rgba(22,55,34,.20),
        0 0 0 1px rgba(255,255,255,.55) inset;
    }

    .gallery-item.is-near {
      opacity: .72;
      transform: scale(.94) translateY(9px);
      filter: saturate(.92);
    }

    .gallery-item.is-soft {
      opacity: .38;
      transform: scale(.88) translateY(18px);
      filter: saturate(.72);
    }

    .gallery-item::after {
      background: rgba(255,255,255,.72);
      backdrop-filter: blur(16px) saturate(1.4);
      -webkit-backdrop-filter: blur(16px) saturate(1.4);
      border: 1px solid rgba(255,255,255,.55);
      box-shadow: 0 14px 34px rgba(0,0,0,.10);
    }

    .gallery-progress {
      height: 7px;
      border-radius: 999px;
      background: rgba(47,107,63,.10);
      overflow: hidden;
      margin: 0 0 16px;
    }

    .gallery-progress-bar {
      height: 100%;
      width: 0%;
      border-radius: 999px;
      background: linear-gradient(90deg, var(--green), var(--green-2));
      transition: width 350ms linear;
    }

    .gallery-divider {
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(47,107,63,.18), transparent);
      margin: 32px 0;
    }

    .gallery-subhead {
      display: grid;
      grid-template-columns: 1fr .9fr;
      gap: 24px;
      align-items: end;
      margin-bottom: 22px;
    }

    .gallery-subhead h3 {
      font-size: clamp(1.8rem, 3.4vw, 3.1rem);
      line-height: 1.05;
      letter-spacing: -.055em;
      color: var(--text);
    }

    .gallery-subhead p {
      color: var(--muted);
    }

    .unified-ba.before-after-card {
      background: rgba(255,255,255,.62);
      border-radius: 30px;
      box-shadow: inset 0 1px 0 rgba(255,255,255,.55);
      padding: 18px;
      margin-top: 0;
    }

    .unified-ba .before-after-viewer {
      min-height: 390px;
    }

    @media (max-width: 820px) {
      #galerie {
        padding-bottom: 58px;
      }

      #galerie .gallery-shell {
        padding: 14px;
        border-radius: 30px;
      }

      .gallery-carousel {
        gap: 14px;
        padding: 12px 10px 18px;
        margin: 0 -10px;
        mask-image: none;
        -webkit-mask-image: none;
      }

      .gallery-item {
        flex-basis: 82vw;
        height: 300px;
        border-radius: 24px;
      }

      .gallery-subhead {
        grid-template-columns: 1fr;
        gap: 10px;
      }

      .unified-ba.before-after-card {
        grid-template-columns: 1fr;
        padding: 12px;
      }

      .unified-ba .before-after-viewer {
        min-height: 300px;
      }
    }

    @media (max-width: 430px) {
      .gallery-item {
        flex-basis: 84vw;
        height: 255px;
      }

      .unified-ba .before-after-viewer {
        min-height: 260px;
      }
    }

  
    /* ===============================
       INFINITE DRAG GALLERY + MOBILE FIX
       =============================== */
    .gallery-carousel {
      cursor: grab;
      user-select: none;
      -webkit-user-select: none;
      overscroll-behavior-x: contain;
      scrollbar-width: none;
    }

    .gallery-carousel::-webkit-scrollbar {
      display: none;
    }

    .gallery-carousel.dragging {
      cursor: grabbing;
      scroll-snap-type: none;
      scroll-behavior: auto;
    }

    .gallery-carousel.dragging .gallery-item {
      pointer-events: none;
      transition: transform 250ms ease, opacity 250ms ease, filter 250ms ease;
    }

    .gallery-item {
      user-select: none;
      -webkit-user-drag: none;
      touch-action: pan-y;
    }

    .gallery-progress {
      position: relative;
    }

    .gallery-progress::after {
      content: "";
      position: absolute;
      inset: 0;
      border-radius: inherit;
      background: linear-gradient(90deg, transparent, rgba(255,255,255,.55), transparent);
      transform: translateX(-100%);
      animation: galleryShine 2.8s ease-in-out infinite;
      pointer-events: none;
    }

    @keyframes galleryShine {
      0% { transform: translateX(-100%); opacity: 0; }
      35% { opacity: 1; }
      100% { transform: translateX(100%); opacity: 0; }
    }

    @media (max-width: 820px) {
      #galerie .section-head {
        gap: 12px;
      }

      #galerie .gallery-shell {
        width: calc(100% + 8px);
        margin-left: -4px;
        padding: 12px;
      }

      .gallery-progress {
        margin: 4px 2px 12px;
      }

      .gallery-carousel {
        gap: 12px;
        padding: 8px 8px 16px;
        margin: 0 -8px;
        scroll-padding: 14px;
      }

      .gallery-item {
        flex: 0 0 86vw;
        height: 260px;
        border-radius: 22px;
        transform: scale(.92) translateY(8px);
      }

      .gallery-item.is-focus {
        transform: scale(1) translateY(0);
      }

      .gallery-controls {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        margin-top: 4px;
      }

      .gallery-autoplay-note {
        font-size: 0.78rem;
        line-height: 1.25;
        padding: 8px 10px;
        border-radius: 16px;
      }

      .gallery-buttons {
        flex: 0 0 auto;
      }

      .round-btn {
        width: 44px;
        height: 44px;
      }

      .gallery-divider {
        margin: 24px 0;
      }

      .gallery-subhead h3 {
        font-size: 2rem;
      }

      .gallery-subhead p {
        font-size: .95rem;
      }

      .unified-ba.before-after-card {
        gap: 16px;
      }

      .unified-ba .before-after-viewer {
        min-height: 280px;
      }

      .before-after-content h3 {
        font-size: 1.65rem;
      }

      .ba-mini-list div {
        padding: 12px 14px;
        font-size: .92rem;
      }
    }

    @media (max-width: 430px) {
      .gallery-item {
        flex-basis: 88vw;
        height: 230px;
      }

      .gallery-item::after {
        left: 12px;
        bottom: 12px;
        padding: 7px 11px;
        font-size: .8rem;
      }

      .gallery-controls {
        flex-direction: column;
        align-items: stretch;
      }

      .gallery-buttons {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
      }

      .round-btn {
        width: 100%;
        border-radius: 999px;
      }

      .unified-ba .before-after-viewer {
        min-height: 240px;
      }

      .ba-glass-label {
        top: 10px;
        padding: 7px 10px;
      }

      .ba-label-before {
        left: 10px;
      }

      .ba-label-after {
        right: 10px;
      }

      .ba-handle::after {
        width: 44px;
        height: 44px;
      }
    }

  
    /* ===============================
       GALLERY PING-PONG + SMOOTH DRAG + PREMIUM INDICATOR
       =============================== */
    .gallery-progress {
      display: none !important;
    }

    .gallery-orbit {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      min-height: 28px;
      margin: 2px 0 18px;
      padding: 4px;
    }

    .gallery-dot {
      position: relative;
      width: 12px;
      height: 12px;
      border: none;
      border-radius: 999px;
      background: rgba(47,107,63,.16);
      cursor: pointer;
      padding: 0;
      transition:
        width 650ms cubic-bezier(.16,1,.3,1),
        background 650ms cubic-bezier(.16,1,.3,1),
        transform 650ms cubic-bezier(.16,1,.3,1),
        box-shadow 650ms cubic-bezier(.16,1,.3,1);
      overflow: hidden;
    }

    .gallery-dot::before {
      content: "";
      position: absolute;
      inset: 0;
      width: var(--dot-progress, 0%);
      background: linear-gradient(90deg, var(--green), var(--green-2));
      border-radius: inherit;
      transition: width 120ms linear;
    }

    .gallery-dot::after {
      content: "•";
      position: absolute;
      inset: 0;
      display: grid;
      place-items: center;
      color: rgba(255,255,255,0);
      font-size: 0;
    }

    .gallery-dot.active {
      width: 46px;
      background: rgba(47,107,63,.12);
      transform: translateY(-1px);
      box-shadow: 0 10px 24px rgba(47,107,63,.14);
    }

    .gallery-dot.active::after {
      content: "🌿";
      font-size: 13px;
      color: white;
      text-shadow: 0 1px 6px rgba(0,0,0,.16);
    }

    .gallery-dot:hover {
      transform: translateY(-2px) scale(1.06);
      background: rgba(47,107,63,.24);
    }

    .gallery-carousel {
      scroll-behavior: auto !important;
      cursor: grab;
    }

    .gallery-carousel.dragging {
      cursor: grabbing;
    }

    .gallery-carousel.dragging .gallery-item {
      transition:
        transform 360ms cubic-bezier(.16,1,.3,1),
        opacity 360ms cubic-bezier(.16,1,.3,1),
        filter 360ms cubic-bezier(.16,1,.3,1),
        box-shadow 360ms cubic-bezier(.16,1,.3,1);
    }

    .gallery-item {
      transition:
        transform 950ms cubic-bezier(.16,1,.3,1),
        opacity 950ms cubic-bezier(.16,1,.3,1),
        filter 950ms cubic-bezier(.16,1,.3,1),
        box-shadow 950ms cubic-bezier(.16,1,.3,1);
    }

    .gallery-buttons .round-btn {
      transition:
        transform 450ms cubic-bezier(.16,1,.3,1),
        box-shadow 450ms cubic-bezier(.16,1,.3,1),
        background 450ms cubic-bezier(.16,1,.3,1);
    }

    .gallery-buttons .round-btn:hover {
      transform: translateY(-3px) scale(1.04);
      box-shadow: 0 14px 34px rgba(22,55,34,.16);
      background: var(--green-soft);
    }

    @media (max-width: 820px) {
      .gallery-orbit {
        gap: 8px;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin: 2px 0 12px;
      }

      .gallery-dot {
        width: 10px;
        height: 10px;
      }

      .gallery-dot.active {
        width: 38px;
      }

      .gallery-dot.active::after {
        font-size: 11px;
      }
    }

  
    /* ===============================
       ADMIN GALLERY FIX + SOFTER AUTOSWIPE
       =============================== */
    .gallery-item {
      transition:
        transform 1250ms cubic-bezier(.16,1,.3,1),
        opacity 1250ms cubic-bezier(.16,1,.3,1),
        filter 1250ms cubic-bezier(.16,1,.3,1),
        box-shadow 1250ms cubic-bezier(.16,1,.3,1) !important;
    }

    .gallery-dot {
      transition:
        width 850ms cubic-bezier(.16,1,.3,1),
        background 850ms cubic-bezier(.16,1,.3,1),
        transform 850ms cubic-bezier(.16,1,.3,1),
        box-shadow 850ms cubic-bezier(.16,1,.3,1) !important;
    }

    .gallery-dot::before {
      transition: width 180ms linear !important;
    }

  
    /* ===============================
       CLIENT POLISH FINAL
       =============================== */

    .gallery-note-hidden {
      display: none !important;
    }

    .gallery-controls {
      justify-content: flex-end !important;
      margin-top: 18px !important;
    }

    .whatsapp-floating {
      display: none !important;
    }

    .admin-toggle {
      width: 34px !important;
      height: 34px !important;
      left: 12px !important;
      bottom: 12px !important;
      border-radius: 999px !important;
      background: rgba(23, 61, 36, 0.18) !important;
      color: rgba(23, 61, 36, 0) !important;
      box-shadow: none !important;
      border: 1px solid rgba(23, 61, 36, 0.14) !important;
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      opacity: .45;
      transition: opacity .3s ease, transform .3s ease, background .3s ease;
      font-size: 0 !important;
    }

    .admin-toggle::before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: rgba(23, 61, 36, .55);
      display: block;
      margin: auto;
    }

    .admin-toggle:hover {
      opacity: 1;
      transform: scale(1.08);
      background: rgba(23, 61, 36, 0.28) !important;
    }

    .before-after-content h3 {
      max-width: 620px;
    }

    .before-after-content p {
      font-size: 1.02rem;
      line-height: 1.65;
    }

    .ba-mini-list div {
      background: rgba(234,244,237,.78);
      color: var(--green-dark);
      border: 1px solid rgba(47,107,63,.08);
    }

    .ba-pair-list {
      margin-top: 20px;
    }

    @media (max-width: 820px) {
      .admin-toggle {
        width: 28px !important;
        height: 28px !important;
        left: 8px !important;
        bottom: 8px !important;
      }

      .gallery-controls {
        justify-content: center !important;
      }
    }

  
    /* ===============================
       LEGAL / ADMIN HIDDEN FINAL
       =============================== */

    .hidden-admin-access {
      margin-top: 18px;
      height: 12px;
      display: flex;
      align-items: center;
      justify-content: flex-start;
    }

    .hidden-admin-access .admin-toggle {
      position: static !important;
      width: 10px !important;
      height: 10px !important;
      min-width: 10px !important;
      border-radius: 50% !important;
      background: rgba(196, 212, 200, 0.16) !important;
      border: 1px solid rgba(196, 212, 200, 0.14) !important;
      color: transparent !important;
      box-shadow: none !important;
      opacity: .28;
      padding: 0 !important;
      font-size: 0 !important;
      cursor: default;
      transition: opacity .25s ease, transform .25s ease, background .25s ease;
    }

    .hidden-admin-access .admin-toggle::before {
      content: "";
      display: block;
      width: 3px;
      height: 3px;
      margin: auto;
      border-radius: 50%;
      background: rgba(196, 212, 200, 0.34);
    }

    .hidden-admin-access .admin-toggle:hover {
      opacity: .85;
      transform: scale(1.25);
      background: rgba(196, 212, 200, 0.24) !important;
      cursor: pointer;
    }

    .privacy-check {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      padding: 13px 14px;
      border-radius: 16px;
      background: rgba(234,244,237,.72);
      color: var(--muted);
      font-size: .9rem;
      line-height: 1.45;
      border: 1px solid rgba(47,107,63,.10);
    }

    .privacy-check input {
      width: 18px;
      height: 18px;
      margin-top: 2px;
      flex: 0 0 18px;
      accent-color: var(--green);
      box-shadow: none;
    }

    .privacy-check a {
      color: var(--green-dark);
      font-weight: 800;
      text-decoration: underline;
    }

    .legal p {
      max-width: 680px;
    }

    .legal li {
      line-height: 1.65;
    }

    @media (max-width: 820px) {
      .hidden-admin-access {
        justify-content: center;
        margin-top: 24px;
      }

      .privacy-check {
        font-size: .84rem;
      }
    }

  
    /* Public site: admin UI moved to admin.html */
    .admin-toggle,
    .admin-panel,
    .editor-bar,
    .hidden-admin-access {
      display: none !important;
      visibility: hidden !important;
      pointer-events: none !important;
    }
  
    /* ===============================
       PUBLIC CUSTOM CONTENT BLOCKS
       =============================== */
    #customBlocksSection {
      padding-top: 34px;
    }

    .custom-blocks {
      display: grid;
      gap: 22px;
    }

    .custom-block.media-block {
      display: grid;
      grid-template-columns: .95fr 1.05fr;
      gap: 24px;
      align-items: center;
      padding: 22px;
      overflow: hidden;
    }

    .custom-media {
      min-height: 320px;
      border-radius: 24px;
      overflow: hidden;
      background: var(--green-soft);
      box-shadow: 0 16px 44px rgba(22,55,34,.10);
    }

    .custom-media img,
    .custom-media video {
      width: 100%;
      height: 100%;
      min-height: 320px;
      object-fit: cover;
      display: block;
    }

    .custom-content {
      padding: 10px;
    }

    .custom-meta {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 12px;
      padding: 8px 12px;
      border-radius: 999px;
      background: var(--green-soft);
      color: var(--green-dark);
      font-weight: 900;
      font-size: .82rem;
    }

    .custom-block.post-block {
      position: relative;
      overflow: hidden;
      padding: 34px;
      background:
        radial-gradient(circle at 92% 15%, rgba(121,169,91,.18), transparent 32%),
        rgba(255,255,255,.88);
    }

    .custom-block.post-block::before {
      content: "";
      position: absolute;
      width: 180px;
      height: 180px;
      border-radius: 50%;
      right: -80px;
      bottom: -80px;
      background: rgba(47,107,63,.10);
    }

    .custom-block .custom-btn {
      display: inline-flex;
      margin-top: 18px;
      padding: 12px 18px;
      border-radius: 999px;
      background: var(--green);
      color: white;
      font-weight: 950;
      box-shadow: 0 12px 30px rgba(47,107,63,.22);
    }

    @media (max-width: 820px) {
      .custom-block.media-block {
        grid-template-columns: 1fr;
        padding: 14px;
      }

      .custom-media,
      .custom-media img,
      .custom-media video {
        min-height: 240px;
      }

      .custom-block.post-block {
        padding: 24px;
      }
    }

  
    /* ===============================
       PRO EDITOR PUBLIC BLOCKS
       =============================== */
    #customBlocksSection {
      padding: 58px 0;
    }

    .custom-blocks {
      display: grid;
      gap: 22px;
    }

    .custom-block {
      position: relative;
      background: rgba(255,255,255,.88);
      border: 1px solid rgba(47,107,63,.10);
      border-radius: 30px;
      padding: 30px;
      box-shadow: 0 14px 42px rgba(22,55,34,.08);
      overflow: hidden;
    }

    .custom-block h3 {
      font-size: clamp(1.5rem, 3vw, 2.3rem);
      line-height: 1.08;
      letter-spacing: -.045em;
      margin-bottom: 10px;
      color: var(--text);
    }

    .custom-block p {
      color: var(--muted);
      font-size: 1.02rem;
      max-width: 760px;
    }

    .custom-meta {
      display: inline-flex;
      padding: 8px 12px;
      border-radius: 999px;
      background: var(--green-soft);
      color: var(--green-dark);
      font-weight: 950;
      font-size: .8rem;
      margin-bottom: 14px;
      text-transform: uppercase;
      letter-spacing: .08em;
    }

    .custom-block .custom-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-top: 18px;
      padding: 12px 18px;
      border-radius: 999px;
      background: linear-gradient(135deg, var(--green), var(--green-2));
      color: white;
      font-weight: 950;
      box-shadow: 0 12px 30px rgba(47,107,63,.22);
    }

    .custom-block.media-left,
    .custom-block.media-right {
      display: grid;
      grid-template-columns: .95fr 1.05fr;
      gap: 26px;
      align-items: center;
      padding: 22px;
    }

    .custom-block.media-right {
      grid-template-columns: 1.05fr .95fr;
    }

    .custom-block.media-right .custom-media {
      order: 2;
    }

    .custom-media {
      min-height: 330px;
      border-radius: 24px;
      overflow: hidden;
      background: var(--green-soft);
      box-shadow: 0 18px 44px rgba(22,55,34,.12);
    }

    .custom-media img,
    .custom-media video {
      width: 100%;
      height: 100%;
      min-height: 330px;
      object-fit: cover;
      display: block;
    }

    .custom-block.highlight {
      background:
        radial-gradient(circle at 90% 15%, rgba(121,169,91,.22), transparent 34%),
        linear-gradient(135deg, rgba(255,255,255,.95), rgba(234,244,237,.78));
      padding: 38px;
    }

    .custom-block.quote {
      background: linear-gradient(135deg, #173d24, #2f6b3f);
      color: white;
      padding: 38px;
    }

    .custom-block.quote h3,
    .custom-block.quote p {
      color: white;
    }

    .custom-block.quote .custom-meta {
      background: rgba(255,255,255,.16);
      color: #eaf4ed;
    }

    .custom-block.cards .custom-card-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 14px;
      margin-top: 18px;
    }

    .custom-block.cards .mini-card {
      padding: 18px;
      border-radius: 20px;
      background: rgba(234,244,237,.76);
      color: var(--green-dark);
      font-weight: 850;
    }

    @media (max-width: 820px) {
      #customBlocksSection {
        padding: 44px 0;
      }

      .custom-block,
      .custom-block.highlight,
      .custom-block.quote {
        padding: 22px;
        border-radius: 24px;
      }

      .custom-block.media-left,
      .custom-block.media-right {
        grid-template-columns: 1fr;
        padding: 14px;
      }

      .custom-block.media-right .custom-media {
        order: 0;
      }

      .custom-media,
      .custom-media img,
      .custom-media video {
        min-height: 240px;
      }

      .custom-block.cards .custom-card-grid {
        grid-template-columns: 1fr;
      }
    }

  

    /* ===============================
       RZV-INSPIRED PREMIUM VISUALS
       =============================== */
    :root {
      --bg-deep: #eef4e9;
      --panel-glass: rgba(255,255,255,.54);
      --line-strong: rgba(37, 86, 50, 0.14);
      --glow-green: rgba(121,169,91,.26);
      --glow-dark: rgba(47,107,63,.18);
    }

    body {
      font-family: 'Inter', Arial, Helvetica, sans-serif;
      background:
        radial-gradient(circle at 15% 0%, rgba(166, 211, 134, 0.22), transparent 28%),
        radial-gradient(circle at 100% 0%, rgba(47, 107, 63, 0.16), transparent 24%),
        linear-gradient(180deg, #f6fbf2 0%, #f4f7ef 24%, #f7f3ea 55%, #eef4e8 100%);
      cursor: none;
    }

    @media (max-width: 900px) {
      body { cursor: auto; }
      .cursor-dot, .cursor-ring { display: none !important; }
    }

    .page-progress {
      position: fixed; top: 0; left: 0; width: 100%; height: 3px;
      background: rgba(255,255,255,.26); z-index: 300;
    }
    .page-progress i {
      display: block; height: 100%; width: 0;
      background: linear-gradient(90deg, var(--green), #9fcf70, #d8ffd3);
      box-shadow: 0 0 22px rgba(121,169,91,.34);
    }

    #bgCanvas, #grainCanvas, .aurora, .vignette, .scanlines {
      position: fixed; inset: 0; pointer-events: none;
    }
    #bgCanvas { z-index: -7; }
    #grainCanvas { z-index: -6; opacity: .11; mix-blend-mode: soft-light; }
    .aurora { filter: blur(90px); opacity: .5; z-index: -5; }
    .aurora-a { background: radial-gradient(circle, rgba(156,212,116,.32) 0%, transparent 60%); transform: translate(-8vw,-10vh); animation: blob 20s ease-in-out infinite; }
    .aurora-b { background: radial-gradient(circle, rgba(47,107,63,.18) 0%, transparent 60%); transform: translate(60vw,6vh); animation: blob 22s ease-in-out infinite reverse; }
    .aurora-c { background: radial-gradient(circle, rgba(223,244,209,.85) 0%, transparent 56%); transform: translate(28vw,42vh); animation: blob 26s ease-in-out infinite; }
    .vignette { z-index: -4; background: radial-gradient(circle at center, transparent 52%, rgba(23,61,36,.07) 100%); }
    .scanlines { z-index: -3; opacity: .05; background: linear-gradient(to bottom, transparent 0%, rgba(255,255,255,.7) 50%, transparent 100%); background-size: 100% 4px; }

    .cursor-dot, .cursor-ring {
      position: fixed; top: 0; left: 0; transform: translate(-50%, -50%);
      pointer-events: none; z-index: 400;
      transition: opacity .25s ease;
    }
    .cursor-dot {
      width: 9px; height: 9px; border-radius: 50%; background: var(--green-dark);
      box-shadow: 0 0 20px rgba(47,107,63,.35);
    }
    .cursor-ring {
      width: 44px; height: 44px; border-radius: 50%;
      border: 1px solid rgba(47,107,63,.28);
      background: rgba(255,255,255,.2); backdrop-filter: blur(6px);
    }

    .site-loader {
      position: fixed; inset: 0; z-index: 500; background: linear-gradient(135deg, #f4f9ef, #eef5e8 52%, #f7f3ea);
      display: grid; place-items: center; overflow: hidden;
      transition: opacity .8s ease, visibility .8s ease;
    }
    .site-loader.hidden { opacity: 0; visibility: hidden; }
    .loader-grid, .loader-blur { position: absolute; inset: 0; }
    .loader-grid {
      background-image: linear-gradient(rgba(47,107,63,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(47,107,63,.06) 1px, transparent 1px);
      background-size: 46px 46px;
      mask-image: radial-gradient(circle at center, #000 15%, transparent 75%);
      animation: spinGrid 16s linear infinite;
    }
    .loader-blur-a { background: radial-gradient(circle at 48% 46%, rgba(166,211,134,.22), transparent 20%); }
    .loader-blur-b { background: radial-gradient(circle at 52% 50%, rgba(47,107,63,.12), transparent 22%); }
    .loader-cube-wrap { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); perspective: 900px; }
    .loader-cube { position: relative; width: 90px; height: 90px; transform-style: preserve-3d; animation: loaderCube 4.4s linear infinite; }
    .loader-cube div { position: absolute; inset: 0; border: 1px solid rgba(47,107,63,.14); background: linear-gradient(135deg, rgba(255,255,255,.42), rgba(166,211,134,.16)); box-shadow: inset 0 0 24px rgba(255,255,255,.12), 0 0 35px rgba(121,169,91,.12); }
    .loader-cube div:nth-child(1){transform:translateZ(45px)}
    .loader-cube div:nth-child(2){transform:rotateY(180deg) translateZ(45px)}
    .loader-cube div:nth-child(3){transform:rotateY(90deg) translateZ(45px)}
    .loader-cube div:nth-child(4){transform:rotateY(-90deg) translateZ(45px)}
    .loader-cube div:nth-child(5){transform:rotateX(90deg) translateZ(45px)}
    .loader-cube div:nth-child(6){transform:rotateX(-90deg) translateZ(45px)}
    .loader-copy { position: relative; z-index: 2; text-align: center; }
    .loader-copy span, .loader-copy p { display: block; letter-spacing: .28em; text-transform: uppercase; color: #6b7d6f; font-size: .74rem; }
    .loader-copy h1 { margin: .45rem 0; font-size: clamp(2.2rem, 7vw, 5.4rem); letter-spacing: .26em; padding-left: .26em; color: var(--green-dark); }

    header {
      top: 14px; width: min(1240px, calc(100% - 28px)); margin: 0 auto;
      border: 1px solid rgba(255,255,255,.42);
      border-radius: 22px;
      background: rgba(252,255,250,.52);
      box-shadow: 0 18px 55px rgba(22,55,34,.08);
    }
    .nav { min-height: 76px; }
    .nav-links a:not(.nav-cta) {
      position: relative;
    }
    .nav-links a:not(.nav-cta)::after {
      content: ''; position: absolute; left: 0; right: 0; bottom: 6px; height: 2px;
      background: linear-gradient(90deg, transparent, var(--green), transparent);
      transform: scaleX(0); transition: transform .35s cubic-bezier(.16,1,.3,1);
    }
    .nav-links a:not(.nav-cta):hover::after { transform: scaleX(1); }
    .logo-icon { box-shadow: 0 14px 40px rgba(47,107,63,.26), inset 0 1px 1px rgba(255,255,255,.25); }

    .glass-panel {
      background: var(--panel-glass);
      backdrop-filter: blur(18px);
      border: 1px solid rgba(255,255,255,.42);
      box-shadow: 0 18px 50px rgba(22,55,34,.08);
    }

    .hero {
      position: relative; padding: 150px 0 90px;
      min-height: 100svh; display: flex; align-items: center;
    }
    .hero::before {
      content: ''; position: absolute; inset: 0;
      background: radial-gradient(circle at 70% 22%, rgba(166,211,134,.14), transparent 20%), radial-gradient(circle at 12% 15%, rgba(47,107,63,.08), transparent 24%);
      pointer-events: none;
    }
    .hero-grid { gap: 42px; align-items: center; }
    .badge {
      display: inline-flex; align-items: center; gap: 10px;
      padding: 12px 16px; border-radius: 999px; background: rgba(255,255,255,.55);
      backdrop-filter: blur(14px); border: 1px solid rgba(255,255,255,.38);
      box-shadow: 0 12px 32px rgba(22,55,34,.08);
      font-weight: 800; color: var(--green-dark);
    }
    .hero h1 {
      font-size: clamp(3rem, 8vw, 6.2rem);
      line-height: .92; letter-spacing: -.08em; max-width: 11ch; margin: 18px 0 18px;
      text-wrap: balance;
    }
    .hero h1[data-editable] {
      background: linear-gradient(135deg, #14311f 0%, #2f6b3f 45%, #88b65f 100%);
      -webkit-background-clip: text; background-clip: text; color: transparent;
    }
    .hero > .container > div:first-child p,
    .hero .container > div:first-child > p {
      max-width: 650px; font-size: 1.08rem;
    }
    .hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
    .btn {
      position: relative; overflow: hidden;
      transition: transform .35s cubic-bezier(.16,1,.3,1), box-shadow .35s cubic-bezier(.16,1,.3,1);
    }
    .btn::before {
      content: ''; position: absolute; inset: -1px; background: linear-gradient(120deg, rgba(255,255,255,.5), transparent 40%, rgba(255,255,255,.18));
      opacity: 0; transition: opacity .35s ease;
    }
    .btn:hover::before { opacity: 1; }
    .btn:hover { transform: translateY(-4px) scale(1.01); }
    .btn-primary { box-shadow: 0 18px 35px rgba(47,107,63,.26); }
    .language-note {
      margin-top: 20px; max-width: fit-content; padding: 12px 16px; border-radius: 18px;
      background: rgba(255,255,255,.42); backdrop-filter: blur(12px);
      border: 1px solid rgba(255,255,255,.35);
    }
    .trust-row { margin-top: 26px; gap: 14px; }
    .trust-card {
      min-width: 150px; padding: 16px 18px; border-radius: 22px;
      transition: transform .45s cubic-bezier(.16,1,.3,1), box-shadow .45s cubic-bezier(.16,1,.3,1);
    }
    .trust-card strong { font-size: 1.12rem; }

    .hero-card {
      position: relative; border-radius: 34px; padding: 20px;
      background: linear-gradient(180deg, rgba(255,255,255,.55), rgba(255,255,255,.22));
      border: 1px solid rgba(255,255,255,.4);
      backdrop-filter: blur(20px);
      box-shadow: 0 24px 80px rgba(22,55,34,.15);
      overflow: hidden;
      min-height: 620px;
      transform-style: preserve-3d;
    }
    .hero-photo {
      position: relative; min-height: 520px; border-radius: 28px; overflow: hidden;
      box-shadow: inset 0 0 0 1px rgba(255,255,255,.24), 0 16px 50px rgba(22,55,34,.12);
    }
    .hero-video-overlay {
      background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(12,19,13,.18) 65%, rgba(11,23,13,.34));
    }
    .hero-orb {
      position: absolute; width: 220px; height: 220px; border-radius: 50%; filter: blur(32px); opacity: .45;
      pointer-events: none;
    }
    .orb-a { right: -50px; top: -40px; background: rgba(164, 219, 124, .45); }
    .orb-b { left: -70px; bottom: 120px; background: rgba(47,107,63,.22); }
    .hero-floating-chip, .hero-side-stat, .floating-info {
      position: absolute; z-index: 2;
    }
    .hero-floating-chip {
      padding: 12px 16px; border-radius: 999px; background: rgba(255,255,255,.64);
      border: 1px solid rgba(255,255,255,.48); backdrop-filter: blur(14px); font-weight: 900;
      box-shadow: 0 14px 34px rgba(22,55,34,.10);
      animation: levitate 6s ease-in-out infinite;
    }
    .chip-top { left: 24px; top: 24px; }
    .chip-bottom { right: 24px; bottom: 170px; animation-delay: -2s; }
    .hero-side-stat {
      right: 28px; top: 88px; padding: 16px 18px; border-radius: 22px; min-width: 146px;
    }
    .hero-side-stat span { display: block; font-size: .78rem; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
    .hero-side-stat b { display: block; font-size: 1.2rem; line-height: 1.15; margin-top: 7px; }
    .floating-info {
      left: 24px; right: 24px; bottom: 24px; padding: 22px; border-radius: 24px;
    }
    .floating-info h3 { font-size: clamp(1.4rem, 2vw, 2rem); line-height: 1.05; margin-bottom: 6px; }

    section { position: relative; padding: 30px 0 88px; }
    #leistungen, #aktion, #ueber-uns, #galerie, .process, #kontakt, .legal, #customBlocksSection {
      scroll-margin-top: 120px;
    }
    .section-head {
      display: grid; grid-template-columns: 1.25fr .9fr; gap: 30px; align-items: end; margin-bottom: 34px;
    }
    .section-kicker {
      display: inline-flex; padding: 10px 14px; border-radius: 999px;
      background: rgba(255,255,255,.58); backdrop-filter: blur(14px); border: 1px solid rgba(255,255,255,.4);
      box-shadow: 0 14px 30px rgba(22,55,34,.06); text-transform: uppercase; letter-spacing: .12em;
      font-size: .75rem; font-weight: 900; color: var(--green-dark); margin-bottom: 18px;
    }
    .section-head h2, .gallery-subhead h3, .before-after-content h3, .contact-card h2 {
      font-size: clamp(2rem, 4.2vw, 4rem); line-height: .94; letter-spacing: -.06em; text-wrap: balance;
    }
    .section-head p, .gallery-subhead p, .before-after-content p { font-size: 1.02rem; }

    .services-grid, .steps {
      gap: 18px;
    }
    .service-card, .step {
      position: relative; overflow: hidden;
      background: rgba(255,255,255,.58); backdrop-filter: blur(18px); border: 1px solid rgba(255,255,255,.42);
      border-radius: 28px; box-shadow: 0 18px 50px rgba(22,55,34,.08);
      transition: transform .55s cubic-bezier(.16,1,.3,1), box-shadow .55s cubic-bezier(.16,1,.3,1), border-color .35s ease;
    }
    .service-card::before, .step::before, .contact-option::before, .contact-card::before, .before-after-card::before, .gallery-shell::before {
      content: ''; position: absolute; inset: 0; border-radius: inherit;
      background: linear-gradient(135deg, rgba(255,255,255,.26), transparent 35%, rgba(166,211,134,.1));
      opacity: 0; transition: opacity .35s ease;
      pointer-events: none;
    }
    .service-card:hover::before, .step:hover::before, .contact-option:hover::before { opacity: 1; }
    .service-card:hover, .step:hover, .contact-option:hover {
      transform: translateY(-10px) rotateX(2deg) rotateY(-2deg); box-shadow: 0 26px 70px rgba(22,55,34,.12);
    }
    .service-icon {
      width: 64px; height: 64px; border-radius: 20px; background: linear-gradient(135deg, rgba(121,169,91,.18), rgba(47,107,63,.14));
      box-shadow: inset 0 0 0 1px rgba(255,255,255,.38);
    }

    .about-card, .gallery-shell, .before-after-card, .contact-card, .legal-grid > div, .custom-block {
      background: rgba(255,255,255,.56);
      border: 1px solid rgba(255,255,255,.45);
      box-shadow: 0 18px 55px rgba(22,55,34,.08);
      backdrop-filter: blur(18px);
    }

    .gallery-shell, .before-after-card, .contact-card { border-radius: 34px; overflow: hidden; position: relative; }
    .gallery-shell { padding: 22px; }
    .gallery-carousel { gap: 16px; }
    .gallery-item {
      border-radius: 26px; min-height: 440px;
      box-shadow: 0 18px 40px rgba(22,55,34,.08);
      transition: transform .6s cubic-bezier(.16,1,.3,1), filter .35s ease;
    }
    .gallery-item:hover { transform: translateY(-6px) scale(1.01); }
    .gallery-orbit {
      width: 110px; height: 110px; border-radius: 50%;
      background: conic-gradient(from 0deg, rgba(47,107,63,.9), rgba(156,212,116,.9), rgba(234,244,237,.5), rgba(47,107,63,.9));
      box-shadow: inset 0 0 0 8px rgba(255,255,255,.7), 0 18px 40px rgba(22,55,34,.12);
    }
    .gallery-orbit::after {
      content: ''; position: absolute; inset: 14px; border-radius: 50%; background: rgba(255,255,255,.68); backdrop-filter: blur(10px);
    }
    .round-btn {
      background: rgba(255,255,255,.62); backdrop-filter: blur(14px); border: 1px solid rgba(255,255,255,.48);
      box-shadow: 0 14px 34px rgba(22,55,34,.08);
    }
    .gallery-divider {
      background: linear-gradient(90deg, transparent, rgba(47,107,63,.2), transparent);
      height: 1px;
    }

    .before-after-card { padding: 22px; }
    .before-after-viewer { border-radius: 28px; overflow: hidden; box-shadow: inset 0 0 0 1px rgba(255,255,255,.34), 0 18px 44px rgba(22,55,34,.12); }
    .ba-glass-label { background: rgba(255,255,255,.64); border: 1px solid rgba(255,255,255,.54); backdrop-filter: blur(14px); }
    .ba-handle { box-shadow: 0 12px 28px rgba(22,55,34,.2); }

    .process .steps { display: grid; grid-template-columns: repeat(4, 1fr); }
    .step-number {
      display: inline-grid; place-items: center; width: 58px; height: 58px; border-radius: 18px;
      background: linear-gradient(135deg, var(--green), #9fcf70); color: white; box-shadow: 0 16px 34px rgba(47,107,63,.2);
    }

    .contact-card {
      position: relative; padding: 28px; gap: 28px;
    }
    .contact-options { gap: 14px; }
    .contact-option {
      background: rgba(255,255,255,.6); border: 1px solid rgba(255,255,255,.5); border-radius: 22px;
      box-shadow: 0 14px 36px rgba(22,55,34,.08);
    }
    form input, form textarea, .privacy-check {
      background: rgba(255,255,255,.66); backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,.5);
      box-shadow: inset 0 1px 2px rgba(255,255,255,.18), 0 8px 22px rgba(22,55,34,.05);
    }

    .legal-grid { gap: 20px; }
    .legal-grid > div { padding: 26px; border-radius: 28px; }

    .magnetic { will-change: transform; }

    @keyframes levitate {
      0%,100% { transform: translateY(0px); }
      50% { transform: translateY(-10px); }
    }
    @keyframes blob {
      0%,100% { transform: translate(0,0) scale(1); }
      33% { transform: translate(8vw,4vh) scale(1.08); }
      66% { transform: translate(-4vw,10vh) scale(.94); }
    }
    @keyframes spinGrid { to { transform: rotate(360deg); } }
    @keyframes loaderCube {
      0% { transform: rotateX(-16deg) rotateY(0deg); }
      100% { transform: rotateX(-16deg) rotateY(360deg); }
    }

    @media (max-width: 1100px) {
      .hero-card { min-height: auto; }
      .hero-photo { min-height: 420px; }
      .process .steps { grid-template-columns: repeat(2, 1fr); }
    }
    @media (max-width: 920px) {
      header { width: calc(100% - 18px); top: 10px; }
      .hero { padding-top: 126px; min-height: auto; }
      .hero h1 { font-size: clamp(2.6rem, 14vw, 4.8rem); }
      .section-head { grid-template-columns: 1fr; }
      .chip-bottom { bottom: 150px; }
      .hero-side-stat { top: 24px; right: 24px; }
      .gallery-item { min-height: 310px; }
    }
    @media (max-width: 700px) {
      .hero-card { padding: 14px; border-radius: 26px; }
      .hero-photo { min-height: 360px; border-radius: 22px; }
      .hero-floating-chip { font-size: .82rem; padding: 10px 12px; }
      .hero-side-stat { display: none; }
      .floating-info { position: relative; left: auto; right: auto; bottom: auto; margin-top: 14px; padding: 18px; }
      .process .steps { grid-template-columns: 1fr; }
      .gallery-shell, .before-after-card, .contact-card, .legal-grid > div { border-radius: 24px; }
      .services-grid { grid-template-columns: 1fr; }
      .section-head h2, .gallery-subhead h3, .before-after-content h3, .contact-card h2 { font-size: clamp(1.8rem, 10vw, 3rem); }
    }

/* ===== client polish update: reduce empty feeling + more live effects ===== */
[data-animate] {
  transform: translateY(18px) scale(.995);
  opacity: .2;
  filter: blur(2px);
}

.about,
.gallery-shell,
.before-after-card,
.contact-card,
.legal-grid > div,
.custom-block {
  background: rgba(255,255,255,.78) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
}

.about-grid {
  align-items: stretch;
}

.about-image {
  min-height: 520px;
  position: relative;
  overflow: hidden;
}

.about-image::after {
  content: "";
  position: absolute;
  inset: auto 18px 18px 18px;
  height: 70px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(255,255,255,.22), rgba(255,255,255,.06));
  border: 1px solid rgba(255,255,255,.45);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 16px 34px rgba(15,30,18,.12);
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 22px;
}

.about-stat {
  position: relative;
  padding: 18px;
  min-height: 122px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(255,255,255,.86), rgba(241,247,239,.94));
  border: 1px solid rgba(47,107,63,.10);
  box-shadow: 0 16px 36px rgba(22,55,34,.08);
  overflow: hidden;
}

.about-stat::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(121,169,91,.18), transparent 34%);
  pointer-events: none;
}

.about-stat-number {
  display: block;
  font-size: 1.25rem;
  font-weight: 900;
  color: var(--green-dark);
  margin-bottom: 8px;
}

.about-stat p {
  margin: 0;
  color: var(--muted);
  font-size: .95rem;
}

.gallery-showcase-head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  margin-bottom: 18px;
  padding: 18px 18px 10px;
  border-radius: 26px;
  background: linear-gradient(135deg, rgba(255,255,255,.82), rgba(246,250,244,.78));
  border: 1px solid rgba(47,107,63,.10);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.6);
}

.mini-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(47,107,63,.08);
  color: var(--green-dark);
  font-size: .8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.gallery-showcase-head h3 {
  margin: 10px 0 8px;
  font-size: clamp(1.3rem, 2.6vw, 2.2rem);
  line-height: 1.05;
  letter-spacing: -.04em;
}

.gallery-showcase-head p {
  margin: 0;
  color: var(--muted);
  max-width: 44ch;
}

.gallery-shell-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.gallery-shell-badges span,
.ba-pair-btn {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(121,169,91,.12);
  border: 1px solid rgba(47,107,63,.1);
  color: var(--green-dark);
  font-weight: 800;
}

.gallery-orbit {
  margin: 6px 0 12px;
}

.gallery-carousel {
  padding: 8px 4px 18px;
  align-items: center;
  min-height: 396px;
}

.gallery-item {
  opacity: .68;
  transform: scale(.94);
  filter: saturate(.92) blur(.4px);
}

.gallery-item.is-focus {
  opacity: 1;
  transform: scale(1);
  filter: none;
}

.gallery-item.is-near {
  opacity: .9;
  transform: scale(.965);
  filter: saturate(.98);
}

.gallery-item.is-soft {
  opacity: .58;
  transform: scale(.91);
  filter: saturate(.85);
}

.interactive-strip {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 14px;
}

.rain-card,
.mow-card {
  position: relative;
  min-height: 245px;
  border-radius: 28px;
  padding: 22px;
  background: linear-gradient(135deg, rgba(255,255,255,.8), rgba(245,249,243,.92));
  border: 1px solid rgba(47,107,63,.12);
  box-shadow: 0 18px 42px rgba(22,55,34,.08);
  overflow: hidden;
}

.effect-copy {
  position: relative;
  z-index: 3;
  max-width: 29ch;
}

.effect-copy h4 {
  margin: 10px 0 8px;
  font-size: clamp(1.2rem, 2vw, 1.8rem);
  line-height: 1.1;
}

.effect-copy p {
  margin: 0;
  color: var(--muted);
}

.rain-scene {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  overflow: hidden;
  background:
    radial-gradient(circle at 70% 24%, rgba(255,255,255,.45), transparent 25%),
    linear-gradient(180deg, rgba(123,164,120,.14), rgba(17,26,24,.1)),
    url('https://images.unsplash.com/photo-1500382017468-9049fed747ef?auto=format&fit=crop&w=1200&q=80') center/cover;
}

.rain-scene::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.18));
  backdrop-filter: blur(2px);
}

.rain-layer {
  position: absolute;
  inset: -25% 0;
  background-image: repeating-linear-gradient(
    100deg,
    rgba(255,255,255,0) 0 12px,
    rgba(255,255,255,.42) 12px 14px,
    rgba(255,255,255,0) 14px 24px
  );
  opacity: .34;
  animation: rainFall 14s linear infinite;
}

.rain-fast {
  opacity: .2;
  filter: blur(1px);
  animation-duration: 9s;
  transform: scale(1.04);
}

.rain-glow {
  position: absolute;
  inset: auto -12% -10% auto;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(121,169,91,.46), rgba(121,169,91,0));
  filter: blur(24px);
  animation: pulseGlow 4s ease-in-out infinite;
}

@keyframes rainFall {
  from { transform: translateY(-14%) translateX(0); }
  to { transform: translateY(14%) translateX(-3%); }
}

@keyframes pulseGlow {
  0%, 100% { transform: scale(.94); opacity: .52; }
  50% { transform: scale(1.08); opacity: .85; }
}

.mow-stage {
  --mow-progress: 12%;
  position: absolute;
  inset: 0;
  border-radius: inherit;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.14));
}

.mow-before,
.mow-after {
  position: absolute;
  inset: 0;
}

.mow-before {
  background:
    linear-gradient(180deg, rgba(8,24,9,.04), rgba(8,24,9,.14)),
    repeating-linear-gradient(90deg, #507b35 0 6px, #57863a 6px 12px, #4f7a33 12px 18px),
    linear-gradient(180deg, #78ab4f, #5f8d3f);
  filter: saturate(.9) brightness(.95);
}

.mow-before::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(46,82,28,.4) 0 2px, transparent 2px);
  background-size: 22px 22px;
  opacity: .35;
}

.mow-after {
  background:
    linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.02)),
    repeating-linear-gradient(90deg, #81b75a 0 18px, #78ad50 18px 36px, #8cc061 36px 54px),
    linear-gradient(180deg, #8ec661, #72a84a);
  clip-path: inset(0 calc(100% - var(--mow-progress)) 0 0 round 0);
  transition: clip-path .15s linear;
}

.mow-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--mow-progress);
  width: 3px;
  background: rgba(255,255,255,.85);
  box-shadow: 0 0 0 1px rgba(255,255,255,.25), 0 0 18px rgba(255,255,255,.45);
  transform: translateX(-50%);
}

.mower {
  position: absolute;
  bottom: 22px;
  left: var(--mow-progress);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(255,255,255,.58);
  box-shadow: 0 16px 30px rgba(0,0,0,.14);
  font-size: 1.6rem;
  transform: translateX(-50%);
  animation: mowerBounce 1.6s ease-in-out infinite;
}

@keyframes mowerBounce {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -6px; }
}

.gallery-divider {
  margin: 26px 0 24px;
}

.gallery-subhead {
  margin-bottom: 18px;
}

.before-after-card {
  gap: 22px;
  padding: 18px;
}

.before-after-viewer {
  min-height: 370px;
}

#baBefore,
#baAfter {
  filter: none !important;
}

@media (max-width: 980px) {
  .about-stats,
  .interactive-strip {
    grid-template-columns: 1fr;
  }

  .gallery-showcase-head {
    grid-template-columns: 1fr;
  }

  .gallery-shell-badges {
    justify-content: flex-start;
  }
}

@media (max-width: 780px) {
  .about-grid {
    grid-template-columns: 1fr;
  }

  .gallery-carousel {
    min-height: 310px;
  }

  .gallery-item {
    height: 280px;
  }

  .rain-card,
  .mow-card {
    min-height: 220px;
  }
}


/* =====================================
   BUGFIX PATCH — layout cleanup
   ===================================== */

/* Content must stay visible even if any animation script fails */
[data-animate] {
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
}

/* Remove accidental blurred bar under the About image */
.about-image::after {
  display: none !important;
}

/* About stats belong in the About section, not inside the hero card */
.hero-card .about-stats {
  display: none !important;
}

.about .about-stats {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.about .about-stat {
  min-height: 0;
}

/* Hero card cleanup */
.hero-grid {
  align-items: stretch;
}

.hero-card {
  transform: none !important;
  min-height: 620px;
}

.floating-info {
  max-width: calc(100% - 48px);
}

.floating-info h3,
.floating-info p {
  max-width: 100%;
}

/* Remove broken oversized gallery indicator decoration */
.gallery-orbit,
.gallery-orbit::after {
  display: none !important;
}

/* Gallery header should be compact and clean */
.gallery-showcase-head {
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 18px !important;
  padding: 18px 20px !important;
  margin-bottom: 18px !important;
  min-height: 0 !important;
}

.gallery-showcase-head h3,
.gallery-showcase-head p {
  filter: none !important;
}

.gallery-shell,
.before-after-card {
  overflow: hidden;
}

.gallery-shell::before,
.before-after-card::before {
  display: none !important;
}

.gallery-carousel {
  min-height: 0 !important;
}

/* Before/after intro block: remove giant empty feeling */
.gallery-subhead {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, .9fr);
  align-items: end;
  gap: 24px;
  margin: 8px 0 22px;
}

.gallery-subhead h3,
.gallery-subhead p {
  margin: 0;
  filter: none !important;
}

.before-after-card {
  grid-template-columns: minmax(0, 1fr) minmax(320px, .9fr) !important;
  gap: 24px !important;
  align-items: stretch !important;
}

.before-after-viewer {
  min-height: 360px !important;
}

/* Small layout safety */
.gallery-shell-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

@media (max-width: 1120px) {
  .hero-grid,
  .about-grid,
  .before-after-card,
  .gallery-subhead,
  .gallery-showcase-head,
  .section-head {
    grid-template-columns: 1fr !important;
  }

  .hero-card {
    min-height: 560px;
  }

  .about .about-stats {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .hero-card {
    min-height: 480px;
  }

  .floating-info {
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 18px;
  }

  .chip-bottom {
    bottom: 148px;
  }

  .hero-side-stat {
    top: 72px;
    right: 16px;
  }

  .gallery-showcase-head,
  .gallery-subhead,
  .before-after-card {
    gap: 16px !important;
  }
}


/* =====================================
   V4 LOCALIZATION CLEANUP
   ===================================== */

.gallery-shell-badges {
  display: none !important;
}

.gallery-showcase-head {
  grid-template-columns: 1fr !important;
}

.gallery-showcase-head h3 {
  max-width: 760px;
}

.gallery-showcase-head p {
  max-width: 720px;
}

.lang-switcher .lang-btn[data-lang="de"],
.lang-switcher .lang-btn[data-lang="en"],
.lang-switcher .lang-btn[data-lang="uk"] {
  display: inline-flex;
}

/* Safety: only the three supported languages are visible */
.lang-switcher .lang-btn:not([data-lang="de"]):not([data-lang="en"]):not([data-lang="uk"]) {
  display: none !important;
}


/* =====================================
   V5 CURSOR / EFFECT BLOCK / MOBILE FIX
   ===================================== */

/* Normal pleasant cursor */
body {
  cursor: auto !important;
}

.cursor-dot,
.cursor-ring {
  display: none !important;
}

/* Make the effect block feel like part of the website, not a broken demo */
.interactive-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 18px;
  margin-top: 22px;
}

.rain-card,
.mow-card {
  min-height: 290px !important;
  border-radius: 30px !important;
  padding: 26px !important;
  background:
    radial-gradient(circle at 84% 18%, rgba(145, 196, 103, .18), transparent 28%),
    linear-gradient(135deg, rgba(255,255,255,.92), rgba(242,248,239,.96)) !important;
  border: 1px solid rgba(47,107,63,.13) !important;
  box-shadow: 0 22px 60px rgba(22,55,34,.10) !important;
  overflow: hidden;
  isolation: isolate;
}

.rain-card::before,
.mow-card::before {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,.62);
  pointer-events: none;
  z-index: 1;
}

.effect-copy {
  max-width: 36ch !important;
  z-index: 5 !important;
  position: relative;
}

.effect-copy h4 {
  color: #173d24 !important;
  font-size: clamp(1.35rem, 2.2vw, 2rem) !important;
  line-height: 1.05 !important;
  letter-spacing: -.045em;
  margin: 12px 0 10px !important;
}

.effect-copy p {
  color: rgba(29,42,34,.72) !important;
  font-weight: 600;
  max-width: 34ch;
}

.rain-scene {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: .95;
  background:
    linear-gradient(90deg, rgba(255,255,255,.86) 0%, rgba(255,255,255,.52) 38%, rgba(255,255,255,.18) 100%),
    radial-gradient(circle at 80% 18%, rgba(255,255,255,.7), transparent 24%),
    url('https://images.unsplash.com/photo-1500382017468-9049fed747ef?auto=format&fit=crop&w=1200&q=80') center/cover !important;
}

.rain-scene::after {
  background:
    linear-gradient(135deg, rgba(255,255,255,.12), rgba(47,107,63,.08)),
    radial-gradient(circle at 80% 20%, rgba(255,255,255,.65), transparent 25%) !important;
  backdrop-filter: blur(1px) !important;
  -webkit-backdrop-filter: blur(1px) !important;
}

.rain-layer {
  opacity: .18 !important;
  background-image: repeating-linear-gradient(
    100deg,
    rgba(255,255,255,0) 0 18px,
    rgba(255,255,255,.55) 18px 20px,
    rgba(255,255,255,0) 20px 34px
  ) !important;
}

.rain-fast {
  opacity: .1 !important;
}

.rain-glow {
  opacity: .45 !important;
  filter: blur(34px) !important;
}

/* Cleaner grass scroll card */
.mow-stage {
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  overflow: hidden;
  --mow-progress: 18%;
  background:
    linear-gradient(90deg, rgba(255,255,255,.74) 0%, rgba(255,255,255,.34) 38%, rgba(255,255,255,.08) 100%),
    linear-gradient(180deg, #7db353, #609540) !important;
}

.mow-before,
.mow-after {
  position: absolute;
  inset: 0;
}

.mow-before {
  background:
    linear-gradient(90deg, rgba(255,255,255,.78) 0%, rgba(255,255,255,.38) 42%, rgba(255,255,255,.06) 100%),
    repeating-linear-gradient(90deg, rgba(68,118,46,.68) 0 10px, rgba(83,138,57,.68) 10px 22px),
    radial-gradient(circle at 82% 24%, rgba(255,255,255,.42), transparent 24%) !important;
  filter: saturate(.92);
}

.mow-before::after {
  opacity: .14 !important;
}

.mow-after {
  background:
    linear-gradient(90deg, rgba(255,255,255,.82) 0%, rgba(255,255,255,.42) 38%, rgba(255,255,255,.08) 100%),
    repeating-linear-gradient(90deg, #95c86b 0 30px, #86bd5d 30px 60px),
    linear-gradient(180deg, #9ac96e, #77ad50) !important;
  clip-path: inset(0 calc(100% - var(--mow-progress)) 0 0 round 0);
}

.mow-line {
  width: 2px !important;
  background: rgba(255,255,255,.9) !important;
  box-shadow: 0 0 24px rgba(255,255,255,.58) !important;
}

.mower {
  width: 58px !important;
  height: 58px !important;
  bottom: 34px !important;
  background: rgba(255,255,255,.9) !important;
  color: #173d24;
  font-size: 1.35rem !important;
  box-shadow: 0 18px 44px rgba(22,55,34,.18) !important;
}

.mower::before {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: inherit;
  border: 1px solid rgba(255,255,255,.65);
}

/* Make the gallery block less heavy */
.gallery-shell {
  padding: 22px !important;
}

.gallery-showcase-head {
  background:
    radial-gradient(circle at 95% 20%, rgba(145,196,103,.12), transparent 28%),
    rgba(255,255,255,.82) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.65), 0 12px 34px rgba(22,55,34,.06) !important;
}

.gallery-carousel {
  padding-top: 10px !important;
}

/* Better mobile version */
@media (max-width: 980px) {
  .interactive-strip {
    grid-template-columns: 1fr !important;
  }

  .rain-card,
  .mow-card {
    min-height: 260px !important;
  }

  .effect-copy {
    max-width: 32ch !important;
  }

  .gallery-showcase-head {
    padding: 18px !important;
  }

  .before-after-card {
    grid-template-columns: 1fr !important;
  }

  .before-after-content {
    padding: 4px 2px 0;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(100% - 24px, 1180px) !important;
  }

  header {
    width: calc(100% - 16px) !important;
    top: 8px !important;
    border-radius: 20px !important;
  }

  .nav {
    min-height: 66px !important;
    padding-inline: 8px;
  }

  .logo span:last-child {
    max-width: 205px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .hero {
    padding-top: 106px !important;
  }

  .hero-grid {
    gap: 24px !important;
  }

  .hero h1 {
    font-size: clamp(2.45rem, 12.5vw, 4.2rem) !important;
    max-width: 100% !important;
  }

  .hero p {
    font-size: 1rem !important;
  }

  .hero-actions {
    gap: 10px !important;
  }

  .btn {
    min-height: 48px !important;
    padding: 0 17px !important;
  }

  .trust-row {
    grid-template-columns: 1fr !important;
  }

  .hero-card {
    min-height: 520px !important;
    border-radius: 28px !important;
  }

  .hero-photo {
    border-radius: 24px !important;
  }

  .chip-top {
    left: 16px !important;
    top: 16px !important;
  }

  .chip-bottom {
    right: 16px !important;
    bottom: 150px !important;
  }

  .floating-info {
    left: 14px !important;
    right: 14px !important;
    bottom: 14px !important;
    padding: 18px !important;
    border-radius: 22px !important;
  }

  .section-head,
  .gallery-subhead {
    gap: 14px !important;
    margin-bottom: 22px !important;
  }

  .gallery-shell {
    padding: 14px !important;
    border-radius: 26px !important;
  }

  .gallery-item {
    flex-basis: 82vw !important;
    height: 260px !important;
    min-height: 260px !important;
    border-radius: 22px !important;
  }

  .interactive-strip {
    gap: 14px !important;
  }

  .rain-card,
  .mow-card {
    min-height: 245px !important;
    padding: 20px !important;
    border-radius: 24px !important;
  }

  .effect-copy h4 {
    font-size: 1.45rem !important;
  }

  .effect-copy p {
    font-size: .92rem !important;
  }

  .mower {
    width: 48px !important;
    height: 48px !important;
    bottom: 26px !important;
    font-size: 1.1rem !important;
  }

  .before-after-viewer {
    min-height: 280px !important;
    border-radius: 24px !important;
  }

  .before-after-content h3 {
    font-size: clamp(1.8rem, 9vw, 2.7rem) !important;
  }

  .contact-card {
    padding: 18px !important;
  }
}

@media (max-width: 430px) {
  .lang-switcher {
    transform: scale(.92);
    transform-origin: right center;
  }

  .logo {
    gap: 8px !important;
    font-size: .9rem !important;
  }

  .logo-icon {
    width: 38px !important;
    height: 38px !important;
    border-radius: 14px !important;
  }

  .nav-cta {
    display: none !important;
  }

  .hero-card {
    min-height: 480px !important;
  }

  .hero-floating-chip {
    font-size: .78rem !important;
    padding: 9px 11px !important;
  }

  .chip-bottom {
    bottom: 142px !important;
  }

  .rain-card,
  .mow-card {
    min-height: 265px !important;
  }
}


/* =====================================
   V6 GALLERY BUTTONS + PROMO BLOCK MOVE
   ===================================== */

.gallery-controls,
.gallery-buttons {
  position: relative;
  z-index: 25;
}

.gallery-buttons .round-btn,
#galleryPrev,
#galleryNext {
  pointer-events: auto !important;
  cursor: pointer !important;
  position: relative;
  z-index: 30;
}

.gallery-shell {
  overflow: visible !important;
}

.gallery-controls::before,
.gallery-controls::after {
  pointer-events: none;
}

.promo-strip {
  margin-top: 22px;
}

#aktion .promo-strip .promo-fx-card {
  min-height: 270px !important;
}

#aktion .promo-strip .rain-card {
  background:
    radial-gradient(circle at 84% 18%, rgba(145, 196, 103, .18), transparent 28%),
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(240,247,236,.96)) !important;
}

#aktion .promo-strip .promo-scene {
  background:
    linear-gradient(90deg, rgba(255,255,255,.88) 0%, rgba(255,255,255,.45) 36%, rgba(255,255,255,.08) 100%),
    radial-gradient(circle at 82% 20%, rgba(255,255,255,.62), transparent 24%),
    url('https://images.unsplash.com/photo-1501004318641-b39e6451bec6?auto=format&fit=crop&w=1200&q=80') center/cover !important;
}

#aktion .promo-strip .mow-card {
  background:
    radial-gradient(circle at 84% 18%, rgba(145, 196, 103, .2), transparent 28%),
    linear-gradient(135deg, rgba(247,251,244,.98), rgba(235,245,229,.97)) !important;
}

#aktion .promo-strip .mow-before {
  background:
    linear-gradient(90deg, rgba(255,255,255,.84) 0%, rgba(255,255,255,.42) 40%, rgba(255,255,255,.05) 100%),
    repeating-linear-gradient(90deg, rgba(108,160,67,.82) 0 18px, rgba(129,182,80,.82) 18px 36px) !important;
}

#aktion .promo-strip .mow-after {
  background:
    linear-gradient(90deg, rgba(255,255,255,.86) 0%, rgba(255,255,255,.42) 36%, rgba(255,255,255,.06) 100%),
    repeating-linear-gradient(90deg, #9ad36d 0 32px, #88bf5e 32px 64px) !important;
}

#aktion .promo-strip .mow-line {
  background: rgba(255,255,255,.95) !important;
}

#aktion .promo-strip .mower {
  font-size: 1.2rem !important;
  background: rgba(255,255,255,.93) !important;
}

@media (max-width: 760px) {
  .promo-strip {
    margin-top: 16px;
  }

  #aktion .promo-strip .promo-fx-card {
    min-height: 240px !important;
  }

  .gallery-buttons {
    justify-content: flex-end;
    width: 100%;
  }
}


/* ===== V7 legal cleanup ===== */
.legal {
  background: linear-gradient(180deg, #112117 0%, #0e1b13 100%);
  color: #e8f0ea;
  padding: 64px 0 46px;
}
.legal-head { margin-bottom: 28px; }
.legal .section-kicker { color: #cce4d2; }
.legal-head h2 { color: #ffffff; }
.legal-head p { color: #c7d5cb; }
.legal-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}
.legal-card {
  background: rgba(255,255,255,0.97);
  color: #1b2a20;
  border: 1px solid rgba(35,81,46,0.10);
  border-radius: 28px;
  padding: 28px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.18);
}
.legal-card h3 {
  color: #162219;
  margin-bottom: 8px;
  font-size: 1.5rem;
}
.legal-card-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #e8f1e9;
  color: #2f6e3d;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.legal-intro {
  color: #5b6b60;
  font-size: 0.98rem;
  line-height: 1.7;
  margin-bottom: 18px;
}
.legal-block + .legal-block {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #e5ece6;
}
.legal-label {
  color: #2f6e3d;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.legal-card p,
.legal-card li {
  color: #26352b;
  font-size: 0.98rem;
  line-height: 1.75;
}
.legal-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}
.legal-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 12px;
  border-radius: 999px;
  background: #eff5ef;
  border: 1px solid #dbe7dc;
  color: #214c2b;
  font-size: 0.86rem;
  font-weight: 700;
}
.legal-note-box {
  margin-top: 18px;
  padding: 16px 18px;
  border-radius: 18px;
  background: #f5f8f4;
  border: 1px solid #dfe8df;
  color: #2a352d;
  line-height: 1.65;
}
.legal-note-box strong { color: #1b2a20; }
footer {
  background: #0a130d;
  color: #d7e0d8;
  padding: 22px 0;
  text-align: center;
  font-size: 0.92rem;
}
@media (max-width: 900px) {
  .legal-grid { grid-template-columns: 1fr; gap: 18px; }
  .legal-card { padding: 22px; border-radius: 22px; }
}
