.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:inherit;font-weight:600;text-align:center;text-decoration:none;border:none;border-radius:.5rem;cursor:pointer;transition:all .3s ease;white-space:nowrap;outline:none}.btn:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}.btn-primary{background-color:var(--primary-color, #2563eb);color:#fff;box-shadow:0 1px 3px #0000001a}.btn-primary:hover:not(.btn-disabled){background-color:var(--primary-hover, #1d4ed8);box-shadow:0 4px 6px #2563eb33;transform:translateY(-1px)}.btn-primary:active:not(.btn-disabled){transform:translateY(0);box-shadow:0 1px 2px #0000001a}.btn-secondary{background-color:var(--secondary-color, #10b981);color:#fff;box-shadow:0 1px 3px #0000001a}.btn-secondary:hover:not(.btn-disabled){background-color:var(--secondary-hover, #059669);box-shadow:0 4px 6px #10b98133;transform:translateY(-1px)}.btn-outline{background-color:transparent;color:var(--primary-color, #2563eb);border:2px solid var(--primary-color, #2563eb)}.btn-outline:hover:not(.btn-disabled){background-color:var(--primary-color, #2563eb);color:#fff}.btn-ghost{background-color:transparent;color:var(--text-primary, #1f2937);border:1px solid var(--border-color, #e5e7eb)}.btn-ghost:hover:not(.btn-disabled){background-color:var(--bg-light, #f9fafb);border-color:var(--primary-color, #2563eb)}.btn-link{background-color:transparent;color:var(--primary-color, #2563eb);padding:.25rem .5rem;text-decoration:underline}.btn-link:hover:not(.btn-disabled){color:var(--primary-hover, #1d4ed8);text-decoration:none}.btn-small{padding:.5rem 1rem;font-size:.875rem;line-height:1.25rem}.btn-medium{padding:.75rem 1.5rem;font-size:1rem;line-height:1.5rem}.btn-large{padding:1rem 2rem;font-size:1.125rem;line-height:1.75rem}.btn-disabled{opacity:.6;cursor:not-allowed;pointer-events:none}.btn-full-width{width:100%}.btn-icon{display:inline-flex;align-items:center;justify-content:center}.btn-icon svg{width:1.25rem;height:1.25rem}.btn-small .btn-icon svg{width:1rem;height:1rem}.btn-large .btn-icon svg{width:1.5rem;height:1.5rem}@media(max-width:640px){.btn-large{padding:.875rem 1.75rem;font-size:1rem}.btn-medium{padding:.625rem 1.25rem;font-size:.9375rem}}.navbar{position:fixed;top:0;left:0;width:100%;background-color:#fff;border-bottom:1px solid var(--border-color, #e5e7eb);z-index:1000;transition:all .3s ease}.navbar-scrolled{box-shadow:0 4px 6px #0000000d}.navbar-container{max-width:1200px;margin:0 auto;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}.navbar-logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:var(--text-primary, #1f2937);font-weight:700;font-size:1.25rem;transition:opacity .2s ease}.navbar-logo:hover{opacity:.8}.navbar-logo-img{height:2.5rem;width:auto}.navbar-logo-text{white-space:nowrap}.navbar-menu{display:flex;align-items:center;gap:.5rem;list-style:none;padding:0;margin:0;flex:1;justify-content:center}.navbar-item{position:relative}.navbar-link{display:block;padding:.5rem 1rem;font-size:.9375rem;font-weight:500;color:var(--text-secondary, #6b7280);text-decoration:none;border-radius:.5rem;transition:all .2s ease}.navbar-link:hover{color:var(--primary-color, #2563eb);background-color:#2563eb0d}.navbar-link-active{color:var(--primary-color, #2563eb);background-color:#2563eb1a;font-weight:600}.navbar-actions{display:flex;align-items:center;gap:1rem}.navbar-toggle{display:none;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:0;background-color:transparent;border:none;color:var(--text-primary, #1f2937);cursor:pointer;transition:background-color .2s ease}.navbar-toggle:hover{background-color:var(--bg-light, #f9fafb);border-radius:.5rem}.navbar-mobile{display:none;position:fixed;top:5rem;left:0;width:100%;height:calc(100vh - 5rem);background-color:#fff;border-top:1px solid var(--border-color, #e5e7eb);overflow-y:auto;transform:translate(-100%);transition:transform .3s ease}.navbar-mobile-open{transform:translate(0)}.navbar-mobile-menu{list-style:none;padding:1.5rem;margin:0;display:flex;flex-direction:column;gap:.5rem}.navbar-mobile-item{width:100%}.navbar-mobile-link{display:block;padding:1rem 1.25rem;font-size:1rem;font-weight:500;color:var(--text-secondary, #6b7280);text-decoration:none;border-radius:.5rem;transition:all .2s ease}.navbar-mobile-link:hover{color:var(--primary-color, #2563eb);background-color:#2563eb0d}.navbar-mobile-link-active{color:var(--primary-color, #2563eb);background-color:#2563eb1a;font-weight:600}.navbar-mobile-cta{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border-color, #e5e7eb)}@media(max-width:1024px){.navbar-menu{gap:.25rem}.navbar-link{padding:.5rem .75rem;font-size:.875rem}}@media(max-width:768px){.navbar-menu,.navbar-actions{display:none}.navbar-toggle{display:flex}.navbar-mobile{display:block}.navbar-logo-text{font-size:1.125rem}}@media(max-width:640px){.navbar-container{padding:.875rem 1rem}.navbar-logo-img{height:2rem}.navbar-logo-text{font-size:1rem}}.footer{width:100%;background-color:var(--text-primary, #1f2937);color:#fff;padding:4rem 0 2rem}.footer-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-section{display:flex;flex-direction:column}.footer-about{max-width:350px}.footer-logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:#fff;font-weight:700;font-size:1.25rem;margin-bottom:1rem;transition:opacity .2s ease}.footer-logo:hover{opacity:.8}.footer-logo-img{height:2.5rem;width:auto;filter:brightness(0) invert(1)}.footer-logo-text{white-space:nowrap}.footer-description{font-size:.9375rem;line-height:1.6;color:#ffffffb3;margin:0 0 1.5rem}.footer-social{display:flex;align-items:center;gap:1rem}.footer-social-link{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:50%;background-color:#ffffff1a;color:#fff;transition:all .3s ease}.footer-social-link:hover{background-color:var(--primary-color, #2563eb);transform:translateY(-2px)}.footer-title{font-size:1rem;font-weight:700;color:#fff;margin:0 0 1.25rem}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer-link{font-size:.9375rem;color:#ffffffb3;text-decoration:none;transition:color .2s ease}.footer-link:hover{color:#fff}.footer-bottom{display:flex;align-items:center;justify-content:space-between;padding-top:2rem;flex-wrap:wrap;gap:1rem}.footer-copyright{font-size:.875rem;color:#fff9;margin:0}.footer-bottom-links{display:flex;align-items:center;gap:1rem}.footer-bottom-link{font-size:.875rem;color:#fff9;text-decoration:none;transition:color .2s ease}.footer-bottom-link:hover{color:#fff}.footer-divider{color:#ffffff4d}@media(max-width:1024px){.footer-top{grid-template-columns:2fr 1fr 1fr;gap:2.5rem}.footer-section:last-child{grid-column:span 3}}@media(max-width:768px){.footer{padding:3rem 0 1.5rem}.footer-top{grid-template-columns:1fr 1fr;gap:2rem;padding-bottom:2rem}.footer-about{grid-column:span 2;max-width:100%}.footer-section:last-child{grid-column:span 1}}@media(max-width:640px){.footer-container{padding:0 1rem}.footer-top{grid-template-columns:1fr;gap:2rem}.footer-about{grid-column:span 1}.footer-bottom{flex-direction:column;align-items:center;text-align:center;padding-top:1.5rem}.footer-copyright{order:2}.footer-bottom-links{order:1}}.page-wrapper{display:flex;flex-direction:column;min-height:100vh;width:100%}.page-main{flex:1;width:100%;margin-top:5rem}@media(max-width:768px){.page-main{margin-top:4.5rem}}@media(max-width:640px){.page-main{margin-top:4rem}}.hero-section{position:relative;padding:.8rem;width:100%;min-height:750px;display:flex;align-items:center;overflow:hidden}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.hero-background img{width:100%;height:100%;object-fit:cover;display:block}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#00000080,#0000004d);z-index:1}.hero-container{position:relative;z-index:2;width:100%;max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;justify-content:flex-end;align-items:center}.hero-content{max-width:600px;width:100%;background:#ffffffbe;padding:3.5rem;border-radius:1.5rem;box-shadow:0 25px 50px #00000026;display:flex;flex-direction:column;gap:1.5rem;animation:fadeInUp .8s ease-out}.hero-title{font-size:clamp(1.875rem,1.5rem + 1.2vw,2.5rem);font-weight:800;line-height:1.2;color:#1f2937;margin:0;letter-spacing:var(--tracking-tighter)}.hero-subtitle{font-size:clamp(1.125rem,1rem + .5vw,1.375rem);font-weight:600;line-height:1.5;color:#2563eb;margin:0;letter-spacing:var(--tracking-tight)}.hero-description{font-size:clamp(1rem,.9rem + .4vw,1.125rem);line-height:1.7;color:#6b7280;margin:0;text-align:justify;-webkit-hyphens:auto;hyphens:auto}.hero-actions{display:flex;align-items:center;gap:1rem;margin-top:1rem;flex-wrap:wrap}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1023px){.hero-section{min-height:650px}.hero-container{justify-content:center;padding:0 1.5rem}.hero-content{max-width:550px;padding:3rem}.hero-title{font-size:2.25rem}.hero-subtitle{font-size:1.0625rem}.hero-description{font-size:1rem}}@media(max-width:767px){.hero-section{min-height:600px;padding:2rem 0}.hero-container{padding:0 1rem}.hero-content{max-width:100%;padding:2.5rem 2rem;gap:1.25rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-description{font-size:.9375rem;line-height:1.65}.hero-actions{flex-direction:column;width:100%;gap:.75rem}.hero-actions button{width:100%}}@media(max-width:479px){.hero-section{min-height:550px}.hero-content{padding:2rem 1.5rem}.hero-title{font-size:1.75rem}.hero-subtitle{font-size:.9375rem}.hero-description{font-size:.875rem}}@media(prefers-reduced-motion:reduce){.hero-content{animation:none}}@media print{.hero-section{page-break-inside:avoid}.hero-overlay{display:none}.hero-content{box-shadow:none;border:1px solid #e5e7eb}}.section-wrapper{width:100%;position:relative}.section-bg-white{background-color:var(--bg-white, #ffffff)}.section-bg-light{background-color:var(--bg-light, #f9fafb)}.section-bg-gray{background-color:var(--bg-gray, #f3f4f6)}.section-bg-primary{background-color:var(--primary-color, #2563eb);color:#fff}.section-bg-gradient{background:linear-gradient(135deg,var(--primary-color, #2563eb) 0%,var(--secondary-color, #10b981) 100%);color:#fff}.section-padding-none{padding:0}.section-padding-small{padding:2rem 0}.section-padding-medium{padding:4rem 0}.section-padding-large{padding:6rem 0}.section-padding-xlarge{padding:8rem 0}.section-container{width:100%;margin:0 auto;padding:0}.container-default{max-width:1200px}.container-narrow{max-width:900px}.container-wide{max-width:1400px}.container-full{max-width:100%;padding:0}.section-header{margin-bottom:3rem}.section-header-center{text-align:center;max-width:800px;margin-left:auto;margin-right:auto}.section-header-left{text-align:left}.section-header-right{text-align:right}.section-subtitle{font-size:.9375rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--primary-color, #2563eb);margin:0 0 .75rem}.section-bg-primary .section-subtitle,.section-bg-gradient .section-subtitle{color:#ffffffe6}.section-title{font-size:2.25rem;font-weight:800;line-height:1.2;color:var(--text-primary, #1f2937);margin:0 0 1rem}.section-bg-primary .section-title,.section-bg-gradient .section-title{color:#fff}.section-description{font-size:1.125rem;line-height:1.75;color:var(--text-secondary, #6b7280);margin:0}.section-bg-primary .section-description,.section-bg-gradient .section-description{color:#ffffffe6}.section-content{width:100%}@media(max-width:1024px){.section-padding-large{padding:4rem 0}.section-padding-xlarge{padding:6rem 0}.section-title{font-size:2rem}.section-description{font-size:1rem}}@media(max-width:768px){.section-padding-medium{padding:3rem 0}.section-padding-large{padding:3.5rem 0}.section-padding-xlarge{padding:4rem 0}.section-container{padding:0}.section-header{margin-bottom:2rem}.section-title{font-size:1.75rem}.section-subtitle{font-size:.875rem}.section-description{font-size:.9375rem}}@media(max-width:640px){.section-padding-small{padding:1.5rem 0}.section-padding-medium{padding:2.5rem 0}.section-padding-large{padding:3rem 0}.section-padding-xlarge{padding:3.5rem 0}.section-container{padding:0}.section-title{font-size:1.5rem}.section-header-right,.section-header-left{text-align:center}}.card{background-color:var(--bg-white, #ffffff);border-radius:.75rem;transition:all .3s ease;overflow:hidden}.card-default{background-color:var(--bg-white, #ffffff)}.card-light{background-color:var(--bg-light, #f9fafb)}.card-primary{background-color:var(--primary-color, #2563eb);color:#fff}.card-gradient{background:linear-gradient(135deg,var(--primary-color, #2563eb) 0%,var(--secondary-color, #10b981) 100%);color:#fff}.card-padding-small{padding:1rem}.card-padding-medium{padding:1.5rem}.card-padding-large{padding:2rem}.card-padding-none{padding:0}.card-shadow{box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.card-border{border:1px solid var(--border-color, #e5e7eb)}.card-hover:hover{transform:translateY(-4px);box-shadow:0 10px 25px #0000001a,0 4px 10px #0000000d}.card-clickable{cursor:pointer}.card-clickable:active{transform:translateY(-2px)}.card-header{padding-bottom:1rem;border-bottom:1px solid var(--border-color, #e5e7eb)}.card-body{padding:0}.card-footer{padding-top:1rem;border-top:1px solid var(--border-color, #e5e7eb);margin-top:auto}.card-title{font-size:1.25rem;font-weight:700;line-height:1.75rem;color:var(--text-primary, #1f2937);margin:0 0 .5rem}.card-primary .card-title,.card-gradient .card-title{color:#fff}.card-description{font-size:.9375rem;line-height:1.5rem;color:var(--text-secondary, #6b7280);margin:0}.card-primary .card-description,.card-gradient .card-description{color:#ffffffe6}.card-icon{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:.75rem;background-color:var(--bg-light, #f9fafb);color:var(--primary-color, #2563eb);margin-bottom:1rem}.card-icon svg{width:1.5rem;height:1.5rem}.card-primary .card-icon,.card-gradient .card-icon{background-color:#fff3;color:#fff}.card-full-height{height:100%;display:flex;flex-direction:column}@media(max-width:768px){.card-padding-large{padding:1.5rem}.card-padding-medium{padding:1.25rem}.card-title{font-size:1.125rem}.card-description{font-size:.875rem}}@media(max-width:640px){.card-padding-large{padding:1.25rem}.card-padding-medium{padding:1rem}.card-icon{width:2.5rem;height:2.5rem}.card-icon svg{width:1.25rem;height:1.25rem}}#funding-categories{position:relative;padding:.8rem}.funding-categories-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:3rem;padding:.8rem}.funding-category-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2.5rem 2rem;height:100%;background-color:var(--bg-white, #ffffff);border:1px solid var(--border-color, #e5e7eb);border-radius:.75rem;transition:all .3s ease}.funding-category-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001a;border-color:var(--primary-color, #2563eb)}.category-icon{width:4rem;height:4rem;display:flex;align-items:center;justify-content:center;border-radius:1rem;background:linear-gradient(135deg,var(--primary-color, #2563eb) 0%,var(--secondary-color, #10b981) 100%);color:#fff;margin-bottom:1.5rem;box-shadow:0 8px 16px #2563eb33;transition:all .3s ease}.funding-category-card:hover .category-icon{transform:scale(1.1);box-shadow:0 12px 24px #2563eb4d}.category-icon svg{width:2.5rem;height:2.5rem}.category-title{font-size:clamp(1.25rem,1.1rem + .5vw,1.5rem);font-weight:700;line-height:1.3;color:var(--text-primary, #1f2937);margin:0 0 1rem;letter-spacing:var(--tracking-tight)}.category-description{font-size:clamp(.9375rem,.875rem + .3vw,1rem);line-height:1.7;color:var(--text-secondary, #6b7280);margin:0 0 1.5rem;flex-grow:1;text-align:justify;-webkit-hyphens:auto;hyphens:auto}.category-action{margin-top:auto;width:100%}@media(max-width:1024px){.funding-categories-grid{gap:1.75rem}.funding-category-card{padding:2.25rem 1.75rem}.category-icon{width:3.5rem;height:3.5rem}.category-icon svg{width:2.25rem;height:2.25rem}.category-title{font-size:clamp(1.125rem,1rem + .4vw,1.375rem)}.category-description{font-size:clamp(.875rem,.8rem + .3vw,.9375rem)}}@media(max-width:768px){.funding-categories-grid{grid-template-columns:1fr;gap:1.5rem}.funding-category-card{padding:2rem 1.5rem}.category-icon{width:3.25rem;height:3.25rem}.category-icon svg{width:2rem;height:2rem}.category-title{font-size:clamp(1.125rem,1rem + .4vw,1.25rem)}.category-description{font-size:clamp(.875rem,.8rem + .3vw,.9375rem);text-align:left;-webkit-hyphens:none;hyphens:none}}@media(max-width:640px){.funding-category-card{padding:1.75rem 1.25rem}.category-icon{width:3rem;height:3rem}.category-icon svg{width:1.75rem;height:1.75rem}.category-title{font-size:clamp(1rem,.95rem + .3vw,1.125rem)}.category-description{font-size:clamp(.8125rem,.75rem + .3vw,.875rem)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.funding-category-card{animation:fadeInUp .6s ease-out}.funding-category-card:nth-child(1){animation-delay:.1s}.funding-category-card:nth-child(2){animation-delay:.2s}.funding-category-card:nth-child(3){animation-delay:.3s}.funding-category-card:nth-child(4){animation-delay:.4s}@media(prefers-reduced-motion:reduce){.funding-category-card{animation:none}.funding-category-card:hover,.funding-category-card:hover .category-icon{transform:none}}.value-props-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.value-prop-card{text-align:center;padding:2.5rem 2rem;display:flex;flex-direction:column;align-items:center}.value-prop-icon{width:4rem;height:4rem;display:flex;align-items:center;justify-content:center;border-radius:1rem;background:linear-gradient(135deg,var(--primary-color, #2563eb) 0%,var(--secondary-color, #10b981) 100%);color:#fff;margin-bottom:1.5rem;box-shadow:0 4px 6px #2563eb33}.value-prop-icon svg{width:2rem;height:2rem}.value-prop-icon img{width:2rem;height:2rem;object-fit:contain}.value-prop-title{font-size:clamp(1.125rem,1rem + .4vw,1.375rem);font-weight:700;line-height:1.4;color:var(--text-primary, #1f2937);margin:0 0 1rem;letter-spacing:var(--tracking-tight)}.value-prop-description{font-size:clamp(.875rem,.8rem + .3vw,1rem);line-height:1.6;color:var(--text-secondary, #6b7280);margin:0;text-align:justify;-webkit-hyphens:auto;hyphens:auto}.value-prop-card:hover .value-prop-icon{transform:scale(1.1);box-shadow:0 8px 12px #2563eb4d}@media(max-width:1024px){.value-props-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.75rem}}@media(max-width:768px){.value-props-grid{grid-template-columns:1fr;gap:1.5rem}.value-prop-card{padding:2rem 1.5rem}.value-prop-icon{width:3.5rem;height:3.5rem}.value-prop-icon svg,.value-prop-icon img{width:1.75rem;height:1.75rem}.value-prop-title{font-size:clamp(1rem,.9rem + .4vw,1.125rem)}.value-prop-description{font-size:clamp(.8125rem,.75rem + .3vw,.875rem);text-align:left;-webkit-hyphens:none;hyphens:none}}@media(max-width:640px){.value-prop-card{padding:1.75rem 1.25rem}}#value-propositions{position:relative;padding:.8rem}.programs-grid{display:grid;padding:.8rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-top:3rem}.program-section{margin-bottom:4rem}.program-section:last-child{margin-bottom:0}.section-title{font-size:1.875rem;font-weight:700;color:var(--text-primary, #111827);margin-bottom:2rem;text-align:center}.program-card{display:flex;flex-direction:column;height:100%}.program-features{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border-color, #e5e7eb)}.program-features-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.program-feature-item{display:flex;align-items:flex-start;gap:.75rem;font-size:.875rem;color:var(--text-secondary, #6b7280)}.program-feature-item svg{flex-shrink:0;margin-top:.125rem;color:var(--primary-color, #2563eb)}@media(max-width:1024px){.programs-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.75rem}}@media(max-width:768px){.programs-grid{grid-template-columns:1fr;gap:1.5rem}}@media(max-width:640px){.programs-grid{gap:1.25rem}.program-features{margin-top:1.25rem;padding-top:1.25rem}}.social-proof-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-top:3rem}.testimonial-card{display:flex;flex-direction:column;height:100%;position:relative;padding:2rem}.testimonial-quote-mark{font-size:4rem;line-height:1;color:var(--primary-color, #2563eb);opacity:.2;font-family:Georgia,serif;margin-bottom:-1rem}.testimonial-quote{font-size:1rem;line-height:1.75;color:var(--text-primary, #1f2937);margin:0 0 1.5rem;flex-grow:1;font-style:italic}.testimonial-footer{display:flex;align-items:center;gap:1rem;margin-top:auto;padding-top:1.5rem;border-top:1px solid var(--border-color, #e5e7eb)}.testimonial-image{width:60px;height:60px;border-radius:50%;object-fit:cover;border:2px solid var(--primary-color, #2563eb)}.testimonial-info{flex:1}.testimonial-institution{font-size:1rem;font-weight:700;color:var(--text-primary, #1f2937);margin-bottom:.25rem}.testimonial-location{font-size:.875rem;color:var(--text-secondary, #6b7280);margin-bottom:.5rem}.testimonial-meta{display:flex;align-items:center;gap:.75rem;margin-top:.5rem}.testimonial-badge{display:inline-block;padding:.25rem .75rem;font-size:.75rem;font-weight:600;color:var(--primary-color, #2563eb);background-color:#2563eb1a;border-radius:9999px}.testimonial-year{font-size:.875rem;color:var(--text-secondary, #6b7280)}.testimonial-value{font-size:.875rem;color:var(--text-secondary, #6b7280);font-weight:600}@media(max-width:1024px){.social-proof-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}}@media(max-width:768px){.social-proof-grid{grid-template-columns:1fr;gap:1.5rem}.testimonial-card{padding:1.5rem}.testimonial-quote{font-size:.9375rem}.testimonial-image{width:50px;height:50px}}@media(max-width:640px){.testimonial-quote-mark{font-size:3rem}.testimonial-footer{flex-direction:column;align-items:flex-start}.testimonial-image{width:60px;height:60px}}#social-proof{position:relative;padding:.8rem}.social-proof__container{max-width:1200px;margin:0 auto;padding:2rem}.social-proof__title{text-align:center;margin-bottom:2rem}#cta{position:relative;overflow:hidden;padding:.8rem}.cta-content{max-width:1200px;margin:0 auto;text-align:center}.cta-title{font-size:2.5rem;font-weight:800;line-height:1.2;color:#fff;margin:0 0 1.5rem}.cta-description{font-size:1.125rem;line-height:1.75;color:#fffffff2;margin:0 0 3rem;max-width:800px;margin-left:auto;margin-right:auto}.cta-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin:0 0 3rem}.cta-column{background-color:#ffffff1a;border-radius:12px;padding:2rem;text-align:center;border:1px solid rgba(255,255,255,.2)}.cta-icon{width:48px;height:48px;margin:0 auto 1rem;color:#fff;display:flex;align-items:center;justify-content:center}.cta-column-title{font-size:1.25rem;font-weight:700;color:#fff;margin:0 0 1rem}.cta-column-description{font-size:1rem;line-height:1.6;color:#ffffffe6;margin:0 0 2rem}.cta-secondary{font-size:1rem;line-height:1.6;color:#fffc;margin:0;font-style:italic}@media(max-width:1024px){.cta-title{font-size:2.25rem}.cta-description{font-size:1.0625rem}.cta-grid{gap:1.5rem}.cta-column{padding:1.5rem}}@media(max-width:768px){.cta-title{font-size:2rem}.cta-description{font-size:1rem}.cta-grid{grid-template-columns:1fr;gap:1rem}.cta-column{padding:1.5rem}}@media(max-width:640px){.cta-title{font-size:1.75rem}.cta-description{font-size:.9375rem}.cta-secondary{font-size:.875rem}}.resources-tabs{margin-top:2rem;padding:.8rem}.tabs-navigation{display:flex;border-bottom:1px solid #e5e7eb;margin-bottom:2rem;overflow-x:auto}.tab-button{flex-shrink:0;padding:1rem 1.5rem;font-size:.875rem;font-weight:600;color:var(--text-secondary, #6b7280);background:none;border:none;border-bottom:2px solid transparent;cursor:pointer;transition:all .2s ease;white-space:nowrap}.tab-button:hover{color:var(--primary-color, #2563eb)}.tab-button.active{color:var(--primary-color, #2563eb);border-bottom-color:var(--primary-color, #2563eb)}.tab-content{min-height:400px}.tab-header{margin-bottom:2rem;text-align:center}.tab-subtitle{font-size:1.25rem;font-weight:600;color:var(--text-primary, #1f2937);margin:0}.resources-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;padding:.8rem}.resource-card{display:flex;gap:1.25rem;padding:1.75rem;transition:all .3s ease}.resource-card:hover{border-color:var(--primary-color, #2563eb)}.resource-icon{flex-shrink:0;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;border-radius:.75rem;background-color:#2563eb1a;color:var(--primary-color, #2563eb)}.resource-content{flex:1;display:flex;flex-direction:column}.resource-title{font-size:1.0625rem;font-weight:700;line-height:1.5;color:var(--text-primary, #1f2937);margin:0 0 .75rem}.resource-description{font-size:.875rem;line-height:1.6;color:var(--text-secondary, #6b7280);margin:0 0 1rem}.resource-meta{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.resource-badge{display:inline-block;padding:.25rem .625rem;font-size:.75rem;font-weight:600;color:var(--primary-color, #2563eb);background-color:#2563eb1a;border-radius:9999px}.resource-duration{font-size:.75rem;color:var(--text-secondary, #6b7280)}.resource-action{margin-top:auto}.resources-footer{margin-top:4rem;text-align:center}.resources-cta-button{background-color:var(--primary-color, #2563eb);color:#fff;box-shadow:0 4px 6px #0000001a}.resources-cta-button:hover{background-color:var(--primary-hover, #1d4ed8);transform:translateY(-2px);box-shadow:0 6px 12px #00000026}@media(max-width:1024px){.resources-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.tab-button{padding:.875rem 1.25rem;font-size:.8125rem}}@media(max-width:768px){.tabs-navigation{gap:0}.tab-button{padding:.75rem 1rem;font-size:.75rem}.tab-subtitle{font-size:1.125rem}.resources-grid{grid-template-columns:1fr;gap:1.25rem}.resource-card{flex-direction:column;padding:1.5rem}.resource-icon{width:2.5rem;height:2.5rem}}@media(max-width:640px){.tab-button{padding:.625rem .875rem;font-size:.6875rem}.resource-card{padding:1.25rem}.resource-title,.tab-subtitle{font-size:1rem}}.home-page{width:100%;overflow-x:hidden}html{scroll-behavior:smooth}#root{margin:0rem auto;padding:0rem}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}:root{--primary-color: #2563eb;--primary-hover: #1d4ed8;--primary-light: #3b82f6;--primary-dark: #1e40af;--secondary-color: #10b981;--secondary-hover: #059669;--secondary-light: #34d399;--secondary-dark: #047857;--accent-color: #f59e0b;--accent-hover: #d97706;--accent-light: #fbbf24;--accent-dark: #b45309;--text-primary: #1f2937;--text-secondary: #6b7280;--text-tertiary: #9ca3af;--text-inverse: #ffffff;--bg-white: #ffffff;--bg-light: #f9fafb;--bg-gray: #f3f4f6;--bg-dark: #1f2937;--border-color: #e5e7eb;--border-light: #f3f4f6;--border-dark: #d1d5db;--success-color: #10b981;--success-light: #d1fae5;--success-dark: #047857;--error-color: #ef4444;--error-light: #fee2e2;--error-dark: #dc2626;--warning-color: #f59e0b;--warning-light: #fef3c7;--warning-dark: #d97706;--info-color: #3b82f6;--info-light: #dbeafe;--info-dark: #2563eb;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);--shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, .25);--radius-sm: .25rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-xl: 1rem;--radius-2xl: 1.5rem;--radius-full: 9999px;--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-2xl: 3rem;--space-3xl: 4rem;--space-4xl: 6rem;--space-5xl: 8rem;--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;--font-serif: Georgia, Cambria, "Times New Roman", Times, serif;--font-mono: "Courier New", Courier, monospace;--text-xs: clamp(.75rem, .7rem + .2vw, .875rem);--text-sm: clamp(.875rem, .8rem + .3vw, 1rem);--text-base: clamp(1rem, .9rem + .4vw, 1.125rem);--text-lg: clamp(1.125rem, 1rem + .5vw, 1.25rem);--text-xl: clamp(1.25rem, 1.1rem + .6vw, 1.5rem);--text-2xl: clamp(1.5rem, 1.3rem + .8vw, 1.875rem);--text-3xl: clamp(1.875rem, 1.6rem + 1vw, 2.25rem);--text-4xl: clamp(2.25rem, 1.9rem + 1.2vw, 3rem);--text-5xl: clamp(3rem, 2.4rem + 1.6vw, 3.75rem);--text-6xl: clamp(3.75rem, 3rem + 2vw, 4.5rem);--font-light: 300;--font-normal: 400;--font-medium: 500;--font-semibold: 600;--font-bold: 700;--font-extrabold: 800;--font-black: 900;--leading-none: 1;--leading-tight: 1.25;--leading-snug: 1.375;--leading-normal: 1.5;--leading-relaxed: 1.625;--leading-loose: 2;--tracking-tighter: -.05em;--tracking-tight: -.025em;--tracking-normal: 0em;--tracking-wide: .025em;--tracking-wider: .05em;--tracking-widest: .1em;--z-dropdown: 1000;--z-sticky: 1020;--z-fixed: 1030;--z-modal-backdrop: 1040;--z-modal: 1050;--z-popover: 1060;--z-tooltip: 1070;--transition-fast: .15s;--transition-base: .2s;--transition-slow: .3s;--transition-slower: .5s;--breakpoint-sm: 640px;--breakpoint-md: 768px;--breakpoint-lg: 1024px;--breakpoint-xl: 1280px;--breakpoint-2xl: 1536px;--container-sm: 640px;--container-md: 768px;--container-lg: 1024px;--container-xl: 1280px;--container-2xl: 1536px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;scroll-behavior:smooth}body{margin:0;font-family:var(--font-sans);font-size:var(--text-base);line-height:var(--leading-relaxed);color:var(--text-primary);background-color:var(--bg-white);-webkit-tap-highlight-color:transparent;letter-spacing:var(--tracking-normal)}h1,h2,h3,h4,h5,h6{margin:0;font-weight:var(--font-bold);line-height:var(--leading-tight);color:var(--text-primary);letter-spacing:var(--tracking-tight)}h1{font-size:var(--text-5xl);font-weight:var(--font-extrabold);letter-spacing:var(--tracking-tighter)}h2{font-size:var(--text-4xl);font-weight:var(--font-bold);letter-spacing:var(--tracking-tighter)}h3{font-size:var(--text-3xl);font-weight:var(--font-bold);letter-spacing:var(--tracking-tight)}h4{font-size:var(--text-2xl);font-weight:var(--font-semibold);letter-spacing:var(--tracking-tight)}h5{font-size:var(--text-xl);font-weight:var(--font-semibold);letter-spacing:var(--tracking-normal)}h6{font-size:var(--text-lg);font-weight:var(--font-semibold);letter-spacing:var(--tracking-normal)}p{margin:0 0 1rem;line-height:var(--leading-relaxed);text-align:justify;-webkit-hyphens:auto;hyphens:auto}p:last-child{margin-bottom:0}a{color:var(--primary-color);text-decoration:none;transition:color var(--transition-base) ease}a:hover{color:var(--primary-hover)}a:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px;border-radius:var(--radius-sm)}ul,ol{list-style-position:inside}img{max-width:100%;height:auto;display:block}input,textarea,select,button{font-family:inherit;font-size:inherit;line-height:inherit}button{cursor:pointer;background:none;border:none;padding:0}input:focus,textarea:focus,select:focus{outline:2px solid var(--primary-color);outline-offset:2px}code{font-family:var(--font-mono);font-size:.875em;background-color:var(--bg-gray);padding:.125rem .25rem;border-radius:var(--radius-sm)}pre{font-family:var(--font-mono);background-color:var(--bg-gray);padding:var(--space-md);border-radius:var(--radius-md);overflow-x:auto}blockquote{border-left:4px solid var(--primary-color);padding-left:var(--space-lg);margin:var(--space-lg) 0;font-style:italic;color:var(--text-secondary)}hr{border:none;border-top:1px solid var(--border-color);margin:var(--space-2xl) 0}table{width:100%;border-collapse:collapse;border-spacing:0}th,td{padding:var(--space-md);text-align:left;border-bottom:1px solid var(--border-color)}th{font-weight:var(--font-semibold);background-color:var(--bg-light)}.container{width:100%;max-width:var(--container-xl);margin:0 auto;padding:0 var(--space-lg)}.container-narrow{max-width:var(--container-md)}.container-wide{max-width:var(--container-2xl)}.text-justify{text-align:justify;-webkit-hyphens:auto;hyphens:auto}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-track{background-color:var(--bg-light)}::-webkit-scrollbar-thumb{background-color:var(--border-dark);border-radius:var(--radius-full);border:2px solid var(--bg-light)}::-webkit-scrollbar-thumb:hover{background-color:var(--text-secondary)}::selection{background-color:var(--primary-color);color:var(--text-inverse)}::-moz-selection{background-color:var(--primary-color);color:var(--text-inverse)}:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}:disabled{cursor:not-allowed;opacity:.6}@media print{*,*:before,*:after{background:transparent!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}img{page-break-inside:avoid}img,picture{max-width:100%!important}h2,h3{page-break-after:avoid}}@media(max-width:1024px){body{font-size:clamp(.95rem,.9rem + .3vw,1.05rem)}h1{font-size:clamp(2.5rem,2rem + 1.2vw,3rem)}h2{font-size:clamp(2rem,1.7rem + 1vw,2.5rem)}h3{font-size:clamp(1.75rem,1.5rem + .8vw,2rem)}h4{font-size:clamp(1.5rem,1.3rem + .6vw,1.75rem)}h5{font-size:clamp(1.25rem,1.1rem + .4vw,1.5rem)}h6{font-size:clamp(1.125rem,1rem + .3vw,1.25rem)}}@media(max-width:768px){body{font-size:clamp(.9rem,.85rem + .3vw,1rem);line-height:var(--leading-relaxed)}h1{font-size:clamp(2rem,1.8rem + 1vw,2.5rem)}h2{font-size:clamp(1.75rem,1.5rem + .8vw,2rem)}h3{font-size:clamp(1.5rem,1.3rem + .6vw,1.75rem)}h4{font-size:clamp(1.25rem,1.1rem + .4vw,1.5rem)}h5{font-size:clamp(1.125rem,1rem + .3vw,1.25rem)}h6{font-size:clamp(1rem,.95rem + .2vw,1.125rem)}p{text-align:left;-webkit-hyphens:none;hyphens:none}}@media(max-width:640px){body{font-size:clamp(.875rem,.8rem + .3vw,.95rem)}h1{font-size:clamp(1.75rem,1.5rem + .8vw,2rem)}h2{font-size:clamp(1.5rem,1.3rem + .6vw,1.75rem)}h3{font-size:clamp(1.25rem,1.1rem + .4vw,1.5rem)}h4{font-size:clamp(1.125rem,1rem + .3vw,1.25rem)}h5{font-size:clamp(1rem,.95rem + .2vw,1.125rem)}h6{font-size:clamp(.875rem,.8rem + .2vw,1rem)}.container{padding:0 var(--space-md)}}@media(max-width:480px){body{font-size:clamp(.85rem,.8rem + .2vw,.9rem)}h1{font-size:clamp(1.5rem,1.3rem + .6vw,1.75rem)}h2{font-size:clamp(1.25rem,1.1rem + .4vw,1.5rem)}h3{font-size:clamp(1.125rem,1rem + .3vw,1.25rem)}h4{font-size:clamp(1rem,.95rem + .2vw,1.125rem)}h5{font-size:clamp(.875rem,.8rem + .2vw,1rem)}h6{font-size:clamp(.8125rem,.75rem + .2vw,.875rem)}}
