.navbar{z-index:1000;background:var(--primary-dark);border-bottom:1px solid #ffffff14;transition:box-shadow .3s;position:fixed;top:0;left:0;right:0;overflow:visible}.navbar--scrolled{box-shadow:0 4px 20px #00000080}.navbar__container{box-sizing:border-box;align-items:center;gap:14px;width:100%;max-width:100%;height:64px;margin:0 auto;padding:0 14px;display:flex}.navbar__logo{flex-shrink:0;align-items:center;text-decoration:none;display:flex}.navbar__logo img{object-fit:contain;width:auto;max-width:85px;height:50px;display:block}.navbar__desktop{flex:1;align-items:center;gap:10px;min-width:0;display:flex}.navbar__links{flex:0 auto;align-items:center;gap:4px;min-width:0;margin:0;padding:0;list-style:none;display:flex;overflow:visible}.navbar__links>li{flex-shrink:0;position:relative}.navbar__links>li>a,.navbar__dropdown-toggle{color:#ffffffd9;white-space:nowrap;cursor:pointer;background:0 0;border:2px solid #0000;border-radius:5px;align-items:center;gap:3px;padding:6px 9px;font-family:inherit;font-size:.78rem;font-weight:500;text-decoration:none;transition:color .2s,border-color .2s,background .2s;display:flex}.navbar__links>li>a:hover,.navbar__dropdown-toggle:hover{color:#fff;background:#2ecc7114;border-color:#2ecc7159}.navbar__links>li>a.active,.navbar__dropdown-toggle.active{color:var(--accent-green);border:2px solid var(--accent-green);background:#0d6b4e8c;font-weight:600}.navbar__chevron{flex-shrink:0;width:10px;height:10px;transition:transform .2s}.navbar__dropdown.open .navbar__chevron{transform:rotate(180deg)}.navbar__dropdown{position:relative}.navbar__dropdown-menu{background:var(--surface-dark);z-index:100;border:1px solid #ffffff0f;border-radius:8px;min-width:160px;margin:0;padding:6px 0;list-style:none;display:none;position:absolute;top:calc(100% + 4px);left:0;box-shadow:0 12px 32px #0006}.navbar__dropdown.open .navbar__dropdown-menu{display:block}@media (width>=1401px){.navbar__dropdown:hover .navbar__dropdown-menu{display:block}.navbar__dropdown:hover .navbar__chevron,.navbar__dropdown.open .navbar__chevron{transform:rotate(180deg)}}.navbar__dropdown-menu a{color:#ffffffb3;padding:8px 14px;font-size:.82rem;text-decoration:none;transition:background .2s,color .2s;display:block}.navbar__dropdown-menu a:hover{color:var(--accent-green);background:#2ecc711f}.navbar__actions{flex-shrink:0;align-items:center;gap:6px;margin-left:auto;display:flex}.navbar__btn{text-transform:uppercase;letter-spacing:.3px;white-space:nowrap;border-radius:4px;flex-shrink:0;padding:6px 10px;font-size:.68rem;font-weight:700;line-height:1.2;text-decoration:none;transition:all .2s}.navbar__btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0000004d}.navbar__btn--green{background:var(--accent-green);color:#fff}.navbar__btn--green:hover{background:var(--accent-green-dark);color:#fff}.navbar__btn--dark{background:var(--surface-muted);color:#fff;border:1px solid #ffffff26}.navbar__btn--dark:hover{background:var(--primary);color:#fff}.navbar__btn--red{color:#fff;background:#e74c3c}.navbar__btn--red:hover{color:#fff;background:#c0392b}.navbar__hamburger{cursor:pointer;z-index:1002;background:0 0;border:none;flex-direction:column;flex-shrink:0;justify-content:center;gap:5px;margin-left:auto;padding:8px;display:none}.navbar__hamburger span{background:#fff;border-radius:2px;width:24px;height:2px;transition:transform .3s,opacity .3s;display:block}.navbar__hamburger.active span:first-child{transform:translateY(7px)rotate(45deg)}.navbar__hamburger.active span:nth-child(2){opacity:0}.navbar__hamburger.active span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.navbar__backdrop,.navbar__drawer{display:none}@media (width<=1400px){.navbar__desktop{display:none}.navbar__hamburger{display:flex}.navbar__container{justify-content:space-between}.navbar__backdrop{z-index:998;cursor:pointer;background:#00000073;border:none;display:block;position:fixed;inset:64px 0 0}.navbar__drawer{background:var(--primary-dark);z-index:999;pointer-events:none;flex-direction:column;width:min(320px,85vw);height:calc(100dvh - 64px);padding:20px;transition:transform .3s;display:flex;position:fixed;top:64px;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-8px 0 32px #0006}.navbar__drawer--open{pointer-events:auto;transform:translate(0)}.navbar__links--drawer{flex-direction:column;flex:none;align-items:stretch;gap:4px;width:100%}.navbar__links--drawer>li{width:100%}.navbar__links--drawer>li>a,.navbar__links--drawer .navbar__dropdown-toggle{justify-content:space-between;width:100%;padding:12px 14px;font-size:.95rem}.navbar__links--drawer .navbar__dropdown-menu{box-shadow:none;background:#ffffff08;border:none;border-radius:0;margin:0;padding-left:16px;position:static}.navbar__actions--drawer{flex-direction:column;gap:10px;width:100%;margin:20px 0 0}.navbar__actions--drawer .navbar__btn{text-align:center;width:100%;padding:12px;font-size:.85rem}}.navbar__user-name{color:#fff;white-space:nowrap;padding:0 .5rem;font-size:.85rem;font-weight:600}.footer{background:var(--primary-dark);color:#ccc;padding-top:60px}.footer__container{max-width:1400px;margin:0 auto;padding:0 20px}.footer__grid{border-bottom:1px solid #ffffff14;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:40px;padding-bottom:40px;display:grid}.footer__logo{object-fit:contain;width:50px;height:50px;margin-bottom:16px}.footer__desc{color:#999;margin-bottom:20px;font-size:.9rem;line-height:1.6}.footer__heading{color:#fff;margin-bottom:20px;padding-bottom:10px;font-size:1rem;font-weight:600;position:relative}.footer__heading:after{content:"";background:var(--accent-green);width:30px;height:2px;position:absolute;bottom:0;left:0}.footer__list{margin:0;padding:0;list-style:none}.footer__list li{margin-bottom:10px}.footer__list a{color:#999;font-size:.9rem;text-decoration:none;transition:color .2s,padding-left .2s}.footer__list a:hover{color:var(--accent-green);padding-left:4px}.footer__contact{margin:0;padding:0;list-style:none}.footer__contact li{color:#999;align-items:flex-start;gap:10px;margin-bottom:14px;font-size:.9rem;display:flex}.footer__contact svg{color:var(--accent-green);flex-shrink:0;margin-top:2px}.footer__newsletter{border-bottom:1px solid #ffffff14;max-width:500px;padding:30px 0}.footer__newsletter p{color:#999;margin-bottom:14px;font-size:.9rem}.footer__subscribe{gap:0;display:flex}.footer__subscribe input{background:var(--surface-dark);color:#fff;border:1px solid #ffffff1f;border-right:none;border-radius:4px 0 0 4px;outline:none;flex:1;padding:10px 14px;font-size:.9rem;transition:border-color .2s}.footer__subscribe input::placeholder{color:#666}.footer__subscribe input:focus{border-color:var(--accent-green)}.footer__subscribe button{background:var(--accent-green);color:#fff;cursor:pointer;border:none;border-radius:0 4px 4px 0;padding:10px 20px;font-size:.9rem;font-weight:600;transition:background .2s}.footer__subscribe button:hover{background:var(--accent-green-dark)}.footer__bottom{background:#0003;padding:16px 0}.footer__bottom-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;max-width:1400px;margin:0 auto;padding:0 20px;display:flex}.footer__bottom p{color:#666;margin:0;font-size:.85rem}.footer__bottom-links{gap:20px;display:flex}.footer__bottom-links a{color:#666;font-size:.85rem;text-decoration:none;transition:color .2s}.footer__bottom-links a:hover{color:var(--accent-green)}@media (width<=992px){.footer__grid{grid-template-columns:1fr 1fr;gap:30px}}@media (width<=576px){.footer{padding-top:40px}.footer__grid{grid-template-columns:1fr;gap:30px}.footer__subscribe{flex-direction:column;gap:10px}.footer__subscribe input{border-right:1px solid #ffffff1f;border-radius:4px}.footer__subscribe button{border-radius:4px}.footer__bottom-inner{text-align:center;flex-direction:column}}.footer__subscribe-msg{margin-top:.5rem;font-size:.85rem}.footer__subscribe-msg--success{color:#4caf50}.footer__subscribe-msg--error{color:#ff6b6b}.hero{color:#fff;background:50%/cover no-repeat;align-items:center;min-height:85vh;margin-bottom:0;padding:2rem 0;display:flex;position:relative}.hero-overlay{background:linear-gradient(135deg,#094d38d1 0%,#0000008c 100%);position:absolute;inset:0}.hero-content{z-index:1;max-width:680px;position:relative}.hero-tag{color:var(--primary-light);letter-spacing:2px;margin-bottom:1rem;font-size:.9rem;font-weight:700;display:inline-block}.hero-title{color:#fff;margin-bottom:1.25rem;font-size:3.2rem;line-height:1.15}.hero-desc{opacity:.9;margin-bottom:2rem;font-size:1.1rem;line-height:1.7}.hero-buttons{flex-wrap:wrap;gap:1rem;display:flex}.hero-btn{letter-spacing:.5px;padding:.85rem 2rem;font-size:.95rem}.hero .btn-outline{color:#fff;border-color:#fff}.hero .btn-outline:hover{color:var(--primary);background:#fff}.section-tag{color:var(--primary);letter-spacing:2px;text-transform:uppercase;margin-bottom:.75rem;font-size:.85rem;font-weight:700;display:inline-block}.about-section.section{text-align:center;margin-top:0;padding-top:1.5rem;padding-bottom:4rem}.about-title{max-width:800px;margin:0 auto 1rem;font-size:1.8rem}.about-lead{max-width:750px;color:var(--text-light);margin:0 auto 2.5rem;font-size:1.05rem;line-height:1.7}.about-stats{grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:2.5rem;display:grid}.about-stat{background:var(--bg-alt);border-radius:var(--radius);flex-direction:column;align-items:center;padding:1.5rem 1rem;display:flex}.about-stat-value{color:var(--primary);font-size:2rem;font-weight:800}.about-stat-label{color:var(--text-light);margin-top:.25rem;font-size:.85rem}.about-text{max-width:800px;color:var(--text-light);margin:0 auto 2.5rem;line-height:1.7}.about-service-card{text-align:left}.about-service-card h4{color:var(--primary);margin-bottom:.5rem}.about-service-card p{color:var(--text-light);font-size:.92rem;line-height:1.6}.about-services{margin-bottom:2.5rem}.about-bottom-text{text-align:left;max-width:800px;margin:0 auto}.about-bottom-text p{color:var(--text-light);margin-bottom:1rem;line-height:1.7}.services-card{padding:2rem 1.5rem}.services-icon{margin-bottom:1rem;font-size:2.5rem}.services-card h4{margin-bottom:.5rem}.leadership-grid{align-items:start}.leadership-card{text-align:center;flex-direction:column;height:100%;padding:0;display:flex;overflow:visible}.leadership-card:hover{transform:translateY(-4px)}.leadership-img{background:var(--bg-alt);flex-shrink:0;width:100%;height:320px;min-height:320px;overflow:hidden}.leadership-img img{object-fit:cover;object-position:top center;width:100%;height:100%;min-height:320px}.leadership-role{background:var(--primary);color:#fff;letter-spacing:.5px;border-radius:20px;margin:1rem 0 .5rem;padding:.3rem .8rem;font-size:.75rem;font-weight:600;display:inline-block}.leadership-name{margin-bottom:.5rem;padding:0 1rem;font-size:1.1rem}.leadership-desc{color:var(--text-light);padding:0 1rem 1.25rem;font-size:.85rem;line-height:1.5}@media (width<=768px){.leadership-img,.leadership-img img{height:280px;min-height:280px}}.benefits-layout{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid}.benefits-image img{border-radius:var(--radius);width:100%}.benefits-content h2{margin-bottom:1.5rem}.benefit-item{gap:1rem;margin-bottom:1.5rem;display:flex}.benefit-number{background:var(--primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-weight:700;display:flex}.benefit-item h4{margin-bottom:.35rem}.benefit-item p{font-size:.92rem;line-height:1.6}.stats-section{background:var(--primary);padding:3.5rem 0}.stats-row{text-align:center;grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.stats-item{flex-direction:column;gap:.35rem;display:flex}.stats-value{color:#fff;font-size:2.5rem;font-weight:800}.stats-label{color:#fffc;letter-spacing:1.5px;font-size:.85rem;font-weight:600}.courses-scroll{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:1.5rem;padding-bottom:1rem;display:flex;overflow-x:auto}.courses-scroll::-webkit-scrollbar{height:6px}.courses-scroll::-webkit-scrollbar-track{background:#eee;border-radius:3px}.courses-scroll::-webkit-scrollbar-thumb{background:var(--primary-light);border-radius:3px}.course-card{scroll-snap-align:start;background:var(--bg);border-radius:var(--radius);box-shadow:0 2px 12px var(--shadow);transition:var(--transition);flex:0 0 300px;overflow:hidden}.course-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026}.course-img-placeholder{background:linear-gradient(135deg, var(--primary-light), var(--primary-dark));height:170px}.course-body{padding:1.25rem}.course-title{margin-bottom:.4rem;font-size:1rem;line-height:1.3}.course-instructor{color:var(--primary);margin-bottom:.5rem;font-size:.85rem}.course-meta{color:var(--text-light);margin-bottom:.75rem;font-size:.82rem}.course-pricing{align-items:baseline;gap:.75rem;margin-bottom:1rem;display:flex}.course-price{color:var(--secondary);font-size:1.25rem;font-weight:800}.course-monthly{color:var(--text-light);font-size:.82rem}.course-enroll-btn{letter-spacing:.5px;width:100%;padding:.65rem;font-size:.85rem}.testimonial-card{text-align:center}.testimonial-quote{color:var(--primary);margin-bottom:.5rem;font-size:3.5rem;line-height:1}.testimonial-text{color:var(--text-light);margin-bottom:1.25rem;font-size:.95rem;font-style:italic;line-height:1.7}.testimonial-author{justify-content:center;align-items:center;gap:.75rem;display:flex}.testimonial-avatar{background:var(--primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.1rem;font-weight:700;display:flex}.testimonial-name{text-align:left;font-size:.95rem}.testimonial-role{color:var(--text-light);font-size:.8rem}@media (width<=992px){.hero-title{font-size:2.4rem}.about-stats{grid-template-columns:repeat(2,1fr)}.benefits-layout{grid-template-columns:1fr}.benefits-image{order:-1}.stats-row{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (width<=768px){.hero{min-height:70vh;padding:1.5rem 0}.hero-title{font-size:2rem}.hero-buttons{flex-direction:column}.hero-btn{text-align:center}.about-stats,.stats-row{grid-template-columns:1fr 1fr}.course-card{flex:0 0 260px}}.courses-hero{background:var(--secondary);color:#fff;text-align:center;padding:5rem 0 3rem}.courses-hero h1{color:#fff;margin-bottom:.5rem}.courses-hero p{opacity:.85;font-size:1.15rem}.courses-tabs{justify-content:center;gap:.5rem;margin-bottom:2.5rem;display:flex}.courses-tab{background:var(--bg-alt);color:var(--text);border:2px solid #0000;border-radius:50px;padding:.6rem 2rem;font-weight:600}.courses-tab:hover{background:var(--bg-alt);transform:none}.courses-tab--active{background:var(--primary);color:#fff}.courses-tab--active:hover{background:var(--primary-dark)}.courses-card{flex-direction:column;gap:.6rem;display:flex}.courses-badge{text-transform:uppercase;background:var(--primary-light);color:#fff;border-radius:50px;width:fit-content;padding:.25rem .75rem;font-size:.75rem;font-weight:700;display:inline-block}.courses-badge--live{background:var(--accent);animation:1.5s infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.courses-instructor{color:var(--primary);font-size:.9rem;font-weight:600}.courses-time{color:var(--text-light);font-size:.85rem}.courses-modules{color:var(--primary-light);font-size:.85rem;font-weight:600}.courses-desc{color:var(--text-light);flex:1;font-size:.9rem}.courses-progress{color:var(--text-light);flex-direction:column;gap:.3rem;font-size:.85rem;display:flex}.courses-progress-bar{background:var(--bg-alt);border-radius:3px;height:6px;overflow:hidden}.courses-progress-fill{background:var(--primary);border-radius:3px;height:100%;transition:width .4s}.courses-footer{justify-content:space-between;align-items:center;margin-top:.5rem;display:flex}.courses-enrolled,.courses-duration{color:var(--text-light);font-size:.85rem}.diplomas-hero{background:var(--secondary);color:#fff;text-align:center;padding:5rem 0 3rem}.diplomas-hero h1{color:#fff;margin-bottom:.75rem}.diplomas-hero>.container>p:first-of-type{opacity:.9;max-width:800px;margin:0 auto 1.25rem;font-size:1.1rem}.diplomas-hero-ar{opacity:.75;max-width:800px;margin:0 auto;font-size:1rem;line-height:1.8}.diplomas-grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.diplomas-card{flex-direction:column;gap:.75rem;display:flex}.diplomas-card h3{font-size:1.15rem;line-height:1.4}.diplomas-title-ar{color:var(--text-light);font-size:.95rem;line-height:1.8}.diplomas-tags{flex-wrap:wrap;gap:.4rem;display:flex}.diplomas-tag{color:var(--primary);background:#0d6b4e1a;border-radius:50px;padding:.2rem .6rem;font-size:.75rem;font-weight:600}.diplomas-req{color:var(--text-light);font-size:.9rem}.diplomas-pricing{margin-top:.25rem}.diplomas-pricing-tabs{background:var(--bg-alt);border-radius:var(--radius);gap:.25rem;padding:.25rem;display:flex}.diplomas-pricing-tab{color:var(--text-light);background:0 0;border-radius:6px;flex:1;padding:.4rem .75rem;font-size:.8rem;font-weight:600}.diplomas-pricing-tab:hover{color:var(--primary);background:0 0;transform:none}.diplomas-pricing-tab--active{background:var(--primary);color:#fff}.diplomas-pricing-tab--active:hover{background:var(--primary-dark);color:#fff}.diplomas-objectives{margin-top:.25rem}.diplomas-objectives h4{color:var(--primary-dark);margin-bottom:.5rem;font-size:.95rem}.diplomas-objectives ul{flex-direction:column;gap:.35rem;display:flex}.diplomas-objectives li{color:var(--text-light);padding-left:1rem;font-size:.85rem;position:relative}.diplomas-objectives li:before{content:"•";color:var(--primary);font-weight:700;position:absolute;left:0}@media (width<=768px){.diplomas-grid{grid-template-columns:1fr}}.college-hero{background:linear-gradient(135deg, var(--primary-dark), var(--primary));color:#fff;text-align:center;padding:5rem 0 3rem}.college-hero h1{color:#fff;margin-bottom:.5rem}.college-hero p{opacity:.85;font-size:1.15rem}.college-intro{max-width:700px;margin:0 auto 3rem}.college-intro p{color:var(--text-light);margin-top:.75rem;font-size:1.05rem}.college-card{flex-direction:column;gap:.75rem;display:flex}.college-card-header{justify-content:space-between;align-items:center;display:flex}.college-level{background:var(--primary-light);color:#fff;text-transform:uppercase;border-radius:50px;padding:.25rem .75rem;font-size:.75rem;font-weight:700}.college-duration{color:var(--text-light);font-size:.85rem;font-weight:600}.college-desc{color:var(--text-light);flex:1;font-size:.95rem}.college-link{width:fit-content;margin-top:.5rem;font-size:.9rem}.membership-page .page-hero{color:#fff;text-align:center;background:linear-gradient(135deg,#0d9b7a,#0d6b4e);padding:5rem 0 3rem}.membership-page .page-hero h1{color:#fff;margin-bottom:.75rem;font-size:2.5rem}.membership-page .page-hero p{opacity:.9;font-size:1.1rem}.membership-card{text-align:center;background:#fff;border-radius:12px;max-width:400px;margin:0 auto;padding:2.5rem;box-shadow:0 4px 20px #00000014}.membership-card h3{color:var(--primary);margin-bottom:1rem;font-size:1.5rem}.membership-card p{color:var(--text-light);margin-bottom:1.5rem}.membership-input{border:2px solid #e0e0e0;border-radius:8px;outline:none;width:100%;margin-bottom:1.5rem;padding:.75rem 1rem;font-size:1rem;transition:border-color .3s}.membership-input:focus{border-color:var(--primary)}.certificate-preview{background:var(--bg-alt);border:2px dashed var(--primary);border-radius:8px;margin-bottom:1.5rem;padding:2rem}.cert-name{color:var(--primary);margin-top:.5rem;font-size:1.5rem;font-weight:700}.journals-page .page-hero{color:#fff;text-align:center;background:linear-gradient(135deg,#0d9b7a,#0d6b4e);padding:5rem 0 3rem}.journals-page .page-hero h1{color:#fff;margin-bottom:.75rem;font-size:2.5rem}.journals-page .page-hero p{opacity:.9;font-size:1.1rem}.journals-actions{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:2.5rem;display:flex}.btn-accent{color:#fff;cursor:pointer;background:#e74c3c;border:none;border-radius:8px;padding:.65rem 1.5rem;font-size:.95rem;font-weight:600;transition:background .3s}.btn-accent:hover{background:#c0392b}.journals-layout{grid-template-columns:260px 1fr;align-items:start;gap:2rem;display:grid}.journals-sidebar{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 12px #0000000f}.journals-sidebar h3{color:var(--primary);margin-bottom:1rem;font-size:1.1rem}.filter-group h4{color:var(--text);margin-bottom:.75rem;font-size:.9rem;font-weight:600}.filter-checkbox{cursor:pointer;color:var(--text);align-items:center;gap:.5rem;padding:.35rem 0;font-size:.9rem;display:flex}.filter-checkbox input{accent-color:var(--primary)}.filter-count{color:var(--text-light);margin-left:auto;font-size:.8rem}.journals-content{min-width:0}.journals-results-info{color:var(--text-light);margin-bottom:1.25rem;font-size:.9rem}.journals-list{flex-direction:column;gap:1.25rem;display:flex}.journal-card{background:#fff;border-radius:12px;align-items:flex-start;gap:1.25rem;padding:1.25rem;display:flex;box-shadow:0 2px 12px #0000000f}.journal-thumb{background:#e8f5e9;border-radius:8px;flex-shrink:0;width:100px;height:120px}.journal-info{flex:1;min-width:0}.journal-header{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.journal-header h3{color:var(--text);margin:0;font-size:1.1rem}.journal-badge{text-transform:uppercase;border-radius:50px;padding:.2rem .6rem;font-size:.7rem;font-weight:700}.badge-open{color:var(--primary);background:#e8f5e9}.badge-sub{color:#e65100;background:#fff3e0}.journal-info p{color:var(--text-light);margin-bottom:.75rem;font-size:.9rem}.btn-sm{padding:.4rem 1rem;font-size:.85rem}.journals-pagination{justify-content:center;gap:.5rem;margin-top:2rem;display:flex}.page-btn{cursor:pointer;width:36px;height:36px;color:var(--text);background:#fff;border:1px solid #e0e0e0;border-radius:8px;justify-content:center;align-items:center;font-size:.9rem;transition:all .2s;display:flex}.page-btn.active{background:var(--primary);color:#fff;border-color:var(--primary)}.page-btn:hover:not(.active){border-color:var(--primary);color:var(--primary)}@media (width<=768px){.journals-layout{grid-template-columns:1fr}.journal-card{flex-direction:column}.journal-thumb{width:100%;height:140px}}.workshops-hero{background:var(--secondary);color:#fff;text-align:center;padding:5rem 0 3rem}.workshops-hero h1{color:#fff;margin-bottom:.5rem}.workshops-hero p{opacity:.85;font-size:1.15rem}.workshops-card{flex-direction:column;justify-content:space-between;align-items:flex-start;gap:1.25rem;min-height:160px;display:flex}.workshops-card h3{line-height:1.4}.exams-hero{background:linear-gradient(135deg, var(--primary-dark), var(--primary));color:#fff;text-align:center;padding:5rem 0 3rem}.exams-hero h1{color:#fff;margin-bottom:.5rem}.exams-hero p{opacity:.85;font-size:1.15rem}.exams-card{flex-direction:column;gap:.75rem;display:flex}.exams-level{text-transform:uppercase;background:var(--primary-light);color:#fff;border-radius:50px;width:fit-content;padding:.25rem .75rem;font-size:.75rem;font-weight:700;display:inline-block}.exams-desc{color:var(--text-light);flex:1;font-size:.9rem}.exams-details{color:var(--text-light);border-top:1px solid #eee;justify-content:space-between;padding:.75rem 0;font-size:.85rem;display:flex}.exams-btn{text-align:center;font-size:.9rem}.academy-hero{background:linear-gradient(135deg, var(--primary-dark), var(--primary));color:#fff;text-align:center;padding:5rem 0 3rem}.academy-hero h1{color:#fff;margin-bottom:.5rem}.academy-hero p{opacity:.85;font-size:1.15rem}.academy-card{flex-direction:column;gap:.75rem;display:flex}.academy-card-header{justify-content:space-between;align-items:center;display:flex}.academy-type{background:var(--primary-light);color:#fff;text-transform:uppercase;border-radius:50px;padding:.25rem .75rem;font-size:.75rem;font-weight:700}.academy-duration{color:var(--text-light);font-size:.85rem;font-weight:600}.academy-desc{color:var(--text-light);flex:1;font-size:.9rem}.academy-link{width:fit-content;margin-top:.5rem;font-size:.9rem}.gf-page .page-hero{color:#fff;text-align:center;background:linear-gradient(135deg,#0d9b7a,#0d6b4e);padding:5rem 0 3rem}.gf-page .page-hero h1{color:#fff;margin-bottom:.75rem;font-size:2.5rem}.gf-page .page-hero p{opacity:.9;font-size:1.1rem}.gf-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.gf-card{text-align:center;background:#fff;border-radius:12px;flex-direction:column;align-items:center;padding:2rem;display:flex;box-shadow:0 4px 20px #00000014}.gf-icon{background:var(--primary);border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:1.25rem;display:flex}.gf-title{color:var(--text);min-height:3rem;margin-bottom:.75rem;font-size:1.1rem;font-weight:700}.gf-duration{color:var(--primary);background:#e8f5e9;border-radius:50px;margin-bottom:1.25rem;padding:.3rem .9rem;font-size:.8rem;font-weight:700;display:inline-block}.gf-enroll{text-align:center;width:100%;margin-bottom:.75rem}.gf-toggle{color:var(--primary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;gap:.4rem;width:100%;padding:.5rem;font-size:.85rem;font-weight:600;display:flex}.gf-chevron{font-size:.75rem;transition:transform .3s;display:inline-block}.gf-chevron.open{transform:rotate(180deg)}.gf-pricing{border-top:1px solid #eee;width:100%;margin-top:.75rem;padding-top:1rem}.gf-tabs{flex-wrap:wrap;gap:.25rem;margin-bottom:1rem;display:flex}.gf-tab{cursor:pointer;color:var(--text);white-space:nowrap;background:#f9f9f9;border:1px solid #e0e0e0;border-radius:6px;flex:1;padding:.45rem .5rem;font-size:.75rem;font-weight:600;transition:all .2s}.gf-tab.active{background:var(--primary);color:#fff;border-color:var(--primary)}.gf-tab-content{background:var(--bg-alt,#f5f7f6);border-radius:8px;padding:1rem}.gf-tab-content p{color:var(--text-light);margin:0;font-size:.9rem}@media (width<=768px){.gf-grid{grid-template-columns:1fr}}.gf-workshops-hero{background:linear-gradient(135deg, var(--primary-dark), var(--primary));color:#fff;text-align:center;padding:5rem 0 3rem}.gf-workshops-hero h1{color:#fff;margin-bottom:.5rem}.gf-workshops-hero p{opacity:.85;font-size:1.15rem}.gf-workshops-card{flex-direction:column;gap:.75rem;display:flex}.gf-workshops-header{justify-content:space-between;align-items:center;display:flex}.gf-workshops-date{color:var(--primary-light);font-size:.8rem;font-weight:600}.gf-workshops-spots{background:var(--bg-alt);color:var(--text-light);border-radius:4px;padding:.2rem .6rem;font-size:.75rem;font-weight:700}.gf-workshops-mentor{color:var(--primary);font-size:.9rem;font-weight:600}.gf-workshops-desc{color:var(--text-light);flex:1;font-size:.9rem}.gf-workshops-footer{border-top:1px solid #eee;justify-content:space-between;align-items:center;margin-top:.5rem;padding-top:.75rem;display:flex}.gf-workshops-duration{color:var(--text-light);font-size:.85rem}.gf-workshops-btn{padding:.5rem 1.25rem;font-size:.85rem}.news-hero{background:linear-gradient(135deg, var(--primary-dark), var(--primary));color:#fff;text-align:center;padding:5rem 0 3rem}.news-hero h1{color:#fff;margin-bottom:.5rem}.news-hero p{opacity:.85;font-size:1.15rem}.news-card{flex-direction:column;gap:.75rem;display:flex}.news-date{color:var(--primary-light);text-transform:uppercase;font-size:.8rem;font-weight:600}.news-author{color:var(--primary);font-size:.9rem;font-weight:600}.news-excerpt{color:var(--text-light);flex:1;font-size:.95rem}.news-link{width:fit-content;margin-top:.5rem;font-size:.9rem}.contact-hero{background:linear-gradient(135deg, var(--primary-dark), var(--primary));color:#fff;text-align:center;padding:5rem 0 3rem}.contact-hero h1{color:#fff;margin-bottom:.5rem}.contact-hero p{opacity:.85;font-size:1.15rem}.contact-grid{grid-template-columns:1.2fr 1fr;gap:3rem;display:grid}.contact-form-wrapper h2,.contact-info h2{margin-bottom:1.5rem}.contact-form{flex-direction:column;gap:1.25rem;display:flex}.form-group{flex-direction:column;gap:.4rem;display:flex}.form-group label{color:var(--secondary);font-size:.9rem;font-weight:600}.form-group input,.form-group textarea{border-radius:var(--radius);transition:var(--transition);background:var(--bg);border:1px solid #ddd;padding:.75rem 1rem}.form-group input:focus,.form-group textarea:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #0d6b4e1a}.contact-info-list{flex-direction:column;gap:1.25rem;margin-bottom:2rem;display:flex}.contact-info-item{flex-direction:column;gap:.25rem;display:flex}.contact-info-label{color:var(--primary);text-transform:uppercase;font-size:.85rem;font-weight:600}.contact-map-placeholder{background:var(--bg-alt);border-radius:var(--radius);width:100%;height:200px;color:var(--text-light);border:2px dashed #ddd;justify-content:center;align-items:center;display:flex}.contact-map{border-radius:var(--radius);width:100%;overflow:hidden}.contact-map iframe{border-radius:var(--radius);border:0;width:100%;height:250px}@media (width<=768px){.contact-grid{grid-template-columns:1fr}}.cert-hero{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);color:#fff;padding:5rem 0 4rem}.cert-hero h1{color:#fff;margin-bottom:.75rem}.cert-hero p{opacity:.9;max-width:600px;margin:0 auto;font-size:1.15rem}.cert-card{text-align:center;padding:2rem 1.5rem}.cert-icon{margin-bottom:1rem;font-size:2.5rem;display:block}.cert-card h3{color:var(--primary-dark);margin-bottom:.75rem}.cert-card p{color:var(--text-light);font-size:.95rem;line-height:1.5}.steps-grid{text-align:center;grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.step-item{padding:1.5rem 1rem}.step-num{background:var(--primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1rem;font-size:1.25rem;font-weight:700;display:inline-flex}.step-item h4{color:var(--secondary);margin-bottom:.5rem}.step-item p{color:var(--text-light);font-size:.9rem}.cert-form{background:var(--bg);border-radius:var(--radius);max-width:720px;box-shadow:0 2px 16px var(--shadow);margin:0 auto;padding:2.5rem}.form-row{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.form-group input,.form-group select{border-radius:var(--radius);width:100%;transition:var(--transition);background:#fff;border:1px solid #ddd;padding:.7rem .9rem;font-size:.95rem}.form-group input:focus,.form-group select:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #0d6b4e1f}.cert-submit{cursor:pointer;border:none;width:100%;margin-top:.5rem;padding:.85rem;font-size:1.05rem}@media (width<=992px){.steps-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.cert-hero{padding:3.5rem 0 3rem}.form-row,.steps-grid{grid-template-columns:1fr}}.auth-page{background:var(--bg-alt);justify-content:center;align-items:center;min-height:80vh;padding:2rem 1.5rem;display:flex}.auth-card{background:var(--bg);border-radius:var(--radius);width:100%;max-width:440px;box-shadow:0 4px 24px var(--shadow);text-align:center;padding:2.5rem}.auth-logo{width:80px;height:auto;margin:0 auto 1.25rem}.auth-card h2{color:var(--secondary);margin-bottom:1.75rem}.auth-card .form-group{text-align:left;margin-bottom:1.15rem}.auth-card .form-group label{color:var(--secondary);margin-bottom:.35rem;font-size:.9rem;font-weight:600;display:block}.auth-card .form-group input[type=email],.auth-card .form-group input[type=password],.auth-card .form-group input[type=text]{border-radius:var(--radius);width:100%;transition:var(--transition);border:1px solid #ddd;padding:.7rem .9rem;font-size:.95rem}.auth-card .form-group input:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #0d6b4e1f}.auth-options{justify-content:space-between;align-items:center;margin-bottom:1.5rem;font-size:.9rem;display:flex}.remember-label{cursor:pointer;color:var(--text);align-items:center;gap:.4rem;display:flex}.remember-label input[type=checkbox]{accent-color:var(--primary);width:16px;height:16px}.forgot-link{color:var(--primary);font-weight:500}.forgot-link:hover{color:var(--primary-dark);text-decoration:underline}.auth-submit{cursor:pointer;border:none;width:100%;padding:.85rem;font-size:1.05rem}.auth-footer{color:var(--text-light);margin-top:1.5rem;font-size:.95rem}.auth-footer a{color:var(--primary);font-weight:600}.auth-footer a:hover{text-decoration:underline}.auth-error{color:#c0392b;text-align:left;background:#fdf0ef;border-left:3px solid #c0392b;border-radius:6px;margin-bottom:.75rem;padding:.6rem .8rem;font-size:.9rem}.auth-submit:disabled{opacity:.7;cursor:not-allowed}.reg-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.terms-label{color:var(--text);cursor:pointer;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.9rem;display:flex}.terms-label input[type=checkbox]{accent-color:var(--primary);width:16px;height:16px}@media (width<=480px){.reg-row{grid-template-columns:1fr}}.auth-card .form-group input[type=tel]{border-radius:var(--radius);width:100%;transition:var(--transition);border:1px solid #ddd;padding:.7rem .9rem;font-size:.95rem}.auth-card .form-group input[type=tel]:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #0d6b4e1f}.submit-research-page{max-width:800px;margin:0 auto;padding:2rem 1.5rem}.submit-hero{background:linear-gradient(135deg, var(--primary-dark), var(--primary));color:#fff;text-align:center;border-radius:12px 12px 0 0;margin-bottom:0;padding:3rem 2rem}.submit-hero h1{color:#fff;margin-bottom:.5rem;font-size:2rem}.submit-hero p{opacity:.9;font-size:1.05rem}.submit-form{background:#fff;border-radius:0 0 12px 12px;padding:2.5rem;box-shadow:0 4px 20px #00000014}.form-group{margin-bottom:1.5rem}.form-group label{color:var(--text);margin-bottom:.5rem;font-size:.95rem;font-weight:600;display:block}.form-group input,.form-group textarea,.form-group select{background:#fff;border:1px solid #e0e0e0;border-radius:8px;outline:none;width:100%;padding:.75rem 1rem;font-size:1rem;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:var(--primary)}.form-group textarea{resize:vertical;min-height:120px}.form-group input[type=file]{background:var(--bg-alt);border:2px dashed #e0e0e0;padding:.5rem}.submit-btn{width:100%;margin-top:1rem;padding:1rem;font-size:1.05rem}.my-research-page{max-width:900px;margin:0 auto;padding:2rem 1.5rem}.research-header{background:#fff;border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;padding:1.5rem 2rem;display:flex;box-shadow:0 2px 12px #0000000f}.research-header h1{margin:0;font-size:1.5rem}.research-filters{flex-wrap:wrap;gap:.5rem;display:flex}.filter-btn{cursor:pointer;color:var(--text);background:#fff;border:1px solid #e0e0e0;border-radius:20px;padding:.4rem 1rem;font-size:.85rem;transition:all .2s}.filter-btn.active{background:var(--primary);color:#fff;border-color:var(--primary)}.filter-btn:hover:not(.active){border-color:var(--primary);color:var(--primary)}.research-list{flex-direction:column;gap:1.5rem;display:flex}.research-item{background:#fff;border:1px solid #f0f0f0;border-radius:12px;padding:2rem;box-shadow:0 2px 12px #0000000f}.research-item h3{margin-bottom:.75rem;font-size:1.2rem}.research-meta{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.research-date{color:var(--text-light);font-size:.85rem}.research-status{border-radius:20px;padding:.25rem .75rem;font-size:.8rem;font-weight:600}.research-desc{color:var(--text-light);margin-bottom:1rem;line-height:1.7}.research-details summary{color:var(--primary);cursor:pointer;margin-bottom:1rem;font-size:.9rem;font-weight:600}.review-progress{background:var(--bg-alt);border-left:4px solid var(--primary);border-radius:8px;padding:1rem 1.25rem}.progress-header{margin-bottom:.5rem;font-size:.9rem;font-weight:600}.progress-text{color:var(--text-light);margin-bottom:.75rem;font-size:.85rem}.progress-bar{background:#e0e0e0;border-radius:4px;height:8px;overflow:hidden}.progress-fill{background:linear-gradient(90deg, var(--primary), var(--primary-light));border-radius:4px;height:100%;transition:width .5s}.criteria-page{max-width:900px;margin:0 auto;padding:2rem 1.5rem}.criteria-header{text-align:center;margin-bottom:2.5rem}.criteria-header h1{color:var(--primary);margin-bottom:.75rem;font-size:2.2rem}.criteria-header p{color:var(--text-light);font-size:1.05rem}.criteria-tabs{border:1px solid #e0e0e0;border-radius:8px;margin-bottom:2.5rem;display:flex;overflow:hidden}.criteria-tab{cursor:pointer;color:var(--text-light);background:#fff;border:none;border-right:1px solid #e0e0e0;flex:1;padding:.85rem 1.5rem;font-size:.95rem;font-weight:500;transition:all .2s}.criteria-tab:last-child{border-right:none}.criteria-tab.active{background:var(--primary);color:#fff;font-weight:600}.criteria-tab:hover:not(.active){background:var(--bg-alt);color:var(--primary)}.criteria-content h2{color:var(--primary);align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:1.4rem;display:flex}.criteria-cards{flex-direction:column;gap:1.25rem;display:flex}.criteria-card{background:#fff;border:1px solid #f0f0f0;border-radius:12px;padding:1.5rem 2rem;box-shadow:0 2px 12px #0000000f}.criteria-card h4{color:var(--secondary);margin-bottom:.75rem;font-size:1.1rem}.criteria-card p{color:var(--text-light);font-size:.95rem;line-height:1.7}@media (width<=768px){.criteria-tabs{flex-direction:column}.criteria-tab{border-bottom:1px solid #e0e0e0;border-right:none}.criteria-tab:last-child{border-bottom:none}}.about-page .page-hero{background:linear-gradient(135deg, var(--primary-dark), var(--primary));color:#fff;text-align:center;padding:5rem 0 3rem}.about-page .page-hero h1{color:#fff;margin-bottom:.75rem;font-size:2.5rem}.about-page .page-hero p{opacity:.9;max-width:700px;margin:0 auto;font-size:1.1rem}.privacy-page .page-hero{background:linear-gradient(135deg, var(--primary-dark), var(--primary));color:#fff;text-align:center;padding:5rem 0 3rem}.privacy-page .page-hero h1{color:#fff;margin-bottom:.75rem;font-size:2.5rem}.privacy-page .page-hero p{opacity:.9;font-size:1.1rem}.privacy-content{max-width:800px}.privacy-updated{color:var(--text-light);margin-bottom:1rem;font-size:.9rem}.privacy-intro{color:var(--text-light);margin-bottom:2.5rem;font-size:1.05rem;line-height:1.7}.privacy-section{border-bottom:1px solid #eee;margin-bottom:2rem;padding-bottom:2rem}.privacy-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.privacy-section h2{color:var(--primary);margin-bottom:.75rem;font-size:1.25rem}.privacy-section p{color:var(--text-light);line-height:1.7}.il-page{min-height:100vh}.il-hero{background:linear-gradient(135deg, var(--primary-dark), var(--primary));color:#fff;text-align:center;padding:4rem 1rem 3rem}.il-hero h1{margin-bottom:.5rem;font-size:2.2rem}.il-hero p{opacity:.85;font-size:1.05rem}.il-name-container{justify-content:center;padding:3rem 1rem;display:flex}.il-name-card{border-radius:var(--radius);box-shadow:0 4px 24px var(--shadow);text-align:center;background:#fff;width:100%;max-width:420px;padding:2.5rem}.il-name-card h2{color:var(--primary-dark);margin-bottom:.4rem}.il-name-card p{color:var(--text-light);margin-bottom:1.5rem}.il-name-form{flex-direction:column;gap:1rem;display:flex}.il-name-form input{border-radius:var(--radius);border:1px solid #ddd;outline:none;padding:.75rem 1rem;font-size:1rem;transition:border-color .2s}.il-name-form input:focus{border-color:var(--primary)}.il-name-form .btn-primary{padding:.75rem;font-size:1rem}.il-card{cursor:pointer;flex-direction:column;padding:1.5rem;transition:transform .2s,box-shadow .2s;display:flex}.il-card:hover{box-shadow:0 8px 24px var(--shadow);transform:translateY(-3px)}.il-card h3{color:var(--text);margin-bottom:.5rem}.il-card__desc{color:var(--text-light);-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:1;margin-bottom:1rem;font-size:.9rem;display:-webkit-box;overflow:hidden}.il-card__meta{color:var(--text-light);flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;font-size:.82rem;display:flex}.il-card__meta span{background:var(--bg-alt);border-radius:4px;padding:.2rem .6rem}.il-status{text-transform:capitalize;font-weight:600}.il-status--live{color:#155724!important;background:#d4edda!important}.il-status--scheduled{color:#856404!important;background:#fff3cd!important}.il-status--ended{color:#721c24!important;background:#f8d7da!important}.il-status--draft{color:#383d41!important;background:#e2e3e5!important}.il-card__btn{width:100%;margin-top:auto}.il-card__btn--disabled{cursor:not-allowed!important;background:#ccc!important}.il-card--disabled{cursor:not-allowed;opacity:.6}.il-card--disabled:hover{box-shadow:none;transform:none}.il-viewer{z-index:9999;color:#fff;background:#1a1e2b;flex-direction:column;display:flex;position:fixed;inset:0}.il-viewer__bar{background:#0006;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:.6rem 1.2rem;display:flex}.il-viewer__bar-left{align-items:center;gap:1rem;display:flex}.il-viewer__bar-left strong{font-size:.95rem}.il-viewer__step{opacity:.7;font-size:.82rem}.il-viewer__bar-right{align-items:center;gap:.6rem;display:flex}.il-viewer__back{color:#fff;cursor:pointer;background:0 0;border:1px solid #ffffff40;border-radius:4px;padding:.3rem .8rem;font-size:.82rem}.il-viewer__back:hover{background:#ffffff1a}.il-viewer__fs-btn{color:#fff;cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:4px;padding:.3rem .7rem;font-size:.8rem}.il-viewer__fs-btn:hover{background:#ffffff1a}.il-viewer__close{color:#fff;cursor:pointer;background:0 0;border:none;padding:.2rem .5rem;font-size:1.5rem;line-height:1}.il-viewer__close:hover{opacity:.7}.il-viewer__stage{flex:1;justify-content:center;align-items:center;padding:1.5rem;display:flex;overflow:auto}.il-viewer__controls{background:#0006;border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:.8rem 1.5rem;display:flex}.il-ctrl-btn{cursor:pointer;border:none;border-radius:4px;padding:.5rem 1.2rem;font-size:.9rem;transition:background .2s}.il-ctrl-btn:disabled{opacity:.4;cursor:default}.il-ctrl-btn--prev{color:#fff;background:#ffffff1a;border:1px solid #fff3}.il-ctrl-btn--prev:hover:not(:disabled){background:#fff3}.il-ctrl-btn--next{background:var(--primary);color:#fff}.il-ctrl-btn--next:hover:not(:disabled){background:var(--primary-dark)}.il-slide{justify-content:center;align-items:center;width:100%;max-width:900px;display:flex}.il-slide__img{border-radius:8px;width:100%;height:auto;box-shadow:0 4px 40px #0006}.il-slide__placeholder{background:linear-gradient(135deg, var(--primary-dark), var(--primary));aspect-ratio:16/9;color:#fff;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;width:100%;display:flex}.il-question{width:100%;max-width:640px;color:var(--text);background:#fff;border-radius:12px;padding:2rem 2.5rem}.il-question__text{margin-bottom:1.5rem;font-size:1.2rem;font-weight:600;line-height:1.4}.il-question__choices{flex-direction:column;gap:.6rem;display:flex}.il-question__hint{color:var(--text-light);text-align:center;margin-top:1.2rem;font-size:.85rem}.il-question__hint--waiting{color:var(--primary);font-weight:500}.il-question__total{color:var(--text-light);text-align:center;margin-top:.6rem;font-size:.82rem}.il-choice{cursor:pointer;text-align:left;color:#333;background:#fafafa;border:2px solid #e0e0e0;border-radius:8px;align-items:center;gap:.8rem;width:100%;padding:.8rem 1rem;font-size:.95rem;transition:border-color .2s,background .2s;display:flex;position:relative;overflow:hidden}.il-choice:hover:not(:disabled){border-color:var(--primary);background:#f0faf6}.il-choice--correct{background:#d4edda!important;border-color:#28a745!important}.il-choice--wrong{background:#f8d7da!important;border-color:#dc3545!important}.il-choice--selected{border-color:var(--primary)!important;background:#e8f5f0!important}.il-choice--disabled{opacity:.7;cursor:default}.il-choice__letter{background:var(--primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.82rem;font-weight:700;display:flex}.il-choice__label{color:#333;flex:1}.il-choice__bar-wrap{pointer-events:none;position:absolute;inset:0}.il-choice__bar{background:#0d6b4e1a;border-radius:8px;transition:width .4s;position:absolute;top:0;bottom:0;left:0}.il-choice--correct .il-choice__bar{background:#28a74526}.il-choice--wrong .il-choice__bar{background:#dc35451a}.il-choice__pct{color:var(--text-light);z-index:1;flex-shrink:0;margin-left:auto;font-size:.82rem;font-weight:600}.il-choice__badge{color:#28a745;z-index:1;flex-shrink:0;margin-left:.4rem;font-size:.75rem;font-weight:700}.il-choice__badge--wrong{color:#dc3545}@media (width<=768px){.il-hero{padding:3rem 1rem 2rem}.il-hero h1{font-size:1.6rem}.il-viewer__bar{flex-wrap:wrap;padding:.5rem .8rem}.il-viewer__bar-left{gap:.5rem}.il-question{padding:1.5rem}.il-question__text{font-size:1.05rem}}:root{--primary:#0d6b4e;--primary-dark:#094d38;--primary-light:#10a37f;--primary-darker:#073d2b;--secondary:#094d38;--surface-dark:#0a5239;--surface-muted:#0b5c42;--accent:#e94560;--accent-green:#2ecc71;--accent-green-dark:#27ae60;--text:#333;--text-light:#666;--bg:#fff;--bg-alt:#f8f9fa;--shadow:#0000001a;--radius:8px;--transition:all .3s ease;--max-width:1200px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{color:var(--text);background-color:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding-top:64px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6}main>section{margin-top:0;margin-bottom:0}img,picture,video,canvas,svg{max-width:100%;height:auto;display:block}input,button,textarea,select{font:inherit;color:inherit}h1,h2,h3,h4,h5,h6{color:var(--secondary);overflow-wrap:break-word;line-height:1.2}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem}p{overflow-wrap:break-word}a{color:var(--primary);transition:var(--transition);text-decoration:none}a:hover{color:var(--primary-dark)}ul,ol{list-style:none}button{cursor:pointer;background:var(--primary);color:#fff;border-radius:var(--radius);transition:var(--transition);border:none;outline:none;padding:.75rem 1.5rem;font-size:1rem;font-weight:600}button:hover{background:var(--primary-dark);transform:translateY(-1px)}button:active{transform:translateY(0)}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.section{padding:4rem 0}.section-alt{background-color:var(--bg-alt);padding:4rem 0}.section-title{text-align:center;margin-bottom:2.5rem}.section-title h2{color:var(--secondary);margin-bottom:.5rem;font-size:2rem}.section-title p{color:var(--text-light);font-size:1.1rem}.grid{gap:1.5rem;display:grid}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.flex{align-items:center;display:flex}.flex-between{justify-content:space-between;align-items:center;display:flex}.flex-center{justify-content:center;align-items:center;display:flex}.card{background:var(--bg);border-radius:var(--radius);box-shadow:0 2px 12px var(--shadow);transition:var(--transition);padding:1.5rem}.card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026}.btn-primary{background:var(--primary);color:#fff;border-radius:var(--radius);transition:var(--transition);padding:.75rem 1.5rem;font-weight:600;display:inline-block}.btn-primary:hover{background:var(--primary-dark);color:#fff}.btn-outline{color:var(--primary);border:2px solid var(--primary);border-radius:var(--radius);transition:var(--transition);background:0 0;padding:.75rem 1.5rem;font-weight:600;display:inline-block}.btn-outline:hover{background:var(--primary);color:#fff}.text-center{text-align:center}.text-primary{color:var(--primary)}.text-light{color:var(--text-light)}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}@media (width<=992px){.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}h1{font-size:2rem}h2{font-size:1.75rem}}@media (width<=768px){.grid-4,.grid-3,.grid-2{grid-template-columns:1fr}.section,.section-alt{padding:2.5rem 0}h1{font-size:1.75rem}h2{font-size:1.5rem}}
