.under-construction{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f8f9fa;padding:30px;text-align:center}.construction-content{max-width:600px}.construction-icon{font-size:70px;margin-bottom:20px}.construction-content h1{font-size:42px;font-weight:700;color:#222;margin-bottom:15px}.construction-content p{font-size:18px;line-height:1.7;color:#666;margin:0}.construction-line{width:70px;height:4px;background:#222;margin:30px auto;border-radius:5px}.construction-content .small-text{font-size:14px;color:#999}@media (max-width: 600px){.construction-content h1{font-size:30px}.construction-content p{font-size:16px}.construction-icon{font-size:55px}}.hero-wrapper{position:relative;min-height:calc(100vh - 72px);display:flex;align-items:center;justify-content:space-between;overflow:hidden;padding:60px;background:radial-gradient(circle at 75% 45%,rgba(72,55,190,.18),transparent 30%),radial-gradient(circle at 90% 20%,rgba(54,100,255,.1),transparent 25%),#050918;border-bottom:1px solid #151d36}.hero-wrapper:before{content:"";position:absolute;width:450px;height:450px;right:5%;top:50%;transform:translateY(-50%);background:#5c37ff1a;filter:blur(100px);border-radius:50%;pointer-events:none}.hero-wrapper .cat{position:relative;z-index:2;display:flex;flex-direction:column;gap:16px;max-width:650px}.hero-wrapper .cat>p:first-child{margin:0;color:#8d96ad;font-size:16px;font-weight:500}.hero-wrapper h1{margin:0;color:#fff;font-size:clamp(4rem,7vw,7.5rem);line-height:.95;font-weight:800;letter-spacing:-5px}.hero-wrapper span{display:block;color:#7047ff;background:linear-gradient(90deg,#7047ff,#4e7cff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-wrapper p{max-width:560px;margin-top:5px;color:#8d96ad;font-size:16px;line-height:1.8}.hero-wrapper .button{margin-top:12px;width:220px;height:52px;display:flex;justify-content:center;align-items:center;gap:9px;border:none;border-radius:8px;background:linear-gradient(135deg,#633cff,#416cff);color:#fff;font-size:13px;font-weight:600;text-decoration:none;cursor:pointer;box-shadow:0 10px 30px #633cff33;transition:transform .3s ease,box-shadow .3s ease,background .3s ease}.hero-wrapper .button:hover{transform:translateY(-3px);background:linear-gradient(135deg,#754fff,#5180ff);box-shadow:0 15px 35px #633cff59}.hero-wrapper .button svg{font-size:20px}.hero-wrapper img{position:relative;z-index:2;width:520px;max-width:48%;object-fit:contain;filter:drop-shadow(0 20px 40px rgba(0,0,0,.45)) drop-shadow(0 0 35px rgba(82,60,220,.12));transition:transform .5s ease,filter .5s ease}.hero-wrapper img:hover{transform:translateY(-8px);filter:drop-shadow(0 25px 45px rgba(0,0,0,.5)) drop-shadow(0 0 45px rgba(82,60,220,.22))}.hero-wrapper:after{content:"";position:absolute;width:420px;height:420px;right:7%;top:50%;transform:translateY(-50%);border-radius:50%;border:1px solid rgba(101,69,255,.16);box-shadow:0 0 80px #503cff14;pointer-events:none}@media (max-width: 1536px){.hero-wrapper{padding:50px 45px}.hero-wrapper h1{font-size:6rem}.hero-wrapper img{width:430px}}@media (max-width: 1280px){.hero-wrapper{padding:45px 35px}.hero-wrapper h1{font-size:4.8rem;letter-spacing:-3px}.hero-wrapper .cat{max-width:520px}.hero-wrapper img{width:360px}.hero-wrapper:after{width:330px;height:330px;right:5%}}@media (max-width: 1024px){.hero-wrapper{min-height:calc(100vh - 72px);padding:40px 25px}.hero-wrapper h1{font-size:3.7rem;letter-spacing:-2px}.hero-wrapper p{font-size:14px}.hero-wrapper img{width:280px}.hero-wrapper:after{width:260px;height:260px}}@media (max-width: 768px){.hero-wrapper{min-height:auto;flex-direction:column-reverse;justify-content:center;gap:25px;padding:50px 25px 60px;text-align:center}.hero-wrapper .cat{width:100%;max-width:600px;align-items:center}.hero-wrapper h1{font-size:clamp(3.2rem,11vw,5rem);letter-spacing:-2px}.hero-wrapper p{max-width:520px;font-size:14px}.hero-wrapper img{width:320px;max-width:80%}.hero-wrapper:after{width:280px;height:280px;right:50%;top:30%;transform:translate(50%,-50%)}.hero-wrapper:before{right:50%;top:30%;transform:translate(50%,-50%)}}@media (max-width: 640px){.hero-wrapper{padding:40px 18px 50px;gap:15px}.hero-wrapper img{width:280px;max-width:85%}.hero-wrapper h1{font-size:3.2rem;line-height:1;letter-spacing:-1.5px}.hero-wrapper p{font-size:13px;line-height:1.7}.hero-wrapper .button{width:200px;height:48px}.hero-wrapper:after{width:230px;height:230px}}@media (max-width: 475px){.hero-wrapper{padding:35px 15px 45px}.hero-wrapper img{width:240px}.hero-wrapper h1{font-size:2.8rem}.hero-wrapper .cat>p:first-child{font-size:14px}.hero-wrapper p{font-size:12px}}.services-wrapper{text-align:center;display:grid;grid-template-columns:repeat(3,minmax(280px,1fr));gap:16px}.services-wrapper .card{background:#fff;display:flex;flex-direction:column;align-items:center;padding:16px;gap:12px}.services-wrapper .card img{width:120px}.services-wrapper h4{color:#2b2b2b}.services-wrapper .card a{display:flex;align-items:center;color:#ffb400;font-size:12px;font-weight:700;text-decoration:none}.services-wrapper .card a:hover{text-decoration:underline}@media (max-width: 1280px){.services-wrapper{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}.about .about-wrapper{display:flex;align-items:center;justify-content:center;gap:50px}.about .about-wrapper img{width:750px}.about .about-wrapper .text-wrapper{width:600px}@media (max-width: 1536px){.about .about-wrapper img{width:600px}.about .about-wrapper .text-wrapper{width:500px}}@media (max-width: 1280px){.about .about-wrapper img{width:580px}.about .about-wrapper .text-wrapper{width:300px}}@media (max-width: 1024px){.about .about-wrapper{flex-direction:column-reverse}.about .about-wrapper img,.about .about-wrapper .text-wrapper{width:100%}}.skills .skills-wrapper{display:grid;grid-template-areas:"c1 c2" "c3 c3";gap:16px}.skills .skills-wrapper .card{background:#fff}.skills .skills-wrapper .card .title{text-align:center;background:#ffb400;padding:4px}.skills .skills-wrapper .card .title p{color:#000}.skills .skills-wrapper .card .skills-icons{padding:16px;display:flex;gap:24px;justify-content:center;align-items:center;flex-wrap:wrap}.skills .skills-wrapper .card img{width:40px;height:40px}.skills .skills-wrapper .card:nth-child(1){grid-area:c1}.skills .skills-wrapper .card:nth-child(2){grid-area:c2}.skills .skills-wrapper .card:nth-child(3){grid-area:c3}@media (max-width: 1024px){.skills .skills-wrapper{grid-template-areas:"c1" "c2" "c3"}}.contact-wrapper{display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;align-items:baseline}.contact label{color:#767676;font-size:14px}.contact-wrapper .contact-form{display:flex;flex-direction:column;align-items:center;padding:15px;flex:3;background:#fff;gap:15px}.contact-form form{display:flex;flex-direction:column;width:100%;gap:7px}.contact-form input,textarea{background:#f0f0f6;border:none;padding:5px}.contact-form input{height:35px}.contact-form textarea{height:120px}.contact-form .button{background:#ffb400;width:100%}.contact-information{display:flex;flex-direction:column;align-items:center;flex:1;gap:15px}.contact-information .cards-wrapper{display:flex;flex-direction:column;gap:10px;width:100%}.contact-information .card{background:#fff;padding:15px;display:flex;flex-direction:column;align-items:center;gap:5px}.contact-information span{display:flex;justify-content:center;align-items:center;background:#ffb400;height:30px;width:30px;border-radius:15px}
