:root{
      --bg: #0b0d10;
      --card: #ffffff;
      --text: #0f172a;
      --muted: rgba(255,255,255,.78);
      --muted2: rgba(15,23,42,.62);
      --line: rgba(15,23,42,.10);
      --accent: #1176BD;
      --accentText: white;
      --shadow: 0 18px 40px rgba(0,0,0,.18);
      --radius-xl: 26px;
      --radius-lg: 18px;
      --radius-md: 14px;
      --max: 1300px;
       --pageBg: #f9f9f9; 
         --accentY: #f5ef69; 
    }

    *{ box-sizing:border-box; }
    html,body{ height:100%; 
    scroll-behavior: smooth;}
    body{
      margin:0;
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
      background: #eee;
      color: var(--text);
    }

    /* Page backdrop image  */
    
.page{
  min-height:100vh;
  display:flex;
  justify-content:center;
  padding: 22px 18px 34px;
  position: relative;
  background:#f9f9f9;                 
  overflow-x: hidden;
}
.bg-video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80vh;             
  object-fit: cover;
  z-index: 0;
}
.page::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:80vh;
  z-index:1;

  background:
    radial-gradient(1200px 650px at 55% 20%, rgba(255,255,255,.10), transparent 55%),
    linear-gradient(180deg, rgba(0,0,0,.45), rgba(0,0,0,.20));
}


    .wrap{
      width:min(var(--max), 100%);
      position:relative;
      padding-top: 6px;
      z-index: 2; 
    }

    /* Top Nav */
    .nav{
      height:92px;
      background: rgba(255,255,255,.92);
      backdrop-filter: blur(10px);
      border: 1px solid rgba(0,0,0,.05);
      border-radius: 22px;
      box-shadow: 0 8px 24px rgba(0,0,0,.10);
      display:flex;
      align-items:center;
      justify-content:space-between;
      padding: 0 18px 0 18px;
    }

    .brand{
  display:flex;
  align-items:center;
  gap:10px;
}

.brand-logo{
  height:82px;          /* adjust if needed */
  width:auto;
  object-fit:contain;
}

    

    .nav-links{
      display:flex;
      gap:28px;
      align-items:center;
      font-size:14px;
      color: rgba(15,23,42,.70);
    }
    .nav-links a{
      text-decoration:none;
      color: inherit;
      padding: 10px 4px;
      border-radius: 10px;
      transition: .2s ease;
    }
    .nav-links a:hover{
      color: rgba(15,23,42,.95);
      background: rgba(15,23,42,.05);
    }

    .nav-cta{
      display:flex;
      align-items:center;
      gap:14px;
      font-size:14px;
      color: rgba(15,23,42,.65);
    }
    

    /* Hero */
    .hero{
      margin-top: 18px;
      color: #fff;
      position:relative;
      padding: 28px 6px 0;
      
    }

    .hero-grid{
      display:grid;
      grid-template-columns: 1fr 1.25fr;
      gap: 24px;
      align-items:center;
      min-height: 360px;
    }

    .hero-left{
      padding-left: 6px;
      max-width: 420px;
      text-align: left;
    }
    .hero-left h2{
      margin:0 0 16px;
      font-size: 26px;
      line-height: 1.15;
      font-weight: 500;
      letter-spacing: -0.02em;
      text-shadow: 0 10px 30px rgba(0,0,0,.25);
       text-wrap: balance;  
    }
.hero-left h2{
  text-align: justify;
  text-justify: inter-word;
  hyphens: auto;
  letter-spacing: -0.01em;
}


    .chips{
      display:flex;
      gap:22px;
      flex-wrap:wrap;
      margin: 18px 0 22px;
      color: rgba(255,255,255,.88);
      font-size: 14px;
    }
    .chip{
      display:flex;
      align-items:center;
      gap:10px;
    }
    .dot{
      width:10px;
      height:10px;
      border-radius: 3px;
      background: var(--accent);
      box-shadow: 0 10px 24px rgba(245,239,105,.24);
    }

    .hero-action{
      margin-top: 10px;
    }
    /***common button***/
    .btn-services{
      display:inline-flex;
      align-items:center;
      justify-content:space-between;
      gap: 12px;
      min-width: 235px;
      padding: 10px 18px;
      border-radius: 999px;
      background: var(--accent);
      color:var(--accentText);
      text-decoration:none;
      font-weight: 600;
      box-shadow: 0 18px 34px rgba(0,0,0,.20);
      transition: transform .12s ease;
    }
    .btn-services:hover{ transform: translateY(-1px); }

    .arrow{
      width: 34px;
      height: 34px;
      border-radius: 999px;
      display:grid;
      place-items:center;
      background: rgba(255,255,255,.25);
      border: 1px solid rgba(0,0,0,.10);
      color: var(--accentText);
      backdrop-filter: blur(8px);
    }
    .arrow svg{ width:18px; height:18px; }

    .hero-right{
      text-align:right;
      padding-right: 6px;
     
    }
    .hero-right h1{
      margin:0;
      font-size: clamp(44px, 5.2vw, 78px);
      line-height: 1.02;
      font-weight: 500;
      letter-spacing: -0.03em;
      text-shadow: 0 12px 38px rgba(0,0,0,.30);
       text-wrap: balance;
    }

    /* Cards panel */
    .panel{
      margin-top: 18px;
      background: rgba(255,255,255,.96);
      border: 1px solid rgba(0,0,0,.05);
      border-radius: var(--radius-xl);
      
      overflow:hidden;
    }

    .cards{
      display:grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 0;
      padding: 42px 42px 0;
    }

    .card{
      background: #fff;
      border: 1px solid rgba(15,23,42,.06);
      border-radius: 18px;
      padding: 22px 22px 18px;
      min-height: 350px;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
      position:relative;
      overflow:hidden;
    }
    .cards .card{ margin: 0 12px 22px; }

    .card-top{
      display:flex;
      flex-direction:column;
      gap: 12px;
    }

    .icon{
      width: 46px;
      height: 46px;
      border-radius: 14px;
      background: rgba(15,23,42,.04);
      display:grid;
      place-items:center;
      border: 1px solid rgba(15,23,42,.06);
        color: var(--accent);

    }
    .icon svg{ width: 24px; height: 24px; opacity:.9; }

    .card h3{
      margin:0;
      font-size: 22px;
      font-weight: 500;
      letter-spacing: -0.02em;
      color: #0f172a;
    }

    .card p{
      margin:0;
      color: var(--muted2);
      line-height: 1.55;
      font-size: 14px;
      max-width: 92%;
    }

    .card-link{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap: 14px;
      color: #0f172a;
      text-decoration:none;
      font-weight: 600;
      margin-top: 14px;
      padding-top: 14px;
      border-top: 1px solid rgba(15,23,42,.12);
    }

    .card-link .mini-arrow{
      width: 26px; height: 26px;
      border-radius: 10px;
      display:grid; place-items:center;
      background: rgba(15,23,42,.05);
      border: 1px solid rgba(15,23,42,.06);
    }
    .card-link svg{ width: 16px; height: 16px; }

    /* Image strip at bottom of each card */
    .card-media{
      margin: 14px -22px -18px;
      height: 160px;
      background: #e5e7eb;
      border-top: 1px solid rgba(15,23,42,.06);
      background-size: cover;
      background-position: center;
    }

    .media-1{ background-image:url("friet.png") }
    .media-2{ background-image:url("crossborder.png"); }
    .media-3{ background-image:url("redistribution.png"); }

    /* Small "Made in Framer" badge (optional) */
    .badge{
  padding: 22px 42px 32px;     /* aligns with cards padding */
  display: flex;
  justify-content: flex-end;   /* button on right side */
  background: transparent;
  justify-content: center;
}

    /* Responsive */
    @media (max-width: 980px){
      .hero-grid{ grid-template-columns: 1fr; text-align:left; }
      .hero-right{ text-align:left; }
      .cards{ grid-template-columns: 1fr; padding: 18px 18px 0; }
      .cards .card{ margin: 0 0 18px; }
      .nav-links{ display:none; }
    }
    @media (max-width: 520px){
      .nav{ height:auto; padding: 14px; gap: 14px; flex-wrap:wrap; }
      .nav-cta{ width:100%; justify-content:space-between; }
      .hero-left h2{ font-size: 26px; }
      .btn-services{ width:100%; min-width: unset; }
    }




    /* ABOUT SECTION*/
    /* ABOUT SECTION */
.about-sec{
  background: #f9f9f9;
  padding: 100px 18px 60px;
}

.about-wrap{
  width: min(var(--max), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 54px;
  align-items: start;
}

/* LEFT TOP: About us label */
.about-kicker{
  display:flex;
  align-items:center;
  gap:10px;
  font-size:14px;
  color: rgba(15,23,42,.75);
  margin-top: 2px;
}
.about-kicker .k-dot{
  width: 10px;
  height: 10px;
  border-radius: 3px;
  background: #0f172a;
}

/* button */
.about-btn {
  margin-top: 210px;
}


/* LEFT LIST */
.about-list{
  margin-top: 30px; /* pushes list down like screenshot */
  display:flex;
  flex-direction:column;
  gap:14px;
}
.about-item{
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 999px;
  padding: 10px 18px;
  display:flex;
  align-items:center;
  gap:16px;
  box-shadow: 0 10px 26px rgba(0,0,0,.06);
}
.about-item .num{
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: var(--accent);
  display:grid;
  place-items:center;
  font-weight: 800;
  color:var(--accentText);
}
.about-item .txt{
  font-weight: 650;
  color: var(--text);
}

/* RIGHT TEXT */
.about-title{
  margin: 0;
  font-size: clamp(32px, 3.2vw, 50px);
  line-height: 1.15;
  letter-spacing: -0.02em;
  font-weight: 800;

  max-width: 880px;              /* ✅ REQUIRED */
  text-align: justify;           /* ✅ justify */
  text-justify: inter-word;
  hyphens: auto;                 /* ✅ smooth justification */
}
.about-title span{
  display: inline;
  white-space: normal;
}

.about-title .muted{ color: rgba(15,23,42,.55); font-weight: 200; }
.about-title .strong{ color: var(--text); font-weight: 700; }

.about-sub{
  margin: 18px 0 0;
  max-width: 880px;

  color: rgba(15,23,42,.60);
  line-height: 1.6;
  font-size: 14px;

  text-align: justify;           /* ✅ justify */
  text-justify: inter-word;
  hyphens: auto;
}


/* RIGHT IMAGE */
.about-image{
  margin-top: 26px;
  height: 360px;
  border-radius: 20px;
  background: url("sander-yigin-ki19VJAGh6w-unsplash.jpg") center / cover no-repeat; /* ✅ change this */
  box-shadow: var(--shadow);
  border: 1px solid rgba(0,0,0,.06);
}

/* Responsive */
/* ===========================
   ABOUT SECTION RESPONSIVE ONLY
   (Add at END of your CSS)
   =========================== */

/* Tablet */
@media (max-width: 980px){
  .about-wrap{
    grid-template-columns: 1fr;   /* stack left + right */
    gap: 28px;
  }

  .about-btn{
    margin-top: 24px !important;  /* override your 330px on small screens */
  }

  .about-list{
    margin-top: 10px !important;  /* avoid too much gap */
  }

  .about-title,
  .about-sub{
    max-width: 100% !important;
  }

  .about-image{
    height: 320px;                /* smaller image */
  }
}

/* Mobile */
@media (max-width: 520px){
  .about-sec{
    padding: 60px 14px 44px;      /* tighter padding on mobile */
  }

  .about-wrap{
    gap: 20px;
  }

  .about-btn{
    width: 100%;
    justify-content: space-between;
    margin-top: 18px !important;
  }

  .about-item{
    padding: 10px 14px;
  }

  .about-item .num{
    width: 40px;
    height: 40px;
  }

  .about-title{
    font-size: 28px;              /* prevent overflow */
    line-height: 1.12;
    text-align: left !important;  /* justify looks bad on small screens */
  }

  .about-sub{
    text-align: left !important;
  }

  .about-image{
    height: 240px;
  }
}


/*section1*/


/* VALUES SECTION */
.values-sec{
  background: #f9f9f9;
  padding: 50px 18px 70px;
}

.values-wrap{
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.values-card{
  background: #1c1c1c;
  border-radius: 20px;
  padding: 56px 56px 44px;
  color: #fff;
  
  position: relative;
  overflow: hidden;
}

/* subtle glow like screenshot */
.values-card:before{
  content:"";
  position:absolute;
  inset: -40px;
  background:
    radial-gradient(900px 380px at 30% 25%, rgba(255,255,255,.08), transparent 60%),
    radial-gradient(700px 280px at 75% 25%, rgba(245,239,105,.10), transparent 55%);
  pointer-events:none;
}

/* Top layout */
.values-top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap: 28px;
  position: relative;
  z-index: 1;
}

.values-left{
  max-width: 880px;
}

.values-kicker{
  display:flex;
  align-items:center;
  gap: 10px;
  color: rgba(255,255,255,.85);
  font-size: 14px;
  margin-bottom: 18px;
}

.values-kicker .hex{
  width: 10px;
  height: 10px;
  border-radius: 3px;
  background: var(--accent);
  box-shadow: 0 10px 20px rgba(245,239,105,.18);
}

/* Big heading */
.values-title{
  margin: 0;
  font-size: clamp(32px, 3.2vw, 50px);
  line-height: 1.15;
  letter-spacing: -0.03em;
  font-weight: 650;
}
.values-title .muted{ color: rgba(255,255,255,.42); font-weight: 200; }
.values-title .strong{ color: rgba(255,255,255,.96); font-weight: 700; }

/* Right mark */
.values-mark{
  width: 300px;
  height: 170px;
  display:flex;
  align-items:flex-start;
  justify-content:flex-end;
  color: var(--accent);
  opacity: .95;
}
.values-mark svg{
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 10px 26px rgba(245,239,105,.10));
}

/* Icons row */
.values-icons{
  margin-top: 30px;
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  align-items:center;
  position: relative;
  z-index: 1;
}
/* Force all icons to align left */
.values-icons .v-ico{
  justify-content: flex-start !important;
}

.values-icons{
  justify-items: start;   /* optional, keeps grid items starting from left */
}

.v-ico{
  display:flex;
  align-items:center;
  justify-content:flex-start;
}



.v-ico-dot{
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background: var(--accent);
  display:grid;
  place-items:center;
  color: #101010;
  box-shadow: 0 14px 30px rgba(245,239,105,.18);
}

.v-ico-dot svg{
  width: 22px;
  height: 22px;
}

/* Divider line */
.values-divider{
  margin-top: 18px;
  height: 1px;
  background: rgba(255,255,255,.16);
  position: relative;
  z-index: 1;
}

/* Bottom grid */
.values-grid{
  margin-top: 22px;
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px;
  position: relative;
  z-index: 1;
}

.value h3{
  margin: 0 0 10px;
  font-size: 26px;
  color: var(--accent);
  font-weight: 600;
  letter-spacing: -0.02em;
}

.value p{
  margin: 0;
  color: rgba(255,255,255,.45);
  line-height: 1.55;
  font-size: 13.5px;
  max-width: 320px;
}
.values-icons--repeat{
  margin-top: 34px;   /* space after first row */
}

/* Responsive */
@media (max-width: 980px){
  .values-card{ padding: 40px 28px 32px; }
  .values-top{ flex-direction: column; }
  .values-mark{ width: 260px; height: 150px; justify-content:flex-start; }
  .values-grid{ grid-template-columns: 1fr; gap: 18px; }
  .value p{ max-width: 100%; }
  .values-icons{ grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 520px){
  .values-card{ padding: 34px 18px 26px; border-radius: 18px; }
  .values-title{ font-size: 30px; line-height: 1.08; }
  .values-icons{ margin-top: 22px; }
  .v-ico-dot{ width: 42px; height: 42px; }
  .value h3{ font-size: 22px; }
}

/* section 2*/

/* CTA SECTION */
.cta-sec{
  background: var(--pageBg);
  padding: 70px 18px 90px;
}

.cta-wrap{
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.cta-card{
  display:grid;
  grid-template-columns: 46% 54%;
  
  overflow:hidden;
  min-height: 520px;
  background: rgba(255,255,255,.96);
      border: 1px solid rgba(0,0,0,.05);
      border-radius: var(--radius-xl);
}


/* LEFT */
.cta-left{
  background: var(--accent);
  display:grid;
  place-items:center;
  padding: 40px;
}

.cta-left-image{
  width: min(420px, 85%);
  aspect-ratio: 1 / 1;          /* keeps it square like screenshot block */
  border-radius: 28px;          /* optional, looks premium */
  background: url("aeroplaine.png") center / cover no-repeat;
  
}


/* RIGHT */
.cta-right{
  padding: 70px 70px;
}

.cta-title{
  margin:0;
  font-size: clamp(38px, 3.1vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.03em;
  font-weight: 650;
}
.cta-muted{ color: rgba(15,23,42,.45); font-weight: 500; }
.cta-strong{ color: var(--text); font-weight: 800; }

.cta-sub{
  margin: 18px 0 0;
  max-width: 520px;
  color: rgba(15,23,42,.55);
  line-height: 1.6;
  font-size: 14px;
}

/* ACTIONS */
.cta-actions{
  display:flex;
  align-items:center;
  gap: 26px;
  margin-top: 26px;
}




.cta-link{
  display:inline-flex;
  align-items:center;
  gap: 12px;
  color: var(--text);
  text-decoration:none;
  font-weight: 650;
  padding-bottom: 6px;
  border-bottom: 2px solid rgba(15,23,42,.22);
}
.cta-link-ico{
  width: 34px;
  height: 34px;
 
  display:grid;
  place-items:center;
  
 
}
.cta-link-ico svg{ width: 16px; height: 16px; }

/* POINTS */
.cta-points{
  list-style:none;
  padding:0;
  margin: 26px 0 0;
  display:flex;
  flex-direction:column;
  gap: 10px;
  color: rgba(15,23,42,.75);
  font-size: 14px;
  font-weight: 600;
}

.cta-points li{
  display:flex;
  align-items:center;
  gap: 10px;
}

.p-ico{
  width: 22px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}

/* RESPONSIVE */
/* RESPONSIVE */
@media (max-width: 980px){
  .cta-card{
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .cta-right{
    padding: 40px 26px;
  }
  .cta-left{
    padding: 46px 18px;
  }
  .cta-logo{
    width: min(360px, 72%);
  }
  .cta-actions{
    flex-wrap: wrap;
    gap: 14px;
  }
  .cta-btn{
    min-width: 100%;
  }
}

@media (max-width: 520px){
  .cta-title{ font-size: 34px; }
  .cta-sub{ font-size: 13.5px; }
}


/* FOOTER*/

/* FOOTER */
.footer-sec{
  background:#f9f9f9;
  padding: 90px 18px 40px;
  
}

.footer-wrap{
  width: min(var(--max), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 80px;
}

/* LEFT */
.footer-cols{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 90px;
}

.footer-col h4{
  margin: 0 0 18px;
  font-size: 14px;
  font-weight: 600;
  color: rgba(15,23,42,.6);
}

.footer-col ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col li{
  margin-bottom: 14px;
}

.footer-col a{
  text-decoration: none;
  color: var(--text);
  font-size: 15px;
}

.footer-mail{
  display: inline-block;
  margin-top: 6px;
  font-weight: 500;
}
.footer-phone {
  font-weight: 700;
}
.footer-address {
  gap: 15px;
 line-height: 1.5;
}
.footer-social{
  display: flex;
  gap: 18px;
  margin-top: 18px;
}


.footer-social a{
  color: var(--text);
  opacity: .85;
  transition: opacity .2s ease, transform .2s ease;
}
.footer-social a:hover{
  opacity: 1;
  transform: translateY(-2px);
}

/* RIGHT */
.footer-cta{
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.footer-brand{
  display:flex;
  align-items:center;
  gap:12px;
}

.footer-logo{
  height:106px;          /* footer logo slightly bigger */
  width:auto;
  object-fit:contain;
}




.footer-cta h3{
  margin: 0;
  font-size: clamp(44px, 27.008px, 58px);
  line-height: 1.15;
  font-weight: 450;
}

.footer-form{
  display: flex;
  align-items: center;
  background: #f5f5f5;
  border-radius: 999px;
  padding: 19px 14px;
  max-width: 420px;
}

.footer-form input{
  border: none;
  background: transparent;
  outline: none;
  flex: 1;
  font-size: 14px;
}

.footer-form button{
  border: none;
  background: transparent;
  font-size: 22px;
  cursor: pointer;
}

/* BOTTOM */
.footer-bottom{
  margin-top: 60px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: rgba(15,23,42,.55);

  max-width: var(--max);
  margin-left: auto;
  margin-right: auto;
  padding-left: 18px;
  padding-right: 18px;
}


/* RESPONSIVE */
@media (max-width: 900px){
  .footer-wrap{
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .footer-cols{
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}

@media (max-width: 520px){
  .footer-cols{
    grid-template-columns: 1fr;
  }
  .footer-bottom{
    flex-direction: column;
    gap: 10px;
  }
}







/* HAMBURGER (hidden on desktop) */
.nav-burger{
  display: none;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.08);
  background: rgba(255,255,255,.9);
  backdrop-filter: blur(10px);
  cursor: pointer;
  padding: 0;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-direction: column;
  box-shadow: 0 8px 18px rgba(0,0,0,.08);
}

.nav-burger span{
  width: 20px;
  height: 2px;
  background: #0f172a;
  border-radius: 999px;
  display: block;
  transition: transform .2s ease, opacity .2s ease;
}

/* show burger only on mobile */
.nav-burger{ display:none; }

/* backdrop */
.nav-backdrop{
  position: fixed;
  inset: 0;
  background: rgba(15,23,42,.42);
  backdrop-filter: blur(2px);
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease;
  z-index: 50;
}

/* mobile menu drawer */
.nav-mobile{
  position: fixed;
  top: 18px;
  right: 18px;
  width: min(360px, calc(100% - 36px));
  background: rgba(255,255,255,.98);
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 20px;
  box-shadow: 0 26px 70px rgba(0,0,0,.22);
  padding: 14px;
  transform: translateY(-8px) scale(.98);
  opacity: 0;
  pointer-events: none;
  transition: transform .2s ease, opacity .2s ease;
  z-index: 60;
}

/* header row */
.nav-mobile-head{
  display:flex;
  align-items:center;
  justify-content: space-between;
  padding: 6px 8px 10px;
  border-bottom: 1px solid rgba(15,23,42,.08);
  margin-bottom: 10px;
}
.nav-mobile-title{
  font-weight: 700;
  color: rgba(15,23,42,.92);
}
.nav-close{
  border: 0;
  background: rgba(15,23,42,.06);
  width: 36px;
  height: 36px;
  border-radius: 12px;
  cursor: pointer;
  font-size: 16px;
}

/* menu links */
.nav-mobile-links{
  display:flex;
  flex-direction: column;
  gap: 6px;
  padding: 8px 2px 12px;
}

.nav-mobile-links a{
  text-decoration: none;
  color: rgba(15,23,42,.86);
  font-weight: 650;
  padding: 12px 12px;
  border-radius: 14px;
  background: rgba(15,23,42,.03);
  border: 1px solid rgba(15,23,42,.06);
}
.nav-mobile-links a:hover{
  background: rgba(15,23,42,.06);
}

/* CTA inside menu */
.nav-mobile-cta{
  margin-top: 10px;
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 999px;
  background: var(--accent);
  color: var(--accentText);
  text-decoration:none;
  font-weight: 700;
  box-shadow: 0 18px 34px rgba(0,0,0,.18);
}

/* hamburger button style */
.nav-burger{
  width: 46px;
  height: 46px;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.08);
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(10px);
  cursor: pointer;
  padding: 0;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-direction: column;
  box-shadow: 0 10px 20px rgba(0,0,0,.12);
}
.nav-burger span{
  width: 20px;
  height: 2px;
  background: #0f172a;
  border-radius: 999px;
  display:block;
}

/* MOBILE RULES */
@media (max-width: 980px){
  .nav-links{ display:none; }

  /* HIDE desktop CTA fully */
  .nav-cta{ display:none; }

  /* Show burger */
  .nav-burger{ display:inline-flex; }
}

/* OPEN STATE */
.nav.open + .nav-burger{} /* (ignore, just to avoid editor warnings) */

/* OPEN STATE (FIXED) */
.nav.open-menu .nav-mobile{
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.nav.open-menu .nav-backdrop{
  opacity: 1;
  pointer-events: auto;
}
/* keep header & overlays on top of hero */
header.nav{
  position: relative;
  z-index: 9999;
}

/* menu & backdrop always on top */
.nav-backdrop{ z-index: 9998; }
.nav-mobile{ z-index: 9999; }

/* optional: keep hero under */
.hero, .panel{
  position: relative;
  z-index: 1;
}
.page::before{ pointer-events:none; }

header.nav{
  position: relative;
  z-index: 9999;
}

.nav-backdrop{ z-index: 9998; }
.nav-mobile{ z-index: 9999; }

/* OPEN STATE - FIXED */
.nav.open-menu .nav-mobile{
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.nav.open-menu .nav-backdrop{
  opacity: 1;
  pointer-events: auto;
}

.hero, .panel{
  position: relative;
  z-index: 1;
}

