*, *:before, *:after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

footer, header, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  color: #F3F4F7;
  font-family: "Inter", sans-serif;
  background: radial-gradient(circle at 80% 22%, rgba(122, 108, 246, 0.18), transparent 25%), radial-gradient(circle at 72% 72%, rgba(167, 139, 250, 0.08), transparent 30%), linear-gradient(135deg, #060709 0%, #0E0F12 50%, #17191D 100%);
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent 70%);
}

.page {
  min-height: 100vh;
  padding: 32px 5vw;
  display: flex;
  flex-direction: column;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.logo {
  width: min(420px, 80vw);
}
.logo svg {
  width: 100%;
  height: auto;
  display: block;
}

.header-tag {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #AEB4C2;
}
@media (max-width: 900px) {
  .header-tag {
    display: none;
    visibility: hidden;
  }
}

.hero {
  flex: 1;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 84px;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 90px 0;
}
.hero-copy {
  max-width: 720px;
}
@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 50px;
    padding: 60px 0;
  }
}

h1 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(54px, 7vw, 92px);
  line-height: 0.96;
  letter-spacing: -0.055em;
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
}

.subhead {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.12;
  letter-spacing: -0.035em;
  margin: 28px 0 0;
  color: #7A6CF6;
  font-weight: 600;
}

.lead {
  max-width: 620px;
  margin: 34px 0 42px;
  color: #AEB4C2;
  font-size: 20px;
  line-height: 1.7;
}

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

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 28px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.2s ease;
}
.btn-primary {
  background: linear-gradient(135deg, #7A6CF6, #5B4BDB);
  color: white;
  box-shadow: 0 20px 50px rgba(122, 108, 246, 0.28);
}
.btn-secondary {
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #F3F4F7;
  background: rgba(255, 255, 255, 0.03);
}

.panel {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 36px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
  backdrop-filter: blur(12px);
}
.panel-label {
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #A78BFA;
  font-weight: 600;
  margin-bottom: 28px;
}

.service {
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.service:first-of-type {
  border-top: none;
  padding-top: 0;
}
.service h3 {
  font-family: "Plus Jakarta Sans", sans-serif;
  margin: 0 0 8px;
  font-size: 22px;
}
.service p {
  margin: 0;
  color: #AEB4C2;
  line-height: 1.65;
}

footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  color: #6B7280;
  font-size: 13px;
}

@media (max-width: 900px) {
  header,
  footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}

/*# sourceMappingURL=styles.css.map */
