.header{position:fixed;top:0;left:0;right:0;background:#e5e7eb;box-shadow:0 2px 8px #0000001a;z-index:1000;padding:1rem 0}.nav{display:flex;justify-content:space-between;align-items:center;padding:0 1rem}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.nav-brand .brand-button{background:none;border:none;font-size:1.5rem;font-weight:700;cursor:pointer;padding:0}.nav-brand .brand-button .sep{color:#ff6b35}.nav-brand .brand-button .cone{color:#000}.nav-links{display:flex;gap:2rem;align-items:center}.nav-link{background:none;border:none;color:#000;font-size:1rem;cursor:pointer;padding:.5rem 0;transition:color .3s;display:flex;align-items:center;gap:.5rem}.nav-link:hover{color:#ff6b35}.language-toggle{display:flex;align-items:center;gap:.5rem;padding:.25rem .75rem;border:1px solid rgba(0,0,0,.3);border-radius:4px;color:#000}.mobile-menu-toggle{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:.5rem}.mobile-menu-toggle span{width:25px;height:3px;background:#000;transition:all .3s}@media(max-width:1024px){.nav-links{position:absolute;top:100%;left:0;right:0;background:#e5e7eb;flex-direction:column;padding:1rem;gap:0;box-shadow:0 4px 8px #0000001a;max-height:0;overflow:hidden;transition:max-height .3s}.nav-links.active{max-height:500px}.nav-link{width:100%;padding:1rem;border-bottom:1px solid rgba(0,0,0,.1);text-align:left;border-radius:4px}.mobile-menu-toggle{display:flex}.container{padding:0 1rem}}.hero{background:linear-gradient(135deg,#0f172a,#1e3a8a,#3b82f6);background-image:linear-gradient(135deg,#0f172a,#1e293b,#1e3a8a);color:#fff;padding:10rem 0 6rem;text-align:center;min-height:90vh;display:flex;align-items:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 50%,rgba(59,130,246,.1) 0%,transparent 50%);pointer-events:none}.hero-content{max-width:900px;margin:0 auto;position:relative;z-index:1}.hero-title{font-size:5rem;font-weight:800;margin-bottom:1.5rem;letter-spacing:-.03em;text-shadow:0 2px 20px rgba(0,0,0,.2)}.hero-title .sep{color:#fff}.hero-title .cone{color:#ff6b35}.hero-subtitle{font-size:1.75rem;margin-bottom:3rem;opacity:.9;font-weight:300}.hero-button{background:#ff6b35;color:#fff;border:none;padding:1.25rem 3rem;font-size:1.125rem;font-weight:700;border-radius:12px;cursor:pointer;display:inline-flex;align-items:center;gap:.75rem;transition:all .3s ease;box-shadow:0 8px 24px #ff6b354d,0 2px 8px #0003}.hero-button:hover{transform:translateY(-4px);box-shadow:0 12px 32px #ff6b3566,0 4px 12px #0000004d;background:#ff7849}@media(max-width:768px){.hero{padding:6rem 0 3rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.hero-button{padding:.875rem 1.5rem;font-size:1rem}}.services{padding:4rem 0}.service-section{padding:5rem 0;border-bottom:none;background:#fff}.service-section:nth-child(2n){background:#fff}.service-section:last-child{border-bottom:none}.service-header{text-align:center;max-width:800px;margin:0 auto 3rem}.service-category{font-size:.875rem;text-transform:uppercase;letter-spacing:.1em;color:#666;margin-bottom:.5rem}.service-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#1e3a8a}.service-description{font-size:1.125rem;color:#666}.service-items{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem}.service-item{background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;transition:all .3s ease;box-shadow:0 2px 8px #0000000d;display:flex;flex-direction:column}.service-item:hover{box-shadow:0 4px 16px #0000001a;transform:translateY(-2px)}.service-item-image{position:relative;width:100%;height:300px;display:flex;flex-direction:column;justify-content:flex-end;padding:1.5rem;background-size:cover;background-position:center}.service-image-overlay{position:absolute;inset:0;background:linear-gradient(to top,#000000b3,#0000);z-index:0}.service-item-image .service-item-title,.service-item-image .service-item-subtitle{position:relative;z-index:1;color:#fff;margin-bottom:.5rem}.service-item-image .service-item-title{font-size:1.75rem;font-weight:700;margin-bottom:.5rem;line-height:1.2}.service-item-image .service-item-subtitle{font-size:.875rem;opacity:.9;font-weight:400;line-height:1.4}.service-item-content{padding:2rem;flex-grow:1}.service-item-description{font-size:.9375rem;color:#333;line-height:1.6;margin-bottom:1rem}.service-item-link{display:inline-flex;align-items:center;gap:.5rem;color:#007bff;font-weight:500;background:none;border:none;cursor:pointer;font-size:.9375rem;transition:gap .3s,color .3s}.service-item-link:hover{gap:.75rem;color:#0056b3}@media(max-width:768px){.services,.service-section{padding:2rem 0}.service-title{font-size:2rem}.service-items{grid-template-columns:1fr;gap:1.5rem}.service-item{padding:1.5rem}}.about-section{padding:6rem 0;background:linear-gradient(to bottom,#fff,#f1f5f9)}.about-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:2rem;color:#1e3a8a}.about-description{max-width:900px;margin:0 auto 3rem;text-align:center;font-size:1.125rem;line-height:1.8;color:#555}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:4rem}.stat-item{text-align:center;padding:2rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014}.stat-value{font-size:3rem;font-weight:700;color:#1e3a8a;margin-bottom:.5rem}.stat-label{font-size:1rem;color:#666}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.value-item{text-align:center;padding:2rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;transition:transform .3s}.value-item:hover{transform:translateY(-4px)}.value-icon{font-size:3rem;margin-bottom:1rem;color:#ff6b35;display:flex;justify-content:center;align-items:center}.value-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#333}.value-description{font-size:.9375rem;color:#666}@media(max-width:768px){.about-section{padding:2rem 0}.about-title{font-size:2rem}.about-description{font-size:1rem;margin-bottom:2rem}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:2rem}.stat-item{padding:1.5rem}.stat-value{font-size:2rem}.values-grid{grid-template-columns:1fr}}.contact-section{padding:6rem 0;background:#fff}.contact-header{text-align:center;margin-bottom:3rem}.contact-title{font-size:2.5rem;font-weight:700;color:#1e3a8a;margin-bottom:.5rem}.contact-subtitle{font-size:1.125rem;color:#666}.contact-content{display:grid;grid-template-columns:1fr 1.5fr;gap:3rem}.contact-info-section h3{font-size:1.5rem;margin-bottom:1rem;color:#333}.contact-info-section>p{color:#666;margin-bottom:2rem;font-size:1rem;line-height:1.6}.contact-info-grid{display:flex;flex-direction:column;gap:1.5rem}.contact-info-item{display:flex;gap:1rem;align-items:flex-start;padding:1rem;border-radius:8px;transition:background .3s}.contact-info-item:hover{background:#f8f9fa}.contact-info-icon{font-size:2rem;flex-shrink:0;color:#ff6b35;display:flex;align-items:center}.contact-info-item h4{font-size:1rem;font-weight:600;margin-bottom:.25rem;color:#333}.contact-info-item p{color:#666;font-size:.9375rem}.contact-form-section h3{font-size:1.5rem;margin-bottom:2rem;color:#333}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{font-size:.9375rem;font-weight:500;margin-bottom:.5rem;color:#333}.form-group input,.form-group textarea{padding:.875rem;border:1px solid #ddd;border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#3b82f6}.form-group textarea{resize:vertical;min-height:120px}.submit-button{background:#1e3a8a;color:#fff;border:none;padding:1rem 2rem;font-size:1.1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s;align-self:flex-start}.submit-button:hover{background:#3b82f6;transform:translateY(-2px);box-shadow:0 4px 12px #1e3a8a4d}@media(max-width:1024px){.contact-content{grid-template-columns:1fr;gap:2rem}}@media(max-width:768px){.contact-section{padding:2rem 0}.contact-title{font-size:2rem}.contact-content{gap:2rem}.contact-info-grid{gap:1rem}.submit-button{width:100%}}.footer{background:linear-gradient(135deg,#0f172a,#1e293b,#1e3a8a);color:#fff;padding:4rem 0 2rem;position:relative}.footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent)}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:2rem;margin-bottom:2rem}.footer-brand h3{font-size:1.5rem;margin-bottom:.5rem}.footer-brand p{font-size:.9375rem;opacity:.9;margin-bottom:.25rem}.footer-links h4{font-size:1.125rem;margin-bottom:1rem;font-weight:600}.footer-links ul{list-style:none;display:flex;flex-direction:column;gap:.75rem}.footer-links a{color:#fff;text-decoration:none;opacity:.85;transition:opacity .3s}.footer-links a:hover{opacity:1}.footer-contact-item{display:flex;align-items:center;gap:.75rem;opacity:.85}.footer-icon{font-size:1.25rem;flex-shrink:0;color:#ff6b35;display:flex;align-items:center}.footer-bottom{border-top:1px solid rgba(255,255,255,.2);padding-top:1.5rem;text-align:center}.footer-bottom p{opacity:.85;font-size:.875rem}@media(max-width:1024px){.footer-content{grid-template-columns:1fr 1fr;gap:2rem}}@media(max-width:768px){.footer{padding:2rem 0 1rem}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-brand,.footer-links{text-align:center}.footer-links ul{align-items:center}}.App{min-height:100vh;background:#0f172a}main{padding-top:80px;background:#0f172a}@media(max-width:768px){main{padding-top:70px}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;background-color:#0f172a}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
