/* ===== RESET & BASE ===== */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; background: #0a0a0f; color: #e0e0e0; line-height: 1.7; overflow-x: hidden; }

a { color: #fbbf24; text-decoration: none; transition: color .3s; }
a:hover { color: #fcd34d; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

header { position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; background: rgba(10,10,15,.85); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(255,255,255,.06); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.logo { font-size: 1.35rem; font-weight: 700; color: #fff; letter-spacing: .5px; }
.logo span { color: #fbbf24; }
.nav-links { display: flex; gap: 32px; list-style: none; }
.nav-links a { color: #aaa; font-size: .92rem; font-weight: 500; transition: color .3s; position: relative; }
.nav-links a::after { content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 2px; background: #fbbf24; transition: width .3s; }
.nav-links a:hover, .nav-links a.active { color: #fff; }
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; }
.hamburger span { width: 26px; height: 2px; background: #ccc; border-radius: 2px; transition: .3s; }

.hero { min-height: 100vh; display: flex; align-items: center; position: relative; overflow: hidden; padding-top: 72px; }
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg canvas { width: 100%; height: 100%; opacity: .15; }
.hero-content { position: relative; z-index: 1; max-width: 720px; }
.hero h1 { font-size: clamp(2.2rem, 5vw, 3.8rem); font-weight: 800; color: #fff; line-height: 1.15; margin-bottom: 20px; }
.hero h1 .highlight { background: linear-gradient(135deg, #fbbf24, #f97316); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero p { font-size: 1.1rem; color: #999; margin-bottom: 36px; max-width: 600px; }
.btn-group { display: flex; gap: 16px; flex-wrap: wrap; }
.btn { display: inline-block; padding: 14px 36px; border-radius: 8px; font-weight: 600; font-size: .95rem; transition: all .3s; border: none; cursor: pointer; }
.btn-primary { background: linear-gradient(135deg, #fbbf24, #f97316); color: #0a0a0f; }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(251,191,36,.3); }
.btn-outline { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,.25); }
.btn-outline:hover { border-color: #fbbf24; color: #fbbf24; transform: translateY(-2px); }

.section { padding: 100px 0; }
.section-title { font-size: clamp(1.6rem, 3vw, 2.4rem); font-weight: 700; color: #fff; margin-bottom: 16px; }
.section-subtitle { color: #777; font-size: 1.05rem; margin-bottom: 56px; max-width: 600px; }
.text-center { text-align: center; }
.mx-auto { margin-left: auto; margin-right: auto; }

.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 28px; }
.service-card { background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.06); border-radius: 14px; padding: 36px 28px; transition: all .4s; }
.service-card:hover { background: rgba(255,255,255,.06); border-color: rgba(251,191,36,.2); transform: translateY(-6px); }
.service-card .icon { font-size: 2.2rem; margin-bottom: 16px; display: block; }
.service-card h3 { font-size: 1.2rem; color: #fff; margin-bottom: 12px; }
.service-card p { color: #888; font-size: .92rem; }

.about-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.about-text p { color: #999; margin-bottom: 18px; font-size: 1.02rem; }
.stats-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.stat-item { text-align: center; padding: 28px 20px; background: rgba(255,255,255,.03); border-radius: 12px; border: 1px solid rgba(255,255,255,.06); }
.stat-item .num { font-size: 2rem; font-weight: 800; background: linear-gradient(135deg, #fbbf24, #f97316); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.stat-item .label { color: #777; font-size: .85rem; margin-top: 6px; text-transform: uppercase; letter-spacing: 1px; }

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.contact-info h3 { color: #fff; font-size: 1.2rem; margin-bottom: 8px; }
.contact-info p { color: #888; margin-bottom: 20px; }
.contact-info .detail { display: flex; gap: 14px; margin-bottom: 18px; align-items: flex-start; }
.contact-info .detail .icon { font-size: 1.3rem; min-width: 32px; }
.contact-info .detail .text { color: #aaa; }
.contact-form input, .contact-form textarea { width: 100%; padding: 14px 18px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); border-radius: 8px; color: #eee; font-size: .95rem; margin-bottom: 16px; transition: border .3s; font-family: inherit; }
.contact-form input:focus, .contact-form textarea:focus { outline: none; border-color: #fbbf24; }
.contact-form textarea { min-height: 140px; resize: vertical; }

.legal-content h2 { color: #fff; font-size: 1.5rem; margin: 40px 0 16px; }
.legal-content h3 { color: #ccc; font-size: 1.15rem; margin: 28px 0 10px; }
.legal-content p { color: #999; margin-bottom: 14px; }
.legal-content ul { color: #999; padding-left: 24px; margin-bottom: 14px; }
.legal-content ul li { margin-bottom: 6px; }

.team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 28px; }
.team-card { background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.06); border-radius: 14px; padding: 32px 20px; text-align: center; }
.team-card .avatar { width: 80px; height: 80px; border-radius: 50%; margin: 0 auto 16px; background: linear-gradient(135deg, #fbbf24, #f97316); display: flex; align-items: center; justify-content: center; font-size: 2rem; color: #0a0a0f; }
.team-card .role { color: #fbbf24; font-size: .85rem; text-transform: uppercase; letter-spacing: 1px; }

footer { background: rgba(255,255,255,.02); border-top: 1px solid rgba(255,255,255,.05); padding: 48px 0 24px; }
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 32px; margin-bottom: 36px; }
.footer-col h4 { color: #fff; font-size: 1rem; margin-bottom: 16px; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 8px; }
.footer-col ul li a { color: #777; font-size: .88rem; }
.footer-col ul li a:hover { color: #fbbf24; }
.footer-bottom { text-align: center; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.05); color: #555; font-size: .84rem; }
.footer-bottom a { color: #777; }

@media (max-width: 768px) {
  .hamburger { display: flex; }
  .nav-links { display: none; position: absolute; top: 72px; left: 0; width: 100%; background: rgba(10,10,15,.97); flex-direction: column; padding: 20px 24px; gap: 16px; border-bottom: 1px solid rgba(255,255,255,.06); }
  .nav-links.open { display: flex; }
  .about-wrap { grid-template-columns: 1fr; gap: 40px; }
  .contact-grid { grid-template-columns: 1fr; }
  .section { padding: 64px 0; }
  .hero h1 { font-size: clamp(1.6rem, 6vw, 2.4rem); }
}
