:root {
  --navy: #0e1d2d;
  --navy-2: #14283d;
  --steel: #5f6872;
  --muted: #667085;
  --line: #e3e7eb;
  --gold: #e39a13;
  --gold-2: #f3b23a;
  --bg: #f6f7f8;
  --white: #ffffff;
  --radius: 28px;
  --shadow: 0 24px 80px rgba(14, 29, 45, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--navy);
  background: var(--bg);
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255,255,255,.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 14px 0; }
.brand { display: flex; align-items: center; gap: 14px; min-width: 270px; }
.brand-mark { width: 58px; height: 58px; object-fit: cover; border-radius: 14px; object-position: 50% 8%; }
.brand-text strong { display: block; letter-spacing: .24em; font-size: 21px; color: var(--navy); }
.brand-text small { display: block; color: var(--muted); font-size: 11px; letter-spacing: .10em; text-transform: uppercase; }
.main-nav { display: flex; gap: 30px; color: var(--steel); font-size: 14px; font-weight: 650; }
.main-nav a:hover { color: var(--gold); }
.nav-cta, .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  padding: 13px 20px;
  font-weight: 750;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.nav-cta { background: var(--navy); color: white; }
.nav-cta:hover, .btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--gold); color: #141414; }
.btn-primary:hover { background: var(--gold-2); }
.btn-secondary { border: 1px solid var(--line); background: white; color: var(--navy); }
.full { width: 100%; }

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 20%, rgba(227,154,19,.18), transparent 35%),
    radial-gradient(circle at 5% 90%, rgba(14,29,45,.08), transparent 30%),
    white;
  border-bottom: 1px solid var(--line);
}
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 60px; align-items: center; padding: 82px 0 92px; }
.eyebrow { margin: 0 0 16px; color: var(--gold); font-size: 13px; font-weight: 850; letter-spacing: .22em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(42px, 7vw, 78px); line-height: .98; letter-spacing: -.055em; margin-bottom: 28px; }
.lead { color: var(--muted); font-size: 19px; line-height: 1.8; max-width: 690px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 34px; }
.stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 52px; padding-top: 26px; border-top: 1px solid var(--line); max-width: 650px; }
.stats strong { display: block; font-size: 31px; letter-spacing: -.04em; }
.stats span { color: var(--muted); font-size: 14px; }
.hero-card {
  background: var(--navy);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 34px;
  box-shadow: var(--shadow);
  padding: 20px;
}
.hero-card img { width: 100%; border-radius: 24px; box-shadow: 0 16px 55px rgba(0,0,0,.18); }

.intro-strip { background: var(--navy); color: white; }
.strip-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; padding: 38px 0; }
.strip-grid div { border-left: 3px solid var(--gold); padding-left: 22px; }
.strip-grid h2 { font-size: 19px; margin-bottom: 8px; }
.strip-grid p { color: #c8d0d9; margin-bottom: 0; }

.section { padding: 92px 0; }
.section-head { max-width: 850px; margin-bottom: 46px; }
.section-head.narrow { max-width: 720px; }
.section-head.center { text-align: center; margin-left: auto; margin-right: auto; }
.section-head h2 { font-size: clamp(34px, 4vw, 54px); line-height: 1.06; letter-spacing: -.04em; margin-bottom: 20px; }
.section-head p:not(.eyebrow) { color: var(--muted); font-size: 18px; line-height: 1.75; }

.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.product-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px;
  box-shadow: 0 10px 35px rgba(14,29,45,.06);
  transition: transform .22s ease, box-shadow .22s ease;
}
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: 24px;
  border-radius: 18px;
  background: var(--navy);
  color: var(--gold);
  font-weight: 900;
}
.product-card h3 { font-size: 23px; margin-bottom: 14px; }
.product-card p { color: var(--muted); min-height: 118px; }
ul { list-style: none; padding: 0; margin: 22px 0 0; }
li { position: relative; padding-left: 22px; margin: 10px 0; color: #344054; }
li::before { content: ""; position: absolute; left: 0; top: .72em; width: 8px; height: 8px; border-radius: 50%; background: var(--gold); }

.dark { background: var(--navy); color: white; }
.light h2 { color: white; }
.light p:not(.eyebrow) { color: #cbd5df; }
.sectors-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 52px; align-items: start; }
.sector-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.sector-list span {
  display: block;
  padding: 22px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.055);
  color: #eef2f5;
  font-weight: 650;
}

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.process-grid article {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
}
.process-grid strong { color: var(--gold); font-size: 14px; }
.process-grid h3 { margin: 18px 0 12px; font-size: 20px; }
.process-grid p { color: var(--muted); }

.brand-board-section { padding: 80px 0 96px; background: white; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.brand-board {
  width: min(900px, 100%);
  margin: 0 auto;
  border-radius: 30px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.contact-section { background: var(--bg); }
.contact-box {
  display: grid;
  grid-template-columns: 1fr .72fr;
  gap: 44px;
  align-items: center;
  background: var(--navy);
  color: white;
  padding: 58px;
  border-radius: 36px;
  box-shadow: var(--shadow);
}
.contact-box h2 { font-size: clamp(34px,4vw,52px); line-height: 1.08; letter-spacing: -.04em; }
.contact-box p { color: #d5dde6; font-size: 17px; }
.contact-card { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 28px; padding: 30px; }
.contact-card p { margin-bottom: 22px; }
.contact-card strong { color: white; }
.contact-card a:not(.btn) { color: var(--gold-2); }

.site-footer { background: white; border-top: 1px solid var(--line); padding: 28px 0; color: var(--muted); font-size: 14px; }
.footer-grid { display: flex; justify-content: space-between; gap: 20px; }

@media (max-width: 960px) {
  .main-nav { display: none; }
  .hero-grid, .sectors-grid, .contact-box { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .strip-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1180px); }
  .nav-cta { display: none; }
  .brand-text small { display: none; }
  .brand-text strong { font-size: 17px; }
  .hero-grid { padding: 54px 0 64px; }
  .stats, .product-grid, .process-grid, .sector-list { grid-template-columns: 1fr; }
  .product-card p { min-height: 0; }
  .contact-box { padding: 30px; border-radius: 28px; }
  .footer-grid { flex-direction: column; }
}
