.navbar{z-index:100!important;pointer-events:none}.navbar>*{pointer-events:auto}.navbar{position:fixed;top:0;left:0;right:0;display:flex;justify-content:space-between;align-items:center;padding:16px 20px;z-index:1000;background:linear-gradient(180deg,rgba(0,0,0,.8) 0%,transparent 100%);transition:all .3s ease}.navbar.scrolled{background:#000000f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 20px #0000004d}.menu-btn{background:transparent;border:none;cursor:pointer;padding:8px;transition:background .3s;border-radius:4px;z-index:1001}.menu-btn:hover{background:#ffffff1a}.hamburger{display:flex;flex-direction:column;gap:5px}.hamburger span{width:24px;height:2px;background:#fff;display:block;transition:.3s}.logo{color:#fff;font-size:20px;font-weight:700;text-transform:uppercase;letter-spacing:1px}.products-btn{background:#ff4d00;border:none;color:#fff;font-size:11px;letter-spacing:1.5px;cursor:pointer;transition:all .3s;padding:8px 16px;border-radius:4px;text-decoration:none;text-transform:uppercase;font-weight:600}.products-btn:hover{background:#cc3d00;transform:translateY(-2px);box-shadow:0 4px 12px #ff4d004d}.menu-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000fa;z-index:999;animation:fadeIn .3s;overflow-y:auto}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.menu-content{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:80px 20px 40px}.close-btn{position:absolute;top:24px;right:24px;background:transparent;border:none;color:#fff;font-size:32px;cursor:pointer;padding:8px 16px;transition:all .3s}.close-btn:hover{transform:rotate(90deg);color:#ff4d00}.menu-content ul{list-style:none;text-align:center;padding:0}.menu-content ul li{margin:16px 0}.menu-content ul li a{color:#fff;text-decoration:none;font-size:24px;transition:color .3s;text-transform:uppercase;font-weight:600;display:inline-block;position:relative}.menu-content ul li a:after{content:"";position:absolute;bottom:-4px;left:50%;width:0;height:2px;background:#ff4d00;transition:all .3s;transform:translate(-50%)}.menu-content ul li a:hover:after{width:100%}.menu-content ul li a:hover{color:#ff4d00}@media(min-width:481px){.navbar{padding:18px 30px}.logo{font-size:22px}.hamburger span{width:26px}.products-btn{font-size:12px;padding:9px 20px}.menu-content ul li a{font-size:28px}}@media(min-width:769px){.navbar{padding:20px 40px}.logo{font-size:24px}.hamburger span{width:28px}.products-btn{font-size:13px;padding:10px 24px}.menu-content ul li{margin:20px 0}.menu-content ul li a{font-size:32px}}@media(min-width:1025px){.navbar{padding:20px 32px}.logo{font-size:28px;letter-spacing:2px}.products-btn{font-size:13px;padding:10px 24px;letter-spacing:2px}.menu-content ul li a{font-size:36px}}@media(min-width:1441px){.menu-content ul li a{font-size:42px}}@media(hover:none)and (pointer:coarse){.menu-btn:hover{background:transparent}.menu-btn:active{background:#ffffff1a}.products-btn:hover{transform:none}.products-btn:active{transform:scale(.95)}}.hero-carousel{width:100vw;height:100vh;min-height:500px;overflow:hidden;background:#0a0a0a;position:relative;-webkit-user-select:none;user-select:none}.carousel-container{display:flex;height:100%;overflow-x:hidden;scroll-snap-type:x mandatory;cursor:grab}.carousel-container:active{cursor:grabbing}.slide{min-width:100%;height:100%;position:relative;scroll-snap-align:start}.slide-bg{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;filter:brightness(.6)}.slide-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0000004d,#000000b3)}.slide-content{position:relative;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:0 24px;color:#fff;pointer-events:none;max-width:100%}.slide-category{font-size:11px;letter-spacing:2px;margin-bottom:16px;font-weight:600;color:#ff4d00;text-transform:uppercase}.slide-title{font-size:32px;font-family:Arial,sans-serif;margin-bottom:8px;font-weight:700;line-height:1.1}.slide-subtitle{font-size:32px;font-family:Arial,sans-serif;color:#fff;font-weight:700;margin-bottom:16px;line-height:1.1}.slide-description{font-size:14px;margin-bottom:24px;color:#e0e0e0;max-width:100%;line-height:1.6}.cta-button{background:#ff4d00;color:#fff;border:none;padding:12px 28px;font-size:13px;font-weight:600;letter-spacing:1px;text-transform:uppercase;cursor:pointer;transition:all .3s;text-decoration:none;border-radius:4px;pointer-events:all}.cta-button:hover{background:#cc3d00;transform:translateY(-2px);box-shadow:0 10px 20px #ff4d004d}.progress-timeline-container{position:absolute;bottom:20px;left:50%;transform:translate(-50%);width:100%;display:flex;justify-content:center;z-index:40;padding:0 20px}.progress-timeline{display:flex;gap:8px;max-width:100%;width:100%;justify-content:center;flex-wrap:nowrap}.progress-track-wrapper{background:transparent;border:none;padding:8px 0;cursor:pointer;flex:1;max-width:50px;min-width:30px;outline:none;transition:transform .2s ease}.progress-track-wrapper:hover{transform:translateY(-2px)}.progress-track{position:relative;width:100%;height:3px;background:#fff3;border-radius:2px;overflow:hidden;transition:all .3s ease}.progress-track-wrapper:hover .progress-track{height:4px;background:#ffffff4d}.progress-fill{position:absolute;top:0;left:0;height:100%;background:#ff4d00;border-radius:2px;transition:width .05s linear}.progress-fill.active{background:linear-gradient(90deg,#ff6b2c,#ff4d00,#ff6b2c)}.progress-fill.active:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:shimmer 2s infinite}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.slide-content *{-webkit-user-select:none;user-select:none;cursor:default}@media(min-width:481px){.hero-carousel{min-height:550px}.slide-content{padding:0 32px}.slide-category{font-size:12px;letter-spacing:2.5px;margin-bottom:18px}.slide-title,.slide-subtitle{font-size:38px;margin-bottom:10px}.slide-description{font-size:15px;margin-bottom:28px;max-width:500px}.cta-button{padding:14px 32px;font-size:14px}.progress-timeline{gap:10px;max-width:400px}.progress-track-wrapper{max-width:60px;min-width:40px}}@media(min-width:769px){.hero-carousel{min-height:600px}.slide-content{padding:0 40px}.slide-category{font-size:13px;letter-spacing:3px;margin-bottom:20px}.slide-title,.slide-subtitle{font-size:48px;margin-bottom:10px}.slide-description{font-size:16px;margin-bottom:32px;max-width:550px}.cta-button{padding:16px 40px;font-size:16px}.progress-timeline-container{bottom:30px}.progress-timeline{gap:12px;max-width:500px}.progress-track-wrapper{max-width:70px;min-width:45px}}@media(min-width:1025px){.slide-content{padding:0 64px;max-width:1200px;margin:0 auto}.slide-category{font-size:14px;letter-spacing:4px}.slide-title,.slide-subtitle{font-size:64px}.slide-description{font-size:18px;margin-bottom:40px;max-width:600px}.progress-timeline-container{bottom:40px}.progress-timeline{gap:16px;max-width:600px}.progress-track-wrapper{max-width:90px;min-width:60px}}@media(min-width:1441px){.slide-content{padding:0 96px}.slide-title,.slide-subtitle{font-size:72px}.progress-track-wrapper{max-width:100px}}@media(hover:none)and (pointer:coarse){.cta-button:hover{transform:none}.cta-button:active{transform:scale(.95)}.progress-track-wrapper:hover{transform:none}.progress-track-wrapper:hover .progress-track{height:3px}}.products-section{min-height:100vh;background:#111;position:relative;overflow:hidden;display:flex;flex-direction:column;padding:0}.scroll-trigger{position:absolute;top:0;left:0;width:1px;height:1px}.scroll-wrapper{position:relative;width:100%;overflow:visible;flex:1;display:flex;align-items:center;padding:30px 0}.products-header{padding:60px 20px 40px;text-align:center;flex-shrink:0;z-index:10;position:relative;background:#111}.header-content{max-width:1200px;margin:0 auto}.label{color:#ff4d00;font-size:10px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase}.section-title{font-size:28px!important;margin-bottom:12px!important;font-weight:700!important;color:#fff!important;text-align:center!important;line-height:1.2!important;letter-spacing:-.02em!important}.section-subtitle{font-size:14px!important;color:#999!important;text-align:center!important;margin-bottom:30px!important;line-height:1.6!important;padding:0 20px!important}.products-container{display:flex;gap:0;padding:0;will-change:transform;align-items:center;height:60vh;min-height:400px}.product-card{flex:0 0 auto;width:80vw;height:60vh;min-height:400px;border-radius:0;overflow:hidden;box-shadow:0 25px 50px #00000080;position:relative;border:none;transition:transform .3s ease}.product-card:hover{transform:translateY(-5px)}.product-image-container{position:absolute;inset:0;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:flex-end}.product-overlay{position:absolute;inset:0;background:linear-gradient(to top,#000000f2,#000c 40%,#0006,#0003)}.product-content{position:relative;padding:24px;z-index:2;width:100%}.product-name{font-size:18px;margin-bottom:12px;color:#fff;font-weight:600;line-height:1.3;text-transform:uppercase;letter-spacing:.5px}.product-description{color:#ffffffe6;margin-bottom:16px;line-height:1.6;font-size:13px;font-weight:300}.product-features{list-style:none;margin:0;padding:0}.product-features li{color:#fffc;margin-bottom:8px;padding-left:20px;position:relative;font-size:12px;line-height:1.5;font-weight:300}.feature-icon{position:absolute;left:0;color:#ff4d00;font-size:16px;font-weight:700}.product-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,#ff4d00,transparent);z-index:3;opacity:0;transition:opacity .3s ease}.product-card:hover:before{opacity:1}.product-card:after{content:"";position:absolute;inset:0;border:1px solid rgba(255,77,0,.1);pointer-events:none;z-index:1;transition:border-color .3s ease}.product-card:hover:after{border-color:#ff4d004d}@media(min-width:481px){.products-header{padding:70px 30px 45px}.label{font-size:11px;letter-spacing:2px}.section-title{font-size:36px!important;margin-bottom:14px!important}.section-subtitle{font-size:15px!important;margin-bottom:40px!important}.products-container{height:65vh;min-height:450px}.product-card{width:65vw;height:65vh;min-height:450px}.product-content{padding:28px}.product-name{font-size:20px}.product-description{font-size:14px;margin-bottom:20px}.product-features li{font-size:13px;margin-bottom:9px}}@media(min-width:769px){.scroll-wrapper{padding:40px 0}.products-header{padding:80px 40px 50px}.label{font-size:12px}.section-title{font-size:42px!important;margin-bottom:16px!important}.section-subtitle{font-size:16px!important;margin-bottom:50px!important}.products-container{height:70vh;min-height:500px}.product-card{width:40vw;height:70vh;min-height:500px}.product-content{padding:32px}.product-name{font-size:22px;margin-bottom:15px}.product-description{font-size:14px;margin-bottom:22px}.product-features li{font-size:14px;margin-bottom:10px;padding-left:25px}.feature-icon{font-size:18px}}@media(min-width:1025px){.products-header{padding:100px 40px 60px}.label-container{margin-bottom:30px}.section-title{font-size:52px!important;margin-bottom:20px!important}.section-subtitle{font-size:18px!important;margin-bottom:60px!important}.products-container{height:75vh}.product-card{width:30vw;height:75vh}.product-content{padding:40px}.product-name{font-size:24px}.product-description{font-size:15px;margin-bottom:25px}}@media(min-width:1441px){.product-card{width:25vw}.product-card:hover{transform:translateY(-8px)}}@media(hover:none)and (pointer:coarse){.product-card:hover{transform:none}.product-card:active{transform:scale(.98)}.product-card:hover:before{opacity:0}}@media(prefers-reduced-motion:reduce){.product-card{transition:none!important}}.services-section{background:#0a0a0a;min-height:100vh;padding:80px 20px;position:relative;overflow:hidden}.container{max-width:1400px;margin:0 auto}.header{text-align:center;margin-bottom:60px}.label-container{display:inline-flex;align-items:center;gap:10px;margin-bottom:24px;padding:8px 20px;background:#ff4d001a;border-radius:50px;border:1px solid rgba(255,77,0,.2)}.title{font-size:clamp(32px,6vw,72px);font-weight:700;color:#fff;margin-bottom:20px;line-height:1.1;letter-spacing:-.02em}.subtitle{font-size:15px;color:#999;max-width:100%;margin:0 auto;line-height:1.6;padding:0 20px}.services-grid{display:grid;grid-template-columns:1fr;gap:20px}.service-card{background:#0f0f0fcc;border:1px solid rgba(255,255,255,.06);border-radius:20px;padding:28px 20px;position:relative;overflow:hidden;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.service-card:hover{transform:translateY(-5px);border-color:#ff4d004d}.card-glow{position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,77,0,.15) 0%,transparent 70%);pointer-events:none;opacity:0;transition:opacity .3s ease}.service-card:hover .card-glow{opacity:1}.card-header{display:flex;align-items:center;gap:12px;margin-bottom:24px}.service-number{font-size:13px;font-weight:700;color:#ff4d00;letter-spacing:1px}.card-line{height:1px;flex:1;background:linear-gradient(90deg,#ff4d00,transparent)}.service-title{font-size:20px;font-weight:600;color:#fff;margin-bottom:14px;letter-spacing:-.01em;line-height:1.3}.service-description{font-size:14px;color:#999;line-height:1.7;margin-bottom:24px}.features-list{display:flex;flex-direction:column;gap:12px;margin-bottom:28px}.feature-item{display:flex;align-items:center;gap:10px}.feature-dot{width:6px;height:6px;background:#ff4d00;border-radius:50%;flex-shrink:0}.feature-text{font-size:13px;color:#ccc;line-height:1.5}.service-button{display:inline-flex;align-items:center;gap:8px;background:transparent;border:none;color:#ff4d00;font-size:13px;font-weight:600;cursor:pointer;padding:0;letter-spacing:.5px;text-transform:uppercase;transition:all .3s ease}.service-button:hover{gap:12px}.button-arrow{margin-top:1px;transition:transform .3s ease}.service-button:hover .button-arrow{transform:translate(4px)}@media(min-width:481px){.services-section{padding:90px 30px}.header{margin-bottom:70px}.label{font-size:12px}.subtitle{font-size:16px;max-width:600px}.services-grid{grid-template-columns:repeat(2,1fr);gap:24px}.service-card{padding:32px 24px}.service-title{font-size:22px}.service-description{font-size:15px}.feature-text{font-size:14px}}@media(min-width:769px){.services-section{padding:100px 40px}.header{margin-bottom:80px}.subtitle{font-size:17px}.services-grid{gap:30px}.service-card{padding:36px 30px}.card-header{margin-bottom:28px}.service-title{font-size:24px;margin-bottom:16px}.features-list{gap:14px;margin-bottom:32px}.service-button{font-size:14px}}@media(min-width:1025px){.services-section{padding:120px 5%}.header{margin-bottom:100px}.label-container{margin-bottom:30px}.title{margin-bottom:24px}.subtitle{font-size:18px;max-width:600px}.services-grid{grid-template-columns:repeat(3,1fr)}.service-card{padding:40px}.card-header{gap:15px;margin-bottom:30px}.service-number{font-size:14px}}@media(min-width:1441px){.service-card:hover{transform:translateY(-8px)}}@media(hover:none)and (pointer:coarse){.service-card:hover{transform:none}.service-card:active{transform:scale(.98)}.service-card:hover .card-glow{opacity:0}.service-button:hover{gap:8px}.service-button:hover .button-arrow{transform:none}}@media(prefers-reduced-motion:reduce){.service-card,.service-button,.button-arrow{transition:none}}.about-section{padding:80px 0;background:#0a0a0a;min-height:100vh;position:relative;overflow:hidden}.background-grid{position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(rgba(255,77,0,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,77,0,.03) 1px,transparent 1px);background-size:30px 30px;opacity:.3;pointer-events:none}.gradient-orb{position:absolute;border-radius:50%;filter:blur(100px);opacity:.15;pointer-events:none;animation:float 20s ease-in-out infinite}.gradient-orb-1{width:300px;height:300px;background:radial-gradient(circle,#ff4d00,transparent);top:10%;right:-10%}.gradient-orb-2{width:250px;height:250px;background:radial-gradient(circle,#ff6b2c,transparent);bottom:20%;left:-10%;animation-delay:-10s}@keyframes float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.1)}66%{transform:translate(-30px,30px) scale(.9)}}.container{max-width:1400px;margin:0 auto;padding:0 20px;position:relative;z-index:1}.about-header{text-align:center;margin-bottom:60px}.label-container{display:inline-flex;align-items:center;gap:10px;margin-bottom:24px;padding:8px 20px;background:#ff4d001a;border-radius:50px;border:1px solid rgba(255,77,0,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.label-dot{width:8px;height:8px;background:#ff4d00;border-radius:50%}.label{color:#ff4d00;font-size:11px;font-weight:600;letter-spacing:2px;text-transform:uppercase}.section-title{font-size:clamp(32px,5vw,64px);font-weight:700;color:#fff;margin-bottom:16px;line-height:1.2;letter-spacing:-.02em}.title-accent{background:linear-gradient(135deg,#ff4d00,#ff6b2c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-subtitle{font-size:15px;color:#999;max-width:100%;margin:0 auto;line-height:1.6;padding:0 10px}.about-content{display:grid;grid-template-columns:1fr;gap:40px;align-items:center}.about-text h3{color:#fff;font-size:24px;margin-bottom:20px;font-weight:700;line-height:1.2;background:linear-gradient(135deg,#fff,#ccc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.text-reveal p{color:#aaa;margin-bottom:16px;line-height:1.8;font-size:15px;position:relative;padding-left:16px}.text-reveal p:before{content:"";position:absolute;left:0;top:6px;width:3px;height:calc(100% - 12px);background:linear-gradient(180deg,#ff4d00,transparent)}.about-image-wrapper{perspective:1000px}.about-image{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 30px 60px #00000080,0 0 0 1px #ff4d001a;transform-style:preserve-3d;transition:transform .1s ease-out}.image-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,77,0,.2),rgba(255,107,44,.1),transparent);z-index:1;pointer-events:none}.about-image img{width:100%;height:auto;display:block;transform:scale(1.05)}@media(min-width:481px){.container{padding:0 30px}.background-grid{background-size:40px 40px}.gradient-orb-1{width:400px;height:400px}.gradient-orb-2{width:350px;height:350px}.label{font-size:12px}.section-subtitle{font-size:16px;max-width:600px}.about-text h3{font-size:28px;margin-bottom:24px}.text-reveal p{font-size:16px;padding-left:18px}}@media(min-width:769px){.about-section{padding:100px 0}.container{padding:0 40px}.about-header{margin-bottom:80px}.label-container{margin-bottom:30px}.section-subtitle{font-size:17px}.about-content{gap:60px}.about-text h3{font-size:32px}.about-image{border-radius:24px}}@media(min-width:1025px){.about-section{padding:120px 0}.background-grid{background-size:50px 50px}.gradient-orb-1{width:600px;height:600px}.gradient-orb-2{width:500px;height:500px}@keyframes float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(50px,-50px) scale(1.1)}66%{transform:translate(-50px,50px) scale(.9)}}.about-header{margin-bottom:100px}.section-subtitle{font-size:18px}.about-content{grid-template-columns:1fr 1fr;gap:80px}.about-text h3{font-size:38px;margin-bottom:30px}.text-reveal p{padding-left:20px}}@media(min-width:1441px){.about-text h3{font-size:42px}}@media(hover:none)and (pointer:coarse){.about-image{transform:none!important}}@media(prefers-reduced-motion:reduce){.gradient-orb{animation:none!important}.about-image{transform:none!important}}.contact-wrapper{min-height:100vh;background:#0a0a0a;padding:80px 20px;position:relative}.contact-container{max-width:1400px;margin:0 auto;position:relative;z-index:1}.contact-header{text-align:center;margin-bottom:60px}.contact-badge{display:inline-flex;align-items:center;gap:8px;background:#ff4d001a;border:1px solid rgba(255,77,0,.3);padding:8px 20px;border-radius:50px;color:#ff4d00;font-size:12px;font-weight:600;letter-spacing:1px;text-transform:uppercase;margin-bottom:24px}.contact-title{font-size:clamp(32px,6vw,56px);font-weight:700;color:#fff;margin-bottom:16px;line-height:1.2}.contact-highlight{background:linear-gradient(135deg,#ff4d00,#ff6b2c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.contact-subtitle{font-size:15px;color:#999;max-width:100%;margin:0 auto;padding:0 10px}.contact-content-grid{display:grid;grid-template-columns:1fr;gap:40px}.contact-form-section{background:#ffffff05;border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:30px 20px;position:relative;overflow:hidden}.contact-form{position:relative;z-index:1}.contact-form-row{display:grid;grid-template-columns:1fr;gap:0;margin-bottom:20px}.contact-form-group{margin-bottom:20px}.contact-label{display:block;color:#fff;margin-bottom:8px;font-weight:500;font-size:13px;letter-spacing:.5px}.contact-input,.contact-select{width:100%;padding:14px 16px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:10px;color:#fff;font-size:15px;transition:all .3s ease;outline:none;box-sizing:border-box}.contact-input:focus,.contact-select:focus,.contact-textarea:focus{border-color:#ff4d0080;background:#ffffff14}.contact-input::placeholder,.contact-textarea::placeholder{color:#fff6}.contact-select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;background-size:16px}.contact-textarea{width:100%;padding:14px 16px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:10px;color:#fff;font-size:15px;transition:all .3s ease;outline:none;resize:vertical;min-height:120px;font-family:inherit;box-sizing:border-box}.contact-submit-btn{display:flex;align-items:center;justify-content:center;gap:12px;background:#ff4d00;color:#fff;border:none;padding:16px 32px;font-size:14px;font-weight:600;letter-spacing:.5px;border-radius:10px;transition:all .3s ease;width:100%;margin-top:10px;cursor:pointer}.contact-submit-btn:hover:not(.submitting){background:#ff6b2c;transform:translateY(-2px);box-shadow:0 10px 25px #ff4d004d}.contact-submit-btn.submitting{opacity:.6;cursor:not-allowed}.contact-success-message{display:flex;align-items:center;gap:12px;margin-top:20px;padding:14px 18px;background:#4caf501a;border:1px solid rgba(76,175,80,.3);border-radius:10px;color:#4caf50;font-weight:500;font-size:14px}.contact-sidebar{display:flex;flex-direction:column;gap:24px}.contact-sidebar-title{color:#fff;font-size:20px;font-weight:600;margin-bottom:10px}.contact-info-grid{display:flex;flex-direction:column;gap:16px}.contact-info-card{display:flex;align-items:flex-start;gap:16px;background:#ffffff05;border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:20px;transition:all .3s ease}.contact-info-card:hover{border-color:#ff4d004d;background:#ff4d000d;transform:translateY(-2px)}.contact-info-icon{width:44px;height:44px;background:#ff4d001a;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#ff4d00;flex-shrink:0}.contact-info-content{flex:1}.contact-info-title{color:#fff;font-size:15px;font-weight:600;margin-bottom:6px}.contact-info-link{color:#ff4d00;text-decoration:none;font-size:14px;display:block;transition:color .3s ease}.contact-info-link:hover{color:#ff6b2c;text-decoration:underline}.contact-info-text{color:#aaa;font-size:14px;margin:0}.contact-info-subtext{color:#666;font-size:12px;margin:4px 0 0}.contact-emergency-card{background:linear-gradient(135deg,#ff4d001a,#ff6b2c1a);border:1px solid rgba(255,77,0,.3);border-radius:16px;padding:24px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px}.contact-emergency-icon{color:#ff4d00}.contact-emergency-content{flex:1}.contact-emergency-title{color:#fff;font-size:17px;font-weight:600;margin-bottom:8px}.contact-emergency-text{color:#ccc;font-size:13px;margin-bottom:14px}.contact-emergency-btn{display:inline-block;background:#ff4d00;color:#fff;padding:11px 24px;border-radius:8px;text-decoration:none;font-weight:600;font-size:14px;transition:all .3s ease}.contact-emergency-btn:hover{background:#ff6b2c;transform:translateY(-2px);box-shadow:0 8px 20px #ff4d004d}@media(min-width:481px){.contact-wrapper{padding:90px 30px}.contact-badge{font-size:13px}.contact-subtitle{font-size:16px;max-width:600px}.contact-form-section{padding:35px 28px}.contact-form-row{grid-template-columns:1fr 1fr;gap:20px}.contact-label{font-size:14px}.contact-input,.contact-select,.contact-textarea{padding:15px 18px;font-size:16px}.contact-textarea{min-height:140px}.contact-submit-btn{font-size:15px;padding:17px 36px}.contact-info-card{padding:22px}.contact-emergency-card{flex-direction:row;text-align:left;padding:26px}}@media(min-width:769px){.contact-wrapper{padding:100px 40px}.contact-header{margin-bottom:70px}.contact-subtitle{font-size:17px}.contact-content-grid{grid-template-columns:1fr 1fr;gap:50px}.contact-form-section{padding:40px 30px;border-radius:22px}.contact-form-group{margin-bottom:22px}.contact-textarea{min-height:150px}.contact-sidebar{gap:28px}.contact-sidebar-title{font-size:22px}.contact-info-grid{gap:18px}.contact-info-card{padding:24px;border-radius:15px}.contact-info-icon{width:46px;height:46px}.contact-emergency-card{padding:28px;border-radius:18px}}@media(min-width:1025px){.contact-header{margin-bottom:80px}.contact-badge{margin-bottom:30px}.contact-subtitle{font-size:18px}.contact-content-grid{grid-template-columns:1.5fr 1fr;gap:60px}.contact-form-section{padding:50px;border-radius:24px}.contact-form-group{margin-bottom:24px}.contact-input,.contact-select,.contact-textarea{padding:16px 20px;border-radius:12px}.contact-submit-btn{font-size:16px;padding:18px 40px;border-radius:12px}.contact-sidebar{gap:30px}.contact-sidebar-title{font-size:24px}.contact-info-grid{gap:20px}.contact-info-card{border-radius:16px}.contact-info-icon{width:48px;height:48px;border-radius:12px}.contact-info-title{font-size:16px}.contact-info-link,.contact-info-text{font-size:15px}.contact-info-subtext{font-size:13px}.contact-emergency-card{padding:30px;border-radius:20px}.contact-emergency-title{font-size:18px}.contact-emergency-text{font-size:14px;margin-bottom:16px}.contact-emergency-btn{padding:12px 28px;border-radius:10px;font-size:15px}}@media(hover:none)and (pointer:coarse){.contact-submit-btn:hover:not(.submitting){transform:none}.contact-submit-btn:active{transform:scale(.98)}.contact-info-card:hover,.contact-emergency-btn:hover{transform:none}.contact-emergency-btn:active{transform:scale(.98)}}.certifications-wrapper{min-height:100vh;background:#0a0a0a;padding:100px 20px;position:relative}.certifications-container{max-width:1200px;margin:0 auto;position:relative;z-index:1}.certifications-header{text-align:center;margin-bottom:80px}.certifications-badge{display:inline-flex;align-items:center;gap:10px;background:#ff4d001a;border:1px solid rgba(255,77,0,.3);padding:10px 24px;border-radius:50px;color:#ff4d00;font-size:14px;font-weight:600;letter-spacing:1px;text-transform:uppercase;margin-bottom:30px}.certifications-title{font-size:clamp(36px,6vw,56px);font-weight:700;color:#fff;margin-bottom:20px;line-height:1.2}.certifications-highlight{background:linear-gradient(135deg,#ff4d00,#ff6b2c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.certifications-subtitle{font-size:18px;color:#999;max-width:800px;margin:0 auto;line-height:1.6}.certifications-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px}@media(max-width:768px){.certifications-grid{grid-template-columns:1fr}}.cert-card{background:#ffffff05;border:1px solid rgba(255,255,255,.08);border-radius:20px;overflow:hidden;transition:all .3s ease}.cert-card:hover{transform:translateY(-5px);border-color:#ff4d004d;background:#ff4d0005}.cert-header{background:linear-gradient(135deg,#ff4d000d,#ff6b2c0d);padding:24px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(255,255,255,.1)}.cert-icon-wrapper{display:flex;align-items:center;gap:16px}.cert-icon{width:56px;height:56px;background:#ff4d001a;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#ff4d00}.cert-type-badge{padding:6px 16px;border-radius:50px;font-size:12px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.cert-type-badge.licenca{background:#3b82f61a;color:#3b82f6;border:1px solid rgba(59,130,246,.3)}.cert-type-badge.ovlaštenje{background:#22c55e1a;color:#22c55e;border:1px solid rgba(34,197,94,.3)}.cert-status{display:flex;align-items:center;gap:8px}.cert-status-indicator{width:10px;height:10px;border-radius:50%}.cert-status-indicator.active{background:#22c55e;box-shadow:0 0 10px #22c55e4d}.cert-status-text{color:#ccc;font-size:13px;font-weight:500}.cert-content{padding:30px}.cert-title{color:#fff;font-size:20px;margin-bottom:12px;font-weight:600;line-height:1.4}.cert-description{color:#aaa;margin-bottom:24px;line-height:1.6;font-size:15px}.cert-details{background:#ffffff05;border-radius:12px;padding:20px;margin-bottom:24px}.cert-detail-item{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.cert-detail-item:last-child{margin-bottom:0}.cert-detail-label{color:#ccc;font-size:14px;font-weight:500}.cert-detail-value{color:#fff;font-weight:500;font-size:14px}.cert-category{padding:4px 12px;border-radius:6px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.cert-category.licenca{background:#3b82f626;color:#3b82f6}.cert-category.ovlaštenje{background:#22c55e26;color:#22c55e}.cert-view-btn{display:flex;align-items:center;justify-content:center;gap:10px;background:transparent;border:2px solid #ff4d00;color:#ff4d00;padding:14px 24px;border-radius:10px;cursor:pointer;font-weight:600;letter-spacing:.5px;transition:all .3s ease;width:100%;font-size:15px}.cert-view-btn:hover{background:#ff4d00;color:#fff;transform:translateY(-2px)}.footer{position:relative;width:100%;background:#0a0a0a;color:#fff;overflow:hidden}.footer-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.footer-content{position:relative;z-index:2;background:linear-gradient(to bottom,#0a0a0af2,#0a0a0ad9);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.footer-container{max-width:1400px;margin:0 auto;padding:60px 20px 30px}.footer-top{display:grid;grid-template-columns:1fr;gap:40px;margin-bottom:50px;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.1)}.footer-info{display:flex;flex-direction:column;gap:16px}.footer-logo{font-size:24px;font-weight:700;color:#fff;margin:0;background:linear-gradient(135deg,#ff4d00,#ff6b2c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-tagline{font-size:14px;color:#aaa;line-height:1.6;max-width:100%}.footer-contact h4,.footer-hours h4{font-size:17px;font-weight:600;color:#fff;margin-bottom:20px;position:relative;display:inline-block}.footer-contact h4:after,.footer-hours h4:after{content:"";position:absolute;bottom:-6px;left:0;width:35px;height:2.5px;background:linear-gradient(135deg,#ff4d00,#ff6b2c);border-radius:2px}.contact-info{display:flex;flex-direction:column;gap:14px}.contact-item{display:flex;align-items:center;gap:10px;color:#ccc;font-size:14px;transition:color .3s ease}.contact-item:hover{color:#ff4d00}.contact-item svg{color:#ff4d00;flex-shrink:0}.hours-grid{display:flex;flex-direction:column;gap:10px}.hour-item{display:flex;justify-content:space-between;align-items:center;padding:7px 0;border-bottom:1px solid rgba(255,255,255,.05)}.hour-item:last-child{border-bottom:none}.day{color:#aaa;font-size:13px}.time{color:#fff;font-weight:500;font-size:13px}.footer-middle{display:grid;grid-template-columns:1fr;gap:40px;margin-bottom:40px;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.1)}.footer-links-section h4{font-size:16px;font-weight:600;color:#fff;margin-bottom:18px}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.footer-links li a{color:#aaa;text-decoration:none;font-size:14px;transition:all .3s ease;padding:4px 0;display:inline-block}.footer-links li a:hover{color:#ff4d00;transform:translate(5px)}.footer-social h4{font-size:16px;font-weight:600;color:#fff;margin-bottom:18px}.social-icons{display:flex;gap:14px;flex-wrap:wrap}.social-icon{width:42px;height:42px;border-radius:10px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;color:#aaa;transition:all .3s ease}.social-icon:hover{background:#ff4d00;color:#fff;transform:translateY(-3px);border-color:#ff4d00}.footer-bottom{display:flex;flex-direction:column;justify-content:space-between;align-items:center;text-align:center;gap:16px}.copyright{color:#666;font-size:13px;margin:0}.footer-legal{display:flex;flex-wrap:wrap;justify-content:center;gap:16px}.legal-link{color:#888;text-decoration:none;font-size:13px;transition:color .3s ease}.legal-link:hover{color:#ff4d00}@media(min-width:481px){.footer-container{padding:70px 30px 35px}.footer-logo{font-size:26px}.footer-tagline{font-size:15px;max-width:300px}.footer-contact h4,.footer-hours h4{font-size:18px;margin-bottom:22px}.footer-contact h4:after,.footer-hours h4:after{width:38px;height:3px}.contact-item{font-size:15px}.day,.time{font-size:14px}.footer-middle{grid-template-columns:repeat(2,1fr);gap:40px}.footer-links li a{font-size:15px}.social-icons{gap:16px}.social-icon{width:44px;height:44px}.copyright,.legal-link{font-size:14px}}@media(min-width:769px){.footer-container{padding:75px 40px 38px}.footer-top{grid-template-columns:repeat(2,1fr);gap:50px;margin-bottom:55px;padding-bottom:45px}.footer-logo{font-size:28px}.footer-info{gap:18px}.footer-contact h4,.footer-hours h4{font-size:19px;margin-bottom:24px}.footer-contact h4:after,.footer-hours h4:after{bottom:-8px;width:40px}.contact-info{gap:16px}.hours-grid{gap:12px}.footer-middle{grid-template-columns:repeat(3,1fr);gap:50px;margin-bottom:50px;padding-bottom:45px}.footer-links-section h4,.footer-social h4{font-size:17px;margin-bottom:20px}.footer-links{gap:12px}.social-icons{gap:18px}.social-icon{width:46px;height:46px;border-radius:11px}.footer-bottom{flex-direction:row;text-align:left;gap:20px}}@media(min-width:1025px){.footer-container{padding:80px 20px 40px}.footer-top{grid-template-columns:repeat(3,1fr);gap:60px;margin-bottom:80px;padding-bottom:60px}.footer-logo{font-size:32px}.footer-tagline{font-size:16px}.footer-info{gap:20px}.footer-contact h4,.footer-hours h4{font-size:20px}.footer-middle{grid-template-columns:repeat(4,1fr);gap:60px;margin-bottom:60px}.footer-links-section h4,.footer-social h4{font-size:18px}.social-icons{gap:20px}.social-icon{width:48px;height:48px;border-radius:12px}}@media(hover:none)and (pointer:coarse){.contact-item:hover{color:#ccc}.footer-links li a:hover{transform:none}.social-icon:hover{transform:translateY(-2px)}.social-icon:active{transform:scale(.95)}}*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:transparent}body{font-family:Arial,Helvetica Neue,Helvetica,sans-serif;overflow-x:hidden;background:#0a0a0a;color:#fff;line-height:1.6;min-height:100vh}.App{position:relative;width:100%;overflow-x:hidden}.section{padding:80px 0;min-height:80vh;display:flex;align-items:center;background:#111;position:relative}.section:nth-child(2n){background:#0a0a0a}.container{max-width:1400px;margin:0 auto;padding:0 20px;width:100%}.section-title{font-size:clamp(28px,6vw,64px);margin-bottom:16px;font-weight:700;color:#fff;text-align:center;line-height:1.2;letter-spacing:-.02em}.section-subtitle{font-size:clamp(14px,2vw,18px);color:#ff4d00;text-align:center;margin-bottom:50px;text-transform:uppercase;letter-spacing:2px;font-weight:600}.placeholder-content{text-align:center;padding:60px 20px;color:#999;font-size:16px}.text-gradient{background:linear-gradient(135deg,#ff4d00,#ff6b2c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#0a0a0a}::-webkit-scrollbar-thumb{background:#ff4d004d;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#ff4d0080}*{scrollbar-width:thin;scrollbar-color:rgba(255,77,0,.3) #0a0a0a}:focus{outline:2px solid #ff4d00;outline-offset:2px}:focus:not(:focus-visible){outline:none}button:focus-visible,a:focus-visible{outline:2px solid #ff4d00;outline-offset:2px}::selection{background:#ff4d004d;color:#fff}::-moz-selection{background:#ff4d004d;color:#fff}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}img{font-style:italic;background-repeat:no-repeat;background-size:cover}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}button:disabled{cursor:not-allowed;opacity:.6}@media(min-width:481px){html{font-size:16px}.container{padding:0 30px}.section{padding:90px 0}.section-subtitle{margin-bottom:60px}.placeholder-content{font-size:17px;padding:70px 30px}::-webkit-scrollbar{width:12px;height:12px}}@media(min-width:769px){.container{padding:0 40px}.section{padding:100px 0}.section-subtitle{margin-bottom:70px}.placeholder-content{font-size:18px;padding:80px 40px}}@media(min-width:1025px){.section{padding:120px 0}.section-title{margin-bottom:20px}.section-subtitle{margin-bottom:80px}.placeholder-content{padding:90px 40px}}@media(min-width:1441px){html{font-size:18px}}@media(hover:none)and (pointer:coarse){button,a{min-height:44px;min-width:44px}*{-webkit-tap-highlight-color:rgba(255,77,0,.1)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@media(prefers-contrast:high){*{border-color:currentColor!important}.text-gradient{-webkit-text-fill-color:unset;color:#ff4d00}}@media print{*,*:before,*:after{background:transparent!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline}img{page-break-inside:avoid}h2,h3{page-break-after:avoid}.navbar,.footer,button,.menu-overlay{display:none!important}body{padding:2cm}}@media(prefers-color-scheme:dark){body{background:#0a0a0a;color:#fff}}@media(orientation:landscape)and (max-height:500px){.section{min-height:auto;padding:60px 0}.hero-carousel{min-height:500px}}@media(max-height:600px){.section{min-height:auto}}@media(min-width:1920px){.container{max-width:1600px}}.will-change-transform{will-change:transform}.will-change-opacity{will-change:opacity}.gpu-accelerated{transform:translateZ(0);backface-visibility:hidden;perspective:1000px}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;width:100%}
