.course-info{background-color:#fffef9;text-align:center;padding:60px 0}
.course-info h1{font-size:80px;font-weight:700;color:#000;margin-bottom:15px;line-height:100px;font-family:playfair display,serif}
.course-info h1 span{color:#930504}
.course-info p{font-size:21px;max-width:900px;margin:0 auto;color:#555;line-height:1.9;letter-spacing:1px;font-family:'Playfair Display',serif}
.course-info img{max-width:100%;margin-top:30px;height:auto;border-radius:10px;box-shadow:0 5px 15px rgba(0,0,0,.1)}
.course-info img{max-width:100%;margin-top:30px;height:auto;border-radius:10px;box-shadow:0 5px 15px rgba(0,0,0,.1)}
@media (max-width:1200px){
.course-info h1{font-size:70px;line-height:90px}
}
@media (max-width:992px){
.course-info h1{font-size:60px;line-height:80px}
.course-info p{font-size:18px;line-height:1.8;max-width:700px}
}
@media (max-width:768px){
.course-info h1{font-size:45px;line-height:65px}
.course-info p{font-size:19px;line-height:1.7;max-width:600px}
}
@media (max-width:576px){
.course-info h1{font-size:35px;line-height:50px}
.course-info p{font-size:19px;line-height:1.7;max-width:100%}
}



.timeline{display:flex;flex-direction:column;gap:50px;position:relative;max-width:800px;margin:0 auto}
.timeline-item{display:flex;align-items:flex-start;gap:30px;position:relative}
.timeline-item::before{content:"";position:absolute;top:0;left:35px;width:2px;height:100%;background:#e2c373;z-index:-1}
.timeline-icon{display:flex;flex-direction:column;align-items:center;position:relative;z-index:2}
.step-number{font-size:.95rem;font-weight:700;color:#930504;margin-bottom:8px;letter-spacing:1px}
.icon-circle{width:70px;height:70px;border-radius:50%;background:radial-gradient(circle at 30% 30%,#ffe8e8,#f7b5b5);display:flex;align-items:center;justify-content:center;color:#930504;font-size:1.6rem;border:3px solid #930504;box-shadow:0 6px 15px rgba(147,5,4,.3),inset 0 2px 4px rgba(255,255,255,.5);transition:transform .3s ease,box-shadow .3s ease}
.icon-circle:hover{transform:scale(1.1);box-shadow:0 10px 25px rgba(147,5,4,.4),inset 0 3px 6px rgba(255,255,255,.6)}
.timeline-content{background:#fff;padding:25px 30px;border-radius:15px;box-shadow:0 5px 15px rgba(0,0,0,.05);transition:transform .3s ease,box-shadow .3s ease}
.timeline-content:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.08)}
.timeline-content h3{color:#b89841;margin-bottom:10px}
.timeline-content p{color:#555;line-height:1.6;font-size:17px;letter-spacing:1px}
@media (max-width:600px){
.timeline-item{flex-direction:column;align-items:center;text-align:center}
.timeline-item::before{left:50%;transform:translateX(-50%)}
}



.modules-wrapper{margin:auto;padding:60px 0;text-align:center;background-color:#fff;font-family:'Playfair Display',serif}
.modules-wrapper .intro-title{text-transform:capitalize;letter-spacing:2px;font-size:60px;font-weight:500;color:#181818;margin-bottom:30px;line-height:1.2}
.modules-wrapper .intro-subtitle{font-size:25px;color:#444;font-weight:500;margin:0 auto 30px;line-height:1.6}
.modules-wrapper p{letter-spacing:1px;font-size:21px;color:#555;text-align:left;margin:15px auto;line-height:1.9}
@media (max-width:1024px){
.modules-wrapper .intro-title{font-size:42px}
.modules-wrapper p{font-size:17px}
}
@media (max-width:767px){
.modules-wrapper .intro-title{font-size:37px}
.modules-wrapper .intro-subtitle{font-size:21px}
.modules-wrapper p{font-size:19px}
}
@media (max-width:480px){
.modules-wrapper .intro-title{font-size:31px}
.modules-wrapper .intro-subtitle{font-size:19px}
.modules-wrapper p{font-size:17px}
}
.section-list{list-style:none;padding:0;margin:0}
.section-item{position:relative;display:flex;align-items:center;justify-content:space-between;padding:18px 22px;border:1px solid #f1d6d6;border-radius:12px;margin-bottom:15px;background:#fff;transition:transform .3s ease,box-shadow .3s ease}
.section-item:hover{transform:translateY(-3px);box-shadow:0 5px 15px rgba(0,0,0,.08);border-color:#f0c0c0}
.section-item a{display:flex;align-items:center;text-decoration:none;color:#333;font-weight:500;font-size:16px;gap:15px;flex:1}
.section-item a::before{content:counter(module);counter-increment:module;background:#930504;color:#fff;width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;font-size:14px;font-weight:600;box-shadow:0 4px 10px rgba(147,5,4,.3);flex-shrink:0}
.start-btn{background:#930504;color:#fff;font-size:13px;font-weight:500;padding:7px 20px;border-radius:25px;text-transform:uppercase;cursor:pointer;transition:background .3s ease}
.start-btn:hover{background:#b30606}
.section-list{counter-reset:module}
@media (max-width:600px){
.section-item{flex-direction:column;align-items:flex-start;gap:12px}
.start-btn{align-self:flex-end}
}



.faq-info{background:linear-gradient(135deg,#ffe6ef,#fff5f8);text-align:center;padding:100px 0}
.faq-section{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 2fr;gap:50px;align-items:flex-start;padding:0 20px}
.faq-right{display:flex;flex-direction:column;gap:18px}
.faq-item{background:#fff;border-left:6px solid transparent;border-radius:12px;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,.05);transition:all .3s ease}
.faq-item.active{border-left:6px solid #930504;box-shadow:0 8px 25px rgba(0,0,0,.08)}
.faq-question{cursor:pointer;padding:20px 25px;display:flex;justify-content:space-between;align-items:center;font-weight:600;color:#333;background:#fff;text-align:left}
.faq-question:hover{background:#fff0f0}
.faq-item.active .faq-question{background:#fff0f0}
.faq-question i{color:#930504;transition:transform .3s ease}
.faq-answer{max-height:0;overflow:hidden;padding:0 25px;color:#555;font-size:15px;line-height:1.6;background:#fffdfd;transition:max-height .4s ease,padding .3s ease;text-align:left}
.faq-item.active .faq-answer{max-height:300px;padding:10px 25px 20px}
.faq-item.active .faq-question i{transform:rotate(180deg)}
@media(max-width:768px){
.faq-section{grid-template-columns:1fr;gap:35px}
}



.bonus-section{background:linear-gradient(135deg,#ffe6ef,#fff5f8);padding:60px 20px;text-align:center;border-radius:20px}
.bonus-list{display:grid;gap:20px;max-width:700px;margin:0 auto 40px auto}
.bonus-item{background:#fff;padding:18px 20px;border-radius:15px;display:flex;align-items:center;box-shadow:0 4px 15px rgba(0,0,0,.05);transition:transform .3s ease,box-shadow .3s ease}
.bonus-item:hover{transform:translateY(-5px);box-shadow:0 6px 20px rgba(147,5,4,.2)}
.bonus-badge{background:linear-gradient(135deg,#930504,#d61b1b);color:#fff;font-weight:600;padding:8px 15px;border-radius:25px;margin-right:15px;flex-shrink:0;font-size:.9rem}
.bonus-item p{margin:0;color:#333;font-size:1rem;text-align:left}