.hero-section-v3.tutor-hero{margin-top:4rem!important}.hero-section-v3.tutor-hero .hero-content h1{color:var(--primary-color)}.hero-section-v3{position:relative;overflow:hidden}.hero-section-v3 .container{display:flex;align-items:center;justify-content:space-between;gap:2rem}.hero-section-v3 .hero-content{flex:1;padding-right:2rem}.hero-section-v3 .hero-content h1{font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.hero-section-v3 .hero-content p.lead{font-size:1.25rem;color:var(--text-color);margin-bottom:2rem;line-height:1.6}.hero-section-v3 .hero-buttons .btn{margin-right:1rem}.hero-section-v3 .hero-image{flex:1;text-align:center}.hero-section-v3 .hero-image img{max-width:85%;height:auto;width:600px}.feature-highlights-section{position:relative;overflow:hidden;padding:5rem 0}.feature-highlights-section .container{position:relative;z-index:1}.feature-highlights-section .section-title h2{color:var(--primary-color);font-size:2.6rem;font-weight:700;margin-bottom:1rem;text-shadow:0 4px 15px rgba(var(--primary-rgb),.15)}.feature-highlights-section .section-title .lead{font-size:1.3rem;color:var(--text-color);max-width:700px;margin:0 auto;line-height:1.6}.feature-highlight-card{background:var(--bg-white);border-radius:1.8rem;overflow:hidden;position:relative;transition:all .5s cubic-bezier(.175,.885,.32,1.275);border:2px solid rgba(var(--primary-rgb),.08);cursor:default;height:100%}.feature-highlight-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary-color) 0%,var(--secondary-color) 50%,var(--primary-color) 100%);opacity:0;transition:opacity .4s ease;background-size:200% 100%;animation:featureGradientShine 3s linear infinite}@keyframes featureGradientShine{0%{background-position:-200% 0}to{background-position:200% 0}}.feature-highlight-card:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(var(--primary-rgb),.05) 0%,transparent 50%,rgba(var(--secondary-rgb),.05) 100%);opacity:0;transition:opacity .4s ease;pointer-events:none}.feature-highlight-card:hover{box-shadow:0 25px 50px rgba(var(--primary-rgb),.2);border-color:rgba(var(--primary-rgb),.2)}.feature-highlight-card:hover:before{opacity:1}.feature-highlight-card:hover:after{opacity:1}.feature-card-inner{padding:2rem 1.5rem;position:relative;z-index:2;text-align:center;height:100%;display:flex;flex-direction:column;justify-content:space-between}.feature-icon{position:relative;margin-bottom:1.5rem}.feature-icon i{font-size:3.5rem;background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;filter:drop-shadow(0 6px 12px rgba(var(--primary-rgb),.3));transition:all .4s cubic-bezier(.175,.885,.32,1.275);animation:featureIconFloat 4s ease-in-out infinite}@keyframes featureIconFloat{0%,to{transform:translateY(0) rotate(0)}25%{transform:translateY(-5px) rotate(2deg)}75%{transform:translateY(-3px) rotate(-2deg)}}.feature-highlight-card:hover .feature-icon i{transform:scale(1.2) rotate(10deg);filter:drop-shadow(0 8px 16px rgba(var(--primary-rgb),.4))}.feature-title{font-size:1.25rem;font-weight:700;color:var(--text-color);margin-bottom:1rem;transition:all .3s ease;line-height:1.3}.feature-highlight-card:hover .feature-title{color:var(--primary-color);transform:scale(1.05)}.feature-description{font-size:.95rem;color:var(--text-muted);line-height:1.5;margin-bottom:1.5rem;flex-grow:1}.feature-highlight{padding:.5rem 1rem;border-radius:25px;font-size:.85rem;font-weight:600;color:var(--primary-color);border:1px solid rgba(var(--primary-rgb),.2);transition:all .3s ease;text-align:center}.feature-highlight-card:hover .feature-highlight{background:linear-gradient(135deg,rgba(var(--primary-rgb),.15),rgba(var(--secondary-rgb),.15));border-color:rgba(var(--primary-rgb),.3);transform:scale(1.05)}@media (max-width: 768px){.feature-highlights-section{padding:3rem 0}.feature-highlights-section .section-title h2{font-size:2.2rem}.feature-card-inner{padding:1.5rem 1rem}.feature-icon i{font-size:3rem}.feature-title{font-size:1.1rem}.feature-description{font-size:.9rem}}@media (max-width: 576px){.feature-highlights-section .section-title h2{font-size:1.8rem}}.pricing-plans-section .section-title h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:var(--primary-color)}.pricing-plans-section .pricing-plan-card{background:var(--bg-white);border-radius:1.5rem;padding:2.5rem;box-shadow:0 10px 30px rgba(var(--primary-rgb),.1);transition:transform .3s ease,box-shadow .3s ease;position:relative;border:1px solid rgba(var(--primary-rgb),.1);display:flex;flex-direction:column}.pricing-plans-section .pricing-plan-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px rgba(var(--primary-rgb),.15)}.pricing-plans-section .pricing-plan-card.popular{transform:translateY(-10px);box-shadow:0 20px 40px rgba(var(--primary-rgb),.2)}.pricing-plans-section .pricing-plan-card .plan-header{background-color:var(--bg-white);padding:2.5rem 2rem;text-align:center}.pricing-plans-section .pricing-plan-card .plan-header h3{font-size:1.8rem;font-weight:700;margin-bottom:.5rem;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.pricing-plans-section .pricing-plan-card .plan-header .plan-description{color:var(--text-muted);font-size:1.1rem;border-bottom:1px solid var(--border-color)}.pricing-plans-section .pricing-plan-card .price{font-size:3rem;font-weight:700;color:var(--primary-color);margin:1.5rem 0}.pricing-plans-section .pricing-plan-card .price .currency{vertical-align:top;font-size:2rem;font-weight:600;background:linear-gradient(45deg,var(--bs-primary),var(--bs-secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.pricing-plans-section .pricing-plan-card .price{font-size:3rem;font-weight:700;color:var(--primary-color);margin-bottom:0}.pricing-plans-section .pricing-plan-card .price .period{font-size:1rem;color:var(--text-muted);margin-left:.2rem}.pricing-plans-section .pricing-plan-card .features-list{list-style:none;padding-left:0;margin-bottom:1.5rem}.pricing-plans-section .pricing-plan-card .features-list li{margin-bottom:.75rem;display:flex;align-items:center;gap:.75rem;color:var(--text-color)}.pricing-plans-section .pricing-plan-card .features-list li i{color:var(--success-color);font-size:1rem}.pricing-plans-section .pricing-plan-card .plan-footer{padding:2rem;border-top:1px solid var(--border-color)}.cta-section-v3{width:100%;overflow:hidden;text-align:center;position:relative}.cta-section-v3 .cta-content{position:relative;z-index:1}.cta-section-v3 .cta-content h2{color:var(--primary-color);font-size:2.4rem;font-weight:700;margin-bottom:1rem}.cta-section-v3 .cta-content .btn-primary{background-color:var(--bg-white);color:var(--primary-color);border:none;box-shadow:0 6px 20px rgba(var(--primary-rgb),.3)}.cta-section-v3 .cta-content .btn-primary:hover{box-shadow:0 8px 25px rgba(var(--primary-rgb),.4);transform:translateY(-2px)}.plans-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem;margin-top:1.5rem}.plan-card{display:flex;flex-direction:column;background:var(--bg-white);border-radius:1.5rem;padding:2rem;box-shadow:0 10px 30px rgba(var(--primary-rgb),.1);transition:transform .3s ease,box-shadow .3s ease;border:1px solid rgba(var(--primary-rgb),.1)}.plan-card:hover{transform:none!important;box-shadow:0 20px 40px rgba(var(--primary-rgb),.15)}.plan-header{text-align:center;padding:1rem 1.5rem}.plan-name{font-size:1.75rem;font-weight:700;background:linear-gradient(45deg,var(--bs-primary),var(--bs-secondary));border-image:linear-gradient(45deg,var(--bs-primary),var(--bs-secondary)) 1;border-bottom:2px solid;margin:0 auto;padding-bottom:.5rem;text-transform:uppercase;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.plan-price{margin:1rem 0 0;gap:.25rem;font-weight:700}.plan-price .amount{font-size:2.5rem;font-weight:700;line-height:1;background:linear-gradient(45deg,var(--bs-primary),var(--bs-secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.plan-price .interval{font-size:1rem;color:var(--text-muted)}.plan-description{font-size:.9rem;text-align:center;color:var(--text-muted);min-height:75px;padding:.5rem;border-bottom:1px solid var(--bs-gray-200)}.plan-features{margin-top:auto}.features-section-title{font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:var(--text-color)}.feature-item{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem;font-size:1rem;color:var(--text-color)}.feature-item i{color:var(--success-color);font-size:1.2rem}@media (max-width: 992px){.hero-section-v3 .container{flex-direction:column;text-align:center}.hero-section-v3 .hero-content{padding-right:0;margin-bottom:2rem;padding-top:2rem}.hero-section-v3 .hero-content h1{font-size:2.8rem}.hero-section-v3 .hero-buttons .btn{margin-bottom:.5rem;margin-right:.5rem}.pricing-plans-section .row{justify-content:center}}.section-title{text-align:center;margin-bottom:2rem}.section-title h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:var(--primary-color)}.feature-highlight-card{height:100%;display:flex;flex-direction:column}.feature-highlight-card p{flex-grow:1}.plan-footer{margin-top:auto}.tutor-faq{padding:5rem 0;position:relative;overflow:hidden}.tutor-faq .section-title h2{color:var(--primary-color);margin-bottom:1rem}.tutor-faq .accordion-item{border:none;background:transparent;margin-bottom:1.5rem}.tutor-faq .accordion-button{background:var(--bg-white);border:none;border-radius:1rem!important;padding:1.5rem;font-size:1.1rem;font-weight:500;color:var(--text-color);box-shadow:0 4px 15px rgba(var(--success-rgb),.1);transition:all .3s ease}.tutor-faq .accordion-button:not(.collapsed){color:var(--success-color);background:var(--bg-white);box-shadow:0 8px 25px rgba(var(--success-rgb),.15)}.tutor-faq .accordion-button:focus{box-shadow:0 8px 25px rgba(var(--success-rgb),.15);border-color:transparent}.tutor-faq .accordion-button:after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2328a745'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");transition:all .3s ease}.tutor-faq .accordion-button:not(.collapsed):after{transform:rotate(-180deg)}.tutor-faq .accordion-body{background:var(--bg-white);border-radius:0 0 1rem 1rem;padding:1.5rem;color:var(--text-muted);line-height:1.6;box-shadow:0 4px 15px rgba(var(--success-rgb),.1)}@media (max-width: 768px){.hero-section-v3 .hero-image img{max-width:100%}.tutor-faq{padding:3rem 0}.tutor-faq .accordion-button{padding:1.25rem;font-size:1rem}.tutor-faq .accordion-body{padding:1.25rem;font-size:.95rem}.plan-description,.feature-item{font-size:.9rem!important}}.price-container{position:relative;display:flex;flex-direction:column;align-items:center;gap:.5rem}.original-price-wrapper{position:relative;display:inline-block}.original-price{font-size:2rem;font-weight:600;position:relative;background:linear-gradient(45deg,var(--bs-secondary),var(--bs-secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.original-price:after{content:"";position:absolute;left:0;top:50%;width:100%;height:3px;background-color:var(--bs-danger);transform:rotate(-10deg)}.discounted-price-wrapper{display:flex;align-items:baseline;gap:.25rem}.discounted-price-wrapper .amount{font-size:2.75rem;font-weight:700;background:linear-gradient(45deg,var(--bs-secondary),var(--bs-secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;line-height:1}.discounted-price-wrapper .interval{color:var(--text-muted);font-size:1rem}.promotion-badge{position:absolute;top:0;right:0}.promotion-badge .badge{font-size:1rem;padding:.5rem .75rem;box-shadow:0 2px 4px #0000001a}.promotion-info{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;text-align:center;line-height:1.5;padding:.5rem 1rem;border:1px solid var(--bs-danger)}.promotion-info .bi-clock{font-size:1.1em}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.promotion-badge{animation:pulse 2s infinite}
