*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#333;background-color:#fafafa}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.text-center{text-align:center}.flex{display:flex}.flex-column{flex-direction:column}.justify-center{justify-content:center}.align-center{align-items:center}.space-between{justify-content:space-between}.grid{display:grid;gap:2rem}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}h1{font-size:3.5rem;font-weight:700;line-height:1.1;margin-bottom:1rem}h2{font-size:2.5rem;font-weight:600;margin-bottom:1rem}h3{font-size:1.5rem;font-weight:600;margin-bottom:.75rem}h4{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}p{margin-bottom:1rem;font-size:1.1rem}.text-large{font-size:1.25rem}.text-small{font-size:.9rem}.text-primary{color:#2563eb}.text-secondary{color:#64748b}.text-white{color:#fff}.text-dark{color:#1f2937}.bg-primary{background-color:#2563eb}.bg-secondary{background-color:#64748b}.bg-dark{background-color:#1f2937}.bg-light{background-color:#f8fafc}.bg-white{background-color:#fff}.btn{display:inline-block;padding:.75rem 1.5rem;border-radius:.5rem;text-decoration:none;font-weight:600;transition:all .3s ease;border:none;cursor:pointer;font-size:1rem;text-align:center}.btn-primary{background-color:#2563eb;color:#fff}.btn-primary:hover{background-color:#1d4ed8;transform:translateY(-2px)}.btn-secondary{background-color:transparent;color:#2563eb;border:2px solid #2563eb}.btn-secondary:hover{background-color:#2563eb;color:#fff}.btn-outline-white{background-color:transparent;color:#fff;border:2px solid white}.btn-outline-white:hover{background-color:#fff;color:#1f2937}.btn-large{padding:1rem 2rem;font-size:1.1rem}.section{padding:4rem 0}.section-large{padding:6rem 0}.card{background:#fff;border-radius:.75rem;padding:2rem;box-shadow:0 4px 6px -1px #0000001a;transition:all .3s ease}.card:hover{box-shadow:0 10px 15px -3px #0000001a;transform:translateY(-2px)}.card-icon{width:3rem;height:3rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mb-5{margin-bottom:2.5rem}.mb-6{margin-bottom:3rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mt-5{margin-top:2.5rem}.mt-6{margin-top:3rem}.p-1{padding:.5rem}.p-2{padding:1rem}.p-3{padding:1.5rem}.p-4{padding:2rem}.img-responsive{width:100%;height:auto;border-radius:.75rem}.img-cover{object-fit:cover;width:100%;height:100%}.list-none,.list-check{list-style:none}.list-check li{position:relative;padding-left:1.5rem;margin-bottom:.5rem}.list-check li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:700}@media (max-width: 768px){h1{font-size:2.5rem}h2{font-size:2rem}.container{padding:0 1rem}.section{padding:2rem 0}.section-large{padding:3rem 0}.grid-2,.grid-3{grid-template-columns:1fr}.btn{display:block;width:100%;margin-bottom:1rem}}@media (max-width: 480px){h1{font-size:2rem}.card{padding:1.5rem}}
