@charset "UTF-8";@font-face{font-family:BR;src:url(/assets/br-CU3vB3BF.TTF)}@font-face{font-family:TB;src:url(/assets/tb-BziRmwb8.ttf)}@font-face{font-family:TN;src:url(/assets/tn-light-DO1ypU2-.ttf)}:root{--primary-color: #121212;--secondary-color: #f5f5f5;--background-color: rgb(255 255 255 / 1);--black: #111217;--brownl: #70392f;--brownd: #612e25;--yellow: lightgray;--orange: gray;--red: #990000;--green: #00cc66;--animationtime: 1.5s;--primary-glow: conic-gradient( from 180deg at 50% 50%, #ff166433 0deg, #ff08ff33 55deg, #ff545433 120deg, #ff000033 160deg, transparent 360deg );--secondary-glow: radial-gradient( rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) );--hue: 345deg;--sat: 100%;--blur: 0px;--hue2: calc(var(--hue) + 5deg);--sat2: calc(var(--sat) + 100%);--clr: hsl(var(--hue) var(--sat) 40%);--clr2: hsl(var(--hue2) var(--sat2) 85%);--text: hsla(var(--hue), 70%, 100%, .9);--gradoffset: 45%;--gradgap: 30%;--header-height: 60px;--footer-height: 170px}@media (prefers-color-scheme: dark){:root{--primary-color: #f5f5f5;--background-color: #121212;--yellow: #ffdc01;--orange: #fdac01;--green: #00ff80;--primary-glow: radial-gradient(rgba(255, 1, 1, .4), rgba(255, 1, 1, 0));--secondary-glow: linear-gradient( to bottom right, rgba(1, 65, 255, 0), rgba(1, 65, 255, 0), rgba(255, 1, 1, .3) );--hue: 345deg;--sat: 100%;--hue2: calc(var(--hue) + 5deg);--sat2: calc(var(--sat) + 100%);--clr: hsl(var(--hue) var(--sat) 40%);--clr2: hsl(var(--hue2) var(--sat2) 85%);--text: hsla(var(--hue), 70%, 100%, .9);--gradoffset: 45%;--gradgap: 30%}}[data-theme=light]{--primary-color: #121212;--background-color: #f5f5f5;--black: #111217;--brownl: #70392f;--brownd: #612e25;--yellow: lightgray;--orange: gray;--red: #990000;--green: #00cc66;--animationtime: 1.5s;--contact-accent: #111217;--contact-glow: rgba(0, 0, 0, .18);--inspire-accent: #111217}[data-theme=dark]{--primary-color: #f5f5f5;--background-color: #121212;--yellow: #ffdc01;--orange: #fdac01;--green: #00ff80;--contact-accent: #ffffff;--contact-glow: rgba(255, 255, 255, .2);--inspire-accent: #ffffff;--primary-glow: radial-gradient(rgba(255, 1, 1, .4), rgba(255, 1, 1, 0));--secondary-glow: linear-gradient( to bottom right, rgba(1, 65, 255, 0), rgba(1, 65, 255, 0), rgba(255, 1, 1, .3) );--hue: 345deg;--sat: 100%;--hue2: calc(var(--hue) + 5deg);--sat2: calc(var(--sat) + 100%);--clr: hsl(var(--hue) var(--sat) 40%);--clr2: hsl(var(--hue2) var(--sat2) 85%);--text: hsla(var(--hue), 70%, 100%, .9);--gradoffset: 45%;--gradgap: 30%}body{margin:0;font-family:TB,-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;background:var(--background-color);color:var(--primary-color);scroll-behavior:smooth}main{min-height:calc(100vh - var(--header-height) - var(--footer-height));width:100%;padding-top:var(--header-height)}code,.code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::-webkit-scrollbar{width:3px}::-webkit-scrollbar-thumb{background:red}::-webkit-scrollbar-track-piece:end{background:transparent;margin-bottom:10vh}::-webkit-scrollbar-track-piece:start{background:transparent;margin-top:10vh}h1{font-size:5em;font-weight:700;margin:0}h2{font-size:4em;margin:0;font-weight:100}ul{list-style:none;padding:0;margin:0;font-size:1.5em}ul li{margin:0;padding:0;font-family:TN}@media (max-width: 768px){h1{font-size:3em}h2{font-size:2em}ul{font-size:1em}}.grecaptcha-badge{visibility:hidden!important}.App{min-height:100vh;min-height:100svh}.main{display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden;width:100%;background:radial-gradient(1200px circle at 10% 10%,rgba(255,120,80,.18),transparent 55%),radial-gradient(900px circle at 90% 5%,rgba(255,30,90,.14),transparent 50%),linear-gradient(135deg,rgba(15,17,25,.2),transparent 40%),var(--background-color)}.careers{max-width:1200px;margin:0 auto;padding:100px 20px 40px}.careers .careers-title{font-size:2.5rem;color:var(--primary-color, #ffffff);text-align:center;margin-bottom:10px}.careers .careers-subtitle{font-family:Roboto,sans-serif;font-size:1.75rem;color:#bbb;text-align:center;margin-bottom:30px}.careers .open-positions{display:grid;gap:20px}.careers .position-card{background:#1e1e1e;border-radius:12px;box-shadow:0 4px 6px #0003;overflow:hidden;transition:transform .3s ease}.careers .position-card:hover{transform:translateY(-5px)}.careers .position-card .summary{display:flex;justify-content:space-between;align-items:center;padding:20px;cursor:pointer;background:#2a2a2a;transition:background .3s ease}.careers .position-card .summary:hover{background:#333}.careers .position-card .summary .summary-content h4{font-family:Roboto,sans-serif;font-size:1.25rem;color:#fff;margin:0 0 5px}.careers .position-card .summary .summary-content p{font-family:Roboto,sans-serif;font-size:1rem;color:#aaa;margin:0}.careers .position-card .summary .toggle-icon .material-icons{font-size:24px;color:#fff;transition:color .3s ease}.careers .position-card .details{padding:20px;max-height:0;opacity:0;overflow:hidden;transition:max-height .3s ease,opacity .3s ease}.careers .position-card .details.open{max-height:500px;opacity:1}.careers .position-card .details h5{font-family:Roboto,sans-serif;font-size:1.1rem;color:#fff;margin:15px 0 10px}.careers .position-card .details ul{list-style:disc;padding-left:20px;margin:0 0 15px}.careers .position-card .details ul li{font-family:Roboto,sans-serif;font-size:1rem;color:#ccc;margin-bottom:5px}.careers .position-card .details p{font-family:Roboto,sans-serif;font-size:1rem;color:#ccc;margin:0 0 15px}.careers .position-card .details .apply-button{display:inline-block;padding:10px 20px;background:var(--red);color:#fff;font-family:Roboto,sans-serif;font-size:1rem;border:none;border-radius:6px;cursor:pointer;transition:background .3s ease}.careers .position-card .details .apply-button:hover{background:#e63939}@media (max-width: 768px){.careers .careers-title{font-size:2rem}.careers .careers-subtitle{font-size:1.5rem}.careers .position-card .summary,.careers .position-card .details{padding:15px}}.header{height:var(--header-height);display:flex;position:absolute;justify-content:space-between;align-items:center;border-bottom:1px solid var(--red);border-radius:2em;top:0;padding:0 6em;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:var(--background-color);z-index:20;width:auto;min-width:600px;max-width:1200px;box-sizing:border-box}.header a{font-size:1.5em;margin:5px;padding:5px;text-decoration:none;color:var(--primary-color);font-family:TN}.header a h1{flex:.5;margin:0;padding:0 10px;font-family:BR;font-weight:100;text-transform:lowercase;font-size:1.5em}@media only screen and (max-width: 600px){.header{padding:0 2em;margin:0;min-width:300px}.menu{display:none}}.footer{background-color:var(--backgrounf-color);color:var(--primary-color, #ffffff);padding:40px 20px 20px;width:100%;font-family:source-code-pro}.footer .footer-content{display:flex;justify-content:space-between;max-width:1200px;margin:0 auto 30px}.footer .footer-content .footer-section{display:flex;flex-direction:column;align-items:flex-start}.footer .footer-content .footer-section.contact-us,.footer .footer-content .footer-section.quick-links{min-width:200px}.footer .footer-content .footer-section.social-connect{align-items:center}.footer .footer-content .footer-section .footer-title{font-family:TB;font-weight:200;font-size:1.75rem;color:car(--red);margin-bottom:15px}.footer .footer-content .footer-section a{color:var(--primary-color, #cccccc);text-decoration:none;margin:8px 0;font-size:1rem;font-family:TB;transition:color .3s ease}.footer .footer-content .footer-section a:hover{color:var(--red)}.footer .footer-content .footer-section p{font-family:TN;font-weight:200;font-size:1rem;color:var(--primary-color, #cccccc);margin:8px 0}.footer .footer-content .footer-section .social-links{display:flex;gap:15px}.footer .footer-content .footer-section .social-links .social-icon{display:flex;align-items:center;justify-content:center}.footer .footer-content .footer-section .social-links .social-icon .material-icons{font-size:2rem;color:var(--foreground-color, #ffffff);transition:color .3s ease,transform .3s ease}.footer .footer-content .footer-section .social-links .social-icon .material-icons:hover{color:var(--red);transform:scale(1.1)}.footer .footer-bottom{text-align:center;padding-top:20px;border-top:1px solid #333333;margin-top:20px}.footer .footer-bottom p{font-family:source-code-pro;font-size:.875rem;color:var(--foreground-color, #aaaaaa);margin:0}@media only screen and (max-width: 768px){.footer .footer-content{flex-direction:column;align-items:center;text-align:center;gap:30px}.footer .footer-content .footer-section{align-items:center}.footer .footer-content .footer-section.social-connect{margin-top:10px}}@media only screen and (max-width: 600px){.footer{padding:30px 15px}.footer .footer-title{font-size:1.5rem}.footer .social-links .material-icons{font-size:1.75rem}}.fire{cursor:pointer;position:relative;height:150px;width:150px}.fire p{position:absolute;font-family:Lobster;font-size:medium;z-index:1000000;right:30%;opacity:.5;top:15%}.fire .flames{position:absolute;bottom:40%;left:50%;width:60%;height:60%;transform:translate(-50%) rotate(45deg)}.fire .flames .flame{position:absolute;right:0%;bottom:0%;width:0%;height:0%;background-color:var(--yellow);border-radius:1vh}.fire .flames .flame:nth-child(odd){animation:flameodd var(--animationtime) ease-in infinite}.fire .flames .flame:nth-child(2n){animation:flameeven var(--animationtime) ease-in infinite}.fire .flames .flame:nth-child(1){animation-delay:0s}.fire .flames .flame:nth-child(2){animation-delay:calc(var(--animationtime) / 4)}.fire .flames .flame:nth-child(3){animation-delay:calc(var(--animationtime) / 4 * 2)}.fire .flames .flame:nth-child(4){animation-delay:calc(var(--animationtime) / 4 * 3)}.fire .logs{position:absolute;bottom:25%;left:50%;transform:translate(-50%);width:100%;height:15%}.fire .logs:before,.fire .logs:after{position:absolute;content:"";top:50%;left:50%;transform:translate(-50%,-50%) rotate(20deg);height:100%;width:100%;border-radius:1vh;background-color:var(--brownl)}.fire .logs:before{transform:translate(-50%,-50%) rotate(-20deg);background-color:var(--brownd)}@keyframes flameodd{0%,to{width:0%;height:0%}25%{width:100%;height:100%}0%{background-color:var(--yellow);z-index:1000000}40%{background-color:var(--orange);z-index:1000000}to{background-color:var(--red);z-index:-10}0%{right:0%;bottom:0%}25%{right:1%;bottom:2%}to{right:150%;bottom:170%}}@keyframes flameeven{0%,to{width:0%;height:0%}25%{width:100%;height:100%}0%{background-color:var(--yellow);z-index:1000000}40%{background-color:var(--orange);z-index:1000000}to{background-color:var(--red);z-index:-10}0%{right:0%;bottom:0%}25%{right:2%;bottom:1%}to{right:170%;bottom:150%}}.content{position:relative;display:flex;flex-direction:row;justify-content:center;width:100%;background:radial-gradient(1200px circle at 10% 10%,rgba(90,120,255,.18),transparent 55%),radial-gradient(900px circle at 90% 5%,rgba(255,40,140,.18),transparent 50%),radial-gradient(600px circle at 80% 80%,rgba(60,240,255,.15),transparent 45%),linear-gradient(135deg,rgba(10,12,20,.6),transparent 45%),var(--background-color);overflow:hidden;isolation:isolate}.content .content1{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:stretch;text-align:left}.content .content1 .fire{position:fixed;right:0;bottom:0;overflow:visible;z-index:999;pointer-events:auto;cursor:pointer}.content .content1 .fire *{pointer-events:auto}.content .content1 .part{max-width:1120px;position:relative;display:flex;flex-direction:column;justify-content:center;min-height:auto;align-items:flex-start;width:min(1120px,100%);padding:clamp(56px,8vw,120px) clamp(20px,6vw,96px);gap:clamp(16px,4vw,40px);align-self:center}.content .content1 .part ul{z-index:2;width:100%;display:grid;gap:12px;list-style:none;padding:0;margin:0}.content .content1 .part ul span{font-size:1.5em;margin:0 10px}.content .content1 .part a{color:var(--primary-color)}.content .content1 .part iframe{width:100%;height:clamp(320px,60vh,640px);border:none;border-radius:18px;overflow:hidden;box-shadow:0 30px 60px #00000059}.content .content1 .part .det:before{background:var(--secondary-glow);border-radius:50%;width:480px;height:1000px;margin-left:-240px;z-index:-1}.content .content1 .part .det:after{background:var(--primary-glow);width:240px;height:180px;z-index:-1}.content .content1 .part .det:before,.content .content1 .part .det:after{content:"";top:20%;left:50%;position:absolute;filter:blur(45px);transform:translateZ(0);pointer-events:none}.content .content1 .part,.content .content1 span{font-family:TB}.content .subtitle{font-size:clamp(1.05rem,1.4vw,1.35rem);margin:6px auto 0;font-family:TN;line-height:1.7;letter-spacing:.01em;text-align:center;word-break:normal;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;max-width:48ch;color:var(--secondary-color);opacity:1}#home{display:flex;flex-direction:column;justify-content:center;min-height:min(100vh,920px);max-width:1120px;text-align:center;align-items:center;padding:1rem}#home .title{font-weight:500;font-size:clamp(2.5rem,6vw,5.5rem);line-height:1.05;letter-spacing:-.02em;text-align:center;max-width:18ch;margin:0 auto;text-shadow:0 12px 40px rgba(80,130,255,.35);z-index:10;word-wrap:break-word;overflow-wrap:break-word}#home .det{position:relative;display:inline-block;background:transparent;border:0;border-radius:16px;padding:0;box-shadow:none;margin-top:24px;backdrop-filter:none;-webkit-backdrop-filter:none;width:100%;max-width:640px}#home .det:before,#home .det:after{content:none;display:none}#home .hero-actions{display:flex;gap:16px;margin-top:32px;justify-content:center;width:100%;flex-wrap:wrap}#home .hero-chips{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:18px;max-width:720px}#home .hero-chips span{font-family:TN;font-size:.85rem;letter-spacing:.02em;padding:8px 14px;border-radius:999px;border:1px solid rgba(120,170,255,.3);background:linear-gradient(135deg,#19234699,#0a0c12bf);color:var(--secondary-color);box-shadow:0 10px 24px #00000040}#four{max-width:none;width:100%;align-items:center}#two .sub-part{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;width:100%;align-self:stretch;margin:0;box-sizing:border-box;gap:16px;padding:clamp(32px,5vw,56px);border-radius:20px;background:linear-gradient(135deg,#1e2846a6,#0a0c12d9);border:1px solid rgba(120,170,255,.2);box-shadow:0 24px 50px #00000059;text-align:left;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}#two .sub-part span{font-family:TN;line-height:1.6}#two .sub-part ul{list-style:none;padding:0;margin:0}#two .inspire{display:flex;flex-direction:row;flex-wrap:wrap;overflow:visible;justify-content:space-around;align-items:center;width:100%;gap:clamp(24px,4vw,48px);margin-top:24px}#two .inspire .svg-container{color:var(--inspire-accent);display:flex;align-items:center;justify-content:center;flex:0 0 auto}#two .inspire svg{height:clamp(100px,14vw,140px);width:auto;opacity:.7;filter:drop-shadow(0 8px 20px rgba(80,140,255,.15)) brightness(.85);max-width:100%;transition:opacity .3s ease,filter .3s ease}#two .inspire svg:hover{opacity:.9;filter:drop-shadow(0 12px 30px rgba(80,140,255,.25)) brightness(1)}#services .sub-part{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;width:100%;align-self:stretch;margin:0;box-sizing:border-box;gap:16px;padding:clamp(32px,5vw,56px);border-radius:20px;background:linear-gradient(135deg,#1e284699,#0a0c12d9);border:1px solid rgba(120,170,255,.2);box-shadow:0 24px 50px #00000059;text-align:left;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);overflow:visible}#services .sub-part span{font-family:TN;line-height:1.6}#services .sub-part ul{list-style:none;padding:0;margin:0}#services .sub-part:before{background:var(--secondary-glow);border-radius:50%;width:480px;height:1000px;margin-left:-200px}#services .sub-part:after{background:var(--primary-glow);width:240px;height:180px;z-index:-1}#services .sub-part:before,#services .sub-part:after{content:"";top:0;left:50%;position:absolute;filter:blur(45px);transform:translateZ(0)}#services .sub-part:before,#services .sub-part:after{display:none}#services .services-content{display:flex;flex-direction:row;gap:clamp(32px,5vw,64px);align-items:flex-start;width:100%}#services .services-text{flex:0 1 auto;min-width:0}#services .services-text ul{list-style:none;padding:0;margin:0}#services .tech-grid{flex:1;display:grid;grid-template-columns:repeat(auto-fit,minmax(80px,1fr));gap:16px;align-items:center;justify-items:center;padding:0;margin:0}#five{width:100%;align-items:center;text-align:center}#five .blog-frame{width:min(100%,1000px);margin:0 auto;padding:10px;border-radius:18px;background:linear-gradient(135deg,#1e284699,#0a0c12d9);border:1px solid rgba(120,170,255,.2);box-shadow:0 24px 50px #00000059;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}#five iframe{display:block;width:100%;min-width:0;height:clamp(520px,75vh,900px);border-radius:12px;box-shadow:none}#contact.part{background:linear-gradient(180deg,#000000b3,#000000b3),url(/assets/bg-Dpek6VIP.webp);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;width:100%;margin-left:0;border-radius:0;max-width:none;align-items:center;padding:0;align-self:stretch;overflow:hidden}#contact.part .contact-content{display:flex;flex-direction:row;max-width:1120px;width:100%;gap:clamp(32px,5vw,64px);align-items:flex-start;padding:clamp(56px,8vw,120px) clamp(20px,6vw,96px);box-sizing:border-box;margin:0 auto}#contact.part .contact-content .c-c-right{flex:1;min-width:0;max-width:100%;overflow:visible}#contact.part .contact-content .c-c-left{flex:1;min-width:0;max-width:100%;display:flex;flex-direction:column;gap:24px}#contact.part .contact-title{color:var(--contact-accent);margin:0}#contact.part .svg{color:var(--contact-accent);filter:drop-shadow(0 16px 30px var(--contact-glow));max-width:100%;height:auto}#contact.part .svg svg{max-width:100%;height:auto;display:block}#contact.part a,#contact.part input::placeholder,#contact.part textarea::placeholder{color:var(--secondary-color)}#contact.part input,#contact.part textarea{border-bottom:1px solid var(--secondary-color);color:var(--secondary-color);width:100%;box-sizing:border-box}#contact.part form{width:100%;max-width:100%;box-sizing:border-box}.part ul li{position:relative;padding-left:28px;margin-bottom:8px;line-height:1.6}.part ul li:before{content:"•";position:absolute;left:0;color:#78b4ffe6;font-size:1.2em;line-height:1.4}.tech-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(90px,1fr));gap:18px;width:100%;margin-top:12px;align-items:center;justify-items:center;padding:12px 0}.tech-icon{display:flex;align-items:center;justify-content:center;height:90px;width:90px;opacity:.9;transition:transform .3s ease,opacity .3s ease,filter .3s ease;filter:drop-shadow(0 4px 12px rgba(0,0,0,.2))}.tech-icon:hover{transform:translateY(-6px) scale(1.05);opacity:1;filter:drop-shadow(0 12px 30px rgba(120,180,255,.35))}@media only screen and (max-width: 800px){.part{margin:0;padding:clamp(40px,8vw,56px) clamp(16px,5vw,24px)}.det{padding:16px 20px;width:calc(100% - 2rem);max-width:100%;margin:0 1rem}.sub-part ul{font-size:1em}#home{padding:1.5rem 1rem;min-height:min(100vh,800px)}#home .title{font-size:clamp(2rem,8vw,3.5rem)}#home .det{padding:16px 20px;width:calc(100% - 2rem);max-width:100%;margin:0 1rem}#home .hero-actions{width:100%;gap:12px;margin-top:24px}#home .hero-chips{gap:8px;margin-top:14px}#home .hero-chips span{font-size:.78rem;padding:6px 12px}#two{justify-content:center}#two .inspire{flex-direction:row;justify-content:space-around;gap:20px;margin-top:20px}#two .inspire svg{height:clamp(80px,18vw,110px);width:auto}#five .blog-frame{padding:6px;width:calc(100% - 2rem);margin:0 1rem}#five iframe{width:100%;min-width:0;height:clamp(400px,60vh,700px)}#contact{background-attachment:scroll;border-radius:0;overflow:hidden}#contact .contact-content{flex-direction:column;padding:clamp(40px,8vw,56px) clamp(16px,5vw,24px);align-items:stretch;gap:40px;width:100%;max-width:100%;box-sizing:border-box}#contact .c-c-left,#contact .c-c-right{width:100%;max-width:100%;flex:none;box-sizing:border-box}#contact .c-c-left{display:flex;flex-direction:column;align-items:center;text-align:center;gap:20px}#contact .svg{max-width:80%}#contact .svg svg{width:100%;height:auto}.content .subtitle{font-size:clamp(1rem,3.5vw,1.2rem);padding:0 1rem}#two .sub-part,#services .sub-part{padding:clamp(20px,5vw,32px);gap:14px}#services .services-content{flex-direction:column;gap:24px}#services .services-text{width:100%}#services .tech-grid{width:100%;grid-template-columns:repeat(auto-fit,minmax(65px,1fr));gap:12px}.tech-grid{grid-template-columns:repeat(auto-fit,minmax(65px,1fr));gap:12px}.tech-icon{height:65px;width:65px}.part ul li{padding-left:24px;font-size:.95rem}.part ul li:before{font-size:1.1em}}@media only screen and (max-width: 480px){#home .title{font-size:clamp(1.75rem,9vw,2.5rem);max-width:100%}#services .tech-grid{grid-template-columns:repeat(auto-fit,minmax(55px,1fr));gap:10px}.tech-icon{height:55px;width:55px}#two .inspire{gap:16px}#two .inspire svg{height:clamp(65px,16vw,90px)}}[data-theme=light] .content{background:radial-gradient(1200px circle at 10% 10%,rgba(90,120,255,.12),transparent 55%),radial-gradient(900px circle at 90% 5%,rgba(255,40,140,.12),transparent 50%),radial-gradient(600px circle at 80% 80%,rgba(60,240,255,.1),transparent 45%),linear-gradient(135deg,rgba(240,245,255,.9),transparent 45%),var(--background-color)}[data-theme=light] #home .det{background:transparent;border:0;box-shadow:none}[data-theme=light] #home .det span{color:#1a2540;opacity:1}[data-theme=light] #home .hero-chips span{color:#1a2540;border:1px solid rgba(40,70,140,.18);background:linear-gradient(135deg,#fffffff2,#ebf2ffd9);box-shadow:0 12px 26px #28468c1f}[data-theme=light] #two .sub-part,[data-theme=light] #services .sub-part,[data-theme=light] #five .blog-frame{background:linear-gradient(135deg,#ffffffe6,#ebf0ffd9);border:1px solid rgba(40,70,140,.15);box-shadow:0 24px 50px #0a14281f}[data-theme=light] .part ul li:before{color:#3c5aaae6}[data-theme=light] .tech-icon:hover{filter:drop-shadow(0 12px 30px rgba(60,90,170,.25))}[data-theme=light] #contact.part{background:linear-gradient(180deg,#f8faffd9,#f8faffd9),url(/assets/bg-Dpek6VIP.webp);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed}@media only screen and (max-width: 800px){[data-theme=light] #contact.part{background-attachment:scroll}}[data-theme=light] #contact.part input,[data-theme=light] #contact.part textarea{color:#1a2540;border-bottom:1px solid rgba(40,70,140,.35);background:#ffffff80}[data-theme=light] #contact.part input::placeholder,[data-theme=light] #contact.part textarea::placeholder{color:#28468ca6}[data-theme=light] #two .inspire svg{opacity:.85;filter:drop-shadow(0 8px 20px rgba(40,70,140,.15)) brightness(1)}[data-theme=light] #two .inspire svg:hover{opacity:1;filter:drop-shadow(0 12px 30px rgba(60,90,170,.25)) brightness(1)}[data-theme=light] .part ul li:before{color:#3250b4d9}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-100%)}}form{min-width:0;display:flex;flex-direction:column;width:50vw;padding:0 10px;margin:10px;border-left:2px solid var(--red)}form input{padding:15px 10px;margin:5px 0;font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace;border:none;background-color:var(--backgorund-color);color:var(--primary-color);border-bottom:1px solid var(--secondary-color)}form input:focus{outline:none}form button{padding:10px;margin:5px 0;font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace;font-weight:700;transition:.3s;border:none;cursor:pointer;border-radius:2em}form button:hover{background-color:var(--red);color:#fff}form textarea{padding:15px 10px;margin:5px 0;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:transparent;border:none;background-color:var(--backgorund-color);color:var(--secondary-color);border-bottom:1px solid var(--secondary-color);border-radius:2em;overflow:hidden}form textarea::placeholder{color:var(--secondary-color)}form textarea:focus{outline:none}[data-theme=light] form{border-left:2px solid rgba(40,70,140,.35)}[data-theme=light] form input,[data-theme=light] form textarea{color:#0b1020;background-color:#fffc;border-bottom:1px solid rgba(40,70,140,.3)}[data-theme=light] form textarea::placeholder,[data-theme=light] form input::placeholder{color:#28468c99}[data-theme=light] form button{background:linear-gradient(135deg,#5a78ff40,#ffffffe6);color:#0b1020;border:1px solid rgba(40,70,140,.2)}@media only screen and (max-width: 768px){form{width:100%;border-left:none;border-top:2px solid var(--red);padding:24px 12px 8px;margin:0;min-width:0;box-sizing:border-box}form input,form textarea{font-size:1rem;padding:14px 12px}form button{padding:12px 14px}}#samples{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;flex:1;overflow:visible;width:100%;max-width:1120px;padding:0 8px;text-align:center}#samples h3{position:absolute;top:20px}#samples .carousel{position:relative;width:100%;overflow:hidden}#samples .carousel-track{display:flex;width:100%;transition:transform .5s ease}#samples .sub{display:flex;flex-direction:column;justify-content:center;width:100%;flex:0 0 100%;padding:0 10px}#samples .sub .portfolio-image-container{width:100%;height:auto;border-radius:16px;overflow:hidden;box-shadow:0 30px 60px #0006;border:1px solid rgba(120,170,255,.18)}#samples .sub .portfolio-image-container img{width:100%;height:auto;object-fit:cover;display:block}#samples .carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:linear-gradient(135deg,#3c6eff59,#0a0c12bf);color:#fff;border:1px solid rgba(120,170,255,.35);width:44px;height:44px;border-radius:50%;cursor:pointer;font-size:28px;line-height:1;display:flex;align-items:center;justify-content:center;z-index:2;box-shadow:0 12px 30px #00000059;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}#samples .carousel-btn.prev{left:12px}#samples .carousel-btn.next{right:12px}#samples .carousel-dots{display:flex;gap:10px;margin-top:16px}#samples .carousel-dots button{width:10px;height:10px;border-radius:999px;border:1px solid rgba(120,170,255,.3);background:#fff3;cursor:pointer}#samples .carousel-dots button.active{background:#78b4ffe6;width:24px}[data-theme=light] #samples .portfolio-image-container{box-shadow:0 30px 60px #0a14281f;border:1px solid rgba(40,70,140,.15)}[data-theme=light] #samples .carousel-btn{background:linear-gradient(135deg,#5a78ff33,#ffffffe6);border:1px solid rgba(40,70,140,.2);color:#0b1020}[data-theme=light] #samples .carousel-dots button{border:1px solid rgba(40,70,140,.2);background:#00000014}[data-theme=light] #samples .carousel-dots button.active{background:#3c5aaae6}@media (max-width: 800px){#samples .carousel-btn{width:34px;height:34px;font-size:22px}#samples .carousel-dots{gap:8px}#samples .carousel-dots button{width:8px;height:8px}#samples .carousel-dots button.active{width:18px}}#app .custom{--hue: 30deg;--sat: 50%;--hue2: 5deg;--sat2: 80%}@media screen and (min-width: 660px){.rs-btn-comp{font-size:1.25em}}.rs-btn-comp{font-size:1em;color:var(--text);font-weight:500;letter-spacing:-.025em;background-color:var(--clr);background-image:linear-gradient(180deg,var(--clr2) var(--gradgap),transparent calc(100% - var(--gradgap)));background-repeat:no-repeat;background-position:center var(--gradoffset);background-size:100% 200%;padding:.8em 1.5em;border-radius:2em;border:none;box-shadow:0 -.5em .5em transparent,0 .5em .5em transparent,0 .25em .3em -.2em hsla(var(--hue),var(--sat),50%,.46),0 .25em .75em hsla(var(--hue),calc(var(--sat) - 10%),40%,.3);position:relative;transition:all .5s ease;outline:none}.rs-btn-comp:before,.rs-btn-comp:after{content:"";top:0;right:0;bottom:0;left:0;position:absolute;border-radius:5em}.rs-btn-comp:before{background-image:radial-gradient(ellipse,hsla(var(--hue),100%,90%,.8) 20%,transparent 50%,transparent 200%),linear-gradient(90deg,hsl(0,0%,25%) -10%,transparent 30%,transparent 70%,hsl(0,0%,25%) 110%);box-shadow:inset 0 .25em .75em #000c,inset 0 -.05em .2em #fff6,inset 0 -1px 3px hsla(var(--hue),80%,50%,.75);background-blend-mode:overlay;background-repeat:no-repeat;background-size:200% 80%,cover;background-position:center 220%;mix-blend-mode:overlay;filter:blur(calc(var(--blur) * .5))}.rs-btn-comp:after{background:linear-gradient(180deg,hsla(var(--hue2),100%,90%,.9),hsla(var(--hue2),calc(var(--sat2) * .7),50%,.75) 40%,transparent 80%);top:.075em;left:.75em;right:.75em;bottom:1.4em;filter:blur(var(--blur));mix-blend-mode:screen}.rs-btn-comp:hover,.rs-btn-comp:active,.rs-btn-comp:focus{outline:none;box-shadow:0 -.2em 1em hsla(var(--hue2),70%,80%,.3),0 .5em 1.5em hsla(var(--hue),70%,80%,.5),0 .25em .3em -.2em hsl(var(--hue),90%,70%),0 .25em .5em hsla(var(--hue),20%,30%,.2),inset 0 -2px 2px #fff3;background-position:center calc(var(--gradoffset) - .75em);cursor:pointer}.static .rs-btn-comp{position:relative}.static .rs-btn-comp .spinner{position:absolute;left:50%;top:50%;transform:translateY(.75em) translate(-50%);opacity:0;margin:0;font-size:2em;mix-blend-mode:overlay}.static .rs-btn-comp span,.static .rs-btn-comp svg,.static .rs-btn-comp .spinner{transition:all .33s ease}.static .rs-btn-comp:active span,.static .rs-btn-comp:active svg:not(.spinner),.static .rs-btn-comp:focus span,.static .rs-btn-comp:focus svg:not(.spinner){transform:translateY(-1em);opacity:0;filter:blur(5px)}.static .rs-btn-comp:active .spinner,.static .rs-btn-comp:focus .spinner{transform:translateY(-.5em) translate(-50%);opacity:1}.rs-btn-comp{font-family:TN;display:flex}.rs-btn-comp svg{height:1em;width:auto;margin-left:.33em}.rs-btn-comp svg,.rs-btn-comp span{display:inline-flex;align-content:center;align-self:center;filter:drop-shadow(0 1px 0 hsla(var(--hue),90%,88%,1))}.spinner path{transform-origin:center;animation:spin .75s infinite linear}@keyframes spin{to{transform:rotate(360deg)}}.web{padding:0;margin:0;font-family:TB,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.web .hero{display:grid;grid-template-columns:1fr 1fr;gap:3rem;padding:4rem 2rem;max-width:1200px;margin:0 auto;align-items:start}.web .hero .left{display:flex;flex-direction:column;gap:1.5rem}.web .hero .left h1{font-size:3rem;font-weight:700;color:var(--primary-color);line-height:1.2;margin:0;font-family:TB}.web .hero .left p{font-size:1.5em;color:var(--primary-color);line-height:1.6;margin:0;font-family:TN;opacity:.8}.web .hero .left svg{max-width:400px;height:auto;opacity:.8}.web .hero .right{display:grid;gap:1.5rem}.web .hero .right .service-card{background:var(--background-color);padding:2rem;border-radius:12px;box-shadow:0 4px 20px #00000026;border:1px solid rgba(128,128,128,.2);transition:all .3s ease}.web .hero .right .service-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #00000040}.web .hero .right .service-card h2{font-size:2em;font-weight:600;color:var(--primary-color);margin:0 0 1rem;font-family:TB}.web .hero .right .service-card p{color:var(--primary-color);line-height:1.6;margin:0;font-size:1em;font-family:TN;opacity:.8}.web .pricing{background:var(--background-color);padding:4rem 2rem}.web .pricing h3{text-align:center;font-size:4em;font-weight:700;color:var(--primary-color);margin:0 0 1rem;font-family:TB}.web .pricing .pricing-subtitle{text-align:center;font-size:1.5em;color:var(--primary-color);margin:0 0 3rem;font-family:TN;opacity:.8}.web .pricing .plans{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1200px;margin:0 auto 3rem}.web .pricing .plans .plan{background:var(--background-color);border-radius:16px;padding:2.5rem;box-shadow:0 4px 20px #00000026;border:2px solid rgba(128,128,128,.2);transition:all .3s ease;position:relative}.web .pricing .plans .plan:hover{transform:translateY(-8px);box-shadow:0 12px 40px #0000004d}.web .pricing .plans .plan.business{border-color:var(--red);transform:scale(1.05)}.web .pricing .plans .plan.business:before{content:"Most Popular";position:absolute;top:-10px;left:50%;transform:translate(-50%);background:var(--red);color:#fff;padding:.5rem 1.5rem;border-radius:20px;font-size:.8rem;font-weight:600;font-family:TB}.web .pricing .plans .plan.enterprise{border-color:var(--green)}.web .pricing .plans .plan h3{font-size:2em;font-weight:600;color:var(--primary-color);margin:0 0 1rem;text-align:center;font-family:TB}.web .pricing .plans .plan .price{font-size:3em;font-weight:700;color:var(--red);text-align:center;margin:0 0 2rem;font-family:TB}.web .pricing .plans .plan ul{list-style:none;padding:0;margin:0 0 2rem}.web .pricing .plans .plan ul li{color:var(--primary-color);position:relative;padding:.75rem 0 .75rem 1.5rem;font-family:TN;opacity:.9}.web .pricing .plans .plan ul li:before{content:"✓";position:absolute;left:0;color:var(--green);font-weight:600}.web .pricing .plans .plan .cta-button{width:100%;background:var(--red);color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:TB}.web .pricing .plans .plan .cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #9006;background:#b00}.web .pricing .additional-info{text-align:center;max-width:800px;margin:0 auto}.web .pricing .additional-info p{margin:.5rem 0;color:var(--primary-color);font-size:1em;font-family:TN;opacity:.8}@media (max-width: 768px){.web .hero{grid-template-columns:1fr;gap:2rem;padding:2rem 1rem}.web .hero .left{order:2;text-align:center}.web .hero .left h1{font-size:3em}.web .hero .left p{font-size:1em}.web .hero .right{order:1}.web .pricing{padding:2rem 1rem}.web .pricing h3{font-size:2em}.web .pricing .plans{grid-template-columns:1fr;gap:1.5rem}.web .pricing .plans .plan{padding:2rem}.web .pricing .plans .plan.business{transform:none}.web .pricing .plans .plan .price{font-size:2em}}@media (max-width: 480px){.web .hero{padding:1.5rem 1rem}.web .hero .left h1{font-size:2em}.web .hero .right .service-card{padding:1.5rem}.web .hero .right .service-card h2{font-size:1.5em}.web .pricing{padding:1.5rem 1rem}.web .pricing .plans .plan{padding:1.5rem}.web .pricing .plans .plan .price{font-size:1.5em}}.app-page{max-width:1200px;text-align:center;padding-top:2em}.app-page section{display:flex}.app-page section .left{flex:.4;height:auto;display:flex;flex-direction:column}.app-page section .left h1{font-size:6em;margin:20px 0;display:flex;flex:.2}.app-page section .left .svg-container{flex:.6;display:flex;justify-content:center;align-items:center}.app-page section .left .svg-container svg{opacity:.8;width:80%;height:auto;padding:0;margin:0}.app-page section .right{width:100%;flex:.6;text-align:right;display:flex;flex-direction:column;padding-left:2em}.app-page section .right h2{font-size:3em;margin:20px 0}.app-page section .right p{padding-top:0;margin-top:0}.app-page h1{font-size:6em;margin:20px 0}.app-page h3{font-size:3em;margin:20px 0}.app-page p{font-size:1.5em;margin-bottom:20px}.app-page .pricing{display:flex;flex-direction:column;justify-content:space-between;margin:0 auto;max-width:1200px}.app-page .pricing p{font-size:1em;margin-bottom:20px}.app-page .pricing .plans{display:flex;flex-wrap:wrap;justify-content:space-between}.app-page .pricing .plans .plan{background-color:var(--primary-color);color:var(--background-color);border-radius:10px;box-shadow:0 0 10px #0000001a;margin:20px;padding:20px;text-align:center;width:300px}.app-page .pricing .plans .plan h3{font-size:2em;margin-bottom:10px}.app-page .pricing .plans .plan p{font-size:1.2em;margin-bottom:30px;border:1px solid var(--background-color);border-radius:5px;padding:10px}.app-page .pricing .plans .plan ul{list-style:none;padding:0;margin:0}.app-page .pricing .plans .plan ul li{font-size:1.2em;margin-bottom:10px}@media screen and (max-width: 800px){.app-page section{flex-direction:column;justify-content:center;align-items:center}.app-page section .left h1{font-size:3em}.app-page section .left .svg-container svg{width:70%;height:auto}.app-page section .right{padding:0;text-align:center}.app-page section .right h2{font-size:2em}.app-page .pricing .plans .plan{width:90%}}.strapi-page{color:var(--primary-color);min-height:100vh;width:100%}.strapi-page .container{max-width:100%;margin:0;padding:0 20px}.strapi-page .hero-section{padding:80px 20px;display:flex;align-items:center;justify-content:space-between;max-width:100%;margin:0;min-height:60vh;width:100%}.strapi-page .hero-section .hero-content{flex:1;max-width:600px}.strapi-page .hero-section .hero-content .hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2;font-family:TB}.strapi-page .hero-section .hero-content .hero-title .brand-name{color:var(--red)}.strapi-page .hero-section .hero-content .hero-subtitle{font-size:1.25rem;margin-bottom:2rem;color:var(--yellow);line-height:1.6;font-family:TN}.strapi-page .hero-section .hero-content .hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.strapi-page .hero-section .hero-visual{flex:0 0 300px;display:flex;justify-content:center;align-items:center}.strapi-page .hero-section .hero-visual .strapi-logo-placeholder{width:200px;height:200px;border:3px solid var(--red);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:4rem;background:#9900001a}.strapi-page .section-title{font-size:2.5rem;text-align:center;margin-bottom:3rem;color:var(--primary-color);font-family:TB}.strapi-page .section-title:after{content:"";display:block;width:80px;height:3px;background:var(--red);margin:1rem auto}.strapi-page .services-overview{padding:80px 20px;width:100%}.strapi-page .services-overview .container{max-width:1200px;margin:0 auto;padding:0 20px}.strapi-page .services-overview .services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:2rem;margin-top:3rem}.strapi-page .services-overview .service-card{border-radius:12px;padding:2rem;border:2px solid transparent;transition:all .3s ease}.strapi-page .services-overview .service-card:hover{border-color:var(--red);transform:translateY(-5px)}.strapi-page .services-overview .service-card .card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.strapi-page .services-overview .service-card .card-header h3{font-size:1.5rem;color:var(--primary-color);font-family:TB}.strapi-page .services-overview .service-card .card-header .card-icon{font-size:2rem}.strapi-page .services-overview .service-card .card-content p{color:var(--yellow);margin-bottom:1.5rem;font-family:TN}.strapi-page .services-overview .service-card .card-content .service-list{list-style:none;padding:0;margin-bottom:2rem}.strapi-page .services-overview .service-card .card-content .service-list li{padding:.5rem 0;color:var(--orange);border-bottom:1px solid var(--brownl);font-family:TN}.strapi-page .services-overview .service-card .card-content .service-list li:before{content:"✓";color:var(--green);margin-right:.5rem;font-weight:700}.strapi-page .why-choose-us{padding:80px 20px;width:100%}.strapi-page .why-choose-us .container{max-width:1200px;margin:0 auto;padding:0 20px}.strapi-page .why-choose-us .benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.strapi-page .why-choose-us .benefit-item{text-align:center;padding:2rem;border-radius:12px;border:1px solid var(--brownl);transition:transform .3s ease}.strapi-page .why-choose-us .benefit-item:hover{transform:translateY(-5px);border-color:var(--red)}.strapi-page .why-choose-us .benefit-item .benefit-icon{font-size:3rem;margin-bottom:1rem}.strapi-page .why-choose-us .benefit-item h4{font-size:1.25rem;margin-bottom:1rem;color:var(--primary-color);font-family:TB}.strapi-page .why-choose-us .benefit-item p{color:var(--yellow);line-height:1.6;font-family:TN}.strapi-page .process-section{padding:80px 20px;width:100%}.strapi-page .process-section .container{max-width:1200px;margin:0 auto;padding:0 20px}.strapi-page .process-section .process-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.strapi-page .process-section .step{text-align:center;padding:2rem}.strapi-page .process-section .step .step-number{width:60px;height:60px;border-radius:50%;background:var(--red);color:var(--primary-color);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem;margin:0 auto 1rem;font-family:TB}.strapi-page .process-section .step h4{font-size:1.25rem;margin-bottom:1rem;color:var(--primary-color);font-family:TB}.strapi-page .process-section .step p{color:var(--yellow);line-height:1.6;font-family:TN}.strapi-page .cta-section{padding:80px 20px;background:linear-gradient(135deg,var(--brownd) 0%,var(--background-color) 100%);width:100%}.strapi-page .cta-section .container{max-width:1200px;margin:0 auto;padding:0 20px}.strapi-page .cta-section .cta-content{text-align:center;max-width:800px;margin:0 auto}.strapi-page .cta-section .cta-content h2{font-size:2.5rem;margin-bottom:1rem;color:var(--primary-color);font-family:TB}.strapi-page .cta-section .cta-content p{font-size:1.25rem;color:var(--yellow);margin-bottom:2rem;font-family:TN}.strapi-page .cta-section .cta-content .cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.strapi-page .btn{padding:12px 24px;border:none;border-radius:6px;font-weight:600;text-decoration:none;cursor:pointer;transition:all .3s ease;font-size:1rem;display:inline-block;font-family:TB}.strapi-page .btn.btn-primary{background:var(--red);color:var(--primary-color)}.strapi-page .btn.btn-primary:hover{background:var(--brownd);transform:translateY(-2px)}.strapi-page .btn.btn-secondary{background:transparent;color:var(--primary-color);border:2px solid var(--primary-color)}.strapi-page .btn.btn-secondary:hover{background:var(--primary-color);color:var(--background-color);transform:translateY(-2px)}.strapi-page .btn.btn-outline{background:transparent;color:var(--red);border:2px solid var(--red)}.strapi-page .btn.btn-outline:hover{background:var(--red);color:var(--primary-color);transform:translateY(-2px)}@media (max-width: 768px){.strapi-page .hero-section{flex-direction:column;text-align:center;padding:60px 20px}.strapi-page .hero-section .hero-content{margin-bottom:2rem}.strapi-page .hero-section .hero-content .hero-title{font-size:2.5rem}.strapi-page .hero-section .hero-visual{flex:none}.strapi-page .hero-section .hero-visual .strapi-logo-placeholder{width:150px;height:150px;font-size:3rem}.strapi-page .services-grid,.strapi-page .benefits-grid,.strapi-page .process-steps{grid-template-columns:1fr}.strapi-page .hero-buttons,.strapi-page .cta-buttons{flex-direction:column;align-items:center}.strapi-page .hero-buttons .btn,.strapi-page .cta-buttons .btn{width:200px}.strapi-page .section-title{font-size:2rem}}
