:root{--navy: #0a2342;--white: #ffffff;--orange: #ff6a00;--orange-hover: #e65f00;--light-gray: #f4f7f6;--text-dark: #333333;--text-light: #666666;--font-main: "Montserrat", sans-serif}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-main);line-height:1.6;color:var(--text-dark);background-color:var(--white);overflow-x:hidden}h1,h2,h3{font-weight:700;line-height:1.2}a{text-decoration:none;transition:.3s}ul{list-style:none}.container{width:90%;max-width:1200px;margin:0 auto;padding:0 15px}section{padding:80px 0}header{background:var(--navy);padding:20px 0;position:fixed;width:100%;top:0;z-index:1000;box-shadow:0 2px 10px #0000001a}nav{display:flex;justify-content:space-between;align-items:center}.logo{color:var(--white);font-size:1.5rem;font-weight:800;text-transform:uppercase;letter-spacing:1px}.logo span{color:var(--orange)}.nav-links{display:flex;gap:30px}.nav-links a{color:var(--white);font-weight:500;font-size:.9rem;text-transform:uppercase}.nav-links a:hover{color:var(--orange)}.hero{background:linear-gradient(#0a2342d9,#0a2342d9),url(/assets/apex%20borehole%20drilling-CeV_wcEt.png) no-repeat center center/cover;height:100vh;display:flex;align-items:center;color:var(--white);padding-top:80px;text-align:center}.hero-content{max-width:800px;margin:0 auto}.hero h1{font-size:3.5rem;margin-bottom:20px;text-transform:uppercase}.hero p{font-size:1.2rem;margin-bottom:35px;opacity:.9}.btn{display:inline-block;padding:15px 35px;border-radius:5px;font-weight:700;text-transform:uppercase;cursor:pointer;border:none;transition:.3s;font-size:1rem}.btn-primary{background:var(--orange);color:var(--white)}.btn-primary:hover{background:var(--orange-hover);transform:translateY(-2px)}.stats-bar{background:var(--orange);padding:30px 0;color:var(--white);margin-top:-50px;position:relative;z-index:10;border-radius:10px;width:90%;max-width:1100px;margin-left:auto;margin-right:auto;box-shadow:0 10px 30px #0000001a}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);text-align:center}.stat-number{display:block;font-size:2rem;font-weight:800}.stat-label{font-size:.8rem;text-transform:uppercase;letter-spacing:1px;opacity:.9}.process-section{background:var(--white)}.process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;text-align:center}.process-icon{width:80px;height:80px;background:var(--light-gray);color:var(--orange);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;transition:.3s}.process-item:hover .process-icon{background:var(--orange);color:var(--white);transform:scale(1.1)}.process-item h3{color:var(--navy);margin-bottom:15px}.process-item p{color:var(--text-light);font-size:.9rem}.calculator-section{background:var(--light-gray)}.section-title{text-align:center;margin-bottom:50px}.section-title h2{font-size:2.5rem;color:var(--navy);margin-bottom:10px}.section-title p{color:var(--text-light)}.calc-container{background:var(--white);padding:40px;border-radius:10px;box-shadow:0 10px 30px #0000000d;display:grid;grid-template-columns:1fr 1fr;gap:40px}.calc-inputs{display:flex;flex-direction:column;gap:25px}.input-group{display:flex;flex-direction:column;gap:10px}.input-group label{font-weight:600;color:var(--navy)}select,input[type=range]{width:100%;padding:12px;border:1px solid #ddd;border-radius:5px;font-family:inherit}.range-wrap{position:relative}.range-value{font-weight:700;color:var(--orange);font-size:1.2rem}.toggle-group{display:flex;align-items:center;gap:15px;cursor:pointer}.switch{position:relative;display:inline-block;width:60px;height:34px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.4s;border-radius:34px}.slider:before{position:absolute;content:"";height:26px;width:26px;left:4px;bottom:4px;background-color:#fff;transition:.4s;border-radius:50%}input:checked+.slider{background-color:var(--orange)}input:checked+.slider:before{transform:translate(26px)}.calc-result{background:var(--navy);color:var(--white);padding:40px;border-radius:10px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.calc-result h3{font-size:1.5rem;margin-bottom:10px;opacity:.8}.price-display{font-size:4rem;font-weight:800;color:var(--orange);margin-bottom:20px}.price-display span{font-size:1.5rem;vertical-align:super}.calc-details{margin-bottom:30px;font-size:.9rem;opacity:.7}.testimonials-section{background:var(--white)}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.testimonial-card{background:var(--light-gray);padding:30px;border-radius:10px;position:relative;transition:.3s}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000000d}.quote-icon{color:var(--orange);margin-bottom:20px;opacity:.3}.testimonial-card p{font-style:italic;margin-bottom:20px;color:var(--text-dark)}.client-info strong{display:block;color:var(--navy);font-size:1.1rem}.client-info span{font-size:.8rem;color:var(--text-light)}.faq-section{background:var(--light-gray)}.faq-container{max-width:800px;margin:0 auto}.faq-item{background:var(--white);margin-bottom:15px;border-radius:5px;overflow:hidden;box-shadow:0 2px 5px #00000005}.faq-question{padding:20px 25px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-weight:600;color:var(--navy);transition:.3s}.faq-question:hover{background:#ff6a000d}.faq-answer{padding:0 25px;max-height:0;overflow:hidden;transition:.3s ease-out;color:var(--text-light);font-size:.95rem}.faq-item.active .faq-answer{padding:0 25px 20px;max-height:200px}.faq-item.active .faq-question i{transform:rotate(180deg);color:var(--orange)}.contact-section{background:var(--white)}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.contact-info h2{font-size:2.5rem;color:var(--navy);margin-bottom:20px}.contact-info p{margin-bottom:30px;color:var(--text-light)}.info-item{display:flex;align-items:center;gap:15px;margin-bottom:20px}.info-item i{color:var(--orange);font-size:1.2rem}.contact-form{background:var(--light-gray);padding:40px;border-radius:10px}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;font-weight:600}.form-group input,.form-group textarea{width:100%;padding:12px;border:1px solid #ddd;border-radius:5px;font-family:inherit}.form-group textarea{height:120px;resize:vertical}.form-message{margin-bottom:20px;padding:15px;border-radius:5px;display:none;font-size:.9rem;font-weight:600;text-align:center}.form-message.success{display:block;background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.form-message.error{display:block;background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.btn:disabled{opacity:.6;cursor:not-allowed}footer{background:var(--navy);color:var(--white);padding:60px 0 20px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px;margin-bottom:40px}.footer-about h3{font-size:1.5rem;margin-bottom:20px}.footer-links h4,.footer-contact h4{margin-bottom:20px;text-transform:uppercase;font-size:1rem;color:var(--orange)}.footer-links ul li{margin-bottom:10px}.footer-links a{color:#ffffffb3}.footer-links a:hover{color:var(--white)}.footer-bottom{text-align:center;padding-top:20px;border-top:1px solid rgba(255,255,255,.1);font-size:.8rem;color:#ffffff80}.whatsapp-float{position:fixed;bottom:30px;right:30px;background-color:#25d366;color:#fff;border-radius:50px;text-align:center;font-size:30px;box-shadow:2px 2px 3px #999;z-index:100;width:60px;height:60px;display:flex;align-items:center;justify-content:center;transition:.3s}.whatsapp-float:hover{transform:scale(1.1);background-color:#128c7e}@media(max-width:992px){.calc-container,.contact-grid,.testimonials-grid{grid-template-columns:1fr}.hero h1{font-size:2.5rem}.stats-grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media(max-width:768px){.nav-links{display:none}.hero h1,.section-title h2{font-size:2rem}.footer-grid,.process-grid,.stats-grid{grid-template-columns:1fr}.stats-bar{margin-top:-30px;padding:20px 0}.stat-item{margin-bottom:15px}.stat-item:last-child{margin-bottom:0}}
