:root {
  --navy: #071a33;
  --navy-2: #0c274b;
  --blue: #1867e8;
  --teal: #10b8a6;
  --cyan: #e8fbff;
  --text: #172033;
  --muted-text: #5d6b82;
  --line: #dce5f1;
  --soft: #f5f8fc;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(7, 26, 51, 0.12);
  --radius: 24px;
  --radius-sm: 16px;
  --container: 1180px;
}

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

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.container {
  width: min(var(--container), calc(100% - 40px));
  margin: 0 auto;
}

.section { padding: 96px 0; position: relative; }
.muted { background: linear-gradient(180deg, #f7faff 0%, #eef6ff 100%); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(220, 229, 241, 0.8);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
}

.brand img { width: 224px; height: auto; }

.nav-links {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 0.95rem;
  color: var(--navy);
  font-weight: 650;
}

.nav-links a:not(.nav-cta):hover { color: var(--blue); }

.nav-cta {
  color: var(--white);
  padding: 12px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--blue), var(--teal));
  box-shadow: 0 12px 28px rgba(24, 103, 232, 0.22);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--white);
  padding: 9px;
}
.nav-toggle span { display: block; height: 2px; background: var(--navy); margin: 5px 0; border-radius: 99px; }

.hero {
  overflow: hidden;
  padding: 118px 0 92px;
  background:
    radial-gradient(circle at top right, rgba(16, 184, 166, 0.18), transparent 34%),
    radial-gradient(circle at 10% 20%, rgba(24, 103, 232, 0.13), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 64px;
  align-items: center;
}

.eyebrow, .section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--blue);
  background: rgba(24, 103, 232, 0.09);
  border: 1px solid rgba(24, 103, 232, 0.14);
  border-radius: 999px;
  padding: 8px 13px;
  font-weight: 750;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.section-kicker.light { color: #8ff3e7; background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.16); }

h1, h2, h3 { margin: 0; line-height: 1.08; color: var(--navy); letter-spacing: -0.04em; }
h1 { font-size: clamp(3.1rem, 6.4vw, 5.4rem); margin-top: 22px; max-width: 820px; }
.hero-tagline {
  margin: 18px 0 0;
  color: var(--navy-2);
  font-size: clamp(1.35rem, 2.5vw, 2.05rem);
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: -0.03em;
  max-width: 720px;
}
h2 { font-size: clamp(2.2rem, 4vw, 4rem); }
h3 { font-size: 1.35rem; letter-spacing: -0.025em; }

.hero-lead {
  margin: 18px 0 0;
  color: var(--muted-text);
  font-size: 1.2rem;
  max-width: 650px;
}

.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 34px 0 26px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: var(--white); background: linear-gradient(135deg, var(--blue), var(--teal)); box-shadow: 0 18px 38px rgba(24, 103, 232, 0.24); }
.btn-secondary { color: var(--navy); background: var(--white); border: 1px solid var(--line); box-shadow: 0 12px 30px rgba(7, 26, 51, 0.08); }

.trust-row { display: flex; flex-wrap: wrap; gap: 10px; }
.trust-row span {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.82);
  border: 1px solid var(--line);
  color: var(--muted-text);
  font-size: 0.9rem;
  font-weight: 700;
}

.hero-panel {
  border: 1px solid rgba(220, 229, 241, 0.9);
  border-radius: 34px;
  background: rgba(255,255,255,0.82);
  box-shadow: var(--shadow);
  padding: 22px;
  transform: rotate(1deg);
}
.panel-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 14px 20px;
  font-weight: 800;
  color: var(--navy);
}
.status-dot { width: 11px; height: 11px; border-radius: 999px; background: var(--teal); box-shadow: 0 0 0 8px rgba(16,184,166,0.13); }
.metric-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.metric-card {
  background: linear-gradient(180deg, #ffffff, #f7fbff);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 20px;
  min-height: 128px;
}
.metric-card.large, .metric-card.wide { grid-column: 1 / -1; }
.metric-card small { display: block; color: var(--blue); font-weight: 800; text-transform: uppercase; letter-spacing: 0.06em; }
.metric-card strong { display: block; margin: 8px 0; color: var(--navy); font-size: 1.35rem; line-height: 1.15; }
.metric-card p { margin: 0; color: var(--muted-text); }

.split-intro {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 70px;
  align-items: start;
}
.split-intro h2 { margin-top: 16px; }
.split-intro p { margin: 12px 0 0; font-size: 1.15rem; color: var(--muted-text); }

.section-heading { max-width: 780px; margin-bottom: 44px; }
.section-heading.centered { margin-left: auto; margin-right: auto; text-align: center; }
.section-heading h2 { margin-top: 16px; }
.section-heading p { color: var(--muted-text); font-size: 1.1rem; margin: 16px 0 0; }

.cards, .service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card, .product-card {
  background: rgba(255,255,255,0.94);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px;
  box-shadow: 0 14px 34px rgba(7, 26, 51, 0.06);
}
.service-card .icon {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  color: var(--white);
  background: linear-gradient(135deg, var(--blue), var(--teal));
  font-weight: 900;
  margin-bottom: 22px;
}
.service-card p, .product-card p { color: var(--muted-text); margin: 14px 0 0; }

.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.product-card { min-height: 260px; }
.product-card.featured {
  grid-column: span 2;
  background: linear-gradient(135deg, var(--navy), var(--navy-2));
  color: var(--white);
  box-shadow: 0 24px 70px rgba(7, 26, 51, 0.22);
}
.product-card.featured h3, .product-card.featured p { color: var(--white); }
.product-card.featured p { opacity: 0.82; }
.product-tag {
  display: inline-block;
  padding: 7px 11px;
  border-radius: 999px;
  color: var(--teal);
  background: rgba(16,184,166,0.11);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 18px;
}
.product-card.featured .product-tag { color: #9ff7ed; background: rgba(255,255,255,0.09); }
.product-card ul { margin: 22px 0 0; padding-left: 18px; color: rgba(255,255,255,0.86); }
.product-card li { margin: 7px 0; }

.navy {
  background: radial-gradient(circle at top right, rgba(16,184,166,0.22), transparent 36%), linear-gradient(135deg, var(--navy), #0a2345);
  color: var(--white);
}
.navy h2, .navy p { color: var(--white); }
.navy p { opacity: 0.78; font-size: 1.1rem; }
.industries-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 60px; align-items: center; }
.industry-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.industry-list div {
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.07);
  border-radius: 18px;
  padding: 18px;
  font-weight: 800;
}

.timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.timeline article {
  position: relative;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: 0 14px 34px rgba(7,26,51,0.06);
}
.timeline span { color: var(--teal); font-size: 0.9rem; font-weight: 900; }
.timeline h3 { margin-top: 14px; }
.timeline p { color: var(--muted-text); margin-bottom: 0; }

.cta-panel {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 34px;
  align-items: center;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 34px;
  padding: 46px;
  box-shadow: var(--shadow);
}
.cta-panel h2 { margin-top: 14px; max-width: 780px; }
.cta-panel p { color: var(--muted-text); max-width: 740px; }

.contact-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 60px; align-items: start; }
.contact-grid h2 { margin-top: 14px; }
.contact-grid p { color: var(--muted-text); font-size: 1.08rem; }
.contact-card {
  background: linear-gradient(180deg, #ffffff, #f7fbff);
  border: 1px solid var(--line);
  border-radius: 30px;
  padding: 18px;
  box-shadow: var(--shadow);
}
.contact-line {
  display: grid;
  gap: 5px;
  padding: 22px;
  border-radius: 20px;
  border: 1px solid transparent;
}
.contact-line:hover { border-color: var(--line); background: var(--white); }
.contact-line span { color: var(--muted-text); font-size: 0.85rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.06em; }
.contact-line strong { color: var(--navy); font-size: 1.12rem; word-break: break-word; }

.footer {
  background: #06162c;
  color: rgba(255,255,255,0.76);
  padding: 56px 0 26px;
}
.footer-grid { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer img { width: 210px; background: white; border-radius: 16px; padding: 8px 12px; }
.footer p { margin-bottom: 0; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; font-weight: 750; }
.footer-links a:hover { color: #8ff3e7; }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid rgba(255,255,255,0.12);
  padding-top: 22px;
  margin-top: 34px;
  font-size: 0.9rem;
}

@media (max-width: 980px) {
  .brand img { width: 190px; }
  .nav-toggle { display: block; }
  .nav-links {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 86px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 16px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 22px;
    box-shadow: var(--shadow);
  }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 13px 14px; }
  .nav-cta { text-align: center; margin-top: 8px; }
  .hero-grid, .split-intro, .industries-grid, .contact-grid, .cta-panel { grid-template-columns: 1fr; }
  .hero { padding-top: 86px; }
  .cards, .service-grid, .product-grid { grid-template-columns: repeat(2, 1fr); }
  .timeline { grid-template-columns: repeat(2, 1fr); }
  .product-card.featured { grid-column: span 2; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, var(--container)); }
  .section { padding: 70px 0; }
  .brand img { width: 170px; }
  h1 { font-size: clamp(2.6rem, 13vw, 4rem); }
  h2 { font-size: clamp(2rem, 10vw, 3rem); }
  .hero-actions, .trust-row { align-items: stretch; flex-direction: column; }
  .btn { width: 100%; }
  .hero-panel { transform: none; padding: 16px; }
  .metric-grid, .cards, .service-grid, .product-grid, .timeline, .industry-list { grid-template-columns: 1fr; }
  .product-card.featured { grid-column: auto; }
  .cta-panel { padding: 28px; }
  .footer-grid, .footer-bottom { flex-direction: column; align-items: flex-start; }
}
