*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #2d5016;--secondary-color: #f5e6d3;--accent-color: #d4a574;--text-dark: #333;--text-light: #666;--white: #ffffff;--light-bg: #fafafa}body{font-family:-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;color:var(--text-dark);line-height:1.6;overflow-x:hidden}html{scroll-behavior:smooth}.header{background:var(--white);box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:1000}.promo-banner{background:var(--secondary-color);padding:8px 0;text-align:center;font-size:14px;color:var(--text-dark)}.nav-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700;color:var(--primary-color);text-decoration:none}.nav-links{display:flex;gap:2rem;list-style:none;align-items:center}.nav-links a{color:var(--text-dark);text-decoration:none;font-weight:500;transition:color .3s}.nav-links a:hover{color:var(--primary-color)}.phone-link{background:var(--light-bg);padding:.5rem 1rem;border-radius:5px;color:var(--primary-color);text-decoration:none;font-weight:600}.mobile-menu-toggle{display:none;background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--text-dark)}.hero-section{position:relative;height:90vh;min-height:600px;overflow:hidden}.hero-gallery{position:relative;width:100%;height:100%}.hero-slide{position:absolute;width:100%;height:100%;opacity:0;transition:opacity 1s ease-in-out}.hero-slide.active{opacity:1}.hero-slide img{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0000004d,#00000080);z-index:2}.hero-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:var(--white);z-index:3;max-width:800px;padding:2rem}.hero-content h1{font-size:3rem;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.5);line-height:1.2}.hero-content p{font-size:1.3rem;margin-bottom:2rem;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.cta-button{background:var(--secondary-color);color:var(--text-dark);padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border:none;border-radius:5px;cursor:pointer;transition:transform .3s,box-shadow .3s;text-decoration:none;display:inline-block}.cta-button:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0000004d}.gallery-controls{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;gap:1rem;z-index:4}.gallery-dot{width:12px;height:12px;border-radius:50%;background:#ffffff80;border:2px solid var(--white);cursor:pointer;transition:background .3s}.gallery-dot.active{background:var(--white)}.gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#fff3;border:none;color:var(--white);font-size:2rem;padding:1rem;cursor:pointer;z-index:4;transition:background .3s;border-radius:5px}.gallery-arrow:hover{background:#fff6}.gallery-arrow.prev{left:2rem}.gallery-arrow.next{right:2rem}.section{padding:5rem 2rem;max-width:1200px;margin:0 auto}.section-title{text-align:center;font-size:2.5rem;color:var(--primary-color);margin-bottom:3rem;position:relative}.section-title:after{content:"";display:block;width:80px;height:4px;background:var(--accent-color);margin:1rem auto}.about-section{background:var(--white)}.about-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;margin-top:2rem}.about-card{padding:2.5rem;background:var(--white);border-radius:15px;box-shadow:0 4px 20px #00000014;transition:transform .3s,box-shadow .3s;text-align:center;border-top:4px solid var(--accent-color)}.about-card:hover{transform:translateY(-8px);box-shadow:0 8px 30px #0000001f}.card-icon{font-size:3.5rem;margin-bottom:1.5rem;display:block}.about-card h3{color:var(--primary-color);margin-bottom:1rem;font-size:1.4rem;font-weight:700}.about-card p{color:var(--text-light);line-height:1.8;font-size:1rem}.tutors-section{background:var(--light-bg)}.tutors-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}.tutor-feature{background:var(--white);padding:2rem;border-radius:15px;box-shadow:0 4px 15px #00000014;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden}.tutor-feature:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,var(--accent-color),var(--primary-color))}.tutor-feature:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0000001f}.tutor-number{width:50px;height:50px;background:linear-gradient(135deg,var(--accent-color),var(--primary-color));color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;box-shadow:0 4px 10px #2d501633}.tutor-feature h4{color:var(--primary-color);margin-bottom:.75rem;font-size:1.2rem;font-weight:700}.tutor-feature p{color:var(--text-light);line-height:1.7;font-size:.95rem;margin:0}.benefits-section{background:var(--white)}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;margin-top:2rem;max-width:1000px;margin-left:auto;margin-right:auto}.benefit-item{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem 1.5rem;background:var(--white);border-left:4px solid var(--secondary-color);transition:background .3s,transform .2s}.benefit-item:hover{background:var(--light-bg);transform:translate(5px)}.benefit-checkmark{color:var(--primary-color);font-size:1.3rem;font-weight:700;flex-shrink:0;margin-top:.1rem}.benefit-item p{color:var(--text-dark);margin:0;line-height:1.6;font-size:.95rem}.benefits-info{margin-top:3rem;text-align:center;color:var(--text-light);max-width:800px;margin-left:auto;margin-right:auto}.benefits-info p{margin-bottom:1rem;line-height:1.8;font-size:.95rem}.benefits-info p:last-child{margin-bottom:0}.benefits-cta{margin-top:1.5rem!important;color:var(--primary-color)!important;font-size:1.1rem!important}.testimonials-section{background:var(--light-bg)}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:0;margin-top:3rem;max-width:900px;margin-left:auto;margin-right:auto}.testimonial-card{background:var(--white);padding:2rem;border-bottom:1px solid #e0e0e0;position:relative}.testimonial-card:first-child{border-radius:10px 10px 0 0}.testimonial-card:last-child{border-radius:0 0 10px 10px;border-bottom:none}.testimonial-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.testimonial-profile{display:flex;align-items:center;gap:1rem}.profile-icon{width:45px;height:45px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white);font-weight:700;font-size:1.2rem;flex-shrink:0}.profile-info{display:flex;flex-direction:column;gap:.15rem}.profile-name{font-weight:600;color:var(--text-dark);font-size:1rem}.profile-reviews{font-size:.875rem;color:var(--text-light)}.testimonial-rating{display:flex;align-items:center;gap:.875rem;margin-bottom:1.25rem}.stars{color:gold;font-size:1.1rem;letter-spacing:1px}.review-time{color:var(--text-light);font-size:.875rem}.testimonial-text{color:var(--text-dark);line-height:1.8;font-size:1rem;margin:0}.faq-section{background:var(--white)}.faq-list{max-width:800px;margin:2rem auto 0}.faq-item{margin-bottom:1rem;border:1px solid #e0e0e0;border-radius:5px;overflow:hidden}.faq-question{background:var(--light-bg);padding:1.5rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-weight:600;color:var(--text-dark);transition:background .3s}.faq-question:hover{background:var(--secondary-color)}.faq-answer{padding:0 1.5rem;max-height:0;overflow:hidden;transition:max-height .3s ease-out,padding .3s;color:var(--text-light)}.faq-item.active .faq-answer{max-height:500px;padding:1.5rem}.faq-toggle{font-size:1.5rem;color:var(--primary-color);transition:transform .3s}.faq-item.active .faq-toggle{transform:rotate(180deg)}.contact-section{background:var(--light-bg)}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;margin-top:2rem}.contact-info{background:var(--white);padding:2rem;border-radius:10px;box-shadow:0 2px 10px #0000001a}.contact-info h3{color:var(--primary-color);margin-bottom:1.5rem;font-size:1.5rem}.contact-info p{color:var(--text-light);margin-bottom:1rem;line-height:1.8}.contact-info a{color:var(--primary-color);text-decoration:none}.whatsapp-button{background:#25d366;color:var(--white);padding:1rem 2rem;border-radius:5px;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;margin-top:1rem;font-weight:600;transition:background .3s}.whatsapp-button:hover{background:#20ba5a}.contact-form{background:var(--white);padding:2rem;border-radius:10px;box-shadow:0 2px 10px #0000001a}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:var(--text-dark);font-weight:500}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:1px solid #e0e0e0;border-radius:5px;font-family:inherit;font-size:1rem;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-color)}.form-group textarea{resize:vertical;min-height:120px}.submit-button{background:var(--primary-color);color:var(--white);padding:1rem 2rem;border:none;border-radius:5px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .3s;width:100%}.submit-button:hover{background:#1f3a0f}.map-container{margin-top:2rem;border-radius:10px;overflow:hidden;box-shadow:0 2px 10px #0000001a;height:400px;background:var(--light-bg);display:flex;align-items:center;justify-content:center;color:var(--text-light)}.footer{background:var(--primary-color);color:var(--white);padding:3rem 2rem 1rem}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{margin-bottom:1rem;font-size:1.2rem}.footer-section a{color:var(--white);text-decoration:none;display:block;margin-bottom:.5rem;opacity:.9;transition:opacity .3s}.footer-section a:hover{opacity:1}.social-links{display:flex;gap:.75rem;margin-top:1rem;align-items:center}.social-link{width:42px;height:42px;min-width:42px;min-height:42px;border-radius:50%;background:#ffffff26;display:flex;align-items:center;justify-content:center;transition:all .3s;color:var(--white);text-decoration:none;position:relative;flex-shrink:0}.social-link svg{width:20px;height:20px;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);margin:0;padding:0}.social-link:hover{background:#ffffff40;transform:translateY(-2px)}.footer-bottom{max-width:1200px;margin:0 auto;padding-top:2rem;border-top:1px solid rgba(255,255,255,.2);text-align:center;opacity:.8;font-size:.9rem}.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:var(--secondary-color);padding:1.5rem;box-shadow:0 -2px 10px #0000001a;z-index:1001;display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;border-radius:10px 10px 0 0}.cookie-banner.hidden{display:none}.cookie-content{flex:1;margin-right:1rem}.cookie-content h4{margin-bottom:.5rem;color:var(--text-dark)}.cookie-content p{color:var(--text-light);font-size:.9rem}.cookie-accept{background:var(--primary-color);color:var(--white);padding:.75rem 1.5rem;border:none;border-radius:5px;cursor:pointer;font-weight:600;transition:background .3s}.cookie-accept:hover{background:#1f3a0f}@media(max-width:768px){.nav-links{display:none;position:absolute;top:100%;left:0;right:0;background:var(--white);flex-direction:column;padding:1rem;box-shadow:0 2px 10px #0000001a}.nav-links.active{display:flex}.mobile-menu-toggle{display:block}.hero-content h1{font-size:2rem}.hero-content p{font-size:1.1rem}.gallery-arrow{display:none}.section{padding:3rem 1rem}.section-title{font-size:2rem}.about-grid{grid-template-columns:1fr;gap:2rem}.about-card{padding:2rem}.card-icon{font-size:3rem}.tutors-grid{grid-template-columns:1fr;gap:1.5rem}.tutor-feature{padding:1.5rem}.benefits-grid{grid-template-columns:1fr;gap:.5rem}.benefit-item{padding:1rem 1.25rem}.benefits-info{text-align:left;padding:0 1rem}.testimonials-grid{grid-template-columns:1fr;max-width:100%}.testimonial-card{padding:1.5rem}.testimonial-profile{gap:.75rem}.profile-icon{width:40px;height:40px;font-size:1.1rem}.social-links{flex-wrap:wrap;justify-content:flex-start}.cookie-banner{flex-direction:column;text-align:center}.cookie-content{margin-right:0;margin-bottom:1rem}}
