* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #050505;
  color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

.wrap {
  width: min(100%, 80rem);
  margin: 0 auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(5, 5, 5, 0.96);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.brand,
nav {
  font-size: 1rem;
  font-weight: 900;
  text-transform: uppercase;
}

nav {
  display: none;
  gap: 1.75rem;
  color: rgba(255, 255, 255, 0.72);
}

nav a:hover {
  color: #ff3b9d;
}

.hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-gloss {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 75% 15%, rgba(255, 59, 157, 0.28), transparent 32%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.09), transparent 38%);
}

.hero::before {
  content: "";
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  top: 2rem;
  height: 1px;
  background: rgba(255, 255, 255, 0.18);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 10rem;
  background: linear-gradient(to top, #050505, transparent);
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 3rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.hero-label {
  margin-bottom: 1.75rem;
}

.service-list i {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 999px;
  background: #ff3b9d;
  box-shadow: 0 0 28px rgba(255, 59, 157, 0.55);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 0;
  color: #ffffff;
  font-size: clamp(3rem, 8vw, 5.8rem);
  font-weight: 900;
  line-height: 0.98;
}

h2 {
  margin-bottom: 0;
  color: #ffffff;
  font-size: clamp(1.9rem, 4vw, 3.6rem);
  font-weight: 900;
  line-height: 1.06;
}

h3 {
  margin-bottom: 0;
  font-size: clamp(1.45rem, 3vw, 2.1rem);
  font-weight: 900;
  line-height: 1.12;
}

.lead {
  max-width: 45rem;
  margin: 2rem 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.6;
}

.actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 2.5rem;
}

.button,
button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  border: 0;
  border-radius: 0.375rem;
  padding: 0.8rem 1.75rem;
  font-size: 1rem;
  font-weight: 900;
  cursor: pointer;
}

.primary,
button {
  background: #ff3b9d;
  color: #ffffff;
  box-shadow: 0 0 40px rgba(255, 59, 157, 0.3);
}

.primary:hover,
button:hover {
  background: #ff5caf;
}

.secondary {
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: #ffffff;
}

.secondary:hover {
  border-color: #ff3b9d;
  color: #ff3b9d;
}

.proof-panel,
.feature-card,
form {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.45);
}

.proof-panel {
  align-self: end;
  padding: 1.5rem;
  backdrop-filter: blur(16px);
}

.panel-topline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.panel-topline p,
.panel-topline span,
.section-label {
  margin: 0;
  font-size: clamp(1.25rem, 3vw, 1.65rem);
  font-weight: 900;
  text-transform: uppercase;
}

.panel-topline p,
.section-label {
  color: #ff3b9d;
}

.panel-topline span {
  color: rgba(255, 255, 255, 0.7);
}

.panel-title {
  margin-bottom: 0;
  color: #ffffff;
  font-size: clamp(1.85rem, 3.4vw, 2.75rem);
  font-weight: 900;
  line-height: 1.08;
}

.proof-list {
  display: grid;
  gap: 0.8rem;
  margin-top: 2rem;
  color: rgba(255, 255, 255, 0.66);
  font-size: 1.125rem;
  font-weight: 800;
}

.section,
.feature-section,
.results {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section-head,
.split {
  display: grid;
  gap: 2rem;
}

.section-head {
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.cards,
.stats,
.blog-grid {
  display: grid;
  gap: 1px;
}

.cards {
  background: rgba(255, 255, 255, 0.12);
}

.cards article {
  background: #050505;
  padding: 1.5rem;
  min-width: 0;
}

.cards p,
.feature-card p,
.about-copy,
.contact-copy {
  margin: 1.5rem 0 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 1.125rem;
  line-height: 1.75;
}

.results {
  background: #ffffff;
  color: #050505;
}

.results h2,
.results h3 {
  color: #050505;
}

.light-head {
  margin-bottom: 2.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.16);
}

.dark-label {
  color: #cc1f78;
}

.stats,
.blog-grid {
  background: rgba(0, 0, 0, 0.16);
}

.stats div,
.blog-grid article {
  background: #ffffff;
  padding: 1.5rem;
  min-width: 0;
}

.stats strong {
  display: block;
  color: #050505;
  font-size: clamp(1.6rem, 2.4vw, 2.25rem);
  font-weight: 900;
  line-height: 1.08;
  overflow-wrap: anywhere;
}

.stats span {
  display: block;
  margin-top: 1rem;
  color: rgba(0, 0, 0, 0.64);
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.45;
}

.service-list,
.service-rows,
.news-list {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.service-list div,
.service-rows article,
.news-list article {
  padding: 1.25rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.service-list div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

.service-list div:last-child,
.service-rows article:last-child,
.news-list article:last-child {
  border-bottom: 0;
}

.service-list span,
.news-list p {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.35rem, 3vw, 2.1rem);
  font-weight: 900;
  line-height: 1.1;
}

.service-rows article {
  display: grid;
  gap: 1rem;
  min-width: 0;
}

.service-rows p {
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 1.125rem;
  line-height: 1.75;
}

.feature-section {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: #101010;
}

.feature-card {
  background: #050505;
  padding: 1.5rem;
}

.feature-card .feature-title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.55rem, 3vw, 2.2rem);
  font-weight: 900;
  line-height: 1.12;
}

.blog-grid p {
  margin: 0 0 1.5rem;
  color: #cc1f78;
  font-size: 1.25rem;
  font-weight: 900;
  text-transform: uppercase;
}

.blog-grid span {
  display: block;
  margin-top: 2rem;
  color: rgba(0, 0, 0, 0.54);
  font-size: 1.125rem;
  font-weight: 900;
}

.about-copy,
.about-stack {
  max-width: 52rem;
  font-size: 1.25rem;
  line-height: 1.8;
}

.about-stack {
  display: grid;
  gap: 1.5rem;
  margin-top: 1.5rem;
  color: rgba(255, 255, 255, 0.68);
}

.about-stack p {
  margin: 0;
}

form {
  display: grid;
  gap: 0.75rem;
  background: #101010;
  padding: 1.25rem;
}

label {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 900;
}

input,
textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0.375rem;
  background: #050505;
  color: #ffffff;
  font: inherit;
  font-size: 1.125rem;
  padding: 0.9rem 1rem;
  outline: none;
}

textarea {
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  color: rgba(255, 255, 255, 0.35);
}

input:focus,
textarea:focus {
  border-color: #ff3b9d;
}

button {
  width: 100%;
  margin-top: 0.5rem;
}

footer {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.footer-inner,
.footer-links {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  color: rgba(255, 255, 255, 0.74);
  font-size: 1.125rem;
  font-weight: 900;
}

.footer-inner p,
.footer-links p {
  margin: 0;
}

.footer-inner span,
.footer-links a:hover {
  color: #ff3b9d;
}

@media (min-width: 640px) {
  .wrap {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .actions {
    flex-direction: row;
  }

  button {
    width: max-content;
  }

  .proof-panel,
  .feature-card,
  form,
  .cards article,
  .stats div,
  .blog-grid article {
    padding: 1.9rem;
  }
}

@media (min-width: 768px) {
  nav {
    display: flex;
  }

  .cards,
  .blog-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

@media (min-width: 1024px) {
  .wrap {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .hero-inner {
    grid-template-columns: 1.1fr 0.9fr;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .section-head,
  .split,
  .service-rows article {
    grid-template-columns: 0.72fr 1.28fr;
  }

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