* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background: #ffffff;
  color: #071833;
}

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

.header {
  width: 100%;
  padding: 22px 7%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
}

.logo-icon {
  width: 58px;
  height: 45px;
  background: linear-gradient(135deg, #0066ff, #001b44);
  color: #fff;
  font-size: 34px;
  font-weight: 900;
  display: grid;
  place-items: center;
  border-radius: 8px;
}

.logo h2 {
  font-size: 24px;
  color: #061b3d;
}

.logo h2 span,
.logo p,
.tagline,
.section-label {
  color: #0066ff;
}

.logo p {
  font-size: 12px;
  font-weight: 600;
}

.nav {
  display: flex;
  gap: 30px;
  font-size: 15px;
}

.nav a {
  color: #061b3d;
  font-weight: 500;
}

.nav .active {
  color: #0066ff;
  border-bottom: 3px solid #0066ff;
  padding-bottom: 8px;
}

.quote-btn,
.primary-btn,
.cta a {
  background: #0066ff;
  color: #fff;
  padding: 14px 22px;
  border-radius: 7px;
  font-weight: 700;
}

.hero {
  padding: 60px 7%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 40px;
}

.tagline {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}

.hero h1 {
  font-size: 58px;
  line-height: 1.12;
  color: #061b3d;
  margin-bottom: 25px;
}

.desc {
  font-size: 18px;
  line-height: 1.7;
  max-width: 560px;
  color: #263856;
  margin-bottom: 35px;
}

.hero-buttons {
  display: flex;
  gap: 20px;
}

.secondary-btn {
  padding: 14px 22px;
  border: 1px solid #b8c7de;
  border-radius: 7px;
  font-weight: 700;
  color: #061b3d;
  background: #fff;
}

.hero-image {
  display: flex;
  justify-content: center;
}

.laptop {
  width: 520px;
}

.screen {
  height: 300px;
  background: #041735;
  border: 14px solid #061b3d;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  color: #45c9ff;
}

.dots {
  display: flex;
  gap: 8px;
  margin: 18px;
}

.dots span {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #ff5f56;
}

.dots span:nth-child(2) {
  background: #ffbd2e;
}

.dots span:nth-child(3) {
  background: #27c93f;
}

.screen pre {
  font-size: 25px;
  line-height: 1.6;
  margin: 35px;
  color: #69d6ff;
}

.big-w {
  position: absolute;
  right: 45px;
  top: 55px;
  font-size: 170px;
  font-weight: 900;
  background: linear-gradient(135deg, #0877ff, #031735);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.base {
  height: 28px;
  background: #061b3d;
  border-radius: 0 0 45px 45px;
}

.tech-stack {
  margin: 10px 7% 40px;
  padding: 22px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 15px;
  background: #fff;
  box-shadow: 0 10px 35px rgba(0, 30, 80, 0.12);
  border-radius: 12px;
  text-align: center;
  font-weight: 800;
}

.tech-stack div {
  border-right: 1px solid #d9e1ee;
  color: #061b3d;
}

.tech-stack div:last-child {
  border-right: none;
}

.services {
  margin: 40px 7%;
  background: #061b3d;
  border-radius: 14px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  color: #fff;
  overflow: hidden;
}

.service-card {
  padding: 35px;
  border-right: 1px solid rgba(255,255,255,0.13);
}

.service-card i {
  font-size: 32px;
  color: #0075ff;
  margin-bottom: 20px;
}

.service-card h3 {
  margin-bottom: 15px;
}

.service-card p {
  color: #d7e2f3;
  line-height: 1.6;
}

.team {
  text-align: center;
  padding: 40px 7%;
}

.section-label {
  font-weight: 800;
  margin-bottom: 10px;
}

.team h2 {
  font-size: 36px;
  color: #061b3d;
  margin-bottom: 15px;
}

.team-intro {
  max-width: 620px;
  margin: 0 auto 35px;
  color: #42516a;
  line-height: 1.6;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;
}

.profile-card {
  background: #fff;
  box-shadow: 0 10px 35px rgba(0, 30, 80, 0.12);
  border-radius: 16px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 45% 55%;
  text-align: left;
}

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

.profile-info {
  padding: 28px;
}

.profile-info h3 {
  font-size: 24px;
  color: #061b3d;
}

.profile-info h4 {
  color: #0066ff;
  margin: 8px 0 18px;
}

.profile-info p {
  line-height: 1.6;
  color: #34425a;
  margin-bottom: 20px;
}

.experience {
  display: flex;
  gap: 15px;
  align-items: center;
  border-top: 1px solid #e2e8f2;
  border-bottom: 1px solid #e2e8f2;
  padding: 15px 0;
  margin-bottom: 15px;
}

.experience i {
  color: #0066ff;
  font-size: 25px;
}

.experience b {
  color: #0066ff;
}

.profile-info ul {
  list-style: none;
}

.profile-info li {
  margin: 10px 0;
  color: #1c2d45;
}

.profile-info li::before {
  content: "✓";
  color: #0066ff;
  font-weight: 900;
  margin-right: 10px;
}

.cta {
  margin: 40px 7% 0;
  padding: 35px 55px;
  background: linear-gradient(135deg, #0066ff, #0047bd);
  color: #fff;
  border-radius: 14px 14px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cta h2 {
  font-size: 28px;
}

.cta a {
  background: #fff;
  color: #0066ff;
}

.footer {
  background: #041735;
  color: #fff;
  padding: 45px 7%;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 30px;
}

.footer span {
  color: #0066ff;
}

.footer a {
  display: block;
  color: #d9e5f6;
  margin-top: 10px;
  font-size: 14px;
}

.socials {
  display: flex;
  gap: 14px;
  margin-top: 15px;
}

.socials i {
  background: #0066ff;
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  border-radius: 50%;
}

@media (max-width: 900px) {
  .header,
  .nav {
    flex-direction: column;
    gap: 20px;
  }

  .hero,
  .team-grid,
  .profile-card {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    font-size: 40px;
  }

  .tech-stack,
  .services,
  .footer {
    grid-template-columns: 1fr 1fr;
  }

  .cta {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
}

@media (max-width: 600px) {
  .tech-stack,
  .services,
  .footer {
    grid-template-columns: 1fr;
  }

  .nav {
    display: none;
  }

  .laptop {
    width: 100%;
  }

  .screen pre {
    font-size: 18px;
  }

  .big-w {
    font-size: 120px;
  }
}
