@import "https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";:root{--bg-color:#050505;--surface-color:#fff;--text-primary:#fff;--text-secondary:#aaa;--text-inverse:#000;--accent-color:#ef589c;--border-color:#333;--selection-bg:#ef589c;--selection-text:#fff;--color-pink:#ef589c;--color-green:#92d5ae;--color-purple:#8a7de4;--color-dark:#050505;--color-white:#fff;--font-heading:"Instrument Serif", serif;--font-body:"Inter", sans-serif;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-6:1.5rem;--space-8:2rem;--space-12:3rem;--space-16:4rem;--space-24:6rem;--space-32:8rem;--max-width-content:720px;--radius-sm:12px;--radius-md:24px;--radius-lg:40px;--radius-pill:100px}*{box-sizing:border-box;margin:0;padding:0}::selection{background:var(--selection-bg);color:var(--selection-text)}body{background-color:var(--bg-color);color:var(--text-primary);font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--bg-color);background-image:linear-gradient(#ffffff0a 1px,#0000 1px),linear-gradient(90deg,#ffffff0a 1px,#0000 1px),radial-gradient(circle at 10% 0,#ef589c1f,#0000 50%),radial-gradient(circle at 90% 100%,#8a7de41f,#0000 50%),radial-gradient(circle,#92d5ae0d,#0000 50%);background-position:50%;background-size:50px 50px,50px 50px,100% 100%,100% 100%,100% 100%;background-attachment:fixed;font-size:17px;line-height:1.7;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:var(--space-4);letter-spacing:-.02em;font-style:normal;font-weight:700;line-height:1.1}p{margin-bottom:var(--space-6)}a{color:var(--text-primary);text-decoration:none;transition:color .2s}a:hover{color:var(--accent-color)}img{max-width:100%;height:auto;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.text-secondary{color:var(--text-secondary)}.text-accent{color:var(--accent-color)}.font-heading{font-family:var(--font-heading)}.container{max-width:1200px;padding:0 var(--space-6);margin:0 auto}.section{padding:var(--space-16) 0}@media (width<=768px){:root{--space-8:1.5rem;--space-12:2rem;--space-16:3rem;--space-24:4rem;--space-32:5rem}.section{padding:var(--space-12) 0}h1{font-size:3rem!important}h2{font-size:2.5rem!important}h3{font-size:2rem!important}}@media (width<=480px){:root{--space-6:1.25rem;--space-8:1.5rem;--space-12:2rem;--space-16:2.5rem;--space-24:3.5rem}body{font-size:16px}.container{padding:0 var(--space-4)}.section{padding:var(--space-8) 0}h1{font-size:2.5rem!important}h2{font-size:2rem!important}h3{font-size:1.75rem!important}}.navbar-wrapper{width:100%;padding:var(--space-4);z-index:100;justify-content:center;display:flex;position:fixed;top:0;left:0}.pill-nav{background-color:var(--color-white);border-radius:var(--radius-pill);padding:var(--space-2) var(--space-6);justify-content:space-between;align-items:center;width:100%;max-width:1200px;display:flex;box-shadow:0 4px 24px #0003}.navbar-brand a{color:var(--color-dark);letter-spacing:-.02em;font-size:1.5rem;font-style:normal;font-weight:700}.navbar-links{align-items:center;gap:var(--space-6);display:flex}.navbar-links a{color:var(--color-dark);padding:var(--space-2) var(--space-4);border-radius:var(--radius-pill);font-size:.95rem;font-weight:600;transition:all .2s}.navbar-links a.active,.navbar-links a:hover{background-color:var(--color-dark);color:var(--color-white)}.navbar-actions{align-items:center;gap:var(--space-4);display:flex}.btn-contact{background-color:var(--color-pink);color:var(--color-white);padding:var(--space-2) var(--space-6);border-radius:var(--radius-pill);text-transform:uppercase;letter-spacing:.05em;font-size:.9rem;font-weight:700;transition:transform .2s}.btn-contact:hover{color:var(--color-white);transform:scale(1.05)}.lang-switcher{background:var(--color-dark);border-radius:var(--radius-pill);align-items:center;padding:4px;display:flex}.lang-switcher button{color:#888;border-radius:var(--radius-pill);padding:4px 8px;font-size:.75rem;font-weight:600;transition:all .2s}.lang-switcher button.active{background:var(--color-white);color:var(--color-dark)}.mobile-menu-toggle{color:var(--color-dark);cursor:pointer;padding:var(--space-2);-webkit-tap-highlight-color:transparent;background:0 0;border:none;outline:none;display:none}.navbar-links-wrapper{align-items:center;gap:var(--space-6);display:flex}@media (width<=900px){.mobile-menu-toggle{display:block}.navbar-links-wrapper{background-color:var(--color-white);padding:var(--space-6);border-radius:var(--radius-md);margin-top:var(--space-2);gap:var(--space-6);flex-direction:column;display:none;position:absolute;top:100%;left:0;right:0;box-shadow:0 10px 30px #0003}.navbar-links-wrapper.mobile-open{display:flex}.navbar-links{flex-direction:column;align-items:center;width:100%}.navbar-links a{text-align:center;width:100%;padding:var(--space-3)}.navbar-actions{flex-direction:column;align-items:center;width:100%}}.footer-modern{padding-top:var(--space-16);padding-bottom:var(--space-8);border-top:1px solid var(--border-color);margin-top:auto}.footer-top{gap:var(--space-12);margin-bottom:var(--space-12);flex-direction:column;display:flex}@media (width>=768px){.footer-top{flex-direction:row;justify-content:space-between}}.footer-brand{max-width:300px}.footer-brand h2{margin-bottom:var(--space-4);background:linear-gradient(90deg, #fff, var(--text-secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:1.8rem}.footer-brand p{line-height:1.6}.footer-grid{gap:var(--space-8) var(--space-12);grid-template-columns:repeat(2,1fr);display:grid}@media (width>=768px){.footer-grid{gap:var(--space-12);grid-template-columns:repeat(3,1fr)}}.footer-col{gap:var(--space-3);flex-direction:column;display:flex}.footer-col h4{color:var(--text-primary);margin-bottom:var(--space-2);text-transform:uppercase;letter-spacing:1px;font-size:1rem;font-weight:600}.footer-col a{color:var(--text-secondary);width:fit-content;font-size:.95rem;text-decoration:none;transition:color .2s,transform .2s}.footer-col a:hover{color:var(--color-pink);transform:translate(4px)}.footer-bottom{padding-top:var(--space-8);color:var(--text-secondary);justify-content:space-between;align-items:center;gap:var(--space-4);border-top:1px solid #ffffff0d;flex-direction:column;font-size:.85rem;display:flex}@media (width>=768px){.footer-bottom{flex-direction:row}}.footer-bottom p{margin:0}.footer-built span{color:var(--color-pink);font-weight:600}.layout-wrapper{flex-direction:column;min-height:100vh;display:flex}.layout-main{flex:1;padding-top:100px}.hero-modern{text-align:center;padding:var(--space-16) 0;flex-direction:column;justify-content:center;align-items:center;min-height:70vh;display:flex;position:relative}.hero-layout{text-align:left;align-items:center;gap:4rem;margin-top:4rem;margin-bottom:6rem;display:flex}.hero-layout-text{flex:1}.hero-layout-image{flex:.8;justify-content:flex-end;display:flex;position:relative}.hero-image-wrapper{max-width:450px}.hero-image-wrapper img{z-index:2;object-fit:cover;object-position:top;border:1px solid #ffffff1a;border-radius:24px;width:100%;height:auto;position:relative;box-shadow:0 20px 40px #0000004d}.hero-layout-image:before{content:"";background:var(--color-pink);filter:blur(100px);opacity:.15;z-index:1;border-radius:50%;width:80%;height:80%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (width<=900px){.hero-layout{text-align:center;flex-direction:column-reverse;gap:2rem;margin-bottom:4rem}.hero-layout-image{justify-content:center;width:100%}.hero-image-wrapper{max-width:280px;margin:0 auto}.hero-image-wrapper img{object-fit:cover;height:auto}.hero-layout-text .pills-container,.hero-layout-text .actions-container{justify-content:center!important}}.featured-app-card{text-align:left;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#ffffff0d 0%,#ffffff03 100%);border:1px solid #ffffff1a;border-radius:24px;align-items:center;max-width:900px;margin:0 auto;display:flex;overflow:hidden;box-shadow:0 20px 40px #0006}.featured-app-info{flex:1;padding:3rem}.rating-huge{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.rating-huge .score{color:#ffc107;font-size:3rem;font-weight:800;line-height:1}.rating-huge .stars{gap:4px;display:flex}.featured-app-title{color:var(--color-white);letter-spacing:-.02em;margin-bottom:1rem;font-size:2.2rem;font-weight:700}.featured-app-desc{color:var(--text-secondary);margin-bottom:2.5rem;font-size:1.1rem;line-height:1.6}.btn-google-play{background-color:var(--color-pink);color:var(--color-white);border-radius:100px;padding:1rem 2rem;font-size:1.1rem;font-weight:700;transition:transform .2s,box-shadow .2s;display:inline-block}.btn-google-play:hover{color:var(--color-white);transform:translateY(-3px);box-shadow:0 10px 20px #ef589c4d}.featured-app-visual{flex:.8;justify-content:center;align-items:center;padding:2rem;display:flex;position:relative}.featured-app-img{border:4px solid #ffffff1a;border-radius:16px;max-height:400px;transition:transform .3s;transform:rotate(2deg);box-shadow:0 10px 30px #00000080}.featured-app-card:hover .featured-app-img{transform:rotate(0)scale(1.05)}@media (width<=768px){.featured-app-card{flex-direction:column}.featured-app-info{padding:2rem}.featured-app-visual{padding:1rem 2rem 2rem}.rating-huge{flex-direction:column;align-items:flex-start;gap:.5rem}.rating-huge .score{font-size:2.5rem}.featured-app-title{font-size:1.8rem}.marquee-content{gap:var(--space-4);font-size:1rem}}.hero-content{z-index:1;max-width:800px;position:relative}.hero-title{margin-bottom:var(--space-6);letter-spacing:-.03em;font-size:4.5rem;font-weight:800;line-height:1.1}.text-pink{color:var(--color-pink)}.hero-subtitle{color:var(--text-secondary);max-width:650px;margin:0 auto var(--space-8) auto;font-size:1.25rem;line-height:1.6}.btn-large{padding:var(--space-3) var(--space-8);font-size:1.1rem;display:inline-block}.brands-marquee{background-color:var(--color-dark);border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);width:100vw;padding:var(--space-4) 0;white-space:nowrap;margin-left:-50vw;margin-right:-50vw;display:flex;position:relative;left:50%;right:50%;overflow:hidden}.marquee-content{align-items:center;gap:var(--space-8);font-family:var(--font-heading);text-transform:uppercase;color:var(--color-white);font-size:1.5rem;font-weight:700;animation:20s linear infinite scroll;display:flex}.marquee-content .dot{color:var(--color-pink)}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.projects-section{padding:var(--space-16) 0;background-color:var(--color-white);border-radius:var(--radius-lg);margin-top:var(--space-16);color:var(--color-dark)}.projects-header{text-align:center;margin-bottom:var(--space-8)}.projects-header h2{color:var(--color-dark);font-size:3rem;display:inline-block;position:relative}.projects-header h2 span{font-size:2rem;position:absolute;top:-10px;right:-30px}.projects-grid{gap:var(--space-6);padding:0 var(--space-6);grid-template-columns:1fr;max-width:1000px;margin:0 auto;display:grid}.project-card{border-radius:var(--radius-md);padding:var(--space-6);align-items:center;gap:var(--space-6);transition:transform .2s;display:flex;box-shadow:0 4px 20px #0000000d}.project-card:hover{transform:translateY(-5px)}.card-green{background-color:var(--color-green)}.card-purple{background-color:var(--color-purple);color:var(--color-white)}.card-pink{background-color:var(--color-pink);color:var(--color-white)}.project-info{flex:1}.project-info h3{font-size:2rem;font-family:var(--font-body);letter-spacing:-.02em;margin:0;font-weight:700}.card-green h3{color:var(--color-white)}.project-image{border-radius:var(--radius-sm);border:4px dashed #ffffff80;flex:1;overflow:hidden;box-shadow:0 10px 30px #0003}.project-image img{object-fit:cover;width:100%;height:250px;display:block}.section-header-centered{text-align:center;margin-bottom:var(--space-8);margin-top:var(--space-16)}.section-header-centered h2{font-size:2.5rem}.video-container{max-width:800px;margin:0 auto}.video-placeholder{border-radius:var(--radius-md);border:1px solid var(--border-color);background-color:#222;justify-content:center;align-items:center;height:400px;display:flex}.btn-play{color:#fff;padding:var(--space-3) var(--space-6);border-radius:var(--radius-pill);background-color:red;font-size:1.1rem;font-weight:700}.btn-play:hover{color:#fff;transform:scale(1.05)}@media (width<=768px){.hero-title{font-size:3rem}.float-el{display:none}.project-card{flex-direction:column}.card-purple{flex-direction:column-reverse}}.badge{border-radius:var(--radius-sm);background-color:var(--border-color);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;align-items:center;padding:.25rem .6rem;font-size:.75rem;font-weight:500;display:inline-flex}.post-list-item{margin-bottom:var(--space-8);padding:var(--space-8);border-radius:var(--radius-lg);transition:transform .2s}.post-list-item:hover{transform:translateY(-4px)}.post-list-item:nth-child(4n+1){background-color:var(--color-olive);color:var(--color-cream)}.post-list-item:nth-child(4n+2){background-color:var(--color-rust);color:var(--color-cream)}.post-list-item:nth-child(4n+3){background-color:var(--color-mustard);color:var(--color-navy)}.post-list-item:nth-child(4n+4){background-color:var(--color-navy);color:var(--color-cream)}.post-list-item a{color:inherit;display:block}.post-title{margin-bottom:var(--space-2);color:inherit}.post-link:hover .post-title{opacity:.8}.post-meta{align-items:center;gap:var(--space-2);margin-bottom:var(--space-3);color:inherit;opacity:.8;font-size:.95rem;display:flex}.post-excerpt{color:inherit;opacity:.9;margin-bottom:0;font-size:1.15rem}@media (width<=768px){.post-list-item{padding:var(--space-6)}.post-title{font-size:1.4rem}.post-meta{flex-wrap:wrap;gap:.4rem;font-size:.85rem}.post-excerpt{font-size:1.05rem}}@media (width<=480px){.post-list-item{padding:var(--space-5)}.post-title{font-size:1.25rem}.post-meta{font-size:.8rem}.post-excerpt{font-size:.95rem}}.blog-header{margin-bottom:var(--space-10);text-align:center}.blog-header h1{font-size:clamp(2.5rem,6vw,4rem);font-family:var(--font-heading);background:linear-gradient(135deg, var(--color-pink) 0%, var(--color-rust) 100%);-webkit-text-fill-color:transparent;margin-bottom:var(--space-2);-webkit-background-clip:text}.blog-header .text-secondary{max-width:600px;margin:0 auto;font-size:1.1rem}.blog-filters{margin-bottom:var(--space-12);-webkit-backdrop-filter:blur(10px);background-color:#ffffff08;border:1px solid #ffffff1a;border-radius:999px;flex-wrap:wrap;gap:.5rem;width:fit-content;margin-left:auto;margin-right:auto;padding:.35rem;display:flex}.filter-btn{color:var(--text-secondary);cursor:pointer;background-color:#0000;border:1px solid #0000;border-radius:999px;padding:.5rem 1.25rem;font-size:.95rem;font-weight:800;transition:all .3s cubic-bezier(.16,1,.3,1)}.filter-btn:hover{color:var(--text-primary);background-color:#ffffff14}.filter-btn.active{color:#000;background-color:var(--color-pink);border-color:var(--color-pink);box-shadow:0 0 20px #ea2b8366}.no-posts-found{text-align:center;padding:var(--space-12) 0;color:var(--text-secondary);background:#ffffff05;border:1px dashed #ffffff1a;border-radius:24px;font-style:italic}@media (width<=1024px){.blog-header h1{font-size:clamp(2.2rem,5vw,3.5rem)}}@media (width<=768px){.blog-header{margin-bottom:var(--space-8)}.blog-header h1{font-size:clamp(1.8rem,8vw,2.5rem)}.blog-header .text-secondary{padding:0 var(--space-4);font-size:1rem}.blog-filters{border-radius:20px;justify-content:center;gap:.3rem;padding:.5rem}.filter-btn{padding:.4rem 1rem;font-size:.85rem}}@media (width<=480px){.blog-filters{border-radius:16px;flex-direction:column;width:100%}.filter-btn{text-align:center;width:100%}}.post-actions{margin-bottom:var(--space-12)}.back-link{font-size:.9rem;transition:color .2s}.back-link:hover{color:var(--text-primary)}.post-header{margin-bottom:var(--space-12)}.post-header .post-meta{align-items:center;gap:var(--space-2);margin-bottom:var(--space-4);font-size:.85rem;display:flex}.post-header .post-title{margin-bottom:0;font-size:3rem;line-height:1.1}.post-content{color:var(--text-primary);margin-bottom:var(--space-16);font-size:1.125rem;line-height:1.8}.post-content p{margin-bottom:var(--space-6)}.post-content h2{margin-top:var(--space-12);margin-bottom:var(--space-6);font-size:1.75rem}.post-content a{color:var(--accent-color);text-underline-offset:.2em;font-weight:700;text-decoration:underline}.post-content blockquote{margin:var(--space-8) 0;padding:var(--space-4) var(--space-6);border-left:4px solid var(--accent-color);background-color:var(--surface-color);color:var(--text-primary);font-family:var(--font-heading);font-size:1.45rem;font-style:italic;line-height:1.35}.post-content img{border-radius:var(--radius-md);max-width:100%;height:auto;margin:var(--space-8) 0;border:1px solid var(--border-color);box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.post-content figure{margin:var(--space-8) 0}.post-content figure img{margin-bottom:var(--space-3)}.post-content figcaption{color:var(--text-primary);font-size:.9rem;font-weight:700;line-height:1.5}.post-content hr{margin:var(--space-12) 0;border:0;border-top:1px solid var(--border-color)}.post-content pre{margin:var(--space-8) 0;padding:var(--space-4);border-radius:var(--radius-sm);background-color:var(--text-primary);color:var(--bg-color);font-size:.92rem;line-height:1.6;overflow-x:auto}.post-content code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.youtube-embed{aspect-ratio:16/9;width:100%;margin:var(--space-8) 0;border:1px solid var(--border-color);border-radius:var(--radius-md);background-color:var(--text-primary);position:relative;overflow:hidden}.youtube-embed iframe{border:0;width:100%;height:100%;position:absolute;inset:0}.post-share{justify-content:space-between;align-items:center;gap:var(--space-4);padding:var(--space-6) 0;margin-bottom:var(--space-12);border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);display:flex}.post-share-label{font-family:var(--font-heading);color:var(--text-primary);flex-shrink:0;font-size:1.35rem;font-style:italic;line-height:1}.share-actions{justify-content:flex-end;gap:var(--space-2);flex-wrap:wrap;display:flex}.share-button{justify-content:center;align-items:center;gap:var(--space-2);border:1px solid var(--border-color);border-radius:var(--radius-pill);min-height:2.5rem;color:var(--text-primary);background-color:#0000;padding:.55rem .85rem;font-size:.9rem;font-weight:600;line-height:1;transition:background-color .2s,border-color .2s,color .2s,transform .2s;display:inline-flex}.share-button:hover,.share-button:focus-visible{border-color:var(--text-primary);background-color:var(--text-primary);color:var(--bg-color);transform:translateY(-1px)}.share-brand{text-align:center;min-width:1rem;font-size:.95rem;font-weight:800}.post-footer{border-top:1px solid var(--border-color);padding-top:var(--space-8);margin-top:0}.author-bio{align-items:center;gap:var(--space-4);display:flex}.author-info strong{margin-bottom:var(--space-1);display:block}.author-info p{margin-bottom:0;font-size:.9rem}@media (width<=768px){.post-header .post-title{font-size:2.25rem}.post-content{font-size:1.05rem}.post-share{flex-direction:column;align-items:flex-start}.share-actions{justify-content:flex-start}}@media (width<=480px){.post-header .post-title{font-size:1.75rem}.post-content{font-size:1rem}.post-header .post-meta{flex-wrap:wrap;line-height:1.4}}
