body{
  padding: 0;
}
.title {
	color: #5C6AC4;
}


    :root{
      --accent:#ff4b00;
      --accent2:#ff7a00;
      --bg:#0c0d10;
      --bg2:#101218;
      --card:#141722;
      --text:#e9ecf1;
      --muted:#aab2c0;
      --soft:#f7e6e1;
      --white:#ffffff;
      --shadow: 0 18px 60px rgba(0,0,0,.25);
      --shadow2: 0 12px 40px rgba(255,75,0,.12);
      --radius: 28px;
      --radius2: 18px;
      --ring: rgba(255,75,0,.55);
      --ring2: rgba(255,255,255,.65);
      --line: rgba(255,255,255,.12);
      --max: 1180px;
      --headerH: 78px;
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial;
      color:var(--text);
      background:linear-gradient(180deg, #07070a 0%, #0c0d10 40%, #0a0b0f 100%);
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none}
    img{max-width:100%;display:block}
    .container{width:min(var(--max), calc(100% - 42px)); margin:0 auto}
    .chip{
      display:inline-flex;align-items:center;gap:10px;
      padding:10px 16px;border-radius:999px;
      background:rgba(255,75,0,.14);
      color:#fff;font-weight:600;font-size:12px;letter-spacing:.4px;
      border:1px solid rgba(255,75,0,.25);
    }
    .section{
      position:relative;
      padding:86px 0;
    }
    .section.light{
      background:linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,0));
      color:#141722;
    }
    .section.light .h2,
    .section.light .p,
    .section.light .muted{color:#141722}
    .section.soft{
      background: radial-gradient(1200px 700px at 30% 0%, rgba(255,75,0,.10), transparent 60%),
                  linear-gradient(180deg, #fff7f4 0%, #fff5f1 40%, #ffffff 100%);
      color:#141722;
    }





    

    /* Top nav */
    .header{
      position:fixed;left:0;top:0;right:0;z-index:50;
      height:var(--headerH);
      background:rgba(12,13,16,.68);
      backdrop-filter: blur(14px);
      border-bottom:1px solid rgba(255,255,255,.06);
    }
    .navwrap{
      height:100%;
      display:flex;align-items:center;justify-content:space-between;
      gap:18px;
    }
    .brand{
      display:flex;align-items:center;gap:10px;font-weight:800;letter-spacing:.3px;
    }
    .brand .dot{width:7px;height:7px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 6px rgba(255,75,0,.14)}
    .brand span{font-size:18px}
    .nav{
      display:flex;align-items:center;gap:22px;
      font-weight:600;font-size:13px;color:rgba(233,236,241,.9);
    }
    .nav a{
      position:relative;
      padding:8px 0;
      opacity:.85;
    }
    .nav a:hover{opacity:1}
    .nav a.active::after{
      content:"";
      position:absolute;left:0;right:0;bottom:-10px;
      height:4px;border-radius:999px;background:var(--accent);
      box-shadow:0 10px 30px rgba(255,75,0,.25);
    }

    .navRight{display:flex;align-items:center;gap:12px}
    .btn{
      display:inline-flex;align-items:center;justify-content:center;gap:10px;
      padding:13px 18px;border-radius:999px;
      background:linear-gradient(135deg,var(--accent),var(--accent2));
      color:#fff;font-weight:800;font-size:12px;letter-spacing:.6px;
      border:0;cursor:pointer;box-shadow:var(--shadow2);
      user-select:none;
    }
    .btn .circle{
      width:34px;height:34px;border-radius:50%;
      display:grid;place-items:center;
      background:rgba(255,255,255,.14);
      border:2px solid rgba(255,255,255,.25);
    }
    .btn.secondary{
      background:transparent;
      border:1px solid rgba(255,255,255,.18);
      box-shadow:none;
      font-weight:700;
    }

    .hamburger{
      display:none;
      width:44px;height:44px;border-radius:12px;
      border:1px solid rgba(255,255,255,.12);
      background:rgba(255,255,255,.04);
      color:#fff;cursor:pointer;
    }






    /* Side small buttons (RTL + gear) like screenshot */
    .sideTools{
      position:fixed;left:0;top:170px;z-index:60;
      display:flex;flex-direction:column;gap:8px;
      padding:0 0 0 10px;
    }
    .toolBtn{
      width:58px;height:48px;border-radius:0 10px 10px 0;
      background:var(--accent);
      display:flex;align-items:center;justify-content:center;
      color:#fff;font-weight:800;
      box-shadow:0 10px 30px rgba(255,75,0,.25);
      cursor:pointer;
      user-select:none;
    }
    .toolBtn i{font-size:18px}











    /* Color palette panel */
    .palettePanel{
      position:fixed;left:0;top:260px;z-index:65;
      width:240px;
      transform:translateX(-100%);
      transition:transform .25s ease;
      background:#fff;
      color:#111;
      border-radius:0 16px 16px 0;
      box-shadow:0 18px 50px rgba(0,0,0,.25);
      overflow:hidden;
    }
    .palettePanel.open{transform:translateX(0)}
    .paletteHeader{
      display:flex;align-items:center;justify-content:space-between;
      padding:12px 14px;
      border-bottom:1px solid rgba(0,0,0,.08);
      font-weight:800;
    }
    .paletteHeader .close{
      width:36px;height:36px;border-radius:10px;border:0;
      background:rgba(0,0,0,.06);cursor:pointer;
    }
    .swatches{
      padding:14px;
      display:grid;grid-template-columns:repeat(4, 1fr);gap:10px;
    }
    .swatch{
      width:38px;height:38px;border-radius:50%;
      border:2px solid rgba(0,0,0,.10);
      cursor:pointer;
      position:relative;
    }
    .swatch.active::after{
      content:"✓";
      position:absolute;inset:0;
      display:grid;place-items:center;
      color:#fff;font-weight:900;
      text-shadow:0 2px 10px rgba(0,0,0,.35);
    }










    /* Social bar right */
    .socialRail{
      position:fixed;right:18px;top:220px;z-index:55;
      display:flex;flex-direction:column;gap:10px;
    }
    .socialRail a{
      width:40px;height:40px;border-radius:999px;
      border:1px solid rgba(255,255,255,.18);
      background:rgba(255,255,255,.05);
      display:grid;place-items:center;
      color:#fff;
      transition:.2s ease;
    }
    .socialRail a:hover{
      transform:translateY(-2px);
      border-color:rgba(255,75,0,.45);
      box-shadow:0 12px 35px rgba(255,75,0,.18);
    }












    
    /* Hero */
    .hero{
      padding-top:calc(var(--headerH) + 44px);
      padding-bottom:70px;
      position:relative;
      overflow:hidden;
    }
    .heroGrid{
      display:grid;
      grid-template-columns:1.2fr .9fr;
      align-items:center;
      gap:26px;
      min-height:640px;
    }
    .heroTitle{
      font-size:74px;
      line-height:1;
      margin:14px 0 10px;
      font-weight:900;
      letter-spacing:-1.5px;
    }
    .heroTitle .accent{color:var(--accent)}
    .heroKicker{
      font-size:44px;
      font-weight:900;
      margin:0;
      letter-spacing:-1.1px;
    }
    .heroP{
      color:rgba(233,236,241,.8);
      max-width:520px;
      line-height:1.8;
      margin:18px 0 26px;
      font-size:14px;
    }
    .heroActions{display:flex;align-items:center;gap:14px;flex-wrap:wrap}
    .scrollDown{
      position:absolute;left:22px;bottom:28px;
      writing-mode:vertical-rl;
      transform:rotate(180deg);
      letter-spacing:3px;
      font-size:12px;
      color:rgba(233,236,241,.55);
      display:flex;align-items:center;gap:12px;
    }
    .scrollDown::after{
      content:"";
      width:2px;height:70px;background:rgba(233,236,241,.20);
      display:block;border-radius:99px;
    }










    /* Hero art circle */
    .heroArt{
      display:grid;place-items:center;
      position:relative;
      min-height:520px;
    }
    .ringWrap{
      width:520px;height:520px;border-radius:50%;
      display:grid;place-items:center;
      position:relative;
    }
    .ringWrap::before{
      content:"";
      position:absolute;inset:-24px;
      border-radius:50%;
      border:3px solid rgba(255,255,255,.55);
      opacity:.85;
    }
    .ringWrap::after{
      content:"";
      position:absolute;inset:-52px;
      border-radius:50%;
      border:2px solid rgba(255,255,255,.28);
    }
    .ring{
      position:absolute;inset:26px;border-radius:50%;
      border:18px solid rgba(255,75,0,.92);
      box-shadow:0 20px 70px rgba(255,75,0,.18);
    }
    .avatar{
      width:340px;height:340px;border-radius:50%;
      overflow:hidden;
      position:relative;
      border:8px solid rgba(255,255,255,.85);
      box-shadow:var(--shadow);
    }
    .avatar img{width:100%;height:100%;object-fit:cover}
    .orb{
      position:absolute;width:10px;height:10px;border-radius:50%;
      background:rgba(255,255,255,.5);
      filter:blur(.2px);
    }









    /* subtle network lines */
    .net{
      position:absolute;inset:-120px;
      background:
        radial-gradient(circle at 20% 30%, rgba(255,255,255,.08), transparent 45%),
        radial-gradient(circle at 70% 40%, rgba(255,255,255,.06), transparent 45%),
        radial-gradient(circle at 40% 80%, rgba(255,255,255,.06), transparent 45%),
        linear-gradient(0deg, rgba(255,255,255,.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
      background-size:auto,auto,auto, 120px 120px, 120px 120px;
      opacity:.55;
      mask-image: radial-gradient(circle at 35% 40%, #000 0 45%, transparent 70%);
      pointer-events:none;
    }

    /* Titles */
    .centerTitle{ text-align:center; margin-bottom:38px }
    .h2{
      font-size:44px;
      margin:12px 0 8px;
      font-weight:900;
      letter-spacing:-1px;
    }
    .p{color:rgba(233,236,241,.78);max-width:720px;margin:0 auto;line-height:1.9;font-size:14px}
    .muted{color:rgba(233,236,241,.68)}

    /* Light/soft sections text override */
    .section.soft .p,
    .section.soft .muted,
    .section.soft .subtext{color:rgba(20,23,34,.75)}
    .section.soft .chip{color:#111;background:rgba(255,75,0,.12);border-color:rgba(255,75,0,.20)}
    .section.soft .h2{color:#111}

    /* Cards */
    .grid2{display:grid;grid-template-columns:1.1fr .9fr;gap:26px;align-items:center}
    .card{
      background:rgba(255,255,255,.04);
      border:1px solid rgba(255,255,255,.10);
      border-radius:var(--radius);
      box-shadow:var(--shadow);
      overflow:hidden;
    }
    .card.light{
      background:#fff;
      border:1px solid rgba(0,0,0,.08);
      box-shadow:0 18px 60px rgba(0,0,0,.08);
    }







    /* About block (image + play) */
    .aboutMedia{
      position:relative;
      border-radius:42px;
      overflow:hidden;
      background:linear-gradient(135deg, rgba(255,75,0,.20), rgba(255,255,255,.02));
      border:10px solid rgba(255,75,0,.70);
      box-shadow:0 18px 60px rgba(255,75,0,.10);
    }
    .aboutMedia img{width:100%;height:520px;object-fit:cover;filter:saturate(1.05)}
    .playBadge{
      position:absolute;right:-34px;top:50%;transform:translateY(-50%);
      width:86px;height:86px;border-radius:50%;
      background:rgba(255,75,0,.92);
      display:grid;place-items:center;
      border:10px solid rgba(255,255,255,.70);
      box-shadow:0 18px 60px rgba(255,75,0,.25);
      cursor:pointer;
    }
    .playBadge i{color:#fff;font-size:24px}
    .aboutBox{
      padding:30px;
      border-radius:var(--radius);
      background:#fff;
      border:1px solid rgba(0,0,0,.08);
      box-shadow:0 18px 60px rgba(0,0,0,.08);
      color:#111;
    }
    .aboutBox h3{
      margin:10px 0 12px;
      font-size:40px;line-height:1.15;font-weight:900;letter-spacing:-1px;
    }
    .aboutBox p{color:rgba(20,23,34,.72);line-height:1.9;font-size:14px;margin:0 0 18px}
    .infoGrid{
      display:grid;grid-template-columns:1fr 1fr;gap:14px 28px;margin-top:14px
    }
    .infoItem b{display:block;font-size:13px;margin-bottom:4px}
    .infoItem span{color:rgba(20,23,34,.65);font-size:13px}
    .dlRow{display:flex;gap:12px;align-items:center;margin-top:20px;flex-wrap:wrap}
    .btnDark{
      display:inline-flex;align-items:center;gap:12px;
      background:linear-gradient(135deg,var(--accent),var(--accent2));
      color:#fff;border:0;border-radius:999px;
      padding:14px 18px;font-weight:900;font-size:12px;letter-spacing:.6px;
      cursor:pointer;
      box-shadow:0 12px 40px rgba(255,75,0,.18);
    }
    .btnDark .circle{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.16);border:2px solid rgba(255,255,255,.26)}











    
    /* Timeline */
    .timeline{
      position:relative;
      padding-left:62px;
      display:grid;
      gap:26px;
    }
    .timeline::before{
      content:"";
      position:absolute;left:28px;top:0;bottom:0;
      width:4px;border-radius:99px;
      background:rgba(0,0,0,.12);
    }
    .tItem{
      position:relative;
      padding:22px;
      border-radius:var(--radius);
      background:#fff;
      border:1px solid rgba(0,0,0,.08);
      box-shadow:0 18px 60px rgba(0,0,0,.08);
      display:grid;
      grid-template-columns: 1fr 1.1fr;
      gap:18px;
      align-items:center;
    }
    .tYear{
      position:absolute;left:-62px;bottom:-10px;
      width:90px;height:90px;border-radius:50%;
      background:#0b0c10;color:#fff;
      display:grid;place-items:center;
      font-weight:900;font-size:22px;
      box-shadow:0 22px 55px rgba(0,0,0,.12);
    }
    .tImg{
      border-radius:22px;
      overflow:hidden;
      background:#f2f2f2;
      height:220px;
    }
    .tImg img{width:100%;height:100%;object-fit:cover}
    .tText h4{margin:0 0 8px;font-size:26px;font-weight:900;letter-spacing:-.6px;color:#111}
    .tText p{margin:0;color:rgba(20,23,34,.72);line-height:1.9;font-size:14px}








    /* Resume cards */
    .resumeGrid{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:22px;
      margin-top:30px;
    }


    .rCard{
      background:#fff;
      border:1px solid rgba(0,0,0,.08);
      border-radius:40px;
      padding:20px 22px;
      box-shadow:0 18px 60px rgba(0,0,0,.08);
      display:flex;align-items:center;gap:16px;
    }
    .rIcon{
      width:58px;height:58px;border-radius:50%;
      display:grid;place-items:center;
      border:3px solid rgba(255,75,0,.32);
      box-shadow:0 10px 30px rgba(255,75,0,.10);
      position:relative;
    }
    .rIcon::after{
      content:"";
      position:absolute;inset:-10px;border-radius:50%;
      border:2px solid rgba(255,75,0,.18);
    }
    .rIcon i{color:var(--accent);font-size:20px}
    .rMeta small{display:block;color:var(--accent);font-weight:900;letter-spacing:.5px}
    .rMeta b{display:block;font-size:20px;color:#111;margin:2px 0 4px}
    .rMeta span{color:rgba(20,23,34,.65);font-size:13px;font-weight:600}

    
    
    
    
    
    
    /* Services */
.svc {
  background: #f4f4f4;
  padding: 50px 30px 80px;
  border-radius: 25px;
  text-align: center;
  position: relative;
  transition: 0.3s ease;
}

.svc:hover {
  transform: translateY(-8px);
}

    .svcGrid{
      display:grid;
      grid-template-columns: repeat(3, 1fr);
      gap:22px;
      margin-top:34px;
    }
    .svc{
      background:#fff;
      border:1px solid rgba(0,0,0,.08);
      border-radius:42px;
      padding:26px 22px 22px;
      box-shadow:0 18px 60px rgba(0,0,0,.08);
      text-align:center;
      position:relative;
      overflow:hidden;
    }
    .svc h4{margin:6px 0 10px;font-size:22px;font-weight:900;color:#111}
    .svc p{margin:0;color:rgba(20,23,34,.70);line-height:1.9;font-size:14px}
    .svc .num{
      font-size:46px;font-weight:900;color:var(--accent);
      margin-bottom:6px;
    }
    .svc .read{
      display:inline-flex;align-items:center;justify-content:center;gap:10px;
      margin-top:16px;
      font-weight:900;color:#111;font-size:12px;letter-spacing:.6px;
    }
    .svc .read i{color:var(--accent)}
    .svc .badgeIcon{
      width:74px;height:74px;border-radius:50%;
      display:grid;place-items:center;
      background:var(--accent);
      color:#fff;
      position:absolute;
      left:50%;transform:translateX(-50%);
      bottom:-74px;
      border:8px solid #fff;
      box-shadow:0 20px 60px rgba(255,75,0,.18);
    }





    /* Stats orange section */
    .stats{
      background:
        radial-gradient(1200px 500px at 50% 20%, rgba(255,255,255,.16), transparent 55%),
        repeating-radial-gradient(circle at 50% 50%, rgba(255,255,255,.08) 0 2px, transparent 2px 14px),
        linear-gradient(135deg,var(--accent),var(--accent2));
      color:#fff;
      padding:84px 0;
    }
    .stats .h2{color:#fff}
    .statGrid{
      display:grid;
      grid-template-columns: repeat(3, 1fr);
      gap:16px;
      margin-top:22px;
      text-align:center;
    }
    .stat b{display:block;font-size:56px;font-weight:900;letter-spacing:-1px}
    .stat span{opacity:.95;font-weight:700}





    /* How I Work */
    .stages{
      background:linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,0,0,.20)),
                 radial-gradient(900px 600px at 50% 0%, rgba(255,75,0,.10), transparent 55%);
    }
    .stageGrid{
      display:grid;
      grid-template-columns: repeat(3, 1fr);
      gap:22px;
      margin-top:34px;
    }
    .stage{
      background:rgba(255,255,255,.04);
      border:1px solid rgba(255,255,255,.10);
      border-radius:46px;
      overflow:hidden;
      box-shadow:var(--shadow);
      position:relative;
    }
    .stage .top{
      position:relative;
      height:270px;
      border-radius:46px 46px 0 0;
      overflow:hidden;
    }
    .stage .top img{width:100%;height:100%;object-fit:cover;filter:saturate(1.05)}
    .stage .step{
      position:absolute;left:22px;top:22px;
      width:56px;height:56px;border-radius:50%;
      background:#0b0c10;
      border:3px solid rgba(255,255,255,.28);
      display:grid;place-items:center;
      font-weight:900;font-size:20px;
    }
    .stage .label{
      padding:18px 20px 26px;
      text-align:center;
      font-weight:900;font-size:20px;
    }
    .stageArrows{
      margin:18px auto 0;
      width:min(720px, 100%);
      display:flex;justify-content:space-between;align-items:center;
      opacity:.9;
      pointer-events:none;
    }
    .stageArrows i{color:rgba(255,255,255,.55);font-size:22px}
    .stageArrows .dash{
      width:180px;height:0;border-top:3px dashed rgba(255,255,255,.28)
    }






    /* Skills */
    .skillsWrap{
      display:grid;grid-template-columns:1fr 1fr;gap:26px;align-items:center;
      margin-top:28px;
    }
    .skillsMedia{
      border-radius:40px;
      border:10px solid rgba(255,75,0,.85);
      overflow:hidden;
      position:relative;
      box-shadow:0 18px 60px rgba(255,75,0,.10);
    }
    .skillsMedia img{width:100%;height:520px;object-fit:cover}
    .checkBubble{
      position:absolute;right:-30px;top:50%;transform:translateY(-50%);
      width:82px;height:82px;border-radius:50%;
      background:rgba(255,75,0,.94);
      display:grid;place-items:center;
      border:10px solid rgba(255,255,255,.78);
      box-shadow:0 18px 60px rgba(255,75,0,.22);
    }
    .checkBubble i{color:#fff;font-size:26px}
    .skillsBox{
      background:#fff;
      color:#111;
      border-radius:var(--radius);
      border:1px solid rgba(0,0,0,.08);
      box-shadow:0 18px 60px rgba(0,0,0,.08);
      padding:28px 26px;
    }
    .skillsBox h3{margin:10px 0 10px;font-size:36px;font-weight:900;letter-spacing:-1px}
    .skillsBox p{margin:0 0 14px;color:rgba(20,23,34,.72);line-height:1.9;font-size:14px}
    .checks{
      display:grid;grid-template-columns:1fr 1fr;gap:10px 16px;
      margin:16px 0 18px;
    }
    .check{
      display:flex;align-items:center;gap:10px;font-weight:700;color:rgba(20,23,34,.85);font-size:13px
    }
    .check i{color:var(--accent)}
    .bars{display:grid;grid-template-columns:1fr 1fr;gap:14px}
    .barCard{
      background:#fff;
      border:1px solid rgba(0,0,0,.08);
      border-radius:22px;
      box-shadow:0 12px 38px rgba(0,0,0,.06);
      padding:16px;
    }
    .barTop{
      display:flex;align-items:center;justify-content:space-between;
      font-weight:900;color:#111;
      margin-bottom:10px;
    }
    .bar{
      height:10px;border-radius:999px;background:rgba(0,0,0,.08);overflow:hidden;
    }
    .bar > span{
      display:block;height:100%;
      width:0%;
      background:linear-gradient(90deg,var(--accent),var(--accent2));
      border-radius:999px;
      transition:width .9s ease;
    }








    /* Portfolio */
    .filters{
      display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end;
      margin:0 0 18px;
    }
    .pill{
      padding:10px 16px;border-radius:999px;border:1px solid rgba(0,0,0,.10);
      background:#fff;
      color:#111;font-weight:900;font-size:12px;cursor:pointer;
      box-shadow:0 12px 38px rgba(0,0,0,.05);
    }
    .pill.active{
      background:linear-gradient(135deg,var(--accent),var(--accent2));
      color:#fff;border-color:transparent;
    }
    .workGrid{
      display:grid;grid-template-columns:repeat(3,1fr);gap:22px;
      margin-top:10px;
    }
    .work{
      background:#fff;
      border:1px solid rgba(0,0,0,.08);
      border-radius:34px;
      box-shadow:0 18px 60px rgba(0,0,0,.08);
      overflow:hidden;
      position:relative;
      transition:.2s ease;
    }
    .work:hover{transform:translateY(-4px)}
    .work .img{
      height:250px;background:#f1f1f1;
      border-radius:34px 34px 0 0;overflow:hidden;
    }
    .work .img img{width:100%;height:100%;object-fit:cover}
    .work .meta{padding:18px 18px 20px}
    .work .tag{color:var(--accent);font-weight:900;font-size:12px;letter-spacing:.5px}
    .work h4{margin:6px 0 0;font-size:20px;font-weight:900;color:#111}
    .work .go{
      position:absolute;right:18px;bottom:18px;
      width:50px;height:50px;border-radius:50%;
      background:#111;color:#fff;
      display:grid;place-items:center;
      border:4px solid rgba(255,255,255,.9);
      box-shadow:0 16px 45px rgba(0,0,0,.12);
      cursor:pointer;
    }
    .work .go:hover{background:var(--accent)}





    /* Portfolio modal */
    .modal{
      position:fixed;inset:0;z-index:120;
      background:rgba(0,0,0,.62);
      display:none;align-items:center;justify-content:center;
      padding:22px;
    }
    .modal.open{display:flex}
    .modalCard{
      width:min(980px, 100%);
      background:#fff;
      color:#111;
      border-radius:30px;
      box-shadow:0 30px 120px rgba(0,0,0,.45);
      overflow:hidden;
      border:1px solid rgba(0,0,0,.10);
    }
    .modalTop{
      display:flex;align-items:center;justify-content:space-between;
      padding:14px 16px;border-bottom:1px solid rgba(0,0,0,.08);
    }
    .modalTop b{font-size:14px}
    .modalTop button{
      width:40px;height:40px;border-radius:12px;border:0;cursor:pointer;
      background:rgba(0,0,0,.06);
    }
    .modalBody{
      display:grid;grid-template-columns:1.2fr .8fr;
      gap:0;
    }
    .modalBody .mImg{height:420px;background:#eee}
    .modalBody .mImg img{width:100%;height:100%;object-fit:cover}
    .modalBody .mInfo{padding:18px 18px 20px}
    .mInfo h3{margin:0 0 10px;font-size:26px;font-weight:900}
    .mInfo p{margin:0 0 12px;color:rgba(20,23,34,.74);line-height:1.9;font-size:14px}
    .mBadges{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}
    .badge{
      padding:8px 10px;border-radius:999px;
      background:rgba(255,75,0,.12);
      border:1px solid rgba(255,75,0,.20);
      color:#111;font-weight:900;font-size:12px;
    }








    /* Team */
    .teamGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:34px}
    .member{
      background:#0b0c10;
      border-radius:46px;
      border:1px solid rgba(255,255,255,.08);
      box-shadow:var(--shadow);
      padding:22px 22px 18px;
      text-align:center;
      position:relative;
      overflow:hidden;
    }
    .member .avatar2{
      width:120px;height:120px;border-radius:50%;
      overflow:hidden;margin:-20px auto 12px;
      border:6px solid rgba(255,255,255,.88);
      box-shadow:0 18px 60px rgba(0,0,0,.35);
    }
    .member .avatar2 img{width:100%;height:100%;object-fit:cover}
    .member h4{margin:0;color:#fff;font-size:20px;font-weight:900}
    .member small{display:block;color:rgba(255,255,255,.60);margin-top:4px;font-weight:800;letter-spacing:.4px}
    .member .socials{display:flex;gap:10px;justify-content:center;margin-top:14px}
    .member .socials a{
      width:44px;height:44px;border-radius:999px;
      border:2px solid rgba(255,255,255,.22);
      display:grid;place-items:center;
      color:#fff;transition:.2s ease;
      background:rgba(255,255,255,.04);
    }
    .member .socials a:hover{background:var(--accent);border-color:transparent;transform:translateY(-2px)}






    

    /* Testimonials */
    .testWrap{
      margin-top:28px;
      position:relative;
    }
    .testNav{
      position:absolute;right:0;top:-60px;
      display:flex;gap:12px;
    }
    .iconBtn{
      width:46px;height:46px;border-radius:50%;
      border:2px solid rgba(255,75,0,.35);
      background:#fff;color:#111;
      display:grid;place-items:center;cursor:pointer;
      box-shadow:0 12px 38px rgba(0,0,0,.06);
    }
    .testGrid{
      display:grid;grid-template-columns:1fr 1fr;gap:22px;
    }
    .test{
      background:#fff;
      border:1px solid rgba(0,0,0,.08);
      border-radius:34px;
      box-shadow:0 18px 60px rgba(0,0,0,.08);
      padding:18px 18px 20px;
      display:flex;gap:14px;
      align-items:flex-start;
      min-height:170px;
    }
    .tAva{
      width:52px;height:52px;border-radius:50%;
      overflow:hidden;border:3px solid rgba(255,75,0,.25);
      flex:0 0 auto;
    }
    .tAva img{width:100%;height:100%;object-fit:cover}
    .tBody b{display:block;color:#111;font-weight:900}
    .tBody small{display:block;color:var(--accent);font-weight:900;margin-top:2px}
    .tBody p{margin:10px 0 10px;color:rgba(20,23,34,.72);line-height:1.9;font-size:14px}
    .stars{color:var(--accent)}
    .quote{
      margin-left:auto;
      width:40px;height:40px;border-radius:50%;
      background:rgba(255,75,0,.12);
      border:1px solid rgba(255,75,0,.18);
      display:grid;place-items:center;color:var(--accent);
      flex:0 0 auto;
    }






    /* Blog */
    .blogGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:34px}
    .post{
      background:#fff;
      border:1px solid rgba(0,0,0,.08);
      border-radius:34px;
      box-shadow:0 18px 60px rgba(0,0,0,.08);
      overflow:hidden;
    }
    .post .img{height:210px;background:#eee;position:relative}
    .post .img img{width:100%;height:100%;object-fit:cover}
    .post .author{
      position:absolute;left:16px;bottom:-18px;
      width:46px;height:46px;border-radius:50%;
      overflow:hidden;border:4px solid #fff;
      box-shadow:0 12px 32px rgba(0,0,0,.12);
    }
    .post .author img{width:100%;height:100%;object-fit:cover}
    .post .body{padding:26px 18px 18px}
    .metaRow{display:flex;gap:12px;align-items:center;color:rgba(20,23,34,.70);font-size:12px;font-weight:800}
    .metaRow i{color:var(--accent)}
    .post h4{margin:10px 0 8px;font-size:18px;font-weight:900;color:#111}
    .post p{margin:0;color:rgba(20,23,34,.72);line-height:1.9;font-size:14px}
    .post .readMore{
      display:inline-flex;align-items:center;gap:10px;
      margin-top:14px;
      color:var(--accent);font-weight:900;font-size:12px;
    }




    
    /* Pricing */
    .priceGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:34px}
    .plan{
      background:#0b0c10;
      border:1px solid rgba(255,255,255,.10);
      border-radius:46px;
      box-shadow:var(--shadow);
      padding:22px 20px 20px;
      position:relative;
      text-align:center;
      overflow:hidden;
    }
    .plan .price{
      width:110px;height:110px;border-radius:50%;
      background:#fff;color:#111;
      display:grid;place-items:center;
      font-weight:900;font-size:28px;
      margin:-20px auto 10px;
      box-shadow:0 18px 60px rgba(0,0,0,.30);
      border:6px solid rgba(255,255,255,.10);
    }
    .plan h4{margin:8px 0 6px;color:#fff;font-size:20px;font-weight:900}
    .plan .pillSmall{
      display:inline-flex;align-items:center;justify-content:center;
      padding:8px 14px;border-radius:999px;
      background:rgba(255,255,255,.10);
      border:1px solid rgba(255,255,255,.14);
      color:#fff;font-weight:800;font-size:12px;
      margin-bottom:14px;
    }
    .plan ul{list-style:none;padding:0;margin:0 0 14px}
    .plan li{color:rgba(255,255,255,.75);line-height:1.9;font-size:13px;font-weight:700}
    .plan .select{
      display:inline-flex;align-items:center;gap:12px;
      padding:14px 16px;border-radius:999px;
      background:linear-gradient(135deg,var(--accent),var(--accent2));
      color:#fff;font-weight:900;font-size:12px;letter-spacing:.6px;
      border:0;cursor:pointer;
    }
    .plan .select .circle{
      width:34px;height:34px;border-radius:50%;
      display:grid;place-items:center;
      background:rgba(255,255,255,.14);
      border:2px solid rgba(255,255,255,.25);
    }





    /* Newsletter */
    .newsletter{
      background:linear-gradient(180deg, rgba(0,0,0,.20), rgba(0,0,0,.22)),
                 url("https://images.unsplash.com/photo-1520607162513-77705c0f0d4a?auto=format&fit=crop&w=1800&q=70");
      background-size:cover;background-position:center;
      padding:78px 0;
    }
    .newsInner{
      text-align:center;
      width:min(980px, 100%);
      margin:0 auto;
    }
    .newsInner h3{
      margin:0 0 22px;
      font-size:34px;font-weight:900;letter-spacing:-.8px;
      text-shadow:0 10px 35px rgba(0,0,0,.45);
    }
    .newsForm{
      display:flex;align-items:center;justify-content:center;
      gap:0;
      background:rgba(255,255,255,.12);
      border:1px solid rgba(255,255,255,.20);
      border-radius:999px;
      overflow:hidden;
      box-shadow:0 18px 60px rgba(0,0,0,.25);
    }
    .newsForm input{
      flex:1;
      padding:16px 18px;
      border:0;outline:0;
      background:transparent;color:#fff;
      font-weight:700;
      min-width:240px;
    }
    .newsForm button{
      border:0;cursor:pointer;
      padding:12px 12px 12px 18px;
      background:linear-gradient(135deg,var(--accent),var(--accent2));
      color:#fff;font-weight:900;letter-spacing:.6px;
      display:flex;align-items:center;gap:12px;
    }
    .newsForm button .circle{
      width:38px;height:38px;border-radius:50%;
      display:grid;place-items:center;
      background:rgba(255,255,255,.14);
      border:2px solid rgba(255,255,255,.25);
    }








    /* FAQ */
    .faqGrid{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:14px 18px;
      margin-top:24px;
    }
    .faqItem{
      background:#fff;
      border:1px solid rgba(0,0,0,.08);
      border-radius:18px;
      box-shadow:0 12px 38px rgba(0,0,0,.05);
      padding:0;
      overflow:hidden;
    }
    .faqQ{
      display:flex;align-items:center;justify-content:space-between;
      gap:12px;
      padding:16px 16px;
      cursor:pointer;
      font-weight:900;color:#111;font-size:13px;
    }
    .faqQ .left{display:flex;align-items:center;gap:10px}
    .faqQ .qMark{color:#111;opacity:.8}
    .faqQ .plus{
      width:34px;height:34px;border-radius:10px;
      background:rgba(255,75,0,.10);
      border:1px solid rgba(255,75,0,.18);
      display:grid;place-items:center;color:var(--accent);
      font-weight:900;
    }
    .faqA{
      height:0;overflow:hidden;
      transition:height .25s ease;
      padding:0 16px;
      color:rgba(20,23,34,.72);
      font-size:14px;line-height:1.9;
    }
    .faqItem.open .faqA{padding:0 16px 14px}
    .faqItem.open .faqQ .plus{background:var(--accent);color:#fff;border-color:transparent}
    .logos{
      margin-top:40px;
      display:flex;flex-wrap:wrap;justify-content:center;gap:38px;
      opacity:.75;
    }
    .logoMark{
      display:flex;align-items:center;gap:10px;
      font-weight:900;color:#111;
    }
    .logoMark i{font-size:22px;color:#111;opacity:.8}








    /* Sponsor video banner */
    .sponsor{
      background:
        linear-gradient(180deg, rgba(0,0,0,.45), rgba(0,0,0,.55)),
        url("https://images.unsplash.com/photo-1551836022-d5d88e9218df?auto=format&fit=crop&w=1800&q=70");
      background-size:cover;background-position:center;
      padding:96px 0;
      text-align:center;
    }
    .sponsor h3{
      margin:0 auto 24px;
      max-width:820px;
      font-size:38px;
      font-weight:900;
      letter-spacing:-.8px;
      text-shadow:0 10px 35px rgba(0,0,0,.5);
    }
    .bigPlay{
      width:110px;height:110px;border-radius:50%;
      background:rgba(255,75,0,.92);
      margin:0 auto;
      display:grid;place-items:center;
      border:10px solid rgba(0,0,0,.18);
      box-shadow:0 22px 70px rgba(255,75,0,.22);
      cursor:pointer;
      position:relative;
    }
    .bigPlay::before{
      content:"";
      position:absolute;inset:-14px;border-radius:50%;
      border:2px solid rgba(255,255,255,.26);
    }
    .bigPlay i{color:#fff;font-size:30px}








    /* Contact */
    .contactGrid{
      display:grid;grid-template-columns:1fr 1fr;gap:22px;align-items:start;
      margin-top:34px;
    }
    .cInfo{
      background:#fff;
      border:1px solid rgba(0,0,0,.08);
      border-radius:40px;
      box-shadow:0 18px 60px rgba(0,0,0,.08);
      padding:18px 18px;
      display:flex;gap:14px;align-items:center;
    }
    .cIcon{
      width:62px;height:62px;border-radius:50%;
      display:grid;place-items:center;
      border:3px solid rgba(255,75,0,.30);
      position:relative;
    }
    .cIcon::after{content:"";position:absolute;inset:-10px;border-radius:50%;border:2px solid rgba(255,75,0,.16)}
    .cIcon i{color:var(--accent);font-size:20px}
    .cInfo b{display:block;color:#111;font-weight:900;margin-bottom:4px}
    .cInfo span{color:rgba(20,23,34,.70);font-weight:700;font-size:13px;line-height:1.7}
    .formCard{
      grid-column:1 / -1;
      background:#fff;
      border:1px solid rgba(0,0,0,.08);
      border-radius:44px;
      box-shadow:0 18px 60px rgba(0,0,0,.08);
      padding:18px 18px 20px;
    }
    .formGrid{
      display:grid;grid-template-columns:1fr 1fr;gap:14px 18px;
      margin-top:14px;
    }
    .field{
      background:rgba(0,0,0,.03);
      border:1px solid rgba(0,0,0,.07);
      border-radius:999px;
      padding:14px 16px;
      display:flex;align-items:center;gap:10px;
    }
    .field input, .field select{
      width:100%;border:0;outline:0;background:transparent;
      font-weight:700;color:#111;
    }
    .field textarea{
      width:100%;border:0;outline:0;background:transparent;
      font-weight:700;color:#111;resize:vertical;min-height:150px;
    }
    .field.area{grid-column:1 / -1;border-radius:28px;align-items:flex-start}
    .sendRow{display:flex;justify-content:center;margin-top:16px}
    .map{
      margin-top:18px;
      border-radius:34px;overflow:hidden;
      border:1px solid rgba(0,0,0,.08);
      box-shadow:0 18px 60px rgba(0,0,0,.08);
      height:360px;
    }
    .map iframe{width:100%;height:100%;border:0}









    /* Footer */
    footer{
      background:linear-gradient(180deg,#0b0c10 0%, #07070a 100%);
      border-top:1px solid rgba(255,255,255,.06);
      padding:64px 0 18px;
    }
    .footGrid{
      display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:22px;
      align-items:start;
    }
    .foot h4{margin:0 0 10px;font-weight:900;letter-spacing:-.4px}
    .foot p{margin:0;color:rgba(255,255,255,.65);line-height:1.9;font-size:14px}
    .foot .socials{display:flex;gap:10px;margin-top:16px}
    .foot .socials a{
      width:46px;height:46px;border-radius:999px;
      border:2px solid rgba(255,255,255,.18);
      background:rgba(255,255,255,.04);
      display:grid;place-items:center;
      transition:.2s ease;
    }
    .foot .socials a:hover{background:var(--accent);border-color:transparent}
    .foot ul{list-style:none;margin:0;padding:0;display:grid;gap:10px}
    .foot li a{display:flex;align-items:center;gap:10px;color:rgba(255,255,255,.75);font-weight:700}
    .foot li a i{color:var(--accent)}
    .copy{
      margin-top:34px;
      padding-top:18px;
      border-top:1px solid rgba(255,255,255,.08);
      color:rgba(255,255,255,.65);
      font-size:13px;
    }







    /* Scroll to top */
    .toTop{
      position:fixed;right:18px;bottom:18px;z-index:80;
      width:52px;height:52px;border-radius:999px;
      background:rgba(255,75,0,.92);
      display:grid;place-items:center;
      color:#fff;
      border:4px solid rgba(0,0,0,.14);
      box-shadow:0 22px 70px rgba(255,75,0,.22);
      cursor:pointer;
      opacity:0;transform:translateY(10px);
      transition:.2s ease;
    }
    .toTop.show{opacity:1;transform:translateY(0)}
    .toTop:hover{filter:brightness(1.05)}









    /* Dashboard (dynamic) */
    .dashGrid{
      display:grid;grid-template-columns: 1fr 1fr 1fr 1fr;
      gap:14px;
      margin-top:28px;
    }
    .dashCard{
      background:#fff;
      border:1px solid rgba(0,0,0,.08);
      border-radius:28px;
      box-shadow:0 18px 60px rgba(0,0,0,.08);
      padding:16px;
      color:#111;
      min-height:120px;
    }
    .dashCard b{display:block;font-size:13px;color:rgba(20,23,34,.70);margin-bottom:10px}
    .dashCard .val{font-size:28px;font-weight:900;letter-spacing:-.6px}
    .dashCard .trend{margin-top:10px;font-size:12px;font-weight:900;color:rgba(20,23,34,.65)}
    .dashWide{
      margin-top:14px;
      display:grid;grid-template-columns:1.4fr .6fr;gap:14px;
    }
    .chartCard{
      background:#fff;border:1px solid rgba(0,0,0,.08);
      border-radius:28px;box-shadow:0 18px 60px rgba(0,0,0,.08);
      padding:16px;color:#111;
    }
    canvas{width:100%;height:260px}
    .tasks{
      display:grid;gap:10px;margin-top:10px
    }
    .task{
      display:flex;justify-content:space-between;gap:10px;
      padding:12px 12px;border-radius:18px;
      border:1px solid rgba(0,0,0,.07);
      background:rgba(0,0,0,.02);
      font-weight:800;
      color:rgba(20,23,34,.82);
      font-size:13px;
    }
    .badgeS{
      padding:6px 10px;border-radius:999px;
      background:rgba(255,75,0,.12);
      border:1px solid rgba(255,75,0,.18);
      color:#111;font-weight:900;font-size:11px;
    }








    /* Reveal animation */
    .reveal{opacity:0;transform:translateY(16px);transition:.6s ease}
    .reveal.on{opacity:1;transform:translateY(0)}

    /* Responsive */
    @media (max-width: 1050px){
      .heroGrid{grid-template-columns:1fr;min-height:auto}
      .heroArt{min-height:auto;padding-top:12px}
      .ringWrap{width:460px;height:460px}
      .avatar{width:300px;height:300px}
      .grid2{grid-template-columns:1fr}
      .skillsWrap{grid-template-columns:1fr}
      .aboutMedia img{height:460px}
      .skillsMedia img{height:460px}
      .workGrid,.blogGrid,.teamGrid,.priceGrid{grid-template-columns:1fr 1fr}
      .svcGrid,.stageGrid{grid-template-columns:1fr 1fr}
      .dashGrid{grid-template-columns:1fr 1fr}
      .dashWide{grid-template-columns:1fr}
    }
    @media (max-width: 820px){
      .nav{display:none}
      .hamburger{display:inline-grid;place-items:center}
      .heroTitle{font-size:56px}
      .heroKicker{font-size:36px}
      .ringWrap{width:380px;height:380px}
      .avatar{width:250px;height:250px}
      .workGrid,.blogGrid,.teamGrid,.priceGrid,.svcGrid,.stageGrid,.testGrid{grid-template-columns:1fr}
      .resumeGrid{grid-template-columns:1fr}
      .faqGrid{grid-template-columns:1fr}
      .contactGrid{grid-template-columns:1fr}
      .footGrid{grid-template-columns:1fr}
      .scrollDown{display:none}
      .socialRail{display:none}
      .modalBody{grid-template-columns:1fr}
      .modalBody .mImg{height:300px}
    }







    /* Mobile nav drawer */
    .drawer{
      position:fixed;inset:0;z-index:90;
      background:rgba(0,0,0,.55);
      display:none;
    }
    .drawer.open{display:block}
    .drawerPanel{
      position:absolute;right:0;top:0;height:100%;width:min(360px, 92%);
      background:#0c0d10;
      border-left:1px solid rgba(255,255,255,.08);
      padding:16px;
      box-shadow:0 30px 120px rgba(0,0,0,.55);
    }
    .drawerTop{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}
    .drawerTop button{
      width:44px;height:44px;border-radius:12px;border:1px solid rgba(255,255,255,.12);
      background:rgba(255,255,255,.04);
      color:#fff;cursor:pointer;
    }
    .drawerLinks{display:grid;gap:10px;margin-top:10px}
    .drawerLinks a{
      padding:14px 14px;border-radius:14px;
      border:1px solid rgba(255,255,255,.10);
      background:rgba(255,255,255,.03);
      font-weight:800;
    }
    .drawerLinks a:hover{border-color:rgba(255,75,0,.35)}






    /* RTL support */
    body.rtl{direction:rtl}
    body.rtl .sideTools{left:auto;right:0;padding:0 10px 0 0}
    body.rtl .toolBtn{border-radius:10px 0 0 10px}
    body.rtl .palettePanel{left:auto;right:0;border-radius:16px 0 0 16px;transform:translateX(100%)}
    body.rtl .palettePanel.open{transform:translateX(0)}
    body.rtl .scrollDown{left:auto;right:22px}
    body.rtl .socialRail{right:auto;left:18px}
    body.rtl .timeline{padding-left:0;padding-right:62px}
    body.rtl .timeline::before{left:auto;right:28px}
    body.rtl .tYear{left:auto;right:-62px}
    body.rtl .playBadge{right:auto;left:-34px}
    body.rtl .checkBubble{right:auto;left:-30px}
  