@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";*{box-sizing:border-box}body{margin:0;font-family:Inter,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal}h1,h2,h3,h4,h5,h6,p{margin:0}:root{--primary: #5e3bee;--heading-color: #282938;--bg-shade: #F1F8FE;--github: #e62872;--darkblue: #1c1e53;--black: #000000;--white: #ffffff}.btn{font-family:Inter,sans-serif;display:inline-flex;align-items:center;gap:12px;padding:16px 32px;font-size:16px;font-weight:600;cursor:pointer;text-align:center;text-decoration:none;border-radius:12px;transition:all .3s ease;border:none;position:relative;overflow:hidden}.btn-outline-primary{color:var(--primary);background-color:var(--white);border:1px solid var(--primary)}.btn-outline-primary:hover{color:var(--white);background-color:var(--primary);transform:translateY(-2px);box-shadow:0 4px 15px #5e3bee4d}.btn-primary{background:linear-gradient(135deg,#5e3bee,#7c3aed);color:#fff;box-shadow:0 4px 15px #5e3bee4d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #5e3bee66;background:linear-gradient(135deg,#4c1d95,#5b21b6)}.btn-primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.btn-primary:hover:before{left:100%}h1{font-size:56px;font-weight:700;line-height:67px}h2{font-size:24px;font-weight:700;line-height:32px}h3{font-size:24px;font-weight:700;line-height:34px}.text-lg{color:var(--darkblue);font-size:18px;font-style:normal;font-weight:400;line-height:27px}.text-md{color:var(--darkblue);font-size:16px;font-style:normal;font-weight:400;line-height:24px}.text-sm{color:var(--black);font-size:14px;font-style:normal;font-weight:400;line-height:21px}.section--title{font-family:Inter,sans-serif;font-size:18px;font-weight:500;color:#6366f1;letter-spacing:.5px;text-transform:uppercase;margin:0 0 16px;position:relative;z-index:1;background:linear-gradient(135deg,#6366f1,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 0 8px rgba(0,0,0,.3)}.hero--section .section--title{color:#fff!important;background:none!important;-webkit-background-clip:unset!important;-webkit-text-fill-color:unset!important;background-clip:unset!important;text-shadow:0 2px 8px rgba(0,0,0,.5);margin-bottom:16px}.sub--title{color:var(--heading-color);font-size:16px;font-weight:600;line-height:24px}.navbar{display:flex;justify-content:space-between;align-items:center;padding:15px 85.333px;background:var(--white);box-shadow:0 5.333px 80px #0000001a;position:fixed;z-index:1000;top:0;left:0;right:0}.navbar--items>ul{list-style:none;display:flex;align-items:flex-start;gap:42.667px;text-decoration:none}.navbar--items ul>li>a{text-decoration:none}.navbar--content{color:var(--darkblue);font-size:16px;font-style:normal;font-weight:400;line-height:24px;cursor:pointer}.navbar--active-content{color:var(--primary)}.desktop-only{display:block}.mobile-only{display:none}.hero--section{display:grid;grid-template-columns:repeat(2,1fr);padding:160px 85.333px 133.333px;align-items:center;justify-content:space-between;gap:32px;background:linear-gradient(135deg,#f8faff,#f1f8fe);min-height:100vh;position:relative}.hero--section--overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#0009;z-index:1}.hero--section--content--box{display:flex;flex-direction:column;gap:15px;position:relative;z-index:2}.hero--section-description--white{color:#fff!important;text-shadow:0 2px 4px rgba(0,0,0,.5);font-weight:500}.hero--button--compact{padding:12px 20px!important;font-size:14px!important;width:auto!important;max-width:200px;align-self:flex-start}.hero--section--title{font-family:Inter,sans-serif;font-size:84px;font-weight:900;line-height:.9;margin:16px 0 24px;letter-spacing:-.02em;position:relative;color:var(--heading-color);text-shadow:0 2px 8px rgba(0,0,0,.3)}.hero--section-title--color{background:linear-gradient(135deg,#5e3bee,#8b5cf6,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative;display:inline-block;text-shadow:0 2px 8px rgba(0,0,0,.3)}.hero--section-title--color:before{content:"";position:absolute;top:50%;left:-10px;width:4px;height:60px;background:linear-gradient(180deg,#5e3bee,#8b5cf6);border-radius:2px;transform:translateY(-50%);animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:.6;transform:translateY(-50%) scaleY(1)}50%{opacity:1;transform:translateY(-50%) scaleY(1.1)}}.hero--section-description{font-family:Inter,sans-serif;color:#475569;font-size:17px;font-weight:400;line-height:1.7;max-width:580px;margin-bottom:24px}.hero--section--img>img{width:100%;height:auto;max-width:600px;border-radius:20px;transition:transform .3s ease}.hero--section--img>img:hover{transform:scale(1.02)}.skills--section{display:flex;padding:82.33px 85px;flex-direction:column;justify-content:center;align-items:flex-start;gap:24px}.skills--section--heading{color:var(--heading-color);font-size:64px;font-weight:700;line-height:77px}.skills--section--description{color:var(--darkblue);font-size:16px;font-weight:300;line-height:24px}.skills--section--container{display:grid;justify-content:center;align-items:stretch;gap:42.6px;grid-template-columns:repeat(4,1fr)}.skills--section--card{display:flex;padding:32px;flex-direction:column;align-items:flex-start;gap:32px;flex:1 0 0;border-radius:10.6px;background:var(--bg-shade);min-height:250px}.skills--section--card:hover{border-bottom:4px solid var(--primary)}.skills--section--card:hover .skills--section--description{color:var(--darkblue)}.skills--section--img{display:flex;padding:13.3px;justify-content:center;align-items:center;gap:13.3px;border-radius:10.6px;background:#fff;box-shadow:0 0 16px #0000001a}.skills--section--img img{display:block;margin:auto;max-width:100%;max-height:100%;object-fit:contain}.skills--section--card--content{display:flex;flex-direction:column;align-items:flex-start;gap:32px;align-self:stretch}.skills--section--title{color:var(--heading-color);font-size:32px;font-weight:700;line-height:45px}.modal--overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;justify-content:center;align-items:center;z-index:1000}.modal--content{background:#fff;padding:32px;border-radius:10px;max-width:600px;width:90%;position:relative;box-shadow:0 10px 30px #0003;max-height:90vh;overflow-y:auto}.modal--content p{font-size:16px;line-height:20px}.modal--close{margin-top:24px;background:var(--primary);color:#fff;border:none;padding:10px 16px;border-radius:6px;cursor:pointer}.features-table{width:100%;border-collapse:collapse;margin:16px 0}.features-table th,.features-table td{border:1px solid #ddd;padding:8px;text-align:left}.tools--section{display:flex;padding:82.33px 85px;flex-direction:column;justify-content:center;align-items:flex-start;gap:24px}.tools--section--container{display:grid;width:100%;align-items:center;gap:42.6px;grid-template-columns:repeat(auto-fit,minmax(80px,1fr))}.tools--section--card{display:flex;flex-direction:column;align-items:center;gap:16px;flex:1 0 0;min-height:120px;text-align:center;transition:transform .3s ease}.tools--section--img{width:80px;height:80px;padding:10px;border-radius:8px;display:flex;align-items:center;justify-content:center;opacity:.4;transition:transform .3s ease,opacity .3s ease}.tools--section--card:hover .tools--section--img{opacity:1;transform:scale(1.1)}.tools--section--img img{max-width:100%;max-height:100%;object-fit:contain}.tools--section--title{color:var(--heading-color);font-size:18px;font-weight:600;line-height:24px}.about--section{display:grid;padding:10.3px 85.3px;align-items:center;gap:114.6px;grid-template-columns:repeat(2,1fr)}.about--section--img>img{width:100%;height:100%;max-width:400px;max-height:400px;object-fit:contain}.portfolio--section{display:flex;padding:42px 85px;flex-direction:column;align-items:flex-start;gap:20px}.portfolio--container-box{display:flex;justify-content:space-between;align-items:center;width:100%}.portfolio--container{display:flex;flex-direction:column;align-items:flex-start;gap:1px}.portfolio--section--container{display:flex;align-items:stretch;justify-content:center;gap:24px;width:100%}.portfolio--section--img{border-radius:8px;width:100%}.portfolio--section--img>img{width:100%}.portfolio--section--card{display:flex;flex-direction:column;align-items:flex-start;gap:6px;flex:1 0 0;background:#fff;box-shadow:0 0 32px #00000026;cursor:pointer;border-top-left-radius:12px;border-top-right-radius:12px}.portfolio--section--card--content{display:flex;padding:32px;flex-direction:column;align-items:flex-start;gap:32px;align-self:stretch}.portfolio--section--title{color:var(--heading-color)}.portfolio--link{text-decoration:none;display:flex;gap:16px;border-bottom:1.33px solid var(--primary);padding-bottom:10.6px;font-weight:600}.portfolio--buttons{display:flex;flex-direction:column;gap:12px;margin-top:16px}.portfolio--section--card:hover path{stroke:#006b6a}.testimonial--section{display:flex;padding:60px 85px;flex-direction:column;align-items:flex-start;gap:40px;background-color:var(--bg-shade)}.sections--heading{color:var(--heading-color)}.testimonial--section--card{display:flex;padding:24px;flex-direction:column;align-items:flex-start;gap:24px;flex:1 0 0;border-radius:18px;border:2.33px solid transparent;background-origin:border-box;background-clip:padding-box,border-box;background-image:linear-gradient(var(--bg-shade),var(--bg-shade)),linear-gradient(135deg,#b9acef,#5e3bee);transition:all .3s ease;box-sizing:border-box}.testimonial--section--card:hover{transform:scale(1.02);box-shadow:0 0 20px #006b6a33}.testimonial--section--card--reviews{display:flex;align-items:flex-start;gap:5.33px}.testimonial--section--card--author--detail{display:flex;align-items:center;gap:20.3px;flex-wrap:wrap}.testimonial--section--card--author--detail img{width:160px;height:160px;border-radius:20px;object-fit:cover;flex-shrink:0;transition:all .3s ease}.gif-paused{opacity:1;transform:scale(1)}.gif-active{opacity:1;transform:scale(1.05)}.testimonial--author--name{font-size:20px;font-weight:600;color:var(--heading-color)}.testimonial--author--designation{color:var(--darkblue);font-size:16px;font-weight:400;line-height:150%;margin-top:2px;margin-bottom:6px}.contact-detail{font-size:1rem;display:flex;align-items:center;margin-top:20px;margin-bottom:2px;width:100%;overflow:visible}.contact-detail .icon{width:24px;height:24px;margin-right:12px;border-radius:0;display:block;flex-shrink:0;object-fit:contain;overflow:visible}.contact--section{display:flex;padding:80px 85px;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:44px}.contact--form--container{display:grid;grid-template-columns:auto;grid-template-rows:repeat(5,auto);width:40%;row-gap:32px}.container{display:grid;grid-template-columns:repeat(2,auto);column-gap:32px;row-gap:32px}.contact--label{display:flex;flex-direction:column;align-items:flex-start;gap:10.6px;flex:1 0 0;width:100%}.contact--input{display:flex;font-family:Inter,Roboto;padding:16px;align-items:center;align-self:stretch;border-radius:8px;border:1.333px solid var(--primary);background:var(--white)}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="33" viewBox="0 0 32 33" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M16.5303 21.2052C16.2374 21.4981 15.7626 21.4981 15.4697 21.2052L7.82318 13.5587C7.53029 13.2658 7.53029 12.791 7.82318 12.4981L8.17674 12.1445C8.46963 11.8516 8.9445 11.8516 9.2374 12.1445L16 18.9071L22.7626 12.1445C23.0555 11.8516 23.5303 11.8516 23.8232 12.1445L24.1768 12.4981C24.4697 12.791 24.4697 13.2658 24.1768 13.5587L16.5303 21.2052Z" fill="%23033333"/></svg>') #fff no-repeat calc(100% - 20px)}select::-ms-expand{display:none}.checkbox--label{display:flex;flex-direction:row;align-items:center;gap:10.6px;flex:1 0 0;justify-content:flex-start}input[type=checkbox]{width:21px;height:21px;border:.15em solid var(--heading-color);border-radius:.15em;transform:translatey(-.075em)}.footer--container{display:flex;padding:46.667px 85.333px;flex-direction:column;align-items:flex-start;background:var(--bg-shade);align-items:center;align-self:stretch}.footer--link--container{display:flex;justify-content:center;align-items:center;align-self:stretch}.footer--items>ul{list-style:none;display:flex;align-items:flex-start;gap:42.667px;text-decoration:none}.footer--items ul>li>a{text-decoration:none}.footer--social--icon>ul{list-style:none;display:flex;justify-content:flex-end;align-items:center;gap:16px;flex-shrink:0;text-decoration:none}.divider{margin:106px 0 42.67px;height:1.13px;width:100%;background:#2829388c}.footer--content--container{display:flex;justify-content:space-between;align-items:center;align-self:stretch}.footer--content{color:var(--black);font-size:16.667px;font-weight:400;line-height:28px}.gdpr-container{padding:12rem;max-width:1200px;margin:0 auto;background-color:#fff;border-radius:1rem;box-shadow:0 4px 12px #0000001a;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#333}.gdpr-container h1{font-size:2.5rem;margin-bottom:1rem;color:#2c3e50;text-align:center}.gdpr-container p{font-size:1.125rem;line-height:1.6;margin-bottom:1rem;color:#555}.gdpr-container ul{padding-left:1.5rem;margin-bottom:1rem}.gdpr-container a{color:#007bff;text-decoration:none}.gdpr-container a:hover{text-decoration:underline}.nav__hamburger{display:none;width:1.875rem;height:1.313rem;flex-direction:column;justify-content:space-around;position:absolute;top:25px;right:25px}.nav__hamburger__line{display:block;height:.188rem;width:100%;background-color:#000;border-radius:.625rem;transition:all ease-in-out .2s}@media only screen and (max-width: 1800px){.hero--section--title{font-size:68px;line-height:70px}.skills--section--title{font-size:28px;line-height:40px}}@media only screen and (max-width: 1600px){.skills--section--heading{font-size:54px;line-height:70px;margin-bottom:8px}.skills--section--container{gap:16px}.skills--section--card{gap:18px}.skills--section--card--content{gap:12px}.skills--section--title{font-size:20px;line-height:30px}.skills--section--description{color:var(--darkblue);font-size:15px;font-weight:300;line-height:21px}}@media only screen and (max-width: 1200px){.btn-outline-primary{display:none}.hero--section{display:flex;flex-direction:column-reverse;padding:170px 24px 70px;gap:40px}.hero--section--title,.hero--section-description,.footer--content{text-align:center}.skills--section--container,.about--section,.portfolio--section--container,.portfolio--container-box,.footer--link--container,.footer--items>ul,.footer--content--container{display:flex;flex-direction:column}.skills--section,.portfolio--container,.hero--section--content,.hero--section--content--box{align-items:center}.portfolio--container-box{gap:30px}.skills--section,.testimonial--section,.contact--section,.footer--container{gap:20px;padding:70px 24px}.about--section{gap:20px;padding:24px}.testimonial--section--card{padding:20px}.hero--section--title,.skills--section--heading,.sections--heading{font-size:35px;line-height:40px}.hero--section--content--box{gap:10px;order:1;width:100%;max-width:100%}.hero--button--compact{order:2;align-self:center!important;margin-top:20px}.tools--section,.desktop-only{display:none}.contact--form--container{width:100%}.container{display:flex;flex-direction:column;gap:10px}.footer--social--icon>ul,.footer--items>ul{padding:0;align-items:center}.divider{margin:20px}.nav__hamburger{display:flex;z-index:200}.navbar--items{display:flex;position:absolute;align-items:center;justify-content:center;background-color:#fff;top:-30rem;left:0;width:100%;transition:all ease-in-out .4s}.navbar--items ul{flex-direction:column;align-items:center;width:100%;padding:3rem 0 .6rem;z-index:-100}.navbar--items ul li{text-align:center}.navbar--items ul li a{padding:.5rem}.navbar--items{z-index:-1000}.navbar--items.active{top:30px}.nav__hamburger.active :nth-child(1){transform:rotate(45deg) translate(.45rem,.1875rem)}.nav__hamburger.active :nth-child(2){opacity:0}.nav__hamburger.active :nth-child(3){transform:rotate(-45deg) translate(.45rem,-.1875rem)}}@media only screen and (max-width: 1024px){.skills--section--container{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width: 768px){.hero--section{padding:360px 14px 50px;gap:12px;min-height:30vh;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.hero--section--title{font-size:48px;line-height:48px;margin-top:20px}.hero--section-description{font-size:14px;line-height:1.6;margin-bottom:18px}.hero--section--img{width:80%;max-width:none;padding:0;justify-content:center}.hero--section--img>img{width:100%;max-width:400px;height:auto}.btn{padding:14px 24px;font-size:15px}.navbar{padding:15px 16px}.section--title{font-size:16px;text-align:center;margin-top:20px}.mobile-only{display:block!important}.navbar--items ul li.mobile-only{margin-top:15px;padding:10px 0;width:100%;display:flex!important;justify-content:center;visibility:visible!important}.navbar--items ul li.mobile-only .btn{margin:0;width:auto;min-width:200px;display:block!important}}@media only screen and (max-width: 600px){.skills--section--container{grid-template-columns:1fr}.skills--section{padding:48px 16px;gap:10px}.skills--section--heading{font-size:32px;line-height:42px;text-align:center}.skills--section--card{padding:20px;gap:20px;min-height:auto}.skills--section--title{font-size:22px;line-height:30px}.skills--section--description{font-size:16px;line-height:26px}.about--section{padding:48px 16px;gap:32px}.about--section--img{order:1}.about--section--img>img{max-width:300px;max-height:300px}.hero--section--content{order:2}.portfolio--section{padding:48px 16px;gap:48px}.portfolio--section--container{flex-direction:column;gap:32px}.portfolio--section--card{width:100%}.portfolio--section--card--content{padding:24px;gap:24px}.testimonial--section{padding:32px 16px;gap:24px}.testimonial--section--card{width:100%;padding:16px;gap:16px}.testimonial--section--card--author--detail{flex-direction:column;align-items:flex-start;text-align:left;gap:8px}.testimonial--section--card--author--detail img{width:100px;height:100px;border-radius:12px}.gif-paused{opacity:1;transform:scale(1)}.gif-active{opacity:1;transform:scale(1.05)}.testimonial--author--name{font-size:16px}.testimonial--author--designation{font-size:14px;line-height:22px}.contact--section{padding:48px 16px;gap:32px}.contact--form--container{width:100%}.container{grid-template-columns:1fr;gap:16px}.contact--input,select{font-size:16px;padding:14px}.btn{width:100%;justify-content:center}.contact-detail{font-size:14px;margin-top:12px;width:100%;overflow:visible}.contact-detail .icon{width:20px;height:20px;margin-right:10px;border-radius:0;display:block;flex-shrink:0;object-fit:contain;overflow:visible}.footer--container{padding:32px 16px}.footer--content{font-size:14px;text-align:center}.divider{margin:20px 0}}@media only screen and (max-width: 768px){.gdpr-container{padding:48px 24px}.gdpr-container h1{font-size:32px;margin-bottom:20px}.gdpr-container h2{font-size:22px;margin-top:32px;margin-bottom:12px}.gdpr-container p,.gdpr-container li{font-size:16px}}@media only screen and (max-width: 480px){.gdpr-container{padding:32px 16px}.gdpr-container h1{font-size:28px}.gdpr-container h2{font-size:20px}.gdpr-container p,.gdpr-container li{font-size:15px}}.survey-modal{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:9999}.survey-box{background-color:#fff;padding:2rem;border-radius:16px;max-width:500px;width:90%;box-shadow:0 4px 20px #0003;text-align:center}.survey-box h3{margin-bottom:1rem;font-size:1.25rem}.survey-box input,.survey-box textarea{width:100%;margin:.5rem 0;padding:.75rem;border-radius:8px;border:1px solid #ccc;font-size:1rem;box-sizing:border-box}.survey-box button{margin:.5rem .25rem}.btn-next{font-family:Inter,sans-serif;background-color:#b2f2bb;color:#333;padding:10px 20px;border:none;margin-top:1rem;font-size:16px;font-weight:600;cursor:pointer;border-radius:16px;transition:background-color .3s}.btn-next:hover{background-color:#8ce99a}.progress-bar-container{width:95%;height:8px;background-color:#e9ecef;border-radius:4px;margin-bottom:1rem;overflow:hidden}.progress-bar{height:100%;background-color:#51cf66;transition:width .3s ease}.survey-close{position:absolute;top:1rem;right:1.5rem;font-size:1.5rem;cursor:pointer}.thumbs-up{font-size:5rem;animation:bounce 1.2s ease-in-out forwards;margin-bottom:1rem;display:flex;justify-content:center}@keyframes bounce{0%{transform:scale(1) rotate(0)}30%{transform:scale(1.2) rotate(-10deg)}60%{transform:scale(1) rotate(10deg)}to{transform:scale(1) rotate(0)}}.summary-list{list-style:none;padding:0;margin:1rem 0}.service-list{margin:1rem 0}.service-list div{margin-bottom:.5rem}.survey-box{background-image:url(/img/forest-bg.png);background-size:cover;background-repeat:no-repeat;background-position:center;background-color:#fff;padding:2rem;border-radius:16px;max-width:500px;width:90%;box-shadow:0 4px 20px #0003;text-align:center;-webkit-backdrop-filter:brightness(1.1);backdrop-filter:brightness(1.1)}.letku-container{min-height:100vh;background:linear-gradient(135deg,#f8f8fc,#f0f0f8);font-family:Inter,sans-serif;overflow-x:hidden}.story-section{padding:80px 20px;background:#fff;position:relative}.story-content{max-width:800px;margin:0 auto;text-align:left}.story-content h2{font-size:1.4rem;font-weight:600;color:#1f2937;margin-bottom:-32px;background:linear-gradient(135deg,#5e3bee,#8b5cf6,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.story-layout{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;margin-top:-16px}.story-text{text-align:left}.story-image{display:flex;justify-content:center;align-items:center}.story-image img{max-width:100%;height:auto;border-radius:16px;box-shadow:0 8px 32px #0000001a}.story-text p{font-size:.95rem;color:#4b5563;line-height:1.5;margin-bottom:16px}.story-highlight{font-size:1.3rem!important;font-weight:700!important;color:#dc2626!important;text-align:center!important;margin-top:32px!important;padding:16px 24px;background:linear-gradient(135deg,#fef2f2,#fee2e2);border-radius:12px;border-left:4px solid #DC2626}.features-section h2{text-align:center;font-size:1.4rem;font-weight:600;color:#1f2937;margin-bottom:12px;background:linear-gradient(135deg,#5e3bee,#8b5cf6,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.features-section p{text-align:center;font-size:1rem;color:#6b7280;margin-bottom:20px;max-width:600px;margin-left:auto;margin-right:auto}.features-grid{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:24px;max-width:1200px;margin:0 auto}.feature-card{background:#fff;border-radius:0!important;box-shadow:0 4px 16px #00000014;text-align:center;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;height:400px;overflow:hidden}.feature-image{flex-basis:50%;flex-shrink:0;flex-grow:0;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#f8f9fa;aspect-ratio:16/9}.feature-image img{width:100%;height:100%;object-fit:cover;cursor:pointer;transition:transform .3s ease}.feature-image img:hover{transform:scale(1.05)}.feature-content{padding:16px;flex:1;display:flex;flex-direction:column;justify-content:flex-start}.feature-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.feature-header h3{font-size:.95rem!important;font-weight:600;margin:0;color:#1f2937;flex:1;text-align:center}.feature-nav-left,.feature-nav-right{background:none;border:none;color:#8b5cf6;cursor:pointer;transition:all .3s ease;padding:4px;display:flex;align-items:center;justify-content:center;border-radius:4px}.feature-nav-left:hover,.feature-nav-right:hover{color:#6b46c1;background:#8b5cf61a;transform:scale(1.1)}.feature-card p{font-size:.8rem!important;color:#6b7280;line-height:1.3;margin:0 0 8px}@media (max-width: 768px){.hero-section{grid-template-columns:1fr;gap:32px;padding:120px 20px 40px;text-align:center}.hero--section--title{font-size:44px}.section--title{font-size:14px}.hero-content{order:1}.hero-image-section{order:2}.hero-content p:last-of-type{display:none}.hero-content p{font-size:.9rem;line-height:1.3;margin-bottom:12px}.hero-content .hero-cta{font-size:.85rem;padding:8px 16px;margin-bottom:0}.hero-image-section{margin-top:-8px}.image-title{font-size:1rem;margin-bottom:6px;margin-top:0}.carousel-container{height:280px}.carousel-indicators{display:none}.story-section{padding:60px 20px}.story-content h2{font-size:1.4rem;margin-bottom:12px}.story-layout{grid-template-columns:1fr;gap:24px;margin-top:-12px}.story-text p{font-size:.9rem;line-height:1.4;margin-bottom:14px}.story-image{order:-1}.features-grid{grid-template-columns:repeat(2,1fr)!important;gap:16px;max-width:100%;padding:0 10px}.feature-card{height:360px;border-radius:0!important;margin:0}.feature-image{aspect-ratio:16/10}.feature-content{padding:12px}.feature-header h3{font-size:.85rem!important}.feature-card p{font-size:.75rem!important;line-height:1.2}.feature-nav-left,.feature-nav-right{padding:2px}}@media (max-width: 480px){.hero--section--title{font-size:36px}.section--title{font-size:13px}.cta-button{padding:10px 18px;font-size:.95rem}.features-section h2,.final-cta-section h2,.testimonial-content h2{font-size:1.5rem}.features-grid{grid-template-columns:1fr!important;gap:12px;padding:0 5px}.feature-card{height:320px}.feature-image{aspect-ratio:16/9}.feature-content{padding:10px}.feature-header h3{font-size:.8rem!important}.feature-card p{font-size:.7rem!important;line-height:1.1}}.letku-contact-section{padding:80px 20px;background:linear-gradient(135deg,#f8f8fc,#f0f0f8)}.letku-contact-content{max-width:800px;margin:0 auto;text-align:center}.letku-contact-content h2{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:16px;background:linear-gradient(135deg,#5e3bee,#8b5cf6,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.letku-contact-content p{font-size:1.1rem;color:#6b7280;margin-bottom:40px;line-height:1.5}.letku-contact-form{background:#fff;padding:40px;border-radius:20px;box-shadow:0 8px 32px #0000001a;text-align:left}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}.form-label{display:flex;flex-direction:column;margin-bottom:20px}.form-label-full{grid-column:1 / -1}.form-label span{font-weight:600;color:#374151;margin-bottom:8px;font-size:.95rem}.form-label input,.form-label textarea{padding:12px 16px;border:2px solid #E5E7EB;border-radius:10px;font-size:1rem;transition:all .3s ease;background:#fafafa}.form-label input:focus,.form-label textarea:focus{outline:none;border-color:#8b5cf6;background:#fff;box-shadow:0 0 0 3px #8b5cf61a}.form-label textarea{resize:vertical;min-height:100px}.checkbox-label{display:flex;align-items:center;gap:12px;margin-bottom:30px;cursor:pointer}.checkbox-label input[type=checkbox]{width:18px;height:18px;accent-color:#8B5CF6}.checkbox-label span{font-size:.9rem;color:#6b7280}.checkbox-label a{color:#8b5cf6;text-decoration:none}.checkbox-label a:hover{text-decoration:underline}.letku-submit-btn{background:linear-gradient(135deg,#5e3bee,#8b5cf6,#06b6d4);color:#fff;padding:16px 32px;border:none;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 16px #8b5cf64d;width:100%}.letku-submit-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #8b5cf666}@media (max-width: 768px){.letku-contact-section{padding:60px 20px}.letku-contact-content h2{font-size:1.8rem}.letku-contact-form{padding:24px}.form-row{grid-template-columns:1fr;gap:0}.form-label{margin-bottom:16px}}.arjen-sankareille-section{padding:60px 0;background:linear-gradient(135deg,#f8fafc,#e2e8f0);position:relative;overflow:hidden}.arjen-sankareille-content{max-width:1200px;margin:0 auto;padding:0 20px}.zigzag-item{display:flex;align-items:center;margin-bottom:50px;gap:40px;min-height:160px}.zigzag-item:last-child{margin-bottom:0}.zigzag-left{flex-direction:row}.zigzag-right{flex-direction:row-reverse}.zigzag-center{justify-content:center}.zigzag-text{flex:1;max-width:600px}.zigzag-text h3{font-size:1.4rem;font-weight:600;color:#1f2937;margin-bottom:16px;position:relative;background:linear-gradient(135deg,#5e3bee,#8b5cf6,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.zigzag-text h3:after{content:"";position:absolute;bottom:-8px;left:0;width:60px;height:3px;background:linear-gradient(90deg,#8b5cf6,#3b82f6);border-radius:2px}.zigzag-text p{font-size:1rem;line-height:1.6;color:#4b5563;margin-bottom:12px}.zigzag-text p:last-of-type{margin-bottom:0}.zigzag-visual{flex:0 0 200px;display:flex;justify-content:center;align-items:center}.visual-circle{width:180px;height:180px;border-radius:100px;background:transparent;display:flex;align-items:center;justify-content:center;box-shadow:0 12px 48px #6b72804d;position:relative;overflow:hidden}.visual-circle img{width:100%;height:100%;object-fit:cover;border-radius:12px;z-index:1;position:relative}.cta-text{font-weight:500;color:#1f2937;margin:20px 0 12px}.cta-button{background:linear-gradient(135deg,#8b5cf6,#3b82f6);color:#fff;border:none;padding:10px 20px;border-radius:6px;font-weight:500;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #8b5cf633;font-size:.9rem}.cta-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #8b5cf64d}.contact-info{margin-top:20px}.email-link{display:inline-block;padding:12px 20px;background:linear-gradient(135deg,#8b5cf6,#3b82f6);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 16px #8b5cf64d}.email-link:hover{transform:translateY(-2px);box-shadow:0 8px 24px #8b5cf666;color:#fff;text-decoration:none}@media (max-width: 768px){.arjen-sankareille-section{padding:40px 0}.zigzag-item{flex-direction:column!important;gap:20px;margin-bottom:40px;text-align:center}.zigzag-left,.zigzag-right{flex-direction:column!important}.zigzag-text{order:1}.zigzag-visual{order:2;flex:none}.visual-circle{width:150px;height:100px}.zigzag-text h3{font-size:1.3rem}.zigzag-text h3:after{left:50%;transform:translate(-50%)}}@media (max-width: 480px){.arjen-sankareille-content{padding:0 16px}.zigzag-item{margin-bottom:30px;gap:15px}.zigzag-text h3{font-size:1.2rem}.zigzag-text p{font-size:.9rem}.visual-circle{width:150px;height:100px}.cta-container{padding:16px}}.language-toggle{position:fixed;bottom:20px;right:20px;z-index:1000}.language-btn{background:linear-gradient(135deg,#8b5cf6,#3b82f6);color:#fff;border:none;width:40px;height:40px;border-radius:50%;font-weight:600;font-size:.8rem;cursor:pointer;transition:all .3s ease;box-shadow:0 3px 12px #8b5cf64d;display:flex;align-items:center;justify-content:center}.language-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #8b5cf666}.language-btn:active{transform:translateY(0)}@media (max-width: 768px){.language-toggle{bottom:15px;right:15px}.language-btn{width:35px;height:35px;font-size:.7rem}}@media (max-width: 480px){.language-toggle{bottom:10px;right:10px}.language-btn{width:30px;height:30px;font-size:.65rem}}@media (max-width: 480px){.letku-contact-content h2{font-size:1.5rem}.letku-contact-form{padding:20px}}.liitu-container{min-height:100vh;background:linear-gradient(135deg,#f8f8fc,#f0f0f8);font-family:Inter,sans-serif;overflow-x:hidden}.hero-section{position:relative;padding:120px 20px 60px;max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.hero-bg{position:absolute;top:0;left:0;width:100%;z-index:-1;opacity:.15}.hero-wave{width:100%;height:200px}.section--title{font-size:16px;font-weight:500;color:#6366f1;margin:0;letter-spacing:1px;text-transform:uppercase}.hero--section--title{font-size:56px;font-weight:900;line-height:1;margin:8px 0 16px}.hero--section-title--color{background:linear-gradient(135deg,#5e3bee,#8b5cf6,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-content p{font-size:.95rem;color:#4b5563;line-height:1.4;margin-bottom:20px}.hero-image-section{display:flex;flex-direction:column;align-items:center}.hero-image{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.carousel-container{position:relative;width:100%;height:400px;overflow:hidden;border-radius:20px}.image-title{text-align:center;margin-bottom:16px;font-size:1.1rem;font-weight:600;color:#1f2937;background:linear-gradient(135deg,#8b5cf6,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;opacity:0;transition:opacity .8s ease-in-out;border:2px solid #E5E7EB;border-radius:16px;cursor:pointer}.hero-img.active{opacity:1}.hero-img:hover{border-color:#8b5cf6;transform:scale(1.02);transition:all .3s ease}.carousel-indicators{display:flex;gap:8px;justify-content:center;margin-top:16px}.indicator{width:12px;height:12px;border-radius:50%;border:none;background:#ffffff80;cursor:pointer;transition:all .3s ease}.indicator.active{background:#8b5cf6;transform:scale(1.2)}.indicator:hover{background:#fffc}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modal-content{position:relative;max-width:90vw;max-height:90vh;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 20px 60px #0000004d}.modal-close{position:absolute;top:16px;right:16px;background:#00000080;color:#fff;border:none;border-radius:50%;width:40px;height:40px;font-size:24px;cursor:pointer;z-index:1001;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.modal-close:hover{background:#000c;transform:scale(1.1)}.modal-image-container{position:relative;max-width:100%;max-height:80vh;display:flex;flex-direction:column;align-items:center}.modal-image{max-width:100%;max-height:70vh;object-fit:contain;border-radius:16px}.modal-title{padding:20px;font-size:1.2rem;font-weight:600;color:#1f2937;text-align:center;background:#f9fafb;width:100%}.hero-cta{background:linear-gradient(135deg,#5e3bee,#8b5cf6,#06b6d4);font-size:1rem;font-weight:600;padding:12px 24px}.hero-divider{line-height:0;overflow:hidden;margin-top:8px}.hero-divider-wave{display:block;width:100%;height:auto}.features-wrapper{width:100%;background:#f3e8ff}.features-section{padding:80px 20px;max-width:1200px;margin:0 auto}.features-section h2{text-align:center;font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:12px}.features-section p{text-align:center;font-size:1rem;color:#6b7280;margin-bottom:40px;max-width:600px;margin-left:auto;margin-right:auto}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px}.feature-card{background:#fff;padding:24px 20px;border-radius:16px;box-shadow:0 4px 16px #00000014;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.feature-icon{width:64px;height:64px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;font-size:1.6rem;background:linear-gradient(135deg,#f9fafb,#eef2ff)}.feature-card h3{font-size:1.2rem;font-weight:600;margin-bottom:12px}.feature-card p{font-size:.95rem;color:#6b7280;line-height:1.4}.testimonial-section{padding:80px 20px;background:linear-gradient(135deg,#8b5cf6,#06b6d4);color:#fff}.testimonial-content{max-width:700px;margin:0 auto;text-align:center}.testimonial-content h2{font-size:2rem;font-weight:700;margin-bottom:20px}.testimonial-content p{font-size:1.1rem;line-height:1.5;margin-bottom:24px}.testimonial-author{font-weight:600;font-size:1rem}.final-cta-section{padding:80px 20px;text-align:center;max-width:700px;margin:0 auto}.final-cta-section h2{font-size:2rem;font-weight:700;margin-bottom:20px}.final-cta-section p{font-size:1rem;color:#6b7280;margin-bottom:32px;line-height:1.4}.cta-button{display:inline-flex;align-items:center;gap:8px;background:#8b5cf6;color:#fff;padding:12px 24px;border-radius:10px;font-weight:600;font-size:1rem;box-shadow:0 4px 16px #8b5cf64d;border:none;cursor:pointer;transition:all .3s ease}.cta-button:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 8px 24px #8b5cf666}.reveal{opacity:0;transform:translateY(20px);animation:revealAnim .8s ease forwards}@keyframes revealAnim{to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.hero-section{grid-template-columns:1fr;gap:32px;padding:120px 20px 40px;text-align:center}.hero--section--title{font-size:44px}.section--title{font-size:14px}.hero-content{order:1}.hero-image-section{order:2}.hero-content p:last-of-type{display:none}.hero-content p{font-size:.9rem;line-height:1.3;margin-bottom:12px}.hero-content .hero-cta{font-size:.85rem;padding:8px 16px;margin-bottom:0}.hero-image-section{margin-top:-8px}.image-title{font-size:1rem;margin-bottom:6px;margin-top:0}.carousel-container{height:280px}.carousel-indicators{display:none}}@media (max-width: 480px){.hero--section--title{font-size:36px}.section--title{font-size:13px}.cta-button{padding:10px 18px;font-size:.95rem}.features-section h2,.final-cta-section h2,.testimonial-content h2{font-size:1.5rem}}
