.main-wrapper{min-height:100vh;display:flex;flex-direction:column}*{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:1.7;color:#333;background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.4;color:#333;margin-bottom:1rem}h1{font-size:2.5rem}@media(max-width:768px){h1{font-size:2rem}}h2{font-size:2rem}@media(max-width:768px){h2{font-size:1.75rem}}h3{font-size:1.5rem}@media(max-width:768px){h3{font-size:1.25rem}}p{margin-bottom:1rem;color:#666}a{color:#2e5c6e;text-decoration:none;transition:color .3s ease}a:hover{color:#4a8a9e}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 28px;font-size:1rem;font-weight:500;border-radius:8px;border:none;cursor:pointer;transition:all .3s ease;text-decoration:none}.btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.btn-primary{background-color:#2e5c6e;color:#fff}.btn-primary:hover{background-color:#1e3d4a;color:#fff}.btn-accent{background-color:#5bbfba;color:#fff}.btn-accent:hover{background-color:#7dd3ce;color:#fff}.btn-outline{background-color:transparent;border:2px solid #2e5c6e;color:#2e5c6e}.btn-outline:hover{background-color:#2e5c6e;color:#fff}.btn-white{background-color:#fff;color:#2e5c6e}.btn-white:hover{background-color:#f8f9fa;color:#1e3d4a}.btn-lg{padding:16px 36px;font-size:1.1rem}.btn-sm{padding:8px 20px;font-size:.9rem}.section{padding:80px 0}@media(max-width:768px){.section{padding:60px 0}}.section-title{text-align:center;margin-bottom:60px}.section-title h2{margin-bottom:16px}.section-title p{max-width:600px;margin:0 auto;color:#666}.bg-light{background-color:#f8f9fa}.bg-gray{background-color:#f5f5f5}.bg-primary{background-color:#2e5c6e;color:#fff}.bg-primary h1,.bg-primary h2,.bg-primary h3,.bg-primary h4,.bg-primary h5,.bg-primary h6,.bg-primary p{color:#fff}.bg-gradient{background:linear-gradient(135deg,#2e5c6e,#4a8a9e);color:#fff}.bg-gradient h1,.bg-gradient h2,.bg-gradient h3,.bg-gradient h4,.bg-gradient h5,.bg-gradient h6,.bg-gradient p{color:#fff}.card{background:#fff;border-radius:12px;padding:32px;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:all .3s ease;border:none}.card:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(0,0,0,.12)}.icon-box{width:64px;height:64px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#5bbfba,#7dd3ce);margin-bottom:20px}.icon-box img,.icon-box svg{width:32px;height:32px;color:#fff}.container{max-width:1200px;margin:0 auto;padding:0 20px}.text-center{text-align:center}.text-primary{color:#2e5c6e!important}.text-accent{color:#5bbfba!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.5rem!important}.mb-2{margin-bottom:1rem!important}.mb-3{margin-bottom:1.5rem!important}.mb-4{margin-bottom:2rem!important}.mb-5{margin-bottom:3rem!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.5rem!important}.mt-2{margin-top:1rem!important}.mt-3{margin-top:1.5rem!important}.mt-4{margin-top:2rem!important}.mt-5{margin-top:3rem!important}.app-buttons{display:flex;gap:16px;flex-wrap:wrap}@media(max-width:576px){.app-buttons{justify-content:center}}.app-btn{display:inline-flex;align-items:center;gap:12px;padding:12px 24px;background:#333;color:#fff;border-radius:8px;text-decoration:none;transition:all .3s ease}.app-btn:hover{background:#4d4d4d;color:#fff;transform:translateY(-2px)}.app-btn .icon{width:28px;height:28px}.app-btn .text{display:flex;flex-direction:column;align-items:flex-start}.app-btn .text .small{font-size:.7rem;opacity:.8}.app-btn .text .large{font-size:1.1rem;font-weight:600;line-height:1.2}.fade-in{animation:fadeIn .6s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.free-badge{display:inline-block;background:linear-gradient(135deg,#ff6b6b,#ff8e53);color:#fff;padding:4px 12px;border-radius:20px;font-size:.85rem;font-weight:600;margin-left:8px}