:root{--sage:#afc6a5;--beige:#efe9dd;--cream:#f9f7f2;--deep:#2f5f3b;--muted:#5c6c5f;--white:#fff;--radius:14px;--pill:50px;--container:1100px;--shadow-card:0 10px 24px #2f5f3b0d;--shadow-hover:0 20px 40px #2f5f3b1f}.Courses-module__SMGyyG__section{color:var(--deep);background:linear-gradient(135deg,#eef5f0 0%,#f9f7f2 100%);min-height:100vh;padding:80px 18px;font-family:Inter,sans-serif}.Courses-module__SMGyyG__container{max-width:var(--container);margin:0 auto}.Courses-module__SMGyyG__heading{color:var(--deep);text-align:center;margin:0 0 12px;font-family:Playfair Display,serif;font-size:36px}.Courses-module__SMGyyG__lead{color:var(--muted);text-align:center;max-width:600px;margin:0 auto 18px;font-size:18px;line-height:1.6}.Courses-module__SMGyyG__yearBanner{border-radius:var(--pill);width:fit-content;color:var(--deep);-webkit-backdrop-filter:blur(8px);background:#ffffffb8;border:1px solid #2f5f3b1a;justify-content:center;align-items:center;gap:8px;margin:0 auto 40px;padding:10px 18px;font-size:14px;font-weight:800;display:inline-flex;box-shadow:0 10px 24px #2f5f3b0f}.Courses-module__SMGyyG__yearBannerIcon{font-size:16px;line-height:1}.Courses-module__SMGyyG__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));align-items:stretch;gap:30px;display:grid}.Courses-module__SMGyyG__card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-card);border:1px solid #2f5f3b0d;flex-direction:column;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex;position:relative;overflow:hidden}.Courses-module__SMGyyG__card:hover{box-shadow:var(--shadow-hover);border-color:#2f5f3b26;transform:translateY(-8px)}.Courses-module__SMGyyG__imageWrapper{flex:none;height:220px;position:relative;overflow:hidden}.Courses-module__SMGyyG__image{object-fit:cover;width:100%;height:100%;transition:transform .5s;display:block}.Courses-module__SMGyyG__card:hover .Courses-module__SMGyyG__image{transform:scale(1.05)}.Courses-module__SMGyyG__badge{background:var(--deep);color:var(--white);border-radius:var(--pill);text-transform:uppercase;letter-spacing:.5px;z-index:3;padding:6px 14px;font-size:12px;font-weight:700;position:absolute;top:16px;right:16px;box-shadow:0 4px 10px #00000026}.Courses-module__SMGyyG__courseYearBadge{z-index:3;border-radius:var(--pill);min-width:68px;color:var(--deep);letter-spacing:.08em;text-transform:uppercase;-webkit-backdrop-filter:blur(8px);background:#ffffffe0;border:1px solid #fffffff2;justify-content:center;align-items:center;padding:6px 12px;font-size:12px;font-weight:900;display:inline-flex;position:absolute;top:16px;left:16px;box-shadow:0 6px 16px #1f2d1f1f}.Courses-module__SMGyyG__info{flex-direction:column;flex:auto;gap:16px;padding:24px;display:flex}.Courses-module__SMGyyG__title{color:var(--deep);margin:0;font-family:Playfair Display,serif;font-size:22px;line-height:1.3}.Courses-module__SMGyyG__subscriptionInfo{color:var(--deep);background:#2f5f3b14;border-radius:12px;margin:0;padding:10px 12px;font-size:14px;line-height:1.4}.Courses-module__SMGyyG__subscriptionInfo strong{font-weight:700}.Courses-module__SMGyyG__chips{flex-wrap:wrap;gap:8px;display:flex}.Courses-module__SMGyyG__chip{background:var(--cream);color:var(--muted);border-radius:var(--pill);border:1px solid #2f5f3b1a;padding:6px 14px;font-size:12px;font-weight:600}.Courses-module__SMGyyG__prices{border-top:1px solid #0000000a;align-items:baseline;gap:12px;margin-top:auto;padding-top:12px;display:flex}.Courses-module__SMGyyG__oldPrice{color:#999;font-size:15px;font-weight:500;text-decoration:line-through}.Courses-module__SMGyyG__newPrice{color:var(--deep);font-family:Playfair Display,serif;font-size:24px;font-weight:700}.Courses-module__SMGyyG__actions{align-items:center;gap:10px;margin-top:10px;display:flex}.Courses-module__SMGyyG__buyBtn{border-radius:var(--pill);background:var(--deep);min-height:44px;color:var(--white);cursor:pointer;border:none;flex:1;justify-content:center;align-items:center;padding:12px 20px;font-size:14px;font-weight:700;text-decoration:none;transition:transform .2s,background .2s,box-shadow .2s,opacity .2s;display:inline-flex;box-shadow:0 4px 12px #2f5f3b33}.Courses-module__SMGyyG__buyBtn:hover:not(:disabled){background:#234a2d;transform:translateY(-2px);box-shadow:0 8px 16px #2f5f3b40}.Courses-module__SMGyyG__buyBtn:disabled{opacity:.75;cursor:not-allowed;transform:none}.Courses-module__SMGyyG__more{border-radius:var(--pill);min-height:44px;color:var(--deep);background:0 0;border:1px solid #2f5f3b33;justify-content:center;align-items:center;padding:12px 20px;font-size:14px;font-weight:600;text-decoration:none;transition:transform .2s,background .2s,border-color .2s;display:inline-flex}.Courses-module__SMGyyG__more:hover{background:var(--cream);border-color:var(--deep);transform:translateY(-2px)}.Courses-module__SMGyyG__footerNote{color:var(--muted);text-align:center;opacity:.9;margin-top:40px;font-size:14px}.Courses-module__SMGyyG__footerNote p{margin:0}.Courses-module__SMGyyG__footerLink{color:var(--deep);font-weight:700;text-decoration:none}.Courses-module__SMGyyG__footerLink:hover{text-decoration:underline}@media (max-width:920px){.Courses-module__SMGyyG__imageWrapper{height:200px}}@media (max-width:600px){.Courses-module__SMGyyG__section{padding:60px 18px}.Courses-module__SMGyyG__heading{font-size:28px}.Courses-module__SMGyyG__lead{font-size:16px}.Courses-module__SMGyyG__yearBanner{margin-bottom:30px}.Courses-module__SMGyyG__actions{flex-direction:column}.Courses-module__SMGyyG__buyBtn,.Courses-module__SMGyyG__more{width:100%}}.Courses-module__SMGyyG__courseModalBackdrop{z-index:1000;-webkit-backdrop-filter:blur(8px);background:#142318ad;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0;overflow-y:auto}.Courses-module__SMGyyG__courseModal{background:var(--white);border:1px solid #fff6;border-radius:26px;width:min(940px,100%);max-height:calc(100vh - 48px);position:relative;overflow:hidden auto;box-shadow:0 30px 80px #0a190e4d,0 8px 24px #0a190e29}.Courses-module__SMGyyG__courseModalClose{z-index:5;width:42px;height:42px;color:var(--deep);cursor:pointer;background:#ffffffeb;border:1px solid #2f5f3b1f;border-radius:50%;justify-content:center;align-items:center;padding:0;font-size:28px;font-weight:400;line-height:1;transition:transform .2s,background .2s;display:inline-flex;position:absolute;top:16px;right:16px;box-shadow:0 8px 20px #1f2d1f26}.Courses-module__SMGyyG__courseModalClose:hover{background:var(--cream);transform:rotate(5deg)scale(1.06)}.Courses-module__SMGyyG__courseModalImageWrapper{width:100%;height:300px;position:relative;overflow:hidden}.Courses-module__SMGyyG__courseModalImage{object-fit:cover;width:100%;height:100%;display:block}.Courses-module__SMGyyG__courseModalImageWrapper:after{content:"";pointer-events:none;background:linear-gradient(#0f21130f 20%,#0f211380 100%);position:absolute;inset:0}.Courses-module__SMGyyG__courseModalBadge{z-index:2;border-radius:var(--pill);color:var(--deep);letter-spacing:.06em;text-transform:uppercase;-webkit-backdrop-filter:blur(8px);background:#ffffffe0;border:1px solid #ffffff80;justify-content:center;align-items:center;padding:8px 14px;font-size:12px;font-weight:800;display:inline-flex;position:absolute;bottom:22px;left:24px}.Courses-module__SMGyyG__courseModalContent{padding:clamp(24px,5vw,44px)}.Courses-module__SMGyyG__courseModalHeader{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:30px;display:grid}.Courses-module__SMGyyG__courseModalTitle{color:var(--deep);margin:0;font-family:Playfair Display,serif;font-size:clamp(30px,4vw,44px);line-height:1.12}.Courses-module__SMGyyG__courseModalLead{max-width:680px;color:var(--muted);margin:16px 0 0;font-size:17px;line-height:1.7}.Courses-module__SMGyyG__courseModalPrice{background:var(--cream);text-align:right;border:1px solid #2f5f3b1a;border-radius:18px;flex-direction:column;gap:6px;min-width:150px;padding:18px 20px;display:flex}.Courses-module__SMGyyG__courseModalPrice span{color:var(--muted);text-transform:uppercase;font-size:12px;font-weight:700}.Courses-module__SMGyyG__courseModalPrice strong{color:var(--deep);font-family:Playfair Display,serif;font-size:28px;line-height:1.1}.Courses-module__SMGyyG__courseModalDescription{max-width:850px;color:var(--muted);margin:28px 0 0;font-size:16px;line-height:1.8}.Courses-module__SMGyyG__courseModalSubtitle{color:var(--deep);margin:36px 0 18px;font-family:Playfair Display,serif;font-size:26px}.Courses-module__SMGyyG__courseModalBenefits{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.Courses-module__SMGyyG__courseModalBenefit{background:linear-gradient(145deg,#f9f7f2eb,#eef5f0eb);border:1px solid #2f5f3b1a;border-radius:18px;flex-direction:column;gap:14px;padding:22px;display:flex}.Courses-module__SMGyyG__courseModalBenefitIcon{background:#afc6a53d;border-radius:14px;justify-content:center;align-items:center;width:46px;height:46px;font-size:24px;display:inline-flex}.Courses-module__SMGyyG__courseModalBenefit h4{color:var(--deep);margin:0 0 8px;font-family:Playfair Display,serif;font-size:19px;line-height:1.3}.Courses-module__SMGyyG__courseModalBenefit p{color:var(--muted);margin:0;font-size:14px;line-height:1.65}.Courses-module__SMGyyG__courseModalInfoGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:16px;display:grid}.Courses-module__SMGyyG__courseModalInfo{background:#ffffffe6;border:1px solid #2f5f3b1a;border-radius:18px;padding:22px}.Courses-module__SMGyyG__courseModalInfo h3{color:var(--deep);margin:0 0 10px;font-family:Playfair Display,serif;font-size:21px}.Courses-module__SMGyyG__courseModalInfo p{color:var(--muted);margin:0;font-size:14px;line-height:1.7}.Courses-module__SMGyyG__courseModalSafety{color:#624914;background:#fff8e8;border:1px solid #b7802433;border-left:5px solid #b78024;border-radius:14px;margin-top:18px;padding:20px 22px}.Courses-module__SMGyyG__courseModalSafety strong{margin-bottom:6px;font-size:15px;display:block}.Courses-module__SMGyyG__courseModalSafety p{margin:0;font-size:14px;line-height:1.65}.Courses-module__SMGyyG__courseModalActions{border-top:1px solid #2f5f3b14;justify-content:flex-end;gap:12px;margin-top:28px;padding-top:24px;display:flex}.Courses-module__SMGyyG__courseModalSecondary,.Courses-module__SMGyyG__courseModalBuy{border-radius:var(--pill);cursor:pointer;justify-content:center;align-items:center;min-height:46px;padding:12px 24px;font-size:14px;font-weight:700;transition:transform .2s,background .2s,border-color .2s,box-shadow .2s;display:inline-flex}.Courses-module__SMGyyG__courseModalSecondary{color:var(--deep);background:0 0;border:1px solid #2f5f3b33}.Courses-module__SMGyyG__courseModalSecondary:hover{background:var(--cream);border-color:var(--deep);transform:translateY(-2px)}.Courses-module__SMGyyG__courseModalBuy{background:var(--deep);min-width:180px;color:var(--white);border:none;box-shadow:0 6px 16px #2f5f3b38}.Courses-module__SMGyyG__courseModalBuy:hover:not(:disabled){background:#234a2d;transform:translateY(-2px);box-shadow:0 10px 22px #2f5f3b47}.Courses-module__SMGyyG__courseModalBuy:disabled{opacity:.7;cursor:not-allowed}.Courses-module__SMGyyG__more{cursor:pointer}@media (max-width:760px){.Courses-module__SMGyyG__courseModalBackdrop{align-items:flex-start;padding:14px}.Courses-module__SMGyyG__courseModal{border-radius:20px;max-height:calc(100vh - 28px)}.Courses-module__SMGyyG__courseModalImageWrapper{height:220px}.Courses-module__SMGyyG__courseModalHeader{grid-template-columns:1fr;gap:18px}.Courses-module__SMGyyG__courseModalPrice{text-align:left;width:fit-content}.Courses-module__SMGyyG__courseModalBenefits,.Courses-module__SMGyyG__courseModalInfoGrid{grid-template-columns:1fr}}@media (max-width:500px){.Courses-module__SMGyyG__courseModalBackdrop{padding:0}.Courses-module__SMGyyG__courseModal{border:none;border-radius:0;width:100%;min-height:100vh;max-height:100vh}.Courses-module__SMGyyG__courseModalImageWrapper{height:200px}.Courses-module__SMGyyG__courseModalBadge{bottom:16px;left:16px}.Courses-module__SMGyyG__courseModalContent{padding:24px 18px}.Courses-module__SMGyyG__courseModalTitle{font-size:29px}.Courses-module__SMGyyG__courseModalLead{font-size:15px}.Courses-module__SMGyyG__courseModalActions{flex-direction:column-reverse}.Courses-module__SMGyyG__courseModalSecondary,.Courses-module__SMGyyG__courseModalBuy{width:100%}}
:root{--sage:#afc6a5;--beige:#efe9dd;--cream:#f9f7f2;--deep:#3e5e4c;--muted:#6b6b6b;--cardShadow:#1f2d1f0f;--container:1100px;--radius:14px}.Course-module__yCV4-G__coursePage{color:var(--deep);background:linear-gradient(#f9f7f299,#fffffff2);border-radius:10px;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial}.Course-module__yCV4-G__hero{background:linear-gradient(#fff9,#efe9dd08);padding:20px 0}.Course-module__yCV4-G__heroInner{max-width:var(--container);align-items:center;gap:28px;margin:0 auto;padding:6px 0;display:flex}.Course-module__yCV4-G__heroText{flex:1}.Course-module__yCV4-G__heroTitle{margin:0 0 8px;font-family:Playfair Display,serif;font-size:36px;line-height:1.04}.Course-module__yCV4-G__heroLead{color:var(--muted);margin:0;font-size:16px}.Course-module__yCV4-G__heroVisual img{object-fit:cover;width:540px;height:350px;box-shadow:0 14px 36px var(--cardShadow);border:1px solid #1f2d1f08;border-radius:12px}.Course-module__yCV4-G__container{max-width:var(--container);margin:0 auto;padding:28px 18px}.Course-module__yCV4-G__sectionTitle{text-transform:uppercase;margin:0 0 18px;font-family:Playfair Display,serif;font-size:28px}.Course-module__yCV4-G__programGrid{grid-template-columns:1fr;gap:18px;display:grid}.Course-module__yCV4-G__card{background:var(--main);border-radius:var(--radius);box-shadow:0 12px 30px var(--cardShadow);align-items:flex-start;gap:18px;padding:16px;transition:transform .18s,box-shadow .18s;display:flex}.Course-module__yCV4-G__card:hover{transform:translateY(-6px);box-shadow:0 22px 46px #1f2d1f14}.Course-module__yCV4-G__cardMedia{flex:0 0 260px}.Course-module__yCV4-G__cardMedia img{object-fit:cover;border-radius:12px;width:260px;height:180px;display:block}.Course-module__yCV4-G__cardBody{flex:1}.Course-module__yCV4-G__cardTitle{margin:0 0 12px;font-size:20px}.Course-module__yCV4-G__accordion{flex-direction:column;gap:12px;display:flex}.Course-module__yCV4-G__accItem{background:#fff;border:1px solid #1f2d1f0a;border-radius:12px;overflow:hidden}.Course-module__yCV4-G__accHead{cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:12px 14px;transition:background .14s;display:flex}.Course-module__yCV4-G__accHead:hover{background:#afc6a508}.Course-module__yCV4-G__accHead:focus{border-radius:12px;outline:3px solid #afc6a524}.Course-module__yCV4-G__accLeft{align-items:center;gap:14px;display:flex}.Course-module__yCV4-G__accIndex{width:34px;height:34px;color:var(--main);border-radius:10px;justify-content:center;align-items:center;font-size:14px;font-weight:700;display:inline-flex;background:#2f5f3b!important}.Course-module__yCV4-G__accTitle{color:var(--muted);font-size:15px;font-weight:700}.Course-module__yCV4-G__tag{background:linear-gradient(180deg, var(--beige), #efe9ddcc);color:var(--deep);border:1px solid #1f2d1f0a;border-radius:999px;margin-left:8px;padding:6px 8px;font-size:12px;font-weight:700}.Course-module__yCV4-G__accToggle{width:36px;height:36px;color:var(--muted);justify-content:center;align-items:center;transition:transform .22s,color .14s;display:inline-flex}.Course-module__yCV4-G__rotate{color:var(--deep);transform:rotate(180deg)}.Course-module__yCV4-G__accContent{opacity:0;max-height:0;transition:max-height .32s cubic-bezier(.2,.9,.3,1),opacity .22s;overflow:hidden}.Course-module__yCV4-G__accInner{color:var(--muted);padding:12px 14px 16px;font-size:15px;line-height:1.6}.Course-module__yCV4-G__accItem.Course-module__yCV4-G__open .Course-module__yCV4-G__accIndex{background:linear-gradient(180deg, var(--sage), var(--deep));color:#fff}.Course-module__yCV4-G__accItem.Course-module__yCV4-G__open .Course-module__yCV4-G__accTitle,.Course-module__yCV4-G__accItem.Course-module__yCV4-G__open .Course-module__yCV4-G__accToggle{color:var(--deep)}.Course-module__yCV4-G__note{color:var(--muted);margin-top:18px;font-size:14px}.Course-module__yCV4-G__ctaSmall{background:linear-gradient(#efe9dd73,#fff9);border-radius:12px;margin-top:26px;padding:18px}.Course-module__yCV4-G__ctaInner{max-width:var(--container);justify-content:space-between;align-items:center;gap:12px;margin:0 auto;padding:0 18px;display:flex}.Course-module__yCV4-G__ctaTitle{color:var(--deep);margin:0;font-size:18px;font-weight:700}.Course-module__yCV4-G__btnGhost{color:var(--deep);background:#fff;border:1px solid #1f2d1f0f;border-radius:10px;padding:8px 12px;text-decoration:none}.Course-module__yCV4-G__btnPrimary{background:linear-gradient(135deg, var(--sage), var(--deep));color:#fff;border-radius:12px;padding:10px 16px;font-weight:700;text-decoration:none}.Course-module__yCV4-G__muted{color:var(--muted)}@media (max-width:920px){.Course-module__yCV4-G__heroInner{flex-direction:column;align-items:flex-start}.Course-module__yCV4-G__card{flex-direction:column}.Course-module__yCV4-G__cardMedia{flex:none;width:100%}.Course-module__yCV4-G__cardMedia img{border-radius:10px;width:100%;height:220px}.Course-module__yCV4-G__ctaInner{flex-direction:column;align-items:flex-start;gap:10px}.Course-module__yCV4-G__heroVisual img{border-radius:12px;width:100%;height:200px}}@media (max-width:420px){.Course-module__yCV4-G__heroTitle{font-size:22px}.Course-module__yCV4-G__cardMedia img{height:180px}.Course-module__yCV4-G__accInner{font-size:14px}}.Course-module__yCV4-G__fitSection{background:linear-gradient(#fff9,#efe9dd08);border-radius:12px;margin:20px auto;padding:0}.Course-module__yCV4-G__fitGrid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px;margin-top:16px;display:grid}.Course-module__yCV4-G__fitCard{background:#fff;border:1px solid #1f2d1f08;border-radius:12px;align-items:flex-start;gap:12px;padding:14px;transition:transform .14s;display:flex;box-shadow:0 10px 24px #1f2d1f0a}.Course-module__yCV4-G__fitCard:hover{transform:translateY(-6px)}.Course-module__yCV4-G__fitIcon{background:linear-gradient(#afc6a51f,#fff);border-radius:10px;flex:0 0 44px;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.Course-module__yCV4-G__fitBody{flex:1}.Course-module__yCV4-G__fitTitle{color:var(--deep);margin:0 0 6px;font-size:16px;font-weight:700}.Course-module__yCV4-G__fitText{color:var(--muted);margin:0;font-size:14px;line-height:1.45}.Course-module__yCV4-G__howSection{margin-top:18px;padding:0}.Course-module__yCV4-G__steps{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-top:14px;display:grid}.Course-module__yCV4-G__stepCard{background:linear-gradient(#fff,#fafaf8f5);border:1px solid #1f2d1f0a;border-radius:12px;align-items:flex-start;gap:12px;padding:12px;display:flex;box-shadow:0 10px 22px #1f2d1f08}.Course-module__yCV4-G__stepIcon{background:linear-gradient(#afc6a51f,#efe9dd0a);border-radius:10px;flex:0 0 48px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.Course-module__yCV4-G__stepTitle{color:var(--deep);margin:0 0 6px;font-size:16px;font-weight:700}.Course-module__yCV4-G__stepText{color:var(--muted);margin:0;font-size:14px;line-height:1.5}.Course-module__yCV4-G__outcomesSection{background:linear-gradient(#efe9dd05,#ffffff05);border-radius:12px;margin-top:18px;padding:36px 18px}.Course-module__yCV4-G__outcomesGrid{grid-template-columns:repeat(2,1fr);gap:12px;margin-top:14px;display:grid}.Course-module__yCV4-G__outcomeItem{background:#fff;border:1px solid #1f2d1f08;border-radius:10px;align-items:flex-start;gap:12px;padding:10px 12px;display:flex;box-shadow:0 8px 18px #1f2d1f08}.Course-module__yCV4-G__outcomeIcon{color:#fff;background:#2f5f3b;border-radius:8px;flex:0 0 28px;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.Course-module__yCV4-G__outcomeText{color:#2f5f3b;font-size:14px;font-weight:600}@media (max-width:760px){.Course-module__yCV4-G__outcomesGrid,.Course-module__yCV4-G__fitGrid,.Course-module__yCV4-G__steps{grid-template-columns:1fr}}
.CheckoutForm-module__pzF0Dq__modalOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#2f5f3b66;justify-content:center;align-items:center;padding:18px;animation:.3s CheckoutForm-module__pzF0Dq__fadeIn;display:flex;position:fixed;inset:0}.CheckoutForm-module__pzF0Dq__modalContent{background:#fff;border-radius:20px;width:100%;max-width:480px;animation:.3s CheckoutForm-module__pzF0Dq__slideUp;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.CheckoutForm-module__pzF0Dq__modalHeader{background:var(--cream);border-bottom:1px solid #0000000d;justify-content:space-between;align-items:center;padding:24px;display:flex}.CheckoutForm-module__pzF0Dq__modalTitle{font-family:var(--font-playfair), serif;color:var(--deep);margin:0;font-size:20px}.CheckoutForm-module__pzF0Dq__closeBtn{cursor:pointer;color:var(--muted);background:0 0;border:none;font-size:24px;line-height:1}.CheckoutForm-module__pzF0Dq__modalBody{padding:24px}.CheckoutForm-module__pzF0Dq__summaryRow{color:var(--deep);border-bottom:1px dashed #e0e0e0;justify-content:space-between;margin-bottom:20px;padding-bottom:20px;font-size:16px;display:flex}.CheckoutForm-module__pzF0Dq__stripeInputContainer{background:#fcfcfc;border:1px solid #e0e0e0;border-radius:12px;margin-bottom:24px;padding:16px;transition:border-color .2s}.CheckoutForm-module__pzF0Dq__stripeInputContainer:focus-within{border-color:var(--sage);background:#fff;box-shadow:0 0 0 3px #afc6a533}.CheckoutForm-module__pzF0Dq__trustBadges{opacity:.6;filter:grayscale();justify-content:center;align-items:center;gap:12px;margin-bottom:20px;display:flex}.CheckoutForm-module__pzF0Dq__trustText{color:var(--muted);text-align:center;justify-content:center;align-items:center;gap:6px;margin-top:16px;font-size:12px;display:flex}@keyframes CheckoutForm-module__pzF0Dq__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes CheckoutForm-module__pzF0Dq__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.CheckoutForm-module__pzF0Dq__cardButton{background:var(--deep);color:#fff;text-align:center;cursor:pointer;border:none;border-radius:8px;width:100%;margin-top:20px;padding:12px 0;font-weight:600;text-decoration:none;transition:all .2s;display:block}.CheckoutForm-module__pzF0Dq__cardButton:hover{background:var(--sage);color:var(--deep);transform:translateY(-2px);box-shadow:0 4px 12px #1f2d1f26}.CheckoutForm-module__pzF0Dq__priceCardFeatured .CheckoutForm-module__pzF0Dq__cardButton{scale:1.1}
