:root{--bg-color:#121212;--grid-color:#ffffff08;--text-dark:#1a1a1a;--text-light:#eee;--pill-bg:#121212bf;--pill-border:#ffffff14}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--bg-color);color:var(--text-light);background-image:linear-gradient(to right, var(--grid-color) 1px, transparent 1px), linear-gradient(to bottom, var(--grid-color) 1px, transparent 1px);background-position:50%;background-size:40px 40px;font-family:JetBrains Mono,monospace;overflow-x:clip}#app{flex-direction:column;width:100vw;display:flex;position:relative;overflow-x:clip}.header-hero{z-index:1;flex-direction:column;height:100vh;display:flex;position:sticky;top:0}main{z-index:10;background-color:var(--bg-color);background-image:linear-gradient(to right, var(--grid-color) 1px, transparent 1px), linear-gradient(to bottom, var(--grid-color) 1px, transparent 1px);background-position:50%;background-size:40px 40px;position:relative;box-shadow:0 -20px 50px #00000080}.header-hero:after{content:"";background:linear-gradient(to top, var(--bg-color) 0%, transparent 100%);z-index:4;pointer-events:none;width:100%;height:10vh;position:absolute;bottom:0;left:0}.header-hero:before{content:"";pointer-events:none;z-index:2;background-image:radial-gradient(circle at 0 0,#ffffffd9 0%,#ffffff1a 20%,#0000 50%),radial-gradient(circle at 100% 0,#ffffffd9 0%,#ffffff1a 20%,#0000 50%);width:100%;height:100%;position:absolute;top:0;left:0}.navbar{width:100%;padding:calc(2.5rem - (1rem * var(--scroll-progress,0))) 4rem;z-index:100;pointer-events:none;--initial-gap:calc(100vw - 8rem - var(--logo-width,120px) - var(--menu-width,550px));justify-content:center;gap:calc(var(--initial-gap) * (1 - var(--scroll-progress,0)));display:flex;position:fixed;top:0;left:0}.nav-pill{background:var(--pill-bg);border:1px solid var(--pill-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#999;pointer-events:auto;white-space:nowrap;border-radius:50px;flex-shrink:0;align-items:center;gap:2rem;padding:.6rem 1.8rem;font-size:.75rem;transition:border-radius .3s,border-color .3s,background-color .3s;display:flex}.nav-pill.logo{color:#fff}.nav-pill.menu a{color:inherit;opacity:.7;text-decoration:none;transition:opacity .3s,color .3s}.nav-pill.menu a:hover,.nav-pill.menu a.active{opacity:1;color:#fff}.navbar.merged{gap:0}.navbar.merged .nav-pill.logo{border-right:none;border-radius:50px 0 0 50px}.navbar.merged .nav-pill.menu{border-radius:0 50px 50px 0}.hero{flex:1;width:100%;height:100%;position:relative}.hero-bg-text{z-index:1;text-align:center;color:#1a1a1a;-webkit-user-select:none;user-select:none;white-space:nowrap;width:100%;font-family:Climate Crisis,sans-serif;line-height:.83;position:absolute;top:45%;left:50%;transform:translate(-50%,-50%)}.hero-bg-text .line{letter-spacing:.02em;text-transform:uppercase;width:max-content;font-size:22vw;display:flex;overflow:visible}.marquee-content{white-space:nowrap;gap:10vw;display:flex}.marquee-content span{color:#303030}.marquee-left .marquee-content{animation:25s linear infinite marquee-left}.marquee-right .marquee-content{animation:25s linear infinite marquee-right}@keyframes marquee-left{0%{transform:translate(0)}to{transform:translate(calc(-50% - 5vw))}}@keyframes marquee-right{0%{transform:translate(calc(-50% - 5vw))}to{transform:translate(0)}}.hero-image-wrapper{z-index:3;justify-content:center;align-items:flex-end;height:90vh;display:flex;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.hero-image{object-fit:contain;object-position:bottom;filter:drop-shadow(0 -10px 40px #0009);width:auto;height:100%;-webkit-mask-image:linear-gradient(0deg,#0000 0%,#000 10vh);mask-image:linear-gradient(0deg,#0000 0%,#000 10vh)}.about-section{z-index:10;background-color:#0000;padding:8rem 4rem;position:relative}.about-section:before{content:"";background:linear-gradient(to bottom, var(--bg-color) 0%, transparent 100%);z-index:3;pointer-events:none;width:100%;height:10vh;position:absolute;top:0;left:0}.container{max-width:1200px;margin:0 auto}.section-title{color:var(--text-light);letter-spacing:-.02em;margin-bottom:4rem;font-family:JetBrains Mono,monospace;font-size:2.5rem;font-weight:700}.about-content{grid-template-columns:1fr 1fr;align-items:flex-start;gap:4rem;display:grid}.about-text p{color:#a0a0a0;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.btn-primary{background-color:var(--text-light);color:var(--bg-color);border-radius:50px;margin-top:1.5rem;padding:1rem 2.5rem;font-family:JetBrains Mono,monospace;font-weight:700;text-decoration:none;transition:transform .3s,box-shadow .3s;display:inline-block}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 20px #ffffff1a}.about-visual{justify-content:flex-end;display:flex}.code-window{border:1px solid var(--pill-border);background-color:#161616;border-radius:12px;width:100%;max-width:500px;margin-top:-2.5rem;font-family:JetBrains Mono,monospace;overflow:hidden;box-shadow:0 20px 40px #0006}.window-header{border-bottom:1px solid var(--pill-border);background-color:#1e1e1e;align-items:center;padding:.8rem 1rem;display:flex}.dots{gap:.5rem;display:flex}.dot{border-radius:50%;width:12px;height:12px}.dot.red{background-color:#ff5f56}.dot.yellow{background-color:#ffbd2e}.dot.green{background-color:#27c93f}.window-title{color:#888;text-align:center;flex:1;margin-left:1rem;padding-right:2rem;font-size:.85rem}.window-body{color:#d4d4d4;padding:1.5rem;font-size:.95rem;line-height:1.6;overflow-x:auto}.window-body pre{margin:0}.keyword{color:#569cd6}.variable{color:#4fc1ff}.property{color:#9cdcfe}.string{color:#ce9178}.number{color:#b5cea8}.function{color:#dcdcaa}.services-section{z-index:10;background-color:#0000;padding:8rem 4rem;position:relative}.services-grid{grid-template-columns:repeat(6,1fr);gap:2.5rem;margin-top:4rem;display:grid}.service-card{background:var(--pill-bg);border:1px solid var(--pill-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;flex-direction:column;grid-column:span 2;align-items:flex-start;gap:1.5rem;padding:3rem 2.5rem;transition:transform .4s cubic-bezier(.16,1,.3,1),border-color .4s,box-shadow .4s;display:flex}.service-card:nth-child(4){grid-column:2/span 2}.service-card:nth-child(5){grid-column:4/span 2}.service-card:hover{border-color:#ffffff26;transform:translateY(-8px);box-shadow:0 15px 30px #0006}.service-icon{border:1px solid var(--pill-border);color:#fff;background:#ffffff08;border-radius:12px;justify-content:center;align-items:center;width:52px;height:52px;transition:background .3s,color .3s;display:flex}.service-card:hover .service-icon{color:var(--bg-color);background:#fff}.service-card h3{color:#fff;font-family:JetBrains Mono,monospace;font-size:1.25rem;font-weight:700}.service-card p{color:#a0a0a0;margin:0;font-size:.95rem;line-height:1.6}.projects-section{z-index:10;background-color:#0000;padding:8rem 4rem;position:relative}.projects-grid{grid-template-columns:repeat(3,1fr);gap:3rem;margin-top:4rem;display:grid}.project-card{background:var(--pill-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);clip-path:polygon(0 0,84% 0,100% 12%,100% 100%,0 100%);border-radius:16px;flex-direction:column;padding:3.5rem 2.5rem;transition:transform .4s cubic-bezier(.16,1,.3,1),background-color .4s,filter .4s;display:flex;position:relative;box-shadow:0 10px 30px #0003}.project-card:before{content:"";clip-path:polygon(0 0,84% 0,100% 12%,100% 100%,0 100%);z-index:0;background:#151515;border-radius:15px;position:absolute;inset:1.5px}.project-card:nth-child(3n+1){--neon-color:#00e5ff;--neon-glow:#00e5ff59}.project-card:nth-child(3n+2){--neon-color:#39ff14;--neon-glow:#39ff1459}.project-card:nth-child(3n+3){--neon-color:#00e5ff;--neon-glow:#00e5ff59}.project-card:hover{background-color:var(--neon-color);filter:drop-shadow(0 0 12px var(--neon-glow));transform:translateY(-8px)}.project-content{z-index:1;flex-direction:column;gap:1.1rem;height:100%;display:flex;position:relative}.project-category{text-transform:uppercase;letter-spacing:.1em;color:var(--neon-color);opacity:.85;margin-bottom:-.4rem;font-size:.65rem;font-weight:700}.project-title{color:#fff;margin:0;font-family:JetBrains Mono,monospace;font-size:1.15rem;font-weight:700;line-height:1.4}.project-desc{color:#a0a0a0;margin:0;font-size:.85rem;line-height:1.6}.project-meta{color:#666;flex:1;margin:0;font-size:.78rem;font-style:italic;line-height:1.6}.project-tags{flex-wrap:wrap;gap:.4rem;margin-top:auto;display:flex}.project-tags span{color:#888;background:#ffffff05;border:1px solid #ffffff0d;border-radius:4px;padding:.3rem .6rem;font-size:.65rem;transition:border-color .3s,color .3s}.project-card:hover .project-tags span{color:#b5b5b5;border-color:#ffffff1f}.project-btn{text-align:center;border:1px solid var(--pill-border);color:#fff;background:#ffffff08;border-radius:50px;align-self:flex-start;margin-top:.5rem;padding:.7rem 1.8rem;font-family:JetBrains Mono,monospace;font-size:.75rem;font-weight:700;text-decoration:none;transition:background-color .3s,color .3s,border-color .3s,transform .3s;display:inline-block}.project-card:hover .project-btn{border-color:var(--neon-color);background:#ffffff0d}.project-btn:hover{transform:scale(1.03);background-color:var(--neon-color)!important;color:var(--bg-color)!important;border-color:var(--neon-color)!important}@media (width<=1024px){.navbar{padding:1.5rem 2rem}.hero-bg-text .line{font-size:35vw}.hero-image-wrapper{height:80vh;right:5%}.services-section{padding:6rem 2rem}.services-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.service-card,.service-card:nth-child(4){grid-column:auto}.service-card:nth-child(5){grid-column:1/span 2}.projects-section{padding:6rem 2rem}.projects-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (width<=768px){.navbar{flex-direction:column;align-items:center;gap:1rem}.hero-bg-text .line{font-size:40vw}.hero-image-wrapper{height:70vh;left:50%;right:0;transform:translate(-50%)}.services-section{padding:4rem 1.5rem}.services-grid{grid-template-columns:1fr;gap:1.5rem}.service-card,.service-card:nth-child(4),.service-card:nth-child(5){grid-column:auto;padding:2.5rem 2rem}.projects-section{padding:4rem 1.5rem}.projects-grid{grid-template-columns:1fr;gap:2rem}}body.modal-open{overflow:hidden}.modal-overlay.project-theme-fia-analise{--neon-color:#00e5ff;--neon-glow:#00e5ff59}.modal-overlay.project-theme-crm-de-leads{--neon-color:#39ff14;--neon-glow:#39ff1459}.modal-overlay.project-theme-landing-page-saas{--neon-color:#00e5ff;--neon-glow:#00e5ff59}.modal-overlay{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);z-index:1000;opacity:0;pointer-events:none;background:#000000bf;justify-content:center;align-items:center;width:100vw;height:100vh;transition:opacity .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;left:0}.modal-overlay.active{opacity:1;pointer-events:auto}.modal-card{border:1px solid var(--pill-border);background:#161616;border-radius:20px;flex-direction:column;width:90%;max-width:950px;max-height:85vh;transition:transform .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;transform:scale(.95)translateY(20px);box-shadow:0 30px 60px #0009}@media (width>=769px){.modal-card{grid-template-columns:350px 1fr;height:85vh;display:grid}}.modal-overlay.active .modal-card{transform:scale(1)translateY(0)}.modal-close{border:1px solid var(--pill-border);color:#fff;cursor:pointer;z-index:10;background:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:background .3s,transform .3s,border-color .3s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.modal-close:hover{background:#ff5f56;border-color:#ff5f56;transform:scale(1.05)}.modal-left-panel{border-bottom:1px solid var(--pill-border);background:#111;flex-direction:column;height:100%;display:flex}@media (width>=769px){.modal-left-panel{border-bottom:none;border-right:1px solid var(--pill-border)}}.modal-image-wrapper{border-bottom:1px solid var(--pill-border);background:#0d0d0d;flex-shrink:0;justify-content:center;align-items:center;width:100%;height:200px;display:flex;overflow:hidden}.modal-image-wrapper img{object-fit:cover;width:100%;height:100%}.modal-left-content{flex-direction:column;flex:1;gap:1.2rem;padding:2.2rem 2rem;display:flex}.modal-left-content h3{color:#fff;margin:0;font-family:JetBrains Mono,monospace;font-size:1.4rem;line-height:1.3}.modal-actions{flex-direction:column;gap:.8rem;width:100%;margin-top:auto;display:flex}.modal-actions .btn-primary,.modal-actions .btn-secondary{text-align:center;border-radius:8px;width:100%;padding:.8rem 1.5rem;font-size:.8rem}.btn-secondary{border:1px solid var(--pill-border);color:var(--text-light);background-color:#0000;border-radius:50px;padding:1rem 2.5rem;font-family:JetBrains Mono,monospace;font-weight:700;text-decoration:none;transition:background .3s,border-color .3s;display:inline-block}.btn-secondary:hover{background-color:#ffffff0d;border-color:#fff3}.modal-right-panel{flex-direction:column;gap:1.8rem;height:auto;padding:2.5rem;display:flex;overflow-y:visible}@media (width>=769px){.modal-right-panel{height:100%;overflow-y:auto}}.modal-card::-webkit-scrollbar{width:8px}.modal-right-panel::-webkit-scrollbar{width:8px}.modal-card::-webkit-scrollbar-track{background:#161616}.modal-right-panel::-webkit-scrollbar-track{background:#161616}.modal-card::-webkit-scrollbar-thumb{background:#ffffff14;border-radius:4px}.modal-right-panel::-webkit-scrollbar-thumb{background:#ffffff14;border-radius:4px}.modal-card::-webkit-scrollbar-thumb:hover{background:#ffffff26}.modal-right-panel::-webkit-scrollbar-thumb:hover{background:#ffffff26}.modal-description-area p{color:#a5a5a5;margin-bottom:1.2rem;font-size:.92rem;line-height:1.7}.modal-description-area h4{color:#fff;border-left:3px solid var(--neon-color,#00e5ff);margin-top:2.5rem;margin-bottom:1rem;padding-bottom:0;padding-left:.8rem;font-family:JetBrains Mono,monospace;font-size:1.1rem}.modal-description-area h4:first-child{margin-top:0}.modal-description-area h5{color:#eee;margin-top:1.8rem;margin-bottom:.6rem;font-family:JetBrains Mono,monospace;font-size:.95rem}.modal-description-area ul{flex-direction:column;gap:.6rem;margin-bottom:1.2rem;padding-left:0;list-style:none;display:flex}.modal-description-area li{color:#909090;padding-left:1.5rem;font-size:.88rem;line-height:1.6;position:relative}.modal-description-area li:before{content:"→";color:var(--neon-color,#00e5ff);font-weight:700;position:absolute;left:0}.modal-description-area strong{color:#fff}.review-form{border:1px solid var(--pill-border);background:#ffffff05;border-radius:12px;flex-direction:column;gap:1.2rem;margin-top:2rem;padding:1.5rem;display:flex}.review-form h4{border-bottom:none!important;margin-top:0!important;padding-bottom:0!important;font-size:1.1rem!important}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:#888;font-family:JetBrains Mono,monospace;font-size:.75rem;font-weight:700}.form-group input[type=text],.form-group textarea{border:1px solid var(--pill-border);color:#fff;background:#111;border-radius:6px;padding:.8rem;font-family:JetBrains Mono,monospace;font-size:.85rem;transition:border-color .3s}.form-group input[type=text]:focus,.form-group textarea:focus{border-color:#fff;outline:none}.form-group textarea{resize:vertical;min-height:80px}.rating-stars{cursor:pointer;color:#444;gap:.5rem;font-size:1.5rem;display:flex}.rating-stars span{transition:color .2s,transform .2s}.rating-stars span:hover{transform:scale(1.15)}.rating-stars span.active{color:#ffc107}.file-upload-wrapper{display:inline-block;position:relative}.file-upload-wrapper input[type=file]{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;top:0;left:0}.file-upload-btn{border:1px solid var(--pill-border);color:#a0a0a0;background:#ffffff0d;border-radius:6px;padding:.6rem 1.2rem;font-family:JetBrains Mono,monospace;font-size:.75rem;transition:background .3s;display:inline-block}.file-upload-wrapper:hover .file-upload-btn{color:#fff;background:#ffffff1a}.form-actions{flex-direction:row;align-items:center;gap:1rem;margin-top:1.2rem;display:flex}.form-actions .btn-primary{margin-top:0}.btn-cancel{color:#888;cursor:pointer;background:0 0;border:1px solid #ffffff14;border-radius:50px;justify-content:center;align-items:center;padding:.8rem 1.8rem;font-family:JetBrains Mono,monospace;font-size:.75rem;font-weight:700;transition:color .3s,border-color .3s,background-color .3s;display:inline-flex}.btn-cancel:hover{color:#fff;background-color:#ffffff05;border-color:#fff3}.reviews-section{margin-top:3rem}.reviews-section h4{margin-bottom:1.5rem!important;font-size:1.1rem!important}.reviews-list{flex-direction:column;gap:1.5rem;display:flex}.review-item{background:#ffffff03;border:1px solid #ffffff08;border-radius:12px;gap:1rem;padding:1.2rem;display:flex}.review-avatar{background:#222;border:1px solid #ffffff0d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:45px;height:45px;display:flex;overflow:hidden}.review-avatar img{object-fit:cover;width:100%;height:100%}.review-avatar svg{color:#666}.review-details{flex-direction:column;flex:1;gap:.4rem;display:flex}.review-header{justify-content:space-between;align-items:baseline;display:flex}.review-user-name{color:#fff;font-family:JetBrains Mono,monospace;font-size:.9rem;font-weight:700}.review-item-stars{color:#ffc107;letter-spacing:1px;font-size:.85rem}.review-comment-text{color:#a0a0a0;margin:0;font-size:.9rem;line-height:1.5}.tech-section{z-index:10;background-color:#0000;padding:8rem 4rem;position:relative}.sr-only{clip:rect(0, 0, 0, 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.tech-layout-wrapper{align-items:stretch;gap:2rem;margin-top:2rem;display:flex}.tech-benefits{flex-direction:column;justify-content:space-between;gap:1rem;width:200px;display:flex}.tech-benefit-card{background:var(--pill-bg);border:1px solid var(--pill-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);align-items:center;gap:1rem;height:100%;padding:1.2rem;transition:transform .4s,border-color .4s,box-shadow .4s;display:flex}.shape-cut{clip-path:polygon(0 0,100% 0,100% calc(100% - 40px),calc(100% - 40px) 100%,0 100%);border-radius:12px 12px 0}.tech-benefit-card:hover{border-color:#ffffff26;transform:translate(10px);box-shadow:0 10px 30px #0006}.tech-benefit-card .benefit-icon{color:#a0a0a0;flex-shrink:0;justify-content:center;align-items:center;transition:color .3s;display:flex}.tech-benefit-card:hover .benefit-icon{color:#fff}.tech-benefit-card h4{color:#fff;margin:0;font-family:JetBrains Mono,monospace;font-size:.95rem;font-weight:700}.tech-main-box{background:var(--pill-bg);border:1px solid var(--pill-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex:1;justify-content:center;align-items:center;min-height:400px;display:flex;position:relative}.shape-cut-large{clip-path:polygon(0 0,calc(100% - 80px) 0,100% 80px,100% 100%,0 100%);border-radius:16px 0 16px 16px}.tech-vertical-title{justify-content:center;align-items:center;width:60px;display:flex}.tech-vertical-title span{color:#ffffff1a;writing-mode:vertical-rl;text-orientation:mixed;letter-spacing:.2em;font-family:JetBrains Mono,monospace;font-size:2rem;font-weight:700;transform:rotate(180deg)}.sphere-container{color:#fff;cursor:grab;font-family:JetBrains Mono,monospace;font-weight:700}.sphere-container:active{cursor:grabbing}.tagcloud{margin:0 auto;display:inline-block}.tagcloud--item{justify-content:center;align-items:center;transition:transform .3s;display:flex}.globe-icon{object-fit:contain;opacity:.85;filter:drop-shadow(0 0 5px #ffffff1a);width:45px;height:45px;transition:transform .3s,filter .3s,opacity .3s}.tagcloud--item:hover .globe-icon{opacity:1;filter:drop-shadow(0 0 12px var(--hover-color,#ffffff80));z-index:100;transform:scale(1.3)}.tech-legend{border-top:1px solid var(--pill-border);flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:4rem;padding-top:3rem;display:flex}.legend-item{color:#ccc;background:#ffffff05;border:1px solid #ffffff0d;border-radius:50px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.8rem;transition:border-color .3s,background .3s;display:flex}.legend-item:hover{background:#ffffff0d;border-color:#ffffff26}.legend-item img{object-fit:contain;width:16px;height:16px}.invert-icon{filter:invert()}@media (width<=1024px){.tech-section{padding:6rem 2rem}.tech-layout-wrapper{flex-direction:column;align-items:center}.tech-benefits{flex-direction:row;width:100%}.tech-vertical-title{width:100%;height:auto}.tech-vertical-title span{writing-mode:horizontal-tb;letter-spacing:.1em;transform:none}.tech-main-box{width:100%}.tech-benefit-card:hover{transform:translateY(-5px)}}@media (width<=768px){.tech-section{padding:4rem 1.5rem}.tech-benefits{flex-direction:column}}.contact-section{padding:6rem 0;position:relative}.contact-subtitle{color:#888;margin-top:.5rem;margin-bottom:3rem;font-size:1.1rem}.contact-sd-card{filter:drop-shadow(0 20px 20px #0000004d);flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:1000px;margin:0 auto;padding:6rem 3rem;display:flex;position:relative}.contact-sd-card:before{content:"";-webkit-backdrop-filter:blur(12px);clip-path:polygon(0 0,calc(100% - 40px) 0,100% 40px,100% 100%,0 100%);z-index:-1;pointer-events:none;background:#12121266;border:1px solid #ffffff1a;position:absolute;inset:0}.contact-content-wrapper{z-index:1;flex-direction:column;align-items:center;width:100%;display:flex;position:relative}.contact-title{color:var(--text-light);letter-spacing:1px;margin-bottom:1rem;font-size:1.5rem;font-weight:400}.contact-action-area{justify-content:center;align-items:center;width:100%;height:80px;margin-bottom:3rem;display:flex;position:relative}.contact-trigger{z-index:10;border-radius:12px;min-width:280px;padding:1.5rem 3rem;font-size:1.1rem;transition:all .4s;position:relative}.social-icon-wrapper{opacity:0;pointer-events:none;align-items:center;gap:.8rem;transition:all 1.2s cubic-bezier(.175,.885,.32,1.275);display:flex;position:absolute;top:50%}.whatsapp-wrapper{flex-direction:column;left:50%;transform:translate(-50%,-50%)}.instagram-wrapper{flex-direction:column;right:50%;transform:translate(50%,-50%)}.social-icon-btn{background:var(--pill-bg);border:1px solid var(--pill-border);width:110px;height:110px;color:var(--text-light);border-radius:50%;justify-content:center;align-items:center;text-decoration:none;transition:transform 1.2s cubic-bezier(.175,.885,.32,1.275),background .3s,color .3s,border-color .3s;display:flex;transform:scale(.2)rotate(-360deg)}.social-icon-btn:hover{background:#ffffff1a;border-color:#ffffff4d}.whatsapp-btn:hover{color:#25d366;border-color:#25d366}.instagram-btn:hover{color:#e1306c;border-color:#e1306c}.social-label{color:#999;opacity:0;white-space:nowrap;font-size:.85rem;transition:opacity .5s}.contact-action-area.active .whatsapp-wrapper{left:calc(25% - 25vw)}.contact-action-area.active .instagram-wrapper{right:calc(25% - 25vw)}.contact-action-area.active .whatsapp-wrapper,.contact-action-area.active .instagram-wrapper{pointer-events:auto;opacity:1}.contact-action-area.active .social-icon-btn{transform:scale(1)rotate(0)}.contact-action-area.show-labels .social-label{opacity:1}.contact-footer{color:#666;letter-spacing:1px;font-size:.9rem}.contact-back-wrapper{margin-top:3rem}.testimonials-bg-carousel{clip-path:polygon(0 0,calc(100% - 40px) 0,100% 40px,100% 100%,0 100%);z-index:0;pointer-events:none;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0;overflow:hidden}.testimonials-bg-carousel:after{content:"";z-index:10;pointer-events:none;background:#121212bf;position:absolute;inset:0}.testimonials-track{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.testimonial-card{opacity:0;clip-path:polygon(0 0,calc(100% - 24px) 0,100% 24px,100% 100%,0 100%);background:#1e1e1e66;border:1px solid #ffffff0d;width:320px;padding:2rem;transition:all .8s cubic-bezier(.25,1,.5,1);position:absolute;top:40%;left:50%}.testimonial-card.active{opacity:.25;color:#121212;background:#cbf941;transform:scale(1.05);box-shadow:0 10px 30px #cbf94133}.stars{color:gold;letter-spacing:2px;margin-bottom:1rem;font-size:1.2rem}.testimonial-card.active .stars{color:#121212}.testimonial-text{color:#aaa;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.scribble-text{flex-direction:column;gap:.8rem;margin-bottom:1.5rem;display:flex}.scribble-item{background-color:#fff6;height:16px;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.testimonial-card.active .scribble-item{background-color:#121212}.scribble-line-1{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='200' height='20' viewBox='0 0 200 20' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 10 L 30 10 Q 35 5 40 10 T 50 10 T 60 10 L 65 10 L 70 5 L 75 15 L 80 10 L 110 10' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M 130 10 L 150 10' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='160' cy='10' r='2.5' fill='black'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='200' height='20' viewBox='0 0 200 20' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 10 L 30 10 Q 35 5 40 10 T 50 10 T 60 10 L 65 10 L 70 5 L 75 15 L 80 10 L 110 10' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M 130 10 L 150 10' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='160' cy='10' r='2.5' fill='black'/%3E%3C/svg%3E")}.scribble-line-2{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='200' height='20' viewBox='0 0 200 20' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 10 L 90 10' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M 110 10 L 115 5 L 120 10 Q 125 5 130 10 L 140 10' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='160' cy='10' r='2.5' fill='black'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='200' height='20' viewBox='0 0 200 20' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 10 L 90 10' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M 110 10 L 115 5 L 120 10 Q 125 5 130 10 L 140 10' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='160' cy='10' r='2.5' fill='black'/%3E%3C/svg%3E")}.scribble-line-3{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='200' height='20' viewBox='0 0 200 20' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 10 L 140 10' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='160' cy='10' r='2.5' fill='black'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='200' height='20' viewBox='0 0 200 20' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 10 L 140 10' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='160' cy='10' r='2.5' fill='black'/%3E%3C/svg%3E")}.scribble-line-4{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='200' height='20' viewBox='0 0 200 20' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 10 L 15 10 L 20 5 L 25 15 L 30 10 L 35 15' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='45' cy='10' r='2.5' fill='black'/%3E%3Cpath d='M 60 10 L 90 10' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M 100 10 L 115 10 L 120 5 L 125 15 L 130 5 L 135 15 L 140 10 L 155 10' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='165' cy='10' r='2.5' fill='black'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='200' height='20' viewBox='0 0 200 20' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 10 L 15 10 L 20 5 L 25 15 L 30 10 L 35 15' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='45' cy='10' r='2.5' fill='black'/%3E%3Cpath d='M 60 10 L 90 10' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M 100 10 L 115 10 L 120 5 L 125 15 L 130 5 L 135 15 L 140 10 L 155 10' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='165' cy='10' r='2.5' fill='black'/%3E%3C/svg%3E")}.scribble-item.w-100{width:100%}.scribble-item.w-90{width:90%}.scribble-item.w-80{width:80%}.scribble-item.w-70{width:70%}.scribble-item.w-60{width:60%}.scribble-item.w-40{width:40%}.testimonial-card.active .testimonial-text{color:#222;font-weight:500}.testimonial-profile{align-items:center;gap:1rem;display:flex}.profile-pic{object-fit:cover;object-position:top center;background:#444;border-radius:50%;width:45px;height:45px}.testimonial-card.active .profile-pic{background:#0003}.profile-info{flex-direction:column;display:flex}.profile-name{color:#eee;font-size:.9rem;font-weight:700}.testimonial-card.active .profile-name{color:#121212}.profile-role{color:#888;font-size:.8rem}.testimonial-card.active .profile-role{color:#444}.text-center{text-align:center}@media (width<=768px){.contact-action-area.active .whatsapp-wrapper{left:0}.contact-action-area.active .instagram-wrapper{right:0}.social-icon-wrapper{gap:.4rem}.social-label{font-size:.75rem}}@media (width<=600px){.contact-action-area{flex-direction:column;height:180px;margin-bottom:2rem}.whatsapp-wrapper,.instagram-wrapper{opacity:0;margin:10px 0;position:static;transform:none}.contact-action-area.active .whatsapp-wrapper,.contact-action-area.active .instagram-wrapper{opacity:1;left:auto;right:auto}.instagram-wrapper,.whatsapp-wrapper{flex-direction:column}}
