:root {
  --bg: #0a0d13;
  --surface: #0f1420;
  --surface2: #151c2c;
  --blue: #1e6fff;
  --blue-light: #4d8fff;
  --blue-glow: rgba(30,111,255,0.12);
  --blue-border: rgba(30,111,255,0.2);
  --white: #eef2ff;
  --muted: #5a6890;
  --muted2: #8899bb;
  --border: rgba(255,255,255,0.06);
  --radius: 14px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: var(--bg); color: var(--white); font-family: 'Outfit', sans-serif; font-weight: 300; overflow-x: hidden; line-height: 1.65; }
img { max-width: 100%; display: block; }
a { color: var(--blue-light); text-decoration: none; transition: color .2s; }
a:hover { color: var(--white); }
h1,h2,h3 { font-family: 'Outfit', sans-serif; font-weight: 700; line-height: 1.1; }
h1 { font-size: clamp(2.8rem, 6vw, 5rem); font-weight: 800; letter-spacing: -2px; }
h2 { font-size: clamp(1.9rem, 3.5vw, 2.8rem); letter-spacing: -1px; }
h3 { font-size: 1.1rem; font-weight: 600; }
p { color: var(--muted2); line-height: 1.75; }

.container { max-width: 1160px; margin: 0 auto; padding: 0 28px; }
.section { padding: 100px 0; }

/* BUTTONS */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 12px 26px; border-radius: 10px; font-family: 'Outfit', sans-serif; font-size: 0.95rem; font-weight: 500; cursor: pointer; transition: all .25s; border: none; text-decoration: none; }
.btn-primary { background: var(--blue); color: #fff; box-shadow: 0 0 32px rgba(30,111,255,0.25); }
.btn-primary:hover { background: var(--blue-light); transform: translateY(-2px); box-shadow: 0 0 48px rgba(30,111,255,0.4); color: #fff; }
.btn-outline { background: transparent; color: var(--white); border: 1px solid var(--blue-border); }
.btn-outline:hover { border-color: var(--blue); background: var(--blue-glow); color: var(--white); }

/* HEADER */
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: rgba(10,13,19,0.85); backdrop-filter: blur(24px); border-bottom: 1px solid var(--border); transition: all .3s; }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 110px; gap: 24px; }
.site-logo img { height: 100px; width: auto; object-fit: contain; }
.main-nav ul { display: flex; gap: 28px; list-style: none; }
.main-nav a { color: var(--muted2); font-size: 0.9rem; font-weight: 400; transition: color .2s; }
.main-nav a:hover, .main-nav .current a { color: var(--white); }
.nav-right { display: flex; align-items: center; gap: 12px; }
.lang-btn { background: transparent; border: 1px solid var(--border); color: var(--muted2); padding: 6px 12px; border-radius: 8px; font-family: 'Space Mono', monospace; font-size: 0.75rem; cursor: pointer; transition: all .2s; letter-spacing: 1px; }
.lang-btn:hover { border-color: var(--blue); color: var(--blue); }
.menu-toggle { display: none; background: none; border: 1px solid var(--border); color: var(--white); padding: 8px 12px; border-radius: 8px; cursor: pointer; font-size: 1rem; }

/* HERO */
.hero { min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: 120px 0 80px; position: relative; overflow: hidden; text-align: center; }
.hero-bg { position: absolute; inset: 0; pointer-events: none; }
.hero-bg::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 70% 60% at 50% 30%, rgba(30,111,255,0.09) 0%, transparent 70%); }
.hero-bg::after { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(30,111,255,0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(30,111,255,0.035) 1px, transparent 1px); background-size: 72px 72px; mask-image: radial-gradient(ellipse 80% 80% at 50% 40%, black 0%, transparent 75%); -webkit-mask-image: radial-gradient(ellipse 80% 80% at 50% 40%, black 0%, transparent 75%); }
.hero-inner { position: relative; z-index: 2; max-width: 780px; text-align: center; margin: 0 auto; }
.hero-logo-wrap { margin-bottom: 40px; display: flex; justify-content: center; }
.hero-logo { height: 200px; width: auto; max-width: 420px; margin: 0 auto; filter: drop-shadow(0 0 50px rgba(30,111,255,0.25)); display: block; }
.hero-tag { display: inline-flex; align-items: center; gap: 10px; background: var(--blue-glow); border: 1px solid var(--blue-border); color: var(--blue-light); font-size: 0.78rem; letter-spacing: 2px; text-transform: uppercase; padding: 7px 16px; border-radius: 100px; margin: 0 auto 36px; font-family: 'Space Mono', monospace; }
.dot { width: 6px; height: 6px; background: var(--blue); border-radius: 50%; animation: pulse 2s infinite; flex-shrink: 0; }
@keyframes pulse { 0%,100%{opacity:1;transform:scale(1);} 50%{opacity:0.3;transform:scale(0.7);} }
.hero h1 { color: var(--white); margin-bottom: 28px; }
.hero h1 em { color: var(--blue-light); font-style: normal; display: block; }
.hero-desc { font-size: 1.1rem; max-width: 520px; margin: 0 auto 44px; }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }

/* STATS */
.stats-section { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: var(--surface); }
.stats-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.stat-item { padding: 36px 24px; text-align: center; border-right: 1px solid var(--border); }
.stat-item:last-child { border-right: none; }
.stat-num { font-family: 'Outfit', sans-serif; font-size: 2.4rem; font-weight: 800; color: var(--blue-light); display: block; line-height: 1; margin-bottom: 8px; letter-spacing: -1px; }
.stat-lbl { font-size: 0.82rem; color: var(--muted); }

/* SECTION HEAD */
.section-head { margin-bottom: 56px; }
.section-tag { display: inline-block; color: var(--blue-light); font-size: 0.75rem; letter-spacing: 3px; text-transform: uppercase; margin-bottom: 14px; font-family: 'Space Mono', monospace; }
.section-head h2 { color: var(--white); }

/* SERVICES GRID */
.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.service-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 30px 26px; position: relative; overflow: hidden; transition: border-color .3s, transform .3s; text-decoration: none; display: block; }
.service-card::after { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--blue), transparent); opacity: 0; transition: opacity .3s; }
.service-card:hover { border-color: var(--blue-border); transform: translateY(-4px); }
.service-card:hover::after { opacity: 1; }
.service-card.highlight { border-color: rgba(30,111,255,0.3); background: linear-gradient(135deg, var(--surface), rgba(30,111,255,0.06)); }
.si { font-size: 1.8rem; margin-bottom: 18px; }
.service-card h3 { color: var(--white); margin-bottom: 10px; }
.service-card p { font-size: 0.88rem; color: var(--muted2); }
.ca { position: absolute; bottom: 26px; right: 26px; color: var(--blue-light); font-size: 1.1rem; opacity: 0; transition: opacity .2s, transform .2s; }
.service-card:hover .ca { opacity: 1; transform: translateX(4px); }

/* SERVICES FULL */
.services-full-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.sfc { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 34px; transition: border-color .3s; }
.sfc:hover { border-color: var(--blue-border); }
.sfc.highlight { border-color: rgba(30,111,255,0.3); background: linear-gradient(135deg, var(--surface), rgba(30,111,255,0.05)); }
.sfc h3 { color: var(--white); margin-bottom: 10px; margin-top: 16px; font-size: 1.15rem; }
.sfc > p { margin-bottom: 18px; font-size: 0.9rem; }
.sb { list-style: none; }
.sb li { font-size: 0.87rem; color: var(--muted2); padding: 6px 0; border-bottom: 1px solid var(--border); display: flex; align-items: center; gap: 10px; }
.sb li:last-child { border-bottom: none; }
.sb li::before { content: '→'; color: var(--blue-light); font-size: 0.8rem; flex-shrink: 0; }

/* REVIEWS */
.reviews-section { background: var(--surface); }
.reviews-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.review-card { background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius); padding: 26px; }
.review-stars { color: #f5a623; letter-spacing: 3px; margin-bottom: 14px; }
.review-text { font-size: 0.9rem; color: #99aad4; line-height: 1.7; margin-bottom: 20px; }
.reviewer { display: flex; align-items: center; gap: 12px; }
.rav { width: 38px; height: 38px; border-radius: 50%; background: linear-gradient(135deg, var(--blue), var(--blue-light)); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 0.8rem; color: #fff; flex-shrink: 0; }
.rname { font-size: 0.88rem; font-weight: 500; color: var(--white); }
.rmeta { font-size: 0.75rem; color: var(--muted); margin-top: 2px; }

/* CTA */
.cta-section { background: linear-gradient(135deg, rgba(30,111,255,0.1), rgba(30,111,255,0.04)); border-top: 1px solid var(--blue-border); border-bottom: 1px solid var(--blue-border); text-align: center; padding: 90px 32px; }
.cta-section h2 { color: var(--white); margin-bottom: 14px; }
.cta-section p { margin-bottom: 36px; max-width: 420px; margin-left: auto; margin-right: auto; }

/* ABOUT */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.about-content h2 { color: var(--white); margin-bottom: 16px; }
.about-content > p { margin-bottom: 28px; }
.about-features { list-style: none; margin-bottom: 36px; }
.about-features li { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 14px; font-size: 0.95rem; color: var(--muted2); }
.about-features li::before { content: '✓'; color: var(--blue-light); font-weight: 700; flex-shrink: 0; }
.about-visual { background: var(--surface); border: 1px solid var(--border); border-radius: 20px; padding: 36px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.about-stat { background: var(--blue-glow); border: 1px solid var(--blue-border); border-radius: 12px; padding: 22px 18px; text-align: center; }
.asn { font-size: 2rem; font-weight: 800; color: var(--blue-light); display: block; letter-spacing: -1px; }
.asl { font-size: 0.8rem; color: var(--muted); margin-top: 4px; }

/* VALUES */
.values-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.value-card { background: var(--surface2); border: 1px solid var(--border); border-radius: var(--radius); padding: 28px 24px; }
.vi { font-size: 1.8rem; margin-bottom: 14px; }
.value-card h3 { color: var(--white); margin-bottom: 8px; }
.value-card p { font-size: 0.88rem; }

/* CONTACT PAGE */
.contact-cards { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; margin-bottom: 48px; }
.contact-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 36px 24px; text-align: center; transition: border-color .3s; }
.contact-card:hover { border-color: var(--blue-border); }
.contact-icon { font-size: 2.2rem; margin-bottom: 16px; }
.contact-card h3 { color: var(--white); margin-bottom: 12px; }
.contact-value { font-size: 1.05rem; font-weight: 600; color: var(--white); display: block; margin-bottom: 8px; }
.contact-card p { font-size: 0.85rem; }
.map-container { border-radius: 16px; overflow: hidden; border: 1px solid var(--border); }

/* PAGE HERO */
.page-hero { padding: 140px 0 70px; position: relative; overflow: hidden; }
.page-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 50% at 50% 0%, rgba(30,111,255,0.08) 0%, transparent 70%); pointer-events: none; }
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { margin-bottom: 16px; font-size: clamp(2.2rem, 4.5vw, 3.5rem); }
.page-hero p { max-width: 500px; font-size: 1.05rem; }

/* EMAIL REVEAL */
.reveal-email-btn { background: var(--blue-glow); border: 1px solid var(--blue-border); color: var(--blue-light); padding: 8px 16px; border-radius: 8px; font-family: 'Outfit', sans-serif; font-size: 0.88rem; cursor: pointer; transition: all .2s; }
.reveal-email-btn:hover { background: var(--blue); color: #fff; border-color: var(--blue); }
.reveal-email-btn.big { padding: 12px 24px; font-size: 1rem; margin-bottom: 10px; }

/* FOOTER */
.site-footer { background: var(--surface); border-top: 1px solid var(--border); padding: 60px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 60px; margin-bottom: 44px; }
.footer-logo { height: 100px; width: auto; margin-bottom: 16px; }
.footer-brand p { font-size: 0.87rem; max-width: 260px; }
.footer-col h4 { font-family: 'Space Mono', monospace; font-size: 0.72rem; font-weight: 700; color: var(--muted); letter-spacing: 2px; text-transform: uppercase; margin-bottom: 18px; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul a { color: var(--muted2); font-size: 0.88rem; }
.footer-col ul a:hover { color: var(--blue-light); }
.fci { display: flex; gap: 10px; align-items: center; margin-bottom: 12px; font-size: 0.87rem; color: var(--muted2); }
.fci a { color: var(--muted2); }
.fci a:hover { color: var(--blue-light); }
.footer-bottom { border-top: 1px solid var(--border); padding-top: 24px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.footer-bottom p { font-size: 0.8rem; color: var(--muted); margin: 0; }
.powered { font-family: 'Space Mono', monospace; font-size: 0.72rem; color: var(--muted); letter-spacing: 1px; border: 1px solid var(--border); padding: 5px 12px; border-radius: 6px; }
.powered:hover { color: var(--blue-light); border-color: var(--blue-border); }

/* RESPONSIVE */
@media (max-width: 1024px) {
  .services-grid { grid-template-columns: repeat(2,1fr); }
  .reviews-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: span 2; }
  .contact-cards { grid-template-columns: repeat(2,1fr); }
  .about-grid { gap: 48px; }
}
@media (max-width: 768px) {
  .container { padding: 0 18px; }
  .section { padding: 70px 0; }
  .main-nav { display: none; position: absolute; top: 68px; left: 0; right: 0; }
  .main-nav.open { display: block; background: rgba(10,13,19,0.98); border-bottom: 1px solid var(--border); padding: 16px; }
  .main-nav.open ul { flex-direction: column; gap: 4px; }
  .main-nav.open li a { display: block; padding: 10px 12px; border-radius: 8px; }
  .nav-cta { display: none; }
  .menu-toggle { display: block; }
  .stats-grid { grid-template-columns: repeat(2,1fr); }
  .stat-item:nth-child(2) { border-right: none; }
  .services-grid, .services-full-grid, .reviews-grid { grid-template-columns: 1fr; }
  .contact-cards { grid-template-columns: 1fr 1fr; }
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-visual { grid-template-columns: 1fr 1fr; }
  .values-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: span 1; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .hero-btns { flex-direction: column; align-items: flex-start; }
  h1 { font-size: 2.6rem; letter-spacing: -1px; }
}
@media (max-width: 480px) {
  .contact-cards { grid-template-columns: 1fr; }
  .about-visual { grid-template-columns: 1fr; }
}

/* SOCIAL LINKS */
.social-bar { display: flex; gap: 12px; margin-top: 20px; }
.social-link { display: flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 12px; border: none; transition: all .25s; flex-shrink: 0; }
.social-link.fb { background: #1877f2; }
.social-link.ig { background: linear-gradient(135deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }
.social-link:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,0,0,0.4); filter: brightness(1.1); }
.social-link svg { width: 18px; height: 18px; min-width: 18px; max-width: 18px; fill: #fff; display: block; }

/* Footer social section */
.footer-social { margin-top: 28px; }
.footer-social-label { font-family: 'Space Mono', monospace; font-size: 0.72rem; color: var(--muted); letter-spacing: 2px; text-transform: uppercase; margin-bottom: 12px; }

/* Social banner above footer */
.social-section { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 40px 0; background: var(--surface); }
.social-inner { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 24px; text-align: center; }
.social-text h3 { color: var(--white); font-size: 1.2rem; margin-bottom: 4px; }
.social-text p { font-size: 0.88rem; }
.social-links-big { display: flex; gap: 16px; }
.social-btn { display: flex; align-items: center; gap: 10px; padding: 14px 28px; border-radius: 12px; border: none; color: #fff; font-size: 0.95rem; font-weight: 600; transition: all .25s; text-decoration: none; flex-shrink: 0; }
.social-btn.fb { background: #1877f2; box-shadow: 0 4px 20px rgba(24,119,242,0.3); }
.social-btn.ig { background: linear-gradient(135deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); box-shadow: 0 4px 20px rgba(220,39,67,0.3); }
.social-btn:hover { transform: translateY(-2px); color: #fff; filter: brightness(1.12); box-shadow: 0 8px 28px rgba(0,0,0,0.3); }
.social-btn svg { width: 20px; height: 20px; min-width: 20px; max-width: 20px; fill: #fff; display: block; flex-shrink: 0; }
.social-btn span { position: relative; z-index: 1; }

@media (max-width: 768px) {
  .site-logo img { height: 52px; }
  .footer-logo { height: 52px; }
  .nav-inner { height: 70px; }
  .social-links-big { flex-direction: column; gap: 12px; }
  .social-btn { padding: 12px 20px; font-size: 0.88rem; }
}