*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;line-height:1.7;color:#2d3748;background:#fff}
img{max-width:100%;height:auto;display:block}
a{color:#0d7377;text-decoration:none;transition:color .2s}
a:hover{color:#14919b}
.container{width:90%;max-width:1180px;margin:0 auto}
.flex{display:flex}
.flex-wrap{flex-wrap:wrap}
.flex-col{flex-direction:column}
.align-center{align-items:center}
.justify-center{justify-content:center}
.justify-between{justify-content:space-between}
.text-center{text-align:center}
.gap-1{gap:.5rem}
.gap-2{gap:1rem}
.gap-3{gap:1.5rem}
.gap-4{gap:2rem}

header{background:linear-gradient(135deg,#0d7377 0%,#14919b 100%);padding:1rem 0;position:sticky;top:0;z-index:100;box-shadow:0 2px 20px rgba(0,0,0,.15)}
.nav-wrap{display:flex;justify-content:space-between;align-items:center}
.logo{font-size:1.5rem;font-weight:700;color:#fff;letter-spacing:.5px}
.logo span{color:#80deea}
nav ul{display:flex;gap:2rem;list-style:none}
nav a{color:#e0f7fa;font-weight:500;padding:.5rem 0;position:relative}
nav a::after{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;background:#fff;transition:width .3s}
nav a:hover{color:#fff}
nav a:hover::after{width:100%}
.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:.5rem}
.hamburger span{width:28px;height:3px;background:#fff;border-radius:2px;transition:all .3s}
@media(max-width:768px){
nav ul{position:fixed;top:70px;left:-100%;width:100%;height:calc(100vh - 70px);background:#0d7377;flex-direction:column;align-items:center;justify-content:flex-start;padding-top:3rem;gap:0;transition:left .3s}
nav ul.active{left:0}
nav li{width:100%;text-align:center;border-bottom:1px solid rgba(255,255,255,.1)}
nav a{display:block;padding:1.2rem}
.hamburger{display:flex}
}

.hero{background:linear-gradient(rgba(13,115,119,.85),rgba(20,145,155,.85)),url('../img/hero-ev.jpg') center/cover no-repeat;min-height:85vh;display:flex;align-items:center;color:#fff}
.hero-content{max-width:700px}
.hero h1{font-size:clamp(2rem,5vw,3.2rem);margin-bottom:1.5rem;line-height:1.2}
.hero p{font-size:1.15rem;margin-bottom:2rem;opacity:.95}
.btn{display:inline-block;padding:.9rem 2.2rem;border-radius:50px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;transition:all .3s;border:none;cursor:pointer;font-size:.95rem}
.btn-primary{background:#fff;color:#0d7377}
.btn-primary:hover{background:#e0f7fa;transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.2)}
.btn-secondary{background:#14919b;color:#fff;border:2px solid #fff}
.btn-secondary:hover{background:#fff;color:#14919b}
.btn-dark{background:#2d3748;color:#fff}
.btn-dark:hover{background:#1a202c}

section{padding:5rem 0}
.bg-light{background:#f7fafc}
.bg-gradient{background:linear-gradient(180deg,#f0f9f9 0%,#fff 100%)}
.bg-dark{background:#1a202c;color:#e2e8f0}
.section-header{margin-bottom:3.5rem}
.section-header h2{font-size:clamp(1.8rem,4vw,2.5rem);color:#1a202c;margin-bottom:.8rem;position:relative;display:inline-block}
.section-header h2::after{content:'';position:absolute;bottom:-10px;left:0;width:60px;height:4px;background:linear-gradient(90deg,#0d7377,#14919b);border-radius:2px}
.bg-dark .section-header h2{color:#fff}
.section-header p{color:#718096;font-size:1.1rem;max-width:600px}

.intro-grid{display:flex;flex-wrap:wrap;gap:3rem;align-items:center}
.intro-text{flex:1;min-width:300px}
.intro-text h3{font-size:1.6rem;color:#0d7377;margin-bottom:1rem}
.intro-text p{margin-bottom:1.2rem;color:#4a5568}
.intro-image{flex:1;min-width:300px;position:relative}
.intro-image img{border-radius:12px;box-shadow:0 20px 50px rgba(0,0,0,.12)}
.intro-image::before{content:'';position:absolute;top:-20px;right:-20px;width:100%;height:100%;border:3px solid #14919b;border-radius:12px;z-index:-1}

.stats-row{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;padding:2rem 0}
.stat-box{text-align:center;padding:2rem;background:#fff;border-radius:16px;box-shadow:0 10px 40px rgba(0,0,0,.06);min-width:180px;flex:1;max-width:260px}
.stat-box .number{font-size:2.8rem;font-weight:800;color:#0d7377;display:block}
.stat-box .label{color:#718096;font-size:.95rem;margin-top:.5rem}

.services-wrap{display:flex;flex-wrap:wrap;gap:2rem}
.service-card{flex:1;min-width:280px;max-width:380px;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 15px 45px rgba(0,0,0,.08);transition:transform .3s,box-shadow .3s}
.service-card:hover{transform:translateY(-8px);box-shadow:0 25px 60px rgba(0,0,0,.12)}
.service-img{height:180px;background:linear-gradient(135deg,#0d7377,#14919b);display:flex;align-items:center;justify-content:center}
.service-img svg{width:80px;height:80px;fill:#fff;opacity:.9}
.service-body{padding:1.8rem}
.service-body h3{font-size:1.25rem;margin-bottom:.8rem;color:#1a202c}
.service-body p{color:#718096;font-size:.95rem;margin-bottom:1.2rem;line-height:1.6}
.service-price{font-size:1.4rem;font-weight:700;color:#0d7377;margin-bottom:1rem}
.service-price span{font-size:.9rem;font-weight:400;color:#a0aec0}

.features-list{display:flex;flex-wrap:wrap;gap:2.5rem}
.feature-item{flex:1;min-width:260px;padding:2rem;background:#fff;border-radius:12px;border-left:4px solid #14919b;box-shadow:0 8px 30px rgba(0,0,0,.05)}
.feature-item h4{font-size:1.15rem;color:#1a202c;margin-bottom:.6rem}
.feature-item p{color:#718096;font-size:.95rem}

.testimonials-wrap{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}
.testimonial{flex:1;min-width:300px;max-width:400px;background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 12px 40px rgba(0,0,0,.06);position:relative}
.testimonial::before{content:'"';position:absolute;top:15px;left:20px;font-size:5rem;color:#e2e8f0;font-family:Georgia,serif;line-height:1}
.testimonial p{position:relative;z-index:1;font-style:italic;color:#4a5568;margin-bottom:1.5rem;padding-top:1rem}
.testimonial-author{display:flex;align-items:center;gap:1rem}
.testimonial-author img{width:50px;height:50px;border-radius:50%;object-fit:cover}
.testimonial-author .info strong{display:block;color:#1a202c}
.testimonial-author .info span{font-size:.85rem;color:#a0aec0}

.cta-section{background:linear-gradient(135deg,#0d7377 0%,#14919b 50%,#0d7377 100%);color:#fff;text-align:center;padding:5rem 2rem}
.cta-section h2{font-size:clamp(1.8rem,4vw,2.4rem);margin-bottom:1rem}
.cta-section p{max-width:600px;margin:0 auto 2rem;opacity:.9;font-size:1.1rem}

.process-steps{display:flex;flex-wrap:wrap;gap:2rem;counter-reset:step}
.process-step{flex:1;min-width:220px;position:relative;padding:2rem;padding-top:4rem;background:#fff;border-radius:12px;box-shadow:0 10px 35px rgba(0,0,0,.06)}
.process-step::before{counter-increment:step;content:counter(step);position:absolute;top:-20px;left:50%;transform:translateX(-50%);width:50px;height:50px;background:linear-gradient(135deg,#0d7377,#14919b);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:700}
.process-step h4{text-align:center;margin-bottom:.8rem;color:#1a202c}
.process-step p{text-align:center;color:#718096;font-size:.95rem}

.contact-wrap{display:flex;flex-wrap:wrap;gap:4rem}
.contact-info{flex:1;min-width:280px}
.contact-info h3{font-size:1.5rem;margin-bottom:1.5rem;color:#0d7377}
.contact-item{display:flex;gap:1rem;margin-bottom:1.5rem}
.contact-item svg{width:24px;height:24px;fill:#14919b;flex-shrink:0;margin-top:3px}
.contact-item div strong{display:block;color:#1a202c;margin-bottom:.2rem}
.contact-item div span{color:#718096}
.contact-form{flex:1.2;min-width:320px;background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 15px 50px rgba(0,0,0,.08)}
.contact-form h3{font-size:1.4rem;margin-bottom:1.5rem;color:#1a202c}
.form-group{margin-bottom:1.2rem}
.form-group label{display:block;margin-bottom:.4rem;font-weight:500;color:#4a5568}
.form-group input,.form-group select,.form-group textarea{width:100%;padding:.9rem 1.1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:border-color .2s,box-shadow .2s}
.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#14919b;box-shadow:0 0 0 3px rgba(20,145,155,.15)}
.form-group textarea{resize:vertical;min-height:120px}
.form-submit{width:100%;padding:1rem;font-size:1.05rem}

.about-hero{background:linear-gradient(rgba(26,32,44,.8),rgba(13,115,119,.7)),url('../img/about-bg.jpg') center/cover no-repeat;min-height:50vh;display:flex;align-items:center;justify-content:center;color:#fff;text-align:center}
.about-hero h1{font-size:clamp(2rem,5vw,3rem);margin-bottom:1rem}
.about-hero p{max-width:600px;opacity:.9}

.timeline{position:relative;padding:2rem 0}
.timeline::before{content:'';position:absolute;left:50%;top:0;bottom:0;width:4px;background:#e2e8f0;transform:translateX(-50%)}
.timeline-item{display:flex;justify-content:flex-end;padding-right:calc(50% + 30px);position:relative;margin-bottom:3rem}
.timeline-item:nth-child(even){justify-content:flex-start;padding-right:0;padding-left:calc(50% + 30px)}
.timeline-item::before{content:'';position:absolute;left:50%;top:20px;width:16px;height:16px;background:#14919b;border:4px solid #fff;border-radius:50%;transform:translateX(-50%);box-shadow:0 3px 10px rgba(0,0,0,.15)}
.timeline-content{background:#fff;padding:1.8rem;border-radius:12px;box-shadow:0 8px 30px rgba(0,0,0,.08);max-width:420px}
.timeline-content h4{color:#0d7377;margin-bottom:.5rem}
.timeline-content p{color:#718096;font-size:.95rem}
@media(max-width:768px){
.timeline::before{left:20px}
.timeline-item,.timeline-item:nth-child(even){padding-left:50px;padding-right:0;justify-content:flex-start}
.timeline-item::before{left:20px}
}

.team-grid{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}
.team-member{flex:1;min-width:250px;max-width:300px;text-align:center;padding:2rem;background:#fff;border-radius:16px;box-shadow:0 12px 40px rgba(0,0,0,.06)}
.team-member img{width:120px;height:120px;border-radius:50%;object-fit:cover;margin:0 auto 1.2rem;border:4px solid #e0f7fa}
.team-member h4{color:#1a202c;margin-bottom:.3rem}
.team-member span{color:#14919b;font-size:.9rem}
.team-member p{color:#718096;font-size:.9rem;margin-top:.8rem}

footer{background:#1a202c;color:#a0aec0;padding:4rem 0 2rem}
.footer-grid{display:flex;flex-wrap:wrap;gap:3rem;margin-bottom:3rem}
.footer-col{flex:1;min-width:200px}
.footer-col h4{color:#fff;font-size:1.1rem;margin-bottom:1.2rem;position:relative;padding-bottom:.8rem}
.footer-col h4::after{content:'';position:absolute;bottom:0;left:0;width:40px;height:3px;background:#14919b;border-radius:2px}
.footer-col p{margin-bottom:.8rem;line-height:1.6}
.footer-col ul{list-style:none}
.footer-col li{margin-bottom:.6rem}
.footer-col a{color:#a0aec0;transition:color .2s}
.footer-col a:hover{color:#14919b}
.footer-bottom{border-top:1px solid #2d3748;padding-top:2rem;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem}
.footer-bottom p{font-size:.9rem}
.footer-links{display:flex;gap:1.5rem}
.footer-links a{font-size:.9rem}

.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:#1a202c;color:#e2e8f0;padding:1.2rem 2rem;display:none;z-index:1000;box-shadow:0 -5px 30px rgba(0,0,0,.2)}
.cookie-banner.show{display:block}
.cookie-content{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;max-width:1200px;margin:0 auto}
.cookie-content p{flex:1;min-width:280px;font-size:.95rem}
.cookie-content p a{color:#14919b;text-decoration:underline}
.cookie-buttons{display:flex;gap:.8rem}
.cookie-btn{padding:.6rem 1.4rem;border-radius:6px;border:none;cursor:pointer;font-weight:500;transition:all .2s}
.cookie-accept{background:#14919b;color:#fff}
.cookie-accept:hover{background:#0d7377}
.cookie-reject{background:transparent;border:1px solid #4a5568;color:#a0aec0}
.cookie-reject:hover{border-color:#14919b;color:#14919b}

.page-header{background:linear-gradient(135deg,#0d7377,#14919b);color:#fff;padding:4rem 0;text-align:center}
.page-header h1{font-size:clamp(1.8rem,4vw,2.5rem);margin-bottom:.5rem}
.page-header p{opacity:.9}

.legal-content{padding:4rem 0}
.legal-content h2{font-size:1.5rem;color:#1a202c;margin:2rem 0 1rem;padding-top:1rem;border-top:1px solid #e2e8f0}
.legal-content h2:first-child{border-top:none;padding-top:0;margin-top:0}
.legal-content p{margin-bottom:1rem;color:#4a5568}
.legal-content ul{margin:1rem 0 1rem 1.5rem;color:#4a5568}
.legal-content li{margin-bottom:.5rem}

.thanks-page{min-height:80vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#f0f9f9 0%,#fff 100%)}
.thanks-content{text-align:center;padding:3rem;background:#fff;border-radius:20px;box-shadow:0 20px 60px rgba(0,0,0,.08);max-width:550px}
.thanks-icon{width:100px;height:100px;background:linear-gradient(135deg,#0d7377,#14919b);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem}
.thanks-icon svg{width:50px;height:50px;fill:#fff}
.thanks-content h1{font-size:2rem;color:#1a202c;margin-bottom:1rem}
.thanks-content p{color:#718096;margin-bottom:1.5rem}
.thanks-service{background:#f0f9f9;padding:1rem 1.5rem;border-radius:10px;margin-bottom:2rem;color:#0d7377;font-weight:600}

.sticky-cta{position:fixed;bottom:20px;right:20px;z-index:99;opacity:0;visibility:hidden;transform:translateY(20px);transition:all .3s}
.sticky-cta.visible{opacity:1;visibility:visible;transform:translateY(0)}
.sticky-cta a{display:flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#0d7377,#14919b);color:#fff;padding:.9rem 1.6rem;border-radius:50px;font-weight:600;box-shadow:0 8px 30px rgba(13,115,119,.4)}
.sticky-cta a:hover{transform:scale(1.05);box-shadow:0 12px 40px rgba(13,115,119,.5)}

@media(max-width:600px){
section{padding:3rem 0}
.service-card{max-width:100%}
.cookie-content{flex-direction:column;text-align:center}
.cookie-buttons{width:100%;justify-content:center}
}
