* { margin: 0; padding: 0; box-sizing: border-box; }
:root {
  --navy: #0f1b2e;
  --navy-light: #1c2c47;
  --accent: #4dabf7;
  --accent-2: #845ef7;
  --text-soft: #5b6679;
  --bg-alt: #f5f7fb;
}
body { font-family: 'Poppins', 'Segoe UI', Arial, sans-serif; color: #222; line-height: 1.7; overflow-x: hidden; }
.container { max-width: 1140px; margin: 0 auto; padding: 0 24px; }
img, svg { max-width: 100%; display: block; }
a { transition: all 0.2s ease; }

/* Navbar */
.navbar { position: sticky; top: 0; background: rgba(15, 27, 46, 0.85); backdrop-filter: blur(10px); z-index: 100; }
.nav-inner { display: flex; justify-content: space-between; align-items: center; height: 70px; }
.logo { color: #fff; font-size: 24px; font-weight: 800; letter-spacing: 0.5px; }
.logo span { color: var(--accent); }
.navbar nav a { color: #cfd8e3; text-decoration: none; margin-left: 26px; font-weight: 500; font-size: 15px; }
.navbar nav a:hover { color: var(--accent); }
.nav-cta { background: var(--accent); color: #0f1b2e !important; padding: 9px 20px; border-radius: 30px; font-weight: 600 !important; }
.nav-cta:hover { background: #74c0fc; }

/* Hero */
.hero { position: relative; background: linear-gradient(160deg, var(--navy) 0%, var(--navy-light) 60%, #2a2155 100%); color: #fff; padding: 130px 0 90px; text-align: center; overflow: hidden; }
.hero-glow { position: absolute; width: 600px; height: 600px; background: radial-gradient(circle, rgba(132,94,247,0.35), transparent 70%); top: -200px; right: -150px; border-radius: 50%; pointer-events: none; }
.hero-inner { position: relative; z-index: 1; }
.eyebrow { display: inline-block; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15); color: #cfe0ff; padding: 6px 18px; border-radius: 30px; font-size: 13px; font-weight: 500; letter-spacing: 0.5px; margin-bottom: 22px; }
.hero h1 { font-size: 48px; font-weight: 800; margin-bottom: 20px; max-width: 760px; margin-left: auto; margin-right: auto; line-height: 1.25; }
.gradient-text { background: linear-gradient(90deg, var(--accent), var(--accent-2)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-sub { font-size: 18px; max-width: 620px; margin: 0 auto 34px; color: #c3cce0; }
.hero-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-bottom: 60px; }

.btn { display: inline-block; padding: 14px 32px; border-radius: 8px; text-decoration: none; font-weight: 600; font-size: 15px; border: 2px solid transparent; cursor: pointer; }
.btn-primary { background: linear-gradient(90deg, var(--accent), var(--accent-2)); color: #fff; }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(132,94,247,0.35); }
.btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,0.35); }
.btn-ghost:hover { border-color: #fff; background: rgba(255,255,255,0.06); }
.full-width { width: 100%; text-align: center; }

.stats { display: flex; justify-content: center; gap: 50px; flex-wrap: wrap; padding-top: 30px; border-top: 1px solid rgba(255,255,255,0.12); }
.stat { display: flex; flex-direction: column; align-items: center; }
.stat-num { font-size: 30px; font-weight: 800; color: var(--accent); }
.stat-label { font-size: 14px; color: #aab4c8; margin-top: 4px; }

/* Legal pages */
.legal-hero { background: linear-gradient(160deg, var(--navy) 0%, var(--navy-light) 100%); color: #fff; padding: 90px 0 60px; }
.legal-hero h1 { font-size: 38px; font-weight: 800; margin: 6px 0 10px; }
.legal-hero .hero-sub { color: #aab4c8; font-size: 15px; margin: 0; }
.legal-content { max-width: 820px; }
.legal-content > p { color: var(--text-soft); margin-bottom: 18px; }
.legal-content h2 { font-size: 22px; font-weight: 700; color: var(--navy); margin: 36px 0 14px; }
.legal-content ul { margin: 0 0 18px; padding-left: 22px; color: var(--text-soft); }
.legal-content ul li { margin-bottom: 8px; }
.legal-contact { margin-top: 8px; max-width: 420px; }

/* Section generic */
.section { padding: 90px 0; }
.section.alt { background: var(--bg-alt); }
.kicker { color: var(--accent-2); font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; font-size: 13px; margin-bottom: 12px; }
.kicker.center { text-align: center; }
.section h2 { font-size: 32px; font-weight: 800; margin-bottom: 18px; color: var(--navy); }
.section h2.center { text-align: center; }
.section-sub { color: var(--text-soft); max-width: 640px; margin: 0 auto 10px; }
.center { text-align: center; }

/* About */
.about-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 60px; align-items: start; }
.about-text p { color: var(--text-soft); margin-bottom: 16px; }
.check-list { list-style: none; margin-top: 18px; }
.check-list li { position: relative; padding-left: 28px; margin-bottom: 10px; color: #2c3a52; font-weight: 500; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--accent); font-weight: 800; }
.about-card { background: linear-gradient(160deg, var(--navy), var(--navy-light)); color: #fff; border-radius: 16px; padding: 36px; }
.about-card h3 { color: var(--accent); font-size: 18px; margin-bottom: 8px; }
.about-card p { color: #cdd6e8; margin-bottom: 24px; font-size: 15px; }
.about-card p:last-child { margin-bottom: 0; }

/* Service cards */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 44px; }
.card { background: #fff; border-radius: 14px; box-shadow: 0 6px 24px rgba(15,27,46,0.07); padding: 32px 28px; transition: transform 0.25s ease, box-shadow 0.25s ease; }
.card:hover { transform: translateY(-6px); box-shadow: 0 16px 36px rgba(15,27,46,0.12); }
.card-icon { font-size: 30px; margin-bottom: 14px; }
.card h3 { color: var(--navy); margin-bottom: 10px; font-size: 19px; }
.card p { color: var(--text-soft); font-size: 15px; }

/* Process */
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; margin-top: 44px; }
.process-step { background: #fff; border: 1px solid #e7ebf2; border-radius: 14px; padding: 30px 24px; }
.step-num { display: inline-block; font-size: 22px; font-weight: 800; color: var(--accent); margin-bottom: 12px; }
.process-step h3 { color: var(--navy); margin-bottom: 8px; font-size: 18px; }
.process-step p { color: var(--text-soft); font-size: 14.5px; }

/* Why us */
.why-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 44px; }
.why-item { background: #fff; border-radius: 14px; padding: 28px; border-left: 4px solid var(--accent); box-shadow: 0 4px 18px rgba(15,27,46,0.05); }
.why-item h3 { color: var(--navy); margin-bottom: 8px; }
.why-item p { color: var(--text-soft); font-size: 15px; }

/* Testimonials */
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 44px; }
.testimonial { background: var(--bg-alt); border-radius: 14px; padding: 30px; }
.testimonial p { color: #2c3a52; font-style: italic; margin-bottom: 16px; }
.testimonial-author { color: var(--accent-2); font-weight: 600; font-size: 14px; }

/* CTA banner */
.cta-banner { background: linear-gradient(120deg, var(--accent-2), var(--accent)); color: #fff; padding: 70px 0; text-align: center; }
.cta-banner h2 { font-size: 30px; font-weight: 800; margin-bottom: 10px; }
.cta-banner p { margin-bottom: 26px; color: #eef2ff; }
.cta-banner .btn-primary { background: #fff; color: var(--navy); }
.cta-banner .btn-primary:hover { box-shadow: 0 10px 25px rgba(15,27,46,0.25); }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.contact-grid h2 { margin-bottom: 14px; }
.contact-grid p { color: var(--text-soft); margin-bottom: 20px; }
.contact-list { list-style: none; }
.contact-list li { display: flex; gap: 14px; padding: 14px 0; border-bottom: 1px solid #e7ebf2; }
.contact-label { font-weight: 700; color: var(--navy); min-width: 90px; }
.contact-list a { color: var(--accent-2); text-decoration: none; font-weight: 500; }
.contact-form { display: flex; flex-direction: column; gap: 16px; background: #fff; padding: 32px; border-radius: 14px; box-shadow: 0 8px 28px rgba(15,27,46,0.08); }
.contact-form input, .contact-form textarea { font-family: inherit; padding: 13px 16px; border: 1px solid #dde3ee; border-radius: 8px; font-size: 15px; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { outline: none; border-color: var(--accent); }
.form-status { font-size: 14px; margin: 0; min-height: 18px; }
.form-status.success { color: #2f9e44; }
.form-status.error { color: #e03131; }

/* Footer */
.footer { background: var(--navy); color: #aab4c8; padding: 30px 0; }
.footer-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.footer-inner p { font-size: 14px; }

/* Responsive */
@media (max-width: 900px) {
  .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 36px; }
  .cards, .process-grid, .why-grid, .testimonial-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .hero h1 { font-size: 34px; }
  .navbar nav a { margin-left: 14px; font-size: 14px; }
  .cards, .process-grid, .why-grid, .testimonial-grid { grid-template-columns: 1fr; }
  .stats { gap: 28px; }
}
