@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";:root{--bg-dark:#130f1f;--bg-card-dark:#1c1728;--bg-light:#fcf8f0;--bg-card-light:#fff;--text-light:#fff;--text-dark:#130f1f;--text-muted-light:#a09cb0;--text-muted-dark:#5c5665;--accent-orange:#d28a2d;--accent-purple:#3f2f5b;--accent-purple-hover:#291e3e;--border-light:#ffffff14;--border-dark:#130f1f14;--shadow-light:0 15px 35px #0000000a;--shadow-dark:0 25px 55px #00000040;--radius-lg:32px;--radius-md:20px;--radius-sm:12px;--font:"Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--text-dark);background-color:var(--bg-light);min-height:100vh;line-height:1.6;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,textarea{font-family:inherit}.container{width:100%;max-width:1240px;margin:0 auto;padding:0 24px}.button{cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;font-weight:600;transition:transform .2s,background .3s,box-shadow .3s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button:active{transform:translateY(-.5px)}.site-header{z-index:1000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fcf8f0eb;border-bottom:1px solid #130f1f0f;padding:16px 0;position:sticky;top:0}.header-container{justify-content:space-between;align-items:center;gap:20px;display:flex}.brand{align-items:center;gap:12px;display:inline-flex}.brand img{width:auto;height:38px}.brand-text{flex-direction:column;line-height:1.1;display:flex}.brand-title{letter-spacing:.08em;color:var(--text-dark);font-size:1.15rem;font-weight:800}.brand-subtitle{letter-spacing:.12em;color:var(--text-muted-dark);font-size:.62rem;font-weight:600}.site-nav{align-items:center;gap:32px;display:flex}.site-nav a{color:var(--text-muted-dark);font-size:.95rem;font-weight:500;transition:color .2s}.site-nav a:hover{color:var(--text-dark)}.button-nav{background:var(--accent-purple);color:var(--text-light);padding:10px 24px;font-size:.9rem}.button-nav:hover{background:var(--accent-purple-hover);box-shadow:0 4px 12px #3f2f5b4d}.hero-section{background-color:var(--bg-light);color:var(--text-dark);padding:60px 0 80px;position:relative;overflow:hidden}.hero-grid{grid-template-columns:1.1fr .9fr;align-items:center;gap:60px;display:grid}.hero-copy h1{letter-spacing:-.01em;color:var(--text-dark);margin-bottom:24px;font-size:clamp(2.5rem,4vw,4rem);font-weight:800;line-height:1.1}.hero-copy h1 .highlight{color:var(--accent-orange)}.hero-copy p{color:var(--text-muted-dark);max-width:580px;margin-bottom:36px;font-size:1.05rem;line-height:1.8}.button-primary{background:var(--accent-purple);color:var(--text-light);padding:14px 36px;font-size:1rem;box-shadow:0 8px 24px #3f2f5b40}.button-primary:hover{background:var(--accent-purple-hover);box-shadow:0 12px 30px #3f2f5b59}.hero-visual{aspect-ratio:1.4;padding:0 0 20px 20px;position:relative}.hero-image-backdrop{border-radius:var(--radius-lg);z-index:1;background-color:#3e3848;width:95%;height:95%;position:absolute;bottom:0;left:0}.hero-img{z-index:2;object-fit:cover;border-radius:var(--radius-lg);width:100%;height:100%;box-shadow:var(--shadow-light);position:relative}.hero-features-bar{background-color:var(--bg-card-dark);border-radius:var(--radius-lg);z-index:5;box-shadow:var(--shadow-dark);grid-template-columns:repeat(3,1fr);gap:32px;margin-top:70px;padding:30px 40px;display:grid;position:relative}.hero-features-bar .feature-card{background:0 0;border:none;align-items:flex-start;gap:20px;padding:0;display:flex}.hero-features-bar .feature-card:not(:last-child){border-right:1px solid #ffffff14;padding-right:20px}.feature-icon-wrapper{color:var(--accent-orange);background:#d28a2d1a;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.feature-icon{width:24px;height:24px}.feature-card-content h3{color:var(--text-light);margin-bottom:8px;font-size:1.1rem;font-weight:700}.feature-card-content p{color:var(--text-muted-light);font-size:.88rem;line-height:1.55}.services-section{box-sizing:border-box;background-position:50% 280px;background-repeat:no-repeat;background-size:100% 100%;min-height:1000px;margin-top:-220px;padding:310px 0 120px}.services-header{justify-content:space-between;align-items:center;margin-bottom:40px;display:flex}.services-header h2{color:var(--text-dark);font-size:2.25rem;font-weight:800}.carousel-controls{gap:12px;display:flex}.carousel-control-btn{border:1.5px solid var(--text-dark);width:48px;height:48px;color:var(--text-dark);cursor:pointer;background:0 0;border-radius:50%;justify-content:center;align-items:center;transition:background .3s,color .3s,transform .2s;display:flex}.carousel-control-btn svg{width:20px;height:20px}.carousel-control-btn:hover{background:var(--text-dark);color:var(--text-light);transform:scale(1.05)}.services-carousel-wrapper{scroll-behavior:smooth;scroll-snap-type:x mandatory;-ms-overflow-style:none;scrollbar-width:none;gap:24px;padding:10px 4px 30px;display:flex;overflow-x:auto}.services-carousel-wrapper::-webkit-scrollbar{display:none}.service-card{scroll-snap-align:start;background:var(--bg-card-light);border-radius:var(--radius-md);border:2px solid #e8c44a;flex-direction:column;flex:0 0 280px;min-height:320px;padding:36px 28px;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 4px 16px #0000000a}.service-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #0000001a}.service-card h3{color:var(--text-dark);margin-bottom:14px;font-size:1.35rem;font-weight:700}.service-card p{color:var(--text-muted-dark);font-size:.95rem;line-height:1.6}.wave-separator-stripe{background-color:var(--bg-light);width:100%;height:90px}.wave-separator-stripe svg{width:100%;height:100%;display:block}.wave-separator-top{background-color:var(--bg-light);width:100%;height:80px;margin-bottom:-1px}.wave-separator-top svg{width:100%;height:100%;display:block}.wave-separator-bottom{background-color:var(--bg-dark);width:100%;height:80px;margin-top:-1px}.wave-separator-bottom svg{width:100%;height:100%;display:block}.footer-wave-separator{background-color:var(--bg-light);width:100%;height:80px;margin-bottom:-1px}.footer-wave-separator svg{width:100%;height:100%;display:block}.project-hero-section{color:var(--text-dark);box-sizing:border-box;background-position:50% -140px;background-repeat:no-repeat;background-size:100% 100%;min-height:1600px;margin-top:-180px;padding:360px 0 220px}.project-hero-grid{grid-template-columns:.95fr 1.05fr;align-items:center;gap:60px;display:grid}.project-visual{width:100%}.project-image-wrapper{box-shadow:none;background:0 0;width:100%;padding:0;display:inline-block}.project-image-wrapper img{border-radius:var(--radius-md);width:100%;height:auto;display:block}.project-copy h2{color:var(--text-dark);margin-bottom:24px;margin-left:40px;font-size:clamp(2rem,3.2vw,2.75rem);font-weight:800;line-height:1.25}.project-copy p{color:var(--text-muted-dark);margin-left:40px;font-size:1.15rem;line-height:1.8}.testimonials-section-redesign{box-sizing:border-box;background-position:50% -160px;background-repeat:no-repeat;background-size:100% 100%;min-height:1600px;margin-top:-500px;padding:370px 0 20px;position:relative;overflow:hidden}.testimonials-title{color:var(--text-dark);text-align:center;z-index:2;margin-bottom:60px;font-size:2.5rem;font-weight:800;position:relative}.testimonials-grid-floating{z-index:2;grid-template-columns:repeat(3,1fr);align-items:start;gap:20px;display:grid;position:relative}.testimonials-grid-floating .testimonial-card:first-child{margin-top:40px;margin-left:-40px;margin-right:40px}.testimonials-grid-floating .testimonial-card:nth-child(2){margin-top:80px}.testimonials-grid-floating .testimonial-card:nth-child(3){margin-top:0;margin-left:40px;margin-right:-40px}.testimonial-card{border-radius:var(--radius-md);background-color:#1a1a1a;border:none;flex-direction:column;gap:16px;min-height:250px;padding:32px 28px;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 12px 30px #0003}.testimonial-card:hover{box-shadow:0 15px 35px #00000059;transform:scale(1.15)rotate(0)!important}.card-slant-left{transform:rotate(-5deg)}.card-slant-right{transform:rotate(3deg)}.card-slant-left-2{transform:rotate(-4deg)}.testimonial-header strong{color:var(--text-light);font-size:1.1rem;font-weight:700}.testimonial-quote{color:#c0bfbf;font-size:.92rem;font-style:normal;line-height:1.7}.star-rating{color:#f5a623;letter-spacing:2px;margin-top:auto;font-size:1.3rem}.about-section{background-color:var(--bg-light);z-index:5;margin-top:-300px;padding:40px 0;position:relative}.about-grid{grid-template-columns:1.1fr .9fr;align-items:center;gap:60px;display:grid}.about-copy h2{color:var(--text-dark);margin-bottom:24px;font-size:2.5rem;font-weight:800}.about-copy p{color:var(--text-muted-dark);margin-bottom:20px;font-size:1.02rem;line-height:1.8}.about-copy p:last-child{margin-bottom:0}.about-visual{justify-content:center;align-items:center;display:flex}.circular-collage-wrapper{aspect-ratio:1;width:100%;max-width:520px;margin:0 auto;position:relative}.circle-bg{border:4px solid var(--accent-orange);z-index:1;box-sizing:border-box;background:0 0;border-radius:50%;width:calc(100% + 12px);height:calc(100% + 12px);position:absolute;top:-6px;left:-6px}.circle-image-container{z-index:2;width:100%;height:100%;box-shadow:var(--shadow-light);border:4px solid var(--bg-light);border-radius:50%;position:relative;overflow:hidden}.circle-image-container img{object-fit:cover;width:100%;height:100%}.value-form-section{box-sizing:border-box;background-position:50% -70px;background-repeat:no-repeat;background-size:100% 100%;min-height:1400px;margin-top:-80px;padding:360px 0 20px}.value-form-grid{grid-template-columns:1.1fr 1fr 1.45fr;align-items:center;gap:32px;display:grid}.worker-visual{z-index:10;justify-content:center;align-items:flex-end;display:flex;position:relative}.worker-visual img{transform-origin:bottom;width:155%;max-width:none;height:auto;margin-left:-20px;transform:scale(1.3)translateY(20px)}.value-copy-stats{box-sizing:border-box;flex-direction:column;justify-content:center;align-items:flex-start;width:100%;padding:0;display:flex;transform:translate(50px)}.value-header h2{color:var(--text-dark);margin-bottom:12px;font-size:2.35rem;font-weight:800;line-height:1.2}.value-header h2 .highlight{color:var(--accent-orange)}.value-subtitle{color:var(--text-muted-dark);margin-bottom:28px;font-size:1.02rem;line-height:1.5}.stats-grid{grid-template-columns:repeat(2,1fr);gap:24px;width:100%;display:grid}.stat-card{box-shadow:none;background:0 0;border:none;align-items:flex-start;gap:15px;padding:0;display:flex}.stat-icon-container{color:#2ec4b6;background:#2ec4b61a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.stat-icon{width:22px;height:22px}.stat-content{flex-direction:column;display:flex}.stat-content strong{color:var(--text-dark);margin-bottom:4px;font-size:1.5rem;font-weight:800;line-height:1.1}.stat-content span{color:var(--text-muted-dark);font-size:.85rem;font-weight:500}.contact-form-container{box-shadow:none;background-color:#0000;border-radius:0;padding:0}.contact-form{flex-direction:column;gap:20px;display:flex}.contact-form-container{width:100%;max-width:600px;margin-left:auto;transform:translate(85px)}.form-group{flex-direction:column;gap:10px;margin-bottom:18px;display:flex}.form-group label{color:var(--text-dark);font-size:1rem;font-weight:600}.form-group input,.form-group textarea{border-radius:var(--radius-md);width:100%;color:var(--text-dark);box-sizing:border-box;background:#fff;border:1.5px solid #2d2d38;outline:none;padding:16px 20px;font-size:1.02rem;transition:border-color .2s,box-shadow .2s}.form-group input:focus,.form-group textarea:focus{border-color:var(--accent-orange);box-shadow:0 0 0 3px #d28a2d1a}.form-group textarea{resize:none;min-height:150px}.button-submit{color:var(--text-light);border-radius:var(--radius-md);background:#191724;width:100%;margin-top:12px;padding:16px 32px;font-size:1.08rem;font-weight:700;box-shadow:0 4px 14px #00000040}.button-submit:hover{background:var(--accent-purple-hover);box-shadow:0 6px 16px #3f2f5b4d}.form-status-msg{text-align:center;margin-top:10px;font-size:.95rem;font-weight:600}.form-status-msg.success{color:#1f7a3f}.form-status-msg.error{color:#b42318}.contact-info-section{background-color:var(--bg-light);z-index:5;margin-top:-240px;padding:40px 0 80px;position:relative}.contact-details-card{background:var(--bg-card-light);border-radius:var(--radius-lg);box-shadow:var(--shadow-light);padding:50px}.contact-details-header{max-width:780px;margin-bottom:40px}.contact-details-header h2{color:var(--text-dark);margin-bottom:12px;font-size:2.25rem;font-weight:800}.contact-details-header p{color:var(--text-muted-dark);font-size:1.02rem;line-height:1.7}.contact-card-grid{grid-template-columns:1.2fr .8fr;align-items:center;gap:50px;display:grid}.map-container{border-radius:var(--radius-md);height:380px;box-shadow:var(--shadow-light);overflow:hidden}.contact-list{flex-direction:column;gap:28px;display:flex}.contact-item{align-items:flex-start;gap:20px;display:flex}.contact-item-icon{color:var(--accent-purple);flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.contact-item-icon svg{width:24px;height:24px}.contact-item-text strong{color:var(--text-dark);margin-bottom:6px;font-size:1.1rem;font-weight:700;display:block}.contact-item-text p{color:var(--text-muted-dark);font-size:.95rem;line-height:1.6}.site-footer{background-color:var(--bg-dark);color:var(--text-light);padding:80px 0 40px;position:relative}.footer-container{flex-direction:column;display:flex}.footer-row-top{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:40px;margin-bottom:40px;display:flex}.footer-brand .brand-title{color:var(--text-light)}.footer-brand .brand-subtitle{color:var(--text-muted-light)}.footer-nav{flex-wrap:wrap;align-items:center;gap:32px;display:flex}.footer-nav a{color:var(--text-muted-light);font-size:.95rem;font-weight:500;transition:color .2s}.footer-nav a:hover{color:var(--text-light)}.footer-socials{gap:16px;display:flex}.social-btn{width:44px;height:44px;color:var(--text-muted-light);border:1.5px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.social-btn svg{width:18px;height:18px}.social-btn:hover{border-color:var(--text-light);color:var(--text-light);background:#ffffff0d;transform:translateY(-2px)}.footer-divider{border:none;border-top:1px solid #ffffff14;margin-bottom:30px}.footer-row-bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:30px;display:flex}.footer-contact-quick{flex-wrap:wrap;gap:36px;display:flex}.contact-quick-link{color:var(--text-muted-light);align-items:center;gap:10px;font-size:.92rem;transition:color .2s;display:flex}.contact-quick-link svg{width:16px;height:16px;color:var(--accent-orange)}.contact-quick-link:hover{color:var(--text-light)}.footer-copyright{color:var(--text-muted-light);font-size:.88rem}@media (width<=1200px){.hero-grid,.about-grid,.project-hero-grid{gap:40px}.value-form-grid{grid-template-columns:1fr 1fr;gap:32px}.worker-visual{display:none}}@media (width<=992px){.hero-grid{grid-template-columns:1fr;gap:40px}.hero-visual{width:100%;max-width:600px;margin:0 auto}.hero-features-bar{grid-template-columns:1fr;gap:20px;margin-top:50px;padding:24px}.hero-features-bar .feature-card:not(:last-child){border-bottom:1px solid #ffffff14;border-right:none;padding-bottom:20px;padding-right:0}.services-section{background-position:50%;background-size:cover;min-height:auto;padding:60px 0 80px}.services-header{flex-direction:column;align-items:flex-start;gap:20px}.carousel-controls{align-self:flex-end}.project-hero-section{background-position:50%;background-size:cover;min-height:auto;padding:60px 20px 80px}.project-hero-grid{grid-template-columns:1fr;gap:40px}.project-image-wrapper{width:100%;max-width:500px;margin:0 auto}.testimonials-section-redesign{background-position:50%;background-size:cover;min-height:auto;margin-top:0;padding:60px 20px 80px}.testimonials-grid-floating{grid-template-columns:1fr;gap:32px}.testimonials-grid-floating .testimonial-card{margin-top:0!important}.testimonial-card{min-height:auto;transform:none!important}.about-section{margin-top:0;padding:60px 0}.about-grid{grid-template-columns:1fr;gap:50px}.about-visual{order:-1}.value-form-section{background-position:50%;background-size:cover;min-height:auto;margin-top:0;padding:60px 20px 80px}.value-form-grid{grid-template-columns:1fr;gap:40px}.worker-visual{max-width:320px;margin:0 auto;display:flex}.worker-visual img{width:100%;margin-left:0;transform:none}.contact-form-container{max-width:100%;margin-left:0;transform:none}.contact-info-section{margin-top:0;padding:60px 0}.contact-card-grid{grid-template-columns:1fr;gap:40px}.map-container{height:300px}.footer-row-top{flex-direction:column;align-items:flex-start;gap:30px}.footer-nav{flex-direction:column;align-items:flex-start;gap:16px}}@media (width<=768px){.site-header{padding:12px 0}.brand-title{font-size:1.05rem}.brand-subtitle{font-size:.58rem}.site-nav{display:none}.hero-copy h1{font-size:2.4rem}.services-section,.project-hero-section,.testimonials-section-redesign,.value-form-section{background-color:#fcf7e8!important;background-image:none!important;min-height:auto!important;margin-top:0!important;padding:60px 20px!important}.circular-collage-wrapper{max-width:280px}.services-header h2,.about-copy h2,.testimonials-title,.value-header h2,.contact-details-header h2{font-size:1.85rem}.stats-grid{grid-template-columns:1fr}.contact-details-card{padding:30px 20px}.footer-row-bottom{flex-direction:column;align-items:flex-start;gap:20px}.footer-contact-quick{flex-direction:column;gap:16px}}
