.learning-box{background-color:var(--surface-background);border:1px solid var(--border-color);border-left:5px solid var(--primary-brand-orange);border-radius:.5rem;padding:1.5rem;margin:2.5rem 0;box-shadow:0 4px 6px -1px rgba(0,0,0,.03),0 2px 4px -2px rgba(0,0,0,.03)}.learning-box-title{display:flex;align-items:center;gap:.75rem}.learning-box-title .w-6{width:1.5rem}.learning-box-title .h-6{height:1.5rem}.learning-box-title h4{font-size:1rem;font-weight:700;color:var(--primary-text);margin:0}.learning-box-title svg{color:var(--primary-brand-orange)}.learning-box-content{margin-top:1rem;padding-left:2.25rem;font-size:1rem;color:var(--secondary-text)}.learning-box-content div,.learning-box-content p{color:var(--secondary-text)!important;font-size:1rem;line-height:1.6;margin:0!important}.key-stat-box{display:flex;align-items:center;gap:1.5rem;background:rgba(255,255,255,.7);padding:2rem;border-radius:1.25rem;border:1px solid var(--border-color);margin:3rem 0;box-shadow:0 4px 20px rgba(0,0,0,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:transform .3s cubic-bezier(.2,.8,.2,1),box-shadow .3s ease}:root.dark .key-stat-box{background:rgba(30,41,59,.5);box-shadow:0 4px 20px rgba(0,0,0,.2)}.key-stat-box:hover{transform:translateY(-4px);box-shadow:0 12px 28px rgba(0,0,0,.1);border-color:var(--interactive-blue)}.key-stat-icon{background:linear-gradient(135deg,var(--interactive-light) 0,#eef2ff 100%);color:var(--interactive-blue);padding:1rem;border-radius:1rem;flex-shrink:0;display:flex;align-items:center;justify-content:center;box-shadow:inset 0 2px 4px rgba(255,255,255,.8),0 4px 8px rgba(0,0,0,.05)}:root.dark .key-stat-icon{background:linear-gradient(135deg,rgba(99,102,241,.2),rgba(30,41,59,.5));box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.key-stat-icon svg{width:2.5rem;height:2.5rem}.key-stat-content{display:flex;flex-direction:column;gap:.25rem}.key-stat-value{font-size:3rem;font-weight:800;line-height:1;background:linear-gradient(90deg,var(--primary-text) 0,var(--interactive-blue) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:-.03em}.key-stat-label{font-size:1rem;font-weight:600;letter-spacing:.02em;color:var(--secondary-text)}.quote-component-wrapper{background-image:linear-gradient(to bottom right,#eff6ff,#eef2ff);border-radius:.5rem;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);padding:2rem;border:1px solid #dbeafe;max-width:42rem;margin:2.5rem auto;text-align:center;position:relative;overflow:hidden}@media (min-width:768px){.quote-component-wrapper{padding:2.5rem}}.quote-svg-top{width:4rem;height:4rem;color:#93c5fd;opacity:.3;position:absolute;top:-1rem;left:-1rem;transform:rotate(180deg)}@media (min-width:768px){.quote-svg-top{top:-1.5rem;left:-1.5rem}}.quote-svg-bottom{width:4rem;height:4rem;color:#a5b4fc;opacity:.3;position:absolute;bottom:-1rem;right:-1rem}@media (min-width:768px){.quote-svg-bottom{bottom:-1.5rem;right:-1.5rem}}.quote-component-text{font-size:1.25rem;font-weight:600;font-style:italic;color:var(--primary-text);margin-bottom:1.5rem;position:relative;z-index:10}@media (min-width:768px){.quote-component-text{font-size:1.5rem}}.quote-component-attribution{color:var(--secondary-text);position:relative;z-index:10;font-style:normal}.quote-component-author{font-weight:700;font-size:1.125rem;color:var(--interactive-blue);margin:0}.quote-component-source{font-size:.875rem;margin-top:.25rem}.quote-component-wrapper.validation-variant{display:flex;gap:1.5rem;align-items:flex-start;background-color:var(--surface-background);border:1px solid var(--border-color);border-left:5px solid #107c10;border-radius:.5rem;padding:1.5rem;text-align:left;box-shadow:0 4px 6px -1px rgba(0,0,0,.03),0 2px 4px -2px rgba(0,0,0,.03)}.validation-variant .validation-icon{flex-shrink:0;color:#107c10}.validation-variant .validation-icon svg{width:2.5rem;height:2.5rem}.validation-variant .validation-content{flex-grow:1}.validation-variant .quote-component-text{font-size:1.125rem;font-weight:500;font-style:normal;color:var(--primary-text);margin:0;line-height:1.6}.validation-variant .quote-component-attribution{margin:.75rem 0 0;text-align:right}.validation-variant .quote-component-author{font-size:.875rem;font-weight:600;color:var(--secondary-text)}.validation-variant .quote-svg-bottom,.validation-variant .quote-svg-top{display:none}.faq-accordion-wrapper{width:100%;max-width:48rem;margin:2.5rem auto;display:flex;flex-direction:column;gap:.75rem}.faq-item{background-color:var(--primary-background);border-radius:.5rem;box-shadow:0 4px 6px -1px rgb(0 0 0/.1),0 2px 4px -2px rgb(0 0 0/.1);border:1px solid var(--border-color)}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.25rem;text-align:left;transition:background-color .2s ease-in-out}.faq-question:hover{background-color:var(--surface-background)}.faq-question:focus-visible{outline:2px solid transparent;outline-offset:2px;box-shadow:0 0 0 2px var(--interactive-blue)}.faq-question-text{font-weight:600;font-size:1.125rem;color:var(--primary-text)}.faq-chevron{width:1.5rem;height:1.5rem;color:var(--secondary-text);transition:transform .3s ease-out}.faq-question.open .faq-chevron{transform:rotate(180deg)}.faq-answer{transition:max-height .4s ease-in-out,padding .4s ease-in-out;overflow:hidden;max-height:0;padding-left:1.25rem;padding-right:1.25rem;color:var(--secondary-text)}.faq-answer.open{max-height:200px}.faq-answer.open .faq-answer-content{padding-top:.5rem;padding-bottom:1rem;border-top:1px solid var(--border-color)}