:root{font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}a{color:#646cff;-webkit-text-decoration:inherit;text-decoration:inherit;font-weight:500}a:hover{color:#535bf2}body{color:#213547;background-color:#fff;width:100%;min-width:320px;min-height:100vh;margin:0;overflow-x:hidden}*,:before,:after{box-sizing:border-box}h1{font-size:3.2em;line-height:1.1}button{cursor:pointer;background-color:#1a1a1a;border:1px solid #0000;border-radius:8px;padding:.6em 1.2em;font-family:inherit;font-size:1em;font-weight:500;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}:root{--light-gray:#f8f9fa;--white:#fff;--primary-blue:#1e40af;--secondary-blue:#3b82f6;--accent-orange:#f59e0b;--dark-gray:#4b5563}.about{background-color:var(--light-gray);padding:80px 0}.about-content{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.about-description{color:var(--dark-gray);margin-bottom:40px;font-size:1.1rem;line-height:1.8}.about-features{flex-direction:column;gap:20px;display:flex}.feature-item{background-color:var(--white);border-radius:12px;align-items:flex-start;gap:15px;padding:20px;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 5px 15px #00000014}.feature-item:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000026}.feature-icon{background:linear-gradient(135deg,var(--primary-blue),var(--secondary-blue));border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;min-width:60px;height:60px;padding:10px;font-size:2rem;display:flex}.feature-content h4{color:var(--primary-blue);margin-top:0;margin-bottom:5px;font-size:1.2rem;font-weight:600}.feature-content p{color:var(--dark-gray);margin:0;line-height:1.6}.about-image{position:relative}.about-img{object-fit:cover;border-radius:15px;width:100%;height:400px;box-shadow:0 15px 40px #0000001a}.about-stats{background-color:var(--white);border-radius:15px;gap:30px;padding:30px;display:flex;position:absolute;bottom:-30px;left:-30px;box-shadow:0 10px 30px #00000026}.stat-item{text-align:center}.stat-item h3{color:var(--accent-orange);margin-top:0;margin-bottom:5px;font-size:2rem;font-weight:700}.stat-item p{color:var(--dark-gray);margin:0;font-size:.9rem;font-weight:500}.fade-in-left{animation:.8s ease-out forwards fadeInLeft}.fade-in-right{animation:.8s ease-out forwards fadeInRight}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@media (max-width:768px){.about,.section-padding{padding:60px 0}.about-content{grid-template-columns:1fr;gap:40px}.section-title{text-align:center;font-size:2rem}.about-description{text-align:center;font-size:1rem}.about-stats{justify-content:center;margin-top:20px;position:static;bottom:0;left:0}.stat-item h3{font-size:1.5rem}.about-img{height:300px}}@media (max-width:480px){.container{padding:0 15px}.about,.section-padding{padding:40px 0}.feature-item{text-align:center;flex-direction:column;gap:10px;padding:15px}.about-stats{flex-direction:column;gap:20px;padding:20px}.section-title{font-size:1.8rem}.about-content{gap:30px}.about-features{gap:15px}}@media (max-width:360px){.section-title{font-size:1.6rem}.about-description{font-size:.95rem}.feature-content h4{font-size:1.1rem}.feature-content p{font-size:.9rem}.stat-item h3{font-size:1.3rem}.stat-item p{font-size:.8rem}}:root{--white:#fff;--primary-blue:#1e40af;--secondary-blue:#3b82f6;--accent-orange:#f59e0b;--dark-gray:#4b5563}.services{background-color:var(--white);padding:80px 0}.services-header{text-align:center;margin-bottom:60px}.services-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;display:grid}.service-card{background-color:var(--white);text-align:center;opacity:0;border-radius:15px;padding:40px 30px;transition:all .4s;animation:.6s ease-out forwards slideInUp;position:relative;overflow:hidden;transform:translateY(30px);box-shadow:0 10px 30px #0000001a}.service-card:before{content:"";background:linear-gradient(90deg,#0000,#fff6,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.service-card:hover:before{left:100%}.service-card:hover{transform:translateY(-10px);box-shadow:0 20px 50px #2563eb26}.service-icon{background:linear-gradient(135deg,var(--primary-blue),var(--secondary-blue));border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 20px;font-size:2.5rem;transition:transform .3s;display:flex}.service-card:hover .service-icon{transform:scale(1.1)rotate(5deg)}.service-title{color:var(--primary-blue);margin-top:0;margin-bottom:15px;font-size:1.5rem;font-weight:600}.service-description{color:var(--dark-gray);margin-top:0;margin-bottom:25px;line-height:1.6}.service-features{margin-top:0;margin-bottom:0;padding:0;list-style:none}.service-features li{color:var(--dark-gray);text-align:left;padding:8px 0 8px 20px;position:relative}.service-features li:before{content:"✓";color:var(--accent-orange);font-weight:700;position:absolute;left:0}@keyframes slideInUp{to{opacity:1;transform:translateY(0)}}.fade-in .service-card{animation:.6s ease-out forwards slideInUp}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.services-grid{grid-template-columns:repeat(2,1fr);gap:25px}}@media (max-width:768px){.services,.section-padding{padding:60px 0}.services-grid{grid-template-columns:1fr;gap:25px;max-width:500px;margin:0 auto}.service-card{padding:30px 20px}.service-icon{width:70px;height:70px;font-size:2rem}.service-title{font-size:1.3rem}.services-header{margin-bottom:40px}}@media (max-width:480px){.services,.section-padding{padding:40px 0}.services-header{margin-bottom:30px}.section-title{font-size:2rem}.section-subtitle{padding:0 10px;font-size:1rem}.service-card{padding:25px 15px}.service-features li{padding:6px 0;font-size:.9rem}}@media (max-width:360px){.container{padding:0 15px}.section-title{font-size:1.8rem}.section-subtitle{font-size:.95rem}.service-title{font-size:1.2rem}.service-description{font-size:.9rem}}:root{--white:#fff;--primary-blue:#1e40af;--secondary-blue:#3b82f6;--accent-orange:#f59e0b;--dark-gray:#4b5563;--light-gray:#0080ff}.destinations{background:linear-gradient(135deg,var(--light-gray)0%,#e0e7ff 100%);padding:80px 0}.destinations-header{text-align:center;margin-bottom:60px}.section-title{color:var(--primary-blue);margin-bottom:20px;font-size:2.5rem;font-weight:600;line-height:1.2}.section-subtitle{color:var(--dark-gray);max-width:600px;margin-top:15px;margin-left:auto;margin-right:auto;font-size:1.2rem;line-height:1.6}.destinations-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px;display:grid}.destination-card{background-color:var(--white);opacity:0;border-radius:20px;transition:all .4s;animation:.6s ease-out forwards slideInUp;overflow:hidden;transform:translateY(30px);box-shadow:0 15px 35px #0000001a}.destination-card:hover{transform:translateY(-15px);box-shadow:0 25px 50px #2563eb33}.destination-image{height:200px;position:relative;overflow:hidden}.destination-image img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.destination-card:hover .destination-image img{transform:scale(1.1)}.destination-overlay{background:linear-gradient(45deg,#2563eb4d,#f973164d);justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.destination-flag{font-size:4rem;animation:2s ease-in-out infinite pulse}.destination-content{padding:30px}.destination-title{color:var(--primary-blue);margin-top:0;margin-bottom:10px;font-size:1.8rem;font-weight:600}.destination-universities{color:var(--accent-orange);margin-top:0;margin-bottom:15px;font-size:1.1rem;font-weight:500}.destination-description{color:var(--dark-gray);margin-top:0;margin-bottom:20px;line-height:1.6}.popular-unis h4{color:var(--primary-blue);margin-top:0;margin-bottom:10px;font-size:1rem;font-weight:600}.uni-tags{flex-wrap:wrap;gap:8px;margin-bottom:0;display:flex}.uni-tag{background:linear-gradient(135deg,var(--primary-blue),var(--secondary-blue));color:var(--white);border-radius:20px;padding:5px 12px;font-size:.85rem;font-weight:500}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.fade-in .destination-card{animation:.6s ease-out forwards slideInUp}@media (max-width:1024px){.destinations-grid{grid-template-columns:repeat(2,1fr);gap:25px}}@media (max-width:768px){.destinations,.section-padding{padding:60px 0}.destinations-grid{grid-template-columns:1fr;gap:25px;max-width:500px;margin:0 auto}.destination-card{margin:0}.destination-content{padding:25px}.destination-title{font-size:1.5rem}.destination-flag{font-size:3rem}}@media (max-width:480px){.destinations,.section-padding{padding:40px 0}.destinations-grid{grid-template-columns:1fr;gap:20px}.destination-content{padding:20px}.destination-image{height:150px}.uni-tags{justify-content:center}.section-title{font-size:2rem}.section-subtitle{font-size:1rem}}@media (max-width:360px){.container{padding:0 15px}.section-title{font-size:1.8rem}.section-subtitle{font-size:.95rem}.destination-title{font-size:1.3rem}.destination-description{font-size:.9rem}.destination-universities{font-size:1rem}}.testimonials{text-align:center;background:#f8fafc;padding:80px 0}.testimonials-header h2{color:#1e40af;margin-bottom:15px;font-size:2.5rem}.testimonials-header p{color:#64748b;margin-bottom:60px;font-size:1.2rem}.carousel{justify-content:center;align-items:center;gap:20px;margin-bottom:30px;display:flex}.carousel-content{flex:1;max-width:600px}.testimonial-card{background:#fff;border-radius:20px;padding:40px;box-shadow:0 10px 30px #0000001a}.quote{color:#f59e0b;margin-bottom:20px;font-size:4rem;line-height:1}.testimonial-text{color:#475569;margin-bottom:30px;font-size:1.1rem;font-style:italic;line-height:1.8}.author{justify-content:center;align-items:center;gap:20px;display:flex}.author img{object-fit:cover;border:3px solid #1e40af;border-radius:50%;width:70px;height:70px}.author-info h4{color:#1e40af;margin-bottom:5px;font-size:1.3rem}.author-info p{color:#f59e0b;margin-bottom:3px;font-weight:500}.author-info span{color:#64748b;font-size:.9rem}.carousel-btn{color:#fff;cursor:pointer;background:#1e40af;border:none;border-radius:50%;width:50px;height:50px;font-size:1.5rem;transition:all .3s}.carousel-btn:hover{background:#3730a3;transform:scale(1.1)}.dots{justify-content:center;gap:10px;display:flex}.dot{cursor:pointer;background:#cbd5e1;border:none;border-radius:50%;width:12px;height:12px;transition:all .3s}.dot.active{background:#f59e0b;transform:scale(1.2)}@media (max-width:768px){.testimonials{padding:60px 0}.testimonials-header h2{font-size:2rem}.testimonials-header p{font-size:1rem}.carousel{flex-direction:column;gap:15px}.testimonial-card{padding:30px 20px}.author{text-align:center;flex-direction:column}.quote{font-size:3rem}.testimonial-text{font-size:1rem}}@media (max-width:480px){.testimonials{padding:40px 0}.testimonial-card{padding:25px 15px}.author img{width:60px;height:60px}.carousel-btn{width:40px;height:40px;font-size:1.2rem}}.news{background:linear-gradient(135deg,#0080ff 0%,#e0e7ff 100%);padding:80px 0}.news-header{text-align:center;margin-bottom:60px}.section-subtitle{color:#64748b;margin-bottom:10px;font-size:1.2rem}.company-tagline{color:#f59e0b;margin-top:10px;font-size:1.1rem;font-weight:600}.last-updated{color:#94a3b8;font-size:.9rem;font-style:italic}.loading-news{text-align:center;padding:60px 0}.loading-spinner{border:4px solid #e2e8f0;border-top-color:#1e40af;border-radius:50%;width:40px;height:40px;margin:0 auto 20px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.news-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px;margin-bottom:50px;display:grid}.news-card{opacity:0;background:#fff;border-radius:15px;transition:all .4s;animation:.6s ease-out forwards slideInUp;overflow:hidden;transform:translateY(30px);box-shadow:0 10px 30px #0000001a}.news-card:hover{transform:translateY(-10px);box-shadow:0 20px 50px #2563eb26}.news-image{height:220px;position:relative;overflow:hidden}.news-image img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.news-card:hover .news-image img{transform:scale(1.05)}.news-category{color:#fff;background:linear-gradient(135deg,#f59e0b,#ea580c);border-radius:20px;padding:5px 15px;font-size:.85rem;font-weight:500;position:absolute;top:15px;left:15px}.news-category.promotional{background:linear-gradient(135deg,#dc2626,#ea580c)}.news-source{color:#fff;background:#000000b3;border-radius:10px;padding:5px 10px;font-size:.75rem;position:absolute;top:15px;right:15px}.jetroe-badge{color:#fff;background:linear-gradient(135deg,#dc2626,#ef4444);border-radius:15px;padding:4px 12px;font-size:.75rem;font-weight:600;position:absolute;bottom:15px;left:15px}.news-content{padding:25px}.news-meta{color:#64748b;justify-content:space-between;align-items:center;margin-bottom:15px;font-size:.9rem;display:flex}.news-date{font-weight:500}.news-read-time{color:#94a3b8}.news-title{color:#1e40af;margin-bottom:15px;font-size:1.3rem;font-weight:600;line-height:1.4;transition:color .3s}.news-card:hover .news-title{color:#3730a3}.news-excerpt{color:#475569;margin-bottom:20px;font-size:.95rem;line-height:1.6}.news-btn{color:#1e40af;cursor:pointer;background:0 0;border:2px solid #1e40af;border-radius:8px;width:100%;padding:10px 25px;font-weight:500;transition:all .3s}.news-btn:hover{color:#fff;background:#1e40af;transform:translateY(-2px)}.promotional-btn{font-weight:600;color:#fff!important;background:linear-gradient(135deg,#dc2626,#ea580c)!important;border:2px solid #dc2626!important}.promotional-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #dc26264d;background:linear-gradient(135deg,#b91c1c,#c2410c)!important}.news-cta{text-align:center;background:linear-gradient(135deg,#1e40af,#3730a3);border-radius:20px;margin-top:40px;padding:40px}.cta-content h3{color:#fff;margin-bottom:15px;font-size:2rem}.cta-content p{color:#e2e8f0;margin-bottom:25px;font-size:1.2rem}.btn-primary{color:#fff;cursor:pointer;background:#1e40af;border:none;border-radius:8px;padding:12px 30px;font-weight:500;transition:all .3s}.btn-primary:hover{background:#3730a3;transform:translateY(-2px)}.btn-jetroe{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f59e0b,#d97706);border:none;border-radius:10px;padding:15px 40px;font-size:1.2rem;font-weight:600;transition:all .3s}.btn-jetroe:hover{background:linear-gradient(135deg,#d97706,#b45309);transform:translateY(-3px);box-shadow:0 15px 35px #f59e0b66}.btn-primary:disabled{cursor:not-allowed;background:#94a3b8;transform:none}.news-note{color:#64748b;margin-top:10px;font-size:.9rem}.guarantees{flex-wrap:wrap;justify-content:center;gap:30px;margin-top:25px;display:flex}.guarantees span{color:#e2e8f0;background:#fff3;border-radius:20px;padding:8px 16px;font-size:.9rem}.error-news{text-align:center;background:#fff;border-radius:15px;padding:60px 20px;box-shadow:0 10px 30px #0000001a}.error-icon{margin-bottom:20px;font-size:4rem}.error-news h3{color:#1e40af;margin-bottom:15px;font-size:1.5rem}.error-news p{color:#64748b;margin-bottom:25px;font-size:1.1rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:768px){.news{padding:60px 0}.news-grid{grid-template-columns:1fr;gap:25px}.news-content{padding:20px}.news-title{font-size:1.2rem}.news-image{height:180px}.section-title{font-size:2rem}.news-cta{padding:30px 20px}.cta-content h3{font-size:1.5rem}.guarantees{flex-direction:column;gap:10px}}@media (max-width:480px){.news{padding:40px 0}.news-content{padding:15px}.news-image{height:160px}.news-meta{flex-direction:column;align-items:flex-start;gap:5px}.news-title{font-size:1.1rem}.btn-jetroe{padding:12px 30px;font-size:1.1rem}}:root{--primary-blue:#1e40af;--secondary-blue:#3b82f6;--accent-orange:#f59e0b;--white:#fff;--success-green:#10b981;--whatsapp-green:#25d366}.contact{color:#fff;background:linear-gradient(135deg,#1e40af 0%,#3b82f6 100%);padding:80px 0}.section-padding{padding:80px 0}.contact-header{text-align:center;margin-bottom:60px}.section-title{color:#fff;margin-bottom:15px;font-size:2.5rem;font-weight:600}.section-subtitle{color:#ffffffe6;max-width:600px;margin:0 auto;font-size:1.2rem;line-height:1.6}.contact-content{grid-template-columns:1fr 1fr;align-items:start;gap:60px;display:grid}.info-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:15px;align-items:flex-start;gap:20px;padding:25px;transition:all .3s;display:flex}.info-card:hover{background:#ffffff26;transform:translateY(-5px)}.info-icon{background:#f9731633;border:2px solid #f59e0b;border-radius:50%;justify-content:center;align-items:center;min-width:70px;height:70px;padding:15px;font-size:2rem;display:flex}.info-content h4{color:#fff;margin-bottom:8px;font-size:1.2rem;font-weight:600}.info-content p{color:#fffc;margin:0 0 15px;line-height:1.6}.map-btn{color:#fff;cursor:pointer;background:#fff3;border:1px solid #ffffff4d;border-radius:8px;padding:8px 16px;font-size:.9rem;transition:all .3s}.map-btn:hover{background:#ffffff4d}.contact-buttons{flex-wrap:wrap;gap:10px;display:flex}.action-btn{cursor:pointer;border:none;border-radius:8px;flex:1;min-width:80px;padding:8px 16px;font-size:.9rem;font-weight:500;transition:all .3s}.action-btn.call{color:#fff;background:#10b981}.action-btn.whatsapp{color:#fff;background:#25d366}.action-btn.email{color:#fff;background:#3b82f6}.action-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0003}.service-tags{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.service-tags span{color:#fff;background:#fff3;border:1px solid #ffffff4d;border-radius:15px;padding:4px 12px;font-size:.8rem}.contact-form-container{background:#fff;border-radius:20px;padding:40px;box-shadow:0 20px 50px #0000001a}.form-header{text-align:center;margin-bottom:30px}.form-header h3{color:#1e40af;margin-bottom:10px;font-size:1.8rem}.form-header p{color:#64748b;font-size:1rem}.contact-form{flex-direction:column;gap:20px;display:flex}.form-group{flex-direction:column;gap:8px;display:flex}.form-group label{color:#1e40af;font-size:1rem;font-weight:500}.form-group input,.form-group textarea,.form-group select{resize:vertical;box-sizing:border-box;border:2px solid #e2e8f0;border-radius:10px;padding:15px;font-family:inherit;font-size:1rem;transition:all .3s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:#1e40af;outline:none;box-shadow:0 0 0 3px #2563eb1a}.form-group input::placeholder,.form-group textarea::placeholder{color:#94a3b8}.submit-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f59e0b,#ea580c);border:none;border-radius:10px;justify-content:center;align-items:center;gap:10px;min-height:50px;margin-top:10px;padding:15px 30px;font-size:1.1rem;font-weight:600;transition:all .3s;display:flex}.submit-btn:hover:not(.submitting){transform:translateY(-2px);box-shadow:0 10px 30px #f973164d}.submit-btn:disabled{opacity:.8;cursor:not-allowed}.spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:1s ease-in-out infinite spin}.fade-in-up{animation:.8s ease-out forwards fadeInUp}.fade-in{animation:.8s ease-out forwards fadeIn}@media (max-width:768px){.contact{padding:60px 0}.contact-content{grid-template-columns:1fr;gap:40px}.contact-form-container{padding:30px 25px}.info-card{padding:20px}.section-title{font-size:2rem}}@media (max-width:480px){.contact{padding:40px 0}.contact-form-container{padding:25px 20px}.info-card{text-align:center;flex-direction:column;gap:15px}.info-icon{margin:0 auto}.section-title{font-size:1.8rem}}.success-message{color:#fff;text-align:center;background:#10b981;border-radius:10px;margin-bottom:20px;padding:15px;font-weight:500}.error-message{color:#fff;text-align:center;background:#ef4444;border-radius:10px;margin-bottom:20px;padding:15px}.fallback-btn{color:#ef4444;cursor:pointer;background:#fff;border:none;border-radius:6px;margin-top:10px;padding:8px 16px;font-weight:500}.fallback-btn:hover{background:#f8fafc}.form-note{text-align:center;color:#64748b;margin-top:15px;font-size:.9rem;font-style:italic}:root{--primary-blue:#1e40af;--secondary-blue:#3b82f6;--accent-orange:#f59e0b;--white:#fff}.hero{justify-content:center;align-items:center;height:100vh;display:flex;position:relative;overflow:hidden}.hero-background{z-index:-2;width:100%;height:100%;position:absolute;top:0;left:0}.hero-image{object-fit:cover;width:100%;height:100%;animation:20s ease-in-out infinite alternate slowZoom}.hero-overlay{z-index:-1;background:linear-gradient(45deg,#2563ebcc 0%,#1e40af99 50%,#f973164d 100%);width:100%;height:100%;position:absolute;top:0;left:0}.hero-content{z-index:1;text-align:center;color:#fff;max-width:100%;position:relative}.hero-text{opacity:0;transition:all 1.2s ease-out;transform:translateY(50px)}.hero-text.animate{opacity:1;transform:translateY(0)}.hero-title{opacity:0;margin-bottom:20px;font-size:4rem;font-weight:700;line-height:1.2;animation:1s ease-out .3s forwards fadeInUp}.hero-title .highlight{color:#f59e0b;display:inline-block;position:relative}.hero-title .highlight:after{content:"";transform-origin:0;background:linear-gradient(90deg,#f59e0b,#fbbf24);width:100%;height:3px;animation:1s ease-out 1.5s forwards slideIn;position:absolute;bottom:-5px;left:0;transform:scaleX(0)}.hero-subtitle{opacity:0;max-width:700px;margin-bottom:40px;margin-left:auto;margin-right:auto;font-size:1.3rem;font-weight:400;line-height:1.6;animation:1s ease-out .6s forwards fadeInUp}.hero-buttons{opacity:0;flex-wrap:wrap;justify-content:center;gap:20px;animation:1s ease-out .9s forwards fadeInUp;display:flex}.btn{cursor:pointer;border:none;border-radius:8px;padding:15px 30px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.btn-primary{color:#fff;background:#f59e0b}.btn-primary:hover{background:#d97706;transform:translateY(-2px);box-shadow:0 10px 25px #f59e0b4d}.btn-secondary{color:#fff;background:0 0;border:2px solid #fff}.btn-secondary:hover{color:#1e40af;background:#fff;transform:translateY(-2px)}.hero-scroll-indicator{animation:2s infinite bounce;position:absolute;bottom:30px;left:50%;transform:translate(-50%)}.scroll-arrow{border-top:none;border-bottom:2px solid #fff;border-left:2px solid #fff;border-right:none;width:30px;height:30px;transform:rotate(-45deg)}@keyframes slowZoom{0%{transform:scale(1)}to{transform:scale(1.1)}}@keyframes slideIn{to{transform:scaleX(1)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translate(-50%)translateY(0)}40%{transform:translate(-50%)translateY(-10px)}60%{transform:translate(-50%)translateY(-5px)}}@media (max-width:768px){.hero-title{margin-bottom:15px;font-size:2.5rem}.hero-subtitle{margin-bottom:30px;padding:0 20px;font-size:1.1rem}.hero-buttons{flex-direction:column;align-items:center;gap:15px}.hero-buttons .btn{width:200px}}@media (max-width:480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-buttons .btn{width:180px;padding:12px 25px;font-size:1rem}.container{padding:0 15px}}@media (max-width:360px){.hero-title{font-size:1.8rem}.hero-subtitle{font-size:.95rem}.hero-buttons .btn{width:160px}}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background-color:#fffffff2;border-bottom:1px solid #0000001a;padding:15px 0;transition:all .3s;position:fixed;top:0;left:0;right:0}.navbar.scrolled{background-color:#fffffffa;padding:10px 0;box-shadow:0 2px 20px #0000001a}.nav-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 20px;display:flex}.nav-logo h2{color:#1e40af;background:linear-gradient(135deg,#1e40af,#3b82f6);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:24px;font-weight:700}.nav-menu{align-items:center;gap:30px;margin:0;padding:0;list-style:none;display:flex}.nav-link{color:#4b5563;cursor:pointer;background:0 0;border:none;padding:8px 0;font-family:inherit;font-size:16px;font-weight:500;text-decoration:none;transition:all .3s;position:relative}.nav-link:hover{color:#1e40af}.nav-link:after{content:"";background-color:#f59e0b;width:0;height:2px;transition:width .3s;position:absolute;bottom:-5px;left:0}.nav-link:hover:after{width:100%}.nav-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:4px;padding:5px;display:none}.nav-toggle span{background-color:#1e40af;border-radius:2px;width:25px;height:3px;transition:all .3s}.nav-toggle.active span:first-child{transform:rotate(45deg)translate(6px,6px)}.nav-toggle.active span:nth-child(2){opacity:0}.nav-toggle.active span:nth-child(3){transform:rotate(-45deg)translate(6px,-6px)}@media (max-width:768px){.nav-logo h2{font-size:20px}.nav-menu{background-color:#fff;flex-direction:column;justify-content:flex-start;align-items:center;gap:0;width:100%;height:calc(100vh - 70px);padding-top:40px;transition:left .3s;position:fixed;top:70px;left:-100%;box-shadow:0 5px 20px #0000001a}.nav-menu.active{left:0}.nav-link{text-align:center;border-bottom:1px solid #f1f5f9;width:100%;padding:15px 30px;font-size:18px}.nav-link:last-child{border-bottom:none}.nav-link:after{display:none}.nav-link:hover{color:#1e40af;background-color:#f8fafc}.nav-toggle{display:flex}}@media (max-width:480px){.nav-container{padding:0 15px}.nav-logo h2{font-size:18px}.navbar{padding:12px 0}.navbar.scrolled{padding:8px 0}.nav-menu{height:calc(100vh - 60px);top:60px}}@media (max-width:360px){.nav-logo h2{font-size:16px}.nav-link{padding:12px 20px;font-size:16px}}.footer{color:#fff;background:linear-gradient(135deg,#1e293b 0%,#0f172a 100%);padding:60px 0 20px}.container{max-width:1200px;margin:0 auto;padding:0 20px}.footer-content{grid-template-columns:2fr 1fr 1fr 1.5fr;gap:40px;margin-bottom:40px;display:grid}.footer-section h3.footer-logo{color:#f59e0b;background:linear-gradient(135deg,#f59e0b,#d97706);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:20px;font-size:1.8rem;font-weight:700}.footer-description{color:#fffc;margin-bottom:25px;font-size:1rem;line-height:1.6}.social-links{gap:15px;display:flex}.social-link{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;text-decoration:none;transition:all .3s;display:flex}.social-link:hover{background:#f59e0b;transform:translateY(-3px);box-shadow:0 5px 15px #f59e0b4d}.social-icon{font-size:1.2rem}.footer-title{color:#fff;margin-bottom:20px;font-size:1.2rem;font-weight:600;position:relative}.footer-title:after{content:"";background-color:#f59e0b;width:30px;height:2px;position:absolute;bottom:-8px;left:0}.footer-links{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.footer-links button{color:#ffffffb3;cursor:pointer;text-align:left;background:0 0;border:none;padding:0;font-family:inherit;font-size:1rem;text-decoration:none;transition:color .3s}.footer-links button:hover{color:#f59e0b}.contact-info{flex-direction:column;gap:15px;display:flex}.contact-item{color:#fffc;align-items:flex-start;gap:10px;font-size:.95rem;line-height:1.5;display:flex}.contact-icon{flex-shrink:0;margin-top:2px;font-size:1rem}.footer-bottom{border-top:1px solid #ffffff1a;padding-top:25px;position:relative}.footer-bottom-content{color:#fff9;justify-content:space-between;align-items:center;font-size:.9rem;display:flex}.footer-bottom-links{gap:25px;display:flex}.footer-bottom-links a{color:#fff9;font-size:.9rem;text-decoration:none;transition:color .3s}.footer-bottom-links a:hover{color:#f59e0b}.back-to-top{color:#fff;cursor:pointer;background:linear-gradient(135deg,#1e40af,#3b82f6);border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.2rem;font-weight:700;transition:all .3s;display:flex;position:absolute;top:-25px;right:0;box-shadow:0 5px 15px #2563eb4d}.back-to-top:hover{background:linear-gradient(135deg,#3b82f6,#1e40af);transform:translateY(-3px);box-shadow:0 8px 25px #2563eb66}@media (max-width:768px){.footer{padding:40px 0 20px}.footer-content{text-align:center;grid-template-columns:1fr;gap:30px}.footer-bottom-content{text-align:center;flex-direction:column;gap:15px}.footer-bottom-links{flex-wrap:wrap;justify-content:center}.social-links{justify-content:center}.back-to-top{order:-1;margin:20px auto 0;position:static}.contact-item{text-align:center;justify-content:center}.footer-title:after{left:50%;transform:translate(-50%)}}@media (max-width:480px){.footer{padding:30px 0 15px}.container{padding:0 15px}.footer-content{gap:25px}.footer-bottom-links{flex-direction:column;gap:10px}.social-links{gap:12px}.social-link{width:40px;height:40px}.footer-logo{font-size:1.5rem}.footer-title{font-size:1.1rem}}@media (max-width:360px){.footer-content{gap:20px}.footer-bottom-content,.footer-bottom-links a{font-size:.8rem}}
