:root{--bg-dark:#1a103d;--bg-gradient:linear-gradient(135deg, #1a103d 0%, #3a0349 100%);--bg-end:#3a0349;--accent-green:#a0cc3b;--accent-green-hover:#a0cc3b;--text-white:#fff;--text-gray:#b0a8c9;--nav-bg:#1a103dcc;--font-display:"Musk";--font-body:"Inter", sans-serif;--font-accent:"Poppins", sans-serif;--transition:all .3s ease}html{scroll-behavior:smooth;scroll-padding-top:80px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background:var(--bg-gradient);color:var(--text-white);background-attachment:fixed;line-height:1.6;overflow-x:hidden}a{color:inherit;transition:var(--transition);text-decoration:none}ul{list-style:none}button{cursor:pointer;transition:var(--transition);background:0 0;border:none;outline:none;font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.btn-primary{background:var(--accent-green);color:#000;text-transform:uppercase;letter-spacing:2px;font-size:.85rem;font-weight:400;font-family:var(--font-display);border-radius:50px;padding:.8rem 2rem}.btn-primary:hover{background:var(--accent-green-hover);transform:translateY(-2px);box-shadow:0 10px 20px #c0ff0033}.glass{-webkit-backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a}.navbar{z-index:1000;background:0 0;width:100%;padding:1.5rem 0;transition:all .4s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0}.navbar.scrolled{background:var(--nav-bg);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid #ffffff0d;padding:1rem 0;box-shadow:0 10px 30px #0000004d}.navbar.scrolled .logo-img{height:30px}.nav-content{grid-template-columns:1fr auto 1fr;align-items:center;display:grid}.logo{justify-self:start;align-items:center;display:flex}.logo-img{width:auto;height:40px;transition:all .4s;display:block}.nav-links{justify-self:center;gap:3rem;display:flex}.nav-links a{letter-spacing:4px;color:var(--text-gray);font-size:.8rem;font-weight:700;font-family:var(--font-accent);transition:var(--transition)}.nav-links a:hover{color:var(--text-white)}@media (width<=768px){.nav-links{display:none}}.hero{background-position:50%;background-repeat:no-repeat;background-size:cover;align-items:center;width:100%;height:100vh;display:flex;position:relative;overflow:hidden}.hero-content{width:100%;max-width:1100px}.hero-tagline{align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.hero-tagline .line{background:var(--accent-green);width:40px;height:1px}.hero-tagline p{letter-spacing:6px;color:var(--accent-green);font-size:.8rem;font-weight:400;font-family:var(--font-accent);text-transform:uppercase}.hero-title{white-space:nowrap;font-size:clamp(3.5rem,8vw,6.5rem);font-weight:400;line-height:1;font-family:var(--font-display);margin-bottom:2.5rem;font-style:normal}.hero-title .serif{font-family:var(--font-display);font-style:normal;font-weight:350}.hero-title .sans{font-family:var(--font-display);font-weight:350}.hero-title .accent{color:var(--accent-green)}.hero-description{color:var(--text-gray);letter-spacing:.5px;max-width:600px;margin-bottom:3.5rem;font-size:1.1rem;font-weight:500;line-height:1.8}.scroll-indicator{z-index:5;animation:2s ease-in-out infinite float;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.scroll-link{flex-direction:column;align-items:center;gap:1rem;text-decoration:none;display:flex}.scroll-indicator p{letter-spacing:4px;color:#fff;font-size:.7rem;font-family:var(--font-accent)}.scroll-line{background:linear-gradient(to bottom, var(--accent-green), transparent);width:1px;height:40px;position:relative;overflow:hidden}.scroll-line:after{content:"";background:#fff;width:100%;height:100%;animation:2s ease-in-out infinite scroll-line;position:absolute;top:-100%;left:0}@keyframes float{0%,to{transform:translate(-50%)}50%{transform:translate(-50%,-10px)}}@keyframes scroll-line{0%{top:-100%}to{top:100%}}@media (width<=768px){.hero-content{text-align:center;flex-direction:column;align-items:center;display:flex}.hero-tagline{justify-content:center;width:100%}.hero-tagline .line{display:none}.hero-tagline p{letter-spacing:4px;font-size:.75rem}.hero-title{white-space:normal;margin-bottom:2rem;font-size:3rem}.hero-description{margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1rem}.hero-actions{justify-content:center;width:100%;display:flex}}.services{background:0 0;padding:160px 0 100px;position:relative}.services-header{margin-bottom:60px}.header-left{flex:none}.header-left .tagline{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.header-left .tagline .line{background:var(--accent-green);width:40px;height:1px}.header-left .tagline p{letter-spacing:6px;color:var(--accent-green);font-size:.8rem;font-weight:400;font-family:var(--font-accent);text-transform:uppercase}.header-right{flex-shrink:0;max-width:380px}.services-title{font-size:clamp(3rem,5vw,4.5rem);font-family:var(--font-display);color:var(--text-white);margin-bottom:1.5rem;font-weight:400;line-height:1.05}.services-title .serif{font-style:normal;font-weight:350}.services-intro{color:var(--text-gray);max-width:500px;font-size:1rem;line-height:1.7}.services-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:60px;display:grid}.service-card{transition:var(--transition);border-radius:20px;flex-direction:column;height:100%;padding:3rem 2.5rem;display:flex;position:relative;overflow:hidden}.service-card:hover{border-color:var(--accent-green);transform:translateY(-10px);box-shadow:0 20px 40px #0000004d,0 0 20px #c0ff001a}.card-number{opacity:.3;font-size:.9rem;font-weight:600;font-family:var(--font-accent);position:absolute;top:1.5rem;right:2rem}.card-icon{width:50px;height:50px;color:var(--accent-green);transition:var(--transition);background:#c0ff001a;border-radius:12px;justify-content:center;align-items:center;margin-bottom:2rem;display:flex}.service-card:hover .card-icon{background:var(--accent-green);color:#000}.card-title{font-size:1.5rem;font-family:var(--font-display);color:var(--text-white);margin-bottom:.8rem}.card-subtitle{color:var(--accent-green);font-size:.95rem;font-weight:600;line-height:1.4;font-family:var(--font-accent);margin-bottom:1.2rem}.card-description{color:var(--text-gray);font-size:.95rem;line-height:1.7}.services-cta{justify-content:center;margin-top:4rem;display:flex}.services-cta .btn-primary{text-align:center;border-radius:50px;width:auto}@media (width<=768px){.services-cta .btn-primary{width:100%;padding:1.2rem}}.service-card{opacity:0;animation:.8s ease-out forwards fadeInUp}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (width<=1024px){.services-grid{grid-template-columns:repeat(2,1fr)}.services-header{flex-direction:column;align-items:flex-start}.header-right{max-width:100%}}@media (width<=768px){.services-grid{grid-template-columns:1fr}.services-title{font-size:3rem}.services{padding:60px 0}}.about{background:0 0;padding:160px 0 120px;position:relative;overflow:hidden}.about-container{align-items:flex-start;gap:6rem;display:flex}.about-image-wrapper{flex:1;position:relative}.image-container{z-index:2;border-radius:20px;line-height:0;position:relative;overflow:hidden;box-shadow:0 40px 80px #0009}.about-image{width:100%;height:auto;transition:transform .6s cubic-bezier(.165,.84,.44,1);display:block}.about-image:hover{transform:scale(1.05)}.image-decoration{border-top:2px solid var(--accent-green);border-left:2px solid var(--accent-green);z-index:1;opacity:.4;border-radius:20px 0 0;width:60%;height:60%;position:absolute;top:-30px;left:-30px}.about-content{flex:1.2}.about-content .tagline{align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.about-content .tagline .line{background:var(--accent-green);width:40px;height:1px}.about-content .tagline p{letter-spacing:6px;color:var(--accent-green);font-size:.8rem;font-weight:400;font-family:var(--font-accent);text-transform:uppercase}.about-title{font-size:clamp(2.5rem,5vw,4rem);font-family:var(--font-display);color:var(--text-white);margin-bottom:2.5rem;line-height:1.1}.about-title .serif{font-style:normal;font-weight:350}.about-text{margin-bottom:4rem}.about-text p{color:var(--text-gray);margin-bottom:1.5rem;line-height:1.8}.about-text .description{color:var(--text-white);font-size:1.15rem;font-weight:500}.about-text .sub-description{color:var(--text-gray);font-size:.95rem}.stats-grid{grid-template-columns:repeat(2,1fr);gap:4rem 3rem;display:grid}.stat-item{transition:var(--transition);border-left:1px solid #c0ff0033;padding-left:1.5rem;position:relative}.stat-item:hover{border-left-color:var(--accent-green);transform:translate(10px)}.stat-value{font-size:2.5rem;font-family:var(--font-display);color:var(--accent-green);margin-bottom:.5rem}.stat-label{letter-spacing:2px;text-transform:uppercase;color:var(--text-gray);font-size:.85rem;font-family:var(--font-accent)}.about-image-wrapper{animation:1s ease-out forwards fadeInLeft}.about-content{animation:1s 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 (width<=1024px){.about-container{flex-direction:column;gap:4rem}.about-image-wrapper{width:100%;max-width:600px;padding-bottom:20px;padding-right:20px}.image-decoration{top:20px;left:20px}.about-content{width:100%}}@media (width<=768px){.about-title{font-size:2.5rem}.stats-grid{grid-template-columns:1fr;gap:2rem}.about{padding:80px 0}}.values{background:0 0;padding:160px 0 120px;position:relative;overflow:hidden}.values-header{text-align:center;max-width:800px;margin:0 auto 80px}.tagline-centered{justify-content:center;align-items:center;gap:1.5rem;margin-bottom:2rem;display:flex}.tagline-centered .line{background:var(--accent-green);width:40px;height:1px}.tagline-centered p{letter-spacing:6px;color:var(--accent-green);font-size:.8rem;font-family:var(--font-accent);text-transform:uppercase}.values-title{font-size:clamp(2.5rem,6vw,4rem);font-family:var(--font-display);color:var(--text-white);margin-bottom:2rem}.values-title .serif{font-style:normal;font-weight:350}.values-description{color:var(--text-gray);max-width:700px;margin:0 auto;font-size:1.1rem;line-height:1.7}.values-grid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.value-card{text-align:center;transition:var(--transition);border:1px solid #ffffff0d;border-radius:20px;flex-direction:column;align-items:center;height:100%;padding:3rem 2rem;display:flex}.value-card:hover{border-color:var(--accent-green);transform:translateY(-10px);box-shadow:0 20px 40px #0000004d,0 0 20px #c0ff000d}.value-icon{width:64px;height:64px;color:var(--accent-green);transition:var(--transition);background:#c0ff000d;border-radius:50%;justify-content:center;align-items:center;margin-bottom:2rem;padding:1rem;display:flex}.value-card:hover .value-icon{background:var(--accent-green);color:#000}.value-card-title{font-size:1.3rem;font-family:var(--font-display);color:var(--text-white);margin-bottom:1.5rem;font-weight:400}.value-card-description{color:var(--text-gray);font-size:.95rem;line-height:1.7}.value-card{opacity:0;animation:.8s ease-out forwards fadeInUp}.value-card:nth-child(2){animation-delay:.1s}.value-card:nth-child(3){animation-delay:.2s}.value-card:nth-child(4){animation-delay:.3s}@media (width<=1024px){.values-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.values-grid{grid-template-columns:1fr}.values-title{font-size:2.5rem}.values{padding:80px 0}}.contact{background:0 0;padding:160px 0;position:relative;overflow:hidden}.contact-container{align-items:center;gap:6rem;display:flex}.contact-info{flex:1}.contact-info .tagline{align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.contact-info .tagline .line{background:var(--accent-green);width:40px;height:1px}.contact-info .tagline p{letter-spacing:6px;color:var(--accent-green);font-size:.8rem;font-family:var(--font-accent);text-transform:uppercase}.contact-title{font-size:clamp(2.5rem,5vw,4rem);font-family:var(--font-display);color:var(--text-white);margin-bottom:2.5rem;line-height:1.1}.contact-title .serif{color:var(--accent-green);font-style:normal;font-weight:350}.contact-description{color:var(--text-gray);margin-bottom:3.5rem;font-size:1.1rem;line-height:1.7}.contact-details{flex-direction:column;gap:1.8rem;display:flex}.contact-detail-item{align-items:center;gap:1.5rem;display:flex}.detail-icon{width:44px;height:44px;color:var(--accent-green);background:#c0ff0014;border:1px solid #c0ff0026;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.contact-detail-item .detail-text{flex-direction:column;gap:.2rem;display:flex}.contact-detail-item p{color:var(--text-white);font-size:1rem;font-weight:500}.contact-form-wrapper{flex:1}.contact-card{-webkit-backdrop-filter:blur(20px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:28px;padding:3.5rem;box-shadow:0 40px 80px #0006}.contact-card h3{font-size:1.8rem;font-family:var(--font-display);color:var(--text-white);border-radius:80px;margin-bottom:2.5rem;font-weight:400}.form-group{margin-bottom:1.8rem}.form-group label{letter-spacing:3px;color:var(--text-gray);font-size:.72rem;font-weight:700;font-family:var(--font-accent);margin-bottom:.7rem;display:block}.form-group input,.form-group textarea{width:100%;color:var(--text-white);transition:var(--transition);resize:none;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:12px;padding:1rem 1.2rem;font-family:inherit;font-size:.95rem}.form-group input::placeholder,.form-group textarea::placeholder{color:#b0a8c980}.form-group input:focus,.form-group textarea:focus{border-color:var(--accent-green);background:#c0ff0008;outline:none;box-shadow:0 0 0 3px #c0ff0014}.form-error{color:#f87171;text-align:center;margin-bottom:1.2rem;font-size:.88rem}.btn-send{background:var(--accent-green);color:#000;letter-spacing:2px;width:100%;transition:var(--transition);border-radius:12px;justify-content:center;align-items:center;gap:.8rem;padding:1.1rem;font-size:.88rem;font-weight:700;display:flex}.btn-send:hover:not(:disabled){background:var(--accent-green-hover);transform:translateY(-3px);box-shadow:0 10px 30px #c0ff004d}.btn-send:disabled{opacity:.7;cursor:not-allowed}.btn-send .arrow{transition:transform .3s;display:inline-block}.btn-send:hover:not(:disabled) .arrow{transform:translate(5px)}.spinner{border:2px solid #0000004d;border-top-color:#000;border-radius:50%;width:20px;height:20px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.modal-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:9999;background:#000000a6;justify-content:center;align-items:center;animation:.3s fadeOverlay;display:flex;position:fixed;inset:0}@keyframes fadeOverlay{0%{opacity:0}to{opacity:1}}.modal-card{text-align:center;background:linear-gradient(145deg,#1e1250 0%,#2e0b3e 100%);border:1px solid #c0ff0026;border-radius:28px;width:90%;max-width:480px;padding:4rem 3.5rem;animation:.4s cubic-bezier(.16,1,.3,1) slideUp;box-shadow:0 40px 80px #00000080,0 0 40px #c0ff000f}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.modal-icon{background:var(--accent-green);color:#000;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 2rem;display:flex}.modal-title{font-size:2rem;font-family:var(--font-display);color:var(--text-white);margin-bottom:1rem;font-weight:400}.modal-text{color:var(--text-gray);margin-bottom:3rem;font-size:1rem;line-height:1.7}.modal-close-btn{background:var(--accent-green);color:#000;letter-spacing:2px;transition:var(--transition);border-radius:50px;padding:.9rem 3rem;font-size:.85rem;font-weight:700}.modal-close-btn:hover{background:var(--accent-green-hover);transform:translateY(-2px);box-shadow:0 10px 20px #c0ff0033}@media (width<=1024px){.contact-container{flex-direction:column;gap:4rem}.contact-info,.contact-form-wrapper{width:100%}}@media (width<=640px){.contact{padding:80px 0}.contact-title{font-size:2.5rem}.contact-card{padding:2.5rem 1.8rem}.modal-card{padding:3rem 2rem}}.app{flex-direction:column;min-height:100vh;display:flex}main{flex:1}
