:root {
  --bg: #eef3f8;
  --surface: #ffffff;
  --surface-alt: #f4f7fb;
  --text: #09111f;
  --muted: #526072;
  --brand: #0f4c81;
  --brand-deep: #07192f;
  --accent: #153a66;
  --accent-soft: rgba(15, 76, 129, 0.1);
  --line: rgba(9, 17, 31, 0.1);
  --shadow-lg: 0 24px 60px rgba(7, 25, 47, 0.18);
  --shadow-md: 0 14px 36px rgba(7, 25, 47, 0.09);
  --radius-lg: 30px;
  --radius-md: 22px;
  --radius-sm: 16px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: var(--text);
  overflow-x: hidden;
  background:
    radial-gradient(circle at top left, rgba(15, 76, 129, 0.12), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, var(--bg) 100%);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
.button {
  font: inherit;
  border: 0;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(9, 17, 31, 0.08);
}

.topbar {
  background: #14213d;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.92rem;
}

.topbar-shell {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.topbar-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.topbar-links a:hover {
  color: #ffffff;
}

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

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  min-width: 0;
}

.brand > span:last-child {
  line-height: 1.1;
}

.brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: linear-gradient(135deg, #1a5f9f, var(--brand-deep));
  box-shadow: 0 16px 36px rgba(7, 25, 47, 0.22);
}

.brand small {
  display: block;
  color: var(--muted);
  font-size: 0.73rem;
  letter-spacing: 0.12em;
}

.nav-links,
.header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.nav-links a {
  font-weight: 700;
  color: var(--muted);
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--brand);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  padding: 13px 22px;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  cursor: pointer;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: #ffffff;
  background: linear-gradient(135deg, #1464a6, var(--brand-deep));
  box-shadow: 0 18px 40px rgba(7, 25, 47, 0.2);
}

.button-secondary {
  color: var(--accent);
  background: var(--accent-soft);
  border: 1px solid rgba(15, 76, 129, 0.18);
}

.button-light {
  color: var(--text);
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(9, 17, 31, 0.1);
}

.button-whatsapp {
  color: #ffffff;
  background: linear-gradient(135deg, #1fa855, #157d3f);
  box-shadow: 0 18px 40px rgba(21, 125, 63, 0.24);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid var(--line);
  color: var(--text);
  cursor: pointer;
}

.hero {
  padding: 32px 0 18px;
}

.hero-shell,
.page-hero-shell {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, #07192f 0%, #0d2747 52%, #123a67 100%);
  color: #ffffff;
  box-shadow: var(--shadow-lg);
}

.hero-shell::before,
.page-hero-shell::before {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  right: -70px;
  top: -80px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}

.hero-grid,
.page-hero-grid {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 26px;
  align-items: stretch;
}

.hero-grid {
  min-height: 620px;
}

.page-hero-grid {
  min-height: 420px;
}

.hero-copy,
.page-hero-copy {
  padding: 64px 58px;
  position: relative;
  z-index: 2;
}

.hero-enterprise {
  max-width: 1200px;
  min-height: 700px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: stretch;
  background:
    radial-gradient(circle at top left, rgba(64, 145, 223, 0.18), transparent 34%),
    linear-gradient(135deg, #07192f 0%, #0d2747 52%, #123a67 100%);
}

.hero-enterprise .hero-slider {
  min-height: 700px;
  aspect-ratio: 12 / 7;
  order: 2;
}

.hero-enterprise .hero-copy {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 72px 58px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 100%),
    linear-gradient(135deg, rgba(7, 25, 47, 0.98) 0%, rgba(11, 35, 63, 0.96) 100%);
  order: 1;
}

.hero-enterprise .hero-copy::after {
  content: "";
  position: absolute;
  top: 58px;
  bottom: 58px;
  right: 0;
  width: 1px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0));
}

.hero-copy-panel {
  max-width: 560px;
}

.hero-copy-panel > * {
  overflow-wrap: anywhere;
}

.hindi-line {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 700;
  line-height: 1.7;
}

.hero-copy-panel .subline {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
  line-height: 1.6;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.hero h1,
.page-hero h1 {
  margin: 18px 0 18px;
  font-size: clamp(2.7rem, 5vw, 4.8rem);
  line-height: 0.95;
}

.hero p,
.page-hero p {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.75;
  font-size: 1.03rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 28px 0 34px;
}

.hero-points,
.mini-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.point,
.mini-stat {
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.point strong,
.mini-stat strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.42rem;
}

.hero-slider {
  position: relative;
  min-height: 100%;
}

.slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.55s ease;
}

.slide.active {
  opacity: 1;
}

.slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 25, 47, 0.08), rgba(7, 25, 47, 0.54));
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide-caption {
  position: absolute;
  left: auto;
  right: 24px;
  bottom: 24px;
  z-index: 2;
  width: min(360px, calc(100% - 48px));
  padding: 20px 22px;
  border-radius: 20px;
  background: rgba(7, 25, 47, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.slide-caption strong {
  display: block;
  margin-bottom: 4px;
  font-size: 1.15rem;
}

.slide-caption p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.45;
  font-size: 0.92rem;
}

.slider-dots {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 3;
  display: flex;
  gap: 8px;
}

.slider-dots button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  padding: 0;
  background: rgba(255, 255, 255, 0.36);
  cursor: pointer;
}

.slider-dots button.active {
  background: #ffffff;
}

.section {
  padding: 84px 0;
}

.section-alt {
  background: rgba(244, 247, 251, 0.9);
  border-top: 1px solid rgba(9, 17, 31, 0.06);
  border-bottom: 1px solid rgba(9, 17, 31, 0.06);
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 34px;
}

.section-head h2 {
  margin: 8px 0 0;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
}

.section-head p {
  max-width: 620px;
  color: var(--muted);
  line-height: 1.75;
}

.grid {
  display: grid;
  gap: 22px;
}

.grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

.grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.card,
.product-card,
.industry-card,
.value-card,
.stat-card,
.contact-card,
.contact-form,
.timeline-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
}

.card img,
.product-card img,
.page-hero-media img,
.about-media img,
.map img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 22px 22px 0 0;
}

.card-content,
.product-card-content,
.industry-card,
.value-card,
.stat-card,
.contact-card,
.contact-form,
.timeline-card {
  padding: 24px;
}

.stat-card strong {
  display: block;
  margin-bottom: 6px;
  color: var(--brand);
  font-size: 2rem;
}

.tag {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(15, 76, 129, 0.1);
  color: var(--accent);
  font-size: 0.82rem;
  font-weight: 800;
  margin-bottom: 12px;
}

.product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 16px 0 18px;
}

.product-meta span {
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--surface-alt);
  color: var(--muted);
  font-size: 0.9rem;
}

.card p,
.product-card p,
.industry-card p,
.value-card p,
.timeline-card p,
.contact-card p {
  color: var(--muted);
  line-height: 1.75;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: center;
}

.about-media {
  position: relative;
}

.badge {
  position: absolute;
  left: 24px;
  bottom: 24px;
  padding: 18px 20px;
  border-radius: 20px;
  background: rgba(7, 25, 47, 0.92);
  color: #ffffff;
}

.bullet-list,
.check-list {
  list-style: none;
  padding: 0;
  margin: 22px 0 0;
  display: grid;
  gap: 12px;
}

.bullet-list li,
.check-list li {
  position: relative;
  padding-left: 28px;
  color: var(--muted);
  line-height: 1.7;
}

.bullet-list li::before,
.check-list li::before {
  content: "\2022";
  position: absolute;
  left: 8px;
  color: var(--brand);
  font-size: 1.2rem;
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 28px;
}

.contact-stack {
  display: grid;
  gap: 18px;
}

.contact-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.08rem;
}

.contact-form {
  display: grid;
  gap: 16px;
}

.form-alert {
  padding: 14px 16px;
  border-radius: 16px;
  font-weight: 700;
}

.form-alert-success {
  background: rgba(34, 197, 94, 0.12);
  border: 1px solid rgba(34, 197, 94, 0.18);
  color: #166534;
}

.form-alert-error {
  background: rgba(220, 38, 38, 0.08);
  border: 1px solid rgba(220, 38, 38, 0.14);
  color: #991b1b;
}

.form-submit {
  width: 100%;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

label {
  display: grid;
  gap: 8px;
  font-weight: 700;
}

input,
textarea,
select {
  width: 100%;
  border: 1px solid rgba(9, 17, 31, 0.14);
  border-radius: 16px;
  padding: 14px 16px;
  font: inherit;
  color: var(--text);
  background: #ffffff;
}

textarea {
  min-height: 150px;
  resize: vertical;
}

.page-hero {
  padding: 36px 0 18px;
}

.page-hero-media img {
  height: 100%;
  min-height: 360px;
}

.map img {
  height: 300px;
  border-radius: 24px;
}

.cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 34px;
  border-radius: 28px;
  background: linear-gradient(135deg, #0a2342, #123a67);
  color: #ffffff;
}

.cta-band p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.82);
}

.site-footer {
  padding: 28px 0 42px;
}

.footer-shell {
  padding-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid rgba(9, 17, 31, 0.1);
  color: var(--muted);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.floating-cta {
  display: none;
}

.floating-cta a {
  min-width: 172px;
}

@media (max-width: 1024px) {
  .hero-grid,
  .page-hero-grid,
  .split,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .hero-enterprise {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .hero-enterprise .hero-copy {
    position: relative;
    width: 100%;
    padding: 40px 28px 26px;
    background: linear-gradient(180deg, rgba(7, 25, 47, 0.95) 0%, rgba(7, 25, 47, 0.82) 100%);
    order: 1;
  }

  .hero-enterprise .hero-copy::after {
    display: none;
  }

  .hero-enterprise .hero-slider {
    min-height: 520px;
    aspect-ratio: auto;
    order: 2;
  }

  .grid-4,
  .grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  body {
    padding-bottom: 104px;
  }

  .topbar-shell,
  .section-head,
  .cta-band,
  .footer-shell {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-wrap {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 14px 0;
    row-gap: 10px;
  }

  .menu-toggle {
    display: inline-grid;
    place-items: center;
    margin-left: auto;
  }

  .nav-links {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 10px;
    gap: 14px;
  }

  .nav-links.open {
    display: flex;
  }

  .header-actions {
    display: none;
  }

  .brand {
    gap: 10px;
    font-size: 0.92rem;
    letter-spacing: 0.02em;
    max-width: calc(100% - 64px);
  }

  .brand-mark {
    width: 38px;
    height: 38px;
    border-radius: 12px;
  }

  .brand small {
    font-size: 0.55rem;
    letter-spacing: 0.08em;
  }

  .hero-copy,
  .page-hero-copy {
    padding: 36px 22px;
  }

  .hero-enterprise .hero-slider {
    min-height: 300px;
  }

  .hero-enterprise .hero-copy {
    padding: 34px 22px 24px;
  }

  .hero h1 {
    font-size: clamp(2rem, 9vw, 3rem);
    line-height: 1.04;
  }

  .hero p,
  .hero-copy-panel .subline {
    font-size: 0.96rem;
    line-height: 1.7;
  }

  .slide-caption {
    right: 14px;
    bottom: 14px;
    padding: 16px;
    width: calc(100% - 28px);
  }

  .slider-dots {
    top: 14px;
    right: 14px;
  }

  .hero-points,
  .mini-stats,
  .grid-4,
  .grid-3,
  .grid-2,
  .form-row {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 64px 0;
  }

  .topbar {
    display: none;
  }

  .floating-cta {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 60;
    display: grid;
    gap: 10px;
  }

  .floating-cta a {
    width: 100%;
  }
}
