* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --black: #030305;
  --purple: #b000ff;
  --purple-soft: #d167ff;
  --text: #f7f2ff;
  --muted: #c7b9d6;
  --line: rgba(209, 103, 255, 0.22);
  --card: rgba(255, 255, 255, 0.035);
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--black);
  color: var(--text);
  font-family: Verdana, Arial, sans-serif;
  line-height: 1.65;
}

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 1.2rem clamp(1rem, 3vw, 2.6rem);
  pointer-events: none;
}

.header-button {
  pointer-events: auto;
  min-height: 42px;
  padding: 0.65rem 1.05rem;
  font-size: 0.78rem;
  box-shadow: 0 0 18px rgba(176, 0, 255, 0.22);
}

.consultation-button,
.secondary-button,
.copy-email {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0.82rem 1.28rem;
  border-radius: 999px;
  border: 1px solid rgba(209, 103, 255, 0.48);
  font-weight: 700;
  letter-spacing: 0.01em;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.consultation-button {
  background: linear-gradient(135deg, #8b00ff, #c200ff);
  color: white;
  box-shadow: 0 0 18px rgba(176, 0, 255, 0.24);
}

.consultation-button:hover,
.secondary-button:hover,
.copy-email:hover {
  transform: translateY(-2px);
}

.secondary-button,
.copy-email {
  background: rgba(255, 255, 255, 0.035);
  color: var(--purple-soft);
}

.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6.6rem 1.5in 4.8rem;
  position: relative;
  overflow: hidden;
  text-align: center;
  background: #030305;
}

.logo-light-field {
  position: absolute;
  top: 4.2rem;
  left: 50%;
  width: min(45vw, 560px);
  height: min(36vw, 430px);
  transform: translateX(-50%);
  background:
    radial-gradient(ellipse at center, rgba(190, 60, 255, 0.18) 0%, rgba(135, 0, 255, 0.085) 34%, rgba(70, 0, 105, 0.035) 54%, transparent 74%);
  filter: blur(24px);
  opacity: 0.82;
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.logo-stage {
  position: relative;
  display: grid;
  place-items: center;
  margin-bottom: clamp(2.1rem, 4vw, 3rem);
}

.behind-logo-light {
  position: absolute;
  width: 100%;
  height: 72%;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at center, rgba(196, 72, 255, 0.14), rgba(122, 0, 190, 0.055) 46%, transparent 72%);
  filter: blur(28px);
  opacity: 0.88;
}

.hero-logo {
  position: relative;
  z-index: 2;
  width: clamp(300px, 31vw, 470px);
  max-width: 88vw;
  filter: none;
}

.hero h1 {
  width: calc(100vw - 3in);
  max-width: none;
  font-size: clamp(1.42rem, 2.42vw, 2.72rem);
  line-height: 1.24;
  letter-spacing: -0.028em;
  margin-bottom: 1.15rem;
  text-wrap: balance;
  font-weight: 700;
}

.hero-copy {
  max-width: 900px;
  color: var(--muted);
  font-size: clamp(0.9rem, 1.02vw, 1.02rem);
  margin-bottom: 2rem;
}

.hero-actions {
  display: flex;
  justify-content: center;
  gap: 0.9rem;
  flex-wrap: wrap;
}

.section {
  padding: clamp(5rem, 7.5vw, 7.5rem) 1.3rem;
  text-align: center;
  border-top: 1px solid rgba(209, 103, 255, 0.11);
}

.section-inner {
  width: min(100%, 1180px);
  margin: 0 auto;
}

.narrow {
  width: min(100%, 860px);
}

.section-kicker {
  color: var(--purple-soft);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.82rem;
  font-weight: 700;
  margin-bottom: 0.9rem;
}

h2 {
  font-size: clamp(1.85rem, 3.2vw, 3.25rem);
  line-height: 1.12;
  letter-spacing: -0.035em;
  margin-bottom: 1.25rem;
  text-wrap: balance;
}

.section-intro {
  color: var(--muted);
  font-size: clamp(1rem, 1.25vw, 1.15rem);
  max-width: 850px;
  margin: 0 auto 3rem;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2.5rem;
}

.service-card {
  background:
    linear-gradient(180deg, rgba(176, 0, 255, 0.055), rgba(255, 255, 255, 0.025)),
    var(--card);
  border: 1px solid var(--line);
  border-radius: 26px;
  padding: 1.65rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.service-card h3 {
  color: white;
  font-size: 1.15rem;
  line-height: 1.25;
  margin-bottom: 0.85rem;
}

.service-card p {
  color: var(--muted);
  font-size: 0.95rem;
}

.philosophy-section {
  background:
    radial-gradient(circle at center top, rgba(176, 0, 255, 0.055), transparent 36rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.006), rgba(176, 0, 255, 0.012));
}

.philosophy-inner {
  width: min(100%, 980px);
}

.philosophy-copy {
  display: grid;
  gap: 1rem;
  color: var(--muted);
  font-size: clamp(1rem, 1.25vw, 1.15rem);
  max-width: 780px;
  margin: 0 auto;
}

.philosophy-lead {
  color: var(--text);
  font-size: clamp(1.15rem, 1.65vw, 1.55rem);
  line-height: 1.42;
  margin-bottom: 0.3rem;
}

.future-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.85rem;
  margin-top: 2rem;
}

.future-list span {
  border: 1px solid var(--line);
  color: var(--muted);
  padding: 0.8rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.025);
}

.contact-direct {
  display: grid;
  gap: 0.8rem;
  justify-content: center;
  margin: 2rem 0 2.4rem;
}

.contact-direct a {
  color: var(--purple-soft);
  font-weight: 700;
}

.copy-email {
  cursor: pointer;
  color: white;
}

.contact-form {
  display: grid;
  gap: 1rem;
  width: min(100%, 760px);
  margin: 0 auto;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

input,
select,
textarea {
  width: 100%;
  padding: 1rem;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.045);
  color: white;
  font-family: inherit;
}

input::placeholder,
textarea::placeholder {
  color: rgba(247, 242, 255, 0.58);
}

select {
  color: rgba(247, 242, 255, 0.8);
}

textarea {
  min-height: 150px;
  resize: vertical;
}

.form-button {
  justify-self: center;
  border: none;
  cursor: pointer;
  margin-top: 0.5rem;
}

.form-note {
  color: var(--muted);
  font-size: 0.92rem;
}

.site-footer {
  text-align: center;
  padding: 2rem 1rem;
  color: rgba(247, 242, 255, 0.58);
  border-top: 1px solid rgba(209, 103, 255, 0.12);
}

@media (max-width: 1100px) {
  .hero {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .hero h1 {
    width: min(94vw, 980px);
  }

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

  .service-card:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .site-header {
    justify-content: center;
    position: absolute;
  }

  .header-button {
    min-height: 42px;
    padding: 0.65rem 1rem;
  }

  .hero {
    padding-top: 8.2rem;
  }

  .logo-light-field {
    width: 96vw;
    height: 420px;
    top: 5.5rem;
  }

  .service-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .service-card:last-child {
    grid-column: auto;
  }

  .hero-logo {
    width: min(86vw, 380px);
  }

  .hero h1 {
    width: min(94vw, 620px);
    font-size: clamp(1.5rem, 7.2vw, 2.3rem);
  }
}
