:root{--wa-primary: #0AA2C0;--wa-secondary: #dbb4ac;--wa-dark: #142a2e;--wa-light: #f0f4f5;--wa-text: #212529;--wa-accent: #875A7B}*{box-sizing:border-box}body{margin:0;font-family:Plus Jakarta Sans,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;line-height:1.6;color:var(--wa-text);background-color:var(--wa-light)}a{color:var(--wa-primary);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer;border:none;background:var(--wa-primary);color:#fff;padding:12px 20px;border-radius:6px;font-size:1rem;font-weight:600;transition:background .2s,transform .1s}button:hover{background:#0db8cd}button:active{transform:translateY(1px)}button:disabled{opacity:.7;cursor:not-allowed}input,select,textarea{border:1px solid #ccc;border-radius:6px;padding:12px;margin:4px 0 16px;width:100%;box-sizing:border-box;font-size:1rem;transition:border-color .2s,box-shadow .2s;background:#fff}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--wa-primary);box-shadow:0 0 0 3px #0aa2c033}input[type=radio]{accent-color:var(--wa-primary);vertical-align:middle;margin:0;flex-shrink:0}.container{max-width:1200px;margin:0 auto;padding:20px}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-6xl{max-width:72rem}.mx-auto{margin-left:auto;margin-right:auto}.mt-4{margin-top:1rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.pt-8{padding-top:2rem}.pt-20{padding-top:5rem}.pb-12{padding-bottom:3rem}.pb-20{padding-bottom:5rem}.px-4{padding-left:1rem;padding-right:1rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-8{padding-top:2rem;padding-bottom:2rem}.text-center{text-align:center}.text-left{text-align:left}.text-primary{color:var(--wa-primary)}.text-gray-900{color:#111827}.text-gray-700{color:#374151}.text-gray-600{color:#4b5563}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1.2}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-medium{font-weight:500}.bg-white{background:#fff}.bg-wa-primary{background:var(--wa-primary)}.bg-wa-light{background:var(--wa-light)}.bg-wa-secondary{background:var(--wa-secondary)}.bg-wa-secondary-light{background:#dbb4ac1a}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--wa-primary),var(--wa-secondary))}.border{border:1px solid #e5e7eb}.border-gray-200{border-color:#e5e7eb}.border-b{border-bottom-width:1px}.border-b-gray-200{border-bottom-color:#e5e7eb}.border-2{border-width:2px}.border-4{border-width:4px}.shadow{box-shadow:0 4px 12px #00000014}.shadow-sm{box-shadow:0 1px 3px #0000000d}.shadow-lg{box-shadow:0 10px 25px #0000001a}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-2{padding-left:.5rem;padding-right:.5rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.rounded{border-radius:.25rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-full{border-radius:9999px}.flex{display:flex}.flex-shrink-0{flex-shrink:0}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-end{justify-content:flex-end}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.w-10{width:2.5rem}.w-12{width:3rem}.w-auto{width:auto}.h-10{height:2.5rem}.h-12{height:3rem}.h-16{height:4rem}.sticky{position:sticky}.top-0{top:0}.z-50{z-index:50}.top-ribbon{height:4px;background:linear-gradient(90deg,var(--wa-primary),var(--wa-secondary))}.progress-container{margin-bottom:2rem;position:relative}.progress-steps{display:flex;justify-content:space-between;margin-bottom:.5rem;position:relative;z-index:2}.progress-steps:before{content:"";position:absolute;top:18px;left:0;right:0;height:4px;background:#e5e7eb;z-index:-1}.step-circle{position:relative;z-index:2;width:36px;height:36px;border-radius:50%;background:#fff;border:3px solid #e5e7eb;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem;color:#6b7280}.step-circle.completed{background:var(--wa-primary);border-color:var(--wa-primary);color:#fff}.step-circle.active{border-color:var(--wa-primary);color:var(--wa-primary)}.progress-line{position:absolute;top:18px;left:0;height:4px;background:var(--wa-primary);border-radius:2px;transition:width .3s ease;z-index:-1}@media (min-width: 640px){.sm\:block{display:block}}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;border-radius:.75rem;box-shadow:0 25px 50px -12px #00000040;padding:2rem;max-width:28rem;width:100%;margin:1rem;text-align:center}.modal-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#111827;font-family:Plus Jakarta Sans,sans-serif}.modal-message{color:#4b5563;margin-bottom:1.5rem;line-height:1.6}.modal-button{display:inline-block;background:var(--wa-primary);color:#fff;font-weight:600;padding:.75rem 1.5rem;border-radius:.5rem;border:none;cursor:pointer;transition:background .2s;text-decoration:none}.modal-button:hover{background:#0db8cd}.modal-close{margin-top:.5rem;background:transparent;color:#6b7280;border:none;padding:.5rem 1rem;cursor:pointer}.modal-close:hover{color:#111827;background:#f3f4f6}
