.navbar{z-index:100;width:100%;transition:all var(--transition-normal);padding:var(--spacing-md) 0;position:fixed;top:0;left:0}.nav-scrolled{-webkit-backdrop-filter:blur(16px);border-bottom:var(--glass-border);padding:var(--spacing-sm) 0;background:#050505d9;box-shadow:0 4px 30px #00000080}.nav-container{justify-content:space-between;align-items:center;display:flex}.brand{letter-spacing:-.05em;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:800;display:flex}.brand-icon{color:var(--primary);width:28px;height:28px}.desktop-menu{align-items:center;gap:var(--spacing-lg);display:none}@media (width>=768px){.desktop-menu{display:flex}}.nav-link{color:var(--text-main);transition:color var(--transition-fast);font-size:.95rem;font-weight:500;position:relative}.nav-link:hover{color:var(--primary)}.nav-link:after{content:"";background:linear-gradient(90deg, var(--primary), var(--secondary));width:0;height:2px;transition:width var(--transition-fast);position:absolute;bottom:-4px;left:0}.nav-link.active:after,.nav-link:hover:after{width:100%}.btn{cursor:pointer;transition:all var(--transition-normal);border:none;border-radius:8px;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-family:inherit;font-size:.95rem;font-weight:600;display:inline-flex}.btn-primary{background:linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);color:#fff;box-shadow:0 4px 15px #00f2fe4d}.btn-primary:hover{color:#fff;box-shadow:0 6px 20px #00f2fe80}.btn-outline{color:var(--primary);border:1px solid var(--primary);background:0 0}.btn-outline:hover{background:#00f2fe1a}.mobile-toggle{color:var(--text-main);cursor:pointer;background:0 0;border:none;display:block}@media (width>=768px){.mobile-toggle{display:none}}.mobile-menu{top:100%;left:var(--spacing-md);right:var(--spacing-md);padding:var(--spacing-lg);gap:var(--spacing-md);opacity:0;transition:all var(--transition-normal);flex-direction:column;margin-top:.5rem;display:none;position:absolute;transform:translateY(-10px)}.mobile-menu.is-open{opacity:1;display:flex;transform:translateY(0)}.mobile-link{color:var(--text-main);border-bottom:1px solid #ffffff0d;padding:.5rem 0;font-size:1.1rem;font-weight:500}.mobile-cta{margin-top:var(--spacing-md);text-align:center}.lang-menu{display:inline-block;position:relative}.lang-btn{color:var(--text-main);cursor:pointer;transition:all var(--transition-fast);background:0 0;border:1px solid #ffffff1a;border-radius:6px;align-items:center;gap:.25rem;padding:.5rem .75rem;font-family:inherit;font-size:.9rem;font-weight:500;display:flex}.lang-btn:hover{border-color:var(--primary);color:var(--primary)}.lang-dropdown{opacity:0;visibility:hidden;min-width:150px;transition:all var(--transition-fast);z-index:200;flex-direction:column;padding:.5rem;display:flex;position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(10px)}.lang-dropdown.show{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.lang-option{color:var(--text-muted);text-align:left;cursor:pointer;transition:all var(--transition-fast);background:0 0;border:none;border-radius:4px;padding:.5rem 1rem;font-family:inherit;font-size:.9rem}.lang-option:hover{color:var(--text-main);background:#00f2fe1a}.lang-option.active-lang{color:var(--primary);font-weight:600}.footer{padding:var(--spacing-xl) 0 0 0;margin-top:var(--spacing-xxl);background:#f8faff;border-top:1px solid #e0efff}.footer-container{gap:var(--spacing-lg);padding-bottom:var(--spacing-xxl);grid-template-columns:1fr;display:grid}@media (width>=768px){.footer-container{grid-template-columns:2fr 1fr 1fr 1.5fr}}.footer-brand h2{margin-bottom:var(--spacing-sm);color:var(--primary);font-size:2rem;font-weight:800}.footer-desc{margin-bottom:var(--spacing-lg);max-width:300px;color:var(--text-muted);line-height:1.6}.social-links{gap:var(--spacing-md);display:flex}.social-icon{width:44px;height:44px;color:var(--primary);background:#fff;border:1px solid #e0efff;border-radius:12px;justify-content:center;align-items:center;transition:all .3s;display:inline-flex;box-shadow:0 4px 10px #0000000d}.social-icon:hover{background:var(--primary);color:#fff;transform:translateY(-3px);box-shadow:0 8px 20px #06f3}.footer-links-group h3,.footer-contact h3{margin-bottom:var(--spacing-lg);color:var(--text-main);font-size:1.15rem;font-weight:700}.footer-links-group a{color:var(--text-muted);margin-bottom:.75rem;font-weight:500;transition:all .2s;display:block}.footer-links-group a:hover{color:var(--primary);transform:translate(5px)}.footer-contact p{color:var(--text-muted);align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.contact-icon{color:var(--primary)}.footer-bottom{text-align:center;padding:var(--spacing-lg);color:var(--text-muted);background:#fff;border-top:1px solid #e0efff;font-size:.95rem;font-weight:500}.feature-card{background:#fff;border:1px solid #0000000d;border-radius:24px;flex-direction:column;height:100%;padding:1.5rem;transition:all .3s;display:flex}.feature-card:hover{border-color:var(--primary);transform:translateY(-8px);box-shadow:0 20px 40px -10px #00000014}.feature-icon-wrapper{width:46px;height:46px;color:var(--primary);background:#f0f7ff;border:1px solid #d0e7ff;border-radius:12px;justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.feature-title{color:var(--text-main);margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.feature-desc{color:var(--text-muted);flex-grow:1;margin-bottom:1rem;font-size:.92rem;line-height:1.6}.feature-link{color:var(--primary);align-items:center;gap:.5rem;margin-top:auto;font-size:.95rem;font-weight:700;transition:all .2s;display:inline-flex}.feature-link:hover{opacity:.8;gap:.8rem}.carousel-section{flex-direction:column;justify-content:center;min-height:88vh;transition:background .4s;display:flex;position:relative;overflow:hidden}.carousel-container{padding-top:3rem;padding-bottom:4rem;position:relative}.carousel-slide{grid-template-columns:1fr;align-items:center;gap:3rem;display:grid}@media (width>=992px){.carousel-slide{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;min-height:70vh}}.carousel-text{flex-direction:column;gap:0;display:flex}.carousel-title{letter-spacing:-.03em;color:var(--text-main);margin:1rem 0 1.25rem;font-size:clamp(2.2rem,4.5vw,4rem);font-weight:800;line-height:1.1}.slide-hl{color:var(--primary)}.carousel-subtitle{color:var(--text-muted);max-width:520px;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.7}.carousel-checks{flex-direction:column;gap:.5rem;margin-bottom:1.75rem;display:flex}.carousel-check{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;display:flex}.carousel-actions{flex-wrap:wrap;gap:1rem;display:flex}.carousel-visual{width:100%}.slide-img-wrap{border-radius:24px;width:100%;position:relative;overflow:hidden;box-shadow:0 30px 60px #00000026}.slide-img{object-fit:cover;width:100%;height:420px;display:block}.slide-img-wrap:after{content:"";pointer-events:none;background:linear-gradient(#0000 55%,#001e5059 100%);border-radius:24px;position:absolute;inset:0}.slide-brand-overlay{z-index:10;color:#fff;letter-spacing:.3px;background:#06f;border-radius:20px;align-items:center;gap:6px;padding:6px 12px;font-family:sans-serif;font-size:.78rem;font-weight:800;display:flex;position:absolute;top:16px;left:16px;box-shadow:0 4px 12px #06f6}.slide-corner-badge{z-index:10;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#0a0a0a;background:#ffffffeb;border-radius:20px;align-items:center;gap:7px;padding:7px 14px;font-family:sans-serif;font-size:.75rem;font-weight:700;display:flex;position:absolute;bottom:16px;right:16px;box-shadow:0 4px 16px #0000001f}.slide-corner-dot{background:#22c55e;border-radius:50%;flex-shrink:0;width:7px;height:7px;animation:2s infinite pulse-green;box-shadow:0 0 6px #22c55e}@keyframes pulse-green{0%,to{box-shadow:0 0 4px #22c55e}50%{box-shadow:0 0 10px #22c55e}}@media (width<=768px){.slide-img{height:240px}}.slide-products-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.slide-product-card{background:#fff;border:1px solid #0000000f;border-radius:16px;align-items:center;gap:.875rem;padding:1.25rem;display:flex;box-shadow:0 8px 24px #00000012}.slide-product-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.slide-product-cat{color:var(--text-muted);margin-top:.15rem;font-size:.75rem;display:block}.slide-cta-visual{justify-content:center;align-items:center;display:flex}.slide-coffee-card{text-align:center;background:linear-gradient(135deg,#06f 0%,#04b 100%);border-radius:28px;width:100%;max-width:380px;padding:3rem 2.5rem;box-shadow:0 30px 60px #0066ff40}.coffee-emoji{margin-bottom:1.25rem;font-size:3.5rem}.coffee-text{color:#ffffffe6;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.coffee-text strong{color:#fff;font-size:1.2rem}.coffee-tags{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}.coffee-tags span{color:#fff;background:#ffffff26;border-radius:20px;padding:.35rem .85rem;font-size:.78rem;font-weight:600}.carousel-arrow{cursor:pointer;z-index:10;width:44px;height:44px;color:var(--primary);background:#fff;border:1.5px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 12px #0000001a}.carousel-arrow:hover{background:var(--primary);color:#fff;border-color:var(--primary);transform:translateY(-50%)scale(1.05)}.carousel-arrow.left{left:-16px}.carousel-arrow.right{right:-16px}@media (width<=768px){.carousel-arrow.left{left:0}.carousel-arrow.right{right:0}}.carousel-dots{justify-content:center;gap:.5rem;padding-bottom:1.5rem;display:flex}.carousel-dot{cursor:pointer;background:#d0e0ff;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:all .3s}.carousel-dot.active{background:var(--primary);border-radius:4px;width:24px}.carousel-progress{background:#e8f0ff;width:100%;height:3px;position:absolute;bottom:0;left:0}.carousel-progress-bar{background:var(--primary);border-radius:2px;height:100%}.home-page{padding-bottom:0}.hero-section{min-height:85vh;padding:var(--spacing-xl) 0;background:#fff;align-items:center;display:flex;position:relative;overflow:hidden}.hero-container{gap:var(--spacing-xl);grid-template-columns:1fr;align-items:flex-start;display:grid}@media (width>=992px){.hero-container{grid-template-columns:1fr 1fr;align-items:flex-start;gap:3rem}}.human-badge{margin-bottom:var(--spacing-lg);color:var(--primary);background:#f0f7ff;border:1px solid #d0e7ff;border-radius:30px;align-items:center;gap:.75rem;padding:.6rem 1.2rem;font-size:.9rem;font-weight:600;display:inline-flex}.human-badge .dot{background:var(--primary);width:8px;height:8px;box-shadow:0 0 10px var(--primary);border-radius:50%;animation:2s infinite pulse-dot}@keyframes pulse-dot{0%,to{box-shadow:0 0 6px var(--primary)}50%{box-shadow:0 0 14px var(--primary)}}.text-blue{color:var(--primary)}.text-blue-gradient{background:linear-gradient(135deg, var(--primary) 0%, #00d2ff 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:var(--text-muted);margin-bottom:1.5rem;font-size:1.2rem;line-height:1.7}.hero-actions{gap:var(--spacing-md);flex-wrap:wrap;margin-bottom:1.75rem;display:flex}.hero-checks{flex-direction:column;gap:.5rem;display:flex}.hero-check{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;display:flex}.hero-visual-wrapper{width:100%;position:relative}.hero-image-container{border-radius:32px;width:100%;position:relative;overflow:visible}.hero-main-img{border-radius:32px;width:100%;height:auto;display:block;box-shadow:0 30px 60px -15px #00000026}.hero-badges{z-index:10;justify-content:center;gap:1.5rem;width:100%;padding:0 1rem;display:flex;position:absolute;bottom:-30px;left:0}.hero-badge{background:#fff;border:1px solid #0000000d;border-radius:24px;flex-direction:column;flex:0 auto;align-items:center;padding:1rem 1.75rem;display:flex;box-shadow:0 15px 35px #0000001a}.hero-badge .number{color:var(--primary);font-size:2rem;font-weight:800;line-height:1}.hero-badge .label{color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;text-align:center;font-size:.75rem;font-weight:600}.stats-bar{background:var(--primary);margin-top:3rem;padding:2.5rem 0}.stats-grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}@media (width>=768px){.stats-grid{grid-template-columns:repeat(4,1fr)}}.stat-item{text-align:center;color:#fff;flex-direction:column;align-items:center;gap:.4rem;display:flex}.stat-icon{opacity:.75;margin-bottom:.25rem}.stat-value{letter-spacing:-.04em;font-size:2.2rem;font-weight:800;line-height:1}.stat-label{opacity:.85;font-size:.85rem;font-weight:500}.services-section{background:#fafcff}.section-header{text-align:center;margin-bottom:3rem}.section-header .subtitle{margin:.75rem auto 0}.how-section{padding:var(--spacing-xxl) 0;background:#fff}.steps-grid{grid-template-columns:1fr;gap:2rem;display:grid;position:relative}@media (width>=768px){.steps-grid{grid-template-columns:repeat(3,1fr)}}.step-card{text-align:center;background:var(--bg-card);border:var(--glass-border);box-shadow:var(--glass-shadow);border-radius:24px;padding:2.5rem 2rem;position:relative}.step-num{color:#e8f0ff;letter-spacing:-.05em;font-size:3.5rem;font-weight:900;line-height:1;font-family:var(--font-sans);margin-bottom:.75rem}.step-icon-wrap{color:#fff;background:linear-gradient(135deg,#06f,#04b);border-radius:18px;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 1.25rem;display:flex;box-shadow:0 8px 20px #0066ff40}.step-title{color:var(--text-main);margin-bottom:.75rem;font-size:1.15rem;font-weight:700}.step-desc{color:var(--text-muted);font-size:.95rem;line-height:1.65}.featured-grid{grid-template-columns:1fr;gap:1.5rem;margin-top:3rem;display:grid}@media (width>=768px){.featured-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1100px){.featured-grid{grid-template-columns:repeat(3,1fr)}}.featured-card-highlight{border:2px solid #0891b2!important;box-shadow:0 20px 50px #0891b226!important}@media (width>=1100px){.featured-card-highlight{grid-column:1/-1;grid-template-columns:280px 1fr;display:grid}.featured-card-highlight .featured-card-top{min-height:unset;border-radius:22px 0 0 22px;height:100%}.featured-card-highlight .featured-card-body{padding:2rem 2.5rem}.featured-card-highlight .featured-name{font-size:1.6rem}.featured-card-highlight .featured-desc{max-width:600px;font-size:1rem}}.featured-star-badge{color:#fff;letter-spacing:.5px;text-transform:uppercase;background:#fff3;border-radius:20px;align-self:flex-start;align-items:center;gap:.35rem;margin-bottom:.5rem;padding:.3rem .75rem;font-size:.72rem;font-weight:800;display:inline-flex}.featured-card{background:var(--bg-card);border:var(--glass-border);box-shadow:var(--glass-shadow);border-radius:24px;flex-direction:column;transition:box-shadow .3s,transform .3s;display:flex;overflow:hidden}.featured-card:hover{box-shadow:0 24px 60px -10px #00000026}.featured-card-top{flex-direction:column;gap:1rem;min-height:120px;padding:2rem 1.75rem 1.5rem;display:flex}.featured-card-icon{color:#fff;background:#fff3;border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.featured-card-tags{flex-wrap:wrap;gap:.4rem;display:flex}.featured-tag{color:#fff;letter-spacing:.5px;text-transform:uppercase;background:#fff3;border-radius:6px;padding:.25rem .6rem;font-size:.72rem;font-weight:700}.featured-card-body{flex-direction:column;flex:1;padding:1.5rem 1.75rem 2rem;display:flex}.featured-cat{text-transform:uppercase;letter-spacing:1.5px;color:var(--text-muted);margin-bottom:.3rem;font-size:.75rem;font-weight:700}.featured-name{color:var(--text-main);margin-bottom:.75rem;font-size:1.35rem;font-weight:800}.featured-desc{color:var(--text-muted);flex:1;margin-bottom:1.5rem;font-size:.9rem;line-height:1.65}.featured-link{color:#fff;border-radius:12px;align-self:flex-start;align-items:center;gap:.5rem;padding:.65rem 1.25rem;font-size:.88rem;font-weight:700;text-decoration:none;transition:opacity .2s,transform .2s;display:inline-flex}.featured-link:hover{opacity:.88;color:#fff;transform:translateY(-1px)}.featured-footer{justify-content:center;margin-top:3rem;display:flex}.testimonials-section{padding:var(--spacing-xxl) 0;background:linear-gradient(135deg,#f0f7ff 0%,#fafcff 100%)}.testimonials-grid{flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-top:3rem;display:flex}.testimonials-grid .testimonial-card{flex:320px;max-width:420px}.testimonial-card{background:#fff;flex-direction:column;gap:1rem;padding:2rem;display:flex}.testimonial-stars{gap:.25rem;display:flex}.testimonial-text{color:var(--text-main);flex:1;font-size:1rem;font-style:italic;line-height:1.7}.testimonial-author{border-top:1px solid #0000000f;align-items:center;gap:.875rem;padding-top:1rem;display:flex}.author-avatar{background:linear-gradient(135deg, var(--primary), #04b);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:1rem;font-weight:800;display:flex}.author-name{color:var(--text-main);font-size:.95rem;display:block}.author-role{color:var(--text-muted);margin-top:.1rem;font-size:.8rem;display:block}.cta-section{background:#fff}.cta-panel-humanized{text-align:center;padding:var(--spacing-xxl) var(--spacing-lg);background:linear-gradient(135deg,#06f 0%,#04b 100%);border-radius:32px;flex-direction:column;align-items:center;display:flex}.cta-panel-humanized h2{color:#fff;margin-bottom:var(--spacing-md);max-width:700px;font-size:clamp(1.8rem,4vw,3rem)}.cta-subtitle{color:#ffffffd9;max-width:550px;font-size:1.1rem}.cta-panel-humanized .btn-primary{color:var(--primary);background:#fff}.cta-panel-humanized .btn-primary:hover{background:#f0f7ff;box-shadow:0 10px 30px #0003}.btn-primary{background:var(--primary);color:#fff;border:none;border-radius:14px;font-weight:600;transition:all .3s}.btn-primary:hover{background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 10px 20px #06f3}.btn-outline{color:var(--primary);border:2px solid var(--primary);background:0 0;border-radius:14px;font-weight:600;transition:all .3s}.btn-outline:hover{background:#f0f7ff;transform:translateY(-2px)}.inner-page{padding-bottom:4rem}.inner-hero{background:linear-gradient(135deg,#f0f7ff 0%,#fff 100%);border-bottom:1px solid #0066ff14;padding:2.5rem 0 2rem}.inner-hero-content{flex-direction:column;gap:.75rem;display:flex}.inner-hero-content .human-badge{align-self:flex-start;margin-bottom:0}.inner-hero-content .title-xl,.inner-hero-content .subtitle{margin-bottom:0}.inner-body{padding-top:2.5rem;padding-bottom:2rem}.sobre-card{padding:2rem}.tech-section{text-align:center;margin-top:3rem}.tech-title{color:var(--text-main);margin-bottom:1.25rem;font-size:1.25rem;font-weight:700}.tech-grid{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.tech-chip{background:var(--bg-card);border:var(--glass-border);color:var(--text-main);box-shadow:var(--glass-shadow);border-radius:30px;padding:.5rem 1.25rem;font-size:.9rem;font-weight:600;transition:transform .2s,box-shadow .2s}.tech-chip:hover{color:var(--primary);transform:translateY(-2px);box-shadow:0 8px 20px #0066ff1a}.portfolio-page{padding-bottom:4rem}.portfolio-hero{background:linear-gradient(135deg,#f0f7ff 0%,#fff 100%);border-bottom:1px solid #0066ff14;padding:2.5rem 0 2rem}.page-hero-inner{flex-direction:column;gap:.75rem;display:flex}.page-hero-inner .human-badge{align-self:flex-start;margin-bottom:0}.page-hero-inner .title-xl,.page-hero-inner .subtitle{margin-bottom:0}.portfolio-projects{padding-top:2rem;padding-bottom:4rem}.projects-list{flex-direction:column;gap:1.5rem;display:flex}.project-card-full{background:var(--bg-card);border:var(--glass-border);box-shadow:var(--glass-shadow);cursor:pointer;border-radius:24px;transition:box-shadow .3s,transform .3s;display:flex;position:relative;overflow:hidden}.project-card-full:hover{transform:translateY(-2px);box-shadow:0 20px 60px -15px #00000026}.project-card-full.active{box-shadow:0 24px 70px -10px #0066ff1f}.project-accent{border-radius:0;flex-shrink:0;width:6px}.project-card-inner{flex:1;padding:2rem 2.5rem}.project-header-row{align-items:center;gap:1.25rem;margin-bottom:1.25rem;display:flex}.project-icon-wrap{color:#fff;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;display:flex}.project-cat{text-transform:uppercase;letter-spacing:1.5px;color:var(--text-muted);margin-bottom:.2rem;font-size:.78rem;font-weight:600;display:block}.project-title{letter-spacing:-.03em;margin-bottom:0;font-size:1.6rem;font-weight:800}.project-chevron{opacity:.5;margin-left:auto}.project-tags{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}.tag{letter-spacing:.5px;background:0 0;border:1.5px solid;border-radius:8px;padding:.3rem .75rem;font-size:.78rem;font-weight:600}.project-desc{color:var(--text-muted);max-width:700px;margin-bottom:1.5rem;font-size:1rem;line-height:1.7}.project-metrics{overflow:hidden}.metrics-grid{grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.5rem;padding-top:.5rem;display:grid}.metric-item{text-align:center;background:#fff;border:1.5px solid;border-radius:16px;padding:1.25rem 1rem}.metric-value{margin-bottom:.3rem;font-size:1.1rem;font-weight:800;display:block}.metric-label{color:var(--text-muted);font-size:.78rem;font-weight:500;display:block}.project-footer{align-items:center;gap:1rem;display:flex}.btn-project-live{color:#fff;border-radius:12px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:opacity .2s,transform .2s;display:inline-flex}.btn-project-live:hover{opacity:.9;color:#fff;transform:translateY(-1px)}.project-featured{border:2px solid #0891b2!important;box-shadow:0 20px 60px #0891b226!important}.project-featured-badge{color:#fff;letter-spacing:.5px;text-transform:uppercase;border-radius:20px;align-self:flex-start;align-items:center;gap:.4rem;margin-bottom:1rem;padding:.35rem .9rem;font-size:.72rem;font-weight:800;display:inline-flex}.project-live-btn{color:#fff;white-space:nowrap;border-radius:10px;align-items:center;gap:.4rem;padding:.45rem 1rem;font-size:.78rem;font-weight:700;text-decoration:none;transition:opacity .2s,transform .2s;display:inline-flex}.project-live-btn:hover{opacity:.88;color:#fff;transform:translateY(-1px)}.video-badge{letter-spacing:.3px;border-radius:20px;align-items:center;gap:.35rem;padding:.3rem .75rem;font-size:.75rem;font-weight:700;display:inline-flex}.project-video-wrap{border-top:1px solid #0000000f;margin-top:1.5rem;padding-top:1.5rem}.video-label{align-items:center;gap:.4rem;margin-bottom:1rem;font-size:.88rem;font-weight:700;display:flex}.project-video{background:#000;border:2px solid;border-radius:16px;width:auto;max-width:100%;max-height:420px;display:block;box-shadow:0 8px 30px #0000001a}@media (width<=600px){.project-card-inner{padding:1.5rem 1.25rem}.project-header-row{flex-wrap:wrap}.metrics-grid{grid-template-columns:1fr 1fr}}.story-section{flex-direction:column;gap:2.5rem;margin-bottom:4rem;display:flex}@media (width>=900px){.story-section{flex-direction:row;align-items:flex-start;gap:4rem}.story-text{flex:1.4}.story-quote{flex:.8}}.story-title{color:var(--text-main);margin-bottom:1.25rem;font-size:1.6rem;font-weight:800}.story-text p{color:var(--text-muted);margin-bottom:1.1rem;font-size:1rem;line-height:1.8}.story-text p strong{color:var(--text-main);font-weight:700}.story-text p em{color:var(--primary);font-style:normal;font-weight:600}.story-quote{background:linear-gradient(135deg,#06f 0%,#04b 100%);border-radius:24px;flex-direction:column;align-self:flex-start;gap:1.25rem;padding:2.5rem 2rem;display:flex;position:sticky;top:100px}.story-quote blockquote{color:#fff;margin:0;font-size:1.15rem;font-style:italic;font-weight:600;line-height:1.7}.story-quote blockquote:before{content:"\"";color:#ffffff4d;vertical-align:-.6em;margin-right:.2rem;font-size:3rem;line-height:0}.quote-author{color:#ffffffbf;letter-spacing:.5px;font-size:.85rem;font-weight:600}.founders-section{margin-bottom:4rem}.founders-title{color:var(--text-main);text-align:center;margin-bottom:1.5rem;font-size:1.3rem;font-weight:800}.founders-grid{grid-template-columns:1fr;gap:1.25rem;display:grid}@media (width>=768px){.founders-grid{grid-template-columns:repeat(3,1fr)}}.founder-card{flex-direction:column;gap:.75rem;padding:1.75rem;display:flex}.founder-icon{border-radius:12px;justify-content:center;align-items:center;width:46px;height:46px;display:flex}.founder-role{text-transform:uppercase;letter-spacing:1.5px;font-size:.78rem;font-weight:800}.founder-desc{color:var(--text-muted);margin:0;font-size:.92rem;line-height:1.7}.contact-page{padding-bottom:4rem}.contact-grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (width>=992px){.contact-grid{grid-template-columns:1fr 1.5fr}}.contact-info{padding:3rem}.info-item{align-items:flex-start;gap:1rem;margin-bottom:2rem;display:flex}.info-item h4{margin-bottom:.2rem;font-size:1.1rem}.contact-form .form-group{margin-bottom:1.5rem}.contact-form label{color:var(--text-muted);margin-bottom:.5rem;font-weight:500;display:block}.form-input{width:100%;color:var(--text-main);transition:all var(--transition-fast);background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;padding:.9rem 1rem;font-family:inherit;font-size:1rem}.form-input:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #0066ff1a}.form-input::placeholder{color:#aab0bb}.status-msg{color:var(--primary);background:#f0f7ff;border:1px solid #d0e7ff;border-radius:10px;padding:1rem;font-weight:600}.whatsapp-float-btn{background:linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);color:#fff;z-index:1000;width:60px;height:60px;transition:all var(--transition-normal);border-radius:50%;justify-content:center;align-items:center;animation:2s infinite pulse-whatsapp;display:flex;position:fixed;top:100px;right:2rem;box-shadow:0 4px 15px #00f2fe4d}.whatsapp-float-btn:hover{color:#fff;animation:none;transform:scale(1.1);box-shadow:0 6px 20px #00f2fe99}@keyframes pulse-whatsapp{0%{box-shadow:0 0 #00f2fe99}70%{box-shadow:0 0 0 15px #00f2fe00}to{box-shadow:0 0 #00f2fe00}}@media (width<=768px){.whatsapp-float-btn{width:55px;height:55px;top:85px;right:1.5rem}}:root{--bg-dark:#fff;--bg-card:#f8faff;--primary:#06f;--primary-hover:#0052cc;--secondary:#04b;--accent:#06f;--text-main:#0a0a0a;--text-muted:#555;--font-sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-mono:"Fira Code", source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;--container-width:1200px;--spacing-sm:.5rem;--spacing-md:1rem;--spacing-lg:2rem;--spacing-xl:4rem;--spacing-xxl:5rem;--glass-border:1px solid #00000014;--glass-shadow:0 10px 40px -10px #0000001a;--blur-amount:blur(8px);--transition-fast:.2s ease-out;--transition-normal:.3s ease-out;--transition-slow:.5s cubic-bezier(.25, .46, .45, .94)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);background-color:var(--bg-dark);color:var(--text-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-image:radial-gradient(circle at 10% 20%,#0066ff08 0%,#0000 20%),radial-gradient(circle at 90% 80%,#0066ff08 0%,#0000 20%);background-attachment:fixed;line-height:1.7;overflow-x:hidden}h1,h2,h3,h4,h5,h6{margin-bottom:var(--spacing-md);letter-spacing:-.03em;font-weight:700;line-height:1.15}a{color:var(--primary);transition:color var(--transition-fast);text-decoration:none}a:hover{color:var(--primary-hover)}.container{width:100%;max-width:var(--container-width);padding:0 var(--spacing-lg);margin:0 auto}.section{padding:var(--spacing-xxl) 0}.glass-panel{background:var(--bg-card);-webkit-backdrop-filter:var(--blur-amount);border:var(--glass-border);box-shadow:var(--glass-shadow);border-radius:16px}.text-gradient{background:linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.text-gradient-alt{background:linear-gradient(135deg, var(--accent) 0%, var(--secondary) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.title-xl{margin-bottom:var(--spacing-lg);font-size:clamp(2.5rem,5vw,4.5rem);font-weight:800;line-height:1.1}.subtitle{color:var(--text-muted);max-width:600px;font-size:clamp(1.1rem,2vw,1.25rem)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@keyframes glowPulse{0%{box-shadow:0 0 15px #00f2fe33}50%{box-shadow:0 0 30px #00f2fe66}to{box-shadow:0 0 15px #00f2fe33}}.animate-fade-in{animation:fadeIn .8s var(--transition-slow) forwards}.animate-slide-up{opacity:0;animation:slideUp .8s var(--transition-slow) forwards}.animate-float{animation:6s ease-in-out infinite float}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-400{animation-delay:.4s}.delay-500{animation-delay:.5s}.hover-lift{transition:transform var(--transition-normal), box-shadow var(--transition-normal)}.hover-lift:hover{transform:translateY(-5px);box-shadow:0 15px 30px #00000080}.hover-glow{transition:box-shadow var(--transition-normal)}.hover-glow:hover{box-shadow:0 0 20px #00f2fe4d}
