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

body {
  font-family: "Inter", sans-serif;
  background: #f7f9fc;
  color: #222;
  line-height: 1.6;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.hero {
  background: linear-gradient(135deg, #0f172a, #1e293b);
  color: #fff;
  padding: 100px 0;
}

.hero-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.hero-text {
  flex: 1;
}

.hero-text h1 {
  font-size: 56px;
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1.1;
}

.hero-text p {
  font-size: 20px;
  color: #dbe4f0;
  margin-bottom: 30px;
}

.btn {
  display: inline-block;
  padding: 16px 34px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  transition: 0.3s;
}

.btn-primary {
  background: #2563eb;
  color: white;
}

.btn-primary:hover {
  background: #1d4ed8;
}

.hero-card {
  flex: 0 0 380px;
  background: #fff;
  color: #222;
  border-radius: 16px;
  padding: 35px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.hero-card h3 {
  margin-bottom: 20px;
}

.hero-card ul {
  list-style: none;
}

.hero-card li {
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}

.section {
  padding: 90px 0;
}

.section-title {
  text-align: center;
  margin-bottom: 50px;
}

.section-title h2 {
  font-size: 42px;
  margin-bottom: 15px;
}

.section-title p {
  color: #666;
}

.services {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.card {
  background: white;
  border-radius: 16px;
  padding: 35px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.card h3 {
  margin-bottom: 20px;
  color: #0f172a;
}

.card ul {
  padding-left: 18px;
}

.card li {
  margin-bottom: 10px;
}

.features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
}

.feature {
  background: white;
  padding: 30px;
  border-radius: 14px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.feature h4 {
  margin: 15px 0;
}

.process {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}

.step {
  background: white;
  border-radius: 14px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.step-number {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #2563eb;
  color: white;
  font-size: 24px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto auto 20px;
}

.pricing {
  background: white;
  border-radius: 18px;
  padding: 50px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.pricing h3 {
  font-size: 36px;
  margin-bottom: 15px;
}

.pricing p {
  color: #666;
  margin-bottom: 25px;
}

.faq {
  max-width: 900px;
  margin: auto;
}

.faq-item {
  background: white;
  margin-bottom: 15px;
  padding: 25px;
  border-radius: 12px;
}

.faq-item h4 {
  margin-bottom: 10px;
}

.cta {
  background: #0f172a;
  color: white;
  text-align: center;
  padding: 100px 20px;
}

.cta h2 {
  font-size: 48px;
  margin-bottom: 20px;
}

.cta p {
  max-width: 700px;
  margin: auto;
  margin-bottom: 30px;
  color: #cbd5e1;
}

footer {
  background: #020617;
  color: #94a3b8;
  text-align: center;
  padding: 30px;
}

@media (max-width: 900px) {
  .hero-content {
    flex-direction: column;
  }

  .hero-text h1 {
    font-size: 42px;
  }

  .hero-card {
    width: 100%;
  }
}
.pricing-tabs {
  margin-top: 40px;
}

.tabs {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.tab-btn {
  padding: 12px 25px;
  border: none;
  cursor: pointer;
  background: #e2e8f0;
  border-radius: 8px;
  font-weight: 600;
  transition: 0.3s;
}

.tab-btn.active {
  background: #2563eb;
  color: white;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 25px;
}

.price-card {
  background: white;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.price-card h3 {
  margin-bottom: 10px;
}

.price {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 20px;
  color: #0f172a;
}

.price-card ul {
  list-style: none;
  margin-bottom: 20px;
}

.price-card li {
  margin-bottom: 10px;
}

.price-card.highlight {
  border: 2px solid #2563eb;
  transform: scale(1.05);
}
.navbar {
  position: sticky;
  top: 0;
  z-index: 999;
  background: #0f172a;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
}

/* LOGO IMAGE */
.logo img {
  height: 50px;
  width: auto;
  border-radius: 10px;
}

/* NAV LINKS */
.nav-links {
  list-style: none;
  display: flex;
  gap: 25px;
}

.nav-links a {
  color: #cbd5e1;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s;
}

.nav-links a:hover {
  color: white;
}

/* BUTTON */
.nav-btn {
  background: #2563eb;
  color: white;
  padding: 10px 18px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.nav-btn:hover {
  background: #1d4ed8;
}

/* HAMBURGER (hidden on desktop) */
.hamburger {
  display: none;
  font-size: 28px;
  color: white;
  cursor: pointer;
}

/* MOBILE */
@media (max-width: 900px) {
  .hamburger {
    display: block;
  }

  .nav-links {
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    background: #0f172a;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 20px 0;
    display: none;
  }

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

  .nav-btn {
    display: none;
  }
}
