:root {
  --navy: #050d18;
  --ink: #122033;
  --muted: #5b6b80;
  --paper: #f4f7fb;
  --white: #ffffff;
  --blue: #1a6ef5;
  --blue-deep: #0d47c4;
  --orange: #ff7a18;
  --line: rgba(255, 255, 255, 0.12);
  --header: 84px;
  --font-display: "Outfit", sans-serif;
  --font-body: "Figtree", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); color: var(--ink); background: var(--white); line-height: 1.65; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 48px 0 96px; }
.eyebrow { color: var(--blue); font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; font-size: 0.78rem; margin-bottom: 12px; }
h1, h2, h3, h4 { font-family: var(--font-display); line-height: 1.15; }
h2 { font-size: clamp(1.8rem, 4vw, 2.6rem); margin-bottom: 12px; }

.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border-radius: 999px; font-weight: 700; font-family: var(--font-display); border: 0; cursor: pointer; }
.btn-primary { background: var(--blue); color: var(--white); }
.btn-primary:hover { background: var(--blue-deep); }

.site-header { position: sticky; top: 0; z-index: 40; background: rgba(5, 13, 24, 0.92); backdrop-filter: blur(16px); border-bottom: 1px solid var(--line); }
.header-inner { width: min(1160px, calc(100% - 32px)); margin: 0 auto; min-height: var(--header); display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: flex; align-items: center; gap: 12px; color: var(--white); }
.brand img { width: 52px; height: 52px; object-fit: contain; background: #000; border-radius: 12px; }
.brand strong { display: block; font-family: var(--font-display); font-size: 1.05rem; }
.brand small { color: #9ab0c9; font-size: 0.75rem; }
.site-nav { display: flex; align-items: center; gap: 8px; }
.site-nav a { color: #d5e2f0; padding: 8px 12px; border-radius: 999px; font-weight: 600; font-size: 0.95rem; }
.site-nav a:hover, .site-nav a.active { color: var(--white); background: rgba(26, 110, 245, 0.18); }
.nav-cta { background: var(--blue) !important; color: var(--white) !important; padding-inline: 16px !important; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; cursor: pointer; }
.nav-toggle span { display: block; height: 2px; margin: 6px 0; background: var(--white); }

.hero { position: relative; overflow: hidden; }
.hero-media {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  z-index: 0;
  pointer-events: none;
}
.hero-image { width: 100%; height: 100%; object-fit: cover; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5, 13, 24, 0.25) 0%, rgba(5, 13, 24, 0.88) 78%); }
.hero-content { position: relative; z-index: 1; width: min(1160px, calc(100% - 40px)); margin: 0 auto; padding: 44px 0 48px; color: var(--white); max-width: 780px; }
.hero-mark { display: flex; align-items: center; gap: 18px; margin-bottom: 18px; }
.hero-mark img { width: 92px; height: 92px; object-fit: contain; background: #000; border-radius: 18px; flex-shrink: 0; }
.hero-mark p { font-family: var(--font-display); font-size: clamp(2.4rem, 7vw, 5.2rem); font-weight: 800; line-height: 0.95; letter-spacing: 0.02em; color: var(--orange); }
.hero-content .eyebrow { color: #9cc2ff; }
.hero h1 { font-size: clamp(2.2rem, 5.5vw, 4rem); margin-bottom: 18px; }
.hero-lead { font-size: 1.12rem; color: #d7e4f3; }
main > section:not(.hero), .site-footer { position: relative; z-index: 2; }
main > section:not(.hero) { background: var(--white); }

.contact-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 40px; align-items: start; }
.info-list { margin-top: 24px; }
.info-list li { background: var(--paper); border-radius: 16px; padding: 16px 18px; margin-bottom: 12px; }
.info-list strong { display: block; margin-bottom: 4px; }
.info-list span { color: var(--muted); }

form { display: grid; gap: 14px; background: var(--paper); padding: 28px; border-radius: 22px; }
label { display: grid; gap: 8px; font-weight: 700; }
input, select, textarea { width: 100%; border: 1px solid #d5deea; border-radius: 12px; padding: 12px 14px; font: inherit; background: var(--white); }
.form-error { color: #b42318; font-weight: 700; }
.form-note { color: var(--muted); font-size: 0.92rem; }
.summary-box { margin-top: 28px; background: #0a1829; color: var(--white); border-radius: 22px; padding: 24px; }
.summary-box pre { white-space: pre-wrap; color: #d5e2f0; margin: 14px 0; font-family: var(--font-body); }
#copyStatus { margin-top: 12px; color: #8cb6ff; }

.site-footer { background: var(--navy); color: #c9d8ea; padding-top: 56px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 0.8fr 1fr; gap: 32px; padding-bottom: 36px; }
.footer-grid p { margin-top: 14px; }
.footer-grid h4 { color: var(--white); margin-bottom: 12px; }
.footer-grid a { display: block; margin-bottom: 8px; }
.footer-tag { margin-top: 18px; color: #8cb6ff; font-weight: 700; }
.footer-base { border-top: 1px solid var(--line); padding: 18px 0; text-align: center; }

@media (max-width: 980px) {
  .contact-grid, .footer-grid { grid-template-columns: 1fr; }
  .nav-toggle { display: block; }
  .site-nav { display: none; position: absolute; top: var(--header); left: 0; right: 0; background: var(--navy); flex-direction: column; padding: 16px 20px 24px; }
  .site-nav.open { display: flex; }
}
