*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;color:#333;background-color:#fff}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;margin-bottom:1rem}h1{font-size:2.5rem;color:#1a202c}h2{font-size:2rem;color:#2d3748}h3{font-size:1.5rem}h3,p{color:#4a5568}p{margin-bottom:1rem}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.section,.section-alt{padding:4rem 0}.section-alt{background-color:#f7fafc}.btn{display:inline-block;padding:.75rem 1.5rem;border:none;border-radius:.375rem;font-size:1rem;font-weight:500;text-align:center;cursor:pointer;transition:all .2s ease;text-decoration:none}.btn-primary{background-color:#3182ce;color:#fff}.btn-primary:hover{background-color:#2c5aa0;transform:translateY(-1px)}.btn-secondary{background-color:#e2e8f0;color:#4a5568}.btn-secondary:hover{background-color:#cbd5e0}.form-group{margin-bottom:1.5rem}.form-label{display:block;margin-bottom:.5rem;font-weight:500;color:#2d3748}.form-input,.form-select,.form-textarea{width:100%;padding:.75rem;border:1px solid #e2e8f0;border-radius:.375rem;font-size:1rem;transition:border-color .2s ease}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:#3182ce;box-shadow:0 0 0 3px rgba(49,130,206,.1)}.form-textarea{min-height:120px;resize:vertical}.form-checkbox{display:flex;align-items:flex-start;margin-bottom:1rem}.form-checkbox input[type=checkbox]{margin-right:.5rem;margin-top:.25rem}.form-checkbox label{font-size:.9rem;color:#4a5568;line-height:1.4}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:6rem 0;text-align:center}.hero h1{color:#fff;margin-bottom:1.5rem;font-size:3rem}.hero p{font-size:1.25rem;margin-bottom:2rem;color:hsla(0,0%,100%,.9);max-width:600px;margin-left:auto;margin-right:auto}.card{background:#fff;border-radius:.5rem;padding:2rem;box-shadow:0 4px 6px rgba(0,0,0,.05);border:1px solid #e2e8f0}.grid{display:grid;grid-gap:2rem;gap:2rem}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.alert{padding:1rem;border-radius:.375rem;margin-bottom:1rem}.alert-info{background-color:#ebf8ff;border:1px solid #bee3f8;color:#2b6cb0}.alert-success{background-color:#f0fff4;border:1px solid #c6f6d5;color:#2f855a}.footer{background-color:#2d3748;color:#fff;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:2rem}.footer-bottom{border-top:1px solid #4a5568;padding-top:1rem;text-align:center;color:#a0aec0}.footer a{color:#a0aec0;text-decoration:underline}.footer a:hover{color:#fff}header{box-shadow:0 2px 4px rgba(0,0,0,.1)}header nav a{transition:color .2s ease}header nav a:hover{color:#3182ce!important}@media (max-width:768px){header nav{display:none!important}.hero h1{font-size:2rem}.hero p{font-size:1.1rem}.section,.section-alt{padding:2rem 0}.container{padding:0 1.5rem}.grid-2,.grid-3{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.btn:focus,.form-input:focus,.form-select:focus,.form-textarea:focus{outline:2px solid #3182ce;outline-offset:2px}@media print{.btn,.form-checkbox input[type=checkbox]{display:none}}