.QuizQuestion_container__NG8WQ{width:100%;max-width:720px;margin:0 auto;padding:var(--space-xl) var(--space-lg);min-height:0;display:flex;flex-direction:column}.QuizQuestion_containerStable__jUX9J{min-height:26rem;height:26rem}.QuizQuestion_card___r4Di{display:flex;flex-direction:column;flex:1 1;background:linear-gradient(135deg,rgba(59,130,246,.06) 0,var(--card-background,rgba(255,255,255,.04)) 50%,rgba(59,130,246,.04) 100%);border:1px solid rgba(59,130,246,.15);border-radius:1.25rem;padding:1.5rem;box-shadow:0 0 20px rgba(59,130,246,.06),0 4px 24px rgba(0,0,0,.12);animation:QuizQuestion_cardGlow__ZfK3Z 4s ease-in-out infinite}.QuizQuestion_cardStable__K7zhf{width:100%;height:20rem;min-height:20rem;max-height:20rem;overflow:visible;display:flex;flex-direction:column}.QuizQuestion_cardStable__K7zhf .QuizQuestion_headingRow__hvnVa{flex-shrink:0}.QuizQuestion_cardStable__K7zhf .QuizQuestion_options__WnF4V,.QuizQuestion_cardStable__K7zhf .QuizQuestion_toggleGroup__yPgzF{flex:1 1;display:grid;align-content:center;width:min(100%,36rem);max-width:36rem;margin-inline:auto}.QuizQuestion_cardStable__K7zhf .QuizQuestion_typeaheadWrap__o9OuP{flex:0 0 auto;width:min(100%,36rem);max-width:36rem;margin-inline:auto}@keyframes QuizQuestion_cardGlow__ZfK3Z{0%,to{box-shadow:0 0 20px rgba(59,130,246,.06),0 4px 24px rgba(0,0,0,.12)}50%{box-shadow:0 0 28px rgba(59,130,246,.1),0 4px 24px rgba(0,0,0,.12)}}.QuizQuestion_headingRow__hvnVa{display:block;text-align:center;min-width:0;margin:0 0 1.5rem}.QuizQuestion_heading__amRT_{font-size:clamp(1.25rem,3vw,1.5rem);font-weight:600;line-height:1.4;text-align:center;text-wrap:balance;white-space:normal;color:var(--text-primary);margin:0;outline:none;box-shadow:none;min-width:0;max-width:100%}.QuizQuestion_options__WnF4V{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:.5rem;gap:.5rem;width:min(100%,36rem);max-width:36rem;margin:0 auto}.QuizQuestion_options__WnF4V[data-count="1"]{grid-template-columns:minmax(0,1fr);max-width:18rem}.QuizQuestion_options__WnF4V[data-count="2"],.QuizQuestion_options__WnF4V[data-count="4"]{grid-template-columns:repeat(2,minmax(0,1fr))}.QuizQuestion_optionLabel__JczdG{display:flex;align-items:center;justify-content:center;text-align:center;text-wrap:pretty;white-space:pre-line;width:100%;min-height:2.75rem;background:transparent;border:1px solid var(--border-color);border-radius:2rem;padding:.5rem .625rem;cursor:pointer;transition:border-color .15s ease,background .15s ease,transform .1s ease;font-size:.9375rem;font-weight:500;color:var(--text-primary);line-height:1.35}.QuizQuestion_optionLabel__JczdG:hover{border-color:rgba(0,122,255,.5);background:rgba(0,122,255,.04);transform:translateY(-1px)}.QuizQuestion_optionLabelSelected__x1fFb{border-color:var(--color-primary);background:rgba(0,122,255,.08);box-shadow:0 0 0 1px var(--color-primary)}.QuizQuestion_radio__AvZHO{position:absolute!important;width:1px!important;height:1px!important;min-width:0!important;min-height:0!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;background:transparent!important;-moz-appearance:none!important;appearance:none!important;-webkit-appearance:none!important}.QuizQuestion_optionLabel__JczdG:has(.QuizQuestion_radio__AvZHO:focus-visible){outline:2px solid var(--color-primary);outline-offset:2px}.QuizQuestion_countrySelect__gYyvj,.QuizQuestion_numericInput__IR3_a{grid-column:1/-1;font-size:.9375rem;font-weight:500;color:var(--text-primary)}.QuizQuestion_countrySelect__gYyvj{width:100%;padding:var(--space-md) var(--space-lg);font-size:var(--font-size-base);color:var(--text-primary);background:transparent;border:1px solid var(--border-color);border-radius:12px;min-height:52px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23999' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;transition:border-color .2s ease}.QuizQuestion_countrySelect__gYyvj:focus{border-color:var(--color-primary);outline:none;box-shadow:0 0 0 1px var(--color-primary)}.QuizQuestion_footer__KwC_M{display:flex;align-items:center;gap:var(--space-lg);padding-top:.75rem;margin-top:auto;min-height:3.5rem}.QuizQuestion_footerBoth__h4JTY{justify-content:space-between}.QuizQuestion_footerSingle__zfXmT{justify-content:center}.QuizQuestion_backButton__6YzPU{background:transparent;border:1px solid var(--border-color);border-radius:12px;color:var(--text-secondary);font-size:var(--font-size-base);font-weight:600;cursor:pointer;padding:.875rem 2rem;transition:border-color .2s ease,color .2s ease,background .2s ease}.QuizQuestion_backButton__6YzPU:hover{border-color:var(--text-muted);color:var(--text-primary);background:rgba(255,255,255,.04)}.QuizQuestion_nextButton__IThHw{background:var(--color-primary);color:white;border:none;border-radius:12px;padding:.875rem 2rem;font-size:var(--font-size-base);font-weight:600;cursor:pointer;transition:background .2s ease,box-shadow .2s ease,opacity .2s ease;box-shadow:var(--cta-glow)}.QuizQuestion_nextButton__IThHw:hover:not(:disabled){background:var(--color-primary-dark);box-shadow:var(--cta-glow-hover,0 0 24px rgba(0,122,255,.4),0 4px 16px rgba(0,0,0,.3))}.QuizQuestion_nextButton__IThHw:disabled{opacity:.3;cursor:not-allowed;box-shadow:none}.QuizQuestion_sliderGroup__mz7RF{display:flex;flex-direction:column;gap:var(--space-lg);width:min(100%,36rem);margin:0 auto}.QuizQuestion_sliderScale__6SIWi{display:flex;justify-content:space-between;padding-bottom:var(--space-xs);border-bottom:1px solid var(--border-color);margin-bottom:var(--space-xs)}.QuizQuestion_sliderScaleLabel__L9b_u{font-size:.9375rem;font-weight:500;color:var(--text-primary);text-transform:none;letter-spacing:0}.QuizQuestion_sliderRow__uSwJr{display:flex;flex-direction:column;gap:var(--space-xs)}.QuizQuestion_sliderHeader__TLCQz{display:flex;justify-content:space-between;align-items:center}.QuizQuestion_sliderLabel__RqK_G{font-size:.9375rem;font-weight:500;color:var(--text-primary);line-height:1.35}.QuizQuestion_sliderValue__ACsAt{font-size:.9375rem;font-weight:500;color:var(--text-primary);min-width:2rem;text-align:right;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.QuizQuestion_numericInput__IR3_a{width:100%;padding:var(--space-md) var(--space-lg);font-size:.9375rem;color:var(--text-primary);background:var(--surface-secondary);border:1px solid var(--border-color);border-radius:var(--radius-md);transition:border-color .2s ease;-moz-appearance:textfield}.QuizQuestion_numericInput__IR3_a::-webkit-inner-spin-button,.QuizQuestion_numericInput__IR3_a::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.QuizQuestion_numericInput__IR3_a:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 1px var(--color-primary)}.QuizQuestion_numericInput__IR3_a::placeholder{color:var(--text-tertiary)}.QuizQuestion_toggleGroup__yPgzF{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:.5rem;gap:.5rem;width:min(100%,36rem);max-width:36rem;margin:0 auto}.QuizQuestion_toggleGroup__yPgzF[data-count="1"]{grid-template-columns:minmax(0,1fr);max-width:18rem}.QuizQuestion_toggleGroup__yPgzF[data-count="2"],.QuizQuestion_toggleGroup__yPgzF[data-count="4"]{grid-template-columns:repeat(2,minmax(0,1fr))}.QuizQuestion_toggleButton__4EJFf{display:flex;align-items:center;justify-content:center;text-align:center;text-wrap:pretty;white-space:pre-line;width:100%;padding:.5rem 1rem;border-radius:2rem;border:2px solid var(--border-color);background:transparent;color:var(--text-primary);font-size:.9375rem;font-weight:500;line-height:1.35;cursor:pointer;transition:border-color .2s ease,background .2s ease,color .2s ease}.QuizQuestion_toggleButton__4EJFf:hover{border-color:rgba(0,122,255,.5);color:var(--text-primary)}.QuizQuestion_toggleButtonActive__4zE39{border-color:var(--color-primary);background:rgba(0,122,255,.1);color:var(--color-primary)}.QuizQuestion_typeaheadWrap__o9OuP{width:min(100%,36rem);margin:0 auto}.QuizQuestion_typeaheadInputShell__w6k9g{position:relative}.QuizQuestion_typeaheadInput__AMAY2{width:100%;padding:var(--space-md) var(--space-lg);font-size:.9375rem;font-weight:500;color:var(--text-primary);background:transparent;border:1px solid var(--border-color);border-radius:12px;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.QuizQuestion_typeaheadInput__AMAY2:focus{border-color:var(--color-primary);box-shadow:0 0 0 1px var(--color-primary)}.QuizQuestion_typeaheadInput__AMAY2::placeholder{color:var(--text-muted)}.QuizQuestion_typeaheadDropdown__OinZ2{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:var(--z-index-dropdown,1000);max-height:220px;overflow-y:auto;background:var(--card-background);border:1px solid var(--border-color);border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.25)}.QuizQuestion_typeaheadOption__WXM10{display:block;width:100%;padding:var(--space-sm) var(--space-lg);font-size:.9375rem;font-weight:500;color:var(--text-primary);background:none;border:none;text-align:left;cursor:pointer;transition:background .1s ease}.QuizQuestion_typeaheadOption__WXM10:first-child{border-radius:12px 12px 0 0}.QuizQuestion_typeaheadOption__WXM10:last-child{border-radius:0 0 12px 12px}.QuizQuestion_typeaheadOption__WXM10:focus,.QuizQuestion_typeaheadOption__WXM10:hover{background:rgba(0,122,255,.08)}.QuizQuestion_pillList__nz5XC{display:flex;flex-wrap:wrap;align-content:flex-start;gap:var(--space-sm);margin-top:var(--space-md);min-height:2.5rem;max-height:8.75rem;overflow-y:auto;padding-right:.25rem}.QuizQuestion_pill__6uU3r{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:2rem;background:rgba(0,122,255,.1);color:var(--text-primary);font-size:.9375rem;font-weight:500;line-height:1.35}.QuizQuestion_pillRemove__YX50y{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;border:none;background:rgba(0,122,255,.15);color:var(--color-primary);font-size:var(--font-size-xs);cursor:pointer;padding:0;line-height:1;transition:background .15s ease}.QuizQuestion_pillRemove__YX50y:hover{background:rgba(0,122,255,.3)}.QuizQuestion_ancestryAddon__MJ7Lc{margin-top:var(--space-lg);padding-top:var(--space-md);border-top:1px solid var(--border-secondary)}.QuizQuestion_ancestryCheckbox__4e9NA{display:flex;align-items:center;gap:var(--space-sm);font-size:var(--font-size-sm);color:var(--text-secondary);cursor:pointer;margin-bottom:var(--space-md)}.QuizQuestion_ancestryCheckbox__4e9NA input[type=checkbox]{width:18px;height:18px;accent-color:var(--color-primary)}@media (max-width:640px){.QuizQuestion_headingRow__hvnVa{margin-bottom:1rem}.QuizQuestion_heading__amRT_{font-size:clamp(1.125rem,5.2vw,1.35rem);line-height:1.15}.QuizQuestion_options__WnF4V,.QuizQuestion_options__WnF4V[data-count="2"],.QuizQuestion_options__WnF4V[data-count="4"],.QuizQuestion_toggleGroup__yPgzF,.QuizQuestion_toggleGroup__yPgzF[data-count="2"],.QuizQuestion_toggleGroup__yPgzF[data-count="4"]{grid-template-columns:minmax(0,1fr);max-width:100%}.QuizQuestion_card___r4Di{padding:1rem;border-radius:1rem}.QuizQuestion_containerStable__jUX9J{min-height:0;height:auto}.QuizQuestion_cardStable__K7zhf{height:auto;min-height:0;max-height:none}.QuizQuestion_sliderGroup__mz7RF{gap:.5rem}.QuizQuestion_typeaheadDropdown__OinZ2{max-height:180px}}.QuizSlider_track__5mY6X{position:relative;width:100%;height:22px;cursor:pointer;touch-action:none}.QuizSlider_track__5mY6X:before{content:"";right:0;border-radius:3px;background:var(--border-color)}.QuizSlider_fill__bQNFe,.QuizSlider_track__5mY6X:before{position:absolute;top:50%;left:0;height:6px;transform:translateY(-50%)}.QuizSlider_fill__bQNFe{border-radius:3px 0 0 3px}.QuizSlider_fill__bQNFe,.QuizSlider_thumb__sjiC6{background:var(--color-primary);pointer-events:none}.QuizSlider_thumb__sjiC6{position:absolute;top:50%;width:22px;height:22px;border-radius:50%;border:2px solid white;box-shadow:0 1px 4px rgba(0,0,0,.3);transform:translate(-50%,-50%);transition:box-shadow .15s ease}.QuizSlider_track__5mY6X:hover .QuizSlider_thumb__sjiC6{box-shadow:0 0 0 4px rgba(0,122,255,.15),0 1px 4px rgba(0,0,0,.3)}.QuizSlider_track__5mY6X:focus-visible{outline:none}.QuizSlider_track__5mY6X:focus-visible .QuizSlider_thumb__sjiC6{outline:2px solid var(--color-primary);outline-offset:2px}.QuizProgress_wrapper__RWv08{max-width:640px;margin:0 auto;padding:var(--space-lg) var(--space-lg) var(--space-lg);display:flex;flex-direction:column;align-items:center;gap:var(--space-xs)}.QuizProgress_track__eSuj3{width:100%;display:flex;gap:3px}.QuizProgress_block__YrQ9B{flex:1 1;height:4px;border-radius:2px;background:var(--border-color);transition:background .3s ease}.QuizProgress_blockFilled__e_VcW{background:var(--color-primary)}.QuizProgress_label__eiBtR{font-size:var(--font-size-xs);font-weight:500;color:var(--text-muted);letter-spacing:.02em;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.QuizResumeBanner_banner__L52gf{font-size:.8125rem;color:var(--text-secondary);text-align:center;margin:0 0 .75rem}.QuizResumeBanner_continueLink__vHZVQ{background:none;border:none;color:var(--color-primary);font-size:inherit;font-weight:600;cursor:pointer;padding:0;text-decoration:underline;text-underline-offset:2px}.QuizResumeBanner_continueLink__vHZVQ:hover{color:var(--color-primary-dark)}.QuizResumeBanner_startOverLink__NjepV{background:none;border:none;color:var(--text-muted);font-size:inherit;cursor:pointer;padding:0;text-decoration:underline;text-underline-offset:2px}.QuizResumeBanner_startOverLink__NjepV:hover{color:var(--text-secondary)}.Carousel_carousel__Ex0_y{position:relative;width:100%;--carousel-dot-bg:rgba(255,255,255,0.3);--carousel-dot-hover-bg:rgba(255,255,255,0.5);--carousel-dot-active-bg:#3b82f6;--carousel-nav-bg:rgba(255,255,255,0.05);--carousel-nav-border:rgba(255,255,255,0.1);--carousel-nav-color:#94a3b8;--carousel-nav-hover-bg:rgba(59,130,246,0.15);--carousel-nav-hover-border:rgba(59,130,246,0.3);--carousel-nav-hover-color:#60a5fa}.Carousel_wrapper___xad3{position:relative;max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:1rem}.Carousel_track__VAMwI{display:flex;gap:1.25rem;flex:1 1;justify-content:center}.Carousel_slide__gDwAf{flex-grow:0;flex-shrink:0;flex-basis:calc(33.333% - 1rem);min-width:0}.Carousel_navButton__PaODX{flex-shrink:0;width:44px;height:44px;border-radius:50%;background:var(--carousel-nav-bg);border:1px solid var(--carousel-nav-border);color:var(--carousel-nav-color);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;font-size:.9rem}.Carousel_navButton__PaODX:hover{background:var(--carousel-nav-hover-bg);border-color:var(--carousel-nav-hover-border);color:var(--carousel-nav-hover-color)}.Carousel_navButton__PaODX:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.Carousel_navButtonHidden__mH6AX{visibility:hidden;pointer-events:none}.Carousel_dots__o0zch{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:1.75rem}.Carousel_dot__PR7Md{width:8px;height:8px;min-width:8px;min-height:8px;max-width:8px;max-height:8px;border-radius:50%;background:var(--carousel-dot-bg);border:none;cursor:pointer;transition:all .2s ease;padding:0;margin:0}.Carousel_dot__PR7Md:hover{background:var(--carousel-dot-hover-bg)}.Carousel_dot__PR7Md:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.Carousel_dotActive__Y6FRG{background:var(--carousel-dot-active-bg);width:20px;max-width:20px;min-width:20px;border-radius:4px}@media (max-width:1024px){.Carousel_wrapper___xad3{padding:0 .5rem}.Carousel_track__VAMwI{gap:1rem}.Carousel_slide__gDwAf{flex-grow:0;flex-shrink:0;flex-basis:calc(50% - 0.5rem);min-width:0}.Carousel_navButton__PaODX{width:36px;height:36px;flex-shrink:0}}@media (max-width:640px){.Carousel_wrapper___xad3{gap:0}.Carousel_track__VAMwI{flex:1 1;min-width:0}.Carousel_slide__gDwAf{flex:0 0 100%}.Carousel_navButton__PaODX{display:none}.Carousel_dots__o0zch{margin-top:1.25rem}}.Carousel_lightTheme__6TVuA{--carousel-dot-bg:rgba(0,0,0,0.2);--carousel-dot-hover-bg:rgba(0,0,0,0.35);--carousel-dot-active-bg:#3b82f6;--carousel-nav-bg:white;--carousel-nav-border:#e2e8f0;--carousel-nav-color:#64748b;--carousel-nav-hover-bg:#f8fafc;--carousel-nav-hover-border:#cbd5e1;--carousel-nav-hover-color:#334155}.CertificationCarousel_certificationSection__9IS8m{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem;box-sizing:border-box}.CertificationCarousel_sectionHeader__iK48p{text-align:center;margin-bottom:2rem}.CertificationCarousel_sectionTitle__Zxamj{font-size:2rem;font-weight:700;color:white;margin-bottom:.75rem}.CertificationCarousel_sectionSubtitle__mvvVr{color:rgb(148,163,184);font-size:1rem;max-width:600px;margin:0 auto;line-height:1.6}.CertificationCarousel_carouselWrapper__mMD9c{margin-top:1rem}.CertificationCarousel_certificationCard__T1fHr{position:relative;background:rgb(30,41,59);border-radius:1rem;padding:1.5rem;display:flex;flex-direction:column;gap:1.25rem;border:1px solid rgba(59,130,246,.1);transition:transform .2s ease,box-shadow .2s ease;height:100%;box-sizing:border-box}.CertificationCarousel_certificationCard__T1fHr:hover{transform:translateY(-2px);box-shadow:0 8px 25px -5px rgba(0,0,0,.2)}.CertificationCarousel_certificationCard__T1fHr.CertificationCarousel_locked__8Jn_K{cursor:pointer}.CertificationCarousel_certificationCard__T1fHr.CertificationCarousel_locked__8Jn_K:before{content:"";position:absolute;inset:0;background:rgba(15,23,42,.7);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:1rem;z-index:1}.CertificationCarousel_lockOverlay__rdUE4{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;z-index:2}.CertificationCarousel_lockIcon__TaFZn{font-size:2rem}.CertificationCarousel_lockText__3Ub8I{color:white;font-weight:600;font-size:.875rem}.CertificationCarousel_certCardHeader__SvWtj{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;min-height:5rem}.CertificationCarousel_certIcon__3Rqey{font-size:1.75rem;display:flex;gap:.25rem}.CertificationCarousel_certTitles__kjqt3{display:flex;flex-direction:column;justify-content:flex-start}.CertificationCarousel_certName__VduH2{font-size:1.125rem;font-weight:600;color:white;text-align:center;margin:0}.CertificationCarousel_certFeatures__Io9nB{list-style:none;display:flex;flex-direction:column;gap:.5rem;padding:0;margin:0;flex:1 1}.CertificationCarousel_certFeatureItem__GdUqq{color:rgb(148,163,184);font-size:.8125rem;padding-left:1.25rem;position:relative;line-height:1.4}.CertificationCarousel_certFeatureItem__GdUqq:before{content:"✓";position:absolute;left:0;color:rgb(96,165,250)}.CertificationCarousel_certCardFooter__ab0Iz{padding-top:.75rem;border-top:1px solid rgba(59,130,246,.1)}.CertificationCarousel_certInfoGroup__LGQ8n{display:flex;flex-direction:column;gap:.125rem}.CertificationCarousel_certInfoLabel__vdbdb{color:rgb(148,163,184);font-size:.75rem}.CertificationCarousel_certInfoValue__8TWyQ{color:white;font-weight:600;font-size:.875rem}.CertificationCarousel_certCtaLink__cvpws{text-decoration:none;width:100%;margin-top:auto}.CertificationCarousel_certCta__4UwFg{width:100%;padding:.625rem 1rem;font-size:.875rem;font-weight:600;color:white;background:rgb(37,99,235);border:none;border-radius:.5rem;cursor:pointer;transition:background .2s ease;text-align:center}.CertificationCarousel_certCta__4UwFg:hover{background:rgb(29,78,216)}.CertificationCarousel_lightTheme__nUMvC .CertificationCarousel_sectionTitle__Zxamj{color:#1e293b}.CertificationCarousel_lightTheme__nUMvC .CertificationCarousel_sectionSubtitle__mvvVr{color:var(--text-muted)}.CertificationCarousel_lightTheme__nUMvC .CertificationCarousel_certificationCard__T1fHr{background:var(--card-background);border:1px solid #e2e8f0;box-shadow:0 1px 3px rgba(0,0,0,.08)}.CertificationCarousel_lightTheme__nUMvC .CertificationCarousel_certificationCard__T1fHr:hover{box-shadow:0 4px 12px rgba(0,0,0,.1);border-color:#cbd5e1}.CertificationCarousel_lightTheme__nUMvC .CertificationCarousel_certName__VduH2{color:#1e293b}.CertificationCarousel_lightTheme__nUMvC .CertificationCarousel_certFeatureItem__GdUqq{color:var(--text-secondary)}.CertificationCarousel_lightTheme__nUMvC .CertificationCarousel_certFeatureItem__GdUqq:before{color:#007AFF}.CertificationCarousel_lightTheme__nUMvC .CertificationCarousel_certCardFooter__ab0Iz{border-top:1px solid #e2e8f0}.CertificationCarousel_lightTheme__nUMvC .CertificationCarousel_certInfoLabel__vdbdb{color:var(--text-muted)}.CertificationCarousel_lightTheme__nUMvC .CertificationCarousel_certInfoValue__8TWyQ{color:#1e293b}.CertificationCarousel_lightTheme__nUMvC .CertificationCarousel_certCta__4UwFg{background:#007AFF}.CertificationCarousel_lightTheme__nUMvC .CertificationCarousel_certCta__4UwFg:hover{background:#0066d6}.CertificationCarousel_lightTheme__nUMvC .CertificationCarousel_lockOverlay__rdUE4{background:rgba(224,230,238,.9)}.CertificationCarousel_lightTheme__nUMvC .CertificationCarousel_lockText__3Ub8I{color:#1e293b}@media (max-width:768px){.CertificationCarousel_sectionHeader__iK48p{margin-bottom:1.5rem}.CertificationCarousel_sectionTitle__Zxamj{font-size:1.5rem}.CertificationCarousel_sectionSubtitle__mvvVr{font-size:.9375rem}.CertificationCarousel_certificationCard__T1fHr{padding:1.25rem;gap:1rem}}@media (max-width:400px){.CertificationCarousel_certificationSection__9IS8m{padding:0 .5rem}.CertificationCarousel_sectionTitle__Zxamj{font-size:1.375rem}.CertificationCarousel_sectionSubtitle__mvvVr{font-size:.875rem}.CertificationCarousel_certificationCard__T1fHr{padding:1rem}.CertificationCarousel_certCardHeader__SvWtj{min-height:4rem}.CertificationCarousel_certIcon__3Rqey{font-size:1.5rem}.CertificationCarousel_certName__VduH2{font-size:1rem}.CertificationCarousel_certFeatureItem__GdUqq{font-size:.75rem}.CertificationCarousel_certCta__4UwFg{padding:.5rem .75rem;font-size:.8125rem}}.LingoHoppersSection_section__5vzlm{margin-top:2.5rem}.LingoHoppersSection_header__pDPia{text-align:center;margin-bottom:2rem}.LingoHoppersSection_title__QdWae{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem}.LingoHoppersSection_description__VbBXl{font-size:1rem;color:var(--text-muted);max-width:600px;margin:0 auto;line-height:1.6}.LingoHoppersSection_gallery__KP1Jz{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:1rem;gap:1rem;margin-bottom:2rem}.LingoHoppersSection_galleryItem__oL9S4{position:relative;aspect-ratio:16/10;border-radius:.75rem;overflow:hidden;background:var(--disabled-background-dark)}.LingoHoppersSection_galleryImage__hJ_OK{object-fit:cover;transition:transform .3s ease}.LingoHoppersSection_galleryItem__oL9S4:hover .LingoHoppersSection_galleryImage__hJ_OK{transform:scale(1.03)}.LingoHoppersSection_eventsHeading__9vSd8{font-size:1.125rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem}.LingoHoppersSection_eventGrid__Plrwz{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:1.25rem;gap:1.25rem;margin-bottom:2rem}.LingoHoppersSection_eventCard__m_I2y{background:var(--card-background);border-radius:1rem;overflow:hidden;box-shadow:0 2px 8px rgba(0,122,255,.06);border:1px solid rgba(0,122,255,.08);transition:all .2s ease}.LingoHoppersSection_eventCard__m_I2y:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,122,255,.12);border-color:rgba(0,122,255,.2)}.LingoHoppersSection_eventImageWrap__BXAjs{position:relative;width:100%;aspect-ratio:16/9;background:var(--disabled-background-dark)}.LingoHoppersSection_eventImage__dMJ7H{object-fit:cover}.LingoHoppersSection_eventBody__7oFbW{padding:1rem 1.25rem 1.25rem;display:flex;flex-direction:column;gap:.5rem}.LingoHoppersSection_eventDate__iUnOy{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;color:#007AFF;font-weight:500}.LingoHoppersSection_eventTitle__vqLXy{font-size:1rem;font-weight:600;color:var(--text-primary);margin:0}.LingoHoppersSection_eventLocation__9BLOb{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;color:var(--text-muted)}.LingoHoppersSection_eventDescription__8POYP{font-size:.875rem;color:var(--text-muted);line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.LingoHoppersSection_rsvpLink__eUxx8{display:inline-flex;align-items:center;gap:.375rem;margin-top:.25rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;color:white;background:#007AFF;border-radius:9999px;text-decoration:none;transition:background .2s ease;align-self:flex-start}.LingoHoppersSection_rsvpLink__eUxx8:hover{background:#0062CC}.LingoHoppersSection_pastGrid__aul3P{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));grid-gap:1rem;gap:1rem;margin-bottom:2rem}.LingoHoppersSection_pastCard__RnRUS{display:flex;gap:1rem;align-items:center;background:var(--card-background);border-radius:.75rem;padding:1rem;box-shadow:0 1px 4px rgba(0,122,255,.04);border:1px solid rgba(0,122,255,.06)}.LingoHoppersSection_pastImageWrap__HYPoh{position:relative;width:80px;height:60px;border-radius:.5rem;overflow:hidden;flex-shrink:0;background:var(--disabled-background-dark)}.LingoHoppersSection_pastImage__VEMsb{object-fit:cover}.LingoHoppersSection_pastInfo__ujWx0 h4{font-size:.875rem;font-weight:600;color:var(--text-primary);margin:0 0 .25rem}.LingoHoppersSection_pastInfo__ujWx0 p{font-size:.75rem;color:var(--text-muted);margin:0}.LingoHoppersSection_meetupCta__NPFrN{text-align:center;margin-top:1rem}.LingoHoppersSection_meetupLink__7g69K{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.5rem;font-size:.9375rem;font-weight:600;color:#007AFF;background:rgba(0,122,255,.08);border-radius:9999px;text-decoration:none;transition:background .2s ease}.LingoHoppersSection_meetupLink__7g69K:hover{background:rgba(0,122,255,.15)}.LingoHoppersSection_loading__NFbSW{text-align:center;padding:2rem;color:var(--text-muted)}.LingoHoppersSection_empty__f_0Ep{text-align:center;padding:1.5rem;color:var(--text-muted);font-size:.9375rem}@media (max-width:768px){.LingoHoppersSection_eventGrid__Plrwz,.LingoHoppersSection_gallery__KP1Jz,.LingoHoppersSection_pastGrid__aul3P{grid-template-columns:1fr}}@media (max-width:360px){.LingoHoppersSection_section__5vzlm{margin-top:1rem}.LingoHoppersSection_title__QdWae{font-size:1.0625rem}.LingoHoppersSection_description__VbBXl{font-size:.9375rem}.LingoHoppersSection_eventBody__7oFbW{padding:.75rem}.LingoHoppersSection_eventTitle__vqLXy{font-size:.875rem}.LingoHoppersSection_pastCard__RnRUS{padding:.75rem;gap:.75rem}.LingoHoppersSection_pastImageWrap__HYPoh{width:60px;height:45px}}.Resources_container__809Tq{padding:0}.Resources_container__809Tq,.Resources_loading__D3VA_{min-height:100vh;background-color:var(--page-background)}.Resources_loading__D3VA_{display:flex;align-items:center;justify-content:center;color:var(--text-muted);font-size:1.125rem}.Resources_sectionTitle___kYba{font-size:2.5rem;font-weight:700;color:white;margin-bottom:1rem;text-align:center}.Resources_sectionSubtitle__oleLz{color:rgb(148,163,184);font-size:1.125rem;max-width:800px;margin:0 auto 2rem;text-align:center;line-height:1.6}.Resources_sectionHeader__2bP2a{text-align:center;margin-bottom:3rem}.Resources_heroSection__xkh_1{max-width:1200px;margin:0 auto 4rem;text-align:center;padding:4rem 1rem}.Resources_heroTitle__Zz58s{font-size:2.5rem;font-weight:700;color:white;margin-bottom:1rem;background:none;background-clip:initial;-webkit-background-clip:initial}.Resources_heroSubtitle__iFEic{font-size:1.25rem;color:rgb(148,163,184);max-width:800px;margin:0 auto 3rem;line-height:1.6}.Resources_heroCtaGroup__69HaT{display:flex;gap:1rem;justify-content:center;margin-top:2rem}.Resources_heroCta__8v1Y9{padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;transition:all .3s ease}.Resources_heroCtaPrimary__vT1Iq{background:rgb(37,99,235);color:white}.Resources_heroCtaSecondary__g0Ovg{background:rgba(37,99,235,.1);color:rgb(96,165,250);border:1px solid rgba(37,99,235,.2)}.Resources_languageSelection__8dGcW{max-width:1000px;margin:0 auto;text-align:center;padding:1rem}.Resources_backButton__PClFY{display:inline-flex;align-items:center;gap:.5rem;color:rgb(148,163,184);font-size:.875rem;padding:.5rem 1rem;border-radius:.5rem;background:rgba(59,130,246,.1);border:1px solid rgba(59,130,246,.2);margin-bottom:2rem}.Resources_languageGrid__S_XaB{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem;margin:0 auto;max-width:900px}.Resources_languageButton__dvLp6{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:2rem;background:rgba(30,41,59,.5);border:1px solid rgba(59,130,246,.2);border-radius:1rem;cursor:pointer;transition:all .2s ease;min-height:180px}.Resources_languageButton__dvLp6:hover{background:rgba(30,41,59,.8);transform:translateY(-5px);box-shadow:0 10px 25px -5px rgba(0,0,0,.1)}.Resources_languageIcon__cjB1b{font-size:2rem}.Resources_languageName__rCFSO{font-size:1.25rem;font-weight:600;color:white}.Resources_resourcesSection__Ia8EF{max-width:1200px;margin:0 auto 4rem}.Resources_resourcesGrid__EnZKR{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}.Resources_resourceCard__gmbPl{background:rgb(30,41,59);border-radius:1rem;display:flex;flex-direction:column;gap:1rem;border:3px solid rgba(59,130,246,.1);transition:all .3s ease;padding:1.5rem;height:100%}.Resources_resourceTitle__4ctMD{color:white;font-size:1.5rem;font-weight:600;line-height:1.3;min-height:6rem;display:flex;align-items:flex-start;padding:1rem;margin:0 auto}.Resources_resourceMeta__7L_VH{padding:0 1rem;display:flex;align-items:center;gap:.75rem;margin-top:auto}.Resources_resourceDescription__k8rIT{color:rgb(148,163,184);font-size:.875rem;line-height:1.6;padding:1rem;margin:0 auto}.Resources_badge__CjNXT{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:999px;font-size:.875rem;font-weight:500}.Resources_categoryBadge__LRG6N{background:rgba(59,130,246,.1);color:rgb(96,165,250)}.Resources_timeBadge___w_UR{color:rgb(148,163,184);display:inline-flex;align-items:center;gap:.375rem}.Resources_resourceDate__MpN4g{font-size:.875rem;color:var(--color-text-secondary,#a0aec0);font-weight:500}.Resources_viewAllContainer__vWuaq{display:flex;justify-content:center;margin-top:3rem;padding-top:2rem;border-top:1px solid var(--color-border,#4a5568)}.Resources_viewAllButton__VBVqv{display:inline-block;color:#9ca3af;text-decoration:none;padding:12px 24px;border:1px solid #374151;border-radius:6px;font-size:1rem;transition:all .2s;background:transparent}.Resources_viewAllButton__VBVqv:hover{color:#e5e7eb;border-color:#6b7280;background:rgba(55,65,81,.2)}.Resources_certificationSection__gOtlh{max-width:1200px;margin:0 auto 4rem;padding:0 1rem}.Resources_certificationCard__OHK30{background:rgb(30,41,59);border-radius:1rem;padding:2rem;display:flex;flex-direction:column;gap:1.5rem;border:1px solid rgba(59,130,246,.1)}.Resources_certCardHeader__hBEsQ{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;min-height:7.5rem}.Resources_certIcon__pZj4b{font-size:2rem;display:block}.Resources_certName__xdLl2{font-size:1.25rem;font-weight:600;color:white;text-align:center}.Resources_certFeatures__Np95Q{list-style:none;display:flex;flex-direction:column;gap:.75rem}.Resources_certFeatureItem__G0FEI{color:rgb(148,163,184);font-size:.875rem;padding-left:1.5rem;position:relative}.Resources_certFeatureItem__G0FEI:before{content:"✓";position:absolute;left:0;color:rgb(96,165,250)}.Resources_certCardFooter__v9swP{margin-top:auto;padding-top:1rem;border-top:1px solid rgba(59,130,246,.1)}.Resources_certInfoGroup___ZAo2{display:flex;flex-direction:column;gap:.25rem}.Resources_certInfoLabel__9o766{color:rgb(148,163,184);font-size:.875rem}.Resources_certInfoValue__o4lda{color:white;font-weight:600}.Resources_diagnosticSection__5wFFM{max-width:1200px;margin:0 auto 4rem;padding:1rem;background:rgb(30,41,59);border-radius:1rem}.Resources_stepContainer__KQpWG{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;gap:2rem;width:100%;margin:0 auto}.Resources_diagnosticCard__3_0Dy{background:rgba(30,41,59,.5);border:1px solid rgba(59,130,246,.2);border-radius:.75rem;padding:2.5rem;display:flex;flex-direction:column;align-items:center;text-align:center}.Resources_diagnosticIcon__gtONP{font-size:2.5rem;margin-bottom:1rem}.Resources_diagnosticTitle__MN2F8{font-size:1.5rem;font-weight:600;color:white;margin-bottom:1rem}.Resources_diagnosticDescription__4NiWI{color:rgb(148,163,184);font-size:.875rem;line-height:1.5}.Resources_aiPracticeSection__ahAtB{max-width:1200px;margin:0 auto 4rem;padding:1rem;background:rgb(30,41,59);border-radius:1rem}.Resources_chatPreview__bZ_5d{background:rgba(15,23,42,.5);border-radius:1rem;padding:1.5rem;display:flex;flex-direction:column;gap:1rem;border:1px solid rgba(59,130,246,.1);margin-bottom:2rem;width:100%}.Resources_chatMessage__PVTAk{display:flex;gap:1rem;max-width:90%}.Resources_ai__dEQ7l{align-self:flex-start}.Resources_user__JUpEU{align-self:flex-end;flex-direction:row-reverse}.Resources_messageContent__9L_XH{background:rgba(59,130,246,.1);padding:1rem;border-radius:1rem;color:rgb(226,232,240)}.Resources_aiCta__A2KsR,.Resources_user__JUpEU .Resources_messageContent__9L_XH{background:rgb(37,99,235)}.Resources_aiCta__A2KsR{color:white;padding:1rem 2rem;border-radius:.5rem;font-weight:600;font-size:1.125rem;text-align:center;width:100%;max-width:300px;margin:0 auto;display:block}.Resources_diagnosticHeader__OecDn{text-align:center;margin-bottom:3rem}.Resources_diagnosticHeader__OecDn h2{font-size:2.5rem;font-weight:700;color:white;margin-bottom:1rem}.Resources_diagnosticHeader__OecDn p{color:rgb(148,163,184);font-size:1.125rem;max-width:800px;margin:0 auto;line-height:1.6}.Resources_certCtaLink__D1tRF{text-decoration:none;width:100%}.Resources_certCta__tPa8V{width:100%;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;color:white;background:rgb(37,99,235);border:none;border-radius:.5rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.Resources_certCta__tPa8V:hover{transform:translateY(-2px);box-shadow:0 4px 6px rgba(0,0,0,.1);background:rgb(29,78,216)}.Resources_certCta__tPa8V:active{transform:translateY(0);background:rgb(37,99,235)}.Resources_certificationCard__OHK30 .Resources_certCta__tPa8V{margin-top:auto}@media (max-width:1024px){.Resources_resourcesGrid__EnZKR{grid-template-columns:repeat(2,1fr)}.Resources_certLevelGrid__0TCSP{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.Resources_heroTitle__Zz58s{font-size:2.5rem}.Resources_resourcesGrid__EnZKR{grid-template-columns:1fr}.Resources_certLevelGrid__0TCSP{grid-template-columns:repeat(2,1fr)}.Resources_stepContainer__KQpWG{grid-template-columns:1fr}.Resources_chatMessage__PVTAk{max-width:90%}.Resources_heroCtaGroup__69HaT{flex-direction:column;padding:0 1rem}.Resources_languageGrid__S_XaB{grid-template-columns:repeat(1,1fr);gap:1rem}.Resources_languageButton__dvLp6{padding:1.5rem;min-height:120px}.Resources_languageIcon__cjB1b{font-size:1.75rem}.Resources_languageName__rCFSO{font-size:1.125rem}.Resources_aiCta__A2KsR{width:100%;max-width:none}}@media (min-width:769px) and (max-width:1024px){.Resources_languageGrid__S_XaB{grid-template-columns:repeat(2,1fr)}}.Resources_certTitles__Ke1lt{display:flex;flex-direction:column;justify-content:flex-start;min-height:64px}.Resources_certificationCarousel__nc0t0{display:flex;gap:2rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-snap-stop:always;-webkit-overflow-scrolling:touch;padding:0 .5rem .5rem;scroll-padding:0;touch-action:pan-x}.Resources_certificationCarousel__nc0t0>.Resources_certificationCard__OHK30{flex-grow:0;flex-shrink:0;flex-basis:calc((100% - 4rem) / 3);scroll-snap-align:center;scroll-snap-stop:always}.Resources_certificationCarousel__nc0t0::-webkit-scrollbar{height:8px}.Resources_certificationCarousel__nc0t0::-webkit-scrollbar-thumb{background:rgba(148,163,184,.3);border-radius:999px}.Resources_carouselContainer__AxUly{position:relative;padding:0 32px}.Resources_carouselArrow__wrTyE{position:absolute;top:50%;z-index:2;width:40px;height:40px;border-radius:999px;background:rgba(15,23,42,.7);color:#e5e7eb;border:1px solid rgba(59,130,246,.3);display:flex;align-items:center;justify-content:center}.Resources_carouselArrow__wrTyE.Resources_left__sONdW{left:0;transform:translate(-100%,-50%)}.Resources_carouselArrow__wrTyE.Resources_right__HEZ2_{right:0;transform:translate(100%,-50%)}.Resources_carouselArrow__wrTyE:disabled{opacity:.5;cursor:not-allowed}.Resources_carouselDots__hQEoW{display:flex;justify-content:center;gap:4px;margin-top:12px}.Resources_carouselDots__hQEoW button{-moz-appearance:none;appearance:none;-webkit-appearance:none;border:none;padding:0;margin:0;display:inline-block;box-sizing:border-box;width:8px;height:8px;min-width:8px;min-height:8px;line-height:1;font-size:0;border-radius:50%;background:rgba(148,163,184,.45);transition:background-color .2s ease,box-shadow .2s ease;cursor:pointer}.Resources_carouselDots__hQEoW button[aria-current=true]{background:rgb(59,130,246);box-shadow:0 0 0 2px rgba(59,130,246,.25)}.Resources_carouselDots__hQEoW button:hover{background:rgba(148,163,184,.7)}.Resources_carouselDots__hQEoW button[aria-current=true]:hover{background:rgb(37,99,235)}.Resources_carouselDots__hQEoW button:focus-visible{outline:2px solid rgba(59,130,246,.6);outline-offset:2px}@media (max-width:1024px){.Resources_certificationCarousel__nc0t0>.Resources_certificationCard__OHK30{flex-basis:calc((100% - 2rem) / 2)}}@media (max-width:768px){.Resources_carouselArrow__wrTyE{display:none}.Resources_carouselContainer__AxUly{padding:0}.Resources_certificationCarousel__nc0t0{gap:1rem;padding:0;scroll-padding-inline:1rem}.Resources_certificationCarousel__nc0t0>.Resources_certificationCard__OHK30{flex-grow:0;flex-shrink:0;flex-basis:calc(100% - 2rem);scroll-snap-align:center}}@media (max-width:400px){.Resources_certificationCarousel__nc0t0{gap:.75rem;scroll-padding-inline:.75rem}.Resources_certificationCarousel__nc0t0>.Resources_certificationCard__OHK30{flex-grow:0;flex-shrink:0;flex-basis:calc(100% - 1.5rem)}}@media (max-width:360px){.Resources_sectionTitle___kYba{font-size:1.75rem}.Resources_sectionSubtitle__oleLz{font-size:.9375rem}.Resources_heroSection__xkh_1{padding:2rem .75rem;margin-bottom:2rem}.Resources_heroTitle__Zz58s{font-size:1.75rem}.Resources_heroSubtitle__iFEic{font-size:1rem;margin-bottom:2rem}.Resources_heroCtaGroup__69HaT{gap:.75rem;padding:0 .5rem}.Resources_heroCta__8v1Y9{padding:.625rem 1.25rem;font-size:.875rem}.Resources_languageButton__dvLp6{padding:1.25rem;min-height:100px;gap:.75rem}.Resources_languageIcon__cjB1b{font-size:1.5rem}.Resources_languageName__rCFSO{font-size:1rem}.Resources_certificationCard__OHK30{padding:1.25rem}.Resources_certCardHeader__hBEsQ{min-height:6rem;gap:.375rem}.Resources_certIcon__pZj4b{font-size:1.5rem}.Resources_certName__xdLl2{font-size:1rem}.Resources_certFeatureItem__G0FEI{font-size:.8125rem}.Resources_certCta__tPa8V{padding:.625rem 1rem;font-size:.875rem}.Resources_diagnosticCard__3_0Dy{padding:1.5rem}.Resources_diagnosticIcon__gtONP{font-size:2rem}.Resources_diagnosticTitle__MN2F8{font-size:1.25rem}.Resources_diagnosticDescription__4NiWI{font-size:.8125rem}.Resources_certificationCarousel__nc0t0{gap:.5rem;scroll-padding-inline:.5rem}.Resources_certificationCarousel__nc0t0>.Resources_certificationCard__OHK30{flex-grow:0;flex-shrink:0;flex-basis:calc(100% - 1rem)}}.DataTransparencyCard_details__TQUBf{margin-top:1rem}.DataTransparencyCard_summary__bY35o{font-size:.875rem;font-weight:600;color:var(--text-secondary);cursor:pointer;padding:.5rem 0;list-style:none;display:flex;align-items:center;gap:.5rem}.DataTransparencyCard_summary__bY35o::-webkit-details-marker{display:none}.DataTransparencyCard_summary__bY35o:before{content:"\25B6";font-size:.625rem;transition:transform .2s}.DataTransparencyCard_details__TQUBf[open] .DataTransparencyCard_summary__bY35o:before{transform:rotate(90deg)}.DataTransparencyCard_content__E0Ri_{padding:.75rem 0}.DataTransparencyCard_dimensionRow__zN1Um{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.DataTransparencyCard_dimensionLabel__nH4XX{font-size:.8125rem;color:var(--text-secondary);min-width:100px;text-transform:capitalize}.DataTransparencyCard_barTrack__rUGhm{flex:1 1;height:8px;background:var(--border-color);border-radius:4px;overflow:hidden}.DataTransparencyCard_barFill__nezzf{height:100%;background:var(--color-primary);border-radius:4px;transition:width .3s ease}.DataTransparencyCard_dimensionValue__OEJfo{font-size:.75rem;color:var(--text-secondary);min-width:2rem;text-align:right}.DataTransparencyCard_methodology__BP6WG{font-size:.75rem;color:var(--text-secondary);margin-top:.75rem;line-height:1.5}.EmailCaptureCard_card__JQwFw{background:var(--card-background);border:1px solid var(--border-color);border-radius:.75rem;padding:1.5rem;margin:2.5rem 0}.EmailCaptureCard_bare__NMcV4{padding:1.5rem 0;text-align:center}.EmailCaptureCard_heading__NLQsj{font-size:1.125rem;font-weight:600;color:var(--text-primary);margin-bottom:.25rem;text-wrap:balance}.EmailCaptureCard_subheading__nUuHd{font-size:.875rem;color:var(--text-secondary);margin-bottom:1rem;line-height:1.5;text-wrap:balance}.EmailCaptureCard_form__ub7F9{display:flex;flex-direction:column;gap:.75rem}.EmailCaptureCard_inputRow__1b4bp{display:flex;gap:.75rem}.EmailCaptureCard_emailInput__ZtCSh{flex:1 1;padding:.75rem 1rem;border:1px solid var(--border-color);border-radius:.5rem;font-size:.9375rem;background:var(--card-background);color:var(--text-primary);min-height:48px}.EmailCaptureCard_emailInput__ZtCSh:focus{outline:none;border-color:var(--color-primary)}.EmailCaptureCard_textInput__r_NEU{width:100%;padding:.75rem 1rem;border:1px solid var(--border-color);border-radius:.5rem;font-size:.9375rem;background:var(--card-background);color:var(--text-primary);min-height:48px}.EmailCaptureCard_textInput__r_NEU:focus{outline:none;border-color:var(--color-primary)}.EmailCaptureCard_selectInput__yLJvO{width:100%;padding:.75rem 1rem;border:1px solid var(--border-color);border-radius:.5rem;font-size:.9375rem;background:var(--card-background);color:var(--text-primary);min-height:48px;-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}.EmailCaptureCard_selectInput__yLJvO:focus{outline:none;border-color:var(--color-primary)}.EmailCaptureCard_submitButton__67VOT{background:var(--color-primary);color:white;border:none;border-radius:.5rem;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;cursor:pointer;transition:background .2s,opacity .2s;min-height:48px;white-space:nowrap}.EmailCaptureCard_submitButton__67VOT:hover:not(:disabled){background:var(--color-primary-dark)}.EmailCaptureCard_submitButton__67VOT:disabled{opacity:.5;cursor:not-allowed}.EmailCaptureCard_trustCopy__cFepC{font-size:.75rem;color:var(--text-secondary);line-height:1.5}.EmailCaptureCard_trustCopy__cFepC a{color:var(--color-primary);text-decoration:none}.EmailCaptureCard_trustCopy__cFepC a:hover{text-decoration:underline}.EmailCaptureCard_skipLink__JR_Se{background:none;border:none;color:var(--text-secondary);font-size:.8125rem;cursor:pointer;padding:0;text-decoration:underline}.EmailCaptureCard_skipLink__JR_Se:hover{color:var(--text-primary)}.EmailCaptureCard_fieldError__PU44k{font-size:.75rem;color:var(--color-error,#ef4444);margin-top:-.25rem}.EmailCaptureCard_success__nuFu7{text-align:center;padding:1rem 0}.EmailCaptureCard_successText__oU3o6{font-size:.9375rem;color:var(--text-primary);font-weight:500}.EmailCaptureCard_honeypot__ddHHF{position:absolute;left:-9999px}@media (max-width:768px){.EmailCaptureCard_inputRow__1b4bp{flex-direction:column}}.QuizResults_container__zHcO5{max-width:720px;margin:0 auto;padding:2rem 1rem}.QuizResults_congratsBanner__C_EQV{text-align:center;margin-bottom:1.25rem}.QuizResults_congratsHeading__QNfTy{font-size:clamp(1.25rem,3vw,1.75rem);font-weight:700;color:var(--text-primary);margin:0 0 .25rem}.QuizResults_congratsHint__99xcB{font-size:.8125rem;color:var(--text-muted);margin:0}.QuizResults_carouselSection__IcMue{margin:0 -1rem 1.5rem;max-width:none}.QuizResults_carouselSection__IcMue [class*=Carousel_slide]{flex:0 0 100%}.QuizResults_card__Pdswu{background:var(--card-background);border:1px solid var(--border-color);border-radius:.75rem;overflow:hidden;display:flex;flex-direction:column;width:min(100%,38rem);margin:0 auto}.QuizResults_cardTop__5byTy{border-color:var(--color-primary);border-width:2px}.QuizResults_cardImage__IZhjU{width:100%;aspect-ratio:16/9;background-size:cover;background-repeat:no-repeat;background-position:50%;background-color:rgba(255,255,255,.02);flex-shrink:0}.QuizResults_cardContent__esNs3{padding:.875rem 1rem 1rem;display:flex;flex-direction:column;gap:.625rem;flex:1 1}.QuizResults_cardHeader__31EBa{display:flex;align-items:baseline;gap:.375rem}.QuizResults_cardRank__Ww3Rz{font-size:.75rem;font-weight:600;color:var(--color-primary);flex-shrink:0}.QuizResults_cardLabel__DC5RL{font-size:1.0625rem;font-weight:700;color:var(--text-primary);margin:0;flex:1 1;min-width:0;line-height:1.3}.QuizResults_cardMatch__y5vM9{font-size:.875rem;color:var(--color-primary);font-weight:700;flex-shrink:0}.QuizResults_demandHeadline__j0xoL{font-size:.8125rem;font-weight:600;color:var(--color-primary);line-height:1.4;margin:0}.QuizResults_highlightPills__7unpr{display:flex;flex-direction:column;gap:.375rem;padding-right:.25rem}.QuizResults_pill__BYevg{display:flex;align-items:baseline;gap:.375rem;font-size:.75rem;line-height:1.35;min-width:0}.QuizResults_pillMatch__Tdu8T,.QuizResults_pillMismatch__UYICQ,.QuizResults_pill__BYevg{color:var(--text-secondary)}.QuizResults_pillCaution__Jy1Vo{color:var(--color-warning,#f59e0b)}.QuizResults_pillIcon__TPK83{flex-shrink:0;font-size:.625rem}.QuizResults_pillIcon__TPK83:first-child{color:var(--color-success,#22c55e)}.QuizResults_pillMismatch__UYICQ .QuizResults_pillIcon__TPK83{color:var(--color-warning,#f59e0b)}.QuizResults_cardReasoning__ex3F4{font-size:.8125rem;color:var(--text-secondary);line-height:1.5;margin:0}.QuizResults_seeMoreButton__PoifV{display:block;text-align:center;padding:.5rem 1rem;border-radius:.5rem;font-size:.8125rem;font-weight:600;color:var(--color-primary);background:rgba(59,130,246,.08);text-decoration:none;margin-top:auto;transition:background .15s}.QuizResults_seeMoreButton__PoifV:hover{background:rgba(59,130,246,.15)}.QuizResults_singleResult__8nS6v{background:var(--card-background);border:2px solid var(--color-primary);border-radius:.75rem;padding:1.5rem;margin-bottom:1.5rem}.QuizResults_singleLabel__ncoZB{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.QuizResults_singleDescription__vkvun{font-size:.9375rem;color:var(--text-secondary);line-height:1.6;margin-bottom:1rem}.QuizResults_sectionTitle__2gUlc{font-size:1.0625rem;font-weight:600;color:var(--text-primary);margin-top:1rem;margin-bottom:.5rem}.QuizResults_sectionContent__ya1ld{font-size:.9375rem;color:var(--text-secondary);line-height:1.6}.QuizResults_calculatorValue__rD6Il{font-size:2rem;font-weight:700;color:var(--color-primary);margin-bottom:.5rem}.QuizResults_calculatorVerdict__9U4s0{font-size:1rem;color:var(--text-secondary);line-height:1.6;margin-bottom:1rem}.QuizResults_children__vmQ4_{display:flex;flex-direction:column;gap:1.5rem}@media (max-width:768px){.QuizResults_container__zHcO5{padding:1.5rem 1rem}.QuizResults_singleLabel__ncoZB{font-size:1.25rem}.QuizResults_cardImage__IZhjU{aspect-ratio:16/9}.QuizResults_calculatorValue__rD6Il{font-size:1.5rem}}.ShareButtons_container__kulHO{display:flex;flex-direction:column;gap:.75rem}.ShareButtons_row__hRWXO{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1rem 1.5rem}.ShareButtons_shareSide__o_DhN{display:flex;align-items:center;gap:.625rem;flex-shrink:0}.ShareButtons_platformLinks__J7UHF{display:flex;gap:.5rem}.ShareButtons_shareLink__1Qv5H{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid var(--border-color);border-radius:50%;color:var(--text-secondary);text-decoration:none;transition:border-color .2s,background .2s,color .2s}.ShareButtons_shareLink__1Qv5H:hover{border-color:var(--color-primary);color:var(--color-primary);background:rgba(59,130,246,.06)}.ShareButtons_linksSide__xQ6k5{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.5rem .75rem;min-width:0}.ShareButtons_linksHeading__m_jzv{font-size:.8125rem;color:var(--text-secondary);font-weight:500;flex-shrink:0}.ShareButtons_linksList__KSlGI{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.375rem .75rem}.ShareButtons_linksList__KSlGI li{display:inline-flex;align-items:center}.ShareButtons_linksList__KSlGI li+li:before{content:"·";color:var(--text-tertiary);margin-right:.75rem}.ShareButtons_linkItem__sJNvw{font-size:.8125rem;color:var(--color-primary);text-decoration:none;transition:color .2s}.ShareButtons_linkItem__sJNvw:hover{text-decoration:underline;color:var(--color-primary-dark)}@media (max-width:640px){.ShareButtons_row__hRWXO{flex-direction:column;align-items:stretch;gap:.875rem}.ShareButtons_shareSide__o_DhN{flex-direction:column;align-items:center;gap:.75rem}.ShareButtons_platformLinks__J7UHF{justify-content:center}.ShareButtons_linksSide__xQ6k5{justify-content:center;text-align:center}}.ResultCrossLinks_section__DIh7k{margin-top:.5rem}.ResultCrossLinks_heading__AsqDA{font-size:1rem;font-weight:600;color:var(--text-primary);margin-bottom:.75rem;text-align:center}.ResultCrossLinks_grid__TWvbg{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));grid-gap:.5rem;gap:.5rem}.ResultCrossLinks_card__lYLvc{display:block;padding:.625rem .875rem;border:1px solid var(--border-color);border-radius:.5rem;text-decoration:none;color:var(--text-primary);transition:border-color .15s,box-shadow .15s}.ResultCrossLinks_card__lYLvc:hover{border-color:var(--color-primary);box-shadow:0 1px 4px rgba(0,0,0,.06)}.ResultCrossLinks_label__admXs{font-size:.875rem;font-weight:500;line-height:1.4}@media (max-width:768px){.ResultCrossLinks_grid__TWvbg{grid-template-columns:1fr}}.QuizEngine_container__xZyQ8{width:100%;max-width:800px;margin:0 auto;padding:0 var(--space-lg)}.QuizEngine_loading__IMtQ2{display:flex;align-items:center;justify-content:center;min-height:400px;color:var(--text-muted);font-size:var(--font-size-base)}.QuizEngine_error__b8scu{text-align:center;padding:var(--space-3xl) var(--space-lg);color:var(--text-secondary)}.QuizEngine_errorHeading__wpJ_U{font-size:var(--font-size-xl);font-weight:600;color:var(--text-primary);margin-bottom:var(--space-sm)}.CityResultCard_card___vGoY{position:relative;background:var(--card-background);border:1px solid rgba(148,163,184,.2);border-radius:1rem;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 10px 24px rgba(0,0,0,.15);transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.CityResultCard_rankBadge__Gw1b5{position:absolute;top:.75rem;left:.75rem;z-index:10;background:var(--input-background);color:#38bdf8;font-weight:700;font-size:.875rem;padding:.25rem .625rem;border-radius:.5rem;border:1px solid rgba(56,189,248,.3);box-shadow:0 2px 8px rgba(0,0,0,.3)}.CityResultCard_card___vGoY:hover{border-color:rgba(148,163,184,.35);box-shadow:0 14px 32px rgba(0,0,0,.2);transform:translateY(-2px)}.CityResultCard_heroImage__RVCKq{position:relative;width:100%;height:140px;background-color:var(--card-background);overflow:hidden}.CityResultCard_heroFallback__emyna{background:linear-gradient(135deg,var(--section-gradient-start) 0,var(--page-background) 100%);display:flex;align-items:center;justify-content:center}.CityResultCard_fallbackFlag__qZeTO{font-size:4rem;opacity:.3}.CityResultCard_photoCredit__T3u4m{position:absolute;bottom:4px;right:6px;font-size:.65rem;color:rgba(255,255,255,.7);background:rgba(0,0,0,.4);padding:2px 6px;border-radius:3px;text-decoration:none;transition:color .15s ease,background .15s ease}.CityResultCard_photoCredit__T3u4m:hover{color:#fff;background:rgba(0,0,0,.6)}.CityResultCard_titleSection__YMKn1{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1rem .5rem;text-align:center}.CityResultCard_flag__GNzl2{font-size:1.5rem;line-height:1}.CityResultCard_cityName__HX4nt{font-size:1.1rem;font-weight:700;color:var(--text-primary);margin:0}.CityResultCard_pillsSection__UO2C_{flex-direction:column;padding:.5rem 1rem}.CityResultCard_pillRow__UFWjQ,.CityResultCard_pillsSection__UO2C_{display:flex;gap:.5rem;position:relative}.CityResultCard_pillRowFull__S8Zpz{display:flex;position:relative}.CityResultCard_pill__Z0CYy{display:flex;align-items:center;gap:.35rem;flex:1 1;padding:.45rem .6rem;background:rgba(148,163,184,.1);border:1px solid rgba(148,163,184,.2);border-radius:.5rem;color:var(--text-secondary);font-size:.8rem;cursor:pointer;transition:background .15s ease,border-color .15s ease;text-align:left;min-width:0}.CityResultCard_pill__Z0CYy:hover{background:rgba(148,163,184,.18);border-color:rgba(148,163,184,.35)}.CityResultCard_pillActive__COVJC{background:rgba(59,130,246,.15);border-color:rgba(59,130,246,.4)}.CityResultCard_pillLink__o_tR_{text-decoration:none;color:#93c5fd;background:rgba(59,130,246,.12);border-color:rgba(59,130,246,.25)}.CityResultCard_pillLink__o_tR_:hover{background:rgba(59,130,246,.2);border-color:rgba(59,130,246,.4);color:#bfdbfe}.CityResultCard_pillPositive__sMcdi{background:rgba(34,197,94,.15);border-color:rgba(34,197,94,.35);color:#86efac}.CityResultCard_pillPositive__sMcdi:hover{background:rgba(34,197,94,.25);border-color:rgba(34,197,94,.5)}.CityResultCard_pillContext__krbi7{display:flex;align-items:center;flex:1 1;padding:.45rem .6rem;font-size:.8rem;color:var(--text-placeholder);font-style:italic}.CityResultCard_pillFull__dINvD{width:100%}.CityResultCard_pillIcon__k9CJp{font-size:.9rem;flex-shrink:0}.CityResultCard_pillText__7fp1y{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:500}.CityResultCard_pillInfo__eo7no{font-size:.7rem;opacity:.6;flex-shrink:0;margin-left:auto}.CityResultCard_tooltip__ncHCY{background:var(--card-background);border:1px solid rgba(59,130,246,.3);border-radius:.5rem;padding:.75rem;margin-top:.5rem;font-size:.85rem;color:var(--text-secondary);line-height:1.5;box-shadow:0 4px 16px rgba(0,0,0,.2);animation:CityResultCard_tooltipFadeIn__V6uBs .15s ease}@keyframes CityResultCard_tooltipFadeIn__V6uBs{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.CityResultCard_exploreCta___gU1I{display:flex;align-items:center;justify-content:center;padding:.75rem 1rem;margin:.75rem 1rem 1rem;border-radius:.6rem;background:linear-gradient(135deg,rgba(59,130,246,.2),rgba(37,99,235,.25));color:#60a5fa;font-weight:600;font-size:.95rem;text-decoration:none;border:1px solid rgba(59,130,246,.3);transition:background .15s ease,border-color .15s ease,transform .1s ease}.CityResultCard_exploreCta___gU1I:hover{background:linear-gradient(135deg,rgba(59,130,246,.3),rgba(37,99,235,.35));border-color:rgba(59,130,246,.5);transform:translateY(-1px)}.CityResultCard_exploreCta___gU1I:active{transform:translateY(0)}.CityResultCard_feedbackButtons__8uTty{position:absolute;top:.75rem;right:.75rem;z-index:10;display:flex;gap:.35rem;opacity:.7;transition:opacity .2s ease}.CityResultCard_card___vGoY:hover .CityResultCard_feedbackButtons__8uTty{opacity:1}.CityResultCard_feedbackBtn__ZAAIK{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:var(--card-background);border:1px solid rgba(148,163,184,.25);color:var(--text-placeholder);cursor:pointer;transition:all .15s ease;font-size:.85rem}.CityResultCard_feedbackBtn__ZAAIK:hover{background:var(--card-background);border-color:rgba(148,163,184,.4);color:var(--text-secondary)}.CityResultCard_feedbackBtnActive__tlY3q{background:rgba(34,197,94,.2);border-color:rgba(34,197,94,.5);color:#86efac}.CityResultCard_feedbackBtnActive__tlY3q:hover{background:rgba(34,197,94,.3);border-color:rgba(34,197,94,.6);color:#86efac}.CityResultCard_feedbackBtnActiveDown__2CpNz{background:rgba(239,68,68,.2);border-color:rgba(239,68,68,.5);color:#fca5a5}.CityResultCard_feedbackBtnActiveDown__2CpNz:hover{background:rgba(239,68,68,.3);border-color:rgba(239,68,68,.6);color:#fca5a5}.CityResultCard_cardLocked__HydON{pointer-events:none}.CityResultCard_cardLocked__HydON .CityResultCard_heroImage__RVCKq,.CityResultCard_cardLocked__HydON .CityResultCard_pillsSection__UO2C_,.CityResultCard_cardLocked__HydON .CityResultCard_titleSection__YMKn1{filter:blur(6px);opacity:.6}.CityResultCard_cardLocked__HydON .CityResultCard_rankBadge__Gw1b5{filter:none;opacity:.8}.CityResultCard_lockedOverlay__naBIG{position:absolute;inset:0;z-index:5;pointer-events:none}.CityResultCard_unlockCta__wW6kd{position:relative;z-index:10;pointer-events:auto;display:flex;align-items:center;justify-content:center;padding:.75rem 1rem;margin:.75rem 1rem 1rem;border-radius:.6rem;background:linear-gradient(135deg,rgba(34,197,94,.2),rgba(22,163,74,.25));color:#86efac;font-weight:600;font-size:.95rem;text-decoration:none;border:1px solid rgba(34,197,94,.4);cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .1s ease;filter:none!important;opacity:1!important}.CityResultCard_unlockCta__wW6kd:hover{background:linear-gradient(135deg,rgba(34,197,94,.3),rgba(22,163,74,.35));border-color:rgba(34,197,94,.6);transform:translateY(-1px)}.CityResultCard_unlockCta__wW6kd:active{transform:translateY(0)}@media (max-width:640px){.CityResultCard_heroImage__RVCKq{height:120px}.CityResultCard_cityName__HX4nt{font-size:1rem}.CityResultCard_pill__Z0CYy{padding:.4rem .5rem;font-size:.75rem}.CityResultCard_pillIcon__k9CJp{font-size:.85rem}.CityResultCard_tooltip__ncHCY{font-size:.8rem;padding:.6rem}.CityResultCard_feedbackButtons__8uTty{opacity:1}.CityResultCard_feedbackBtn__ZAAIK{width:28px;height:28px;font-size:.75rem}}.CityResultsCarousel_container__V4LCH{width:100%;padding:0 1rem}@media (max-width:640px){.CityResultsCarousel_container__V4LCH{padding:0 .5rem}}.ExpertShowcase_section__7eMa8{padding:3rem 1rem 4rem;background:var(--section-gradient-mid);text-align:center}.ExpertShowcase_title__NwNJ_{font-size:clamp(2rem,5vw,3rem);font-weight:800;line-height:1.1;margin-bottom:1rem;background:linear-gradient(90deg,#60a5fa,#3b82f6);-webkit-background-clip:text;background-clip:text;color:transparent}.ExpertShowcase_card__NDhA6{max-width:380px;min-width:280px;height:480px;background:var(--card-background);border-radius:1rem;padding:1.5rem;display:flex;flex-direction:column;border:1px solid var(--border-color);transition:transform .2s,box-shadow .2s}.ExpertShowcase_card__NDhA6:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,.25)}.ExpertShowcase_videoButton__mIn9v{position:relative;width:100%;aspect-ratio:16/9;border:none;background:none;padding:0;cursor:pointer;border-radius:.5rem;overflow:hidden;flex-shrink:0}.ExpertShowcase_thumbnail__hfYB8{width:100%;height:100%;object-fit:cover}.ExpertShowcase_playOverlay__cn3R1{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:2.5rem;color:white;background:rgba(0,0,0,.2);opacity:0;transition:opacity .2s;border-radius:.5rem}.ExpertShowcase_videoButton__mIn9v:hover .ExpertShowcase_playOverlay__cn3R1{opacity:1}.ExpertShowcase_description__J9DSK{font-size:var(--font-size-sm);color:var(--text-primary);line-height:1.7;flex:1 1;margin:1rem 0;overflow:hidden;position:relative;-webkit-mask-image:linear-gradient(180deg,black 60%,transparent);mask-image:linear-gradient(180deg,black 60%,transparent)}.ExpertShowcase_speakerRow__XWZb8{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:auto;padding-top:1rem;border-top:1px solid var(--border-color)}.ExpertShowcase_speakerInfo__MQIn_{display:flex;align-items:center;gap:.75rem}.ExpertShowcase_speakerPhoto__5oL6Y{width:52px;height:52px;border-radius:50%;overflow:hidden;flex-shrink:0;background:var(--subtle-bg)}.ExpertShowcase_speakerImg__edBVS{width:100%;height:100%;object-fit:cover}.ExpertShowcase_speakerInitials__ZIPuj{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1rem;color:var(--text-secondary);background:linear-gradient(135deg,var(--subtle-bg),var(--card-background))}.ExpertShowcase_speakerName__wP4rS{font-size:1.05rem;font-weight:600;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ExpertShowcase_bookButton__JrgME{padding:.6rem 1.25rem;background:#3b82f6;color:white;font-size:.95rem;font-weight:600;border-radius:.5rem;text-decoration:none;transition:background .2s;flex-shrink:0}.ExpertShowcase_bookButton__JrgME:hover{background:#2563eb}.ExpertShowcase_podcastHeader__C3ASD{display:flex;flex-direction:column;justify-content:center;align-items:center;aspect-ratio:16/9;background:linear-gradient(135deg,rgba(59,130,246,.08),rgba(16,185,129,.06));border-radius:.5rem;padding:1.25rem;text-align:center;flex-shrink:0}.ExpertShowcase_podcastIntro__a9Qjr{font-size:var(--font-size-base);color:var(--text-secondary);margin:0;line-height:1.5;text-wrap:balance}.ExpertShowcase_podcastName__DcwyX{font-weight:700;color:var(--color-primary)}.ExpertShowcase_podcastTitle__PY1yq{font-size:var(--font-size-xs);font-weight:600;color:var(--text-muted);margin:.5rem 0 0;text-wrap:balance;line-height:1.3}.ExpertShowcase_podcastIconRow__K5kMu{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:auto;padding:1.25rem 0 .25rem;border-top:1px solid var(--border-color)}.ExpertShowcase_podcastIcon__tHtrr{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:rgba(255,255,255,.05);border:1px solid var(--border-color);transition:border-color .15s,transform .15s}.ExpertShowcase_podcastIcon__tHtrr:hover{border-color:var(--color-primary);transform:scale(1.1)}.ExpertShowcase_trustCopy__dei1M{font-size:var(--font-size-base);color:var(--text-secondary);text-align:center;max-width:650px;margin:2.5rem auto 0;line-height:1.6;text-wrap:balance}.ExpertShowcase_guideLink__jWjot{color:var(--color-primary);text-decoration:none;font-weight:600}.ExpertShowcase_guideLink__jWjot:hover{text-decoration:underline}@media (prefers-reduced-motion:reduce){.ExpertShowcase_card__NDhA6:hover{transform:none}}@media (max-width:640px){.ExpertShowcase_section__7eMa8{padding:2rem .75rem 3rem}.ExpertShowcase_card__NDhA6{max-width:100%;min-width:0;height:440px}}.ReviewsCarousel_section__Njq9g{padding:4rem 1rem;background:linear-gradient(to bottom,var(--card-background),var(--page-background));position:relative}.ReviewsCarousel_title__yBGbe{text-align:center;font-size:clamp(2rem,5vw,3rem);font-weight:800;line-height:1.1;margin-bottom:.5rem;background:linear-gradient(90deg,#60a5fa,#3b82f6);-webkit-background-clip:text;background-clip:text;color:transparent}.ReviewsCarousel_carouselPlaceholder__ltHOk{min-height:400px}@media (max-width:640px){.ReviewsCarousel_carouselPlaceholder__ltHOk{min-height:420px}}.ReviewsCarousel_reviewCard__sQmeY{max-width:380px;min-width:280px;height:340px;background:var(--card-background);border-radius:1rem;padding:1.5rem;display:flex;flex-direction:column;border:1px solid var(--border-color);transition:transform .2s ease,box-shadow .2s ease}.ReviewsCarousel_reviewCard__sQmeY:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,.25)}.ReviewsCarousel_tutorSection__pSq9H{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid var(--border-color)}.ReviewsCarousel_tutorInfo___UYhn{display:flex;align-items:center;gap:.75rem;min-width:0}.ReviewsCarousel_tutorPhoto__XAlgb{width:52px;height:52px;border-radius:50%;overflow:hidden;flex-shrink:0;background:var(--subtle-bg)}.ReviewsCarousel_tutorImage__dmVrL{width:100%;height:100%;object-fit:cover}.ReviewsCarousel_tutorInitials__4jAPg{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1rem;color:var(--text-secondary);background:linear-gradient(135deg,var(--subtle-bg),var(--card-background))}.ReviewsCarousel_tutorName__ZgcdS{font-size:1.05rem;font-weight:600;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ReviewsCarousel_bookButton__FtXHP{padding:.6rem 1.25rem;background:#3b82f6;color:white;font-size:.95rem;font-weight:600;border-radius:.5rem;text-decoration:none;transition:background .2s ease;flex-shrink:0}.ReviewsCarousel_bookButton__FtXHP:hover{background:#2563eb}.ReviewsCarousel_quoteContainer__mx20X{flex:1 1;display:flex;flex-direction:column;justify-content:flex-start;min-height:0;overflow:hidden}.ReviewsCarousel_quote__LoFtc{margin:0;font-size:1rem;color:var(--text-primary);line-height:1.7;font-style:italic}.ReviewsCarousel_quoteText__t30dZ{display:inline}.ReviewsCarousel_readMore__Teyb_{display:inline;background:none;border:none;color:#60a5fa;font-size:.9rem;cursor:pointer;padding:0;margin-left:.25rem;font-style:normal;text-decoration:underline;text-underline-offset:2px}.ReviewsCarousel_readMore__Teyb_:hover{color:#93c5fd}.ReviewsCarousel_studentInline__hPsCu{font-style:normal;color:var(--text-muted);font-size:.95rem;white-space:nowrap}.ReviewsCarousel_examBadge__shHN1{margin-top:auto;padding-top:.75rem;font-size:.85rem;color:#60a5fa;font-weight:600;text-transform:uppercase;letter-spacing:.03em;flex-shrink:0}.ReviewsCarousel_modalOverlay__mllUC{position:fixed;inset:0;background:rgba(0,0,0,.75);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.ReviewsCarousel_modal__hFWm5{background:var(--card-background);border-radius:1rem;padding:1.75rem;max-width:520px;width:100%;max-height:80vh;overflow-y:auto;position:relative;border:1px solid var(--border-color);box-shadow:0 24px 64px rgba(0,0,0,.5)}.ReviewsCarousel_modalClose__JRnpS{position:absolute;top:1rem;right:1rem;width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.05);border:1px solid var(--border-color);color:var(--text-secondary);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;font-size:.9rem}.ReviewsCarousel_modalClose__JRnpS:hover{background:rgba(239,68,68,.1);border-color:rgba(239,68,68,.3);color:#f87171}.ReviewsCarousel_modalHeader__Mo5w9{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-right:2.5rem}.ReviewsCarousel_modalTutorPhoto__fZPNT{width:64px;height:64px;border-radius:50%;overflow:hidden;flex-shrink:0;background:var(--subtle-bg)}.ReviewsCarousel_modalTutorName__kOr_z{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin:0 0 .25rem}.ReviewsCarousel_modalExams__K38pK{font-size:.9rem;color:#60a5fa;margin:0;text-transform:uppercase;letter-spacing:.02em;font-weight:500}.ReviewsCarousel_modalQuote__4Cc53{font-size:1.1rem;color:var(--text-primary);line-height:1.75;font-style:italic;margin:0 0 1rem;padding:1.25rem;background:rgba(255,255,255,.03);border-radius:.75rem;border-left:3px solid #3b82f6}.ReviewsCarousel_modalAttribution__SmLii{font-size:1rem;color:var(--text-muted);margin:0 0 1.5rem;text-align:right}.ReviewsCarousel_modalBookButton__JsRF7{display:block;width:100%;padding:.9rem 1.5rem;background:#3b82f6;color:white;font-size:1rem;font-weight:600;border-radius:.5rem;text-decoration:none;text-align:center;transition:background .2s ease}.ReviewsCarousel_modalBookButton__JsRF7:hover{background:#2563eb}@media (max-width:640px){.ReviewsCarousel_section__Njq9g{padding:3rem .75rem}.ReviewsCarousel_reviewCard__sQmeY{max-width:100%;min-width:0;height:360px;padding:1.25rem}.ReviewsCarousel_tutorPhoto__XAlgb{width:48px;height:48px}.ReviewsCarousel_tutorName__ZgcdS{font-size:1rem}.ReviewsCarousel_bookButton__FtXHP{padding:.5rem 1rem;font-size:.9rem}.ReviewsCarousel_quote__LoFtc{font-size:.95rem}.ReviewsCarousel_modal__hFWm5{margin:.5rem;max-height:90vh;padding:1.25rem}.ReviewsCarousel_modalTutorPhoto__fZPNT{width:56px;height:56px}.ReviewsCarousel_modalTutorName__kOr_z{font-size:1.1rem}.ReviewsCarousel_modalQuote__4Cc53{font-size:1rem;padding:1rem}}