* { margin: 0; padding: 0; box-sizing: border-box; }
:root {
  --blue: #1A1FCC;
  --navy: #0D0F6B;
  --light: #F4F5FA;
  --dark: #0A0A0A;
  --border: rgba(26,31,204,0.15);
}
html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', sans-serif; color: var(--dark); background: #fff; font-size: 16px; line-height: 1.7; }

/* NAV */
nav { position: sticky; top: 0; z-index: 200; background: rgba(255,255,255,0.97); border-bottom: 1px solid var(--border); padding: 0 5%; display: flex; align-items: center; justify-content: space-between; height: 64px; backdrop-filter: blur(8px); }
.nav-logo { display: flex; align-items: center; text-decoration: none; }
.nav-logo img { height: 30px; width: auto; display: block; }
.nav-links { display: flex; gap: 2rem; list-style: none; font-size: 14px; font-weight: 500; }
.nav-links a { color: var(--dark); text-decoration: none; padding-bottom: 2px; border-bottom: 2px solid transparent; transition: border-color 0.2s, color 0.2s; }
.nav-links a:hover, .nav-links a.active { color: var(--blue); border-bottom-color: var(--blue); }
.nav-right { display: flex; align-items: center; gap: 14px; }
.nav-cta { background: var(--blue); color: #fff; border: none; padding: 9px 20px; border-radius: 6px; font-size: 13px; font-weight: 500; cursor: pointer; font-family: 'DM Sans', sans-serif; transition: background 0.2s; text-decoration: none; display: inline-block; }
.nav-cta:hover { background: var(--navy); }
.hamburger { display: none; width: 36px; height: 36px; border: none; background: none; cursor: pointer; align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.hamburger span { display: block; width: 22px; height: 2px; background: var(--dark); border-radius: 2px; transition: transform 0.25s, opacity 0.25s; }
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu { display: none; position: fixed; top: 64px; left: 0; right: 0; background: #fff; border-bottom: 1px solid var(--border); z-index: 199; flex-direction: column; padding: 8px 5% 20px; box-shadow: 0 12px 24px rgba(10,10,10,0.08); }
.mobile-menu.open { display: flex; }
.mobile-menu a { color: var(--dark); text-decoration: none; font-size: 15px; font-weight: 500; padding: 14px 0; border-bottom: 1px solid var(--border); }
.mobile-menu a:last-of-type { border-bottom: none; }
.mobile-menu .nav-cta { margin-top: 14px; text-align: center; }

/* HERO (merged: headline + why-us bullets + stats) */
.hero { background: var(--navy); color: #fff; position: relative; overflow: hidden; }
.hero-watermark { position: absolute; top: 24px; right: 24px; width: 220px; height: auto; opacity: 0.08; pointer-events: none; }
.hero-top { display: flex; gap: 40px; padding: 56px 5% 36px; position: relative; z-index: 1; max-width: 1200px; margin: 0 auto; }
.hero-left { flex: 1.3; min-width: 0; }
.hero-eyebrow { font-family: 'Sora', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: 2.2px; text-transform: uppercase; color: rgba(255,255,255,0.55); margin-bottom: 18px; }
.hero h1 { font-family: 'Sora', sans-serif; font-size: clamp(28px, 4vw, 44px); font-weight: 700; line-height: 1.15; letter-spacing: -1px; margin-bottom: 18px; }
.hero h1 span { color: #7B82F5; }
.hero-top p.hero-sub { font-size: 16px; color: rgba(255,255,255,0.75); max-width: 520px; margin-bottom: 28px; line-height: 1.7; }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.btn-primary { background: var(--blue); color: #fff; border: none; padding: 12px 26px; border-radius: 7px; font-size: 14px; font-weight: 500; cursor: pointer; font-family: 'DM Sans', sans-serif; transition: background 0.2s; text-decoration: none; display: inline-block; }
.btn-primary:hover { background: #1518AA; }
.btn-outline { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,0.35); padding: 12px 26px; border-radius: 7px; font-size: 14px; font-weight: 500; cursor: pointer; font-family: 'DM Sans', sans-serif; transition: border-color 0.2s; text-decoration: none; display: inline-block; }
.btn-outline:hover { border-color: #fff; }

.hero-right { flex: 1; border-left: 1px solid rgba(255,255,255,0.15); padding-left: 32px; display: flex; flex-direction: column; gap: 24px; justify-content: center; }
.hero-why-item { display: flex; gap: 12px; align-items: flex-start; }
.hero-why-dot { width: 6px; height: 6px; border-radius: 50%; background: #7B82F5; margin-top: 7px; flex-shrink: 0; }
.hero-why-item h4 { font-family: 'Sora', sans-serif; font-size: 14px; font-weight: 600; margin-bottom: 4px; color: #fff; }
.hero-why-item p { font-size: 13px; color: rgba(255,255,255,0.6); line-height: 1.55; }

.hero-stats { position: relative; z-index: 1; background: rgba(255,255,255,0.06); border-top: 1px solid rgba(255,255,255,0.12); padding: 20px 5%; display: flex; justify-content: center; }
.hero-stats-inner { display: flex; max-width: 1200px; width: 100%; justify-content: center; flex-wrap: wrap; }
.hstat { text-align: center; padding: 0 40px; border-right: 1px solid rgba(255,255,255,0.15); flex: 1; min-width: 130px; }
.hstat:last-child { border-right: none; }
.hstat-num { font-family: 'Sora', sans-serif; font-size: 24px; font-weight: 700; color: #fff; }
.hstat-label { font-size: 11px; color: rgba(255,255,255,0.55); text-transform: uppercase; letter-spacing: 0.8px; margin-top: 2px; }

/* SECTIONS */
section { padding: 56px 5%; }
.section-inner { max-width: 1100px; margin: 0 auto; }
.section-label { font-size: 11px; font-weight: 600; letter-spacing: 2.2px; text-transform: uppercase; color: var(--blue); margin-bottom: 10px; }
.section-title { font-family: 'Sora', sans-serif; font-size: clamp(22px, 3vw, 32px); font-weight: 700; line-height: 1.2; letter-spacing: -0.5px; margin-bottom: 14px; }
.section-sub { font-size: 15px; color: #555; max-width: 580px; line-height: 1.7; margin-bottom: 36px; }

/* INDUSTRY CARDS (2, wider) */
.industry-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }
.industry-card { background: #fff; border: 1px solid var(--border); border-radius: 12px; padding: 26px 26px; transition: box-shadow 0.2s, transform 0.2s; }
.industry-card:hover { transform: translateY(-3px); box-shadow: 0 8px 28px rgba(26,31,204,0.1); }
.ind-icon { width: 42px; height: 42px; background: rgba(26,31,204,0.08); border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.ind-icon svg { width: 21px; height: 21px; stroke: var(--blue); }
.industry-card h3 { font-family: 'Sora', sans-serif; font-size: 16px; font-weight: 600; margin-bottom: 8px; }
.industry-card p { font-size: 13.5px; color: #666; line-height: 1.65; }
.industry-note { margin-top: 18px; font-size: 13px; color: #666; border-left: 2px solid var(--border); padding-left: 14px; }

/* EXPERTISE */
.expertise-section { background: var(--light); }
.expertise-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 20px; }
.exp-card { background: #fff; border-radius: 12px; padding: 24px 22px; border: 1px solid var(--border); }
.exp-number { font-family: 'Sora', sans-serif; font-size: 12px; font-weight: 700; color: var(--blue); opacity: 0.5; margin-bottom: 12px; letter-spacing: 1px; }
.exp-card h3 { font-family: 'Sora', sans-serif; font-size: 15px; font-weight: 600; margin-bottom: 8px; }
.exp-card p { font-size: 12.5px; color: #666; line-height: 1.6; }
.exp-tags { margin-top: 12px; display: flex; flex-wrap: wrap; gap: 6px; }
.exp-tag { font-size: 10.5px; padding: 3px 9px; background: rgba(26,31,204,0.07); color: var(--blue); border-radius: 20px; font-weight: 500; }

/* CTA BAND (compact — text left, button right) */
.cta-band { background: var(--blue); color: #fff; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 28px 5%; text-align: left; }
.cta-band-text { flex: 1; min-width: 0; }
.cta-band h2 { font-family: 'Sora', sans-serif; font-size: clamp(17px, 2vw, 22px); font-weight: 700; margin-bottom: 4px; }
.cta-band p { font-size: 13.5px; opacity: 0.8; margin: 0; }
.btn-white { background: #fff; color: var(--blue); border: none; padding: 11px 24px; border-radius: 7px; font-size: 14px; font-weight: 600; cursor: pointer; font-family: 'DM Sans', sans-serif; text-decoration: none; display: inline-block; flex-shrink: 0; white-space: nowrap; }
.btn-white:hover { opacity: 0.9; }

/* FOOTER */
footer { background: var(--dark); color: rgba(255,255,255,0.6); padding: 32px 5%; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; font-size: 13px; }
.footer-brand { display: flex; align-items: center; }
.footer-brand img { height: 24px; width: auto; }
.footer-links { display: flex; gap: 24px; }
.footer-links a { color: rgba(255,255,255,0.5); text-decoration: none; font-size: 13px; transition: color 0.2s; }
.footer-links a:hover { color: #fff; }

/* SERVICES PAGE */
.services-hero { background: var(--light); padding: 44px 5% 36px; border-bottom: 1px solid var(--border); }
.services-hero-inner { max-width: 1100px; margin: 0 auto; }
.services-hero h1 { font-family: 'Sora', sans-serif; font-size: clamp(24px, 3.4vw, 36px); font-weight: 700; letter-spacing: -0.5px; margin-bottom: 10px; }
.services-hero p { font-size: 15px; color: #555; max-width: 560px; line-height: 1.65; }

/* Row 1: three cards, equal width. Row 2: two cards, centered at the same width as row 1. */
.services-grid-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.services-grid-row + .services-grid-row { margin-top: 18px; }
.services-grid-row-centered { display: flex; justify-content: center; }
.services-grid-row-centered .service-card { flex: 0 0 calc((100% - 36px) / 3); }

.service-card { border: 1px solid var(--border); border-radius: 12px; padding: 22px 20px; background: #fff; transition: box-shadow 0.2s; }
.service-card:hover { box-shadow: 0 8px 28px rgba(26,31,204,0.09); }
.service-num { font-family: 'Sora', sans-serif; font-size: 10px; font-weight: 700; color: var(--blue); letter-spacing: 1.5px; margin-bottom: 12px; }
.service-card h3 { font-family: 'Sora', sans-serif; font-size: 16px; font-weight: 700; margin-bottom: 8px; }
.service-card p { font-size: 13px; color: #666; line-height: 1.6; margin-bottom: 12px; }
.service-bullets { list-style: none; }
.service-bullets li { font-size: 12.5px; color: #555; padding: 4px 0; display: flex; align-items: center; gap: 8px; }
.service-bullets li::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--blue); flex-shrink: 0; }

/* CONTACT PAGE */
.contact-layout { max-width: 1000px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1.3fr; gap: 44px; padding: 52px 5% 48px; }
.contact-info h2 { font-family: 'Sora', sans-serif; font-size: 26px; font-weight: 700; margin-bottom: 12px; }
.contact-info p { font-size: 14px; color: #555; line-height: 1.65; margin-bottom: 24px; }
.contact-detail { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 16px; }
.contact-icon { width: 34px; height: 34px; background: rgba(26,31,204,0.08); border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-icon svg { width: 16px; height: 16px; stroke: var(--blue); }
.contact-detail-text strong { display: block; font-size: 12.5px; font-weight: 600; margin-bottom: 2px; }
.contact-detail-text span { font-size: 13px; color: #555; }
.contact-form-wrap { background: var(--light); border-radius: 14px; padding: 28px 26px; border: 1px solid var(--border); }
.contact-form-wrap h3 { font-family: 'Sora', sans-serif; font-size: 17px; font-weight: 600; margin-bottom: 18px; }
.form-group { margin-bottom: 14px; }
.form-group label { display: block; font-size: 12.5px; font-weight: 500; margin-bottom: 5px; }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 9px 13px; border: 1px solid var(--border); border-radius: 8px; font-size: 14px; font-family: 'DM Sans', sans-serif; background: #fff; color: var(--dark); outline: none; transition: border-color 0.2s; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--blue); }
.form-group textarea { resize: vertical; min-height: 80px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.btn-submit { width: 100%; padding: 12px; background: var(--blue); color: #fff; border: none; border-radius: 8px; font-size: 14px; font-weight: 500; font-family: 'DM Sans', sans-serif; cursor: pointer; margin-top: 4px; transition: background 0.2s; }
.btn-submit:hover { background: var(--navy); }
.form-note { font-size: 11.5px; color: #888; text-align: center; margin-top: 10px; }
.engagements-box { margin-top: 24px; padding: 16px; background: var(--light); border-radius: 12px; border: 1px solid var(--border); }
.engagements-box p { font-size: 12.5px; color: #555; line-height: 1.6; }
.engagements-box strong { display: block; margin-bottom: 5px; font-size: 12.5px; }

/* THANK YOU */
.ty-main { flex: 1; display: flex; align-items: center; justify-content: center; padding: 64px 5%; text-align: center; }
.ty-inner { max-width: 480px; }
.ty-check { width: 58px; height: 58px; background: rgba(26,31,204,0.08); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 24px; }
.ty-check svg { width: 26px; height: 26px; stroke: var(--blue); }
.ty-inner h1 { font-family: 'Sora', sans-serif; font-size: 28px; font-weight: 700; margin-bottom: 12px; }
.ty-inner p { font-size: 15px; color: #555; line-height: 1.7; margin-bottom: 28px; }

@media (max-width: 900px) {
  .hero-top { flex-direction: column; gap: 24px; padding: 40px 5% 28px; }
  .hero-right { border-left: none; border-top: 1px solid rgba(255,255,255,0.15); padding-left: 0; padding-top: 20px; }
  .contact-layout { grid-template-columns: 1fr; padding: 40px 5%; }
}

@media (max-width: 860px) {
  .services-grid-row { grid-template-columns: 1fr; }
  .services-grid-row-centered { flex-direction: column; }
  .services-grid-row-centered .service-card { flex: 1 1 auto; width: 100%; }
}

@media (max-width: 768px) {
  .nav-links { display: none; }
  .nav-cta.desktop-only { display: none; }
  .hamburger { display: flex; }
  .hstat { min-width: 45%; padding: 10px 12px; border-right: none; border-bottom: 1px solid rgba(255,255,255,0.15); }
  .form-row { grid-template-columns: 1fr; }
  .hero-watermark { width: 120px; top: 16px; right: 16px; opacity: 0.06; }
  .cta-band { flex-direction: column; text-align: center; gap: 14px; padding: 28px 6%; }
  .cta-band p { max-width: 340px; margin: 0 auto; }
}
