@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Roboto:wght@400;700&display=swap);:root{--primary-gradient:linear-gradient(90deg,#0f2027,#2c5364);--accent-gradient:linear-gradient(90deg,#43cea2,#185a9d);--faq-bg:#f4f8fb;--section-bg:#f9fbfd;--footer-bg:#0f2027;--footer-text:#e0e0e0}body{background:#f9fbfd;background:var(--section-bg);font-family:Montserrat,Roboto,Arial,sans-serif}h1,h2,h3,h4,h5,h6{font-family:Montserrat,Arial,sans-serif;font-weight:700}.section-gradient{background:linear-gradient(90deg,#0f2027,#2c5364);background:var(--primary-gradient);color:#fff}.faq-gradient{background:#f4f8fb;background:var(--faq-bg)}.footer-gradient{background:#0f2027;background:var(--footer-bg);color:#e0e0e0;color:var(--footer-text)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.transition-all{transition:all .3s ease}html{scroll-behavior:smooth}.section,section{align-items:center;display:flex;justify-content:center;min-height:100vh;overflow:hidden;position:relative;width:100%}@media screen and (max-width:768px){h1{font-size:2.5rem!important}h2{font-size:2rem!important}h3{font-size:1.75rem!important}p{font-size:1rem!important}}img{height:auto;max-width:100%}:focus{outline:2px solid #43cea2;outline-offset:2px}@media (max-width:768px){.clickable,[role=button],button{min-height:44px;min-width:44px;padding:12px}}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#0000001a}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#185a9d,#43cea2);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#43cea2,#185a9d)}
/*# sourceMappingURL=main.ac079f36.css.map*/