    
    *{margin:0;padding:0;box-sizing:border-box;font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif}
body{background:#f9f9f9;color:#333;line-height:1.6}
header{background:linear-gradient(135deg,#1a237e,#283593);color:#fff;padding:1.5rem 0;text-align:center;box-shadow:0 4px 12px rgba(0,0,0,0.1)}
.header-content{max-width:1200px;margin:0 auto;padding:0 20px}
h1{font-size:2.2rem;margin-bottom:.5rem}
.subtitle{font-size:1.2rem;opacity:.9}
.hero{background:url('https://tizhooshani.ir/تیزهوشان/آموزشگاه-تبریز/آموزشگاه-های-تیزهوشان-در-تبریز.jpg') no-repeat center/cover;height:450px;display:flex;align-items:center;justify-content:center;color:#fff;text-align:center;position:relative}
.hero::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6)}
.hero-content{position:relative;z-index:1;max-width:800px;padding:0 20px}
.hero h2{font-size:2.5rem;margin-bottom:1rem}
.cta-button{display:inline-block;background:#ff9800;color:#fff;padding:12px 30px;border-radius:50px;text-decoration:none;font-weight:bold;margin-top:20px;transition:.3s}
.cta-button:hover{background:#f57c00;transform:translateY(-3px);box-shadow:0 10px 20px rgba(0,0,0,.1)}
section{padding:60px 20px;max-width:1200px;margin:0 auto}
.section-title{text-align:center;margin-bottom:40px;color:#1a237e;font-size:2rem;position:relative}
.section-title::after{content:'';display:block;width:80px;height:4px;background:#ff9800;margin:10px auto}
.about-content{display:flex;flex-wrap:wrap;gap:30px;align-items:center}
.about-text,.about-image{flex:1;min-width:300px}
.about-image{border-radius:10px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.1)}
.about-image img{width:100%;height:auto;display:block}
.features{background:#f0f4ff}
.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px}
.feature-card{background:#fff;padding:30px;border-radius:10px;box-shadow:0 5px 15px rgba(0,0,0,.05);text-align:center;transition:.3s}
.feature-card:hover{transform:translateY(-10px)}
.feature-icon{font-size:2.5rem;color:#1a237e;margin-bottom:20px}
.testimonials-container{display:flex;flex-wrap:wrap;gap:30px;justify-content:center}
.testimonial{background:#fff;padding:25px;border-radius:10px;box-shadow:0 5px 15px rgba(0,0,0,.05);max-width:350px}
.testimonial-text{font-style:italic;margin-bottom:15px}
.testimonial-author{font-weight:bold;color:#1a237e}
.process-steps{display:flex;flex-wrap:wrap;justify-content:space-around;gap:20px;margin-top:40px}
.step{text-align:center;max-width:200px}
.step-number{background:#1a237e;color:#fff;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 15px;font-size:1.5rem;font-weight:bold}
.contact{background:linear-gradient(135deg,#1a237e,#283593);color:#fff;text-align:center}
.contact .section-title{color:#fff}
.contact-info{margin-bottom:30px}
footer{background:#0d1136;color:#fff;text-align:center;padding:20px}
@media(max-width:768px){
  h1{font-size:1.8rem}
  .hero h2{font-size:1.8rem}
  .section-title{font-size:1.6rem}
}
.detailed-about{background:#fff;padding:60px 20px}
.about-teacher-content{display:flex;flex-wrap:wrap;gap:40px;align-items:flex-start;justify-content:center;max-width:1200px;margin:0 auto}
.teacher-image{flex:1;min-width:300px;max-width:400px;border-radius:15px;overflow:hidden;box-shadow:0 15px 35px rgba(0,0,0,.1)}
.teacher-image img{width:100%;height:auto;display:block}
.teacher-bio{flex:2;min-width:300px}
.teacher-bio h3{color:#1a237e;margin:25px 0 10px;font-size:1.4rem}
.teacher-bio h3:first-of-type{margin-top:0}
.teacher-bio ul{list-style:disc;margin:0 20px 20px}
.teacher-bio li{margin-bottom:8px}
.teacher-bio em{color:#5c6bc0;font-style:italic}
@media(max-width:768px){
  .about-teacher-content{flex-direction:column;text-align:right}
  .teacher-image{max-width:100%}
}

  .detailed-about{background:#fff;padding:60px 20px}
.about-teacher-content{display:flex;flex-wrap:wrap;gap:40px;align-items:flex-start;justify-content:center;max-width:1200px;margin:0 auto}
.teacher-image{flex:1;min-width:300px;max-width:400px;border-radius:15px;overflow:hidden;box-shadow:0 15px 35px rgba(0,0,0,.1)}
.teacher-image img{width:100%;height:auto;display:block}
.teacher-bio{flex:2;min-width:300px}
.teacher-bio h3{color:#1a237e;margin:25px 0 10px;font-size:1.4rem}
.teacher-bio h3:first-of-type{margin-top:0}
.teacher-bio ul{list-style:disc;margin:0 20px 20px}
.teacher-bio li{margin-bottom:8px}
.teacher-bio em{color:#5c6bc0;font-style:italic}
@media(max-width:768px){
  .about-teacher-content{flex-direction:column;text-align:right}
  .teacher-image{max-width:100%}
}

.trust-badges{text-align:center;margin:40px 0}
.trust-badges>p{margin-bottom:20px;font-weight:bold;color:#555}
.badges-container{display:flex;justify-content:center;gap:30px;flex-wrap:wrap}
.badge{display:flex;align-items:center;gap:10px;background:#f5f7ff;padding:12px 20px;border-radius:50px}
.badge-icon{font-size:1.2rem}
.badge-text{font-size:.9rem;color:#333}
@media(max-width:768px){
  .badges-container{flex-direction:column;align-items:center;gap:15px}
  .badge{width:100%;max-width:300px;justify-content:center}
}

.limited-spot-banner{background:#fff8e1;border:2px solid #ffd54f;border-radius:12px;padding:20px;margin:40px auto;max-width:1200px}
.banner-content{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:20px}
.banner-icon{font-size:2.5rem}
.banner-text{flex:1;min-width:300px}
.banner-text h3{color:#ff6f00;margin-bottom:8px}
.banner-text p{color:#555;margin:0}
.banner-button{background:#ff6f00;color:#fff;padding:12px 25px;border-radius:50px;text-decoration:none;font-weight:bold;white-space:nowrap;transition:.3s}
.banner-button:hover{background:#e65100}
@media(max-width:768px){
  .banner-content{justify-content:center;text-align:center}
}

.success-section{padding:60px 20px;background:linear-gradient(135deg,#fff,#f5f7ff)}
.success-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:30px;margin:50px 0;text-align:center}
.stat-item{background:#fff;padding:30px 20px;border-radius:12px;box-shadow:0 5px 15px rgba(0,0,0,.08)}
.stat-number{font-size:3rem;font-weight:bold;color:#1a237e;margin-bottom:10px}
.stat-label{color:#666;font-size:.9rem}
.success-gallery,.testimonial-videos{margin:60px 0}
.success-gallery h3,.testimonial-videos h3{text-align:center;color:#1a237e;margin-bottom:30px;font-size:1.8rem}
.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}
.gallery-item{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,.1);transition:.3s}
.gallery-item:hover{transform:translateY(-5px)}
.gallery-item img{width:100%;height:250px;object-fit:cover;display:block}
.gallery-caption{position:absolute;bottom:0;left:0;right:0;background:rgba(26,35,126,.85);color:#fff;padding:12px;text-align:center;font-size:.9rem}
.videos-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin-top:30px}
.video-item{text-align:center}
.video-placeholder{position:relative;border-radius:12px;overflow:hidden;cursor:pointer;box-shadow:0 5px 20px rgba(0,0,0,.15)}
.video-placeholder img{width:100%;height:200px;object-fit:cover}
.play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60px;height:60px;background:rgba(255,152,0,.9);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;transition:.3s}
.video-placeholder:hover .play-button{background:rgba(255,152,0,1);transform:translate(-50%,-50%) scale(1.1)}
.video-item p{margin-top:15px;color:#555;font-weight:500}
.success-cta{text-align:center;background:#fff;padding:40px;border-radius:12px;box-shadow:0 5px 20px rgba(0,0,0,.08);margin-top:50px}
.success-cta h3{color:#1a237e;margin-bottom:15px}
.success-cta p{color:#666;margin-bottom:25px;font-size:1.1rem}
@media(max-width:768px){
  .success-stats{grid-template-columns:repeat(2,1fr)}
  .stat-number{font-size:2.2rem}
  .gallery-grid,.videos-container{grid-template-columns:1fr}
}


.blog-section{padding:60px 20px;background:#fff}
.section-subtitle{text-align:center;margin-bottom:50px;color:#666;font-size:1.1rem;max-width:800px;margin:0 auto}
.blog-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px;max-width:1300px;margin:0 auto}
.blog-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 5px 20px rgba(0,0,0,.08);transition:.3s;display:flex;flex-direction:column}
.blog-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px rgba(0,0,0,.15)}
.blog-image{height:200px;overflow:hidden}
.blog-image img{width:100%;height:100%;object-fit:cover;transition:.5s}
.blog-card:hover .blog-image img{transform:scale(1.05)}
.blog-content{padding:25px;flex-grow:1;display:flex;flex-direction:column}
.blog-content h3{color:#1a237e;margin-bottom:15px;font-size:1.2rem;line-height:1.4}
.blog-content p{color:#555;margin-bottom:20px;flex-grow:1;line-height:1.6}
.blog-link{color:#ff9800;text-decoration:none;font-weight:600;align-self:flex-start;transition:.3s}
.blog-link:hover{color:#f57c00}
.cta-button-secondary{display:inline-block;background:transparent;color:#1a237e;padding:12px 30px;border-radius:50px;text-decoration:none;font-weight:bold;margin-top:20px;transition:.3s;border:2px solid #1a237e}
.cta-button-secondary:hover{background:#1a237e;color:#fff}
@media(max-width:768px){
  .blog-container{grid-template-columns:1fr}
  .blog-content{padding:20px}
  .blog-content h3{font-size:1.1rem}
}

.sticky-contact-bar{position:fixed;bottom:0;left:0;right:0;background:linear-gradient(135deg,#1a237e,#283593);color:#fff;padding:12px 20px;box-shadow:0 -2px 20px rgba(0,0,0,.15);z-index:1000;display:none}
.sticky-contact-content{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;flex-wrap:wrap;gap:15px}
.sticky-contact-buttons{display:flex;gap:15px}
.sticky-call,.sticky-whatsapp{padding:8px 20px;border-radius:50px;text-decoration:none;font-weight:bold;font-size:.9rem;transition:.3s}
.sticky-call{background:#ff9800;color:#fff}
.sticky-call:hover{background:#f57c00}
.sticky-whatsapp{background:#25D366;color:#fff}
.sticky-whatsapp:hover{background:#128C7E}
@media(max-width:768px){
  .sticky-contact-content{justify-content:center;text-align:center}
  .sticky-contact-content span{display:block;width:100%;margin-bottom:10px}
}

.faq-section{background:#f0f4ff;padding:60px 20px}
.faq-intro{text-align:center;margin-bottom:40px;max-width:800px;margin:0 auto;color:#555}
.faq-container{max-width:800px;margin:0 auto}
.faq-item{margin-bottom:15px;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.08);background:#fff}
.faq-question{width:100%;text-align:right;padding:18px 20px;background:#fff;border:none;border-bottom:1px solid #eee;cursor:pointer;font-size:1.05rem;font-weight:600;color:#1a237e;display:flex;justify-content:space-between;align-items:center;transition:.3s}
.faq-question:hover{background:#f9f9f9}
.faq-question::after{content:'\002B';font-size:1.2rem;color:#1a237e;transition:.3s}
.faq-question.active::after{content:'\2212'}
.faq-answer{padding:0;max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;background:#fff}
.faq-answer.active{max-height:500px;padding:20px;border-top:1px solid #eee}
.faq-answer p,.faq-answer ol,.faq-answer ul{margin-bottom:15px}
.faq-answer ol,.faq-answer ul{padding-right:20px}
@media(max-width:768px){
  .faq-question{font-size:1rem;padding:15px}
}

.floating-medal{display:none;position:fixed;bottom:30px;left:30px;z-index:10000;animation:floatMedal 3s ease-in-out infinite}
.medal-container{background:linear-gradient(135deg,#1a237e,#283593);color:#fff;padding:20px;border-radius:25px;box-shadow:0 10px 40px rgba(26,35,126,.3);position:relative;border:3px solid #ffd700;min-width:300px}
.medal-content{display:flex;flex-direction:column;align-items:center;gap:15px}
.medal-icon{font-size:3rem;animation:pulse 2s ease-in-out infinite}
.medal-text{text-align:center}
.medal-text h4{font-size:1.3rem;margin-bottom:5px;font-weight:bold;color:#ffd700}
.medal-text p{font-size:.9rem;opacity:.9;margin:0}
.medal-phone{display:flex;align-items:center;gap:10px;background:rgba(255,255,255,.2);padding:12px 20px;border-radius:50px;text-decoration:none;color:#fff;font-weight:bold;font-size:1.1rem;transition:.3s;backdrop-filter:blur(10px);border:2px solid rgba(255,215,0,.5)}
.medal-phone:hover{background:rgba(255,255,255,.3);transform:scale(1.05);box-shadow:0 5px 20px rgba(255,215,0,.3)}
.phone-icon{font-size:1.3rem;animation:ring 1.5s ease-in-out infinite}
.medal-close{position:absolute;top:-10px;left:-10px;background:#ff4757;color:#fff;border:none;width:30px;height:30px;border-radius:50%;cursor:pointer;font-size:1.2rem;font-weight:bold;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px rgba(255,71,87,.4);transition:.3s}
.medal-close:hover{background:#ff3742;transform:scale(1.1)}
@keyframes floatMedal{0%,100%{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-10px) rotate(2deg)}}
@keyframes pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.1)}}
@keyframes ring{0%,100%{transform:rotate(0deg)}25%{transform:rotate(10deg)}75%{transform:rotate(-10deg)}}
@media(max-width:768px){
  .floating-medal{bottom:20px;left:50%;transform:translateX(-50%);width:90%;max-width:350px}
  .medal-container{padding:15px;border-radius:20px}
  .medal-icon{font-size:2.5rem}
  .medal-text h4{font-size:1.1rem}
  .medal-phone{font-size:1rem;padding:10px 15px}
  .medal-close{width:25px;height:25px;font-size:1rem}
}
@media(max-width:480px){
  .floating-medal{bottom:10px;width:95%}
  .medal-container{padding:12px}
  .medal-content{gap:10px}
  .medal-icon{font-size:2rem}
  .medal-text h4{font-size:1rem}
  .medal-text p{font-size:.8rem}
  .medal-phone{font-size:.9rem;padding:8px 12px}
}

