.SocialLinks-module__YkYd2a__section{padding:var(--section-padding);text-align:center;background:var(--background-elevated)}.SocialLinks-module__YkYd2a__label{letter-spacing:.3em;color:var(--accent);text-transform:uppercase;font-size:.8rem;font-family:var(--font-body);margin-bottom:1rem}.SocialLinks-module__YkYd2a__title{color:var(--foreground);font-size:clamp(1.8rem,4vw,2.5rem);font-weight:300;font-family:var(--font-display);margin-bottom:.75rem}.SocialLinks-module__YkYd2a__divider{background:var(--accent);width:50px;height:2px;margin:0 auto 2.5rem}.SocialLinks-module__YkYd2a__links{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.SocialLinks-module__YkYd2a__btnInstagram{background:var(--foreground);color:var(--foreground-on-dark);font-family:var(--font-body);letter-spacing:.05em;border-radius:50px;align-items:center;gap:.6rem;padding:.85rem 1.8rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:opacity .2s;display:flex}.SocialLinks-module__YkYd2a__btnInstagram:hover{opacity:.88}.SocialLinks-module__YkYd2a__btnWhatsapp{background:var(--color-whatsapp);color:var(--foreground-on-dark);font-family:var(--font-body);letter-spacing:.05em;border-radius:50px;align-items:center;gap:.6rem;padding:.85rem 1.8rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:opacity .2s;display:flex}.SocialLinks-module__YkYd2a__btnWhatsapp:hover{opacity:.88}
.Navbar-module__cRh5nW__navbar{z-index:100;background:color-mix(in srgb, var(--surface-nav) 95%, transparent);-webkit-backdrop-filter:blur(10px);justify-content:space-between;align-items:center;padding:.75rem 2rem;display:flex;position:fixed;top:0;left:0;right:0}.Navbar-module__cRh5nW__brand{cursor:pointer;flex-shrink:0;align-items:center;gap:.75rem;text-decoration:none;display:flex}.Navbar-module__cRh5nW__brand:hover .Navbar-module__cRh5nW__title{color:var(--accent)}.Navbar-module__cRh5nW__logoWrapper{border:2px solid color-mix(in srgb, var(--accent) 50%, transparent);border-radius:50%;flex-shrink:0;width:40px;height:40px;position:relative;overflow:hidden}.Navbar-module__cRh5nW__logoImg{object-fit:cover;width:100%!important;height:100%!important}.Navbar-module__cRh5nW__title{color:var(--foreground-on-dark);font-family:var(--font-display);letter-spacing:.05em;font-size:1.2rem;font-weight:300;transition:color .2s}.Navbar-module__cRh5nW__links{align-items:center;gap:1.5rem;display:flex}.Navbar-module__cRh5nW__link{color:color-mix(in srgb, var(--foreground-on-dark) 80%, transparent);font-family:var(--font-body);letter-spacing:.1em;text-transform:uppercase;font-size:.85rem;text-decoration:none;transition:color .2s}.Navbar-module__cRh5nW__link:hover{color:var(--accent)}.Navbar-module__cRh5nW__btn{background:var(--accent);color:var(--primary-foreground);font-family:var(--font-body);letter-spacing:.05em;border-radius:50px;padding:.5rem 1.2rem;font-size:.85rem;font-weight:700;text-decoration:none;transition:opacity .2s}.Navbar-module__cRh5nW__btn:hover{opacity:.88}.Navbar-module__cRh5nW__btnAdmin{background:color-mix(in srgb, var(--foreground-on-dark) 12%, transparent);color:color-mix(in srgb, var(--foreground-on-dark) 90%, transparent);font-family:var(--font-body);letter-spacing:.1em;text-transform:uppercase;border:1px solid color-mix(in srgb, var(--foreground-on-dark) 20%, transparent);border-radius:50px;padding:.4rem 1rem;font-size:.78rem;font-weight:700;text-decoration:none;transition:background .2s,border-color .2s}.Navbar-module__cRh5nW__btnAdmin:hover{background:color-mix(in srgb, var(--foreground-on-dark) 22%, transparent);border-color:color-mix(in srgb, var(--foreground-on-dark) 40%, transparent)}.Navbar-module__cRh5nW__userMenu{position:relative}.Navbar-module__cRh5nW__userBtn{background:color-mix(in srgb, var(--foreground-on-dark) 10%, transparent);border:1px solid color-mix(in srgb, var(--foreground-on-dark) 20%, transparent);color:var(--foreground-on-dark);cursor:pointer;font-family:var(--font-body);border-radius:50px;align-items:center;gap:.5rem;padding:.35rem .75rem .35rem .35rem;font-size:.82rem;transition:background .2s;display:flex}.Navbar-module__cRh5nW__userBtn:hover{background:color-mix(in srgb, var(--foreground-on-dark) 18%, transparent)}.Navbar-module__cRh5nW__userAvatar{background:var(--accent);width:26px;height:26px;color:var(--primary-foreground);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.8rem;font-weight:700;display:flex}.Navbar-module__cRh5nW__userName{text-overflow:ellipsis;white-space:nowrap;max-width:100px;overflow:hidden}.Navbar-module__cRh5nW__dropdown{background:var(--background-elevated);border-radius:var(--radius-md);box-shadow:var(--shadow-md);z-index:200;flex-direction:column;min-width:170px;animation:.18s Navbar-module__cRh5nW__dropIn;display:flex;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden}@keyframes Navbar-module__cRh5nW__dropIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.Navbar-module__cRh5nW__dropdownItem{font-family:var(--font-body);color:var(--foreground);text-align:left;cursor:pointer;background:0 0;border:none;width:100%;padding:.75rem 1rem;font-size:.88rem;text-decoration:none;transition:background .15s;display:block}.Navbar-module__cRh5nW__dropdownItem:hover{background:var(--background-accent)}.Navbar-module__cRh5nW__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;padding:0;display:none}.Navbar-module__cRh5nW__hLine{background:var(--foreground-on-dark);transform-origin:50%;border-radius:2px;width:22px;height:2px;transition:transform .25s,opacity .2s;display:block}.Navbar-module__cRh5nW__hLineTop{transform:translateY(7px)rotate(45deg)}.Navbar-module__cRh5nW__hLineMid{opacity:0;transform:scaleX(0)}.Navbar-module__cRh5nW__hLineBot{transform:translateY(-7px)rotate(-45deg)}.Navbar-module__cRh5nW__overlay{background:var(--overlay);z-index:150;opacity:0;pointer-events:none;transition:opacity .25s;position:fixed;inset:0}.Navbar-module__cRh5nW__overlayVisible{opacity:1;pointer-events:all}.Navbar-module__cRh5nW__drawer{background:var(--surface-nav);z-index:200;pointer-events:none;flex-direction:column;width:min(320px,85vw);height:100dvh;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;right:0;overflow-y:auto;transform:translate(100%)}.Navbar-module__cRh5nW__drawerOpen{pointer-events:all;transform:translate(0)}.Navbar-module__cRh5nW__drawerInner{flex-direction:column;flex:1;gap:.25rem;padding:5rem 1.5rem 2rem;display:flex}.Navbar-module__cRh5nW__drawerUser{border-bottom:1px solid color-mix(in srgb, var(--foreground-on-dark) 12%, transparent);align-items:center;gap:.75rem;margin-bottom:.75rem;padding-bottom:1.25rem;display:flex}.Navbar-module__cRh5nW__drawerAvatar{background:var(--accent);width:38px;height:38px;color:var(--primary-foreground);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;font-weight:700;display:flex}.Navbar-module__cRh5nW__drawerUserName{color:var(--foreground-on-dark);font-family:var(--font-body);margin:0;font-size:.95rem;font-weight:700}.Navbar-module__cRh5nW__drawerUserEmail{color:color-mix(in srgb, var(--foreground-on-dark) 50%, transparent);font-family:var(--font-body);margin:0;font-size:.78rem}.Navbar-module__cRh5nW__drawerLink{color:color-mix(in srgb, var(--foreground-on-dark) 85%, transparent);font-family:var(--font-body);letter-spacing:.03em;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:10px;width:100%;padding:.85rem 1rem;font-size:1rem;font-weight:500;text-decoration:none;transition:background .15s,color .15s;display:block}.Navbar-module__cRh5nW__drawerLink:hover{background:color-mix(in srgb, var(--foreground-on-dark) 8%, transparent);color:var(--foreground-on-dark)}.Navbar-module__cRh5nW__drawerLogout{color:color-mix(in srgb, var(--error) 85%, var(--foreground-on-dark));border-top:1px solid color-mix(in srgb, var(--foreground-on-dark) 10%, transparent);margin-top:.5rem;padding-top:1.1rem}.Navbar-module__cRh5nW__drawerLogout:hover{background:color-mix(in srgb, var(--error) 12%, transparent);color:color-mix(in srgb, var(--error) 70%, var(--foreground-on-dark))}.Navbar-module__cRh5nW__drawerCta{background:var(--accent);color:var(--primary-foreground);text-align:center;font-family:var(--font-body);letter-spacing:.05em;border-radius:50px;margin-top:1rem;padding:.85rem 1rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:opacity .2s;display:block}.Navbar-module__cRh5nW__drawerCta:hover{opacity:.88}@media (max-width:768px){.Navbar-module__cRh5nW__navbar{padding:.65rem 1rem}.Navbar-module__cRh5nW__links{display:none}.Navbar-module__cRh5nW__hamburger{display:flex}}
.home-module__06co2W__hero{background:var(--background-hero);color:var(--foreground-on-dark);text-align:center;flex-direction:column;align-items:center;padding:7rem 1.5rem 5rem;display:flex;position:relative;overflow:hidden}.home-module__06co2W__orb1,.home-module__06co2W__orb2,.home-module__06co2W__orb3{pointer-events:none;filter:blur(60px);border-radius:50%;position:absolute}.home-module__06co2W__orb1{background:radial-gradient(circle, color-mix(in srgb, var(--accent) 18%, transparent) 0%, transparent 70%);width:420px;height:420px;animation:12s ease-in-out infinite home-module__06co2W__floatOrb;top:-120px;right:-80px}.home-module__06co2W__orb2{background:radial-gradient(circle, color-mix(in srgb, var(--foreground-on-dark) 6%, transparent) 0%, transparent 70%);width:320px;height:320px;animation:16s ease-in-out infinite reverse home-module__06co2W__floatOrb;bottom:-80px;left:-60px}.home-module__06co2W__orb3{background:radial-gradient(circle, color-mix(in srgb, var(--accent) 10%, transparent) 0%, transparent 70%);width:200px;height:200px;animation:9s ease-in-out -4s infinite home-module__06co2W__floatOrb;top:40%;left:30%}@keyframes home-module__06co2W__floatOrb{0%,to{transform:translate(0)scale(1)}33%{transform:translate(18px,-22px)scale(1.04)}66%{transform:translate(-12px,14px)scale(.97)}}.home-module__06co2W__gridLines{background-image:linear-gradient(color-mix(in srgb, var(--foreground-on-dark) 3%, transparent) 1px, transparent 1px), linear-gradient(90deg, color-mix(in srgb, var(--foreground-on-dark) 3%, transparent) 1px, transparent 1px);pointer-events:none;background-size:60px 60px;position:absolute;inset:0}.home-module__06co2W__heroContent{z-index:1;flex-direction:column;align-items:center;gap:0;display:flex;position:relative}.home-module__06co2W__avatarWrap{width:120px;height:120px;margin-bottom:1.75rem;position:relative}.home-module__06co2W__avatar{object-fit:cover;border:3px solid color-mix(in srgb, var(--accent) 60%, transparent);width:120px;height:120px;box-shadow:0 0 0 6px color-mix(in srgb, var(--accent) 12%, transparent), var(--shadow-md);border-radius:50%}.home-module__06co2W__avatarRing{border:1px solid color-mix(in srgb, var(--accent) 25%, transparent);border-radius:50%;animation:3s ease-in-out infinite home-module__06co2W__ringPulse;position:absolute;inset:-10px}@keyframes home-module__06co2W__ringPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.06)}}.home-module__06co2W__heroEyebrow{font-family:var(--font-body);letter-spacing:.3em;text-transform:uppercase;color:var(--accent);margin-bottom:.75rem;font-size:.8rem;font-weight:300}.home-module__06co2W__heroTitle{font-family:var(--font-display);letter-spacing:.02em;margin-bottom:1.25rem;font-size:clamp(2.8rem,7vw,5rem);font-weight:300;line-height:1.05}.home-module__06co2W__heroSubtitle{font-family:var(--font-body);color:color-mix(in srgb, var(--foreground-on-dark) 82%, transparent);max-width:540px;margin-bottom:2.25rem;font-size:clamp(1rem,2vw,1.2rem);font-weight:300;line-height:1.75}.home-module__06co2W__heroCta{background:var(--accent);color:var(--primary-foreground);font-family:var(--font-body);letter-spacing:.1em;text-transform:uppercase;box-shadow:0 4px 20px color-mix(in srgb, var(--accent) 35%, transparent);border-radius:50px;padding:.9rem 2.5rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:transform .18s cubic-bezier(.16,1,.3,1),box-shadow .18s cubic-bezier(.16,1,.3,1),background .18s cubic-bezier(.16,1,.3,1);display:inline-block}.home-module__06co2W__heroCta:hover{box-shadow:0 8px 28px color-mix(in srgb, var(--accent) 45%, transparent);background:var(--accent-hover);transform:translateY(-2px)}.home-module__06co2W__heroCtaGhost{border:1.5px solid color-mix(in srgb, var(--foreground-on-dark) 30%, transparent);color:color-mix(in srgb, var(--foreground-on-dark) 85%, transparent);font-family:var(--font-body);letter-spacing:.06em;border-radius:50px;padding:.9rem 2.5rem;font-size:.9rem;font-weight:400;text-decoration:none;transition:border-color .18s cubic-bezier(.16,1,.3,1),color .18s cubic-bezier(.16,1,.3,1),background .18s cubic-bezier(.16,1,.3,1);display:inline-block}.home-module__06co2W__heroCtaGhost:hover{background:color-mix(in srgb, var(--foreground-on-dark) 8%, transparent);border-color:color-mix(in srgb, var(--foreground-on-dark) 55%, transparent);color:var(--foreground-on-dark)}.home-module__06co2W__scrollHint{position:absolute;bottom:1.75rem;left:50%;transform:translate(-50%)}.home-module__06co2W__scrollDot{background:color-mix(in srgb, var(--foreground-on-dark) 45%, transparent);border-radius:50%;width:6px;height:6px;margin:0 auto;animation:1.8s ease-in-out infinite home-module__06co2W__scrollBounce}@keyframes home-module__06co2W__scrollBounce{0%,to{opacity:.45;transform:translateY(0)}50%{opacity:1;transform:translateY(8px)}}.home-module__06co2W__heroBridge{background:var(--background-muted);border-top:1px solid var(--border);border-bottom:1px solid var(--border);text-align:center;padding:clamp(2rem,5vw,3rem) 1.5rem}.home-module__06co2W__heroBridgeText{font-family:var(--font-display);color:var(--foreground);max-width:920px;margin:0 auto;font-size:clamp(1.15rem,2.8vw,1.65rem);font-style:italic;font-weight:400;line-height:1.55}.home-module__06co2W__about{background:var(--background);padding:6rem 1.5rem}.home-module__06co2W__aboutGrid{grid-template-columns:minmax(0,1fr) minmax(320px,560px);align-items:center;gap:4rem;max-width:1280px;margin:0 auto;display:grid}.home-module__06co2W__aboutContent{text-align:center;justify-self:end;max-width:620px}.home-module__06co2W__aboutProse{flex-direction:column;gap:1.25rem;margin-bottom:.5rem;display:flex}.home-module__06co2W__aboutText{font-family:var(--font-body);color:var(--foreground-muted);max-width:58ch;margin:0 auto;font-size:clamp(1rem,2vw,1.05rem);font-weight:300;line-height:1.9}.home-module__06co2W__aboutActions{justify-content:center;margin-top:2rem;display:flex}.home-module__06co2W__aboutButton{background:var(--accent);color:var(--primary-foreground);font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;box-shadow:0 4px 20px color-mix(in srgb, var(--accent) 28%, transparent);border-radius:50px;justify-content:center;align-items:center;padding:.9rem 1.5rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:transform .18s cubic-bezier(.16,1,.3,1),box-shadow .18s cubic-bezier(.16,1,.3,1),background .18s cubic-bezier(.16,1,.3,1);display:inline-flex}.home-module__06co2W__aboutButton:hover{background:var(--accent-hover);box-shadow:0 8px 28px color-mix(in srgb, var(--accent) 35%, transparent);transform:translateY(-2px)}.home-module__06co2W__aboutImageWrap{aspect-ratio:4/5;border-radius:var(--radius-md);width:100%;min-height:560px;box-shadow:var(--shadow-lg);background:var(--background-elevated);justify-self:start;position:relative;overflow:hidden}.home-module__06co2W__aboutImage{object-fit:cover;object-position:center top}.home-module__06co2W__coursesSection{background:var(--background-accent);padding:6rem 1.5rem}.home-module__06co2W__coursesInner{max-width:1100px;margin:0 auto}.home-module__06co2W__sectionHeader{text-align:center;margin-bottom:3.5rem}.home-module__06co2W__sectionEyebrow{font-family:var(--font-body);letter-spacing:.3em;text-transform:uppercase;color:var(--accent);margin-bottom:.85rem;font-size:.78rem;font-weight:700}.home-module__06co2W__sectionTitle{font-family:var(--font-display);color:var(--foreground);font-size:clamp(1.8rem,4vw,2.8rem);font-weight:300;line-height:1.2}.home-module__06co2W__divider{background:var(--accent);border-radius:2px;width:50px;height:2px;margin:1rem auto 0}.home-module__06co2W__emptyState{text-align:center;background:var(--background-elevated);border-radius:var(--radius-lg);color:var(--foreground-muted);font-family:var(--font-body);padding:4rem 2rem;font-size:1rem}@media (max-width:1024px){.home-module__06co2W__aboutGrid{grid-template-columns:1fr;gap:2.5rem}.home-module__06co2W__aboutContent{justify-self:stretch;max-width:100%}.home-module__06co2W__aboutImageWrap{max-width:640px;min-height:420px;margin:0 auto}.home-module__06co2W__heroBridgeText{max-width:720px}}@media (max-width:600px){.home-module__06co2W__hero{padding:5.5rem 1rem 4rem}.home-module__06co2W__about,.home-module__06co2W__coursesSection{padding:4rem 1rem}.home-module__06co2W__heroTitle{letter-spacing:0}.home-module__06co2W__heroBridge{padding:1.75rem 1rem}.home-module__06co2W__heroBridgeText{font-size:1.05rem;line-height:1.6}.home-module__06co2W__aboutImageWrap{min-height:360px}.home-module__06co2W__aboutButton,.home-module__06co2W__heroCta,.home-module__06co2W__heroCtaGhost{width:100%;max-width:320px}}@media (prefers-reduced-motion:reduce){.home-module__06co2W__orb1,.home-module__06co2W__orb2,.home-module__06co2W__orb3,.home-module__06co2W__avatarRing,.home-module__06co2W__scrollDot{animation:none}}
.sobreMi-module__K66k4W__page{background:var(--background);padding:7.5rem 1.5rem 5rem;position:relative}.sobreMi-module__K66k4W__inner{max-width:1100px;margin:0 auto}.sobreMi-module__K66k4W__backLink{z-index:2;border:1px solid var(--border-subtle);background:color-mix(in srgb, var(--background-elevated) 88%, transparent);-webkit-backdrop-filter:blur(6px);font-family:var(--font-body);color:var(--foreground);box-shadow:var(--shadow-sm);border-radius:50px;align-items:center;gap:.5rem;padding:.65rem 1.15rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:color .2s,border-color .2s,background .2s,transform .2s;display:inline-flex;position:absolute;top:5.75rem;left:1.5rem}.sobreMi-module__K66k4W__backLink:hover{color:var(--primary);border-color:color-mix(in srgb, var(--primary) 30%, var(--border));background:var(--background-elevated);transform:translate(-2px)}.sobreMi-module__K66k4W__header{text-align:center;max-width:720px;margin:0 auto 3.5rem}.sobreMi-module__K66k4W__eyebrow{font-family:var(--font-body);letter-spacing:.3em;text-transform:uppercase;color:var(--accent);margin-bottom:.85rem;font-size:.78rem;font-weight:700}.sobreMi-module__K66k4W__title{font-family:var(--font-display);color:var(--foreground);margin-bottom:.5rem;font-size:clamp(2rem,5vw,3.2rem);font-weight:300;line-height:1.15}.sobreMi-module__K66k4W__subtitle{font-family:var(--font-body);color:var(--foreground-muted);margin-top:1rem;font-size:clamp(1rem,2vw,1.15rem);font-weight:300;line-height:1.7}.sobreMi-module__K66k4W__pullQuote{border-left:3px solid var(--accent);font-family:var(--font-display);color:var(--foreground);margin:1.75rem 0;padding:1.25rem 0 1.25rem 1.25rem;font-size:clamp(1.2rem,2.5vw,1.45rem);font-style:italic;line-height:1.55}.sobreMi-module__K66k4W__divider{background:var(--accent);border-radius:2px;width:50px;height:2px;margin:1.25rem auto 0}.sobreMi-module__K66k4W__storyBlock{grid-template-columns:minmax(280px,420px) minmax(0,1fr);align-items:start;gap:3.5rem;display:grid}.sobreMi-module__K66k4W__storyBlockIntro{margin-bottom:0}.sobreMi-module__K66k4W__storyMiddle{grid-template-columns:minmax(280px,420px) minmax(0,1fr);align-items:start;gap:3.5rem;margin-top:3rem;margin-bottom:3.5rem;display:grid}.sobreMi-module__K66k4W__storySpacer{min-height:1px}.sobreMi-module__K66k4W__storyBlockClosing{margin-bottom:4rem}.sobreMi-module__K66k4W__imageWrap{aspect-ratio:4/5;border-radius:var(--radius-md);width:100%;box-shadow:var(--shadow-lg);background:var(--background-elevated);position:relative;overflow:hidden}.sobreMi-module__K66k4W__imageWrapSecondary{align-self:start}.sobreMi-module__K66k4W__image{object-fit:cover;object-position:center top}.sobreMi-module__K66k4W__imageSecondary{object-position:center 20%}.sobreMi-module__K66k4W__lead{font-family:var(--font-display);color:var(--foreground);margin-bottom:1.5rem;font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:400;line-height:1.65}.sobreMi-module__K66k4W__prose{flex-direction:column;gap:1rem;display:flex}.sobreMi-module__K66k4W__chapterText{font-family:var(--font-body);color:var(--foreground-muted);margin:0;font-size:1rem;font-weight:300;line-height:1.9}.sobreMi-module__K66k4W__trainingBox{background:var(--background-elevated);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);margin-bottom:4rem;padding:clamp(2rem,4vw,3rem)}.sobreMi-module__K66k4W__trainingEyebrow{font-family:var(--font-body);letter-spacing:.25em;text-transform:uppercase;color:var(--accent);margin-bottom:.5rem;font-size:.75rem;font-weight:700}.sobreMi-module__K66k4W__trainingTitle{font-family:var(--font-display);color:var(--foreground);margin-bottom:2rem;font-size:clamp(1.6rem,3vw,2.1rem);font-weight:400;line-height:1.2}.sobreMi-module__K66k4W__trainingGrid{grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr));gap:1.75rem 2rem;display:grid}.sobreMi-module__K66k4W__trainingGroup{padding-top:.25rem}.sobreMi-module__K66k4W__trainingGroupTitle{font-family:var(--font-body);letter-spacing:.1em;text-transform:uppercase;color:var(--foreground);margin-bottom:.85rem;font-size:.78rem;font-weight:700;line-height:1.4}.sobreMi-module__K66k4W__trainingList{flex-direction:column;gap:.55rem;margin:0;padding:0;list-style:none;display:flex}.sobreMi-module__K66k4W__trainingList li{font-family:var(--font-body);color:var(--foreground-muted);padding-left:1rem;font-size:.92rem;font-weight:300;line-height:1.55;position:relative}.sobreMi-module__K66k4W__trainingList li:before{content:"";background:var(--primary);border-radius:50%;width:5px;height:5px;position:absolute;top:.62em;left:0}.sobreMi-module__K66k4W__approachBlock{border-top:1px solid var(--border);margin-top:2.25rem;padding-top:2rem}.sobreMi-module__K66k4W__approachTitle{font-family:var(--font-display);color:var(--foreground);margin-bottom:1rem;font-size:clamp(1.35rem,2.5vw,1.65rem);font-weight:400}.sobreMi-module__K66k4W__approachText{font-family:var(--font-body);color:var(--foreground-muted);margin:0;font-size:.98rem;font-weight:300;line-height:1.85}.sobreMi-module__K66k4W__approachText+.sobreMi-module__K66k4W__approachText{margin-top:1rem}.sobreMi-module__K66k4W__ctaSection{text-align:center;background:var(--background-accent);border-radius:var(--radius-lg);margin-top:4rem;padding:2.5rem 2rem}.sobreMi-module__K66k4W__ctaTitle{font-family:var(--font-display);color:var(--foreground);margin-bottom:.75rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:300}.sobreMi-module__K66k4W__ctaText{font-family:var(--font-body);color:var(--foreground-muted);max-width:480px;margin:0 auto 1.75rem;font-size:.95rem;font-weight:300;line-height:1.7}.sobreMi-module__K66k4W__ctaActions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.sobreMi-module__K66k4W__ctaPrimary{background:var(--primary);color:var(--primary-foreground);font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;border-radius:50px;justify-content:center;align-items:center;padding:.9rem 1.75rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:background .2s;display:inline-flex}.sobreMi-module__K66k4W__ctaPrimary:hover{background:var(--primary-hover)}.sobreMi-module__K66k4W__ctaSecondary{border:1.5px solid var(--border-subtle);background:var(--background-elevated);color:var(--foreground);font-family:var(--font-body);border-radius:50px;justify-content:center;align-items:center;padding:.9rem 1.75rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .2s,border-color .2s;display:inline-flex}.sobreMi-module__K66k4W__ctaSecondary:hover{background:var(--background-muted);border-color:color-mix(in srgb, var(--primary) 30%, var(--border))}@media (max-width:900px){.sobreMi-module__K66k4W__page{padding-top:7.5rem}.sobreMi-module__K66k4W__storyBlock,.sobreMi-module__K66k4W__storyMiddle{grid-template-columns:1fr;gap:2rem}.sobreMi-module__K66k4W__storyMiddle{margin-top:2rem;margin-bottom:2.5rem}.sobreMi-module__K66k4W__storySpacer{display:none}.sobreMi-module__K66k4W__storyBlockIntro .sobreMi-module__K66k4W__imageWrap{order:1}.sobreMi-module__K66k4W__storyBlockIntro .sobreMi-module__K66k4W__prose{order:2}.sobreMi-module__K66k4W__storyBlockClosing .sobreMi-module__K66k4W__imageWrap{order:1;margin-top:.5rem;margin-bottom:.5rem}.sobreMi-module__K66k4W__storyBlockClosing .sobreMi-module__K66k4W__prose{order:2}.sobreMi-module__K66k4W__storyBlock .sobreMi-module__K66k4W__imageWrap{aspect-ratio:3/4;max-width:min(100%,360px);margin-left:auto;margin-right:auto}.sobreMi-module__K66k4W__backLink{padding:.55rem 1rem;font-size:.88rem;top:5.25rem;left:1rem}}@media (max-width:600px){.sobreMi-module__K66k4W__page{padding:7rem 1rem 3.5rem}.sobreMi-module__K66k4W__backLink{width:fit-content;max-width:calc(100% - 2rem);top:4.85rem;left:1rem;right:1rem}.sobreMi-module__K66k4W__storyBlock .sobreMi-module__K66k4W__imageWrap{aspect-ratio:4/5;max-width:min(100%,320px)}.sobreMi-module__K66k4W__trainingBox{padding:1.75rem 1.25rem}.sobreMi-module__K66k4W__trainingGrid{grid-template-columns:1fr}.sobreMi-module__K66k4W__ctaSection{padding:2rem 1.25rem}.sobreMi-module__K66k4W__ctaPrimary,.sobreMi-module__K66k4W__ctaSecondary{width:100%;max-width:320px}}
.BoldCheckoutModal-module__kxe8Oa__overlay{z-index:2000;background:var(--overlay);-webkit-backdrop-filter:blur(5px);justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.BoldCheckoutModal-module__kxe8Oa__box{background:var(--background-elevated);border-radius:20px;width:100%;max-width:480px;padding:2.25rem;position:relative}.BoldCheckoutModal-module__kxe8Oa__close{cursor:pointer;color:var(--foreground-muted);background:0 0;border:none;font-size:1.4rem;line-height:1;transition:color .2s;position:absolute;top:1rem;right:1rem}.BoldCheckoutModal-module__kxe8Oa__close:hover{color:var(--primary)}.BoldCheckoutModal-module__kxe8Oa__header{border-bottom:1px solid var(--border-subtle);margin-bottom:1.75rem;padding-bottom:1.5rem}.BoldCheckoutModal-module__kxe8Oa__eyebrow{font-family:var(--font-body);letter-spacing:.2em;text-transform:uppercase;color:var(--accent);margin-bottom:.5rem;font-size:.72rem;font-weight:700}.BoldCheckoutModal-module__kxe8Oa__title{font-family:var(--font-display);color:var(--foreground);margin-bottom:.75rem;font-size:1.5rem;font-weight:400;line-height:1.2}.BoldCheckoutModal-module__kxe8Oa__priceBadge{background:var(--accent-muted);color:var(--accent);font-family:var(--font-body);border-radius:50px;padding:.25rem .9rem;font-size:1rem;font-weight:700;display:inline-block}.BoldCheckoutModal-module__kxe8Oa__form{flex-direction:column;gap:1rem;display:flex}.BoldCheckoutModal-module__kxe8Oa__field{flex-direction:column;gap:.35rem;display:flex}.BoldCheckoutModal-module__kxe8Oa__label{font-family:var(--font-body);letter-spacing:.07em;text-transform:uppercase;color:var(--foreground-muted);font-size:.78rem;font-weight:700}.BoldCheckoutModal-module__kxe8Oa__input{border:1.5px solid var(--border-subtle);width:100%;font-family:var(--font-body);color:var(--foreground);background:var(--background-elevated);border-radius:10px;outline:none;padding:.75rem 1rem;font-size:.95rem;transition:border-color .2s}.BoldCheckoutModal-module__kxe8Oa__input:focus{border-color:var(--border-focus)}.BoldCheckoutModal-module__kxe8Oa__input:disabled{opacity:.6}.BoldCheckoutModal-module__kxe8Oa__error{font-family:var(--font-body);color:var(--error);background:var(--error-muted);border-radius:8px;padding:.6rem .9rem;font-size:.85rem}.BoldCheckoutModal-module__kxe8Oa__btnPagar{background:var(--primary);width:100%;color:var(--primary-foreground);font-family:var(--font-body);letter-spacing:.07em;cursor:pointer;border:none;border-radius:50px;margin-top:.5rem;padding:1rem;font-size:1rem;font-weight:700;transition:background .2s,opacity .2s}.BoldCheckoutModal-module__kxe8Oa__btnPagar:hover:not(:disabled){background:var(--primary-hover)}.BoldCheckoutModal-module__kxe8Oa__btnPagar:disabled{opacity:.6;cursor:not-allowed}.BoldCheckoutModal-module__kxe8Oa__hint{font-family:var(--font-body);color:var(--foreground-muted);text-align:center;font-size:.78rem;line-height:1.5}@media (max-width:500px){.BoldCheckoutModal-module__kxe8Oa__box{padding:1.5rem}}.BoldCheckoutModal-module__kxe8Oa__boldWrapper{flex-direction:column;align-items:center;gap:1.25rem;padding-top:.5rem;display:flex}.BoldCheckoutModal-module__kxe8Oa__boldContainer{justify-content:center;width:100%;min-height:60px;display:flex}.BoldCheckoutModal-module__kxe8Oa__confirmSection{flex-direction:column;gap:1.25rem;display:flex}.BoldCheckoutModal-module__kxe8Oa__confirmLabel{font-family:var(--font-body);color:var(--foreground-muted);font-size:.88rem;line-height:1.5}.BoldCheckoutModal-module__kxe8Oa__confirmCard{background:var(--background-muted);border:1px solid var(--border-subtle);border-radius:var(--radius-md);overflow:hidden}.BoldCheckoutModal-module__kxe8Oa__confirmRow{justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 1.1rem;display:flex}.BoldCheckoutModal-module__kxe8Oa__confirmRow+.BoldCheckoutModal-module__kxe8Oa__confirmRow{border-top:1px solid var(--border-subtle)}.BoldCheckoutModal-module__kxe8Oa__confirmKey{font-family:var(--font-body);letter-spacing:.07em;text-transform:uppercase;color:var(--foreground-muted);flex-shrink:0;font-size:.75rem;font-weight:700}.BoldCheckoutModal-module__kxe8Oa__confirmValue{font-family:var(--font-body);color:var(--foreground);text-align:right;word-break:break-word;font-size:.92rem}.BoldCheckoutModal-module__kxe8Oa__loginRequired{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:.5rem 0 .25rem;display:flex}.BoldCheckoutModal-module__kxe8Oa__loginIcon{margin-bottom:.25rem;font-size:2.5rem;line-height:1}.BoldCheckoutModal-module__kxe8Oa__loginTitle{font-family:var(--font-display);color:var(--foreground);margin:0;font-size:1.3rem;font-weight:400}.BoldCheckoutModal-module__kxe8Oa__loginText{font-family:var(--font-body);color:var(--foreground-muted);max-width:340px;margin:0;font-size:.9rem;line-height:1.6}.BoldCheckoutModal-module__kxe8Oa__btnSecundario{width:100%;color:var(--primary);border:2px solid var(--primary);font-family:var(--font-body);letter-spacing:.07em;cursor:pointer;text-align:center;box-sizing:border-box;background:0 0;border-radius:50px;padding:.9rem;font-size:1rem;font-weight:700;text-decoration:none;transition:background .2s,color .2s;display:block}.BoldCheckoutModal-module__kxe8Oa__btnSecundario:hover{background:var(--primary);color:var(--primary-foreground)}.BoldCheckoutModal-module__kxe8Oa__autoPayInfo{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:1.5rem 2rem 2rem;display:flex}.BoldCheckoutModal-module__kxe8Oa__autoPayText{font-family:var(--font-body);color:var(--foreground-muted);font-size:.95rem}
.WhatsAppFAB-module__kiP11W__fab{z-index:999;background:var(--color-whatsapp);width:58px;height:58px;box-shadow:0 4px 20px color-mix(in srgb, var(--color-whatsapp) 45%, transparent);border-radius:50%;justify-content:center;align-items:center;text-decoration:none;transition:transform .18s cubic-bezier(.16,1,.3,1),box-shadow .18s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;bottom:1.75rem;right:1.75rem}.WhatsAppFAB-module__kiP11W__fab:hover{box-shadow:0 8px 28px color-mix(in srgb, var(--color-whatsapp) 55%, transparent);transform:scale(1.1)translateY(-2px)}.WhatsAppFAB-module__kiP11W__fab:active{transform:scale(.96)}.WhatsAppFAB-module__kiP11W__tooltip{background:var(--foreground);color:var(--foreground-on-dark);font-family:var(--font-body);white-space:nowrap;pointer-events:none;opacity:0;border-radius:50px;padding:.4rem .85rem;font-size:.8rem;font-weight:600;transition:opacity .18s cubic-bezier(.16,1,.3,1),transform .18s cubic-bezier(.16,1,.3,1);position:absolute;right:calc(100% + 12px);transform:translate(6px)}.WhatsAppFAB-module__kiP11W__fab:hover .WhatsAppFAB-module__kiP11W__tooltip{opacity:1;transform:translate(0)}@media (max-width:600px){.WhatsAppFAB-module__kiP11W__tooltip{display:none}.WhatsAppFAB-module__kiP11W__fab{width:52px;height:52px;bottom:1.25rem;right:1.25rem}}
.CourseCard-module__EUJnkW__card{color:inherit;background:var(--background-elevated);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);cursor:pointer;text-decoration:none;transition:transform .2s,box-shadow .2s;display:block;overflow:hidden}.CourseCard-module__EUJnkW__card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.CourseCard-module__EUJnkW__card:focus-visible{outline:2px solid var(--border-focus);outline-offset:3px}.CourseCard-module__EUJnkW__thumbnail{background:var(--thumbnail-placeholder);justify-content:center;align-items:center;height:200px;display:flex;position:relative;overflow:hidden}.CourseCard-module__EUJnkW__thumbnailImg{object-fit:cover;width:100%;height:100%}.CourseCard-module__EUJnkW__thumbnailEmoji{font-size:3rem}.CourseCard-module__EUJnkW__priceBadge{background:var(--accent);color:var(--primary-foreground);font-family:var(--font-body);border-radius:50px;padding:.3rem .8rem;font-size:.85rem;font-weight:700;position:absolute;top:1rem;right:1rem}.CourseCard-module__EUJnkW__body{padding:1.5rem}.CourseCard-module__EUJnkW__title{color:var(--foreground);margin-bottom:.75rem;font-size:1.3rem;font-weight:400;line-height:1.3}.CourseCard-module__EUJnkW__description{color:var(--foreground-muted);font-size:.9rem;line-height:1.6;font-family:var(--font-body);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:1.5rem;font-weight:300;display:-webkit-box;overflow:hidden}.CourseCard-module__EUJnkW__btnVerCurso{background:var(--primary);width:100%;color:var(--primary-foreground);font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;text-align:center;border:none;border-radius:50px;padding:.85rem;font-size:.9rem;font-weight:700;transition:background .2s}.CourseCard-module__EUJnkW__card:hover .CourseCard-module__EUJnkW__btnVerCurso{background:var(--primary-hover)}.CourseCard-module__EUJnkW__modalOverlay{z-index:1000;background:var(--overlay);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.CourseCard-module__EUJnkW__modalBox{background:var(--background-elevated);border-radius:20px;width:100%;max-width:560px;max-height:90vh;padding:2.5rem;position:relative;overflow-y:auto}.CourseCard-module__EUJnkW__modalClose{cursor:pointer;color:var(--foreground-muted);background:0 0;border:none;font-size:1.5rem;line-height:1;transition:color .2s;position:absolute;top:1rem;right:1rem}.CourseCard-module__EUJnkW__modalClose:hover{color:var(--primary)}.CourseCard-module__EUJnkW__modalThumb{border-radius:var(--radius-md);width:100%;height:180px;margin-bottom:1.5rem;overflow:hidden}.CourseCard-module__EUJnkW__modalThumbImg{object-fit:cover;width:100%;height:100%}.CourseCard-module__EUJnkW__modalIcon{background:var(--background-accent);border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1.25rem;font-size:1.5rem;display:flex}.CourseCard-module__EUJnkW__modalTitle{color:var(--foreground);margin-bottom:.5rem;font-size:1.7rem;font-weight:400;line-height:1.2}.CourseCard-module__EUJnkW__modalPrice{background:var(--accent-muted);color:var(--accent);font-family:var(--font-body);border-radius:50px;margin-bottom:1.25rem;padding:.25rem .8rem;font-size:.9rem;font-weight:700;display:inline-block}.CourseCard-module__EUJnkW__modalDescription{color:var(--foreground-muted);font-size:1rem;line-height:1.8;font-family:var(--font-body);white-space:pre-line;margin-bottom:1.5rem;font-weight:300}.CourseCard-module__EUJnkW__modalActions{flex-direction:column;gap:.75rem;display:flex}.CourseCard-module__EUJnkW__modalSoon{text-align:center;font-family:var(--font-body);color:var(--foreground-muted);margin:0;font-size:.9rem}.CourseCard-module__EUJnkW__modalError{color:var(--error);font-size:.85rem;font-family:var(--font-body);margin-bottom:.75rem}.CourseCard-module__EUJnkW__btnInscribirse{background:var(--primary);width:100%;color:var(--primary-foreground);font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;cursor:pointer;border:none;border-radius:50px;padding:1rem;font-size:1rem;font-weight:700;transition:background .2s}.CourseCard-module__EUJnkW__btnInscribirse:hover{background:var(--primary-hover)}.CourseCard-module__EUJnkW__btnInscribirse:disabled{opacity:.6;cursor:not-allowed}.CourseCard-module__EUJnkW__videoWrap{aspect-ratio:16/9;background:var(--foreground);border-radius:10px;width:100%;margin-bottom:1.5rem;position:relative;overflow:hidden}.CourseCard-module__EUJnkW__videoWrap iframe{border:none;width:100%;height:100%;position:absolute;inset:0}.CourseCard-module__EUJnkW__contentBadge{font-family:var(--font-body);letter-spacing:.06em;text-transform:uppercase;border-radius:50px;align-items:center;gap:.35rem;margin-bottom:1.25rem;padding:.2rem .7rem;font-size:.72rem;font-weight:700;display:inline-flex}.CourseCard-module__EUJnkW__contentBadgeHotmart{background:var(--accent-muted);color:var(--accent-on-muted)}.CourseCard-module__EUJnkW__contentBadgeYoutube{background:var(--background-muted);color:var(--foreground-muted)}.CourseCard-module__EUJnkW__contentBadgeLink{background:var(--background-accent);color:var(--primary)}.CourseCard-module__EUJnkW__btnLink{background:var(--primary);width:100%;color:var(--primary-foreground);font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;cursor:pointer;text-align:center;border:none;border-radius:50px;padding:1rem;font-size:1rem;font-weight:700;text-decoration:none;transition:background .2s;display:block}.CourseCard-module__EUJnkW__btnLink:hover{background:var(--primary-hover)}.CourseCard-module__EUJnkW__cardOwned{position:relative;border:2px solid var(--accent)!important;box-shadow:0 4px 20px color-mix(in srgb, var(--accent) 20%, transparent)!important}.CourseCard-module__EUJnkW__ownedBadge{background:var(--accent);color:var(--primary-foreground);font-family:var(--font-body);letter-spacing:.06em;text-transform:uppercase;z-index:2;box-shadow:var(--shadow-sm);border-radius:50px;padding:.3rem .75rem;font-size:.72rem;font-weight:700;position:absolute;top:12px;left:12px}.CourseCard-module__EUJnkW__btnVerCursoOwned{color:var(--accent)!important;border-color:var(--accent)!important}
.courseDetail-module__YGqEVW__page{background:var(--background);min-height:100vh}.courseDetail-module__YGqEVW__hero{background:var(--background-muted);padding:6.5rem 1.5rem 4rem;position:relative;overflow:hidden}.courseDetail-module__YGqEVW__heroInner{grid-template-columns:minmax(0,1fr) minmax(280px,440px);align-items:center;gap:3rem;max-width:1100px;margin:0 auto;display:grid}.courseDetail-module__YGqEVW__heroContent{max-width:620px}.courseDetail-module__YGqEVW__backLink{z-index:2;border:1px solid var(--border-subtle);background:color-mix(in srgb, var(--background-elevated) 88%, transparent);-webkit-backdrop-filter:blur(6px);font-family:var(--font-body);color:var(--foreground);box-shadow:var(--shadow-sm);border-radius:50px;align-items:center;gap:.5rem;padding:.65rem 1.15rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:color .2s,border-color .2s,background .2s,transform .2s;display:inline-flex;position:absolute;top:5.75rem;left:1.5rem}.courseDetail-module__YGqEVW__backLink:hover{color:var(--primary);border-color:color-mix(in srgb, var(--primary) 30%, var(--border));background:var(--background-elevated);transform:translate(-2px)}.courseDetail-module__YGqEVW__eyebrow{font-family:var(--font-body);letter-spacing:.3em;text-transform:uppercase;color:var(--accent);margin-bottom:.85rem;font-size:.78rem;font-weight:700}.courseDetail-module__YGqEVW__title{font-family:var(--font-display);color:var(--foreground);margin-bottom:1rem;font-size:clamp(2rem,5vw,3.2rem);font-weight:300;line-height:1.12}.courseDetail-module__YGqEVW__lead{font-family:var(--font-body);color:var(--foreground-muted);margin-bottom:1.5rem;font-size:clamp(1rem,2vw,1.15rem);font-weight:300;line-height:1.75}.courseDetail-module__YGqEVW__priceTag{background:var(--accent-muted);color:var(--accent);font-family:var(--font-body);border-radius:50px;padding:.35rem 1rem;font-size:1rem;font-weight:700;display:inline-block}.courseDetail-module__YGqEVW__heroMeta{flex-wrap:wrap;align-items:center;gap:1rem;margin-top:.25rem;display:flex}.courseDetail-module__YGqEVW__heroEnrollBtn{background:var(--primary);color:var(--primary-foreground);font-family:var(--font-body);letter-spacing:.06em;text-transform:uppercase;cursor:pointer;border:none;border-radius:50px;justify-content:center;align-items:center;padding:.85rem 1.75rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:background .2s;display:inline-flex}.courseDetail-module__YGqEVW__heroEnrollBtn:hover{background:var(--primary-hover)}.courseDetail-module__YGqEVW__heroImageWrap{aspect-ratio:4/5;border-radius:var(--radius-md);width:100%;box-shadow:var(--shadow-lg);background:var(--background-elevated);position:relative;overflow:hidden}.courseDetail-module__YGqEVW__heroImage{object-fit:cover;width:100%;height:100%}.courseDetail-module__YGqEVW__heroPlaceholder{background:var(--thumbnail-placeholder);justify-content:center;align-items:center;width:100%;height:100%;font-size:3rem;display:flex}.courseDetail-module__YGqEVW__content{max-width:720px;margin:0 auto;padding:4rem 1.5rem}.courseDetail-module__YGqEVW__contentTitle{font-family:var(--font-display);color:var(--foreground);margin-bottom:1.5rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:400;line-height:1.25}.courseDetail-module__YGqEVW__prose{flex-direction:column;gap:1.25rem;display:flex}.courseDetail-module__YGqEVW__paragraph{font-family:var(--font-body);color:var(--foreground-muted);margin:0;font-size:1.05rem;font-weight:300;line-height:1.9}.courseDetail-module__YGqEVW__enrollWrap{max-width:720px;margin:0 auto;padding:0 1.5rem 5rem}.courseDetail-module__YGqEVW__enrollSection{background:var(--background-accent);border-radius:var(--radius-lg);text-align:center;padding:2.5rem 2rem}.courseDetail-module__YGqEVW__enrollEyebrow{font-family:var(--font-body);letter-spacing:.25em;text-transform:uppercase;color:var(--accent);margin-bottom:.75rem;font-size:.75rem;font-weight:700}.courseDetail-module__YGqEVW__enrollTitle{font-family:var(--font-display);color:var(--foreground);margin-bottom:.75rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:300;line-height:1.2}.courseDetail-module__YGqEVW__enrollPrice{font-family:var(--font-body);color:var(--accent);margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.courseDetail-module__YGqEVW__enrollText{font-family:var(--font-body);color:var(--foreground-muted);max-width:420px;margin:0 auto 1.5rem;font-size:.95rem;font-weight:300;line-height:1.7}.courseDetail-module__YGqEVW__enrollBtn{background:var(--primary);min-width:min(100%,280px);color:var(--primary-foreground);font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;cursor:pointer;border:none;border-radius:50px;justify-content:center;align-items:center;padding:1rem 2rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:background .2s;display:inline-flex}.courseDetail-module__YGqEVW__enrollBtn:hover{background:var(--primary-hover)}.courseDetail-module__YGqEVW__enrollBtnSecondary{border:1.5px solid var(--border-subtle);background:var(--background-elevated);min-width:min(100%,280px);color:var(--foreground);font-family:var(--font-body);border-radius:50px;justify-content:center;align-items:center;padding:1rem 2rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:background .2s,border-color .2s;display:inline-flex}.courseDetail-module__YGqEVW__enrollBtnSecondary:hover{background:var(--background-muted)}.courseDetail-module__YGqEVW__enrollHint{font-family:var(--font-body);color:var(--foreground-subtle);margin-top:1rem;font-size:.78rem}@media (max-width:900px){.courseDetail-module__YGqEVW__heroInner{grid-template-columns:1fr;gap:2rem}.courseDetail-module__YGqEVW__heroImageWrap{order:-1;max-width:480px;margin:0 auto}.courseDetail-module__YGqEVW__hero{padding-top:7.5rem}.courseDetail-module__YGqEVW__backLink{padding:.55rem 1rem;font-size:.88rem;top:5.25rem;left:1rem}}@media (max-width:600px){.courseDetail-module__YGqEVW__hero{padding:7rem 1rem 3rem}.courseDetail-module__YGqEVW__backLink{width:fit-content;max-width:calc(100% - 2rem);top:4.85rem;left:1rem;right:1rem}.courseDetail-module__YGqEVW__heroMeta{flex-direction:column;align-items:flex-start}.courseDetail-module__YGqEVW__heroEnrollBtn{width:100%;max-width:320px}.courseDetail-module__YGqEVW__content{padding:3rem 1rem}.courseDetail-module__YGqEVW__enrollWrap{padding:0 1rem 3.5rem}.courseDetail-module__YGqEVW__enrollSection{padding:2rem 1.25rem}}
