.Hero-module__JgYmMq__hero{align-items:center;gap:4rem;max-width:1200px;min-height:calc(100vh - 68px);margin:0 auto;padding:4rem 1.5rem;display:flex}.Hero-module__JgYmMq__container{flex:1;max-width:560px}.Hero-module__JgYmMq__badge{background:var(--brand-muted);color:var(--brand);letter-spacing:.2px;text-transform:uppercase;border-radius:20px;margin-bottom:1.25rem;padding:.35rem .9rem;font-size:.78rem;font-weight:700;display:inline-block}.Hero-module__JgYmMq__title{color:var(--foreground);letter-spacing:-1.5px;margin:0 0 1.25rem;font-size:clamp(2.2rem,5vw,3.4rem);font-weight:800;line-height:1.15}.Hero-module__JgYmMq__highlight{color:var(--brand);white-space:nowrap;position:relative}.Hero-module__JgYmMq__highlight:after{content:"";background:var(--accent-light);z-index:-1;border-radius:3px;width:100%;height:5px;position:absolute;bottom:2px;left:0}.Hero-module__JgYmMq__subtitle{color:var(--text-secondary);margin:0 0 1.75rem;font-size:1.05rem;line-height:1.75}.Hero-module__JgYmMq__actions{flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem;display:flex}.Hero-module__JgYmMq__btnPrimary{background:var(--brand);color:#fff;border-radius:10px;padding:.85rem 1.75rem;font-size:.98rem;font-weight:700;text-decoration:none;transition:opacity .15s,transform .15s;box-shadow:0 4px 14px #1d4ed84d}.Hero-module__JgYmMq__btnPrimary:hover{opacity:.9;transform:translateY(-1px)}.Hero-module__JgYmMq__btnSecondary{color:var(--foreground);border:1.5px solid var(--border);border-radius:10px;padding:.85rem 1.5rem;font-size:.98rem;font-weight:600;text-decoration:none;transition:border-color .15s,color .15s}.Hero-module__JgYmMq__btnSecondary:hover{border-color:var(--brand);color:var(--brand)}.Hero-module__JgYmMq__slogan{color:var(--text-muted);align-items:center;gap:.5rem;margin-bottom:1.75rem;font-size:.9rem;font-style:italic;display:inline-flex}.Hero-module__JgYmMq__sloganIcon{color:var(--accent);font-size:1rem;font-style:normal}.Hero-module__JgYmMq__stats{align-items:center;gap:1.5rem;display:flex}.Hero-module__JgYmMq__stat{flex-direction:column;gap:.1rem;display:flex}.Hero-module__JgYmMq__stat strong{color:var(--foreground);letter-spacing:-.5px;font-size:1.5rem;font-weight:800}.Hero-module__JgYmMq__stat span{color:var(--text-muted);font-size:.78rem;font-weight:500}.Hero-module__JgYmMq__divider{background:var(--border);width:1px;height:36px}.Hero-module__JgYmMq__illustration{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1rem;min-height:380px;display:flex;position:relative}.Hero-module__JgYmMq__blob{background:radial-gradient(circle at 40% 40%, var(--brand-muted) 0%, #f0f9ff 70%);z-index:0;border-radius:50%;width:360px;height:360px;position:absolute}.Hero-module__JgYmMq__card{z-index:1;border:1px solid var(--border);background:#fff;border-radius:14px;align-items:center;gap:.85rem;width:300px;padding:1rem 1.25rem;transition:transform .2s;display:flex;position:relative;box-shadow:0 4px 20px #00000012}.Hero-module__JgYmMq__card:hover{transform:translateY(-3px)}.Hero-module__JgYmMq__cardAlt{align-self:flex-end;margin-right:2rem}.Hero-module__JgYmMq__cardAlt2{align-self:flex-start;margin-left:2rem}.Hero-module__JgYmMq__cardIcon{flex-shrink:0;font-size:1.6rem}.Hero-module__JgYmMq__cardTitle{color:var(--foreground);font-size:.85rem;font-weight:700}.Hero-module__JgYmMq__cardSub{color:var(--text-muted);margin-top:.1rem;font-size:.76rem}.Hero-module__JgYmMq__cardBadge{background:var(--brand-muted);color:var(--brand-dark);border-radius:6px;flex-shrink:0;margin-left:auto;padding:.2rem .5rem;font-size:.72rem;font-weight:700}@media (max-width:900px){.Hero-module__JgYmMq__hero{flex-direction:column;min-height:auto;padding:3rem 1.5rem}.Hero-module__JgYmMq__illustration{display:none}}
.FeaturedCourses-module__YuBbIG__section{background:var(--surface);padding:5rem 1.5rem}.FeaturedCourses-module__YuBbIG__container{max-width:1200px;margin:0 auto}.FeaturedCourses-module__YuBbIG__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:2.5rem;display:flex}.FeaturedCourses-module__YuBbIG__badge{background:var(--brand-muted);color:var(--brand);text-transform:uppercase;letter-spacing:.3px;border-radius:20px;margin-bottom:.6rem;padding:.3rem .8rem;font-size:.75rem;font-weight:700;display:inline-block}.FeaturedCourses-module__YuBbIG__title{color:var(--foreground);letter-spacing:-.5px;margin:0 0 .4rem;font-size:2rem;font-weight:800}.FeaturedCourses-module__YuBbIG__subtitle{color:var(--text-secondary);margin:0;font-size:.95rem}.FeaturedCourses-module__YuBbIG__viewAll{color:var(--brand);white-space:nowrap;font-size:.92rem;font-weight:600;text-decoration:none}.FeaturedCourses-module__YuBbIG__viewAll:hover{text-decoration:underline}.FeaturedCourses-module__YuBbIG__grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;margin-bottom:2.5rem;display:grid}.FeaturedCourses-module__YuBbIG__card{border:1px solid var(--border);color:inherit;background:#fff;border-radius:14px;flex-direction:column;text-decoration:none;transition:box-shadow .2s,transform .2s;display:flex;overflow:hidden}.FeaturedCourses-module__YuBbIG__card:hover{transform:translateY(-3px);box-shadow:0 8px 32px #00000017}.FeaturedCourses-module__YuBbIG__cardThumb{justify-content:center;align-items:center;height:130px;display:flex;position:relative}.FeaturedCourses-module__YuBbIG__cardEmoji{font-size:3.5rem}.FeaturedCourses-module__YuBbIG__categoryBadge{color:var(--foreground);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);text-transform:uppercase;letter-spacing:.3px;background:#ffffffe0;border-radius:20px;padding:.2rem .55rem;font-size:.7rem;font-weight:700;position:absolute;top:.75rem;left:.75rem}.FeaturedCourses-module__YuBbIG__tagBadge{background:var(--brand);color:#fff;text-transform:uppercase;letter-spacing:.3px;border-radius:20px;padding:.2rem .55rem;font-size:.68rem;font-weight:700;position:absolute;top:.75rem;right:.75rem}.FeaturedCourses-module__YuBbIG__cardBody{flex-direction:column;flex:1;gap:.35rem;padding:1.1rem 1.25rem 1.25rem;display:flex}.FeaturedCourses-module__YuBbIG__cardTitle{color:var(--foreground);margin:0;font-size:.97rem;font-weight:700;line-height:1.4}.FeaturedCourses-module__YuBbIG__cardInstructor{color:var(--text-muted);margin:0;font-size:.8rem}.FeaturedCourses-module__YuBbIG__cardMeta{color:var(--text-muted);align-items:center;gap:.4rem;font-size:.78rem;display:flex}.FeaturedCourses-module__YuBbIG__level{background:var(--surface);color:var(--text-secondary);border-radius:4px;padding:.15rem .5rem;font-size:.75rem;font-weight:600}.FeaturedCourses-module__YuBbIG__dot{color:var(--border)}.FeaturedCourses-module__YuBbIG__rating{align-items:center;gap:.4rem;margin-top:.1rem;display:flex}.FeaturedCourses-module__YuBbIG__ratingValue{color:var(--accent);font-size:.86rem;font-weight:700}.FeaturedCourses-module__YuBbIG__stars{gap:1px;display:flex}.FeaturedCourses-module__YuBbIG__starFull{color:var(--accent);font-size:.85rem}.FeaturedCourses-module__YuBbIG__starEmpty{color:var(--border);font-size:.85rem}.FeaturedCourses-module__YuBbIG__cardFooter{border-top:1px solid var(--surface);justify-content:space-between;align-items:center;margin-top:auto;padding-top:.7rem;display:flex}.FeaturedCourses-module__YuBbIG__price{color:var(--foreground);font-size:1.05rem;font-weight:800}.FeaturedCourses-module__YuBbIG__students{color:var(--text-muted);font-size:.76rem}.FeaturedCourses-module__YuBbIG__cta{background:var(--brand-dark);border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;padding:1.75rem 2rem;display:flex}.FeaturedCourses-module__YuBbIG__ctaText{flex-direction:column;gap:.25rem;display:flex}.FeaturedCourses-module__YuBbIG__ctaText strong{color:#fff;font-size:1.05rem;font-weight:700}.FeaturedCourses-module__YuBbIG__ctaText span{color:#93c5fd;font-size:.88rem}.FeaturedCourses-module__YuBbIG__ctaBtn{background:var(--accent);color:var(--foreground);white-space:nowrap;border-radius:10px;flex-shrink:0;padding:.75rem 1.5rem;font-size:.92rem;font-weight:700;text-decoration:none;transition:opacity .15s,transform .15s}.FeaturedCourses-module__YuBbIG__ctaBtn:hover{opacity:.9;transform:translateY(-1px)}@media (max-width:640px){.FeaturedCourses-module__YuBbIG__grid{grid-template-columns:1fr}.FeaturedCourses-module__YuBbIG__header,.FeaturedCourses-module__YuBbIG__cta{flex-direction:column;align-items:flex-start}}
.AssistantWidget-module__-7_LTa__launcher{z-index:1000;color:#fff;cursor:pointer;background:linear-gradient(135deg,#1d4ed8,#2563eb);border:none;border-radius:999px;align-items:center;gap:.5rem;padding:.7rem 1.1rem;font-family:inherit;font-size:.9rem;font-weight:600;transition:transform .15s,box-shadow .15s;animation:.3s AssistantWidget-module__-7_LTa__pop;display:flex;position:fixed;bottom:1.25rem;right:1.25rem;box-shadow:0 8px 24px #1d4ed859}.AssistantWidget-module__-7_LTa__launcher:hover{transform:translateY(-2px);box-shadow:0 12px 30px #1d4ed873}.AssistantWidget-module__-7_LTa__launcherIcon{font-size:1.15rem;line-height:1}.AssistantWidget-module__-7_LTa__launcherText{white-space:nowrap}@keyframes AssistantWidget-module__-7_LTa__pop{0%{opacity:0;transform:scale(.7)}to{opacity:1;transform:scale(1)}}.AssistantWidget-module__-7_LTa__panel{z-index:1000;background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;width:370px;max-width:calc(100vw - 2rem);height:540px;max-height:calc(100vh - 2.5rem);animation:.25s AssistantWidget-module__-7_LTa__slideUp;display:flex;position:fixed;bottom:1.25rem;right:1.25rem;overflow:hidden;box-shadow:0 16px 48px #0f172a40}@keyframes AssistantWidget-module__-7_LTa__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.AssistantWidget-module__-7_LTa__header{color:#fff;background:linear-gradient(135deg,#1d4ed8,#2563eb);justify-content:space-between;align-items:center;padding:.85rem 1rem;display:flex}.AssistantWidget-module__-7_LTa__headerTitle{align-items:center;gap:.6rem;display:flex}.AssistantWidget-module__-7_LTa__avatar{background:#fff3;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:1rem;display:flex}.AssistantWidget-module__-7_LTa__headerName{font-size:.95rem;font-weight:700}.AssistantWidget-module__-7_LTa__headerStatus{opacity:.85;font-size:.72rem}.AssistantWidget-module__-7_LTa__closeBtn{color:#fff;cursor:pointer;opacity:.85;background:0 0;border:none;padding:.2rem .4rem;font-size:1.1rem;line-height:1}.AssistantWidget-module__-7_LTa__closeBtn:hover{opacity:1}.AssistantWidget-module__-7_LTa__messages{background:#f8fafc;flex-direction:column;flex:1;gap:.6rem;padding:1rem;display:flex;overflow-y:auto}.AssistantWidget-module__-7_LTa__msg{white-space:pre-wrap;word-break:break-word;border-radius:14px;max-width:85%;padding:.6rem .85rem;font-size:.86rem;line-height:1.5}.AssistantWidget-module__-7_LTa__msgBot{color:#1e293b;background:#fff;border:1px solid #e2e8f0;border-bottom-left-radius:4px;align-self:flex-start}.AssistantWidget-module__-7_LTa__msgUser{color:#fff;background:#1d4ed8;border-bottom-right-radius:4px;align-self:flex-end}.AssistantWidget-module__-7_LTa__typing{align-items:center;gap:3px;height:1em;display:inline-flex}.AssistantWidget-module__-7_LTa__typing i{background:#94a3b8;border-radius:50%;width:6px;height:6px;animation:1.2s infinite both AssistantWidget-module__-7_LTa__blink;display:inline-block}.AssistantWidget-module__-7_LTa__typing i:nth-child(2){animation-delay:.2s}.AssistantWidget-module__-7_LTa__typing i:nth-child(3){animation-delay:.4s}@keyframes AssistantWidget-module__-7_LTa__blink{0%,80%,to{opacity:.3}40%{opacity:1}}.AssistantWidget-module__-7_LTa__inputBar{background:#fff;border-top:1px solid #e2e8f0;align-items:flex-end;gap:.5rem;padding:.7rem;display:flex}.AssistantWidget-module__-7_LTa__input{resize:none;border:1px solid #cbd5e1;border-radius:12px;outline:none;flex:1;max-height:110px;padding:.55rem .75rem;font-family:inherit;font-size:.86rem;line-height:1.4}.AssistantWidget-module__-7_LTa__input:focus{border-color:#1d4ed8}.AssistantWidget-module__-7_LTa__sendBtn{color:#fff;cursor:pointer;background:#1d4ed8;border:none;border-radius:50%;flex-shrink:0;width:38px;height:38px;font-size:1rem;transition:opacity .15s}.AssistantWidget-module__-7_LTa__sendBtn:disabled{opacity:.45;cursor:default}@media (max-width:480px){.AssistantWidget-module__-7_LTa__panel{border-radius:0;width:100%;max-width:100%;height:100dvh;max-height:100dvh;bottom:0;left:0;right:0}.AssistantWidget-module__-7_LTa__launcher{bottom:1rem;right:1rem}}@media (prefers-color-scheme:dark){.AssistantWidget-module__-7_LTa__panel{background:#0f172a;border-color:#1e293b}.AssistantWidget-module__-7_LTa__messages{background:#0b1220}.AssistantWidget-module__-7_LTa__msgBot{color:#e2e8f0;background:#1e293b;border-color:#334155}.AssistantWidget-module__-7_LTa__inputBar{background:#0f172a;border-color:#1e293b}.AssistantWidget-module__-7_LTa__input{color:#e2e8f0;background:#1e293b;border-color:#334155}}
