:root{--primary: #c3f5ff;--primary-fixed-dim: #00daf3;--on-primary: #00363d;--on-primary-container: #00626e;--primary-container: #00e5ff;--secondary: #b0c6ff;--secondary-container: #06449e;--on-secondary-container: #9ab7ff;--tertiary-container: #d6c9ff;--on-tertiary-container: #622be5;--tertiary-fixed-dim: #cdbdff;--surface: #10141a;--surface-bright: #353940;--surface-container-low: #181c22;--surface-container-high: #262a31;--surface-base: #050810;--on-surface: #dfe2eb;--on-surface-variant: #bac9cc;--on-surface-muted: #94a3b8;--on-surface-subtle: #94a3b8;--outline-variant: #3b494c;--error: #ffb4ab;--ff-headline: "Oswald", sans-serif;--ff-body: "Inter", sans-serif;--ff-label: "Inter", sans-serif;--max-w: 1440px;--px: clamp(1.25rem, 4vw, 2rem);--radius-xl: .5rem;--radius-2xl: 1rem;--radius-full: 9999px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{overflow-x:hidden}@media(prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}body{overflow-x:hidden;background-color:var(--surface);color:var(--on-surface);font-family:var(--ff-body);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:transparent}a,button,label,input,textarea,select{touch-action:manipulation}section[id]{scroll-margin-top:6rem}img{display:block;max-width:100%;height:auto}a{text-decoration:none;color:inherit}ul{list-style:none}button{cursor:pointer;border:none;background:none;font-family:inherit}input,textarea{font-family:var(--ff-body);color:var(--on-surface)}.container{width:100%;max-width:var(--max-w);margin-inline:auto;padding-inline:var(--px)}.py-24{padding-block:6rem}.glass-panel{background:#31353c66;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.ghost-border{border:1px solid rgba(59,73,76,.25)}.btn-primary{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#c3f5ff,#00626e);color:var(--on-primary);font-family:var(--ff-label);font-weight:700;padding:.625rem 1.5rem;border-radius:var(--radius-xl);font-size:.9rem;transition:box-shadow .2s,transform .15s;white-space:nowrap;text-decoration:none;position:relative;overflow:hidden}.btn-primary:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(120deg,transparent,rgba(255,255,255,.25),transparent);transform:translate(-100%);transition:transform .35s ease;pointer-events:none}.btn-primary:hover:before{transform:translate(0)}.btn-primary:hover{box-shadow:0 0 24px #00daf34d}.btn-primary:active{transform:scale(.96)}.btn-primary.btn-lg{padding:1rem 2rem;font-size:1.05rem}.btn-ghost{display:inline-flex;align-items:center;justify-content:center;background:var(--surface-container-low);color:var(--on-surface);font-family:var(--ff-label);font-weight:700;padding:.625rem 1.5rem;border-radius:var(--radius-xl);border:1px solid rgba(59,73,76,.25);font-size:.9rem;transition:background .2s,border-color .2s;text-decoration:none;white-space:nowrap}.btn-ghost:hover{background:var(--surface-bright);border-color:#3b494c80}.btn-ghost.btn-lg{padding:1rem 2rem;font-size:1.05rem}.kicker{display:block;font-family:var(--ff-label);font-size:clamp(.78rem,1vw,.9rem);font-weight:700;letter-spacing:.2em;color:var(--primary-fixed-dim);text-transform:uppercase;margin-bottom:1rem}.section-alt{background:var(--surface-container-low)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.section-header{margin-bottom:4rem}.section-header h2{font-family:var(--ff-headline);font-size:clamp(2.2rem,4vw,3.5rem);font-weight:700;color:var(--on-surface);line-height:1.1}.text-primary{color:var(--primary)}.icon-accent{width:2.5rem;height:2.5rem;min-width:2.5rem;min-height:2.5rem;display:block;margin-bottom:1.25rem;flex-shrink:0;overflow:visible;filter:brightness(0) saturate(100%) invert(68%) sepia(89%) saturate(1200%) hue-rotate(152deg) brightness(1.05)}.link-label{font-family:var(--ff-label);color:var(--primary);font-size:.875rem;transition:text-decoration .2s;white-space:nowrap}.link-label:hover{text-decoration:underline;text-underline-offset:4px}.navbar{position:fixed;top:1.25rem;left:50%;transform:translate(-50%);width:calc(100% - 3rem);max-width:var(--max-w);z-index:50;background:#0a0e14b3;backdrop-filter:blur(28px);-webkit-backdrop-filter:blur(28px);border-radius:1rem;border:1px solid rgba(59,73,76,.25);box-shadow:0 8px 32px #0006,0 0 0 1px #00daf30a,0 2px 8px #00daf30f}.navbar-inner{display:flex;align-items:center;justify-content:space-between;height:4.5rem;gap:1.5rem;position:relative;padding-inline:1.5rem}.logo-link{display:flex;align-items:center;flex-shrink:0;text-decoration:none}.logo-img{height:auto;width:13rem;display:block;object-fit:contain}.nav-links{display:flex;align-items:center;gap:2rem}.nav-links a{font-family:var(--ff-label);font-size:.88rem;font-weight:700;letter-spacing:.1em;color:var(--on-surface-subtle);text-transform:uppercase;position:relative;padding-bottom:.25rem;transition:color .25s ease}.nav-links a:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:linear-gradient(90deg,var(--primary-fixed-dim),var(--primary));border-radius:2px;transition:width .3s cubic-bezier(.4,0,.2,1)}.nav-links a:hover{color:var(--on-surface)}.nav-links a:hover:after{width:100%}.nav-links a.active{color:var(--primary-fixed-dim)}.nav-links a.active:after{width:100%;background:linear-gradient(90deg,var(--primary-fixed-dim),var(--primary));box-shadow:0 0 8px #00daf380}.hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;width:2.5rem;height:2.5rem;padding:.35rem;flex-shrink:0;cursor:pointer}.hamburger span{display:block;width:100%;height:2px;background:var(--on-surface);border-radius:2px;transition:all .3s}.hero{position:relative;padding-top:clamp(7rem,13vw,13rem);padding-bottom:clamp(4rem,8vw,10rem);overflow:hidden}.hero-inner{display:flex;align-items:center;gap:3rem}.hero-text{flex:0 0 55%;max-width:55%}.hero-visual{flex:1;position:relative}.hero-text h1{font-family:var(--ff-headline);font-size:clamp(2.8rem,6vw,5rem);font-weight:700;letter-spacing:.01em;color:var(--on-surface);line-height:1.22;margin-bottom:2rem}.hero-desc{font-size:clamp(1rem,2vw,1.3rem);color:var(--on-surface-variant);max-width:40rem;margin-bottom:2.5rem;line-height:1.75}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem}.code-card{position:relative;z-index:1;border-radius:1rem;overflow:hidden;padding:1rem;box-shadow:0 32px 64px #0006}.code-dots{display:flex;gap:.5rem;margin-bottom:1rem;padding-inline:.5rem}.dot{width:.75rem;height:.75rem;border-radius:50%}.dot-red{background:var(--error)}.dot-yellow{background:var(--tertiary-fixed-dim)}.dot-green{background:var(--primary-fixed-dim)}.code-card img{border-radius:.5rem;width:100%}.blur-orb{position:absolute;width:16rem;height:16rem;border-radius:50%;pointer-events:none}.orb-top{top:-5rem;right:-5rem;background:#00daf31a;filter:blur(100px)}.orb-bottom{bottom:-5rem;left:-5rem;background:#06449e1a;filter:blur(100px)}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.service-card{border-radius:var(--radius-2xl);padding:2.5rem;background:linear-gradient(145deg,#ffffff12,#ffffff05);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(59,73,76,.3);transition:background .3s ease,transform .3s ease,box-shadow .3s ease,border-color .3s ease}.service-card:hover{background:linear-gradient(145deg,#00daf31f,#06449e14);transform:translateY(-8px);box-shadow:0 10px 20px #00daf333;border-color:#00daf359}@media(hover:none){.service-card:hover{transform:none;box-shadow:none}}.service-card .icon-accent{width:3rem;height:3rem;min-width:3rem;min-height:3rem;margin-bottom:1.5rem}.service-card h3{font-family:var(--ff-headline);font-size:clamp(1.3rem,2vw,1.5rem);font-weight:700;letter-spacing:.02em;margin-bottom:1rem}.service-card p{font-size:1.1rem;color:var(--on-surface-variant);line-height:1.75}.portfolio-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:4rem;flex-wrap:wrap;gap:1rem}.portfolio-header h2{font-family:var(--ff-headline);font-size:clamp(2.2rem,4vw,3.5rem);font-weight:700;color:var(--on-surface)}.portfolio-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem}.project-card{position:relative;height:360px;border-radius:var(--radius-2xl);overflow:hidden}.project-card img{width:100%;height:100%;object-fit:cover;object-position:top;transition:transform .7s}@media(hover:hover){.project-card:hover img{transform:scale(1.05)}}.project-overlay{position:absolute;inset:0;background:linear-gradient(to top,#050810f7,#050810a6 48%,#0508101a);display:flex;flex-direction:column;justify-content:flex-end;padding:1.75rem;gap:.45rem}.project-overlay .chip-row{display:flex;flex-wrap:wrap;gap:.4rem}.project-overlay h3{font-family:var(--ff-headline);font-size:clamp(1.2rem,1.6vw,1.45rem);font-weight:700;color:#fff;line-height:1.2}.project-desc{font-size:.85rem;color:#ffffffbf;line-height:1.55}.project-stack{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.3rem}.stack-tag{font-family:var(--ff-label);font-size:.68rem;font-weight:600;letter-spacing:.03em;padding:.18rem .55rem;border-radius:var(--radius-full);background:#00daf31f;color:var(--primary-fixed-dim);border:1px solid rgba(0,218,243,.25)}.project-placeholder{background:linear-gradient(145deg,#ffffff0a,#ffffff03)}.placeholder-inner{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;padding:1.75rem;gap:.5rem}.placeholder-inner h3{font-family:var(--ff-headline);font-size:clamp(1.1rem,1.5vw,1.3rem);font-weight:700;color:var(--on-surface);letter-spacing:.02em}.placeholder-inner p{font-size:.85rem;color:var(--on-surface-variant);line-height:1.6;flex:1}.chip{font-family:var(--ff-label);font-size:.68rem;font-weight:700;padding:.22rem .6rem;border-radius:var(--radius-full);width:fit-content;letter-spacing:.05em;text-transform:uppercase}.chip-primary{background:var(--primary-container);color:var(--on-primary-container)}.chip-tertiary{background:var(--tertiary-container);color:var(--on-tertiary-container)}.chip-secondary{background:var(--secondary-container);color:var(--on-secondary-container)}.coming-badge{display:inline-block;font-family:var(--ff-label);font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--primary-fixed-dim);border:1px solid rgba(0,218,243,.3);border-radius:var(--radius-full);padding:.18rem .6rem;width:fit-content}.project-link{display:inline-flex;align-items:center;font-family:var(--ff-label);font-size:.8rem;font-weight:700;color:var(--primary-fixed-dim);margin-top:.4rem;transition:gap .2s;gap:.25rem}.project-link:hover{gap:.5rem}@media(max-width:900px){.portfolio-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:576px){.portfolio-grid{grid-template-columns:1fr}.project-card{height:300px}}.process-timeline{display:flex;gap:1.25rem;position:relative;align-items:flex-start}.process-timeline:before{content:"";position:absolute;top:2.5rem;left:10%;right:10%;height:2px;background:linear-gradient(90deg,var(--primary-fixed-dim) 0%,var(--secondary) 100%);z-index:0}.process-step{flex:1;display:flex;flex-direction:column;align-items:center;gap:1.5rem;text-align:center;align-self:stretch}.step-node{width:5rem;height:5rem;border-radius:50%;background:var(--surface-container-low);border:2px solid var(--primary-fixed-dim);display:flex;align-items:center;justify-content:center;position:relative;z-index:1;flex-shrink:0;box-shadow:0 0 18px #00daf32e;transition:box-shadow .3s,background .3s}.process-step:hover .step-node{transform:scale(1.1);transition:transform .3s ease-in-out,box-shadow .3s ease-in-out;box-shadow:0 0 28px #00daf359}@media(hover:none){.process-step:hover .step-node{transform:none}}.step-num{font-family:var(--ff-label);font-size:1.2rem;font-weight:900;color:var(--primary-fixed-dim)}.step-card{width:100%;flex:1;border-radius:var(--radius-2xl);padding:1.75rem 1.5rem;background:linear-gradient(145deg,#ffffff0f,#ffffff05);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:background .3s ease,border-color .3s ease}.process-step:hover .step-card{background:linear-gradient(145deg,#00daf314,#06449e0d);border-color:#00daf34d}.process-step h3{font-family:var(--ff-headline);font-size:clamp(1.15rem,1.5vw,1.35rem);font-weight:700;letter-spacing:.02em;margin-bottom:.75rem;color:var(--on-surface)}.process-step p{font-size:1.1rem;color:var(--on-surface-variant);line-height:1.65}.about-inner{display:flex;flex-direction:column;gap:3.5rem}.about-header{max-width:50rem}.about-header h2{font-family:var(--ff-headline);font-size:clamp(2.2rem,4vw,3.5rem);font-weight:700;color:var(--on-surface);margin-top:.5rem;line-height:1.1}.about-body{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));gap:clamp(2rem,4vw,5rem);align-items:start}.about-text{display:flex;flex-direction:column;gap:1.5rem}.about-desc{font-size:1.1rem;color:var(--on-surface-variant);line-height:1.8}.about-quote{border-left:3px solid var(--primary-fixed-dim);padding:1rem 1.5rem;border-radius:0 var(--radius-xl) var(--radius-xl) 0;background:#00daf30a;margin-top:.5rem;overflow:hidden;word-break:break-word}.about-quote p{font-family:var(--ff-headline);font-weight:600;font-size:1.1rem;color:var(--on-surface);line-height:1.6;font-style:italic}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,220px),1fr));gap:1.25rem}.value-card{border-radius:var(--radius-2xl);padding:1.75rem;background:linear-gradient(145deg,#ffffff0f,#ffffff05);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:background .3s ease,border-color .3s ease}.value-card:hover{background:linear-gradient(145deg,#00daf314,#06449e0d);border-color:#00daf34d}@media(hover:none){.value-card:hover{background:linear-gradient(145deg,#ffffff0f,#ffffff05)}}.value-card h3{font-family:var(--ff-headline);font-size:clamp(1.15rem,1.5vw,1.35rem);font-weight:700;color:var(--primary-fixed-dim);margin-bottom:.6rem;letter-spacing:.02em}.value-card p{font-size:1.1rem;color:var(--on-surface-variant);line-height:1.65}.contact-header{margin-bottom:3rem;max-width:42rem}.contact-header h2{font-family:var(--ff-headline);font-size:clamp(2.2rem,4vw,3.5rem);font-weight:700;color:var(--on-surface);line-height:1.1;margin-bottom:.75rem}.contact-subtitle{font-size:1.1rem;color:var(--on-surface-variant);line-height:1.7}.contact-channels-bar{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:2.5rem}.contact-channel-card{display:flex;align-items:center;gap:1rem;padding:1.25rem 1.5rem;border-radius:var(--radius-2xl);background:#31353c4d;text-decoration:none;color:var(--on-surface);transition:background .2s,border-color .2s,transform .2s}.contact-channel-card:hover{background:#31353c80;border-color:#00daf359;transform:translateY(-2px)}.channel-card-icon{width:2.75rem;height:2.75rem;border-radius:var(--radius-xl);background:#00daf314;display:flex;align-items:center;justify-content:center;flex-shrink:0}.channel-icon{width:1.25rem;height:1.25rem;flex-shrink:0;filter:brightness(0) saturate(100%) invert(68%) sepia(89%) saturate(1200%) hue-rotate(152deg) brightness(1.05)}.channel-card-text{display:flex;flex-direction:column;gap:.2rem;min-width:0}.channel-card-label{font-weight:600;font-size:.95rem;color:var(--on-surface);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.channel-card-sub{font-size:.8rem;color:var(--on-surface-variant)}.channel-mail:hover .channel-card-label{color:var(--primary-fixed-dim)}.contact-body{display:grid;grid-template-columns:3fr 2fr;gap:clamp(2rem,4vw,4rem);align-items:start}.contact-form-card{background:var(--surface-container-high);border:1px solid var(--outline-variant);border-top:3px solid var(--primary-fixed-dim);border-radius:var(--radius-2xl);padding:clamp(1.75rem,3vw,2.5rem);box-shadow:0 8px 32px #00000040}.contact-form-card-header{margin-bottom:1.75rem}.form-card-title{font-family:var(--ff-headline);font-size:clamp(1.5rem,2.5vw,2rem);font-weight:700;color:var(--on-surface);line-height:1.2;margin-top:.25rem}.form-progress{display:flex;align-items:center;gap:0;margin-bottom:2rem}.progress-step{display:flex;flex-direction:column;align-items:center;gap:.3rem}.progress-step span{width:2rem;height:2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:700;background:var(--surface-container-high);color:var(--on-surface-variant);border:2px solid var(--outline-variant);transition:background .3s,border-color .3s,color .3s}.progress-step small{font-size:.7rem;color:var(--on-surface-variant);white-space:nowrap}.progress-step.active span{background:var(--primary-fixed-dim);border-color:var(--primary-fixed-dim);color:var(--on-primary)}.progress-step.done span{background:#00daf326;border-color:var(--primary-fixed-dim);color:var(--primary-fixed-dim)}.progress-line{flex:1;height:2px;background:var(--outline-variant);margin:0 .5rem 1.1rem;transition:background .3s}.progress-line.done{background:var(--primary-fixed-dim)}.contact-form{position:relative}.form-step{display:none;flex-direction:column;gap:1.5rem}.form-step.active{display:flex}.step-question{font-size:1.1rem;color:var(--on-surface-variant);margin-bottom:.25rem}.type-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.type-card:last-child:nth-child(odd){grid-column:1 / -1}.type-card{display:flex;align-items:center;justify-content:center;gap:.6rem;padding:.85rem .5rem;border-radius:var(--radius-xl);background:#31353c4d;cursor:pointer;transition:background .2s,border-color .2s;text-align:center}.type-card input[type=radio]{display:none}.type-card span{font-size:1.1rem;color:var(--on-surface-variant);transition:color .2s}.type-icon{width:1.25rem;height:1.25rem;flex-shrink:0;filter:brightness(0) saturate(100%) invert(68%) sepia(89%) saturate(1200%) hue-rotate(152deg) brightness(1.05)}.type-card:hover{background:#00daf314;border-color:#00daf34d}.type-card:has(input:checked){background:#00daf31f;border-color:var(--primary-fixed-dim)}.type-card:has(input:checked) span{color:var(--primary-fixed-dim);font-weight:600}.form-fields{display:flex;flex-direction:column;gap:1.25rem}.form-input{width:100%;background:#31353c4d;border:none;border-bottom:1px solid var(--outline-variant);padding:.9rem .75rem;font-size:1.1rem;color:var(--on-surface);outline:none;transition:border-color .2s;border-radius:0}.form-input::placeholder{color:var(--on-surface-variant)}.form-input:focus{border-bottom-color:var(--primary-fixed-dim)}.form-textarea{resize:vertical;min-height:130px}.form-error{display:block;min-height:1.2em;font-size:.8rem;color:var(--error);margin-top:-.75rem;opacity:0;transition:opacity .2s}.form-error:not(:empty){opacity:1}.form-input.is-invalid{border-bottom-color:var(--error)}.form-nav{display:flex;justify-content:flex-end;padding-top:.5rem}.form-nav--between{justify-content:space-between}.form-success{align-items:center;text-align:center;padding:3rem 1rem}.success-inner{display:flex;flex-direction:column;align-items:center;gap:1rem}.success-icon{width:3.5rem;height:3.5rem;border-radius:50%;background:#00daf326;border:2px solid var(--primary-fixed-dim);display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:var(--primary-fixed-dim)}.success-inner h3{font-family:var(--ff-headline);font-size:1.5rem;color:var(--on-surface)}.success-inner p{color:var(--on-surface-variant);max-width:28rem;line-height:1.7}.contact-faq-col{min-width:0}.faq-title{font-family:var(--ff-headline);font-size:clamp(1.4rem,2vw,1.75rem);font-weight:700;color:var(--on-surface);margin-bottom:1.75rem;line-height:1.2}.faq-list{display:flex;flex-direction:column;gap:.75rem}.faq-item{border-radius:var(--radius-xl);background:#31353c40;overflow:hidden;transition:border-color .2s}.faq-item[open]{border-color:#00daf34d}.faq-question{list-style:none;padding:1rem 1.25rem;font-size:1.1rem;font-weight:500;color:var(--on-surface);cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:1rem;user-select:none}.faq-question::-webkit-details-marker{display:none}.faq-question:after{content:"+";font-size:1.25rem;color:var(--primary-fixed-dim);flex-shrink:0;transition:transform .2s}.faq-item[open] .faq-question:after{transform:rotate(45deg)}.faq-answer{padding:0 1.25rem 1rem;font-size:1.1rem;color:var(--on-surface-variant);line-height:1.7}.footer{background:var(--surface-base);padding-block:2.5rem 1.75rem;border-top:1px solid rgba(59,73,76,.2)}.footer-top{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1.5rem}.footer-logo-link{display:flex;align-items:center;text-decoration:none;flex-shrink:0}.footer-logo-img{height:auto;width:13rem;display:block;object-fit:contain}.footer-legal{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.footer-legal a{font-family:var(--ff-label);font-size:.78rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--on-surface-muted);padding:.35rem .85rem;border:1px solid rgba(71,85,105,.35);border-radius:var(--radius-full);transition:color .2s,border-color .2s}.footer-legal a:hover{color:#67e8f9;border-color:#00daf366}.footer-cookies-btn{font-family:var(--ff-label);font-size:.78rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--on-surface-muted);padding:.35rem .85rem;border:1px solid rgba(71,85,105,.35);border-radius:var(--radius-full);transition:color .2s,border-color .2s;background:none;cursor:pointer}.footer-cookies-btn:hover{color:#67e8f9;border-color:#00daf366}.footer-divider{height:1px;background:#3b494c33;margin-block:1.5rem}.footer-bottom{text-align:center}.footer-copy{font-family:var(--ff-label);font-size:clamp(.8rem,1.2vw,.9rem);color:var(--on-surface-muted)}.fab-scroll{position:fixed;bottom:2rem;right:2rem;z-index:100;width:3rem;height:3rem;border-radius:.625rem;background:linear-gradient(135deg,var(--surface-container-high) 0%,var(--surface-bright) 100%);border:1px solid rgba(195,245,255,.18);display:flex;align-items:center;justify-content:center;color:var(--primary);box-shadow:0 6px 20px #00000059;text-decoration:none;opacity:0;pointer-events:none;transform:translateY(8px);transition:opacity .3s ease,transform .3s ease,box-shadow .2s,border-color .2s}.fab-scroll.fab-scroll--visible{opacity:1;pointer-events:auto;transform:translateY(0)}.fab-scroll:hover{transform:translateY(-3px);box-shadow:0 10px 28px #00daf333;border-color:#c3f5ff66}.fab-scroll:active{transform:scale(.94)}.fab-scroll:after{content:"";position:absolute;inset:-4px;border-radius:.875rem;border:2px solid var(--primary-fixed-dim);opacity:0;animation:scroll-pulse 3s ease-out infinite}@keyframes scroll-pulse{0%{transform:scale(1);opacity:.5}70%{transform:scale(1.18);opacity:0}to{transform:scale(1.18);opacity:0}}.fab-icon{width:1.4rem;height:1.4rem;flex-shrink:0}.not-found-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center}.not-found-inner{text-align:center;padding:4rem 1rem;max-width:560px}.not-found-num{font-size:clamp(5rem,20vw,10rem);line-height:1;margin:.25rem 0}.not-found-desc{font-size:1.15rem;color:var(--on-surface-variant);margin:1.5rem 0 2.5rem}.cookie-overlay{position:fixed;inset:0;z-index:9998;background:#0000008c;transition:opacity .3s}.cookie-overlay[hidden]{display:none}.cookie-banner{position:fixed;bottom:2rem;left:1rem;right:1rem;margin:0 auto;width:min(580px,calc(100vw - 2rem));z-index:9999;isolation:isolate;background:var(--surface-container-high);border:1px solid var(--outline-variant);border-top:3px solid var(--primary-fixed-dim);border-radius:var(--radius-2xl);padding:1.5rem;box-shadow:0 8px 48px #0009,0 0 0 1px #00daf314}.cookie-banner[hidden]{display:none}.cookie-banner__inner{display:flex;flex-wrap:wrap;gap:1rem}.cookie-banner__text{flex:1 1 300px;font-size:.875rem;color:var(--on-surface-variant);line-height:1.5}.cookie-banner__link{color:var(--primary-fixed-dim);text-decoration:underline;text-underline-offset:3px}.cookie-banner__actions{display:flex;gap:.75rem;flex-shrink:0;flex-wrap:wrap}.cookie-btn{font-family:var(--ff-label);font-size:.8rem;font-weight:600;letter-spacing:.04em;padding:.6rem 1.25rem;border-radius:var(--radius-full);transition:background .2s,color .2s,border-color .2s;cursor:pointer;white-space:nowrap}.cookie-btn--ghost{background:transparent;color:var(--on-surface-variant);border:1px solid var(--outline-variant)}.cookie-btn--ghost:hover{color:var(--on-surface);border-color:var(--on-surface-variant)}.cookie-btn--manage{background:transparent;color:var(--primary-fixed-dim);border:1px solid var(--primary-fixed-dim)}.cookie-btn--manage:hover{background:#00daf314}.cookie-btn--primary{background:var(--primary-fixed-dim);color:var(--on-primary);border:1px solid transparent}.cookie-btn--primary:hover{background:var(--primary)}.cookie-panel{width:100%;display:flex;flex-direction:column;gap:.75rem;padding:1rem 0 .5rem}.cookie-panel[hidden]{display:none}.cookie-panel__item{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 1rem;border-radius:var(--radius-xl);background:var(--surface-container-low)}.cookie-panel__info{display:flex;flex-direction:column;gap:.2rem}.cookie-panel__name{font-size:.875rem;font-weight:600;color:var(--on-surface)}.cookie-panel__desc{font-size:.78rem;color:var(--on-surface-variant);max-width:560px}.cookie-panel__always{font-size:.75rem;font-weight:600;color:var(--primary-fixed-dim);white-space:nowrap;flex-shrink:0}.cookie-toggle{position:relative;display:inline-block;width:2.75rem;height:1.5rem;flex-shrink:0;cursor:pointer}.cookie-toggle input{opacity:0;width:0;height:0}.cookie-toggle__slider{position:absolute;inset:0;background:var(--outline-variant);border-radius:var(--radius-full);transition:background .2s}.cookie-toggle__slider:before{content:"";position:absolute;width:1.1rem;height:1.1rem;left:.2rem;top:50%;transform:translateY(-50%);background:#fff;border-radius:50%;transition:transform .2s}.cookie-toggle input:checked+.cookie-toggle__slider{background:var(--primary-fixed-dim)}.cookie-toggle input:checked+.cookie-toggle__slider:before{transform:translateY(-50%) translate(1.25rem)}@media(max-width:600px){.cookie-banner{bottom:1rem}.cookie-banner__inner{flex-direction:column;align-items:stretch}.cookie-banner__actions{justify-content:stretch}.cookie-btn{flex:1;text-align:center}}.legal-page{min-height:100vh;padding-block:8rem 5rem}.legal-container{max-width:780px}.legal-back{display:inline-block;font-size:.875rem;color:var(--primary-fixed-dim);margin-bottom:2.5rem;transition:opacity .2s}.legal-back:hover{opacity:.75}.legal-page h1{font-family:var(--ff-headline);font-size:clamp(2rem,5vw,3rem);font-weight:700;color:var(--on-surface);margin-bottom:.5rem}.legal-updated{font-size:.85rem;color:var(--on-surface-variant);margin-bottom:3rem}.legal-page section{margin-bottom:2.5rem}.legal-page h2{font-family:var(--ff-headline);font-size:1.25rem;font-weight:600;color:var(--primary-fixed-dim);margin-bottom:.85rem}.legal-page p{color:var(--on-surface-variant);line-height:1.8;margin-bottom:.85rem}.legal-page a{color:var(--primary-fixed-dim);text-decoration:underline;text-underline-offset:3px}.legal-page a:hover{opacity:.8}.legal-list{list-style:disc;padding-left:1.5rem;color:var(--on-surface-variant);line-height:1.8;display:flex;flex-direction:column;gap:.4rem;margin-bottom:.85rem}.legal-table-wrap{overflow-x:auto;margin-bottom:.85rem}.legal-table{width:100%;border-collapse:collapse;font-size:.875rem;color:var(--on-surface-variant)}.legal-table th{background:var(--surface-container-high);color:var(--on-surface);font-weight:600;padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--outline-variant)}.legal-table td{padding:.75rem 1rem;border-bottom:1px solid rgba(59,73,76,.3);vertical-align:top}.legal-table tr:last-child td{border-bottom:none}.legal-table tr:nth-child(2n) td{background:var(--surface-container-low)}@media(max-width:1024px){body.menu-open{overflow:hidden}.navbar{top:.75rem;width:calc(100% - 1.5rem);border-radius:.75rem}.navbar-inner{height:4.25rem;padding-inline:1.25rem}.hamburger{display:flex}.nav-links{display:flex;flex-direction:column;gap:0;position:absolute;top:calc(100% + .5rem);left:0;right:0;background:#0a0e14fa;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(59,73,76,.25);border-radius:.75rem;z-index:200;max-height:0;overflow:hidden;transition:max-height .35s ease,padding .35s ease;padding:0 var(--px)}.nav-links.open{max-height:420px;padding:1.25rem var(--px) 2rem}.nav-links a{font-size:1rem;text-transform:uppercase;letter-spacing:.08em;padding-block:.85rem;border-bottom:1px solid rgba(59,73,76,.18);color:var(--on-surface-variant);display:block}.nav-links a:after{display:none}.nav-links a:last-child{border-bottom:none}.hamburger span{transition:all .3s ease}.hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.hero-text{flex:0 0 60%;max-width:60%}.services-grid{grid-template-columns:repeat(2,1fr)}.service-card{padding:2rem}.process-timeline{flex-direction:column;align-items:stretch;gap:1.25rem}.process-timeline:before{display:none}.process-step{flex:1 1 100%;flex-direction:row;text-align:left;align-items:flex-start;gap:1rem}.step-node{flex-shrink:0;width:3.5rem;height:3.5rem}.step-num{font-size:1rem}.step-card{padding:1.25rem}}@media(max-width:768px){.py-24{padding-block:4.5rem}.contact-channels-bar,.contact-body,.services-grid{grid-template-columns:1fr}.hero-inner{flex-direction:column;gap:2.5rem}.hero-text{flex:1 1 100%;max-width:100%;text-align:center;order:1}.hero-visual{flex:0 0 90%;max-width:560px;margin-inline:auto;order:2}.hero-desc{margin-inline:auto}.hero-actions{justify-content:center}.portfolio-header .link-label{display:none}.project-card{flex:1 1 calc(50% - .75rem)}.project-card.project-wide{flex:1 1 100%}.btn-primary.btn-lg,.btn-ghost.btn-lg{font-size:1rem;padding:.875rem 1.75rem}}@media(max-width:576px){.py-24{padding-block:4rem}.project-card,.project-card.project-wide{flex:1 1 100%;height:260px}.project-overlay,.placeholder-inner{padding:1.25rem}.section-header{margin-bottom:2.5rem}.services-grid{gap:1.25rem}.service-card{padding:1.75rem}.service-card .icon-accent{width:2.5rem;height:2.5rem;min-width:2.5rem;min-height:2.5rem;margin-bottom:1rem}.service-card h3{font-size:1.2rem}.process-step h4,.value-card h4,.project-overlay h4{font-size:1.1rem}.service-card p,.process-step p,.about-desc,.about-quote p,.value-card p,.form-input{font-size:1rem}.form-progress{margin-bottom:1.25rem}.type-card span{font-size:.95rem}.contact-channel-card{padding:1rem 1.25rem}.footer-top{flex-direction:column;align-items:flex-start}.footer-copy{order:2}.footer-legal{order:3;gap:1rem}.fab-scroll{bottom:1.25rem;right:1.25rem}.legal-page{padding-block:6rem 3rem}.values-grid{gap:1rem}.proyecto-hero{padding-top:clamp(6rem,14vw,8rem)}.channel-card-label{white-space:normal;overflow:visible;text-overflow:clip}}@media(max-width:480px){.type-grid{grid-template-columns:1fr}.form-nav{flex-direction:column;gap:.75rem}.form-nav .btn-primary,.form-nav .btn-ghost{width:100%;justify-content:center}.contact-channel-card{padding:.85rem 1rem}.about-quote{padding:.85rem 1.25rem}.process-step{gap:.85rem}.process-timeline{gap:1rem}}@media(max-width:400px){.hero-text h1{font-size:2rem;line-height:1.18}.hero-actions{flex-direction:column;align-items:center}.hero-actions .btn-primary,.hero-actions .btn-ghost{width:100%;max-width:280px;text-align:center}.logo-img,.footer-logo-img{width:10rem}.section-header h2,.portfolio-header h2,.contact-header h2,.form-card-title,.about-header h2{font-size:1.75rem;line-height:1.15}.faq-title{font-size:1.3rem}.service-card h3{font-size:1.1rem}.service-card p,.process-step p,.about-desc,.faq-question,.faq-answer{font-size:.95rem}.footer-legal{gap:.75rem}}@media(max-width:360px){.project-card,.project-card.project-wide{height:240px}.services-grid{gap:1rem}.service-card,.contact-form-card{padding:1.25rem}.step-card{padding:1rem}.step-node{width:2.75rem;height:2.75rem}.cookie-panel__item{flex-direction:column;align-items:flex-start;gap:.75rem}.footer-legal a,.footer-cookies-btn{font-size:.72rem;padding:.25rem .65rem}}.proyecto-page{min-height:100vh}.proyecto-hero{padding-top:clamp(8rem,14vw,12rem);padding-bottom:clamp(3rem,5vw,5rem);position:relative;overflow:hidden}.proyecto-hero:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--primary-fixed-dim),transparent)}.proyecto-hero-inner{display:flex;flex-direction:column;gap:1.5rem}.proyecto-back{font-family:var(--ff-label);font-size:.875rem;color:var(--primary-fixed-dim);transition:opacity .2s;width:fit-content}.proyecto-back:hover{opacity:.75}.proyecto-hero-content{max-width:52rem;display:flex;flex-direction:column;gap:1.25rem}.proyecto-meta{display:flex;align-items:center;gap:1rem}.proyecto-year{font-family:var(--ff-label);font-size:.85rem;color:var(--on-surface-muted)}.proyecto-titulo{font-family:var(--ff-headline);font-size:clamp(2.8rem,6vw,5rem);font-weight:700;color:var(--on-surface);line-height:1.1;letter-spacing:.01em}.proyecto-lead{font-size:clamp(1rem,1.8vw,1.2rem);color:var(--on-surface-variant);line-height:1.8;max-width:46rem}.proyecto-stack-bar{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.25rem}.proyecto-screenshot-hero{padding-bottom:clamp(3rem,5vw,5rem)}.screenshot-frame{border-radius:var(--radius-2xl);overflow:hidden;background:var(--surface-container-high);border:1px solid var(--outline-variant);box-shadow:0 24px 64px #00000080}.screenshot-dots{display:flex;gap:.4rem;padding:.75rem 1rem;background:var(--surface-container-low);border-bottom:1px solid var(--outline-variant)}.screenshot-frame img{width:100%;height:auto;display:block}.screenshot-frame--sm img{max-height:340px;object-fit:cover;object-position:top}.proyecto-body{padding-bottom:6rem;display:flex;flex-direction:column;gap:clamp(4rem,6vw,6rem)}.proyecto-seccion h2{font-family:var(--ff-headline);font-size:clamp(1.8rem,3vw,2.5rem);font-weight:700;color:var(--on-surface);line-height:1.15;margin-top:.5rem;margin-bottom:1.5rem}.proyecto-seccion p{font-size:1.05rem;color:var(--on-surface-variant);line-height:1.85;max-width:58rem;margin-bottom:1rem}.proyecto-capturas{display:flex;flex-direction:column;gap:4rem;margin-top:2rem}.captura-item{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,4vw,4rem);align-items:center}.captura-item--reverse{direction:rtl}.captura-item--reverse>*{direction:ltr}.captura-texto h3{font-family:var(--ff-headline);font-size:clamp(1.3rem,2vw,1.6rem);font-weight:700;color:var(--on-surface);margin-bottom:.75rem;line-height:1.2}.captura-texto p{font-size:1rem;color:var(--on-surface-variant);line-height:1.8;margin:0;max-width:100%}.proyecto-features{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:1.5rem}.feature-item{border-radius:var(--radius-2xl);padding:1.75rem;background:linear-gradient(145deg,#ffffff0d,#ffffff03);display:flex;flex-direction:column;gap:.6rem}.feature-icon{font-size:1.5rem;line-height:1}.feature-item h4{font-family:var(--ff-headline);font-size:1.1rem;font-weight:700;color:var(--on-surface);letter-spacing:.02em}.feature-item p{font-size:.95rem;color:var(--on-surface-variant);line-height:1.65;margin:0}.proyecto-demo-aviso{border-radius:var(--radius-2xl);padding:clamp(2rem,3vw,3rem);background:linear-gradient(145deg,#00daf30a,#06449e0a);border-color:#00daf333!important}.demo-aviso-inner{display:flex;gap:1.5rem;align-items:flex-start}.demo-aviso-icon{font-size:2rem;line-height:1;flex-shrink:0;margin-top:.2rem}.proyecto-demo-aviso h3{font-family:var(--ff-headline);font-size:1.4rem;font-weight:700;color:var(--on-surface);margin-bottom:.5rem}.proyecto-demo-aviso p{font-size:1rem;color:var(--on-surface-variant);line-height:1.75;margin:0}@media(max-width:768px){.captura-item,.captura-item--reverse{grid-template-columns:1fr;direction:ltr}.proyecto-features{grid-template-columns:repeat(2,1fr)}.demo-aviso-inner{flex-direction:column}}@media(max-width:480px){.proyecto-features{grid-template-columns:1fr}}@font-face{font-family:Oswald;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/oswald-cyrillic-ext-400-normal.DaQSmjrl.woff2) format("woff2"),url(/_astro/oswald-cyrillic-ext-400-normal.BkkDEomt.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Oswald;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/oswald-cyrillic-400-normal.Dakd8U79.woff2) format("woff2"),url(/_astro/oswald-cyrillic-400-normal.BUD0W5Zj.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Oswald;font-style:normal;font-display:swap;font-weight:400;src:url(data:font/woff2;base64,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) format("woff2"),url(/_astro/oswald-vietnamese-400-normal.BupuUjkp.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Oswald;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/oswald-latin-ext-400-normal.DbVOzfr-.woff2) format("woff2"),url(/_astro/oswald-latin-ext-400-normal.KcyBFdGH.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Oswald;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/oswald-latin-400-normal.BAFo8sP8.woff2) format("woff2"),url(/_astro/oswald-latin-400-normal.D1wpMXgf.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Oswald;font-style:normal;font-display:swap;font-weight:500;src:url(/_astro/oswald-cyrillic-ext-500-normal.DngHVvy4.woff2) format("woff2"),url(/_astro/oswald-cyrillic-ext-500-normal.Hz7kEHBT.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Oswald;font-style:normal;font-display:swap;font-weight:500;src:url(/_astro/oswald-cyrillic-500-normal.Dz4ZC46J.woff2) format("woff2"),url(/_astro/oswald-cyrillic-500-normal.CjKr_ZfC.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Oswald;font-style:normal;font-display:swap;font-weight:500;src:url(/_astro/oswald-vietnamese-500-normal.hXcn5ojQ.woff2) format("woff2"),url(/_astro/oswald-vietnamese-500-normal.Bi4XG4HV.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Oswald;font-style:normal;font-display:swap;font-weight:500;src:url(/_astro/oswald-latin-ext-500-normal.QdEKgtiz.woff2) format("woff2"),url(/_astro/oswald-latin-ext-500-normal.DcyNJhgm.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Oswald;font-style:normal;font-display:swap;font-weight:500;src:url(/_astro/oswald-latin-500-normal.B-eyT0Dw.woff2) format("woff2"),url(/_astro/oswald-latin-500-normal.DM85Di4w.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Oswald;font-style:normal;font-display:swap;font-weight:600;src:url(/_astro/oswald-cyrillic-ext-600-normal.DJv8RkPb.woff2) format("woff2"),url(/_astro/oswald-cyrillic-ext-600-normal.CXH_3Vsf.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Oswald;font-style:normal;font-display:swap;font-weight:600;src:url(/_astro/oswald-cyrillic-600-normal.OIkAk3Qq.woff2) format("woff2"),url(/_astro/oswald-cyrillic-600-normal.B7zyAoGs.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Oswald;font-style:normal;font-display:swap;font-weight:600;src:url(/_astro/oswald-vietnamese-600-normal.h0z1RevK.woff2) format("woff2"),url(/_astro/oswald-vietnamese-600-normal.CH5CIKWT.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Oswald;font-style:normal;font-display:swap;font-weight:600;src:url(/_astro/oswald-latin-ext-600-normal.5Cvn_Zbc.woff2) format("woff2"),url(/_astro/oswald-latin-ext-600-normal.BUCHT9gM.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Oswald;font-style:normal;font-display:swap;font-weight:600;src:url(/_astro/oswald-latin-600-normal.plFmSr5g.woff2) format("woff2"),url(/_astro/oswald-latin-600-normal.DRToI_2E.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Oswald;font-style:normal;font-display:swap;font-weight:700;src:url(/_astro/oswald-cyrillic-ext-700-normal.CtkJES1U.woff2) format("woff2"),url(/_astro/oswald-cyrillic-ext-700-normal.VKAui8kQ.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Oswald;font-style:normal;font-display:swap;font-weight:700;src:url(/_astro/oswald-cyrillic-700-normal.BO0IwMyy.woff2) format("woff2"),url(/_astro/oswald-cyrillic-700-normal.DxuP1Pb9.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Oswald;font-style:normal;font-display:swap;font-weight:700;src:url(/_astro/oswald-vietnamese-700-normal._DkZZ6ID.woff2) format("woff2"),url(/_astro/oswald-vietnamese-700-normal.BxFoeH7J.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Oswald;font-style:normal;font-display:swap;font-weight:700;src:url(/_astro/oswald-latin-ext-700-normal.BKErdSR5.woff2) format("woff2"),url(/_astro/oswald-latin-ext-700-normal.CJSSDThd.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Oswald;font-style:normal;font-display:swap;font-weight:700;src:url(/_astro/oswald-latin-700-normal.vy6hmKSr.woff2) format("woff2"),url(/_astro/oswald-latin-700-normal.UmC9Ev9x.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_astro/inter-cyrillic-ext-300-normal.CgCALhwJ.woff2) format("woff2"),url(/_astro/inter-cyrillic-ext-300-normal.RId2JxDB.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_astro/inter-cyrillic-300-normal.BnqRxXuy.woff2) format("woff2"),url(/_astro/inter-cyrillic-300-normal.LR1W_oT8.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_astro/inter-greek-ext-300-normal.l2DDyC6M.woff2) format("woff2"),url(/_astro/inter-greek-ext-300-normal.DLbbeei1.woff) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_astro/inter-greek-300-normal.DmGD3g_f.woff2) format("woff2"),url(/_astro/inter-greek-300-normal.BrhSP0vQ.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_astro/inter-vietnamese-300-normal.Bdr24Bqb.woff2) format("woff2"),url(/_astro/inter-vietnamese-300-normal.DDGmYYdT.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_astro/inter-latin-ext-300-normal.CPgO9Ksf.woff2) format("woff2"),url(/_astro/inter-latin-ext-300-normal.Dp1L8vcn.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_astro/inter-latin-300-normal.BVlfKGgI.woff2) format("woff2"),url(/_astro/inter-latin-300-normal.i8F0SvXL.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/inter-cyrillic-ext-400-normal.BQZuk6qB.woff2) format("woff2"),url(/_astro/inter-cyrillic-ext-400-normal.DQukG94-.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/inter-cyrillic-400-normal.obahsSVq.woff2) format("woff2"),url(/_astro/inter-cyrillic-400-normal.HOLc17fK.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/inter-greek-ext-400-normal.DGGRlc-M.woff2) format("woff2"),url(/_astro/inter-greek-ext-400-normal.KugGGMne.woff) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/inter-greek-400-normal.B4URO6DV.woff2) format("woff2"),url(/_astro/inter-greek-400-normal.q2sYcFCs.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/inter-vietnamese-400-normal.DMkecbls.woff2) format("woff2"),url(/_astro/inter-vietnamese-400-normal.Bbgyi5SW.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/inter-latin-ext-400-normal.C1nco2VV.woff2) format("woff2"),url(/_astro/inter-latin-ext-400-normal.77YHD8bZ.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/inter-latin-400-normal.C38fXH4l.woff2) format("woff2"),url(/_astro/inter-latin-400-normal.CyCys3Eg.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/_astro/inter-cyrillic-ext-500-normal.B0yAr1jD.woff2) format("woff2"),url(/_astro/inter-cyrillic-ext-500-normal.BmqWE9Dz.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/_astro/inter-cyrillic-500-normal.BasfLYem.woff2) format("woff2"),url(/_astro/inter-cyrillic-500-normal.CxZf_p3X.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/_astro/inter-greek-ext-500-normal.C4iEst2y.woff2) format("woff2"),url(/_astro/inter-greek-ext-500-normal.2j5mBUwD.woff) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/_astro/inter-greek-500-normal.BIZE56-Y.woff2) format("woff2"),url(/_astro/inter-greek-500-normal.Xzm54t5V.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/_astro/inter-vietnamese-500-normal.DOriooB6.woff2) format("woff2"),url(/_astro/inter-vietnamese-500-normal.mJboJaSs.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/_astro/inter-latin-ext-500-normal.CV4jyFjo.woff2) format("woff2"),url(/_astro/inter-latin-ext-500-normal.BxGbmqWO.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/_astro/inter-latin-500-normal.Cerq10X2.woff2) format("woff2"),url(/_astro/inter-latin-500-normal.BL9OpVg8.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_astro/inter-cyrillic-ext-600-normal.Dfes3d0z.woff2) format("woff2"),url(/_astro/inter-cyrillic-ext-600-normal.Bcila6Z-.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_astro/inter-cyrillic-600-normal.CWCymEST.woff2) format("woff2"),url(/_astro/inter-cyrillic-600-normal.4D_pXhcN.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_astro/inter-greek-ext-600-normal.DRtmH8MT.woff2) format("woff2"),url(/_astro/inter-greek-ext-600-normal.B8X0CLgF.woff) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_astro/inter-greek-600-normal.plRanbMR.woff2) format("woff2"),url(/_astro/inter-greek-600-normal.BZpKdvQh.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_astro/inter-vietnamese-600-normal.Cc8MFFhd.woff2) format("woff2"),url(/_astro/inter-vietnamese-600-normal.BuLX-rYi.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_astro/inter-latin-ext-600-normal.D2bJ5OIk.woff2) format("woff2"),url(/_astro/inter-latin-ext-600-normal.CIVaiw4L.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_astro/inter-latin-600-normal.LgqL8muc.woff2) format("woff2"),url(/_astro/inter-latin-600-normal.CiBQ2DWP.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/_astro/inter-cyrillic-ext-700-normal.BjwYoWNd.woff2) format("woff2"),url(/_astro/inter-cyrillic-ext-700-normal.LO58E6JB.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/_astro/inter-cyrillic-700-normal.CjBOestx.woff2) format("woff2"),url(/_astro/inter-cyrillic-700-normal.DrXBdSj3.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/_astro/inter-greek-ext-700-normal.qfdV9bQt.woff2) format("woff2"),url(/_astro/inter-greek-ext-700-normal.BoQ6DsYi.woff) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/_astro/inter-greek-700-normal.C3JjAnD8.woff2) format("woff2"),url(/_astro/inter-greek-700-normal.BUv2fZ6O.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/_astro/inter-vietnamese-700-normal.DlLaEgI2.woff2) format("woff2"),url(/_astro/inter-vietnamese-700-normal.BZaoP0fm.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/_astro/inter-latin-ext-700-normal.Ca8adRJv.woff2) format("woff2"),url(/_astro/inter-latin-ext-700-normal.TidjK2hL.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/_astro/inter-latin-700-normal.Yt3aPRUw.woff2) format("woff2"),url(/_astro/inter-latin-700-normal.BLAVimhd.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
