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

body {
  font-family: Circe, sans-serif;
  background: #07070d;
  color: #ffffff;
  line-height: 1.5;
}

a {
  color: #9b35d9;
  text-decoration: none;
}

.container {
  width: min(1180px, 92%);
  margin: 0 auto;
}

header {
  padding: 28px 0;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  height: 72px;
}

nav {
  display: flex;
  gap: 32px;
  font-size: 15px;
}

nav a {
  color: #ffffff;
  opacity: 0.85;
}

.hero {
  min-height: 100vh;
  padding: 140px 0 70px;
  background:
    radial-gradient(circle at 35% 35%, rgba(142, 45, 226, 0.25), transparent 35%),
    linear-gradient(135deg, #05050a 0%, #090912 55%, #151020 100%);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 60px;
  align-items: center;
}

.eyebrow {
  color: #9b35d9;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 22px;
}

h1 {
  font-size: clamp(44px, 6vw, 76px);
  line-height: 0.95;
  margin-bottom: 28px;
}

h1 span {
  color: #9b35d9;
}

.hero-text {
  max-width: 580px;
  font-size: 19px;
  color: #e8e8ee;
  margin-bottom: 32px;
}

.accent-card {
  max-width: 560px;
  padding: 28px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(155, 53, 217, 0.22), rgba(255,255,255,0.05));
  border: 1px solid rgba(255,255,255,0.08);
}

.accent-card h3 {
  margin-bottom: 8px;
  font-size: 22px;
}

.accent-card p {
  color: #ddd;
}

.form-card {
  background: #ffffff;
  color: #1b1b25;
  border-radius: 24px;
  padding: 38px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.35);
}

.form-card h2 {
  font-size: 32px;
  margin-bottom: 8px;
}

.form-card > p {
  color: #6b6b78;
  margin-bottom: 26px;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.field.full {
  grid-column: 1 / -1;
}

label {
  font-size: 14px;
  font-weight: 600;
}

input,
select {
  width: 100%;
  height: 48px;
  border: 1px solid #d9d9e3;
  border-radius: 10px;
  padding: 0 14px;
  font-size: 15px;
  outline: none;
  background: #fff;
}

input:focus,
select:focus {
  border-color: #9b35d9;
  box-shadow: 0 0 0 3px rgba(155, 53, 217, 0.12);
}

.optional-title {
  grid-column: 1 / -1;
  color: #8d2fd2;
  font-weight: 700;
  margin-top: 12px;
  font-size: 15px;
}

.checkbox {
  grid-column: 1 / -1;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  color: #555563;
  margin-top: 8px;
}

.checkbox input {
  width: 18px;
  height: 18px;
  margin-top: 1px;
}

button {
  grid-column: 1 / -1;
  height: 54px;
  border: none;
  border-radius: 12px;
  background: linear-gradient(135deg, #6c1bb1, #b033d1);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  margin-top: 8px;
}

.secure {
  grid-column: 1 / -1;
  font-size: 13px;
  color: #777;
  text-align: center;
}


#serviceFields {
  display: contents;
}

.decline-checkbox {
  padding: 14px 16px;
  border-radius: 12px;
  background: rgba(155, 53, 217, 0.08);
  border: 1px solid rgba(155, 53, 217, 0.18);
  color: #33333d;
  font-size: 15px;
  font-weight: 700;
}

section {
  padding: 90px 0;
  background: #ffffff;
  color: #1b1b25;
}

.section-title {
  text-align: center;
  margin-bottom: 54px;
}

.section-title .eyebrow {
  margin-bottom: 12px;
}

.section-title h2 {
  font-size: 42px;
  line-height: 1.15;
}

.benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.benefit {
  padding: 28px;
  border-radius: 18px;
  border: 1px solid #ececf2;
  background: #fbfbfd;
}

.benefit-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(155, 53, 217, 0.1);
  color: #8d2fd2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 18px;
}

.benefit h3 {
  font-size: 19px;
  margin-bottom: 10px;
}

.benefit p {
  color: #5f5f6c;
  font-size: 15px;
}

.steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
}

.step {
  text-align: center;
  position: relative;
}

.step-num {
  width: 34px;
  height: 34px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: #8d2fd2;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.step h3 {
  font-size: 17px;
  margin-bottom: 8px;
}

.step p {
  color: #63636f;
  font-size: 14px;
}

footer {
padding: 30px 0;
background: #07070d;
border-top: 1px solid rgba(255,255,255,0.08);
}

.footer-content {
display: flex;
justify-content: space-between;
align-items: center;
gap: 30px;
}

.footer-left {
color: #a8a8b5;
font-size: 14px;
line-height: 1.6;
}

.footer-links {
display: flex;
gap: 24px;
flex-wrap: wrap;
}

.footer-links a {
color: #9b35d9;
text-decoration: none;
font-size: 14px;
transition: 0.2s;
}

.footer-links a:hover {
color: #bc5cff;
}

@media (max-width: 980px) {
    .hero-grid,
    .benefits,
    .steps {
        grid-template-columns: 1fr;
    }

    nav {
        display: none;
    }

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

    h1 {
        font-size: 48px;
    }

    .section-title h2 {
        font-size: 32px;
    }

    .footer-content {
        flex-direction: column;
        text-align: center;
    }

    .footer-links {
        justify-content: center;
        gap: 16px;
    }
}
