/* ===== CA Template 2 Premium Dark - Elite Financial Template ===== */
@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600;700;800&family=Inter:wght@300;400;500;600&display=swap');

:root {
  --black: #000000;
  --dark-grey: #0a0a0a;
  --mid-grey: #1a1a1a;
  --neon-blue: #3b82f6;
  --neon-violet: #8b5cf6;
  --white: #ffffff;
  --font-heading: 'Syne', sans-serif;
  --font-body: 'Inter', sans-serif;
  --radius: 0; /* Bold square edges */
  --glow-blue: 0 0 20px rgba(59, 130, 246, 0.4);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: #a0a0a0;
  background: var(--black);
  line-height: 1.6;
  overflow-x: hidden;
}

h1, h2, h3, h4 { font-family: var(--font-heading); color: var(--white); text-transform: uppercase; letter-spacing: -0.02em; }

.container { max-width: 1320px; margin: 0 auto; padding: 0 32px; }

/* ===== Buttons ===== */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 18px 48px; font-weight: 800; font-family: var(--font-heading);
  text-decoration: none; cursor: pointer; transition: 0.4s;
  text-transform: uppercase; font-size: 14px;
}
.btn-primary { background: var(--white); color: var(--black); }
.btn-primary:hover { background: var(--neon-blue); color: var(--white); box-shadow: var(--glow-blue); }
.btn-outline { background: transparent; color: var(--white); border: 1px solid rgba(255,255,255,0.2); }
.btn-outline:hover { background: rgba(255,255,255,0.05); border-color: var(--white); }

/* ===== Navbar ===== */
.navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(0, 0, 0, 0.9); backdrop-filter: blur(20px);
  height: 100px; display: flex; align-items: center; border-bottom: 1px solid var(--mid-grey);
}
.nav-container { display: flex; justify-content: space-between; align-items: center; width: 100%; }
.nav-logo { font-family: var(--font-heading); font-size: 26px; font-weight: 800; color: var(--white); text-decoration: none; }
.nav-logo span { border-left: 2px solid var(--neon-blue); padding-left: 10px; margin-left: 10px; }
.nav-links { list-style: none; display: flex; gap: 40px; }
.nav-links a { text-decoration: none; color: #666; font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 0.1em; transition: 0.3s; }
.nav-links a:hover, .nav-links a.active { color: var(--white); }

/* ===== Hero ===== */
.hero {
  min-height: 100vh; display: flex; align-items: center; padding-top: 100px;
  background: radial-gradient(circle at top right, #111 0%, var(--black) 100%);
  position: relative;
}
.hero-content { flex: 1; position: relative; z-index: 2; padding-right: 60px; }
.hero-title { font-size: clamp(3.5rem, 8vw, 6.5rem); line-height: 0.9; margin-bottom: 32px; font-weight: 800; }
.hero-title span { color: var(--neon-blue); text-shadow: var(--glow-blue); }
.hero-desc { font-size: 1.25rem; color: #666; max-width: 500px; margin-bottom: 48px; }

.hero-img-box { flex: 1.3; height: 70vh; position: relative; border-left: 1px solid var(--mid-grey); overflow: hidden; }
.hero-img-box img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.7) contrast(1.2); transition: 0.5s; }
.hero-img-box:hover img { filter: brightness(0.9); transform: scale(1.02); }

/* ===== Sections ===== */
.section { padding: 140px 0; border-top: 1px solid var(--mid-grey); }
.section-head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 100px; }
.section-title { font-size: clamp(2rem, 5vw, 4rem); font-weight: 800; }
.section-desc { color: #666; max-width: 400px; font-family: var(--font-body); }

/* ===== Service Grid ===== */
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--mid-grey); border: 1px solid var(--mid-grey); }
.service-item { background: var(--black); padding: 80px; transition: 0.5s; border-right: 1px solid var(--mid-grey); }
.service-item:hover { background: var(--dark-grey); }
.service-id { font-family: var(--font-heading); font-size: 14px; color: var(--neon-blue); font-weight: 800; margin-bottom: 40px; }
.service-item h3 { font-size: 2rem; margin-bottom: 24px; }
.service-item p { color: #666; margin-bottom: 40px; }

/* ===== Stats Section ===== */
.stats-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; border-bottom: 1px solid var(--mid-grey); padding-bottom: 60px; margin-bottom: 60px; }
.stat-item h4 { font-size: 4rem; margin-bottom: 12px; color: var(--white); }
.stat-item p { text-transform: uppercase; font-size: 11px; letter-spacing: 0.2em; color: var(--neon-blue); font-weight: 700; }

/* ===== Form Design ===== */
.dark-form input, .dark-form textarea {
  width: 100%; background: transparent; border: none; border-bottom: 1px solid var(--mid-grey);
  padding: 24px 0; color: var(--white); font-family: var(--font-heading); font-size: 1.25rem; font-weight: 700;
  outline: none; transition: 0.3s; margin-bottom: 40px;
}
.dark-form input:focus, .dark-form textarea:focus { border-color: var(--neon-blue); }

/* ===== Footer ===== */
.footer { padding: 100px 0 40px; background: var(--black); }
.footer-main { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 100px; }
.footer-logo { font-size: 40px; font-weight: 800; }
.footer-nav { display: grid; grid-template-columns: repeat(3, 1fr); gap: 80px; }
.footer-col h4 { font-size: 14px; margin-bottom: 32px; color: var(--neon-blue); }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 16px; }
.footer-col a { text-decoration: none; color: #444; font-weight: 700; transition: 0.3s; font-size: 13px; text-transform: uppercase; }
.footer-col a:hover { color: var(--white); }

/* ===== Responsive ===== */
@media (max-width: 1024px) {
  .service-grid { grid-template-columns: 1fr; }
  .stats-row { grid-template-columns: 1fr 1fr; }
  .hero-flex { flex-direction: column; }
  .hero-img-box { width: 100%; height: 50vh; border-left: none; border-top: 1px solid var(--mid-grey); }
  .footer-main { flex-direction: column; gap: 80px; }
}

@media (max-width: 768px) {
  .hero-title { font-size: 3.5rem; }
  .nav-links { display: none; }
  .service-item { padding: 40px; }
  .footer-nav { grid-template-columns: 1fr; gap: 40px; }
}
