:root{--edu-bg-primary:linear-gradient(135deg,#020617 0%,#0b1121 50%,#020617 100%);--edu-bg-card:#0f172a99;--edu-bg-card-hover:#0f172acc;--edu-border-primary:#3b82f640;--edu-border-secondary:#94a3b826;--edu-text-primary:#e2e8f0;--edu-text-secondary:#94a3b8;--edu-accent:#3b82f6;--edu-accent-light:#a5c9f5;--edu-shadow-sm:0 4px 12px #00000026;--edu-shadow-md:0 8px 24px #00000040;--edu-shadow-lg:0 12px 40px #00000059;--edu-transition:all .3s cubic-bezier(.4,0,.2,1)}.edu-page{background:var(--edu-bg-primary);min-height:100vh;color:var(--edu-text-primary);flex-direction:column;animation:none;display:flex;position:relative;overflow-x:hidden}.edu-page:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle at 100% 0,#3b82f60d 0%,#0000 50%);position:fixed;inset:0}.edu-hero{z-index:10;border-bottom:none;justify-content:center;padding:clamp(3rem,5vw,5rem) 1.5rem 3rem;animation:.8s ease-out .1s both heroEnter;display:flex;position:relative}@keyframes heroEnter{0%{opacity:1;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.edu-page,.edu-hero{opacity:1!important;animation:none!important;transform:none!important}}.edu-hero-inner{text-align:center;width:100%;max-width:900px}.edu-hero-title{letter-spacing:-.02em;color:var(--edu-text-primary);background:linear-gradient(135deg,#e2e8f0 0%,#94a3b8 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 1rem;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800;line-height:1.15}.edu-hero-subtitle{color:var(--edu-text-secondary);max-width:700px;font-size:clamp(1rem,2.2vw,1.15rem);font-weight:320;line-height:1.6}.edu-content{z-index:10;flex-direction:column;flex:1;gap:2em;max-width:1200px;margin:0 auto;padding:0 1.5rem 4rem;display:flex;position:relative}.edu-section{flex-direction:column;display:flex}.edu-section-title{color:#fff;letter-spacing:-.02em;text-transform:uppercase;text-align:center;margin:0;font-size:clamp(2.5rem,3.5vw,3.2rem);font-weight:800;line-height:1.15}.edu-section-title span{color:var(--edu-accent);display:inline-block}.edu-section-subtitle{color:#919fb3;max-width:40rem;padding-bottom:1rem;font-size:clamp(1rem,2.2vw,1.25rem);font-weight:320;line-height:1.5}.edu-section p{color:var(--edu-text-secondary);margin:0 0 1.25rem;font-size:clamp(.85rem,2vw,1rem);font-weight:400;line-height:1.8}.edu-section p:last-child{margin-bottom:0}.edu-section ul,.edu-section ol{max-width:800px;margin:0 auto 1.5rem;padding:0 0 0 1.5rem}.edu-section li{color:var(--edu-text-secondary);margin-bottom:.75rem;font-size:1rem;font-weight:400;line-height:1.8}.edu-section li strong{color:var(--edu-text-primary);font-weight:600}.edu-card{background:var(--edu-bg-card);border:1px solid var(--edu-border-secondary);transition:var(--edu-transition);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:var(--edu-shadow-sm);border-radius:.875rem;flex-direction:column;gap:1rem;padding:2rem;display:flex;position:relative;overflow:hidden}.edu-card:before{content:"";opacity:0;pointer-events:none;background:linear-gradient(135deg,#3b82f61a 0%,#0000 100%);transition:opacity .3s;position:absolute;inset:0}.edu-card:hover{border-color:var(--edu-border-primary);background:var(--edu-bg-card-hover);box-shadow:var(--edu-shadow-md);transform:translateY(-2px)}.edu-card:hover:before{opacity:1}.edu-card-title{color:var(--edu-accent-light);z-index:1;margin:0;font-size:1.15rem;font-weight:700;position:relative}.edu-card-desc{color:var(--edu-text-secondary);z-index:1;margin:0;font-size:.95rem;font-weight:400;line-height:1.6;position:relative}.edu-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.edu-grid-item{background:var(--edu-bg-card);border:1px solid var(--edu-border-secondary);transition:var(--edu-transition);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:var(--edu-shadow-sm);border-radius:.875rem;flex-direction:column;gap:1rem;padding:2rem;display:flex;position:relative;overflow:hidden}.edu-grid-item:before{content:"";opacity:0;pointer-events:none;background:linear-gradient(135deg,#3b82f61a 0%,#0000 100%);transition:opacity .3s;position:absolute;inset:0}.edu-grid-item:hover{border-color:var(--edu-border-primary);background:var(--edu-bg-card-hover);box-shadow:var(--edu-shadow-md);transform:translateY(-3px)}.edu-grid-item:hover:before{opacity:1}.edu-grid-item-title{color:var(--edu-accent-light);z-index:1;margin:0;font-size:1.05rem;font-weight:700;position:relative}.edu-grid-item-text{color:var(--edu-text-secondary);z-index:1;margin:0;font-size:.95rem;font-weight:400;line-height:1.6;position:relative}.edu-number-item{background:var(--edu-bg-card);border:1px solid var(--edu-border-secondary);transition:var(--edu-transition);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:var(--edu-shadow-sm);border-radius:.875rem;grid-template-columns:60px 1fr;gap:1.5rem;padding:2rem;display:grid;position:relative;overflow:hidden}.edu-number-item:before{content:"";opacity:0;pointer-events:none;background:linear-gradient(135deg,#3b82f61a 0%,#0000 100%);transition:opacity .3s;position:absolute;inset:0}.edu-number-item:hover{border-color:var(--edu-border-primary);background:var(--edu-bg-card-hover);box-shadow:var(--edu-shadow-md);transform:translateY(-2px)}.edu-number-item:hover:before{opacity:1}.edu-number-badge{z-index:1;background:#3a83f3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;font-size:1.5rem;font-weight:700;display:flex;position:relative;box-shadow:0 4px 12px #1e40af4d}.edu-number-content{z-index:1;flex-direction:column;gap:.5rem;display:flex;position:relative}.edu-number-title{color:var(--edu-text-primary);margin:0;font-size:1.05rem;font-weight:700}.edu-number-desc{color:var(--edu-text-secondary);margin:0;font-size:.95rem;font-weight:400;line-height:1.6}.edu-cta-section{text-align:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:linear-gradient(135deg,#3b82f61f 0%,#1e293bcc 100%);border:1px solid #3b82f64d;border-radius:1rem;flex-direction:column;align-items:center;gap:2rem;margin-top:2rem;padding:3rem 2rem;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 32px #3b82f61a}.edu-cta-section:before{content:"";pointer-events:none;background:radial-gradient(circle,#3b82f626 0%,#0000 70%);border-radius:50%;width:200px;height:200px;position:absolute;top:-50%;right:-50%}.edu-cta-section:after{content:"";pointer-events:none;background:radial-gradient(circle,#3b82f61a 0%,#0000 70%);border-radius:50%;width:200px;height:200px;position:absolute;bottom:-50%;left:-50%}.edu-cta-title{color:var(--edu-text-primary);letter-spacing:-.01em;z-index:1;margin:0;font-size:1.5rem;font-weight:750;position:relative}.edu-cta-text{color:var(--edu-text-secondary);z-index:1;margin:0;font-size:1rem;font-weight:400;line-height:1.6;position:relative}.edu-button-group{z-index:1;flex-wrap:wrap;justify-content:center;gap:1rem;display:flex;position:relative}.edu-button{cursor:pointer;transition:var(--edu-transition);letter-spacing:.025em;border:none;border-radius:.5rem;padding:.875rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;display:inline-block;position:relative;overflow:hidden}.edu-button:before{content:"";opacity:0;pointer-events:none;background:linear-gradient(135deg,#ffffff1a 0%,#0000 100%);transition:opacity .3s;position:absolute;inset:0}.edu-button:hover:before{opacity:1}.edu-button-primary{background:var(--edu-accent);color:#fff;box-shadow:0 4px 15px #3b82f64d}.edu-button-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #3b82f666}.edu-button-secondary{color:var(--edu-accent-light);border:1.5px solid var(--edu-accent);background:0 0;box-shadow:0 2px 8px #3b82f626}.edu-button-secondary:hover{border-color:var(--edu-accent-light);background:#3b82f61f;transform:translateY(-2px);box-shadow:0 4px 15px #3b82f640}.edu-faq-item{border:1px solid var(--edu-border-secondary);background:var(--edu-bg-card);min-width:100%;transition:var(--edu-transition);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:var(--edu-shadow-sm);border-radius:.875rem;margin-bottom:1.25rem;overflow:hidden}.edu-faq-item:hover{background:var(--edu-bg-card-hover);box-shadow:var(--edu-shadow-md);border-color:#3b82f633}.edu-faq-item details{cursor:pointer;width:100%;padding:0;display:block;overflow:hidden}.edu-faq-item summary{color:var(--edu-text-primary);cursor:pointer;-webkit-user-select:none;user-select:none;outline:none;justify-content:space-between;align-items:center;padding:1.5rem 2.5rem 1.5rem 1.5rem;font-size:1rem;font-weight:700;transition:color .3s;display:flex;position:relative}.edu-faq-item summary:after{content:"›";color:#fff;font-size:1.5rem;transition:transform .3s;position:absolute;top:50%;right:1.5rem;transform:translateY(-50%)}.edu-faq-item details[open] summary:after{transform:translateY(-50%)rotate(90deg)}.edu-faq-item summary:hover{color:var(--edu-accent-light)}.edu-faq-item p{color:var(--edu-text-secondary);margin:0;padding:0 1.5rem 1.5rem;font-size:.95rem;font-weight:400;line-height:1.7}.edu-glossary-entry{background:var(--edu-bg-card);border:1px solid var(--edu-border-secondary);transition:var(--edu-transition);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:var(--edu-shadow-sm);border-radius:.875rem;margin-bottom:1.25rem;padding:1.5rem;position:relative;overflow:hidden}.edu-glossary-entry:before{content:"";background:linear-gradient(180deg,var(--edu-accent)0%,var(--edu-accent-light)100%);opacity:0;width:3px;transition:opacity .3s;position:absolute;top:0;bottom:0;left:0}.edu-glossary-entry:hover{background:var(--edu-bg-card-hover);box-shadow:var(--edu-shadow-md);border-color:#3b82f640;transform:translate(2px)}.edu-glossary-entry:hover:before{opacity:1}.edu-glossary-term{color:#fff;letter-spacing:-.01em;margin:0 0 .75rem;font-size:1.1rem;font-weight:700}.edu-glossary-def{color:var(--edu-text-secondary);margin:0;font-size:.95rem;font-weight:400;line-height:1.7}@media (max-width:768px){.edu-grid{grid-template-columns:1fr;gap:1.5rem}.edu-number-item{grid-template-columns:1fr;gap:1rem}.edu-number-badge{width:50px;height:50px;font-size:1.25rem}.edu-button-group{flex-direction:column}.edu-button{width:100%}.edu-card,.edu-grid-item,.edu-number-item{padding:1.5rem}.edu-cta-section,.edu-hero{padding:2rem 1.5rem}.edu-content{gap:2rem;padding:0 1.5rem 2rem}}@media (max-width:480px){.edu-hero-title{font-size:2rem}.edu-card,.edu-grid-item,.edu-number-item{padding:1.25rem}.edu-button{padding:.75rem 1.5rem;font-size:.9rem}}.about-hero-title{letter-spacing:-.02em;text-transform:uppercase;color:#fff;margin:0 0 1rem;font-size:clamp(3.5rem,5vw,4rem);font-weight:800;line-height:1.1}.about-hero-title span{color:#3b82f6;display:inline-block}.about-hero-subtitle{color:#919fb3;text-align:center;max-width:40rem;margin-top:1rem;margin-left:auto;margin-right:auto;font-size:clamp(1rem,2vw,1.25rem);font-weight:320;line-height:1.5}.about-divider{background:linear-gradient(90deg,#0000 0%,#3b82f680 35%,#3b82f6cc 50%,#3b82f680 65%,#0000 100%);max-width:500px;height:1px;margin-top:2.5rem;margin-left:auto;margin-right:auto;animation:.8s ease-out .3s both fadeInLine}@keyframes fadeInLine{0%{opacity:0}to{opacity:1}}.about-section-title{letter-spacing:-.01em;text-transform:uppercase;color:#fff;text-align:center;margin:0 auto;font-size:clamp(1.5rem,3vw,2.5rem);font-weight:800;line-height:1.2}.about-cards-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;max-width:900px;margin-top:2rem;margin-left:auto;margin-right:auto;display:grid}.about-card{background:var(--edu-bg-card);border:1px solid var(--edu-border-secondary);transition:var(--edu-transition);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:var(--edu-shadow-sm);border-radius:.875rem;flex-direction:column;gap:1rem;padding:1.5rem;display:flex;position:relative;overflow:hidden}.about-card:before{content:"";opacity:0;pointer-events:none;background:linear-gradient(135deg,#3b82f61a 0%,#0000 100%);transition:opacity .3s;position:absolute;inset:0}.about-card:hover{border-color:var(--edu-border-primary);background:var(--edu-bg-card-hover);box-shadow:var(--edu-shadow-md);transform:translateY(-4px)}.about-card:hover:before{opacity:1}.about-card-header{align-items:flex-start;gap:1rem;display:flex}.about-card-icon{color:#3d85e9;stroke-width:2px;flex-shrink:0;width:32px;min-width:32px;height:32px;animation:3s ease-in-out infinite iconFloat}.about-card:hover .about-card-icon{color:#60a5fa}@keyframes iconFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}.about-card-title{color:#fff;z-index:1;margin:0;font-size:1.15rem;font-weight:700;position:relative}.about-card-desc{color:var(--edu-text-secondary);z-index:1;margin:0;font-size:.95rem;font-weight:400;line-height:1.6;position:relative}.about-tech-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;max-width:900px;margin-top:2rem;margin-left:auto;margin-right:auto;display:grid}.about-tech-item{background:var(--edu-bg-card);border:1px solid var(--edu-border-secondary);transition:var(--edu-transition);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:var(--edu-shadow-sm);border-radius:.875rem;flex-direction:column;gap:.75rem;padding:1.5rem;display:flex;position:relative;overflow:hidden}.about-tech-item:before{content:"";opacity:0;pointer-events:none;background:linear-gradient(135deg,#3b82f61a 0%,#0000 100%);transition:opacity .3s;position:absolute;inset:0}.about-tech-item:hover{border-color:var(--edu-border-primary);background:var(--edu-bg-card-hover);box-shadow:var(--edu-shadow-md);transform:translateY(-4px)}.about-tech-item:hover:before{opacity:1}.about-tech-title{color:#fff;z-index:1;margin:0;font-size:1.05rem;font-weight:700;position:relative}.about-tech-text{color:var(--edu-text-secondary);z-index:1;margin:0;font-size:.95rem;font-weight:400;line-height:1.6;position:relative}@media (max-width:768px){.about-cards-grid,.about-tech-grid{grid-template-columns:1fr;gap:1.5rem}.about-section-title{font-size:1.75rem}.about-hero-title{font-size:3.5rem}.about-divider{margin-top:2rem}}@media (max-width:480px){.about-hero-title{font-size:3rem}.about-section-title{font-size:1.35rem}.about-cards-grid,.about-tech-grid{gap:1rem}.about-card,.about-tech-item{padding:1.5rem}.about-card-header{gap:.75rem}.about-card-icon{width:28px;height:28px}.about-card-title,.about-tech-title{font-size:1rem}.about-card-desc,.about-tech-text{font-size:.9rem}}.edu-faq-item{box-sizing:border-box}.edu-faq-item summary{list-style:none}.edu-faq-item summary{list-style:none;display:block}.edu-faq-item details{display:block}.edu-faq-item summary::-webkit-details-marker{display:none}.edu-faq-item summary::marker{content:""}.edu-faq-item summary{padding-right:3rem}.faq-content-container{z-index:10;width:100%;max-width:900px;margin:0 auto;padding:0 1.5rem 4rem;position:relative}.faq-accordion-wrapper{width:100%;max-width:900px;margin:0 auto 3rem}.faq-email-link{color:#3b82f6;font-weight:500;text-decoration:underline;transition:color .3s}.faq-email-link:hover{color:#60a5fa}.edu-faq-item{animation:.5s ease-out backwards fadeInUp}.edu-faq-item:first-child{animation-delay:50ms}.edu-faq-item:nth-child(2){animation-delay:.1s}.edu-faq-item:nth-child(3){animation-delay:.15s}.edu-faq-item:nth-child(4){animation-delay:.2s}.edu-faq-item:nth-child(5){animation-delay:.25s}.edu-faq-item:nth-child(6){animation-delay:.3s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.faq-content-container{padding:0 1rem 3rem}.faq-accordion-wrapper{margin-bottom:2rem}.edu-faq-item summary{padding:1.25rem 2.5rem 1.25rem 1.25rem;font-size:.95rem}.edu-faq-item p{padding:0 1.25rem 1.25rem;font-size:.9rem}}@media (max-width:480px){.faq-content-container{padding:0 .75rem 2rem}.edu-faq-item{margin-bottom:1rem}.edu-faq-item summary{padding:1rem 2rem 1rem 1rem;font-size:.9rem}.edu-faq-item summary:after{font-size:1.25rem;right:1rem}.edu-faq-item p{padding:0 1rem 1rem;font-size:.85rem}}.glossary-content-container{z-index:10;width:100%;max-width:1000px;margin:0 auto;padding:0 1.5rem 4rem;position:relative}.glossary-category-section{margin-bottom:4rem}.glossary-category-section:last-of-type{margin-bottom:2rem}.glossary-entries-grid{gap:1.25rem;max-width:900px;margin-top:2rem;margin-left:auto;margin-right:auto;display:grid}.glossary-category-section .edu-glossary-entry{animation:.5s ease-out backwards fadeInUp}.glossary-category-section .edu-glossary-entry:first-child{animation-delay:50ms}.glossary-category-section .edu-glossary-entry:nth-child(2){animation-delay:.1s}.glossary-category-section .edu-glossary-entry:nth-child(3){animation-delay:.15s}.glossary-category-section .edu-glossary-entry:nth-child(4){animation-delay:.2s}.glossary-category-section .edu-glossary-entry:nth-child(5){animation-delay:.25s}.glossary-category-section .edu-glossary-entry:nth-child(6){animation-delay:.3s}.glossary-category-section .edu-glossary-entry:nth-child(7){animation-delay:.35s}.glossary-category-section .edu-glossary-entry:nth-child(8){animation-delay:.4s}.glossary-category-section .edu-glossary-entry:nth-child(9){animation-delay:.45s}.glossary-category-section .edu-glossary-entry:nth-child(10),.glossary-category-section .edu-glossary-entry:nth-child(n+11){animation-delay:.5s}.glossary-category-section .about-section-title{margin-bottom:.5rem;animation:.6s ease-out backwards fadeInUp}.glossary-category-section .about-section-title span{color:#60a5fa}@media (max-width:768px){.glossary-content-container{padding:0 1rem 3rem}.glossary-category-section{margin-bottom:3rem}.glossary-entries-grid{gap:1rem;margin-top:1.5rem}.edu-glossary-entry{padding:1.25rem}.edu-glossary-term{font-size:1rem}.edu-glossary-def{font-size:.9rem}}@media (max-width:480px){.glossary-content-container{padding:0 .75rem 2rem}.glossary-category-section{margin-bottom:2.5rem}.glossary-entries-grid{gap:.875rem}.edu-glossary-entry{padding:1rem}.edu-glossary-term{margin-bottom:.5rem;font-size:.95rem}.edu-glossary-def{font-size:.85rem}.glossary-category-section .about-section-title{font-size:1.5rem}}
