.header{position:fixed;top:0;left:0;right:0;z-index:100;height:var(--header-height);display:flex;align-items:center;transition:all var(--transition-fast);background:rgba(63,28,59,0.95)}.header.scrolled{background:var(--color-primary);box-shadow:0 2px 20px rgba(0,0,0,0.2)}.header .container{display:flex;align-items:center;justify-content:space-between}.header-logo img{height:50px;width:auto}.header-nav{display:flex;align-items:center;gap:2rem}.header-nav a{color:var(--color-white);font-family:var(--font-heading);font-weight:600;font-size:1rem;position:relative;padding:4px 0}.header-nav a::after{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--color-accent);transition:width var(--transition-fast)}.header-nav a:hover::after,.header-nav a.active::after{width:100%}.header-cta{background:var(--color-accent);color:var(--color-white) !important;padding:12px 36px;border-radius:var(--radius-sm);font-weight:700;min-width:160px;text-align:center}.header-cta::after{display:none !important}.header-cta:hover{background:#b0a243}.header-social{display:flex;align-items:center;gap:12px;margin-left:20px;padding-left:20px;border-left:1px solid rgba(255,255,255,0.2)}.header-social a{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:rgba(255,255,255,0.1);transition:all 0.3s ease}.header-social a:hover{background:var(--color-accent);transform:scale(1.1)}.header-social a svg{width:16px;height:16px;fill:var(--color-white)}.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;background:none;border:none;padding:8px;z-index:101}.hamburger span{width:28px;height:3px;background:var(--color-white);border-radius:2px;transition:all var(--transition-fast)}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(5px,6px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-6px)}.hero{position:relative;min-height:90vh;display:flex;align-items:center;justify-content:flex-start;background:var(--color-primary);overflow:hidden}.hero-video{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;z-index:0}.hero-overlay{position:absolute;inset:0;background:rgba(var(--color-primary-rgb),0.82)}.hero-content{position:relative;z-index:1;text-align:left;color:var(--color-white);max-width:650px;width:100%;padding:var(--container-padding);margin-left:max(24px,calc((100% - var(--container-width)) / 2))}.hero-backdrop{background:rgba(var(--color-primary-rgb),0.45);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border-radius:var(--radius-lg);padding:2.5rem 2.5rem 2rem;-webkit-mask-image:linear-gradient(to right,transparent,black 40px,black calc(100% - 40px),transparent),linear-gradient(to bottom,transparent,black 40px,black calc(100% - 40px),transparent);-webkit-mask-composite:destination-in;mask-image:linear-gradient(to right,transparent,black 40px,black calc(100% - 40px),transparent),linear-gradient(to bottom,transparent,black 40px,black calc(100% - 40px),transparent);mask-composite:intersect}.hero-content h1{margin-bottom:1.5rem}.hero-content h1 span{color:var(--color-accent)}.hero-content p{font-size:1.1rem;line-height:1.8;margin-bottom:2rem;opacity:0.9}.hero-wave{position:absolute;bottom:-1px;left:0;width:100%;z-index:2;-webkit-mask-image:linear-gradient(to bottom,transparent 0%,black 45%);mask-image:linear-gradient(to bottom,transparent 0%,black 45%)}.hero-wave svg{display:block;width:100vw;height:130px}.section:has(.section-wave){padding-bottom:280px}.section-wave{position:absolute;bottom:-1px;left:0;width:100%;z-index:2;line-height:0}.section-wave svg{display:block;width:100%;height:180px}.section{padding:var(--section-padding);position:relative}.section-dark{background:var(--gradient-primary);color:var(--color-white)}.section-dark .section-title{color:var(--color-white)}.section-light{background:var(--color-bg-light)}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;align-items:center}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.bim-section{position:relative;background:#F7F8FA;padding-top:40px}.bim-dot-pattern{position:absolute;inset:0;background-image:url('../assets/images/sections/halftone-bg.webp');background-image:image-set(url('../assets/images/sections/halftone-bg.webp') type('image/webp'),url('../assets/images/sections/halftone-bg.jpg') type('image/jpeg'));background-size:cover;background-position:center;opacity:0.015;z-index:0}.bim-section .container{position:relative;z-index:1;padding-bottom:0}.bim-header{text-align:center;max-width:700px;margin:0 auto 1.5rem}.bim-header p{margin-bottom:1.5rem}.bim-title-row{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1rem}.bim-icon{width:56px;height:56px;color:var(--color-primary);flex-shrink:0}.bim-hex{position:relative;width:100%;max-width:1320px;aspect-ratio:1.15/.78;margin:1rem auto 0}.bim-hex-svg{position:absolute;inset:0;width:100%;height:100%;z-index:0;pointer-events:none}.bim-hex-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:3;pointer-events:none;background:#F7F8FA;padding:0.6rem 1.8rem;border-radius:var(--radius-md)}.bim-hex-center-label{font-family:var(--font-heading);font-size:3.84rem;font-weight:900;color:var(--color-primary);letter-spacing:0.25em;line-height:1;opacity:0.6}.bim-hex-node{position:absolute;z-index:2;transform:translate(-50%,-50%);width:280px}.bim-hex-node[data-node="0"]{top:12%;left:50%}.bim-hex-node[data-node="1"]{top:32%;left:85%}.bim-hex-node[data-node="2"]{top:68%;left:85%}.bim-hex-node[data-node="3"]{top:88%;left:50%}.bim-hex-node[data-node="4"]{top:68%;left:15%}.bim-hex-node[data-node="5"]{top:32%;left:15%}.bim-hex-node .bim-hover-card{width:100%;padding:1rem 1.25rem;align-items:center;transition:transform 0.35s ease,box-shadow 0.35s ease,background 0.35s ease}.bim-hex-node .bim-hover-card-content{display:flex;flex-direction:column;justify-content:center}.bim-hex-node .bim-hover-card h3{text-transform:none;letter-spacing:0.08em;margin-bottom:0;margin-top:10px;line-height:1.2}.bim-hex-node .bim-hover-card .bim-hover-card-desc{font-size:13px;font-weight:300;line-height:1.45;max-height:120px;opacity:1;overflow:hidden;margin-top:.4rem}.bim-hex-node .bim-hover-card:hover .bim-hover-card-desc{max-height:80px;opacity:1;margin-top:0.4rem}.bim-hex-node .bim-hover-card-icon{width:70px;height:70px;min-width:70px;color:#ffffff;background:rgba(255,255,255,0.08)}.bim-hex-node .bim-hover-card-icon svg{width:35px;height:35px;stroke-width:4.5}.bim-hex-node .bim-hover-card:hover{background:var(--color-accent);box-shadow:0 16px 48px rgba(0,0,0,0.25),0 8px 24px rgba(var(--color-accent-rgb),0.3)}.bim-hex-node .bim-hover-card:hover .bim-hover-card-icon{color:var(--color-primary);background:rgba(255,255,255,0.25)}.bim-hex-node .bim-hover-card:hover h3{color:var(--color-primary)}.bim-hex-node .bim-hover-card:hover .bim-hover-card-desc{color:var(--color-primary);opacity:0.8}.bim-hex-node .bim-hover-card.dark:hover{background:var(--color-accent)}.bim-hex-node .bim-hover-card.dark:hover .bim-hover-card-icon{color:var(--color-primary);background:rgba(255,255,255,0.25)}.bim-hex-node .bim-hover-card.dark:hover h3{color:var(--color-primary)}.bim-hex-node .bim-hover-card.dark:hover .bim-hover-card-desc{color:var(--color-primary);opacity:0.8}.bim-hex-svg line.connector{stroke:#6B5A1E;stroke-width:10;opacity:0.28;stroke-linecap:round}.bim-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.bim-cards-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}.about-section{background:var(--gradient-primary);color:var(--color-white);padding-bottom:650px;position:relative;z-index:2}.about-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:3}.about-image-wrapper{position:relative}.about-image{border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 12px 40px rgba(0,0,0,0.35)}.about-image img{width:100%;height:100%;object-fit:cover;display:block}.about-badge{position:absolute;bottom:-20px;right:-20px;background:var(--color-accent);color:var(--color-primary);padding:20px 28px;border-radius:var(--radius-lg);text-align:center;box-shadow:0 8px 30px rgba(0,0,0,0.25);z-index:2}.about-badge-number{display:block;font-family:var(--font-heading);font-size:2rem;font-weight:800;line-height:1}.about-badge-label{display:block;font-size:0.94rem;font-weight:600;text-transform:uppercase;letter-spacing:0.5px;margin-top:4px;opacity:0.85}.about-tag{display:inline-block;font-size:0.94rem;font-weight:700;text-transform:uppercase;letter-spacing:3px;color:var(--color-accent);margin-bottom:0.75rem}.about-content h2{color:var(--color-white);margin-bottom:1.25rem;font-size:2.2rem}.about-content p{opacity:0.85;line-height:1.9;font-size:1rem}.about-divider{width:60px;height:3px;background:var(--color-accent);margin:2rem 0;border-radius:2px}.about-counters{display:flex;gap:2rem}.about-counter-item{display:flex;flex-direction:column;align-items:center;text-align:center;flex:1;max-width:120px;padding:1.25rem 0.75rem;background:rgba(255,255,255,0.05);border-radius:var(--radius-md);border:1px solid rgba(255,255,255,0.08);transition:all var(--transition-fast)}.about-counter-item:hover{background:rgba(255,255,255,0.1);transform:translateY(-3px)}.about-counter-icon{width:36px;height:36px;color:var(--color-accent);margin-bottom:0.75rem}.about-counter-icon svg{width:100%;height:100%}.about-counter-item .counter-number{font-family:var(--font-heading);font-size:2.2rem;font-weight:700;color:var(--color-accent);display:block;line-height:1}.suffix-small{font-size:0.55em;font-weight:400}.about-counter-label{font-size:0.94rem;color:rgba(255,255,255,0.65);text-transform:uppercase;letter-spacing:1px;margin-top:0.4rem}.dev-bim-section{position:relative;background:#F7F8FA;padding-top:2rem;padding-bottom:80px !important}.dev-bim-section .container{position:relative;z-index:3;z-index:1}.dev-bim-header{text-align:center;max-width:700px;margin:0 auto 3rem}.dev-bim-tag{display:inline-block;font-size:0.94rem;font-weight:700;text-transform:uppercase;letter-spacing:3px;color:var(--color-accent);margin-bottom:0.75rem}.dev-bim-header h2{margin-bottom:1rem}.dev-bim-header p{color:var(--color-text-light);line-height:1.8;font-size:1rem}.dev-bim-columns{display:grid;grid-template-columns:repeat(2,1fr);gap:4rem;margin-bottom:3rem;max-width:70%;margin-left:auto;margin-right:auto}.dev-bim-card{background:linear-gradient(160deg,var(--color-secondary) 0%,#1e332f 50%,#2a3f3d 100%);border-radius:var(--radius-lg);padding:2rem 1.5rem;box-shadow:var(--shadow-card);transition:all var(--transition-fast);border:1px solid rgba(255,255,255,0.08);position:relative;overflow:visible;color:var(--color-white)}.dev-bim-card-content{position:relative;z-index:1}.dev-bim-card-image{position:absolute;width:200px;height:200px;top:-25px;right:-25px;z-index:3;border-radius:18px;padding:3px;background:var(--color-accent);overflow:hidden}.dev-bim-card-image::before{content:'';position:absolute;top:50%;left:50%;width:350px;height:350px;transform:translate(-50%,-50%);background:conic-gradient(var(--color-accent),#8B7A20,transparent 30%,transparent 70%,#D4C44A,var(--color-accent));animation:borderSpin 3s linear infinite;z-index:0}@keyframes borderSpin{to{transform:translate(-50%,-50%) rotate(360deg)}}.dev-bim-card-image img{width:100%;height:100%;object-fit:cover;border-radius:15px;display:block;transition:transform 0.5s ease;position:relative;z-index:1}.dev-bim-card:hover .dev-bim-card-image img{transform:scale(1.05)}.dev-bim-card-image::after{content:'';position:absolute;inset:3px;border-radius:15px;box-shadow:inset 0 0 20px rgba(0,0,0,0.25);pointer-events:none;z-index:2}.dev-bim-card-reverse .dev-bim-card-image{top:auto;right:-25px;bottom:-25px;left:auto}.dev-bim-card:not(.dev-bim-card-reverse){padding-top:190px}.dev-bim-card-reverse{padding-bottom:190px}.dev-bim-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--color-accent),rgba(194,179,75,0.3));transform:scaleX(0);transform-origin:left;transition:transform 0.4s ease}.dev-bim-card:hover::before{transform:scaleX(1)}.dev-bim-card:hover{box-shadow:0 12px 40px rgba(0,0,0,0.25);transform:translateY(-4px)}.dev-bim-card-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.dev-bim-card-icon{width:48px;height:48px;min-width:48px;background:rgba(255,255,255,0.1);border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--color-white);transition:all 0.35s ease}.dev-bim-card:hover .dev-bim-card-icon{background:var(--color-accent);color:var(--color-secondary)}.dev-bim-card-icon svg{width:24px;height:24px}.dev-bim-card-header h3{font-size:1rem;color:var(--color-white);margin:0}.dev-bim-card-desc{color:rgba(255,255,255,0.7);font-size:0.94rem;line-height:1.5;margin-bottom:1.25rem}.dev-bim-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0}.dev-bim-list li{display:flex;align-items:center;gap:10px;font-size:0.94rem;color:rgba(255,255,255,0.85);padding:4px 10px;border-radius:var(--radius-sm);transition:background 0.25s ease}.dev-bim-list li:hover{background:rgba(255,255,255,0.07)}.dev-bim-list li svg{width:16px;height:16px;min-width:16px;color:var(--color-accent)}.dev-bim-features{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2.5rem}.dev-bim-feature{display:flex;align-items:center;gap:12px;background:linear-gradient(160deg,var(--color-primary) 0%,#2d1228 50%,#4a2545 100%);color:var(--color-white);padding:1.25rem 1.5rem;border-radius:var(--radius-md);font-size:0.94rem;font-weight:600;transition:all 0.35s ease;border:1px solid rgba(255,255,255,0.06)}.dev-bim-feature:hover{background:var(--color-accent);color:var(--color-primary);transform:translateY(-3px);box-shadow:0 12px 36px rgba(var(--color-accent-rgb),0.35)}.dev-bim-feature:hover svg{color:var(--color-primary)}.dev-bim-feature svg{width:24px;height:24px;min-width:24px;color:var(--color-accent)}.dev-bim-cta{text-align:center;margin-bottom:0}.services-section{text-align:center}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:2rem}.portfolio-section{background:var(--color-bg-light);padding-top:200px;position:relative;z-index:1}.portfolio-section .container{position:relative;z-index:1}.portfolio-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2rem}.testimonials-section{padding:60px 0}.testimonials-swiper{margin-top:2rem;padding:0 50px;overflow:hidden;position:relative}.testimonials-swiper .swiper-button-next,.testimonials-swiper .swiper-button-prev{color:#1a1a1a;width:42px;height:42px;background:var(--color-accent);border-radius:50%;box-shadow:0 2px 12px rgba(0,0,0,0.12);transition:all 0.3s ease}.testimonials-swiper .swiper-button-next:hover,.testimonials-swiper .swiper-button-prev:hover{box-shadow:0 4px 16px rgba(0,0,0,0.18);transform:scale(1.1)}.testimonials-swiper .swiper-button-next::after,.testimonials-swiper .swiper-button-prev::after{font-size:18px;font-weight:700}.testimonials-swiper .swiper-slide{height:auto}.testimonials-swiper .testimonial-card{height:100%}.testimonials-inline{margin-top:3rem;position:relative;z-index:3;max-width:900px;margin-left:auto;margin-right:auto}.testimonials-inline .testimonials-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:1.5rem}.testimonials-inline .partners-title{margin-bottom:0}.contact-section{padding:80px 0;background:linear-gradient(to top,var(--color-primary) 0%,var(--color-secondary) 100%);color:var(--color-white)}.contact-section .section-title{color:var(--color-white)}.contact-grid-3{display:grid;grid-template-columns:1fr 1.2fr 1fr;gap:2rem;margin-top:2rem}.contact-info{display:flex;flex-direction:column;gap:1.5rem}.contact-item{display:flex;align-items:flex-start;gap:12px}.contact-item svg{width:24px;height:24px;flex-shrink:0;fill:var(--color-accent);margin-top:2px}.contact-item-text h4{font-size:1rem;color:var(--color-accent);margin-bottom:4px}.contact-item-text p,.contact-item-text a{color:rgba(255,255,255,0.85);font-size:0.95rem;margin-bottom:0}.contact-item-text a:hover{color:var(--color-accent)}.contact-map{border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,0.3);min-height:320px}.contact-map iframe{width:100%;height:100%;border:0}.contact-form-wrapper h3{color:var(--color-white);font-size:1.2rem;margin-bottom:1rem}.contact-form{display:flex;flex-direction:column;gap:0.8rem}.contact-form input,.contact-form textarea{width:100%;padding:12px 16px;border:1px solid rgba(255,255,255,0.2);border-radius:var(--radius-md);background:rgba(255,255,255,0.1);color:var(--color-white);font-family:var(--font-body);font-size:0.95rem;transition:all 0.3s ease;backdrop-filter:blur(4px)}.contact-form input::placeholder,.contact-form textarea::placeholder{color:rgba(255,255,255,0.5)}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:var(--color-accent);background:rgba(255,255,255,0.15);box-shadow:0 0 0 3px rgba(194,179,75,0.2)}.contact-form textarea{resize:vertical}.contact-form .btn{align-self:flex-start;padding:12px 32px}.clients-section{padding:60px 0;background:var(--color-bg-light);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.clients-section h2{text-align:center;font-size:1rem;text-transform:uppercase;letter-spacing:3px;color:var(--color-text-light);font-weight:500;margin-bottom:2rem}.clients-grid{display:flex;align-items:center;justify-content:center;gap:3rem;flex-wrap:wrap}.clients-grid img{height:50px;width:auto;opacity:0.5;filter:grayscale(100%);transition:all var(--transition-fast)}.clients-grid img:hover{opacity:1;filter:grayscale(0%)}.footer{background:var(--color-primary);color:var(--color-white);padding:60px 0 30px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-brand p{opacity:0.7;font-size:1rem;line-height:1.7;margin-top:1rem}.footer-logo{height:45px;width:auto}.footer-links h4,.footer-contact h4{font-size:0.94rem;text-transform:uppercase;letter-spacing:2px;margin-bottom:1.25rem;color:var(--color-accent)}.footer-links ul{display:flex;flex-direction:column;gap:0.75rem}.footer-links a{opacity:0.7;font-size:1rem;transition:all var(--transition-fast)}.footer-links a:hover{opacity:1;color:var(--color-accent);padding-left:4px}.footer-contact p,.footer-contact a{opacity:0.7;font-size:1rem;margin-bottom:0.5rem;display:block}.footer-contact a:hover{opacity:1;color:var(--color-accent)}.footer-social{display:flex;gap:12px;margin-top:1rem}.footer-social a{width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,0.1);display:flex;align-items:center;justify-content:center;transition:all var(--transition-fast)}.footer-social a:hover{background:var(--color-accent);transform:translateY(-3px)}.footer-social svg{width:18px;height:18px;fill:var(--color-white)}.footer-bottom{border-top:1px solid rgba(255,255,255,0.1);padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center}.footer-copyright{font-size:0.94rem;opacity:0.5}@media (max-width:1024px){.grid-4,.services-grid{grid-template-columns:repeat(2,1fr)}.portfolio-grid,.testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){:root{--section-padding:48px 0;--header-height:64px}.header .container{padding:0 16px}.header-logo img{width:120px;height:auto}.header-nav{position:fixed;top:0;right:-100%;width:280px;height:100vh;background:var(--color-primary);flex-direction:column;padding:90px 32px 40px;transition:right var(--transition-fast);gap:1.25rem;box-shadow:-4px 0 20px rgba(0,0,0,0.3)}.header-nav.open{right:0}.hamburger{display:flex}.header-cta{font-size:0.85rem;padding:10px 24px}.header-social{margin-left:0;padding-left:0;border-left:none;border-top:1px solid rgba(255,255,255,0.15);padding-top:1.25rem;justify-content:center}.grid-2,.grid-3,.grid-4,.services-grid,.portfolio-grid,.testimonials-grid,.contact-grid{grid-template-columns:1fr}.bim-cards,.bim-cards-grid{grid-template-columns:1fr}.hero{min-height:85vh;background:url('../assets/images/mobile/hero-bg.webp') center/cover no-repeat}.hero-video{display:none !important}.dev-bim-card-image::before{animation:none !important}.hero-content{margin-left:16px;max-width:92%;padding:0 16px}.hero-content h1{font-size:1.75rem;margin-bottom:1rem}.hero-content p{font-size:0.95rem;line-height:1.65;margin-bottom:1.5rem}.hero-backdrop{padding:1.5rem 1.25rem 1.25rem}.hero-wave svg{height:80px}.section:has(.section-wave){padding-bottom:120px}.section-wave svg{height:100px}.about-section{padding-bottom:280px}.portfolio-section{padding-top:80px}.bim-section{padding-top:32px}.dev-bim-columns{grid-template-columns:1fr;gap:1.5rem;max-width:100%}.dev-bim-features{grid-template-columns:1fr}.dev-bim-card{padding:1.5rem 1.25rem;padding-top:140px !important;padding-right:1.25rem !important;padding-left:1.25rem !important}.dev-bim-card-image{width:130px;height:130px;top:-15px;right:50%;transform:translateX(50%)}.dev-bim-card-reverse .dev-bim-card-image{top:-15px;bottom:auto;left:50%;right:auto;transform:translateX(-50%)}.dev-bim-card h3{font-size:1.1rem}.dev-bim-card p{font-size:0.9rem}.dev-bim-feature{font-size:0.85rem;padding:10px 12px}.bim-hex{max-width:100%;aspect-ratio:auto;height:auto;position:relative;display:flex;flex-direction:column;align-items:center;gap:1rem;padding:0.75rem 0}.bim-hex-node{position:static;transform:none;width:100%}.bim-hex-svg,.bim-hex-center{display:none}.bim-icon{width:40px;height:40px}.bim-hover-card{padding:1.25rem 1rem}.bim-hover-card h3{font-size:0.95rem}.bim-hover-card p{font-size:0.8rem}.about-grid{grid-template-columns:1fr;gap:2rem}.about-image-wrapper{max-width:85%;margin:0 auto}.about-badge{bottom:-14px;right:12px;padding:12px 16px}.about-badge-number{font-size:1.35rem}.about-content h2{font-size:1.6rem}.about-content p{font-size:0.9rem}.about-counters{grid-template-columns:1fr 1fr 1fr;gap:0.75rem}.about-counter-item{padding:0.75rem 0.4rem}.about-counter-item .counter-number{font-size:1.5rem}.about-counter-label{font-size:0.65rem}.counter-group{justify-content:center}.alto-padrao{background-attachment:scroll}.portfolio-grid{gap:1.5rem}.portfolio-card{border-radius:12px}.testimonials-inline{margin-top:2rem;max-width:100%}.testimonials-header{flex-direction:column;align-items:flex-start;gap:0.5rem}.testimonials-header h3{font-size:1.1rem}.testimonials-swiper{padding:0 0 50px;overflow:visible}.testimonials-swiper .swiper-button-next,.testimonials-swiper .swiper-button-prev{width:36px;height:36px;top:auto;bottom:0}.testimonials-swiper .swiper-button-prev{left:calc(50% - 44px)}.testimonials-swiper .swiper-button-next{right:calc(50% - 44px)}.testimonials-swiper .swiper-button-next::after,.testimonials-swiper .swiper-button-prev::after{font-size:14px}.contact-section{padding:48px 0}.contact-grid-3{grid-template-columns:1fr;gap:1.5rem}.contact-info{gap:1rem}.contact-item{font-size:0.9rem}.contact-map{min-height:220px;border-radius:12px;overflow:hidden}.contact-map iframe{border-radius:12px}.contact-form-wrapper h3{font-size:1.2rem;margin-bottom:1rem}.contact-form input,.contact-form textarea{padding:12px 14px;font-size:0.9rem}.contact-form textarea{rows:3;min-height:100px}.contact-form .btn{width:100%;padding:14px;font-size:0.95rem}.footer{padding:40px 0 24px}.footer-grid{grid-template-columns:1fr;gap:2rem;text-align:center}.footer-brand p{font-size:0.85rem}.footer-social{justify-content:center}.footer-links ul{display:flex;flex-wrap:wrap;justify-content:center;gap:0.5rem 1.5rem}.footer-contact a,.footer-contact p{font-size:0.85rem}.footer-bottom{justify-content:center;margin-top:1.5rem}.footer-copyright{font-size:0.8rem}.section-subtitle{font-size:0.95rem;margin-bottom:1.5rem}.section-divider{margin:0.75rem 0 1.5rem}.partners-track img{height:32px}.bim-hex-node .bim-hover-card .bim-hover-card-desc{max-height:200px;opacity:0.7;margin-top:0.35rem;transition:none}.portfolio-card-desc{max-height:200px !important;opacity:1 !important;margin-top:0.5rem !important;transition:none}}