
:root {
  --primary: #059669;
  --primary-dark: #047857;
  --primary-light: #d1fae5;
  --slate-50: #f8fafc;
  --slate-100: #f1f5f9;
  --slate-200: #e2e8f0;
  --slate-300: #cbd5e1;
  --slate-400: #94a3b8;
  --slate-500: #64748b;
  --slate-600: #475569;
  --slate-700: #334155;
  --slate-800: #1e293b;
  --slate-900: #0f172a;
  --purple: #7c3aed;
  --purple-dark: #6d28d9;
  --blue: #2563eb;
  --amber: #d97706;
  --amber-light: #fef3c7;
  --red: #dc2626;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; color: var(--slate-900); line-height: 1.6; }
a { text-decoration: none; color: inherit; }
button { cursor: pointer; border: none; font-family: inherit; background: none; }
img { max-width: 100%; }
.container { max-width: 72rem; margin: 0 auto; padding: 0 1.5rem; }
.text-center { text-align: center; }
.hidden { display: none !important; }

/* Navbar */
.navbar { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.9); backdrop-filter: blur(8px); border-bottom: 1px solid var(--slate-100); }
.navbar .container { height: 4rem; display: flex; align-items: center; justify-content: space-between; }
.logo { display: flex; align-items: center; gap: .5rem; font-weight: 700; font-size: 1.25rem; letter-spacing: -.025em; }
.logo svg { width: 1.5rem; height: 1.5rem; color: var(--primary); }
.logo span:last-child { color: var(--primary); }
.nav-links { display: none; align-items: center; gap: 2rem; font-size: .875rem; font-weight: 500; color: var(--slate-600); }
.nav-links a:hover { color: var(--primary); }
.nav-actions { display: flex; align-items: center; gap: .75rem; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; padding: .5rem 1rem; border-radius: .5rem; font-weight: 600; font-size: .875rem; transition: all .2s; }
.btn-primary { background: var(--primary); color: #fff; }
.btn-primary:hover { background: var(--primary-dark); }
.btn-lg { padding: .75rem 2rem; font-size: 1rem; height: 3rem; }
.btn-outline { background: transparent; border: 1px solid var(--slate-300); color: var(--slate-700); }
.btn-purple { background: var(--purple); color: #fff; font-weight: 700; padding: .75rem 1.5rem; border-radius: .5rem; }
.btn-purple:hover { background: var(--purple-dark); }
.btn-block { width: 100%; justify-content: center; }

@media(min-width:768px){ .nav-links { display: flex; } }

/* Sections */
.section { padding: 5rem 1.5rem; }
.section-dark { background: var(--slate-900); color: #fff; }
.section-light { background: var(--slate-50); }
h2 { font-size: 1.875rem; font-weight: 700; margin-bottom: 1rem; }
@media(min-width:768px){ h2 { font-size: 2.25rem; } }
.section-desc { color: var(--slate-600); font-size: 1.125rem; max-width: 42rem; margin: 0 auto 3rem; }

/* Hero */
.hero { padding: 5rem 1.5rem 8rem; }
.badge { display: inline-flex; align-items: center; gap: .5rem; padding: .5rem 1.25rem; border-radius: 9999px; font-size: .875rem; font-weight: 500; color: #047857; background: #f0fdf4; border: 1px solid #bbf7d0; margin-bottom: 1.5rem; }
.badge svg { width: 1rem; height: 1rem; flex-shrink: 0; color: #059669; }
h1 { font-size: 2.25rem; font-weight: 800; letter-spacing: -.025em; line-height: 1.2; margin-bottom: 1.5rem; }
h1 .highlight { color: var(--primary); }
.subtitle { font-size: 1.125rem; color: var(--slate-600); max-width: 42rem; margin: 0 auto 2.5rem; line-height: 1.75; }
.hero-btns { display: flex; flex-direction: column; gap: 1rem; justify-content: center; align-items: center; }
.trust-badges { display: flex; flex-wrap: wrap; justify-content: center; gap: 1.5rem; margin-top: 3rem; font-size: .875rem; color: var(--slate-500); }
.trust-badges span { display: flex; align-items: center; gap: .375rem; }
.trust-badges svg { width: 1rem; height: 1rem; color: var(--primary); }
@media(min-width:640px){ h1 { font-size: 3.5rem; } .hero-btns { flex-direction: row; } }

/* Trust */
.trust-section { padding: 3rem 1.5rem; border-top: 1px solid var(--slate-100); border-bottom: 1px solid var(--slate-100); background: rgba(248,250,252,.5); }
.trust-label { font-size: .875rem; color: var(--slate-500); font-weight: 500; text-transform: uppercase; letter-spacing: .05em; margin-bottom: 1.5rem; }
.trust-brands { display: flex; flex-wrap: wrap; justify-content: center; gap: 2rem; opacity: .6; }
.trust-brands span { font-weight: 700; color: var(--slate-700); font-size: 1.125rem; }

/* Steps */
.steps-wrap { position: relative; padding-top: 1rem; }
.steps-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 1.25rem; position: relative; }
.steps-line { position: absolute; top: 2rem; left: 8%; right: 8%; height: 2px; background: var(--slate-200); z-index: 0; }
.step-card { position: relative; z-index: 1; text-align: center; }
.step-icon { width: 4rem; height: 4rem; border-radius: 1rem; display: flex; align-items: center; justify-content: center; margin: 0 auto .75rem; transition: all .3s; }
.step-icon svg { width: 1.5rem; height: 1.5rem; }
.step-badge { font-size: .75rem; font-weight: 700; margin-bottom: .5rem; text-transform: uppercase; letter-spacing: .025em; }
.step-title { font-size: .875rem; font-weight: 700; margin-bottom: .5rem; color: var(--slate-900); }
.step-desc { font-size: .75rem; color: var(--slate-500); line-height: 1.5; }
@media(max-width:1024px){ .steps-grid { grid-template-columns: repeat(3, 1fr); gap: 2rem; } .steps-line { display: none; } }
@media(max-width:640px){ .steps-grid { grid-template-columns: repeat(2, 1fr); } }
@media(max-width:480px){ .steps-grid { grid-template-columns: 1fr; } }

.info-card { max-width: 48rem; margin: 3rem auto 0; background: #fffbeb; border: 1px solid #fcd34d; border-radius: 1rem; padding: 1.5rem; display: flex; gap: 1rem; align-items: flex-start; }
.info-icon { width: 2.5rem; height: 2.5rem; background: #fef3c7; border-radius: 9999px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.info-icon svg { width: 1.25rem; height: 1.25rem; color: var(--amber); }
.info-title { font-weight: 700; color: #92400e; margin-bottom: .25rem; }
.info-desc { color: #b45309; font-size: .875rem; line-height: 1.6; }
@media(max-width:768px){ .info-card { flex-direction: column; } }

/* Packages */
.packages-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
@media(max-width:1024px){ .packages-grid { grid-template-columns: repeat(2, 1fr); } }
@media(max-width:640px){ .packages-grid { grid-template-columns: 1fr; } }
.package-card { position: relative; border: 2px solid var(--slate-700); border-radius: 1rem; padding: 2rem; background: rgba(30,41,59,.5); transition: all .3s; cursor: pointer; }
.package-card:hover { border-color: var(--slate-500); }
.package-card.popular { border-color: rgba(5,150,105,.5); background: #1e293b; }
.package-card.popular:hover { border-color: var(--primary); }
.package-card.selected { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(5,150,105,.2); transform: scale(1.02); }
.package-badge { position: absolute; top: -1rem; left: 50%; transform: translateX(-50%); background: var(--primary); color: #fff; font-size: .75rem; font-weight: 700; padding: .375rem 1rem; border-radius: 9999px; text-transform: uppercase; letter-spacing: .025em; white-space: nowrap; }
.package-header { display: flex; align-items: center; gap: .75rem; margin-bottom: 1rem; color: #34d399; }
.package-header svg { width: 1.25rem; height: 1.25rem; }
.package-name { font-weight: 700; font-size: 1.125rem; color: #fff; }
.package-price { font-size: 2.25rem; font-weight: 800; color: #fff; margin-bottom: .25rem; }
.package-desc { color: var(--slate-400); font-size: .875rem; margin-bottom: 1.5rem; }
.package-features { list-style: none; margin-bottom: 1.5rem; }
.package-features li { display: flex; align-items: flex-start; gap: .75rem; margin-bottom: .75rem; color: #cbd5e1; font-size: .875rem; }
.package-features li svg { width: 1.25rem; height: 1.25rem; color: var(--primary); flex-shrink: 0; margin-top: .125rem; }
.package-btn { width: 100%; font-weight: 700; height: 3rem; border-radius: .5rem; font-size: .875rem; transition: all .2s; }

.ecommerce-card { border-color: rgba(124,58,237,.5); background: linear-gradient(135deg, #1e293b, #0f172a); }
.ecommerce-card:hover { border-color: var(--purple); }
.ecommerce-card .package-badge { background: var(--purple); }
.ecommerce-card .package-header { color: #a78bfa; }
.ecommerce-card .package-features li svg { color: #a78bfa; }
.ecommerce-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: start; }
.ecommerce-price { font-size: 3rem; font-weight: 800; color: #fff; margin: .5rem 0; }
.ecommerce-hosting { color: var(--slate-400); font-size: .875rem; margin-bottom: 1rem; }
.ecommerce-footer { display: flex; align-items: center; justify-content: space-between; margin-top: 1.5rem; padding-top: 1.5rem; border-top: 1px solid var(--slate-700); }
.ecommerce-time { display: flex; align-items: center; gap: .5rem; color: var(--slate-400); font-size: .875rem; }
.ecommerce-time svg { width: 1rem; height: 1rem; }
@media(max-width:768px){ .ecommerce-inner { grid-template-columns: 1fr; } }

/* Services */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; max-width: 64rem; margin: 0 auto; }
@media(max-width:768px){ .services-grid { grid-template-columns: 1fr; } }
.service-card { position: relative; border: 2px solid; border-radius: 1rem; padding: 2rem; background: #fff; transition: all .3s; }
.service-card:hover { transform: translateY(-2px); }
.service-card.hosting { border-color: rgba(37,99,235,.3); }
.service-card.hosting:hover { border-color: var(--blue); }
.service-card.maintenance { border-color: rgba(5,150,105,.3); }
.service-card.maintenance:hover { border-color: var(--primary); }
.service-card.hourly { border-color: var(--slate-200); }
.service-card.hourly:hover { border-color: var(--slate-400); }
.service-badge { position: absolute; top: -1rem; left: 1.5rem; font-size: .75rem; font-weight: 700; padding: .375rem .75rem; border-radius: 9999px; text-transform: uppercase; letter-spacing: .025em; color: #fff; }
.service-badge.hosting { background: var(--blue); }
.service-badge.maintenance { background: var(--primary); }
.service-header { display: flex; align-items: center; gap: .75rem; margin-bottom: 1rem; }
.service-header svg { width: 1.25rem; height: 1.25rem; }
.service-name { font-weight: 700; font-size: 1.125rem; }
.service-price { font-size: 2.25rem; font-weight: 800; }
.service-period { color: var(--slate-500); }
.service-desc { color: var(--slate-400); font-size: .875rem; margin-bottom: 1.5rem; }
.service-features { list-style: none; }
.service-features li { display: flex; align-items: flex-start; gap: .75rem; margin-bottom: .75rem; font-size: .875rem; }
.service-features li svg { width: 1.25rem; height: 1.25rem; flex-shrink: 0; margin-top: .125rem; }

/* Features */
.features-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
@media(max-width:768px){ .features-grid { grid-template-columns: 1fr; } }
.feature-item { display: flex; gap: 1rem; }
.feature-icon { width: 2rem; height: 2rem; background: var(--primary-light); border-radius: 9999px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: .25rem; }
.feature-icon svg { width: 1rem; height: 1rem; color: var(--primary); }
.feature-title { font-weight: 700; font-size: 1rem; }
.feature-desc { color: var(--slate-600); font-size: .875rem; margin-top: .25rem; }

.guarantee-box { background: #fff; border-radius: 1.5rem; padding: 2rem; box-shadow: 0 20px 60px -15px rgba(0,0,0,.1); border: 1px solid var(--slate-200); }
.guarantee-header { display: flex; align-items: center; gap: .75rem; margin-bottom: 1.5rem; }
.guarantee-icon { width: 2.5rem; height: 2.5rem; background: var(--primary-light); border-radius: 9999px; display: flex; align-items: center; justify-content: center; }
.guarantee-icon svg { width: 1.25rem; height: 1.25rem; color: var(--primary); }
.guarantee-row { display: flex; justify-content: space-between; align-items: center; padding: .75rem 0; border-bottom: 1px solid var(--slate-100); }
.guarantee-label { color: var(--slate-600); font-size: .875rem; }
.guarantee-badge { padding: .25rem .75rem; border-radius: .375rem; font-size: .75rem; font-weight: 500; color: #047857; background: #ecfdf5; border: 1px solid #a7f3d0; }
.guarantee-quote { background: var(--primary-light); border-radius: .75rem; padding: 1rem; text-align: center; margin-top: 1rem; }
.guarantee-quote p { color: #047857; font-weight: 600; font-size: .875rem; }

/* Projects */
.projects-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; max-width: 72rem; margin: 0 auto; }
@media(max-width:640px){ .projects-grid { grid-template-columns: 1fr; } }
.project-card { background: #fff; border-radius: 1rem; overflow: hidden; border: 1px solid var(--slate-200); transition: all .3s; }
.project-card:hover { transform: translateY(-4px); box-shadow: 0 20px 40px -10px rgba(0,0,0,.15); }
.project-image { height: 320px; position: relative; overflow: hidden; }
.project-overlay { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 1.5rem; background: linear-gradient(to top, rgba(0,0,0,.9) 0%, rgba(0,0,0,.5) 40%, rgba(0,0,0,.2) 100%); }
.project-tag { display: inline-block; padding: .25rem .75rem; border-radius: 9999px; font-size: .75rem; font-weight: 600; background: rgba(255,255,255,.2); color: #fff; backdrop-filter: blur(4px); width: fit-content; margin-bottom: .75rem; }
.project-title { font-size: 1.25rem; font-weight: 700; color: #fff; margin-bottom: .5rem; }
.project-desc { font-size: .875rem; color: rgba(255,255,255,.85); line-height: 1.5; margin-bottom: 1rem; }
.project-links { display: flex; gap: .75rem; flex-wrap: wrap; }
.project-btn { display: inline-flex; align-items: center; gap: .5rem; padding: .5rem 1rem; border-radius: .5rem; font-size: .875rem; font-weight: 600; transition: all .2s; }
.project-btn-primary { background: #fff; color: var(--slate-900); }
.project-btn-primary:hover { background: var(--slate-100); }
.project-btn-outline { background: transparent; border: 1px solid rgba(255,255,255,.4); color: #fff; }
.project-btn-outline:hover { background: rgba(255,255,255,.1); }
.project-footer { padding: 1rem 1.5rem; border-top: 1px solid var(--slate-100); }
.project-meta { display: flex; justify-content: space-between; align-items: center; font-size: .875rem; color: var(--slate-500); }
.project-location { display: flex; align-items: center; gap: .375rem; }
.project-type { background: var(--slate-100); padding: .25rem .75rem; border-radius: .375rem; font-size: .75rem; font-weight: 600; color: var(--slate-600); }

/* FAQ */
.faq-list { max-width: 48rem; margin: 0 auto; }
.faq-item { background: #fff; border: 1px solid var(--slate-200); border-radius: .75rem; overflow: hidden; margin-bottom: .75rem; }
.faq-question { width: 100%; padding: 1.25rem 1.5rem; display: flex; justify-content: space-between; align-items: center; text-align: left; background: none; border: none; font-size: 1rem; font-weight: 600; color: var(--slate-900); transition: background .2s; }
.faq-question:hover { background: var(--slate-50); }
.faq-question svg { width: 1.25rem; height: 1.25rem; color: var(--slate-400); flex-shrink: 0; margin-left: 1rem; transition: transform .2s; }
.faq-question.active svg { color: var(--primary); transform: rotate(180deg); }
.faq-answer { padding: 0 1.5rem 1.25rem; color: var(--slate-600); font-size: .875rem; line-height: 1.6; display: none; }
.faq-answer.show { display: block; animation: fadeIn .2s ease; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: translateY(0); } }

/* Contact */
.contact-card { max-width: 36rem; margin: 0 auto; background: #fff; border: 1px solid var(--slate-200); border-radius: 1rem; padding: 2rem; }
.form-group { margin-bottom: 1.25rem; }
.form-label { display: block; font-size: .875rem; font-weight: 600; color: var(--slate-700); margin-bottom: .375rem; }
.form-input { width: 100%; padding: .75rem 1rem; border: 1px solid var(--slate-300); border-radius: .5rem; font-size: .875rem; outline: none; transition: all .2s; }
.form-input:focus { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(5,150,105,.2); }
.form-textarea { min-height: 6rem; resize: vertical; }
.form-footer { display: flex; flex-direction: column; gap: .75rem; margin-top: .75rem; font-size: .75rem; color: var(--slate-500); }
.form-footer span { display: flex; align-items: center; gap: .375rem; }
.form-footer svg { width: .875rem; height: .875rem; }
.success-state { text-align: center; padding: 2rem 0; }
.success-icon { width: 4rem; height: 4rem; background: var(--primary-light); border-radius: 9999px; display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem; }
.success-icon svg { width: 2rem; height: 2rem; color: var(--primary); }
.success-title { font-size: 1.25rem; font-weight: 700; color: #047857; margin-bottom: .5rem; }

/* Footer */
.footer { padding: 3rem 1.5rem; border-top: 1px solid var(--slate-100); }
.footer-content { max-width: 72rem; margin: 0 auto; display: flex; flex-direction: column; align-items: center; gap: 1.5rem; }
.footer-links { display: flex; gap: 1.5rem; font-size: .875rem; color: var(--slate-500); }
.footer-links a:hover { color: var(--slate-700); cursor: pointer; }
.footer-copy { color: var(--slate-500); font-size: .875rem; }
@media(min-width:768px){ .footer-content { flex-direction: row; justify-content: space-between; } }

/* Payment Modal */
.modal-overlay { position: fixed; inset: 0; background: rgba(0,0,0,.6); z-index: 100; display: none; align-items: center; justify-content: center; padding: 1rem; }
.modal-overlay.show { display: flex; }
.modal { background: #fff; border-radius: 1rem; max-width: 28rem; width: 100%; max-height: 90vh; overflow-y: auto; box-shadow: 0 25px 50px -12px rgba(0,0,0,.25); }
.modal-header { padding: 1.5rem; border-bottom: 1px solid var(--slate-100); display: flex; justify-content: space-between; align-items: center; }
.modal-title { font-size: 1.25rem; font-weight: 700; }
.modal-close { width: 2rem; height: 2rem; display: flex; align-items: center; justify-content: center; border-radius: .5rem; font-size: 1.5rem; color: var(--slate-400); cursor: pointer; transition: all .2s; }
.modal-close:hover { background: var(--slate-100); color: var(--slate-700); }
.modal-body { padding: 1.5rem; }
.modal-price { font-size: 2rem; font-weight: 800; color: var(--slate-900); margin-bottom: .25rem; }
.modal-desc { color: var(--slate-500); font-size: .875rem; margin-bottom: 1.5rem; }
.pay-option { display: flex; align-items: center; gap: 1rem; padding: 1rem; border: 2px solid var(--slate-200); border-radius: .75rem; margin-bottom: .75rem; cursor: pointer; transition: all .2s; }
.pay-option:hover { border-color: var(--primary); background: var(--slate-50); }
.pay-option.active { border-color: var(--primary); background: #ecfdf5; }
.pay-icon { width: 2.5rem; height: 2.5rem; background: var(--slate-100); border-radius: .5rem; display: flex; align-items: center; justify-content: center; }
.pay-icon svg { width: 1.25rem; height: 1.25rem; }
.pay-label { font-weight: 600; }
.pay-desc { font-size: .75rem; color: var(--slate-500); }
.modal-footer { padding: 1rem 1.5rem 1.5rem; }
.stripe-badge { display: flex; align-items: center; justify-content: center; gap: .5rem; margin-top: 1rem; font-size: .75rem; color: var(--slate-400); }

/* Pay Error */
.pay-error { display: none; background: #fef2f2; border: 1px solid #fecaca; border-radius: .5rem; padding: 1rem; margin-bottom: 1rem; }
.pay-error.show { display: block; }

/* Mobile Menu */
.mobile-menu-btn { display: flex; align-items: center; justify-content: center; width: 2.5rem; height: 2.5rem; border-radius: .5rem; color: var(--slate-600); cursor: pointer; transition: all .2s; }
.mobile-menu-btn:hover { background: var(--slate-100); color: var(--primary); }
.mobile-menu-btn svg { width: 1.5rem; height: 1.5rem; }
.mobile-nav { display: none; position: fixed; top: 4rem; left: 0; right: 0; background: rgba(255,255,255,.98); backdrop-filter: blur(8px); border-bottom: 1px solid var(--slate-100); padding: 1rem 1.5rem; z-index: 49; }
.mobile-nav.show { display: block; animation: slideDown .2s ease; }
.mobile-nav a { display: block; padding: .875rem 0; font-size: 1rem; font-weight: 500; color: var(--slate-700); border-bottom: 1px solid var(--slate-100); }
.mobile-nav a:last-child { border-bottom: none; }
.mobile-nav a:hover { color: var(--primary); }
@keyframes slideDown { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: translateY(0); } }
@media(max-width:767px){ .nav-actions .btn-primary { display: none; } }
@media(min-width:768px){ .mobile-menu-btn { display: none; } .mobile-nav { display: none !important; } }

/* ====== BRIEF PAGE ====== */
.page-section { display: none; padding: 3rem 1.5rem 5rem; max-width: 56rem; margin: 0 auto; }
.page-section.active { display: block; }
.page-title { font-size: 2rem; font-weight: 800; margin-bottom: .5rem; }
.page-subtitle { color: var(--slate-500); margin-bottom: 2rem; }
.page-back { display: inline-flex; align-items: center; gap: .5rem; color: var(--primary); font-weight: 600; font-size: .875rem; margin-bottom: 1.5rem; cursor: pointer; }
.page-back:hover { color: var(--primary-dark); }
.page-back svg { width: 1rem; height: 1rem; }

/* ====== 6-STEP BRIEF WIZARD ====== */
.wizard-progress { display: flex; align-items: center; justify-content: space-between; margin-bottom: 2.5rem; position: relative; max-width: 40rem; margin-left: auto; margin-right: auto; }
.wizard-progress::before { content: ''; position: absolute; top: 1.25rem; left: 10%; right: 10%; height: 2px; background: var(--slate-200); z-index: 0; }
.wizard-progress-line { position: absolute; top: 1.25rem; left: 10%; height: 2px; background: var(--primary); z-index: 1; transition: width .4s ease; width: 0%; }
.wizard-step { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; gap: .5rem; cursor: default; }
.wizard-step-dot { width: 2.5rem; height: 2.5rem; border-radius: 9999px; background: #fff; border: 2px solid var(--slate-300); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: .875rem; color: var(--slate-500); transition: all .3s; }
.wizard-step.active .wizard-step-dot { border-color: var(--primary); background: var(--primary); color: #fff; }
.wizard-step.completed .wizard-step-dot { border-color: var(--primary); background: var(--primary); color: #fff; }
.wizard-step-label { font-size: .75rem; font-weight: 600; color: var(--slate-400); transition: color .3s; }
.wizard-step.active .wizard-step-label { color: var(--primary); }
.wizard-step.completed .wizard-step-label { color: var(--primary); }
@media(max-width:640px){ .wizard-step-label { display: none; } .wizard-progress::before { left: 5%; right: 5%; } }

.wizard-step-content { display: none; animation: fadeIn .3s ease; }
.wizard-step-content.active { display: block; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }

.wizard-step-title { font-size: 1.25rem; font-weight: 700; margin-bottom: .25rem; }
.wizard-step-desc { color: var(--slate-500); font-size: .875rem; margin-bottom: 1.5rem; }

/* Radio cards */
.radio-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .75rem; }
@media(max-width:640px){ .radio-grid { grid-template-columns: 1fr; } }
.radio-card { display: flex; align-items: center; gap: .75rem; padding: 1rem; border: 2px solid var(--slate-200); border-radius: .75rem; cursor: pointer; transition: all .2s; background: #fff; }
.radio-card:hover { border-color: var(--primary); background: #f0fdf4; }
.radio-card.selected { border-color: var(--primary); background: #ecfdf5; }
.radio-card input { display: none; }
.radio-card .radio-circle { width: 1.25rem; height: 1.25rem; border: 2px solid var(--slate-300); border-radius: 9999px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: all .2s; }
.radio-card.selected .radio-circle { border-color: var(--primary); background: var(--primary); }
.radio-card .radio-circle::after { content: ''; width: .4rem; height: .4rem; background: #fff; border-radius: 9999px; opacity: 0; transform: scale(0); transition: all .2s; }
.radio-card.selected .radio-circle::after { opacity: 1; transform: scale(1); }
.radio-card .radio-text { font-size: .875rem; font-weight: 500; }

/* Checkbox cards */
.checkbox-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .75rem; }
@media(max-width:640px){ .checkbox-grid { grid-template-columns: 1fr; } }
.checkbox-card { display: flex; align-items: center; gap: .75rem; padding: .875rem 1rem; border: 2px solid var(--slate-200); border-radius: .75rem; cursor: pointer; transition: all .2s; background: #fff; }
.checkbox-card:hover { border-color: var(--primary); background: #f0fdf4; }
.checkbox-card.selected { border-color: var(--primary); background: #ecfdf5; }
.checkbox-card input { display: none; }
.checkbox-card .check-box { width: 1.25rem; height: 1.25rem; border: 2px solid var(--slate-300); border-radius: .25rem; display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: all .2s; }
.checkbox-card.selected .check-box { border-color: var(--primary); background: var(--primary); }
.checkbox-card .check-box::after { content: ''; width: .35rem; height: .6rem; border: solid #fff; border-width: 0 2px 2px 0; transform: rotate(45deg) scale(0); opacity: 0; transition: all .2s; margin-bottom: .1rem; }
.checkbox-card.selected .check-box::after { opacity: 1; transform: rotate(45deg) scale(1); }
.checkbox-card .check-text { font-size: .875rem; font-weight: 500; }

/* Wizard buttons */
.wizard-btns { display: flex; justify-content: space-between; align-items: center; margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid var(--slate-200); }
.wizard-btn-back { padding: .75rem 1.5rem; font-weight: 600; color: var(--slate-600); background: none; border: 1px solid var(--slate-300); border-radius: .5rem; cursor: pointer; transition: all .2s; font-size: .875rem; }
.wizard-btn-back:hover { background: var(--slate-100); }
.wizard-btn-next { padding: .75rem 2rem; font-weight: 700; color: #fff; background: var(--primary); border: none; border-radius: .5rem; cursor: pointer; transition: all .2s; font-size: .875rem; }
.wizard-btn-next:hover { background: var(--primary-dark); }
.wizard-btn-submit { padding: .75rem 2rem; font-weight: 700; color: #fff; background: var(--primary); border: none; border-radius: .5rem; cursor: pointer; transition: all .2s; font-size: .875rem; }
.wizard-btn-submit:hover { background: var(--primary-dark); }

/* Review page */
.review-list { display: flex; flex-direction: column; gap: 1.25rem; }
.review-item { background: var(--slate-50); border-radius: .75rem; padding: 1.25rem; }
.review-item-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: .75rem; }
.review-item-title { font-weight: 700; font-size: .875rem; color: var(--slate-900); display: flex; align-items: center; gap: .5rem; }
.review-item-step { font-size: .75rem; color: var(--slate-400); font-weight: 600; }
.review-item-edit { font-size: .75rem; color: var(--primary); cursor: pointer; font-weight: 600; }
.review-item-edit:hover { text-decoration: underline; }
.review-item-content { font-size: .875rem; color: var(--slate-700); line-height: 1.6; }
.review-empty { color: var(--slate-400); font-style: italic; }

/* Error state */
.field-error { border-color: #f87171 !important; box-shadow: 0 0 0 3px rgba(248,113,113,.2) !important; }
.error-msg { color: #dc2626; font-size: .75rem; margin-top: .375rem; display: none; }
.error-msg.show { display: block; }

/* Brief form grid */
.brief-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
@media(max-width:640px){ .brief-grid { grid-template-columns: 1fr; } }
