/* ===== RESET & BASE ===== */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:system-ui,-apple-system,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;background:#0a0a0f;color:#e0e0e0;line-height:1.6;overflow-x:hidden}
img{max-width:100%;height:auto}
a{text-decoration:none;color:inherit}

/* ===== UTILS ===== */
.lp_btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;font-weight:600;border-radius:8px;transition:all 0.25s ease;cursor:pointer;border:none;font-size:0.95rem;padding:0.75rem 1.6rem;white-space:nowrap}
.lp_btnPrimary{background:#0087FF;color:#fff}
.lp_btnPrimary:hover{background:#1a95ff;transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,135,255,0.3)}
.lp_btnOutline{background:transparent;border:1px solid #0087FF;color:#0087FF}
.lp_btnOutline:hover{background:rgba(0,135,255,0.08);transform:translateY(-2px)}
.lp_btnLarge{padding:0.9rem 2.4rem;font-size:1.05rem}

/* ===== HEADER ===== */
.lp_header{position:sticky;top:0;z-index:100;background:rgba(10,10,15,0.92);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,0.06)}
.lp_headerInner{max-width:1280px;margin:0 auto;padding:0.9rem 2rem;display:flex;align-items:center;justify-content:space-between}
.lp_logo{font-family:'Fira Code',monospace;font-size:1.4rem;font-weight:700;color:#fff}
.lp_logoBracket{color:#0087FF}
.lp_logoText{color:#f0f0f0}
.lp_nav{display:flex;gap:2rem}
.lp_navLink{color:#b0b0b0;font-weight:500;transition:color 0.2s}
.lp_navLink:hover{color:#0087FF}
.lp_btnHeader{background:transparent;border:1px solid #0087FF;color:#0087FF;padding:0.5rem 1.2rem;font-size:0.9rem}
.lp_mobileMenuBtn{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer}
.lp_mobileMenuBar{width:24px;height:2px;background:#e0e0e0;transition:all 0.3s}
.lp_mobileNav{display:none;flex-direction:column;padding:1rem 2rem;gap:1rem;background:rgba(10,10,15,0.98);border-top:1px solid rgba(255,255,255,0.05)}
.lp_mobileNavLink{color:#b0b0b0;font-weight:500}
.lp_btnMobileNav{width:100%;text-align:center;background:#0087FF;color:#fff}

/* ===== HERO ===== */
.lp_hero{max-width:1280px;margin:0 auto;padding:5rem 2rem;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}
.lp_heroBadge{display:inline-block;background:rgba(0,135,255,0.1);color:#0087FF;padding:0.4rem 1rem;border-radius:30px;font-size:0.85rem;font-weight:600;letter-spacing:0.5px;margin-bottom:1.5rem}
.lp_heroTitle{font-size:2.8rem;line-height:1.2;color:#fff;margin-bottom:1.5rem}
.lp_heroDesc{color:#c0c0c0;font-size:1.1rem;margin-bottom:2rem;max-width:550px}
.lp_heroActions{display:flex;gap:1rem;flex-wrap:wrap}
.lp_heroVisual{display:flex;justify-content:center}
.lp_heroCard{background:#12121a;border:1px solid #2a2a35;border-radius:16px;padding:1.8rem;width:fit-content;position:relative}
.lp_heroCardDot{width:12px;height:12px;background:#0087FF;border-radius:50%;margin-bottom:1rem}
.lp_heroCardLine{width:40px;height:1px;background:#3a3a45;margin-bottom:1.2rem}
.lp_heroCardCode{font-family:'Fira Code',monospace;font-size:0.9rem;color:#aaa}
.lp_codeTag{color:#c792ea}
.lp_codeFn{color:#82aaff}
.lp_codeVar{color:#f78c6c}
.lp_codeClass{color:#ffcb6b}
.lp_codeMethod{color:#82aaff}
.lp_codeStr{color:#c3e88d}

/* ===== SERVICES ===== */
.lp_services{max-width:1280px;margin:0 auto;padding:4rem 2rem}
.lp_sectionHeader{text-align:center;margin-bottom:3.5rem}
.lp_sectionTag{color:#0087FF;font-weight:600;text-transform:uppercase;letter-spacing:1px;font-size:0.85rem}
.lp_sectionTitle{font-size:2.2rem;color:#fff;margin:0.6rem 0 1rem}
.lp_sectionDesc{color:#b0b0b0;max-width:600px;margin:0 auto}
.lp_servicesGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.8rem}
.lp_serviceCard{background:#12121a;border:1px solid #2a2a35;border-radius:14px;padding:1.8rem;transition:all 0.3s}
.lp_serviceCard:hover{border-color:#0087FF;transform:translateY(-4px);box-shadow:0 12px 24px rgba(0,0,0,0.4)}
.lp_serviceIcon{margin-bottom:1.2rem}
.lp_serviceIcon svg{stroke:#0087FF !important}
.lp_serviceTitle{color:#fff;font-size:1.2rem;margin-bottom:0.7rem}
.lp_serviceDesc{color:#a0a0b0;font-size:0.95rem}

/* ===== ABOUT ===== */
.lp_about{background:#0d0d14;border-top:1px solid #1f1f2a;border-bottom:1px solid #1f1f2a}
.lp_aboutInner{max-width:1280px;margin:0 auto;padding:4rem 2rem;display:grid;grid-template-columns:1.2fr 0.8fr;gap:3rem;align-items:center}
.lp_aboutText{color:#c0c0c0;margin-bottom:1.2rem;font-size:1rem}
.lp_aboutActions{display:flex;gap:1rem;margin-top:2rem;flex-wrap:wrap}
.lp_aboutStats{display:flex;flex-direction:column;gap:1.5rem}
.lp_statCard{background:#12121a;border:1px solid #2a2a35;border-radius:12px;padding:1.5rem;text-align:center}
.lp_statNumber{display:block;font-size:2rem;font-weight:700;color:#0087FF}
.lp_statLabel{color:#b0b0b0;font-size:0.9rem;margin-top:0.3rem}

/* ===== CTA ===== */
.lp_cta{max-width:900px;margin:0 auto;padding:5rem 2rem;text-align:center}
.lp_ctaTitle{font-size:2.4rem;color:#fff;margin-bottom:1rem}
.lp_ctaDesc{color:#b0b0b0;margin-bottom:2.5rem;font-size:1.1rem}
.lp_ctaActions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}

/* ===== FOOTER ===== */
.lp_footer{border-top:1px solid #1f1f2a;padding:2.5rem 2rem}
.lp_footerInner{max-width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}
.lp_footerLogo{font-family:'Fira Code',monospace;font-weight:700;color:#fff}
.lp_footerTagline{color:#808090;font-size:0.9rem}
.lp_footerSocial{display:flex;gap:1.2rem}
.lp_socialLink{color:#a0a0b0;transition:color 0.2s}
.lp_socialLink:hover{color:#0087FF}
.lp_footerCopy{color:#707080;font-size:0.85rem;width:100%;text-align:center;margin-top:1rem}

/* ===== POPUP MODAL ===== */
.lp_modalOverlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.8);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:1000;opacity:0;visibility:hidden;transition:opacity 0.3s ease, visibility 0.3s}
.lp_modalOverlay.active{opacity:1;visibility:visible}
.lp_modalPanel{background:#1a1a24;border:1px solid #333;border-radius:20px;padding:2.5rem;max-width:500px;width:90%;position:relative;box-shadow:0 20px 40px rgba(0,0,0,0.6);text-align:center;animation:lp_fadeSlide 0.3s ease}
.lp_modalClose{position:absolute;top:1rem;right:1rem;background:none;border:none;color:#999;cursor:pointer;transition:color 0.2s}
.lp_modalClose:hover{color:#fff}
.lp_modalIcon{margin-bottom:1rem}
.lp_modalIcon svg{stroke:#0087FF !important}
.lp_modalTitle{font-size:1.5rem;color:#fff;margin-bottom:1rem}
.lp_modalDesc{color:#b0b0b0;margin-bottom:2rem;line-height:1.6}
.lp_modalActions{display:flex;flex-direction:column;gap:0.8rem}
.lp_modalBtnPrimary{display:block;background:#0087FF;color:#fff;padding:0.8rem;border-radius:10px;font-weight:600;text-align:center;transition:background 0.2s}
.lp_modalBtnPrimary:hover{background:#1a95ff}
.lp_modalBtnSecondary{background:transparent;border:1px solid #444;color:#ccc;padding:0.8rem;border-radius:10px;font-weight:600;cursor:pointer;transition:all 0.2s}
.lp_modalBtnSecondary:hover{border-color:#0087FF;color:#fff}

@keyframes lp_fadeSlide {
  from{opacity:0;transform:translateY(20px)}
  to{opacity:1;transform:translateY(0)}
}

/* ===== RESPONSIVE ===== */
@media(max-width:900px){
  .lp_hero{grid-template-columns:1fr;text-align:center;padding:3rem 1.5rem}
  .lp_heroTitle{font-size:2.2rem}
  .lp_heroActions{justify-content:center}
  .lp_aboutInner{grid-template-columns:1fr}
  .lp_aboutStats{flex-direction:row;justify-content:center}
  .lp_nav{display:none}
  .lp_btnHeader{display:none}
  .lp_mobileMenuBtn{display:flex}
  .lp_mobileNav.active{display:flex}
}
@media(max-width:600px){
  .lp_servicesGrid{grid-template-columns:1fr}
  .lp_footerInner{flex-direction:column;text-align:center}
}