:root{
      --bg:#F8FAFF;
      --bg2:#FFFFFF;

      --card:rgba(255,255,255,0.85);
      --border:rgba(0,0,0,0.08);

      --text:#0F172A;
      --muted:#475569;

      --blue:#2563EB;
      --blue2:#1D4ED8;
      --yellow:#FACC15;
      --yellow2:#F59E0B;

      --shadow: 0px 25px 80px rgba(0,0,0,0.12);
      --radius:22px;

      --sec1: linear-gradient(180deg, rgba(37,99,235,0.12), rgba(255,255,255,0.0));
      --sec2: linear-gradient(180deg, rgba(250,204,21,0.16), rgba(255,255,255,0.0));
      --sec3: linear-gradient(180deg, rgba(37,99,235,0.10), rgba(255,255,255,0.0));
      --sec4: linear-gradient(180deg, rgba(250,204,21,0.14), rgba(255,255,255,0.0));
      --sec5: linear-gradient(180deg, rgba(245,158,11,0.14), rgba(255,255,255,0.0));
      --sec6: linear-gradient(180deg, rgba(37,99,235,0.12), rgba(255,255,255,0.0));
    }

    *{
      margin:0;
      padding:0;
      box-sizing:border-box;
      font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      scroll-behavior:smooth;
    }

    body{
      background:
        radial-gradient(circle at top left, rgba(37,99,235,0.18) 0%, transparent 55%),
        radial-gradient(circle at top right, rgba(250,204,21,0.18) 0%, transparent 60%),
        radial-gradient(circle at bottom, rgba(245,158,11,0.14) 0%, transparent 65%),
        linear-gradient(180deg, var(--bg) 0%, #FFFFFF 100%);
      color:var(--text);
      line-height:1.7;
      overflow-x:hidden;
    }
	


.hero-premium{
  position: relative;
  padding: 110px 0 90px;
  overflow: hidden;
}

.hero-premium::before{
  content:"";
  position:absolute;
  inset:0;
  background: radial-gradient(circle at 20% 20%, rgba(0,180,255,0.20), transparent 50%),
              radial-gradient(circle at 80% 30%, rgba(120,80,255,0.18), transparent 55%),
              radial-gradient(circle at 50% 90%, rgba(0,255,200,0.10), transparent 60%);
  z-index:0;
}

.hero-premium::after{
  content:"";
  position:absolute;
  top:-120px;
  right:-200px;
  width:600px;
  height:600px;
  background: linear-gradient(120deg, rgba(0,180,255,0.25), rgba(120,80,255,0.20));
  filter: blur(70px);
  border-radius: 50%;
  opacity: 0.6;
  z-index:0;
}

.hero-premium .container{
  position: relative;
  z-index: 2;
}

.hero-premium-grid{
  display:grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: center;
}

.hero-premium-badge{
  display:inline-flex;
  align-items:center;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.65);
  border: 1px solid rgba(0,0,0,0.08);
  backdrop-filter: blur(6px);
  font-size: 13px;
  font-weight: 600;
  color: rgba(0,0,0,0.75);
  margin-bottom: 18px;
}

.hero-premium-title{
  font-size: 54px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -1.3px;
  color: #0b1220;
  margin: 0;
}

.hero-premium-title span{
  background: linear-gradient(90deg, #1677ff, #7c3aed);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-premium-desc{
  margin-top: 18px;
  font-size: 18px;
  line-height: 1.65;
  max-width: 520px;
  color: rgba(11,18,32,0.75);
}

.hero-premium-points{
  margin-top: 20px;
  display:flex;
  flex-direction: column;
  gap: 10px;
}

.hero-point{
  font-size: 15px;
  font-weight: 600;
  color: rgba(11,18,32,0.82);
}

.hero-premium-actions{
  margin-top: 28px;
  display:flex;
  gap: 12px;
  flex-wrap: wrap;
}

.hero-btn-main{
  padding: 13px 20px;
  font-weight: 700;
  border-radius: 14px;
}

.hero-btn-second{
  padding: 13px 20px;
  font-weight: 700;
  border-radius: 14px;
}

.hero-premium-proof{
  margin-top: 18px;
  font-size: 13px;
  color: rgba(11,18,32,0.60);
}

/* RIGHT SIDE */
.hero-premium-right{
  position: relative;
}

.hero-preview-card{
  background: rgba(255,255,255,0.75);
  border: 1px solid rgba(0,0,0,0.10);
  border-radius: 22px;
  overflow:hidden;
  box-shadow: 0 30px 80px rgba(0,0,0,0.12);
  backdrop-filter: blur(6px);
  transform: translateY(0);
  animation: floatHero 6s ease-in-out infinite;
}

@keyframes floatHero{
  0% { transform: translateY(0px); }
  50% { transform: translateY(-12px); }
  100% { transform: translateY(0px); }
}

.hero-preview-top{
  display:flex;
  align-items:center;
  gap: 8px;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}

.hero-preview-dot{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 0.8;
}

.hero-preview-dot.red{ background:#ff4d4d; }
.hero-preview-dot.yellow{ background:#ffcc00; }
.hero-preview-dot.green{ background:#00c853; }

.hero-preview-label{
  margin-left: 10px;
  font-size: 13px;
  font-weight: 700;
  color: rgba(11,18,32,0.70);
}

.hero-preview-img img{
  width:100%;
  height:auto;
  display:block;
}

.hero-preview-bottom{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding: 16px;
  border-top: 1px solid rgba(0,0,0,0.06);
}

.hero-mini-stat{
  background: rgba(255,255,255,0.70);
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 14px;
  padding: 12px;
  text-align:center;
}

.hero-mini-number{
  font-size: 15px;
  font-weight: 900;
  color: #0b1220;
}

.hero-mini-text{
  font-size: 12px;
  margin-top: 4px;
  color: rgba(11,18,32,0.65);
}

/* FLOATING BADGES */
.hero-floating-badge{
  position:absolute;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.78);
  border: 1px solid rgba(0,0,0,0.08);
  backdrop-filter: blur(6px);
  font-size: 13px;
  font-weight: 700;
  color: rgba(11,18,32,0.70);
  box-shadow: 0 18px 50px rgba(0,0,0,0.12);
  animation: floatBadge 4.5s ease-in-out infinite;
}

.hero-floating-badge.one{
  top: 55px;
  left: -60px;
}

.hero-floating-badge.two{
  bottom: 80px;
  right: -80px;
  animation-delay: 1.2s;
}

@keyframes floatBadge{
  0% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0px); }
}

/* RESPONSIVE */
@media(max-width: 992px){
  .hero-premium-grid{
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .hero-premium-title{
    font-size: 42px;
  }

  .hero-floating-badge.one,
  .hero-floating-badge.two{
    display:none;
  }
}

@media(max-width: 520px){
  .hero-premium{
    padding: 90px 0 70px;
  }

  .hero-premium-title{
    font-size: 34px;
  }

  .hero-premium-desc{
    font-size: 16px;
  }
}

    a{text-decoration:none;color:inherit;}
    .container{width:92%;max-width:1200px;margin:auto;}

    /* BACKGROUND ORBS */
    .orb{
      position:absolute;
      border-radius:50%;
      filter: blur(85px);
      opacity:0.55;
      animation: none;
      z-index:-1;
    }
    .orb.one{
      width:340px;height:340px;
      background:rgba(37,99,235,0.30);
      top:-90px;left:-90px;
    }
    .orb.two{
      width:320px;height:320px;
      background:rgba(250,204,21,0.35);
      top:260px;right:-110px;
      animation-delay:2s;
    }
    .orb.three{
      width:380px;height:380px;
      background:rgba(245,158,11,0.22);
      bottom:-170px;left:30%;
      animation-delay:4s;
    }
    @keyframes floatOrb{
      0%{transform:translateY(0px) translateX(0px) scale(1);}
      50%{transform:translateY(-35px) translateX(15px) scale(1.05);}
      100%{transform:translateY(0px) translateX(0px) scale(1);}
    }

    /* HEADER */
    header{
      position:sticky;
      top:0;
      z-index:999;
      background:rgba(255,255,255,0.80);
      backdrop-filter: blur(6px);
      border-bottom:1px solid var(--border);
    }
    nav{
      display:flex;
      justify-content:space-between;
      align-items:center;
      padding:16px 0;
    }

    .menu{
      display:flex;
      gap:22px;
      align-items:center;
      font-size:14px;
      color:rgba(71,85,105,0.95);
    }
    .menu a{
      transition:0.25s ease;
      font-weight:900;
    }
    .menu a:hover{color:var(--blue);}

    /* BUTTONS */
    .btn{
      padding:13px 20px;
      border-radius:999px;
      font-weight:950;
      font-size:14px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      transition:0.25s ease;
      cursor:pointer;
      border:none;
      white-space:nowrap;
      position:relative;
      overflow:hidden;
    }

    .btn-primary{
      background:linear-gradient(90deg, #0F172A 0%, #111827 100%);
      color:#FFFFFF;
      box-shadow:0px 18px 55px rgba(15,23,42,0.22);
      border:1px solid rgba(0,0,0,0.12);
    }

    .btn-primary:hover{
      transform:translateY(-3px);
      box-shadow:0px 28px 90px rgba(37,99,235,0.22);
      border:1px solid rgba(37,99,235,0.35);
    }

    .btn-outline{
      border:1px solid rgba(15,23,42,0.22);
      background:rgba(255,255,255,0.65);
      color:#0F172A;
      box-shadow:0px 12px 35px rgba(0,0,0,0.06);
    }

    .btn-outline:hover{
      transform:translateY(-3px);
      background:linear-gradient(90deg, #0F172A 0%, #111827 100%);
      color:#FFFFFF;
      border:1px solid rgba(245,158,11,0.55);
      box-shadow:0px 25px 70px rgba(245,158,11,0.18);
    }

    /* MOBILE MENU */
    .hamburger{
      display:none;
      flex-direction:column;
      gap:5px;
      cursor:pointer;
    }
    .hamburger span{
      width:26px;
      height:2px;
      background:rgba(15,23,42,0.9);
      border-radius:10px;
      transition:0.3s ease;
    }
    .mobile-menu{
      display:none;
      flex-direction:column;
      gap:14px;
      padding:18px;
      border-top:1px solid var(--border);
      background:rgba(255,255,255,0.92);
    }
    .mobile-menu a{
      color:rgba(71,85,105,0.95);
      font-weight:950;
    }
    .mobile-menu a:hover{color:var(--blue);}

    /* SECTIONS */
    section{
      padding:95px 0;
      position:relative;
      border-top:1px solid rgba(0,0,0,0.05);
      overflow:hidden;
    }
    section::before{
      content:"";
      position:absolute;
      inset:0;
      z-index:-1;
    }
    section::after{
      content:"";
      position:absolute;
      left:50%;
      top:0;
      transform:translateX(-50%);
      width:85%;
      height:1px;
      background:linear-gradient(90deg, transparent, rgba(37,99,235,0.18), transparent);
      opacity:0.25;
    }

    .section-theme-hero::before{background:var(--sec1);}
    .section-theme-trusted::before{background:var(--sec2);}
    .section-theme-features::before{background:var(--sec3);}
    .section-theme-custom::before{background:var(--sec4);}
    .section-theme-video::before{background:var(--sec5);}
    .section-theme-pricing::before{background:var(--sec6);}
    .section-theme-testimonial::before{
      background:linear-gradient(180deg, rgba(37,99,235,0.08), rgba(250,204,21,0.08));
    }
    .section-theme-faq::before{
      background:linear-gradient(180deg, rgba(250,204,21,0.10), rgba(255,255,255,0));
    }
    .section-theme-contact::before{
      background:linear-gradient(180deg, rgba(37,99,235,0.10), rgba(255,255,255,0));
    }

    /* HERO */
    .hero{
      padding:90px 0 70px;
      display:grid;
      grid-template-columns:1.2fr 0.8fr;
      gap:40px;
      align-items:center;
    }

    .badge{
      display:inline-flex;
      align-items:center;
      gap:10px;
      padding:8px 14px;
      border-radius:999px;
      background:rgba(37,99,235,0.12);
      border:1px solid rgba(37,99,235,0.20);
      color:var(--blue2);
      font-size:13px;
      font-weight:950;
      margin-bottom:16px;
    }

    .hero h1{
      font-size:54px;
      line-height:1.12;
      margin-bottom:16px;
      font-weight:950;
      letter-spacing:-0.7px;
    }
    .hero h1 span{
      color:var(--blue);
      text-shadow:0px 0px 18px rgba(37,99,235,0.18);
    }
    .hero p{
      color:rgba(71,85,105,0.95);
      font-size:16px;
      margin-bottom:26px;
      max-width:590px;
      font-weight:700;
    }

    .hero-actions{
      display:flex;
      gap:12px;
      flex-wrap:wrap;
      margin-bottom:18px;
    }
    .hero-note{
      font-size:13px;
      color:rgba(71,85,105,0.90);
      font-weight:800;
    }

    .hero-card{
      background:linear-gradient(160deg, rgba(37,99,235,0.12), rgba(255,255,255,0.75));
      border:1px solid rgba(37,99,235,0.14);
      border-radius:var(--radius);
      padding:24px;
      box-shadow:var(--shadow);
      position:relative;
      overflow:hidden;
    }

    .hero-card::before{
      content:"";
      position:absolute;
      top:-80px;
      right:-80px;
      width:240px;
      height:240px;
      background:radial-gradient(circle, rgba(250,204,21,0.45), transparent 70%);
      filter: blur(25px);
      opacity:0.9;
    }

    .hero-card h3{
      font-size:18px;
      margin-bottom:6px;
      color:var(--blue2);
      font-weight:950;
      position:relative;
      z-index:2;
    }
    .hero-card p{
      font-size:14px;
      color:rgba(71,85,105,0.95);
      position:relative;
      z-index:2;
      font-weight:700;
    }
    .hero-card img{
      width:100%;
      border-radius:16px;
      border:1px solid rgba(0,0,0,0.06);
      margin-top:14px;
      position:relative;
      z-index:2;
      box-shadow:0px 18px 50px rgba(0,0,0,0.18);
    }

    /* SECTION TITLE */
    .section-title{text-align:center;margin-bottom:45px;}
    .section-title h2{
      font-size:38px;
      font-weight:950;
      margin-bottom:10px;
      letter-spacing:-0.5px;
      color:rgba(15,23,42,1);
    }
    .section-title p{
      color:rgba(71,85,105,0.95);
      max-width:780px;
      margin:auto;
      font-size:15px;
      font-weight:700;
    }

    /* TRUSTED */
    .trusted{
      display:flex;
      justify-content:center;
      gap:16px;
      flex-wrap:wrap;
      margin-top:20px;
    }
    .trusted div{
      padding:10px 16px;
      border-radius:999px;
      border:1px solid rgba(0,0,0,0.08);
      background:rgba(255,255,255,0.75);
      font-size:13px;
      font-weight:950;
      color:rgba(71,85,105,0.95);
      transition:0.25s ease;
    }
    .trusted div:hover{
      border:1px solid rgba(37,99,235,0.22);
      color:var(--blue);
      transform:translateY(-2px);
      box-shadow:0px 12px 35px rgba(0,0,0,0.10);
    }

    /* FEATURES */
    .grid{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:18px;
    }
    .card{
      background:rgba(255,255,255,0.85);
      border:1px solid rgba(0,0,0,0.08);
      border-radius:var(--radius);
      padding:24px;
      transition:0.25s ease;
      position:relative;
      overflow:hidden;
      box-shadow:0px 10px 35px rgba(0,0,0,0.06);
    }
    .card:hover{
      transform:translateY(-6px);
      border:1px solid rgba(37,99,235,0.22);
      box-shadow:0px 18px 60px rgba(0,0,0,0.12);
    }
    .card h3{
      font-size:16px;
      margin-bottom:10px;
      color:var(--blue2);
      font-weight:950;
    }
    .card p{
      color:rgba(71,85,105,0.95);
      font-size:14px;
      font-weight:700;
    }

    /* SHOWCASE */
    .showcase{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:30px;
      align-items:center;
    }
    .showcase img{
      width:100%;
      border-radius:var(--radius);
      border:1px solid rgba(0,0,0,0.06);
      box-shadow:var(--shadow);
    }
    .showcase h3{
      font-size:30px;
      font-weight:950;
      margin-bottom:12px;
    }
    .showcase p{
      color:rgba(71,85,105,0.95);
      margin-bottom:18px;
      font-size:15px;
      font-weight:700;
    }
    .checklist{
      display:flex;
      flex-direction:column;
      gap:10px;
    }
    .checklist div{
      padding:12px 14px;
      border-radius:14px;
      border:1px solid rgba(0,0,0,0.08);
      background:rgba(255,255,255,0.75);
      font-size:14px;
      color:rgba(15,23,42,0.92);
      transition:0.25s ease;
      font-weight:800;
    }
    .checklist div:hover{
      border:1px solid rgba(245,158,11,0.40);
      transform:translateX(3px);
    }

    /* VIDEO */
    .video-box{
      border-radius:var(--radius);
      overflow:hidden;
      border:1px solid rgba(245,158,11,0.30);
      box-shadow:var(--shadow);
      aspect-ratio:16/9;
      width:100%;
      background:rgba(255,255,255,0.85);
    }
    iframe{width:100%;height:100%;border:none;}

    .video-tabs{
      display:flex;
      justify-content:center;
      flex-wrap:wrap;
      gap:10px;
      margin-bottom:18px;
    }

    .video-tab{
      padding:10px 16px;
      border-radius:999px;
      border:1px solid rgba(0,0,0,0.10);
      background:rgba(255,255,255,0.75);
      font-weight:950;
      font-size:13px;
      cursor:pointer;
      transition:0.25s ease;
      color:rgba(15,23,42,0.95);
      box-shadow:0px 8px 25px rgba(0,0,0,0.06);
    }

    .video-tab:hover{
      transform:translateY(-2px);
      border:1px solid rgba(37,99,235,0.25);
      box-shadow:0px 14px 40px rgba(0,0,0,0.10);
    }

    .video-tab.active{
      background:linear-gradient(90deg, #0F172A, #111827);
      color:#fff;
      border:1px solid rgba(37,99,235,0.25);
    }

    /* PACKAGES */
    .pricing{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:18px;
    }
    .price-card{
      background:rgba(255,255,255,0.88);
      border:1px solid rgba(0,0,0,0.08);
      border-radius:var(--radius);
      padding:28px;
      position:relative;
      overflow:hidden;
      transition:0.25s ease;
      box-shadow:0px 12px 45px rgba(0,0,0,0.08);
    }
    .price-card:hover{
      transform:translateY(-6px);
      border:1px solid rgba(245,158,11,0.35);
      box-shadow:0px 18px 75px rgba(0,0,0,0.12);
    }
    .price-card h3{
      color:var(--blue2);
      margin-bottom:8px;
      font-size:18px;
      font-weight:950;
    }

    .price-title{
      font-size:20px;
      font-weight:950;
      margin-bottom:6px;
      color:rgba(15,23,42,1);
    }

    .price-desc{
      display:block;
      color:rgba(71,85,105,0.95);
      font-weight:800;
      margin-top:6px;
      font-size:13px;
    }

    .price-card ul{
      margin:18px 0;
      padding-left:18px;
      color:rgba(71,85,105,0.95);
      font-size:14px;
      font-weight:700;
    }
    .price-card li{margin-bottom:8px;}

    .highlight{
      border:1px solid rgba(37,99,235,0.28);
      background:linear-gradient(160deg, rgba(37,99,235,0.12), rgba(250,204,21,0.14));
      box-shadow:0px 20px 90px rgba(37,99,235,0.12);
    }

    .best-seller{
      display:inline-flex;
      padding:6px 12px;
      border-radius:999px;
      background:rgba(37,99,235,0.12);
      border:1px solid rgba(37,99,235,0.20);
      font-weight:950;
      color:rgba(37,99,235,1);
      font-size:12px;
      margin-bottom:12px;
    }

    .proposal-box{
      margin-top:40px;
      text-align:center;
    }

    .proposal-inner{
      display:inline-block;
      padding:22px 22px;
      border-radius:18px;
      border:1px solid rgba(37,99,235,0.18);
      background:rgba(255,255,255,0.85);
      box-shadow:0px 15px 55px rgba(0,0,0,0.08);
      max-width:820px;
    }

    .proposal-inner h3{
      font-size:20px;
      font-weight:950;
      margin-bottom:6px;
      color:rgba(15,23,42,1);
    }

    .proposal-inner p{
      color:rgba(71,85,105,0.95);
      font-size:14px;
      font-weight:800;
      margin-bottom:14px;
    }

   /* ===============================
   TESTIMONIAL FADE VERSION
=============================== */

.testi-wrap{
  position:relative;
  max-width:800px;
  margin:auto;
}

.testi-track{
  position:relative;
}

.testi{
  position:absolute;
  inset:0;
  opacity:0;
  visibility:hidden;
  transition:opacity 0.5s ease;
  padding:24px;
  background:#fff;
  border-radius:20px;
  box-shadow:0 12px 35px rgba(0,0,0,0.08);
  text-align:center;
}

.testi.active{
  opacity:1;
  visibility:visible;
  position:relative;
}

/* ARROWS */
.testi-arrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:40px;
  height:40px;
  border-radius:50%;
  background:#fff;
  border:1px solid rgba(0,0,0,0.1);
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  box-shadow:0 5px 20px rgba(0,0,0,0.08);
  z-index:5;
  transition:0.3s ease;
}

.testi-arrow:hover{
  background:#0F172A;
  color:#fff;
}

.testi-arrow.prev{ left:-10px; }
.testi-arrow.next{ right:-10px; }

/* DOTS */
.testi-dots{
  display:flex;
  justify-content:center;
  gap:8px;
  margin-top:18px;
}

.testi-dot{
  width:9px;
  height:9px;
  border-radius:50%;
  background:rgba(0,0,0,0.25);
  cursor:pointer;
  transition:0.3s ease;
}

.testi-dot.active{
  background:#2563EB;
  transform:scale(1.2);
}

/* MOBILE SAFE */
@media(max-width:768px){
  .testi-wrap{
    max-width:100%;
    padding:0 10px;
  }

  .testi-arrow{
    width:34px;
    height:34px;
  }
}

    .testi p{
      font-size:14px;
      color:rgba(15,23,42,0.95);
      margin-bottom:12px;
      font-weight:700;
    }
    .testi strong{
      color:var(--blue2);
      font-size:14px;
      font-weight:950;
    }
    .testi span{
      display:block;
      font-size:12px;
      color:rgba(71,85,105,0.85);
      margin-top:4px;
      font-weight:700;
    }
    @keyframes slide{
      0%{transform:translateX(0);}
      100%{transform:translateX(-50%);}
    }

    /* CTA */
    .cta-box{
      padding:60px 30px;
      border-radius:var(--radius);
      border:1px solid rgba(37,99,235,0.22);
      background:linear-gradient(140deg, rgba(37,99,235,0.14), rgba(250,204,21,0.16));
      box-shadow:0px 25px 100px rgba(37,99,235,0.12);
      text-align:center;
    }
    .cta-box h2{
      font-size:36px;
      font-weight:950;
      margin-bottom:12px;
    }
    .cta-box p{
      color:rgba(71,85,105,0.95);
      max-width:720px;
      margin:auto;
      margin-bottom:22px;
      font-size:15px;
      font-weight:700;
    }

    /* FAQ */
    details{
      border:1px solid rgba(0,0,0,0.08);
      border-radius:16px;
      padding:14px 16px;
      background:rgba(255,255,255,0.85);
      transition:0.25s ease;
      box-shadow:0px 10px 30px rgba(0,0,0,0.06);
    }
    details:hover{border:1px solid rgba(245,158,11,0.40);}
    summary{
      cursor:pointer;
      font-weight:950;
      color:var(--blue2);
      font-size:15px;
    }
    details p{
      margin-top:10px;
      color:rgba(71,85,105,0.95);
      font-size:14px;
      font-weight:700;
    }

    .faq-grid{
      display:grid;
      grid-template-columns:repeat(2, 1fr);
      gap:14px;
      margin-top:25px;
    }

    /* CONTACT */
    .contact-wrap{
      display:grid;
      grid-template-columns: 1.15fr 0.85fr;
      gap:18px;
      align-items:stretch;
    }

    .contact-left{
      border-radius:var(--radius);
      border:1px solid rgba(0,0,0,0.08);
      background:rgba(255,255,255,0.85);
      padding:34px;
      position:relative;
      overflow:hidden;
      box-shadow:0px 12px 55px rgba(0,0,0,0.08);
    }

    .contact-left::before{
      content:"";
      position:absolute;
      width:260px;
      height:260px;
      top:-120px;
      left:-120px;
      background:radial-gradient(circle, rgba(37,99,235,0.22), transparent 70%);
      filter: blur(22px);
      opacity:0.85;
    }

    .contact-head{
      position:relative;
      z-index:2;
      margin-bottom:22px;
    }

    .contact-badge{
      display:inline-flex;
      padding:8px 14px;
      border-radius:999px;
      background:rgba(37,99,235,0.12);
      border:1px solid rgba(37,99,235,0.22);
      color:var(--blue2);
      font-size:13px;
      font-weight:950;
      margin-bottom:14px;
    }

    .contact-head h3{
      font-size:26px;
      font-weight:950;
      margin-bottom:10px;
    }

    .contact-head p{
      color:rgba(71,85,105,0.95);
      font-size:14px;
      max-width:520px;
      font-weight:700;
    }

    .contact-cards{
      position:relative;
      z-index:2;
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:14px;
      margin-top:18px;
    }

    .contact-card{
      display:flex;
      gap:12px;
      align-items:center;
      padding:16px 16px;
      border-radius:18px;
      border:1px solid rgba(0,0,0,0.08);
      background:rgba(255,255,255,0.75);
      transition:0.25s ease;
      box-shadow:0px 8px 25px rgba(0,0,0,0.06);
    }

    .contact-card:hover{
      transform:translateY(-4px);
      border:1px solid rgba(245,158,11,0.35);
      box-shadow:0px 18px 55px rgba(0,0,0,0.12);
    }

    .contact-icon{
      width:44px;
      height:44px;
      display:flex;
      align-items:center;
      justify-content:center;
      border-radius:16px;
      background:linear-gradient(160deg, rgba(250,204,21,0.28), rgba(37,99,235,0.12));
      border:1px solid rgba(245,158,11,0.25);
      font-size:18px;
      box-shadow:0px 0px 35px rgba(245,158,11,0.10);
    }

    .contact-title{
      font-size:14px;
      font-weight:950;
      color:var(--text);
      margin-bottom:2px;
    }

    .contact-desc{
      font-size:13px;
      color:rgba(71,85,105,0.95);
      font-weight:800;
    }

    .contact-right{
      border-radius:var(--radius);
      border:1px solid rgba(245,158,11,0.25);
      background:linear-gradient(140deg, rgba(250,204,21,0.18), rgba(37,99,235,0.10));
      padding:34px;
      position:relative;
      overflow:hidden;
      box-shadow:0px 25px 100px rgba(245,158,11,0.12);
    }

    .contact-glow{
      position:absolute;
      width:280px;
      height:280px;
      border-radius:50%;
      top:-140px;
      right:-140px;
      background:radial-gradient(circle, rgba(245,158,11,0.40), transparent 70%);
      filter: blur(25px);
      opacity:0.85;
    }

    .contact-cta-title{
      position:relative;
      z-index:2;
      font-size:24px;
      font-weight:950;
      margin-bottom:10px;
    }

    .contact-cta-desc{
      position:relative;
      z-index:2;
      color:rgba(71,85,105,0.95);
      font-size:14px;
      margin-bottom:18px;
      font-weight:800;
    }

    .contact-btn-main{
      position:relative;
      z-index:2;
      width:100%;
      padding:14px 18px;
      border-radius:999px;
      display:flex;
      align-items:center;
      justify-content:center;
      font-weight:950;
      font-size:14px;
      background:linear-gradient(90deg, #0F172A, #111827);
      color:#FFFFFF;
      transition:0.25s ease;
      box-shadow:0px 20px 65px rgba(15,23,42,0.18);
    }

    .contact-btn-main:hover{
      transform:translateY(-3px);
      box-shadow:0px 30px 95px rgba(37,99,235,0.22);
    }

    .contact-footnote{
      position:relative;
      z-index:2;
      margin-top:14px;
      text-align:center;
      font-size:12px;
      color:rgba(71,85,105,0.90);
      font-weight:800;
    }

    /* FOOTER */
    footer{
      padding:45px 0;
      border-top:1px solid rgba(0,0,0,0.08);
      background:rgba(255,255,255,0.92);
    }
    footer p{
      color:rgba(71,85,105,0.92);
      font-size:13px;
      text-align:center;
      font-weight:700;
    }

    /* REVEAL */
    .reveal{
      opacity:0;
      transform:translateY(35px);
      transition:all 0.9s ease;
    }
    .reveal.active{
      opacity:1;
      transform:translateY(0px);
    }

    /* SCROLL TOP */
    .scroll-top{
      position:fixed;
      bottom:22px;
      right:22px;
      width:50px;
      height:50px;
      border-radius:50%;
      border:1px solid rgba(0,0,0,0.10);
      background:rgba(255,255,255,0.85);
      backdrop-filter: blur(6px);
      display:flex;
      align-items:center;
      justify-content:center;
      cursor:pointer;
      opacity:0;
      visibility:hidden;
      transition:0.25s ease;
      z-index:999;
      box-shadow:0px 12px 40px rgba(0,0,0,0.10);
      font-weight:950;
    }
    .scroll-top.active{
      opacity:1;
      visibility:visible;
    }
    .scroll-top:hover{
      border:1px solid rgba(37,99,235,0.35);
      transform:translateY(-3px);
    }

    /* RESPONSIVE */
    @media(max-width: 980px){
      .hero{grid-template-columns:1fr;padding:70px 0 50px;}
      .grid{grid-template-columns:1fr;}
      .showcase{grid-template-columns:1fr;}
      .pricing{grid-template-columns:1fr;}
      .faq-grid{grid-template-columns:1fr;}
      .contact-wrap{grid-template-columns:1fr;}
      .contact-cards{grid-template-columns:1fr;}
      .hero h1{font-size:38px;}
      .menu{display:none;}
      .hamburger{display:flex;}
    }

    @media(max-width: 420px){
      .testi{min-width:280px;}
      .cta-box h2{font-size:28px;}
    }

    /* RESPONSIVE BUTTON SIZE (MOBILE) */
@media(max-width: 980px){
  .btn{
    padding:11px 16px;
    font-size:13px;
  }
}

@media(max-width: 480px){
  .btn{
    padding:10px 14px;
    font-size:12.5px;
  }
}

/* HEADER BUTTON COMPACT */
.header-btn{
  padding:10px 14px !important;
  font-size:13px !important;
}

@media(max-width: 480px){
  .header-btn{
    padding:9px 12px !important;
    font-size:12px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
  }
}

@media (max-width: 768px){
  .orb,
  .testi-track,
  .hero-preview-card,
  .hero-floating-badge{
    animation:none !important;
  }
}