.teachers-highlight{color:var(--wz-purple)}.teachers-highlight--yellow{color:var(--wz-yellow)}:root{--teachers-container-max:1100px;--teachers-section-padding:clamp(60px, 8vw, 100px);--teachers-section-padding-sm:clamp(40px, 6vw, 60px)}.teachers-container{max-width:var(--teachers-container-max);margin:0 auto;padding:0 24px}.teachers-hero{background:linear-gradient(135deg,var(--wz-purple),var(--wz-pink));padding:var(--teachers-section-padding) 0;padding-top:calc(var(--wz-header-height,72px) + var(--teachers-section-padding));overflow:hidden;position:relative}.teachers-hero__grid{display:grid;grid-template-columns:1.3fr 1fr;gap:48px;align-items:center}.teachers-hero__title{font-family:var(--font-display);font-size:var(--text-display-xl);font-weight:800;line-height:1.15;color:#fff;margin-bottom:20px}.teachers-hero__title .wz-highlight{color:var(--wz-yellow)}.teachers-hero__subtitle{font-family:var(--font-body);font-size:var(--text-body-xl);line-height:1.7;color:rgba(255,255,255,.85);margin-bottom:32px}.teachers-hero__actions{display:flex;gap:12px;flex-wrap:wrap}.teachers-hero__cta-primary{display:inline-flex;align-items:center;justify-content:center;padding:0 32px;height:var(--btn-height-standard);background:var(--wz-yellow);color:var(--wz-text-primary);border-radius:var(--btn-radius);font-weight:700;font-size:16px;text-decoration:none;transition:var(--btn-transition);box-shadow:0 4px 12px rgba(255,184,48,.3)}.teachers-hero__cta-primary:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(255,184,48,.4)}.teachers-hero__cta-secondary{display:inline-flex;align-items:center;justify-content:center;padding:0 24px;height:var(--btn-height-standard);background:0 0;color:#fff;border:2px solid rgba(255,255,255,.3);border-radius:var(--btn-radius);font-weight:600;font-size:16px;text-decoration:none;transition:var(--btn-transition)}.teachers-hero__cta-secondary:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.5)}.teachers-hero__media{display:flex;justify-content:center;align-items:center}.teachers-hero__image{max-width:320px;width:100%;height:auto;filter:drop-shadow(0 10px 30px rgba(0, 0, 0, .2))}.teachers-why{background:var(--wz-bg-light);padding:var(--teachers-section-padding) 0}.teachers-why__inner{max-width:700px;margin:0 auto;text-align:center}.teachers-why__label{display:inline-block;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:var(--wz-purple);margin-bottom:16px}.teachers-why__title{font-family:var(--font-display);font-size:var(--text-display-lg);font-weight:800;line-height:1.2;color:var(--wz-text-primary);margin-bottom:40px}.teachers-why__story{font-family:var(--font-body);font-size:var(--text-body-lg);line-height:2;color:var(--wz-text-secondary);margin-bottom:24px;text-align:left}.teachers-why__story strong{color:var(--wz-text-primary);font-weight:600}.teachers-why__story em{color:var(--wz-purple);font-style:normal;font-weight:600}.teachers-why__quote{border-left:4px solid var(--wz-purple);background:var(--wz-purple-lightest);padding:24px 28px;border-radius:0 var(--radius-md) var(--radius-md) 0;margin-top:32px;text-align:left}.teachers-why__quote p{font-family:var(--font-body);font-size:var(--text-body-lg);line-height:1.8;color:var(--wz-text-primary);font-weight:500}.teachers-intro{background:var(--wz-bg-dark);padding:var(--teachers-section-padding) 0;color:var(--wz-text-inverse)}.teachers-intro__header{text-align:center;margin-bottom:56px}.teachers-intro__title{font-family:var(--font-display);font-size:var(--text-display-lg);font-weight:800;margin-bottom:20px}.teachers-intro__subtitle{font-family:var(--font-body);font-size:var(--text-body-lg);line-height:1.8;color:rgba(255,255,255,.75);max-width:600px;margin:0 auto}.teachers-intro__cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.teachers-intro__card{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-xl);padding:40px 28px;text-align:center;transition:transform var(--transition-normal),background var(--transition-normal)}.teachers-intro__card:hover{transform:translateY(-6px);background:rgba(255,255,255,.1)}.teachers-intro__card-icon{width:72px;height:72px;border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;font-size:36px;margin:0 auto 20px}.teachers-intro__card-icon--yellow{background:linear-gradient(135deg,var(--wz-yellow),var(--wz-coral))}.teachers-intro__card-icon--mint{background:linear-gradient(135deg,var(--wz-mint),var(--wz-sky))}.teachers-intro__card-icon--purple{background:linear-gradient(135deg,var(--wz-purple),var(--wz-pink))}.teachers-intro__card-stat{font-family:var(--font-display);font-size:var(--text-headline-xl);font-weight:800;color:#fff;margin-bottom:4px}.teachers-intro__card-title{font-family:var(--font-display);font-size:20px;font-weight:700;margin-bottom:12px}.teachers-intro__card-desc{font-size:15px;line-height:1.6;color:rgba(255,255,255,.7)}.teachers-how{background:var(--wz-bg-warm);padding:var(--teachers-section-padding) 0}.teachers-how__header{text-align:center;margin-bottom:56px}.teachers-how__title{font-family:var(--font-display);font-size:var(--text-display-lg);font-weight:800;color:var(--wz-text-primary);margin-bottom:12px}.teachers-how__subtitle{font-family:var(--font-body);font-size:var(--text-body-lg);color:var(--wz-text-secondary)}.teachers-how__cards{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.teachers-how__card{background:var(--wz-bg-light);border-radius:var(--radius-xl);padding:36px;box-shadow:var(--shadow-md);transition:transform var(--transition-normal),box-shadow var(--transition-normal);position:relative}.teachers-how__card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}.teachers-how__card-step{position:absolute;top:16px;right:16px;width:28px;height:28px;border-radius:var(--radius-full);background:var(--wz-purple-lightest);color:var(--wz-purple);font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center}[dir=rtl] .teachers-how__card-step{right:auto;left:16px}.teachers-how__card-icon{width:56px;height:56px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;font-size:28px;margin-bottom:16px}.teachers-how__card-icon--coral{background:linear-gradient(135deg,rgba(255,102,94,.15),rgba(255,102,94,.05))}.teachers-how__card-icon--sky{background:linear-gradient(135deg,rgba(125,207,234,.15),rgba(125,207,234,.05))}.teachers-how__card-icon--yellow{background:linear-gradient(135deg,rgba(255,184,48,.15),rgba(255,184,48,.05))}.teachers-how__card-icon--mint{background:linear-gradient(135deg,rgba(54,201,161,.15),rgba(54,201,161,.05))}.teachers-how__card-title{font-family:var(--font-display);font-size:var(--text-headline-sm);font-weight:700;color:var(--wz-text-primary);margin-bottom:8px}.teachers-how__card-desc{font-size:var(--text-body-md);color:var(--wz-text-secondary);line-height:1.6;margin-bottom:12px}.teachers-how__card-example{background:var(--wz-bg-warm);border-radius:var(--radius-md);padding:12px 16px;font-size:14px;font-style:italic;color:var(--wz-text-secondary);line-height:1.5}.teachers-benefits{background:var(--wz-bg-light);padding:var(--teachers-section-padding) 0}.teachers-benefits__grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.teachers-benefits__title{font-family:var(--font-display);font-size:var(--text-display-lg);font-weight:800;color:var(--wz-text-primary);margin-bottom:16px}.teachers-benefits__intro{font-size:var(--text-body-lg);color:var(--wz-text-secondary);line-height:1.7;margin-bottom:28px}.teachers-benefits__list{list-style:none;padding:0}.teachers-benefits__list li{display:flex;align-items:flex-start;gap:12px;padding:10px 0;font-size:15px;color:var(--wz-text-secondary);line-height:1.5}.teachers-benefits__list li::before{content:'';width:20px;height:20px;min-width:20px;margin-top:2px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2336C9A1'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E") center/contain no-repeat;flex-shrink:0}.teachers-benefits__list li strong{color:var(--wz-text-primary);font-weight:600}.teachers-license-card{background:linear-gradient(135deg,var(--wz-purple),var(--wz-purple-dark));border-radius:var(--radius-xl);padding:40px;color:#fff;text-align:center;box-shadow:var(--shadow-purple);position:relative;overflow:hidden}.teachers-license-card::before{content:'';position:absolute;top:-30%;right:-20%;width:200px;height:200px;background:rgba(255,255,255,.05);border-radius:50%}.teachers-license-card__badge{display:inline-block;padding:4px 14px;background:rgba(255,255,255,.15);border-radius:var(--radius-full);font-size:12px;font-weight:700;letter-spacing:.05em;margin-bottom:20px}.teachers-license-card__icon{font-size:48px;margin-bottom:16px}.teachers-license-card__title{font-family:var(--font-display);font-size:var(--text-headline-lg);font-weight:800;margin-bottom:12px}.teachers-license-card__desc{font-size:15px;line-height:1.6;color:rgba(255,255,255,.8)}.teachers-license-card__tags{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:20px}.teachers-trust-badge{display:inline-block;padding:4px 12px;background:rgba(54,201,161,.2);border-radius:var(--radius-full);font-size:12px;font-weight:600;color:var(--wz-mint-light)}.teachers-library{background:var(--wz-bg-cream);padding:var(--teachers-section-padding) 0}.teachers-library__header{text-align:center;margin-bottom:40px}.teachers-library__title{font-family:var(--font-display);font-size:var(--text-display-lg);font-weight:800;color:var(--wz-text-primary);margin-bottom:8px}.teachers-library__subtitle{font-size:var(--text-body-lg);color:var(--wz-text-secondary)}.teachers-library__filters{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-bottom:36px}.teachers-library__filter{padding:8px 20px;border-radius:var(--radius-full);background:var(--wz-purple-lightest);color:var(--wz-purple);font-size:14px;font-weight:600;border:none;cursor:pointer;transition:var(--btn-transition)}.teachers-library__filter--active,.teachers-library__filter:hover{background:var(--wz-purple);color:#fff}.teachers-library__cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.teachers-guide-card{background:var(--wz-bg-light);border-radius:var(--radius-xl);padding:28px;box-shadow:var(--shadow-sm);transition:transform var(--transition-normal),box-shadow var(--transition-normal)}.teachers-guide-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}.teachers-guide-card__flag{font-size:24px;margin-bottom:12px}.teachers-guide-card__title{font-family:var(--font-display);font-size:var(--text-body-lg);font-weight:700;color:var(--wz-text-primary);margin-bottom:8px;line-height:1.4}.teachers-guide-card__meta{font-size:13px;color:var(--wz-text-tertiary);margin-bottom:12px}.teachers-guide-card__tags{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:16px}.teachers-guide-card__tag{padding:2px 10px;border-radius:var(--radius-full);font-size:12px;font-weight:600;background:var(--wz-purple-lightest);color:var(--wz-purple)}.teachers-guide-card__cta{display:inline-flex;align-items:center;gap:6px;color:var(--wz-purple);font-weight:600;font-size:14px;text-decoration:none;transition:var(--btn-transition)}.teachers-guide-card__cta:hover{gap:10px}.teachers-guide-card__note{font-size:12px;color:var(--wz-text-tertiary);margin-top:8px}.teachers-institutions{background:var(--wz-bg-light);padding:var(--teachers-section-padding) 0}.teachers-institutions__grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.teachers-institutions__label{display:inline-block;padding:6px 14px;border-radius:var(--radius-full);font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:16px;background:rgba(125,207,234,.15);color:var(--wz-sky-dark)}.teachers-institutions__title{font-family:var(--font-display);font-size:var(--text-display-lg);font-weight:800;color:var(--wz-text-primary);margin-bottom:12px}.teachers-institutions__subtitle{font-size:var(--text-body-lg);color:var(--wz-text-secondary);line-height:1.6;margin-bottom:28px}.teachers-institutions__points{list-style:none;padding:0;margin-bottom:28px}.teachers-institutions__points li{display:flex;align-items:center;gap:12px;padding:8px 0;font-size:15px;color:var(--wz-text-secondary)}.teachers-institutions__points li::before{content:'';width:20px;height:20px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2336C9A1'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E") center/contain no-repeat;flex-shrink:0}.teachers-institutions__cta{display:inline-flex;align-items:center;justify-content:center;padding:0 32px;height:var(--btn-height-standard);background:var(--wz-purple);color:#fff;border-radius:var(--btn-radius);font-weight:700;font-size:16px;text-decoration:none;transition:var(--btn-transition);box-shadow:var(--shadow-purple)}.teachers-institutions__cta:hover{transform:translateY(-2px);box-shadow:0 12px 24px rgba(158,99,207,.4)}.teachers-institutions__visual{background:linear-gradient(135deg,var(--wz-bg-warm),var(--wz-bg-cream));border-radius:var(--radius-xl);padding:40px;display:flex;align-items:center;justify-content:center;min-height:300px}.teachers-institutions__visual-placeholder{text-align:center;color:var(--wz-text-tertiary)}.teachers-institutions__visual-icon{font-size:64px;margin-bottom:12px}.teachers-eligibility{background:linear-gradient(135deg,var(--wz-purple),var(--wz-pink));padding:var(--teachers-section-padding) 0;color:#fff}.teachers-eligibility__inner{max-width:700px;margin:0 auto;text-align:center}.teachers-eligibility__title{font-family:var(--font-display);font-size:var(--text-display-lg);font-weight:800;margin-bottom:12px}.teachers-eligibility__subtitle{font-size:var(--text-body-lg);color:rgba(255,255,255,.8);margin-bottom:40px}.teachers-eligibility__box{background:rgba(255,255,255,.1);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.2);border-radius:var(--radius-xl);padding:36px;text-align:left}.teachers-eligibility__question{font-family:var(--font-display);font-size:var(--text-headline-sm);font-weight:700;margin-bottom:20px;text-align:center}.teachers-eligibility__checklist{list-style:none;padding:0}.teachers-eligibility__checklist li{display:flex;align-items:center;gap:12px;padding:10px 0;font-size:16px;line-height:1.5}.teachers-eligibility__checklist li::before{content:'';width:22px;height:22px;min-width:22px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23FFB830'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E") center/contain no-repeat;flex-shrink:0}.teachers-eligibility__note{text-align:center;font-size:14px;color:rgba(255,255,255,.7);margin-top:24px}.teachers-faq{margin-top:40px}.teachers-faq__item{border-bottom:1px solid rgba(255,255,255,.15)}.teachers-faq__question{width:100%;background:0 0;border:none;color:#fff;font-size:15px;font-weight:600;padding:16px 0;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center}.teachers-faq__question::after{content:'+';font-size:20px;font-weight:300;transition:transform var(--transition-normal)}.teachers-faq__item.is-open .teachers-faq__question::after{transform:rotate(45deg)}.teachers-faq__answer{max-height:0;overflow:hidden;transition:max-height var(--transition-normal)}.teachers-faq__item.is-open .teachers-faq__answer{max-height:200px}.teachers-faq__answer p{padding:0 0 16px;font-size:14px;color:rgba(255,255,255,.75);line-height:1.6}.teachers-philosophy{background:var(--wz-bg-light);padding:var(--teachers-section-padding) 0}.teachers-philosophy__card{max-width:900px;margin:0 auto;background:linear-gradient(135deg,var(--wz-bg-dark),var(--wz-bg-darker));border-radius:var(--radius-2xl);padding:clamp(40px,6vw,64px);text-align:center;color:#fff;position:relative;overflow:hidden}.teachers-philosophy__label{display:inline-block;padding:6px 16px;background:rgba(255,255,255,.1);border-radius:var(--radius-full);font-size:13px;font-weight:700;letter-spacing:.05em;margin-bottom:28px;color:rgba(255,255,255,.7)}.teachers-philosophy__quote{font-family:var(--font-display);font-size:var(--text-display-lg);font-weight:800;line-height:1.3;margin-bottom:28px}.teachers-philosophy__quote .wz-highlight--yellow{color:var(--wz-yellow)}.teachers-philosophy__desc{font-size:var(--text-body-lg);line-height:1.8;color:rgba(255,255,255,.75);max-width:500px;margin:0 auto}.teachers-cta{background:linear-gradient(135deg,var(--wz-yellow),#ff9f43);padding:var(--teachers-section-padding) 0}.teachers-cta__inner{text-align:center;max-width:700px;margin:0 auto}.teachers-cta__title{font-family:var(--font-display);font-size:var(--text-display-xl);font-weight:800;color:var(--wz-text-primary);margin-bottom:12px}.teachers-cta__subtitle{font-size:18px;color:rgba(45,42,62,.7);margin-bottom:36px}.teachers-cta__actions{display:flex;flex-direction:column;align-items:center;gap:16px}.teachers-cta__primary{display:inline-flex;align-items:center;justify-content:center;padding:0 40px;height:var(--btn-height-lg);background:var(--wz-bg-dark);color:#fff;border-radius:var(--btn-radius);font-weight:700;font-size:18px;text-decoration:none;transition:var(--btn-transition);box-shadow:0 4px 16px rgba(45,42,62,.3)}.teachers-cta__primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(45,42,62,.4)}.teachers-cta__secondary-group{display:flex;gap:24px;flex-wrap:wrap;justify-content:center}.teachers-cta__secondary{display:inline-flex;align-items:center;justify-content:center;padding:0 24px;height:var(--btn-height-standard);background:0 0;color:var(--wz-text-primary);border:2px solid var(--wz-text-primary);border-radius:var(--btn-radius);font-weight:600;font-size:15px;text-decoration:none;transition:var(--btn-transition)}.teachers-cta__secondary:hover{background:rgba(45,42,62,.08)}.teachers-cta__alt{margin-top:20px;font-size:14px;color:rgba(45,42,62,.6)}.teachers-cta__alt a{color:var(--wz-text-primary);font-weight:600;text-decoration:underline}.teachers-cta__next-step{margin-top:12px;font-size:13px;color:rgba(45,42,62,.5)}.teachers-mobile-cta{display:none}@media (max-width:768px){.teachers-hero__grid{grid-template-columns:1fr;gap:32px;text-align:center}.teachers-hero__media{order:-1}.teachers-hero__image{max-width:200px}.teachers-hero__actions{justify-content:center}.teachers-intro__cards{grid-template-columns:1fr;max-width:400px;margin:0 auto}.teachers-benefits__grid,.teachers-how__cards{grid-template-columns:1fr}.teachers-license-card{max-width:400px;margin:0 auto}.teachers-library__cards{grid-template-columns:1fr;max-width:400px;margin:0 auto}.teachers-institutions__grid{grid-template-columns:1fr}.teachers-institutions__visual{order:-1;min-height:200px}.teachers-cta__secondary-group{flex-direction:column;align-items:center}.teachers-mobile-cta{display:block;position:fixed;bottom:0;left:0;right:0;background:var(--wz-bg-light);padding:12px 24px;box-shadow:0 -2px 12px rgba(0,0,0,.1);z-index:var(--z-fixed);text-align:center;transform:translateY(100%);transition:transform var(--transition-normal)}.teachers-mobile-cta.is-visible{transform:translateY(0)}.teachers-mobile-cta__btn{display:inline-flex;align-items:center;justify-content:center;width:100%;max-width:400px;height:var(--btn-height-standard);background:var(--wz-purple);color:#fff;border-radius:var(--btn-radius);font-weight:700;font-size:16px;text-decoration:none}}@media (max-width:480px){.teachers-hero__actions{flex-direction:column;align-items:stretch}.teachers-hero__cta-primary,.teachers-hero__cta-secondary{text-align:center}}[dir=rtl] .teachers-why__quote{border-left:none;border-right:4px solid var(--wz-purple);border-radius:var(--radius-md) 0 0 var(--radius-md)}[dir=rtl] .teachers-eligibility__box,[dir=rtl] .teachers-faq__question{text-align:right}[dir=rtl] .teachers-benefits__list li,[dir=rtl] .teachers-eligibility__checklist li,[dir=rtl] .teachers-institutions__points li{flex-direction:row-reverse}