*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { background: #1a1f3a; color: #e2d9f3; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; }
a { color: #9b8ec4; text-decoration: none; }
a:hover { text-decoration: underline; }

.nav { background: #1a1f3a; padding: 1rem 2rem; display: flex; align-items: center; position: sticky; top: 0; z-index: 100; border-bottom: 1px solid #2d2a4a; }
.logo { font-size: 1.3rem; font-weight: 900; letter-spacing: -0.5px; color: #e2d9f3; }
.logo span { color: #9b8ec4; }

.hero { display: flex; align-items: center; justify-content: space-between; max-width: 900px; margin: 0 auto; padding: 4rem 1.5rem 3rem; gap: 2rem; }
.hero-content { flex: 1; }
.hero-art { flex: 0 0 220px; background: #242748; border: 1px solid #3a3860; border-radius: 12px; padding: 1.5rem; text-align: center; }
.badge { display: inline-block; background: #2d2a4a; color: #9b8ec4; font-size: 0.85rem; font-weight: 600; padding: 0.4rem 1rem; border-radius: 20px; margin-bottom: 1.2rem; }
h1 { font-size: 2.6rem; font-weight: 900; letter-spacing: -1.5px; line-height: 1.15; margin-bottom: 1.2rem; color: #e2d9f3; }
h1 em { color: #9b8ec4; font-style: normal; }
.hero-sub { font-size: 1.1rem; color: #8a8aaa; line-height: 1.7; margin-bottom: 2rem; max-width: 480px; }

.steps { display: flex; align-items: flex-start; justify-content: center; max-width: 900px; margin: 0 auto; padding: 2rem 1.5rem 3rem; gap: 2rem; }
.step { display: flex; align-items: flex-start; gap: 1rem; flex: 1; }
.step-num { background: #7c6fcd; color: #fff; width: 2rem; height: 2rem; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 0.9rem; flex-shrink: 0; }
.step strong { display: block; color: #e2d9f3; margin-bottom: 0.3rem; }
.step p { font-size: 0.9rem; color: #6b6b8a; }

.form-section { max-width: 700px; margin: 0 auto; padding: 2rem 1.5rem 4rem; }
.card { background: #20244a; border-radius: 16px; padding: 2.5rem; }
.card h2 { font-size: 1.6rem; font-weight: 800; color: #e2d9f3; margin-bottom: 2rem; }
.form-row { display: flex; gap: 1rem; }
.form-group { flex: 1; display: flex; flex-direction: column; gap: 0.4rem; margin-bottom: 1.2rem; }
label { font-size: 0.85rem; font-weight: 600; color: #8a8aaa; }
input, select, textarea { background: #ffffff; border: 1px solid #3a3860; border-radius: 8px; padding: 0.75rem 1rem; font-size: 0.95rem; color: #1a1f3a; width: 100%; }
input::placeholder { color: #aaa; }
input:focus, select:focus, textarea:focus { outline: none; border-color: #7c6fcd; }
textarea { resize: vertical; color: #1a1f3a; }
select { color: #1a1f3a; }
.trust-bar { text-align: center; font-size: 0.85rem; color: #6b6b8a; margin: 1.5rem 0 1rem; }
.btn { width: 100%; background: #7c6fcd; color: #fff; border: none; border-radius: 10px; padding: 1rem 2rem; font-size: 1.1rem; font-weight: 700; cursor: pointer; transition: background 0.2s; }
.btn:hover { background: #6a5dba; }
.btn:disabled { opacity: 0.6; cursor: not-allowed; }

.features { max-width: 900px; margin: 0 auto; padding: 3rem 1.5rem; }
.features h2 { font-size: 1.8rem; font-weight: 800; color: #e2d9f3; text-align: center; margin-bottom: 2rem; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
.feature { background: #20244a; border-radius: 12px; padding: 1.5rem; border: 1px solid #2d2a4a; }
.feature-icon { font-size: 2rem; margin-bottom: 0.75rem; }
.feature h3 { font-size: 1rem; font-weight: 700; color: #e2d9f3; margin-bottom: 0.5rem; }
.feature p { font-size: 0.9rem; color: #6b6b8a; line-height: 1.6; }

.testimonials { max-width: 900px; margin: 0 auto; padding: 3rem 1.5rem; }
.testimonials h2 { font-size: 1.8rem; font-weight: 800; color: #e2d9f3; text-align: center; margin-bottom: 2rem; }
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.testi { background: #20244a; border-radius: 12px; padding: 1.5rem; border: 1px solid #2d2a4a; }
.testi p { font-size: 0.9rem; color: #8a8aaa; line-height: 1.6; margin-bottom: 1rem; font-style: italic; }
.testi strong { font-size: 0.85rem; color: #6b6b8a; }

.faq { max-width: 700px; margin: 0 auto; padding: 3rem 1.5rem; }
.faq h2 { font-size: 1.8rem; font-weight: 800; color: #e2d9f3; margin-bottom: 2rem; }
.faq-item { border-bottom: 1px solid #2d2a4a; padding: 1.2rem 0; }
.faq-item h3 { font-size: 1rem; font-weight: 700; color: #e2d9f3; margin-bottom: 0.5rem; }
.faq-item p { font-size: 0.9rem; color: #6b6b8a; line-height: 1.6; }

.footer { background: #20244a; padding: 3rem 2rem; text-align: center; margin-top: 3rem; border-top: 1px solid #2d2a4a; }
.footer p { color: #6b6b8a; font-size: 0.9rem; }
