@font-face {
  font-family: "Rajdhani";
  src: url("assets/fonts/rajdhani-500.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Rajdhani";
  src: url("assets/fonts/rajdhani-600.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Rajdhani";
  src: url("assets/fonts/rajdhani-700.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Space Grotesk";
  src: url("assets/fonts/space-grotesk-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Space Grotesk";
  src: url("assets/fonts/space-grotesk-500.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Space Grotesk";
  src: url("assets/fonts/space-grotesk-700.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg: #041019;
  --bg-soft: #0a1d28;
  --surface: rgba(255, 255, 255, 0.05);
  --surface-strong: rgba(255, 255, 255, 0.08);
  --text: #eef8f7;
  --muted: #b9d0cf;
  --line: rgba(255, 255, 255, 0.12);
  --red: #0fa3b1;
  --red-bright: #1fc9b5;
  --red-deep: #0b4f6c;
  --shadow: 0 25px 80px rgba(0, 18, 31, 0.34);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Space Grotesk", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(31, 201, 181, 0.26), transparent 32%),
    radial-gradient(circle at 85% 15%, rgba(15, 163, 177, 0.18), transparent 24%),
    linear-gradient(180deg, #031018 0%, #08212d 32%, #0d2e36 100%);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, .navbar-brand, .eyebrow, .section-kicker {
  font-family: "Rajdhani", sans-serif;
  letter-spacing: 0.03em;
}

a {
  text-decoration: none;
}

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

.site-shell {
  overflow: hidden;
}

.navbar {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(9, 64, 87, 0.08);
}

.brand-logo {
  height: 58px;
  width: auto;
  object-fit: contain;
}

.nav-link {
  color: #12303f !important;
  text-transform: uppercase;
  font-size: 0.84rem;
  letter-spacing: 0.08em;
  font-weight: 600;
}

.nav-link:hover,
.nav-link.active {
  color: var(--red-deep) !important;
}

.navbar-toggler {
  border-color: rgba(11, 79, 108, 0.2);
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(15, 163, 177, 0.18);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2818,48,63,0.95%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.hero-section {
  position: relative;
  padding-top: 4.5rem;
  min-height: 100vh;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(110deg, rgba(2, 13, 20, 0.1) 0%, rgba(2, 19, 30, 0.56) 46%, rgba(11, 79, 108, 0.22) 100%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.02) 0 1px, transparent 1px 120px);
  pointer-events: none;
}

.eyebrow,
.section-kicker {
  display: inline-block;
  color: #99f0df;
  font-size: 0.92rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.hero-title {
  max-width: 900px;
  line-height: 0.95;
  text-transform: uppercase;
  text-wrap: balance;
}

.hero-copy-wrap {
  position: relative;
  z-index: 2;
  padding-right: 1.5rem;
}

.hero-copy,
.section-copy,
.service-card p,
.testimonial-card p,
.process-card p,
.info-card p,
.about-card p,
.pillar-card p,
.stat-box span,
.contact-card p,
.contact-form-wrap .form-label,
.contact-form-wrap .form-control,
.metric-card span,
.pci-item {
  color: var(--muted);
}

.hero-copy {
  max-width: 760px;
  font-size: 1.08rem;
  line-height: 1.8;
}

.btn-danger {
  background: linear-gradient(135deg, var(--red-bright), var(--red));
  border: none;
  box-shadow: 0 18px 35px rgba(15, 163, 177, 0.28);
  color: #fff;
}

.btn-danger:hover {
  background: linear-gradient(135deg, #32dfca, #139eb2);
  color: #fff;
}

.btn-outline-light {
  border-color: rgba(255, 255, 255, 0.25);
  color: #fff;
}

.hero-highlights .metric-card,
.service-card,
.info-card,
.about-card,
.pci-panel,
.pillar-card,
.process-card,
.stat-box,
.testimonial-card,
.contact-panel,
.contact-form-wrap,
.contact-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.metric-card {
  padding: 1.15rem;
  min-height: 100%;
}

.metric-card strong {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}

.hero-highlights .metric-card {
  min-height: 100%;
}

.hero-stage {
  position: relative;
  padding-left: 2rem;
}

.hero-frame {
  position: relative;
  overflow: hidden;
  min-height: 700px;
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: var(--shadow);
  background: #0f0f0f;
}

.hero-frame img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}

.hero-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4, 19, 28, 0.08) 0%, rgba(4, 22, 33, 0.24) 48%, rgba(4, 22, 33, 0.74) 100%);
}

.pci-panel::before,
.contact-form-wrap::before {
  content: "";
  position: absolute;
  inset: auto -40px -40px auto;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(31, 201, 181, 0.28) 0%, rgba(31, 201, 181, 0) 72%);
}

.section-title {
  text-transform: uppercase;
}

.hero-badge-card {
  position: relative;
  z-index: 2;
  max-width: 290px;
  margin: -9rem 0 0 auto;
  padding: 1.4rem;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, rgba(15, 163, 177, 0.94), rgba(11, 79, 108, 0.96));
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.38);
}

.hero-badge-card strong,
.hero-badge-card span {
  display: block;
  color: #fff;
}

.hero-badge-label {
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(233, 255, 250, 0.9);
  margin-bottom: 0.6rem;
}

.hero-badge-card strong {
  font-family: "Rajdhani", sans-serif;
  font-size: 1.45rem;
  line-height: 1.05;
  text-transform: uppercase;
  margin-bottom: 0.55rem;
}

.hero-badge-card span:last-child {
  color: rgba(236, 255, 251, 0.86);
}

.hero-info-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.25rem;
}

.hero-info-item {
  padding: 1.15rem 1.2rem;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.03));
  box-shadow: var(--shadow);
}

.hero-info-item span,
.hero-info-item strong {
  display: block;
}

.hero-info-item span {
  color: #9ff4e4;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.4rem;
}

.hero-info-item strong {
  color: #fff;
  font-size: 0.98rem;
  line-height: 1.4;
}

.section-block {
  position: relative;
  padding: 6rem 0;
}

.section-dark {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
}

.section-heading {
  max-width: 860px;
  margin: 0 auto;
}

.section-title {
  font-size: clamp(2.1rem, 4vw, 3.5rem);
  line-height: 1.02;
}

.info-card,
.service-card,
.pillar-card,
.process-card,
.stat-box,
.contact-card {
  padding: 1.6rem;
  height: 100%;
}

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

.about-media {
  position: relative;
  height: 260px;
}

.about-media-badge {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 2;
  padding: 0.8rem 1rem;
  border-radius: 16px;
  background: rgba(7, 31, 39, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  font-family: "Rajdhani", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.about-card {
  min-height: 220px;
  padding: 1.5rem;
}

.about-card span,
.process-card span,
.service-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  margin-bottom: 1rem;
  background: rgba(31, 201, 181, 0.16);
  color: #fff;
  font-weight: 700;
}

.about-card.accent {
  background: linear-gradient(180deg, rgba(31, 201, 181, 0.2), rgba(255, 255, 255, 0.05));
}

.about-card.dark {
  background: linear-gradient(180deg, rgba(11, 79, 108, 0.88), rgba(8, 28, 40, 0.96));
}

.service-card {
  position: relative;
  overflow: hidden;
}

.service-card::after {
  content: "";
  position: absolute;
  inset: auto -40px -40px auto;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(31, 201, 181, 0.18) 0%, rgba(31, 201, 181, 0) 72%);
}

.service-index {
  font-size: 0.9rem;
}

.pci-section {
  background:
    linear-gradient(180deg, rgba(15, 163, 177, 0.07), rgba(0, 0, 0, 0)),
    radial-gradient(circle at 15% 25%, rgba(31, 201, 181, 0.14), transparent 20%);
}

.pci-panel {
  position: relative;
  padding: 2rem;
}

.pci-panel h3 {
  margin-bottom: 1.25rem;
}

.pci-item {
  height: 100%;
  padding: 1rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.22);
}

.process-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.015), rgba(255, 255, 255, 0)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.015) 0 1px, transparent 1px 100px);
}

.sectors-section {
  background: linear-gradient(180deg, rgba(15, 163, 177, 0.06), rgba(255, 255, 255, 0.01));
}

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

.sector-chip {
  padding: 1.2rem 1.3rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  box-shadow: var(--shadow);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-family: "Rajdhani", sans-serif;
}

.process-card span {
  background: linear-gradient(135deg, var(--red-bright), var(--red-deep));
}

.testimonials-section {
  background: linear-gradient(180deg, rgba(11, 79, 108, 0.12), rgba(0, 0, 0, 0));
}

.testimonial-card {
  padding: 2rem;
  height: 100%;
}

.testimonial-card p {
  font-size: 1.04rem;
  line-height: 1.9;
}

.testimonial-card footer {
  margin-top: 1.5rem;
}

.testimonial-card footer strong,
.contact-card h3,
.service-card h3,
.process-card h3,
.pillar-card h3,
.info-card h3,
.about-card h3,
.pci-panel h3,
.stat-box strong,
.contact-form-wrap h3 {
  display: block;
  color: #fff;
}

.testimonial-card footer span {
  display: block;
  color: #8ceedd;
  margin-top: 0.25rem;
}

.contact-panel,
.contact-form-wrap {
  position: relative;
  padding: 2rem;
  height: 100%;
}

.form-control {
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  padding: 0.9rem 1rem;
}

.form-control:focus {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(31, 201, 181, 0.45);
  box-shadow: 0 0 0 0.2rem rgba(31, 201, 181, 0.16);
}

.form-control::placeholder {
  color: rgba(202, 191, 185, 0.72);
}

.site-footer {
  padding: 1.75rem 0 2.5rem;
  border-top: 1px solid rgba(9, 64, 87, 0.08);
  color: #355462;
  background: #ffffff;
}

.footer-brand {
  flex-shrink: 0;
}

.footer-logo {
  height: 58px;
  width: auto;
  object-fit: contain;
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    padding-top: 1rem;
    padding-bottom: 0.75rem;
  }

  .hero-title {
    font-size: clamp(3rem, 11vw, 5rem);
  }

  .hero-copy-wrap {
    padding-right: 0;
  }

  .hero-stage {
    padding-left: 0;
  }

  .hero-frame {
    min-height: 560px;
  }

  .hero-frame img {
    height: 560px;
  }

  .hero-badge-card {
    margin-top: -6rem;
  }

  .brand-logo {
    height: 50px;
  }
}

@media (max-width: 767.98px) {
  .section-block {
    padding: 4.5rem 0;
  }

  .about-grid {
    grid-template-columns: 1fr;
  }

  .sector-grid {
    grid-template-columns: 1fr;
  }

  .hero-frame {
    min-height: 420px;
  }

  .hero-frame img {
    height: 420px;
  }

  .hero-badge-card {
    max-width: none;
    margin-top: -3rem;
  }

  .hero-info-strip {
    grid-template-columns: 1fr;
  }

  .contact-panel,
  .contact-form-wrap,
  .pci-panel {
    padding: 1.5rem;
  }

  .brand-logo {
    height: 44px;
  }

  .footer-logo {
    height: 48px;
  }
}
