:root{--primary-color:#00a3e0;--secondary-color:#7b68ee;--accent-color:#00a3e0;--background-color:#fff;--light-background:#f8fbff;--text-color:#1a365d;--light-text:#4a5568;--border-color:#e2e8f0;--white:#fff;--gradient-primary:linear-gradient(135deg,#00a3e0,#7b68ee)}*{box-sizing:border-box;padding:0}*,body{margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;background-color:var(--background-color);color:#1a365d;color:var(--text-color);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}html{scroll-behavior:smooth}.App{display:flex;flex-direction:column;min-height:100vh}main{flex:1 1}.container{margin:0 auto;max-width:1200px;padding:0 20px}.section{padding:80px 0}.section-title{color:var(--text-color);font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.section-subtitle{color:var(--light-text);font-size:1.2rem;line-height:1.7;margin:0 auto 3rem;max-width:600px;text-align:center}.btn{border:none;border-radius:8px;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;padding:15px 30px;text-align:center;text-decoration:none;transition:all .3s ease}.btn-primary{background:var(--gradient-primary);color:#fff}.btn-primary:hover{box-shadow:0 10px 25px #00a3e04d;transform:translateY(-2px)}.btn-secondary{background:#0000;border:2px solid var(--primary-color);color:var(--primary-color)}.btn-secondary:hover{background:var(--primary-color);color:#fff}@media (max-width:768px){.section{padding:60px 0}.section-title{font-size:2rem}.container{padding:0 15px}}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid var(--border-color);box-shadow:0 2px 20px #00a3e01a;left:0;position:fixed;right:0;top:0;z-index:1000}.header-content{align-items:center;display:flex;justify-content:space-between;padding:1rem 0}.logo-image{height:45px;max-width:200px;object-fit:contain;transition:transform .3s ease;width:auto}.logo-image:hover{transform:scale(1.05)}@media (max-width:768px){.logo-image{height:35px;max-width:150px}}.nav-list{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.nav-link{background:none;border:none;color:var(--light-text);cursor:pointer;font-size:1rem;font-weight:500;padding:.5rem 0;text-decoration:none;transition:color .3s ease}.nav-link:hover{color:var(--primary-color)}.menu-toggle{background:none;border:none;cursor:pointer;display:none;flex-direction:column;gap:4px;padding:.5rem}.menu-toggle span{background:var(--light-text);height:3px;transition:all .3s ease;width:25px}@media (max-width:768px){.nav{background:#fff;box-shadow:0 5px 20px #0000001a;left:0;opacity:0;position:absolute;right:0;top:100%;transform:translateY(-100%);transition:all .3s ease;visibility:hidden}.nav-open{opacity:1;transform:translateY(0);visibility:visible}.nav-list{flex-direction:column;gap:1rem;padding:2rem}.nav-link{border-bottom:1px solid var(--border-color);display:block;padding:1rem 0;text-align:center}.menu-toggle{display:flex}.nav-open+.menu-toggle span:first-child{transform:rotate(45deg) translate(5px,5px)}.nav-open+.menu-toggle span:nth-child(2){opacity:0}.nav-open+.menu-toggle span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}}.hero{align-items:center;background:var(--gradient-primary);display:flex;justify-content:center;min-height:100vh;overflow:hidden;position:relative}.hero-background{background:radial-gradient(circle at 20% 50%,#7877c64d 0,#0000 50%),radial-gradient(circle at 80% 20%,#ffffff1a 0,#0000 50%),radial-gradient(circle at 40% 80%,#7877c633 0,#0000 50%);bottom:0;left:0;position:absolute;right:0;top:0}.hero-content{color:#fff;max-width:800px;position:relative;text-align:center;z-index:2}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.highlight{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#b8e6ff);-webkit-background-clip:text;background-clip:text;text-shadow:0 2px 4px #0000001a}.hero-subtitle{font-size:1.3rem;line-height:1.7;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;max-width:600px;opacity:.95}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.btn-large{font-size:1.1rem;min-width:180px;padding:18px 35px}.hero .btn-secondary{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:2px solid #ffffff4d;color:#fff}.hero .btn-secondary:hover{background:#fff3;border-color:#ffffff80}@media (max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-actions{align-items:center;flex-direction:column}.btn-large{max-width:280px;width:100%}}@media (max-width:480px){.hero-title{font-size:2rem}.hero-content{padding:0 1rem}}.about{background:var(--light-background)}.about-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:3rem}.about-card{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:2.5rem;text-align:center;transition:all .3s ease}.about-card:hover{box-shadow:0 10px 40px #0000001f;transform:translateY(-8px)}.about-icon{align-items:center;background:var(--gradient-primary);border-radius:20px;color:#fff;display:flex;height:80px;justify-content:center;margin:0 auto 1.5rem;width:80px}.about-card h3{color:var(--text-color);font-size:1.4rem;font-weight:700;margin-bottom:1rem}.about-card p{color:var(--light-text);font-size:1rem;line-height:1.7}@media (max-width:768px){.about-grid{gap:1.5rem;grid-template-columns:1fr}.about-card{padding:2rem}.about-icon{border-radius:15px;height:60px;width:60px}.about-icon svg{height:32px;width:32px}}.services{background:#fff}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.service-card{background:#fff;border:1px solid var(--border-color);border-radius:12px;padding:2.5rem;transition:all .3s ease}.service-card:hover{border-color:var(--primary-color);box-shadow:0 8px 30px #667eea1a;transform:translateY(-4px)}.service-title{color:#1a365d;font-size:1.3rem;font-weight:700;margin-bottom:1rem}.service-description{color:#4a5568;line-height:1.6;margin-bottom:1.5rem}.service-features{list-style:none;margin:0;padding:0}.service-features li{color:#4a5568;padding:.5rem 0 .5rem 1.5rem;position:relative}.service-features li:before{color:#667eea;content:"✓";font-weight:700;left:0;position:absolute}.services-cta{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;color:#fff;margin-top:4rem;padding:3rem;text-align:center}.services-cta h3{font-size:1.8rem;margin-bottom:1rem}.services-cta p{font-size:1.1rem;margin-bottom:2rem;opacity:.9}.services-cta .btn{background:#fff;color:#667eea;font-weight:600}.services-cta .btn:hover{background:#f7fafc;box-shadow:0 8px 25px #00000026;transform:translateY(-2px)}@media (max-width:768px){.services-grid{gap:1.5rem;grid-template-columns:1fr}.service-card{padding:2rem}.services-cta{margin-top:3rem;padding:2rem}.services-cta h3{font-size:1.5rem}}.contact{background:#f8fafc}.contact-content{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin-top:3rem}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-item h3{color:#1a365d;font-size:1.3rem;font-weight:700;margin-bottom:1rem}.contact-item p{color:#4a5568;line-height:1.7}.contact-form{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:2.5rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#2d3748;display:block;font-size:.9rem;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group textarea{border:2px solid #e2e8f0;border-radius:8px;font-family:inherit;font-size:1rem;padding:12px 16px;transition:all .3s ease;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.form-group input.error,.form-group textarea.error{border-color:#e53e3e}.form-group textarea{min-height:120px;resize:vertical}.error-message{color:#e53e3e;display:block;font-size:.875rem;margin-top:.25rem}.turnstile-widget{display:flex;justify-content:center;margin:1rem 0}.status-message{border-radius:8px;font-weight:500;margin-top:1rem;padding:1rem}.status-message.success{background:#f0fff4;border:1px solid #9ae6b4;color:#22543d}.status-message.error{background:#fed7d7;border:1px solid #feb2b2;color:#742a2a}.contact-form .btn-large{margin-top:1rem;width:100%}.contact-form .btn:disabled{cursor:not-allowed;opacity:.6}@media (max-width:768px){.contact-content{gap:2rem;grid-template-columns:1fr}.contact-form{padding:2rem}.contact-info{gap:1.5rem}.contact-item{text-align:center}}.footer{background:#1a365d;color:#fff;padding:3rem 0 1rem}.footer-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 2fr;margin-bottom:2rem}.footer-brand h3{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.footer-brand p{color:#a0aec0;line-height:1.6}.footer-links{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.footer-column h4{color:#e2e8f0;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.footer-column ul{list-style:none;margin:0;padding:0}.footer-column li{margin-bottom:.5rem}.footer-column a{color:#a0aec0;text-decoration:none;transition:color .3s ease}.footer-column a:hover{color:#667eea}.footer-bottom{align-items:center;border-top:1px solid #2d3748;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;padding-top:2rem}.footer-bottom p{color:#a0aec0;margin:0}.footer-legal{display:flex;gap:2rem}.footer-legal a{color:#a0aec0;font-size:.9rem;text-decoration:none;transition:color .3s ease}.footer-legal a:hover{color:#667eea}@media (max-width:768px){.footer{padding:2rem 0 1rem}.footer-content{gap:2rem;grid-template-columns:1fr;text-align:center}.footer-links{grid-template-columns:repeat(2,1fr)}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.footer-legal{justify-content:center}}@media (max-width:480px){.footer-links{grid-template-columns:1fr}.footer-legal{flex-direction:column;gap:.5rem}}