:root {
  --navy: #07152d;
  --navy-2: #0b2143;
  --blue: #1969c8;
  --blue-2: #2786e6;
  --yellow: #ffd43b;
  --yellow-2: #ffec73;
  --white: #ffffff;
  --text: #172236;
  --muted: #647083;
  --line: #e5e9ef;
  --soft: #f5f7fa;
  --shadow: 0 20px 60px rgba(7, 21, 45, .12);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }
img { display: block; max-width: 100%; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }

.skip-link {
  position: fixed; left: 12px; top: 12px; z-index: 100;
  transform: translateY(-200%); background: var(--yellow); color: var(--navy);
  padding: 10px 14px; border-radius: 10px; font-weight: 700;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(7, 21, 45, .94); backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.nav-wrap { min-height: 78px; display: flex; align-items: center; gap: 28px; }
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; min-width: 0; }
.brand-logo { width: 42px; height: 42px; object-fit: contain; }
.brand-name { color: var(--white); font-weight: 800; letter-spacing: .12em; font-size: .95rem; }
.main-nav { display: flex; gap: 24px; margin-left: auto; }
.main-nav a { color: rgba(255,255,255,.82); text-decoration: none; font-size: .93rem; }
.main-nav a:hover { color: var(--white); }
.nav-cta { text-decoration: none; background: var(--yellow); color: var(--navy); font-weight: 800; padding: 11px 16px; border-radius: 999px; white-space: nowrap; }

.hero {
  position: relative; overflow: hidden; color: var(--white);
  background:
    radial-gradient(circle at 78% 18%, rgba(39, 134, 230, .28), transparent 28%),
    radial-gradient(circle at 14% 85%, rgba(255, 212, 59, .08), transparent 24%),
    linear-gradient(135deg, var(--navy) 0%, #09275a 52%, #0a3975 100%);
}
.hero::after {
  content: ""; position: absolute; width: 560px; height: 560px; right: -180px; bottom: -280px;
  border: 1px solid rgba(255,255,255,.06); border-radius: 50%; box-shadow:
  0 0 0 90px rgba(255,255,255,.025), 0 0 0 180px rgba(255,255,255,.02);
}
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 70px; min-height: 660px; align-items: center; padding-block: 90px; position: relative; z-index: 1; }
.eyebrow { margin: 0 0 12px; text-transform: uppercase; letter-spacing: .13em; font-size: .78rem; font-weight: 800; color: var(--blue); }
.eyebrow-light { color: var(--yellow); }
.bolt { color: var(--yellow); }
.hero h1 { margin: 0; font-size: clamp(3rem, 5vw, 5.4rem); line-height: .98; letter-spacing: -.045em; max-width: 850px; }
.hero h1 span { color: var(--yellow-2); }
.lead { margin: 24px 0 0; max-width: 680px; color: rgba(255,255,255,.82); font-size: 1.14rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: 0 20px; border-radius: 12px; text-decoration: none; font-weight: 800; border: 1px solid transparent; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--yellow); color: var(--navy); box-shadow: 0 10px 25px rgba(255,212,59,.16); }
.button-secondary { color: var(--white); border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.06); }
.button-outline { color: var(--navy); border-color: #cbd3df; background: white; }
.button-yellow { background: var(--yellow); color: var(--navy); }
.button-full { width: 100%; margin-top: 10px; }
.hero-points { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 9px 20px; color: rgba(255,255,255,.76); font-size: .87rem; }

.hero-card { position: relative; min-height: 480px; padding: 52px 46px; display: flex; flex-direction: column; justify-content: flex-end; border: 1px solid rgba(255,255,255,.15); border-radius: 32px; background: linear-gradient(155deg, rgba(255,255,255,.12), rgba(255,255,255,.04)); overflow: hidden; box-shadow: var(--shadow); }
.hero-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, transparent 20%, rgba(255,255,255,.05) 20.5%, transparent 21%); background-size: 68px 68px; opacity: .45; }
.hero-card-glow { position: absolute; width: 270px; height: 270px; border-radius: 50%; background: radial-gradient(circle, rgba(39,134,230,.45), transparent 68%); top: 35px; right: 10px; }
.hero-logo { width: min(72%, 290px); margin: auto; position: relative; z-index: 1; filter: drop-shadow(0 22px 30px rgba(0,0,0,.22)); }
.hero-card-label { margin: 22px 0 0; position: relative; z-index: 1; letter-spacing: .18em; font-size: .75rem; font-weight: 900; color: var(--yellow); }
.hero-card-title { margin: 6px 0 0; position: relative; z-index: 1; font-size: clamp(1.7rem, 2.8vw, 2.6rem); line-height: 1.08; letter-spacing: -.03em; font-weight: 800; }
.hero-card-divider { height: 1px; width: 100%; background: rgba(255,255,255,.16); margin: 22px 0 14px; position: relative; z-index: 1; }
.hero-card-small { margin: 0; position: relative; z-index: 1; color: rgba(255,255,255,.72); }

.trust-strip { background: var(--white); border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { padding: 23px 22px; border-left: 1px solid var(--line); }
.trust-grid > div:first-child { border-left: 0; }
.trust-grid strong { display: block; font-size: 1rem; }
.trust-grid span { display: block; color: var(--muted); font-size: .84rem; margin-top: 4px; }

.section { padding: 110px 0; }
.section-heading { max-width: 760px; }
.section h2 { margin: 0; font-size: clamp(2.2rem, 4vw, 3.7rem); line-height: 1.05; letter-spacing: -.04em; }
.section-heading > p:last-child { margin-top: 20px; color: var(--muted); font-size: 1.06rem; }
.service-grid { margin-top: 45px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 12px 40px rgba(7,21,45,.05); }
.service-card .icon { width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center; background: #eef5ff; color: var(--blue); font-size: 1.3rem; font-weight: 900; }
.service-card h3 { margin: 22px 0 8px; font-size: 1.25rem; }
.service-card p { margin: 0; color: var(--muted); }

.section-dark { background: var(--navy); color: var(--white); }
.expertise-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.section-lead { color: rgba(255,255,255,.72); font-size: 1.05rem; max-width: 650px; margin-top: 22px; }
.credentials { display: grid; gap: 14px; }
.credential { padding: 20px 21px; border: 1px solid rgba(255,255,255,.1); border-radius: 16px; background: rgba(255,255,255,.05); display: flex; gap: 14px; align-items: flex-start; }
.check { width: 28px; height: 28px; flex: 0 0 28px; border-radius: 50%; display: grid; place-items: center; background: var(--yellow); color: var(--navy); font-weight: 900; }
.credential strong, .credential span { display: block; }
.credential span { color: rgba(255,255,255,.62); margin-top: 3px; font-size: .9rem; }

.area-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 18px; }
.area-card, .availability-card { border-radius: var(--radius); padding: 36px; min-height: 300px; border: 1px solid var(--line); }
.area-card { background: linear-gradient(135deg, #f9fbfe, #edf5ff); }
.availability-card { background: var(--navy); color: var(--white); border-color: var(--navy); }
.area-card h2 { max-width: 680px; }
.area-card p:not(.eyebrow), .availability-card p:not(.eyebrow) { color: var(--muted); margin-top: 20px; }
.availability-card p:not(.eyebrow) { color: rgba(255,255,255,.72); }
.area-pills { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 25px; }
.area-pills span { background: white; border: 1px solid #dce5f0; color: var(--navy); font-weight: 700; padding: 8px 12px; border-radius: 999px; }
.clock-icon { width: 52px; height: 52px; border-radius: 16px; display: grid; place-items: center; background: rgba(255,212,59,.13); color: var(--yellow); font-size: 1.45rem; }
.availability-card h3 { font-size: 1.7rem; line-height: 1.15; margin: 22px 0 0; }

.section-light { background: var(--soft); }
.contact-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 70px; align-items: start; }
.contact-lead { color: var(--muted); font-size: 1.05rem; max-width: 650px; margin-top: 20px; }
.contact-list { margin-top: 32px; display: grid; gap: 11px; }
.contact-item { display: flex; justify-content: space-between; gap: 24px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.contact-item span { color: var(--muted); }
.contact-item strong a { text-decoration: none; }
.contact-note { margin-top: 15px; color: #7a8494; font-size: .82rem; }
.contact-box { position: relative; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: 26px; padding: 34px; box-shadow: var(--shadow); }
.contact-box-accent { position: absolute; left: 0; right: 0; top: 0; height: 5px; background: linear-gradient(90deg, var(--blue), var(--yellow)); }
.contact-box h3 { font-size: 1.7rem; margin: 4px 0 10px; }
.contact-box p { margin: 0; color: var(--muted); }

.final-cta { background: linear-gradient(120deg, #0a2b61, #0b4e97); color: var(--white); }
.final-cta-inner { padding: 70px 0; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.final-cta h2 { margin: 0; max-width: 780px; font-size: clamp(2rem, 3.5vw, 3.4rem); line-height: 1.05; letter-spacing: -.04em; }
.final-cta .eyebrow { margin-bottom: 12px; }

.site-footer { background: var(--navy); color: var(--white); }
.footer-inner { padding: 28px 0 18px; display: flex; justify-content: space-between; gap: 20px; align-items: center; }
.footer-inner strong, .footer-inner span { display: block; }
.footer-inner span { color: rgba(255,255,255,.56); font-size: .82rem; margin-top: 4px; }
.footer-inner a { color: rgba(255,255,255,.78); text-decoration: none; }
.footer-bottom { padding: 0 0 28px; color: rgba(255,255,255,.38); font-size: .78rem; }

@media (max-width: 980px) {
  .main-nav { display: none; }
  .hero-grid, .expertise-grid, .area-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 40px; min-height: auto; }
  .hero-card { min-height: 410px; }
  .service-grid { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid > div:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .trust-grid > div:nth-child(4) { border-top: 1px solid var(--line); }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1160px); }
  .nav-wrap { min-height: 68px; }
  .brand-logo { width: 36px; height: 36px; }
  .nav-cta { padding: 9px 12px; font-size: .82rem; }
  .hero-grid { padding-block: 64px 72px; }
  .hero h1 { font-size: clamp(2.55rem, 13vw, 4rem); }
  .lead { font-size: 1rem; }
  .hero-card { padding: 34px 28px; min-height: 360px; }
  .hero-logo { width: 62%; }
  .trust-grid > div { padding: 18px 14px; }
  .section { padding: 78px 0; }
  .section h2 { font-size: 2.35rem; }
  .service-card, .area-card, .availability-card, .contact-box { padding: 26px; }
  .final-cta-inner { padding: 58px 0; flex-direction: column; align-items: flex-start; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
  .contact-item { flex-direction: column; gap: 2px; }
}
