@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;700;800&family=Space+Grotesk:wght@500;700&display=swap");

:root {
  --bg: #0d1117;
  --bg-soft: #121926;
  --surface: rgba(255, 255, 255, 0.05);
  --surface-strong: rgba(255, 255, 255, 0.08);
  --surface-light: #f5f7fb;
  --text: #edf2ff;
  --text-muted: #a9b4c9;
  --text-dark: #162033;
  --line: rgba(255, 255, 255, 0.12);
  --brand: #79f2c0;
  --brand-strong: #3ccf91;
  --accent: #9db4ff;
  --shadow: 0 30px 80px rgba(4, 10, 22, 0.35);
  --radius-lg: 32px;
  --radius-md: 22px;
  --radius-sm: 16px;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(121, 242, 192, 0.18), transparent 28%),
    radial-gradient(circle at top right, rgba(157, 180, 255, 0.16), transparent 24%),
    linear-gradient(180deg, #09101a 0%, #0d1117 40%, #101827 100%);
  overflow-x: hidden;
}

.page-shell {
  position: relative;
}

.container {
  position: relative;
  z-index: 1;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

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

ul {
  margin: 0;
  padding-left: 20px;
}

p {
  margin: 0;
  line-height: 1.7;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(18px);
  background: rgba(9, 16, 26, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.custom_nav-container {
  padding: 18px 0;
}

.navbar-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.navbar-brand img {
  width: 68px;
  height: 68px;
  object-fit: contain;
  filter: drop-shadow(0 12px 28px rgba(121, 242, 192, 0.18));
}

.navbar-brand span {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--text);
  letter-spacing: 0.04em;
}

.navbar-nav {
  align-items: center;
  gap: 10px;
}

.nav-link {
  color: var(--text-muted);
  font-size: 0.95rem;
  font-weight: 600;
  padding: 10px 14px !important;
  transition: color 0.25s ease, transform 0.25s ease;
}

.nav-link:hover,
.nav-link:focus {
  color: var(--text);
  transform: translateY(-1px);
}

.nav-cta,
.primary-btn,
.secondary-btn,
.ghost-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.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}

.nav-cta,
.primary-btn {
  background: linear-gradient(135deg, var(--brand), #b8ffd4);
  color: #082112;
  box-shadow: 0 16px 35px rgba(60, 207, 145, 0.28);
}

.secondary-btn {
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: var(--text);
  background: rgba(255, 255, 255, 0.03);
}

.ghost-btn {
  background: rgba(157, 180, 255, 0.12);
  color: #dbe4ff;
  border: 1px solid rgba(157, 180, 255, 0.18);
}

.nav-cta:hover,
.primary-btn:hover,
.secondary-btn:hover,
.ghost-btn:hover {
  transform: translateY(-2px);
  color: inherit;
}

.hero_section {
  padding: 96px 0 48px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 44px;
  align-items: center;
}

.eyebrow,
.strip-label,
.product-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow {
  color: var(--brand);
  margin-bottom: 20px;
}

.hero-copy h1,
.section-heading h2,
.expertise-copy h2,
.cta-panel h2 {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.hero-copy h1 {
  font-size: clamp(2rem, 3.5vw, 3.6rem);
  max-width: 15ch;
}

.hero-copy p {
  max-width: 610px;
  margin-top: 22px;
  font-size: 1.08rem;
  color: var(--text-muted);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 32px;
}

.hero-metrics div {
  padding: 20px;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--line);
}

.hero-metrics strong {
  display: block;
  font-size: 1rem;
  color: var(--text);
}

.hero-metrics span {
  display: block;
  margin-top: 6px;
  color: var(--text-muted);
  font-size: 0.92rem;
}

.hero-visual {
  position: relative;
  min-height: 620px;
}

.hero-card {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(10, 15, 24, 0.65);
  box-shadow: var(--shadow);
}

.hero-card-main {
  position: absolute;
  inset: 50px 24px 40px 24px;
}

.hero-card-header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  color: var(--text-muted);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hero-card-main img {
  width: 100%;
  height: 340px;
  object-fit: cover;
}

.hero-card-content {
  padding: 26px 28px 32px;
}

.hero-card-content h2 {
  margin: 0 0 12px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 2rem;
}

.hero-card-content p {
  color: var(--text-muted);
}

.hero-floating {
  position: absolute;
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--text-dark);
  box-shadow: 0 22px 45px rgba(4, 10, 22, 0.24);
}

.hero-floating img {
  width: 42px;
  height: 42px;
}

.hero-floating strong,
.expertise-points strong {
  display: block;
  font-size: 0.98rem;
}

.hero-floating span,
.expertise-points span {
  display: block;
  margin-top: 3px;
  font-size: 0.9rem;
  color: #47536b;
}

.hero-floating-top {
  top: 0;
  right: 0;
  max-width: 270px;
}

.hero-floating-bottom {
  left: 0;
  bottom: 0;
  max-width: 280px;
}

.trust_strip,
.services_section,
.expertise_section,
.products_section,
.cta_section {
  padding: 48px 0 96px;
}

.trust-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 26px;
  align-items: center;
  padding: 28px 32px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.strip-label {
  color: var(--accent);
  margin-bottom: 10px;
}

.trust-grid p {
  color: var(--text-muted);
}

.trust-grid ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.trust-grid li {
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(157, 180, 255, 0.1);
  border: 1px solid rgba(157, 180, 255, 0.16);
  color: #e7edff;
  font-size: 0.94rem;
  font-weight: 700;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 32px;
}

.section-heading h2,
.expertise-copy h2,
.cta-panel h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.service-card {
  padding: 28px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  min-height: 100%;
}

.service-card.featured {
  background: linear-gradient(180deg, rgba(121, 242, 192, 0.16), rgba(255, 255, 255, 0.05));
}

.service-card img,
.mini-card img {
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
}

.service-card h3 {
  margin: 0 0 12px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.35rem;
}

.service-card p {
  color: var(--text-muted);
  margin-bottom: 16px;
}

.service-card li {
  margin-bottom: 10px;
  color: #d7dff1;
}

.expertise-panel {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 26px;
  align-items: stretch;
  padding: 34px;
  border-radius: 34px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(157, 180, 255, 0.04));
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.expertise-copy p {
  margin-top: 18px;
  color: var(--text-muted);
}

.expertise-points {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.expertise-points div {
  padding: 18px 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.expertise-points span {
  color: var(--text-muted);
}

.expertise-stack {
  display: grid;
  gap: 16px;
}

.stack-card {
  padding: 24px;
  border-radius: 24px;
}

.stack-card span {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.stack-card strong {
  display: block;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.32rem;
  line-height: 1.2;
}

.stack-card.dark {
  background: #eff4ff;
  color: var(--text-dark);
}

.stack-card.light {
  background: linear-gradient(135deg, rgba(121, 242, 192, 0.2), rgba(157, 180, 255, 0.12));
  border: 1px solid rgba(255, 255, 255, 0.08);
}

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

.mini-card {
  padding: 22px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.mini-card span {
  display: block;
  font-weight: 800;
}

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

.product-card {
  overflow: hidden;
  border-radius: 30px;
  background: #f7f9fc;
  color: var(--text-dark);
  box-shadow: 0 18px 40px rgba(4, 10, 22, 0.18);
}

.product-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 10px;
}

.product-gallery img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 22px;
}

.product-copy {
  padding: 10px 26px 28px;
}

.product-tag {
  color: #0f4d37;
}

.product-copy p {
  margin-top: 12px;
  color: #405069;
}

.cta-panel {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 26px;
  align-items: center;
  padding: 34px;
  border-radius: 32px;
  background:
    radial-gradient(circle at top right, rgba(121, 242, 192, 0.16), transparent 35%),
    rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.cta-panel p {
  margin-top: 14px;
  color: var(--text-muted);
}

.cta-actions {
  display: grid;
  gap: 12px;
  min-width: 290px;
}

.site-footer {
  padding: 0 0 34px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 30px;
  padding: 32px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-brand {
  margin-bottom: 16px;
}

.footer-brand img {
  width: 72px;
  height: 72px;
}

.footer-grid p {
  color: var(--text-muted);
  max-width: 480px;
}

.footer-contact h4 {
  margin: 0 0 18px;
  font-family: "Space Grotesk", sans-serif;
}

.footer-contact a {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--text);
  margin-bottom: 12px;
}

.footer-contact i {
  width: 18px;
  text-align: center;
}

.footer-bottom {
  padding-top: 20px;
  text-align: center;
  color: var(--text-muted);
}

.navbar-toggler {
  border: 0;
  padding: 0;
  width: 44px;
  height: 44px;
}

.navbar-toggler span,
.navbar-toggler span::before,
.navbar-toggler span::after {
  display: block;
  width: 26px;
  height: 2px;
  border-radius: 999px;
  background: var(--text);
  position: relative;
  transition: 0.3s ease;
}

.navbar-toggler span::before,
.navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
}

.navbar-toggler span::before {
  top: -8px;
}

.navbar-toggler span::after {
  top: 8px;
}
