* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background-color: #0b1020;
  color: #f9fafb;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

header {
  border-bottom: 1px solid rgba(148, 163, 184, 0.3);
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(14px);
  background: rgba(9, 9, 11, 0.85);
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
}

.logo {
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 0.9rem;
  text-transform: uppercase;
}

.logo span {
  color: #a3e635;
}

.logo-image {
  height: 54px;
  width: 54px;
  display: block;
  border-radius: 999px;
  object-fit: cover;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.45);
}

nav ul {
  display: flex;
  gap: 1.5rem;
  list-style: none;
  font-size: 0.95rem;
}

nav a {
  color: #e5e7eb;
  opacity: 0.85;
}

nav a:hover,
nav a.active {
  opacity: 1;
  color: #fefce8;
  text-decoration: underline;
}

main {
  padding: 3rem 0 4rem;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
  gap: 3rem;
  align-items: center;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.18rem 0.5rem;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.8);
  border: 1px solid rgba(148, 163, 184, 0.6);
  color: #e5e7eb;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 1.5rem;
}

.badge-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 30%, #bef264, #22c55e);
}

.hero h1 {
  font-size: clamp(2.4rem, 5vw, 3.4rem);
  line-height: 1.05;
  margin-bottom: 0.75rem;
}

.hero h1 span {
  color: #a3e635;
}

.hero-sub {
  font-size: 1rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9ca3af;
  margin-bottom: 1.5rem;
}

.hero p {
  color: #e5e7eb;
  max-width: 32rem;
  margin-bottom: 2rem;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-bottom: 1.75rem;
}

.btn-primary,
.btn-secondary {
  border-radius: 999px;
  padding: 0.75rem 1.5rem;
  font-size: 0.9rem;
  font-weight: 500;
  border: 1px solid transparent;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
}

.btn-primary {
  background: linear-gradient(120deg, #bef264, #22c55e);
  color: #022c22;
  border-color: rgba(22, 163, 74, 0.7);
}

.btn-primary:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
  box-shadow: 0 12px 22px rgba(22, 163, 74, 0.35);
}

.btn-secondary {
  background: transparent;
  border-color: rgba(148, 163, 184, 0.6);
  color: #e5e7eb;
}

.btn-secondary:hover {
  background: rgba(15, 23, 42, 0.9);
  transform: translateY(-1px);
  box-shadow: 0 10px 18px rgba(15, 23, 42, 0.7);
}

.hero-note {
  font-size: 0.9rem;
  color: #9ca3af;
}

.highlight {
  color: #e5e7eb;
}

.hero-card {
  border-radius: 1.5rem;
  padding: 1.75rem 1.5rem;
  background: radial-gradient(circle at top left, rgba(163, 230, 53, 0.12), transparent 55%),
              radial-gradient(circle at bottom right, rgba(56, 189, 248, 0.12), transparent 55%),
              #020617;
  border: 1px solid rgba(148, 163, 184, 0.25);
}

.hero-card h2 {
  font-size: 0.95rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #9ca3af;
  margin-bottom: 0.9rem;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.metric {
  padding: 0.9rem;
  border-radius: 0.9rem;
  background: rgba(15, 23, 42, 0.9);
  border: 1px solid rgba(51, 65, 85, 0.9);
}

.metric h3 {
  font-size: 0.85rem;
  color: #9ca3af;
  margin-bottom: 0.25rem;
}

.metric p {
  font-size: 1.3rem;
  font-weight: 600;
  color: #e5e7eb;
  margin-bottom: 0.1rem;
}

.metric span {
  font-size: 0.75rem;
  color: #6b7280;
}

.section {
  margin-top: 4rem;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1.5rem;
  margin-bottom: 1.75rem;
}

.section-kicker {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #9ca3af;
  margin-bottom: 0.5rem;
}

.section-title {
  font-size: 1.4rem;
}

.section-subtitle {
  max-width: 28rem;
  color: #9ca3af;
  font-size: 0.95rem;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.card {
  padding: 1.35rem 1.25rem;
  border-radius: 1.1rem;
  background: radial-gradient(circle at top, rgba(30, 64, 175, 0.22), transparent 60%),
              rgba(15, 23, 42, 0.96);
  border: 1px solid rgba(30, 64, 175, 0.6);
}

.card h3 {
  font-size: 1rem;
  margin-bottom: 0.4rem;
}

.card p {
  font-size: 0.9rem;
  color: #cbd5f5;
}

.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.7rem;
}

.chip {
  font-size: 0.75rem;
  padding: 0.15rem 0.55rem;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.6);
  color: #9ca3af;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.step {
  padding: 1.3rem 1.25rem;
  border-radius: 1.1rem;
  background: rgba(15, 23, 42, 0.96);
  border: 1px solid rgba(55, 65, 81, 0.9);
}

.step-number {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #9ca3af;
  margin-bottom: 0.35rem;
}

.step h3 {
  font-size: 1rem;
  margin-bottom: 0.4rem;
}

.step p {
  font-size: 0.9rem;
  color: #cbd5f5;
}

.cta-section {
  margin-top: 4rem;
  padding: 2rem 1.75rem;
  border-radius: 1.4rem;
  background: radial-gradient(circle at top right, rgba(163, 230, 53, 0.18), transparent 55%),
              rgba(15, 23, 42, 0.96);
  border: 1px solid rgba(148, 163, 184, 0.6);
  text-align: center;
}

.cta-section h2 {
  font-size: 1.3rem;
  margin-bottom: 0.45rem;
}

.cta-section p {
  font-size: 0.95rem;
  color: #d1d5db;
  margin-bottom: 1.2rem;
}

.page-title {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}

.page-intro {
  max-width: 36rem;
  color: #9ca3af;
  margin-bottom: 2rem;
}

.services-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.service-card {
  padding: 1.4rem 1.3rem;
  border-radius: 1.1rem;
  background: rgba(15, 23, 42, 0.96);
  border: 1px solid rgba(55, 65, 81, 0.9);
}

.service-card h2 {
  font-size: 1.1rem;
  margin-bottom: 0.4rem;
}

.service-card p {
  font-size: 0.95rem;
  color: #d1d5db;
}

.pricing-section {
  margin-top: 4rem;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.pricing-card {
  padding: 1.4rem 1.3rem;
  border-radius: 1.1rem;
  background: rgba(15, 23, 42, 0.96);
  border: 1px solid rgba(55, 65, 81, 0.9);
}

.pricing-card--featured {
  background: radial-gradient(circle at top, rgba(163, 230, 53, 0.18), transparent 55%),
              rgba(15, 23, 42, 0.98);
  border-color: rgba(163, 230, 53, 0.8);
  box-shadow: 0 18px 34px rgba(22, 163, 74, 0.35);
}

.pricing-name {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #a3e635;
  margin-bottom: 0.3rem;
}

.pricing-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.12rem 0.5rem;
  border-radius: 999px;
  border: 1px solid rgba(163, 230, 53, 0.85);
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #fefce8;
  background: linear-gradient(135deg, #84cc16, #22c55e);
  margin-bottom: 0.45rem;
}

.pricing-price {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
}

.pricing-features {
  list-style: none;
  padding-left: 0;
  font-size: 0.9rem;
  color: #d1d5db;
}

.pricing-features li + li {
  margin-top: 0.25rem;
}

.pricing-note {
  margin-top: 1.5rem;
  font-size: 0.85rem;
  color: #9ca3af;
  max-width: 40rem;
}

.service-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.75rem;
  color: #9ca3af;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.service-tag-dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #a3e635;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.project-card {
  padding: 1.2rem 1.1rem;
  border-radius: 1.1rem;
  background: rgba(15, 23, 42, 0.96);
  border: 1px solid rgba(55, 65, 81, 0.9);
}

.project-label {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #9ca3af;
  margin-bottom: 0.4rem;
}

.project-card h3 {
  font-size: 1rem;
  margin-bottom: 0.3rem;
}

.project-card p {
  font-size: 0.9rem;
  color: #d1d5db;
}

.digital-demo-section {
  margin-top: 4rem;
  padding: 4rem 1rem;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.digital-demo-title {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.digital-demo-text {
  margin-bottom: 1.5rem;
  color: #e5e7eb;
  max-width: 40rem;
}

.digital-demo-frame {
  width: 100%;
  height: 900px;
  border: none;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
  gap: 2rem;
}

.about-card {
  padding: 1.4rem 1.3rem;
  border-radius: 1.1rem;
  background: rgba(15, 23, 42, 0.96);
  border: 1px solid rgba(55, 65, 81, 0.9);
}

.about-card h2 {
  font-size: 1.1rem;
  margin-bottom: 0.4rem;
}

.about-list {
  list-style: none;
  padding-left: 0;
}

.about-list li {
  display: flex;
  gap: 0.45rem;
  align-items: flex-start;
  font-size: 0.9rem;
  color: #d1d5db;
}

.about-bullet {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: #a3e635;
  margin-top: 0.35rem;
}

form {
  display: grid;
  gap: 1rem;
  max-width: 32rem;
}

label {
  font-size: 0.85rem;
  color: #e5e7eb;
}

input[type="text"],
input[type="email"],
textarea {
  width: 100%;
  padding: 0.65rem 0.75rem;
  border-radius: 0.6rem;
  border: 1px solid rgba(55, 65, 81, 0.9);
  background: rgba(15, 23, 42, 0.96);
  color: #e5e7eb;
  font-size: 0.9rem;
}

input::placeholder,
textarea::placeholder {
  color: #6b7280;
}

textarea {
  min-height: 130px;
  resize: vertical;
}

footer {
  border-top: 1px solid rgba(31, 41, 55, 0.9);
  padding: 1.5rem 0 2rem;
  margin-top: 2rem;
  font-size: 0.8rem;
  color: #6b7280;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.footer-links {
  display: flex;
  gap: 1rem;
}

@media (max-width: 900px) {
  .hero {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-card {
    order: -1;
  }

  .grid-3,
  .process-steps,
  .portfolio-grid,
  .services-list,
  .about-grid,
  .pricing-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .digital-demo-frame {
    height: 600px;
  }
}

@media (max-width: 640px) {
  .navbar {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }

  nav ul {
    gap: 1rem;
    font-size: 0.85rem;
  }

  .hero-cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .digital-demo-section {
    padding: 3rem 1rem;
  }

  .digital-demo-title {
    font-size: 1.5rem;
  }

  .digital-demo-frame {
    height: 520px;
  }

  .cta-section {
    text-align: left;
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
