*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,Poppins,sans-serif;scroll-behavior:smooth;color:#fff}.header{position:fixed;top:0;width:100%;background:linear-gradient(90deg,#101726bb,#00ffae29 60%);padding:1.2rem 0 1.07rem;z-index:100;box-shadow:0 6px 24px -7px #1113;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-size:1.13rem;letter-spacing:.03em;height:60px}.header ul{display:flex;justify-content:center;gap:2.3rem;list-style:none}.header a{color:#fff;text-decoration:none;font-weight:300;padding-bottom:4px;border-bottom:2.2px solid transparent;transition:color .25s,border-color .25s;font-size:1.09rem}.header a:hover,.header a:focus{color:#00ffae;border-bottom:2.2px solid #00ffae}.section{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:2rem}@media(max-width:900px){.section{padding:4rem 2rem}.section h2{font-size:2.2rem;text-align:left;margin-bottom:1.5rem}}.btn{display:inline-block;background:#00ffae;color:#000;padding:.8rem 2rem;border-radius:30px;font-weight:600;text-decoration:none;transition:transform .3s,background .3s}.btn:hover{transform:scale(1.05);background:#00d494}.section-home{background:url(https://picsum.photos/1920/1080?random=10) center/cover no-repeat;position:relative}.section-home .overlay{position:absolute;inset:0;background:#00000080}.hero-content{position:relative;z-index:1;max-width:800px}.hero-content h1{font-size:4rem;margin-bottom:1rem}.hero-content p{font-size:1.3rem;margin-bottom:2rem}.section-about{background:linear-gradient(135deg,#4776e6,#8e54e9)}.about-content{display:flex;align-items:center;justify-content:center;max-width:1100px;gap:3rem;flex-wrap:wrap}.text-block{flex:1 1 400px;text-align:left}.text-block h2{font-size:3rem;margin-bottom:1rem}.text-block p{font-size:1.1rem;margin-bottom:1rem;line-height:1.6}.image-block img{width:500px;border-radius:15px;transition:transform .4s}.image-block img:hover{transform:scale(1.05)}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1200px;margin:0 auto;padding-bottom:1rem;overflow-x:initial;scroll-snap-type:none}@media(max-width:1100px){.cards{grid-template-columns:repeat(2,1fr);max-width:650px}}@media(max-width:700px){.cards{grid-template-columns:1fr;max-width:340px}}.card{background:#ffffff1f;border-radius:15px;padding:1.5rem;min-width:unset;width:100%;transition:transform .3s,background .3s;display:flex;flex-direction:column;align-items:flex-start}.card ul{margin:1rem 0 0;padding-left:0;list-style:none}.card ul li{display:flex;align-items:flex-start;margin-bottom:.5rem;font-size:1.04rem;color:#f5fff9;position:relative;padding-left:1.5em}.card ul li:before{content:"✔";position:absolute;left:0;color:#00ffae;font-size:1.08em;top:.07em}.card h3,.card p{text-align:left;width:100%}.card:hover{transform:translateY(-10px);background:#fff3}.card img{width:100%;border-radius:10px;margin-bottom:1rem}.card h3{font-size:1.4rem;margin-bottom:.5rem}.section-gallery{background:linear-gradient(135deg,#11998e,#38ef7d)}.section-gallery h2{font-size:3rem;margin-bottom:2rem}.section-gallery .gallery-row{display:flex;gap:1.5rem;overflow-x:auto;padding:1rem 0;width:100vw;max-width:100%;scroll-snap-type:x mandatory}.section-gallery .gallery-row img{min-width:500px;height:380px;border-radius:12px;object-fit:cover;scroll-snap-align:start;transition:transform .4s}.section-gallery .gallery-row img:hover{transform:scale(1.05)}.section-contact{background:linear-gradient(135deg,#3b622aa6,#00710f8c)}.contact-container{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:3rem;max-width:1000px}.contact-text{flex:1 1 300px;text-align:left}.contact-text h2{font-size:3rem;margin-bottom:1rem}.contact-text p{font-size:1.1rem;line-height:1.6}.contact-form{flex:1 1 300px;display:flex;flex-direction:column;gap:1rem}.contact-form input,.contact-form textarea{padding:.8rem;border:none;border-radius:10px;outline:none;font-size:1rem}.contact-form button{border:none;cursor:pointer}.about-list{margin:1.2rem 0 1.2rem 1.2rem;text-align:left;font-size:1.14rem}.about-list li{margin-bottom:.4rem;list-style:disc inside;opacity:.83}.text-block blockquote{margin-top:1.5rem;padding:1rem 2rem;background:#0000002e;border-left:4px solid #00ffae;font-style:italic;color:#e6fef8;opacity:.8}@media(max-width:900px){.about-content,.cards,.contact-container{flex-direction:column!important;align-items:stretch!important;gap:2rem}.image-block img{width:100%!important;min-width:0}.gallery-row img{min-width:250px;height:180px}.section-home h1{font-size:2.5rem}.cards{flex-wrap:wrap;overflow-x:initial;justify-content:center}}@media(max-width:600px){.header nav ul{gap:1rem}.gallery-row img{min-width:160px;height:100px}}.section-services{background:linear-gradient(115deg,#232834,#242b34 80%)}.section-services h2{font-size:3rem;margin-bottom:3rem;color:#fff;font-weight:800}.services-vertical-list{display:grid;grid-template-columns:repeat(4,1fr);gap:2.2rem;max-width:1400px;margin:0 auto;z-index:1}.service-v-card{border-radius:20px;background:#232a37;border:1.5px solid #364151;display:flex;flex-direction:column;align-items:center;padding:2.3rem 1.25rem 1.35rem;min-height:340px;transition:background .2s,border-color .2s,transform .2s;position:relative;overflow:hidden;text-align:center}.service-v-card:hover{background:#3c4253;border-color:#485060;transform:translateY(-2px) scale(1.02)}.svc-icon{margin-bottom:1.5rem;margin-top:.12rem;position:relative;z-index:1}.svc-icon svg{width:70px;height:70px;display:block}.svc1 .svc-icon svg{color:#4aa6ff;stroke:#4aa6ff;fill:none}.svc2 .svc-icon svg{color:#2affbe;stroke:#2affbe;fill:none}.svc3 .svc-icon svg{color:#db2476;stroke:#db2476;fill:none}.svc4 .svc-icon svg{color:#ffd15d;stroke:#ffd15d;fill:none}.svc-n{font-size:7rem;font-weight:900;letter-spacing:-.055em;margin-bottom:.68rem;margin-top:0;line-height:.92;text-align:center;opacity:1;transition:color .2s}.svc1 .svc-n{color:#4aa6ff}.svc2 .svc-n{color:#2affbe}.svc3 .svc-n{color:#db2476}.svc4 .svc-n{color:#ffd15d}.svc-desc{font-size:.96rem;color:#e1eaf6;margin-top:.83rem;line-height:1.43;font-weight:300;opacity:.97;max-width:240px}@media(max-width:1200px){.svc-n{font-size:4.5rem}}@media(max-width:700px){.svc-n{font-size:2.2rem}}.service-v-card h3{font-size:1.22rem;font-weight:700;color:#fff;margin-bottom:.41rem;z-index:1}.svc-tagline{font-size:1rem;color:#dde6fa;opacity:.94;margin-bottom:6px;margin-top:.14rem}@media(max-width:1200px){.services-vertical-list{grid-template-columns:repeat(2,1fr);max-width:620px}}@media(max-width:700px){.services-vertical-list{grid-template-columns:1fr;max-width:100%;width:100%;padding:0;margin:0}.service-v-card{width:100%;min-width:0;max-width:100%;padding:1.4rem .7rem 1.2rem;min-height:0}}.footer{background:linear-gradient(90deg,#15202b 60%,#233044);color:#f2f6fa;text-align:center;font-size:1rem;font-weight:400;padding:1rem 0;letter-spacing:.02em}.header{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.header nav{order:0;width:100%;display:flex;justify-content:center;align-items:center}.header-burger{order:1;display:none;flex-direction:column;justify-content:center;align-items:center;width:46px;height:46px;margin-left:0;cursor:pointer;z-index:202;gap:6px;background:none;border:none;outline:none;padding:0;position:absolute;top:8px;right:18px}.header-burger span{display:block;width:32px;height:4px;background:#fff;border-radius:2.5px;transition:all .33s cubic-bezier(.4,1,.4,1);position:relative}@media(max-width:900px){.header-burger{display:flex!important}.header nav ul{display:none}}.burger-close{display:none;position:fixed;top:8px;right:18px;width:46px;height:46px;cursor:pointer;z-index:1002;background:none;border:none;outline:none;padding:0;margin:0;align-items:center;justify-content:center}.burger-close-line{position:absolute;width:38px;height:4px;background:#fff;border-radius:2.5px;transition:background .18s;top:50%;left:50%}.burger-close-line:first-child{transform:translate(-50%,-50%) rotate(45deg)}.burger-close-line:last-child{transform:translate(-50%,-50%) rotate(-45deg)}.burger-close:hover .burger-close-line{background:#00ffae}body.open .burger-close{display:flex!important}.section-portfolio{background:linear-gradient(135deg,#667eea,#764ba2)}.section-portfolio h2{font-size:3rem;margin-bottom:3rem;color:#fff;font-weight:800}.portfolio-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1200px;margin:0 auto}.portfolio-item{position:relative;border-radius:15px;overflow:hidden;transition:transform .3s,box-shadow .3s;cursor:pointer}.portfolio-item:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000004d}.portfolio-item img{width:100%;height:250px;object-fit:cover;transition:transform .3s}.portfolio-item:hover img{transform:scale(1.1)}.portfolio-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000c);color:#fff;padding:2rem 1.5rem 1.5rem;transform:translateY(100%);transition:transform .3s}.portfolio-item:hover .portfolio-overlay{transform:translateY(0)}.portfolio-overlay h3{font-size:1.3rem;margin-bottom:.5rem;font-weight:500}.portfolio-overlay p{font-size:.8rem;margin-bottom:1rem;opacity:.9;line-height:1.4}.portfolio-link{display:inline-block;background:#00ffae;color:#000;padding:.5rem 1rem;border-radius:20px;text-decoration:none;font-weight:400;font-size:.9rem;transition:background .3s}.portfolio-link:hover{background:#00d494}@media(max-width:1200px){.portfolio-grid{grid-template-columns:repeat(3,1fr);gap:1.2rem}}@media(max-width:900px){.portfolio-grid{grid-template-columns:repeat(2,1fr);gap:1rem;max-width:100%;width:100%}}@media(max-width:600px){.portfolio-grid{grid-template-columns:1fr;gap:1rem}.portfolio-item img{height:200px}}.mobile-nav__overlay{display:none;position:fixed;z-index:200;top:0;left:0;width:100vw;height:100vh;background:#1b2233ba;cursor:pointer;transition:opacity .25s;opacity:0}body.open .mobile-nav__overlay{display:block;opacity:1}.mobile-nav{display:none;flex-direction:column;align-items:center;justify-content:center;position:fixed;z-index:210;top:0;left:0;width:100vw;height:100vh;background:#222a37ed;transition:opacity .22s;opacity:0}body.open .mobile-nav{display:flex;opacity:1}.mobile-nav ul{display:flex;flex-direction:column;align-items:center;gap:2.1rem;list-style:none;margin:0;padding:0}.mobile-nav a{font-size:2.1rem;color:#fff;text-decoration:none;font-weight:400;letter-spacing:.03em;transition:color .23s}.mobile-nav a:hover{color:#00ffae}.section-faq{background:#f6fafd}.faq-container{max-width:590px;margin:0 auto;padding:2.4rem 1rem 1.8rem}.section-faq h2{text-align:center;margin-bottom:2rem;color:#101728;font-size:2.3rem;font-weight:700}.faq-container details{background:#fff;border-radius:16px;box-shadow:0 1px 5px #1b254515;margin-bottom:1.05rem;padding:1rem 1.4rem .6rem;transition:box-shadow .2s}.faq-container details[open]{box-shadow:0 5px 18px #207fff13}.faq-container summary{font-size:1.13rem;font-style:italic;font-weight:600;color:#217fa0;cursor:pointer;outline:none;margin-bottom:.2rem;transition:color .17s}.faq-container details[open] summary{color:#01998e}.faq-container details div{color:#1d3344;margin-top:.57rem;font-size:1.01rem;padding-bottom:.3rem}.burger-close svg{width:32px;height:32px;display:block;margin:auto}.burger-close svg line{stroke:#fff;stroke-width:4px;stroke-linecap:round;transition:stroke .21s}.burger-close:hover svg line{stroke:#00ffae}
