.Header-module__arFiJq__header{z-index:1000;-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border);background:#ffffffe0;transition:box-shadow .35s,background .35s;position:fixed;top:0;left:0;right:0}.Header-module__arFiJq__header.Header-module__arFiJq__scrolled{background:#fffffff7;box-shadow:0 4px 24px #7e5ca01a,0 1px #7e5ca00f}.Header-module__arFiJq__headerInner{justify-content:space-between;align-items:center;gap:1rem;height:80px;transition:height .3s;display:flex}.Header-module__arFiJq__header.Header-module__arFiJq__scrolled .Header-module__arFiJq__headerInner{height:70px}.Header-module__arFiJq__logoLink{transition:transform var(--transition);flex-shrink:0;align-items:center;display:flex}.Header-module__arFiJq__logoLink:hover{transform:scale(1.02)}.Header-module__arFiJq__nav{flex:1;justify-content:center;display:flex}.Header-module__arFiJq__navList{align-items:center;gap:.5rem;display:flex}.Header-module__arFiJq__navItem{position:relative}.Header-module__arFiJq__navLink{color:var(--text-primary);border-radius:var(--radius-sm);transition:all var(--transition);white-space:nowrap;padding:.6rem 1rem;font-size:.92rem;font-weight:700;display:block}.Header-module__arFiJq__navLink:hover{color:var(--lavender-dark);background:var(--lavender-pale)}.Header-module__arFiJq__navLink.Header-module__arFiJq__active{color:var(--lavender-dark)}.Header-module__arFiJq__dropdown{border-radius:var(--radius-md);min-width:240px;box-shadow:var(--shadow-lg);border:1px solid var(--border);opacity:0;pointer-events:none;transition:all var(--transition);z-index:100;background:#fff;padding:.5rem;position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(10px)}.Header-module__arFiJq__navItem:hover .Header-module__arFiJq__dropdown,.Header-module__arFiJq__navItem:focus-within .Header-module__arFiJq__dropdown{opacity:1;pointer-events:auto;transform:translate(-50%)translateY(4px)}.Header-module__arFiJq__dropdownLink{color:var(--text-secondary);border-radius:var(--radius-sm);transition:all var(--transition);padding:.75rem 1.25rem;font-size:.88rem;font-weight:700;display:block}.Header-module__arFiJq__dropdownLink:hover{color:var(--lavender-dark);background:var(--lavender-pale)}.Header-module__arFiJq__headerActions{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.Header-module__arFiJq__whatsappBtn{background:var(--whatsapp);color:#fff;border-radius:var(--radius-full);transition:all var(--transition);align-items:center;gap:.5rem;padding:.6rem 1.25rem;font-size:.85rem;font-weight:800;display:inline-flex;box-shadow:0 4px 12px #25d36633}.Header-module__arFiJq__whatsappBtn:hover{background:var(--whatsapp-dark);transform:translateY(-2px);box-shadow:0 6px 16px #25d36659}.Header-module__arFiJq__whatsappBtn svg{flex-shrink:0;width:16px;height:16px}.Header-module__arFiJq__hamburger{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:30px;height:20px;padding:0;display:none}.Header-module__arFiJq__hamburger span{background:var(--text-primary);border-radius:4px;width:100%;height:2.5px;transition:all .3s cubic-bezier(.25,.8,.25,1);display:block}.Header-module__arFiJq__hamburger.Header-module__arFiJq__open span:first-child{background:var(--lavender-dark);transform:rotate(45deg)translate(6px,6px)}.Header-module__arFiJq__hamburger.Header-module__arFiJq__open span:nth-child(2){opacity:0}.Header-module__arFiJq__hamburger.Header-module__arFiJq__open span:nth-child(3){background:var(--lavender-dark);transform:rotate(-45deg)translate(6px,-6px)}.Header-module__arFiJq__mobileNav{-webkit-backdrop-filter:blur(20px);opacity:0;pointer-events:none;z-index:999;background:#fffffffa;flex-direction:column;gap:.5rem;height:100vh;padding:100px 2rem 2rem;transition:transform .4s cubic-bezier(.25,.8,.25,1),opacity .3s;display:flex;position:fixed;top:0;left:0;right:0;transform:translateY(-100%)}.Header-module__arFiJq__mobileNav.Header-module__arFiJq__open{opacity:1;pointer-events:auto;transform:translateY(0)}.Header-module__arFiJq__mobileNavLink{color:var(--text-primary);border-radius:var(--radius-md);transition:all var(--transition);border-bottom:1px solid var(--border);opacity:0;padding:1rem 1.25rem;font-size:1.2rem;font-weight:800;display:block;transform:translateY(15px)}.Header-module__arFiJq__mobileNav.Header-module__arFiJq__open .Header-module__arFiJq__mobileNavLink{animation:.4s cubic-bezier(.25,.8,.25,1) forwards Header-module__arFiJq__slideInLink}.Header-module__arFiJq__mobileNav.Header-module__arFiJq__open .Header-module__arFiJq__mobileNavLink:first-child{animation-delay:50ms}.Header-module__arFiJq__mobileNav.Header-module__arFiJq__open .Header-module__arFiJq__mobileNavLink:nth-child(2){animation-delay:.1s}.Header-module__arFiJq__mobileNav.Header-module__arFiJq__open .Header-module__arFiJq__mobileNavLink:nth-child(3){animation-delay:.15s}.Header-module__arFiJq__mobileNav.Header-module__arFiJq__open .Header-module__arFiJq__mobileNavLink:nth-child(4){animation-delay:.2s}.Header-module__arFiJq__mobileNav.Header-module__arFiJq__open .Header-module__arFiJq__mobileNavLink:nth-child(5){animation-delay:.25s}.Header-module__arFiJq__mobileNav.Header-module__arFiJq__open .Header-module__arFiJq__mobileNavLink:nth-child(6){animation-delay:.3s}.Header-module__arFiJq__mobileNavLink:hover{color:var(--lavender-dark);background:var(--lavender-pale);padding-left:1.75rem}.Header-module__arFiJq__mobileNavWa{background:var(--whatsapp);color:#fff;border-radius:var(--radius-full);transition:background var(--transition), transform var(--transition);opacity:0;justify-content:center;align-items:center;gap:.6rem;margin-top:1.5rem;padding:1.1rem;font-size:1.05rem;font-weight:800;display:flex;transform:translateY(15px);box-shadow:0 6px 20px #25d36640}.Header-module__arFiJq__mobileNav.Header-module__arFiJq__open .Header-module__arFiJq__mobileNavWa{animation:.4s cubic-bezier(.25,.8,.25,1) .35s forwards Header-module__arFiJq__slideInLink}.Header-module__arFiJq__mobileNavWa:hover{background:var(--whatsapp-dark)}.Header-module__arFiJq__mobileNavWa svg{width:20px;height:20px}@keyframes Header-module__arFiJq__slideInLink{to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.Header-module__arFiJq__headerInner{height:72px}.Header-module__arFiJq__header.Header-module__arFiJq__scrolled .Header-module__arFiJq__headerInner{height:64px}.Header-module__arFiJq__nav,.Header-module__arFiJq__whatsappBtn{display:none}.Header-module__arFiJq__hamburger{display:flex}}@media (max-width:480px){.Header-module__arFiJq__headerInner{padding-inline:1.25rem}.Header-module__arFiJq__mobileNav{padding-inline:1.5rem}}.Header-module__arFiJq__navLink:focus-visible,.Header-module__arFiJq__dropdownLink:focus-visible{outline:2px solid var(--lavender-mid)!important;outline-offset:-2px!important;border-radius:var(--radius-sm)!important}
.Footer-module__rnk_JG__footer{color:#ffffffd9;background:linear-gradient(135deg,#1a0a12 0%,#2d1020 60%,#1a0a18 100%);padding-top:clamp(3rem,6vw,5rem)}.Footer-module__rnk_JG__grid{border-bottom:1px solid #ffffff1a;grid-template-columns:1.8fr 1fr 1fr 1fr;gap:3rem;padding-bottom:3rem;display:grid}.Footer-module__rnk_JG__brand{flex-direction:column;gap:1rem;display:flex}.Footer-module__rnk_JG__tagline{font-family:var(--font-playfair);color:#ffffffb3;font-size:.95rem;font-style:italic;line-height:1.5}.Footer-module__rnk_JG__desc{color:#ffffff8c;font-size:.875rem;line-height:1.7}.Footer-module__rnk_JG__social{gap:.75rem;display:flex}.Footer-module__rnk_JG__socialBtn{border-radius:var(--radius-sm);color:#ffffffb3;width:36px;height:36px;transition:all var(--transition);background:#ffffff14;justify-content:center;align-items:center;display:flex}.Footer-module__rnk_JG__socialBtn:hover{background:var(--lavender-dark);color:#fff;transform:translateY(-2px)}.Footer-module__rnk_JG__socialBtn svg{width:16px;height:16px}.Footer-module__rnk_JG__col{flex-direction:column;gap:.5rem;display:flex}.Footer-module__rnk_JG__colTitle{text-transform:uppercase;letter-spacing:.12em;color:var(--magenta-light);margin-bottom:.5rem;font-size:.8rem;font-weight:800}.Footer-module__rnk_JG__footerLink{color:#fff9;transition:color var(--transition);padding:.25rem 0;font-size:.875rem;display:block}.Footer-module__rnk_JG__footerLink:hover{color:#fff}.Footer-module__rnk_JG__waButton{background:var(--whatsapp);color:#fff;border-radius:var(--radius-full);transition:all var(--transition);align-items:center;gap:.5rem;width:fit-content;margin-bottom:.75rem;padding:.6rem 1.25rem;font-size:.875rem;font-weight:700;display:inline-flex}.Footer-module__rnk_JG__waButton:hover{background:var(--whatsapp-dark);transform:translateY(-1px)}.Footer-module__rnk_JG__trustBadges{flex-direction:column;gap:.4rem;margin-top:.5rem;display:flex}.Footer-module__rnk_JG__badge{color:#ffffff8c;font-size:.8rem}.Footer-module__rnk_JG__bottom{color:#fff6;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding-block:1.25rem;font-size:.82rem;display:flex}.Footer-module__rnk_JG__daosInline{color:#ffffffa6;text-underline-offset:2px;transition:color var(--transition);font-weight:600;text-decoration:underline}.Footer-module__rnk_JG__daosInline:hover{color:#fff}.Footer-module__rnk_JG__holding{border-top:1px solid #ffffff14;border-bottom:1px solid #ffffff14;flex-wrap:wrap;justify-content:center;align-items:center;gap:1.25rem;padding-block:1.25rem;display:flex}.Footer-module__rnk_JG__holdingLabel{color:#ffffff73;letter-spacing:.02em;font-size:.82rem}.Footer-module__rnk_JG__holdingLink{opacity:.85;transition:opacity var(--transition), transform var(--transition);border-radius:var(--radius-sm);align-items:center;display:flex;overflow:hidden}.Footer-module__rnk_JG__holdingLink:hover{opacity:1;transform:scale(1.04)}.Footer-module__rnk_JG__bottomLinks{gap:1.5rem;display:flex}.Footer-module__rnk_JG__bottomLinks a{color:#fff6;transition:color var(--transition)}.Footer-module__rnk_JG__bottomLinks a:hover{color:#fffc}@media (max-width:1024px){.Footer-module__rnk_JG__grid{grid-template-columns:1fr 1fr}.Footer-module__rnk_JG__brand{grid-column:1/-1}}@media (max-width:600px){.Footer-module__rnk_JG__grid{grid-template-columns:1fr;gap:2rem}.Footer-module__rnk_JG__brand{grid-column:1}.Footer-module__rnk_JG__bottom{flex-direction:column;align-items:flex-start}}
.Hero-module__PgAKtG__section{color:#fff;background:linear-gradient(135deg,#180926 0%,#2e1345 50%,#160824 100%);align-items:center;min-height:90svh;padding-top:100px;padding-bottom:60px;display:flex;position:relative;overflow:hidden}.Hero-module__PgAKtG__bgGlow1{filter:blur(60px);pointer-events:none;z-index:1;background:radial-gradient(circle,#c8a9d838 0%,#0000 70%);width:600px;height:600px;position:absolute;top:-10%;left:-10%}.Hero-module__PgAKtG__bgGlow2{filter:blur(60px);pointer-events:none;z-index:1;background:radial-gradient(circle,#b0409040 0%,#0000 70%);width:680px;height:680px;position:absolute;bottom:5%;right:-5%}.Hero-module__PgAKtG__bgPattern{opacity:.35;pointer-events:none;z-index:1;background-image:radial-gradient(#ffffff14 1px,#0000 1px);background-size:36px 36px;position:absolute;inset:0}.Hero-module__PgAKtG__grid{z-index:10;grid-template-columns:1.15fr .85fr;align-items:center;gap:4rem;padding-bottom:60px;display:grid;position:relative}.Hero-module__PgAKtG__content{flex-direction:column;align-items:flex-start;animation:.9s cubic-bezier(.16,1,.3,1) both Hero-module__PgAKtG__fadeInUp;display:flex}.Hero-module__PgAKtG__badgeRow{-webkit-backdrop-filter:blur(8px);background:#ffffff1f;border:1px solid #ffffff40;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1.75rem;padding:.45rem 1.2rem;display:inline-flex}.Hero-module__PgAKtG__pulsingDot{background:#c8a9d8;border-radius:9999px;width:7px;height:7px;animation:1.8s infinite Hero-module__PgAKtG__pulseRing}.Hero-module__PgAKtG__badgeText{color:#fffffff2;text-transform:uppercase;letter-spacing:.1em;font-size:.78rem;font-weight:800}.Hero-module__PgAKtG__title{color:#fff;letter-spacing:-.025em;font-size:clamp(2.6rem,5.5vw,4.2rem);font-weight:700;line-height:1.15;font-family:var(--font-body);margin-bottom:1.5rem}.Hero-module__PgAKtG__titleLine1{animation:.8s cubic-bezier(.16,1,.3,1) .1s both Hero-module__PgAKtG__fadeInUp;display:inline}.Hero-module__PgAKtG__titleLine2{animation:.8s cubic-bezier(.16,1,.3,1) .2s both Hero-module__PgAKtG__fadeInUp;display:inline}.Hero-module__PgAKtG__italicTitle{font-family:var(--font-display);color:#e6d5f5;margin-top:.25rem;font-size:.9em;font-style:italic;font-weight:400;animation:.8s cubic-bezier(.16,1,.3,1) .35s both Hero-module__PgAKtG__fadeInUp;display:block}.Hero-module__PgAKtG__subtitle{color:#ffffffd1;max-width:540px;margin-bottom:2.5rem;font-size:clamp(1.05rem,1.8vw,1.18rem);line-height:1.8;animation:.8s cubic-bezier(.16,1,.3,1) .45s both Hero-module__PgAKtG__fadeInUp}.Hero-module__PgAKtG__ctaRow{flex-wrap:wrap;gap:1rem;margin-bottom:3rem;animation:.8s cubic-bezier(.16,1,.3,1) .55s both Hero-module__PgAKtG__fadeInUp;display:flex}.Hero-module__PgAKtG__ctaShimmer{position:relative;overflow:hidden}.Hero-module__PgAKtG__ctaShimmer:before{content:"";background:linear-gradient(90deg,#0000,#ffffff40,#0000);width:60%;height:100%;animation:2.5s infinite Hero-module__PgAKtG__shimmer;position:absolute;top:0;left:-100%}.Hero-module__PgAKtG__trustRow{flex-wrap:wrap;gap:1.5rem;animation:.8s cubic-bezier(.16,1,.3,1) .65s both Hero-module__PgAKtG__fadeInUp;display:flex}.Hero-module__PgAKtG__trustItem{color:#ffffffe6;align-items:center;gap:.4rem;font-size:.88rem;font-weight:700;display:flex}.Hero-module__PgAKtG__check{color:#92e0a8;font-weight:900}.Hero-module__PgAKtG__visual{justify-content:center;align-items:center;animation:1s cubic-bezier(.16,1,.3,1) .3s both Hero-module__PgAKtG__fadeInScale;display:flex}.Hero-module__PgAKtG__productShowcase{justify-content:center;align-items:center;width:100%;max-width:440px;height:440px;display:flex;position:relative}.Hero-module__PgAKtG__ambientGlow{filter:blur(40px);z-index:0;background:radial-gradient(circle,#c8a9d852 0%,#7e5ca026 60%,#0000 80%);border-radius:9999px;width:360px;height:360px;position:absolute}.Hero-module__PgAKtG__packSecondary{z-index:1;filter:drop-shadow(0 18px 36px #0006);animation:6s ease-in-out infinite alternate Hero-module__PgAKtG__floatSlow;position:absolute;top:15px;left:20px;transform:rotate(-9deg)scale(.92)}.Hero-module__PgAKtG__packPrimary{z-index:2;filter:drop-shadow(0 22px 45px #00000080);animation:5s ease-in-out infinite alternate Hero-module__PgAKtG__floatMain;position:absolute;bottom:25px;right:15px;transform:rotate(4deg)}.Hero-module__PgAKtG__packImg{object-fit:contain;width:auto;max-width:100%;height:auto}.Hero-module__PgAKtG__pill{-webkit-backdrop-filter:blur(14px);color:#fff;white-space:nowrap;z-index:3;background:#ffffff29;border:1px solid #ffffff59;border-radius:9999px;padding:.6rem 1.15rem;font-size:.82rem;font-weight:800;position:absolute;box-shadow:0 8px 24px #0003}.Hero-module__PgAKtG__pill1{animation:4s ease-in-out infinite alternate Hero-module__PgAKtG__floatY;top:8%;right:-5%}.Hero-module__PgAKtG__pill2{animation:4.5s ease-in-out 1s infinite alternate Hero-module__PgAKtG__floatY;bottom:12%;left:-8%}.Hero-module__PgAKtG__pill3{animation:5s ease-in-out 2s infinite alternate Hero-module__PgAKtG__floatY;top:48%;right:-12%}.Hero-module__PgAKtG__waveDivider{z-index:10;width:100%;line-height:0;position:absolute;bottom:-1px;left:0;overflow:hidden}.Hero-module__PgAKtG__waveDivider svg{width:calc(144% + 1.3px);height:50px;display:block}@keyframes Hero-module__PgAKtG__shimmer{0%{left:-100%}to{left:200%}}@keyframes Hero-module__PgAKtG__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes Hero-module__PgAKtG__fadeInScale{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@keyframes Hero-module__PgAKtG__pulseRing{0%,to{opacity:1;transform:scale(1)}50%{opacity:.55;transform:scale(.82)}}@keyframes Hero-module__PgAKtG__floatY{0%{transform:translateY(0)}to{transform:translateY(-12px)}}@keyframes Hero-module__PgAKtG__floatSlow{0%{transform:rotate(-9deg)scale(.92)translateY(0)}to{transform:rotate(-6deg)scale(.92)translateY(-14px)}}@keyframes Hero-module__PgAKtG__floatMain{0%{transform:rotate(4deg)translateY(0)}to{transform:rotate(2deg)translateY(-16px)}}@media (max-width:960px){.Hero-module__PgAKtG__grid{text-align:center;grid-template-columns:1fr;gap:3rem;padding-bottom:40px}.Hero-module__PgAKtG__content{align-items:center}.Hero-module__PgAKtG__subtitle{margin-inline:auto}.Hero-module__PgAKtG__ctaRow{flex-direction:column;align-items:stretch;width:100%;max-width:380px;margin-inline:auto}.Hero-module__PgAKtG__trustRow{justify-content:center}.Hero-module__PgAKtG__visual{order:-1}.Hero-module__PgAKtG__productShowcase{max-width:320px;height:320px}.Hero-module__PgAKtG__pill{padding:.45rem .9rem;font-size:.75rem}.Hero-module__PgAKtG__pill1{top:2%;right:0%}.Hero-module__PgAKtG__pill2{bottom:4%;left:0%}.Hero-module__PgAKtG__pill3{top:40%;right:-5%}}
.PeriodCalculator-module__C5Akoa__section{padding-block:var(--section-py);background:linear-gradient(135deg, var(--sage-ultra-pale) 0%, var(--white) 100%);border-block:1px solid var(--border)}.PeriodCalculator-module__C5Akoa__wrapper{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow-card);padding:4rem clamp(1.5rem,5vw,3.5rem);overflow:hidden}.PeriodCalculator-module__C5Akoa__grid{grid-template-columns:1.1fr .9fr;align-items:center;gap:4rem;display:grid}.PeriodCalculator-module__C5Akoa__lead{color:var(--text-secondary);margin-block:.5rem 2.5rem;font-size:1.1rem;line-height:1.7}.PeriodCalculator-module__C5Akoa__formGroup{margin-bottom:2.25rem}.PeriodCalculator-module__C5Akoa__formGroup label{color:var(--text-primary);margin-bottom:.75rem;font-size:.95rem;font-weight:700;display:block}.PeriodCalculator-module__C5Akoa__dateInput{border-radius:var(--radius-sm);border:1.5px solid var(--border);width:100%;color:var(--text-primary);transition:border-color var(--transition);outline:none;padding:1rem 1.25rem;font-size:1rem}.PeriodCalculator-module__C5Akoa__dateInput:focus{border-color:var(--sage)}.PeriodCalculator-module__C5Akoa__labelRow{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.PeriodCalculator-module__C5Akoa__labelRow label{margin-bottom:0}.PeriodCalculator-module__C5Akoa__sliderValue{color:var(--sage-dark);font-size:1.1rem;font-weight:800}.PeriodCalculator-module__C5Akoa__slider{-webkit-appearance:none;border-radius:var(--radius-full);background:var(--border);outline:none;width:100%;height:6px;margin-bottom:.5rem}.PeriodCalculator-module__C5Akoa__slider::-webkit-slider-thumb{appearance:none;background:var(--sage);cursor:pointer;width:20px;height:20px;transition:transform var(--transition-fast);border-radius:50%;box-shadow:0 2px 6px #00000026}.PeriodCalculator-module__C5Akoa__slider::-webkit-slider-thumb:hover{transform:scale(1.15)}.PeriodCalculator-module__C5Akoa__sliderLimits{color:var(--text-muted);justify-content:space-between;font-size:.8rem;display:flex}.PeriodCalculator-module__C5Akoa__helpText{background:var(--bone);border-radius:var(--radius-xs);color:var(--text-secondary);border:1px solid var(--border);padding:1rem 1.25rem;font-size:.8rem;line-height:1.6}.PeriodCalculator-module__C5Akoa__helpText strong{color:var(--text-primary)}.PeriodCalculator-module__C5Akoa__outputArea{flex-direction:column;gap:1.5rem;display:flex}.PeriodCalculator-module__C5Akoa__pillsRow{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.PeriodCalculator-module__C5Akoa__pill{border-radius:var(--radius-sm);text-align:center;box-shadow:var(--shadow-sm);flex-direction:column;align-items:center;padding:1.25rem 1rem;display:flex}.PeriodCalculator-module__C5Akoa__pill span{text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;font-size:.75rem;font-weight:800}.PeriodCalculator-module__C5Akoa__pill strong{font-size:1.25rem;font-weight:800}.PeriodCalculator-module__C5Akoa__pillPeriod{background:var(--rose-pale);color:var(--rose-dark)}.PeriodCalculator-module__C5Akoa__pillOvulation{background:var(--lavender-pale);color:var(--lavender-dark)}.PeriodCalculator-module__C5Akoa__calendarCard{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-sm);box-shadow:var(--shadow-sm);padding:2rem}.PeriodCalculator-module__C5Akoa__calendarCard h4{color:var(--text-primary);text-align:center;margin-bottom:1.5rem;font-size:.95rem}.PeriodCalculator-module__C5Akoa__calendarGrid{grid-template-columns:repeat(7,1fr);gap:.5rem;margin-bottom:1.5rem;display:grid}.PeriodCalculator-module__C5Akoa__calendarDay{aspect-ratio:1;border-radius:var(--radius-xs);background:var(--bone);border:1px solid var(--border);transition:transform var(--transition-fast);flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative}.PeriodCalculator-module__C5Akoa__calendarDay:hover{transform:scale(1.05)}.PeriodCalculator-module__C5Akoa__dayNum{color:var(--text-primary);font-size:.9rem;font-weight:700;line-height:1}.PeriodCalculator-module__C5Akoa__dayMonth{text-transform:uppercase;color:var(--text-muted);font-size:.6rem;line-height:1.2}.PeriodCalculator-module__C5Akoa__dayPeriod{background:var(--rose-pastel);border-color:var(--rose-mid)}.PeriodCalculator-module__C5Akoa__dayPeriod .PeriodCalculator-module__C5Akoa__dayNum,.PeriodCalculator-module__C5Akoa__dayPeriod .PeriodCalculator-module__C5Akoa__dayMonth{color:var(--rose-dark)}.PeriodCalculator-module__C5Akoa__dayOvulation{background:var(--lavender);border-color:var(--lavender-mid)}.PeriodCalculator-module__C5Akoa__dayOvulation .PeriodCalculator-module__C5Akoa__dayNum,.PeriodCalculator-module__C5Akoa__dayOvulation .PeriodCalculator-module__C5Akoa__dayMonth{color:var(--lavender-dark)}.PeriodCalculator-module__C5Akoa__legend{justify-content:center;gap:1.5rem;margin-bottom:2rem;display:flex}.PeriodCalculator-module__C5Akoa__legendItem{align-items:center;gap:.5rem;display:flex}.PeriodCalculator-module__C5Akoa__legendItem span{color:var(--text-secondary);font-size:.8rem}.PeriodCalculator-module__C5Akoa__legendDot{border-radius:var(--radius-full);width:12px;height:12px}.PeriodCalculator-module__C5Akoa__dotPeriod{background:var(--rose-pastel);border:1px solid var(--rose-mid)}.PeriodCalculator-module__C5Akoa__dotOvulation{background:var(--lavender);border:1px solid var(--lavender-mid)}@media (max-width:900px){.PeriodCalculator-module__C5Akoa__grid{grid-template-columns:1fr;gap:3rem}}@media (max-width:480px){.PeriodCalculator-module__C5Akoa__wrapper{padding:2.5rem 1.5rem}.PeriodCalculator-module__C5Akoa__pillsRow{grid-template-columns:1fr}.PeriodCalculator-module__C5Akoa__calendarGrid{gap:.35rem}.PeriodCalculator-module__C5Akoa__calendarDay{padding-block:.25rem}}
.ProductCard-module__aoKufG__card{border:1px solid var(--border);box-shadow:var(--shadow-card);background:#fff;border-radius:20px;flex-direction:column;transition:transform .45s cubic-bezier(.16,1,.3,1),box-shadow .45s;display:flex;position:relative;overflow:hidden}.ProductCard-module__aoKufG__card:hover{box-shadow:var(--shadow-lg);transform:translateY(-8px)}.ProductCard-module__aoKufG__featured{border-color:var(--lavender-mid);box-shadow:0 4px 24px #7e5ca026}.ProductCard-module__aoKufG__featuredBadge{z-index:10;background:var(--lavender-dark);color:#fff;text-transform:uppercase;letter-spacing:.1em;border-radius:9999px;padding:.3rem .75rem;font-size:.72rem;font-weight:800;position:absolute;top:1rem;right:1rem}.ProductCard-module__aoKufG__imageZone{flex-shrink:0;justify-content:center;align-items:center;height:200px;text-decoration:none;display:flex;position:relative;overflow:hidden}.ProductCard-module__aoKufG__imagePattern{pointer-events:none;background-image:radial-gradient(circle at 25% 25%,#ffffff26 0%,#0000 60%);position:absolute;inset:0}.ProductCard-module__aoKufG__centerIcon{opacity:.9;z-index:2;font-size:4rem;transition:transform .4s cubic-bezier(.34,1.56,.64,1);position:relative}.ProductCard-module__aoKufG__productImg{object-fit:contain;z-index:2;filter:drop-shadow(0 6px 12px #0000001f);width:auto;max-width:85%;max-height:165px;transition:transform .4s cubic-bezier(.34,1.56,.64,1);position:relative}.ProductCard-module__aoKufG__card:hover .ProductCard-module__aoKufG__centerIcon,.ProductCard-module__aoKufG__card:hover .ProductCard-module__aoKufG__productImg{transform:scale(1.08)translateY(-4px)}.ProductCard-module__aoKufG__categoryTag{-webkit-backdrop-filter:blur(8px);color:#fff;text-transform:uppercase;letter-spacing:.08em;background:#ffffff40;border:1px solid #ffffff59;border-radius:9999px;padding:.25rem .75rem;font-size:.72rem;font-weight:800;position:absolute;top:.75rem;left:.75rem}.ProductCard-module__aoKufG__hoverOverlay{opacity:0;z-index:3;background:#00000080;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.ProductCard-module__aoKufG__card:hover .ProductCard-module__aoKufG__hoverOverlay{opacity:1}.ProductCard-module__aoKufG__hoverOverlay span{color:#fff;letter-spacing:.05em;font-size:.92rem;font-weight:800}.ProductCard-module__aoKufG__content{flex-direction:column;flex:1;gap:.3rem;padding:1.35rem;display:flex}.ProductCard-module__aoKufG__stars{color:#f0a820;align-items:center;gap:2px;margin-bottom:.2rem;display:flex}.ProductCard-module__aoKufG__ratingNum{color:var(--text-muted);margin-left:4px;font-size:.78rem;font-weight:800}.ProductCard-module__aoKufG__name{color:var(--text-primary);font-size:1rem;font-weight:800;line-height:1.3;transition:color .2s}.ProductCard-module__aoKufG__name:hover{color:var(--lavender-dark)}.ProductCard-module__aoKufG__variant{color:var(--text-muted);font-size:.82rem;font-weight:600}.ProductCard-module__aoKufG__desc{color:var(--text-secondary);flex:1;margin-top:.2rem;margin-bottom:0;font-size:.85rem;line-height:1.6}.ProductCard-module__aoKufG__meta{margin-top:.5rem}.ProductCard-module__aoKufG__available{color:var(--sage-dark);font-size:.78rem;font-weight:700}.ProductCard-module__aoKufG__actions{align-items:center;gap:.6rem;margin-top:.85rem;display:flex}.ProductCard-module__aoKufG__actions>:first-child{flex:1}.ProductCard-module__aoKufG__waBtn{background:var(--whatsapp-pale);width:42px;height:42px;color:var(--whatsapp-dark);border:1px solid #25d36633;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;transition:all .3s;display:flex}.ProductCard-module__aoKufG__waBtn:hover{background:var(--whatsapp);color:#fff;transform:scale(1.08)}
.FinalCTA-module__sfPdpG__section{color:var(--white);text-align:center;background:linear-gradient(135deg,#a80068 0%,#cc0080 50%,#800050 100%);padding-block:clamp(4rem,10vw,8rem);position:relative;overflow:hidden}.FinalCTA-module__sfPdpG__blobs{pointer-events:none;z-index:1;position:absolute;inset:0}.FinalCTA-module__sfPdpG__blob{border-radius:var(--radius-full);filter:blur(100px);opacity:.22;background:var(--magenta-light);position:absolute}.FinalCTA-module__sfPdpG__blob1{width:clamp(200px,30vw,400px);height:clamp(200px,30vw,400px);top:-10%;left:20%}.FinalCTA-module__sfPdpG__blob2{width:clamp(200px,30vw,400px);height:clamp(200px,30vw,400px);bottom:-15%;right:20%}.FinalCTA-module__sfPdpG__inner{z-index:2;flex-direction:column;align-items:center;max-width:720px;margin-inline:auto;display:flex;position:relative}.FinalCTA-module__sfPdpG__logoBox{opacity:.9;margin-bottom:2rem}.FinalCTA-module__sfPdpG__logoBox svg{width:auto;max-height:72px}.FinalCTA-module__sfPdpG__section h2{color:var(--white);margin-bottom:1.25rem;font-size:clamp(1.8rem,4.5vw,2.8rem)}.FinalCTA-module__sfPdpG__section p{color:#ffffffe6;margin-bottom:2.5rem;font-size:clamp(1.05rem,2vw,1.2rem);line-height:1.7}.FinalCTA-module__sfPdpG__ctaButtons{flex-wrap:wrap;justify-content:center;gap:1.25rem;display:flex}@media (max-width:500px){.FinalCTA-module__sfPdpG__ctaButtons{flex-direction:column;align-items:stretch;gap:.875rem;width:100%}.FinalCTA-module__sfPdpG__ctaButtons .btn{justify-content:center;width:100%}.FinalCTA-module__sfPdpG__section h2{font-size:clamp(1.6rem,7vw,2.2rem)}}
.QuizSection-module__iC9apq__section{padding-block:var(--section-py);background:var(--bone)}.QuizSection-module__iC9apq__quizBox{background:var(--white);border-radius:var(--radius-md);border:1px solid var(--border);max-width:680px;box-shadow:var(--shadow-card);margin-inline:auto;padding:3.5rem clamp(1.5rem,5vw,3rem)}.QuizSection-module__iC9apq__progressHeader{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.QuizSection-module__iC9apq__progressHeader h3{color:var(--text-secondary);font-size:.95rem;font-weight:700}.QuizSection-module__iC9apq__progressBar{grid-template-columns:repeat(4,1fr);gap:.5rem;margin-bottom:3rem;display:grid}.QuizSection-module__iC9apq__progressSegment{border-radius:var(--radius-full);background:var(--border);height:6px;transition:background var(--transition)}.QuizSection-module__iC9apq__progressSegmentFilled{background:var(--lavender-dark)}.QuizSection-module__iC9apq__questionArea{text-align:center;margin-bottom:2.5rem}.QuizSection-module__iC9apq__questionEmoji{margin-bottom:1rem;font-size:2.5rem;display:block}.QuizSection-module__iC9apq__questionArea h2{font-family:var(--font-display);color:var(--text-primary);margin-bottom:.5rem;font-size:clamp(1.6rem,4vw,2.2rem)}.QuizSection-module__iC9apq__questionArea p{color:var(--text-secondary);font-size:.95rem}.QuizSection-module__iC9apq__optionsGrid{flex-direction:column;gap:1rem;margin-bottom:3rem;display:flex}.QuizSection-module__iC9apq__optionBtn{text-align:left;border-radius:var(--radius-sm);border:1.5px solid var(--border);background:var(--white);transition:all var(--transition-spring);align-items:center;width:100%;padding:1.25rem 1.5rem;display:flex}.QuizSection-module__iC9apq__optionBtn:hover{border-color:var(--lavender-mid);box-shadow:var(--shadow-sm);transform:translateY(-2px)}.QuizSection-module__iC9apq__optionSelected{border-color:var(--lavender-dark);background:var(--lavender-ultra-pale);box-shadow:0 4px 12px #7e5ca014}.QuizSection-module__iC9apq__optionEmoji{flex-shrink:0;margin-right:1.25rem;font-size:1.75rem}.QuizSection-module__iC9apq__optionInfo{flex-grow:1}.QuizSection-module__iC9apq__optionInfo h4{color:var(--text-primary);margin-bottom:.2rem;font-size:1.05rem}.QuizSection-module__iC9apq__optionInfo p{color:var(--text-secondary);font-size:.85rem}.QuizSection-module__iC9apq__checkboxIndicator{border-radius:var(--radius-full);border:1.5px solid var(--border);width:24px;height:24px;color:var(--lavender-dark);background:var(--white);justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:flex}.QuizSection-module__iC9apq__optionSelected .QuizSection-module__iC9apq__checkboxIndicator{background:var(--lavender-dark);border-color:var(--lavender-dark);color:var(--white)}.QuizSection-module__iC9apq__navigationRow{justify-content:space-between;align-items:center;display:flex}.QuizSection-module__iC9apq__navBtn{color:var(--text-secondary);border-radius:var(--radius-full);transition:color var(--transition);padding:.75rem 1.5rem;font-size:.95rem;font-weight:700}.QuizSection-module__iC9apq__navBtn:disabled{opacity:.35;cursor:not-allowed}.QuizSection-module__iC9apq__backBtn:hover:not(:disabled){color:var(--text-primary)}.QuizSection-module__iC9apq__resultBox{text-align:center;background:var(--white);border-radius:var(--radius-md);border:1px solid var(--border);max-width:680px;box-shadow:var(--shadow-card);animation:QuizSection-module__iC9apq__fadeInUp .6s var(--transition);margin-inline:auto;padding:4rem clamp(1.5rem,5vw,3rem)}.QuizSection-module__iC9apq__resultHeader{margin-bottom:3rem}.QuizSection-module__iC9apq__resultHeader h2{font-family:var(--font-display);margin-top:.75rem;font-size:clamp(1.75rem,5vw,2.4rem)}.QuizSection-module__iC9apq__resultCard{border-radius:var(--radius-md);border:1px solid var(--border);box-shadow:var(--shadow-sm);text-align:left;grid-template-columns:.8fr 1.2fr;margin-bottom:3rem;display:grid;overflow:hidden}.QuizSection-module__iC9apq__resultVisual{border-right:1px solid var(--border);justify-content:center;align-items:center;padding:2.5rem;display:flex}.QuizSection-module__iC9apq__resultInfo{flex-direction:column;align-items:flex-start;padding:2.5rem;display:flex}.QuizSection-module__iC9apq__productCategory{text-transform:uppercase;color:var(--text-muted);letter-spacing:.1em;font-size:.75rem;font-weight:800}.QuizSection-module__iC9apq__resultInfo h3{font-family:var(--font-display);color:var(--text-primary);margin-block:.3rem .5rem;font-size:1.6rem}.QuizSection-module__iC9apq__unitsBadge{background:var(--lavender-pale);color:var(--lavender-dark);border-radius:var(--radius-xs);margin-bottom:1.5rem;padding:.25rem .75rem;font-size:.8rem;font-weight:700;display:inline-block}.QuizSection-module__iC9apq__reasonText{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.95rem;line-height:1.7}.QuizSection-module__iC9apq__tipBox{background:var(--sage-ultra-pale);border-left:3px solid var(--sage);border-radius:var(--radius-xs);width:100%;margin-bottom:2rem;padding:1rem 1.25rem}.QuizSection-module__iC9apq__tipBox strong{color:var(--sage-deep);margin-bottom:.25rem;font-size:.88rem;display:block}.QuizSection-module__iC9apq__tipBox p{color:var(--text-secondary);font-size:.85rem;line-height:1.6}.QuizSection-module__iC9apq__actions{flex-direction:column;gap:.75rem;width:100%;display:flex}.QuizSection-module__iC9apq__actions .btn{width:100%}.QuizSection-module__iC9apq__resetBtn{margin-top:1rem}@media (max-width:640px){.QuizSection-module__iC9apq__resultCard{grid-template-columns:1fr}.QuizSection-module__iC9apq__resultVisual{border-right:none;border-bottom:1px solid var(--border);padding:2rem}.QuizSection-module__iC9apq__resultInfo{padding:2rem}}
.TestimonialsCarousel-module__NhfQfG__section{padding-block:var(--section-py);background:var(--lavender-ultra-pale);border-bottom:1px solid var(--border)}.TestimonialsCarousel-module__NhfQfG__carouselContainer{justify-content:center;align-items:center;gap:2rem;max-width:800px;margin-inline:auto;display:flex;position:relative}.TestimonialsCarousel-module__NhfQfG__slideArea{flex-grow:1;align-items:center;max-width:600px;min-height:280px;display:flex}.TestimonialsCarousel-module__NhfQfG__card{background:var(--white);border-radius:var(--radius-md);border:1px solid var(--border);box-shadow:var(--shadow-sm);text-align:center;width:100%;animation:TestimonialsCarousel-module__NhfQfG__fadeInUp .4s var(--transition);flex-direction:column;align-items:center;padding:3rem;display:flex}.TestimonialsCarousel-module__NhfQfG__avatar{border-radius:var(--radius-full);width:56px;height:56px;box-shadow:var(--shadow-sm);justify-content:center;align-items:center;margin-bottom:1.5rem;font-size:1.15rem;font-weight:800;display:flex}.TestimonialsCarousel-module__NhfQfG__avatarLavender{background:var(--lavender-pale);color:var(--lavender-dark);border:1px solid var(--lavender-mid)}.TestimonialsCarousel-module__NhfQfG__avatarSage{background:var(--sage-pale);color:var(--sage-dark);border:1px solid var(--sage)}.TestimonialsCarousel-module__NhfQfG__avatarRose{background:var(--rose-pale);color:var(--rose-dark);border:1px solid var(--rose-pastel)}.TestimonialsCarousel-module__NhfQfG__ratingRow{gap:.2rem;margin-bottom:1.5rem;display:flex}.TestimonialsCarousel-module__NhfQfG__star{color:var(--gold);font-size:1.25rem}.TestimonialsCarousel-module__NhfQfG__quote{font-family:var(--font-display);color:var(--text-primary);max-width:480px;margin-bottom:2rem;font-size:clamp(1.15rem,3vw,1.45rem);font-style:italic;line-height:1.6}.TestimonialsCarousel-module__NhfQfG__authorRow{flex-direction:column;align-items:center;display:flex}.TestimonialsCarousel-module__NhfQfG__authorRow strong{color:var(--text-primary);font-size:.98rem}.TestimonialsCarousel-module__NhfQfG__authorRow span{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;margin-top:.2rem;font-size:.82rem}.TestimonialsCarousel-module__NhfQfG__arrowBtn{border-radius:var(--radius-full);background:var(--white);border:1px solid var(--border);width:48px;height:48px;color:var(--text-secondary);box-shadow:var(--shadow-sm);transition:all var(--transition-fast);justify-content:center;align-items:center;font-size:1.75rem;display:flex}.TestimonialsCarousel-module__NhfQfG__arrowBtn:hover{background:var(--lavender-pale);border-color:var(--lavender-mid);color:var(--lavender-dark);transform:scale(1.05)}.TestimonialsCarousel-module__NhfQfG__dotsRow{justify-content:center;gap:.6rem;margin-top:2.5rem;display:flex}.TestimonialsCarousel-module__NhfQfG__dot{border-radius:var(--radius-full);background:var(--border);width:8px;height:8px;transition:all var(--transition-fast)}.TestimonialsCarousel-module__NhfQfG__dotActive{background:var(--lavender-dark);width:16px;transform:scale(1.25)}@media (max-width:600px){.TestimonialsCarousel-module__NhfQfG__arrowBtn{display:none}.TestimonialsCarousel-module__NhfQfG__card{padding:2rem 1.5rem}.TestimonialsCarousel-module__NhfQfG__quote{margin-bottom:1.5rem;font-size:1.1rem}}
.BlogPreview-module__L3D1AW__section{padding-block:var(--section-py);background:var(--white);border-bottom:1px solid var(--border)}.BlogPreview-module__L3D1AW__headerRow{justify-content:space-between;align-items:flex-end;margin-bottom:clamp(2.5rem,7vw,4rem);display:flex}.BlogPreview-module__L3D1AW__headerText{max-width:600px}.BlogPreview-module__L3D1AW__headerText h2{margin-block:.5rem .75rem}.BlogPreview-module__L3D1AW__grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.BlogPreview-module__L3D1AW__card{background:var(--white);border-radius:var(--radius-md);border:1px solid var(--border);box-shadow:var(--shadow-sm);transition:transform var(--transition-spring), box-shadow var(--transition);flex-direction:column;display:flex;overflow:hidden}.BlogPreview-module__L3D1AW__card:hover{box-shadow:var(--shadow-lg);transform:translateY(-6px)}.BlogPreview-module__L3D1AW__cover{justify-content:center;align-items:center;height:180px;display:flex;position:relative;overflow:hidden}.BlogPreview-module__L3D1AW__coverEmoji{transition:transform var(--transition-spring);font-size:3.5rem}.BlogPreview-module__L3D1AW__card:hover .BlogPreview-module__L3D1AW__coverEmoji{transform:scale(1.15)rotate(5deg)}.BlogPreview-module__L3D1AW__content{flex-direction:column;flex-grow:1;padding:2rem;display:flex}.BlogPreview-module__L3D1AW__categoryLabel{align-self:flex-start;margin-bottom:1rem;font-size:.7rem}.BlogPreview-module__L3D1AW__titleLink h3{font-family:var(--font-display);color:var(--text-primary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.75rem;font-size:1.25rem;line-height:1.4;display:-webkit-box;overflow:hidden}.BlogPreview-module__L3D1AW__titleLink h3:hover{color:var(--lavender-dark)}.BlogPreview-module__L3D1AW__excerpt{color:var(--text-secondary);-webkit-line-clamp:3;-webkit-box-orient:vertical;flex-grow:1;margin-bottom:2rem;font-size:.9rem;line-height:1.65;display:-webkit-box;overflow:hidden}.BlogPreview-module__L3D1AW__footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;margin-top:auto;padding-top:1.25rem;display:flex}.BlogPreview-module__L3D1AW__readingTime{color:var(--text-muted);font-size:.8rem}.BlogPreview-module__L3D1AW__readMore{color:var(--lavender-dark);transition:color var(--transition);font-size:.85rem;font-weight:800}.BlogPreview-module__L3D1AW__readMore:hover{color:var(--lavender-mid)}.BlogPreview-module__L3D1AW__mobileCtaRow{display:none}@media (max-width:900px){.BlogPreview-module__L3D1AW__grid{grid-template-columns:1fr;gap:1.5rem}.BlogPreview-module__L3D1AW__headerRow{flex-direction:column;align-items:flex-start;gap:1.5rem}.BlogPreview-module__L3D1AW__headerRow .btn{display:none}.BlogPreview-module__L3D1AW__mobileCtaRow{margin-top:2rem;display:block}}
.NewsletterInline-module__GnKBHq__section{padding-block:var(--section-py);background:linear-gradient(135deg, var(--sage-ultra-pale) 0%, var(--bone) 100%);border-bottom:1px solid var(--border)}.NewsletterInline-module__GnKBHq__box{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow-card);text-align:center;max-width:720px;margin-inline:auto;padding:4rem clamp(1.5rem,5vw,3.5rem)}.NewsletterInline-module__GnKBHq__formContent h2{font-family:var(--font-display);margin-block:.5rem .75rem;font-size:clamp(1.8rem,4vw,2.5rem)}.NewsletterInline-module__GnKBHq__formContent p{color:var(--text-secondary);margin-bottom:2rem;font-size:1rem}.NewsletterInline-module__GnKBHq__giftHook{background:var(--sage-pale);color:var(--sage-deep);border-radius:var(--radius-xs);max-width:540px;margin-bottom:2.5rem;padding:1.25rem;font-size:.9rem;line-height:1.6;display:inline-block}.NewsletterInline-module__GnKBHq__form{justify-content:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.NewsletterInline-module__GnKBHq__input{border-radius:var(--radius-full);border:1.5px solid var(--border);max-width:320px;transition:border-color var(--transition);outline:none;flex-grow:1;padding:1rem 1.5rem;font-size:1rem}.NewsletterInline-module__GnKBHq__input:focus{border-color:var(--sage)}.NewsletterInline-module__GnKBHq__termsNote{color:var(--text-muted);font-size:.75rem;display:block}.NewsletterInline-module__GnKBHq__successContent{animation:NewsletterInline-module__GnKBHq__fadeInUp .5s var(--transition)}.NewsletterInline-module__GnKBHq__successEmoji{margin-bottom:1.5rem;font-size:3.5rem;display:block}.NewsletterInline-module__GnKBHq__successContent h2{font-family:var(--font-display);color:var(--text-primary);margin-bottom:1rem;font-size:2.2rem}.NewsletterInline-module__GnKBHq__successContent p{color:var(--text-secondary);max-width:480px;margin-inline:auto;font-size:1.05rem;line-height:1.75}@media (max-width:580px){.NewsletterInline-module__GnKBHq__form{flex-direction:column;align-items:stretch}.NewsletterInline-module__GnKBHq__input{max-width:100%}.NewsletterInline-module__GnKBHq__box{padding:2.5rem 1.5rem}}
.WhatsAppFloat-module__enm2zG__btnWrap{z-index:500;align-items:center;display:flex;position:fixed;bottom:1.5rem;right:1.5rem}.WhatsAppFloat-module__enm2zG__floatBtn{background:var(--whatsapp);width:56px;height:56px;color:var(--white);border-radius:var(--radius-full);transition:transform var(--transition), background var(--transition);z-index:2;justify-content:center;align-items:center;display:flex;position:relative;box-shadow:0 4px 16px #25d36666}.WhatsAppFloat-module__enm2zG__floatBtn:hover{background:var(--whatsapp-dark);transform:scale(1.08)}.WhatsAppFloat-module__enm2zG__floatBtn svg{width:28px;height:28px}.WhatsAppFloat-module__enm2zG__pulseRing{border-radius:var(--radius-full);border:2px solid var(--whatsapp);opacity:0;z-index:1;pointer-events:none;animation:2s cubic-bezier(.4,0,.2,1) infinite WhatsAppFloat-module__enm2zG__waPulse;position:absolute;inset:-4px}.WhatsAppFloat-module__enm2zG__tooltip{background:var(--text-primary);color:var(--white);border-radius:var(--radius-sm);white-space:nowrap;box-shadow:var(--shadow-md);opacity:0;pointer-events:none;transition:all var(--transition);padding:.5rem 1rem;font-size:.8rem;font-weight:700;position:absolute;right:calc(100% + 1rem);transform:translate(8px)}.WhatsAppFloat-module__enm2zG__btnWrap:hover .WhatsAppFloat-module__enm2zG__tooltip{opacity:1;transform:translate(0)}@keyframes WhatsAppFloat-module__enm2zG__waPulse{0%{opacity:.5;transform:scale(.95)}to{opacity:0;transform:scale(1.2)}}@media (max-width:600px){.WhatsAppFloat-module__enm2zG__btnWrap{bottom:1.25rem;right:1.25rem}.WhatsAppFloat-module__enm2zG__floatBtn{width:48px;height:48px}.WhatsAppFloat-module__enm2zG__floatBtn svg{width:24px;height:24px}.WhatsAppFloat-module__enm2zG__tooltip{display:none}}
.ContactForm-module__f_V9Ma__section{padding-block:var(--section-py)}.ContactForm-module__f_V9Ma__inner{grid-template-columns:.95fr 1.05fr;align-items:start;gap:5rem;display:grid}.ContactForm-module__f_V9Ma__info{flex-direction:column;align-items:flex-start;display:flex}.ContactForm-module__f_V9Ma__info h2{margin-block:.5rem 1.25rem}.ContactForm-module__f_V9Ma__desc{color:var(--text-secondary);margin-bottom:3rem;font-size:1.05rem;line-height:1.8}.ContactForm-module__f_V9Ma__channels{flex-direction:column;gap:1.5rem;width:100%;display:flex}.ContactForm-module__f_V9Ma__channel{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:all var(--transition-spring);align-items:center;gap:1.25rem;padding:1.5rem 1.75rem;display:flex}.ContactForm-module__f_V9Ma__channel:hover{border-color:var(--lavender-pale);box-shadow:var(--shadow-md);transform:translate(4px)}.ContactForm-module__f_V9Ma__icon{border-radius:var(--radius-full);flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.ContactForm-module__f_V9Ma__whatsappIcon{color:var(--whatsapp);background:#e8fdf0}.ContactForm-module__f_V9Ma__emailIcon{background:var(--rose-pale);color:var(--rose-dark)}.ContactForm-module__f_V9Ma__icon svg{width:22px;height:22px}.ContactForm-module__f_V9Ma__channelText strong{color:var(--text-primary);margin-bottom:.2rem;font-size:1rem;display:block}.ContactForm-module__f_V9Ma__channelText span{color:var(--text-secondary);font-size:.85rem;display:block}.ContactForm-module__f_V9Ma__form{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);flex-direction:column;gap:1.75rem;padding:3.5rem 3rem;display:flex}.ContactForm-module__f_V9Ma__form h3{color:var(--text-primary);border-bottom:2px solid var(--lavender-pale);margin-bottom:.5rem;padding-bottom:.75rem;font-size:1.5rem;font-weight:800}.ContactForm-module__f_V9Ma__group{flex-direction:column;gap:.5rem;display:flex}.ContactForm-module__f_V9Ma__group label{color:var(--text-primary);text-transform:uppercase;letter-spacing:.05em;font-size:.85rem;font-weight:800}.ContactForm-module__f_V9Ma__group input,.ContactForm-module__f_V9Ma__group select,.ContactForm-module__f_V9Ma__group textarea{border:1.5px solid var(--border);border-radius:var(--radius-sm);background:var(--bone);width:100%;color:var(--text-primary);transition:all var(--transition);padding:1rem 1.5rem;font-size:.98rem}.ContactForm-module__f_V9Ma__group input:focus,.ContactForm-module__f_V9Ma__group select:focus,.ContactForm-module__f_V9Ma__group textarea:focus{border-color:var(--lavender-dark);background:var(--white);outline:none;box-shadow:0 0 0 4px #7e5ca026}.ContactForm-module__f_V9Ma__successMsg{color:#1a7038;border-radius:var(--radius-sm);text-align:center;background:#e8fdf0;border:1px solid #b8ffd0;padding:1.1rem 1.5rem;font-size:.95rem;font-weight:700}@media (max-width:900px){.ContactForm-module__f_V9Ma__inner{grid-template-columns:1fr;gap:3.5rem}.ContactForm-module__f_V9Ma__info{text-align:center;align-items:center}.ContactForm-module__f_V9Ma__channels{text-align:left;max-width:460px;margin-inline:auto}.ContactForm-module__f_V9Ma__form{padding:2.5rem 2rem}}
.FAQ-module__8ZM7Ka__section{padding-block:var(--section-py);background:var(--bone)}.FAQ-module__8ZM7Ka__faqWrap{flex-direction:column;gap:1.25rem;max-width:800px;margin-inline:auto;display:flex}.FAQ-module__8ZM7Ka__item{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:all var(--transition-spring);overflow:hidden}.FAQ-module__8ZM7Ka__item:hover{border-color:var(--lavender-pale);box-shadow:var(--shadow-md);transform:translateY(-2px)}.FAQ-module__8ZM7Ka__questionBtn{text-align:left;width:100%;color:var(--text-primary);transition:color var(--transition);justify-content:space-between;align-items:center;gap:1.5rem;padding:1.75rem 2rem;font-size:1.1rem;font-weight:800;display:flex}.FAQ-module__8ZM7Ka__questionBtn:hover{color:var(--lavender-dark)}.FAQ-module__8ZM7Ka__icon{border-radius:var(--radius-full);background:var(--lavender-pale);width:28px;height:28px;color:var(--lavender-dark);transition:all var(--transition-spring);flex-shrink:0;justify-content:center;align-items:center;font-size:1.25rem;font-weight:700;display:flex}.FAQ-module__8ZM7Ka__active{border-color:var(--lavender-pale);box-shadow:var(--shadow-md)}.FAQ-module__8ZM7Ka__active .FAQ-module__8ZM7Ka__icon{background:var(--lavender-dark);color:var(--white);transform:rotate(45deg)}.FAQ-module__8ZM7Ka__answer{max-height:0;transition:max-height .4s cubic-bezier(.16,1,.3,1);overflow:hidden}.FAQ-module__8ZM7Ka__answerInner{color:var(--text-secondary);padding:0 2rem 1.75rem;font-size:.98rem;line-height:1.8}.FAQ-module__8ZM7Ka__answerInner p{margin-bottom:.75rem}.FAQ-module__8ZM7Ka__answerInner p:last-child{margin-bottom:0}@media (max-width:600px){.FAQ-module__8ZM7Ka__questionBtn{gap:1rem;padding:1.5rem 1.25rem;font-size:1rem}.FAQ-module__8ZM7Ka__answerInner{padding:0 1.25rem 1.5rem;font-size:.92rem}.FAQ-module__8ZM7Ka__icon{width:24px;height:24px;font-size:1.1rem}}
