.navbar{background:linear-gradient(135deg,#e6e6e3 0%,#2b2a2a 100%);box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:1000}.nav-content{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.brand{display:flex;align-items:center;text-decoration:none;color:#fff;font-size:1.5rem;font-weight:700;transition:transform .3s ease}.brand:hover{transform:scale(1.05)}.brand-logo{width:100px;height:100px;margin-right:.5rem;object-fit:contain;border-radius:600px}.brand-text{background:linear-gradient(45deg,#FFD700,#FFA500);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-menu{display:flex;list-style:none;margin:0;padding:0}.nav-menu li{margin:0 .5rem}.nav-link{color:#fff;font-size:21px;text-decoration:none;padding:.5rem 1rem;border-radius:50px;transition:all .3s ease;font-weight:500}.nav-link:hover{background-color:#ffffff1a;transform:translateY(-2px)}.nav-link.active{background-color:#fff3;color:gold}.mobile-menu-btn{display:none;background:none;border:none;color:#fff;cursor:pointer;padding:.5rem}.mobile-menu{display:none}@media (max-width: 768px){.desktop-menu{display:none}.mobile-menu-btn{display:block}.mobile-menu{display:flex;position:absolute;top:100%;left:0;right:0;background:linear-gradient(135deg,#2b1a0e 0%,#A0522D 100%);flex-direction:column;padding:1rem 0;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease;box-shadow:0 4px 6px #0000001a}.mobile-menu.open{transform:translateY(0);opacity:1;visibility:visible}.mobile-menu li{margin:.25rem 0}.nav-link{display:block;padding:.75rem 1rem;text-align:center}}footer.footer{background:#1a1a1a!important;color:#fff!important;padding:3rem 0 1rem;margin-top:4rem}.footer-content{display:grid;grid-template-columns:2fr 1fr 1.5fr 1fr;gap:3rem;margin-bottom:2rem;background:transparent;align-items:start}.footer-section{background:transparent}.footer-section h3,.footer-section h4{margin-bottom:1.5rem;color:gold;font-weight:600}.footer-section h3{font-size:1.4rem}.footer-section h4{font-size:1.1rem;border-bottom:2px solid #FFD700;padding-bottom:.5rem;display:inline-block}.footer-brand{display:flex;align-items:center;margin-bottom:1rem}.footer-brand .brand-icon{margin-right:.5rem;color:gold;font-size:1.5rem}.footer-description{line-height:1.6;color:#e0e0e0;font-size:.95rem}.footer-links{list-style:none;padding:0}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#e0e0e0;text-decoration:none;transition:color .3s ease;font-size:.95rem}.footer-links a:hover{color:gold}.footer .contact-info{display:flex;flex-direction:column;background:transparent!important}.footer .contact-item{display:flex;align-items:center;color:#e0e0e0!important;background:transparent!important;font-size:.95rem;margin-bottom:.5rem}.footer .contact-icon{margin-right:.5rem;color:gold!important;font-size:1.1rem}.course-features{list-style:none;padding:0}.course-features li{margin-bottom:.5rem;color:#ccc;padding-left:.5rem}.footer-bottom{border-top:1px solid #444;padding-top:1rem;text-align:center;color:#999;font-size:.9rem}.footer-bottom p{margin:.25rem 0}@media (max-width: 768px){.footer{padding:2rem 0 1rem}.footer-content{grid-template-columns:1fr;gap:1.5rem}.footer-section{text-align:center}.contact-item{justify-content:center}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden}.hero-background{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#e6e6e6 0%,#2b2b2b 100%);z-index:-2}.hero-background:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="brush" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse"><path d="M0,10 Q10,0 20,10 Q10,20 0,10" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23brush)"/></svg>');opacity:.5}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(14,13,13,.3);z-index:-1}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;min-height:80vh}.hero-text{color:#fff}.hero-title{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.highlight{color:gold;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.hero-subtitle{font-size:1.2rem;line-height:1.6;margin-bottom:2rem;opacity:.9;max-width:500px}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.btn-primary{background:linear-gradient(45deg,#FFD700,#FFA500);color:#242322;font-weight:700;border:none;box-shadow:0 4px 15px #ffd7004d}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 6px 20px #ffd70066}.btn-outline{background:transparent;border:2px solid white;color:#fff}.btn-outline:hover{background:white;color:#1b1a1a}.hero-stats{display:flex;flex-direction:column;gap:2rem}.stat-item{display:flex;align-items:center;background:rgba(255,255,255,.1);padding:1.5rem;border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);transition:transform .3s ease}.stat-item:hover{transform:translate(10px)}.stat-icon{background:linear-gradient(45deg,#FFD700,#FFA500);color:#383635;padding:1rem;border-radius:50%;margin-right:1rem;font-size:1.5rem}.stat-content h3{font-size:2rem;font-weight:700;margin:0;color:gold}.stat-content p{margin:0;opacity:.9;font-size:1rem}@media (max-width: 768px){.hero-content{grid-template-columns:1fr;gap:2rem;text-align:center}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1rem}.hero-buttons{justify-content:center}.hero-stats{flex-direction:row;flex-wrap:wrap;justify-content:center}.stat-item{flex:1;min-width:150px;flex-direction:column;text-align:center}.stat-icon{margin-right:0;margin-bottom:.5rem}}@media (max-width: 480px){.hero-title{font-size:2rem}.hero-buttons{flex-direction:column;align-items:center}.btn{width:100%;max-width:250px}}.features{padding:5rem 0;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{background:white;padding:2rem;border-radius:15px;text-align:center;box-shadow:0 5px 15px #00000014;transition:all .3s ease;border:1px solid rgba(139,69,19,.1)}.feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000026;border-color:#2b1a0e}.feature-icon{width:80px;height:80px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#2b1a0e,#A0522D);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:2rem;transition:transform .3s ease}.feature-card:hover .feature-icon{transform:scale(1.1)}.feature-title{font-size:1.3rem;color:#2b1a0e;margin-bottom:1rem;font-weight:600}.feature-description{color:#666;line-height:1.6;font-size:.95rem}@media (max-width: 768px){.features{padding:3rem 0}.section-title{font-size:2rem}.features-grid{grid-template-columns:1fr;gap:1.5rem}.feature-card{padding:1.5rem}.feature-icon{width:60px;height:60px;font-size:1.5rem}}.courses-preview{padding:5rem 0;background:white}.courses-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:3rem}.course-content{padding:1.5rem}.course-title{font-size:1.3rem;color:#2b1a0e;margin-bottom:.75rem;font-weight:600}.course-description{color:#666;line-height:1.6;margin-bottom:1rem;font-size:.95rem}.course-price{font-size:1.5rem;font-weight:700;color:#2b1a0e}.courses-cta{text-align:center}@media (max-width: 768px){.courses-preview{padding:3rem 0}.section-title{font-size:2rem}.courses-grid{grid-template-columns:1fr;gap:1.5rem}.course-meta{gap:.75rem}.course-footer{flex-direction:column;gap:1rem;align-items:stretch}.btn{width:100%;text-align:center}}.testimonials{padding:5rem 0;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%)}.section-title{font-size:2.5rem;color:#2b1a0e;margin-bottom:1rem;position:relative}.section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:3px;background:linear-gradient(45deg,#FFD700,#FFA500);border-radius:2px}.section-subtitle{font-size:1.1rem;color:#666;max-width:600px;margin:0 auto;line-height:1.6}.testimonials-container{position:relative;max-width:800px;margin:0 auto}.testimonial-card{background:white;padding:3rem;border-radius:20px;box-shadow:0 10px 30px #0000001a;text-align:center;position:relative;border:1px solid rgba(139,69,19,.1)}.quote-icon{position:absolute;top:-20px;left:50%;transform:translate(-50%);width:40px;height:40px;background:linear-gradient(45deg,#FFD700,#FFA500);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#2b1a0e;font-size:1.2rem}.testimonial-content{position:relative;z-index:1}.testimonial-text{font-size:1.1rem;line-height:1.8;color:#333;margin-bottom:2rem;font-style:italic}.testimonial-rating{display:flex;justify-content:center;gap:.25rem;margin-bottom:2rem}.star{color:#ddd;font-size:1.2rem}.star.filled{color:gold}.testimonial-author{display:flex;align-items:center;justify-content:center;gap:1rem}.author-avatar{width:60px;height:60px;border-radius:50%;object-fit:cover;border:3px solid #FFD700}.author-info{text-align:left}.author-name{font-size:1.1rem;color:#2b1a0e;margin:0 0 .25rem;font-weight:600}.author-details{color:#666;margin:0;font-size:.9rem}.testimonial-dots{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.dot{width:12px;height:12px;border-radius:50%;border:none;background:#ddd;cursor:pointer;transition:all .3s ease}.dot.active{background:#2b1a0e;transform:scale(1.2)}.dot:hover{background:#A0522D}@media (max-width: 768px){.testimonials{padding:3rem 0}.section-title{font-size:2rem}.testimonial-card{padding:2rem 1.5rem}.testimonial-text{font-size:1rem}.testimonial-author{flex-direction:column;text-align:center}.author-info{text-align:center}}.stats{padding:4rem 0;background:linear-gradient(135deg,#2b1a0e 0%,#A0522D 100%);color:#fff}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.stat-item{display:flex;align-items:center;background:rgba(255,255,255,.1);padding:2rem;border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);transition:transform .3s ease}.stat-item:hover{transform:translateY(-5px);background:rgba(255,255,255,.15)}.stat-icon{width:80px;height:80px;background:linear-gradient(45deg,#FFD700,#FFA500);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#2b1a0e;font-size:2rem;margin-right:1.5rem;flex-shrink:0}.stat-content{flex:1}.stat-number{font-size:3rem;font-weight:700;color:gold;line-height:1;margin-bottom:.5rem}.stat-suffix{font-size:2rem;color:gold}.stat-label{font-size:1.2rem;margin-bottom:.5rem;font-weight:600}.stat-description{font-size:.9rem;opacity:.9;margin:0}@media (max-width: 768px){.stats{padding:3rem 0}.stats-grid{grid-template-columns:1fr;gap:1.5rem}.stat-item{flex-direction:column;text-align:center;padding:1.5rem}.stat-icon{margin-right:0;margin-bottom:1rem;width:60px;height:60px;font-size:1.5rem}.stat-number{font-size:2.5rem}.stat-suffix{font-size:1.5rem}}.home{min-height:100vh}.home>*{position:relative;z-index:1}.about{min-height:30px}.about-hero{background:linear-gradient(135deg,#e6e6e6 0%,#2b2b2b 100%);color:#fff;padding:6rem 0 4rem;text-align:center;position:relative;overflow:hidden}.about-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="brush" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse"><path d="M0,10 Q10,0 20,10 Q10,20 0,10" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23brush)"/></svg>');opacity:.5;z-index:0}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;min-height:10vh}.about-intro{padding:5rem 0;background:white}.intro-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.intro-text h2{font-size:2.5rem;color:#2b1a0e;margin-bottom:2rem;position:relative}.intro-text h2:after{content:"";position:absolute;bottom:-10px;left:0;width:60px;height:3px;background:linear-gradient(45deg,#FFD700,#FFA500);border-radius:2px}.intro-text p{font-size:1.1rem;line-height:1.8;color:#666;margin-bottom:1.5rem}.intro-image img{width:100%;height:400px;object-fit:cover;border-radius:15px;box-shadow:0 10px 30px #0000001a}.about-values{padding:5rem 0;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%)}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.value-card{background:white;padding:2rem;border-radius:15px;text-align:center;box-shadow:0 5px 15px #00000014;transition:all .3s ease;border:1px solid rgba(139,69,19,.1)}.value-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000026}.value-icon{width:80px;height:80px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#2b1a0e,#A0522D);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:2rem;transition:transform .3s ease}.value-card:hover .value-icon{transform:scale(1.1)}.value-card h3{font-size:1.3rem;color:#2b1a0e;margin-bottom:1rem;font-weight:600}.value-card p{color:#666;line-height:1.6}.about-timeline{padding:5rem 0;background:white}.timeline{position:relative;max-width:800px;margin:0 auto}.timeline:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#2b1a0e,#A0522D);transform:translate(-50%)}.timeline-item{position:relative;margin-bottom:3rem;width:50%}.timeline-item:nth-child(odd){left:0;padding-right:3rem}.timeline-item:nth-child(2n){left:50%;padding-left:3rem}.timeline-item:before{content:"";position:absolute;width:20px;height:20px;background:#FFD700;border:3px solid #2b1a0e;border-radius:50%;top:0;z-index:1}.timeline-item:nth-child(odd):before{right:-10px}.timeline-item:nth-child(2n):before{left:-10px}.timeline-content{background:white;padding:2rem;border-radius:15px;box-shadow:0 5px 15px #0000001a;border:1px solid rgba(139,69,19,.1)}.timeline-year{font-size:1.5rem;font-weight:700;color:#2b1a0e;margin-bottom:.5rem}.timeline-content h3{font-size:1.3rem;color:#333;margin-bottom:1rem;font-weight:600}.timeline-content p{color:#666;line-height:1.6;margin:0}@media (max-width: 768px){.about-hero{padding:4rem 0 3rem}.hero-title{font-size:2.5rem}.intro-content{grid-template-columns:1fr;gap:2rem}.intro-text h2{font-size:2rem}.intro-image img{height:300px}.section-header h2{font-size:2rem}.values-grid{grid-template-columns:1fr;gap:1.5rem}.timeline:before{left:20px}.timeline-item{width:100%;left:0!important;padding-left:3rem!important;padding-right:0!important}.timeline-item:before{left:10px!important}}.courses{min-height:100vh}.courses-hero{background:linear-gradient(135deg,#e6e6e6 0%,#2b2b2b 100%);color:#fff;padding:6rem 0 4rem;text-align:center;position:relative;overflow:hidden}.courses-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="brush" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse"><path d="M0,10 Q10,0 20,10 Q10,20 0,10" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23brush)"/></svg>');opacity:.5;z-index:0}.courses-filter{padding:2rem 0;background:white;border-bottom:1px solid #eee}.courses-list{padding:4rem 0;background:#f8f9fa}.courses-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}.course-card{background:white;border-radius:15px;overflow:hidden;box-shadow:0 5px 15px #00000014;transition:all .3s ease;border:1px solid rgba(139,69,19,.1)}.course-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000026}.course-image{position:relative;height:200px;overflow:hidden}.course-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.course-card:hover .course-image img{transform:scale(1.05)}.course-level{position:absolute;top:1rem;right:1rem;background:linear-gradient(45deg,#FFD700,#FFA500);color:#2b1a0e;padding:.25rem .75rem;border-radius:15px;font-size:.8rem;font-weight:700}.course-content{padding:2rem}.course-title{font-size:1.5rem;color:#2b1a0e;margin-bottom:1rem;font-weight:600}.course-description{color:#666;line-height:1.6;margin-bottom:1.5rem;font-size:.95rem}.course-meta{display:flex;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.course-features{margin-bottom:2rem}.course-features h4{font-size:1rem;color:#2b1a0e;margin-bottom:.75rem;font-weight:600}.course-features ul{list-style:none;padding:0;margin:0}.course-features li{color:#666;font-size:.9rem;margin-bottom:.25rem;padding-left:1rem;position:relative}.course-features li:before{content:"•";color:#2b1a0e;position:absolute;left:0}.course-footer{display:flex;justify-content:space-between;align-items:center}.course-price{font-size:1.8rem;font-weight:700;color:#2b1a0e}.course-features-section{padding:5rem 0;background:white}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature-item{text-align:center;padding:2rem;background:#f8f9fa;border-radius:15px;transition:all .3s ease}.feature-item:hover{transform:translateY(-5px);background:white;box-shadow:0 10px 25px #0000001a}.feature-icon{width:60px;height:60px;margin:0 auto 1rem;color:#faf9f8;font-size:2rem}.feature-item h3{font-size:1.2rem;color:#2b1a0e;margin-bottom:1rem;font-weight:600}.feature-item p{color:#666;line-height:1.6;margin:0}@media (max-width: 768px){.courses-hero{padding:4rem 0 3rem}.hero-title{font-size:2.5rem}.filter-tabs{gap:.5rem}.filter-tab{padding:.5rem 1rem;font-size:.9rem}.courses-grid{grid-template-columns:1fr;gap:1.5rem}.course-content{padding:1.5rem}.course-meta{gap:.75rem}.course-footer{flex-direction:column;gap:1rem;align-items:stretch}.btn{width:100%;text-align:center}.section-header h2{font-size:2rem}.features-grid{grid-template-columns:1fr;gap:1.5rem}}.teachers{min-height:100vh}.teachers-hero{background:linear-gradient(135deg,#e6e6e6 0%,#2b2b2b 100%);color:#fff;padding:6rem 0 4rem;text-align:center;position:relative;overflow:hidden}.teachers-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="brush" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse"><path d="M0,10 Q10,0 20,10 Q10,20 0,10" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23brush)"/></svg>');opacity:.5;z-index:0}.teachers-stats{padding:4rem 0;background:white}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.stat-item{display:flex;align-items:center;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);padding:2rem;border-radius:15px;transition:transform .3s ease;border:1px solid rgba(139,69,19,.1)}.stat-item:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.stat-icon{width:60px;height:60px;background:linear-gradient(45deg,#2b1a0e,#A0522D);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;margin-right:1rem;flex-shrink:0}.stat-content h3{font-size:2rem;font-weight:700;color:#2b1a0e;margin:0 0 .25rem}.stat-content p{color:#666;margin:0;font-weight:500}.teachers-team{padding:5rem 0;background:#f8f9fa}.teachers-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.teacher-card{background:white;border-radius:15px;overflow:hidden;box-shadow:0 5px 15px #00000014;transition:all .3s ease;border:1px solid rgba(139,69,19,.1)}.teacher-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000026}.teacher-image{position:relative;height:250px;overflow:hidden}.teacher-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.teacher-card:hover .teacher-image img{transform:scale(1.05)}.teacher-rating{position:absolute;top:1rem;right:1rem;background:rgba(255,255,255,.9);padding:.5rem .75rem;border-radius:20px;display:flex;align-items:center;gap:.25rem;font-weight:700;color:#2b1a0e}.star{color:gold;font-size:1rem}.teacher-content{padding:2rem}.teacher-name{font-size:1.5rem;color:#2b1a0e;margin-bottom:.5rem;font-weight:600}.teacher-title{color:#666;font-size:1rem;margin-bottom:1.5rem;font-weight:500}.teacher-info{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.info-item{display:flex;align-items:center;gap:.5rem;color:#666;font-size:.9rem}.info-item svg{color:#2b1a0e;flex-shrink:0}.teacher-description{color:#666;line-height:1.6;margin-bottom:1.5rem;font-size:.95rem}.teacher-achievements h4{font-size:1rem;color:#2b1a0e;margin-bottom:.75rem;font-weight:600}.teacher-achievements ul{list-style:none;padding:0;margin:0}.teacher-achievements li{color:#666;font-size:.9rem;margin-bottom:.25rem;padding-left:1rem;position:relative}.teacher-achievements li:before{content:"•";color:#2b1a0e;position:absolute;left:0}.teaching-philosophy{padding:5rem 0;background:white}.philosophy-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.philosophy-text h2{font-size:2.5rem;color:#2b1a0e;margin-bottom:2rem;position:relative}.philosophy-text h2:after{content:"";position:absolute;bottom:-10px;left:0;width:60px;height:3px;background:linear-gradient(45deg,#FFD700,#FFA500);border-radius:2px}.philosophy-text p{font-size:1.1rem;line-height:1.8;color:#666;margin-bottom:1.5rem}.philosophy-image img{width:100%;height:400px;object-fit:cover;border-radius:15px;box-shadow:0 10px 30px #0000001a}@media (max-width: 768px){.teachers-hero{padding:4rem 0 3rem}.hero-title{font-size:2.5rem}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.stat-item{flex-direction:column;text-align:center;padding:1.5rem}.stat-icon{margin-right:0;margin-bottom:1rem}.section-header h2{font-size:2rem}.teachers-grid{grid-template-columns:1fr;gap:1.5rem}.teacher-content{padding:1.5rem}.philosophy-content{grid-template-columns:1fr;gap:2rem}.philosophy-text h2{font-size:2rem}.philosophy-image img{height:300px}}@media (max-width: 480px){.stats-grid{grid-template-columns:1fr}}.news{min-height:100vh}.news-hero{background:linear-gradient(135deg,#e6e6e6 0%,#2b2b2b 100%);color:#fff;padding:6rem 0 4rem;text-align:center;position:relative;overflow:hidden}.news-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="brush" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse"><path d="M0,10 Q10,0 20,10 Q10,20 0,10" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23brush)"/></svg>');opacity:.5;z-index:0}.hero-title{font-size:3rem;font-weight:700;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3);position:relative;z-index:1}.hero-subtitle{font-size:1.2rem;opacity:.9;max-width:600px;margin:0 auto;position:relative;z-index:1}.news-filter{padding:2rem 0;background:white;border-bottom:1px solid #eee}.filter-tabs{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.filter-tab{padding:.75rem 1.5rem;border:2px solid #2b1a0e;background:transparent;color:#2b1a0e;border-radius:25px;cursor:pointer;font-weight:500;transition:all .3s ease}.filter-tab:hover,.filter-tab.active{background:#2b1a0e;color:#fff}.featured-news{padding:4rem 0;background:#f8f9fa}.section-header{text-align:center;margin-bottom:3rem}.featured-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}.featured-card{background:white;border-radius:15px;overflow:hidden;box-shadow:0 5px 15px #00000014;transition:all .3s ease;border:1px solid rgba(139,69,19,.1)}.featured-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000026}.featured-image{position:relative;height:200px;overflow:hidden}.featured-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.featured-card:hover .featured-image img{transform:scale(1.05)}.featured-badge{position:absolute;top:1rem;right:1rem;background:linear-gradient(45deg,#FFD700,#FFA500);color:#2b1a0e;padding:.25rem .75rem;border-radius:15px;font-size:.8rem;font-weight:700}.featured-content{padding:2rem}.featured-title{font-size:1.3rem;color:#2b1a0e;margin-bottom:1rem;font-weight:600;line-height:1.4}.featured-summary{color:#666;line-height:1.6;margin-bottom:1.5rem;font-size:.95rem}.featured-meta{display:flex;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.meta-item{display:flex;align-items:center;gap:.25rem;color:#666;font-size:.9rem}.meta-item svg{color:#2b1a0e}.read-more{display:flex;align-items:center;gap:.5rem;background:none;border:none;color:#2b1a0e;font-weight:500;cursor:pointer;transition:color .3s ease}.read-more:hover{color:sienna}.news-list{padding:4rem 0;background:white}.news-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.news-card{background:white;border-radius:15px;overflow:hidden;box-shadow:0 5px 15px #00000014;transition:all .3s ease;border:1px solid rgba(139,69,19,.1)}.news-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000026}.news-image{position:relative;height:180px;overflow:hidden}.news-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.news-card:hover .news-image img{transform:scale(1.05)}.news-category{position:absolute;top:1rem;left:1rem;background:rgba(139,69,19,.9);color:#fff;padding:.25rem .75rem;border-radius:15px;font-size:.8rem;font-weight:500}.news-content{padding:1.5rem}.news-title{font-size:1.2rem;color:#2b1a0e;margin-bottom:1rem;font-weight:600;line-height:1.4}.news-summary{color:#666;line-height:1.6;margin-bottom:1.5rem;font-size:.9rem}.news-meta{display:flex;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}@media (max-width: 768px){.news-hero{padding:4rem 0 3rem}.hero-title{font-size:2.5rem}.filter-tabs{gap:.5rem}.filter-tab{padding:.5rem 1rem;font-size:.9rem}.section-header h2{font-size:2rem}.featured-grid,.news-grid{grid-template-columns:1fr;gap:1.5rem}.featured-content,.news-content{padding:1.5rem}.featured-meta,.news-meta{gap:.75rem}}.contact{min-height:100vh}.contact-hero{background:linear-gradient(135deg,#e6e6e6 0%,#2b2b2b 100%);color:#fff;padding:6rem 0 4rem;text-align:center;position:relative;overflow:hidden}.contact-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="brush" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse"><path d="M0,10 Q10,0 20,10 Q10,20 0,10" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23brush)"/></svg>');opacity:.5}.hero-title{font-size:3rem;font-weight:700;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.hero-subtitle{font-size:1.2rem;opacity:.9;max-width:600px;margin:0 auto}.contact-info{background:#f8f9fa}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:2.5rem;color:#2b1a0e;margin-bottom:1rem;position:relative}.section-header h2:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:3px;background:linear-gradient(45deg,#FFD700,#FFA500);border-radius:2px}.section-header p{font-size:1.1rem;color:#666;max-width:600px;margin:0 auto}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.info-card{padding:2rem;border-radius:15px;box-shadow:0 5px 15px #0000004d;transition:all .3s ease;border:1px solid rgba(255,255,255,.1);display:flex;align-items:flex-start;gap:1rem}.info-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000026}.info-icon{width:60px;height:60px;background:linear-gradient(45deg,#2b1a0e,#A0522D);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;flex-shrink:0}.info-content h3{font-size:1.2rem;color:#2b1a0e;margin-bottom:.5rem;font-weight:600}.info-main{font-size:1rem;color:#333;margin-bottom:.25rem;font-weight:500}.info-detail{font-size:.9rem;color:#666;margin:0}.contact-form-section{padding:5rem 0;background:white}.form-map-container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.contact-form-container{background:#f8f9fa;padding:2rem;border-radius:15px;border:1px solid rgba(139,69,19,.1)}.form-header{margin-bottom:2rem}.form-header h3{font-size:1.8rem;color:#2b1a0e;margin-bottom:.5rem;font-weight:600}.form-header p{color:#666;margin:0}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{font-weight:500;color:#2b1a0e;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{padding:.75rem;border:2px solid #e9ecef;border-radius:8px;font-size:1rem;transition:border-color .3s ease;font-family:inherit}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#2b1a0e}.form-group textarea{resize:vertical;min-height:100px}.submit-btn{background:linear-gradient(45deg,#2b1a0e,#A0522D);color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #8b45134d}.success-message{text-align:center;padding:2rem;background:#d4edda;border:1px solid #c3e6cb;border-radius:8px;color:#155724}.success-icon{font-size:3rem;color:#28a745;margin-bottom:1rem}.success-message h4{font-size:1.5rem;margin-bottom:.5rem;color:#155724}.success-message p{margin:0;color:#155724}.map-container{background:#f8f9fa;padding:2rem;border-radius:15px;border:1px solid rgba(139,69,19,.1)}.map-header{margin-bottom:2rem}.map-header h3{font-size:1.8rem;color:#2b1a0e;margin-bottom:.5rem;font-weight:600}.map-header p{color:#666;margin:0}.map-placeholder{background:white;border:2px dashed #2b1a0e;border-radius:10px;padding:3rem 2rem;text-align:center;color:#2b1a0e}.map-wrapper{border-radius:10px;overflow:hidden;box-shadow:0 5px 15px #0000001a;margin-bottom:1rem}.map-info{text-align:center;padding:1rem;background:white;border-radius:10px;box-shadow:0 2px 10px #0000000d}.map-info p{margin:.5rem 0;color:#333;font-weight:500}.map-icon{color:#2b1a0e;margin-right:.5rem}.map-placeholder p{margin:.5rem 0;font-weight:500}.map-btn{background:#2b1a0e;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:25px;cursor:pointer;font-size:1rem;margin-top:1rem;transition:all .3s ease}.map-btn:hover{background:#1a0f08;transform:translateY(-2px)}.faq-section{padding:5rem 0;background:#f8f9fa}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.faq-item{background:white;padding:2rem;border-radius:15px;box-shadow:0 5px 15px #00000014;border:1px solid rgba(139,69,19,.1)}.faq-item h4{font-size:1.1rem;color:#2b1a0e;margin-bottom:1rem;font-weight:600}.faq-item p{color:#666;line-height:1.6;margin:0}@media (max-width: 768px){.contact-hero{padding:4rem 0 3rem}.hero-title{font-size:2.5rem}.section-header h2{font-size:2rem}.info-grid{grid-template-columns:1fr;gap:1.5rem}.info-card{flex-direction:column;text-align:center}.form-map-container{grid-template-columns:1fr;gap:2rem}.contact-form-container,.map-container{padding:1.5rem}.faq-grid{grid-template-columns:1fr;gap:1.5rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Microsoft YaHei,微软雅黑,Arial,sans-serif;line-height:1.6;color:#333;background-color:#fafafa}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.container{max-width:1200px;margin:0 auto;padding:0 20px}.text-center{text-align:center}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.btn{display:inline-block;padding:12px 24px;background-color:#2b1a0e;color:#fff;text-decoration:none;border-radius:5px;border:none;cursor:pointer;font-size:16px;transition:all .3s ease}.btn:hover{background-color:sienna;transform:translateY(-2px)}.btn-outline{background-color:transparent;border:2px solid #2b1a0e;color:#2b1a0e}.btn-outline:hover{background-color:#2b1a0e;color:#fff}.card{background:white;border-radius:10px;box-shadow:0 4px 6px #0000001a;overflow:hidden;transition:transform .3s ease}.card:hover{transform:translateY(-5px)}@media (max-width: 768px){.container{padding:0 15px}.btn{padding:10px 20px;font-size:14px}}
