:root {
  --bg: #08162b;
  --bg-elev: #0d223f;
  --bg-soft: #102b4d;
  --text: #e8f0ff;
  --muted: #a8bfdc;
  --card: #ffffff;
  --card-text: #10213d;
  --line: #23446f;
  --primary: #16a7ff;
  --primary-2: #19d4ff;
  --accent: #ff8a2a;
  --silver: #d8e4f1;
  --shadow: 0 18px 50px rgba(6, 18, 36, 0.35);
  --radius: 16px;
  --radius-sm: 12px;
  --container: min(1180px, 92%);
  --header-h: 88px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-h); }
body {
  margin: 0;
  font-family: "Sora", "Segoe UI", Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 0%, #123665 0%, transparent 40%),
    radial-gradient(circle at 88% 10%, #0f355f 0%, transparent 45%),
    linear-gradient(140deg, #071225 0%, #0a1d37 45%, #0b1f3f 100%);
  line-height: 1.6;
  overflow-x: hidden;
}

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

.skip-link { position: absolute; left: -999px; }
.skip-link:focus {
  left: 1rem;
  top: 1rem;
  background: #fff;
  color: #000;
  padding: .6rem .8rem;
  border-radius: 8px;
  z-index: 999;
}

.container { width: var(--container); margin-inline: auto; }
.section { padding: clamp(3rem, 4vw, 5rem) 0; }

.top-bar {
  background: linear-gradient(90deg, #061225, #0b2343);
  border-bottom: 1px solid var(--line);
  font-size: .88rem;
}
.top-bar-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: .8rem;
  padding: .65rem 0;
}
.top-info {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem 1.2rem;
  color: var(--muted);
}
.top-info a { color: var(--silver); overflow-wrap: anywhere; }
.top-social { display: flex; gap: .9rem; flex-shrink: 0; }
.top-social a { color: var(--silver); }
.top-social a:hover { color: var(--primary-2); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: rgba(7, 19, 37, 0.92);
  border-bottom: 1px solid rgba(131, 171, 220, 0.2);
}
.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .9rem;
  padding: .95rem 0;
}
.brand {
  display: inline-flex;
  flex-direction: column;
  min-width: 210px;
}
.brand-title { font-weight: 800; letter-spacing: .12em; font-size: 1.05rem; }
.brand-tagline { color: var(--muted); font-size: .78rem; }
.main-nav { min-width: 0; }
.menu-toggle {
  display: none;
  border: 1px solid rgba(218, 232, 250, 0.35);
  background: rgba(20, 52, 89, 0.65);
  color: #e5f3ff;
  border-radius: 10px;
  font: inherit;
  font-weight: 700;
  padding: .55rem .8rem;
}
.nav-links {
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: .25rem;
  margin: 0;
  padding: 0;
}
.nav-links a {
  padding: .5rem .68rem;
  border-radius: 999px;
  color: var(--silver);
  font-size: .92rem;
  transition: .25s ease;
  white-space: nowrap;
}
.nav-links a:hover { background: rgba(22, 167, 255, 0.14); color: #fff; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .4rem;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: .7rem 1.15rem;
  font-weight: 700;
  transition: all .25s ease;
  cursor: pointer;
  text-align: center;
  line-height: 1.2;
}
.nav-btn { flex-shrink: 0; }
.btn-primary {
  background: linear-gradient(100deg, var(--primary), var(--primary-2));
  color: #00101f;
  box-shadow: 0 10px 26px rgba(22, 167, 255, 0.35);
}
.btn-primary:hover { transform: translateY(-2px); filter: brightness(1.03); }
.btn-outline { border-color: rgba(218, 232, 250, 0.5); color: #e5f3ff; }
.btn-outline:hover { border-color: var(--primary-2); background: rgba(25, 212, 255, 0.12); }
.btn-light { background: #fff; color: #082040; }
.btn-outline-light { border-color: rgba(255, 255, 255, .75); color: #fff; }
.btn-outline-light:hover { background: rgba(255, 255, 255, .15); }
.btn-small { padding: .55rem .95rem; font-size: .88rem; margin-top: auto; width: fit-content; }

.hero { background: linear-gradient(135deg, rgba(17, 55, 98, .94), rgba(14, 52, 95, .86)); }
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  gap: clamp(1.5rem, 3vw, 2.6rem);
  align-items: center;
}
.hero-content, .hero-visual, .service-card, .product-card, .industry-grid article, .feature-card, .contact-card, .contact-form { min-width: 0; }
.eyebrow {
  display: inline-block;
  margin: 0 0 .8rem;
  color: var(--primary-2);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .78rem;
  font-weight: 800;
}
h1, h2, h3, h4, p { overflow-wrap: anywhere; }
h1, h2, h3, h4 { line-height: 1.2; margin: 0 0 .7rem; }
h1 { font-size: clamp(2rem, 4.2vw, 3.35rem); max-width: 17ch; }
h2 { font-size: clamp(1.5rem, 3.1vw, 2.4rem); }
.hero-text, .section-copy { color: var(--muted); max-width: 65ch; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: .8rem; margin: 1.25rem 0 1.35rem; }
.badges { list-style: none; display: flex; flex-wrap: wrap; gap: .7rem; margin: 0 0 1.4rem; padding: 0; }
.badges li {
  background: rgba(221, 240, 255, 0.11);
  border: 1px solid rgba(145, 200, 255, 0.3);
  color: #dff2ff;
  border-radius: 999px;
  padding: .45rem .8rem;
  font-size: .85rem;
}
.stats-grid { display: grid; grid-template-columns: repeat(4, minmax(96px, 1fr)); gap: .9rem; }
.stats-grid article {
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(163, 200, 240, 0.24);
  padding: .9rem .8rem;
  border-radius: var(--radius-sm);
}
.stats-grid h3 { color: var(--primary-2); font-size: 1.35rem; margin-bottom: .35rem; }
.stats-grid p { margin: 0; color: var(--silver); font-size: .85rem; }

.hero-visual {
  position: relative;
  background: linear-gradient(155deg, #112c50, #0f2543);
  border: 1px solid rgba(173, 214, 255, 0.22);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: .9rem;
  overflow: hidden;
}
.hero-visual img {
  width: 100%;
  height: clamp(300px, 38vw, 470px);
  object-fit: cover;
  border-radius: calc(var(--radius) - 6px);
  border: 1px solid rgba(220, 240, 255, 0.2);
}
.visual-chip {
  position: absolute;
  background: #fff;
  color: #0a2343;
  border-radius: 999px;
  padding: .4rem .75rem;
  font-size: .78rem;
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(5, 18, 35, .2);
  max-width: calc(100% - 2rem);
}
.chip-one { top: 1.2rem; left: 1.2rem; }
.chip-two { bottom: 1.2rem; right: 1.2rem; }

.partners, .about, .services, .products, .process, .industries, .contact {
  background: linear-gradient(180deg, rgba(9, 24, 45, .42), rgba(8, 20, 39, .2));
}
.partners h2, .section-head { text-align: center; }
.partner-grid {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: .9rem;
}
.partner-card {
  background: #f7fbff;
  color: #0f294c;
  border-radius: 12px;
  padding: 1rem;
  text-align: center;
  font-weight: 800;
  border: 1px solid #dbeafe;
  min-height: 74px;
  display: grid;
  place-items: center;
}

.feature-grid, .service-grid, .product-grid, .industry-grid { margin-top: 1.5rem; display: grid; gap: 1rem; }
.feature-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.feature-card, .service-card, .product-card, .industry-grid article, .contact-card, .contact-form, .step {
  background: var(--card);
  color: var(--card-text);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  border: 1px solid #dde8f5;
}
.feature-card { padding: 1.3rem; }

.service-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.service-card {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: .65rem;
  transition: transform .25s ease, box-shadow .25s ease;
}
.service-card img, .industry-grid article img {
  width: 100%;
  height: 170px;
  border-radius: 14px;
  object-fit: cover;
  background: #eaf6ff;
  border: 1px solid #cddff0;
}
.service-card:hover, .product-card:hover, .industry-grid article:hover, .feature-card:hover { transform: translateY(-4px); }
.icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(130deg, #e4f5ff, #d8efff);
  color: #0069a6;
  font-size: .9rem;
  font-weight: 900;
}
.service-card a { color: #007ec3; font-weight: 800; margin-top: auto; }

.product-grid { grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); }
.product-card {
  padding: .95rem;
  display: flex;
  flex-direction: column;
  gap: .6rem;
  transition: .25s ease;
  min-height: 390px;
}
.product-card img {
  width: 100%;
  height: 160px;
  border-radius: 12px;
  object-fit: cover;
  background: #e8f5ff;
  border: 1px solid #cddff0;
}
.product-card h3 { font-size: 1.08rem; }
.product-card p { margin: 0 0 .7rem; color: #213c63; }
.badge {
  display: inline-block;
  width: fit-content;
  background: #e8f5ff;
  color: #005f97;
  font-size: .74rem;
  font-weight: 800;
  padding: .3rem .6rem;
  border-radius: 999px;
}

.why { background: linear-gradient(140deg, #07162c, #0f2f54); }
.why-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 1.4rem; align-items: start; }
.checklist {
  list-style: none;
  margin: 0;
  padding: 1rem;
  display: grid;
  gap: .65rem;
  border: 1px solid rgba(146, 202, 255, 0.36);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
}
.checklist li { position: relative; padding-left: 1.55rem; }
.checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .5rem;
  width: .6rem;
  height: .6rem;
  border-radius: 50%;
  background: var(--primary-2);
  box-shadow: 0 0 0 4px rgba(25, 212, 255, .17);
}

.process-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .95rem; margin-top: 1.2rem; }
.step { padding: 1.15rem; text-align: center; }
.step span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0ca4ff, #19d4ff);
  color: #03213f;
  font-weight: 900;
  margin-bottom: .7rem;
}

.industry-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.industry-grid article { padding: 1rem; }

.cta-band { background: linear-gradient(120deg, #0582c7 0%, #00b5d5 45%, #fd8a2a 120%); color: #fff; }
.cta-wrap { text-align: center; max-width: 920px; }
.cta-wrap h2 { margin-bottom: .7rem; }
.cta-wrap .hero-ctas { justify-content: center; }
.page-hero {
  background: linear-gradient(135deg, rgba(17, 55, 98, .94), rgba(14, 52, 95, .86));
  padding-top: clamp(2.5rem, 5vw, 4rem);
  padding-bottom: clamp(2.5rem, 5vw, 4rem);
}
.page-hero p { color: var(--muted); max-width: 60ch; }

.contact-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: 1rem; }
.contact-card, .contact-form { padding: 1.2rem; }
.contact-card a { color: #0a73be; overflow-wrap: anywhere; }
.contact-form { display: grid; gap: .55rem; }
.contact-form input, .contact-form textarea, .contact-form select {
  width: 100%;
  border: 1px solid #cadbf0;
  background: #f9fcff;
  border-radius: 10px;
  padding: .72rem .8rem;
  font: inherit;
}
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus {
  outline: 2px solid rgba(22, 167, 255, .35);
  border-color: #70bfff;
}

.site-footer { background: #050f20; border-top: 1px solid rgba(163, 200, 240, 0.22); margin-top: 1.5rem; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr .8fr .8fr 1fr;
  gap: 1rem;
  padding: 2rem 0 1.2rem;
}
.footer-grid h3, .footer-grid h4 { margin-bottom: .55rem; }
.footer-grid p, .footer-grid li, .footer-grid a { color: #b7cce6; font-size: .92rem; }
.footer-grid ul { margin: 0; padding: 0; list-style: none; display: grid; gap: .35rem; }
.footer-grid a:hover { color: #fff; }
.copyright {
  border-top: 1px solid rgba(163, 200, 240, 0.16);
  text-align: center;
  color: #9bb5d4;
  padding: .85rem 1rem;
  font-size: .88rem;
}

@media (max-width: 1120px) {
  .nav-wrap { flex-wrap: wrap; }
  .brand { min-width: 190px; }
  .main-nav { order: 3; width: 100%; }
  .nav-links { justify-content: flex-start; }
  .hero-grid, .why-grid, .contact-grid { grid-template-columns: 1fr; }
  h1 { max-width: 22ch; }
  .partner-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .feature-grid, .service-grid, .industry-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  :root { --container: min(100% - 28px, 1180px); }
  .top-bar-wrap { flex-direction: column; align-items: flex-start; }
  .top-social { flex-wrap: wrap; }
  .nav-wrap { align-items: flex-start; }
  .brand, .nav-btn, .main-nav, .menu-toggle { width: 100%; }
  .menu-toggle { display: block; margin-top: .25rem; }
  .main-nav { display: none; }
  .main-nav.open { display: block; }
  .nav-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .35rem; margin-top: .5rem; }
  .nav-links a { display: block; border: 1px solid rgba(218, 232, 250, 0.14); text-align: center; }
  .stats-grid, .process-grid, .partner-grid, .feature-grid, .service-grid, .industry-grid, .footer-grid { grid-template-columns: 1fr; }
  .hero-visual { order: -1; }
  .hero-visual img { height: 300px; }
  .chip-two { right: auto; left: 1.2rem; }
  .btn { width: 100%; }
  .hero-ctas { display: grid; }
  .product-card { min-height: auto; }
}

@media (max-width: 420px) {
  .nav-links { grid-template-columns: 1fr; }
  .hero-visual img { height: 240px; }
  h1 { font-size: 2rem; }
}


/* Real photo pack additions */
.hero-visual::after {
  content: "";
  position: absolute;
  inset: .9rem;
  border-radius: calc(var(--radius) - 6px);
  pointer-events: none;
  background: linear-gradient(90deg, rgba(3, 16, 34, .28), rgba(3, 16, 34, 0));
}
.hero-visual .visual-chip {
  z-index: 2;
}
.service-card img,
.product-card img,
.industry-grid article img {
  object-position: center;
}
.product-card img {
  filter: saturate(1.04) contrast(1.02);
}
