

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:'Poppins', sans-serif;
}

body{
    background:#000000;
    color:#fff;
}

/* HERO SECTION */
/* HERO VIDEO BACKGROUND */
.hero{
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

/* VIDEO */
.hero-video{
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 0;
  filter: brightness(0.9) contrast(1.1) saturate(0.9);
}

/* OVERLAY ABOVE VIDEO */
.hero-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(
      to right,
      rgb(0, 0, 0) 0%,
      rgb(0, 0, 0) 40%,
      rgb(0, 0, 0) 100%
    );
  z-index:1;
}


/* CONTENT ABOVE ALL */
.hero-wrap{
  position: relative;
  z-index: 2;
}

.container{
   width: 90%;
    max-width: 1555px;
    margin: auto;
}

.hero-content{
    max-width:650px;
}

.hero h1{
    font-size:3rem;
    font-weight:700;
    line-height:1.2;
}

.hero h1 span{
    color:#ffd700;
}

.hero p{
    margin:20px 0;
    font-size:1.1rem;
    opacity:.9;
}

.badges{
    display:flex;
    gap:15px;
    margin:25px 0;
    flex-wrap:wrap;
}

.badge{
    padding:10px 18px;
    border:1px solid #d4af37;
    border-radius:30px;
    color:#d4af37;
    font-size:.9rem;
}

/* BUTTON */
.btn{
    display:inline-block;
    padding:14px 30px;
    background:#d4af37;
    color:#000;
    border-radius:40px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.btn:hover{
    transform:translateY(-2px);
    box-shadow:0 10px 25px rgba(212,175,55,.4);
}
/* GLASSMORPHISM RED FORM */
.glass-form{
  background:linear-gradient(
    135deg,
    rgba(99, 41, 43, 0.88),
    rgba(99, 36, 38, 0.88)
  );
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding:42px;
  border-radius:20px;
  max-width:420px;
  box-shadow:
    0 30px 60px rgba(0,0,0,.55),
    inset 0 0 0 1px rgba(255,255,255,.08);
}

/* TITLE */
.glass-form h3{
  text-align:center;
  font-size:1.7rem;
  margin-bottom:25px;
  font-weight:600;
  letter-spacing:.3px;
}

/* FORM */
.glass-form form{
  display:flex;
  flex-direction:column;
  gap:16px;
}

/* INPUTS */
.glass-form input,
.glass-form select{
  padding:15px 16px;
  border-radius:10px;
  border:none;
  font-size:1rem;
  background:rgba(255,255,255,.96);
  transition:.25s;
}

.glass-form input:focus,
.glass-form select:focus{
  outline:none;
  box-shadow:0 0 0 3px rgba(212,175,55,.35);
}

/* BUTTON */
.glass-form button{
  margin-top:12px;
  padding:16px;
  background:linear-gradient(135deg,#ffd700,#f1c40f);
  border:none;
  border-radius:40px;
  font-size:1.1rem;
  font-weight:700;
  color:#000;
  cursor:pointer;
  transition:.3s;
}

.glass-form button:hover{
  transform:translateY(-2px);
  box-shadow:0 15px 35px rgba(255,215,0,.45);
}

/* FOOT NOTE */
.form-note{
  margin-top:10px;
  text-align:center;
  font-size:.8rem;
  opacity:.9;
}

/* MOBILE */
@media(max-width:900px){
  .glass-form{
    max-width:100%;
    padding:35px;
  }
}

/* WHY DUBAI */
.section{
    padding:80px 0;
}

.section-title{
    text-align:center;
    margin-bottom:50px;
}

.section-title h2{
    font-size:2.3rem;
    color:#d4af37;
}

.benefits{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:30px;
}

.benefit-card{
    background:#131a2c;
    padding:30px;
    border-radius:20px;
    transition:.3s;
}

.benefit-card:hover{
    transform:translateY(-6px);
}

.benefit-card h3{
    margin-bottom:10px;
    color:#d4af37;
}

.benefit-card p{
    font-size:.95rem;
    opacity:.85;
}

/* INVESTMENT SECTION */
.highlight{
    background:linear-gradient(135deg,#131a2c,#0b0f1a);
}

.investment-points{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:30px;
}

/* LEAD FORM */
.form-section{
    background:#131a2c;
    border-radius:30px;
    padding:40px;
    max-width:900px;
    margin:auto;
}

.form-section h2{
    text-align:center;
    margin-bottom:25px;
    color:#d4af37;
}

form{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:20px;
}

input, select{
    padding:14px;
    border-radius:10px;
    border:none;
    outline:none;
    font-size:1rem;
}

form button{
    grid-column:1/-1;
    padding:15px;
    background:#d4af37;
    color:#000;
    border:none;
    border-radius:30px;
    font-size:1.1rem;
    font-weight:600;
    cursor:pointer;
}

form button:hover{
    opacity:.9;
}

/* FOOTER */
footer{
    text-align:center;
    padding:30px;
    font-size:.85rem;
    opacity:.7;
}

/* RESPONSIVE */
@media(max-width:768px){
    .hero h1{
        font-size:2.2rem;
    }
}

/* HERO BASE */
.hero{
  position:relative;
  min-height:100vh;
  background:url('https://images.unsplash.com/photo-1526495124232-a04e1849168c')
  center/cover no-repeat;
  display:flex;
  align-items:center;
}

.hero-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(
    to right,
    rgba(10, 14, 30, 0.082) 45%,
    rgba(10, 14, 30, 0.226) 100%
  );
}

.hero-wrap{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap:60px;
  align-items:center;
}

/* LEFT */
.hero-left h1{
  font-size:2.7rem;
  line-height:1.2;
  margin-bottom:20px;
}

.hero-left span{
  color:#d4af37;
}

.hero-left p{
  max-width:920px;
  font-size:1.05rem;
  
}

.hero-tags{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin:25px 0;
}

.hero-tags span{
    font-weight: bold;
    padding: 12px 16px;
    border: 1px solid #ffffff;
    border-radius: 25px;
    font-size: 0.85rem;
    color: #edb706;
}


.hero-btn{
  display:inline-block;
  margin-top:15px;
  padding:14px 32px;
  background:#d4af37;
  color:#000;
  border-radius:35px;
  font-weight:600;
  text-decoration:none;
}

/* RED FORM BOX */
.hero-form-box{
  background: rgb(31, 36, 58); /* transparent version of your color */
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

  padding:40px;
  border-radius:12px;
  width:100%;
  max-width:420px;
  box-shadow:0 25px 60px rgba(0,0,0,.5);
  justify-self:end;
}

.hero-form-box h3{
  text-align:center;
  margin-bottom:25px;
  font-size:1.3rem;
}

.hero-form-box form{
  display:flex;
  flex-direction:column;
  gap:15px;
}

.hero-form-box input,
.hero-form-box select{
  padding:14px;
  border-radius:6px;
  border:none;
  font-size:1rem;
}

.hero-form-box button{
  margin-top:10px;
  padding:15px;
  background:#ffd700;
  border:none;
  border-radius:30px;
  font-size:1.1rem;
  font-weight:600;
  cursor:pointer;
}

/* RESPONSIVE */
@media(max-width:900px){
  .hero-wrap{
    grid-template-columns:1fr;
  }

  .hero-form-box{
    max-width:100%;
    margin-top:40px;
  }

  .hero-left h1{
    font-size:2.3rem;
  }
}



/* HOW IT WORKS SECTION */
.how-it-works{
  background:linear-gradient(
    to bottom,
    rgba(11,15,26,.96),
    rgba(11,15,26,.99)
  );
  padding:100px 0;
}

/* TITLE */
.how-title{
  text-align:center;
  margin-bottom:60px;
}

.how-title h2{
  font-size:2.5rem;
  color:#d4af37;
  margin-bottom:12px;
}

.how-title p{
  font-size:1rem;
  color:rgba(255,255,255,.75);
}

/* GRID */
.how-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:30px;
}

/* STEP CARD */
.how-step{
  position: relative;
  padding: 40px 28px 36px;

  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.055),
    rgba(255, 255, 255, 0.007)
  );

  backdrop-filter: blur(18px) saturate(120%);
  -webkit-backdrop-filter: blur(18px) saturate(120%);

  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 28px;

  box-shadow:
    0 20px 45px rgba(0,0,0,0.55),
    inset 0 1px 0 rgba(255,255,255,0.18);

  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}


/* GOLD TOP LINE */
.how-step::before{
  content:'';
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:3px;
  background:linear-gradient(
    to right,
    #d4af37,
    rgba(212,175,55,0)
  );
}

/* HOVER */
.how-step:hover{
  transform: translateY(-10px);
  border-color: rgba(212,175,55,0.45);

  box-shadow:
    0 30px 65px rgba(0,0,0,0.7),
    inset 0 0 0 1px rgba(212,175,55,0.25);
}

/* STEP NUMBER */
.step-number{
  font-size:2.8rem;
  font-weight:700;
  color:rgba(212,175,55,.25);
  display:block;
  margin-bottom:15px;
}

/* TEXT */
.how-step h3{
  font-size:1.15rem;
  color:#d4af37;
  margin-bottom:12px;
}

.how-step p{
  font-size:.95rem;
  color:rgba(255,255,255,.88);
  line-height:1.6;
}

/* RESPONSIVE */
@media(max-width:1100px){
  .how-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

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

  .how-title h2{
    font-size:2rem;
  }
}
.hero-left{
  padding: 68px;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.055),
    rgba(255, 255, 255, 0.007)
  );

  backdrop-filter: blur(18px) saturate(120%);
  -webkit-backdrop-filter: blur(18px) saturate(120%);

  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 42px;

  box-shadow:
    0 20px 45px rgba(0,0,0,0.55),
    inset 0 1px 0 rgba(255,255,255,0.18);

  color: #fff;
}

/* WHITE INVEST SECTION */
.invest-white{
  padding:110px 0;
  background:#ffffff;
  color:#0b0f1a;
}

/* HEADER */
.invest-header{
  text-align:center;
  max-width:900px;
  margin:0 auto 70px;
}

.invest-header h2{
  font-size:2.8rem;
  font-weight:700;
  margin-bottom:10px;
}

.invest-header h2 span{
  color:#d4af37;
}

.invest-header .subtitle{
  font-size:1.15rem;
  font-weight:500;
  color:#555;
  margin-bottom:18px;
}

.invest-header .desc{
  font-size:1.05rem;
  color:#666;
  line-height:1.8;
}

/* CARD GRID */
.invest-cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:35px;
}

/* CARD */
.invest-card{
  position:relative;
  overflow:hidden;
  border-radius:26px;
  background:#fff;
  box-shadow:0 30px 70px rgba(0,0,0,.12);
  transition:transform .45s ease, box-shadow .45s ease;
}

/* IMAGE */
.card-bg{
  position:absolute;
  inset:0;
  background-size:cover;
  background-position:center;
  filter:brightness(.55);
  transform:scale(1);
  transition:transform .6s ease;
}

/* CONTENT */
.card-content{
  position:relative;
  z-index:2;
  padding:55px 40px;
  color:#fff;
  min-height:320px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
}

/* GOLD OVERLAY */
.invest-card::after{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(
    to top,
    rgba(0,0,0,.75),
    rgba(0,0,0,.15)
  );
  z-index:1;
}

/* TEXT */
.card-content h3{
  font-size:1.4rem;
  color:#ffd700;
  margin-bottom:12px;
}

.card-content p{
  font-size:.98rem;
  line-height:1.6;
  opacity:.95;
}

/* HOVER */
.invest-card:hover{
  transform:translateY(-12px);
  box-shadow:0 45px 90px rgba(0,0,0,.18);
}

.invest-card:hover .card-bg{
  transform:scale(1.08);
}

/* CTA */
.invest-cta{
  text-align:center;
  margin-top:70px;
}

.invest-cta a{
  display:inline-block;
  padding:16px 42px;
  background:linear-gradient(135deg,#ffd700,#f1c40f);
  color:#000;
  border-radius:45px;
  font-weight:700;
  text-decoration:none;
  transition:.35s;
}

.invest-cta a:hover{
  transform:translateY(-3px);
  box-shadow:0 20px 45px rgba(212,175,55,.45);
}

/* RESPONSIVE */
@media(max-width:1100px){
  .invest-cards{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:700px){
  .invest-cards{
    grid-template-columns:1fr;
  }

  .invest-header h2{
    font-size:2.2rem;
  }
}

/* WHY DUBAI FIXED SECTION */
.why-dubai-fixed{
  position:relative;
  padding:120px 0;
  background:
    url('https://images.unsplash.com/photo-1526495124232-a04e1849168c')
    center/cover fixed no-repeat;
  color:#fff;
  overflow:hidden;
}

/* DARK OVERLAY */
.why-overlay{
  position:absolute;
  inset:0;
    background: linear-gradient(to bottom, rgb(0 0 0 / 31%), rgb(0 0 0 / 62%));
  z-index:0;
}

/* HEADER */
.why-header{
  position:relative;
  z-index:1;
  max-width:850px;
  margin:0 auto 80px;
  text-align:center;
}

.why-header h2{
  font-size:2.7rem;
  font-weight:700;
  margin-bottom:15px;
}

.why-header h2 span{
  color:#d4af37;
}

.why-header p{
  font-size:1.05rem;
  color:rgba(255,255,255,.9);
  line-height:1.8;
}

/* GRID */
.why-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:40px;
}

/* HERO-STYLE GLASS CARD */
.why-card{
  padding:50px 44px;

  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.055),
    rgba(255, 255, 255, 0.007)
  );

  backdrop-filter: blur(18px) saturate(120%);
  -webkit-backdrop-filter: blur(18px) saturate(120%);

  border:1px solid rgba(255,255,255,0.18);
  border-radius:42px;

  box-shadow:
    0 20px 45px rgba(0,0,0,0.55),
    inset 0 1px 0 rgba(255,255,255,0.18);

  transition:
    transform .45s ease,
    box-shadow .45s ease,
    border-color .45s ease;

  opacity:0;
  transform:translateY(40px);
}

/* TEXT */
.why-card h3{
  font-size:1.35rem;
  color:#d4af37;
  margin-bottom:14px;
}

.why-card p{
  font-size:1rem;
  line-height:1.7;
  color:rgba(255,255,255,.88);
}

/* HOVER */
.why-card:hover{
  transform:translateY(-10px);
  border-color:rgba(212,175,55,.45);

  box-shadow:
    0 35px 80px rgba(0,0,0,0.7),
    inset 0 0 0 1px rgba(212,175,55,0.25);
}

/* RESPONSIVE */
@media(max-width:1100px){
  .why-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

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

  .why-header h2{
    font-size:2.2rem;
  }
}
/* ELITE SECTION */
.dubai-elite{
  position:relative;
  padding:140px 0;
  background:linear-gradient(
    to bottom,
    #070a12,
    #05070d
  );
  color:#fff;
}

/* SOFT GOLD AURA */
.dubai-elite-overlay{
  position:absolute;
  inset:0;
  background:
    radial-gradient(
      circle at top,
      rgba(212,175,55,0.10),
      transparent 65%
    );
  z-index:0;
}

/* HEADER */
.elite-header{
  position:relative;
  z-index:1;
  max-width:920px;
  margin:0 auto 100px;
  text-align:center;
}

.elite-header h2{
  font-size:2.8rem;
  font-weight:700;
  margin-bottom:24px;
}

.elite-header h2 span{
  color:#d4af37;
}

.elite-header p{
  font-size:1.1rem;
  line-height:1.9;
  color:rgba(255,255,255,.9);
}

/* MAIN PANEL (HERO GLASS) */
.elite-panel{
  position:relative;
  z-index:1;

  max-width:1100px;
  margin:0 auto;

  padding:70px 80px;

  background: linear-gradient(
    135deg,
    rgba(255,255,255,0.055),
    rgba(255,255,255,0.007)
  );

  backdrop-filter: blur(18px) saturate(120%);
  -webkit-backdrop-filter: blur(18px) saturate(120%);

  border:1px solid rgba(255,255,255,0.18);
  border-radius:42px;

  box-shadow:
    0 30px 70px rgba(0,0,0,0.6),
    inset 0 1px 0 rgba(255,255,255,0.18);

  opacity:0;
  transform:translateY(40px);
  transition:all .8s ease;
}

/* ROWS */
.elite-row{
  display:grid;
  grid-template-columns:280px 1fr;
  gap:50px;
  padding:26px 0;
}

.elite-row:not(:last-child){
  border-bottom:1px solid rgba(255,255,255,0.12);
}

.elite-row h4{
  font-size:1.2rem;
  color:#d4af37;
  font-weight:600;
}

.elite-row p{
  font-size:1.05rem;
  line-height:1.8;
  color:rgba(255,255,255,.88);
}

/* FOOTER */
.elite-footer{
  margin-top:110px;
  text-align:center;
  font-size:1.1rem;
  color:rgba(255,255,255,.9);
}

/* RESPONSIVE */
@media(max-width:900px){
  .elite-panel{
    padding:50px 32px;
  }

  .elite-row{
    grid-template-columns:1fr;
    gap:14px;
  }

  .elite-header h2{
    font-size:2.3rem;
  }
}

/* WHY WORK WITH US */
.why-us{
  padding:120px 0;
  background:#ffffff;
  color:#0b0f1a;
}

.why-us-wrap{
  display:grid;
  grid-template-columns:1fr 1.1fr;
  gap:70px;
  align-items:center;
}

/* IMAGE */
.why-us-image{
  border-radius:42px;
  overflow:hidden;
  box-shadow:0 30px 70px rgba(0,0,0,.18);
}

.why-us-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

/* GLASS CONTENT (uses hero-glass DNA) */
.why-us-content{
  padding:60px 56px;
  color:#0b0f1a;
}

/* TEXT */
.why-us-content h2{
  font-size:2.5rem;
  margin-bottom:25px;
}

.why-us-content h2 span{
  color:#d4af37;
}

/* LIST */
.why-us-list{
  list-style:none;
  margin-bottom:25px;
}

.why-us-list li{
  position:relative;
  padding-left:28px;
  margin-bottom:14px;
  font-size:1.05rem;
  color:#333;
}

.why-us-list li::before{
  content:'';
  position:absolute;
  left:0;
  top:9px;
  width:10px;
  height:10px;
  border-radius:50%;
  background:#d4af37;
}

/* NOTE */
.why-us-note{
  font-size:1.05rem;
  color:#555;
  line-height:1.8;
}

/* RESPONSIVE */
@media(max-width:900px){
  .why-us-wrap{
    grid-template-columns:1fr;
  }

  .why-us-content{
    padding:45px 32px;
  }
}
/* CTA ELITE */
.cta-elite{
  position:relative;
  padding:60px 0;
  background:linear-gradient(
    to bottom,
    #070a12,
    #05070d
  );
  color:#fff;
  text-align:center;
}

/* SOFT GOLD AURA */
.cta-overlay{
  position:absolute;
  inset:0;
  background:
    radial-gradient(
      circle at center,
      rgba(212,175,55,0.12),
      transparent 65%
    );
  z-index:0;
}

.cta-inner{
  position:relative;
  z-index:1;
  max-width:900px;
  margin:0 auto;
}

/* TEXT */
.cta-inner h2{
  font-size:2.5rem;
  margin-bottom:20px;
}

.cta-inner p{
  font-size:1.1rem;
  color:rgba(255,255,255,.9);
  margin-bottom:45px;
  line-height:1.8;
}

/* BUTTONS */
.cta-actions{
  display:flex;
  gap:20px;
  justify-content:center;
  flex-wrap:wrap;
}

.cta-actions a{
  padding:16px 36px;
  border-radius:45px;
  font-weight:700;
  text-decoration:none;
  transition:.35s ease;
}

/* PRIMARY */
.cta-actions a:not(.outline){
  background:linear-gradient(135deg,#ffd700,#f1c40f);
  color:#000;
}

/* OUTLINE */
.cta-actions a.outline{
  border:1px solid rgba(212,175,55,0.7);
  color:#ffd700;
  background:transparent;
}

/* HOVER */
.cta-actions a:hover{
  transform:translateY(-3px);
  box-shadow:0 18px 40px rgba(212,175,55,.35);
}

/* RESPONSIVE */
@media(max-width:768px){
  .cta-inner h2{
    font-size:2.2rem;
  }
}

/* PREMIUM LEAD SECTION */
.premium-lead{
  position:relative;
  padding:140px 0;
  overflow:hidden;
}

/* BACKGROUND IMAGE */
.lead-bg{
  position:absolute;
  inset:0;
  background:
    url('https://images.unsplash.com/photo-1526495124232-a04e1849168c')
    center/cover no-repeat;
  filter:brightness(.65);
  z-index:0;
}

/* SOFT GOLD AMBIENCE */
.lead-glow{
  position:absolute;
  inset:0;
  background:
    radial-gradient(
      circle at center,
      rgba(212,175,55,0.18),
      transparent 60%
    );
  z-index:1;
}

/* GLASS WRAP */
.lead-glass-wrap{
  position:relative;
  z-index:2;

  padding:65px 70px;

  background: linear-gradient(
    135deg,
    rgba(255,255,255,0.06),
    rgba(255,255,255,0.01)
  );

  backdrop-filter: blur(18px) saturate(120%);
  -webkit-backdrop-filter: blur(18px) saturate(120%);

  border:1px solid rgba(255,255,255,0.18);
  border-radius:42px;

  box-shadow:
    0 35px 80px rgba(0,0,0,0.65),
    inset 0 1px 0 rgba(255,255,255,0.18);
}

/* HEADER */
.lead-head{
  text-align:center;
  margin-bottom:40px;
}

.lead-head h3{
  font-size:2.1rem;
  font-weight:600;
  margin-bottom:10px;
}

.lead-head p{
  font-size:.95rem;
  opacity:.9;
}

/* FORM */
.lead-form{
  display:grid;
  grid-template-columns:repeat(4,1fr) auto;
  gap:18px;
  align-items:center;
}

/* INPUTS */
.lead-form input,
.lead-form select{
  padding:17px 18px;
  border-radius:14px;
  border:none;
  font-size:1rem;
  background:rgba(255,255,255,.96);
  transition:.3s ease;
}

.lead-form input:focus,
.lead-form select:focus{
  outline:none;
  box-shadow:0 0 0 3px rgba(212,175,55,.35);
}

/* BUTTON */
.lead-form button{
  padding:17px 38px;
  background:linear-gradient(135deg,#ffd700,#f1c40f);
  border:none;
  border-radius:45px;
  font-size:1.05rem;
  font-weight:700;
  color:#000;
  cursor:pointer;
  transition:.35s ease;
}

.lead-form button:hover{
  transform:translateY(-3px);
  box-shadow:0 20px 45px rgba(255,215,0,.5);
}

/* TRUST NOTE */
.lead-note{
  text-align:center;
  margin-top:22px;
  font-size:.9rem;
  opacity:.9;
}

/* RESPONSIVE */
@media(max-width:1000px){
  .lead-form{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:600px){
  .lead-glass-wrap{
    padding:45px 28px;
  }

  .lead-form{
    grid-template-columns:1fr;
  }

  .lead-form button{
    width:100%;
  }
  /* =========================================
   HERO – MOBILE RESPONSIVE FIX
   (No content or layout change on desktop)
========================================= */

@media (max-width: 991px) {

  /* HERO SECTION */
  .hero {
    min-height: auto;
    padding: 100px 0 70px; /* space below fixed header */
  }

  .hero-wrap {
    display: flex;
    flex-direction: column;
    gap: 36px;
  }

  /* LEFT CONTENT */
  .hero-left {
    width: 100%;
    text-align: left;
  }

  .hero-left h1 {
    font-size: 32px;
    line-height: 1.25;
  }

  .hero-left h1 span {
    display: inline;
  }

  .hero-left p {
    font-size: 15px;
    line-height: 1.6;
    margin-top: 14px;
  }

  /* TAGS */
  .hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
  }

  .hero-tags span {
    font-size: 12.5px;
    padding: 6px 12px;
  }

  /* CTA BUTTON */
  .hero-btn {
    display: inline-block;
    margin-top: 22px;
    width: 100%;
    max-width: 320px;
    text-align: center;
  }

  /* FORM BOX */
  .hero-form-box {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    padding: 22px;
  }

  .hero-form-box h3 {
    font-size: 20px;
    margin-bottom: 14px;
  }

  .hero-form-box input,
  .hero-form-box select {
    font-size: 14px;
    padding: 12px 14px;
  }

  .hero-form-box button {
    font-size: 15px;
    padding: 14px;
  }
}
/* =========================================
   LEAD FORM – MOBILE RESPONSIVE FIX
   (Content unchanged)
========================================= */

@media (max-width: 991px) {

  .premium-lead {
    padding: 70px 0;
  }

  .lead-glass-wrap {
    width: 100%;
    padding: 26px 22px;
  }

  .lead-head {
    text-align: center;
    margin-bottom: 20px;
  }

  .lead-head h3 {
    font-size: 24px;
    line-height: 1.3;
  }

  .lead-head p {
    font-size: 14px;
    margin-top: 6px;
  }

  /* FORM LAYOUT */
  .lead-form {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .lead-form input,
  .lead-form select {
    font-size: 14px;
    padding: 14px 14px;
  }

  .lead-form button {
    font-size: 15px;
    padding: 15px;
  }

  .lead-note {
    text-align: center;
    font-size: 13px;
    margin-top: 14px;
  }
}

/* EXTRA SMALL DEVICES */
@media (max-width: 480px) {

  .premium-lead {
    padding: 60px 0;
  }

  .lead-head h3 {
    font-size: 21px;
  }

  .lead-head p {
    font-size: 13px;
  }

  .lead-form button {
    font-size: 14px;
  }
}

/* EXTRA SMALL PHONES */
@media (max-width: 480px) {

  .hero {
    padding: 90px 0 60px;
  }

  .hero-left h1 {
    font-size: 26px;
  }

  .hero-left p {
    font-size: 14px;
  }

  .hero-tags span {
    font-size: 12px;
  }
}

}

