:root {
  color-scheme: dark;
  color: #0f172a;
  background: #f8fafc;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  background: radial-gradient(circle at top left, rgba(59, 130, 246, 0.12), transparent 28%),
              radial-gradient(circle at bottom right, rgba(16, 185, 129, 0.1), transparent 20%);
}

.page-shell {
  max-width: 1120px;
  margin: 0 auto;
  padding: 32px 24px 64px;
}

a {
  text-decoration: none;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  color: #0f172a;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.hero {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 44px;
  align-items: center;
  padding: 54px 0 7px;
}

.hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 560px;
}

.hero-visual {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.hero-image-wrapper {
  width: 100%;
  max-width: 680px;
  margin-top: 0;
}

.hero-stat {
  margin: 0 auto;
  width: 100%;
  max-width: none;
  padding: 30px 32px;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 24px 40px rgba(15, 23, 42, 0.06);
  text-align: center;
}

.section-clients {
  width: 100%;
  padding: 0;
}

.hero-stat span {
  display: block;
  font-size: 3rem;
}

.hero-stat p {
  margin: 0;
  color: #475569;
}

.hero-content h1 {
  margin: 0;
  font-size: clamp(2.6rem, 4vw, 4.4rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
  color: #0f172a;
}

.hero-copy {
  max-width: 620px;
  margin: 24px 0 32px;
  color: #334155;
  font-size: 1.05rem;
}

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

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 28px;
  border-radius: 999px;
  font-weight: 600;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: #0f172a;
  color: white;
  box-shadow: 0 24px 48px rgba(15, 23, 42, 0.12);
}

.btn-secondary {
  background: rgba(15, 23, 42, 0.06);
  color: #0f172a;
  border: none;
}

.btn-large {
  min-width: 240px;
}

.card {
  border-radius: 24px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 22px 50px rgba(15, 23, 42, 0.06);
}

.card-stat {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.card-stat span {
  font-size: 2.4rem;
  font-weight: 700;
  color: #0f172a;
}

.card-stat p,
.card-focus p {
  margin: 0;
  color: #475569;
}

.card-focus {
  background: #ffffff;
}

.hero-image-wrapper {
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 30px 55px rgba(15, 23, 42, 0.1);
}

.hero-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.service-card img {
  width: 100%;
  height: auto;
  border-radius: 22px;
  margin-bottom: 20px;
  display: block;
}

.section {
  margin-top: 64px;
}

.section-intro h2,
.section-highlight h2,
.section-contact h2 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 3rem);
  color: #0f172a;
}

.section-grid {
  display: grid;
  gap: 32px;
}

.grid-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.service-card {
  padding: 26px;
  border-radius: 24px;
  background: white;
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.service-card h3 {
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 1.24rem;
}

.service-card p {
  margin: 0;
  color: #475569;
}

.section-highlight {
  display: grid;
  gap: 28px;
  padding: 38px 34px;
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(14, 165, 233, 0.12), rgba(16, 185, 129, 0.04));
}

.stats-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.stat {
  padding: 24px;
  border-radius: 22px;
  background: white;
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.stat strong {
  display: block;
  font-size: 1.8rem;
  margin-bottom: 8px;
  color: #0f172a;
}

.stat span {
  color: #475569;
}

.section-testimonial {
  margin-top: 64px;
  display: flex;
  justify-content: center;
  padding: 0 24px;
}

.testimonial-card {
  padding: 40px;
  border-radius: 32px;
  background: #0f172a;
  color: #f8fafc;
  max-width: 720px;
  width: 100%;
}

.testimonial-card p {
  margin: 0 0 18px;
  font-size: 1.12rem;
  line-height: 1.8;
}

.testimonial-card span {
  font-weight: 600;
  color: #e2e8f0;
}

.section-contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 40px 36px;
  border-radius: 32px;
  background: white;
  border: 1px solid rgba(15, 23, 42, 0.08);
  margin-top: 72px;
}

.section-contact p {
  max-width: 560px;
  color: #475569;
}

/* Footer */
.site-footer {
  margin-top: 48px;
  background: #0f172a;
  color: #f8fafc;
  padding: 20px 0;
}
.site-footer .footer-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.site-footer .footer-links a {
  color: #e6eefc;
  margin-right: 18px;
  text-decoration: none;
  font-weight: 600;
}
.site-footer .footer-links a:hover {
  text-decoration: underline;
}
.site-footer .footer-copy {
  color: #cbd5e1;
  font-size: 0.95rem;
}

@media (max-width: 640px) {
  .site-footer .footer-inner {
    flex-direction: column;
    text-align: center;
  }
  .site-footer .footer-links {
    margin-bottom: 8px;
  }
}

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

  .grid-cards,
  .stats-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .page-shell {
    padding: 24px 16px 48px;
  }

  .hero {
    gap: 28px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .btn {
    width: 100%;
  }

  .section-contact {
    padding: 28px 24px;
    flex-direction: column;
    align-items: stretch;
  }
}
