.loading-spinner{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:200px;padding:2rem}.loading-spinner.small{min-height:100px;padding:1rem}.loading-spinner.large{min-height:400px;padding:3rem}.spinner-circle{animation:spin 1s linear infinite;border:3px solid #f3f3f3;border-radius:50%;border-top-color:#007bff;height:40px;width:40px}.small .spinner-circle{border-width:2px;height:24px;width:24px}.large .spinner-circle{border-width:4px;height:60px;width:60px}.loading-message{color:#666;font-size:.9rem;font-weight:500;margin-top:1rem}.small .loading-message{font-size:.8rem;margin-top:.5rem}.large .loading-message{font-size:1.1rem;margin-top:1.5rem}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.language-selector{display:inline-block;position:relative}.language-selector .language-btn{grid-gap:.5rem;align-items:center;background:none;border:none;border-radius:6px;color:#1f1f1f;cursor:pointer;display:grid;font-size:.9rem;gap:.5rem;grid-template-columns:auto 1fr auto;padding:.5rem .75rem;transition:all .3s ease}.language-selector .language-btn:hover{background-color:#0347320d}.language-selector .language-btn:focus{outline:2px solid #034732;outline-offset:2px}.language-selector .flag-img{border-radius:2px;flex-shrink:0;height:18px;object-fit:cover;width:24px}.language-selector .language-name{font-weight:500;white-space:nowrap}@media(max-width:768px){.language-selector .language-name{display:none}}.language-selector .dropdown-arrow{flex-shrink:0;font-size:.7rem;transition:transform .3s ease}.language-selector .dropdown-arrow.open{transform:rotate(180deg)}.language-selector .language-dropdown{background-color:#fff;border:1px solid #e8dab24d;border-radius:6px;box-shadow:0 4px 12px #0347324d;left:0;margin-top:.25rem;min-width:140px;overflow:hidden;position:absolute;right:0;top:100%;z-index:1000}.language-selector .language-option{grid-gap:.5rem;align-items:center;background:none;border:none;color:#1f1f1f;cursor:pointer;display:grid;font-size:.9rem;gap:.5rem;grid-template-columns:auto 1fr;padding:.75rem;text-align:left;transition:background-color .3s ease;width:100%}.language-selector .language-option:hover{background-color:#0347320d}.language-selector .language-option:focus{background-color:#0347320d;outline:none}.language-selector .language-option.active{background-color:#0347321a;font-weight:500}@media(max-width:768px){.language-selector .language-dropdown{left:50%;min-width:120px;transform:translateX(-50%)}}.header{background-color:#faf1e6;border-bottom:1px solid #e8dab24d;box-shadow:0 2px 4px #0000001a;padding:1rem 0}.header .header-content{grid-gap:1rem;align-items:center;display:grid;gap:1rem;grid-template-columns:1fr auto}.header .logo{color:#034732;font-size:1.5rem;font-weight:700;margin:0}.header .nav{grid-gap:1rem;align-items:center;display:grid;gap:1rem;grid-template-columns:auto auto}.header .login-btn{background-color:#034732;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;padding:.75rem 1.5rem;transition:background-color .3s ease}.header .login-btn:hover{background-color:#008148}@media(max-width:768px){.header .header-content{gap:1rem;grid-template-columns:1fr;grid-template-rows:auto auto;justify-items:center}.header .nav{justify-items:center;width:100%}}.landing-layout{display:grid;grid-template-areas:"header" "main";grid-template-rows:auto 1fr;min-height:100vh}.landing-layout .header{grid-area:header}.landing-layout .main-content{display:grid;grid-area:main}.hero-section{background-color:#faf1e6;padding:4rem 0}.hero-section .hero-content{margin:0 auto;max-width:800px;text-align:center}.hero-section .hero-title{color:#034732;font-size:2.8rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}@media(max-width:768px){.hero-section .hero-title{font-size:2rem}}.hero-section .hero-description{color:#1f1f1f;font-size:1.2rem;line-height:1.6;margin-bottom:2rem}@media(max-width:768px){.hero-section .hero-description{font-size:1rem}.hero-section .hero-description br{display:none}}.hero-section .hero-buttons{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,auto));justify-content:center;justify-items:center}@media(max-width:768px){.hero-section .hero-buttons{grid-template-columns:1fr;justify-items:center}}.hero-section .cta-button{border:none;border-radius:8px;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1rem 2rem;text-transform:none;transition:all .3s ease}.hero-section .cta-button.primary{background-color:#034732;color:#fff}.hero-section .cta-button.primary:hover{background-color:#008148;box-shadow:0 4px 12px #0347324d;transform:translateY(-2px)}.hero-section .cta-button.secondary{background-color:#0000;border:2px solid #034732;color:#034732}.hero-section .cta-button.secondary:hover{background-color:#034732;box-shadow:0 4px 12px #0347324d;color:#fff;transform:translateY(-2px)}@media(max-width:768px){.hero-section .cta-button{font-size:1rem;max-width:300px;padding:.8rem 1.5rem;width:100%}}.services-section{background-color:#034732;padding:4rem 0}.services-section .services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-top:3rem}.services-section .service-card{color:#fff;text-align:center}.services-section .service-card .service-icon{background-color:#ffffff1a;border-radius:50%;display:grid;font-size:2.5rem;height:80px;margin:0 auto 1.5rem;place-items:center;width:80px}.services-section .service-card .service-icon .flag-icon{border-radius:4px;height:24px;object-fit:cover;width:32px}.services-section .service-card .service-title{color:#fff;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.services-section .service-card .service-description{color:#ffffffe6;font-size:1rem;line-height:1.6;margin:0}@media(max-width:768px){.services-section .services-grid{gap:2rem;grid-template-columns:1fr}}.video-section{background-color:#e8dab2;padding:4rem 0}.video-section .video-title{color:#034732;font-size:2.2rem;font-weight:600;margin-bottom:3rem;text-align:center}@media(max-width:768px){.video-section .video-title{font-size:1.8rem}}.video-section .video-container{margin:0 auto;max-width:600px}.video-section .video-container .video-placeholder{aspect-ratio:16/9;background-color:#034732;border-radius:20px;display:grid;overflow:hidden;place-items:center;position:relative}.video-section .video-container .video-placeholder:before{background:linear-gradient(135deg,#ffffff1a,#ffffff0d);border-radius:20px;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.video-section .video-container .play-button{background-color:#ffffffe6;border-radius:50%;cursor:pointer;display:grid;height:80px;place-items:center;position:relative;transition:all .3s ease;width:80px;z-index:1}.video-section .video-container .play-button:hover{background-color:#fff;transform:scale(1.1)}.video-section .video-container .play-button .play-icon{color:#034732;font-size:2rem;margin-left:4px}@media(max-width:768px){.video-section .video-container{max-width:100%;padding:0 1rem}.video-section .play-button{height:60px;width:60px}.video-section .play-button .play-icon{font-size:1.5rem}}:root{--primary:#034732;--success:#008148;--light:#faf1e6;--secondary:#e8dab2;--info:#197278;--warning:#f2b705;--danger:#ef2917;--dark:#1f1f1f;--white:#fff}.container{margin:0 auto;max-width:1200px;padding:0 20px}body{background-color:#faf1e6;background-color:var(--light);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;margin:0;padding:0}*{box-sizing:border-box}button{background:none;border:none;color:inherit;cursor:pointer;font:inherit;margin:0;padding:0}button:focus{outline:none}button:focus:not(:focus-visible){box-shadow:none;outline:none}button.no-transition,button[data-rendering=true]{transition:none!important}.section-title{color:#fff;color:var(--white);font-size:2.5rem;font-weight:600;margin-bottom:3rem;text-align:center}.faq-section{background-color:#faf1e6;padding:4rem 0}.faq-section .section-title{color:#034732;margin-bottom:3rem;text-align:center}.faq-section .faq-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));margin:0 auto;max-width:1000px}.faq-section .faq-item{background-color:#fff;border:1px solid #e8dab24d;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.faq-section .faq-item:hover{border-color:#e8dab2;box-shadow:0 4px 16px #00000026;transform:translateY(-2px)}.faq-section .faq-question{color:#034732;font-size:1.1rem;font-weight:600;line-height:1.4;margin-bottom:1rem}.faq-section .faq-answer{color:#1f1f1f;font-size:1rem;line-height:1.6;margin:0}@media(max-width:768px){.faq-section .faq-grid{gap:1.5rem;grid-template-columns:1fr}.faq-section .faq-item{padding:1.5rem}.faq-section .faq-question{font-size:1rem}.faq-section .faq-answer{font-size:.9rem}}
/*# sourceMappingURL=main.6ce9b26d.css.map*/