:root{font-family:Montserrat,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#f2f2f8;background-color:#09090f;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-sizing:border-box}*{font-family:Montserrat,sans-serif;box-sizing:border-box}a{font-weight:500;color:#4f8ef7;text-decoration:inherit}a:hover{color:#7ca8f9}html{background-color:#09090f}body{margin:0;overflow-x:hidden;background-color:#09090f}h1{font-size:3.2em;line-height:1.1}button{border-radius:10px;border:1px solid transparent;padding:.65em 1.4em;font-size:1em;font-weight:600;font-family:inherit;background-color:transparent;cursor:pointer;transition:all .2s ease}button:focus,button:focus-visible{outline:none}.page{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;background-color:#09090f}.projects{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}.contact{display:flex;justify-content:center;align-items:center;flex-direction:row;width:100%}.footer{width:100%}.particles{position:absolute;top:0;left:0;width:100%;pointer-events:none;z-index:1}.projects-container{width:100%;padding:80px 0 100px;display:flex;flex-direction:column;align-items:center}.projects-header-block{width:80%;max-width:1100px;margin-bottom:48px}.projects-eyebrow{font-size:.7em;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#4f8ef7;margin-bottom:12px}.projects-title{font-size:3em;font-weight:800;color:#f2f2f8;margin:0 0 14px;letter-spacing:-.025em}.projects-subtitle{font-size:1.02em;color:#f2f2f880;margin:0;font-weight:400;line-height:1.65}.projects-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;width:80%;max-width:1100px;opacity:0;transform:translateY(18px);transition:opacity .5s ease,transform .5s ease}.projects-grid.animate{opacity:1;transform:translateY(0)}.project-card{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:32px;display:flex;flex-direction:column;justify-content:space-between;min-height:260px;transition:border-color .25s ease,background .25s ease,transform .2s ease}.project-card:hover{border-color:#4f8ef759;background:#4f8ef70d;transform:translateY(-3px)}.project-card-top{display:flex;flex-direction:column}.project-status{display:inline-block;padding:3px 10px;border-radius:20px;font-size:.66em;font-weight:700;letter-spacing:.07em;text-transform:uppercase;width:fit-content;margin-bottom:16px}.project-status.live{background:#34d3991f;color:#34d399;border:1px solid rgba(52,211,153,.22)}.project-name{font-size:1.65em;font-weight:700;color:#f2f2f8;margin:0 0 10px;letter-spacing:-.02em}.project-description{color:#f2f2f88c;font-size:.92em;line-height:1.72;margin:0;font-weight:400}.project-card-bottom{margin-top:28px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}.project-tags{display:flex;flex-wrap:wrap;gap:8px}.project-tag{padding:4px 12px;border-radius:7px;background:#ffffff0f;color:#f2f2f88c;font-size:.76em;font-weight:500;border:1px solid rgba(255,255,255,.08)}.project-link{color:#4f8ef7;text-decoration:none;font-weight:600;font-size:.86em;transition:opacity .2s ease;letter-spacing:.01em}.project-link:hover{opacity:.7}.project-card-placeholder{border-style:dashed;border-color:#ffffff17;background:transparent;display:flex;align-items:center;justify-content:center;min-height:200px}.project-card-placeholder:hover{border-color:#ffffff26;background:#ffffff04;transform:none}.placeholder-inner{display:flex;flex-direction:column;align-items:center;gap:10px}.placeholder-icon{font-size:1.3em;color:#f2f2f82e}.placeholder-label{color:#f2f2f838;font-size:.88em;font-style:italic;font-weight:400}@media (max-width: 900px){.projects-title{font-size:2.2em}.projects-grid{grid-template-columns:1fr;width:88%}.projects-header-block{width:88%}}@media (max-width: 600px){.projects-container{padding:60px 0 80px}.projects-title{font-size:1.9em}.project-card{padding:24px}.project-name{font-size:1.4em}}.price-estimate-container{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;margin-bottom:50px;color:#f2f2f8}.price-estimate-header{margin-top:50px;width:80%;font-size:3.2em;font-weight:800;letter-spacing:-.025em;color:#f2f2f8}.price-estimate-subheader{width:80%;display:flex;flex-direction:row;justify-content:flex-end;align-items:center;text-align:right;font-size:1.05em;color:#f2f2f88c;margin-top:16px;font-weight:400;line-height:1.7}.price-estimate-subheader div{width:50%}.questionnaire-container{margin-top:36px;width:80%;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:16px;height:350px;position:relative;display:flex;justify-content:center;align-items:center;overflow:hidden}.questionnaire{position:relative;height:100%;display:flex;justify-content:center;align-items:center;width:100%;opacity:1;transition:.25s}.questionnaire.opacity-low{opacity:0;transition:.25s}.question{position:absolute;top:28px;font-size:1.15em;font-weight:600;text-align:center;color:#f2f2f8;padding:0 60px;letter-spacing:-.01em}.radio-button-label{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;margin-bottom:6px;font-size:.95em;color:#f2f2f8bf;font-weight:400;cursor:pointer}.radio-button-label:hover{color:#f2f2f8}input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:2px solid rgba(255,255,255,.25);border-radius:50%;transition:border-color .15s,background .15s;background-color:transparent;margin-right:10px;min-width:16px!important;min-height:16px!important;cursor:pointer}input[type=radio]:hover{border-color:#4f8ef799;transition:border-color .15s;cursor:pointer}input[type=radio]:checked{background-color:#4f8ef7;border-color:#4f8ef7;padding:1px}.questionnaire-button{position:absolute;transition:.2s;padding:0 18px;border-radius:50%;background-color:transparent;color:#fff3;cursor:default}.questionnaire-button h4{font-weight:300;padding:0;margin:0;transform:scaleY(2);font-size:36px}.questionnaire-button.active{color:#f2f2f8b3}.questionnaire-button.active:hover{cursor:pointer;transition:.2s;color:#f2f2f8;background-color:#ffffff12}.questionnaire-button.next{right:24px}.questionnaire-button.next h4{margin-left:4px}.questionnaire-button.back h4{margin-right:4px}.questionnaire-button.back{left:24px}.options{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;text-align:left;max-width:78%;margin-top:30px}.progress-bar-container{position:absolute;bottom:20px;width:260px;height:4px;background:#ffffff1a;border-radius:4px;overflow:hidden}.progress-bar{background:linear-gradient(90deg,#4f8ef7,#8b7cf6);height:100%;transition:width .6s cubic-bezier(.4,0,.2,1);border-radius:4px}.estimated-price-container{height:100%;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.estimated-price-header{position:absolute;top:28px;font-size:1em;font-weight:600;color:#f2f2f899;letter-spacing:.05em;text-transform:uppercase;font-size:.75em}.estimated-price{display:flex;flex-direction:row;justify-content:center;align-items:baseline;gap:2px}.low-end,.high-end{font-size:2.8em;font-weight:800;color:#34d399;letter-spacing:-.03em}.get-started{margin-top:28px;padding:13px 28px;background:linear-gradient(135deg,#4f8ef7,#8b7cf6);color:#fff;border:none;border-radius:10px;font-weight:600;font-size:.93em;cursor:pointer;transition:opacity .2s,transform .15s;font-family:inherit}.get-started:hover{opacity:.87;transform:translateY(-2px)}@media (max-width: 1300px){.price-estimate-header{font-size:2.6em}.price-estimate-subheader{font-size:1em}}@media (max-width: 910px){.price-estimate-subheader{font-size:.95em}}@media (max-width: 800px){.price-estimate-header{display:flex;flex-direction:row;justify-content:center;font-size:2em}.price-estimate-subheader{justify-content:center;text-align:center;font-size:.9em}.price-estimate-subheader div{width:90%}.question{font-size:1em;padding:0 50px}}@media (max-width: 730px){.questionnaire-button.next{right:-24px;z-index:20}.questionnaire-button.back{left:-24px;z-index:20}.questionnaire-container{height:500px}.question{margin-bottom:10px}.radio-button-label{font-size:.9em}}.landing{height:100%;position:relative;width:100%}.landing .content{display:flex;flex-direction:row;align-items:center;width:88%;text-align:left;gap:48px}.hook{width:50%;margin-bottom:20px}.landing .image{z-index:10;display:flex;flex-direction:row;justify-content:flex-end;align-items:center;width:50%}.image img{width:88%;animation:pulse-glow 8s ease-in-out infinite;filter:drop-shadow(0 0 40px rgba(79,142,247,.18))}@keyframes pulse-glow{0%,to{opacity:1;filter:drop-shadow(0 0 40px rgba(79,142,247,.18))}50%{opacity:.88;filter:drop-shadow(0 0 60px rgba(139,124,246,.28))}}.badge{display:inline-block;padding:5px 14px;background:#4f8ef71a;border:1px solid rgba(79,142,247,.22);border-radius:20px;color:#4f8ef7;font-size:.68em;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:22px}.title{font-size:3.8em;line-height:1.1;font-weight:800;color:#f2f2f8;margin:0;letter-spacing:-.025em}.gradient-text{background:linear-gradient(135deg,#4f8ef7,#8b7cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.title2{width:86%;font-size:1.05em;line-height:1.75;margin-top:18px;color:#f2f2f88c;font-weight:400}.landing .buttons{margin-top:36px;display:flex;flex-direction:row;gap:12px;align-items:center;flex-wrap:wrap}.btn-primary{padding:13px 28px;background:linear-gradient(135deg,#4f8ef7,#8b7cf6);color:#fff;border:none;border-radius:10px;font-weight:600;font-size:.93em;cursor:pointer;transition:opacity .2s,transform .15s;font-family:inherit;letter-spacing:.01em}.btn-primary:hover{opacity:.87;transform:translateY(-2px)}.btn-outline{padding:13px 28px;background:transparent;color:#f2f2f8d1;border:1px solid rgba(255,255,255,.16);border-radius:10px;font-weight:600;font-size:.93em;cursor:pointer;transition:background .2s,border-color .2s,transform .15s;font-family:inherit;letter-spacing:.01em}.btn-outline:hover{background:#ffffff12;border-color:#ffffff47;transform:translateY(-2px)}@media (max-width: 1100px){.hook{width:55%}.landing .image{width:45%}.title{font-size:3em}}@media (max-width: 900px){.landing .content{flex-direction:column;align-items:center;justify-content:center;width:88%;height:90%;text-align:center;gap:20px}.hook{width:100%;display:flex;flex-direction:column;align-items:center}.landing .image{justify-content:center;width:80%;margin-top:0}.image img{width:58%}.container{display:flex;flex-direction:column;align-items:center}.title{font-size:2.6em;text-align:center}.title2{font-size:1em;width:72%;text-align:center}.landing .buttons{justify-content:center}}@media (max-width: 600px){.landing{margin-top:50px}.landing .content{height:100%}.landing .image{width:100%;margin-top:10px}.image img{width:78%}.title{font-size:2.2em}.title2{width:88%;font-size:.93em}.btn-primary,.btn-outline{padding:12px 22px;font-size:.88em}}.feedback-container{width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;padding-top:50px;padding-bottom:50px}.feedback-row{width:85%;padding-top:20px;padding-bottom:20px}.feedback-row.feedback-header{color:#fff;font-size:4em}.feedback-row.description{display:flex;flex-direction:row;justify-content:space-between}.feedback-top-border{position:absolute;top:0;left:0;width:0%;background-color:#fff;height:2px}.feedback-top-border.animate{transition:.5s ease-in-out;width:100%}.feedback-row.testimonial{opacity:0;position:relative;display:flex;flex-direction:row;align-items:center;color:#fff}.feedback-row.testimonial.animate{opacity:1;transition:.5s}.feedback-row.testimonial .text{max-width:50%;display:flex;flex-direction:column;height:100px;justify-content:space-between}.feedback-row.testimonial .text .person{font-size:2.5em}.feedback-row.testimonial .text .response{font-size:1em}.left{justify-content:flex-start}.right{justify-content:flex-end}.contact-container{width:100vw;padding-top:50px;display:flex;flex-direction:column;align-items:center;padding-bottom:400px;z-index:10}.contact-container.animate{transition:.4s ease-in-out;padding-bottom:100px}.contact-header{font-size:3.2em;font-weight:800;color:#f2f2f8;letter-spacing:-.025em;width:80%;max-width:1100px}.contact-eyebrow{font-size:.7em;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#4f8ef7;margin-bottom:12px;width:80%;max-width:1100px}.contact-card{margin-top:40px;width:80%;max-width:1100px;min-height:0px;height:0px;overflow:hidden;display:flex;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08);background-color:transparent;flex-direction:row;justify-content:space-between}.contact-card.animate{min-height:320px;padding-bottom:60px;padding-top:60px;background-color:#ffffff06;transition:.3s ease-in-out}.left-column{height:100%;font-size:1em;max-width:34%;color:#f2f2f8b3;display:flex;flex-direction:column;justify-content:center;gap:20px;padding:0 48px}.left-column .text1{line-height:1.75;color:#f2f2f8a6;font-weight:400}.left-column .text2{color:#f2f2f866;font-size:.9em;font-weight:400}.right-column{height:100%;display:flex;flex-direction:column;justify-content:center;position:relative;padding:0 48px 0 0;gap:12px}.input-container{display:flex;flex-direction:column;gap:6px}.input-label{color:#f2f2f880;font-size:.78em;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.form-input{width:380px;padding:10px 14px;color:#f2f2f8;border:1px solid rgba(255,255,255,.1);background-color:#ffffff0a;outline:none;resize:none;font-size:.95em;font-family:inherit;border-radius:10px;transition:border-color .2s ease,background .2s ease}.form-input:focus{border-color:#4f8ef780;background-color:#4f8ef70d}.input-container textarea{height:80px}.submit-button{border-radius:10px;background-color:#ffffff0f;border:1px solid rgba(255,255,255,.1);outline:none;font-weight:600;color:#f2f2f84d;font-family:inherit;font-size:.93em;padding:12px;margin-top:4px;cursor:default;transition:all .2s ease}.submit-button.active{background:linear-gradient(135deg,#4f8ef7,#8b7cf6);border-color:transparent;color:#fff;cursor:pointer}.submit-button.active:hover{opacity:.87;transform:translateY(-1px)}.success-message{color:#34d399;font-size:.85em;width:100%;display:flex;align-items:center;justify-content:center;margin-bottom:16px;font-weight:600;letter-spacing:.02em}@media (max-width: 1100px){.contact-header,.contact-eyebrow,.contact-card{width:88%}.left-column{padding:0 32px}.right-column{padding:0 32px 0 0}}@media (max-width: 900px){.contact-card{flex-direction:column;align-items:center;width:88%}.contact-card.animate{min-height:560px;padding-top:40px;padding-bottom:40px}.right-column{width:100%;align-items:center;padding:0}.left-column{flex-direction:column;align-items:center;max-width:100%;padding:0;text-align:center}.left-column .text1,.left-column .text2{width:80%}.submit-button{width:80%;margin-top:8px}.input-container{width:80%}.form-input{width:100%}.contact-header{font-size:2.4em}}@media (max-width: 600px){.contact-header{font-size:2em;width:90%}.contact-eyebrow,.contact-card{width:90%}.left-column .text1,.left-column .text2{font-size:.9em;width:88%}}.olsonify-footer{width:100%;background:#ffffff05;color:#f2f2f8;display:flex;justify-content:center;align-items:center;border-top:1px solid rgba(255,255,255,.07);padding:48px 0}.footer-content{display:flex;flex-direction:row;justify-content:space-between;width:80%;max-width:1100px;flex-wrap:wrap;gap:32px}.footer-section{display:flex;flex-direction:column;gap:8px;min-width:160px}.footer-link-container{display:flex;flex-direction:row;gap:24px}.footer-link-section{display:flex;flex-direction:column;gap:8px}.footer-logo{font-weight:700;font-size:1em;color:#f2f2f8;letter-spacing:-.01em}.footer-tag{font-size:.8em;color:#f2f2f859;font-weight:400}.footer-heading{font-weight:700;font-size:.78em;letter-spacing:.08em;text-transform:uppercase;color:#f2f2f866;margin-bottom:4px}.footer-text{font-size:.88em;color:#f2f2f88c;font-weight:400}.footer-link{font-size:.88em;color:#f2f2f88c;cursor:pointer;transition:color .2s ease;font-weight:400}.footer-link:hover{color:#4f8ef7}@media (max-width: 768px){.footer-content{flex-direction:column;align-items:flex-start;width:88%;gap:28px}.footer-section{min-width:unset}}.header{position:fixed;top:0;width:100%;height:64px;display:flex;justify-content:space-between;align-items:center;transition:background .3s ease,border-color .3s ease,backdrop-filter .3s ease;padding:0 40px;z-index:20;background:transparent;color:#f2f2f8;border-bottom:1px solid transparent}.header-scroll{background:#09090fd1;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-bottom:1px solid rgba(255,255,255,.07)}.header img{width:160px;transition:.2s}.nav{display:flex;justify-content:flex-end;align-items:center;gap:4px}.nav-icon{display:none}.navButton{color:#f2f2f8a6;padding:8px 14px;transition:color .2s ease,background .2s ease;border:none;border-radius:8px;background-color:transparent;outline:none;font-size:.85em;font-weight:500;letter-spacing:.03em;text-transform:capitalize}.navButton:focus{outline:none}.navButton-selected{color:#4f8ef7}.navButton:hover{color:#f2f2f8;background:#ffffff12}.close-button{position:absolute;top:18px;left:22px;font-weight:300;font-size:28px;cursor:pointer;color:#f2f2f899;line-height:1;transform:none}@media (max-width: 768px){.header{justify-content:space-between;padding:0 20px}.nav-icon{display:flex;align-items:center;font-size:20px;cursor:pointer;z-index:100;color:#f2f2f8bf}.nav{flex-direction:column;justify-content:flex-start;align-items:stretch;position:fixed;height:100vh;z-index:2000;width:70%;right:-80%;transition:right .26s cubic-bezier(.4,0,.2,1);background:#09090ff7;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);top:0;border-left:1px solid rgba(255,255,255,.08);padding-top:80px;gap:0}.navButton{width:100%;padding:18px 28px;font-size:1.05em;text-align:left;border-radius:0;color:#f2f2f8bf;border-bottom:1px solid rgba(255,255,255,.05)}.navButton:hover{background:#ffffff0d;color:#f2f2f8}.nav.drawer{right:0;transition:right .26s cubic-bezier(.4,0,.2,1)}.header img{width:140px}}.admin-container{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;background-color:#000;width:100%;height:100%}.admin-content{text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:50px;width:40%;box-shadow:0 2px 10px 3px #fff;padding:20px}.admin-content input{margin-bottom:20px}.radio-button{display:flex;justify-content:center;align-items:center;flex-direction:row}@media (max-width: 768px){.admin-content{width:80%}}.blog-article-container{background:#121212;font-family:Inter,sans-serif;padding-top:20px;width:100%}.blog-article{max-width:1000px;margin:0 auto;padding:40px 20px;font-family:Inter,sans-serif;color:#f2f2f2;line-height:1.8}.header-image{width:100%;height:400px;object-fit:cover;border-radius:10px;margin-bottom:30px}.main-title{font-size:3.2em;margin-bottom:30px;color:#349eeb;text-align:center}.section{margin-bottom:60px;position:relative}.section h2{text-align:left;font-size:2em;margin-bottom:20px;color:#fff}.section p{font-size:1.3em;margin:15px 0;text-align:left}.introduction{font-size:1.3em;margin:15px 0;text-align:center}.article-img{max-width:45%;margin:10px 20px;max-height:400px;border-radius:8px;box-shadow:0 8px 20px #0003}.align-left{float:left;margin-right:20px}.align-right{float:right;margin-left:20px}.custom-link{color:#349eeb}.table-of-contents{background-color:#1f1f1f;border-left:4px solid #349eeb;padding:20px;margin-bottom:40px;border-radius:6px}.table-of-contents h3{color:#fff;margin-bottom:10px}.table-of-contents ul{list-style:none;padding-left:0}.table-of-contents li{margin-bottom:8px}.toc-link{color:#349eeb;text-decoration:none;transition:color .2s}.toc-link:hover{color:#62c0ff}.faq-section-wrapper{display:flex;justify-content:center;align-items:center;width:100%}.faq-section{margin-top:60px;padding-top:40px;padding-left:20px;padding-right:20px;border-top:1px solid rgba(255,255,255,.1);max-width:1000px}.faq-section h2{font-size:2em;margin-bottom:20px;color:#fff}.faq-item h4{font-size:1.3em;margin:15px 0 8px;color:#349eeb}.faq-item p{font-size:1.2em;margin:0 0 20px;color:#fff}@media screen and (max-width: 768px){.article-img{float:none;display:block;margin:20px auto;max-width:100%}.main-title{font-size:2.4em}.section h2{font-size:1.5em}.introduction{text-align:left}.table-of-contents{padding:15px}.faq-section h2{font-size:1.6em}.faq-item h4{font-size:1.1em}.faq-item p{font-size:1em}}.blog-page{background-color:#121212;min-height:100vh;color:#fff;position:relative;overflow-y:hidden}.blog-grid{padding-top:70px;display:flex;flex-direction:column;align-items:center;min-height:calc(100vh - 230px);margin-bottom:50px}.blog-search-container{height:120px;display:flex;justify-content:space-between;align-items:center;flex-direction:column;margin-bottom:50px}.blog-search{background-color:#333;padding:10px;border-radius:15px;min-width:400px;outline:none;border:1px solid white;font-size:20px}.displayed-blogs{width:100%;height:100%;display:flex;flex-wrap:wrap;gap:24px;justify-content:center}.blog-card{max-width:300px;max-height:320px;text-decoration:none;background-color:#1e1e1e;border-radius:12px;overflow:hidden;box-shadow:0 0 12px #00000080;transition:transform .2s,box-shadow .2s}.blog-card:hover{transform:translateY(-4px);box-shadow:0 4px 20px #349eeb99}.blog-image{width:100%;max-height:180px;object-fit:cover}.blog-title{padding:16px;font-size:1.2em;font-weight:600;color:#fff}@media (max-width: 768px){.blog-card{width:90%}.blog-search{min-width:300px;font-size:16px}}
