* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  background: #0b1020;
  color: #ffffff;
}

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

.bg-grid {
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at top, rgba(255,255,255,0.08), transparent 35%),
    linear-gradient(to right, rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: auto, 44px 44px, 44px 44px;
  pointer-events: none;
  z-index: 0;
}

main, header {
  position: relative;
  z-index: 1;
}

.site-shell {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.nav {
  margin-top: 32px;
  padding: 14px 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(12px);
  border-radius: 999px;
}

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

.brand-mark,
.hero-mark {
  display: grid;
  place-items: center;
  background: white;
  color: #0b1020;
  font-weight: 900;
  letter-spacing: 0.2em;
  border-radius: 18px;
  box-shadow: 0 15px 30px rgba(0,0,0,0.25);
}

.brand-mark {
  width: 44px;
  height: 44px;
  font-size: 14px;
}

.hero-mark {
  width: 64px;
  height: 64px;
  font-size: 18px;
}

.brand-text span {
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.28em;
}

.brand-text small {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.42em;
  color: rgba(255,255,255,0.55);
}

.nav-links {
  display: flex;
  gap: 32px;
  color: rgba(255,255,255,0.75);
  font-size: 14px;
}

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

.hero {
  padding: 72px 0 92px;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 40px;
  align-items: center;
}

.pill,
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 12px;
}

.pill {
  display: inline-flex;
  padding: 11px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.05);
  color: rgba(255,255,255,0.78);
}

.eyebrow {
  color: rgba(255,255,255,0.45);
  margin: 0 0 10px 0;
}

.eyebrow.dark {
  color: rgba(11,16,32,0.45);
}

.hero h1,
.section h2,
.contact-card h2 {
  margin: 0;
  line-height: 0.95;
  letter-spacing: -0.04em;
  font-weight: 900;
}

.hero h1 {
  margin-top: 20px;
  font-size: clamp(52px, 8vw, 88px);
  max-width: 760px;
}

.hero-copy > p,
.section-copy,
.contact-card p {
  color: rgba(255,255,255,0.68);
  font-size: 18px;
  line-height: 1.7;
  max-width: 720px;
}

.hero-actions,
.contact-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 32px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 24px;
  border-radius: 18px;
  font-weight: 700;
  font-size: 14px;
  transition: transform 0.18s ease, background 0.18s ease;
}

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

.btn-primary,
.btn-light {
  background: white;
  color: #0b1020;
}

.btn-secondary {
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.05);
  color: white;
}

.btn-dark {
  background: #0b1020;
  color: white;
}

.stats,
.services-grid,
.process-grid,
.packages-grid,
.social-grid {
  display: grid;
  gap: 18px;
}

.stats {
  margin-top: 38px;
  grid-template-columns: repeat(4, 1fr);
}

.stat,
.service-card,
.process-card,
.package-card,
.social-card,
.proof-card,
.what-we-did,
.hero-card,
.mini-card {
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(10px);
}

.stat {
  padding: 18px;
  border-radius: 24px;
}

.stat strong {
  display: block;
  font-size: 18px;
  margin-bottom: 6px;
}

.stat span {
  color: rgba(255,255,255,0.6);
  font-size: 14px;
}

.hero-card {
  border-radius: 34px;
  padding: 28px;
  background: linear-gradient(180deg, #111936 0%, #0b1020 100%);
  box-shadow: 0 25px 60px rgba(0,0,0,0.4);
}

.card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.card-top h2 {
  font-size: 32px;
  line-height: 1.1;
}

.card-block,
.mini-card,
.service-card,
.process-card,
.package-card,
.social-card,
.proof-card,
.what-we-did {
  border-radius: 28px;
  padding: 24px;
}

.card-block h3 {
  margin: 0;
  font-size: 28px;
  line-height: 1.4;
}

.card-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 18px;
}

.mini-card p,
.social-card p {
  margin: 0 0 12px 0;
  color: rgba(255,255,255,0.5);
  font-size: 14px;
}

.mini-card ul,
.before-after ul,
.package-card ul {
  margin: 0;
  padding-left: 18px;
  color: rgba(255,255,255,0.84);
  line-height: 1.9;
}

.section {
  padding: 92px 0;
}

.section-head {
  max-width: 760px;
}

.section h2 {
  font-size: clamp(36px, 5vw, 54px);
  margin-top: 8px;
}

.services-grid {
  margin-top: 40px;
  grid-template-columns: repeat(3, 1fr);
}

.icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: white;
  color: #0b1020;
  font-weight: 900;
  margin-bottom: 16px;
}

.service-card h3,
.process-card h3,
.package-card h3,
.social-card h3,
.proof-card h3 {
  margin: 0 0 10px 0;
  font-size: 24px;
}

.service-card p,
.process-card p,
.package-card p,
.social-card span,
.proof-card p,
.what-we-did,
.text-link {
  color: rgba(255,255,255,0.65);
  line-height: 1.7;
}

.proof-grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 20px;
}

.screenshot-card {
  overflow: hidden;
  padding: 0;
}

.browser-bar {
  display: flex;
  gap: 8px;
  padding: 16px 18px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.03);
}

.browser-bar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,0.28);
}

.screenshot-content {
  min-height: 310px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02)),
    linear-gradient(135deg, #1a2248, #0b1020);
}

.before-after {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.what-we-did {
  margin-top: 20px;
}

.bullet-grid {
  margin-top: 16px;
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, 1fr);
  color: rgba(255,255,255,0.78);
}

.process-grid,
.packages-grid,
.social-grid {
  margin-top: 40px;
}

.process-grid,
.packages-grid {
  grid-template-columns: repeat(3, 1fr);
}

.process-card span {
  color: rgba(255,255,255,0.42);
  font-size: 14px;
}

.package-card.featured {
  background: rgba(255,255,255,0.09);
  transform: translateY(-6px);
}

.social-grid {
  grid-template-columns: repeat(2, 1fr);
}

.social-card h3 {
  margin-bottom: 8px;
}

.contact-wrap {
  padding: 20px 0 96px;
}

.contact-card {
  background: white;
  color: #0b1020;
  border-radius: 38px;
  padding: 42px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.32);
}

.contact-card h2 {
  font-size: clamp(38px, 5vw, 58px);
}

.contact-card p {
  color: rgba(11,16,32,0.68);
  max-width: 760px;
}

.contact-panel {
  padding: 28px;
  border-radius: 28px;
  border: 1px solid rgba(11,16,32,0.08);
  background: #f7f8fb;
}

.email-link {
  display: block;
  margin-top: 12px;
  font-size: 30px;
  font-weight: 800;
  color: #0b1020;
  word-break: break-word;
}

@media (max-width: 1024px) {
  .hero,
  .proof-grid,
  .contact-card {
    grid-template-columns: 1fr;
  }

  .services-grid,
  .process-grid,
  .packages-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .stats {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 720px) {
  .site-shell {
    width: min(100% - 28px, 1180px);
  }

  .nav {
    border-radius: 24px;
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .nav-links,
  .services-grid,
  .process-grid,
  .packages-grid,
  .social-grid,
  .card-grid,
  .before-after,
  .bullet-grid {
    grid-template-columns: 1fr;
  }

  .nav-links {
    gap: 16px;
    flex-wrap: wrap;
  }

  .hero {
    padding-top: 40px;
  }

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

  .card-block h3 {
    font-size: 22px;
  }

  .contact-card {
    padding: 26px;
  }

  .email-link {
    font-size: 24px;
  }
}
