.CourseCards-module__wXtxGa__cardsContainer{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;width:100%;max-width:1200px;margin:0 auto;padding:2rem;display:grid}.CourseCards-module__wXtxGa__card{cursor:default;background-color:#fbfbfd;border-radius:32px;flex-direction:column;min-height:480px;padding:2.5rem;transition:transform .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 24px #0000000a}.CourseCards-module__wXtxGa__card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000014}.CourseCards-module__wXtxGa__cardHeader{z-index:2;margin-bottom:2rem;position:relative}.CourseCards-module__wXtxGa__cardLabel{color:#515154;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.8rem;font-size:.85rem;font-weight:600;display:inline-block}.CourseCards-module__wXtxGa__cardTitle{color:#1d1d1f;margin-bottom:1rem;font-size:1.8rem;font-weight:600;line-height:1.1}.CourseCards-module__wXtxGa__cardSubtitle{color:#515154;margin-bottom:2rem;font-size:1.05rem;line-height:1.4}.CourseCards-module__wXtxGa__priceValue{color:#1d1d1f;margin-top:auto;margin-bottom:1.5rem;font-size:1.4rem;font-weight:700}.CourseCards-module__wXtxGa__comingSoonBadge{color:#fff;letter-spacing:.02em;z-index:5;white-space:nowrap;background:linear-gradient(135deg,#1a7f4e 0%,#25a865 100%);border-radius:50px;align-items:center;gap:.35rem;padding:.45rem .9rem .45rem .7rem;font-size:.78rem;font-weight:700;animation:2.4s ease-in-out infinite CourseCards-module__wXtxGa__pulseBadge;display:flex;position:absolute;top:1.5rem;right:1.5rem;box-shadow:0 4px 14px #1a7f4e59}.CourseCards-module__wXtxGa__comingSoonIcon{font-size:1rem;animation:2.4s ease-in-out infinite CourseCards-module__wXtxGa__swing}@keyframes CourseCards-module__wXtxGa__pulseBadge{0%,to{box-shadow:0 4px 14px #1a7f4e59}50%{box-shadow:0 6px 22px #1a7f4e8c}}@keyframes CourseCards-module__wXtxGa__swing{0%,to{transform:rotate(0)}25%{transform:rotate(-8deg)}75%{transform:rotate(8deg)}}.CourseCards-module__wXtxGa__cardComingSoon{background:linear-gradient(160deg,#f8fff9 0%,#f0faf4 100%);border:1.5px solid #c8ecd8}.CourseCards-module__wXtxGa__comingSoonBadgeInline{color:#fff;letter-spacing:.01em;white-space:nowrap;background:linear-gradient(135deg,#1a7f4e 0%,#25a865 100%);border-radius:50px;align-items:center;gap:.4rem;margin-top:.75rem;padding:.45rem 1rem .45rem .85rem;font-size:.88rem;font-weight:700;animation:2.4s ease-in-out infinite CourseCards-module__wXtxGa__pulseBadge;display:inline-flex;box-shadow:0 4px 14px #1a7f4e59}.CourseCards-module__wXtxGa__imagePlaceholder{color:#515154;background-color:#e5e5ea;border:1px dashed #d2d2d7;border-radius:16px;justify-content:center;align-items:center;width:100%;height:160px;margin-top:auto;font-size:.9rem;display:flex}.CourseCards-module__wXtxGa__cardImage{object-fit:cover;padding:0}.CourseCards-module__wXtxGa__interactiveBtn{color:#fff;cursor:pointer;z-index:10;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#000c;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:background-color .2s,transform .2s;display:flex;position:absolute;bottom:2.5rem;right:2.5rem}.CourseCards-module__wXtxGa__interactiveBtn:hover{background-color:#000;transform:scale(1.05)}.CourseCards-module__wXtxGa__modalOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;opacity:0;visibility:hidden;background-color:#0006;justify-content:center;align-items:center;width:100vw;height:100vh;padding:2rem;transition:opacity .3s,visibility .3s;display:flex;position:fixed;inset:0}.CourseCards-module__wXtxGa__modalOverlay.CourseCards-module__wXtxGa__active{opacity:1;visibility:visible}.CourseCards-module__wXtxGa__modalContent{background-color:#fff;border-radius:24px;width:100%;max-width:800px;max-height:85vh;padding:4rem;transition:transform .4s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow-y:auto;transform:scale(.95)translateY(20px);box-shadow:0 20px 60px #00000026}.CourseCards-module__wXtxGa__modalOverlay.CourseCards-module__wXtxGa__active .CourseCards-module__wXtxGa__modalContent{transform:scale(1)translateY(0)}.CourseCards-module__wXtxGa__closeModalBtn{color:#1d1d1f;cursor:pointer;z-index:30;background-color:#e5e5ea;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:background-color .2s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.CourseCards-module__wXtxGa__closeModalBtn:hover{background-color:#d2d2d7}.CourseCards-module__wXtxGa__modalHeader{color:#1d1d1f;margin-bottom:2.5rem}.CourseCards-module__wXtxGa__modalPreTitle{text-transform:uppercase;letter-spacing:.5px;color:#515154;margin-bottom:.5rem;font-size:.9rem;font-weight:600;display:block}.CourseCards-module__wXtxGa__modalTitle{letter-spacing:-.5px;padding-right:2rem;font-size:2.5rem;font-weight:600;line-height:1.1}.CourseCards-module__wXtxGa__modalBody{color:#515154;font-size:1.1rem;line-height:1.6}.CourseCards-module__wXtxGa__modalBody p{margin-bottom:2rem}.CourseCards-module__wXtxGa__paymentSection{background-color:#f5f5f7;border:1px solid #e5e5ea;border-radius:20px;margin-top:3rem;padding:2.5rem}.CourseCards-module__wXtxGa__paymentTitle{color:#1d1d1f;margin-bottom:.5rem;font-size:1.2rem;font-weight:600;display:block}.CourseCards-module__wXtxGa__paymentPriceRow{flex-direction:column;gap:.3rem;margin-bottom:1rem;display:flex}.CourseCards-module__wXtxGa__paymentPrice{color:#1d1d1f;font-size:2.5rem;font-weight:700;line-height:1.1}.CourseCards-module__wXtxGa__paymentCurrency{color:#86868b;font-size:1rem;font-weight:400}.CourseCards-module__wXtxGa__paymentDesc{color:#515154;margin-bottom:1.5rem;font-size:.95rem;line-height:1.5}.CourseCards-module__wXtxGa__enrollBtn{color:#fff;letter-spacing:.01em;cursor:pointer;background:linear-gradient(135deg,#1a7f4e 0%,#25a865 100%);border:none;border-radius:14px;width:100%;padding:1rem 1.5rem;font-size:1.05rem;font-weight:700;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 16px #1a7f4e4d}.CourseCards-module__wXtxGa__enrollBtn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #1a7f4e6b}.CourseCards-module__wXtxGa__comingSoonModalBadge{color:#fff;background:linear-gradient(135deg,#1a7f4e 0%,#25a865 100%);border-radius:50px;align-items:center;gap:.4rem;margin-bottom:1.25rem;padding:.5rem 1.1rem;font-size:.85rem;font-weight:700;display:inline-flex;box-shadow:0 4px 14px #1a7f4e4d}.CourseCards-module__wXtxGa__interestIntro{color:#3a3a3c;margin-bottom:1.5rem;font-size:.97rem;line-height:1.55}.CourseCards-module__wXtxGa__interestForm{flex-direction:column;gap:1rem;display:flex}.CourseCards-module__wXtxGa__interestRow{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.CourseCards-module__wXtxGa__interestGroup{flex-direction:column;gap:.35rem;display:flex}.CourseCards-module__wXtxGa__interestLabel{color:#3a3a3c;font-size:.85rem;font-weight:600}.CourseCards-module__wXtxGa__interestInput{color:#1d1d1f;background:#fff;border:1.5px solid #d2d2d7;border-radius:10px;outline:none;padding:.7rem 1rem;font-size:.95rem;transition:border-color .2s}.CourseCards-module__wXtxGa__interestInput:focus{border-color:#1a7f4e;box-shadow:0 0 0 3px #1a7f4e1f}.CourseCards-module__wXtxGa__interestInput:disabled{opacity:.6;background:#f5f5f7}.CourseCards-module__wXtxGa__interestTextarea{color:#1d1d1f;resize:vertical;background:#fff;border:1.5px solid #d2d2d7;border-radius:10px;outline:none;padding:.7rem 1rem;font-family:inherit;font-size:.95rem;line-height:1.5;transition:border-color .2s}.CourseCards-module__wXtxGa__interestTextarea:focus{border-color:#1a7f4e;box-shadow:0 0 0 3px #1a7f4e1f}.CourseCards-module__wXtxGa__interestTextarea:disabled{opacity:.6;background:#f5f5f7}.CourseCards-module__wXtxGa__interestCheckbox{align-items:flex-start;gap:.6rem;display:flex}.CourseCards-module__wXtxGa__interestCheckboxInput{accent-color:#1a7f4e;cursor:pointer;flex-shrink:0;width:16px;height:16px;margin-top:.15rem}.CourseCards-module__wXtxGa__interestCheckboxLabel{color:#515154;cursor:pointer;font-size:.85rem;line-height:1.45}.CourseCards-module__wXtxGa__interestSubmitBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#1a7f4e 0%,#25a865 100%);border:none;border-radius:12px;margin-top:.5rem;padding:.9rem 1.5rem;font-size:1rem;font-weight:700;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 14px #1a7f4e47}.CourseCards-module__wXtxGa__interestSubmitBtn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 22px #1a7f4e66}.CourseCards-module__wXtxGa__interestSubmitBtn:disabled{opacity:.65;cursor:not-allowed}.CourseCards-module__wXtxGa__interestSuccess{text-align:center;background:linear-gradient(135deg,#f0fff8 0%,#e6faf2 100%);border:1.5px solid #b2e8cd;border-radius:14px;flex-direction:column;align-items:center;gap:.6rem;padding:1.5rem;display:flex}.CourseCards-module__wXtxGa__interestSuccessIcon{font-size:2rem;line-height:1}.CourseCards-module__wXtxGa__interestSuccess strong{color:#1a7f4e;font-size:1.05rem}.CourseCards-module__wXtxGa__interestSuccess p{color:#515154;margin:0;font-size:.9rem}.CourseCards-module__wXtxGa__interestError{color:#c00;background:#fff0f0;border:1px solid #ffb3b3;border-radius:8px;padding:.7rem 1rem;font-size:.9rem}.CourseCards-module__wXtxGa__modalListTitle{color:#1d1d1f;margin-bottom:1rem;font-size:1.3rem;font-weight:600}.CourseCards-module__wXtxGa__detailList{margin:0 0 2rem;padding:0;list-style:none}.CourseCards-module__wXtxGa__detailList li{margin-bottom:1rem;padding-left:1.5rem;font-size:1.05rem;position:relative}.CourseCards-module__wXtxGa__detailList li:before{content:"✓";color:#06c;font-weight:700;position:absolute;top:0;left:0}@media (max-width:768px){.CourseCards-module__wXtxGa__card{min-height:400px;padding:2rem}.CourseCards-module__wXtxGa__interactiveBtn{bottom:2rem;right:2rem}.CourseCards-module__wXtxGa__modalOverlay{padding:1rem}.CourseCards-module__wXtxGa__modalContent{border-radius:20px;max-height:90vh;padding:2.5rem 1.5rem}.CourseCards-module__wXtxGa__modalTitle{font-size:1.8rem}.CourseCards-module__wXtxGa__interestRow{grid-template-columns:1fr}.CourseCards-module__wXtxGa__comingSoonBadge{padding:.4rem .75rem;font-size:.72rem}}.CourseCards-module__wXtxGa__loadingText{text-align:center;color:#86868b;padding:3rem}.CourseCards-module__wXtxGa__noDetailsText{color:#86868b;margin-top:1rem;font-style:italic}.CourseCards-module__wXtxGa__pdfNote{color:#86868b;margin-top:2rem;font-size:.95rem}
.Cursos-module__XSLJTa__mainContent{background-color:var(--apple-green-light);min-height:100vh;padding:8rem 0}.Cursos-module__XSLJTa__headerContainer{text-align:center;margin-bottom:4rem}.Cursos-module__XSLJTa__subtitle{max-width:600px;margin:0 auto}
