.Header-module__P8aj5W__header{z-index:100;background:var(--dp-surface);border-bottom:2px solid var(--dp-border);box-shadow:0 2px 12px color-mix(in srgb, var(--dp-primary) 10%, transparent);position:sticky;top:0}.Header-module__P8aj5W__inner{align-items:center;gap:1rem;max-width:1100px;height:64px;margin:0 auto;padding:0 1rem;display:flex}.Header-module__P8aj5W__logo{cursor:pointer;background:0 0;border:none;flex-shrink:0;align-items:center;gap:.5rem;padding:0;text-decoration:none;display:flex}.Header-module__P8aj5W__logo:focus-visible{outline:2px solid var(--dp-primary);outline-offset:3px;border-radius:var(--dp-radius-sm)}.Header-module__P8aj5W__logoMark{font-size:1.5rem}.Header-module__P8aj5W__logoText{font-family:var(--dp-font-heading);color:var(--dp-primary-text);letter-spacing:-.02em;font-size:1.125rem;font-weight:800}.Header-module__P8aj5W__nav{gap:.25rem;margin-left:auto;display:none}@media (min-width:768px){.Header-module__P8aj5W__nav{display:flex}}.Header-module__P8aj5W__navItem{cursor:pointer;font-family:var(--dp-font-body);color:var(--dp-text-muted);border-radius:var(--dp-radius-sm);background:0 0;border:none;padding:.5rem .75rem;font-size:.875rem;font-weight:500;transition:color .15s,background .15s}.Header-module__P8aj5W__navItem:hover{color:var(--dp-primary-text);background:var(--dp-surface-alt)}.Header-module__P8aj5W__navItem:focus-visible{outline:2px solid var(--dp-primary);outline-offset:2px}.Header-module__P8aj5W__navActive{font-weight:700;color:var(--dp-primary-text)!important}.Header-module__P8aj5W__ctaBtn{background:var(--dp-primary);color:var(--dp-on-primary);font-size:.875rem;font-weight:700;font-family:var(--dp-font-body);cursor:pointer;white-space:nowrap;border:none;border-radius:100px;flex-shrink:0;padding:.5rem 1.25rem;transition:background .15s,transform .1s;display:none}.Header-module__P8aj5W__ctaBtn:hover{background:var(--dp-primary-hover);transform:translateY(-1px)}.Header-module__P8aj5W__ctaBtn:focus-visible{outline:2px solid var(--dp-primary);outline-offset:3px}@media (min-width:768px){.Header-module__P8aj5W__ctaBtn{align-items:center;gap:.375rem;margin-left:.5rem;display:inline-flex}}.Header-module__P8aj5W__hamburger{cursor:pointer;border-radius:var(--dp-radius-sm);background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;margin-left:auto;padding:6px;display:flex}.Header-module__P8aj5W__hamburger:focus-visible{outline:2px solid var(--dp-primary);outline-offset:2px}@media (min-width:768px){.Header-module__P8aj5W__hamburger{display:none}}.Header-module__P8aj5W__bar{background:var(--dp-text);border-radius:2px;width:22px;height:2px;transition:transform .2s,opacity .2s;display:block}.Header-module__P8aj5W__barTop{transform:translateY(7px)rotate(45deg)}.Header-module__P8aj5W__barMid{opacity:0}.Header-module__P8aj5W__barBot{transform:translateY(-7px)rotate(-45deg)}.Header-module__P8aj5W__mobileMenu{background:var(--dp-surface);border-top:1px solid var(--dp-border);flex-direction:column;gap:.25rem;padding:.75rem 1rem 1rem;display:flex}.Header-module__P8aj5W__mobileNavItem{cursor:pointer;font-family:var(--dp-font-body);color:var(--dp-text-muted);border-radius:var(--dp-radius-sm);text-align:left;background:0 0;border:none;padding:.75rem 1rem;font-size:1rem;font-weight:500;transition:color .15s,background .15s}.Header-module__P8aj5W__mobileNavItem:hover{color:var(--dp-primary-text);background:var(--dp-surface-alt)}.Header-module__P8aj5W__mobileNavItem:focus-visible{outline:2px solid var(--dp-primary);outline-offset:2px}.Header-module__P8aj5W__mobileCta{background:var(--dp-primary);color:var(--dp-on-primary);font-size:1rem;font-weight:700;font-family:var(--dp-font-body);cursor:pointer;border:none;border-radius:100px;margin-top:.5rem;padding:.75rem 1.5rem;transition:background .15s}.Header-module__P8aj5W__mobileCta:hover{background:var(--dp-primary-hover)}.Header-module__P8aj5W__mobileCta:focus-visible{outline:2px solid var(--dp-primary);outline-offset:3px}
.LessonPlayer-module__fHUEta__wrapper{justify-content:center;display:flex}.LessonPlayer-module__fHUEta__phone{background:var(--dp-text);width:300px;max-width:100%;box-shadow:var(--dp-glow-strong), 0 24px 48px color-mix(in srgb, var(--dp-text) 35%, transparent);border-radius:40px;padding:14px;position:relative}.LessonPlayer-module__fHUEta__phoneSpeaker{background:color-mix(in srgb, var(--dp-bg) 25%, var(--dp-text));z-index:2;border-radius:4px;width:60px;height:5px;position:absolute;top:22px;left:50%;transform:translate(-50%)}.LessonPlayer-module__fHUEta__screen{background:var(--dp-surface);border-radius:28px;flex-direction:column;gap:.875rem;min-height:480px;padding:2rem 1.125rem 1.25rem;display:flex;overflow:hidden}.LessonPlayer-module__fHUEta__statusBar{color:var(--dp-text);justify-content:space-between;font-size:.6875rem;font-weight:700;display:flex}.LessonPlayer-module__fHUEta__statusIcons{gap:6px;display:flex}.LessonPlayer-module__fHUEta__topRow{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.LessonPlayer-module__fHUEta__progressRow{flex:1;gap:6px;display:flex}.LessonPlayer-module__fHUEta__dot{background:var(--dp-border);border-radius:4px;flex:1;height:6px}.LessonPlayer-module__fHUEta__dotDone{background:var(--dp-correct)}.LessonPlayer-module__fHUEta__dotCurrent{background:var(--dp-primary)}.LessonPlayer-module__fHUEta__comboBadge{color:var(--dp-primary-text);background:var(--dp-streak-bg);white-space:nowrap;border-radius:100px;padding:3px 10px;font-size:.8125rem;font-weight:800}.LessonPlayer-module__fHUEta__content{flex-direction:column;flex:1;gap:.875rem;display:flex}.LessonPlayer-module__fHUEta__typeBadge{color:var(--dp-primary-text);background:var(--dp-accent);text-transform:uppercase;letter-spacing:.03em;border-radius:100px;align-self:flex-start;padding:3px 10px;font-size:.6875rem;font-weight:700}.LessonPlayer-module__fHUEta__questionFieldset{border:none;flex-direction:column;gap:.75rem;margin:0;padding:0;display:flex}.LessonPlayer-module__fHUEta__questionFieldset:disabled{opacity:1}.LessonPlayer-module__fHUEta__promptWord{font-family:var(--dp-font-heading);color:var(--dp-text);letter-spacing:-.02em;padding:0;font-size:1.75rem;font-weight:800}.LessonPlayer-module__fHUEta__promptText{font-family:var(--dp-font-heading);color:var(--dp-text);padding:0;font-size:1.0625rem;font-weight:700;line-height:1.4}.LessonPlayer-module__fHUEta__instruction{color:var(--dp-text-muted);margin:0;font-size:.8125rem}.LessonPlayer-module__fHUEta__optionList{flex-direction:column;gap:.5rem;display:flex}.LessonPlayer-module__fHUEta__optionBtn{text-align:left;background:var(--dp-surface-alt);border:2px solid var(--dp-border);border-radius:var(--dp-radius-sm);font-family:var(--dp-font-body);color:var(--dp-text);cursor:pointer;padding:.75rem 1rem;font-size:.9375rem;font-weight:600;transition:border-color .15s,transform .1s}.LessonPlayer-module__fHUEta__optionBtn:hover:not(:disabled){border-color:var(--dp-primary);transform:translateY(-1px)}.LessonPlayer-module__fHUEta__optionBtn:focus-visible{outline:2px solid var(--dp-primary);outline-offset:2px}.LessonPlayer-module__fHUEta__optionBtn:disabled{cursor:default}.LessonPlayer-module__fHUEta__optionCorrect{border-color:var(--dp-correct);background:var(--dp-correct-bg);color:var(--dp-correct)}.LessonPlayer-module__fHUEta__optionWrong{border-color:var(--dp-wrong);background:var(--dp-wrong-bg);color:var(--dp-wrong)}.LessonPlayer-module__fHUEta__feedback{border-radius:var(--dp-radius-sm);text-align:center;padding:.75rem 1rem;font-size:.9375rem;font-weight:700}.LessonPlayer-module__fHUEta__feedback:focus-visible{outline-offset:2px;outline:2px solid}.LessonPlayer-module__fHUEta__feedbackCorrect{background:var(--dp-correct-bg);color:var(--dp-correct)}.LessonPlayer-module__fHUEta__feedbackWrong{background:var(--dp-wrong-bg);color:var(--dp-wrong)}.LessonPlayer-module__fHUEta__nextBtn{background:var(--dp-primary);color:var(--dp-on-primary);font-size:.9375rem;font-weight:700;font-family:var(--dp-font-body);cursor:pointer;border:none;border-radius:100px;padding:.75rem 1rem;transition:background .15s}.LessonPlayer-module__fHUEta__nextBtn:hover{background:var(--dp-primary-hover)}.LessonPlayer-module__fHUEta__nextBtn:focus-visible{outline:2px solid var(--dp-primary);outline-offset:2px}.LessonPlayer-module__fHUEta__summaryWrap{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.75rem;display:flex}.LessonPlayer-module__fHUEta__summaryIcon{font-size:3rem}.LessonPlayer-module__fHUEta__summaryTitle{font-family:var(--dp-font-heading);color:var(--dp-text);margin:0;font-size:1.375rem;font-weight:800}.LessonPlayer-module__fHUEta__summaryTitle:focus-visible{outline:none}.LessonPlayer-module__fHUEta__summaryStats{gap:1rem;margin:.5rem 0;display:flex}.LessonPlayer-module__fHUEta__summaryStat{flex-direction:column;align-items:center;gap:.125rem;display:flex}.LessonPlayer-module__fHUEta__summaryStatValue{font-family:var(--dp-font-heading);color:var(--dp-primary-text);font-size:1.25rem;font-weight:800}.LessonPlayer-module__fHUEta__summaryStatLabel{color:var(--dp-text-muted);font-size:.6875rem}.LessonPlayer-module__fHUEta__summaryActions{flex-direction:column;gap:.625rem;width:100%;margin-top:.5rem;display:flex}.LessonPlayer-module__fHUEta__restartBtn{border:2px solid var(--dp-border-subtle);color:var(--dp-text);font-size:.875rem;font-weight:700;font-family:var(--dp-font-body);cursor:pointer;background:0 0;border-radius:100px;padding:.6875rem 1rem}.LessonPlayer-module__fHUEta__restartBtn:hover{border-color:var(--dp-primary)}.LessonPlayer-module__fHUEta__restartBtn:focus-visible{outline:2px solid var(--dp-primary);outline-offset:2px}.LessonPlayer-module__fHUEta__finishBtn{background:var(--dp-primary);color:var(--dp-on-primary);font-size:.9375rem;font-weight:700;font-family:var(--dp-font-body);cursor:pointer;border:none;border-radius:100px;padding:.75rem 1rem;transition:background .15s}.LessonPlayer-module__fHUEta__finishBtn:hover{background:var(--dp-primary-hover)}.LessonPlayer-module__fHUEta__finishBtn:focus-visible{outline:2px solid var(--dp-primary);outline-offset:2px}.LessonPlayer-module__fHUEta__homeIndicator{background:color-mix(in srgb, var(--dp-bg) 30%, var(--dp-text));border-radius:4px;width:110px;height:4px;position:absolute;bottom:6px;left:50%;transform:translate(-50%)}
.LevelMap-module__LNK8aG__path{flex-wrap:wrap;justify-content:center;gap:1.25rem;padding:1.5rem 0;display:flex}.LevelMap-module__LNK8aG__node{background:var(--dp-surface);border:3px solid var(--dp-border);cursor:pointer;border-radius:50%;flex-direction:column;align-items:center;gap:.25rem;width:64px;height:64px;transition:transform .15s,border-color .15s,box-shadow .15s;display:flex}.LevelMap-module__LNK8aG__node:hover{transform:translateY(-3px)}.LevelMap-module__LNK8aG__node:focus-visible{outline:2px solid var(--dp-primary);outline-offset:3px}.LevelMap-module__LNK8aG__nodeIcon{font-size:1.5rem;line-height:1}.LevelMap-module__LNK8aG__nodeOrder{color:var(--dp-text-muted);font-size:.625rem;font-weight:800}.LevelMap-module__LNK8aG__nodeDone{border-color:var(--dp-correct);background:var(--dp-correct-bg)}.LevelMap-module__LNK8aG__nodeDone .LevelMap-module__LNK8aG__nodeOrder{color:var(--dp-correct)}.LevelMap-module__LNK8aG__nodeCurrent{border-color:var(--dp-primary);background:var(--dp-accent);box-shadow:var(--dp-glow)}.LevelMap-module__LNK8aG__nodeCurrent .LevelMap-module__LNK8aG__nodeOrder{color:var(--dp-primary-text)}.LevelMap-module__LNK8aG__nodeLocked{opacity:.55}.LevelMap-module__LNK8aG__nodeActive{box-shadow:0 0 0 4px color-mix(in srgb, var(--dp-primary) 22%, transparent)}.LevelMap-module__LNK8aG__lockedNotice{text-align:center;max-width:480px;color:var(--dp-wrong);background:var(--dp-wrong-bg);border-radius:var(--dp-radius-sm);margin:0 auto 1.25rem;padding:.625rem 1rem;font-size:.875rem;font-weight:600}.LevelMap-module__LNK8aG__detail{background:var(--dp-surface);border:2px solid var(--dp-border);border-radius:var(--dp-radius);align-items:center;gap:1rem;max-width:520px;margin:0 auto;padding:1.25rem 1.5rem;display:flex}.LevelMap-module__LNK8aG__detailIcon{flex-shrink:0;font-size:2.25rem}.LevelMap-module__LNK8aG__detailBody{text-align:left;flex-direction:column;gap:.25rem;display:flex}.LevelMap-module__LNK8aG__detailTitle{font-family:var(--dp-font-heading);color:var(--dp-text);font-size:1.0625rem;font-weight:800}.LevelMap-module__LNK8aG__detailMeta{color:var(--dp-text-muted);font-size:.875rem}
.DailyGoalRing-module__KK9OjG__wrap{flex-direction:column;align-items:center;gap:1.5rem;display:flex}.DailyGoalRing-module__KK9OjG__ringBox{width:140px;height:140px;position:relative}.DailyGoalRing-module__KK9OjG__trackCircle{fill:none;stroke:var(--dp-border);stroke-width:12px}.DailyGoalRing-module__KK9OjG__fillCircle{fill:none;stroke-width:12px;stroke-linecap:round;transform-origin:70px 70px;transition:stroke-dashoffset .3s;transform:rotate(-90deg)}.DailyGoalRing-module__KK9OjG__ringCenter{flex-direction:column;justify-content:center;align-items:center;gap:.125rem;display:flex;position:absolute;inset:0}.DailyGoalRing-module__KK9OjG__ringPct{font-family:var(--dp-font-heading);color:var(--dp-primary-text);font-size:1.5rem;font-weight:800}.DailyGoalRing-module__KK9OjG__ringXp{color:var(--dp-text-muted);font-size:.75rem;font-weight:600}.DailyGoalRing-module__KK9OjG__intensityRow{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.DailyGoalRing-module__KK9OjG__intensityBtn{background:var(--dp-surface);border:2px solid var(--dp-border);border-radius:var(--dp-radius-sm);cursor:pointer;font-family:var(--dp-font-body);flex-direction:column;align-items:center;gap:.25rem;padding:.625rem 1rem;transition:border-color .15s,transform .1s;display:flex}.DailyGoalRing-module__KK9OjG__intensityBtn:hover{transform:translateY(-2px)}.DailyGoalRing-module__KK9OjG__intensityBtn:focus-visible{outline:2px solid var(--dp-primary);outline-offset:2px}.DailyGoalRing-module__KK9OjG__intensityActive{border-color:var(--dp-primary);background:color-mix(in srgb, var(--dp-primary) 8%, var(--dp-surface))}.DailyGoalRing-module__KK9OjG__intensityLabel{color:var(--dp-text);font-size:.875rem;font-weight:700}.DailyGoalRing-module__KK9OjG__intensityMeta{color:var(--dp-text-muted);font-size:.75rem}
.LanguageShelf-module__jJlzIW__shelf{grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.5rem;display:grid}@media (min-width:768px){.LanguageShelf-module__jJlzIW__shelf{grid-template-columns:repeat(6,1fr)}}.LanguageShelf-module__jJlzIW__item{background:var(--dp-surface);border:2px solid var(--dp-border);border-radius:var(--dp-radius);cursor:pointer;flex-direction:column;align-items:center;gap:.5rem;padding:.875rem .5rem;font-family:inherit;transition:border-color .15s,transform .1s,box-shadow .15s;display:flex}.LanguageShelf-module__jJlzIW__item:hover{border-color:var(--dp-primary);transform:translateY(-2px)}.LanguageShelf-module__jJlzIW__item:focus-visible{outline:2px solid var(--dp-primary);outline-offset:2px}.LanguageShelf-module__jJlzIW__itemActive{border-color:var(--dp-primary);box-shadow:0 4px 16px color-mix(in srgb, var(--dp-primary) 16%, transparent)}.LanguageShelf-module__jJlzIW__cover{border-radius:var(--dp-radius-sm);justify-content:center;align-items:center;width:48px;height:48px;font-size:1.5rem;display:flex}.LanguageShelf-module__jJlzIW__cover0{background:linear-gradient(135deg, var(--dp-primary) 0%, var(--dp-accent-hover) 100%)}.LanguageShelf-module__jJlzIW__cover1{background:linear-gradient(135deg, var(--dp-xp) 0%, color-mix(in srgb, var(--dp-xp) 55%, white) 100%)}.LanguageShelf-module__jJlzIW__cover2{background:linear-gradient(135deg, var(--dp-correct) 0%, color-mix(in srgb, var(--dp-correct) 55%, white) 100%)}.LanguageShelf-module__jJlzIW__cover3{background:linear-gradient(135deg, var(--dp-streak) 0%, var(--dp-accent-hover) 100%)}.LanguageShelf-module__jJlzIW__cover4{background:linear-gradient(135deg, var(--dp-wrong) 0%, color-mix(in srgb, var(--dp-wrong) 55%, white) 100%)}.LanguageShelf-module__jJlzIW__cover5{background:linear-gradient(135deg, var(--dp-primary-hover) 0%, var(--dp-xp) 100%)}.LanguageShelf-module__jJlzIW__itemName{color:var(--dp-text);font-size:.8125rem;font-weight:700;font-family:var(--dp-font-heading)}.LanguageShelf-module__jJlzIW__itemLevel{color:var(--dp-text-muted);font-size:.625rem}.LanguageShelf-module__jJlzIW__detail{background:var(--dp-surface);border:2px solid var(--dp-primary);border-radius:var(--dp-radius);text-align:left;gap:1.25rem;max-width:620px;margin:0 auto;padding:1.5rem;display:flex}.LanguageShelf-module__jJlzIW__detailCover{border-radius:var(--dp-radius);flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;font-size:2rem;display:flex}.LanguageShelf-module__jJlzIW__detailBody{flex-direction:column;gap:.5rem;display:flex}.LanguageShelf-module__jJlzIW__detailName{font-family:var(--dp-font-heading);color:var(--dp-text);font-size:1.125rem;font-weight:800}.LanguageShelf-module__jJlzIW__detailMeta{color:var(--dp-text-muted);font-size:.875rem}.LanguageShelf-module__jJlzIW__detailList{flex-direction:column;gap:.375rem;margin:.25rem 0 0;padding:0;list-style:none;display:flex}.LanguageShelf-module__jJlzIW__detailItem{color:var(--dp-text);align-items:center;gap:.5rem;font-size:.875rem;display:flex}.LanguageShelf-module__jJlzIW__detailItem span{color:var(--dp-correct);font-weight:700}
.BadgeGallery-module__0hdFRq__grid{grid-template-columns:repeat(3,1fr);gap:1rem;max-width:640px;margin:0 auto;display:grid}@media (min-width:768px){.BadgeGallery-module__0hdFRq__grid{grid-template-columns:repeat(4,1fr)}}.BadgeGallery-module__0hdFRq__tile{background:var(--dp-surface);border:2px solid var(--dp-border);border-radius:var(--dp-radius);cursor:pointer;flex-direction:column;align-items:center;gap:.5rem;padding:1rem .5rem;font-family:inherit;transition:border-color .15s,transform .1s;display:flex}.BadgeGallery-module__0hdFRq__tile:hover{transform:translateY(-2px)}.BadgeGallery-module__0hdFRq__tile:focus-visible{outline:2px solid var(--dp-primary);outline-offset:2px}.BadgeGallery-module__0hdFRq__tileEarned{border-color:var(--dp-primary);background:color-mix(in srgb, var(--dp-primary) 6%, var(--dp-surface))}.BadgeGallery-module__0hdFRq__tileLocked{opacity:.6}.BadgeGallery-module__0hdFRq__icon{font-size:2rem}.BadgeGallery-module__0hdFRq__label{color:var(--dp-text);text-align:center;font-size:.75rem;font-weight:700}.BadgeGallery-module__0hdFRq__modalIcon{text-align:center;margin:0 0 .5rem;font-size:3rem}.BadgeGallery-module__0hdFRq__modalStatus{text-align:center;color:var(--dp-primary-text);margin:0 0 .75rem;font-weight:800}.BadgeGallery-module__0hdFRq__modalCriteria{color:var(--dp-text-muted);text-align:center;margin:0;line-height:1.6}
.Pricing-module__pQy1yG__section{padding:4rem 1rem}.Pricing-module__pQy1yG__header{text-align:center;max-width:600px;margin:0 auto 3rem}.Pricing-module__pQy1yG__title{font-family:var(--dp-font-heading);color:var(--dp-text);letter-spacing:-.03em;margin:0 0 .5rem;font-size:2rem;font-weight:800}@media (min-width:768px){.Pricing-module__pQy1yG__title{font-size:2.5rem}}.Pricing-module__pQy1yG__subtitle{color:var(--dp-text-muted);margin:0 0 1.5rem;font-size:1rem;line-height:1.6}.Pricing-module__pQy1yG__toggle{background:var(--dp-surface-alt);border:2px solid var(--dp-border);border-radius:100px;gap:2px;padding:4px;display:inline-flex}.Pricing-module__pQy1yG__toggleBtn{color:var(--dp-text-muted);cursor:pointer;font-size:.875rem;font-weight:600;font-family:var(--dp-font-body);background:0 0;border:none;border-radius:100px;align-items:center;gap:.5rem;padding:.5rem 1.25rem;transition:background .2s,color .2s;display:flex}.Pricing-module__pQy1yG__toggleBtn:focus-visible{outline:2px solid var(--dp-primary);outline-offset:2px}.Pricing-module__pQy1yG__toggleActive{box-shadow:0 2px 8px color-mix(in srgb, var(--dp-primary) 15%, transparent);background:var(--dp-surface)!important;color:var(--dp-text)!important}.Pricing-module__pQy1yG__grid{grid-template-columns:1fr;gap:1.5rem;max-width:960px;margin:0 auto;display:grid}@media (min-width:768px){.Pricing-module__pQy1yG__grid{grid-template-columns:repeat(3,1fr)}}.Pricing-module__pQy1yG__card{background:var(--dp-surface);border-radius:var(--dp-radius);border:2px solid var(--dp-border);flex-direction:column;gap:1rem;padding:2rem 1.5rem;transition:border-color .2s,box-shadow .2s;display:flex;position:relative}.Pricing-module__pQy1yG__card:hover{border-color:var(--dp-primary);box-shadow:0 8px 24px color-mix(in srgb, var(--dp-primary) 10%, transparent)}.Pricing-module__pQy1yG__cardHighlighted{box-shadow:0 8px 32px color-mix(in srgb, var(--dp-primary) 20%, transparent);background:color-mix(in srgb, var(--dp-primary) 4%, var(--dp-surface));border-color:var(--dp-primary)!important}.Pricing-module__pQy1yG__planBadge{position:absolute;top:-14px;left:50%;transform:translate(-50%)}.Pricing-module__pQy1yG__planName{font-family:var(--dp-font-heading);color:var(--dp-text);margin:0;font-size:1.25rem;font-weight:800}.Pricing-module__pQy1yG__priceRow{flex-direction:column;gap:.25rem;display:flex}.Pricing-module__pQy1yG__price{font-family:var(--dp-font-heading);color:var(--dp-primary-text);letter-spacing:-.03em;font-size:1.875rem;font-weight:800}.Pricing-module__pQy1yG__yearlyTotal{color:var(--dp-text-muted);font-size:.75rem}.Pricing-module__pQy1yG__planDesc{color:var(--dp-text-muted);margin:0;font-size:.875rem;line-height:1.5}.Pricing-module__pQy1yG__featureList{flex-direction:column;flex:1;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.Pricing-module__pQy1yG__featureItem{color:var(--dp-text);align-items:flex-start;gap:.5rem;font-size:.875rem;line-height:1.4;display:flex}.Pricing-module__pQy1yG__checkIcon{color:var(--dp-success);flex-shrink:0;margin-top:.1em;font-weight:700}.Pricing-module__pQy1yG__planBtn{border:2px solid var(--dp-border-subtle);background:var(--dp-surface-alt);width:100%;color:var(--dp-text);font-size:.9375rem;font-weight:700;font-family:var(--dp-font-body);cursor:pointer;border-radius:100px;margin-top:auto;padding:.75rem 1rem;transition:border-color .15s,background .15s,transform .1s}.Pricing-module__pQy1yG__planBtn:hover{border-color:var(--dp-primary);background:color-mix(in srgb, var(--dp-primary) 8%, var(--dp-surface));transform:translateY(-1px)}.Pricing-module__pQy1yG__planBtn:focus-visible{outline:2px solid var(--dp-primary);outline-offset:3px}.Pricing-module__pQy1yG__planBtnPrimary{background:var(--dp-primary)!important;color:var(--dp-on-primary)!important;border-color:var(--dp-primary)!important}.Pricing-module__pQy1yG__planBtnPrimary:hover{transform:translateY(-1px);background:var(--dp-primary-hover)!important}
.Testimonials-module__RGgHiq__section{background:var(--dp-surface-alt);padding:4rem 1rem}.Testimonials-module__RGgHiq__inner{max-width:1100px;margin:0 auto}.Testimonials-module__RGgHiq__title{font-family:var(--dp-font-heading);color:var(--dp-text);text-align:center;letter-spacing:-.03em;margin:0 0 .5rem;font-size:2rem;font-weight:800}@media (min-width:768px){.Testimonials-module__RGgHiq__title{font-size:2.5rem}}.Testimonials-module__RGgHiq__subtitle{text-align:center;color:var(--dp-text-muted);margin:0 0 2.5rem;font-size:1rem}.Testimonials-module__RGgHiq__carousel{max-width:640px;margin:0 auto 3rem}.Testimonials-module__RGgHiq__mainCard{background:var(--dp-surface);border-radius:var(--dp-radius);border:2px solid var(--dp-border);box-shadow:0 4px 20px color-mix(in srgb, var(--dp-primary) 10%, transparent);flex-direction:column;gap:1rem;padding:2rem;display:flex}.Testimonials-module__RGgHiq__cardTop{align-items:center;gap:1rem;display:flex}.Testimonials-module__RGgHiq__avatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:1rem;font-weight:700;display:flex}.Testimonials-module__RGgHiq__ratingWrap{margin-left:auto}.Testimonials-module__RGgHiq__name{color:var(--dp-text);font-size:1rem;font-weight:700;font-family:var(--dp-font-heading);margin:0}.Testimonials-module__RGgHiq__role{color:var(--dp-text-muted);margin:0;font-size:.875rem}.Testimonials-module__RGgHiq__streakPill{color:var(--dp-primary-text);background:var(--dp-streak-bg);border-radius:100px;align-self:flex-start;align-items:center;gap:.375rem;padding:4px 12px;font-size:.8125rem;font-weight:600;display:inline-flex}.Testimonials-module__RGgHiq__quote{margin:0;padding:0}.Testimonials-module__RGgHiq__quoteText{color:var(--dp-text);margin:0;font-size:1rem;font-style:italic;line-height:1.65}.Testimonials-module__RGgHiq__controls{justify-content:center;align-items:center;gap:1rem;margin-top:1.5rem;display:flex}.Testimonials-module__RGgHiq__navBtn{background:var(--dp-surface);border:2px solid var(--dp-border);width:40px;height:40px;color:var(--dp-text);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;font-size:1.125rem;transition:border-color .15s,background .15s;display:flex}.Testimonials-module__RGgHiq__navBtn:hover{border-color:var(--dp-primary);background:color-mix(in srgb, var(--dp-primary) 8%, var(--dp-surface))}.Testimonials-module__RGgHiq__navBtn:focus-visible{outline:2px solid var(--dp-primary);outline-offset:3px}.Testimonials-module__RGgHiq__dots{align-items:center;gap:6px;display:flex}.Testimonials-module__RGgHiq__dot{background:var(--dp-border-subtle);cursor:pointer;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:background .15s,transform .15s}.Testimonials-module__RGgHiq__dot:focus-visible{outline:2px solid var(--dp-primary);outline-offset:3px}.Testimonials-module__RGgHiq__dotActive{background:var(--dp-primary);transform:scale(1.4)}.Testimonials-module__RGgHiq__grid{grid-template-columns:1fr;gap:1rem;display:grid}@media (min-width:768px){.Testimonials-module__RGgHiq__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.Testimonials-module__RGgHiq__grid{grid-template-columns:repeat(3,1fr)}}.Testimonials-module__RGgHiq__gridCard{background:var(--dp-surface);border-radius:var(--dp-radius);border:1px solid var(--dp-border);flex-direction:column;gap:.75rem;padding:1.25rem;transition:box-shadow .2s;display:flex}.Testimonials-module__RGgHiq__gridCard:hover{box-shadow:0 4px 16px color-mix(in srgb, var(--dp-primary) 10%, transparent)}.Testimonials-module__RGgHiq__gridCardTop{align-items:center;gap:.75rem;display:flex}.Testimonials-module__RGgHiq__avatarSm{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:.875rem;font-weight:700;display:flex}.Testimonials-module__RGgHiq__gridName{color:var(--dp-text);font-size:.9375rem;font-weight:700;font-family:var(--dp-font-heading);margin:0}.Testimonials-module__RGgHiq__gridRole{color:var(--dp-text-muted);margin:0;font-size:.75rem}.Testimonials-module__RGgHiq__gridRating{margin-left:auto}.Testimonials-module__RGgHiq__gridComment{color:var(--dp-text);margin:0;font-size:.875rem;font-style:italic;line-height:1.6}
.Avatars-module__2ofRTa__avatar-1{color:#fff;background:linear-gradient(135deg,#f57c00 0%,#ff9800 100%)}.Avatars-module__2ofRTa__avatar-2{color:#fff;background:linear-gradient(135deg,#7c3aed 0%,#a855f7 100%)}.Avatars-module__2ofRTa__avatar-3{color:#fff;background:linear-gradient(135deg,#059669 0%,#34d399 100%)}.Avatars-module__2ofRTa__avatar-4{color:#fff;background:linear-gradient(135deg,#0284c7 0%,#38bdf8 100%)}.Avatars-module__2ofRTa__avatar-5{color:#fff;background:linear-gradient(135deg,#db2777 0%,#f472b6 100%)}.Avatars-module__2ofRTa__avatar-6{color:#fff;background:linear-gradient(135deg,#b45309 0%,#d97706 100%)}
.Faq-module__lWsyeq__section{padding:4rem 1rem}.Faq-module__lWsyeq__inner{max-width:720px;margin:0 auto}.Faq-module__lWsyeq__title{font-family:var(--dp-font-heading);color:var(--dp-text);text-align:center;letter-spacing:-.03em;margin:0 0 .5rem;font-size:2rem;font-weight:800}.Faq-module__lWsyeq__subtitle{text-align:center;color:var(--dp-text-muted);margin:0 0 2.5rem;font-size:1rem}.Faq-module__lWsyeq__list{flex-direction:column;gap:0;display:flex}.Faq-module__lWsyeq__item{border-bottom:1px solid var(--dp-border)}.Faq-module__lWsyeq__item:first-of-type{border-top:1px solid var(--dp-border)}.Faq-module__lWsyeq__question{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:1.25rem 0;display:flex}.Faq-module__lWsyeq__question:focus-visible{outline:2px solid var(--dp-primary);outline-offset:3px;border-radius:var(--dp-radius-sm)}.Faq-module__lWsyeq__questionText{color:var(--dp-text);font-size:1rem;font-weight:600;font-family:var(--dp-font-body);flex:1;line-height:1.4}.Faq-module__lWsyeq__itemOpen .Faq-module__lWsyeq__questionText{color:var(--dp-primary-text)}.Faq-module__lWsyeq__chevron{color:var(--dp-text-muted);flex-shrink:0;font-size:1.5rem;line-height:1;transition:transform .2s}.Faq-module__lWsyeq__chevronOpen{transform:rotate(90deg)}.Faq-module__lWsyeq__answer{margin:0;padding:0 0 1.25rem}.Faq-module__lWsyeq__answerText{color:var(--dp-text-muted);margin:0;font-size:.9375rem;line-height:1.7}
.Newsletter-module__d3XyLG__section{background:var(--dp-primary);padding:5rem 1rem;position:relative;overflow:hidden}.Newsletter-module__d3XyLG__section:before{content:"";background:color-mix(in srgb, var(--dp-primary-contrast) 8%, transparent);pointer-events:none;border-radius:50%;width:300px;height:300px;position:absolute;top:-80px;right:-80px}.Newsletter-module__d3XyLG__section:after{content:"";background:color-mix(in srgb, var(--dp-primary-contrast) 6%, transparent);pointer-events:none;border-radius:50%;width:220px;height:220px;position:absolute;bottom:-60px;left:-60px}.Newsletter-module__d3XyLG__inner{text-align:center;z-index:1;max-width:560px;margin:0 auto;position:relative}.Newsletter-module__d3XyLG__badge{background:color-mix(in srgb, var(--dp-primary-contrast) 15%, transparent);color:var(--dp-on-primary);border:1px solid color-mix(in srgb, var(--dp-primary-contrast) 25%, transparent);border-radius:100px;align-items:center;gap:.375rem;margin-bottom:1.25rem;padding:4px 14px;font-size:.875rem;font-weight:700;display:inline-flex}.Newsletter-module__d3XyLG__title{font-family:var(--dp-font-heading);color:var(--dp-on-primary);letter-spacing:-.03em;margin:0 0 1rem;font-size:2.25rem;font-weight:800;line-height:1.1}@media (min-width:768px){.Newsletter-module__d3XyLG__title{font-size:3rem}}.Newsletter-module__d3XyLG__subtitle{color:color-mix(in srgb, var(--dp-on-primary) 85%, transparent);margin:0 0 2rem;font-size:1.0625rem;line-height:1.6}.Newsletter-module__d3XyLG__form,.Newsletter-module__d3XyLG__inputWrap{flex-direction:column;gap:.75rem;display:flex}@media (min-width:768px){.Newsletter-module__d3XyLG__inputWrap{flex-direction:row}}.Newsletter-module__d3XyLG__errorMsg{color:color-mix(in srgb, var(--dp-on-primary) 95%, transparent);background:color-mix(in srgb, var(--dp-danger) 30%, transparent);border-radius:var(--dp-radius-sm);text-align:left;margin:0;padding:.5rem .75rem;font-size:.875rem}.Newsletter-module__d3XyLG__disclaimer{color:color-mix(in srgb, var(--dp-on-primary) 85%, transparent);margin:0;font-size:.8125rem}.Newsletter-module__d3XyLG__success{background:color-mix(in srgb, var(--dp-primary-contrast) 15%, transparent);border:1px solid color-mix(in srgb, var(--dp-primary-contrast) 30%, transparent);border-radius:var(--dp-radius);align-items:center;gap:1rem;padding:1.5rem;display:flex}.Newsletter-module__d3XyLG__successIcon{flex-shrink:0;font-size:2rem}.Newsletter-module__d3XyLG__successText{color:var(--dp-on-primary);text-align:left;margin:0;font-size:1rem;line-height:1.5}.Newsletter-module__d3XyLG__stats{flex-wrap:wrap;justify-content:center;gap:2.5rem;margin-top:3rem;display:flex}.Newsletter-module__d3XyLG__stat{flex-direction:column;align-items:center;gap:.25rem;display:flex}.Newsletter-module__d3XyLG__statNum{font-family:var(--dp-font-heading);color:var(--dp-on-primary);letter-spacing:-.03em;font-size:1.5rem;font-weight:800}.Newsletter-module__d3XyLG__statLabel{color:color-mix(in srgb, var(--dp-on-primary) 85%, transparent);font-size:.8125rem}
