.BlogList-module__dEfZHW__blogListPage{background-color:#f8f9fa;min-height:100vh;padding-bottom:80px}.BlogList-module__dEfZHW__container{max-width:1200px;margin:0 auto;padding:0 20px}.BlogList-module__dEfZHW__heroSection{text-align:center;color:#fff;background-color:#0000;background-image:linear-gradient(#000000b3,#000000b3),url(/blog-hero-bg.jpg);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;margin-bottom:50px;padding:80px 0}.BlogList-module__dEfZHW__pageTitle{letter-spacing:-1px;margin-bottom:15px;font-size:3rem;font-weight:800}.BlogList-module__dEfZHW__subTitle{opacity:.9;max-width:600px;margin:0 auto;font-size:1.2rem}.BlogList-module__dEfZHW__blogGrid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:30px;display:grid}.BlogList-module__dEfZHW__blogCard{background:#fff;border:1px solid #eaeaea;border-radius:16px;flex-direction:column;transition:all .3s;display:flex;overflow:hidden}.BlogList-module__dEfZHW__blogCard:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000001a}.BlogList-module__dEfZHW__imageBox{width:100%;padding-top:56.25%;position:relative;overflow:hidden}.BlogList-module__dEfZHW__img{object-fit:cover;transition:transform .5s}.BlogList-module__dEfZHW__blogCard:hover .BlogList-module__dEfZHW__img{transform:scale(1.1)}.BlogList-module__dEfZHW__cardContent{flex-direction:column;flex-grow:1;padding:25px;display:flex}.BlogList-module__dEfZHW__metaRow{justify-content:space-between;align-items:center;margin-bottom:15px;display:flex}.BlogList-module__dEfZHW__category{color:#d32f2f;text-transform:uppercase;background:#fff0f0;border-radius:20px;padding:4px 12px;font-size:.8rem;font-weight:700}.BlogList-module__dEfZHW__date{color:#777;font-size:.85rem}.BlogList-module__dEfZHW__blogTitle{color:#1a1a1a;cursor:pointer;margin-bottom:12px;font-size:1.4rem;font-weight:700;line-height:1.3;transition:color .2s}.BlogList-module__dEfZHW__blogTitle:hover{color:#d32f2f}.BlogList-module__dEfZHW__excerpt{color:#555;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:20px;font-size:1rem;line-height:1.6;display:-webkit-box;overflow:hidden}.BlogList-module__dEfZHW__readMore{color:#d32f2f;align-items:center;gap:8px;margin-top:auto;font-size:.95rem;font-weight:700;text-decoration:none;transition:gap .3s;display:flex}.BlogList-module__dEfZHW__readMore:hover{gap:12px}@media (max-width:1024px){.BlogList-module__dEfZHW__blogGrid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}@media (max-width:768px){.BlogList-module__dEfZHW__pageTitle{font-size:2.2rem}.BlogList-module__dEfZHW__blogGrid{grid-template-columns:1fr}.BlogList-module__dEfZHW__heroSection{padding:60px 20px}}
.Navbar-module__dVeNwG__navbar{z-index:50;width:100%;font-family:var(--font-poppins), sans-serif;background:#fff;border-bottom:1px solid #0000000f;transition:box-shadow .2s;position:sticky;top:0}.Navbar-module__dVeNwG__navbarScrolled{box-shadow:0 4px 16px #00000014}.Navbar-module__dVeNwG__inner{align-items:center;gap:16px;max-width:1280px;height:64px;margin-inline:auto;padding-inline:20px;display:flex}.Navbar-module__dVeNwG__brand{flex-shrink:0;align-items:center;gap:8px;text-decoration:none;display:flex}.Navbar-module__dVeNwG__brandLogo{object-fit:contain;border-radius:8px}.Navbar-module__dVeNwG__brandMark{font-size:22px;line-height:1}.Navbar-module__dVeNwG__brandText{color:var(--nav-primary,#4a148c);white-space:nowrap;font-size:19px;font-weight:700}.Navbar-module__dVeNwG__desktopList{flex:1;gap:4px;margin:0;padding:0;list-style:none;display:none}.Navbar-module__dVeNwG__desktopItem{position:relative}.Navbar-module__dVeNwG__desktopLink{font-family:var(--font-poppins), sans-serif;color:#2b2b2b;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:4px;padding:10px 12px;font-size:14.5px;font-weight:500;text-decoration:none;transition:background-color .15s,color .15s;display:flex}.Navbar-module__dVeNwG__desktopLink:hover{background:var(--nav-primary-soft,#4a148c14);color:var(--nav-primary,#4a148c)}.Navbar-module__dVeNwG__chevron{transition:transform .2s}.Navbar-module__dVeNwG__chevronOpen{transform:rotate(180deg)}.Navbar-module__dVeNwG__dropdown{opacity:0;visibility:hidden;z-index:60;background:#fff;border:1px solid #0000000f;border-radius:12px;min-width:260px;padding:8px;transition:opacity .18s,transform .18s,visibility .18s;position:absolute;top:calc(100% + 8px);left:0;transform:translateY(-6px);box-shadow:0 12px 32px #00000024}.Navbar-module__dVeNwG__dropdownOpen{opacity:1;visibility:visible;transform:translateY(0)}.Navbar-module__dVeNwG__dropdownList{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.Navbar-module__dVeNwG__dropdownLink{border-radius:8px;flex-direction:column;gap:2px;padding:10px 12px;text-decoration:none;transition:background-color .15s;display:flex}.Navbar-module__dVeNwG__dropdownLink:hover{background:var(--nav-primary-soft,#4a148c14)}.Navbar-module__dVeNwG__dropdownLinkTitle{color:#1f1f1f;font-size:14px;font-weight:600}.Navbar-module__dVeNwG__dropdownLinkDesc{color:#7a7a7a;font-size:12.5px}.Navbar-module__dVeNwG__desktopActions{flex-shrink:0;align-items:center;display:none}.Navbar-module__dVeNwG__ctaButton{font-family:var(--font-poppins), sans-serif;color:#fff;background:var(--nav-primary,#4a148c);cursor:pointer;border:none;border-radius:10px;padding:10px 20px;font-size:14px;font-weight:700;transition:filter .18s;box-shadow:0 6px 16px #4a148c47}.Navbar-module__dVeNwG__ctaButton:hover{filter:brightness(.92)}.Navbar-module__dVeNwG__menuToggle{color:#1f1f1f;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;margin-left:auto;display:inline-flex}.Navbar-module__dVeNwG__menuToggle:hover{background:var(--nav-primary-soft,#4a148c14);color:var(--nav-primary,#4a148c)}.Navbar-module__dVeNwG__mobileOverlay{opacity:0;visibility:hidden;z-index:55;background:#0006;transition:opacity .25s,visibility .25s;position:fixed;inset:0}.Navbar-module__dVeNwG__mobileOverlayOpen{opacity:1;visibility:visible}.Navbar-module__dVeNwG__mobilePanel{z-index:60;background:#fff;flex-direction:column;width:min(85vw,340px);height:100dvh;padding:84px 20px 24px;transition:transform .28s;display:flex;position:fixed;top:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-8px 0 24px #0000002e}.Navbar-module__dVeNwG__mobilePanelOpen{transform:translate(0)}.Navbar-module__dVeNwG__mobileList{flex:1;margin:0;padding:0;list-style:none}.Navbar-module__dVeNwG__mobileItem{border-bottom:1px solid #0000000f}.Navbar-module__dVeNwG__mobileLink{text-align:left;width:100%;font-family:var(--font-poppins), sans-serif;color:#1f1f1f;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;padding:16px 4px;font-size:16px;font-weight:600;text-decoration:none;display:flex}.Navbar-module__dVeNwG__mobileSubList{max-height:0;margin:0;padding:0;list-style:none;transition:max-height .25s;overflow:hidden}.Navbar-module__dVeNwG__mobileSubListOpen{max-height:600px;padding-bottom:12px}.Navbar-module__dVeNwG__mobileSubLink{background:#faf7fd;border-radius:8px;flex-direction:column;gap:2px;margin-bottom:4px;padding:10px 12px;text-decoration:none;display:flex}.Navbar-module__dVeNwG__mobileSubLinkTitle{color:var(--nav-primary,#4a148c);font-size:14px;font-weight:600}.Navbar-module__dVeNwG__mobileSubLinkDesc{color:#7a7a7a;font-size:12.5px}.Navbar-module__dVeNwG__mobileCta{width:100%;font-family:var(--font-poppins), sans-serif;color:#fff;background:var(--nav-primary,#4a148c);cursor:pointer;border:none;border-radius:12px;margin-top:16px;padding:14px;font-size:15px;font-weight:700;box-shadow:0 6px 16px #4a148c47}@media (min-width:900px){.Navbar-module__dVeNwG__inner{height:72px;padding-inline:40px}.Navbar-module__dVeNwG__desktopList,.Navbar-module__dVeNwG__desktopActions{display:flex}.Navbar-module__dVeNwG__menuToggle{display:none}}
.Footer-module__rnk_JG__footer{font-family:var(--font-poppins), sans-serif;color:#d9d3e0;background:#1c1524}.Footer-module__rnk_JG__trustBar{background:#241a2e;border-bottom:1px solid #ffffff0f}.Footer-module__rnk_JG__trustInner{grid-template-columns:repeat(2,1fr);gap:14px;max-width:1280px;margin-inline:auto;padding:18px 20px;display:grid}.Footer-module__rnk_JG__trustItem{color:#efeaf4;align-items:center;gap:8px;font-size:13px;font-weight:500;display:flex}.Footer-module__rnk_JG__trustItem svg{color:#c084fc;flex-shrink:0}.Footer-module__rnk_JG__main{padding-block:48px 32px}.Footer-module__rnk_JG__mainInner{grid-template-columns:1fr;gap:36px;max-width:1280px;margin-inline:auto;padding-inline:20px;display:grid}.Footer-module__rnk_JG__brandCol{flex-direction:column;gap:14px;display:flex}.Footer-module__rnk_JG__brand{align-items:center;gap:8px;width:fit-content;text-decoration:none;display:flex}.Footer-module__rnk_JG__brandLogo{object-fit:contain;border-radius:8px}.Footer-module__rnk_JG__brandMark{font-size:24px;line-height:1}.Footer-module__rnk_JG__brandText{font-family:var(--font-playfair), serif;color:#fff;font-size:20px;font-weight:700}.Footer-module__rnk_JG__brandDesc{color:#b3a9bd;max-width:320px;font-size:13.5px;line-height:1.7}.Footer-module__rnk_JG__socialList{gap:10px;margin:4px 0 0;padding:0;list-style:none;display:flex}.Footer-module__rnk_JG__socialLink{color:#efeaf4;background:#ffffff0f;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:background-color .18s,color .18s,transform .18s;display:inline-flex}.Footer-module__rnk_JG__socialLink:hover{color:#fff;background:#7b2ff7;transform:translateY(-2px)}.Footer-module__rnk_JG__linkCol{flex-direction:column;gap:12px;display:flex}.Footer-module__rnk_JG__colTitle{color:#fff;letter-spacing:.02em;font-size:14px;font-weight:600}.Footer-module__rnk_JG__colList{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.Footer-module__rnk_JG__colLink{color:#b3a9bd;font-size:13.5px;text-decoration:none;transition:color .15s}.Footer-module__rnk_JG__colLink:hover{color:#fff}.Footer-module__rnk_JG__bottomBar{background:#170f1e;border-top:1px solid #ffffff14}.Footer-module__rnk_JG__bottomInner{text-align:center;flex-direction:column;align-items:center;gap:12px;max-width:1280px;margin-inline:auto;padding:18px 20px;display:flex}.Footer-module__rnk_JG__copyright{color:#8f849b;font-size:12.5px}.Footer-module__rnk_JG__legalList{flex-wrap:wrap;justify-content:center;gap:6px 18px;margin:0;padding:0;list-style:none;display:flex}.Footer-module__rnk_JG__legalLink{color:#8f849b;font-size:12.5px;text-decoration:none;transition:color .15s}.Footer-module__rnk_JG__legalLink:hover{color:#fff}@media (min-width:480px){.Footer-module__rnk_JG__trustInner{grid-template-columns:repeat(4,1fr)}}@media (min-width:640px){.Footer-module__rnk_JG__mainInner{grid-template-columns:repeat(2,1fr)}.Footer-module__rnk_JG__brandCol{grid-column:span 2}.Footer-module__rnk_JG__bottomInner{text-align:left;flex-direction:row;justify-content:space-between}}@media (min-width:900px){.Footer-module__rnk_JG__main{padding-block:56px 40px}.Footer-module__rnk_JG__mainInner{grid-template-columns:1.4fr repeat(4,1fr);padding-inline:40px}.Footer-module__rnk_JG__brandCol{grid-column:span 1}.Footer-module__rnk_JG__trustInner,.Footer-module__rnk_JG__bottomInner{padding-inline:40px}}
.Accordion-module__GUz6Da__section{font-family:var(--font-poppins), sans-serif;background:#fff;padding-block:40px}.Accordion-module__GUz6Da__container{max-width:860px;margin-inline:auto;padding-inline:20px}.Accordion-module__GUz6Da__header{text-align:center;margin-bottom:28px}.Accordion-module__GUz6Da__title{font-family:var(--font-poppins), sans-serif;color:#1f1f1f;margin-bottom:10px;font-size:clamp(1.4rem,4vw,2rem);font-weight:700}.Accordion-module__GUz6Da__description{color:#6b6b6b;max-width:560px;margin-inline:auto;font-size:14.5px;line-height:1.6}.Accordion-module__GUz6Da__list{flex-direction:column;gap:12px;display:flex}.Accordion-module__GUz6Da__item{background:#fff;border:1px solid #00000014;border-radius:12px;transition:border-color .2s,box-shadow .2s;overflow:hidden}.Accordion-module__GUz6Da__itemOpen{border-color:#4a148c40;box-shadow:0 6px 18px #0000000f}.Accordion-module__GUz6Da__itemHeading{margin:0}.Accordion-module__GUz6Da__trigger{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:16px 18px;display:flex}.Accordion-module__GUz6Da__question{color:#1f1f1f;font-size:15px;font-weight:600;line-height:1.5}.Accordion-module__GUz6Da__itemOpen .Accordion-module__GUz6Da__question{color:#4a148c}.Accordion-module__GUz6Da__chevron{color:#7a7a7a;flex-shrink:0;transition:transform .25s,color .2s}.Accordion-module__GUz6Da__chevronOpen{color:#4a148c;transform:rotate(180deg)}.Accordion-module__GUz6Da__panel{max-height:0;transition:max-height .3s;overflow:hidden}.Accordion-module__GUz6Da__panelOpen{max-height:400px}.Accordion-module__GUz6Da__answer{color:#5b5b5b;padding:0 18px 18px;font-size:14px;line-height:1.7}@media (min-width:640px){.Accordion-module__GUz6Da__section{padding-block:56px}.Accordion-module__GUz6Da__trigger{padding:18px 22px}.Accordion-module__GUz6Da__question{font-size:15.5px}.Accordion-module__GUz6Da__answer{padding:0 22px 20px}}@media (min-width:900px){.Accordion-module__GUz6Da__section{padding-block:64px}}
.HowItWorks-module__oom_6W__section{font-family:var(--font-poppins), sans-serif;background:#f6eefc;padding-block:48px}.HowItWorks-module__oom_6W__container{max-width:1100px;margin-inline:auto;padding-inline:20px}.HowItWorks-module__oom_6W__header{text-align:center;margin-bottom:36px}.HowItWorks-module__oom_6W__eyebrow{letter-spacing:.02em;color:#4a148c;background:#4a148c14;border-radius:999px;margin-bottom:14px;padding:8px 16px;font-size:13px;font-weight:600;display:inline-block}.HowItWorks-module__oom_6W__title{color:#1f1f1f;margin-bottom:10px;font-size:clamp(1.5rem,4.5vw,2.3rem);font-weight:700}.HowItWorks-module__oom_6W__subtitle{color:#6b6b6b;max-width:540px;margin-inline:auto;font-size:14.5px;line-height:1.65}.HowItWorks-module__oom_6W__steps{flex-direction:column;align-items:stretch;gap:20px;margin-bottom:40px;display:flex}.HowItWorks-module__oom_6W__stepCard{text-align:center;background:#fff;border-radius:16px;flex:1;padding:28px 22px;box-shadow:0 8px 24px #0000000f}.HowItWorks-module__oom_6W__stepIconWrap{margin-inline:auto;color:#4a148c;background:#4a148c14;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:16px;display:flex;position:relative}.HowItWorks-module__oom_6W__stepNumber{color:#fff;background:#4a148c;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;font-weight:700;display:flex;position:absolute;top:-6px;right:-6px}.HowItWorks-module__oom_6W__stepTitle{color:#1f1f1f;margin-bottom:8px;font-size:16.5px;font-weight:700}.HowItWorks-module__oom_6W__stepDesc{color:#6b6b6b;font-size:13.5px;line-height:1.65}.HowItWorks-module__oom_6W__connector{display:none}.HowItWorks-module__oom_6W__detailsCard{background:#fff;border-radius:20px;padding:28px 22px;box-shadow:0 10px 28px #00000014}.HowItWorks-module__oom_6W__detailsHeader{text-align:center;margin-bottom:24px}.HowItWorks-module__oom_6W__detailsTitle{font-family:var(--font-playfair), serif;color:#1f1f1f;margin-bottom:8px;font-size:clamp(1.2rem,3.5vw,1.6rem);font-weight:700}.HowItWorks-module__oom_6W__detailsDesc{color:#6b6b6b;max-width:480px;margin-inline:auto;font-size:13.5px;line-height:1.6}.HowItWorks-module__oom_6W__fieldList{grid-template-columns:1fr;gap:14px;margin:0;padding:0;list-style:none;display:grid}.HowItWorks-module__oom_6W__fieldItem{background:#faf7fd;border:1px solid #4a148c1a;border-radius:12px;align-items:flex-start;gap:12px;padding:12px 14px;display:flex}.HowItWorks-module__oom_6W__fieldCheck{color:#fff;background:#4a148c;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;margin-top:1px;display:flex}.HowItWorks-module__oom_6W__fieldText{flex-direction:column;gap:2px;display:flex}.HowItWorks-module__oom_6W__fieldLabel{color:#1f1f1f;font-size:14px;font-weight:600}.HowItWorks-module__oom_6W__fieldExample{color:#8a8a8a;font-size:12.5px;font-style:italic}@media (min-width:640px){.HowItWorks-module__oom_6W__fieldList{grid-template-columns:repeat(2,1fr)}}@media (min-width:900px){.HowItWorks-module__oom_6W__section{padding-block:64px}.HowItWorks-module__oom_6W__steps{flex-direction:row;align-items:flex-start;gap:0}.HowItWorks-module__oom_6W__stepCard{max-width:320px}.HowItWorks-module__oom_6W__connector{background:repeating-linear-gradient(90deg,#4a148c59 0 6px,#0000 6px 12px);flex:0 0 40px;align-self:center;height:2px;margin-top:32px;display:block}.HowItWorks-module__oom_6W__detailsCard{padding:40px}.HowItWorks-module__oom_6W__fieldList{grid-template-columns:repeat(4,1fr)}}
.MobileVideoLinks-module__wrqYPa__wrapper{display:none}@media (max-width:767px){.MobileVideoLinks-module__wrqYPa__wrapper{background:#fff;border-bottom:1px solid #e5e5e5;width:100%;display:block}.MobileVideoLinks-module__wrqYPa__links{justify-content:center;align-items:center;gap:8px;padding:8px 12px;display:flex}.MobileVideoLinks-module__wrqYPa__link{text-align:center;color:#222;border:1px solid #e0e0e0;border-radius:6px;flex:1;max-width:220px;padding:9px 10px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:13px;font-weight:600;line-height:1.2;text-decoration:none}.MobileVideoLinks-module__wrqYPa__link:hover{color:#000;border-color:#aaa}}
.SeoContent-module__PDZjDq__wrapper{max-width:900px;margin:0 auto;padding:56px 20px}.SeoContent-module__PDZjDq__intro{color:#4b5563;margin-bottom:40px;font-size:16px;line-height:1.8}.SeoContent-module__PDZjDq__section{margin-bottom:36px}.SeoContent-module__PDZjDq__section h2{color:#1f2937;margin-bottom:14px;font-size:22px;font-weight:700}.SeoContent-module__PDZjDq__section p{color:#4b5563;margin-bottom:12px;font-size:15px;line-height:1.8}.SeoContent-module__PDZjDq__faqSection{margin-top:48px}.SeoContent-module__PDZjDq__faqSection h2{color:#1f2937;margin-bottom:20px;font-size:22px;font-weight:700}.SeoContent-module__PDZjDq__faqItem{border-bottom:1px solid #eee;padding:16px 0}.SeoContent-module__PDZjDq__faqItem h3{color:#1f2937;margin-bottom:6px;font-size:15.5px;font-weight:600}.SeoContent-module__PDZjDq__faqItem p{color:#6b7280;font-size:14px;line-height:1.7}
.InternalLinks-module__2om3bG__wrapper{--ink:#2e2620;--muted:#7a6f64;--accent:#4a148c;--accent-tint:#f3ecfa;--hairline:#e8e0d6;max-width:1080px;margin:3rem auto;padding:0 1.25rem}.InternalLinks-module__2om3bG__header{border-bottom:1px solid var(--hairline);margin-bottom:1.25rem;padding-bottom:.85rem}.InternalLinks-module__2om3bG__heading{font-family:var(--font-playfair,serif);color:var(--ink);margin:0;font-size:1.4rem;font-weight:600}.InternalLinks-module__2om3bG__intro{font-family:var(--font-quicksand,sans-serif);color:var(--muted);max-width:60ch;margin:.35rem 0 0;font-size:.95rem}.InternalLinks-module__2om3bG__grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem;margin:0;padding:0;list-style:none;display:grid}.InternalLinks-module__2om3bG__card{border:1px solid var(--hairline);background:#fff;border-radius:10px;transition:border-color .15s;overflow:hidden}.InternalLinks-module__2om3bG__card:hover{border-color:var(--accent)}.InternalLinks-module__2om3bG__cardLink{color:inherit;flex-direction:column;height:100%;text-decoration:none;display:flex}.InternalLinks-module__2om3bG__cardImageWrap{aspect-ratio:4/5;background:var(--accent-tint);width:100%;display:block;position:relative}.InternalLinks-module__2om3bG__cardImage{object-fit:cover}.InternalLinks-module__2om3bG__cardBody{flex-direction:column;gap:.2rem;padding:.7rem .8rem .85rem;display:flex}.InternalLinks-module__2om3bG__cardTitle{font-family:var(--font-quicksand,sans-serif);color:var(--ink);font-size:.92rem;font-weight:600;line-height:1.3}.InternalLinks-module__2om3bG__cardDescription{font-family:var(--font-quicksand,sans-serif);color:var(--muted);font-size:.8rem;line-height:1.35}.InternalLinks-module__2om3bG__linkList{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.InternalLinks-module__2om3bG__listItem{border-bottom:1px solid var(--hairline);flex-wrap:wrap;align-items:baseline;gap:.4rem .6rem;padding:.65rem 0;display:flex}.InternalLinks-module__2om3bG__listItem:last-child{border-bottom:none}.InternalLinks-module__2om3bG__listLink{font-family:var(--font-quicksand,sans-serif);color:var(--accent);font-size:.95rem;font-weight:600;text-decoration:none}.InternalLinks-module__2om3bG__listLink:hover{text-decoration:underline}.InternalLinks-module__2om3bG__listDescription{font-family:var(--font-quicksand,sans-serif);color:var(--muted);font-size:.85rem}.InternalLinks-module__2om3bG__chipList{flex-wrap:wrap;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.InternalLinks-module__2om3bG__chip{font-family:var(--font-quicksand,sans-serif);color:var(--accent);background:var(--accent-tint);border:1px solid #0000;border-radius:999px;padding:.4rem .9rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:border-color .15s;display:inline-block}.InternalLinks-module__2om3bG__chip:hover{border-color:var(--accent)}@media (max-width:480px){.InternalLinks-module__2om3bG__grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}}
.Testimonials-module__3Z1FKa__wrapper{--ink:#2e2620;--muted:#7a6f64;--accent:#4a148c;--accent-tint:#f3ecfa;--paper:#fffaf4;--hairline:#e8e0d6;--star:#c9932a;max-width:1080px;margin:3.5rem auto;padding:0 1.25rem}.Testimonials-module__3Z1FKa__header{text-align:center;margin-bottom:2rem}.Testimonials-module__3Z1FKa__heading{font-family:var(--font-playfair,serif);color:var(--ink);margin:0;font-size:1.7rem;font-weight:600}.Testimonials-module__3Z1FKa__intro{max-width:52ch;font-family:var(--font-quicksand,sans-serif);color:var(--muted);margin:.5rem auto 0;font-size:.98rem}.Testimonials-module__3Z1FKa__grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem;margin:0;padding:0;list-style:none;display:grid}.Testimonials-module__3Z1FKa__card{background:var(--paper);border:1px solid var(--hairline);border-radius:14px;flex-direction:column;padding:1.6rem 1.4rem 1.3rem;display:flex;position:relative}.Testimonials-module__3Z1FKa__quoteMark{font-family:var(--font-playfair,serif);color:var(--accent);opacity:.25;margin:0;font-size:2.8rem;line-height:1;position:absolute;top:.35rem;left:1rem}.Testimonials-module__3Z1FKa__text{font-family:var(--font-quicksand,sans-serif);color:var(--ink);flex-grow:1;margin:1.1rem 0 1.3rem;font-size:.97rem;line-height:1.55}.Testimonials-module__3Z1FKa__footer{border-top:1px solid var(--hairline);align-items:center;gap:.65rem;padding-top:.9rem;display:flex}.Testimonials-module__3Z1FKa__avatar{background:var(--accent-tint);width:2.1rem;height:2.1rem;color:var(--accent);font-family:var(--font-quicksand,sans-serif);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.9rem;font-weight:700;display:flex}.Testimonials-module__3Z1FKa__identity{flex-direction:column;flex-grow:1;line-height:1.25;display:flex}.Testimonials-module__3Z1FKa__name{font-family:var(--font-quicksand,sans-serif);color:var(--ink);font-size:.88rem;font-weight:700}.Testimonials-module__3Z1FKa__location{font-family:var(--font-quicksand,sans-serif);color:var(--muted);font-size:.78rem}.Testimonials-module__3Z1FKa__rating{letter-spacing:1px;color:var(--star);white-space:nowrap;font-size:.85rem}.Testimonials-module__3Z1FKa__ratingMuted{color:var(--hairline)}@media (max-width:480px){.Testimonials-module__3Z1FKa__grid{grid-template-columns:1fr}}
.BlogSection-module__mvqOKa__section{--ink:#3a2733;--ink-soft:#6b5765;--cream:#fff6ee;--rose:#e2708c;--rose-deep:#c85575;--sage:#6f9c87;--gold:#e3a857;--hairline:#3a273329;background:var(--cream);color:var(--ink);padding:88px 24px;font-family:Poppins,sans-serif}.BlogSection-module__mvqOKa__inner{max-width:760px;margin:0 auto}.BlogSection-module__mvqOKa__article{flex-direction:column;display:flex}.BlogSection-module__mvqOKa__header{flex-direction:column;align-items:flex-start;margin-bottom:22px;display:flex}.BlogSection-module__mvqOKa__eyebrow{color:var(--sage);margin-bottom:12px;font-size:14px;font-weight:600}.BlogSection-module__mvqOKa__title{max-width:20ch;margin:0 0 14px;font-family:Fraunces,serif;font-size:clamp(28px,4vw,40px);font-weight:600;line-height:1.2}.BlogSection-module__mvqOKa__readTime{color:var(--ink-soft);font-size:13.5px}.BlogSection-module__mvqOKa__intro{color:var(--ink);max-width:68ch;margin:0 0 40px;font-size:18px;line-height:1.75}.BlogSection-module__mvqOKa__paragraph{color:var(--ink-soft);max-width:68ch;margin:0 0 18px;font-size:16px;line-height:1.8}.BlogSection-module__mvqOKa__contentSection{margin-bottom:36px}.BlogSection-module__mvqOKa__sectionHeading{color:var(--ink);margin:0 0 14px;font-family:Fraunces,serif;font-size:23px;font-weight:600;line-height:1.3}.BlogSection-module__mvqOKa__figure{flex-direction:column;align-items:center;margin:8px 0 44px;display:flex}.BlogSection-module__mvqOKa__imageWrap{aspect-ratio:1;border:1px solid var(--hairline);border-radius:14px;width:100%;max-width:420px;position:relative;overflow:hidden;box-shadow:0 24px 44px -26px #3a273366}.BlogSection-module__mvqOKa__image{object-fit:cover}.BlogSection-module__mvqOKa__caption{color:var(--ink-soft);text-align:center;max-width:46ch;margin-top:12px;font-size:13.5px;font-style:italic}.BlogSection-module__mvqOKa__quote{color:var(--ink);border-left:3px solid var(--rose);max-width:56ch;margin:8px 0 40px;padding:4px 0 4px 24px;font-family:Fraunces,serif;font-size:22px;font-style:italic;font-weight:500;line-height:1.55}.BlogSection-module__mvqOKa__fieldList{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.BlogSection-module__mvqOKa__fieldItem{color:var(--ink);border-bottom:1px solid var(--hairline);align-items:flex-start;gap:10px;padding-bottom:12px;font-size:15.5px;display:flex}.BlogSection-module__mvqOKa__fieldItem:last-child{border-bottom:none;padding-bottom:0}.BlogSection-module__mvqOKa__fieldIcon{color:var(--sage);flex-shrink:0;margin-top:2px}.BlogSection-module__mvqOKa__closing{color:var(--ink-soft);max-width:68ch;margin:8px 0 32px;font-size:16px;line-height:1.8}.BlogSection-module__mvqOKa__ctaWrap{display:flex}.BlogSection-module__mvqOKa__ctaBtn{background:var(--rose);color:#fff;border-radius:100px;align-items:center;padding:14px 30px;font-size:15px;font-weight:600;text-decoration:none;transition:background .2s,transform .2s;display:inline-flex}.BlogSection-module__mvqOKa__ctaBtn:hover{background:var(--rose-deep);transform:translateY(-1px)}@media (max-width:640px){.BlogSection-module__mvqOKa__section{padding:56px 18px}.BlogSection-module__mvqOKa__title{max-width:100%}.BlogSection-module__mvqOKa__quote{font-size:19px}}
.CreateChoice-module__1ZvnAG__wrapper{--ink:#2e2620;--muted:#7a6f64;--accent:#4a148c;--accent-tint:#f3ecfa;--hairline:#e8e0d6;max-width:960px;margin:3rem auto;padding:0 1.25rem}.CreateChoice-module__1ZvnAG__header{text-align:center;margin-bottom:1.75rem}.CreateChoice-module__1ZvnAG__heading{font-family:var(--font-playfair,serif);color:var(--ink);margin:0;font-size:1.6rem;font-weight:600}.CreateChoice-module__1ZvnAG__intro{max-width:52ch;font-family:var(--font-quicksand,sans-serif);color:var(--muted);margin:.5rem auto 0;font-size:.97rem}.CreateChoice-module__1ZvnAG__options{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.CreateChoice-module__1ZvnAG__card{color:inherit;border:1px solid var(--hairline);background:#fff;border-radius:14px;flex-direction:column;text-decoration:none;transition:border-color .15s;display:flex;overflow:hidden}.CreateChoice-module__1ZvnAG__card:hover{border-color:var(--accent)}.CreateChoice-module__1ZvnAG__imageWrap{aspect-ratio:16/10;background:var(--accent-tint);width:100%;display:block;position:relative}.CreateChoice-module__1ZvnAG__image{object-fit:cover}.CreateChoice-module__1ZvnAG__body{flex-direction:column;gap:.4rem;padding:1.1rem 1.2rem 1.4rem;display:flex}.CreateChoice-module__1ZvnAG__cardTitle{font-family:var(--font-quicksand,sans-serif);color:var(--ink);font-size:1.05rem;font-weight:700}.CreateChoice-module__1ZvnAG__cardDescription{font-family:var(--font-quicksand,sans-serif);color:var(--muted);font-size:.9rem;line-height:1.45}.CreateChoice-module__1ZvnAG__cta{font-family:var(--font-quicksand,sans-serif);color:var(--accent);margin-top:.5rem;font-size:.85rem;font-weight:700}
.LegalPage-module__W9zT7G__section{--ink:#3a2733;--ink-soft:#6b5765;--cream:#fff6ee;--rose:#e2708c;--rose-deep:#c85575;--sage:#6f9c87;--hairline:#3a273324;background:var(--cream);color:var(--ink);padding:72px 24px 96px;font-family:Poppins,sans-serif}.LegalPage-module__W9zT7G__inner{max-width:1080px;margin:0 auto}.LegalPage-module__W9zT7G__header{max-width:68ch;margin-bottom:48px}.LegalPage-module__W9zT7G__title{margin:0 0 12px;font-family:Fraunces,serif;font-size:clamp(28px,4vw,40px);font-weight:600;line-height:1.2}.LegalPage-module__W9zT7G__updated{color:var(--ink-soft);margin-bottom:18px;font-size:13px;display:inline-block}.LegalPage-module__W9zT7G__intro{color:var(--ink-soft);margin:0;font-size:16px;line-height:1.75}.LegalPage-module__W9zT7G__layout{grid-template-columns:220px 1fr;align-items:start;gap:56px;display:grid}.LegalPage-module__W9zT7G__toc{position:sticky;top:24px}.LegalPage-module__W9zT7G__tocLabel{color:var(--sage);margin-bottom:14px;font-size:12.5px;font-weight:600;display:block}.LegalPage-module__W9zT7G__tocList{flex-direction:column;gap:4px;margin:0;padding:0;list-style:none;display:flex}.LegalPage-module__W9zT7G__tocLink{color:var(--ink-soft);border-radius:8px;align-items:flex-start;gap:8px;padding:6px 8px;font-size:13.5px;line-height:1.4;text-decoration:none;transition:background .15s,color .15s;display:flex}.LegalPage-module__W9zT7G__tocLink:hover{color:var(--rose-deep);background:#e2708f1a}.LegalPage-module__W9zT7G__tocNum{color:var(--rose);flex-shrink:0;font-weight:600}.LegalPage-module__W9zT7G__content{max-width:68ch}.LegalPage-module__W9zT7G__docSection{margin-bottom:40px;scroll-margin-top:24px}.LegalPage-module__W9zT7G__sectionHeading{gap:8px;margin:0 0 14px;font-family:Fraunces,serif;font-size:21px;font-weight:600;line-height:1.35;display:flex}.LegalPage-module__W9zT7G__sectionNum{color:var(--rose)}.LegalPage-module__W9zT7G__paragraph{color:var(--ink-soft);margin:0 0 14px;font-size:15.5px;line-height:1.8}.LegalPage-module__W9zT7G__list{flex-direction:column;gap:8px;margin:0 0 14px;padding-left:22px;display:flex}.LegalPage-module__W9zT7G__list li{color:var(--ink-soft);font-size:15.5px;line-height:1.7}.LegalPage-module__W9zT7G__contactBox{border:1px solid var(--hairline);background:#fff;border-radius:14px;align-items:flex-start;gap:14px;margin-top:48px;padding:20px 22px;display:flex}.LegalPage-module__W9zT7G__contactIcon{color:var(--sage);flex-shrink:0;margin-top:2px}.LegalPage-module__W9zT7G__contactTitle{color:var(--ink);margin:0 0 4px;font-size:15px;font-weight:600}.LegalPage-module__W9zT7G__contactText{color:var(--ink-soft);margin:0;font-size:14px;line-height:1.6}.LegalPage-module__W9zT7G__contactLink{color:var(--rose-deep);font-weight:600;text-decoration:none}.LegalPage-module__W9zT7G__contactLink:hover{text-decoration:underline}@media (max-width:900px){.LegalPage-module__W9zT7G__layout{grid-template-columns:1fr;gap:28px}.LegalPage-module__W9zT7G__toc{border-bottom:1px solid var(--hairline);padding-bottom:16px;position:static}.LegalPage-module__W9zT7G__tocList{flex-direction:row;gap:8px;padding-bottom:4px;overflow-x:auto}.LegalPage-module__W9zT7G__tocLink{white-space:nowrap;border:1px solid var(--hairline);background:#fff}.LegalPage-module__W9zT7G__tocLink span:last-child{text-overflow:ellipsis;max-width:160px;overflow:hidden}.LegalPage-module__W9zT7G__content{max-width:100%}}@media (max-width:560px){.LegalPage-module__W9zT7G__section{padding:48px 18px 72px}.LegalPage-module__W9zT7G__contactBox{flex-direction:column}}
.VideoTemplateDetailView-module__1bV4Da__wrapper{max-width:1100px;margin:0 auto;padding:16px 16px 90px}.VideoTemplateDetailView-module__1bV4Da__breadcrumb{color:#666;margin-bottom:16px;font-size:.85rem}.VideoTemplateDetailView-module__1bV4Da__breadcrumb a{color:#666;text-decoration:none}.VideoTemplateDetailView-module__1bV4Da__breadcrumb a:hover{text-decoration:underline}.VideoTemplateDetailView-module__1bV4Da__detailGrid{grid-template-columns:1fr;gap:24px;display:grid}@media (min-width:768px){.VideoTemplateDetailView-module__1bV4Da__detailGrid{grid-template-columns:340px 1fr;gap:40px}}.VideoTemplateDetailView-module__1bV4Da__mediaCol{flex-direction:column;gap:12px;display:flex}.VideoTemplateDetailView-module__1bV4Da__videoContainer{aspect-ratio:9/16;background:#111;border-radius:16px;width:100%;max-width:340px;margin:0 auto;overflow:hidden}@media (min-width:768px){.VideoTemplateDetailView-module__1bV4Da__videoContainer{margin:0}}.VideoTemplateDetailView-module__1bV4Da__templateVideo{object-fit:cover;width:100%;height:100%;display:block}.VideoTemplateDetailView-module__1bV4Da__ratingRow{background:#fff8e1;border:1px solid #ffe082;border-radius:8px;align-items:center;gap:8px;width:fit-content;margin:0 auto;padding:10px 14px;display:flex}@media (min-width:768px){.VideoTemplateDetailView-module__1bV4Da__ratingRow{margin:0}}.VideoTemplateDetailView-module__1bV4Da__stars{color:#f5a623;letter-spacing:1px;font-size:16px}.VideoTemplateDetailView-module__1bV4Da__ratingValue{color:#5a4200;font-size:14px;font-weight:700}.VideoTemplateDetailView-module__1bV4Da__ratingCount{color:#7a6a3a;font-size:13px}.VideoTemplateDetailView-module__1bV4Da__contentCol h1{color:#222;margin:0 0 12px;font-size:1.4rem;font-weight:700}.VideoTemplateDetailView-module__1bV4Da__badgeRow{flex-wrap:wrap;gap:8px;margin-bottom:10px;display:flex}.VideoTemplateDetailView-module__1bV4Da__badge{color:#c10043;background:#fdeef5;border-radius:999px;padding:4px 10px;font-size:.78rem;font-weight:600}.VideoTemplateDetailView-module__1bV4Da__specBadge{color:#555;border:1px solid #ddd;border-radius:6px;margin-bottom:14px;padding:3px 8px;font-size:.78rem;font-weight:600;display:inline-block}.VideoTemplateDetailView-module__1bV4Da__description{color:#444;margin:0 0 18px;line-height:1.6}.VideoTemplateDetailView-module__1bV4Da__ctaBtn{color:#fff;background:#c10043;border-radius:8px;margin-bottom:24px;padding:12px 28px;font-weight:600;text-decoration:none;display:inline-block}.VideoTemplateDetailView-module__1bV4Da__ctaBtn:hover{opacity:.9}.VideoTemplateDetailView-module__1bV4Da__featureGrid{grid-template-columns:1fr;gap:14px;margin-bottom:18px;display:grid}@media (min-width:480px){.VideoTemplateDetailView-module__1bV4Da__featureGrid{grid-template-columns:1fr 1fr}}.VideoTemplateDetailView-module__1bV4Da__featureItem h4{color:#222;margin:0 0 4px;font-size:.95rem}.VideoTemplateDetailView-module__1bV4Da__featureItem p{color:#555;margin:0;font-size:.85rem;line-height:1.5}.VideoTemplateDetailView-module__1bV4Da__highlightNote{color:#294a70;background:#f4f9ff;border:1px solid #d6e6fb;border-radius:8px;margin-bottom:10px;padding:10px 14px;font-size:.85rem}.VideoTemplateDetailView-module__1bV4Da__mobileFriendly{color:#888;font-size:.8rem}.VideoTemplateDetailView-module__1bV4Da__editBtnMobile{display:none}@media (max-width:767px){.VideoTemplateDetailView-module__1bV4Da__editBtnMobile{z-index:50;text-align:center;color:#fff;background:#c10043;border-radius:999px;padding:13px;font-weight:700;text-decoration:none;display:block;position:fixed;bottom:16px;left:16px;right:16px;box-shadow:0 4px 14px #c1004359}}.VideoTemplateDetailView-module__1bV4Da__relatedSection{margin-top:48px}.VideoTemplateDetailView-module__1bV4Da__relatedSection h2{color:#222;margin-bottom:14px;font-size:1.15rem;font-weight:700}.VideoTemplateDetailView-module__1bV4Da__relatedGrid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}@media (min-width:480px){.VideoTemplateDetailView-module__1bV4Da__relatedGrid{grid-template-columns:repeat(3,1fr)}}@media (min-width:768px){.VideoTemplateDetailView-module__1bV4Da__relatedGrid{grid-template-columns:repeat(4,1fr)}}.VideoTemplateDetailView-module__1bV4Da__relatedCard{color:inherit;text-decoration:none}.VideoTemplateDetailView-module__1bV4Da__relatedImageWrap{aspect-ratio:9/16;background:#111;border-radius:10px;overflow:hidden}.VideoTemplateDetailView-module__1bV4Da__relatedImageWrap img{object-fit:cover;width:100%;height:100%;display:block}.VideoTemplateDetailView-module__1bV4Da__relatedName{color:#222;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:6px;font-size:.78rem;font-weight:600;display:-webkit-box;overflow:hidden}.VideoTemplateDetailView-module__1bV4Da__faqSection{max-width:760px;margin-top:48px}.VideoTemplateDetailView-module__1bV4Da__faqSection h2{color:#222;margin-bottom:14px;font-size:1.15rem;font-weight:700}.VideoTemplateDetailView-module__1bV4Da__faqItem{border-bottom:1px solid #eee;padding:14px 0}.VideoTemplateDetailView-module__1bV4Da__faqItem h3{color:#222;margin:0 0 6px;font-size:.95rem;font-weight:600}.VideoTemplateDetailView-module__1bV4Da__faqItem p{color:#555;margin:0;font-size:.88rem;line-height:1.5}
