.pricing-module__kvPdYW__currencyBar{background:var(--white);border-bottom:1px solid #b87a6c1a;justify-content:center;align-items:center;gap:1rem;padding:1rem 2rem;display:flex}.pricing-module__kvPdYW__currencyLabel{text-transform:uppercase;letter-spacing:.12em;color:var(--text-muted);font-size:.75rem;font-weight:500}.pricing-module__kvPdYW__currencyToggle{border:1px solid #b87a6c40;border-radius:99px;display:flex;overflow:hidden}.pricing-module__kvPdYW__currencyBtn{font-family:var(--font-sans);letter-spacing:.08em;color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:.4rem 1.1rem;font-size:.75rem;font-weight:500;transition:all .3s}.pricing-module__kvPdYW__currencyBtnActive{background:var(--powder-blush-400);color:var(--white)}.pricing-module__kvPdYW__navbar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:100;background:#fffffcbf;border:1px solid #ffd6a566;border-radius:99px;justify-content:space-between;align-items:center;width:90%;max-width:1000px;padding:.75rem 2rem;animation:.8s cubic-bezier(.25,.46,.45,.94) pricing-module__kvPdYW__fade-in-down-nav;display:flex;position:fixed;top:1.5rem;left:50%;transform:translate(-50%);box-shadow:0 8px 30px #00000005}.pricing-module__kvPdYW__navLogo{color:var(--charcoal);font-size:1.25rem;font-weight:300;text-decoration:none}.pricing-module__kvPdYW__navLogoScript{color:var(--powder-blush-400)}.pricing-module__kvPdYW__navLinks{align-items:center;gap:2rem;display:flex}.pricing-module__kvPdYW__navLink{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.12em;color:var(--charcoal-soft);font-size:.75rem;font-weight:500;text-decoration:none;transition:color .3s}.pricing-module__kvPdYW__navLink:hover,.pricing-module__kvPdYW__navLinkActive{color:var(--powder-blush-400)}.pricing-module__kvPdYW__navBtn{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.12em;border:1px solid var(--powder-blush-300);color:var(--powder-blush-400);border-radius:99px;padding:.5rem 1.25rem;font-size:.7rem;font-weight:500;text-decoration:none;transition:all .3s}.pricing-module__kvPdYW__navBtn:hover{background:var(--powder-blush-400);color:var(--white);border-color:var(--powder-blush-400)}@keyframes pricing-module__kvPdYW__fade-in-down-nav{0%{opacity:0;transform:translate(-50%,-20px)}to{opacity:1;transform:translate(-50%)}}.pricing-module__kvPdYW__hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:55vh;padding-top:18vh;padding-bottom:4vh;display:flex;position:relative;overflow:hidden}.pricing-module__kvPdYW__heroFloral{opacity:.2;mix-blend-mode:multiply;z-index:1;pointer-events:none;background-image:url(/images/border-acacia-flowers.png);background-position:top;background-repeat:repeat-x;background-size:500px;width:100%;height:60vh;position:absolute;top:0;left:0;-webkit-mask-image:linear-gradient(#000 40%,#0000 100%);mask-image:linear-gradient(#000 40%,#0000 100%)}.pricing-module__kvPdYW__heroContent{z-index:2;max-width:700px;animation:1.2s cubic-bezier(.25,.46,.45,.94) forwards pricing-module__kvPdYW__fade-in-up;position:relative}@keyframes pricing-module__kvPdYW__fade-in-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.pricing-module__kvPdYW__heroLabel{margin-bottom:2rem}.pricing-module__kvPdYW__heroScript{color:var(--powder-blush);font-size:.35em;font-family:var(--font-script);text-align:left;text-shadow:1px 1px 10px #ffadad66;line-height:.5;display:block;transform:rotate(-5deg)translateY(.8em)translate(-.3em)}.pricing-module__kvPdYW__heroTitle{margin-bottom:2rem;font-size:clamp(3.5rem,12vw,9rem);line-height:1}.pricing-module__kvPdYW__heroWord{color:var(--periwinkle);font-family:var(--font-serif);letter-spacing:-.05em;text-shadow:0 10px 40px #bdb2ff80;font-style:italic;font-weight:300;line-height:.85;display:block}.pricing-module__kvPdYW__heroSubtitle{color:var(--text-muted);margin-top:1.5rem;font-size:clamp(.95rem,2vw,1.15rem);line-height:1.8}.pricing-module__kvPdYW__pricingSection{background:var(--white)}.pricing-module__kvPdYW__grid{grid-template-columns:repeat(auto-fit,minmax(340px,1fr));align-items:start;gap:2.5rem;width:100%;max-width:1100px;margin:0 auto;display:grid}.pricing-module__kvPdYW__card{background:var(--cream);border:1px solid #b87a6c1f;border-radius:12px;transition:transform .5s cubic-bezier(.25,.46,.45,.94),box-shadow .5s cubic-bezier(.25,.46,.45,.94);position:relative;overflow:hidden}.pricing-module__kvPdYW__card:hover{transform:translateY(-6px);box-shadow:0 24px 60px #b87a6c1a}.pricing-module__kvPdYW__cardFeatured{background:var(--white);border-color:#b87a6c40;box-shadow:0 8px 30px #b87a6c14}.pricing-module__kvPdYW__cardBadge{background:linear-gradient(135deg, var(--powder-blush-400), var(--powder-blush-500));color:var(--white);text-align:center;padding:.65rem 1rem;font-size:1.1rem}.pricing-module__kvPdYW__cardInner{padding:3rem 2.5rem}.pricing-module__kvPdYW__planName{margin-bottom:1.5rem;font-size:clamp(1.6rem,3vw,2.1rem);font-weight:300}.pricing-module__kvPdYW__price{margin-bottom:1.5rem}.pricing-module__kvPdYW__priceAmount{font-family:var(--font-serif);color:var(--charcoal);letter-spacing:-.03em;font-size:clamp(3rem,6vw,4rem);font-weight:300;line-height:1;display:block}.pricing-module__kvPdYW__priceNote{font-family:var(--font-sans);letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-top:.35rem;font-size:.75rem;display:block}.pricing-module__kvPdYW__planTagline{color:var(--text-body);margin-bottom:2rem;font-size:.95rem;font-style:italic;line-height:1.7}.pricing-module__kvPdYW__featureList{flex-direction:column;gap:.9rem;margin:0 0 2.5rem;padding:0;list-style:none;display:flex}.pricing-module__kvPdYW__featureItem{color:var(--text-body);align-items:flex-start;gap:.75rem;margin-bottom:0;font-size:.92rem;line-height:1.55;display:flex}.pricing-module__kvPdYW__featureDot{color:var(--powder-blush-400);flex-shrink:0;margin-top:.2rem;font-size:.85rem}.pricing-module__kvPdYW__cardCta{justify-content:center;width:100%}.pricing-module__kvPdYW__cardCtaFeatured{background:linear-gradient(135deg, var(--powder-blush-400), var(--powder-blush-500));color:var(--white);border-color:#0000}.pricing-module__kvPdYW__cardCtaFeatured:hover{background:linear-gradient(135deg, var(--powder-blush-500), var(--powder-blush-300));box-shadow:0 8px 25px #b87a6c4d}.pricing-module__kvPdYW__arrow{transition:transform .3s;display:inline-block}.pricing-module__kvPdYW__cardCta:hover .pricing-module__kvPdYW__arrow{transform:translate(5px)}.pricing-module__kvPdYW__payLater{text-align:center;color:var(--text-muted);margin-top:1rem;font-size:.8rem;line-height:1.6}.pricing-module__kvPdYW__payNowLink{color:var(--powder-blush-400);text-underline-offset:3px;text-decoration:underline;transition:color .2s}.pricing-module__kvPdYW__payNowLink:hover{color:var(--powder-blush-500)}.pricing-module__kvPdYW__callSection{background:var(--cream-warm);text-align:center}.pricing-module__kvPdYW__callInner{max-width:720px;margin:0 auto}.pricing-module__kvPdYW__callFlower{color:var(--powder-blush-300);margin-bottom:2rem;font-size:3rem;animation:4s ease-in-out infinite pricing-module__kvPdYW__soft-pulse;display:block}.pricing-module__kvPdYW__callTitle{margin-bottom:1.5rem;font-size:clamp(2rem,4vw,2.75rem)}.pricing-module__kvPdYW__callText{color:var(--text-body);margin-bottom:2.5rem;font-size:1rem;line-height:1.85}.pricing-module__kvPdYW__callSteps{text-align:left;flex-direction:column;gap:1.5rem;margin-bottom:2.5rem;display:flex}.pricing-module__kvPdYW__callStep{background:var(--white);border:1px solid #b87a6c1a;border-radius:8px;align-items:flex-start;gap:1.25rem;padding:1.25rem 1.5rem;display:flex}.pricing-module__kvPdYW__callStepNum{background:linear-gradient(135deg, var(--powder-blush-400), var(--powder-blush-500));width:2rem;height:2rem;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:.1rem;font-size:.8rem;font-weight:600;display:flex}.pricing-module__kvPdYW__callStep strong{font-family:var(--font-serif);color:var(--charcoal);margin-bottom:.4rem;font-size:1.05rem;font-weight:400;display:block}.pricing-module__kvPdYW__callStep p{color:var(--text-body);margin:0;font-size:.9rem;line-height:1.65}.pricing-module__kvPdYW__humanSection{background:var(--cream-warm);text-align:center}.pricing-module__kvPdYW__humanInner{max-width:680px;margin:0 auto}.pricing-module__kvPdYW__humanFlower{color:var(--powder-blush-300);margin-bottom:2rem;font-size:3rem;animation:4s ease-in-out infinite pricing-module__kvPdYW__soft-pulse;display:block}@keyframes pricing-module__kvPdYW__soft-pulse{0%,to{opacity:.6}50%{opacity:1}}.pricing-module__kvPdYW__humanTitle{margin-bottom:1.5rem;font-size:clamp(2rem,4vw,2.75rem)}.pricing-module__kvPdYW__humanText{color:var(--text-body);margin-bottom:1.25rem;font-size:1rem;line-height:1.85}.pricing-module__kvPdYW__humanNote{color:var(--text-muted);background:var(--white);text-align:left;border:1px solid #b87a6c26;border-radius:6px;margin-bottom:2.5rem;padding:1rem 1.5rem;font-size:.88rem;line-height:1.7}.pricing-module__kvPdYW__trustSection{background:var(--white);text-align:center}.pricing-module__kvPdYW__trustInner{width:100%;max-width:1100px;margin:0 auto}.pricing-module__kvPdYW__trustGrid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;margin-top:3rem;display:grid}.pricing-module__kvPdYW__trustCard{background:var(--cream);text-align:center;border:1px solid #b87a6c14;border-radius:8px;padding:2.5rem 2rem;transition:transform .4s cubic-bezier(.25,.46,.45,.94)}.pricing-module__kvPdYW__trustCard:hover{transform:translateY(-4px)}.pricing-module__kvPdYW__trustIcon{color:var(--powder-blush-400);margin-bottom:1.25rem;font-size:2rem;animation:6s ease-in-out infinite pricing-module__kvPdYW__float;display:block}@keyframes pricing-module__kvPdYW__float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.pricing-module__kvPdYW__trustTitle{font-family:var(--font-serif);color:var(--charcoal);margin-bottom:1rem;font-size:1.2rem;font-weight:400}.pricing-module__kvPdYW__trustText{color:var(--text-muted);font-size:.9rem;line-height:1.75}.pricing-module__kvPdYW__footer{background:var(--cream-warm);text-align:center;padding:4rem 2rem}.pricing-module__kvPdYW__footerInner{max-width:400px;margin:0 auto}.pricing-module__kvPdYW__footerBrand{color:var(--powder-blush);margin-bottom:1rem;font-size:2rem;display:block}.pricing-module__kvPdYW__footerText{color:var(--text-muted);letter-spacing:.1em;text-transform:uppercase;font-size:.85rem}@media (max-width:768px){.pricing-module__kvPdYW__navbar{width:95%;padding:.6rem 1rem}.pricing-module__kvPdYW__navLinks{gap:.75rem}.pricing-module__kvPdYW__navLink{font-size:.65rem}.pricing-module__kvPdYW__navBtn{padding:.4rem .8rem;font-size:.6rem}.pricing-module__kvPdYW__grid{grid-template-columns:1fr}.pricing-module__kvPdYW__cardInner{padding:2rem 1.5rem}.pricing-module__kvPdYW__trustGrid{grid-template-columns:1fr}}@media (max-width:480px){.pricing-module__kvPdYW__navLink{display:none}}
