*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:#212121;scroll-behavior:smooth}html{scroll-behavior:smooth}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#00897b;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#00695c}.App{text-align:left}.section-title{font-size:2.5rem;font-weight:700;color:#212121;margin-bottom:3rem;text-align:center}.cta-button{padding:1rem 2rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:1rem;text-decoration:none;display:inline-block;text-align:center}.cta-button.primary:hover{background:#e65100;transform:translateY(-2px);box-shadow:0 5px 15px #ff6f004d}.cta-button.secondary:hover{background:#00897b;color:#fff;transform:translateY(-2px)}@media (max-width: 768px){.section-title{font-size:2rem}.container{padding:0 1rem}}.text-center{text-align:center}.mb-2{margin-bottom:2rem}.mt-2{margin-top:2rem}.hidden-mobile{display:block}@media (max-width: 768px){.hidden-mobile{display:none}}.header{background:#fff;box-shadow:0 2px 10px #0000001a;position:fixed;top:0;width:100%;z-index:1000}.header-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo-text{font-size:1.5rem;font-weight:700;color:#00897b;text-decoration:none}.nav{display:flex;gap:2rem}.nav a{text-decoration:none;color:#212121;font-weight:500;transition:color .3s ease}.nav a:hover{color:#00897b}.nav-cta{padding:.75rem 1.5rem;font-size:.9rem}.mobile-menu-btn{display:none;flex-direction:column;background:none;border:none;cursor:pointer;gap:4px}.mobile-menu-btn span{width:25px;height:3px;background:#212121;transition:.3s}.contact-link{color:#fff;text-decoration:none}@media (max-width: 768px){.nav{display:none}.nav-open{display:flex;flex-direction:column;position:absolute;top:100%;left:0;width:100%;background:#fff;padding:2rem;box-shadow:0 5px 10px #0000001a}.nav-cta{display:none}.mobile-menu-btn{display:flex}}.hero{background:linear-gradient(135deg,#fff,#f8f9fa);padding:8rem 2rem 4rem;min-height:100vh;display:flex;align-items:center}.hero-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-title{font-size:3rem;font-weight:700;color:#212121;line-height:1.2;margin-bottom:1.5rem}.highlight{color:#00897b}.hero-subtitle{font-size:1.2rem;color:#666;line-height:1.6;margin-bottom:2.5rem}.hero-buttons{display:flex;gap:1rem;margin-bottom:3rem}.cta-button{padding:1rem 2rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:1rem}.cta-button.primary{background:#ff6f00;color:#fff}.cta-button.primary:hover{background:#e65100;transform:translateY(-2px)}.cta-button.secondary{background:transparent;color:#00897b;border:2px solid #00897B}.contact-link1{color:#00897b;text-decoration:none}.contact-link1:hover{color:#fff}.cta-button.secondary:hover{background:#00897b;color:#fff}.social-proof{border-left:4px solid #00897B;padding-left:1rem}.social-proof p{color:#666;font-style:italic}.hero-image{width:100%;height:400px;object-fit:cover;border-radius:12px;box-shadow:0 20px 40px #0000001a}@media (max-width: 768px){.hero-container{grid-template-columns:1fr;text-align:center;gap:2rem}.hero-title{font-size:2rem}.hero-buttons{flex-direction:column}.hero{padding:6rem 1rem 2rem}}.services{padding:6rem 2rem;background:#f8f9fa}.container{max-width:1200px;margin:0 auto}.section-title{text-align:center;font-size:2.5rem;color:#212121;margin-bottom:3rem;font-weight:700}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.service-card{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 5px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease;border-top:4px solid #00897B;text-align:center;display:flex;flex-direction:column;align-items:center}.service-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px #00000026}.service-image{width:100px;height:100px;margin:0 auto 1.5rem;border-radius:50%;overflow:hidden;box-shadow:0 8px 20px #00897b33;border:3px solid #FFFFFF;background:#fff}.service-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.service-card:hover .service-image img{transform:scale(1.1)}.service-title{font-size:1.5rem;color:#212121;margin-bottom:1rem;font-weight:600}.service-description{color:#666;line-height:1.6;margin-bottom:1.5rem;text-align:center}.service-features{list-style:none;padding:0;text-align:left;width:100%}.service-features li{color:#00897b;position:relative;padding:.5rem 0 .5rem 1.5rem;font-weight:500;border-bottom:1px solid #f0f0f0}.service-features li:last-child{border-bottom:none}.service-features li:before{content:"✓";position:absolute;left:0;color:#ff6f00;font-weight:700}@media (max-width: 768px){.services{padding:4rem 1rem}.section-title{font-size:2rem}.services-grid{grid-template-columns:1fr}.service-card{padding:2rem}.service-image{width:80px;height:80px}}.process{padding:6rem 2rem;background:#fff}.process-steps{display:flex;flex-direction:column;gap:4rem}.process-step{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.process-step:nth-child(2n){direction:rtl}.process-step:nth-child(2n) .step-content{direction:ltr}.step-content{padding:2rem}.step-number{font-size:4rem;font-weight:800;color:#00897b;opacity:.2;line-height:1;margin-bottom:1rem}.step-title{font-size:1.8rem;color:#212121;margin-bottom:1rem;font-weight:600}.step-description{font-size:1.1rem;color:#666;line-height:1.6}.step-image img{width:100%;height:300px;object-fit:cover;border-radius:12px;box-shadow:0 10px 30px #0000001a}@media (max-width: 768px){.process-step{grid-template-columns:1fr;gap:2rem}.process-step:nth-child(2n){direction:ltr}.step-number{font-size:3rem}.step-title{font-size:1.5rem}}.case-studies{padding:6rem 2rem;background:#f8f9fa}.section-subtitle{text-align:center;font-size:1.2rem;color:#666;margin-bottom:4rem;max-width:600px;margin-left:auto;margin-right:auto}.case-studies-grid{display:flex;flex-direction:column;gap:4rem;max-width:1000px;margin:0 auto}.case-study-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px #0000001a;display:grid;grid-template-columns:1fr 1fr}.case-study-image img{width:100%;height:100%;object-fit:cover}.case-study-content{padding:2.5rem}.case-study-header{margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #00897B}.company-name{font-size:1.5rem;color:#212121;margin-bottom:.5rem;font-weight:600}.industry{color:#ff6f00;font-weight:600;text-transform:uppercase;font-size:.9rem}.case-study-section{margin-bottom:1.5rem}.case-study-section h4{color:#00897b;margin-bottom:.5rem;font-weight:600}.case-study-section p{color:#666;line-height:1.6}.results-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2rem}.result-item{text-align:center;padding:1rem;background:#f8f9fa;border-radius:8px}.result-value{font-size:1.5rem;font-weight:700;color:#00897b;margin-bottom:.5rem}.result-label{font-size:.8rem;color:#666;text-transform:uppercase;font-weight:600}@media (max-width: 768px){.case-study-card,.results-grid{grid-template-columns:1fr}.case-study-content{padding:1.5rem}}.contact{padding:6rem 2rem;background:#fff}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;max-width:1000px;margin:0 auto}.contact-info{padding-right:2rem}.contact-description{font-size:1.1rem;color:#666;line-height:1.6;margin-bottom:2rem}.contact-details{margin-bottom:3rem}.contact-item{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #eee}.contact-item strong{display:block;color:#212121;margin-bottom:.5rem}.contact-item span{color:#00897b;font-weight:500}.direct-call{background:#f8f9fa;padding:2rem;border-radius:12px;border-left:4px solid #FF6F00}.direct-call h3{color:#212121;margin-bottom:.5rem}.direct-call p{color:#666;margin-bottom:1.5rem}.contact-form-container{background:#f8f9fa;padding:2.5rem;border-radius:12px}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group input,.form-group textarea{padding:1rem;border:1px solid #ddd;border-radius:8px;font-size:1rem;transition:border-color .3s ease;background:#fff}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#00897b}.cta-button.full-width{width:100%;margin-top:1rem}@media (max-width: 768px){.contact-grid{grid-template-columns:1fr;gap:2rem}.contact-info{padding-right:0}.contact-form-container{padding:1.5rem}}.footer{background:#212121;color:#fff;padding:4rem 2rem 2rem}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-section h4{color:#ff6f00;margin-bottom:1.5rem;font-weight:600}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:.8rem}.footer-section ul li a{color:#ccc;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#fff}.footer-description{color:#ccc;line-height:1.6;margin-top:1rem}.social-links{display:flex;gap:1rem;flex-wrap:wrap}.social-links a{color:#ccc;text-decoration:none;transition:color .3s ease}.social-links a:hover{color:#ff6f00}.footer-bottom{border-top:1px solid #444;padding-top:2rem;display:flex;justify-content:space-between;align-items:center;color:#999;font-size:.9rem}@media (max-width: 768px){.footer-content{grid-template-columns:1fr;gap:2rem;text-align:center}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.social-links{justify-content:center}}
