* {margin: 0; padding: 0; box-sizing: border-box;}
body {font-family: 'DM Sans', sans-serif; background-color: #F7F4F0; color: #1C1C1C; min-height: 100vh;}
.header {background-color: #1C1C1C; position: sticky; top: 0; z-index: 9999; border-bottom: 2px solid #C89F5D; box-shadow: 0 2px 8px rgba(0,0,0,0.3);}
.header-content {padding: 1.25rem;}
.header-brand {display: flex; align-items: center; gap: 0.75rem;}
.header-icon {width: 36px; height: 36px; background-color: #C89F5D; border-radius: 4px; display: flex; align-items: center; justify-content: center; font-size: 20px; color: #1C1C1C;}
.header-title {font-family: 'Crimson Pro', serif; font-size: 24px; font-weight: 700; color: #FFFFFF;}
.header-title span {color: #C89F5D;}
.header-subtitle {font-size: 11px; font-weight: 600; letter-spacing: 0.1em; color: #C89F5D;}
.progress-container {padding: 0 1.25rem 1rem;}
.progress-text {display: flex; justify-content: space-between; margin-bottom: 0.5rem; font-size: 14px; color: #E8E3DC;}
.progress-bar {height: 6px; background-color: #353535; border-radius: 999px; overflow: hidden;}
.progress-fill {height: 100%; background: linear-gradient(90deg, #A67F3D, #C89F5D); transition: width 400ms ease;}
.hero {background: linear-gradient(135deg, #353535 0%, #1C1C1C 100%); color: white; padding: 2.5rem 1.25rem; position: relative; overflow: hidden;}
.hero-icon {position: absolute; bottom: 1rem; right: 1rem; font-size: 6rem; opacity: 0.05;}
.hero h1 {font-family: 'Crimson Pro', serif; font-size: 1.875rem; font-weight: 700; margin-bottom: 0.75rem; position: relative; z-index: 1;}
.hero p {font-size: 1rem; margin-bottom: 1.5rem; opacity: 0.9; position: relative; z-index: 1;}
.hero-info {background-color: rgba(255, 255, 255, 0.1); padding: 1rem; border-radius: 4px; border-left: 4px solid #C89F5D; font-size: 0.875rem; position: relative; z-index: 1;}
.hero-info div {margin-bottom: 0.25rem;}
.hero-badge {display: inline-block; background-color: #C89F5D; color: #1C1C1C; padding: 0.25rem 0.75rem; border-radius: 3px; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.05em; margin-top: 0.75rem;}
.container {max-width: 42rem; margin: 0 auto; padding: 2rem 1.25rem;}
.card {background: white; padding: 1.5rem; border-radius: 8px; margin-bottom: 1.5rem;}
.card-header {border-left: 4px solid #C89F5D; padding-left: 1.5rem; margin-bottom: 1rem;}
.card-step {font-size: 0.75rem; color: #C89F5D; font-weight: 700; letter-spacing: 0.1em; margin-bottom: 0.5rem;}
.card-title {font-family: 'Crimson Pro', serif; font-size: 1.5rem; font-weight: 700; margin-bottom: 0.5rem;}
.card-description {color: #5A5A5A; font-size: 0.875rem;}
.info-box {background-color: #F7F4F0; padding: 1.25rem; border-radius: 4px; border-left: 4px solid #C89F5D; font-size: 0.875rem; margin-bottom: 1.5rem;}
.info-box strong {color: #1C1C1C; display: block; margin-bottom: 0.5rem;}
.info-box span {color: #5A5A5A;}
.form-group {margin-bottom: 1.5rem;}
.form-label {display: block; font-weight: 600; margin-bottom: 0.5rem; color: #1C1C1C;}
.form-hint {font-size: 0.75rem; color: #5A5A5A; font-style: italic; margin-top: 0.25rem;}
.form-input, .form-textarea, .form-select {width: 100%; padding: 0.75rem 1rem; border: 2px solid #E8E3DC; border-radius: 4px; font-family: 'DM Sans', sans-serif; font-size: 1rem; transition: all 0.2s;}
.form-input:focus, .form-textarea:focus, .form-select:focus {outline: none; border-color: #C89F5D; background-color: #F7F4F0;}
.form-textarea {min-height: 100px; resize: vertical;}
.checkbox-group {margin-top: 0.75rem;}
.checkbox-item {background-color: #F7F4F0; padding: 1rem; border-radius: 4px; border: 2px solid #E8E3DC; margin-bottom: 0.75rem; cursor: pointer; transition: all 0.2s;}
.checkbox-item:hover {border-color: #C89F5D;}
.checkbox-item.selected {border-color: #C89F5D; background-color: #F7F4F0;}
.checkbox-content {display: flex; align-items: center; gap: 0.75rem;}
.checkbox-box {width: 24px; height: 24px; border: 2px solid #E8E3DC; border-radius: 4px; display: flex; align-items: center; justify-content: center; transition: all 0.2s;}
.checkbox-item.selected .checkbox-box {background-color: #C89F5D; border-color: #C89F5D;}
.checkbox-check {color: #1C1C1C; font-weight: 700; font-size: 0.875rem;}
.btn-group {display: flex; gap: 1rem; margin-top: 2rem;}
.btn {flex: 1; padding: 1rem 1.5rem; border: none; border-radius: 4px; font-family: 'DM Sans', sans-serif; font-size: 1rem; font-weight: 600; cursor: pointer; transition: all 0.2s;}
.btn-secondary {background-color: #E8E3DC; color: #1C1C1C;}
.btn-secondary:hover {background-color: #D9D2C8;}
.btn-primary {background-color: #C89F5D; color: #1C1C1C;}
.btn-primary:hover {background-color: #A67F3D; transform: translateY(-2px);}
.btn:disabled {opacity: 0.6; cursor: not-allowed;}
.footer {background-color: #1C1C1C; text-align: center; padding: 2rem 1.25rem; margin-top: 3rem;}
.footer p:first-child {font-size: 0.875rem; color: #C89F5D; font-weight: 500; margin-bottom: 0.5rem;}
.footer p:last-child {font-family: 'Crimson Pro', serif; color: #C89F5D; font-size: 1.1rem;}
.loading-overlay {position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(28, 28, 28, 0.98); display: none; align-items: center; justify-content: center; z-index: 10000;}
.loading-overlay.active {display: flex;}
.loading-content {text-align: center; padding: 2rem; max-width: 28rem;}
.loading-icon {font-size: 4rem; margin-bottom: 1rem; animation: pulse 2s infinite;}
@keyframes pulse {0%, 100% {opacity: 1;} 50% {opacity: 0.5;}}
.loading-title {font-family: 'Crimson Pro', serif; font-size: 1.5rem; font-weight: 700; color: #FFFFFF; margin-bottom: 1rem;}
.loading-text {font-size: 0.875rem; color: #FFFFFF; margin-bottom: 0.5rem;}
.loading-note {font-size: 0.75rem; color: #C89F5D; font-weight: 600; margin-top: 1rem;}
.modal-overlay {position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(28, 28, 28, 0.95); display: none; align-items: center; justify-content: center; z-index: 10000; padding: 1.25rem; overflow-y: auto;}
.modal-overlay.active {display: flex;}
.modal-content {background: white; border-radius: 8px; padding: 2rem; max-width: 48rem; width: 100%; max-height: 90vh; overflow-y: auto; border-top: 4px solid #C89F5D;}
.modal-header {text-align: center; margin-bottom: 1.5rem;}
.modal-icon {font-size: 4rem; margin-bottom: 1rem;}
.modal-title {font-family: 'Crimson Pro', serif; font-size: 1.875rem; font-weight: 700; margin-bottom: 0.5rem;}
.modal-subtitle {color: #5A5A5A;}
.modal-brief {background-color: #F7F4F0; padding: 1.5rem; border-radius: 4px; border-left: 4px solid #C89F5D; font-family: monospace; font-size: 0.875rem; white-space: pre-wrap; max-height: 400px; overflow-y: auto; margin-bottom: 1.5rem;}
.modal-buttons {display: flex; gap: 1rem;}
.hidden {display: none !important;}

/* Landing Page Styles */
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.logo { display: flex; align-items: center; gap: 12px; }
.logo-icon { width: 40px; height: 40px; background: #ffcbdb; border-radius: 6px; display: flex; align-items: center; justify-content: center; font-size: 24px; }
.logo-text { font-family: 'Crimson Pro', serif; font-size: 28px; font-weight: 700; color: white; }
.logo-text span { color: #C89F5D; }
.header-content { display: flex; align-items: center; justify-content: space-between; }
.header-cta { background: #C89F5D; color: #1C1C1C; padding: 12px 28px; border-radius: 6px; text-decoration: none; font-weight: 600; transition: all 0.3s; }
.header-cta:hover { background: #A67F3D; transform: translateY(-2px); }
.hero { background: linear-gradient(135deg, #353535 0%, #1C1C1C 100%); color: white; padding: 100px 0; text-align: center; position: relative; overflow: hidden; }
.hero::before { content: '💎'; position: absolute; font-size: 200px; opacity: 0.05; right: -50px; top: 50%; transform: translateY(-50%); }
.hero h1 { font-family: 'Crimson Pro', serif; font-size: 56px; font-weight: 700; margin-bottom: 20px; line-height: 1.2; }
.hero .highlight { color: #C89F5D; }
.hero .subtitle { font-size: 24px; margin-bottom: 40px; opacity: 0.9; }
.hero-cta { display: inline-block; background: #C89F5D; color: #1C1C1C; padding: 18px 40px; border-radius: 8px; text-decoration: none; font-weight: 700; font-size: 18px; transition: all 0.3s; margin-bottom: 30px; }
.hero-cta:hover { background: #A67F3D; transform: translateY(-3px); box-shadow: 0 10px 30px rgba(200, 159, 93, 0.3); }
.hero-features { display: flex; justify-content: center; gap: 40px; margin-top: 40px; font-size: 14px; }
.hero-features div { display: flex; align-items: center; gap: 8px; }
.problem { padding: 80px 0; background: white; }
.problem h2 { font-family: 'Crimson Pro', serif; font-size: 42px; text-align: center; margin-bottom: 60px; }
.problem-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; }
.problem-item { padding: 30px; background: #F7F4F0; border-radius: 8px; border-left: 4px solid #C89F5D; }
.problem-item h3 { font-size: 18px; margin-bottom: 10px; color: #C89F5D; }
.solution { padding: 80px 0; background: linear-gradient(135deg, #F7F4F0 0%, #E8E3DC 100%); }
.solution h2 { font-family: 'Crimson Pro', serif; font-size: 42px; text-align: center; margin-bottom: 20px; }
.solution-subtitle { text-align: center; font-size: 20px; color: #5A5A5A; margin-bottom: 60px; }
.phases { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }
.phase { background: white; padding: 40px; border-radius: 8px; text-align: center; border-top: 4px solid #C89F5D; }
.phase-icon { font-size: 48px; margin-bottom: 20px; }
.phase h3 { font-family: 'Crimson Pro', serif; font-size: 24px; margin-bottom: 15px; }
.how-it-works { padding: 80px 0; background: white; }
.how-it-works h2 { font-family: 'Crimson Pro', serif; font-size: 42px; text-align: center; margin-bottom: 60px; }
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 40px; }
.step { text-align: center; }
.step-number { width: 60px; height: 60px; background: #C89F5D; color: #1C1C1C; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 28px; font-weight: 700; margin: 0 auto 20px; }
.step h3 { font-size: 20px; margin-bottom: 10px; }
.pricing { padding: 80px 0; background: #1C1C1C; color: white; }
.pricing h2 { font-family: 'Crimson Pro', serif; font-size: 42px; text-align: center; margin-bottom: 60px; }
.pricing-card { max-width: 600px; margin: 0 auto; background: white; color: #1C1C1C; padding: 50px; border-radius: 12px; text-align: center; border-top: 6px solid #C89F5D; }
.pricing-card h3 { font-family: 'Crimson Pro', serif; font-size: 32px; margin-bottom: 20px; }
.price { font-size: 56px; font-weight: 700; color: #C89F5D; margin-bottom: 10px; }
.price-note { font-size: 14px; color: #5A5A5A; margin-bottom: 30px; }
.features-list { text-align: left; margin: 30px 0; list-style: none; }
.features-list li { padding: 12px 0; border-bottom: 1px solid #E8E3DC; display: flex; align-items: center; gap: 12px; }
.features-list li:last-child { border-bottom: none; }
.pricing-cta { display: block; background: #C89F5D; color: #1C1C1C; padding: 20px 50px; border-radius: 8px; text-decoration: none; font-weight: 700; font-size: 20px; margin-top: 30px; transition: all 0.3s; }
.pricing-cta:hover { background: #A67F3D; transform: translateY(-3px); }
.comparison { text-align: center; margin-top: 40px; padding-top: 30px; border-top: 2px solid rgba(255,255,255,0.1); color: #E8E3DC; }
.cta-final { padding: 100px 0; background: linear-gradient(135deg, #C89F5D 0%, #A67F3D 100%); text-align: center; color: #1C1C1C; }
.cta-final h2 { font-family: 'Crimson Pro', serif; font-size: 48px; margin-bottom: 30px; }
.cta-final-btn { display: inline-block; background: #1C1C1C; color: white; padding: 20px 60px; border-radius: 8px; text-decoration: none; font-weight: 700; font-size: 22px; transition: all 0.3s; }
.cta-final-btn:hover { background: #353535; transform: translateY(-3px); }
@media (max-width: 768px) { .hero h1 { font-size: 36px; } .hero .subtitle { font-size: 18px; } .hero-features { flex-direction: column; gap: 20px; } .problem h2, .solution h2, .how-it-works h2, .pricing h2 { font-size: 32px; } .price { font-size: 42px; } .header-cta { display: none; } }
