.how-it-works{padding:80px 0;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.how-it-works__container{max-width:1200px;margin:0 auto;padding:0 20px}.how-it-works__header{text-align:center;margin-bottom:60px}.how-it-works__header h2{font-weight:700;margin-bottom:16px}.how-it-works__header p{font-size:1.125rem;color:#64748b;max-width:600px;margin:0 auto;line-height:1.6}.how-it-works__steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:40px;gap:40px;position:relative}@media(min-width:768px){.how-it-works__steps{grid-template-columns:repeat(5,1fr)}}.how-it-works__step{text-align:center;position:relative;transition:all .4s cubic-bezier(.25,.46,.45,.94)}.how-it-works__step:not(:last-child):after{content:"";position:absolute;top:40px;right:-20px;width:40px;height:2px;background:linear-gradient(90deg,var(--primary),var(--primary-100));z-index:1;transform:scaleX(0);transform-origin:left;animation:lineGrow .8s ease-out forwards}@media(max-width:767px){.how-it-works__step:not(:last-child):after{display:none}}.how-it-works__step:first-child:after{animation-delay:.8s}.how-it-works__step:nth-child(2):after{animation-delay:1s}.how-it-works__step:nth-child(3):after{animation-delay:1.2s}.how-it-works__step:nth-child(4):after{animation-delay:1.4s}.how-it-works__step:nth-child(5):after{animation-delay:1.6s}.how-it-works__icon{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,var(--primary),#059669);display:flex;align-items:center;justify-content:center;margin:0 auto 24px;position:relative;z-index:2;box-shadow:0 10px 25px rgba(5,150,105,.4);transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.how-it-works__icon svg{width:40px;height:40px;fill:#fff;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1));transition:all .3s ease}.how-it-works__icon--signup svg{transform:scale(1.1)}.how-it-works__icon--create svg{transform:scale(1.2)}.how-it-works__icon--structure svg,.how-it-works__icon--upload svg{transform:scale(1.1)}.how-it-works__icon--publish svg{transform:scale(1.2)}.how-it-works__content{transition:all .3s ease}.how-it-works__content h3{font-size:1.25rem;font-weight:600;color:#1a202c;margin-bottom:12px;transition:all .3s ease}.how-it-works__content p{font-size:.875rem;color:#64748b;line-height:1.5;transition:all .3s ease}.how-it-works__step-number{position:absolute;top:-8px;right:-8px;width:24px;height:24px;background:var(--secondary);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;color:#fff;z-index:3;transition:all .3s cubic-bezier(.68,-.55,.265,1.55)}.how-it-works__step:hover{transform:translateY(-8px) scale(1.02)}.how-it-works__step:hover .how-it-works__icon{transform:translateY(-5px) scale(1.1);box-shadow:0 20px 40px rgba(5,150,105,.5);background:linear-gradient(135deg,#10b981,#047857)}.how-it-works__step:hover .how-it-works__icon svg{transform:scale(1.3)}.how-it-works__step:hover .how-it-works__step-number{transform:scale(1.2)}.how-it-works__step:hover .how-it-works__content h3{color:var(--primary)}.how-it-works__step{opacity:0;transform:translateY(50px) scale(.8);animation:smoothFadeInUp .8s cubic-bezier(.25,.46,.45,.94) forwards}.how-it-works__step:first-child{animation-delay:0s}.how-it-works__step:nth-child(2){animation-delay:.15s}.how-it-works__step:nth-child(3){animation-delay:.3s}.how-it-works__step:nth-child(4){animation-delay:.45s}.how-it-works__step:nth-child(5){animation-delay:.6s}.how-it-works__icon{animation-delay:1s}@keyframes smoothFadeInUp{0%{opacity:0;transform:translateY(50px) scale(.8)}60%{opacity:.8;transform:translateY(-10px) scale(1.05)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes lineGrow{to{transform:scaleX(1)}}@keyframes iconPulse{0%,to{box-shadow:0 10px 25px rgba(5,150,105,.4)}50%{box-shadow:0 15px 35px rgba(5,150,105,.6)}}@media(max-width:768px){.how-it-works{padding:60px 0}.how-it-works__header h2{font-size:2rem}.how-it-works__steps{gap:50px}.how-it-works__step:after{top:90px;left:50%;transform:translateX(-50%) rotate(90deg) scaleX(0);width:30px;animation:lineGrowVertical .8s ease-out forwards}.how-it-works__step:last-child:after{display:none}}@keyframes lineGrowVertical{to{transform:translateX(-50%) rotate(90deg) scaleX(1)}}.privacy-policy-page{background-color:#f9f9f9;color:#333}.privacy-policy-page .privacy-section .padding{padding:5rem 0}.privacy-policy-page .privacy-section .padding h2{text-align:center;margin-bottom:10px}.privacy-policy-page .privacy-section .padding p{margin-bottom:20px;line-height:1.6}.organization-page{padding:2rem 0;max-width:1200px;margin:91px auto 0}.organization-page__stats{display:flex;justify-content:center;gap:3rem;margin-bottom:2rem;padding:1.5rem 0;border-bottom:1px solid #e5e7eb}.organization-page__stats .stat-item{text-align:center;min-width:100px}.organization-page__stats .stat-item .stat-number{font-size:2rem;font-weight:700;color:var(--primary);margin-bottom:.25rem;display:block}.organization-page__stats .stat-item .stat-label{font-size:.875rem;color:#6b7280;text-transform:uppercase;font-weight:600;letter-spacing:.05em}@media(max-width:768px){.organization-page__stats{gap:1.5rem;flex-wrap:wrap}.organization-page__stats .stat-item{min-width:80px}.organization-page__stats .stat-item .stat-number{font-size:1.5rem}.organization-page__stats .stat-item .stat-label{font-size:.75rem}}@media(max-width:480px){.organization-page__stats{grid-template-columns:repeat(2,1fr);display:grid;grid-gap:1rem;gap:1rem;text-align:center}}@media(max-width:992px){.organization-page{margin-top:60px}}.organization-page__header{text-align:center;padding:2rem 0 3rem;border-bottom:1px solid #e5e7eb;margin-bottom:3rem}.organization-page__header .organization-logo{width:120px;height:120px;border-radius:50%;margin:0 auto 1.5rem;object-fit:cover;border:4px solid #f3f4f6}.organization-page__header .organization-name{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.organization-page__header .tagline{font-size:1.125rem;color:#6b7280;margin-bottom:1.5rem;font-style:italic}.organization-page__header .follow-btn{background:var(--primary);color:#fff;padding:.75rem 2rem;border:none;border-radius:.5rem;font-weight:600;cursor:pointer;transition:background-color .2s}.organization-page__header .follow-btn:hover{background:var(--primary-400)}.organization-page__header .follow-btn.active{background:var(--primary-50);color:var(--primary)}.organization-page__about{margin-bottom:3rem;padding:2rem;background:#f9fafb;border-radius:.75rem}.organization-page__about .section-title{font-size:1.875rem;font-weight:700;color:#1f2937;margin-bottom:1.5rem}.organization-page__about .mission-statement{font-size:1.125rem;line-height:1.7;color:#374151;margin-bottom:1.5rem}.organization-page__about .organization-meta{display:flex;gap:2rem;margin-top:1rem}.organization-page__about .organization-meta .org-address,.organization-page__about .organization-meta .org-type{padding:.5rem 1rem;background:#e5e7eb;border-radius:.375rem;font-weight:600;color:#374151}.organization-page__featured{margin-bottom:3rem}.organization-page__featured .section-title{font-size:1.875rem;font-weight:700;color:#1f2937;margin-bottom:2rem}.organization-page__featured .courses-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,350px));grid-gap:1.5rem;gap:1.5rem;justify-content:center}.organization-page .course-card{background:#fff;border-radius:.75rem;box-shadow:0 1px 3px rgba(0,0,0,.1);padding:1.5rem;transition:transform .2s,box-shadow .2s}.organization-page .course-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.organization-page .course-card .course-title{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:.75rem}.organization-page .course-card .course-description{color:#6b7280;margin-bottom:1rem;line-height:1.6}.organization-page .course-card .instructor{font-size:.875rem;color:#374151;margin-bottom:.75rem}.organization-page .course-card .course-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.organization-page .course-card .course-meta .rating{display:flex;align-items:center;gap:.25rem}.organization-page .course-card .course-meta .rating .stars{color:#fbbf24}.organization-page .course-card .course-meta .rating .reviews{font-size:.875rem;color:#6b7280}.organization-page .course-card .course-meta .price{font-weight:700;font-size:1.125rem;color:#059669}.organization-page .course-card .view-course-btn{width:100%;background:var(--primary);color:#fff;padding:.75rem;border:none;border-radius:.5rem;font-weight:600;cursor:pointer;transition:background-color .2s}.organization-page .course-card .view-course-btn:hover{background:var(--primary-400)}.organization-page__catalog{margin-bottom:3rem}.organization-page__catalog .section-title{font-size:1.875rem;font-weight:700;color:#1f2937;margin-bottom:2rem}.organization-page__catalog .filters{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.organization-page__catalog .filters select{padding:.5rem 1rem;border:1px solid #d1d5db;border-radius:.375rem;background:#fff;color:#374151}.organization-page__value-prop{background:var(--primary);color:#fff;padding:2rem;border-radius:.75rem;margin-bottom:3rem}.organization-page__value-prop .section-title{font-size:1.875rem;font-weight:700;margin-bottom:1.5rem;color:#fff}.organization-page__value-prop .value-points{list-style:none;padding:0}.organization-page__value-prop .value-points li{position:relative;padding:.5rem 0 .5rem 2rem}.organization-page__value-prop .value-points li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:700}.organization-page__testimonials{margin-bottom:3rem}.organization-page__testimonials .section-title{font-size:1.875rem;font-weight:700;color:#1f2937;margin-bottom:2rem}.organization-page__testimonials .testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:1.5rem;gap:1.5rem}.organization-page__testimonials .testimonial{background:#fff;padding:1.5rem;border-radius:.75rem;box-shadow:0 1px 3px rgba(0,0,0,.1);border-left:4px solid var(--primary)}.organization-page__testimonials .testimonial .quote{font-style:italic;margin-bottom:1rem;color:#374151}.organization-page__testimonials .testimonial .student-info{display:flex;align-items:center;gap:.75rem}.organization-page__testimonials .testimonial .student-info .student-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;border:2px solid #f3f4f6}.organization-page__testimonials .testimonial .student-info .student-name{font-weight:600;color:#1f2937}.organization-page__contact{background:#f9fafb;padding:2rem;border-radius:.75rem;margin-bottom:3rem}.organization-page__contact .section-title{font-size:1.875rem;font-weight:700;color:#1f2937;margin-bottom:2rem}.organization-page__contact .contact-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1.5rem;gap:1.5rem}.organization-page__contact .contact-info .contact-item{display:flex;align-items:center;gap:.75rem;color:#374151}.organization-page__contact .contact-info .contact-item .icon{color:var(--primary)}.organization-page__contact .social-links{margin-top:1.5rem;display:flex;gap:1rem}.organization-page__contact .social-links a{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background:var(--primary);color:#fff;border-radius:50%;text-decoration:none;transition:background-color .2s}.organization-page__contact .social-links a:hover{background:var(--primary-400)}.organization-page__cta{text-align:center;padding:3rem 2rem;background:linear-gradient(135deg,var(--primary),var(--primary-400));border-radius:.75rem;color:#fff}.organization-page__cta .cta-title{font-size:2rem;font-weight:700;margin-bottom:1rem;color:#fff}.organization-page__cta .cta-subtitle{font-size:1.125rem;margin-bottom:2rem;opacity:.9}.organization-page__cta .cta-btn{background:#fff;color:var(--primary);padding:1rem 2rem;border:none;border-radius:.5rem;font-size:1.125rem;font-weight:700;cursor:pointer;transition:transform .2s}.organization-page__cta .cta-btn:hover{transform:translateY(-2px)}@media(max-width:768px){.organization-page{padding:1rem}.organization-page__header .organization-name{font-size:2rem}.organization-page .courses-grid{grid-template-columns:1fr}.organization-page__about .organization-meta{flex-direction:column;gap:1rem}.organization-page .filters{flex-direction:column}.organization-page__contact .contact-info{grid-template-columns:1fr}}.organization-page-skeleton{padding:2rem 0;max-width:1200px;margin:91px auto 0}@media(max-width:992px){.organization-page-skeleton{margin-top:60px}}@keyframes shimmer{0%{background-position:-468px 0}to{background-position:468px 0}}.organization-page-skeleton .shimmer{background:linear-gradient(90deg,#f6f7f8 0,#edeef1 20%,#f6f7f8 40%,#f6f7f8);background-size:800px 104px;animation:shimmer 1.5s linear infinite;border-radius:4px}.organization-page-skeleton__header{text-align:center;padding:2rem 0 3rem;border-bottom:1px solid #e5e7eb;margin-bottom:3rem}.organization-page-skeleton__header .logo-skeleton{width:120px;height:120px;border-radius:50%;margin:0 auto 1.5rem}.organization-page-skeleton__header .name-skeleton{height:2.5rem;width:300px;margin:0 auto .5rem}.organization-page-skeleton__header .tagline-skeleton{height:1.125rem;width:250px;margin:0 auto 1.5rem}.organization-page-skeleton__header .button-skeleton{height:3rem;width:120px;margin:0 auto;border-radius:.5rem}.organization-page-skeleton__about{margin-bottom:3rem;padding:2rem;background:#f9fafb;border-radius:.75rem}.organization-page-skeleton__about .title-skeleton{height:1.875rem;width:150px;margin-bottom:1.5rem}.organization-page-skeleton__about .text-skeleton{height:1rem;margin-bottom:.75rem}.organization-page-skeleton__about .text-skeleton:nth-child(2){width:100%}.organization-page-skeleton__about .text-skeleton:nth-child(3){width:90%}.organization-page-skeleton__about .text-skeleton:nth-child(4){width:75%}.organization-page-skeleton__about .meta-skeleton{display:flex;gap:2rem;margin-top:1rem}.organization-page-skeleton__about .meta-skeleton .tag-skeleton{height:2rem;width:100px;border-radius:.375rem}.organization-page-skeleton__featured{margin-bottom:3rem}.organization-page-skeleton__featured .title-skeleton{height:1.875rem;width:200px;margin-bottom:2rem}.organization-page-skeleton__featured .cards-skeleton{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:1.5rem;gap:1.5rem}.organization-page-skeleton .course-card-skeleton{background:#fff;border-radius:.75rem;box-shadow:0 1px 3px rgba(0,0,0,.1);padding:1.5rem}.organization-page-skeleton .course-card-skeleton .card-title-skeleton{height:1.25rem;width:80%;margin-bottom:.75rem}.organization-page-skeleton .course-card-skeleton .card-description-skeleton{height:.875rem;margin-bottom:.5rem}.organization-page-skeleton .course-card-skeleton .card-description-skeleton:nth-child(2){width:100%}.organization-page-skeleton .course-card-skeleton .card-description-skeleton:nth-child(3){width:85%}.organization-page-skeleton .course-card-skeleton .instructor-skeleton{height:.875rem;width:120px;margin-bottom:.75rem}.organization-page-skeleton .course-card-skeleton .meta-skeleton{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.organization-page-skeleton .course-card-skeleton .meta-skeleton .rating-skeleton{height:1rem;width:80px}.organization-page-skeleton .course-card-skeleton .meta-skeleton .price-skeleton{height:1.125rem;width:60px}.organization-page-skeleton .course-card-skeleton .button-skeleton{height:2.5rem;width:100%;border-radius:.5rem}.organization-page-skeleton__value-prop{background:#e5e7eb;padding:2rem;border-radius:.75rem;margin-bottom:3rem}.organization-page-skeleton__value-prop .title-skeleton{height:1.875rem;width:250px;margin-bottom:1.5rem}.organization-page-skeleton__value-prop .list-skeleton .item-skeleton{height:1rem;margin-bottom:.75rem}.organization-page-skeleton__value-prop .list-skeleton .item-skeleton:first-child{width:90%}.organization-page-skeleton__value-prop .list-skeleton .item-skeleton:nth-child(2){width:85%}.organization-page-skeleton__value-prop .list-skeleton .item-skeleton:nth-child(3){width:80%}.organization-page-skeleton__value-prop .list-skeleton .item-skeleton:nth-child(4){width:95%}.organization-page-skeleton__testimonials{margin-bottom:3rem}.organization-page-skeleton__testimonials .title-skeleton{height:1.875rem;width:180px;margin-bottom:2rem}.organization-page-skeleton__testimonials .testimonials-skeleton{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:1.5rem;gap:1.5rem}.organization-page-skeleton__testimonials .testimonial-skeleton{background:#fff;padding:1.5rem;border-radius:.75rem;box-shadow:0 1px 3px rgba(0,0,0,.1)}.organization-page-skeleton__testimonials .testimonial-skeleton .quote-skeleton{height:.875rem;margin-bottom:.5rem}.organization-page-skeleton__testimonials .testimonial-skeleton .quote-skeleton:first-child{width:100%}.organization-page-skeleton__testimonials .testimonial-skeleton .quote-skeleton:nth-child(2){width:85%}.organization-page-skeleton__testimonials .testimonial-skeleton .quote-skeleton:nth-child(3){width:70%}.organization-page-skeleton__testimonials .testimonial-skeleton .name-skeleton{height:1rem;width:120px;margin-top:1rem}.organization-page-skeleton__contact{background:#f9fafb;padding:2rem;border-radius:.75rem;margin-bottom:3rem}.organization-page-skeleton__contact .title-skeleton{height:1.875rem;width:150px;margin-bottom:2rem}.organization-page-skeleton__contact .contact-skeleton{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1.5rem;gap:1.5rem}.organization-page-skeleton__contact .contact-skeleton .contact-item-skeleton{height:1.5rem;width:200px}.organization-page-skeleton__contact .social-skeleton{margin-top:1.5rem;display:flex;gap:1rem}.organization-page-skeleton__contact .social-skeleton .social-item-skeleton{width:40px;height:40px;border-radius:50%}.organization-page-skeleton__cta{text-align:center;padding:3rem 2rem;background:#e5e7eb;border-radius:.75rem}.organization-page-skeleton__cta .cta-title-skeleton{height:2rem;width:300px;margin:0 auto 1rem}.organization-page-skeleton__cta .cta-subtitle-skeleton{height:1.125rem;width:400px;margin:0 auto 2rem}.organization-page-skeleton__cta .cta-button-skeleton{height:3rem;width:150px;margin:0 auto;border-radius:.5rem}@media(max-width:768px){.organization-page-skeleton{padding:1rem}.organization-page-skeleton__header .name-skeleton{width:250px}.organization-page-skeleton__header .tagline-skeleton{width:200px}.organization-page-skeleton .cards-skeleton{grid-template-columns:1fr}.organization-page-skeleton__about .meta-skeleton{flex-direction:column;gap:1rem}.organization-page-skeleton__contact .contact-skeleton{grid-template-columns:1fr}.organization-page-skeleton__cta .cta-title-skeleton{width:250px}.organization-page-skeleton__cta .cta-subtitle-skeleton{width:300px}}.terms-page{background-color:#f9f9f9;color:#333}.terms-page .terms-section .padding{padding:5rem 0}.terms-page .terms-section .padding h2{margin-bottom:10px}.terms-page .terms-section .padding p{margin-bottom:20px;line-height:1.6}