@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Montserrat,sans-serif;line-height:1.6;color:#333}.app{width:100%}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background-color:#323232;padding:1.5rem 0;position:sticky;top:0;z-index:100}.header .container{display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center}.logo img{height:40px;width:auto}.nav{display:flex;gap:2rem}.nav a{color:#fff;text-decoration:none;font-weight:600;transition:color .3s}.nav a:hover{color:#ff7c3b}.hero{background:linear-gradient(135deg,#0b0b0b,#323232);color:#fff;padding:6rem 0}.hero-content{display:flex;align-items:center;gap:4rem;flex-wrap:wrap}.hero-text{flex:1;min-width:300px}.hero-text h1{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.hero-text p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.hero-image{flex:1;min-width:300px;display:flex;justify-content:center}.hero-image img{max-width:100%;height:auto;border-radius:10px}.cta-button{background-color:#ff7c3b;color:#fff;border:none;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border-radius:5px;cursor:pointer;transition:transform .3s,box-shadow .3s;font-family:Montserrat,sans-serif}.cta-button:hover{transform:translateY(-2px);box-shadow:0 5px 15px #ff7c3b66}.services{padding:5rem 0;background-color:#fff}.services h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#323232}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.service-card{background:#fff;padding:2.5rem;border-radius:10px;box-shadow:0 4px 15px #0000001a;text-align:center;transition:transform .3s}.service-card:hover{transform:translateY(-5px)}.service-icon{margin-bottom:1rem;display:flex;justify-content:center;align-items:center;height:100px}.service-icon img{max-width:100px;height:auto}.service-card h3{font-size:1.5rem;margin-bottom:1rem;color:#323232}.service-card p{color:#666}.value-prop{background:linear-gradient(#0b0b0bd9,#323232d9),url(/images/parallax-bg.png);background-size:cover;background-position:center;background-attachment:fixed;color:#fff;padding:5rem 0;text-align:center}.value-prop h2{font-size:2rem;line-height:1.4;max-width:900px;margin:0 auto}.ideal-for{padding:5rem 0;background-color:#f5f5f5}.ideal-for h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#323232}.offers-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.offer-card{background-color:#242728;color:#fff;padding:2.5rem;border-radius:10px;transition:transform .3s}.offer-card:hover{transform:translateY(-5px)}.offer-card h3{font-size:1.3rem;margin-bottom:1rem;color:#ff7c3b}.offer-card p{opacity:.9}.why-choose{padding:5rem 0;background-color:#fff}.why-choose h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#323232}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature-card{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 4px 15px #0000001a;border-left:4px solid #FF7C3B;transition:transform .3s}.feature-card:hover{transform:translateY(-5px)}.feature-card h3{font-size:1.2rem;margin-bottom:.8rem;color:#323232}.feature-card p{color:#666;font-size:.95rem}.contact{padding:5rem 0;background:linear-gradient(135deg,#0b0b0b,#323232);color:#fff}.contact h2{text-align:center;font-size:2.5rem;margin-bottom:1rem}.contact>.container>p{text-align:center;font-size:1.1rem;margin-bottom:3rem;opacity:.9}.contact-form{max-width:600px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}.contact-form input,.contact-form textarea{padding:1rem;border:none;border-radius:5px;font-family:Montserrat,sans-serif;font-size:1rem}.contact-form textarea{resize:vertical}.footer{background-color:#0b0b0b;color:#fff;padding:3rem 0 2rem}.footer-content{text-align:center}.footer-logo{margin-bottom:1rem;display:flex;justify-content:center}.footer-logo img{height:50px;width:auto}.footer p{opacity:.8;margin-bottom:1rem}.social-links{margin:1.5rem 0}.social-links a{color:#fff;text-decoration:none;margin:0 1rem;transition:color .3s}.social-links a:hover{color:#ff7c3b}.copyright{font-size:.9rem;opacity:.6}@media(max-width:768px){.header .container{flex-direction:column;gap:1rem}.nav{gap:1rem}.hero-content h1{font-size:1.8rem}.hero-content p{font-size:1rem}.services h2,.ideal-for h2,.why-choose h2,.contact h2{font-size:2rem}.value-prop h2{font-size:1.5rem}.services-grid,.offers-grid,.features-grid{grid-template-columns:1fr}}
