*{margin:0;padding:0;box-sizing:border-box}:root{--background: #000000;--text-primary: #FFFFFF;--text-secondary: #B0B0B0;--accent: #FF6B35;--accent-bright: #FF8C42;--accent-golden: #FFB84D}body{font-family:DM Sans,sans-serif;background:var(--background);color:var(--text-primary);line-height:1.6;overflow-x:hidden;-webkit-tap-highlight-color:transparent}body.menu-open{overflow:hidden}@supports (padding: env(safe-area-inset-top)){body{padding-top:env(safe-area-inset-top)}}a{color:inherit;text-decoration:none}html{scroll-behavior:smooth}section{padding:clamp(3rem,8vw,6rem) clamp(1rem,4vw,2rem)}.section-title{text-align:center;font-size:3rem;margin-bottom:1rem;color:var(--text-primary)}.section-subtitle{text-align:center;font-size:1.2rem;color:var(--text-secondary);margin-bottom:clamp(2rem,5vw,4rem)}@media (max-width: 768px){.section-title{font-size:clamp(1.75rem,5vw,2rem)}}.flame-bg{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;overflow:hidden;pointer-events:none;clip-path:inset(0 0 20px 0);opacity:.6}.flame-bg-video{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;transform:translate(-50%,-50%) scale(.85);object-fit:cover;transition:transform .6s ease-out}.flame-bg-expanded .flame-bg-video{transform:translate(-50%,-50%) scale(2);min-width:100%;min-height:100%}.hero,.services,.about,.stats,.contact,.footer{position:relative;z-index:1}.header{position:fixed;top:0;width:100%;background:#000000f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1001;border-bottom:1px solid rgba(255,107,53,.3);padding-top:env(safe-area-inset-top,0)}.header-nav{max-width:1400px;margin:0 auto;padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:center}.header-logo{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;color:var(--text-primary)}.header-logo-icon{height:2rem;width:auto;object-fit:contain}.header-links{display:flex;gap:2rem;list-style:none}.header-cta-desktop{display:inline-flex}.header-hamburger{display:none;background:none;border:none;color:var(--text-primary);padding:.5rem;cursor:pointer;min-width:44px;min-height:44px;align-items:center;justify-content:center;border-radius:4px;transition:color .3s,background .3s}.header-hamburger:hover{color:var(--accent);background:#ff6b351a}.header-mobile-menu{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#000000fa;z-index:999;padding-top:5rem;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s}.header-mobile-menu-open{opacity:1;visibility:visible}.header-mobile-links{list-style:none;display:flex;flex-direction:column;align-items:center;gap:1.5rem;padding:2rem}.header-mobile-links a{font-size:1.25rem;font-weight:500;padding:.5rem;min-height:44px;display:flex;align-items:center;justify-content:center}.header-mobile-links .header-cta{margin-top:1rem;padding:1rem 2rem}.header-links a{color:var(--text-primary);font-weight:500;transition:color .3s}.header-links a:hover{color:var(--accent)}.header-cta{padding:.75rem 1.5rem;background:var(--accent);color:#fff;font-weight:700;border-radius:4px;transition:transform .3s,box-shadow .3s}.header-cta:hover{transform:translateY(-2px);box-shadow:0 10px 25px #ff6b3566}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:8rem 2rem 4rem;background:radial-gradient(ellipse at center,transparent 0%,rgba(0,0,0,.5) 100%)}.hero-container{max-width:1200px;width:100%;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;z-index:2;text-align:center}.hero-spheres{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;mix-blend-mode:screen;z-index:1}.hero-content{position:relative;width:100%;padding:2rem 0;z-index:2;text-align:center}.sphere{position:absolute;border-radius:50%;background:radial-gradient(circle,rgba(255,107,53,.8) 0%,rgba(255,140,66,.4) 40%,transparent 70%);filter:blur(100px);animation:sphere-float 15s ease-in-out infinite}.sphere-1{width:400px;height:400px;top:-10%;left:-15%;animation-delay:0s}.sphere-2{width:350px;height:350px;top:30%;right:-10%;animation-delay:-4s}.sphere-3{width:450px;height:450px;bottom:-20%;left:20%;animation-delay:-8s}.sphere-4{width:300px;height:300px;top:50%;left:50%;transform:translate(-50%,-50%);animation-delay:-12s}@keyframes sphere-float{0%,to{transform:translate(0) scale(1)}25%{transform:translate(80px,-60px) scale(1.1)}50%{transform:translate(-60px,80px) scale(.9)}75%{transform:translate(-80px,-40px) scale(1.05)}}.sphere-4{transform:translate(-50%,-50%)}.sphere-4{animation:sphere-float 20s ease-in-out infinite reverse}.hero-video-placeholder{width:100%;aspect-ratio:1;background:linear-gradient(135deg,#ff6b3533,#ffb84d1a);border-radius:12px}.hero-title{font-size:clamp(3rem,8vw,5.5rem);font-weight:700;margin-bottom:1.5rem;background:linear-gradient(135deg,var(--accent) 0%,var(--accent-bright) 35%,var(--accent-golden) 70%,#FFD93D 100%);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-description{font-size:1.1rem;color:var(--text-secondary);margin-bottom:2rem;max-width:560px;margin-left:auto;margin-right:auto;line-height:1.6}.hero-cta{display:inline-block;padding:1.2rem 3rem;background:var(--accent);color:#fff;font-weight:700;border-radius:4px;transition:transform .3s,box-shadow .3s}.hero-cta:hover{transform:translateY(-3px);box-shadow:0 15px 40px #ff6b3580}.hero-quick-links{margin-top:2.5rem;display:flex;gap:2rem;flex-wrap:wrap;justify-content:center}.hero-quick-links a{color:var(--text-secondary);font-size:.95rem;position:relative;transition:color .3s}.hero-quick-links a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1px;background:var(--accent);transition:width .3s}.hero-quick-links a:hover{color:var(--text-primary)}.hero-quick-links a:hover:after{width:100%}.services{background:linear-gradient(180deg,#0006,#000000d9)}.services-grid{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem}.service-card{background:#ffffff08;padding:2.5rem;border-radius:12px;border:1px solid rgba(255,107,53,.2);transition:transform .3s,border-color .3s}.service-card:hover{transform:translateY(-5px);border-color:var(--accent)}.service-number{font-size:.9rem;color:var(--accent);font-weight:600;margin-bottom:1rem}.service-card h3{font-size:1.5rem;color:var(--text-primary);margin-bottom:1rem}.service-card p{color:var(--text-secondary);line-height:1.8}.about{background:#000000bf}.about-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-image{width:100%;height:400px;background:linear-gradient(135deg,var(--accent) 0%,var(--accent-golden) 100%);border-radius:12px;opacity:.2}.about-content h2{font-size:2.5rem;color:var(--text-primary);margin-bottom:1.5rem}.about-content p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.1rem;line-height:1.9}.stats{background:#0009}.stats-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;text-align:center}.stat-item{padding:2rem}.stat-number{font-size:4rem;font-weight:700;margin-bottom:.5rem;background:linear-gradient(135deg,var(--accent) 0%,var(--accent-bright) 35%,var(--accent-golden) 70%,#FFD93D 100%);-webkit-background-clip:text;background-clip:text;color:transparent}.stat-label{color:var(--text-secondary);font-size:1.2rem;text-transform:uppercase;letter-spacing:2px}.contact{background:#000000d9}.contact-container{max-width:800px;margin:0 auto}.contact-form{display:grid;gap:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:var(--accent);font-weight:500}.form-group input,.form-group textarea{width:100%;padding:1rem;background:#ffffff0d;border:1px solid rgba(255,107,53,.3);border-radius:8px;color:var(--text-primary);font-size:1rem;transition:border-color .3s,background .3s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--accent);background:#ffffff14}.form-group textarea{resize:vertical;min-height:150px}.submit-button{padding:1.2rem;background:var(--accent);color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:transform .3s,box-shadow .3s}.submit-button:hover{transform:translateY(-2px);box-shadow:0 10px 30px #ff6b3566}.footer{background:#000000f2;padding:3rem 2rem;border-top:1px solid rgba(255,107,53,.3)}.footer-content{max-width:1200px;margin:0 auto}.footer-top{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-right{display:flex;flex-direction:column;align-items:flex-end;gap:1rem}.footer-lang{display:flex;align-items:center;gap:.5rem}.footer-lang-label{display:inline;color:var(--text-secondary);font-size:.85rem;margin:0}.social-links{display:flex;gap:2rem}.social-links a{color:var(--accent);display:flex;align-items:center;justify-content:center;transition:color .3s,transform .3s}.social-links a:hover{color:var(--accent-golden);transform:translateY(-2px)}.social-links a svg{display:block}.footer-lang-select{background:#ffffff0d;border:1px solid rgba(255,107,53,.3);border-radius:6px;padding:.4rem .75rem;color:var(--text-primary);font-size:.85rem;cursor:pointer}.footer-lang-select:focus{outline:none;border-color:var(--accent)}.footer-text{color:var(--text-secondary);font-size:.9rem;margin:0}@media (max-width: 768px){.header-links,.header-cta-desktop{display:none}.header-hamburger{display:flex}.header-mobile-menu{display:block}.header-nav{padding:1rem clamp(1rem,4vw,2rem)}.header-logo span{font-size:1.2rem}.hero{padding:6rem 1rem 3rem;min-height:100svh}.hero-container{margin:0;padding:0 1rem}.hero-content{padding:1rem 0}.hero-spheres{display:none}.hero-title{font-size:clamp(1.75rem,6vw,2.5rem);margin-bottom:1rem}.hero-description{font-size:1rem;margin-bottom:1.5rem;padding:0 .5rem}.hero-cta{padding:1rem 2rem;min-height:48px;display:inline-flex;align-items:center;justify-content:center}.hero-quick-links{flex-direction:column;justify-content:center;gap:1rem;margin-top:1.5rem}.hero-quick-links a{min-height:44px;display:flex;align-items:center;justify-content:center}.about-container{grid-template-columns:1fr;gap:2rem}.about-image{order:1;height:250px}.about-content{order:2}.about-content h2{font-size:clamp(1.5rem,4vw,2rem)}.services-grid{grid-template-columns:1fr;gap:1.5rem}.service-card{padding:1.5rem}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.stat-item{padding:1.5rem 1rem}.stat-number{font-size:clamp(2rem,8vw,3rem)}.stat-label{font-size:.9rem}.footer-top{flex-direction:column;align-items:center;text-align:center}.footer-right{align-items:center}.form-group input,.form-group textarea{font-size:16px}.submit-button{min-height:48px;padding:1rem}}@media (max-width: 480px){.stats-grid{gap:1rem}.stat-number{font-size:2rem}.stat-label{font-size:.75rem;letter-spacing:1px}}
