.breadcrumb{background:#f9fafb;border-bottom:1px solid #e5e7eb;padding:1rem 0}.breadcrumb-list{flex-wrap:wrap;align-items:center;gap:.5rem;padding:0;list-style:none;display:flex}.breadcrumb-item{align-items:center;gap:.5rem;display:flex}.breadcrumb-link{color:var(--primary-blue);font-size:.875rem;text-decoration:none;transition:color .2s}.breadcrumb-link:hover{color:var(--primary-color);text-decoration:underline}.breadcrumb-separator{color:#9ca3af;-webkit-user-select:none;user-select:none;font-size:.875rem}.breadcrumb-current{color:var(--text-color);font-size:.875rem;font-weight:500}@media (max-width:768px){.breadcrumb{padding:.75rem 0}.breadcrumb-list{gap:.375rem}.breadcrumb-link,.breadcrumb-current,.breadcrumb-separator{font-size:.8125rem}}.hero-section{background:var(--white);padding:3rem 0}.hero-grid{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid}.hero-left{flex-direction:column;gap:2rem;display:flex}.hero-title{color:var(--text-color);margin:0;font-size:2.5rem;font-weight:700;line-height:1.3}.hero-info-grid{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.hero-info-item{color:var(--text-color);align-items:center;gap:.5rem;font-size:.9375rem;display:flex}.hero-info-icon{width:1.25rem;height:1.25rem;color:var(--primary-blue);flex-shrink:0}.hero-info-text{color:var(--text-color);font-weight:500}.hero-cta-btn{color:var(--white);cursor:pointer;background:#dc2626;border:none;border-radius:8px;justify-content:center;align-items:center;width:fit-content;padding:.5rem 1rem;font-size:1rem;font-weight:600;transition:all .3s;display:inline-flex}.hero-cta-btn:hover{background:#b91c1c;transform:translateY(-2px);box-shadow:0 4px 12px #dc26264d}.hero-right{width:100%}.hero-video-wrapper{flex-direction:column;gap:1rem;display:flex}.hero-video-title{color:var(--text-color);text-align:center;margin:0;font-size:1.25rem;font-weight:600}.hero-video-container{aspect-ratio:16/9;background:#000;border-radius:12px;width:100%;position:relative;overflow:hidden}.hero-video{object-fit:cover;width:100%;height:100%}.hero-video-play-btn{cursor:pointer;z-index:10;background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;transition:all .3s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-video-play-btn:hover{background:#fff;transform:translate(-50%,-50%)scale(1.1)}.hero-video-play-icon{width:32px;height:32px;color:var(--primary-blue);margin-left:4px}.hero-video-play-ripple{border:2px solid #fff9;border-radius:50%;width:80px;height:80px;animation:2s infinite ripple;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes ripple{0%{opacity:1;transform:translate(-50%,-50%)scale(1)}to{opacity:0;transform:translate(-50%,-50%)scale(1.5)}}.hero-image-wrapper{flex-direction:column;gap:1rem;display:flex}.hero-image-container{aspect-ratio:16/9;background:#000;border-radius:12px;width:100%;position:relative;overflow:hidden}.hero-image{object-fit:cover}.hero-video-placeholder{aspect-ratio:16/9;color:#6b7280;background:#f3f4f6;border-radius:12px;justify-content:center;align-items:center;width:100%;font-size:1rem;display:flex}@media (max-width:992px){.hero-grid{grid-template-columns:1fr;gap:2rem}.hero-title{font-size:2rem}}@media (max-width:768px){.hero-section{padding:2rem 0}.hero-title{font-size:1.75rem}.hero-cta-btn{padding:.875rem 1.5rem;font-size:.9375rem}.hero-video-title{font-size:1.125rem}.hero-video-play-btn{width:64px;height:64px}.hero-video-play-icon{width:28px;height:28px}.hero-video-play-ripple{width:64px;height:64px}}.short-content-section{background:var(--white);padding:3rem 0}.short-content-section .container{background:#ededed;border-radius:.5rem;padding:1.5rem}.short-content-wrapper{margin-top:0;position:relative}.short-content-checkbox{display:none}.short-content-text{color:var(--text-color);text-align:right;max-height:800px;font-size:1.0625rem;line-height:1.8;transition:max-height .3s;position:relative;overflow:hidden}.short-content-checkbox:checked~.short-content-text{max-height:none}.short-content-text:after{content:"";pointer-events:none;opacity:1;background:linear-gradient(#0000,#ededed);height:100px;transition:opacity .3s;position:absolute;bottom:0;left:0;right:0}.short-content-checkbox:checked~.short-content-text:after{opacity:0}.short-content-toggle-label{background:var(--primary-blue);color:var(--white);cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:8px;justify-content:center;align-items:center;width:100%;margin-top:1.5rem;padding:.75rem 1.5rem;font-size:1.2rem;font-weight:600;transition:all .3s;display:inline-flex}.short-content-toggle-label:hover{background:var(--primary-color);transform:translateY(-2px);box-shadow:0 4px 12px #2563eb4d}.short-content-toggle-text-less,.short-content-checkbox:checked~.short-content-toggle-label .short-content-toggle-text-more{display:none}.short-content-checkbox:checked~.short-content-toggle-label .short-content-toggle-text-less{display:inline}.short-content{color:var(--text-color);text-align:right;font-size:1.0625rem;line-height:1.8}.short-content h1,.short-content h2,.short-content h3,.short-content h4,.short-content h5,.short-content h6{color:var(--text-color);margin-top:2rem;margin-bottom:1rem;font-weight:700;line-height:1.4}.short-content h2{font-size:1.75rem}.short-content h3{font-size:1.5rem}.short-content h4{font-size:1.25rem}.short-content p{text-align:justify;margin-bottom:1.25rem}.short-content strong{color:var(--text-color);font-weight:700}.short-content img{border-radius:8px;max-width:100%;height:auto;margin:1.5rem 0;display:block}.short-content ul,.short-content ol{margin:1.25rem 0;padding-right:2rem}.short-content li{margin-bottom:.75rem}.short-content a{color:var(--primary-blue);text-decoration:none;transition:color .2s}.short-content a:hover{color:var(--primary-color);text-decoration:underline}@media (max-width:768px){.short-content-section{padding:2rem 0}.short-content-section .container{padding:1rem}.short-content-text{max-height:1000px;font-size:1rem;line-height:1.7}.short-content h2{font-size:1.5rem}.short-content h3{font-size:1.25rem}.short-content h4{font-size:1.125rem}.short-content-toggle-label{width:100%;padding:.875rem 1.5rem}}.content-style{color:var(--text-color);text-align:right;direction:rtl;font-size:1.0625rem;line-height:1.8}.content-style h1,.content-style h2,.content-style h3,.content-style h4,.content-style h5,.content-style h6{color:var(--text-color);text-align:right;margin-top:2rem;margin-bottom:1rem;font-weight:700;line-height:1.4}.content-style h1{margin-top:0;font-size:2rem}.content-style h2{border-bottom:2px solid #e5e7eb;padding-bottom:.5rem;font-size:1.75rem}.content-style h3{color:var(--primary-color);font-size:1.5rem}.content-style h4{font-size:1.25rem}.content-style h5{font-size:1.125rem}.content-style h6{color:#6b7280;font-size:1rem}.content-style p{text-align:justify;margin-bottom:1.25rem;line-height:1.8}.content-style p:last-child{margin-bottom:0}.content-style a{color:var(--primary-blue);border-bottom:1px solid #0000;text-decoration:none;transition:all .2s}.content-style a:hover{color:var(--primary-color);border-bottom-color:var(--primary-color)}.content-style a:visited{color:var(--primary-color)}.content-style img{border-radius:8px;max-width:100%;height:auto;margin:1.5rem auto;display:block;box-shadow:0 4px 6px #0000001a}.content-style figure{text-align:center;margin:1.5rem 0}.content-style figure img{margin:0 auto}.content-style figcaption{color:#6b7280;text-align:center;margin-top:.75rem;font-size:.875rem;font-style:italic}.content-style ul,.content-style ol{margin:1.25rem 0;padding-left:0;padding-right:2rem}.content-style ul{list-style-type:disc}.content-style ol{list-style-type:decimal}.content-style li{margin-bottom:.75rem;line-height:1.7}.content-style li::marker{color:var(--primary-blue)}.content-style ul ul,.content-style ol ol,.content-style ul ol,.content-style ol ul{margin-top:.5rem;margin-bottom:.5rem}.content-style table{border-collapse:collapse;background:var(--white);border-radius:8px;width:100%;margin:1.5rem 0;overflow:hidden;box-shadow:0 1px 3px #0000001a}.content-style thead{background:var(--primary-blue);color:var(--white)}.content-style th{text-align:right;border-bottom:2px solid #fff3;padding:1rem;font-weight:600}.content-style td{text-align:right;border-bottom:1px solid #e5e7eb;padding:.875rem 1rem}.content-style tbody tr:hover{background:#f9fafb}.content-style tbody tr:last-child td{border-bottom:none}.content-style strong,.content-style b{color:var(--text-color);font-weight:700}.content-style em,.content-style i{font-style:italic}.content-style u{text-decoration:underline}.content-style s,.content-style del{color:#6b7280;text-decoration:line-through}.content-style mark{color:var(--text-color);background:#fef3c7;border-radius:3px;padding:.125rem .25rem}.content-style code{color:#dc2626;background:#f3f4f6;border-radius:4px;padding:.125rem .375rem;font-family:Courier New,monospace;font-size:.9375rem}.content-style pre{color:#f9fafb;text-align:left;direction:ltr;background:#1f2937;border-radius:8px;margin:1.5rem 0;padding:1rem;overflow-x:auto}.content-style pre code{color:inherit;background:0 0;padding:0}.content-style blockquote{border-right:4px solid var(--primary-blue);color:#6b7280;background:#f9fafb;border-radius:0 8px 8px 0;margin:1.5rem 0;padding:1rem 1.5rem;font-style:italic}.content-style blockquote p{margin-bottom:.5rem}.content-style blockquote p:last-child{margin-bottom:0}.content-style hr{border:none;border-top:2px solid #e5e7eb;margin:2rem 0}.content-style dl{margin:1.25rem 0}.content-style dt{color:var(--text-color);margin-top:1rem;font-weight:700}.content-style dd{color:#6b7280;margin-bottom:.75rem;margin-right:2rem}.content-style address{margin:1.25rem 0;font-style:normal;line-height:1.7}@media (max-width:768px){.content-style{font-size:1rem;line-height:1.7}.content-style h1{font-size:1.75rem}.content-style h2{font-size:1.5rem}.content-style h3{font-size:1.25rem}.content-style h4{font-size:1.125rem}.content-style h5{font-size:1rem}.content-style h6{font-size:.9375rem}.content-style table{font-size:.875rem}.content-style th,.content-style td{padding:.625rem .75rem}.content-style img{margin:1rem 0}.content-style ul,.content-style ol{padding-right:1.5rem}}.audio-player-section{background:var(--white);padding:2rem 0}.audio-player-wrapper{max-width:800px;margin:2rem auto 0}.audio-player-title{color:var(--text-color);text-align:center;margin:0 0 1.5rem;font-size:1.5rem;font-weight:700}.audio-player-container{background:#f9fafb;border:2px solid #e5e7eb;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000000d}.audio-player{outline:none;width:100%}.audio-player::-webkit-media-controls-panel{background-color:var(--white)}.audio-player::-webkit-media-controls-play-button{background-color:var(--primary-blue);border-radius:50%}.audio-player::-webkit-media-controls-current-time-display{color:var(--text-color);font-weight:500}.audio-player::-webkit-media-controls-time-remaining-display{color:var(--text-color);font-weight:500}.audio-player::-webkit-media-controls-timeline{background-color:#e5e7eb;border-radius:2px}.audio-player::-webkit-media-controls-volume-slider{background-color:var(--primary-blue)}@media (max-width:768px){.audio-player-section{padding:1.5rem 0}.audio-player-title{margin-bottom:1rem;font-size:1.25rem}.audio-player-container{padding:1rem}}.section-header{text-align:center;margin-bottom:2.5rem}.section-title{color:var(--text-color);margin:0 0 .75rem;font-size:1.5rem;font-weight:700}.section-divider{justify-content:center;align-items:center;gap:.5rem;margin-top:2rem;display:flex}.section-divider-line{border-radius:9999px;height:.25rem}.section-divider-line-start{background:linear-gradient(270deg,#0000,#2563eb);width:5rem}.section-divider-line-center{background:linear-gradient(90deg,#2563eb,#9333ea,#ec4899);width:10rem}.section-divider-line-end{background:linear-gradient(90deg,#ec4899,#0000);width:5rem}.section-divider-dot{background:#2563eb;border-radius:50%;width:.5rem;height:.5rem}.section-divider-dot-pink{background:#ec4899}.course-sample-videos-section{background:var(--white);padding:3rem 0}.sample-videos-grid{grid-template-columns:repeat(auto-fit,minmax(300px,350px));justify-content:center;gap:2rem;width:100%;margin-top:2rem;display:grid}.sample-video-card{background:#f9fafb;border-radius:12px;flex-direction:column;gap:1rem;width:100%;max-width:100%;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 2px 8px #0000000d}.sample-video-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #0000001a}.sample-video-container{aspect-ratio:16/9;background:#000;width:100%;position:relative;overflow:hidden}.sample-video{object-fit:cover;outline:none;width:100%;height:100%}.sample-video-title{color:var(--text-color);text-align:right;margin:0;padding:0 1rem 1rem;font-size:1rem;font-weight:600;line-height:1.5}@media (min-width:769px){.sample-videos-grid{grid-template-columns:repeat(auto-fit,minmax(300px,27%))}}@media (max-width:768px){.course-sample-videos-section{padding:2rem 0}.sample-videos-grid{grid-template-columns:1fr;justify-content:center;gap:1.5rem}.sample-video-title{padding:0 .875rem .875rem;font-size:.9375rem}}.user-video-reviews-section{background:var(--white);padding:3rem 0}.video-reviews-grid{grid-template-columns:repeat(auto-fit,minmax(300px,27%));justify-content:center;gap:1.3rem;width:100%;margin-top:2rem;margin-left:auto;margin-right:auto;display:grid}.video-review-card{background:#f9fafb;border-radius:12px;flex-direction:column;gap:1rem;width:100%;max-width:100%;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 2px 8px #0000000d}.video-review-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #0000001a}.video-review-container{aspect-ratio:16/9;background:#000;width:100%;position:relative;overflow:hidden}.video-review{object-fit:cover;outline:none;width:100%;height:100%}.video-review-info{flex-direction:column;gap:.75rem;padding:0 1rem 1rem;display:flex}.video-review-name{color:var(--text-color);text-align:right;margin:0;font-size:1rem;font-weight:600;line-height:1.5}.review-star-icon{width:1.25rem;height:1.25rem}@media (min-width:769px){.video-reviews-grid{grid-template-columns:repeat(auto-fit,minmax(300px,27%))}}@media (max-width:768px){.user-video-reviews-section{padding:2rem 0}.video-reviews-grid{grid-template-columns:1fr;justify-content:center;gap:1.5rem}.video-review-name{font-size:.9375rem}.video-review-info{padding:0 .875rem .875rem}.review-star-icon{width:1.125rem;height:1.125rem}}.full-content-section{background:#f9f9f9;border-radius:14px;padding:1rem 3rem;box-shadow:0 0 3px #3b82f6}.full-content-wrapper{margin-top:2rem;position:relative}.full-content-checkbox{display:none}.full-content-text{max-width:100%;max-height:1500px;transition:max-height .3s;position:relative;overflow:hidden}.full-content-checkbox:checked~.full-content-text{max-height:none}.full-content-text:after{content:"";background:linear-gradient(to bottom,transparent,var(--white));pointer-events:none;opacity:1;height:100px;transition:opacity .3s;position:absolute;bottom:0;left:0;right:0}.full-content-checkbox:checked~.full-content-text:after{opacity:0}.full-content-toggle-label{background:var(--primary-blue);color:var(--white);cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:8px;justify-content:center;align-items:center;width:100%;margin-top:1.5rem;padding:.75rem 1.5rem;font-size:1.2rem;font-weight:600;transition:all .3s;display:inline-flex}.full-content-toggle-label:hover{background:var(--primary-color);transform:translateY(-2px);box-shadow:0 4px 12px #2563eb4d}.full-content-toggle-text-less,.full-content-checkbox:checked~.full-content-toggle-label .full-content-toggle-text-more{display:none}.full-content-checkbox:checked~.full-content-toggle-label .full-content-toggle-text-less{display:inline}@media (max-width:768px){.full-content-section{padding:1rem}.full-content-text{max-height:300px}.full-content-toggle-label{width:100%;padding:.875rem 1.5rem}}.comments-section{background:var(--white);padding:3rem 0}.comments-wrapper{max-width:900px;margin:0 auto}.comments-form-wrapper{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:3rem;padding:2rem}.comments-form-title{color:var(--text-color);text-align:right;margin:0 0 1.5rem;font-size:1.25rem;font-weight:600}.comments-form{flex-direction:column;gap:1.5rem;display:flex}.comments-form-row{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.comments-form-group{flex-direction:column;gap:.5rem;display:flex}.comments-form-label{color:var(--text-color);text-align:right;font-size:.875rem;font-weight:500}.comments-form-input,.comments-form-textarea{text-align:right;direction:rtl;border:1px solid #d1d5db;border-radius:8px;padding:.75rem 1rem;font-family:inherit;font-size:1rem;transition:border-color .2s,box-shadow .2s}.comments-form-input:focus,.comments-form-textarea:focus{border-color:var(--primary-blue);outline:none;box-shadow:0 0 0 3px #2563eb1a}.comments-form-textarea{resize:vertical;min-height:120px}.comments-rating-input{justify-content:flex-end;align-items:center;gap:.5rem;display:flex}.comments-rating-btn{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.25rem;transition:transform .2s;display:flex}.comments-rating-btn:hover{transform:scale(1.1)}.comments-rating-btn svg{width:1.5rem;height:1.5rem}.comments-captcha-wrapper{direction:rtl;align-items:center;gap:1rem;display:flex}.comments-captcha-display{background:var(--white);border:2px solid #d1d5db;border-radius:8px;justify-content:center;align-items:center;min-width:100px;padding:.75rem 1.5rem;display:flex}.comments-captcha-text{color:var(--primary-blue);letter-spacing:.5rem;font-family:monospace;font-size:1.5rem;font-weight:700}.comments-form-input{flex:1}.comments-form-error{color:#dc2626;text-align:right;background:#fee2e2;border-radius:8px;padding:.75rem 1rem;font-size:.875rem}.comments-form-success{color:#059669;text-align:right;background:#d1fae5;border-radius:8px;padding:.75rem 1rem;font-size:.875rem}.comments-form-submit{background:var(--primary-blue);color:var(--white);cursor:pointer;border:none;border-radius:8px;align-self:flex-end;padding:.875rem 2rem;font-size:1rem;font-weight:600;transition:background .2s,transform .2s}.comments-form-submit:hover:not(:disabled){background:#1d4ed8;transform:translateY(-2px)}.comments-form-submit:disabled{opacity:.6;cursor:not-allowed}.comments-list{flex-direction:column;gap:1.5rem;display:flex}.comments-empty{text-align:center;color:#6b7280;background:#f9fafb;border-radius:12px;padding:3rem 1rem}.comment-item{background:var(--white);border:1px solid #e5e7eb;border-radius:12px;padding:.85rem;transition:box-shadow .2s}.comment-item:hover{box-shadow:0 4px 12px #0000000d}.comment-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.comment-author{flex-direction:column;flex:1;gap:.5rem;display:flex}.comment-author-name{color:var(--text-color);font-size:1rem;font-weight:600}.comment-rating{align-items:center;gap:.25rem;display:flex}.comment-star-icon{width:1rem;height:1rem}.comment-date{color:#6b7280;white-space:nowrap;font-size:.875rem}.comment-content{color:var(--text-color);text-align:right;white-space:pre-wrap;margin-bottom:1rem;line-height:1.7}.comment-replies{border-top:1px solid #e5e7eb;flex-direction:column;gap:1rem;margin-top:1rem;padding-top:1rem;padding-right:1rem;display:flex}.comment-reply{background:#ddeefb;border-radius:10px;padding:.85rem}.comment-reply-header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.5rem;display:flex}.comment-reply-author{color:var(--text-color);font-size:.875rem;font-weight:600}.comment-reply-date{color:#6b7280;white-space:nowrap;font-size:.75rem}.comment-reply-content{color:var(--text-color);text-align:right;white-space:pre-wrap;font-size:.875rem;line-height:1.6}.comments-load-more{text-align:center;flex-direction:column;align-items:center;gap:1rem;margin-top:2rem;display:flex}.comments-load-error{color:#dc2626;text-align:center;background:#fee2e2;border-radius:8px;width:100%;max-width:500px;padding:.75rem 1rem;font-size:.875rem}.comments-load-more-btn{background:var(--white);color:var(--primary-blue);border:2px solid var(--primary-blue);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;min-width:180px;padding:.875rem 2rem;font-size:1rem;font-weight:600;transition:all .2s;display:inline-flex}.comments-load-more-btn:hover:not(:disabled){background:var(--primary-blue);color:var(--white);transform:translateY(-2px)}.comments-load-more-btn:disabled{opacity:.7;cursor:not-allowed}.comments-loading-spinner{width:1.25rem;height:1.25rem;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:768px){.comments-section{padding:2rem 0}.comments-form-wrapper{padding:1.5rem}.comments-form-row{grid-template-columns:1fr}.comments-captcha-wrapper{flex-direction:column}.comments-captcha-display{width:100%}.comment-header{flex-direction:column;align-items:flex-start}.comment-date{font-size:.8125rem}.comment-replies{padding-right:0}}.features-section{background:var(--white);padding:3rem 1rem}.features-wrapper{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:linear-gradient(to bottom right,#fff,#3b82f61a,#9333ea1a);border-radius:1rem;padding:1.5rem;position:relative}.features-bg-gradient{filter:blur(3rem);z-index:0;opacity:.2;border-radius:50%;position:absolute}.features-bg-gradient-top{background:#bfdbfe;width:8rem;height:8rem;top:0;right:0}.features-bg-gradient-bottom{background:#e9d5ff;width:10rem;height:10rem;bottom:0;left:0}.features-grid{z-index:10;grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid;position:relative}.features-item{text-align:center}.features-icon-wrapper{border-radius:50%;justify-content:center;align-items:center;width:4rem;height:4rem;margin:0 auto 1rem;transition:transform .3s;display:flex}.features-item:hover .features-icon-wrapper{transform:scale(1.1)}.features-icon-blue{background:#dbeafe}.features-icon-emerald{background:#d1fae5}.features-icon-purple{background:#e9d5ff}.features-icon-orange{background:#fed7aa}.features-icon-red{background:#fee2e2}.features-icon-indigo{background:#e0e7ff}.features-icon-teal{background:#ccfbf1}.features-icon-pink{background:#fce7f3}.features-icon-text{color:#2563eb;font-size:1.25rem;font-weight:700}.features-icon-svg{width:1em;height:1em;font-size:1.25rem}.features-icon-blue .features-icon-svg{color:#2563eb}.features-icon-emerald .features-icon-svg{color:#059669}.features-icon-purple .features-icon-svg{color:#9333ea}.features-icon-orange .features-icon-svg{color:#ea580c}.features-icon-red .features-icon-svg{color:#dc2626}.features-icon-indigo .features-icon-svg{color:#4f46e5}.features-icon-teal .features-icon-svg{color:#0d9488}.features-icon-pink .features-icon-svg{color:#db2777}.features-item-title{color:var(--text-color);margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:block}.features-item-description{color:#6b7280;font-size:.75rem;line-height:1.625}@media (min-width:1280px){.features-section{padding:5rem 0}.section-header{margin-bottom:2.5rem}.section-title{margin-bottom:.75rem;font-size:2.25rem}.features-wrapper{border-radius:1.5rem;padding:3rem}.features-grid{grid-template-columns:repeat(4,1fr);gap:2rem}.features-icon-wrapper{width:5rem;height:5rem}.features-icon-text,.features-icon-svg{font-size:1.5rem}.features-item-title{font-size:1rem}.features-item-description{font-size:.875rem}}@media (max-width:768px){.features-section{padding:2rem 1rem}.section-title{font-size:1.25rem}.features-wrapper{padding:1rem}.features-grid{gap:1rem}.features-icon-wrapper{width:3.5rem;height:3.5rem}.features-icon-text,.features-icon-svg{font-size:1rem}.features-item-title{font-size:.8125rem}.features-item-description{font-size:.6875rem}}.gallery-section{background:var(--white);padding:3rem 0}.gallery-grid{grid-template-columns:1fr;gap:1.5rem;margin-top:2rem;display:grid}.gallery-item{width:100%}.gallery-image-wrapper{aspect-ratio:3/2;background:#f3f4f6;border-radius:12px;width:100%;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden;box-shadow:0 4px 6px #0000001a}.gallery-image-wrapper:hover{transform:translateY(-4px);box-shadow:0 8px 16px #00000026}.gallery-image{object-fit:cover;width:100%;height:100%;transition:transform .3s}.gallery-image-wrapper:hover .gallery-image{transform:scale(1.05)}.gallery-caption{color:var(--white);text-align:center;background:linear-gradient(#0000,#000c);padding:1rem;font-size:.875rem;position:absolute;bottom:0;left:0;right:0}@media (min-width:768px){.gallery-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (min-width:1024px){.gallery-section{padding:5rem 0}.gallery-grid{grid-template-columns:repeat(3,1fr);gap:2rem}.gallery-image-wrapper{border-radius:16px}}@media (max-width:767px){.gallery-section{padding:2rem 0}.gallery-grid{gap:1rem}.gallery-image-wrapper{border-radius:8px}}.topics-section{background:linear-gradient(to bottom,#f9fafb,var(--white));padding:4rem 0}.topics-section-title{color:var(--text-color);text-align:center;margin-bottom:3rem;padding-bottom:1rem;font-size:2.25rem;font-weight:700;position:relative}.topics-section-title:after{content:"";background:linear-gradient(to right,var(--primary-blue),var(--green));border-radius:2px;width:80px;height:4px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.topics-grid{gap:2.5rem;max-width:1200px;margin:0 auto;display:grid}.topics-grid.topics-single{grid-template-columns:1fr;max-width:800px}.topics-grid.topics-double{grid-template-columns:repeat(2,1fr)}.topic-card{background:var(--white);border:1px solid #e5e7eb;border-radius:16px;transition:all .3s;overflow:hidden;box-shadow:0 4px 20px #00000014}.topic-card-header{background:linear-gradient(135deg,var(--primary-blue),#2563eb);color:var(--white);padding:1.75rem 2rem;position:relative;overflow:hidden}.topic-card-header:before{content:"";background:radial-gradient(circle,#ffffff1a 0%,#0000 70%);width:200%;height:200%;animation:3s infinite shimmer;position:absolute;top:-50%;right:-50%}@keyframes shimmer{0%,to{transform:rotate(0)}50%{transform:rotate(180deg)}}.topic-title{z-index:1;margin:0;font-size:1.5rem;font-weight:700;line-height:1.4;position:relative}.topic-card-body{padding:1.5rem}.topic-subtopics-list{flex-direction:column;gap:1.5rem;margin:0;padding:0;list-style:none;display:flex}.topic-subtopic-item{border-right:4px solid var(--primary-blue);background:#f9fafb;border-radius:12px;padding:1rem;transition:all .3s}.subtopic-header{align-items:center;gap:1rem;margin-bottom:.75rem;display:flex}.subtopic-number{background:linear-gradient(135deg,var(--primary-blue),#2563eb);width:36px;height:36px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;font-weight:700;display:flex;box-shadow:0 2px 8px #2563eb4d}.subtopic-name{color:var(--text-color);flex:1;margin:0;font-size:1.125rem;font-weight:600;line-height:1.5}.subtopic-description{color:#6b7280;margin-top:.75rem;padding-right:3rem;font-size:.9375rem;line-height:1.7}.subtopic-description p{text-align:right;margin:0}.subtopic-description strong{color:var(--text-color);font-weight:600}@media (min-width:1024px){.topics-section{padding:5rem 0}.topics-section-title{margin-bottom:4rem;font-size:2.5rem}.topics-grid.topics-double{gap:3rem}.topic-card-header{padding:2rem 2.5rem}.topic-title{font-size:1.75rem}.topic-card-body{padding:1rem}.topic-subtopics-list{gap:0}.topic-subtopic-item{padding:1.2rem}.subtopic-number{width:42px;height:42px;font-size:1.125rem}.subtopic-name{font-size:1.25rem}.subtopic-description{font-size:1rem}}@media (max-width:1023px){.topics-grid.topics-double{grid-template-columns:1fr}}@media (max-width:767px){.topics-section{padding:2.5rem 0}.topics-section-title{margin-bottom:2rem;font-size:1.75rem}.topics-grid{gap:1.5rem}.topic-card{border-radius:12px}.topic-card-header{padding:1.5rem 1.25rem}.topic-title{font-size:1.25rem}.topic-card-body{padding:.5rem}.topic-subtopics-list{gap:1.25rem}.topic-subtopic-item{padding:.8rem}.subtopic-header{gap:.75rem;margin-bottom:.5rem}.subtopic-number{width:32px;height:32px;font-size:.9375rem}.subtopic-name{font-size:1rem}.subtopic-description{margin-top:.5rem;padding-right:2.5rem;font-size:.875rem}}.calendar-section{background:var(--white);padding:3rem 0}.calendar-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;margin-top:2rem;display:grid}.calendar-card{background:var(--white);border:1px solid #e5e7eb;border-radius:16px;transition:all .3s;overflow:hidden;box-shadow:0 2px 8px #0000000d}.calendar-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.calendar-card-header{background:linear-gradient(135deg,var(--primary-blue),#2563eb);color:var(--white);justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.5rem;display:flex}.calendar-card-title-wrapper{flex-direction:column;flex:1;gap:.5rem;display:flex}.calendar-card-title{flex-wrap:wrap;align-items:center;gap:.5rem;margin:0;font-size:1.25rem;font-weight:700;line-height:1.4;display:flex}.calendar-card-degree{opacity:.9;background:#fff3;border-radius:12px;width:fit-content;padding:.25rem .75rem;font-size:.875rem;display:inline-block}.calendar-card-degree-inline{opacity:.9;background:#fff3;border-radius:12px;padding:.25rem .75rem;font-size:.875rem;font-weight:600;display:inline-block}.calendar-status{white-space:nowrap;border-radius:12px;padding:.5rem 1rem;font-size:.875rem;font-weight:600}.calendar-status-registering{color:var(--white);background:#22c55e33;border:1px solid #22c55e4d}.calendar-card-header .calendar-status-registering{color:var(--white);background:#fff3;border:1px solid #ffffff4d}.calendar-status-ongoing{color:#2563eb;background:#3b82f633;border:1px solid #3b82f64d}.calendar-status-completed{color:#6b7280;background:#6b728033;border:1px solid #6b72804d}.calendar-status-cancelled{color:#dc2626;background:#ef444433;border:1px solid #ef44444d}.calendar-status-unknown{color:#9ca3af;background:#9ca3af33;border:1px solid #9ca3af4d}.calendar-mode{white-space:nowrap;color:var(--white);border-radius:12px;padding:.5rem 1rem;font-size:.875rem;font-weight:600}.calendar-mode-intensive{color:#dc2626;background:#ef444433;border:1px solid #ef44444d}.calendar-card-header .calendar-mode-intensive{color:var(--white);background:#ef44444d;border:1px solid #ef444480}.calendar-mode-semi-intensive{color:#ea580c;background:#fb923c33;border:1px solid #fb923c4d}.calendar-card-header .calendar-mode-semi-intensive{color:var(--white);background:#fb923c4d;border:1px solid #fb923c80}.calendar-mode-default{color:var(--white);background:#fff3;border:1px solid #ffffff4d}.calendar-card-body{padding:1.5rem}.calendar-info-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:1.5rem;display:grid}.calendar-info-item{align-items:flex-start;gap:.75rem;display:flex}.calendar-info-item-full{grid-column:1/-1}.calendar-info-icon{width:1.25rem;height:1.25rem;color:var(--primary-blue);flex-shrink:0;margin-top:.125rem}.calendar-info-content{flex-direction:column;flex:1;gap:.25rem;display:flex}.calendar-info-label{color:#6b7280;font-size:.75rem;font-weight:500}.calendar-info-value{color:var(--text-color);font-size:.9375rem;font-weight:600;line-height:1.5}.calendar-card-footer{border-top:1px solid #e5e7eb;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:1.5rem;display:flex}.calendar-price{flex:1;align-items:center;gap:1rem;display:flex}.calendar-discount-badge{color:var(--white);background:linear-gradient(135deg,#ef4444,#dc2626);border-radius:8px;flex-direction:column;justify-content:center;align-items:center;min-width:60px;padding:.5rem .75rem;display:flex}.calendar-discount-percentage{font-size:1.125rem;font-weight:700;line-height:1.2}.calendar-discount-label{opacity:.9;font-size:.75rem;font-weight:500}.calendar-price-original{color:#9ca3af;align-items:baseline;gap:.25rem;text-decoration:line-through;display:flex}.calendar-price-original-amount{font-size:.875rem;font-weight:500}.calendar-price-discounted{align-items:baseline;gap:.25rem;display:flex}.calendar-price-discounted-amount{color:var(--green);font-size:1.25rem;font-weight:700}.calendar-price-unit{color:#6b7280;font-size:.875rem}.calendar-register-btn{background:var(--green);color:var(--white);cursor:pointer;white-space:nowrap;border:none;border-radius:8px;width:100%;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;transition:all .3s}.calendar-register-btn:hover{background:var(--green-dark);transform:translateY(-2px);box-shadow:0 4px 12px #22c55e4d}@media (max-width:1024px){.calendar-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}}@media (max-width:768px){.calendar-section{padding:2rem 0}.calendar-grid{grid-template-columns:1fr;gap:1.5rem}.calendar-card-header{flex-direction:column;align-items:flex-start;gap:1rem}.calendar-status{align-self:flex-start}.calendar-info-grid{grid-template-columns:1fr;gap:1.25rem}.calendar-card-footer{flex-direction:column;align-items:stretch}.calendar-register-btn{width:100%}.calendar-price{justify-content:center}}@media (max-width:480px){.calendar-card-header{padding:1.25rem}.calendar-card-title{font-size:1.125rem}.calendar-card-body{padding:1.25rem}.calendar-price-discounted-amount{font-size:1.125rem}}.sticky-bar{background:var(--white);z-index:1000;border-top:2px solid #e5e7eb;padding:1rem 0;transition:transform .3s;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 6px -1px #0000001a,0 -2px 4px -1px #0000000f}.sticky-bar-content{justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.sticky-bar-left{flex:1;align-items:center;gap:1.5rem;min-width:0;display:flex}.sticky-bar-title{color:var(--text-color);white-space:nowrap;text-overflow:ellipsis;max-width:400px;margin:0;font-size:1.125rem;font-weight:700;overflow:hidden}.sticky-bar-discount{color:var(--white);white-space:nowrap;background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);border-radius:.5rem;flex-shrink:0;align-items:center;gap:.25rem;padding:.5rem 1rem;font-weight:700;display:flex}.sticky-bar-discount-percentage{font-size:1.25rem;line-height:1}.sticky-bar-discount-label{opacity:.9;font-size:.875rem}.sticky-bar-right{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.sticky-bar-dropdown{position:relative}.sticky-bar-dropdown-button{color:var(--text-color);cursor:pointer;white-space:nowrap;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:.5rem;align-items:center;gap:.5rem;padding:.625rem 1rem;font-size:.9375rem;font-weight:600;transition:all .2s;display:flex}.sticky-bar-dropdown-text{display:inline}.sticky-bar-dropdown-button:hover{background:#e5e7eb;border-color:#d1d5db}.sticky-bar-dropdown-menu-icon{flex-shrink:0;width:1.125rem;height:1.125rem;display:none}.sticky-bar-dropdown-icon{flex-shrink:0;width:.875rem;height:.875rem;transition:transform .2s}.sticky-bar-dropdown-icon.open{transform:rotate(180deg)}.sticky-bar-dropdown-menu{background:var(--white);z-index:1001;border:1px solid #e5e7eb;border-radius:.5rem;flex-direction:column;min-width:200px;max-height:300px;display:flex;position:absolute;bottom:calc(100% + .5rem);right:0;overflow-y:auto;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.sticky-bar-dropdown-item{text-align:right;color:var(--text-color);cursor:pointer;background:0 0;border:none;border-bottom:1px solid #f3f4f6;padding:.75rem 1rem;font-size:.9375rem;transition:background .2s}.sticky-bar-dropdown-item:last-child{border-bottom:none}.sticky-bar-dropdown-item:hover{background:#f9fafb}.sticky-bar-button{cursor:pointer;white-space:nowrap;border:none;border-radius:.5rem;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.9375rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.sticky-bar-button svg{flex-shrink:0;width:1.125rem;height:1.125rem}.sticky-bar-button-consultation{background:var(--primary-blue);color:var(--white)}.sticky-bar-button-consultation:hover{background:#1d4ed8;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a}.sticky-bar-button-whatsapp{color:var(--white);background:#25d366}.sticky-bar-button-whatsapp:hover{background:#20ba5a;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a}.sticky-bar-button-register{color:var(--white);background:#ef4444;padding:.625rem 1.5rem;font-weight:700}.sticky-bar-button-register:hover{background:#dc2626;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a}@media (max-width:1200px){.sticky-bar-title{max-width:300px;font-size:1rem}.sticky-bar-button{padding:.625rem 1rem;font-size:.875rem}.sticky-bar-button span{display:none}.sticky-bar-button svg{width:1.25rem;height:1.25rem}.sticky-bar-dropdown-text{display:none}}@media (max-width:768px){.sticky-bar{padding:.75rem 0}.sticky-bar-content{gap:.75rem}.sticky-bar-left{flex:1;gap:.75rem;min-width:0}.sticky-bar-title{display:none}.sticky-bar-discount{padding:.375rem .75rem}.sticky-bar-discount-percentage{font-size:1rem}.sticky-bar-discount-label{font-size:.75rem}.sticky-bar-right{gap:.5rem}.sticky-bar-dropdown-button{padding:.5rem .75rem;font-size:.8125rem}.sticky-bar-dropdown-text{display:none}.sticky-bar-dropdown-menu-icon{display:block}.sticky-bar-dropdown-icon{display:none}.sticky-bar-button{justify-content:center;min-width:2.5rem;padding:.5rem}.sticky-bar-button-register{min-width:auto;padding:.5rem .75rem;font-size:.8125rem}.sticky-bar-button-register span{display:block}.sticky-bar-dropdown-menu{min-width:150px;max-height:250px}.sticky-bar-dropdown-item{padding:.625rem .75rem;font-size:.875rem}}@media (max-width:480px){.sticky-bar-title{display:none}.sticky-bar-discount{padding:.25rem .5rem}.sticky-bar-discount-percentage{font-size:.875rem}.sticky-bar-discount-label{font-size:.6875rem}.sticky-bar-button-register{min-width:auto;padding:.5rem .625rem;font-size:.75rem}.sticky-bar-button-register span{display:block}.sticky-bar-dropdown-button{justify-content:center;min-width:2.5rem;padding:.5rem}.sticky-bar-dropdown-menu-icon{width:1.25rem;height:1.25rem}}
