

 :root{
  --bg:#080b10;
  --bg2:#0d111a;
  --card:#121826;
  --card2:#151d2c;
  --text:#f5f5f5;
  --dark:#f5f5f5;
  --muted:#a8b3c5;
  --warm:#d4af37;
  --warm2:#f0c27b;
  --blue:#1e3a5f;
  --green:#d4af37;
  --line:rgba(212,175,55,.18);
  --paper:#101722;
  --paperLine:rgba(212,175,55,.18);
  --shadow:0 28px 90px rgba(0,0,0,.55);
  --radius:30px;
  --max:1180px;
}


    *{box-sizing:border-box}
    html{scroll-behavior:smooth}

body{
  margin:0;
  font-family:Inter,Arial,Helvetica,sans-serif;
  color:var(--text);

  background:
    radial-gradient(circle at 10% 0%,rgba(212,175,55,.10),transparent 28%),
    radial-gradient(circle at 85% 10%,rgba(30,58,95,.28),transparent 30%),
    linear-gradient(180deg,#080b10 0%,#0d111a 35%,#101722 100%);

  line-height:1.55;
  overflow-x:hidden;
}


    a{color:inherit;text-decoration:none}
    .wrap{max-width:var(--max);margin:auto;padding:0 24px}

    .nav{
      position:sticky;
      top:0;
      z-index:50;
      background:rgba(13,17,26,.78);
      backdrop-filter:blur(18px);
      border-bottom:1px solid var(--line);
    }

    .nav-inner{
      height:78px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:24px;
    }

    .brand{
      display:flex;
      align-items:center;
      gap:12px;
      font-weight:950;
      letter-spacing:.2px;
    }

    .brand-logo{
      width:58px;
      height:58px;
      object-fit:contain;
      display:block;
      filter:drop-shadow(0 8px 18px rgba(0,0,0,.35));
    }

    .brand-name{
      font-size:18px;
      font-weight:950;
    }

    .nav-links{
      display:flex;
      align-items:center;
      gap:24px;
      color:var(--muted);
      font-weight:800;
      font-size:14px;
    }

    .nav-links a:hover{color:white}

    .nav-cta{
      padding:10px 15px;
      border-radius:999px;
      background:linear-gradient(135deg,var(--warm),var(--warm2));
      color:#20150f !important;
      box-shadow:0 12px 30px rgba(215,154,82,.18);
    }

    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:10px;
      padding:15px 22px;
      border-radius:999px;
      background:linear-gradient(135deg,var(--warm),var(--warm2));
      color:#20150f;
      font-weight:950;
      border:0;
      box-shadow:0 18px 42px rgba(215,154,82,.22);
    }

    .btn.dark{
      background:#101722;
      color:white;
      border:1px solid var(--line);
      box-shadow:none;
    }

    .btn.blue{
      background:linear-gradient(135deg,var(--blue),#765cff);
      color:white;
    }

    .hero{padding:90px 0 76px;position:relative}

    .hero-grid{
      display:grid;
      grid-template-columns:1.05fr .95fr;
      gap:46px;
      align-items:center;
    }

    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:9px;
      color:var(--green);
      font-weight:950;
      text-transform:uppercase;
      letter-spacing:2px;
      font-size:13px;
    }

   h1{
  font-size:clamp(38px,5.2vw,64px);

  line-height:1.02;

  margin:16px 0 24px;

  letter-spacing:-2px;

  max-width:820px;
}

    .lead{
      font-size:20px;
      color:var(--muted);
      max-width:650px;
      margin:0;
    }

    .actions{
      display:flex;
      gap:14px;
      flex-wrap:wrap;
      margin-top:31px;
    }

    .trust{
      display:flex;
      gap:12px;
      flex-wrap:wrap;
      margin-top:30px;
      color:#d6deea;
      font-size:14px;
      font-weight:800;
    }

    .trust span{
      border:1px solid var(--line);
      background:rgba(255,255,255,.05);
      padding:9px 12px;
      border-radius:999px;
    }

    .mockup{position:relative;min-height:570px}

    .browser{
      background:linear-gradient(180deg,#162033,#111827);
      border:1px solid var(--line);
      border-radius:34px;
      box-shadow:var(--shadow);
      overflow:hidden;
      transform:rotate(1.2deg);
    }

    .bar{
      height:50px;
      border-bottom:1px solid var(--line);
      display:flex;
      align-items:center;
      gap:9px;
      padding:0 20px;
      background:rgba(255,255,255,.04);
    }

    .dot{
      width:12px;
      height:12px;
      border-radius:50%;
      background:rgba(255,255,255,.28);
    }

    .screen{padding:24px}

.hero-card{
  height:285px;

  border-radius:26px;

  background:
    radial-gradient(circle at top left,rgba(212,175,55,.16),transparent 30%),
    radial-gradient(circle at bottom right,rgba(30,58,95,.45),transparent 38%),
    linear-gradient(135deg,#141b29 0%,#1a2233 45%,#233554 100%);

  border:1px solid rgba(212,175,55,.14);

  display:flex;
  align-items:end;

  padding:24px;

  position:relative;
  overflow:hidden;

  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.03),
    0 20px 50px rgba(0,0,0,.35);
}

.hero-card:after{
  content:"";

  position:absolute;

  width:320px;
  height:320px;

  right:-100px;
  bottom:-120px;

  background:rgba(212,175,55,.18);

  border-radius:50%;

  filter:blur(30px);
}

    .hero-card h3{
      font-size:32px;
      line-height:1.02;
      margin:0;
      max-width:330px;
      position:relative;
      z-index:2;
      color:#f8fafc;
text-shadow:0 4px 18px rgba(0,0,0,.35);
    }

    .mock-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:14px;
      margin-top:14px;
    }

    .mini{
  background:rgba(255,255,255,.05);
      border:1px solid var(--line);
      border-radius:22px;
      padding:18px;
      color:#dce7f5;
    }

.mini b{
  display:block;
  color:#d4af37;
      font-size:26px;
      margin-bottom:4px;
    }

    .float{
      position:absolute;
      right:-8px;
      bottom:34px;
      background:var(--paper);
      color:var(--dark);
      border:1px solid var(--paperLine);
      border-radius:26px;
      padding:22px 24px;
      max-width:270px;
      box-shadow:0 24px 60px rgba(0,0,0,.25);
    }

    .float b{color:#7b4a28;font-size:19px}

    .about-me{
  min-height:unset;
}

.about-card{
  background:
    radial-gradient(circle at top left,rgba(212,175,55,.10),transparent 28%),
    linear-gradient(145deg,#131b29,#1a2435);

  border:1px solid rgba(212,175,55,.14);

  border-radius:34px;

  overflow:hidden;

  box-shadow:
    0 30px 70px rgba(0,0,0,.38),
    inset 0 1px 0 rgba(255,255,255,.03);

  backdrop-filter:blur(14px);
}

.about-image{
  height:560px;
  overflow:hidden;
}

.about-image img{
  width:100%;
  height:100%;

  object-fit:contain;
  object-position:center top;

  display:block;

  background:#0f1724;
}

.about-content{
  padding:28px;
}

.about-content h3{
  font-size:42px;
  margin:14px 0 16px;
  line-height:1;
}

.about-content p{
  color:#d6deea;
  line-height:1.8;
  margin:0;
}

.about-points{
  display:flex;
  flex-wrap:wrap;
  gap:12px;

  margin-top:24px;
}

.about-points span{
  border:1px solid rgba(212,175,55,.18);

  background:rgba(255,255,255,.04);

  padding:10px 14px;

  border-radius:999px;

  color:#f5f5f5;

  font-size:14px;
  font-weight:700;
}

    section{padding:78px 0}
    .dark-section{background:#111827;color:white}
    .paper-section{
  color:#ffffff;
}

    .section-head{
      display:flex;
      justify-content:space-between;
      gap:30px;
      align-items:end;
      margin-bottom:30px;
    }

    h2{
      font-size:clamp(32px,5vw,56px);
      line-height:1;
      margin:0;
      letter-spacing:-1.5px;
    }

    .muted{color:var(--muted)}
   .paper-section .muted{
  color:#d6deea;
}

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

    .card{
      background:rgba(23,34,53,.86);
      border:1px solid var(--line);
      border-radius:var(--radius);
      padding:28px;
      box-shadow:0 16px 42px rgba(0,0,0,.18);
    }

    .card:hover{
      transform:translateY(-5px);
      transition:.22s;
    }

    .card .icon{font-size:36px}
    .card h3{font-size:24px;margin:18px 0 8px}
    .card p{color:var(--muted);margin:0}

.paper-card{
  background:rgba(18,24,38,.82);

  border:1px solid rgba(212,175,55,.14);

  color:#f5f5f5;

  backdrop-filter:blur(12px);

  box-shadow:
    0 20px 50px rgba(0,0,0,.35),
    inset 0 1px 0 rgba(255,255,255,.03);
}

.paper-card p{
  color:#c6d3e3;
}

    .split{
      display:grid;
      grid-template-columns:.9fr 1.1fr;
      gap:34px;
      align-items:start;
    }

    .steps{display:grid;gap:14px}

.step{
  display:grid;
  grid-template-columns:72px 1fr;
  gap:18px;
  align-items:center;

  background:rgba(255,255,255,.04);

  border:1px solid rgba(212,175,55,.18);

  backdrop-filter:blur(10px);

  border-radius:26px;

  padding:18px;

  box-shadow:
    0 10px 30px rgba(0,0,0,.22),
    inset 0 1px 0 rgba(255,255,255,.04);

  transition:.25s ease;
}

.step:hover{
  transform:translateY(-4px);
  border:1px solid rgba(212,175,55,.38);

  box-shadow:
    0 20px 45px rgba(0,0,0,.35),
    0 0 20px rgba(212,175,55,.08);
}

.step b{
  color:#ffffff;
  font-size:18px;
}

.step .muted{
  color:#c6d3e3 !important;
}

    .num{
      width:54px;
      height:54px;
      border-radius:18px;
      background:linear-gradient(135deg,#d4af37,#f0c27b);
      display:grid;
      place-items:center;
      font-weight:950;
      color:#24160e;
    }

    .work{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:20px;
      margin-top:30px;
    }

.work-item{
  border-radius:30px;
  overflow:hidden;

  background:rgba(18,24,38,.82);

  border:1px solid rgba(212,175,55,.14);

  backdrop-filter:blur(12px);

  box-shadow:
    0 20px 50px rgba(0,0,0,.35),
    inset 0 1px 0 rgba(255,255,255,.03);

  transition:.28s ease;
}

.work-item:hover{
  transform:translateY(-6px);

  border:1px solid rgba(212,175,55,.30);

  box-shadow:
    0 30px 60px rgba(0,0,0,.42),
    0 0 24px rgba(212,175,55,.10);
}

    .work-img{
  height:210px;
  background-size:cover;
  background-position:top center;
  background-repeat:no-repeat;
  position:relative;
}
  
.work-item:nth-child(3) .work-img{
  background:linear-gradient(135deg,#1f2937,#34e0a1);
}

    .work-copy{
  padding:23px;
  color:#f5f5f5;
}

.tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:16px;
}

.tags span{
  border:1px solid rgba(212,175,55,.18);
  background:rgba(255,255,255,.04);
  color:#f5f5f5;
  padding:7px 10px;
  border-radius:999px;
  font-size:13px;
  font-weight:800;
}

.admin-note{
  margin-top:28px;

  background:rgba(255,255,255,.04);

  border:1px solid rgba(212,175,55,.14);

  border-radius:24px;

  padding:22px 24px;

  color:#d6deea;

  line-height:1.7;

  backdrop-filter:blur(10px);

  box-shadow:
    0 10px 30px rgba(0,0,0,.18),
    inset 0 1px 0 rgba(255,255,255,.03);
}

.admin-note b{
  display:block;
  color:#ffffff;
  font-size:18px;
  margin-bottom:8px;
}

    .packages{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:20px;
    }

    .price{
      font-size:15px;
      color:var(--green);
      font-weight:950;
      text-transform:uppercase;
      letter-spacing:1.5px;
    }

    .list{
      padding:0;
      margin:18px 0 0;
      list-style:none;
      display:grid;
      gap:10px;
      color:#d8e2ef;
    }

    .list li:before{
      content:"✓";
      color:var(--green);
      font-weight:950;
      margin-right:9px;
    }

    .cta{
      background:linear-gradient(135deg,#121a28,#1e2d45);
      border:1px solid var(--line);
      border-radius:38px;
      padding:46px;
      display:grid;
      grid-template-columns:1fr auto;
      gap:28px;
      align-items:center;
      box-shadow:var(--shadow);
    }

    .cta p{
      font-size:18px;
      color:var(--muted);
      max-width:700px;
    }

    .footer{
      padding:34px 0;
      color:#705d4b;
      border-top:1px solid var(--paperLine);
      background:var(--paper);
    }

    @media(max-width:900px){
      .hero-grid,.split,.cta{grid-template-columns:1fr}
      .cards,.work,.packages{grid-template-columns:1fr}
      .nav-links{display:none}
      .mockup{min-height:auto}
      .browser{transform:none}
      .float{position:static;margin-top:16px}
      .section-head{display:block}
      .hero{padding-top:55px}
      h1{letter-spacing:-1.5px}
      .mock-grid{grid-template-columns:1fr}
      .brand-logo{width:52px;height:52px}
      .brand-name{font-size:17px}
    }
