*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Arimo,-apple-system,Roboto,Helvetica,sans-serif;line-height:1.5;color:#5a6670;background:#fff;padding-top:0}.app{width:100%;margin:0 auto;position:relative;background:#fff;overflow-x:hidden;min-height:100vh}.navigation{position:fixed;top:0;left:0;right:0;width:100%;height:120px;background:#fff;-webkit-backdrop-filter:none;backdrop-filter:none;z-index:1000;border-bottom:none;box-shadow:none;padding:10px 0;padding-top:max(10px,env(safe-area-inset-top))}.nav-container{display:flex;justify-content:space-between;align-items:center;height:100%;padding:0 16px;max-width:1200px;margin:0 auto}.nav-logo{display:flex;align-items:center}.logo-image{width:80px;height:70px;object-fit:contain;background:#fff;border-radius:8px}@media (min-width: 1200px){.logo-image{width:120px;height:100px;background:#fff;border-radius:8px}}.menu-button{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:none;border-radius:10px;cursor:pointer;transition:all .3s ease}.menu-button:hover{background:#2b5a8b14;transform:scale(1.05);box-shadow:0 2px 8px #2b5a8b26}.menu-button svg{width:25px;height:25px}.desktop-nav-links{display:none;gap:32px;align-items:center}.desktop-nav-link{color:#5a6670;font-family:Arimo,-apple-system,Roboto,Helvetica,sans-serif;font-size:16px;font-weight:400;line-height:24px;background:none;border:none;cursor:pointer;padding:8px 16px;border-radius:8px;transition:all .3s ease}.desktop-nav-link:hover{color:#2b5a8b;background:#2b5a8b14;transform:translateY(-1px)}.mobile-nav-overlay{position:fixed;top:0;right:0;width:auto;min-width:280px;max-width:400px;height:100vh;background:#fff;z-index:1001;display:flex;flex-direction:column;box-shadow:-4px 0 20px #00000026;transform:translate(100%);transition:transform .3s ease-in-out}.mobile-nav-overlay.open{transform:translate(0)}.mobile-nav-backdrop{position:fixed;top:0;left:0;width:100%;height:100vh;background:#0006;z-index:1000;cursor:pointer}.mobile-nav-backdrop{position:fixed;top:0;left:0;width:100%;height:100vh;background:#0006;z-index:1000;opacity:0;pointer-events:none;transition:opacity .3s ease}.mobile-nav-backdrop.open{opacity:1;pointer-events:all}.mobile-nav-header{display:flex;justify-content:flex-end;align-items:center;height:60px;padding:10px 16px;border-bottom:1px solid rgba(43,90,139,.08);width:100%}.close-button{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:none;border-radius:10px;cursor:pointer;transition:all .3s ease}.close-button:hover{background:#2b5a8b14;transform:scale(1.05);box-shadow:0 2px 8px #2b5a8b26}.close-button svg{width:16px;height:16px}.mobile-nav-links{display:flex;flex-direction:column;padding:17px 16px;gap:0;width:100%}.mobile-nav-link{display:flex;align-items:center;justify-content:center;height:48px;padding:11px 0;border:none;background:none;color:#5a6670;font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:-.312px;text-align:center;cursor:pointer;transition:color .2s}.mobile-nav-link:hover{color:#2b5a8b}.hero-section{margin-top:120px;padding:0 14px;background:#fff}.hero-container{width:100%;max-width:1200px;margin:0 auto;padding:0 16px}.hero-content{padding:0 3px;text-align:center;margin-bottom:48px}.hero-title{color:#2b5a8b;text-align:center;font-family:Arimo,-apple-system,Roboto,Helvetica,sans-serif;font-size:36px;font-weight:500;line-height:40px;margin-bottom:58px;padding:0 3px;letter-spacing:-.5px}.hero-description{color:#5a6670;text-align:center;font-family:Arimo,-apple-system,Roboto,Helvetica,sans-serif;font-size:20px;font-weight:400;line-height:32.5px;margin-bottom:44px;padding:0 4px}.hero-buttons{display:flex;flex-direction:column;gap:16px;align-items:center}.btn-primary{display:flex;align-items:center;justify-content:center;gap:16px;width:100%;max-width:345px;height:48px;padding:12px 24px 16px;border-radius:12px;background:linear-gradient(135deg,#2b5a8b,#1f4470);border:none;color:#fff;font-family:Arimo,-apple-system,Roboto,Helvetica,sans-serif;font-size:14px;font-weight:500;line-height:20px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #2b5a8b40,0 2px 4px #2b5a8b26}.btn-primary:hover{background:linear-gradient(135deg,#1f4470,#173759);transform:translateY(-2px);box-shadow:0 6px 20px #2b5a8b59,0 4px 8px #2b5a8b40}.btn-primary:active{transform:translateY(0);box-shadow:0 2px 8px #2b5a8b4d,0 1px 2px #2b5a8b33}.btn-primary svg{width:16px;height:16px}.btn-secondary{display:flex;align-items:center;justify-content:center;width:100%;max-width:345px;height:49px;padding:15px 24px;border-radius:12px;border:1.5px solid #2B5A8B;background:linear-gradient(135deg,#fff,#f8fafe);color:#2b5a8b;font-family:Arimo,-apple-system,Roboto,Helvetica,sans-serif;font-size:14px;font-weight:500;line-height:20px;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #2b5a8b14,0 1px 2px #2b5a8b0d}.btn-secondary:hover{background:linear-gradient(135deg,#2b5a8b,#1f4470);color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #2b5a8b33,0 2px 4px #2b5a8b1a}.btn-secondary:active{transform:translateY(0)}.feature-cards{display:flex;flex-direction:column;gap:32px;margin-bottom:40px;padding:0 3px;align-items:center}.feature-card{width:100%;max-width:345px;padding:25px;border-radius:16px;border:1px solid rgba(43,90,139,.08);background:linear-gradient(135deg,#2b5a8b0a,#fffc);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;box-shadow:0 4px 16px #2b5a8b0f,0 2px 4px #2b5a8b08}.feature-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #2b5a8b1f,0 4px 8px #2b5a8b0f;border-color:#2b5a8b26}.feature-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#2b5a8b1f,#2b5a8b0f);margin-bottom:26px;box-shadow:0 4px 12px #2b5a8b1a,inset 0 1px #fff3;transition:all .3s ease}.feature-card:hover .feature-icon{transform:scale(1.05);box-shadow:0 6px 16px #2b5a8b26,inset 0 1px #ffffff4d}.feature-icon svg{width:24px;height:24px}.feature-title{color:#2b5a8b;font-family:Arimo,-apple-system,Roboto,Helvetica,sans-serif;font-size:16px;font-weight:500;line-height:24px;margin-bottom:8px;letter-spacing:-.2px}.feature-description{color:#5a6670;font-family:Arimo,-apple-system,Roboto,Helvetica,sans-serif;font-size:16px;font-weight:400;line-height:24px}.about-section,.contact-section{background:#f9fafb;padding:14px}.services-section,.privacy-section,.terms-section{background:#fff;padding:0 16px}.section-container{width:100%;max-width:1200px;margin:0 auto;padding:48px 16px}.section-header{text-align:center;margin-bottom:48px}.section-title{color:#2b5a8b;text-align:center;font-family:Arimo,-apple-system,Roboto,Helvetica,sans-serif;font-size:16px;font-weight:500;line-height:24px;margin-bottom:16px;letter-spacing:-.2px}.section-divider{width:80px;height:4px;background:#2b5a8b;margin:0 auto 20px}.section-description{color:#5a6670;text-align:center;font-family:Arimo,-apple-system,Roboto,Helvetica,sans-serif;font-size:16px;font-weight:400;line-height:24px;padding:0 12px}.section-subtitle{color:#5a6670;text-align:center;font-family:Arimo,-apple-system,Roboto,Helvetica,sans-serif;font-size:16px;font-weight:400;line-height:24px}.about-content{display:flex;flex-direction:column;gap:48px}.about-evolution{display:flex;flex-direction:column;gap:16px}.subsection-title{color:#2b5a8b;font-family:Arimo,-apple-system,Roboto,Helvetica,sans-serif;font-size:16px;font-weight:400;line-height:24px}.subsection-description{color:#5a6670;font-family:Arimo,-apple-system,Roboto,Helvetica,sans-serif;font-size:16px;font-weight:400;line-height:24px;padding:0 3px}.mission-card{padding:33px;border-radius:18px;border:1px solid rgba(43,90,139,.08);background:linear-gradient(135deg,#fff,#fafbfc);box-shadow:0 8px 24px #2b5a8b14,0 4px 8px #2b5a8b0a;transition:all .3s ease}.mission-card:hover{transform:translateY(-2px);box-shadow:0 12px 32px #2b5a8b1f,0 6px 12px #2b5a8b0f}.card-title{color:#2b5a8b;font-family:Arimo,-apple-system,Roboto,Helvetica,sans-serif;font-size:16px;font-weight:400;line-height:24px;margin-bottom:16px}.card-description{color:#5a6670;font-family:Arimo,-apple-system,Roboto,Helvetica,sans-serif;font-size:16px;font-weight:400;line-height:24px;margin-bottom:44px}.values-title{color:#2b5a8b;font-family:Arimo,-apple-system,Roboto,Helvetica,sans-serif;font-size:16px;font-weight:400;line-height:24px;margin-bottom:16px}.values-list{display:flex;flex-direction:column;gap:12px}.value-item{display:flex;align-items:flex-start;gap:12px;min-height:48px}.value-item svg{width:20px;height:20px;flex-shrink:0;margin-top:2px}.value-item span{color:#5a6670;font-family:Arimo,-apple-system,Roboto,Helvetica,sans-serif;font-size:16px;font-weight:400;line-height:24px}.services-grid{display:flex;flex-direction:column;gap:32px;margin-bottom:48px}.service-card{padding:33px 22px;border-radius:18px;border:1px solid rgba(43,90,139,.12);background:linear-gradient(135deg,#fff,#fafbfc);box-shadow:0 8px 24px #2b5a8b14,0 4px 8px #2b5a8b0a;transition:all .3s ease}.service-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px #2b5a8b26,0 8px 16px #2b5a8b14;border-color:#2b5a8b33}.service-header{display:flex;align-items:center;gap:16px;margin-bottom:16px}.service-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#2b5a8b1f,#2b5a8b0f);flex-shrink:0;box-shadow:0 4px 12px #2b5a8b1a,inset 0 1px #fff3;transition:all .3s ease}.service-card:hover .service-icon{transform:scale(1.1);box-shadow:0 6px 16px #2b5a8b26,inset 0 1px #ffffff4d}.service-icon svg{width:24px;height:24px}.service-title{color:#2b5a8b;font-family:Arimo,-apple-system,Roboto,Helvetica,sans-serif;font-size:16px;font-weight:500;line-height:24px;letter-spacing:-.2px}.service-description{color:#5a6670;font-family:Arimo,-apple-system,Roboto,Helvetica,sans-serif;font-size:16px;font-weight:400;line-height:24px;margin-bottom:24px}.service-features{list-style:none;display:flex;flex-direction:column;gap:8px}.service-features li{color:#5a6670;font-family:Arimo,-apple-system,Roboto,Helvetica,sans-serif;font-size:16px;font-weight:400;line-height:24px;min-height:48px;display:flex;align-items:center}.service-features li:first-letter{color:#2b5a8b}.tech-expertise{padding:33px;border-radius:18px;border:1px solid rgba(43,90,139,.08);background:linear-gradient(135deg,#2b5a8b0a,#5a667005,#fffc);margin-bottom:48px;box-shadow:0 8px 24px #2b5a8b0f,0 4px 8px #2b5a8b08;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.tech-expertise:hover{transform:translateY(-2px);box-shadow:0 12px 32px #2b5a8b1a,0 6px 12px #2b5a8b0d}.tech-title{color:#2b5a8b;font-family:Arimo,-apple-system,Roboto,Helvetica,sans-serif;font-size:16px;font-weight:400;line-height:24px;margin-bottom:24px}.tech-grid{display:flex;flex-direction:column;gap:24px}.tech-item{display:flex;flex-direction:column;gap:8px}.tech-subtitle{color:#2b5a8b;font-family:Arimo,-apple-system,Roboto,Helvetica,sans-serif;font-size:16px;font-weight:400;line-height:24px}.tech-description{color:#5a6670;font-family:Arimo,-apple-system,Roboto,Helvetica,sans-serif;font-size:16px;font-weight:400;line-height:24px}.roadmap-section{text-align:center}.roadmap-title{color:#2b5a8b;text-align:center;font-family:Arimo,-apple-system,Roboto,Helvetica,sans-serif;font-size:16px;font-weight:400;line-height:24px;margin-bottom:16px}.roadmap-description{color:#5a6670;text-align:center;font-family:Arimo,-apple-system,Roboto,Helvetica,sans-serif;font-size:16px;font-weight:400;line-height:24px;padding:0 1px}.contact-content{display:flex;flex-direction:column;gap:32px}.contact-info{display:flex;flex-direction:column;gap:24px}.contact-info-title{color:#2b5a8b;font-family:Arimo,-apple-system,Roboto,Helvetica,sans-serif;font-size:16px;font-weight:400;line-height:24px}.contact-item{display:flex;align-items:flex-start;gap:16px}.contact-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#2b5a8b1f,#2b5a8b0f);flex-shrink:0;box-shadow:0 4px 12px #2b5a8b1a,inset 0 1px #fff3;transition:all .3s ease}.contact-item:hover .contact-icon{transform:scale(1.05);box-shadow:0 6px 16px #2b5a8b26,inset 0 1px #ffffff4d}.contact-icon svg{width:24px;height:24px}.contact-details{display:flex;flex-direction:column;gap:5px}.contact-label{color:#2b5a8b;font-family:Arimo,-apple-system,Roboto,Helvetica,sans-serif;font-size:16px;font-weight:400;line-height:24px}.contact-link{color:#5a6670;font-family:Arimo,-apple-system,Roboto,Helvetica,sans-serif;font-size:16px;font-weight:400;line-height:24px;text-decoration:none}.contact-link:hover{color:#2b5a8b;text-decoration:underline}.business-hours{padding:25px;border-radius:16px;border:1px solid rgba(43,90,139,.08);background:linear-gradient(135deg,#fff,#fafbfc);box-shadow:0 4px 16px #2b5a8b0f,0 2px 4px #2b5a8b08;transition:all .3s ease}.business-hours:hover{transform:translateY(-1px);box-shadow:0 6px 20px #2b5a8b14,0 3px 6px #2b5a8b0a}.business-hours-title{color:#2b5a8b;font-family:Arimo,-apple-system,Roboto,Helvetica,sans-serif;font-size:16px;font-weight:400;line-height:24px;margin-bottom:12px}.hours-grid{display:flex;flex-direction:column;gap:8px}.hours-row{display:flex;justify-content:space-between;align-items:center;min-height:24px}.hours-day,.hours-time{color:#5a6670;font-family:Arimo,-apple-system,Roboto,Helvetica,sans-serif;font-size:16px;font-weight:400;line-height:24px}.contact-form-container{padding:33px;border-radius:18px;border:1px solid rgba(43,90,139,.08);background:linear-gradient(135deg,#fff,#fafbfc);box-shadow:0 8px 24px #2b5a8b14,0 4px 8px #2b5a8b0a;transition:all .3s ease}.contact-form-container:hover{transform:translateY(-2px);box-shadow:0 12px 32px #2b5a8b1f,0 6px 12px #2b5a8b0f}.form-title{color:#2b5a8b;font-family:Arimo,-apple-system,Roboto,Helvetica,sans-serif;font-size:16px;font-weight:400;line-height:24px;margin-bottom:24px}.contact-form{display:flex;flex-direction:column;gap:24px}.form-group{display:flex;flex-direction:column;gap:8px}.form-label{color:#5a6670;font-family:Arimo,-apple-system,Roboto,Helvetica,sans-serif;font-size:16px;font-weight:400;line-height:24px}.form-input,.form-textarea{width:100%;padding:12px 16px;border-radius:12px;border:1.5px solid rgba(43,90,139,.15);background:linear-gradient(135deg,#f8f9fa,#f3f4f6);font-family:Arimo,-apple-system,Roboto,Helvetica,sans-serif;font-size:16px;color:#5a6670;outline:none;transition:all .3s ease;box-shadow:inset 0 2px 4px #2b5a8b0a}.form-input{height:36px}.form-textarea{height:64px;resize:vertical}.form-input:focus,.form-textarea:focus{border-color:#2b5a8b;background:#fff;box-shadow:0 0 0 3px #2b5a8b1a,inset 0 2px 4px #2b5a8b0a;transform:translateY(-1px)}.btn-form-submit{display:flex;align-items:center;justify-content:center;height:48px;padding:12px 94px 16px;border-radius:12px;background:linear-gradient(135deg,#2b5a8b,#1f4470);border:none;color:#fff;font-family:Arimo,-apple-system,Roboto,Helvetica,sans-serif;font-size:14px;font-weight:500;line-height:20px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #2b5a8b40,0 2px 4px #2b5a8b26}.btn-form-submit:hover{background:linear-gradient(135deg,#1f4470,#173759);transform:translateY(-2px);box-shadow:0 6px 20px #2b5a8b59,0 4px 8px #2b5a8b40}.btn-form-submit:active{transform:translateY(0);box-shadow:0 2px 8px #2b5a8b4d,0 1px 2px #2b5a8b33}.privacy-content,.terms-content{padding:33px;border-radius:18px;border:1px solid rgba(43,90,139,.08);background:linear-gradient(135deg,#fff,#fafbfc);box-shadow:0 8px 24px #2b5a8b14,0 4px 8px #2b5a8b0a;transition:all .3s ease}.privacy-content:hover,.terms-content:hover{transform:translateY(-2px);box-shadow:0 12px 32px #2b5a8b1f,0 6px 12px #2b5a8b0f}.privacy-section-block,.terms-section-block{margin-bottom:32px}.privacy-section-block:last-child,.terms-section-block:last-child{margin-bottom:0}.privacy-title,.terms-title{color:#2b5a8b;font-family:Arimo,-apple-system,Roboto,Helvetica,sans-serif;font-size:16px;font-weight:400;line-height:24px;margin-bottom:12px}.privacy-subtitle,.terms-subtitle{color:#5a6670;font-family:Arimo,-apple-system,Roboto,Helvetica,sans-serif;font-size:16px;font-weight:400;line-height:24px;margin-bottom:8px;margin-top:16px}.privacy-text,.terms-text{color:#5a6670;font-family:Arimo,-apple-system,Roboto,Helvetica,sans-serif;font-size:16px;font-weight:400;line-height:24px;margin-bottom:12px}.privacy-list,.terms-list{list-style:none;margin:16px 0;padding-left:16px}.privacy-list li,.terms-list li{color:#5a6670;font-family:Arimo,-apple-system,Roboto,Helvetica,sans-serif;font-size:16px;font-weight:400;line-height:24px;margin-bottom:8px;position:relative}.privacy-list li:before,.terms-list li:before{content:"•";color:#2b5a8b;position:absolute;left:-16px}.footer{background:#2b5a8b;padding:24px 0}.footer-container{width:100%;max-width:1200px;margin:0 auto;padding:0 16px 32px}.footer-description{text-align:center;padding:64px 0 32px}.footer-tagline{color:#fffc;font-family:Arimo,-apple-system,Roboto,Helvetica,sans-serif;font-size:16px;font-weight:400;line-height:24px;padding:0 4px}.footer-content{display:flex;flex-direction:column;gap:32px;margin-bottom:32px}.footer-section{display:flex;flex-direction:column;gap:16px;text-align:left}.footer-title{color:#fff;font-family:Arimo,-apple-system,Roboto,Helvetica,sans-serif;font-size:16px;font-weight:400;line-height:24px}.footer-links{list-style:none;display:flex;flex-direction:column;gap:8px}.footer-link{color:#fffc;font-family:Arimo,-apple-system,Roboto,Helvetica,sans-serif;font-size:16px;font-weight:400;line-height:24px;background:none;border:none;cursor:pointer;text-align:left;padding:1px 0;transition:color .2s}.footer-link:hover{color:#fff;text-decoration:underline}.footer-details{display:flex;flex-direction:column;gap:8px}.footer-detail{color:#fffc;font-family:Arimo,-apple-system,Roboto,Helvetica,sans-serif;font-size:16px;font-weight:400;line-height:24px}.footer-bottom{padding:33px 0 0;border-top:.724px solid rgba(255,255,255,.2);text-align:center}.footer-copyright{color:#fffc;text-align:center;font-family:Arimo,-apple-system,Roboto,Helvetica,sans-serif;font-size:16px;font-weight:400;line-height:24px;padding:0 7px}@media (min-width: 768px){.section-container,.hero-container{padding:64px 24px}.hero-content{padding:0 48px;margin-bottom:64px}.hero-title{font-size:48px;line-height:52px;margin-bottom:32px}.hero-description{font-size:24px;line-height:36px;margin-bottom:48px}.hero-buttons{flex-direction:row;gap:24px;justify-content:center}.btn-primary,.btn-secondary{width:200px;max-width:200px}.feature-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;padding:0;justify-items:center}.feature-card{width:100%;max-width:none}.services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:48px}.footer-content{display:grid;grid-template-columns:repeat(3,1fr);gap:48px}.footer-section{text-align:center}.section-title{font-size:20px;line-height:28px}.tech-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}}@media (min-width: 1200px){.nav-container{padding:0 48px}.menu-button{display:none}.desktop-nav-links{display:flex}.mobile-nav-overlay{display:none!important}.section-container,.hero-container{padding:80px 40px}.hero-content{padding:0 80px;margin-bottom:80px}.hero-title{font-size:64px;line-height:68px;margin-bottom:40px}.hero-description{font-size:28px;line-height:42px;margin-bottom:56px}.btn-primary,.btn-secondary{width:240px;max-width:240px;height:56px;font-size:16px}.feature-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;justify-items:center}.feature-card{max-width:none}.services-grid,.tech-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}.contact-content{display:grid;grid-template-columns:1fr 1.5fr;gap:64px}.footer-content{display:grid;grid-template-columns:repeat(4,1fr);gap:64px}.footer-section{text-align:center}.section-title{font-size:24px;line-height:32px}.section-description{font-size:18px;line-height:28px}.privacy-content,.terms-content{max-width:800px;margin:0 auto}}@media (min-width: 1600px){.section-container,.hero-container{padding:100px}.hero-title{font-size:72px;line-height:76px}.hero-description{font-size:32px;line-height:48px}.feature-cards,.services-grid{gap:48px}.section-title{font-size:28px;line-height:36px}}@media (max-width: 767px){.desktop-nav-links{display:none}.menu-button{display:flex}}
