@import"https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;600;700&family=Poppins:wght@200;300;400;500&display=swap";:root{--rio-primary: #98A886;--rio-primary-dark: #7d8c6d;--rio-accent: #FFAB73;--rio-dark: #4B4946;--rio-light: #f9f9f9;--text-main: #333;--text-light: #666;--font-heading: "Josefin Sans", sans-serif;--font-body: "Poppins", sans-serif;--radius: 4px;--shadow: 0 4px 6px -1px rgb(0 0 0 / .1)}*{box-sizing:border-box}html,body{margin:0;padding:0;height:auto;min-height:100vh;width:100%;overflow-x:hidden;font-family:var(--font-body);font-weight:300;background-color:#fff;color:var(--text-main);line-height:1.6}#root{width:100%;min-height:100vh;display:flex;flex-direction:column}h1,h2,h3,h4{font-family:var(--font-heading);margin:0}h1{font-weight:700}h2,h3,h4{font-weight:600}strong,b{font-weight:500}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.text-center{text-align:center}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-4{gap:1rem}.mt-4{margin-top:1rem}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.p-4{padding:1rem}.uppercase{text-transform:uppercase}.btn{padding:1rem 2rem;border:none;cursor:pointer;font-size:.9rem;letter-spacing:1px;text-transform:uppercase;font-family:var(--font-heading);font-weight:700;transition:all .3s;background:#eee}.btn-primary{background-color:var(--rio-primary);color:#fff}.btn-primary:hover{background-color:var(--rio-primary-dark)}.card-option{border:1px solid #eee;padding:2rem;text-align:center;cursor:pointer;transition:all .2s}.card-option:hover{border-color:var(--rio-primary);transform:translateY(-2px);box-shadow:var(--shadow)}.card-option.selected{border-color:var(--rio-primary);background-color:#fcfdfc}.form-group{margin-bottom:1.5rem}.form-label{display:block;margin-bottom:.5rem;font-size:.85rem;text-transform:uppercase;color:var(--text-light);font-family:var(--font-heading);font-weight:600}.form-input{width:100%;padding:.8rem;border:1px solid #ddd;font-family:inherit;font-size:1rem}.form-input:focus{outline:1px solid var(--rio-primary);border-color:var(--rio-primary)}.stepper{display:flex;justify-content:center;gap:.5rem;margin-bottom:3rem}.step-dot{width:10px;height:10px;border-radius:50%;background:#eee}.step-dot.active{background:var(--rio-primary)}footer{background-color:var(--rio-dark);color:#fff;padding:4rem 1rem;margin-top:4rem}.footer-col h4{margin-bottom:1rem;font-size:.9rem;letter-spacing:2px;font-family:var(--font-heading);font-weight:600}.footer-col ul{list-style:none;padding:0}.footer-col li{margin-bottom:.5rem;font-size:.9rem;color:#ccc;font-weight:300}
