@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap";:root{--blue:#1154ed;--dark:#10214a;--cream:#fffaf2;--pink:#ff7d9d;--yellow:#ffc952;--muted:#68718a}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--dark);font-family:DM Sans,sans-serif;background:linear-gradient(180deg,#fbfdff,#fffaf5)}a{color:inherit;text-decoration:none}button{font:inherit}.container{width:min(1120px,calc(100% - 40px));margin:auto}.navbar{position:fixed;inset:0 0 auto;z-index:50;height:78px;background:linear-gradient(90deg,#ffffffed,#f6faffd1,#fffaf4e6);backdrop-filter:blur(18px) saturate(145%);-webkit-backdrop-filter:blur(18px) saturate(145%);border-bottom:1px solid rgba(20,62,150,.08);box-shadow:0 8px 30px #173e870d}.nav-inner{height:100%;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:10px;font-family:Manrope;font-size:21px;font-weight:800;letter-spacing:-1px}.brand img{width:38px;height:38px;object-fit:cover;border-radius:12px}.brand>span>span{color:var(--blue)}.brand-light{color:#fff}.brand-light>span>span{color:#a9c5ff}.nav-links{display:flex;align-items:center;gap:27px;font-size:14px;font-weight:600}.nav-links>a:not(.nav-cta):hover{color:var(--blue)}.nav-cta,.button{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:14px;font-weight:700;transition:.25s ease}.nav-cta{padding:12px 18px;color:#fff;background:var(--blue);box-shadow:0 8px 20px #1154ed33}.button{padding:15px 21px}.button:hover,.nav-cta:hover{transform:translateY(-2px)}.menu-button{display:none;background:none;border:0;color:var(--dark)}.nav-tools{display:flex;align-items:center;gap:9px}.language-switch{display:flex;align-items:center;padding:3px;border:1px solid #dce4f4;border-radius:10px;background:#eff4ffd1}.language-switch button{min-width:30px;height:27px;padding:0 7px;border:0;border-radius:7px;background:transparent;color:#7b8499;font-size:10px;font-weight:800;cursor:pointer;transition:.2s ease}.language-switch button.active{background:#fff;color:var(--blue);box-shadow:0 3px 9px #1639801f}.language-switch button:hover{color:var(--blue)}.hero{position:relative;overflow:hidden;padding:152px 0 115px;background:linear-gradient(135deg,#eaf3ff,#f1efff 48%,#fff0e8)}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:70px;position:relative;z-index:2}.eyebrow,.kicker{color:var(--blue);font-size:13px;font-weight:800;letter-spacing:1.5px;text-transform:uppercase}.eyebrow{display:inline-flex;align-items:center;gap:7px;padding:8px 12px;background:#eaf1ff;border-radius:30px}h1,h2,h3{font-family:Manrope,sans-serif;margin:0}h1{max-width:670px;margin:22px 0 20px;font-size:clamp(46px,5.3vw,72px);line-height:1.04;letter-spacing:-3.9px}h1 span,h2 em{color:var(--blue);font-style:normal;position:relative}h1 span:after{content:"";position:absolute;height:8px;border-radius:100%;background:var(--yellow);left:4px;right:0;bottom:-6px;transform:rotate(-2deg);opacity:.8}.hero-copy>p{max-width:550px;font-size:18px;line-height:1.75;color:var(--muted)}.hero-actions{display:flex;align-items:center;gap:24px;margin-top:30px}.primary{background:var(--blue);color:#fff;box-shadow:0 13px 25px #1154ed3d}.text-link{display:flex;align-items:center;font-weight:700;color:#36415e}.hero-art{height:480px;position:relative}.screen{position:absolute;width:360px;height:260px;top:65px;left:50%;transform:translate(-50%) rotate(1deg);background:#fff;border:8px solid var(--dark);border-radius:24px;box-shadow:18px 20px #cdddff;z-index:3}.screen-bar{height:37px;display:flex;gap:6px;align-items:center;padding:0 14px;border-bottom:3px solid var(--dark)}.screen-bar span{width:9px;height:9px;border-radius:50%;background:var(--pink)}.screen-bar span:nth-child(2){background:var(--yellow)}.screen-bar span:nth-child(3){background:#55d4ad}.screen-content{padding:23px;display:flex;gap:19px;height:calc(100% - 37px);background:#f4f7ff;border-radius:0 0 14px 14px}.video-screen .screen-content{position:relative;display:block;padding:0;overflow:hidden;background:linear-gradient(145deg,#0c4de0,#407cff)}.video-screen video{width:100%;height:100%;display:block;object-fit:cover;opacity:.92;transition:transform .7s cubic-bezier(.2,.8,.2,1),opacity .4s ease}.video-screen:hover video{transform:scale(1.025);opacity:1}.video-shine{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(130deg,rgba(255,255,255,.18) 0%,transparent 32%,transparent 65%,rgba(7,34,100,.2) 100%)}.video-shine:after{content:"";position:absolute;inset:auto 0 0;height:42%;background:linear-gradient(transparent,#071b4c52)}.now-playing{position:absolute;z-index:2;left:14px;bottom:12px;display:flex;align-items:center;gap:7px;padding:7px 10px;color:#fff;border:1px solid rgba(255,255,255,.32);border-radius:20px;background:#0a20566b;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-size:10px;font-weight:700;letter-spacing:.5px}.now-playing i{width:6px;height:6px;border-radius:50%;background:#72efc1;box-shadow:0 0 0 4px #72efc12e;animation:pulse 1.8s infinite}@keyframes pulse{50%{box-shadow:0 0 0 7px #72efc100}}.code-lines{flex:1;padding-top:11px}.code-lines i{display:block;height:9px;border-radius:10px;background:#bdd0fb;margin-bottom:15px}.code-lines i:nth-child(2){width:75%;background:#ffb8c9}.code-lines i:nth-child(3){width:88%}.code-lines i:nth-child(4){width:60%;background:#ffe09a}.mini-window{flex:1;display:grid;place-items:center;background:var(--blue);border-radius:15px}.mini-face{color:#fff;font-size:25px;font-weight:800}.screen-stand{position:absolute;width:100px;height:70px;background:var(--dark);left:50%;top:100%;transform:translate(-50%);clip-path:polygon(35% 0,65% 0,72% 80%,100% 80%,100% 100%,0 100%,0 80%,28% 80%)}.desk{position:absolute;height:23px;border-radius:30px;background:var(--dark);left:13px;right:0;bottom:94px;z-index:2}.desk span{position:absolute;width:16px;height:86px;background:var(--dark);right:32px;top:15px;border-radius:0 0 10px 10px}.plant{position:absolute;right:8px;bottom:116px;z-index:4}.pot{width:65px;height:60px;background:var(--pink);border:5px solid var(--dark);border-radius:8px 8px 25px 25px}.leaf{position:absolute;width:27px;height:64px;background:#55d4ad;border:4px solid var(--dark);border-radius:100% 0;bottom:50px;left:19px;transform:rotate(-25deg)}.l2{transform:rotate(25deg);left:38px;height:57px}.l3{transform:rotate(-65deg);left:-2px;height:49px}.float-card{position:absolute;display:flex;align-items:center;gap:8px;padding:12px 15px;background:#fff;border:3px solid var(--dark);border-radius:14px;box-shadow:7px 7px 0 var(--dark);font-weight:800;font-size:13px;z-index:8}.card-love{right:-7px;top:26px;color:#f2537c;transform:rotate(5deg)}.card-code{left:-28px;bottom:90px;color:var(--blue);transform:rotate(-4deg)}.spark{position:absolute;color:var(--yellow);font-size:35px;font-weight:900}.s1{left:5px;top:25px}.s2{right:10px;bottom:50px;color:var(--pink);font-size:25px}.blob{position:absolute;border-radius:50%;filter:blur(1px)}.blob-one{width:330px;height:330px;background:#e8f0ff;right:-120px;top:90px}.blob-two{width:120px;height:120px;background:#fff0c7;left:-45px;bottom:15px}.wave{position:absolute;bottom:-1px;left:0;width:100%;height:42px;background:#fff;clip-path:polygon(0 74%,9% 63%,20% 76%,35% 45%,50% 68%,65% 48%,80% 70%,91% 56%,100% 67%,100% 100%,0 100%)}.section{padding:105px 0}.section-divider{position:relative;z-index:3;height:54px;margin:-1px 0;background:var(--divider-from);overflow:hidden;line-height:0;pointer-events:none}.section-divider svg{display:block;width:100%;height:100%}.services{background:radial-gradient(circle at 4% 18%,rgba(17,84,237,.09) 0 95px,transparent 96px),radial-gradient(circle at 94% 82%,rgba(255,201,82,.14) 0 130px,transparent 131px),linear-gradient(145deg,#fff,#f8fbff 55%,#fffcf5)}.section-heading{max-width:580px}.section-heading h2,.about-copy h2{margin:13px 0 17px;font-size:clamp(34px,4vw,49px);line-height:1.14;letter-spacing:-2.2px}.section-heading>p,.about-copy>p{font-size:17px;line-height:1.75;color:var(--muted)}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:50px}.service-card{padding:28px 24px;background:#fff;border:1px solid #e8ecf5;border-radius:22px;box-shadow:0 14px 45px #1f3a7512;transition:.25s}.service-card:hover{transform:translateY(-7px);border-color:#cbd9fb}.service-card h3{font-size:18px;margin:21px 0 10px}.service-card p{color:var(--muted);line-height:1.65;font-size:14px;min-height:70px}.service-card a{display:flex;align-items:center;gap:5px;font-weight:700;font-size:13px;color:var(--blue);margin-top:16px}.icon-box{width:54px;height:54px;border-radius:17px;display:grid;place-items:center;color:var(--blue);background:#eaf1ff}.icon-box.pink{color:#e64c74;background:#ffedf2}.icon-box.yellow{color:#bb7914;background:#fff4d5}.icon-box.purple{color:#7d55dd;background:#f1ebff}.about{background:radial-gradient(circle at 88% 12%,rgba(255,125,157,.1) 0 100px,transparent 101px),linear-gradient(135deg,#fffaf2,#fff6e8);overflow:hidden}.about-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:100px}.about-visual{position:relative;min-height:470px}.big-logo{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) rotate(-3deg);width:350px;height:350px;padding:16px;border:3px solid var(--dark);border-radius:48% 52% 49% 51%;background:#fff;box-shadow:17px 17px #ffdc83}.big-logo img{width:100%;height:100%;object-fit:cover;border-radius:42%}.note{position:absolute;padding:13px 17px;background:#fff;border:2px solid var(--dark);border-radius:14px;box-shadow:6px 6px 0 var(--dark);font-size:14px;z-index:3}.note span{display:block;color:var(--muted);font-size:11px;margin-top:2px}.note-one{top:48px;left:0;transform:rotate(-5deg)}.about-copy ul{list-style:none;padding:0;margin:26px 0}.about-copy li{display:flex;align-items:center;gap:11px;margin:14px 0;font-weight:600}.about-copy li svg{width:22px;height:22px;padding:4px;border-radius:50%;background:#dff7ee;color:#15966f;stroke-width:4}.soft{background:#e9f0ff;color:var(--blue)}.projects{background:#f8faff}.projects-heading{display:flex;align-items:end;justify-content:space-between;gap:50px;margin-bottom:36px}.projects-heading>p{max-width:410px;margin:0 0 20px;color:var(--muted);line-height:1.7}.project-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.project-card{overflow:hidden;border:1px solid #e2e7f0;border-radius:14px;background:#fff;transition:.25s ease}.project-card:hover{transform:translateY(-3px);border-color:#c5d3f3;box-shadow:0 10px 24px #172d5b14}.project-preview{height:135px;overflow:hidden;background:#eef2f8}.project-window{width:100%;height:100%}.project-window-bar{display:none}.project-window>img{width:100%;height:100%;display:block;object-fit:cover;object-position:top center;transition:transform .35s ease}.project-card:hover .project-window>img{transform:scale(1.02)}.project-info{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:14px}.project-info h3{margin:0 0 4px;color:var(--dark);font-size:15px;line-height:1.2}.project-info span{display:block;color:var(--muted);font-size:8px;font-weight:700;text-transform:uppercase;letter-spacing:.55px}.project-link{flex:0 0 auto;color:var(--blue)}.project-link svg{width:15px;height:15px}.process{background:#fff}.center{text-align:center;margin:0 auto;max-width:700px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:80px;margin-top:65px}.step{text-align:center;position:relative;padding:0 16px}.step-number{margin:auto;width:72px;height:72px;display:grid;place-items:center;border-radius:25px;background:var(--blue);color:#fff;font-family:Manrope;font-size:23px;font-weight:800;transform:rotate(-5deg);box-shadow:7px 7px #cddcff}.step:nth-child(2) .step-number{background:var(--pink);box-shadow:7px 7px #ffd7e1;transform:rotate(4deg)}.step:nth-child(3) .step-number{background:#f3b329;box-shadow:7px 7px #ffe7ac}.step h3{margin:25px 0 9px;font-size:20px}.step p{margin:0;color:var(--muted);font-size:14px;line-height:1.7}.dotted-line{position:absolute;left:calc(50% + 55px);top:36px;width:calc(100% + 25px);border-top:3px dashed #ccd5e8}.cta-section{padding:30px 0 95px}.cta-card{position:relative;overflow:hidden;min-height:240px;padding:52px 68px;border-radius:32px;background:var(--blue);color:#fff;display:flex;align-items:center;justify-content:space-between;box-shadow:0 24px 50px #1154ed3b}.cta-card:after{content:">ᴗ<";position:absolute;right:235px;bottom:-35px;color:#ffffff1a;font:800 130px Manrope}.cta-card span{text-transform:uppercase;font-size:12px;letter-spacing:2px;color:#cbd9ff;font-weight:800}.cta-card h2{font-size:37px;line-height:1.2;margin-top:10px;letter-spacing:-1.5px}.white{position:relative;z-index:2;background:#fff;color:var(--blue)}.cta-doodle{position:absolute;left:46%;top:30px;color:#ffdf77;font-size:30px}footer{position:relative;overflow:hidden;padding:72px 0 26px;background:linear-gradient(135deg,#081735,#10285a 58%,#17346e);color:#aebbd8}.footer-glow{position:absolute;border-radius:50%;filter:blur(10px);pointer-events:none}.footer-glow-one{width:300px;height:300px;left:-130px;top:-140px;background:#3770ff3d}.footer-glow-two{width:240px;height:240px;right:-90px;bottom:-130px;background:#ff7d9d21}.footer-top{position:relative;z-index:2;display:grid;grid-template-columns:1.7fr .65fr 1fr;gap:80px;padding-bottom:50px}.footer-brand h3{margin:26px 0 12px;color:#fff;font-size:27px;line-height:1.25;letter-spacing:-1px}.footer-brand h3 span{color:#9dbbff}.footer-brand>p{margin:0;max-width:330px;font-size:13px;line-height:1.7}.footer-column{display:flex;flex-direction:column;align-items:flex-start;gap:12px;font-size:13px}.footer-column>span{margin-bottom:6px;color:#7488b3;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:1.5px}.footer-column>a{color:#c7d2e9;transition:.2s ease}.footer-column>a:hover{color:#fff;transform:translate(3px)}.footer-contact a{display:flex;align-items:center;gap:9px}.footer-contact a svg{color:#8fb3ff}.footer-contact a b{font-weight:600}.footer-column .footer-button{margin-top:7px;padding:11px 14px;border:1px solid rgba(255,255,255,.15);border-radius:11px;background:#ffffff14;color:#fff;font-weight:700}.footer-column .footer-button:hover{background:#fff;color:var(--blue);transform:translateY(-2px)}.footer-bottom{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;padding-top:22px;border-top:1px solid rgba(255,255,255,.1);font-size:11px}.footer-bottom p{display:flex;align-items:center;gap:5px;margin:0}.footer-bottom p svg{color:var(--pink)}.footer-bottom>span{color:#7185af}.footer-bottom i{margin-left:5px;color:#9dbbff;font-style:normal;font-weight:800}.services{background:linear-gradient(135deg,#edf5ff,#eef1ff,#f4eeff)}.about{background:linear-gradient(135deg,#fff1e2,#ffedf0 55%,#f7edff)}.projects{background:linear-gradient(135deg,#eeefff,#eaf3ff 48%,#e7f6f2)}.process{background:linear-gradient(135deg,#edf7ea,#eaf5f5 52%,#e9f1ff)}.cta-section{background:linear-gradient(135deg,#e6f0ff,#ececff,#f3eaff)}.project-card{display:flex;flex-direction:column;border-bottom:3px solid var(--project-color);background:linear-gradient(180deg,#fff 72%,var(--project-soft));box-shadow:0 7px 20px #162f600f}.project-card:hover{border-color:var(--project-color);box-shadow:0 13px 28px #162f601f}.project-preview{border-bottom:1px solid color-mix(in srgb,var(--project-color) 22%,transparent)}.project-info{flex:1;min-height:82px;padding:14px 15px}.project-info h3{margin-bottom:7px;font-size:15px}.project-info span{display:inline-flex;align-items:center;min-height:22px;padding:4px 8px;border-radius:20px;background:var(--project-soft);color:var(--project-color);font-size:8px;line-height:1.2}.project-link{width:31px;height:31px;display:grid;place-items:center;border-radius:50%;background:var(--project-soft);color:var(--project-color);transition:.22s ease}.project-card:hover .project-link{background:var(--project-color);color:#fff;transform:rotate(6deg)}.service-grid{gap:16px}.service-card{--service-color:#356fec;--service-soft:#eaf1ff;position:relative;display:flex;flex-direction:column;min-height:265px;padding:23px 20px 20px;overflow:hidden;border:1px solid rgba(119,139,183,.2);border-radius:18px;background:#ffffffb8;box-shadow:none;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.service-card:nth-child(2){--service-color:#d95378;--service-soft:#ffedf2}.service-card:nth-child(3){--service-color:#b77a18;--service-soft:#fff4d5}.service-card:nth-child(4){--service-color:#7654cf;--service-soft:#f1ebff}.service-card:before{content:"";position:absolute;left:20px;top:0;width:38px;height:3px;border-radius:0 0 4px 4px;background:var(--service-color)}.service-card:hover{border-color:color-mix(in srgb,var(--service-color) 32%,transparent);background:#ffffffe6;box-shadow:0 12px 28px #1e376e14}.service-card .icon-box{width:46px;height:46px;border-radius:14px;color:var(--service-color);background:var(--service-soft)}.service-card h3{min-height:44px;margin:18px 0 8px;font-size:17px;line-height:1.3}.service-card p{flex:1;min-height:0;margin:0;color:#717a8e;font-size:13px;line-height:1.65}.service-card a{margin-top:17px;color:var(--service-color);font-size:12px}.service-card a svg{transition:transform .2s ease}.service-card:hover a svg{transform:translate(3px)}.project-grid{gap:16px}.project-card{padding:9px 9px 0;border:1px solid rgba(119,139,183,.2);border-bottom:1px solid rgba(119,139,183,.2);border-radius:16px;background:#ffffffc2;box-shadow:none;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.project-card:hover{border-color:color-mix(in srgb,var(--project-color) 30%,#dce3f0);background:#fffffff0;box-shadow:0 12px 26px #18306217}.project-preview{height:126px;border:0;border-radius:10px;background:#edf1f7}.project-window{border-radius:10px}.project-window>img{filter:saturate(.9);transition:transform .35s ease,filter .35s ease}.project-card:hover .project-window>img{transform:scale(1.018);filter:saturate(1)}.project-info{min-height:78px;padding:13px 6px 15px}.project-info h3{margin:0 0 7px;font-size:14px;line-height:1.25}.project-info span{display:flex;align-items:center;gap:6px;min-height:0;padding:0;border-radius:0;background:none;color:#7a8396;font-size:8px}.project-info span:before{content:"";width:6px;height:6px;flex:0 0 auto;border-radius:50%;background:var(--project-color)}.project-link{width:28px;height:28px;border:1px solid color-mix(in srgb,var(--project-color) 22%,transparent);background:transparent;color:var(--project-color)}.project-card:hover .project-link{background:var(--project-soft);color:var(--project-color);transform:none}.service-grid{grid-template-columns:repeat(12,1fr);gap:18px}.service-card{min-height:235px;padding:27px 28px 24px;border:1px solid rgba(255,255,255,.68);border-radius:24px;box-shadow:0 10px 28px #283e6e12;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.service-card:nth-child(1){grid-column:span 7;background:linear-gradient(135deg,#e2eefff2,#f1f6ffd6)}.service-card:nth-child(2){grid-column:span 5;background:linear-gradient(135deg,#ffe8eff0,#fff5f8d9)}.service-card:nth-child(3){grid-column:span 5;background:linear-gradient(135deg,#fff3d0f0,#fffaecdb)}.service-card:nth-child(4){grid-column:span 7;background:linear-gradient(135deg,#eee6fff0,#f7f3ffdb)}.service-card:before{left:28px;width:52px;height:4px}.service-card:after{content:"";position:absolute;width:145px;height:145px;right:-58px;bottom:-70px;border:22px solid color-mix(in srgb,var(--service-color) 8%,transparent);border-radius:50%;pointer-events:none}.service-card:hover{background-color:#fffffff5;box-shadow:0 17px 36px #253b6c1a}.service-number{position:absolute;right:24px;top:18px;color:color-mix(in srgb,var(--service-color) 15%,transparent);font:800 42px/1 Manrope;letter-spacing:-3px}.service-card .icon-box{width:50px;height:50px;border-radius:16px}.service-card h3{min-height:0;margin:20px 0 9px;font-size:20px;letter-spacing:-.4px}.service-card p{max-width:470px;font-size:14px;line-height:1.7}.service-card a{position:relative;z-index:2;margin-top:20px;font-size:12px}body.loader-active{overflow:hidden}.site-loader{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;overflow:hidden}.minimal-loader{display:grid;place-content:center;background:linear-gradient(125deg,rgba(255,255,255,.46),transparent 35%),linear-gradient(35deg,rgba(255,220,230,.42),transparent 42%),linear-gradient(145deg,#d8ebff,#dfe3ff 48%,#f1e4f5);background-size:160% 160%;animation:loaderGradientShift 6s ease-in-out infinite alternate,minimalLoaderExit .42s 2.38s ease forwards}.minimal-loader:before,.minimal-loader:after{display:none}.minimal-bg-sparkles{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;overflow:hidden}.minimal-bg-sparkles i{position:absolute;width:9px;height:9px;border-radius:2px;background:#ffffff9e;box-shadow:0 0 16px #ffffff8c;transform:rotate(45deg);animation:bgSparkleFloat 3.2s ease-in-out infinite alternate}.minimal-bg-sparkles i:nth-child(1){width:13px;height:13px;left:12%;top:25%}.minimal-bg-sparkles i:nth-child(2){width:6px;height:6px;left:25%;bottom:23%;animation-delay:.45s}.minimal-bg-sparkles i:nth-child(3){right:18%;top:20%;animation-delay:.9s}.minimal-bg-sparkles i:nth-child(4){width:15px;height:15px;right:10%;bottom:19%;animation-delay:1.35s}.minimal-bg-sparkles i:nth-child(5){width:5px;height:5px;left:42%;top:13%;animation-delay:1.8s}.minimal-bg-sparkles i:nth-child(6){width:7px;height:7px;right:38%;bottom:13%;animation-delay:2.2s}.minimal-fish-wrap{position:relative;z-index:2;width:210px;height:164px;margin:auto;animation:minimalSwimIn 1.5s cubic-bezier(.16,.73,.25,1) both,minimalFishRest 1.2s 1.5s ease-in-out infinite}.minimal-logo{position:relative;width:210px;height:164px}.minimal-logo-frame{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 11px 9px rgba(25,73,157,.17));-webkit-user-select:none;user-select:none}.minimal-logo-normal{animation:minimalLogoNormal 2.65s linear both}.minimal-logo-wink{opacity:0;animation:minimalLogoWink 2.65s linear both}.minimal-bubble{position:absolute;right:-16px;border:2px solid rgba(17,84,237,.22);border-radius:50%;opacity:0;animation:minimalBubble 1.05s ease-out infinite}.bubble-one{top:38px;width:11px;height:11px;animation-delay:.15s}.bubble-two{top:18px;right:-31px;width:7px;height:7px;animation-delay:.42s}.bubble-three{top:66px;right:-26px;width:5px;height:5px;animation-delay:.7s}.minimal-loader-copy{position:relative;z-index:2;text-align:center;opacity:0;transform:translateY(8px);animation:minimalCopyIn .4s 1.4s ease forwards,minimalCopyOut .25s 2.22s ease forwards}.minimal-loader-copy h2{margin:0;color:#102c62;font-size:28px;letter-spacing:-1.4px}.minimal-loader-copy h2 span{color:var(--blue)}.minimal-loader-copy p{margin:6px 0 0;color:#6b7da2;font-size:10px;font-weight:600;letter-spacing:.25px}.minimal-loader-copy:after{content:"";display:block;width:32px;height:3px;margin:14px auto 0;border-radius:5px;background:var(--blue);animation:minimalLine 1s ease-in-out infinite}@keyframes minimalSwimIn{0%{opacity:0;transform:translate(55vw) translateY(10px) rotate(5deg) scale(.88)}55%{opacity:1;transform:translate(55px) translateY(-8px) rotate(-2deg) scale(.97)}82%{transform:translate(-8px) translateY(3px) rotate(1deg) scale(1.01)}to{transform:translate(0) rotate(0) scale(1)}}@keyframes minimalFishRest{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes minimalLogoNormal{0%,62%,77%,to{opacity:1}66%,74%{opacity:0}}@keyframes minimalLogoWink{0%,62%,77%,to{opacity:0}66%,74%{opacity:1}}@keyframes minimalBubble{0%{opacity:0;transform:translateY(8px) scale(.5)}30%{opacity:.75}to{opacity:0;transform:translate(24px,-21px) scale(1.1)}}@keyframes minimalCopyIn{to{opacity:1;transform:translateY(0)}}@keyframes minimalCopyOut{to{opacity:0;transform:translateY(5px)}}@keyframes minimalLine{50%{width:60px;opacity:.45}}@keyframes minimalLoaderExit{to{opacity:0;visibility:hidden}}@keyframes loaderGradientShift{to{background-position:100% 65%}}@keyframes bgSparkleFloat{to{transform:translateY(-12px) rotate(65deg) scale(.72);opacity:.35}}.loader-rising-bubbles{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none}.loader-rising-bubbles i{position:absolute;bottom:-35px;border:1.5px solid rgba(255,255,255,.58);border-radius:50%;background:#ffffff14;box-shadow:inset 2px 2px 5px #ffffff38;opacity:0;animation:risingBubble 5.8s linear infinite}.loader-rising-bubbles i:nth-child(1){left:7%;width:15px;height:15px;animation-delay:-1.2s}.loader-rising-bubbles i:nth-child(2){left:18%;width:7px;height:7px;animation-delay:-3.8s;animation-duration:6.8s}.loader-rising-bubbles i:nth-child(3){left:31%;width:11px;height:11px;animation-delay:-2.5s;animation-duration:7.4s}.loader-rising-bubbles i:nth-child(4){left:42%;width:5px;height:5px;animation-delay:-5.1s;animation-duration:6.3s}.loader-rising-bubbles i:nth-child(5){right:39%;width:8px;height:8px;animation-delay:-1.8s;animation-duration:7s}.loader-rising-bubbles i:nth-child(6){right:26%;width:13px;height:13px;animation-delay:-4.6s;animation-duration:6.5s}.loader-rising-bubbles i:nth-child(7){right:14%;width:6px;height:6px;animation-delay:-2.9s;animation-duration:7.8s}.loader-rising-bubbles i:nth-child(8){right:5%;width:18px;height:18px;animation-delay:-5.7s;animation-duration:8.2s}@keyframes risingBubble{0%{opacity:0;transform:translateZ(0) scale(.7)}12%{opacity:.42}78%{opacity:.3}to{opacity:0;transform:translate3d(18px,-110vh,0) scale(1.08)}}.reveal-ready .reveal{opacity:0;transform:translateY(24px);transition:opacity .65s ease,transform .65s cubic-bezier(.2,.75,.25,1);transition-delay:var(--delay,0ms)}.reveal-ready .reveal.is-visible{opacity:1;transform:translateY(0)}.reveal-ready .service-card.is-visible:hover{transform:translateY(-7px)}.reveal-ready .project-card.is-visible:hover{transform:translateY(-3px)}.hero-copy .eyebrow{animation:heroIn .65s .05s both}.hero-copy h1{animation:heroIn .75s .16s both}.hero-copy>p{animation:heroIn .75s .27s both}.hero-actions{animation:heroIn .75s .38s both}.screen{animation:screenFloat 4.8s ease-in-out infinite}.card-love{animation:loveFloat 3.2s ease-in-out infinite}.card-code{animation:codeFloat 3.6s .4s ease-in-out infinite}.spark{animation:twinkle 1.8s ease-in-out infinite}.s2{animation-delay:.7s}.blob-one{animation:blobDrift 8s ease-in-out infinite alternate}.blob-two{animation:blobDrift 6s 1s ease-in-out infinite alternate-reverse}.plant .leaf{transform-origin:bottom center;animation:leafSway 3s ease-in-out infinite alternate}.plant .l2{animation-delay:.35s}.plant .l3{animation-delay:.7s}.service-card:hover .icon-box{animation:iconWiggle .55s ease}.note-one{animation:noteFloat 3.5s ease-in-out infinite}.step:hover .step-number{animation:stepPop .5s ease}.cta-doodle{animation:twinkle 1.8s ease-in-out infinite}@keyframes heroIn{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes screenFloat{0%,to{transform:translate(-50%) rotate(1deg) translateY(0)}50%{transform:translate(-50%) rotate(-.3deg) translateY(-9px)}}@keyframes loveFloat{0%,to{transform:rotate(5deg) translateY(0)}50%{transform:rotate(8deg) translateY(-8px)}}@keyframes codeFloat{0%,to{transform:rotate(-4deg) translateY(0)}50%{transform:rotate(-7deg) translateY(7px)}}@keyframes twinkle{0%,to{opacity:.55;transform:scale(.82) rotate(0)}50%{opacity:1;transform:scale(1.16) rotate(12deg)}}@keyframes blobDrift{to{transform:translate(22px,-18px) scale(1.08)}}@keyframes leafSway{0%{margin-left:-2px}to{margin-left:3px}}@keyframes iconWiggle{0%,to{transform:rotate(0) scale(1)}35%{transform:rotate(-8deg) scale(1.08)}70%{transform:rotate(6deg) scale(1.08)}}@keyframes noteFloat{0%,to{transform:rotate(-5deg) translateY(0)}50%{transform:rotate(-2deg) translateY(-7px)}}@keyframes stepPop{50%{transform:rotate(0) scale(1.1)}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal-ready .reveal{opacity:1;transform:none;transition:none}.hero-copy .eyebrow,.hero-copy h1,.hero-copy>p,.hero-actions,.screen,.float-card,.spark,.blob,.plant .leaf,.note-one,.cta-doodle,.minimal-fish-wrap,.minimal-logo-frame,.minimal-bubble,.minimal-bg-sparkles i,.loader-rising-bubbles i,.minimal-loader-copy,.minimal-loader-copy:after{animation:none!important}.minimal-logo-normal{opacity:1}.minimal-logo-wink{opacity:0!important}.minimal-loader-copy{opacity:1;transform:none}.minimal-loader{animation:minimalLoaderExit .2s .3s forwards}}@media (max-width:900px){.nav-links{position:absolute;top:78px;left:20px;right:20px;display:none;flex-direction:column;align-items:stretch;gap:4px;padding:18px;background:#fff;border-radius:18px;box-shadow:0 20px 45px #10214a26}.nav-links.open{display:flex}.nav-links a{padding:12px}.menu-button{display:block}.hero-grid,.about-grid{grid-template-columns:1fr}.hero{padding-top:130px}.hero-copy{text-align:center}.hero-copy>p,.section-heading{margin-left:auto;margin-right:auto}.hero-actions{justify-content:center}.hero-art{max-width:520px;width:100%;margin:auto}.service-grid,.project-grid{grid-template-columns:repeat(2,1fr)}.about-grid{gap:30px}.about-copy{text-align:center}.about-copy li{justify-content:center}.projects-heading{align-items:start}.steps{gap:20px}.dotted-line{width:calc(100% - 10px)}.cta-card{padding:45px;gap:35px}.cta-card:after{display:none}}@media (max-width:600px){.container{width:min(100% - 28px,1120px)}.navbar{height:68px}.nav-links{top:68px}h1{font-size:43px;letter-spacing:-2.5px}.hero{padding:113px 0 75px}.hero-actions{flex-direction:column;gap:18px}.hero-art{height:380px;margin-top:15px;transform:scale(.85)}.screen{width:310px;height:230px}.service-grid,.project-grid{grid-template-columns:1fr}.section{padding:76px 0}.service-card p{min-height:auto}.about-visual{min-height:390px}.big-logo{width:275px;height:275px}.note-one{top:20px}.projects-heading{display:block}.projects-heading>p{margin-top:20px}.steps{grid-template-columns:1fr;gap:48px}.dotted-line{display:none}.step{max-width:360px;margin:auto}.cta-section{padding:10px 0 70px}.cta-card{padding:40px 25px;text-align:center;flex-direction:column}.cta-card h2{font-size:30px}.footer-inner{flex-direction:column;gap:30px;text-align:center}.footer-inner>p{flex-wrap:wrap;justify-content:center}}@media (max-width:900px){.footer-top{grid-template-columns:1.4fr 1fr;gap:45px}.footer-brand{grid-column:1/-1}.footer-brand h3{font-size:24px}}@media (max-width:600px){footer{padding-top:55px}.footer-top{grid-template-columns:1fr;gap:34px}.footer-brand{grid-column:auto}.footer-brand h3{font-size:23px}.footer-bottom{flex-direction:column;align-items:flex-start;gap:12px;line-height:1.6}.footer-bottom p{flex-wrap:wrap}.footer-column .footer-button{margin-top:10px}}@media (max-width:900px){.project-preview{height:165px}}@media (max-width:600px){.service-card{min-height:auto}.service-card h3{min-height:0}.project-preview{height:175px}}@media (max-width:900px){.service-grid{grid-template-columns:repeat(2,1fr)}.service-card:nth-child(n){grid-column:span 1;padding:24px;min-height:245px}}@media (max-width:600px){.service-grid{grid-template-columns:1fr}.service-card:nth-child(n){min-height:auto;padding:23px 21px}.service-card:before{left:21px}.service-number{right:20px}}.service-grid{display:block;margin-top:48px}.service-card:nth-child(n){display:grid;grid-template-columns:68px 54px 220px minmax(260px,1fr) auto;align-items:center;gap:18px;min-height:0;padding:24px 6px;border:0;border-bottom:1px solid rgba(83,105,150,.17);border-radius:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;overflow:visible}.service-card:first-child{border-top:1px solid rgba(83,105,150,.17)}.service-card:hover{border-color:#53699640;background:linear-gradient(90deg,#ffffff7a,#ffffff24);box-shadow:none}.service-number{position:static;color:var(--service-color);font-size:22px;letter-spacing:-1px}.service-card .icon-box{width:43px;height:43px;border-radius:13px}.service-card .icon-box svg{width:19px;height:19px}.service-card h3{min-height:0;margin:0;font-size:17px;letter-spacing:-.3px}.service-card p{min-height:0;margin:0;max-width:none;font-size:13px;line-height:1.65}.service-card a{margin:0;white-space:nowrap}.reveal-ready .service-card.is-visible:hover{transform:translate(4px)}@media (max-width:900px){.service-grid{display:block}.service-card:nth-child(n){grid-template-columns:54px 46px 180px 1fr;gap:14px;padding:22px 4px}.service-card a{grid-column:4;margin-top:3px}.service-card p{grid-column:4}}@media (max-width:600px){.service-card:nth-child(n){grid-template-columns:42px 1fr;gap:10px 14px;padding:21px 2px}.service-number{grid-column:1;grid-row:1;font-size:18px}.service-card .icon-box{grid-column:1;grid-row:2;width:38px;height:38px}.service-card h3{grid-column:2;grid-row:1;font-size:16px}.service-card p{grid-column:2;grid-row:2}.service-card a{grid-column:2;grid-row:3;margin-top:5px}}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:17px;margin-top:48px}.service-card:nth-child(n){position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:0;min-height:270px;padding:24px 21px 21px;overflow:hidden;border:1px solid rgba(109,130,174,.19);border-radius:20px;background:linear-gradient(155deg,var(--service-soft) 0%,rgba(255,255,255,.84) 36%,rgba(255,255,255,.72) 100%);box-shadow:0 8px 24px #1f386e0f;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px)}.service-card:first-child{border-top:1px solid rgba(109,130,174,.19)}.service-card:before{display:block;content:"";position:absolute;left:21px;top:0;width:42px;height:3px;border-radius:0 0 4px 4px;background:var(--service-color)}.service-card:after{display:block;content:"";position:absolute;right:-43px;bottom:-48px;width:105px;height:105px;border:18px solid color-mix(in srgb,var(--service-color) 7%,transparent);border-radius:50%;pointer-events:none}.service-card:hover{border-color:color-mix(in srgb,var(--service-color) 29%,transparent);background:linear-gradient(155deg,var(--service-soft),rgba(255,255,255,.94) 40%);box-shadow:0 15px 32px #1f386e1a}.service-number{position:absolute;right:19px;top:18px;color:color-mix(in srgb,var(--service-color) 17%,transparent);font-size:31px;letter-spacing:-2px}.service-card .icon-box{width:47px;height:47px;border-radius:15px}.service-card .icon-box svg{width:21px;height:21px}.service-card h3{min-height:43px;margin:19px 0 8px;font-size:17px;line-height:1.28}.service-card p{flex:1;min-height:0;margin:0;font-size:13px;line-height:1.65}.service-card a{position:relative;z-index:2;display:flex;grid-column:auto;grid-row:auto;margin-top:17px;font-size:12px}.reveal-ready .service-card.is-visible:hover{transform:translateY(-6px)}@media (max-width:900px){.service-grid{display:grid;grid-template-columns:repeat(2,1fr)}.service-card:nth-child(n){min-height:250px;padding:23px 21px}.service-card h3{min-height:0}}@media (max-width:600px){.service-grid{grid-template-columns:1fr}.service-card:nth-child(n){min-height:auto;padding:23px 20px}.service-card h3,.service-card p{min-height:0}.service-card a{margin-top:18px}}@media (min-width:901px){.service-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.service-card:nth-child(n){grid-column:span 1}}.service-card:nth-child(n){--service-color:#49679d;--service-soft:#edf2f9;background:#ffffffc2;border-color:#677aa02b}.service-card:before,.service-card:after{display:none}.service-card:hover{background:#fffffff0;border-color:#49679d47}.service-card .icon-box{color:#49679d;background:#edf2f9}.service-card a{color:#49679d}.service-card:nth-child(1){--service-color:#3f6fc8;--service-soft:#e7efff;background:linear-gradient(145deg,#eaf2ff,#ffffffd1);border-color:#cfddf7}.service-card:nth-child(2){--service-color:#c65e7b;--service-soft:#ffe7ee;background:linear-gradient(145deg,#ffedf2,#ffffffd6);border-color:#f3d4dd}.service-card:nth-child(3){--service-color:#aa781f;--service-soft:#fff1c9;background:linear-gradient(145deg,#fff5d9,#ffffffd9);border-color:#eee0b9}.service-card:nth-child(4){--service-color:#7459ba;--service-soft:#eee8ff;background:linear-gradient(145deg,#f1edff,#ffffffd6);border-color:#ddd4f4}.service-card:nth-child(n):hover{border-color:color-mix(in srgb,var(--service-color) 28%,#dce4f1);background:linear-gradient(145deg,var(--service-soft),rgba(255,255,255,.94))}.service-card .icon-box{color:var(--service-color);background:var(--service-soft)}.service-card a{color:var(--service-color)}.service-card:after{display:block;position:absolute;right:18px;bottom:14px;width:auto;height:auto;border:0;border-radius:0;background:none;color:color-mix(in srgb,var(--service-color) 16%,transparent);font:800 27px/1 Manrope;pointer-events:none}.service-card:nth-child(1):after{content:"< / >"}.service-card:nth-child(2):after{content:"♡";font-size:35px}.service-card:nth-child(3):after{content:"✦";font-size:30px}.service-card:nth-child(4):after{content:"~";font-size:43px}footer.simple-footer{padding:42px 0 22px;background:#0b1c3f;color:#9aa9ca}.simple-footer-brand p{margin:9px 0 0;max-width:360px;font-size:12px;line-height:1.6}.simple-footer-socials a{display:flex;align-items:center;gap:8px;padding:10px 12px;border:1px solid rgba(255,255,255,.1);border-radius:10px;color:#c7d2e8;font-size:11px;transition:.2s ease}.simple-footer-socials a svg{color:#89aaff}.simple-footer-socials a:hover{border-color:#ffffff38;background:#ffffff0f;color:#fff}.simple-footer-main{display:flex;align-items:center;justify-content:space-between;gap:45px;padding-bottom:30px}.simple-footer-socials{display:flex;align-items:center;gap:10px}.simple-footer-socials a{display:flex;align-items:center;gap:8px;padding:10px 12px;border:1px solid rgba(255,255,255,.11);border-radius:10px;background:#ffffff09;color:#c7d2e8;font-size:11px;transition:.2s ease}.simple-footer-socials a b{font-weight:600}.simple-footer-socials a:hover{border-color:#ffffff38;background:#ffffff14;color:#fff;transform:translateY(-2px)}footer.simple-footer{padding:42px 0 22px;background:radial-gradient(circle at 12% 25%,rgba(54,105,225,.2),transparent 30%),radial-gradient(circle at 88% 90%,rgba(127,87,207,.14),transparent 32%),linear-gradient(135deg,#091a3b,#102752 62%,#182b57);color:#9aa9ca}footer.simple-footer:before{content:"";position:absolute;z-index:2;left:0;right:0;top:0;height:3px;background:linear-gradient(90deg,var(--blue),#7c62df,var(--pink),var(--yellow))}footer.simple-footer:after{content:">ᴗ<";position:absolute;z-index:0;right:5%;top:50%;color:#ffffff09;font:800 96px/1 Manrope;transform:translateY(-50%) rotate(-5deg);pointer-events:none}footer.simple-footer>.container{position:relative;z-index:1}.simple-footer-main{display:grid;grid-template-columns:1.4fr auto .7fr;align-items:center;gap:55px;padding-bottom:30px}.simple-footer-brand p{margin:9px 0 0;max-width:360px;color:#aebbd5;font-size:12px;line-height:1.6}.simple-footer-nav{display:flex;align-items:center;gap:24px}.simple-footer-nav a{color:#aebbd5;font-size:11px;font-weight:600;transition:.2s ease}.simple-footer-nav a:hover{color:#fff;transform:translateY(-2px)}.simple-footer-socials{display:flex;align-items:center;justify-content:flex-end;gap:9px}.simple-footer-socials a{width:40px;height:40px;display:grid;place-items:center;padding:0;border:1px solid rgba(255,255,255,.11);border-radius:50%;background:#ffffff0a;color:#c7d2e8;transition:.2s ease}.simple-footer-socials a:first-child svg{color:#ec82a0}.simple-footer-socials a:last-child svg{color:#71d0aa}.simple-footer-socials a:hover{border-color:#ffffff38;background:#ffffff17;color:#fff;transform:translateY(-3px)}.simple-footer-bottom{display:flex;align-items:center;justify-content:space-between;padding-top:18px;border-top:1px solid rgba(255,255,255,.09);font-size:10px}.simple-footer-bottom p{margin:0}.footer-language{display:flex;align-items:center;gap:8px}.footer-language button{padding:0;border:0;background:none;color:#7082a8;font:600 10px DM Sans;cursor:pointer}.footer-language button.active,.footer-language button:hover{color:#fff}.footer-language i{width:3px;height:3px;border-radius:50%;background:#52678f}@media (max-width:700px){footer.simple-footer{padding-top:38px}.simple-footer-main{align-items:flex-start;flex-direction:column;gap:24px}.simple-footer-socials{align-items:stretch;flex-direction:column;width:100%}.simple-footer-socials a{justify-content:center}.simple-footer-bottom{gap:15px;flex-wrap:wrap}}@media (max-width:700px){.simple-footer-main{display:flex;align-items:flex-start;flex-direction:column;gap:22px}.simple-footer-nav{gap:20px;flex-wrap:wrap}.simple-footer-socials{width:auto;align-items:center;flex-direction:row}.simple-footer-socials a{display:grid;justify-content:initial}}footer.simple-footer{padding-top:58px;background:radial-gradient(circle at 10% 15%,rgba(47,104,238,.28),transparent 28%),radial-gradient(circle at 83% 76%,rgba(231,92,142,.17),transparent 28%),radial-gradient(rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(135deg,#071a3e,#102b5b 58%,#30215e);background-size:auto,auto,22px 22px,auto}.footer-star,.footer-code,.footer-heart{position:absolute;font-weight:800}.footer-star{color:#ffd166;animation:footerTwinkle 2.2s ease-in-out infinite}.star-one{left:4%;top:28px;font-size:25px}.star-two{right:30%;bottom:27px;color:#83b0ff;font-size:16px;animation-delay:.7s}.footer-code{right:4%;top:22px;color:#83b0ff40;font:800 30px Manrope;transform:rotate(7deg)}.footer-heart{left:39%;top:23px;color:#ff7f9e59;font-size:30px;transform:rotate(-9deg)}.footer-mascot{position:absolute;right:8%;top:50%;width:155px;height:121px;opacity:.11;transform:translateY(-50%) rotate(-7deg);animation:footerMascotFloat 3.5s ease-in-out infinite}.footer-tags{display:flex;gap:6px;flex-wrap:wrap;margin-top:15px}.footer-tags span{padding:5px 8px;border:1px solid rgba(255,255,255,.1);border-radius:20px;background:#ffffff0e;color:#9eb5df;font-size:8px;font-weight:700;letter-spacing:.35px}.simple-footer-nav{gap:8px}.simple-footer-nav a{padding:8px 11px;border:1px solid rgba(255,255,255,.08);border-radius:20px;background:#ffffff0b}.simple-footer-nav a:nth-child(1):hover{background:#4679ee38;color:#a9c4ff}.simple-footer-nav a:nth-child(2):hover{background:#8563d738;color:#c8b7ff}.simple-footer-nav a:nth-child(3):hover{background:#ff75992e;color:#ffb1c5}.simple-footer-socials a{border:0;box-shadow:0 8px 18px #0000001f}.simple-footer-socials a:hover{background-position:100% 100%;transform:translateY(-4px) rotate(4deg)}footer.simple-footer{padding-top:58px;background:radial-gradient(circle at 10% 15%,rgba(47,104,238,.3),transparent 30%),radial-gradient(circle at 83% 76%,rgba(231,92,142,.18),transparent 30%),linear-gradient(135deg,#071a3e,#102b5b 58%,#30215e)}footer.simple-footer:before{height:5px;background:linear-gradient(90deg,#3f7cff,#8668e8,#ff7c9f,#ffd166,#62d5b0)}footer.simple-footer:after{display:none}.footer-fun-decor{position:absolute;z-index:0;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none}.footer-code,.footer-heart{position:absolute;font-weight:800}.footer-code{right:4%;top:22px;color:#83b0ff3b;font:800 34px Manrope;transform:rotate(7deg)}.footer-heart{left:42%;top:24px;color:#ff7f9e45;font-size:34px;transform:rotate(-9deg)}.footer-mascot{position:absolute;right:7%;top:52%;width:175px;height:136px;opacity:.09;transform:translateY(-50%) rotate(-7deg);animation:footerMascotFloat 3.5s ease-in-out infinite}.footer-mascot img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain}.footer-mascot-normal{animation:footerMascotNormal 3.2s linear infinite}.footer-mascot-wink{opacity:0;animation:footerMascotWink 3.2s linear infinite}.simple-footer-main{grid-template-columns:1.25fr .75fr 1fr;align-items:start;gap:55px}.simple-footer-brand h3{margin:22px 0 9px;color:#fff;font-size:21px;line-height:1.3;letter-spacing:-.65px}.simple-footer-brand h3 span{display:block;color:#a9c2ff}.simple-footer-brand p{font-size:13px}.footer-tags{display:flex;gap:7px;flex-wrap:wrap;margin-top:16px}.footer-tags span{padding:6px 9px;border:1px solid rgba(255,255,255,.11);border-radius:20px;background:#ffffff0f;color:#abc0e7;font-size:9px;font-weight:700}.simple-footer-nav{display:flex;align-items:flex-start;flex-direction:column;gap:10px}.simple-footer-nav>span{margin-bottom:3px;color:#6f87b4;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:1.3px}.simple-footer-nav a{min-width:110px;padding:9px 12px;border:1px solid rgba(255,255,255,.08);border-radius:20px;background:#ffffff0b;font-size:12px}.simple-footer-nav a:nth-of-type(1):hover{background:#4679ee38;color:#a9c4ff}.simple-footer-nav a:nth-of-type(2):hover{background:#8563d738;color:#c8b7ff}.simple-footer-nav a:nth-of-type(3):hover{background:#ff75992e;color:#ffb1c5}.simple-footer-socials{align-items:stretch;flex-direction:column}.simple-footer-socials a{width:215px;height:51px;display:flex;justify-content:flex-start;gap:11px;padding:0 14px;border:0;border-radius:14px;box-shadow:0 8px 18px #0000001f}.simple-footer-socials a span{display:flex;align-items:flex-start;flex-direction:column;gap:2px}.simple-footer-socials a small{color:#ffffffb3;font-size:8px;font-weight:600}.simple-footer-socials a b{color:#fff;font-size:11px;font-weight:700}.simple-footer-socials a:first-child{background:linear-gradient(135deg,#f26b93,#9b62d8)}.simple-footer-socials a:last-child{background:linear-gradient(135deg,#4bc395,#208c70)}.simple-footer-socials a:first-child svg,.simple-footer-socials a:last-child svg{color:#fff}.simple-footer-socials a:hover{transform:translateY(-3px)}@keyframes footerTwinkle{0%,to{opacity:.45;transform:scale(.8) rotate(0)}50%{opacity:1;transform:scale(1.15) rotate(12deg)}}@keyframes footerMascotFloat{0%,to{transform:translateY(-50%) rotate(-7deg)}50%{transform:translateY(-57%) rotate(-3deg)}}@keyframes footerMascotNormal{0%,62%,76%,to{opacity:1}66%,72%{opacity:0}}@keyframes footerMascotWink{0%,62%,76%,to{opacity:0}66%,72%{opacity:1}}@media (max-width:700px){footer.simple-footer{padding-top:54px}.footer-mascot{right:-35px;top:34%;width:135px;opacity:.075}.footer-heart{left:auto;right:25%;top:18px}.simple-footer-nav{gap:7px}.simple-footer-nav a{padding:7px 10px}}@media (prefers-reduced-motion:reduce){.footer-star,.footer-mascot,.footer-mascot img{animation:none!important}.footer-mascot-normal{opacity:1}.footer-mascot-wink{opacity:0!important}}.site-content{transition:opacity .17s ease,transform .17s ease,filter .17s ease}.site-content.language-changing{opacity:0;transform:translateY(4px);filter:blur(2px)}.theme-toggle{width:35px;height:35px;display:grid;place-items:center;border:1px solid #dce4f4;border-radius:10px;background:#eff4ffd1;color:#536888;cursor:pointer;transition:.22s ease}.theme-toggle:hover{background:#fff;color:var(--blue);transform:rotate(8deg)}.scroll-to-top{position:fixed;z-index:70;right:22px;bottom:22px;width:44px;height:44px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.4);border-radius:50%;background:linear-gradient(145deg,#2364f2,#0d4bd7);color:#fff;box-shadow:0 12px 26px #1154ed47;opacity:0;visibility:hidden;transform:translateY(14px) scale(.9);cursor:pointer;transition:.25s ease}.scroll-to-top.visible{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.scroll-to-top:hover{transform:translateY(-4px) rotate(-6deg);box-shadow:0 16px 30px #1154ed57}.not-found-page{position:relative;min-height:calc(100vh - 235px);display:grid;place-items:center;overflow:hidden;padding:135px 20px 80px;background:linear-gradient(145deg,#e8f2ff,#f1ebff 55%,#fff0e7);text-align:center}.not-found-content{position:relative;z-index:2;max-width:620px}.not-found-mascot{position:relative;width:205px;height:160px;margin:0 auto 10px;padding:17px;border-radius:46% 54% 48% 52%;background:linear-gradient(145deg,#2366f4,#0e4cdb);box-shadow:0 18px 40px #1154ed3b;animation:notFoundFloat 3s ease-in-out infinite}.not-found-mascot img{position:absolute;top:17px;right:17px;bottom:17px;left:17px;width:calc(100% - 34px);height:calc(100% - 34px);object-fit:contain}.not-found-normal{animation:notFoundNormal 3.2s linear infinite}.not-found-wink{opacity:0;animation:notFoundWink 3.2s linear infinite}.not-found-content>span{display:inline-flex;padding:7px 11px;border-radius:20px;background:#1154ed17;color:var(--blue);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:1.2px}.not-found-content h1{margin:7px 0 0;color:var(--blue);font-size:clamp(82px,13vw,145px);line-height:.9;letter-spacing:-8px}.not-found-content h2{margin:20px 0 10px;font-size:clamp(25px,4vw,38px);letter-spacing:-1.4px}.not-found-content p{max-width:510px;margin:0 auto 26px;color:var(--muted);font-size:15px;line-height:1.7}.not-found-content .button{padding:14px 19px}.not-found-bubble{position:absolute;border:2px solid rgba(17,84,237,.1);border-radius:50%;animation:notFoundBubble 4s ease-in-out infinite}.bubble-a{width:90px;height:90px;left:10%;top:25%}.bubble-b{width:45px;height:45px;right:12%;bottom:20%;animation-delay:1.2s}@keyframes notFoundFloat{50%{transform:translateY(-8px) rotate(2deg)}}@keyframes notFoundNormal{0%,63%,76%,to{opacity:1}67%,72%{opacity:0}}@keyframes notFoundWink{0%,63%,76%,to{opacity:0}67%,72%{opacity:1}}@keyframes notFoundBubble{50%{transform:translateY(-18px);opacity:.45}}html[data-theme=dark]{--dark:#eef4ff;--muted:#a9b5ca;color-scheme:dark}html[data-theme=dark] body{background:#091226;color:var(--dark)}html[data-theme=dark] .navbar{background:linear-gradient(90deg,#081227f0,#0e1d3ae0,#1a1630e6);border-color:#94aad71f;box-shadow:0 8px 30px #0000002e}html[data-theme=dark] .brand:not(.brand-light){color:#eef4ff}html[data-theme=dark] .language-switch,html[data-theme=dark] .theme-toggle{border-color:#9bb1dc29;background:#ffffff12;color:#b8c5dd}html[data-theme=dark] .language-switch button.active{background:#234071;color:#fff;box-shadow:none}html[data-theme=dark] .theme-toggle:hover{background:#ffffff1f;color:#ffd36d}html[data-theme=dark] .hero{background:linear-gradient(135deg,#0a1730,#171a38 52%,#281a31)}html[data-theme=dark] .blob-one{background:#172c56}html[data-theme=dark] .blob-two{background:#392c32}html[data-theme=dark] .eyebrow{background:#3d70e22b;color:#8eb1ff}html[data-theme=dark] .text-link{color:#c4cee0}html[data-theme=dark] .services{background:linear-gradient(135deg,#0d1930,#141a36 52%,#21172f)}html[data-theme=dark] .about{background:linear-gradient(135deg,#231a25,#20182d 55%,#171d36)}html[data-theme=dark] .projects{background:linear-gradient(135deg,#15182e,#101e35 48%,#102b2a)}html[data-theme=dark] .process{background:linear-gradient(135deg,#15271d,#10282a 52%,#121e38)}html[data-theme=dark] .cta-section{background:linear-gradient(135deg,#0f1c35,#171a39 50%,#241934)}html[data-theme=dark] .section-divider{background:#111a31!important}html[data-theme=dark] .section-divider path{fill:#131d35!important}html[data-theme=dark] .service-card:nth-child(n){background:linear-gradient(145deg,#1a2844f2,#111c33e6);border-color:#96add924}html[data-theme=dark] .service-card:nth-child(n):hover{background:linear-gradient(145deg,#223252fa,#15223bf5);border-color:#89a8e447}html[data-theme=dark] .service-card p{color:#aeb9cd}html[data-theme=dark] .service-card .icon-box{background:#7897db1f;color:#9bb8f3}html[data-theme=dark] .service-card a{color:#a9c3fa}html[data-theme=dark] .project-card{background:#131f37e6;border-color:#95abd524}html[data-theme=dark] .project-card:hover{background:#192742f5}html[data-theme=dark] .project-info span{color:#99a8c0}html[data-theme=dark] .project-window{background:#111d34}html[data-theme=dark] .note{background:#152542;border-color:#aebdd7;box-shadow:6px 6px #071126}html[data-theme=dark] .big-logo{background:#132442;border-color:#b9c7df;box-shadow:17px 17px #4b3e28}html[data-theme=dark] .soft{background:#21355c;color:#a9c4ff}html[data-theme=dark] .step p{color:#aab5c8}html[data-theme=dark] .nav-links.open{background:#101e39;box-shadow:0 20px 45px #0000004d}html[data-theme=dark] .not-found-page{background:linear-gradient(145deg,#0b1730,#191833 55%,#27182b)}html[data-theme=dark] .not-found-content>span{background:#4d7deb29;color:#9cbaff}@media (max-width:600px){.scroll-to-top{right:15px;bottom:15px;width:42px;height:42px}.not-found-page{padding-top:110px}.not-found-mascot{width:170px;height:135px}}@media (prefers-reduced-motion:reduce){.site-content,.scroll-to-top{transition:none}.not-found-mascot,.not-found-mascot img,.not-found-bubble{animation:none!important}.not-found-normal{opacity:1}.not-found-wink{opacity:0!important}}footer.simple-footer{padding:48px 0 20px;background:radial-gradient(circle at 8% 12%,rgba(47,104,238,.3),transparent 31%),radial-gradient(circle at 88% 80%,rgba(218,84,151,.19),transparent 32%),linear-gradient(135deg,#071a3e,#102b5b 58%,#30215e)}.footer-fun-decor:before{content:"";position:absolute;right:-8%;bottom:-125px;width:62%;height:225px;border-radius:50% 45% 0 0;background:linear-gradient(120deg,#567cee29,#d65ba51f);transform:rotate(-4deg)}.footer-fun-decor:after{content:"";position:absolute;left:-120px;top:-105px;width:270px;height:210px;border-radius:45% 55% 50% 48%;background:#487def1f;transform:rotate(14deg)}.footer-mascot{right:3%;top:56%;width:250px;height:195px;opacity:.14}.simple-footer-main{grid-template-columns:1.2fr .68fr 1fr;gap:40px;padding-bottom:24px}.simple-footer-brand h3{margin-top:18px}.simple-footer-brand p{max-width:330px}.footer-tags{margin-top:13px}.simple-footer-bottom{padding-top:15px}@media (max-width:900px){.footer-mascot{right:-35px;width:210px;height:164px;opacity:.1}.simple-footer-main{gap:30px}}@media (max-width:700px){footer.simple-footer{padding-top:44px}.footer-fun-decor:before{right:-30%;width:110%;bottom:-145px}.footer-mascot{right:-48px;top:37%;width:170px;height:133px;opacity:.08}.simple-footer-main{gap:20px;padding-bottom:22px}}.simple-footer-main{display:block;max-width:760px;padding-bottom:30px}.simple-footer-brand h3{max-width:700px;margin:24px 0 11px;font-size:clamp(29px,3.4vw,43px);line-height:1.14;letter-spacing:-1.5px}.simple-footer-brand h3 span{display:inline;color:#a9c2ff}.simple-footer-brand p{max-width:540px;margin:0;color:#b4c2dc;font-size:15px;line-height:1.7}.simple-footer-socials{display:flex;align-items:stretch;flex-direction:row;justify-content:flex-start;gap:11px;margin-top:24px}.simple-footer-socials a{width:225px;height:54px}.footer-mascot{right:5%;top:51%;width:285px;height:222px;opacity:.13}.simple-footer-bottom{font-size:11px}@media (max-width:900px){.simple-footer-main{max-width:67%}.simple-footer-brand h3{font-size:31px}.footer-mascot{right:-25px;width:235px;height:183px;opacity:.1}.simple-footer-socials{flex-direction:column}.simple-footer-socials a{width:230px}}@media (max-width:600px){.simple-footer-main{max-width:none}.simple-footer-brand h3{font-size:28px}.simple-footer-brand p{font-size:14px}.simple-footer-socials{width:100%;flex-direction:column}.simple-footer-socials a{width:100%;max-width:310px}.footer-mascot{right:-55px;top:31%;width:180px;height:140px;opacity:.065}}.faq-section{background:linear-gradient(135deg,#f5efff,#edf2ff 52%,#f1eaff)}.faq-heading{max-width:670px;margin-bottom:38px}.faq-heading h2{margin:13px 0;font-size:clamp(34px,4vw,49px);line-height:1.14;letter-spacing:-2.2px}.faq-heading h2 em{color:var(--blue);font-style:normal}.faq-heading>p{margin:0;color:var(--muted);font-size:16px;line-height:1.7}.faq-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.faq-item{overflow:hidden;border:1px solid rgba(104,126,171,.18);border-radius:17px;background:#ffffffb8;box-shadow:0 8px 24px #22396b0d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:border-color .25s ease,background .25s ease,transform .25s ease}.faq-item.featured{grid-column:1/-1;background:linear-gradient(135deg,#e1edfff2,#ffffffd1);border-color:#cbdaf5}.faq-item:hover{border-color:#3e69c44d;transform:translateY(-2px)}.faq-item summary{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px 21px;list-style:none;cursor:pointer;color:var(--dark);font:700 15px/1.45 Manrope}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary i{position:relative;flex:0 0 auto;width:28px;height:28px;border-radius:50%;background:#edf2ff;transition:transform .3s ease,background .3s ease}.faq-item summary i:before,.faq-item summary i:after{content:"";position:absolute;left:50%;top:50%;width:10px;height:2px;border-radius:2px;background:var(--blue);transform:translate(-50%,-50%)}.faq-item summary i:after{transform:translate(-50%,-50%) rotate(90deg);transition:transform .25s ease}.faq-item[open] summary i{background:var(--blue);transform:rotate(180deg)}.faq-item[open] summary i:before,.faq-item[open] summary i:after{background:#fff}.faq-item[open] summary i:after{transform:translate(-50%,-50%) rotate(0)}.faq-item>p{margin:0;padding:0 21px 21px;color:var(--muted);font-size:13px;line-height:1.75;animation:faqAnswerIn .25s ease}.faq-item.featured summary{font-size:17px}.faq-item.featured>p{max-width:760px;font-size:14px}@keyframes faqAnswerIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}html[data-theme=dark] .faq-section{background:linear-gradient(135deg,#201a31,#141d37 52%,#241933)}html[data-theme=dark] .faq-item{border-color:#94aad724;background:#142038db;box-shadow:none}html[data-theme=dark] .faq-item.featured{background:linear-gradient(135deg,#20355bf0,#17223be6);border-color:#7b9dde40}html[data-theme=dark] .faq-item summary i{background:#253a65}html[data-theme=dark] .section-divider+.faq-section{color:var(--dark)}@media (max-width:700px){.faq-grid{grid-template-columns:1fr}.faq-item.featured{grid-column:auto}.faq-item summary,.faq-item.featured summary{min-height:68px;padding:18px;font-size:14px}.faq-item>p,.faq-item.featured>p{padding:0 18px 18px;font-size:13px}}@media (prefers-reduced-motion:reduce){.faq-item>p{animation:none}}.faq-intro{display:grid;grid-template-columns:1fr 330px;align-items:center;gap:70px;margin-bottom:42px}.faq-heading{margin-bottom:0}.faq-visual{position:relative;height:205px;overflow:hidden;border:1px solid rgba(255,255,255,.7);border-radius:31px;background:linear-gradient(145deg,#2f72f6,#1352db 62%,#6b72ea);box-shadow:0 20px 42px #2853ba33;transform:rotate(1.5deg)}.faq-visual:before{content:"";position:absolute;width:170px;height:170px;right:-55px;top:-70px;border:25px solid rgba(255,255,255,.09);border-radius:50%}.faq-visual img{position:absolute;width:180px;height:140px;left:24px;bottom:18px;object-fit:contain;filter:drop-shadow(0 10px 8px rgba(4,34,110,.2));animation:faqMascotFloat 3s ease-in-out infinite}.faq-time{position:absolute;right:22px;bottom:22px;width:76px;height:76px;display:grid;place-content:center;border:1px solid rgba(255,255,255,.35);border-radius:22px;background:#ffffff29;color:#fff;text-align:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transform:rotate(4deg)}.faq-time b{font:800 24px/1 Manrope}.faq-time span{margin-top:3px;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.8px}.faq-question{position:absolute;z-index:2;display:grid;place-items:center;border-radius:50%;color:#fff;background:#ffffff29;font:800 18px Manrope;animation:faqQuestionFloat 2.6s ease-in-out infinite}.q-one{width:34px;height:34px;left:20px;top:18px;transform:rotate(-9deg)}.q-two{width:25px;height:25px;left:64px;top:27px;font-size:12px;animation-delay:.6s}.faq-item{--faq-color:#3e72d4;position:relative}.faq-item:nth-child(2){--faq-color:#c45d7a}.faq-item:nth-child(3){--faq-color:#a87820}.faq-item:nth-child(4){--faq-color:#3b8a70}.faq-item:nth-child(5){--faq-color:#7559bb}.faq-item:before{content:"";position:absolute;left:0;top:18px;bottom:18px;width:3px;border-radius:0 5px 5px 0;background:var(--faq-color);opacity:.62}.faq-item.featured:before{width:4px;top:15px;bottom:15px}.faq-item summary{gap:13px}.faq-item summary>span{flex:1}.faq-number{flex:0 0 auto;color:var(--faq-color);font:800 11px Manrope;letter-spacing:.2px}.faq-item summary i{background:color-mix(in srgb,var(--faq-color) 10%,#edf2ff)}.faq-item summary i:before,.faq-item summary i:after{background:var(--faq-color)}.faq-item[open]{background:#ffffffe8;border-color:color-mix(in srgb,var(--faq-color) 30%,#dce4f2)}.faq-item[open] summary i{background:var(--faq-color)}@keyframes faqMascotFloat{50%{transform:translateY(-7px) rotate(2deg)}}@keyframes faqQuestionFloat{50%{margin-top:-7px;transform:rotate(5deg)}}html[data-theme=dark] .faq-visual{border-color:#ffffff29;box-shadow:0 20px 42px #00000038}html[data-theme=dark] .faq-item[open]{background:#1b2a46f5;border-color:color-mix(in srgb,var(--faq-color) 34%,#263a5e)}html[data-theme=dark] .faq-item summary i{background:#6987c424}@media (max-width:900px){.faq-intro{grid-template-columns:1fr 275px;gap:35px}.faq-visual{height:185px}.faq-visual img{width:155px;height:120px}.faq-time{width:68px;height:68px}}@media (max-width:700px){.faq-intro{grid-template-columns:1fr;gap:28px}.faq-visual{width:100%;max-width:360px;height:190px;transform:none}.faq-heading{text-align:left}.faq-item summary{gap:10px}}@media (prefers-reduced-motion:reduce){.faq-visual img,.faq-question{animation:none!important}}.faq-intro{display:block;max-width:720px;margin:0 auto 38px;text-align:center}.faq-heading{max-width:none}.faq-heading>p{max-width:590px;margin-left:auto;margin-right:auto}.faq-grid{grid-template-columns:1fr;max-width:880px;margin:0 auto;gap:11px}.faq-item,.faq-item.featured{grid-column:auto;border:1px solid rgba(103,125,169,.18);border-radius:16px;background:#ffffffb8;box-shadow:none;transform:none}.faq-item.featured{background:linear-gradient(135deg,#e8f0ffeb,#ffffffc7);border-color:#cbd9f2}.faq-item:before{display:none}.faq-item:hover{transform:none;border-color:#4468b24d;background:#ffffffe6}.faq-item summary,.faq-item.featured summary{min-height:70px;padding:19px 22px;font-size:15px}.faq-item summary i{width:27px;height:27px;background:#edf2ff}.faq-item>p,.faq-item.featured>p{max-width:none;padding:0 22px 21px;font-size:13px;line-height:1.75}.faq-number,.faq-visual{display:none}.faq-item[open],.faq-item.featured[open]{background:#fff;border-color:#466cbd52}html[data-theme=dark] .faq-item,html[data-theme=dark] .faq-item.featured{background:#142038d6;border-color:#94aad724}html[data-theme=dark] .faq-item.featured{background:linear-gradient(135deg,#1d2f50eb,#141f36db)}html[data-theme=dark] .faq-item:hover,html[data-theme=dark] .faq-item[open]{background:#1a2843f5;border-color:#7a99d645}@media (max-width:700px){.faq-intro{text-align:left}.faq-item summary,.faq-item.featured summary{padding:17px 18px;font-size:14px}.faq-item>p,.faq-item.featured>p{padding:0 18px 18px}}:root{--radius-card:20px;--radius-inner:13px;--surface-card:rgba(255,255,255,.8);--surface-border:rgba(91,115,162,.18);--surface-shadow:0 10px 28px rgba(33,57,107,.07)}.section{padding:96px 0}.section-divider{height:46px}.section-heading h2,.about-copy h2,.faq-heading h2{font-size:clamp(35px,4vw,48px);line-height:1.15;letter-spacing:-2px}.section-heading>p,.about-copy>p,.faq-heading>p{font-size:16px}.button,.nav-cta{border-radius:13px}.services{background:linear-gradient(135deg,#edf4ff,#f1efff 62%,#f9f2ff)}.about{background:linear-gradient(135deg,#fff3e8,#fbeef4 58%,#f3efff)}.projects{background:linear-gradient(135deg,#eef3ff,#edf5ff 55%,#f2efff)}.process{background:linear-gradient(135deg,#fff5e8,#f3f2ff 52%,#edf4ff)}.faq-section{background:linear-gradient(135deg,#f4efff,#eef3ff 55%,#fff2ed)}.cta-section{background:linear-gradient(135deg,#edf4ff,#f1efff 55%,#f9eff8)}.service-card:nth-child(n),.project-card,.faq-item,.faq-item.featured{border-radius:var(--radius-card);border-color:var(--surface-border);box-shadow:var(--surface-shadow)}.service-card:nth-child(n){min-height:274px;background:linear-gradient(155deg,var(--service-soft),rgba(255,255,255,.88) 42%)}.service-card:nth-child(4){--service-color:#5578ce;--service-soft:#e9efff;background:linear-gradient(155deg,#edf2ff,#ffffffe0 42%)}.service-card h3{font-size:18px}.service-card p{font-size:14px;line-height:1.68}.service-card a{font-size:12px}.service-card .icon-box{border-radius:var(--radius-inner)}.service-card:after{opacity:.72}.project-card{padding:10px 10px 0;background:var(--surface-card)}.project-preview,.project-window{border-radius:var(--radius-inner)}.project-info{min-height:82px;padding:14px 7px 16px}.project-info h3{font-size:15px}.project-info span{font-size:10px;letter-spacing:.2px}.project-link{width:31px;height:31px}.faq-item,.faq-item.featured{background:var(--surface-card)}.faq-item summary,.faq-item.featured summary{font-size:15px}.faq-item>p,.faq-item.featured>p{font-size:14px}.faq-item summary i{width:29px;height:29px}.cta-card{border-radius:26px}.big-logo{border-radius:48% 52% 49% 51%}.big-logo img{border-radius:43%}.note{border-radius:13px}.brand img{border-radius:12px}.simple-footer-brand h3{font-size:clamp(30px,3.2vw,41px)}.simple-footer-brand p{font-size:15px}.simple-footer-socials a small{font-size:10px}.simple-footer-socials a b{font-size:12px}.simple-footer-bottom,.footer-language button{font-size:11px}html[data-theme=dark]{--surface-card:rgba(20,32,56,.88);--surface-border:rgba(145,169,215,.15);--surface-shadow:0 12px 30px rgba(0,0,0,.16)}html[data-theme=dark] .services{background:linear-gradient(135deg,#0e1a31,#171a35 62%,#21192d)}html[data-theme=dark] .about{background:linear-gradient(135deg,#231b25,#1d1a30 58%,#141c34)}html[data-theme=dark] .projects{background:linear-gradient(135deg,#131a31,#102039 55%,#191a35)}html[data-theme=dark] .process{background:linear-gradient(135deg,#251f24,#191d35 52%,#101d35)}html[data-theme=dark] .faq-section{background:linear-gradient(135deg,#211a31,#131d36 55%,#261b2b)}html[data-theme=dark] .cta-section{background:linear-gradient(135deg,#101d36,#191b38 55%,#251a31)}html[data-theme=dark] .service-card:nth-child(n),html[data-theme=dark] .project-card,html[data-theme=dark] .faq-item,html[data-theme=dark] .faq-item.featured{background:var(--surface-card);border-color:var(--surface-border);box-shadow:var(--surface-shadow)}html[data-theme=dark] .service-card:nth-child(n):hover,html[data-theme=dark] .project-card:hover,html[data-theme=dark] .faq-item:hover,html[data-theme=dark] .faq-item[open]{background:#1b2a46f7;border-color:#89a5dd47}html[data-theme=dark] .service-card:after{opacity:.35}@media (max-width:600px){.section{padding:76px 0}.section-divider{height:38px}.service-card:nth-child(n){min-height:auto}.section-heading h2,.about-copy h2,.faq-heading h2{letter-spacing:-1.5px}.simple-footer-brand h3{font-size:29px}}.site-content.theme-changing{opacity:0;filter:blur(3px);transform:scale(.997)}.nav-links>a:not(.nav-cta){position:relative}.nav-links>a:not(.nav-cta):after{content:"";position:absolute;left:50%;right:50%;bottom:-8px;height:2px;border-radius:3px;background:var(--blue);transition:left .22s ease,right .22s ease}.nav-links>a.active:not(.nav-cta){color:var(--blue)}.nav-links>a.active:not(.nav-cta):after{left:12%;right:12%}.nav-cta.active{box-shadow:0 0 0 3px #1154ed26,0 8px 20px #1154ed33}.project-window>img{object-position:top center;filter:saturate(.92) contrast(1.025) brightness(.985)}.section-divider{background:var(--divider-from)!important;transition:background-color .3s ease}.section-divider path{fill:var(--divider-to)!important;transition:fill .3s ease}.navbar,.service-card,.project-card,.faq-item,.note,.theme-toggle,.language-switch{transition:background-color .3s ease,border-color .3s ease,color .3s ease,box-shadow .3s ease,transform .25s ease}@media (max-width:900px){.section{padding:84px 0}.hero{padding-bottom:94px}.section-heading,.faq-heading{max-width:650px}.nav-links>a:not(.nav-cta):after{display:none}.nav-links>a.active:not(.nav-cta){border-radius:9px;background:#edf3ff}.project-preview{height:160px}}@media (max-width:600px){.section{padding:72px 0}.hero{padding-bottom:72px}.section-divider{height:36px}.project-preview{height:174px}.service-grid,.project-grid{gap:14px}html[data-theme=dark] .nav-links>a.active:not(.nav-cta){background:#5980d326}}.faq-layout{display:grid;grid-template-columns:minmax(300px,.82fr) minmax(440px,1.18fr);align-items:start;gap:72px}.faq-intro{position:sticky;top:112px;display:block;max-width:none;margin:0;text-align:left}.faq-heading{max-width:480px}.faq-heading>p{margin-left:0;margin-right:0}.faq-grid{grid-template-columns:1fr;max-width:none;margin:0;gap:11px}.faq-mini-card{position:relative;width:250px;height:126px;margin-top:28px;overflow:hidden;border:1px solid rgba(255,255,255,.72);border-radius:22px;background:linear-gradient(145deg,#3778f4,#1453dc 65%,#6975e8);box-shadow:0 15px 34px #204fb530;transform:rotate(-1.5deg)}.faq-mini-card:after{content:"";position:absolute;width:105px;height:105px;right:-45px;top:-47px;border:18px solid rgba(255,255,255,.1);border-radius:50%}.faq-mini-logo{position:absolute;left:16px;bottom:7px;width:145px;height:113px}.faq-mini-logo img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 8px 6px rgba(4,34,110,.18))}.faq-mini-normal{animation:faqMiniNormal 3.2s linear infinite}.faq-mini-wink{opacity:0;animation:faqMiniWink 3.2s linear infinite}.faq-mini-time{position:absolute;z-index:2;right:16px;bottom:17px;width:64px;height:64px;display:grid;place-content:center;border:1px solid rgba(255,255,255,.35);border-radius:18px;background:#ffffff26;color:#fff;text-align:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.faq-mini-time b{font:800 21px/1 Manrope}.faq-mini-time span{margin-top:3px;font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.7px}@keyframes faqMiniNormal{0%,63%,77%,to{opacity:1}67%,73%{opacity:0}}@keyframes faqMiniWink{0%,63%,77%,to{opacity:0}67%,73%{opacity:1}}html[data-theme=dark] .faq-mini-card{border-color:#ffffff24;box-shadow:0 16px 36px #00000038}@media (max-width:900px){.faq-layout{grid-template-columns:minmax(250px,.72fr) minmax(390px,1.28fr);gap:34px}.faq-heading h2{font-size:37px}.faq-mini-card{width:220px;height:116px}.faq-mini-logo{width:130px;height:102px}.faq-mini-time{width:58px;height:58px}}@media (max-width:700px){.faq-layout{grid-template-columns:1fr;gap:30px}.faq-intro{position:static}.faq-heading{max-width:620px}.faq-mini-card{width:100%;max-width:300px;height:130px;margin-top:23px;transform:none}.faq-mini-logo{width:150px;height:116px}.faq-mini-time{width:64px;height:64px}.faq-heading h2{font-size:35px}}@media (prefers-reduced-motion:reduce){.faq-mini-logo img{animation:none!important}.faq-mini-normal{opacity:1}.faq-mini-wink{opacity:0!important}}:root{--section-space:112px;--section-heading-gap:48px}.section{padding:var(--section-space) 0}.section-divider{height:52px}.section-heading,.faq-heading{max-width:620px}.section-heading .kicker,.about-copy .kicker,.faq-heading .kicker{display:inline-block;margin-bottom:14px;font-size:12px;line-height:1;letter-spacing:1.7px}.section-heading h2,.about-copy h2,.faq-heading h2{margin:0 0 18px;font-size:clamp(38px,4.15vw,52px);line-height:1.1;letter-spacing:-2.4px}.section-heading>p,.about-copy>p,.faq-heading>p,.projects-heading>p{color:var(--muted);font-size:16px;line-height:1.78}.service-grid{gap:20px;margin-top:var(--section-heading-gap)}.service-card h3{min-height:46px;margin:20px 0 10px;font-size:19px;line-height:1.25}.service-card p{font-size:13.5px;line-height:1.72}.projects-heading{align-items:flex-end;margin-bottom:var(--section-heading-gap)}.projects-heading>p{max-width:430px;margin:0 0 4px}.project-grid{gap:20px}.project-info{min-height:88px;padding:16px 8px 17px}.project-info h3{margin-bottom:7px;font-size:16px;line-height:1.3}.project-info span{font-size:10px;line-height:1.4}.about-grid{gap:clamp(64px,8vw,110px)}.about-copy ul{margin:30px 0}.about-copy li{margin:16px 0;line-height:1.5}.process .section-heading{max-width:680px}.steps{margin-top:58px;gap:clamp(48px,6vw,78px)}.step h3{margin:24px 0 10px;font-size:21px}.step p{font-size:14px;line-height:1.75}.faq-layout{gap:clamp(48px,6vw,76px)}.faq-grid{gap:14px}.faq-item summary,.faq-item.featured summary{padding:20px 22px;font-size:15.5px;line-height:1.45}.cta-section{padding:82px 0 92px}@media (max-width:900px){:root{--section-space:92px;--section-heading-gap:40px}.section-divider{height:44px}.section-heading h2,.about-copy h2,.faq-heading h2{font-size:clamp(36px,5.7vw,46px)}.service-card h3{min-height:0}.projects-heading{gap:30px}}@media (max-width:700px){:root{--section-space:80px;--section-heading-gap:34px}.section-divider{height:38px}.section-heading h2,.about-copy h2,.faq-heading h2{font-size:clamp(33px,9vw,40px);letter-spacing:-1.7px}.section-heading>p,.about-copy>p,.faq-heading>p,.projects-heading>p{font-size:15px;line-height:1.72}.projects-heading{display:block;margin-bottom:34px}.projects-heading>p{margin-top:17px}.service-grid,.project-grid{gap:16px}.project-info{min-height:82px}.about-grid{gap:48px}.steps{margin-top:44px}.cta-section{padding:66px 0 76px}}.motion-toggle{width:35px;height:35px;display:grid;place-items:center;flex:0 0 auto;padding:0;border:1px solid #dce4f4;border-radius:10px;background:#eff4ff;color:#536888;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease,transform .2s ease}.motion-toggle:hover{color:var(--blue);border-color:#c5d5f5;transform:translateY(-1px)}.motion-toggle.motion-off{background:#fff1f4;border-color:#f2ced8;color:#bd5874}html[data-theme=dark] .motion-toggle{border-color:#92a9d633;background:#5b78b51f;color:#aec3ed}html[data-theme=dark] .motion-toggle.motion-off{border-color:#db718f47;background:#bc496921;color:#ef9cb4}html[data-motion=off]{scroll-behavior:auto}html[data-motion=off] *,html[data-motion=off] *:before,html[data-motion=off] *:after{animation-duration:.01ms!important;animation-delay:0ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}html[data-motion=off] .reveal,html[data-motion=off] .reveal-ready .reveal{opacity:1!important;transform:none!important}html[data-motion=off] .minimal-logo-normal,html[data-motion=off] .faq-mini-normal,html[data-motion=off] .footer-mascot-normal,html[data-motion=off] .not-found-normal{opacity:1!important}html[data-motion=off] .minimal-logo-wink,html[data-motion=off] .faq-mini-wink,html[data-motion=off] .footer-mascot-wink,html[data-motion=off] .not-found-wink,html[data-motion=off] .loader-rising-bubbles,html[data-motion=off] .minimal-bg-sparkles{opacity:0!important}html[data-motion=off] .button:hover,html[data-motion=off] .nav-cta:hover,html[data-motion=off] .service-card:hover,html[data-motion=off] .project-card:hover,html[data-motion=off] .motion-toggle:hover{transform:none!important}@media (max-width:420px){.nav-tools{gap:6px}.motion-toggle,.theme-toggle{width:33px;height:33px}.language-switch button{min-width:27px;padding:0 5px}}.simple-footer-socials .instagram-link{background:linear-gradient(135deg,#f26b93,#9b62d8)}.simple-footer-socials .whatsapp-link{background:linear-gradient(135deg,#4bc395,#208c70)}.simple-footer-socials .instagram-link svg,.simple-footer-socials .whatsapp-link svg{color:#fff}.copy-whatsapp{width:54px;height:54px;display:grid;place-items:center;flex:0 0 auto;padding:0;border:1px solid rgba(255,255,255,.15);border-radius:14px;background:#ffffff17;color:#fff;box-shadow:0 8px 18px #0000001a;cursor:pointer;transition:background-color .2s ease,transform .2s ease,border-color .2s ease}.copy-whatsapp:hover{border-color:#ffffff4d;background:#ffffff29;transform:translateY(-3px)}.toast-notification{position:fixed;z-index:120;left:50%;bottom:24px;max-width:calc(100% - 32px);display:flex;align-items:center;gap:10px;padding:11px 16px 11px 11px;border:1px solid rgba(107,132,181,.18);border-radius:14px;background:#fffffff0;color:#263553;box-shadow:0 16px 42px #142a572e;font-size:13px;font-weight:700;opacity:0;visibility:hidden;transform:translate(-50%,18px) scale(.96);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);transition:opacity .22s ease,transform .22s ease,visibility .22s ease}.toast-notification.show{opacity:1;visibility:visible;transform:translate(-50%) scale(1)}.toast-notification>span{width:27px;height:27px;display:grid;place-items:center;flex:0 0 auto;border-radius:9px;background:#e3f7ef;color:#168666}html[data-theme=dark] .toast-notification{border-color:#91a9d733;background:#121e35f0;color:#e8efff;box-shadow:0 18px 44px #00000052}html[data-theme=dark] .toast-notification>span{background:#37b28929;color:#7ce0bd}html[data-motion=off] .copy-whatsapp:hover{transform:none}@media (max-width:900px){.simple-footer-socials{display:grid;grid-template-columns:230px 50px;align-items:stretch}.simple-footer-socials .instagram-link{grid-column:1 / -1}.simple-footer-socials .whatsapp-link{grid-column:1;width:230px}.copy-whatsapp{grid-column:2;grid-row:2;width:50px}}@media (max-width:600px){.simple-footer-socials{grid-template-columns:minmax(0,1fr) 50px;max-width:360px}.simple-footer-socials .instagram-link,.simple-footer-socials .whatsapp-link{width:100%;max-width:none}.toast-notification{bottom:18px;white-space:nowrap}}.nav-links{gap:18px;font-size:13px}.nav-cta{padding:11px 15px}.settings-menu{position:relative}.settings-button{width:36px;height:36px;display:grid;place-items:center;padding:0;border:1px solid #dce4f4;border-radius:11px;background:#eff4ffe6;color:#536888;cursor:pointer;transition:.2s ease}.settings-button:hover,.settings-button.active{border-color:#c4d4f5;background:#fff;color:var(--blue);box-shadow:0 7px 18px #1c40881c}.settings-button.active{transform:none}.settings-panel{position:absolute;top:47px;right:0;width:276px;padding:12px;border:1px solid rgba(91,115,162,.17);border-radius:18px;background:#fffffff7;box-shadow:0 20px 48px #152f622e;opacity:0;visibility:hidden;transform:translateY(-7px) scale(.98);transform-origin:top right;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);transition:.2s ease}.settings-panel.open{opacity:1;visibility:visible;transform:none}.settings-panel-head{display:flex;flex-direction:column;gap:3px;padding:6px 7px 12px}.settings-panel-head span{font:800 15px/1.2 Manrope;color:var(--dark)}.settings-panel-head small{color:var(--muted);font-size:10px}.settings-row,.settings-option{min-height:45px;display:flex;align-items:center;justify-content:space-between;width:100%;padding:6px 7px;border:0;border-top:1px solid rgba(91,115,162,.1);background:none;color:#44516d;font-size:12px}.settings-option{cursor:pointer}.settings-option:hover{border-radius:10px;background:#f4f7ff}.settings-option span{display:flex;align-items:center;gap:9px}.settings-option b{padding:5px 8px;border-radius:8px;background:#edf3ff;color:#5570a5;font-size:9px;letter-spacing:.3px;text-transform:uppercase}html[data-theme=dark] .settings-button{border-color:#92a9d633;background:#5b78b51f;color:#aec3ed}html[data-theme=dark] .settings-panel{border-color:#91a9d72e;background:#121d33f7;box-shadow:0 22px 50px #00000057}html[data-theme=dark] .settings-panel-head span,html[data-theme=dark] .settings-row,html[data-theme=dark] .settings-option{color:#e4ecfb}html[data-theme=dark] .settings-row,html[data-theme=dark] .settings-option{border-color:#91a9d71c}html[data-theme=dark] .settings-option:hover,html[data-theme=dark] .settings-option b{background:#6789cc21;color:#b8cdf5}.project-preview{height:168px}.project-card{padding:11px 11px 0}.project-window-bar{height:24px}.services{background:linear-gradient(135deg,#e8f2ff,#eef0ff 57%,#f7edff)}.about{background:linear-gradient(135deg,#fff0df,#fce9ee 56%,#f5ecfa)}.projects{background:linear-gradient(135deg,#e7f6f1,#eaf4ff 56%,#edf0ff)}.process{background:linear-gradient(135deg,#fff4d9,#f6f0e6 45%,#eeeaff)}.faq-section{background:linear-gradient(135deg,#eee8ff,#f4eaff 48%,#ffedf0)}.cta-section{background:linear-gradient(135deg,#e5efff,#ede9ff 52%,#f9e7f2)}html[data-theme=dark] .services{background:linear-gradient(135deg,#0d2139,#171d3d 58%,#241936)}html[data-theme=dark] .about{background:linear-gradient(135deg,#312119,#321d2a 56%,#211b35)}html[data-theme=dark] .projects{background:linear-gradient(135deg,#102d29,#10263b 56%,#171d39)}html[data-theme=dark] .process{background:linear-gradient(135deg,#30291a,#28242a 46%,#1c1c3a)}html[data-theme=dark] .faq-section{background:linear-gradient(135deg,#271d40,#301d3c 48%,#381f2a)}html[data-theme=dark] .cta-section{background:linear-gradient(135deg,#10243f,#211e42 52%,#351f35)}.simple-footer-socials{display:flex;align-items:stretch;flex-direction:row}.whatsapp-contact{position:relative;width:225px;height:54px;flex:0 0 auto}.simple-footer-socials .whatsapp-contact .whatsapp-link{width:100%;height:100%;padding-right:54px}.whatsapp-contact .copy-whatsapp{position:absolute;top:6px;right:6px;width:42px;height:42px;border-color:#ffffff3d;border-radius:10px;background:#ffffff21;box-shadow:none}.toast-notification>.toast-mascot{position:relative;width:42px;height:31px;display:block;overflow:visible;border-radius:10px;background:linear-gradient(145deg,#2f72ef,#1755da)}.toast-mascot img{width:100%;height:100%;object-fit:contain}.toast-mascot i{position:absolute;right:-4px;bottom:-4px;width:16px;height:16px;display:grid;place-items:center;border:2px solid #fff;border-radius:50%;background:#39ad84;color:#fff}@media (max-width:1100px) and (min-width:901px){.nav-links{gap:13px;font-size:12px}.nav-cta{padding:10px 12px}}@media (max-width:900px){.simple-footer-socials{display:flex;flex-direction:column}.whatsapp-contact{width:230px}.project-preview{height:190px}}@media (max-width:600px){.navbar{height:68px}.nav-inner{gap:10px}.brand{font-size:18px}.brand img,.settings-button{width:34px;height:34px}.settings-panel{right:-43px;width:min(276px,calc(100vw - 28px))}.nav-links{left:14px;right:14px}.project-preview{height:205px}.project-info h3{font-size:17px}.simple-footer-socials{width:100%;max-width:360px}.simple-footer-socials .instagram-link,.whatsapp-contact{width:100%;max-width:none}.toast-notification{width:max-content;max-width:calc(100% - 24px);padding-right:13px;font-size:12px;white-space:normal}}@media (max-width:380px){.project-preview{height:185px}.settings-panel{right:-39px}.toast-notification>.toast-mascot{width:38px;height:29px}}.settings-button{width:auto;padding:0 12px;gap:7px;font-size:11px;font-weight:800}.scroll-cue{position:absolute;z-index:4;left:50%;bottom:20px;display:flex;align-items:center;flex-direction:column;gap:4px;color:#65718c;font-size:9px;font-weight:800;letter-spacing:1.2px;text-transform:uppercase;transform:translate(-50%)}.scroll-cue svg{color:var(--blue);stroke-width:2.2}.project-preview{position:relative;height:auto;aspect-ratio:16 / 10;background:linear-gradient(145deg,#e8edf5,#f5f7fb)}.project-window{display:flex;flex-direction:column}.project-window-bar{height:24px;display:flex;align-items:center;flex:0 0 auto;gap:4px;padding:0 9px;background:#f7f9fdf5;border-bottom:1px solid rgba(75,95,137,.08)}.project-window-bar i{width:5px;height:5px;border-radius:50%;background:#c4ccda}.project-window-bar i:first-child{background:#f29aa7}.project-window-bar i:nth-child(2){background:#f2c46d}.project-window-bar i:nth-child(3){background:#79c9a5}.project-window-bar span{min-height:0;margin-left:auto;color:#8790a2;font-size:7px;font-weight:700;letter-spacing:.35px;text-transform:uppercase}.project-window>img{flex:1;min-height:0;height:auto;object-fit:cover;object-position:top center;filter:saturate(.9) contrast(1.02) brightness(.99)}.project-card:hover .project-window>img{filter:saturate(1) contrast(1.025) brightness(1)}html[data-theme=dark] .project-window-bar{border-color:#a1b5dc14;background:#141f35f5}html[data-theme=dark] .project-window-bar span{color:#8594b0}:where(a,button,summary,[tabindex]):focus-visible{outline:3px solid rgba(17,84,237,.42);outline-offset:3px;border-radius:10px}.project-card:focus-visible{outline-color:color-mix(in srgb,var(--project-color) 60%,#1154ed);outline-offset:5px}html[data-theme=dark] :where(a,button,summary,[tabindex]):focus-visible{outline-color:#93b4f7b3}@media (max-width:1100px){.settings-button{width:36px;padding:0}.settings-button>span{display:none}}@media (max-width:1100px) and (min-width:901px){.container{width:min(1040px,calc(100% - 32px))}.project-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.hero-grid{gap:42px}.hero-art{transform:scale(.94)}}@media (max-width:900px){.project-preview{height:auto;aspect-ratio:16 / 9.4}.scroll-cue{bottom:14px}}@media (max-width:600px){.project-preview{height:auto;aspect-ratio:16 / 10}.scroll-cue{display:none}:where(a,button,summary,[tabindex]):focus-visible{outline-width:2px;outline-offset:2px}}.settings-button{width:36px;padding:0}.settings-panel{width:264px;padding:10px;border-radius:16px;background:#fffffffb;box-shadow:0 18px 46px #142a5729}.settings-panel-head{gap:4px;padding:7px 8px 13px}.settings-panel-head small{font-size:9px}.settings-row,.settings-option{min-height:48px;padding:7px 8px;border-top:1px solid rgba(91,115,162,.11);font-size:12px}.settings-option{border-radius:10px;transition:background-color .18s ease}.settings-option:hover{background:#486cb50f}.settings-option>span:first-child{gap:9px;color:#46536e}.settings-option>span:first-child svg{color:#7182a4;stroke-width:1.8}.settings-control{display:flex;align-items:center;justify-content:flex-end;gap:8px!important}.settings-control small{min-width:34px;color:#7c879d;font-size:8px;font-weight:800;letter-spacing:.45px;text-align:right;text-transform:uppercase}.settings-toggle{position:relative;width:32px;height:18px;display:block!important;flex:0 0 auto;border:1px solid #d5ddea;border-radius:20px;background:#e7ebf2;transition:background-color .2s ease,border-color .2s ease}.settings-option .settings-toggle b{position:absolute;top:2px;left:2px;width:12px;height:12px;display:block;padding:0;border-radius:50%;background:#fff;box-shadow:0 1px 4px #1c2d4e38;transform:none;transition:transform .2s ease}.settings-toggle.on{border-color:#4d79da;background:#4d79da}.settings-option .settings-toggle.on b{transform:translate(14px)}html[data-theme=dark] .settings-panel{border-color:#97add72b;background:#111d33fb;box-shadow:0 20px 48px #00000059}html[data-theme=dark] .settings-option:hover{background:#6f8fcf13}html[data-theme=dark] .settings-option>span:first-child{color:#dce6f8}html[data-theme=dark] .settings-option>span:first-child svg{color:#9eafd0}html[data-theme=dark] .settings-control small{color:#8fa0bf}html[data-theme=dark] .settings-toggle{border-color:#35445f;background:#293750}html[data-theme=dark] .settings-toggle.on{border-color:#5b83df;background:#4f76cf}@media (max-width:600px){.settings-panel{width:min(264px,calc(100vw - 28px))}}.settings-panel{top:50px;width:280px;padding:12px;overflow:visible;border:1px solid rgba(120,143,187,.2);border-radius:20px;background:linear-gradient(145deg,#fffffffa,#f7fafff5);box-shadow:0 24px 65px #152d5b33,0 2px 8px #152d5b0f;transform:translateY(-10px) scale(.965);transition:opacity .22s ease,visibility .22s ease,transform .32s cubic-bezier(.2,.85,.25,1.15)}.settings-panel:before{content:"";position:absolute;z-index:2;top:0;left:22px;right:22px;height:2px;border-radius:0 0 5px 5px;background:linear-gradient(90deg,#4d7be1,#8b6fd8,#e77c9b);opacity:.8}.settings-panel:after{content:"";position:absolute;top:-6px;right:12px;width:12px;height:12px;border-top:1px solid rgba(120,143,187,.2);border-left:1px solid rgba(120,143,187,.2);background:#fffffffa;transform:rotate(45deg)}.settings-panel.open{transform:translateY(0) scale(1)}.settings-panel-head{display:flex;align-items:center;flex-direction:row;gap:11px;padding:8px 8px 14px}.settings-panel-head>i{width:36px;height:36px;display:grid;place-items:center;flex:0 0 auto;border-radius:11px;background:linear-gradient(145deg,#edf3ff,#e5edff);color:#4e73ca;box-shadow:inset 0 0 0 1px #5375c017}.settings-panel-head>div{display:flex;flex-direction:column;gap:3px}.settings-panel-head span{font-size:14px}.settings-list{overflow:hidden;padding:3px;border:1px solid rgba(109,133,180,.11);border-radius:14px;background:#eff4fd9e}.settings-list .settings-row,.settings-list .settings-option{min-height:48px;padding:7px 9px;border-top:1px solid rgba(104,128,173,.1);border-radius:10px}.settings-list>*:first-child{border-top:0}.settings-list .settings-option:hover{background:#fffc;box-shadow:0 4px 12px #2843780e}.settings-list .language-switch{border-color:#637eb524;background:#dde6f7b8}.settings-list .language-switch button.active{box-shadow:0 3px 9px #27499124}html[data-theme=dark] .settings-panel{border-color:#92a9d62e;background:linear-gradient(145deg,#121e35fb,#0f1a2ffa);box-shadow:0 26px 70px #0006,0 2px 9px #0003}html[data-theme=dark] .settings-panel:after{border-color:#92a9d62e;background:#12203a}html[data-theme=dark] .settings-panel-head>i{background:linear-gradient(145deg,#5375be33,#475e9721);color:#9db9f1;box-shadow:inset 0 0 0 1px #94aee514}html[data-theme=dark] .settings-list{border-color:#91a9d71c;background:#27375461}html[data-theme=dark] .settings-list .settings-row,html[data-theme=dark] .settings-list .settings-option{border-color:#91a9d717}html[data-theme=dark] .settings-list .settings-option:hover{background:#536fa81f;box-shadow:none}html[data-theme=dark] .settings-list .language-switch{border-color:#91a9d721;background:#08112261}@media (max-width:600px){.settings-panel{right:-43px;width:min(280px,calc(100vw - 28px))}.settings-panel:after{right:55px}}@media (max-width:700px){.container{width:min(100% - 28px,1120px)}.hero{padding:106px 0 54px}.hero-grid{gap:18px}.hero-copy>p{font-size:15px;line-height:1.68}.hero-actions{margin-top:24px}.hero-art{height:330px;margin-top:0;transform:scale(.88);transform-origin:top center}.float-card,.spark,.plant{display:none}.screen{top:36px}.desk{bottom:42px}.scroll-cue{display:none}.section{padding:70px 0}.section-divider{height:30px}.section-heading h2,.about-copy h2,.faq-heading h2{margin-bottom:14px}.service-grid{margin-top:34px;gap:14px}.service-card:nth-child(n){min-height:auto;padding:21px 19px}.service-card:after{display:none}.service-card h3{margin-top:16px}.about-grid{gap:26px}.about-visual{min-height:310px}.big-logo{width:275px;height:275px}.note{display:none}.about-copy ul{margin:22px 0}.projects-heading{margin-bottom:30px}.project-grid{gap:14px}.project-card{padding:9px 9px 0}.project-info{min-height:78px;padding:13px 6px 15px}.steps{gap:38px;margin-top:40px}.step-number{width:56px;height:56px}.step h3{margin-top:18px}.faq-layout{gap:26px}.faq-mini-card{display:none}.faq-grid{gap:10px}.faq-item summary,.faq-item.featured summary{padding:16px 17px;font-size:14px}.faq-item>p,.faq-item.featured>p{padding:0 17px 17px;font-size:13px}.cta-section{padding:52px 0 62px}.cta-card{gap:25px;padding:34px 22px}.cta-doodle{display:none}footer.simple-footer{padding-top:38px}.footer-mascot{display:none}.simple-footer-main{padding-bottom:25px}.simple-footer-brand h3,.simple-footer-socials{margin-top:20px}.loader-rising-bubbles i:nth-child(2n),.minimal-bg-sparkles i:nth-child(n+4){display:none}}@media (max-width:420px){.navbar{height:64px}.nav-links{top:70px}.brand{font-size:17px}.brand img{width:32px;height:32px}.hero{padding-top:94px}.hero-copy .eyebrow{font-size:10px}.hero-copy h1{font-size:40px;letter-spacing:-2.3px}.hero-art{height:300px;transform:scale(.8)}.screen{top:24px}.simple-footer-bottom{align-items:flex-start;flex-direction:column}}
