:root{--primary: #2176ff;--dark: #1a1a1a;--light: #f8f9fa;--white: #ffffff;--text: #333333}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--text);line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background:var(--white);padding:15px 0;border-bottom:1px solid #eee;position:sticky;top:0;z-index:1000}.container-header{display:flex;justify-content:space-between;align-items:center}.logo-text{font-weight:800;font-size:1.5rem;color:var(--dark)}.logo-dot{color:var(--primary)}.nav{display:flex;align-items:center;gap:40px}.nav-links{display:flex;list-style:none;gap:25px}.nav-links a{text-decoration:none;color:var(--dark);font-weight:500}.btn-primary{background:var(--primary);color:var(--white);padding:10px 25px;border-radius:5px;text-decoration:none;font-weight:600}.btn-outline{border:2px solid var(--white);color:var(--white);padding:10px 25px;border-radius:5px;text-decoration:none;font-weight:600}.hero-stitch{position:relative;height:80vh;display:flex;align-items:center;color:var(--white);text-align:center;overflow:hidden}.video-background{position:absolute;top:50%;left:50%;width:100vw;height:100vh;transform:translate(-50%,-50%);z-index:-2;pointer-events:none}.video-background iframe{width:100vw;height:56.25vw;min-height:100vh;min-width:177.77vh;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.video-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:-1}.hero-content{position:relative;z-index:1;width:100%}.hero-content h1{font-size:3.5rem;margin-bottom:20px;max-width:900px;margin-left:auto;margin-right:auto}.highlight{color:var(--primary)}.hero-content p{font-size:1.25rem;max-width:700px;margin:0 auto 40px}.hero-btns{display:flex;gap:20px;justify-content:center}.services{padding:80px 0;text-align:center;background:var(--white)}.section-title{font-size:2.5rem;margin-bottom:20px}.title-underline{width:60px;height:4px;background:var(--primary);margin:0 auto 30px}.section-subtitle{color:#666;max-width:600px;margin:0 auto 60px}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px}.service-card{padding:40px;background:#fdfdfd;border-bottom:3px solid transparent;transition:all .3s ease;border-radius:8px;box-shadow:0 10px 30px #0000000d}.service-image{height:150px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.service-image img{max-width:100%;max-height:100%;object-fit:contain;filter:drop-shadow(0 10px 15px rgba(0,0,0,.1))}.service-icon{font-size:3rem;margin-bottom:20px}.learn-more{color:var(--primary);text-decoration:none;font-weight:600;display:inline-block;margin-top:20px}.footer{background:var(--dark);color:#bbb;padding:60px 0 20px}.footer-content{text-align:center}.footer-bottom{margin-top:40px;padding-top:20px;border-top:1px solid #333}
