:root {
  --navy: #061b34;
  --navy-2: #0b1f3a;
  --blue: #0e6ef7;
  --cyan: #15d4e8;
  --light: #f4f8fc;
  --text: #102033;
  --muted: #5c6b7a;
  --white: #ffffff;
  --line: #d7e2ef;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; color: var(--text); background: #fff; line-height: 1.65; }
.container { width: min(1120px, 92%); margin: 0 auto; }
.narrow { max-width: 900px; }
.centered { text-align: center; }
.site-header { background: rgba(6, 27, 52, .97); border-bottom: 1px solid rgba(255,255,255,.12); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(8px); }
.nav-wrap { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand img { height: 62px; display: block; }
.main-nav a { color: #fff; text-decoration: none; font-weight: 700; font-size: 15px; margin-left: 28px; padding-bottom: 8px; border-bottom: 3px solid transparent; }
.main-nav a:hover { color: var(--cyan); border-bottom-color: var(--cyan); }
.hero { background: linear-gradient(90deg, rgba(6,27,52,.98), rgba(6,27,52,.86)), url('assets/hero-bg.svg') center/cover no-repeat; color: #fff; min-height: 645px; display: flex; align-items: center; }
.hero-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 64px; align-items: center; padding: 68px 0; }
.eyebrow { color: var(--blue); text-transform: uppercase; letter-spacing: .12em; font-weight: 900; font-size: 14px; margin: 0 0 12px; }
.hero-eyebrow { color: var(--cyan); }
h1 { font-size: clamp(48px, 6.2vw, 86px); line-height: 1.08; letter-spacing: -.035em; margin: 0 0 24px; color: #fff; font-weight: 900; }
.hero-copy { font-size: 20px; max-width: 620px; color: #e6eef8; margin: 0 0 34px; }
.btn { display: inline-block; text-decoration: none; color: #fff; background: linear-gradient(135deg, var(--blue), var(--cyan)); padding: 15px 32px; border-radius: 6px; font-weight: 900; box-shadow: 0 12px 28px rgba(14,110,247,.24); }
.hero-strengths { display: flex; flex-direction: column; gap: 26px; justify-content: center; }
.strength-item { display: flex; align-items: center; gap: 24px; color: #fff; font-size: 30px; font-weight: 900; }
.strength-icon { flex: 0 0 76px; width: 76px; height: 76px; border: 1px solid var(--cyan); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--cyan); font-size: 34px; line-height: 1; }
.strength-line { height: 1px; background: linear-gradient(90deg, rgba(21,212,232,.75), rgba(255,255,255,.2)); margin-left: 100px; }
.section { padding: 86px 0; }
.section-white { background: #fff; }
.section-muted { background: linear-gradient(180deg, #f8fbff, #eef6ff); }
h2 { color: var(--navy-2); font-size: clamp(32px, 4vw, 46px); line-height: 1.18; margin: 0; font-weight: 900; letter-spacing: -.02em; }
.section-rule { width: 74px; height: 4px; background: linear-gradient(90deg, var(--blue), var(--cyan)); margin: 22px auto 28px; border-radius: 999px; }
.section-rule.left { margin-left: 0; margin-right: 0; }
.section p { font-size: 18px; color: #34465a; margin: 0 auto 16px; max-width: 920px; }
.approach-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 42px; }
.approach-card { background: #fff; border: 1px solid #dce8f5; border-radius: 18px; padding: 34px; box-shadow: 0 16px 40px rgba(6,27,52,.07); }
.approach-card.accent { background: var(--navy-2); color: #fff; border-color: rgba(255,255,255,.1); }
.approach-card h3 { margin: 0 0 20px; color: var(--navy-2); font-size: 24px; }
.approach-card.accent h3 { color: #fff; }
ul { list-style: none; padding: 0; margin: 0; }
li { padding: 10px 0 10px 28px; position: relative; font-weight: 700; }
li::before { content: ''; width: 9px; height: 9px; background: var(--cyan); border-radius: 50%; position: absolute; left: 0; top: 20px; }
.why-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; margin-top: 40px; text-align: left; }
.why-card { border: 1px solid #dce8f5; border-radius: 18px; padding: 24px 20px; background: #fff; box-shadow: 0 12px 30px rgba(6,27,52,.06); }
.why-card h3 { margin: 0 0 12px; color: var(--navy-2); font-size: 18px; }
.why-card p { font-size: 14.5px; line-height: 1.55; margin: 0; color: #3e5167; }
.leadership-note { margin: 46px auto 0; max-width: 900px; background: linear-gradient(135deg, var(--navy-2), #10365d); color: #fff; padding: 34px; border-radius: 20px; text-align: center; }
.leadership-note h3 { margin: 0 0 14px; font-size: 24px; color: #fff; }
.leadership-note p { color: #e1edf9; font-size: 17px; margin-bottom: 12px; }
.contact-section { background: var(--navy); color: #fff; }
.contact-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 60px; align-items: center; }
.contact-section h2 { color: #fff; }
.contact-section p { color: #dce8f6; }
.location-label { text-transform: uppercase; letter-spacing: .1em; font-weight: 800; color: var(--cyan) !important; margin-top: 24px !important; margin-bottom: 4px !important; font-size: 13px !important; }
.location-text { font-size: 22px !important; color: #fff !important; font-weight: 800; }
.contact-emails { display: grid; gap: 20px; }
.email-row { border-left: 4px solid var(--cyan); padding: 18px 0 18px 24px; background: rgba(255,255,255,.04); }
.email-row span { display: block; color: #dce8f6; font-weight: 800; margin-bottom: 5px; }
.email-row a { color: #fff; font-size: 24px; font-weight: 900; text-decoration: none; }
.email-row a:hover { color: var(--cyan); }
.site-footer { background: #041426; color: #fff; padding: 32px 0; }
.footer-grid { display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.footer-grid p { color: #b7c7d8; margin: 4px 0 0; }
.footer-links a { color: #fff; text-decoration: none; margin-left: 22px; font-weight: 700; }
.footer-links a:hover { color: var(--cyan); }
.legal-hero { background: linear-gradient(135deg, var(--navy), #10365d); color: #fff; padding: 84px 0 64px; }
.legal-hero h1 { font-size: clamp(38px, 5vw, 58px); margin: 0 0 12px; }
.legal-hero p { color: #dce8f6; font-size: 18px; }
.legal-content { padding: 72px 0; }
.legal-content .container { max-width: 900px; }
.legal-content h2 { font-size: 26px; margin-top: 36px; margin-bottom: 10px; text-align: left; }
.legal-content p { font-size: 16px; color: #37485b; max-width: none; }
.legal-date { color: var(--cyan); font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
@media (max-width: 980px) { .main-nav { display: none; } .hero-grid, .contact-layout { grid-template-columns: 1fr; } .hero-strengths { margin-top: 12px; } .why-grid { grid-template-columns: repeat(2, 1fr); } .approach-grid { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .brand img { height: 52px; } .hero { min-height: auto; } .hero-grid { padding: 54px 0; gap: 34px; } .strength-item { font-size: 22px; gap: 16px; } .strength-icon { width: 56px; height: 56px; flex-basis: 56px; font-size: 26px; } .strength-line { margin-left: 72px; } .section { padding: 64px 0; } .why-grid { grid-template-columns: 1fr; } .footer-grid { flex-direction: column; text-align: center; } .footer-links a { margin: 0 10px; } .email-row a { font-size: 19px; word-break: break-word; } }
