    /* =============================================
       SECTION 1 — HERO
    ============================================= */
    .promotion {
      min-height: 100vh;
      padding-top: var(--nav-height);
      padding-bottom: 100px;
      flex-direction: column
    }

    .promotion__bg {
      background-image:
        radial-gradient(ellipse 80% 60% at 50% 40%, rgba(0,91,187,.15) 0%, transparent 70%),
        repeating-linear-gradient(
          0deg,
          transparent,
          transparent 2px,
          rgba(255,255,255,.015) 2px,
          rgba(255,255,255,.015) 4px
        );
      background-color: var(--c-coal);
    }

    /* Hex grid overlay */
    .promotion__hex-grid {
      position: absolute;
      inset: 0;
      z-index: 1;
      opacity: .07;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='92'%3E%3Cpolygon points='40,4 76,24 76,68 40,88 4,68 4,24' fill='none' stroke='%23A8B8C4' stroke-width='0.8'/%3E%3C/svg%3E");
      background-size: 80px 92px;
    }

    .promotion__ua-stripe {
      position: absolute;
      left: 0; right: 0;
      bottom: 0;
      height: 6px;
      background: linear-gradient(90deg, var(--c-blue-ua) 50%, var(--c-yellow-ua) 50%);
      z-index: 3;
    }

    .promotion__inner {
      padding: 0 40px;
      max-width: 1200px;
      margin: 0 auto;
      width: 100%;
    }


    .promotion__title {
      display: inline;
      font-size: clamp(1.1rem, 1.2vw, 1.5rem);
      color: var(--c-fog);
      font-weight: 700;
      max-width: 520px;
      line-height: 1.7;
      margin-top: 32px;
      opacity: 0;
      animation: fade-up .9s var(--ease-out-expo) .5s forwards;
    }

    .promotion__subtitle {
      display: inline;
      font-size: clamp(1.1rem, 1.2vw, 1.5rem);
      color: var(--c-fog);
      max-width: 520px;
      font-weight: 700;
      line-height: 1.7;
      margin-top: 32px;
      opacity: 0;
      animation: fade-up .9s var(--ease-out-expo) .8s forwards;
    }

    .promotion__actions {
      margin-top: 48px;
      display: flex;
      gap: 16px;
      flex-wrap: wrap;
      opacity: 0;
      animation: fade-up .9s var(--ease-out-expo) 1s forwards;
    }

    .promotion__list{
      margin-top: 50px;
    }

    .promotion__list ul{
        list-style: none;
    }

    .promotion__list ul li{
       display: flex;
       align-items: center;
       margin-bottom: 15px;
       font-weight: 400;
    }

    

    .promotion__list ul li svg{
        display: block;
        height: 75px;
        width: 75px;
        margin-right: 25px;
    }

    .promotion__inner-1{
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 1200px;
        max-width: 1200px;
        width: 100%;

    }

    .promotion__inner-2{
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 1200px;
        width: 100%;
    }

    @media (max-width: 760px){
        .promotion__inner-1,
        .promotion__inner-2{
            flex-direction: column;
              padding: 0 40px;
        }
        .promotion__list{
          margin-top: 0;
        }
    }

    .promotion__inner-text{
        max-width: 560px;
        font-size: 24px;
    }
    .promotion__inner-text h3{
      font-weight: 700;
    }
    .promotion__inner-text p{
      font-weight: 500;
    }
    .btn {
      font-size: .75rem;
      letter-spacing: .15em;
      text-transform: uppercase;
      padding: 16px 32px;
      border: none;
      cursor: none;
      text-decoration: none;
      transition: all .25s var(--ease-out-expo);
      display: inline-block;
    }
    .btn--primary {
      background: var(--c-yellow-ua);
      color: var(--c-black);
    }
    .btn--primary:hover { background: var(--c-gold-l); transform: translateY(-2px);   cursor: pointer;}
    .btn--ghost {
      background: transparent;
      color: var(--c-white);
      border: 1px solid var(--c-iron);
  
    }
    .btn--ghost:hover { border-color: var(--c-fog); background: rgba(255,255,255,.04); }

    .promotion__counter {
      position: absolute;
      right: 40px;
      bottom: 60px;
      z-index: 3;
      text-align: right;
      opacity: 0;
      animation: fade-up .9s var(--ease-out-expo) 1.2s forwards;
    }
    .promotion__counter-num {
      font-size: clamp(2rem, 5vw, 4.5rem);
      color: var(--c-gold);
      line-height: 1;
    }
    .promotion__counter-label {
      font-size: .65rem;
      color: var(--c-ash);
      letter-spacing: .15em;
      text-transform: uppercase;
    }

    .promotion__scroll-hint {
      position: absolute;
      bottom: 30px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 3;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 8px;
      opacity: 0;
      animation: fade-in 1s ease 1.5s forwards;
    }
    .promotion__scroll-hint span {
      font-size: .6rem;
      color: var(--c-smoke);
      letter-spacing: .2em;
      text-transform: uppercase;
    }
    .promotion__scroll-line {
      width: 1px;
      height: 40px;
      background: linear-gradient(to bottom, var(--c-smoke), transparent);
      animation: scroll-line 2s ease-in-out infinite;
    }


    /* =============================================
       SECTION 3 — MISSION
    ============================================= */
    .mission {
      background: var(--c-coal);
      padding: 120px 0;
      min-height: auto;
    }
    .mission__overlay {
      background:
        radial-gradient(ellipse 60% 80% at 80% 50%, rgba(0,91,187,.1) 0%, transparent 60%),
        repeating-linear-gradient(90deg, rgba(255,255,255,.015) 0px, rgba(255,255,255,.015) 1px, transparent 1px, transparent 80px);
    }
    .mission__inner {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 40px;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 80px;
      align-items: center;
    }
    .mission__tag {
      font-size: .65rem;
      letter-spacing: .25em;
      color: var(--c-gold);
      text-transform: uppercase;
      margin-bottom: 20px;
      display: flex;
      align-items: center;
      gap: 10px;
    }
    .mission__tag::before {
      content: '02';
      color: var(--c-smoke);
    }
    .mission__heading {
      font-size: clamp(2.5rem, 5vw, 5rem);
      line-height: 1;
      text-transform: uppercase;
      color: var(--c-white);
      margin-bottom: 32px;
    }
    .mission__heading em {
      font-style: normal;
      color: var(--c-yellow-ua);
      display: block;
    }
    .mission__text {
      font-size: .85rem;
      line-height: 1.9;
      color: var(--c-ash);
      margin-bottom: 16px;
    }
    .mission__stats {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 2px;
      margin-top: 8px;
    }
    .mission__stat {
      background: var(--c-steel);
      padding: 24px;
      position: relative;
      overflow: hidden;
    }
    .mission__stat::before {
      content: '';
      position: absolute;
      top: 0; left: 0;
      width: 3px; height: 100%;
      background: var(--c-yellow-ua);
    }
    .mission__stat-num {
      font-size: 2.8rem;
      color: var(--c-gold);
      line-height: 1;
      margin-bottom: 6px;
    }
    .mission__stat-label {
      font-size: .65rem;
      color: var(--c-ash);
      letter-spacing: .15em;
      text-transform: uppercase;
    }

    /* =============================================
       SECTION 3 — PARTNERS (PARALLAX)
    ============================================= */
    /* .partners {
      padding: var(--nav-height) 0;
    } */
    .partners__bg {
      background-color: var(--c-black);
      background-image:
        radial-gradient(ellipse 100% 70% at 50% 50%, rgba(201,168,76,.06) 0%, transparent 70%),
        repeating-linear-gradient(45deg, transparent, transparent 40px, rgba(255,255,255,.012) 40px, rgba(255,255,255,.012) 41px);
    }
    .partners__overlay {
      background: linear-gradient(to bottom, rgba(8,10,11,.5) 0%, rgba(8,10,11,.4) 50%, rgba(8,10,11,.8) 100%);
    }
    .partners__inner {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 40px;
      text-align: center;
    }
    .partners__tag {
      font-size: .65rem;
      letter-spacing: .25em;
      color: var(--c-gold);
      text-transform: uppercase;
      margin-bottom: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
    }
    .partners__tag::before { content: '03'; color: var(--c-smoke); }
    .partners__heading {
      font-size: clamp(2.5rem, 6vw, 6rem);
      line-height: 1;
      text-transform: uppercase;
      margin-bottom: 16px;
    }
    .partners__sub {
      font-size: .85rem;
      color: var(--c-ash);
      max-width: 560px;
      margin: 0 auto 64px;
      line-height: 1.8;
    }
    .partners__cards {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 2px;
      max-width: 900px;
      margin: 0 auto;
    }
    .partner-card {
      background: var(--c-coal);
      border: 1px solid var(--c-iron);
      padding: 48px 40px;
      margin-bottom: 20px;
      text-align: left;
      position: relative;
      overflow: hidden;
      transition: border-color .3s, transform .3s var(--ease-out-expo);
    }
    .partner-card:hover {
      border-color: var(--c-gold);
      transform: translateY(-4px);
    }

    .partner-card__logo {
      max-width: 230px; 
      height: 60px;
    }
    .partner-card__logo svg{
      width: 100%;
    }
  
    .partner-card__title {
      font-size: .7rem;
      font-weight: 500;
      color: var(--c-ash);
      text-transform: uppercase;
      letter-spacing: .15em;
      margin-bottom: 20px;
    }
    .partner-card__desc {
      font-size: 1rem;
      font-weight: 400;
      color: var(--c-fog);
      line-height: 1.8;
    }
    .partner-card__link {
      display: inline-block;
      margin-top: 20px;
      font-size: .65rem;
      color: var(--c-gold);
      letter-spacing: .15em;
      text-transform: uppercase;
      text-decoration: none;
      border-bottom: 1px solid transparent;
      transition: border-color .2s;
    }
    .partner-card__link:hover { border-color: var(--c-gold); }

    .partners__gift{
      max-width: 500px;
      margin: 50px auto;
    }

    .partners__gift img{
        max-width: 500px;
        width: 100%;
    }

    /* =============================================
       SECTION 4 — WHAT WE COLLECT (PARALLAX)
    ============================================= */
    .collect {
      min-height: 100vh;
      padding:  30px 0; 
    }
    .collect__bg {
      background-color: var(--c-coal);
      background-image:
        linear-gradient(135deg, rgba(0,91,187,.08) 0%, transparent 50%, rgba(201,168,76,.06) 100%),
        repeating-linear-gradient(0deg, transparent, transparent 60px, rgba(255,255,255,.018) 60px, rgba(255,255,255,.018) 61px),
        repeating-linear-gradient(90deg, transparent, transparent 60px, rgba(255,255,255,.018) 60px, rgba(255,255,255,.018) 61px);
    }
    .collect__overlay {
      background: linear-gradient(to bottom, rgba(16,20,23,.7), rgba(16,20,23,.5), rgba(16,20,23,.85));
    }
    .collect__inner {
      max-width: 1200px;
      margin: 0 auto;
      padding: 40px;
    }
    .collect__tag {
      font-size: .65rem;
      letter-spacing: .25em;
      color: var(--c-gold);
      margin-bottom: 20px;
      display: flex;
      align-items: center;
      gap: 10px;
    }
    .collect__tag::before { content: '04'; color: var(--c-smoke); }
    .collect__heading {
      font-size: clamp(2.2rem, 2.5vw, 5.5rem);
      line-height: 1;
      text-transform: uppercase;
      margin-bottom: 30px;
      font-weight: 900;
    }
    .collect__heading em {
      font-style: normal;
      -webkit-text-stroke: 1px var(--c-white);
      color: transparent;
    }

    .collect__text{
      font-size: clamp(.8rem, 1.2vw, 1.5rem);
      color: var(--c-fog);
      line-height: 1.8;
      text-transform: none;
      font-weight: 500;
      margin-bottom: 30px;
    }

    /*
    .collect__list {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 2px;
    }
    .collect-item {
      background: rgba(28,34,38,.85);
      border: 1px solid var(--c-iron);
      padding: 32px 28px;
      backdrop-filter: blur(8px);
      transition: background .3s, border-color .3s;
    }

    @media (max-width: 768px){
        .collect-item{
            margin-bottom: 20px;
        }
    }
    .collect-item:hover {
      background: var(--c-steel);
      border-color: var(--c-gold);
    }

    .collect-item__image{
      height: 250px;
      width: 250px;
      margin-right: auto;
      margin-left: auto;
    }
    .collect-item__image img{
      width: 100%;
    }

    .collect-item__name {
      font-size: 1.2rem;
      font-weight: 700;
      color: var(--c-white);
      margin-bottom: 8px;
      letter-spacing: .03em;
      text-align: center;
    }
    .collect-item__desc {
      font-size: 1rem;
      font-weight: 500;
      color: var(--c-ash);
      line-height: 1.4;
      margin-bottom: 15px;
    }

    .collect-item__info{
      display: block;
      font-size: 12px;
      font-weight: 400;
      color: var(--c-yellow-ua);
      text-align: center;
      margin-bottom: 10px;
    } 

    */

    .collect__slider .sw {
      position: relative;
    }

    .collect__slider .stage {
      position: relative;
      overflow: hidden;
      touch-action: pan-y;
      height: auto;
      max-width: 600px;
      margin: 0 auto;
    }

    .collect__slider .track {
      display: flex;
      transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
      width: 100%;
      gap: 0;
    }

    .collect-item {
      flex: 0 0 100%; 
      padding: 40px 20px;
      background: rgba(255, 255, 255, 0.02);
      border-radius: 12px;
      margin: 0; 
    }

    .collect-item__image {
      width: 100%;
      max-width: 300px;
      margin: 0 auto 24px;
      aspect-ratio: 1;
      overflow: hidden;
      border-radius: 8px;
    }

    .collect-item__image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .collect__slider .dots {
      display: flex;
      justify-content: center;
      gap: 8px;
      margin-top: 24px;
      flex-wrap: wrap;
    }

    .collect__slider .dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.3);
      border: none;
      cursor: pointer;
      transition: background 0.3s;
    }

    .collect__slider .dot.on {
      background: var(--c-yellow-ua);
    }

    .collect-item__inner{
      max-width: 400px;
      margin: 0 auto;
    }

    .collect-item__name {
      font-size: 1.2rem;
      font-weight: 700;
      color: var(--c-white);
      margin-bottom: 8px;
      letter-spacing: .03em;
      text-align: center;
    }
    .collect-item__desc {
      font-size: 1rem;
      font-weight: 500;
      color: var(--c-ash);
      line-height: 1.4;
      margin-bottom: 15px;
    }

    .collect-item__info{
      font-size: 12px;
      font-weight: 400;
      color: var(--c-yellow-ua);
      margin-bottom: 15px;
    } 

    .btn-slide {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 44px;
      height: 44px;
      background: rgba(255, 215, 0, 0.1);
      border: 1px solid var(--c-yellow-ua);
      border-radius: 50%;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 10;
      transition: background 0.3s;
    }

    .btn-slide:hover {
      background: rgba(255, 215, 0, 0.2);
    }

    .btn-slide.prev {
      left: 12px;
    }

    .btn-slide.next {
      right: 12px;
    }

    @media (max-width: 768px) {
      .collect-item {
        padding: 24px 12px;
      }

      .btn-slide {
        width: 36px;
        height: 36px;
      }

      .btn-slide.prev {
        left: 4px;
      }

      .btn-slide.next {
        right: 4px;
      }
    }

    .sw { width: 100%; max-width: 1200px; margin: 40px auto; }
    .stage { position: relative; overflow: hidden; width: 100%; height: 600px; }
    .track { display: flex; transition: transform 0.5s ease; width: 100%; height: 100%; }
    .slide{min-width:100%;height:100%;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:12px}
    .slide-caption{position:absolute;bottom:0;left:0;right:0;padding:2rem 2.5rem 1.5rem;background:linear-gradient(transparent,rgba(0,0,0,.52));color:#fff}
    .slide-caption h3{font-size:clamp(15px,2vw,24px);font-weight:500;margin-bottom:4px}
    .slide-caption p{font-size:clamp(12px,1.3vw,14px);opacity:.82}
    .sw .btn-slide{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;background:rgba(255,255,255,.15);border:.5px solid rgba(255,255,255,.3);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,transform .2s;z-index:10}
    .sw .btn-slide:hover{background:rgba(255,255,255,.3);transform:translateY(-50%) scale(1.08)}
    .sw .btn-slide:active{transform:translateY(-50%) scale(.95)}
    .sw .prev{left:14px}
    .sw .next{right:14px}
    .badge{position:absolute;top:13px;right:14px;background:rgba(0,0,0,.42);color:#fff;font-size:12px;padding:3px 12px;border-radius:20px;z-index:10;letter-spacing:.3px}
    .dots{display:flex;justify-content:center;gap:8px;margin-top:14px}
    .dot{width:7px;height:7px;border-radius:50%;border:none;cursor:pointer;padding:0;background:#ccc;transition:background .22s,transform .22s}
    .dot.on{background: var(--c-yellow-ua);transform:scale(1.3)}
    .thumbs{display:grid;grid-template-columns:repeat(6,1fr);gap:8px;margin-top:10px}
    .thumb{aspect-ratio:16/9;border-radius:6px;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:border-color .2s,opacity .2s;opacity:.5;display:flex;align-items:center;justify-content:center}
    .thumb.on{border-color:#222;opacity:1}
    .thumb:hover{opacity:.8}

  
    .slider .popup-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.85);
      display: flex;
      justify-content: center;
      align-items: center;
      
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.3s ease, visibility 0.3s ease;
      

      z-index: 99999;
      }

      .slider .popup-overlay.open {
      opacity: 1;
      visibility: visible;
      }


    @media(max-width:580px){.stage{height: 400px;}.thumbs{grid-template-columns:repeat(3,1fr)}.sw .btn-slide{width:36px;height:36px}}
    
    .slide {
       position: relative; 
            min-width: 100%; 
            height: 100%; 
            overflow: hidden;
        }
        .slide-img {
            position: absolute; 
            top: 0; left: 0; 
            width: 100%; height: 100%; 
            object-fit: cover; 
            z-index: 0;
        }

        .slide::after {
        content: '';
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.2); 
        z-index: 1;
        }
        .slide svg, .slide span {
        position: relative;
        z-index: 2; 
        }
    
    /* =============================================
       SECTION 5 — CTA / DONATE (PARALLAX)
    ============================================= */
    .donate {
      /* min-height: 100vh; */
      padding-top: 30px;
      padding-bottom: 60px;
    }
    .donate__bg {
      background-color: var(--c-black);
      background-image:
        radial-gradient(ellipse 70% 70% at 50% 50%, rgba(0,91,187,.18) 0%, rgba(255,215,0,.04) 60%, transparent 100%);
    }
    .donate__overlay {
      background:
        repeating-linear-gradient(
          -45deg,
          transparent,
          transparent 30px,
          rgba(255,255,255,.01) 30px,
          rgba(255,255,255,.01) 31px
        );
    }
    .donate__inner {
      max-width: 1000px;
      margin: 0 auto;
      padding: 0 40px;
      text-align: center;
    }
    .donate__eyebrow {
      font-size: .65rem;
      letter-spacing: .3em;
      color: var(--c-gold);
      text-transform: uppercase;
      margin-bottom: 32px;
    }
    .donate__heading {
      font-size: clamp(2.5rem, 2.5vw, 7rem);
      font-weight: 900;
      line-height: 1;
      text-transform: uppercase;
      margin-bottom: 8px;
    }
    .donate__heading span {
      display: block;
      color: var(--c-yellow-ua);
    }
    .donate__divider {
      width: 80px;
      height: 2px;
      background: linear-gradient(90deg, var(--c-blue-ua), var(--c-yellow-ua));
      margin: 32px auto;
    }
    .donate__sticker{
      max-width: 600px;
      margin: 30px auto;
    }
    .donate__sticker img{
      width: 100%;
      max-width: 500px;
    }

    .donate__text {
      font-size: clamp(.8rem, 1.2vw, 1.5rem);
      color: var(--c-fog);
      line-height: 1.2;
      margin: 32px auto;
      opacity: 0;
      animation: fade-up .9s var(--ease-out-expo) .8s forwards;
    }

    .donate__progress-wrap {
      background: var(--c-steel);
      height: 8px;
      margin-bottom: 12px;
      position: relative;
      overflow: hidden;
    }
    .donate__progress-fill {
      height: 100%;
      background: linear-gradient(90deg, var(--c-blue-ua), var(--c-yellow-ua));
      width: 0%;
      transition: width 2s var(--ease-out-expo);
    }
    .donate__progress-fill--animated { width: 67%; }
    .donate__progress-labels {
      display: flex;
      justify-content: space-between;
      font-size: .65rem;
      color: var(--c-ash);
      margin-bottom: 40px;
    }
    .donate__progress-labels strong { color: var(--c-gold); font-weight: 400; }
    .donate__actions {
      display: flex;
      gap: 12px;
      justify-content: center;
      flex-wrap: wrap;
    }
    .btn--large { padding: 20px 48px; font-size: 1rem; font-weight: 500;}

    /* UA Flag decoration */
    .ua-flag {
      display: inline-block;
      width: 28px; height: 18px;
      background: linear-gradient(to bottom, var(--c-blue-ua) 50%, var(--c-yellow-ua) 50%);
      vertical-align: middle;
      margin-right: 8px;
    }

    /* =============================================
       FOOTER
    ============================================= */
    .footer {
      background: var(--c-coal);
      border-top: 1px solid var(--c-iron);
      padding: 40px;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    .footer__brand {
      font-size: 1rem;
      letter-spacing: .1em;
      color: var(--c-gold);
    }
    .footer__copy {
      font-size: .65rem;
      color: var(--c-smoke);
      letter-spacing: .1em;
    }
    .footer__trident {
      font-size: 1.4rem;
      opacity: .4;
    }

    /* =============================================
       REVEAL ANIMATION
    ============================================= */
    .reveal {
      opacity: 0;
      transform: translateY(40px);
      transition: opacity .8s var(--ease-out-expo), transform .8s var(--ease-out-expo);
    }
    .reveal--visible {
      opacity: 1;
      transform: translateY(0);
    }
    .reveal--delay-1 { transition-delay: .1s; }
    .reveal--delay-2 { transition-delay: .2s; }
    .reveal--delay-3 { transition-delay: .3s; }
    .reveal--delay-4 { transition-delay: .4s; }
    .reveal--delay-5 { transition-delay: .5s; }

    /* =============================================
       KEYFRAMES
    ============================================= */
    @keyframes fade-up {
      to { opacity: 1; transform: translateY(0); }
    }
    @keyframes fade-in {
      to { opacity: 1; }
    }
    @keyframes scroll-line {
      0%, 100% { transform: scaleY(1); opacity: 1; }
      50% { transform: scaleY(.5); opacity: .3; }
    }
    @keyframes count-up {
      from { opacity: 0; }
      to { opacity: 1; }
    }

    /* =============================================
       NOISE GRAIN OVERLAY
    ============================================= */
    body::after {
      content: '';
      position: fixed;
      inset: 0;
      pointer-events: none;
      z-index: 1000;
      opacity: .022;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
      background-size: 256px;
    }

    /* =============================================
       MOBILE — disable parallax, adjust layout
    ============================================= */
    @media (max-width: 768px) {
      body { cursor: auto; }
      .cursor { display: none; }

      .nav { padding: 16px 20px; }
      .nav__cta { display: none; }

      .section__parallax-bg { inset: 0 !important; transform: none !important; }

      .hero__inner { padding: 0 20px; }
      .hero__counter { right: 20px; bottom: 80px; }
      .hero__title { font-size: clamp(3rem, 14vw, 5rem); }

      .mission__inner {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 0 20px;
      }

      .partners__inner { padding: 0 20px; }
      .partners__cards { grid-template-columns: 1fr; }

      .collect__inner { padding: 0 20px; }
      .collect__list { grid-template-columns: 1fr; }

      .donate__inner { padding: 0 20px; }

      .footer { flex-direction: column; gap: 16px; text-align: center; padding: 30px 20px; }
    }

    @media (max-width: 480px) {
      .hero__actions { flex-direction: column; }
      .btn--large { width: 100%; text-align: center; }
    }

  
      .collect-item ul{
        font-size: .9rem;
        color: var(--c-ash);
        padding-left: 10px; 
      }

      .desktop-layout {
        display: grid;
        grid-template-columns: 1fr 1fr 200px;
        gap: 28px;
        align-items: end;
        margin-bottom: 30px;
      }

      .phone-block {
        display: flex;
        flex-direction: column;
        gap: 18px;
      }

      .phone-img-wrap {
        width: 100%;
        aspect-ratio: 9 / 16;
        max-height: 300px;
        overflow: hidden;
        background: var(--navy2);
      }

      .phone-img-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center top;
        display: block;
      }

      .store-btn {
        display: flex;
        align-items: center;
        gap: 14px;
        padding: 14px 20px;
        border: 1px solid rgba(255,255,255,0.18);
        background: rgba(255,255,255,0.04);
        color: var(--white);
        text-decoration: none;
        transition: background 0.2s, border-color 0.2s;
      }

      .store-btn:hover {
        background: rgba(255,255,255,0.09);
        border-color: rgba(255,255,255,0.4);
      }

      .store-btn svg {
        flex-shrink: 0;
        width: 22px;
        height: 22px;
        fill: var(--c-white);
      }

      .store-btn-text small {
        display: block;
        font-size: 10px;
        color: var(--gray);
        letter-spacing: 0.07em;
        text-transform: uppercase;
        margin-bottom: 2px;
      }

      .store-btn-text strong {
        font-size: 15px;
        font-weight: 500;
      }

      /* ── QR BLOCK ── */
      .qr-block {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
        padding: 28px 20px;
        border: 1px solid rgba(255,255,255,0.10);
        background: rgba(255,255,255,0.03);
        align-self: end;
      }

      .qr-placeholder {
        width: 148px;
        height: 148px;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
      }

      .qr-placeholder::before,
      .qr-placeholder::after {
        content: '';
        position: absolute;
        width: 28px;
        height: 28px;
        border: 3px solid #0b1f3a;
      }
      .qr-placeholder::before { top: 8px; left: 8px; border-right: none; border-bottom: none; }
      .qr-placeholder::after  { bottom: 8px; right: 8px; border-left: none; border-top: none; }

      .qr-corner-tr {
        position: absolute;
        width: 28px; height: 28px;
        border: 3px solid #0b1f3a;
        top: 8px; right: 8px;
        border-left: none; border-bottom: none;
      }
      .qr-corner-bl {
        position: absolute;
        width: 28px; height: 28px;
        border: 3px solid #0b1f3a;
        bottom: 8px; left: 8px;
        border-right: none; border-top: none;
      }

      .qr-center svg{
        display: block;
        height: 120px;
        width: 120px;
      }

      .qr-center img{
        width: 100%;
      }

      .qr-label {
        font-size: 11px;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: var(--gray);
        text-align: center;
        line-height: 1.5;
      }

      .mobile-layout { display: none; }

      .mobile-store-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 14px;
        padding: 18px 24px;
        margin: 30px auto;
        width: 100%;
        border: 1px solid rgba(255,255,255,0.22);
        background: rgba(255,255,255,0.05);
        color: var(--c-white);
        text-decoration: none;
        font-size: 16px;
        font-weight: 500;
        transition: background 0.2s;
      }

      .mobile-store-btn:hover { background: rgba(255,255,255,0.10); }

      .mobile-store-btn svg {
        width: 26px; height: 26px;
        fill: var(--c-white);
        flex-shrink: 0;
      }
     @media (max-width: 900px) {
      .desktop-layout { display: none; }
      .mobile-layout  { display: block; }
    }


    .site-footer {
      background-color: #11161a;
      color: #e1e7ec;
      padding: 50px 20px 30px;
      font-size: 14px;
      line-height: 1.6;
    }

    .footer-container {
      max-width: 1200px;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      gap: 40px;
    }

    .footer-main {
      display: flex;
      flex-direction: column;
      gap: 30px;
    }

    /* Блок з логотипами */
    .footer-logos {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 30px;
    }

    .footer-logo-link {
      display: inline-block;
      transition: opacity 0.3s ease;
    }

    .footer-logo-link:hover {
      opacity: 0.8;
    }

    .footer-logo-link svg {
      display: block;
      max-height: 45px;
      width: 100%;
      max-width: 230px;
    }

    .footer-contacts {
      font-style: normal;
      display: flex;
      flex-direction: column;
      gap: 12px;
    }

    .contact-item {
      display: flex;
      align-items: center;
      gap: 10px;
      color: #e1e7ec;
      text-decoration: none;
      transition: color 0.3s ease;
    }

    a.contact-item:hover {
      color: #f6921e;
    }

    .footer-bottom {
      border-top: 1px solid #232d36;
      padding-top: 30px;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 20px;
    }

    .footer-socials {
      display: flex;
      align-items: center;
      gap: 15px;
      list-style: none;
    }

    .social-link {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      border-radius: 50px;
      background-color: #1b232a;
      color: #e1e7ec;
      transition: all 0.3s ease;
    }

    .social-link svg {
      width: 20px;
      height: 20px;
      fill: currentColor;
    }

    .social-link:hover {
      background-color: #f6921e;
      color: #ffffff;
      transform: translateY(-3px);
    }

    .copyright {
      color: #718392;
      font-size: 12px;
      text-align: center;
    }

    @media (min-width: 768px) {
      .footer-main {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
      }

      .footer-contacts {
        align-items: flex-end;
        text-align: right;
      }

      .footer-bottom {
        flex-direction: row;
        justify-content: space-between;
      }
      
      .copyright {
        text-align: left;
      }
    }


    .video-section{
      margin-top: 40px;
    }

    .video-section .container{
      max-width: 1200px;
      margin: 0 auto;
    }

    .video-wrapper {
      position: relative;
      padding-bottom: 56.25%; 
      overflow: hidden;
      background-color: #000;
    }



    .bg-video.landing-video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      z-index: 1;
    }


    .video-controls {
      position: absolute;
      bottom: 20px;
      left: 20px;
      right: 20px;
      display: flex;
      align-items: center;
      gap: 15px;
      background: rgba(0, 0, 0, 0.6); 
      padding: 10px 15px;
      border-radius: 30px;
      backdrop-filter: blur(5px); 
      z-index: 2;
      transition: opacity 0.3s ease;
    }


    .video-progress {
      flex-grow: 1;
      accent-color: #f9ed2f;
      cursor: pointer;
      height: 6px;
      border-radius: 3px;
    }

    .btn-play {
      width: 48px;
      height: 48px;
      border-radius: 50%;
      background-color: #323539;
      border: 1px solid rgba(255, 255, 255, 0.2);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: background-color 0.2s ease, border-color 0.2s ease;
      padding: 0;
      flex-shrink: 0;
    }

    .btn-play:hover {
      background-color: #3e4247;
  border-color: rgba(255, 255, 255, 0.4);
}

.btn-play svg {
  width: 18px;
  height: 18px;
  color: #ffffff;
}

.btn-play .icon-play {
  display: none;
}
.btn-play .icon-pause {
  display: block;
}

.btn-play.is-paused .icon-play {
  display: block;
}
.btn-play.is-paused .icon-pause {
  display: none;
}

.btn-mute {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #323539; 
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  padding: 0;
  flex-shrink: 0;
}

.btn-mute:hover {
  background-color: #3e4247;
  border-color: rgba(255, 255, 255, 0.4);
}

.btn-mute svg {
  width: 18px;
  height: 18px;
  color: #ffffff;
}

.btn-mute .icon-unmuted {
  display: none;
}
.btn-mute .icon-muted {
  display: block;
}

.btn-mute:not(.is-muted) .icon-unmuted {
  display: block;
}
.btn-mute:not(.is-muted) .icon-muted {
  display: none;
}