*{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;height:100%;overflow:hidden;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}body{background-color:#000;color:#fff}.loading-screen,.error-screen{width:100%;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#000 0%,#1a1a1a 100%)}.error-screen p{margin-top:20px;font-size:16px;color:#aaa}.portfolio-container{width:100%;height:100vh;overflow-y:scroll;scroll-snap-type:y mandatory;scroll-behavior:smooth}.portfolio-container::-webkit-scrollbar{width:8px;background-color:#000}.portfolio-container::-webkit-scrollbar-track{background:transparent}.portfolio-container::-webkit-scrollbar-thumb{background:rgba(255,255,255,.3);border-radius:4px}.portfolio-container::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.5)}.section{width:100%;height:100vh;scroll-snap-align:start;scroll-snap-stop:always;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:60px 40px;overflow:hidden;position:relative}.section-dark{background-color:#000}.section-brown{background:linear-gradient(135deg,#3a2a1f 0%,#1a0f08 100%)}nav{position:fixed;top:0;left:0;right:0;height:80px;display:flex;align-items:center;justify-content:space-between;padding:20px 60px;background:rgba(0,0,0,.9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;border-bottom:1px solid rgba(255,255,255,.1)}.nav-logo{font-size:24px;font-weight:700;letter-spacing:2px;color:#fff}.nav-menu{display:flex;gap:40px;list-style:none}.nav-menu a,.nav-menu button{color:#fff;text-decoration:none;font-size:14px;text-transform:uppercase;letter-spacing:1px;transition:color .3s ease;cursor:pointer;background:none;border:none;padding:0;font-family:inherit}.nav-menu a:hover,.nav-menu button:hover{color:#ff5722}.nav-cta{background:#ff5722;color:#fff;padding:12px 28px;border-radius:50px;text-decoration:none;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:1px;transition:all .3s ease;border:none;cursor:pointer}.nav-cta:hover{background:#ff6f3f;transform:translateY(-2px);box-shadow:0 10px 30px #ff57224d}.hero-content{text-align:center;max-width:900px;z-index:10}.hero-content h1{font-size:72px;font-weight:700;line-height:1.2;margin-bottom:30px;letter-spacing:-1px}.hero-content h1 span{color:#ff5722}.hero-content p{font-size:18px;color:#aaa;line-height:1.8;margin-bottom:40px}.hero-content .cta-button{display:inline-block;background:#ff5722;color:#fff;padding:15px 40px;border-radius:50px;text-decoration:none;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:1px;transition:all .3s ease;border:none;cursor:pointer}.hero-content .cta-button:hover{background:#ff6f3f;transform:translateY(-3px);box-shadow:0 15px 40px #ff572266}@media (max-width: 768px){.hero-content{margin-right:0!important;margin-top:60px!important;padding:0 20px!important}.hero-content h1{font-size:36px!important}.company-logo{height:130px!important;margin-top:10px!important}}@media (min-width: 768px) and (max-width: 1024px){.hero-content{margin-right:100px!important;padding:20px 40px!important}.hero-content h1{font-size:56px!important}}@media (max-width: 768px){.section-content{flex-direction:column!important;gap:30px!important}.about-card{max-width:100%!important;height:40%!important}.diplomas-card,.social-links{flex-wrap:wrap!important;justify-content:center!important}}@media (max-width: 768px){.services-carousel-grid{grid-template-columns:1fr!important;gap:30px!important;padding:0 20px!important}.service-carousel-card{max-width:100%!important}}@media (max-width: 768px){.tech-stack-container{padding:0 1rem}.tech-icons-grid{gap:1rem!important}}@media (max-width: 768px){.gallery-container{padding:1rem 1rem 2rem!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-start!important}.gallery-photos{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:.75rem!important;position:relative!important;width:100%!important}.gallery-photo-wrapper{position:relative!important;left:0!important;top:0!important;transform:none!important}.gallery-photos-container{width:100%!important;display:flex!important;justify-content:center!important}}.section-title{color:#f95e2f;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:2px;margin-bottom:20px}.section-content{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center;width:100%;max-width:1400px;margin:0 auto}.section-text h2{font-size:48px;font-weight:700;line-height:1.2;margin-bottom:40px;letter-spacing:-1px}.section-text h2 span{color:#ff5722}.section-text p{font-size:16px;color:#aaa;line-height:1.8;margin-bottom:30px}.section-text .view-details{color:#ff5722;text-decoration:none;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:1px;display:inline-flex;align-items:center;gap:10px;transition:all .3s ease}.section-text .view-details:hover{gap:15px}.section-text .view-details:after{content:"↗";font-size:18px}.section-image{position:relative;width:100%;height:500px;border-radius:12px;overflow:hidden;background:rgba(255,255,255,.1)}.section-image img{width:100%;height:100%;object-fit:cover}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;width:100%;max-width:1400px}.about-image{position:relative;width:100%;height:500px;border-radius:12px;overflow:hidden;background:rgba(255,255,255,.1)}.about-image img{width:100%;height:100%;object-fit:cover}.about-text h2{font-size:48px;font-weight:700;line-height:1.2;margin-bottom:30px;letter-spacing:-1px}.about-text p{font-size:16px;color:#e8d9d9;line-height:1.8;margin-bottom:20px}.stats{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;margin-top:60px}.stat-item{padding:20px 0;border-top:1px solid rgba(255,255,255,.1)}.stat-number{font-size:48px;font-weight:700;color:#ff5722;margin-bottom:10px}.stat-label{font-size:12px;text-transform:uppercase;letter-spacing:2px;color:#aaa}.about-column{display:flex;flex-direction:column;gap:20px}.about-card{position:relative;display:flex;flex-direction:column;height:350px;padding:10px 10px 30px;border-radius:16px;border:1px solid rgba(255,255,255,.12);background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.02));-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);overflow:hidden}.about-card-glow{position:absolute;top:-40%;right:-20%;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,rgba(255,87,34,.35),transparent 70%);pointer-events:none}.about-card h2{position:relative;flex-shrink:0;font-size:30px;font-weight:700;line-height:1.2;margin-bottom:5px;margin-top:0;letter-spacing:-1px;text-align:center}.about-card h2 span{color:#ff5722}.about-card-slider{position:relative;flex:1;min-height:0;overflow-y:auto;padding-right:10px;padding-top:5px;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;-webkit-mask-image:linear-gradient(to bottom,transparent 0,#000 12px,#000 calc(100% - 24px),transparent 100%);mask-image:linear-gradient(to bottom,transparent 0,#000 12px,#000 calc(100% - 24px),transparent 100%)}.about-card-slider::-webkit-scrollbar{width:6px}.about-card-slider::-webkit-scrollbar-track{background:rgba(255,255,255,.06);border-radius:999px}.about-card-slider::-webkit-scrollbar-thumb{background:rgba(255,87,34,.65);border-radius:999px}.about-card-slider::-webkit-scrollbar-thumb:hover{background:rgba(255,87,34,.85)}.about-card-text{position:relative;text-align:center}.about-card-text p{font-size:14px;color:#aaa;line-height:1.7;text-align:center}.about-card-text p:not(:last-child){margin-bottom:14px}.social-links{display:flex;gap:12px;flex-wrap:nowrap}.about-footer{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;width:100%}.about-footer-social{display:flex;flex-direction:column;align-items:flex-start;gap:7px;flex:1;min-width:0}.about-footer-label{font-size:25px;font-weight:500;margin-bottom:9px;color:#ff5722;margin-left:29px}.social-links{display:flex;flex-direction:row;gap:15px;flex-wrap:nowrap;margin-bottom:45px}.diplomas-title{font-size:15px;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;color:#ff5722;white-space:nowrap;margin-right:90px}.diplomas-section{display:flex;flex-direction:column;align-items:flex-end;gap:10px;flex-shrink:0}.diplomas-card{display:flex;gap:12px;padding:15px;border-radius:14px;border:1px solid rgba(255,255,255,.14);background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.02));overflow-x:auto;max-width:320px}.diplomas-card::-webkit-scrollbar{height:4px}.diplomas-card::-webkit-scrollbar-thumb{background:rgba(255,87,34,.5);border-radius:999px}.diploma-slot{width:90px;height:120px;flex-shrink:0;border-radius:8px;overflow:hidden;border:1px dashed rgba(255,255,255,.22);background:rgba(0,0,0,.25);display:flex;align-items:center;justify-content:center;padding:0;cursor:pointer;transition:border-color .25s ease,transform .25s ease,box-shadow .25s ease}.diploma-slot:hover{border-color:#ff57228c;transform:translateY(-2px);box-shadow:0 8px 20px #ff572226}.diploma-slot.has-image{border-style:solid;border-color:#ffffff2e}.diploma-slot img{width:120%;height:100%;object-fit:cover;pointer-events:none}.diploma-placeholder{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#ffffff59;text-align:center;padding:6px;line-height:1.3;pointer-events:none}.diplomas-hint{font-size:10px;color:#ffffff59;text-align:right;max-width:240px;line-height:1.4;margin-right:90px}.diploma-file-input{display:none}.diploma-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;display:flex;align-items:center;justify-content:center;padding:24px;background:rgba(0,0,0,.88);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.diploma-lightbox-content{position:relative;width:min(92vw,720px);max-height:90vh;padding:20px;border-radius:16px;border:1px solid rgba(255,255,255,.12);background:#111;display:flex;flex-direction:column;gap:14px}.diploma-lightbox-content img{width:100%;max-height:calc(90vh - 120px);object-fit:contain;border-radius:10px;background:#000}.diploma-lightbox-content p{font-size:14px;color:#ccc;text-align:center}.diploma-lightbox-close{position:absolute;top:10px;right:12px;width:36px;height:36px;border:none;border-radius:50%;background:rgba(255,255,255,.1);color:#fff;font-size:24px;line-height:1;cursor:pointer;transition:background .2s ease}.diploma-lightbox-close:hover{background:rgba(255,87,34,.75)}.social-link-btn{width:52px;height:52px;border-radius:50%;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.06);display:flex;align-items:center;justify-content:center;text-decoration:none;transition:border-color .3s ease,background .3s ease,box-shadow .3s ease}.social-link-btn:hover{border-color:#ff572280;background:rgba(255,87,34,.12);box-shadow:0 8px 24px #ff572233}.section-dark:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(2px 2px at 20px 30px,#fff,rgba(255,255,255,0)),radial-gradient(2px 2px at 60px 70px,#fff,rgba(255,255,255,0)),radial-gradient(1px 1px at 50px 50px,#fff,rgba(255,255,255,0)),radial-gradient(1px 1px at 130px 80px,#fff,rgba(255,255,255,0)),radial-gradient(2px 2px at 90px 10px,#fff,rgba(255,255,255,0)),radial-gradient(2px 2px at 130px 130px,#fff,rgba(255,255,255,0)),radial-gradient(1px 1px at 20px 90px,#fff,rgba(255,255,255,0)),radial-gradient(1px 1px at 100px 20px,#fff,rgba(255,255,255,0)),radial-gradient(2px 2px at 40px 110px,#fff,rgba(255,255,255,0)),radial-gradient(1px 1px at 70px 30px,#fff,rgba(255,255,255,0)),radial-gradient(1px 1px at 10px 120px,#ff5722,rgba(255,87,34,0)),radial-gradient(2px 2px at 110px 90px,#ff5722,rgba(255,87,34,0)),radial-gradient(1px 1px at 80px 110px,#fff,rgba(255,255,255,0)),radial-gradient(1px 1px at 120px 40px,#fff,rgba(255,255,255,0)),radial-gradient(2px 2px at 30px 50px,#ff5722,rgba(255,87,34,0));background-repeat:repeat;background-size:200px 200px;opacity:.6;animation:twinkling 3s ease-in-out infinite,drift 8s ease-in-out infinite;pointer-events:none;z-index:1}h2{font-size:72px;margin-top:170px;font-weight:700;letter-spacing:2px;text-transform:uppercase;line-height:0;color:#fff;position:relative;z-index:5}h2 span{color:#ff5722;text-shadow:0 0 10px rgba(255,87,34,.4);transition:all .3s ease}h2 span:hover{color:#ff7043;text-shadow:0 0 20px rgba(255,87,34,.8)}.spider-web-bg{filter:drop-shadow(0 0 10px rgba(255,87,34,.3));opacity:.15;position:relative;z-index:2}.floating-icon{filter:drop-shadow(0 0 12px rgba(255,87,34,.5));animation:float 4s ease-in-out infinite;position:relative;z-index:10}.floating-icon:hover{filter:drop-shadow(0 0 20px rgba(255,87,34,1));text-shadow:0 0 15px rgba(255,87,34,.8)}.services-carousel-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:70px;padding:0;grid-auto-rows:1fr;align-items:stretch;width:100%}.service-carousel-card{background:linear-gradient(135deg,rgba(255,87,34,.05) 0%,rgba(255,87,34,0) 100%);border:1px solid rgba(255,87,34,.2);border-radius:12px;padding:30px;display:flex;flex-direction:column;gap:20px;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);height:100%;margin-top:40px}.service-carousel-card:hover{border-color:#ff572266;background:linear-gradient(135deg,rgba(255,87,34,.1) 0%,rgba(255,87,34,.02) 100%);box-shadow:0 8px 32px #ff572226;transform:translateY(-10px)}.carousel-card-title{font-size:24px;font-weight:700;color:#fff;margin:0;text-transform:uppercase;letter-spacing:1px;line-height:1.2}.carousel-container{position:relative;width:100%;aspect-ratio:5/ 3;overflow:hidden;border-radius:8px;background:linear-gradient(135deg,#1a1a1a 0%,#252525 100%);border:1px solid rgba(255,87,34,.15);flex:1}.carousel-image-wrapper{width:100%;height:100%;position:relative;overflow:hidden}.carousel-image{width:100%;height:100%;object-fit:contain;display:block;transition:transform .3s ease;animation:fadeInImage .3s ease}.carousel-image-wrapper:hover .carousel-image{transform:scale(1.05)}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,87,34,.8);color:#fff;border:none;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;cursor:pointer;z-index:10;transition:all .3s ease;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.carousel-arrow:hover{background:rgba(255,87,34,1);box-shadow:0 0 15px #ff572299}.carousel-arrow:active{transform:translateY(-50%) scale(.95)}.carousel-arrow-left{left:15px}.carousel-arrow-right{right:15px}.carousel-counter{position:absolute;bottom:15px;right:15px;background:rgba(0,0,0,.6);color:#ff5722;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;letter-spacing:.5px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid rgba(255,87,34,.3)}.carousel-dots{display:flex;justify-content:center;gap:8px;margin:10px 0}.dot{width:8px;height:8px;border-radius:50%;background:rgba(255,87,34,.3);border:1px solid rgba(255,87,34,.5);cursor:pointer;transition:all .3s ease;padding:0}.dot.active{background:#ff5722;width:24px;border-radius:4px;box-shadow:0 0 10px #ff572299}.dot:hover{background:rgba(255,87,34,.6)}.carousel-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;background:rgba(255,87,34,.1);color:#ff5722;border:2px solid #ff5722;border-radius:6px;font-size:14px;font-weight:600;text-decoration:none;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px;position:relative;overflow:hidden}.carousel-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:rgba(255,87,34,.1);transition:left .3s ease;z-index:-1}.carousel-button:hover{color:#fff;background:rgba(255,87,34,.2);box-shadow:0 0 20px #ff572266}.carousel-button:hover:before{left:0}.button-arrow{display:inline-block;transition:transform .3s ease}.carousel-button:hover .button-arrow{transform:translate(5px)}.tech-stack-container{width:100%;max-width:1400px;margin-top:50px;text-align:center;z-index:10}.tech-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:4rem;margin-top:40px}.tech-cards-column{display:flex;flex-direction:column;gap:4rem}.tech-card{padding:0;border-radius:0;background:transparent;border:none;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none}.tech-card-title{font-size:24px;font-weight:700;color:#ff5722;margin:0 0 25px;text-transform:uppercase;letter-spacing:1px}.tech-icons-grid{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;align-items:flex-start}.tech-icon-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0;background:transparent;border-radius:0;border:none;cursor:pointer;transition:all .3s ease;animation:float 3s ease-in-out infinite}.tech-icon-container:hover{transform:scale(1.2) rotate(5deg)}.tech-icon{font-size:30px;color:#f0f0f0;filter:drop-shadow(0 0 8px rgba(255,87,34,.4))}.gallery-container{max-width:1400px;margin-bottom:60px;text-align:center;padding:6px 2px;position:relative}.gallery-bg-gradient{position:absolute;right:0;bottom:0;left:0;top:200px;z-index:-10;height:300px;width:100%;background:transparent;background-image:linear-gradient(to right,#57534e 1px,transparent 1px),linear-gradient(to bottom,#57534e 1px,transparent 1px);background-size:3rem 3rem;opacity:.2;-webkit-mask-image:radial-gradient(ellipse 80% 50% at 50% 0%,#000 70%,transparent 110%);mask-image:radial-gradient(ellipse 80% 50% at 50% 0%,#000 70%,transparent 110%)}.gallery-subtitle{font-size:12px;padding-top:1px;text-align:center;font-weight:300;letter-spacing:3px;text-transform:uppercase;color:#94a3b8;display:none;margin-top:170px;line-height:0}@media (min-width: 1024px){.gallery-subtitle{display:block}}.gallery-title{font-size:2.25rem;font-weight:700;padding:0 2px;max-width:900px;margin:0 auto;background:linear-gradient(to right,#f1f5f9,#e2e8f0,#f1f5f9);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-align:center;line-height:1.9}@media (min-width: 768px){.gallery-title{font-size:3.5rem}}@media (min-width: 1024px){.gallery-title{font-size:4.5rem}}.gallery-title-accent{color:#ef4444;background:none;-webkit-text-fill-color:#ef4444}.gallery-wrapper{position:relative;display:flex;align-items:center;justify-content:center;min-height:300px;margin:0}.gallery-inner{position:relative;width:100%;display:flex;justify-content:center}.gallery-photos-container{position:relative;width:100%;max-width:900px;display:flex;justify-content:center}.gallery-photos{position:relative;height:360px;width:240px}.gallery-photo-wrapper{position:absolute;left:0;top:0;display:flex;align-items:center;justify-content:center}.photo-wrapper{position:relative;cursor:grab;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none;touch-action:none}.photo-wrapper:active{cursor:grabbing}.photo-inner{position:relative;width:100%;height:140%;overflow:hidden;border-radius:24px;box-shadow:0 10px 40px #0006;background:rgba(0,0,0,.1)}.photo-inner:hover{box-shadow:0 20px 60px #0009}.photo-image{width:100%;height:115%;object-fit:cover;border-radius:24px;display:block;-webkit-user-drag:none}.gallery-button-wrapper{display:flex;width:100%;justify-content:center;margin-top:40px}.gallery-button{padding:12px 32px;font-size:14px;font-weight:600;border-radius:8px;border:1px solid rgba(255,255,255,.2);background:linear-gradient(135deg,rgba(255,255,255,.1),rgba(255,255,255,.05));color:#fff;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px}.gallery-button:hover{background:linear-gradient(135deg,rgba(255,255,255,.2),rgba(255,255,255,.1));border-color:#fff6;box-shadow:0 8px 24px #0000004d;transform:translateY(-2px)}.gallery-button:active{transform:translateY(0)}@media (max-width: 1024px){.gallery-container{padding:50px 16px}.gallery-title{font-size:2.5rem;margin-bottom:30px}.gallery-wrapper{min-height:320px;margin:30px 0}.gallery-photos{height:200px;width:200px}.photo-inner,.photo-image{border-radius:20px}}@media (max-width: 768px){.gallery-container{padding:40px 12px}.gallery-title{font-size:2rem;margin-bottom:25px}.gallery-wrapper{min-height:280px;margin:25px 0}.gallery-photos{height:160px;width:160px}.photo-inner{border-radius:16px;box-shadow:0 8px 32px #0000004d}.photo-image{border-radius:16px}.gallery-button{padding:10px 24px;font-size:12px}}@media (max-width: 480px){.gallery-container{padding:30px 12px}.gallery-bg-gradient{display:none}.gallery-title{font-size:1.5rem;margin-bottom:20px}.gallery-subtitle{font-size:10px}.gallery-wrapper{min-height:240px;margin:20px 0}.gallery-photos{height:140px;width:140px}.photo-inner{border-radius:14px;box-shadow:0 6px 24px #00000040}.photo-image{border-radius:14px}.gallery-button{padding:8px 20px;font-size:11px}}@media (max-width: 640px){.gallery-subtitle{display:none}}.section{position:relative;width:100%}.section-dark{background:#000000;color:#fff}.solar-container{width:100%;max-width:1400px;margin:0 auto;padding:0 24px}.solar-items-wrapper{display:flex;flex-direction:column;gap:4px;margin-top:40px}.solar-item-container{width:100%}.solar-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.solar-grid.reversed{direction:rtl}.solar-grid.reversed>*{direction:ltr}.solar-image-wrap{overflow:hidden;border-radius:12px}.solar-image{display:block;width:100%;height:310px;object-fit:cover;border-radius:12px}.solar-text-container{text-align:left}.solar-title{font-size:30px;font-weight:700;color:#ff5722;margin-bottom:2px;text-transform:uppercase;letter-spacing:1px}.solar-description{font-size:20px;color:#aaa;line-height:1.4}@media (min-width: 769px) and (max-width: 1024px){.solar-items-wrapper{gap:8px;margin-top:30px}.solar-grid{gap:30px}.solar-image{height:250px}.solar-title{font-size:24px;margin-bottom:8px}.solar-description{font-size:16px;line-height:1.5}}@media (max-width: 768px){.solar-container{padding:0 clamp(12px,4vw,20px)}.solar-items-wrapper{gap:clamp(14px,4vw,22px);margin-top:clamp(16px,5vw,25px)}.solar-grid{grid-template-columns:minmax(100px,38%) 1fr;gap:clamp(10px,3vw,16px);align-items:center}.solar-grid.reversed{direction:rtl}.solar-image-wrap{border-radius:clamp(8px,2.5vw,12px)}.solar-image{width:100%;height:auto;aspect-ratio:16 / 10;min-height:0;border-radius:clamp(8px,2.5vw,12px)}.solar-title{font-size:clamp(13px,3.8vw,17px);margin-bottom:clamp(4px,1.2vw,6px);letter-spacing:.5px}.solar-description{font-size:clamp(10px,2.9vw,13px);line-height:1.45}}@media (max-width: 480px){.solar-grid{grid-template-columns:minmax(88px,36%) 1fr;gap:clamp(8px,2.5vw,12px)}.solar-image{aspect-ratio:16 / 9}.solar-title{font-size:clamp(12px,3.4vw,15px)}.solar-description{font-size:clamp(9px,2.6vw,11px);line-height:1.4}}@media (max-width: 390px){.solar-grid{grid-template-columns:minmax(78px,90%) 1fr;gap:8px}.solar-image{aspect-ratio:1.3 / 2}.solar-title{font-size:11px}.solar-description{font-size:13px;line-height:1.35}}@media (max-width: 430px){.solar-grid{grid-template-columns:minmax(78px,70%) 1fr;gap:8px}.solar-image{aspect-ratio:1.3 / 2}.solar-title{font-size:12px}.solar-description{font-size:14px;line-height:1.55}.solar-container{margin-top:40px}}; @media (min-width: 375px){.solar-grid{grid-template-columns:minmax(78px,80%) 1fr;gap:8px}.solar-image{aspect-ratio:1.6 / 2}.solar-title{font-size:10px}.solar-description{font-size:9px;line-height:1.55}.solar-container{margin-top:60px}}@media (max-width: 360px){.solar-grid{grid-template-columns:minmax(68px,29%) 1fr;gap:6px}.solar-image{aspect-ratio:1.3 / 2}.solar-title{font-size:11px}.solar-description{font-size:12px;line-height:1.35}.solar-container{margin-top:40px}}.contact-container{width:100%;max-width:1400px;margin:0 auto;text-align:center;z-index:10}.contact-info-wrapper{display:flex;flex-direction:column;gap:30px;margin-top:40px;margin-bottom:60px}.contact-item{text-align:center}.contact-link{text-decoration:none;color:inherit}.contact-item-label{font-size:14px;font-weight:600;color:#ff5722;text-transform:uppercase;letter-spacing:2px;margin-bottom:8px}.contact-item-value{font-size:24px;color:#fff;font-weight:500}.social-media-wrapper{text-align:center}.social-media-label{font-size:14px;font-weight:600;color:#ff5722;text-transform:uppercase;letter-spacing:2px;margin-bottom:20px}.social-media-container{display:flex;justify-content:center;gap:20px}.social-icon{font-size:28px;color:#ff5722}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes fadeInImage{0%{opacity:0}to{opacity:1}}@keyframes twinkling{0%,to{opacity:.6}50%{opacity:.9}}@keyframes drift{0%,to{background-position:0 0}50%{background-position:10px 10px}}.section-dark .carousel-button:hover{background:#ff5722;color:#fff}@media (max-width: 768px){nav{padding:10px 14px 12px;height:auto;flex-wrap:wrap;gap:8px}.nav-logo{font-size:16px;letter-spacing:1px}.nav-menu{display:flex;width:100%;justify-content:center;flex-wrap:wrap;gap:30px;order:3}.nav-menu a,.nav-menu button{font-size:10px;letter-spacing:.6px;white-space:nowrap}.nav-cta{padding:8px 12px;font-size:10px;order:2;margin-left:auto}.hero-content h1{font-size:48px}.section-content,.about-content{grid-template-columns:1fr;gap:40px}.about-footer{flex-direction:column;align-items:flex-start}.diplomas-section{align-items:flex-start;width:100%}.diplomas-card{max-width:100%;width:100%}.services-grid,.contact-info{grid-template-columns:1fr}.footer-content{grid-template-columns:1fr 1fr}.section{padding:40px 20px;margin-top:40px}.services-carousel-grid,.tech-cards-grid{grid-template-columns:1fr;gap:30px}.tech-cards-column{gap:30px}.tech-card-title{font-size:20px}.tech-icon{font-size:36px}.tech-icons-grid{gap:15px}.graphic-design-grid{grid-template-columns:1fr;gap:30px}.contact-info-wrapper{gap:20px}.contact-item-value,.carousel-card-title{font-size:20px}.carousel-arrow{width:35px;height:35px;font-size:16px}.carousel-arrow-left{left:10px}.carousel-arrow-right{right:10px}h2{font-size:48px!important}.carousel-container{aspect-ratio:4 / 3}.carousel-button{padding:10px 20px;font-size:12px}}@media (max-width: 480px){.services-carousel-grid{grid-template-columns:1fr;gap:20px}.service-carousel-card{padding:20px;gap:15px}.carousel-card-title{font-size:18px}.carousel-arrow{width:32px;height:32px;font-size:14px}.carousel-counter{font-size:10px;bottom:10px;right:10px}h2{font-size:36px!important}.carousel-container{aspect-ratio:3 / 2}.carousel-dots{gap:6px}.dot{width:6px;height:6px}.dot.active{width:18px}.carousel-button{padding:8px 16px;font-size:11px;gap:4px}}@media (min-width: 769px) and (max-width: 1024px){.contact-top-section{padding:78px 32px 0!important;gap:24px!important}.contact-top-section h1{font-size:clamp(34px,5vw,54px)!important;margin-bottom:18px!important;letter-spacing:-1.5px!important}.contact-collab-button{padding:12px 24px!important;font-size:12px!important;gap:8px!important}.contact-footer{padding:0 32px 28px!important;gap:16px!important}.contact-footer>div{min-width:0}.contact-footer>div:first-child p,.contact-footer>div:nth-child(2) p,.contact-footer>div:nth-child(3) p{font-size:11px!important;letter-spacing:.8px!important;margin-bottom:8px!important}.contact-footer>div:nth-child(2) a,.contact-footer>div:nth-child(3) a{font-size:12px!important}.contact-footer>div:nth-child(3)>div{gap:12px!important;flex-wrap:wrap!important}.contact-name-display{padding-top:22px!important}.contact-name-display>div{gap:10px!important;padding-bottom:10px!important}.contact-name-display>div>div{width:72px!important;min-width:72px!important}.contact-name-display>div>div>div{gap:2px!important;margin-bottom:2px!important}.contact-name-display>div>div>div>div{height:7px!important}}@media (max-width: 768px){.contact-top-section{grid-template-columns:1fr!important;gap:16px!important;padding:72px 20px 0!important;justify-items:center;text-align:center}.contact-top-section h1{font-size:clamp(28px,8.5vw,42px)!important;margin-bottom:0!important;letter-spacing:-1.2px!important;text-align:center}.contact-top-section>div{text-align:center!important}.contact-collab-button{padding:10px 18px!important;font-size:11px!important;letter-spacing:.7px!important;gap:8px!important}.contact-footer{grid-template-columns:1fr!important;gap:14px!important;padding:0 20px 18px!important}.contact-footer>div{text-align:left!important;min-width:0}.contact-footer>div:first-child p,.contact-footer>div:nth-child(2) p,.contact-footer>div:nth-child(3) p{font-size:10px!important;letter-spacing:.7px!important;margin-bottom:8px!important}.contact-footer>div:nth-child(2) a,.contact-footer>div:nth-child(3) a{font-size:11px!important;gap:8px!important}.contact-footer svg{font-size:13px!important}.contact-footer>div:nth-child(3)>div{justify-content:flex-start!important;gap:12px!important;flex-wrap:wrap!important}.contact-name-display{padding-top:12px!important;padding-bottom:50px!important}.contact-name-display>div{gap:6px!important;justify-content:center!important;flex-wrap:nowrap!important;max-width:100%;overflow:hidden}.contact-name-display>div>div{width:40px!important;min-width:40px!important}.contact-name-display>div>div>div{gap:1px!important;margin-bottom:1px!important}.contact-name-display>div>div>div>div{height:4px!important;border-radius:1px!important}}@media (max-width: 480px){.contact-top-section{padding:62px 14px 0!important;gap:15px!important;margin-top:90px!important}.contact-top-section h1{font-size:clamp(24px,8vw,32px)!important;letter-spacing:-1px!important}.contact-collab-button{padding:9px 14px!important;font-size:10px!important;margin-bottom:25px!important}.contact-footer{padding:0 14px 14px!important;gap:62px!important}.contact-footer>div:nth-child(2) a,.contact-footer>div:nth-child(3) a{font-size:19px!important}.contact-footer>div:nth-child(3)>div{gap:10px!important}.contact-name-display{padding-top:10px!important;padding-bottom:40px!important}.contact-name-display>div{gap:15px!important}.contact-name-display>div>div{width:40px!important;min-width:34px!important}.contact-name-display>div>div>div{gap:1px!important}.contact-name-display>div>div>div>div{height:4px!important}.contact-footer-left{text-align:center!important;margin-left:120px!important}}@media (max-width: 390px){.hero-content h1{font-size:72px;font-weight:700;line-height:1.2;margin-top:100px;letter-spacing:-1px}.diplomas-section{align-items:flex-start;width:100%}.diplomas-card{max-width:100%;width:100%;height:100px}.contact-name-display{padding-top:1px!important;padding-bottom:30px!important}}@media (max-width: 1024px){nav{padding:8px 12px 10px!important;gap:6px!important}.nav-logo{font-size:15px!important;letter-spacing:.8px!important}.nav-menu{gap:16px!important}.nav-cta{padding:6px 10px!important;font-size:9px!important}.hero-content{max-width:100%!important}.hero-content h1{margin-bottom:16px!important}.hero-content p{font-size:14px!important;line-height:1.5!important;margin-bottom:20px!important}.hero-content .cta-button{padding:10px 22px!important;font-size:12px!important}.company-logo{height:90px!important;margin-top:6px!important}.section{padding:24px 16px!important;margin-top:20px!important}.section-title{font-size:11px!important;letter-spacing:1.5px!important;margin-bottom:10px!important}.section-content,.about-content{gap:20px!important}.section-image,.about-image{height:220px!important}.section-text h2,.about-text h2{font-size:26px!important;margin-bottom:14px!important}.section-text p,.about-text p{font-size:13px!important;line-height:1.5!important;margin-bottom:12px!important}.stats{gap:16px!important;margin-top:20px!important}.stat-item{padding:10px 0!important}.stat-number{font-size:28px!important;margin-bottom:4px!important}.stat-label{font-size:10px!important;letter-spacing:1px!important}.about-column{gap:12px!important}.about-card{padding:8px 8px 16px!important}.about-card h2{font-size:20px!important;margin-bottom:3px!important}.about-card-text p{font-size:12px!important;line-height:1.5!important}.about-card-text p:not(:last-child){margin-bottom:8px!important}.about-footer{gap:10px!important}.about-footer-label{font-size:16px!important;margin-bottom:6px!important;margin-left:0!important}.social-links{gap:8px!important;margin-bottom:16px!important}.social-link-btn{width:38px!important;height:38px!important}.diplomas-title{font-size:12px!important;margin-right:0!important}.diplomas-card{gap:8px!important;padding:10px!important}.diploma-slot{width:64px!important;height:86px!important}.diplomas-hint{font-size:9px!important;margin-right:0!important}h2{font-size:34px!important;margin-top:60px!important}.services-carousel-grid{gap:16px!important;padding:0 12px!important}.service-carousel-card{padding:16px!important;gap:12px!important;margin-top:16px!important}.carousel-card-title{font-size:16px!important}.carousel-arrow{width:28px!important;height:28px!important;font-size:13px!important}.carousel-arrow-left{left:8px!important}.carousel-arrow-right{right:8px!important}.carousel-counter{padding:4px 8px!important;font-size:10px!important;bottom:8px!important;right:8px!important}.carousel-dots{gap:5px!important;margin:6px 0!important}.dot{width:6px!important;height:6px!important}.dot.active{width:16px!important}.carousel-button{padding:7px 14px!important;font-size:10px!important;gap:5px!important}.tech-stack-container{margin-top:20px!important;padding:0 .75rem!important}.tech-cards-grid{gap:14px!important;margin-top:16px!important}.tech-cards-column{gap:14px!important}.tech-card-title{font-size:15px!important;margin:0 0 10px!important}.tech-icons-grid{gap:8px!important}.tech-icon{font-size:22px!important}.gallery-container{padding:16px 8px!important;margin-bottom:24px!important}.gallery-title{margin-bottom:12px!important}.gallery-wrapper{min-height:180px!important;margin:12px 0!important}.gallery-photos{height:120px!important;width:120px!important}.gallery-button-wrapper{margin-top:16px!important}.gallery-button{padding:7px 16px!important;font-size:10px!important}.solar-container{padding:0 10px!important}.solar-items-wrapper{gap:8px!important;margin-top:12px!important}.solar-grid{gap:6px!important}.solar-title{margin-bottom:3px!important}.contact-info-wrapper{gap:14px!important;margin-top:16px!important;margin-bottom:20px!important}.contact-item-label{font-size:11px!important;letter-spacing:1px!important;margin-bottom:4px!important}.contact-item-value{font-size:15px!important}.social-media-label{font-size:11px!important;margin-bottom:10px!important}.social-media-container{gap:12px!important}.social-icon{font-size:20px!important}}@media (max-width: 480px){.hero-content .cta-button{padding:9px 18px!important;font-size:11px!important}.section{padding:18px 12px!important;margin-top:14px!important}.section-content,.about-content{gap:14px!important}.about-card{height:auto!important;padding:6px 6px 12px!important}.diploma-slot{width:54px!important;height:72px!important}.social-link-btn{width:32px!important;height:32px!important}h2{margin-top:40px!important}.tech-icon{font-size:18px!important}.tech-icons-grid{gap:6px!important}.gallery-photos{height:100px!important;width:100px!important}.contact-item-value{font-size:13px!important}.social-icon{font-size:18px!important}}
