  
    :root {
      --bg: #0b1020;
      --bg-soft: #11182d;
      --card: rgba(255, 255, 255, 0.05);
      --border: rgba(255, 255, 255, 0.12);
      --text: #f5f7fa;
      --muted: #b9c2d0;
      --primary: #007c91;
      --accent: #ffc300;
      --max-width: 1120px;
      --radius: 20px;
      --shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      font-family: "Inter", sans-serif;
      font-family: 'Poppins', sans-serif;
    
      background:
        radial-gradient(circle at top left, rgba(0, 191, 166, 0.12), transparent 35%),
        radial-gradient(circle at bottom right, rgba(255, 195, 0, 0.12), transparent 30%),
        linear-gradient(180deg, #0a0f1d 0%, #10182b 100%);
      color: var(--text);
      min-height: 100vh;
      line-height: 1.6;
    }

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

    .container {
      width: min(var(--max-width), calc(100% - 2rem));
      margin: 0 auto;
    }

    .site-header {
      padding: 1.1rem 0;
    }

    .site-header {
  padding: 1.1rem 0;
  background: transparent;
    }
  

    .nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 1.1rem;
  border: 1px solid rgba(0, 124, 145, 0.10);
  background: #F7FBFC;
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    }
    

.header .logo {
  line-height: 1;
  display: flex;
  align-items: center;
}

.header .logo img {
  display: block;
  height: 48px;
  width: auto;
  max-width: 220px;
}

@media (max-width: 576px) {
  .header .logo img {
    height: 36px;
  }
}

@media (max-width: 1200px) {
  .header .logo {
    order: 1;
  }

  .header .navmenu {
    order: 3;
  }
}

.scrolled .header {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
    .nav {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
      padding: 0.9rem 1.1rem;
      border: 1px solid var(--border);
      background: rgba(255, 255, 255, 0.03);
      backdrop-filter: blur(12px);
      border-radius: 18px;
    }

    .nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 1.1rem;
  border: 1px solid rgba(0,0,0,0.06);
  background: #ffffff;
      background: #DFF0F6;
      background: #A9BED6;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    }

    

  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
      }

    .nav {
  backdrop-filter: blur(6px);
    }

    .brand {
      display: flex;
      align-items: center;
      gap: 0.85rem;
      font-weight: 800;
      letter-spacing: 0.02em;
    }

    .brand-logo {
  height: 48px;
  max-width: 220px;
  width: auto;
  display: block;
    }

    .brand-mark {
      width: 40px;
      height: 40px;
      border-radius: 14px;
      display: grid;
      place-items: center;
      background: linear-gradient(135deg, var(--primary), #00bfa6);
      color: white;
      font-weight: 800;
      box-shadow: var(--shadow);
      flex-shrink: 0;
    }

    .brand-text {
      display: flex;
      flex-direction: column;
      line-height: 1.05;
    }

    .brand-text small {
      color: var(--muted);
      font-weight: 500;
      letter-spacing: 0;
      margin-top: 0.2rem;
    }

    .nav-links {
      display: flex;
      align-items: center;
      gap: 1.8rem;
      flex-wrap: wrap;
    }

    

    .nav-links a {
  color: #1A2A40;
  font-size: 0.95rem;
  transition: 0.2s ease;
      font-weight: 600;
      font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
    

.nav-links a:hover {
  color: #007c91;
}

    .hero {
      padding: 4.5rem 0 2.5rem;
    }

    .hero-grid {
      display: grid;
      grid-template-columns: 1.25fr 0.95fr;
      gap: 2rem;
      align-items: center;
    }

    

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
      padding: 0.45rem 0.8rem;
      border-radius: 999px;
      border: 1px solid rgba(255, 195, 0, 0.25);
      background: rgba(255, 195, 0, 0.08);
      color: #ffe186;
      font-size: 0.9rem;
      font-weight: 600;
      margin-bottom: 1.25rem;
    }

    h1 {
      margin: 0;
      font-size: clamp(2.4rem, 5vw, 4.8rem);
      line-height: 0.96;
      letter-spacing: -0.04em;
      max-width: 12ch;
      
  letter-spacing: -0.02em;
      
    }

    h1, h2, h3, h4, h5 {
  font-family: 'Montserrat', sans-serif;
    }
    .hero p {
      margin: 1.3rem 0 0;
      max-width: 58ch;
      font-size: 1.06rem;
      line-height: 1.75;
      color: var(--muted);
    }

    .hero h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
    }

    p {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
    }

    .hero-actions {
      display: flex;
      gap: 0.9rem;
      flex-wrap: wrap;
      margin-top: 2rem;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 0.5rem;
      min-height: 48px;
      padding: 0 1.15rem;
      border-radius: 12px;
      font-weight: 600;
      transition: 0.2s ease;
      border: 1px solid transparent;
    }

    .btn-primary {
      background: linear-gradient(135deg, var(--primary), #00bfa6);
      color: white;
      box-shadow: 0 12px 32px rgba(0, 124, 145, 0.28);
    }

    .btn-primary:hover {
      transform: translateY(-1px);
      box-shadow: 0 14px 36px rgba(0, 124, 145, 0.34);
    }

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

    .btn-secondary:hover {
      background: rgba(255, 255, 255, 0.07);
    }

    .btn-secondary {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
    }

    .hero-card {
      padding: 1.4rem;
      border: 1px solid var(--border);
      border-radius: var(--radius);
      background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03));
      box-shadow: var(--shadow);
    }

    .hero-card-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
      margin-bottom: 1rem;
    }

    .status {
      display: inline-flex;
      align-items: center;
      gap: 0.55rem;
      font-size: 0.92rem;
      color: var(--muted);
    }

    .status-dot {
      width: 10px;
      height: 10px;
      border-radius: 999px;
      background: #43d67d;
      box-shadow: 0 0 0 8px rgba(67, 214, 125, 0.1);
    }

    .mini-grid {
      display: grid;
      gap: 0.9rem;
      margin-top: 1rem;
    }

    .mini-card {
      padding: 1rem 1rem 0.95rem;
      border-radius: 16px;
      background: rgba(255, 255, 255, 0.04);
      border: 1px solid rgba(255, 255, 255, 0.08);
    }

    .mini-card strong {
      display: block;
      font-size: 0.98rem;
      margin-bottom: 0.35rem;
    }

    .mini-card p {
      margin: 0;
      color: var(--muted);
      font-size: 0.95rem;
      line-height: 1.65;
    }

    .section {
      padding: 1.5rem 0;
    }

    .section-title {
      margin: 0 0 1rem;
      font-size: 1.5rem;
      letter-spacing: -0.02em;
    }

    .section-intro {
      margin: 0 0 1.8rem;
      color: var(--muted);
      max-width: 65ch;
      line-height: 1.75;
    }

    .grid-4 {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 1rem;
    }

    .feature-card,
    .project-card,
    .contact-card {
      padding: 1.2rem;
      border-radius: 18px;
      border: 1px solid var(--border);
      background: var(--card);
      backdrop-filter: blur(10px);
    }

    .feature-card h3,
    .project-card h3,
    .contact-card h3 {
      margin: 0 0 0.55rem;
      font-size: 1.02rem;
    }

    .feature-card p,
    .project-card p,
    .contact-card p {
      margin: 0;
      color: var(--muted);
      line-height: 1.7;
      font-size: 0.96rem;
    }

    .grid-3 {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1rem;
    }

    .project-tag {
      display: inline-block;
      margin-bottom: 0.8rem;
      padding: 0.32rem 0.65rem;
      border-radius: 999px;
      background: rgba(0, 124, 145, 0.14);
      color: #8ddce7;
      font-size: 0.82rem;
      font-weight: 600;
    }

    .contact-grid {
      display: grid;
      grid-template-columns: 1.2fr 0.8fr;
      gap: 1rem;
    }

    .contact-links {
      display: flex;
      flex-wrap: wrap;
      gap: 0.8rem;
      margin-top: 1.15rem;
    }

    .contact-link {
      padding: 0.8rem 1rem;
      border-radius: 12px;
      border: 1px solid var(--border);
      color: var(--text);
      background: rgba(255, 255, 255, 0.03);
      font-weight: 600;
    }

    .contact-link:hover {
      background: rgba(255, 255, 255, 0.07);
    }

    .site-footer {
      padding: 2rem 0 2.6rem;
      color: var(--muted);
      font-size: 0.92rem;
    }

    .footer-wrap {
      display: flex;
      justify-content: space-between;
      gap: 1rem;
      flex-wrap: wrap;
      padding-top: 1rem;
      border-top: 1px solid var(--border);
    }
body {
  font-family: 'Poppins', sans-serif;
  line-height: 1.65;
}

h1, h2, h3, h4, h5 {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: -0.02em;
}

.hero h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.04em;
}

h2, h3 {
  line-height: 1.15;
}

p {
  font-family: 'Poppins', sans-serif;
  line-height: 1.75;
}

.nav-links a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.hero p,
.section-intro,
.contact-card p {
  max-width: 58ch;
}
    @media (max-width: 980px) {
      .hero-grid,
      .contact-grid,
      .grid-4,
      .grid-3 {
        grid-template-columns: 1fr;
      }

      h1 {
        max-width: 100%;
      }
    }

    @media (max-width: 720px) {
      .nav {
        flex-direction: column;
        align-items: flex-start;
      }

      .hero {
        padding-top: 3rem;
      }

      .hero-actions,
      .contact-links {
        width: 100%;
      }

      .btn,
      .contact-link {
        width: 100%;
      }
    }

    .grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

@media (max-width: 980px) {
  .grid-3 {
    grid-template-columns: 1fr;
  }
      }
  
