.daily-workout-container{display:flex;flex-direction:column;max-width:1200px;margin:0 auto;padding:0 2rem;padding:20px 0 100px}.workout-header{display:flex;flex-direction:column;align-items:center;width:100%;min-height:7rem}.workout-title{align-self:stretch;padding:.5rem .75rem;font-size:3rem;font-weight:700;text-align:center;color:#002020;margin:0}.workout-subtitle{margin-top:1rem;font-size:1.125rem;color:#3e5455;margin-bottom:0}.workout-section{display:flex;flex-direction:column;align-items:center;padding-bottom:1rem;margin-top:2.5rem;width:100%;font-weight:700}.workout-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:50px;align-items:flex-start;max-width:100%;width:100%;font-size:1.5rem;line-height:1;color:#064e3b;justify-content:center}.workout-card{display:flex;flex-direction:column;text-align:center;min-width:15rem;width:100%;text-decoration:none;color:inherit;transition:transform .3s;border:none}.workout-image{height:15rem;width:32rem;object-fit:cover;border-radius:1rem;flex-shrink:0;max-width:100%;transition:transform .3s ease}.workout-card:hover .workout-image{transform:scale(1.02)}.workout-name{margin-top:1rem;width:100%;font-size:1.5rem;font-weight:700;color:#002020}@media (min-width: 320px) and (max-width: 768px){.daily-workout-container{max-width:100%;padding:20px 20px 70px}.workout-title{font-size:2.5rem;padding:.5rem}.workout-subtitle{font-size:1rem}.workout-image{height:100%;width:100%}.workout-grid{gap:1.5rem;width:100%;grid-template-columns:repeat(1,1fr)}.workout-image{width:100%}.workout-name{font-size:1.25rem}}@media (min-width: 769px) and (max-width: 1200px){.workout-grid{gap:1.5rem;width:100%;grid-template-columns:repeat(2,1fr)}.daily-workout-container{max-width:100%;padding:20px 20px 70px}.workout-title{font-size:2.5rem;padding:.5rem}.workout-subtitle{font-size:1rem}.workout-image{height:100%;width:100%}}.more-button{display:flex;gap:.5rem;justify-content:center;align-items:center;padding:.75rem;margin-top:2.5rem;width:12rem;max-width:100%;font-size:1.125rem;text-align:center;color:#fff;background-color:#0e7490;min-height:3rem;border:none;cursor:pointer;transition:background-color .3s ease}.more-button:hover{background-color:#155e75}.more-button:focus{outline:2px solid #0ea5e9;outline-offset:2px}.button-text{align-self:stretch;margin:auto 0}.button-icon{object-fit:contain;flex-shrink:0;align-self:stretch;margin:auto 0;width:1.5rem;aspect-ratio:1/1}.shimmer-card{display:flex;flex-direction:column;align-items:center;min-width:15rem;width:100%;text-align:center;background-color:#f0f0f0;border-radius:1rem;padding:1rem;box-shadow:0 2px 4px #0000001a}.shimmer-image{width:100%;height:15rem;background:linear-gradient(90deg,#e0e0e0 25%,#f0f0f0,#e0e0e0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:1rem}.shimmer-title{width:60%;height:1.5rem;margin-top:1rem;background:linear-gradient(90deg,#e0e0e0 25%,#f0f0f0,#e0e0e0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:.5rem;margin-bottom:1rem}.title-1{display:flex;width:100%;justify-content:center;align-items:center}@media (min-width: 320px) and (max-width: 768px){.shimmer-card{min-width:100%;padding:0}.shimmer-image{height:8rem}.shimmer-title{width:40%;height:1rem;margin-top:1rem;margin-bottom:1rem;display:flex;justify-content:left;align-items:flex-start}.title-1{display:flex;justify-content:center;align-items:center;width:100%}}@media (min-width: 769px) and (max-width: 1200px){.shimmer-card{min-width:45%;padding:0}.shimmer-image{height:12rem}.shimmer-title{width:60%;height:1rem;margin-top:1rem;margin-bottom:1rem;display:flex;justify-content:left;align-items:flex-start}.title-1{display:flex;justify-content:center;align-items:center;width:100%}}.image-loading{opacity:0;filter:blur(10px);transition:opacity .3s ease-in-out,filter .3s ease-in-out;will-change:opacity,filter}.image-loaded{opacity:1;filter:blur(0);transition:opacity .3s ease-in-out,filter .3s ease-in-out}.image-error{background-color:#f8d7da;color:#721c24;padding:1rem;border-radius:4px;text-align:center;font-size:14px}.yoga-exercise-container{display:flex;flex-direction:column;width:100%;max-width:1200px;margin:60px auto;font-family:IBM Plex Sans}.yoga-exercise-intro-text{text-align:center;max-width:800px;margin:0 auto 60px;color:#3e4b55;font-size:16px;line-height:1.6;font-family:IBM Plex Sans}.yoga-exercise-header{display:flex;flex-direction:column;align-items:center;width:100%;min-height:7rem}.yoga-exercise-title{align-self:stretch;padding:.5rem .75rem;font-size:3rem;font-weight:700;text-align:center;color:#002020;margin:0}.yoga-exercise-subtitle{margin-top:1rem;font-size:1.125rem;color:#3e5455;margin-bottom:0}.yoga-exercise-blogs-container{display:flex;flex-wrap:wrap;gap:30px;justify-content:center}.yoga-exercise-blog-card{display:flex;width:100%;max-width:900px;margin-bottom:40px;box-shadow:0 0 2px #28293d0a,0 4px 8px #60617029;border-radius:8px;overflow:hidden;background-color:#fff}.yoga-exercise-blog-image{width:375px;height:275px;border-radius:10px;object-fit:cover;transition:transform .1s}.yoga-exercise-blog-image:hover{transform:scale(1.01)}.yoga-exercise-blog-content{padding:24px;flex:1;display:flex;flex-direction:column}.yoga-exercise-blog-title{color:#002020;font-size:2rem;font-weight:700;margin:0 0 12px;line-height:1.3}.yoga-exercise-blog-description{color:#3e5455;font-size:1.25rem;line-height:1.6;margin-bottom:20px}.yoga-exercise-blog-button{align-self:flex-start;background-color:#018ad8;color:#fff;font-weight:600;padding:10px 20px;border:none;border-radius:4px;cursor:pointer;font-size:14px;transition:background-color .2s ease;margin-top:auto}.yoga-exercise-more-button-container{display:flex;justify-content:center;align-items:center}.yoga-exercise-blog-button:hover{background-color:#0176b8}@media (min-width: 320px) and (max-width: 768px){.yoga-exercise-blog-card{flex-direction:column;max-width:90vw}.yoga-exercise-blog-image{width:100%;height:100%}.yoga-exercise-intro-text{padding:12px}.yoga-exercise-blogs-container{justify-content:center}}.yoga-exercise-yoga-section{margin-top:40px}.yoga-exercise-yoga-title{font-size:2rem;color:#002020;margin-bottom:20px}.yoga-exercise-yoga-grid{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.yoga-exercise-yoga-card{display:flex;flex-direction:column;width:100%;max-width:300px;margin-bottom:20px;box-shadow:0 2px 10px #0000000d;border-radius:8px;overflow:hidden;background-color:#fff}.yoga-exercise-yoga-image{width:100%;height:200px;object-fit:cover}.yoga-exercise-yoga-name{font-size:1.5rem;font-weight:700;color:#000;margin:10px 0;padding:0 10px}.cardio-container{display:flex;flex-direction:column;align-items:center;padding:100px 20px}.cardio-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;width:100%;max-width:1200px}.cardio-card{background-color:#fff;box-shadow:0 0 2px #28293d0a,0 4px 8px #60617029;border-radius:8px;overflow:hidden;text-align:left;transition:transform .3s}.cardio-card:hover{transform:scale(1)}.cardio-image{width:100%;height:300px;object-fit:cover;transition:transform .1s}.cardio-card:hover .cardio-image{transform:scale(1.02)}.cardio-name{font-size:2rem;color:#002020;margin:10px 0;padding:0 20px;text-decoration:none;font-weight:700}.cardio-subtitle{margin-top:1rem;font-size:1.125rem;color:#3e5455;margin-bottom:30px}.cardio-header{display:flex;flex-direction:column;align-items:center;width:100%;min-height:7rem}.cardio-title{align-self:stretch;padding:.5rem .75rem;font-size:3rem;font-weight:700;text-align:center;color:#002020;margin:0}.cardio-description{font-size:1.25rem;color:#3e5455;margin-top:0;padding:0 20px;text-decoration:none;font-weight:400}@media (min-width: 320px) and (max-width: 768px){.cardio-grid{grid-template-columns:repeat(1,1fr)}.cardio-image{height:auto}.cardio-container{padding:100px 20px 0}}@media (min-width: 769px) and (max-width: 1200px){.cardio-grid{grid-template-columns:repeat(2,1fr)}.cardio-image{height:400px}.cardio-container{padding:100px 20px 0}}.kegel-women-daily-workout-container{display:flex;flex-direction:column;width:100%;margin:0 auto;padding:0 2rem;padding:20px 0 100px}.kegel-women-workout-header{display:flex;flex-direction:column;align-items:center;width:100%;min-height:7rem}.kegel-women-workout-title{align-self:stretch;padding:.5rem .75rem;font-size:3rem;font-weight:700;text-align:center;color:#002020;margin:0}.kegel-women-workout-subtitle{margin-top:1rem;font-size:1.125rem;color:#3e5455;margin-bottom:0}.kegel-women-workout-section{display:flex;flex-direction:column;align-items:center;padding-bottom:1rem;margin-top:2.5rem;width:100%;font-weight:700}.kegel-women-workout-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;align-items:flex-start;max-width:100%;width:100%;font-size:1.5rem;line-height:1;color:#064e3b;justify-content:center}.kegel-women-workout-card{display:flex;flex-direction:column;text-align:center;min-width:15rem;width:100%;text-decoration:none;color:inherit;transition:transform .3s;border:none}.kegel-women-workout-image{height:15rem;width:32rem;object-fit:cover;border-radius:1rem;flex-shrink:0;max-width:100%;transition:transform .3s ease}.kegel-women-workout-name{margin-top:1rem;width:100%;font-size:1.5rem;font-weight:700;color:#002020}@media (min-width: 320px) and (max-width: 768px){.kegel-women-daily-workout-container{max-width:100%}.kegel-women-workout-title{font-size:2.5rem;padding:.5rem}.kegel-women-workout-subtitle{font-size:1rem}.kegel-women-workout-grid{gap:1.5rem;width:100%;grid-template-columns:repeat(1,1fr)}.kegel-women-workout-card{min-width:140px}.kegel-women-workout-image{width:100%;height:100%}.kegel-women-workout-name{font-size:1.25rem}}@media (min-width: 769px) and (max-width: 1200px){.kegel-women-daily-workout-container{max-width:100%}.kegel-women-workout-title{font-size:2.5rem;padding:.5rem}.kegel-women-workout-subtitle{font-size:1rem}.kegel-women-workout-grid{gap:1.5rem;width:100%;grid-template-columns:repeat(2,1fr)}.kegel-women-workout-card{min-width:140px}.kegel-women-workout-image{width:100%;height:100%}.kegel-women-workout-name{font-size:1.25rem}}.kegel-women-workout-image:hover{transform:scale(1.05)}.kegel-women-workout-card:focus{outline:none}.kegel-men-daily-workout-container{display:flex;flex-direction:column;max-width:1200px;margin:0 auto;padding:0 2rem;padding:20px 0 100px}.kegel-men-workout-header{display:flex;flex-direction:column;align-items:center;width:100%;min-height:7rem}.kegel-men-workout-title{align-self:stretch;padding:.5rem .75rem;font-size:3rem;font-weight:700;text-align:center;color:#002020;margin:0}.kegel-men-workout-subtitle{margin-top:1rem;font-size:1.125rem;color:#3e5455;margin-bottom:0}.kegel-men-workout-section{display:flex;flex-direction:column;align-items:center;padding-bottom:1rem;margin-top:2.5rem;width:100%;font-weight:700}.kegel-men-workout-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;align-items:flex-start;max-width:100%;width:100%;font-size:1.5rem;line-height:1;color:#002020;justify-content:center}.kegel-men-workout-card{display:flex;flex-direction:column;text-align:center;min-width:15rem;width:100%;text-decoration:none;color:inherit;transition:transform .3s;border:none}.kegel-men-workout-image{height:15rem;width:32rem;object-fit:cover;border-radius:1rem;flex-shrink:0;max-width:100%;transition:transform .3s ease}.kegel-men-workout-name{margin-top:1rem;width:100%;font-size:1.5rem;font-weight:700;color:#002020}@media (min-width: 320px) and (max-width: 768px){.kegel-men-daily-workout-container{max-width:100%;padding:0}.kegel-men-workout-title{font-size:2.5rem;padding:.5rem}.kegel-men-workout-subtitle{font-size:1rem}.kegel-men-workout-grid{gap:1.5rem;width:100%;grid-template-columns:repeat(1,1fr)}.kegel-men-workout-image{width:100%;height:100%}.kegel-men-workout-name{font-size:1.25rem}}@media (min-width: 769px) and (max-width: 1200px){.kegel-men-daily-workout-container{max-width:100%;padding:0}.kegel-men-workout-title{font-size:2.5rem;padding:.5rem}.kegel-men-workout-subtitle{font-size:1rem}.kegel-men-workout-grid{gap:1.5rem;width:100%;grid-template-columns:repeat(2,1fr)}.kegel-men-workout-image{width:100%;height:100%}.kegel-men-workout-name{font-size:1.25rem}}.kegel-men-workout-image:hover{transform:scale(1.05)}.kegel-men-workout-card:focus{outline:none}.kegel-exercises-container{gap:50px;max-width:1200px;margin:0 auto;padding:20px;display:flex;flex-direction:column;align-items:center;justify-content:center}.workout-details-container{box-sizing:border-box;display:flex;flex-direction:column;align-items:center;margin:0 auto;width:100%;padding:0 100px}.workout-details-title{margin-bottom:2.5rem;font-size:3rem;font-weight:700;text-align:center;color:#0f3f2f;line-height:1.2;display:flex;justify-content:center;align-items:center}.workout-details-des{font-size:18px}.workout-details-image{width:100%;height:40vw;display:block}.workout-details-illustration-image{width:800px;height:500px}.workout-details-video{display:flex;width:100%;justify-content:center;align-items:center;flex-direction:column}.workout-details-content{display:flex;flex-direction:column;gap:2.5rem;width:100%}.workout-details-intro{flex-direction:column;gap:1rem;width:800px;text-align:center;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.workout-details-intro p{font-size:1.125rem;color:#4b5563;line-height:1.6;margin:0}.workout-details-section{display:flex;flex-direction:column;gap:1.5rem;width:800px}.workout-details-section-title{font-size:1.5rem;font-weight:700;color:#0f3f2f;margin:0;line-height:1.3}.workout-details-section-text{font-size:1.125rem;color:#4b5563;line-height:1.6;margin:0}.long-description{width:100%}h1,h2,h3,h4{font-size:28px;font-weight:700}p{color:#333939}p,strong,li,ul{font-size:18px;line-height:1.5}ol{margin-left:-15px}@media (min-width: 320px) and (max-width: 768px){.workout-details-container{padding:20px 10px;width:100%}.workout-details-title{font-size:2rem}.workout-details-intro{width:300px}.workout-details-image,.workout-details-illustration-image{width:100%;height:100%}.workout-details-section,.long-description{width:100%}h1,h2,h3,h4{font-size:18px;font-weight:700}p,strong,li,ul{font-size:16px;line-height:1.5}.iframe{width:100%;height:100%}.workout-details-video{height:59vw}}@media (min-width: 769px) and (max-width: 1200px){.workout-details-container{padding:20px;width:100%}.workout-details-title{font-size:2rem}.workout-details-intro{width:500px}.workout-details-image,.workout-details-illustration-image,.workout-details-section,.long-description{width:100%}h1,h2,h3,h4{font-size:20px;font-weight:700}p,strong,li,ul{font-size:18px;line-height:1.5}.iframe{width:100%;height:100%}.workout-details-video{height:57vw}}.enhanced-workout-internal-links{margin:2rem 0;padding:1.5rem;background:#e9f4ff;border-radius:12px;border:1px solid #e2e8f0}.enhanced-workout-internal-links h2{font-size:1.4rem;color:#0f3f2f;margin-top:0;margin-bottom:1rem}.enhanced-workout-internal-links ul{display:flex;flex-wrap:wrap;gap:1rem;list-style:none;padding:0;margin:0}.enhanced-workout-internal-links a{color:#0f3f2f;background-color:#fff;border:1px solid #cbd5e1;padding:.5rem 1rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .2s ease-in-out}.enhanced-workout-internal-links a:hover{color:#fff;background:#10b981;border-color:#10b981;transform:translateY(-2px);box-shadow:0 4px 10px #10b98133}.enhanced-workout-faq{margin:2rem 0;border-radius:12px;width:100%;max-width:800px;margin-left:auto;margin-right:auto}.enhanced-workout-faq h2{font-size:1.4rem;color:#0f3f2f;margin-top:0;margin-bottom:1.5rem;text-align:center}.enhanced-workout-faq details{margin-bottom:1rem;border:1px solid #e2e8f0;border-radius:8px;background:#fff;overflow:hidden;width:100%;max-width:800px}.enhanced-workout-faq summary{font-weight:600;cursor:pointer;color:#1f2937;font-size:1.1rem;list-style:none;position:relative;padding:1rem 2.5rem 1rem 1.5rem;transition:background-color .2s ease}.enhanced-workout-faq summary::-webkit-details-marker{display:none}.enhanced-workout-faq summary:hover{background-color:#f8fafc}.enhanced-workout-faq summary:after{content:"+";position:absolute;right:1.5rem;top:50%;transform:translateY(-50%) rotate(0);font-size:1.5rem;font-weight:400;color:#10b981;transition:transform .3s ease-in-out}.enhanced-workout-faq details[open] summary{background-color:#f8fafc}.enhanced-workout-faq details[open] summary:after{transform:translateY(-50%) rotate(45deg)}.enhanced-workout-faq details[open] .enhanced-faq-contentt{max-height:200px}.enhanced-workout-testimonial{margin:2rem 0;padding:1.5rem;background:#ecfdf5;border-left:5px solid #10b981;border-radius:0 8px 8px 0}.enhanced-workout-testimonial blockquote{margin:0;font-size:1.1rem;color:#064e3b;font-style:italic}.enhanced-workout-testimonial cite{display:block;margin-top:1rem;font-size:1rem;color:#047857;font-style:normal;font-weight:600}.enhanced-workout-expert-tip{margin:2rem 0;padding:1.5rem;background:#fefce8;border-radius:8px;border-left:5px solid #facc15}.enhanced-workout-expert-tip h3{margin:0 0 .5rem;font-size:1.2rem;color:#713f12}.enhanced-workout-expert-tip p{margin:0;color:#854d0e}.enhanced-workout-expert-credit{margin-top:1rem;font-size:.9rem;color:#a16207;font-weight:500;text-align:right}.enhanced-workout-social-share{margin:2rem 0;display:flex;align-items:center;gap:1rem;flex-wrap:wrap;padding:1.5rem;background-color:#e9f4ff;border-radius:12px;justify-content:center;flex-direction:column}.enhanced-workout-social-share span{font-weight:600;color:#f71e1e;margin-right:.5rem}.shimmer-details-container{box-sizing:border-box;display:flex;flex-direction:column;align-items:center;margin:0 auto;width:100%;padding:0}.shimmer-details-title-small{width:220px;height:2.2rem;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:.5rem;margin:2.5rem 0 1.5rem}.shimmer-details-subtitle{width:420px;height:1.1rem;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:.25rem;margin-bottom:.7rem}.shimmer-details-main-image{width:100%;max-width:1000px;height:300px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:.7rem;margin:.5rem 0 0}.shimmer-details-lines{display:flex;flex-direction:column;gap:1.1rem;width:100%;max-width:1000px;margin-top:.7rem;align-items:flex-start;padding:0}.shimmer-details-line{height:1.1rem;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:.25rem;margin:0}.w-90{width:90%}.w-80{width:80%}.w-95{width:95%}.w-60{width:60%}.w-85{width:85%}.w-70{width:70%}.w-50{width:50%}@media (max-width: 700px){.shimmer-details-title-small{width:50vw}.shimmer-details-subtitle{width:70vw}.shimmer-details-main-image{max-width:80vw;height:120px}.shimmer-details-lines{max-width:80vw}}.workout-list-container{display:flex;flex-direction:column;margin:0 auto;padding:20px 80px 0}.workout-banner{width:100%;height:100%;object-fit:cover}.workout-list-cards-container{display:flex;flex-direction:column;gap:2.5rem}.workout-list-card{display:flex;gap:2rem;background-color:#fff;border-radius:1rem;box-shadow:0 0 2px #28293d0a,0 4px 8px #60617029;padding:1rem}.workout-list-image{height:20rem;width:32rem;object-fit:cover;border-radius:2rem;flex-shrink:0;transition:transform .3s ease}.workout-list-image:hover{transform:scale(1.02)}.workout-list-content{display:flex;flex-direction:column;justify-content:center;width:600px}.workout-list-title{font-size:1.875rem;font-weight:700;color:#064e3b;margin-bottom:.75rem}.workout-list-description{font-size:1.125rem;line-height:1.6;color:#4b5563;margin-top:0}@media (min-width: 320px) and (max-width: 768px){.workout-list-card{flex-direction:column;gap:0}.workout-list-image{width:100%;height:100%;border-radius:1rem 1rem 0 0}.workout-list-content{padding:0;width:100%}.banner-title{font-size:2rem}.banner-description{font-size:1rem}.workout-list-container{padding:20px 30px 0}}@media (min-width: 769px) and (max-width: 1200px){.workout-list-card{flex-direction:row;gap:0}.workout-list-image{width:40vw;border-radius:1rem 1rem 0 0}.workout-list-content{padding:1.25rem}.banner-title{font-size:2rem}.banner-description{font-size:1rem}.workout-list-container{padding:20px 10px 0}}@media (prefers-reduced-motion: reduce){.workout-list-card{transition:none}}@media (forced-colors: active){.workout-list-banner{border:2px solid CanvasText}.workout-list-card{border:1px solid CanvasText}}.workout-list-card:focus-visible{outline:3px solid #10b981;outline-offset:2px}.shimmer-workout-list-card{display:flex;gap:2rem;background-color:#fff;border-radius:1rem;padding:1rem;box-shadow:0 0 2px #28293d0a,0 4px 8px #60617029;flex-direction:row}.shimmer-workout-list-content{padding:1.25rem;display:flex;flex-direction:column;justify-content:center;width:100%}.shimmer-list-image{height:20rem;width:70%;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:2rem}.shimmer-list-title{width:60%;height:2rem;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:.5rem;margin-bottom:1rem}.shimmer-list-description{width:80%;height:1.5rem;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:.5rem}@media (min-width: 320px) and (max-width: 768px){.shimmer-workout-list-card{flex-direction:column;gap:0}.shimmer-list-image{height:15rem;width:100%;border-radius:1rem 1rem 0 0}.shimmer-workout-list-content{padding:1.25rem;width:70vw}}.yoga-details-container{box-sizing:border-box;display:flex;flex-direction:column;align-items:center;margin:0 auto;width:100%;padding:0 100px}.yoga-details-title{margin-bottom:2.5rem;font-size:3rem;font-weight:700;text-align:center;color:#0f3f2f;line-height:1.2}.yoga-details-image{width:100%;height:40vw;display:block}.yoga-details-illustration-image{width:800px;height:500px}.yoga-details-video{display:flex;width:100%;justify-content:center;align-items:center;flex-direction:column}.yoga-details-content{display:flex;flex-direction:column;gap:2.5rem;width:100%}.yoga-details-intro{flex-direction:column;gap:1rem;width:800px;text-align:center;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.yoga-details-intro p{font-size:1.125rem;color:#4b5563;line-height:1.6;margin:0}.yoga-details-section{display:flex;flex-direction:column;gap:1.5rem;width:800px}.yoga-details-section-title{font-size:1.5rem;font-weight:700;color:#0f3f2f;margin:0;line-height:1.3}.yoga-details-section-text{font-size:1.125rem;color:#4b5563;line-height:1.6;margin:0}@media (min-width: 320px) and (max-width: 768px){.yoga-details-container{padding:20px 10px;width:100%}.yoga-details-title{font-size:2rem}.yoga-details-intro{width:300px}.yoga-details-image,.yoga-details-illustration-image{width:100%;height:100%}.yoga-details-section,.long-description{width:100%}.yoga-details-video{height:59vw}.iframe{width:100%;height:100%}.table-container{width:100%;overflow-x:auto}}@media (min-width: 769px) and (max-width: 1200px){.yoga-details-container{padding:20px;width:100%}.yoga-details-title{font-size:2rem}.yoga-details-intro{width:500px}.yoga-details-image,.yoga-details-illustration-image,.yoga-details-section,.long-description{width:100%}.iframe{width:100%;height:100%}.yoga-details-video{height:57vw}}.enhanced-yoga-internal-links{margin:2rem 0;padding:1.5rem;background:#e9f4ff;border-radius:12px;border:1px solid #e2e8f0}.enhanced-yoga-internal-links h2{font-size:1.4rem;color:#0f3f2f;margin-top:0;margin-bottom:1rem;text-align:center}.enhanced-yoga-internal-links ul{display:flex;flex-wrap:wrap;gap:1rem;list-style:none;padding:0;margin:0}.enhanced-yoga-internal-links a{color:#0f3f2f;background-color:#fff;border:1px solid #cbd5e1;padding:.5rem 1rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .2s ease-in-out}.enhanced-yoga-internal-links a:hover{color:#fff;background:#10b981;border-color:#10b981;transform:translateY(-2px);box-shadow:0 4px 10px #10b98133}.enhanced-yoga-faq{margin:2rem 0;border-radius:12px;width:100%;max-width:800px;margin-left:auto;margin-right:auto}.enhanced-yoga-faq h2{font-size:1.4rem;color:#0f3f2f;margin-top:0;margin-bottom:1.5rem;text-align:center}.enhanced-yoga-faq details{margin-bottom:1rem;border:1px solid #e2e8f0;border-radius:8px;background:#fff;overflow:hidden;width:100%;max-width:800px}.enhanced-yoga-faq summary{font-weight:600;cursor:pointer;color:#1f2937;font-size:1.1rem;list-style:none;position:relative;padding:1rem 2.5rem 1rem 1.5rem;transition:background-color .2s ease}.enhanced-yoga-faq summary::-webkit-details-marker{display:none}.enhanced-yoga-faq summary:hover{background-color:#f8fafc}.enhanced-yoga-faq summary:after{content:"+";position:absolute;right:1.5rem;top:50%;transform:translateY(-50%) rotate(0);font-size:1.5rem;font-weight:400;color:#10b981;transition:transform .3s ease-in-out}.enhanced-yoga-faq details[open] summary{background-color:#f8fafc}.enhanced-yoga-faq details[open] summary:after{transform:translateY(-50%) rotate(45deg)}.enhanced-yoga-faq details[open] .enhanced-faq-contentt{max-height:200px}.enhanced-yoga-testimonial{margin:2rem 0;padding:1.5rem;background:#ecfdf5;border-left:5px solid #10b981;border-radius:0 8px 8px 0}.enhanced-yoga-testimonial blockquote{margin:0;font-size:1.1rem;color:#064e3b;font-style:italic}.enhanced-yoga-testimonial cite{display:block;margin-top:1rem;font-size:1rem;color:#047857;font-style:normal;font-weight:600}.enhanced-yoga-expert-tip{margin:2rem 0;padding:1.5rem;background:#fefce8;border-radius:8px;border-left:5px solid #facc15}.enhanced-yoga-expert-tip h3{margin:0 0 .5rem;font-size:1.2rem;color:#713f12}.enhanced-yoga-expert-tip p{margin:0;color:#854d0e}.enhanced-yoga-expert-credit{margin-top:1rem;font-size:.9rem;color:#a16207;font-weight:500;text-align:right}.enhanced-yoga-social-share{margin:2rem 0;display:flex;align-items:center;gap:1rem;flex-wrap:wrap;padding:1.5rem;background-color:#e9f4ff;border-radius:12px;justify-content:center;flex-direction:column}.enhanced-yoga-social-share span{font-weight:600;color:#f71e1e;margin-right:.5rem}.cardio-list-container{display:flex;flex-direction:column;margin:0 auto;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.cardio-banner{width:100%;height:100%;object-fit:cover}.banner-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.banner-description{font-size:1.125rem;line-height:1.6;opacity:.9}.cardio-list-cards-container{display:flex;flex-direction:column;gap:2.5rem;padding:20px 80px 0}.cardio-list-card{display:flex;gap:2rem;background-color:#fff;border-radius:1rem;box-shadow:0 0 2px #28293d0a,0 4px 8px #60617029;padding:1rem}.cardio-list-image-link{text-decoration:none}.cardio-list-image{height:20rem;width:32rem;object-fit:cover;border-radius:2rem;flex-shrink:0;transition:transform .3s ease}.cardio-list-image:hover{transform:scale(1.02)}.cardio-list-content{display:flex;flex-direction:column;justify-content:center;width:600px}.cardio-list-title{font-size:1.875rem;font-weight:700;color:#064e3b;margin-bottom:.75rem}.cardio-list-description{font-size:1.125rem;line-height:1.6;color:#4b5563;margin-top:0}@media (prefers-reduced-motion: reduce){.cardio-list-card{transition:none}}@media (forced-colors: active){.cardio-list-banner{border:2px solid CanvasText}.cardio-list-card{border:1px solid CanvasText}}.cardio-list-card:focus-visible{outline:3px solid #10b981;outline-offset:2px}@media (min-width: 320px) and (max-width: 768px){.cardio-list-card{flex-direction:column;gap:0}.cardio-list-image{width:100%;height:100%;border-radius:1rem 1rem 0 0}.cardio-list-content{padding:0;width:100%}.banner-title{font-size:2rem}.banner-description{font-size:1rem}.cardio-list-cards-container{padding:20px 30px 0}}@media (min-width: 769px) and (max-width: 1200px){.cardio-list-card{flex-direction:row;gap:0}.cardio-list-image{width:40vw;border-radius:1rem 1rem 0 0}.cardio-list-content{padding:1.25rem}.banner-title{font-size:2rem}.banner-description{font-size:1rem}.cardio-list-container{padding:20px 10px 0}}.cardio-details-container{box-sizing:border-box;display:flex;flex-direction:column;align-items:center;margin:0 auto;width:100%;padding:0 100px}.cardio-details-title{margin-bottom:2.5rem;font-size:3rem;font-weight:700;text-align:center;color:#0f3f2f;line-height:1.2}.cardio-details-image{width:100%;height:40vw;display:block}.cardio-details-illustration-image{width:800px;height:500px}.cardio-details-content{display:flex;flex-direction:column;gap:2.5rem;width:100%}.cardio-details-intro{flex-direction:column;gap:1rem;width:800px;text-align:center;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.cardio-details-intro p{font-size:1.125rem;color:#4b5563;line-height:1.6;margin:0}.cardio-details-section{display:flex;flex-direction:column;gap:1.5rem;width:800px}.cardio-details-section-title{font-size:1.5rem;font-weight:700;color:#0f3f2f;margin:0;line-height:1.3}.cardio-details-section-text{font-size:1.125rem;color:#4b5563;line-height:1.6;margin:0;width:100%}.cardio-details-video{display:flex;width:100%;justify-content:center;align-items:center;flex-direction:column}.table-container{overflow-x:auto;margin:20px 0}table{width:100%;border-collapse:collapse;background-color:#fff;box-shadow:0 0 10px #0000000d;min-width:600px}th,td{padding:14px 20px;text-align:left;border-bottom:1px solid #e0e0e0;font-size:16px}th{background:#f7f7f7;font-weight:600;color:#333;text-transform:uppercase;letter-spacing:.5px}tr:nth-child(2n){background-color:#fafafa}tr:hover{background-color:#f0f8ff;transition:background-color .3s ease}@media (min-width: 320px) and (max-width: 768px){.cardio-details-container{padding:20px 10px;width:100%}.cardio-details-title{font-size:2rem}.cardio-details-intro{width:300px}.cardio-details-image,.cardio-details-illustration-image{width:100%;height:100%}.cardio-details-section,.long-description{width:100%}.iframe{width:100%;height:100%}.table-container{width:100%;overflow-x:auto}table{width:100%;min-width:300px;border-collapse:collapse}th,td{padding:10px 8px;font-size:8px;white-space:nowrap}}@media (min-width: 769px) and (max-width: 1200px){.cardio-details-container{padding:20px;width:100%}.cardio-details-title{font-size:2rem}.cardio-details-intro{width:500px}.cardio-details-image,.cardio-details-illustration-image,.cardio-details-section,.long-description{width:100%}.iframe{width:100%;height:100%}}.enhanced-cardio-internal-links{margin:2rem 0;padding:1.5rem;background:#e9f4ff;border-radius:12px;border:1px solid #e2e8f0}.enhanced-cardio-internal-links h2{font-size:1.4rem;color:#0f3f2f;margin-top:0;margin-bottom:1rem}.enhanced-cardio-internal-links ul{display:flex;flex-wrap:wrap;gap:.8rem;list-style:none;padding:0;margin:0}.enhanced-cardio-internal-links a{color:#0f3f2f;background-color:#fff;border:1px solid #cbd5e1;padding:.5rem 1rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .2s ease-in-out}.enhanced-cardio-internal-links a:hover{color:#fff;background:#10b981;border-color:#10b981;transform:translateY(-2px);box-shadow:0 4px 10px #10b98133}.enhanced-cardio-faq{margin:2rem 0;border-radius:12px;width:100%;max-width:800px;margin-left:auto;margin-right:auto}.enhanced-cardio-faq h2{font-size:1.4rem;color:#0f3f2f;margin-top:0;margin-bottom:1.5rem;text-align:center}.enhanced-cardio-faq details{margin-bottom:1rem;border:1px solid #e2e8f0;border-radius:8px;background:#fff;overflow:hidden;width:100%;max-width:800px}.enhanced-cardio-faq summary{font-weight:600;cursor:pointer;color:#1f2937;font-size:1.1rem;list-style:none;position:relative;padding:1rem 2.5rem 1rem 1.5rem;transition:background-color .2s ease}.enhanced-cardio-faq summary::-webkit-details-marker{display:none}.enhanced-cardio-faq summary:hover{background-color:#f8fafc}.enhanced-cardio-faq summary:after{content:"+";position:absolute;right:1.5rem;top:50%;transform:translateY(-50%) rotate(0);font-size:1.5rem;font-weight:400;color:#10b981;transition:transform .3s ease-in-out}.enhanced-cardio-faq details[open] summary{background-color:#f8fafc}.enhanced-cardio-faq details[open] summary:after{transform:translateY(-50%) rotate(45deg)}.enhanced-cardio-faq details[open] .enhanced-faq-contentt{max-height:200px}.enhanced-cardio-testimonial{margin:2rem 0;padding:1.5rem;background:#ecfdf5;border-left:5px solid #10b981;border-radius:0 8px 8px 0}.enhanced-cardio-testimonial blockquote{margin:0;font-size:1.1rem;color:#064e3b;font-style:italic}.enhanced-cardio-testimonial cite{display:block;margin-top:1rem;font-size:1rem;color:#047857;font-style:normal;font-weight:600}.enhanced-cardio-expert-tip{margin:2rem 0;padding:1.5rem;background:#fefce8;border-radius:8px;border-left:5px solid #facc15}.enhanced-cardio-expert-tip h3{margin:0 0 .5rem;font-size:1.2rem;color:#713f12}.enhanced-cardio-expert-tip p{margin:0;color:#854d0e}.enhanced-cardio-expert-credit{margin-top:1rem;font-size:.9rem;color:#a16207;font-weight:500;text-align:right}.enhanced-cardio-social-share{margin:2rem 0;display:flex;align-items:center;gap:1rem;flex-wrap:wrap;padding:1.5rem;background-color:#e9f4ff;border-radius:12px;justify-content:center;flex-direction:column}.enhanced-cardio-social-share span{font-weight:600;color:#f71e1e;margin-right:.5rem}.diet-friendly{padding:40px 0;max-width:1200px;margin:0 auto}.diet-friendly__header{text-align:center;margin-bottom:32px}.diet-friendly__title{color:var(--Gray-Body-Font, #2d3a3c);font:400 18px/1 Lato,sans-serif;margin:0}.diet-friendly__subtitle{color:var(--Main-Dark-Fount, #001114);font:700 28px/1.2 Lato,sans-serif;margin:8px 0 0}.diet-friendly__categories{display:flex;justify-content:center;gap:8px;margin-bottom:32px}.diet-friendly__category-btn{padding:8px 16px;border-radius:16px;border:none;background:var(--Shades-Accent-40, #4a92f0);color:var(--Main-Dark-Fount, #fff);font:400 14px/1 Lato,sans-serif;cursor:pointer;transition:background-color .3s ease}.diet-friendly__category-btn.active{background:var(--Main-Accent, #00b378);color:var(--Gray-White, #fff)}.diet-friendly__category-btn:focus,.diet-friendly__category-btn.active{outline:none;border:none;box-shadow:none}.diet-friendly__slider-container{position:relative;margin:0 -20px;overflow:hidden}.diet-friendly__slider-wrapper{overflow:hidden;padding:0 20px}.diet-friendly__slider{display:flex;transition:transform .5s ease}.diet-friendly__nav-btn{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;background:var(--Gray-White, #fff);border:none;cursor:pointer;z-index:2;font-size:24px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px #0000001a}.diet-friendly__nav-btn--prev{left:20px}.diet-friendly__nav-btn--next{right:20px}.diet-friendly__nav-btn:disabled{opacity:.5;cursor:not-allowed}.diet-friendly__dots{display:flex;justify-content:center;gap:8px;margin-top:32px}.diet-friendly__dot{width:8px;height:8px;border-radius:4px;border:none;background:var(--Gray-G-50, #bdcbcf);cursor:pointer;padding:0}@media (prefers-reduced-motion: reduce){.diet-friendly__slider,.diet-friendly__category-btn{transition:none}}.diet-friendly__recipe-card{width:200px;height:210px;margin:10px;border:1px solid #ccc;border-radius:8px;overflow:hidden}.diet-friendly__recipe-card img{width:100%;height:150px;object-fit:cover}.diet-friendly__recipe-card h3{padding:10px;margin:0;font-size:16px;color:#001114}@media (min-width: 320px) and (max-width: 768px){.diet-friendly__categories{flex-wrap:wrap;padding:0 20px}.diet-friendly{width:320px}}@media (min-width: 768px) and (max-width: 1200px){.diet-friendly{width:700px}}.kegel-women-details-container{box-sizing:border-box;display:flex;flex-direction:column;align-items:center;margin:0 auto;width:100%;padding:0 100px}.kegel-women-title{margin-bottom:2.5rem;font-size:3rem;font-weight:700;text-align:center;color:#0f3f2f;line-height:1.2}.kegel-women-image{width:100%;height:40vw;display:block}.kegel-women-illustration-image{width:800px;height:500px}.kegel-women-details-video{display:flex;width:100%;justify-content:center;align-items:center;flex-direction:column}.kegel-women-content{display:flex;flex-direction:column;gap:2.5rem;width:100%}.kegel-women-details-intro{flex-direction:column;gap:1rem;width:800px;text-align:center;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.kegel-women-intro p{font-size:1.125rem;color:#4b5563;line-height:1.6;margin:0}.kegel-women-section{display:flex;flex-direction:column;gap:1.5rem;width:800px}.kegel-women-section-title{font-size:1.5rem;font-weight:700;color:#0f3f2f;margin:0;line-height:1.3}.kegel-women-section-text{font-size:1.125rem;color:#4b5563;line-height:1.6;margin:0;width:100%}@media (min-width: 320px) and (max-width: 768px){.kegel-women-details-container{padding:20px 10px;width:100%}.kegel-women-title{font-size:2rem}.kegel-women-details-intro{width:100%}.kegel-women-image,.kegel-women-illustration-image{width:100%;height:100%}.kegel-women-section,.long-description{width:100%}.kegel-women-details-video{height:59vw}.iframe{width:100%;height:100%}.table-container{width:100%;overflow-x:auto}}@media (min-width: 769px) and (max-width: 1200px){.kegel-women-details-container{padding:20px;width:100%}.kegel-women-title{font-size:2rem}.kegel-women-details-intro{width:500px}.kegel-women-image,.kegel-women-illustration-image,.kegel-women-section,.long-description{width:100%}.iframe{width:100%;height:100%}.kegel-women-details-video{height:57vw}}.women-list-kegels-list-container{display:flex;flex-direction:column;margin:0 auto}.women-list-banner-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.women-list-banner-description{font-size:1.125rem;line-height:1.6;opacity:.9}.women-list-kegels-list-cards-container{display:flex;flex-direction:column;gap:2.5rem;padding:20px 80px 0}.women-list-kegels-list-card{display:flex;gap:2rem;background-color:#fff;border-radius:1rem;box-shadow:0 0 2px #28293d0a,0 4px 8px #60617029;padding:1rem}.women-list-kegels-list-image{height:20rem;width:32rem;object-fit:cover;border-radius:2rem;flex-shrink:0;transition:transform .3s ease}.women-list-kegels-list-image:hover{transform:scale(1.02)}.women-list-kegels-list-content{display:flex;flex-direction:column;justify-content:center;width:500px}.women-list-kegels-list-title{font-size:1.875rem;font-weight:700;color:#064e3b;margin-bottom:.75rem}.women-list-kegels-list-description{font-size:1.125rem;line-height:1.6;color:#4b5563;margin-top:0}@media (prefers-reduced-motion: reduce){.women-list-kegels-list-card{transition:none}}@media (forced-colors: active){.women-list-kegels-list-card{border:1px solid CanvasText}}.women-list-kegels-list-card:focus-visible{outline:3px solid #10b981;outline-offset:2px}@media (min-width: 320px) and (max-width: 768px){.women-list-kegels-list-card{flex-direction:column;gap:0}.women-list-kegels-list-image{width:100%;height:100%;border-radius:1rem 1rem 0 0}.women-list-kegels-list-content{padding:0;width:100%}.women-list-kegels-banner-title{font-size:2rem}.women-list-kegels-banner-description{font-size:1rem}.women-list-kegels-list-cards-container{padding:20px 10px 0}}@media (min-width: 769px) and (max-width: 1200px){.women-list-kegels-list-card{flex-direction:row;gap:0}.women-list-kegels-list-image{width:40vw;border-radius:1rem 1rem 0 0}.women-list-kegels-list-content{padding:1.25rem;width:100%}.women-list-kegels-list-title{font-size:2rem}.women-list-kegels-list-description{font-size:1rem}.women-list-kegels-list-cards-container{padding:20px 10px 0}}.shimmer-men-list-card{display:flex;gap:2rem;background-color:#fff;border-radius:1rem;padding:1rem;box-shadow:0 0 2px #28293d0a,0 4px 8px #60617029;flex-direction:row}.shimmer-men-list-content{padding:1.25rem;display:flex;flex-direction:column;justify-content:center;width:30vw}.shimmer-men-list-image{height:20vw;width:32vw;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:2rem}.shimmer-men-list-title{width:20vw;height:1.5rem;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:.5rem;margin-bottom:1rem}.shimmer-men-list-description{width:25vw;height:1.5rem;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:.5rem;margin-bottom:20px}.shimmer-men-list-description-short{width:25vw;height:1.5rem;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:.5rem}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (min-width: 320px) and (max-width: 768px){.shimmer-men-list-card{flex-direction:column;gap:0}.shimmer-men-list-content{padding:1.25rem;width:70vw}.shimmer-men-list-image{width:100%;height:50vw}.shimmer-men-list-description{width:50vw}.shimmer-men-list-title{width:30vw}}.kegel-men-details-container{box-sizing:border-box;display:flex;flex-direction:column;align-items:center;margin:0 auto;width:100%;padding:0 100px}.kegel-men-details-title{margin-bottom:2.5rem;font-size:3rem;font-weight:700;text-align:center;color:#0f3f2f;line-height:1.2}.kegel-men-details-image{width:100%;height:40vw;display:block}.kegel-men-illustration-image{width:800px;height:500px}.kegel-men-details-video{display:flex;width:100%;justify-content:center;align-items:center;flex-direction:column}.kegel-men-details-content{display:flex;flex-direction:column;gap:2.5rem;width:100%}.kegel-men-details-intro{flex-direction:column;gap:1rem;width:800px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.kegel-men-details-intro-text{font-size:1.125rem;color:#333939;line-height:1.6;margin:0;text-align:center}.kegel-men-details-section{display:flex;flex-direction:column;gap:1.5rem;width:800px}.kegel-men-details-section-title{font-size:1.5rem;font-weight:700;color:#0f3f2f;margin:0;line-height:1.3}.kegel-men-details-section-text{font-size:1.125rem;color:#4b5563;line-height:1.6;margin:0}.enhanced-kegel-internal-links{margin:2rem 0;padding:1.5rem;background:#e9f4ff;border-radius:12px;border:1px solid #e2e8f0}.enhanced-kegel-internal-links h2{font-size:1.4rem;color:#0f3f2f;margin-top:0;margin-bottom:1rem;text-align:center}.enhanced-kegel-internal-links ul{display:flex;flex-wrap:wrap;gap:1rem;list-style:none;padding:0;margin:0}.enhanced-kegel-internal-links a{color:#0f3f2f;background-color:#fff;border:1px solid #cbd5e1;padding:.5rem 1rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .2s ease-in-out}.enhanced-kegel-internal-links a:hover{color:#fff;background:#10b981;border-color:#10b981;transform:translateY(-2px);box-shadow:0 4px 10px #10b98133}.enhanced-kegel-faq{margin:2rem 0;border-radius:12px;width:100%;max-width:800px;margin-left:auto;margin-right:auto}.enhanced-kegel-faq h2{font-size:1.4rem;color:#0f3f2f;margin-top:0;margin-bottom:1.5rem;text-align:center}.enhanced-kegel-faq details{margin-bottom:1rem;border:1px solid #e2e8f0;border-radius:8px;background:#fff;overflow:hidden;width:100%;max-width:800px}.enhanced-kegel-faq summary{font-weight:600;cursor:pointer;color:#1f2937;font-size:1.1rem;list-style:none;position:relative;padding:1rem 2.5rem 1rem 1.5rem;transition:background-color .2s ease}.enhanced-kegel-faq summary::-webkit-details-marker{display:none}.enhanced-kegel-faq summary:hover{background-color:#f8fafc}.enhanced-kegel-faq summary:after{content:"+";position:absolute;right:1.5rem;top:50%;transform:translateY(-50%) rotate(0);font-size:1.5rem;font-weight:400;color:#10b981;transition:transform .3s ease-in-out}.enhanced-kegel-faq details[open] summary{background-color:#f8fafc}.enhanced-kegel-faq details[open] summary:after{transform:translateY(-50%) rotate(45deg)}.enhanced-kegel-faq details[open] .enhanced-faq-contentt{max-height:200px}.enhanced-kegel-testimonial{margin:2rem 0;padding:1.5rem;background:#ecfdf5;border-left:5px solid #10b981;border-radius:0 8px 8px 0}.enhanced-kegel-testimonial blockquote{margin:0;font-size:1.1rem;color:#064e3b;font-style:italic}.enhanced-kegel-testimonial cite{display:block;margin-top:1rem;font-size:1rem;color:#047857;font-style:normal;font-weight:600}.enhanced-kegel-expert-tip{margin:2rem 0;padding:1.5rem;background:#fefce8;border-radius:8px;border-left:5px solid #facc15}.enhanced-kegel-expert-tip h3{margin:0 0 .5rem;font-size:1.2rem;color:#713f12}.enhanced-kegel-expert-tip p{margin:0;color:#854d0e}.enhanced-kegel-expert-credit{margin-top:1rem;font-size:.9rem;color:#a16207;font-weight:500;text-align:right}.enhanced-kegel-social-share{margin:2rem 0;display:flex;align-items:center;gap:1rem;flex-wrap:wrap;padding:1.5rem;background-color:#e9f4ff;border-radius:12px;justify-content:center;flex-direction:column}.enhanced-kegel-social-share span{font-weight:600;color:#f71e1e;margin-right:.5rem}:focus{outline:2px solid #0f3f2f;outline-offset:2px}@media (prefers-reduced-motion: reduce){*{transition:none!important;animation:none!important}}@media (min-width: 320px) and (max-width: 768px){.kegel-men-details-container{padding:20px 10px;width:100%}.kegel-men-details-title{font-size:2rem}.kegel-men-details-intro{width:100%}.kegel-men-details-image,.kegel-men-illustration-image{width:100%;height:100%}.kegel-men-details-section,.long-description{width:100%}.kegel-men-details-video{height:59vw}.iframe{width:100%;height:100%}.table-container{width:100%;overflow-x:auto}}@media (min-width: 769px) and (max-width: 1200px){.kegel-men-details-container{padding:20px;width:100%}.kegel-men-details-title{font-size:2rem}.kegel-men-details-intro{width:500px}.kegel-men-details-image,.kegel-men-illustration-image,.kegel-men-details-section,.long-description{width:100%}.iframe{width:100%;height:100%}.kegel-men-details-video{height:57vw}}.men-list-kegels-list-container{display:flex;flex-direction:column;margin:0 auto}.men-list-banner-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.men-list-banner-description{font-size:1.125rem;line-height:1.6;opacity:.9}.men-list-kegels-list-cards-container{display:flex;flex-direction:column;gap:2.5rem;padding:20px 80px 0}.men-list-kegels-list-card{display:flex;gap:2rem;background-color:#fff;border-radius:1rem;box-shadow:0 0 2px #28293d0a,0 4px 8px #60617029;padding:1rem}.men-list-kegels-list-image{height:20rem;width:32rem;object-fit:cover;border-radius:2rem;flex-shrink:0;transition:transform .3s ease}.men-list-kegels-list-image:hover{transform:scale(1.02)}.men-list-kegels-list-content{display:flex;flex-direction:column;justify-content:center;width:500px}.men-list-kegels-list-title{font-size:1.875rem;font-weight:700;color:#064e3b;margin-bottom:.75rem}.men-list-kegels-list-description{font-size:1.125rem;line-height:1.6;color:#4b5563;margin-top:0}@media (prefers-reduced-motion: reduce){.men-list-kegels-list-card{transition:none}}@media (forced-colors: active){.men-list-kegels-list-card{border:1px solid CanvasText}}.men-list-kegels-list-card:focus-visible{outline:3px solid #10b981;outline-offset:2px}@media (min-width: 320px) and (max-width: 768px){.men-list-kegels-list-card{flex-direction:column;gap:0}.men-list-kegels-list-image{width:100%;height:100%;border-radius:1rem 1rem 0 0}.men-list-kegels-list-content{padding:0;width:100%}.men-list-kegels-banner-title{font-size:2rem}.men-list-kegels-banner-description{font-size:1rem}.men-list-kegels-list-cards-container{padding:20px 10px 0}}@media (min-width: 769px) and (max-width: 1200px){.men-list-kegels-list-card{flex-direction:row;gap:0}.men-list-kegels-list-image{width:40vw;border-radius:1rem 1rem 0 0}.men-list-kegels-list-content{padding:1.25rem;width:100%}.men-list-kegels-list-title{font-size:2rem}.men-list-kegels-list-description{font-size:1rem}.men-list-kegels-list-cards-container{padding:20px 10px 0}}.yoga-workout-list-container{display:flex;flex-direction:column;margin:0 auto}.yoga-banner{width:100%;height:100%;object-fit:cover}.yoga-banner-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.yoga-banner-description{font-size:1.125rem;line-height:1.6;opacity:.9}.yoga-workout-list-cards-container{display:flex;flex-direction:column;gap:2.5rem;padding:20px 80px 0}.yoga-workout-list-card{display:flex;gap:2rem;background-color:#fff;border-radius:1rem;box-shadow:0 0 2px #28293d0a,0 4px 8px #60617029;padding:1rem}.yoga-workout-list-image{height:20rem;width:32rem;object-fit:cover;border-radius:2rem;flex-shrink:0;transition:transform .3s ease}.yoga-workout-list-image:hover{transform:scale(1.02)}.yoga-workout-list-content{display:flex;flex-direction:column;justify-content:center;width:600px}.yoga-workout-list-title{font-size:1.875rem;font-weight:700;color:#064e3b;margin-bottom:.75rem}.yoga-workout-list-description{font-size:1.125rem;line-height:1.6;color:#4b5563;margin-top:0}@media (prefers-reduced-motion: reduce){.yoga-workout-list-card{transition:none}}@media (forced-colors: active){.yoga-workout-list-banner{border:2px solid CanvasText}.yoga-workout-list-card{border:1px solid CanvasText}}.yoga-workout-list-card:focus-visible{outline:3px solid #10b981;outline-offset:2px}@media (min-width: 320px) and (max-width: 768px){.yoga-workout-list-card{flex-direction:column;gap:0}.yoga-workout-list-image{width:100%;height:100%;border-radius:1rem 1rem 0 0}.yoga-workout-list-content{padding:0;width:100%}.banner-title{font-size:2rem}.banner-description{font-size:1rem}.yoga-workout-list-cards-container{padding:20px 30px 0}}@media (min-width: 769px) and (max-width: 1200px){.yoga-workout-list-card{flex-direction:row;gap:0}.yoga-workout-list-image{width:40vw;border-radius:1rem 1rem 0 0}.yoga-workout-list-content{padding:1.25rem}.banner-title{font-size:2rem}.banner-description{font-size:1rem}.yoga-workout-list-cards-container{padding:20px 10px 0}}.men-women-list-container{display:flex;flex-direction:column;align-items:center}.list-container{width:100%}.men-women-banner{width:100%;height:100%;object-fit:cover}.filter-buttons{display:flex;gap:5px;width:100%;box-shadow:0 2px 5px #0000001a}.filter-button{flex:1;padding:10px 0;font-size:1.2rem;border:none;cursor:pointer;background-color:#fff;color:#0e7490;transition:background-color .3s ease,border-bottom .3s ease;border-bottom:3px solid transparent;line-height:1.5}.filter-button:hover{border-bottom:3px solid #008080;transform:translateY(0)}.filter-button.active{border-bottom:3px solid #008080;background-color:#e6f2f2}.filter-button:focus{outline:none}.header-container{display:flex;align-items:center;justify-content:space-between;gap:40px 100px;font-family:IBM Plex Sans,-apple-system,Roboto,Helvetica,sans-serif;font-size:14px;color:#002020;font-weight:700;white-space:nowrap;text-align:center;line-height:1;position:fixed;top:0;left:0;width:100%;height:70px;background-color:#fff;z-index:1000}.logo-container{display:flex;align-items:center;min-height:38px;min-width:240px;padding-left:30px}.logo{width:200px;height:40px;object-fit:contain}.nav-menu-container{display:flex;justify-content:space-between;align-items:center;width:100%;height:50px;position:fixed;top:70px;left:0;background-color:#fff;z-index:999;box-shadow:1px 2px 2px #0000021a}.nav-tabs-list{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;margin:auto 0;list-style-type:none;padding-left:60px}.nav-tab-item{display:flex;align-items:center}.nav-tab{padding:10px;background:transparent;border:none;cursor:pointer;font-size:15px;position:relative;transition:all .2s ease;color:#000}.nav-tab:hover{background-color:#0080800d}.nav-tab-active:after{content:"";position:absolute;left:0;right:0;bottom:4px;height:2px;background-color:teal}.language-selector{display:flex;align-items:center;padding:12px 30px 12px 16px;gap:16px;border:none}.mobile-menu-icon{display:none;font-size:24px;cursor:pointer;margin-right:20px;z-index:1100}.mobile-menu{position:fixed;top:70px;right:-100%;width:60%;height:100vh;background-color:#1b6b58;z-index:1050;transition:right .3s ease-in-out;box-shadow:-2px 0 5px #0000001a;padding:20px 20px 40px;display:flex;flex-direction:column;overflow-y:auto}.mobile-menu.open{right:0}.mobile-tabs-list{list-style:none;padding:10px;display:flex;flex-direction:column;gap:16px;margin-top:30px;text-align:left}.mobile-tab-item .nav-tab{font-size:16px;padding-left:0;text-align:left;color:#fff}.mobile-language{margin-top:16px;display:flex;justify-content:flex-start;padding-left:8px}@media screen and (max-width: 768px){.nav-menu-container,.language-selector{display:none}.mobile-menu-icon{display:block}.header-container{box-shadow:1px 2px 2px #0000021a;gap:0}.logo{width:180px;height:30px;object-fit:contain}}@media screen and (min-width: 769px){.mobile-menu{display:none!important}}.language-option{display:flex;align-items:center}.language-flag{margin-right:8px;width:20px;height:14px;object-fit:cover;border-radius:2px}.language-text{font-size:14px}.footer{display:flex;overflow:hidden;flex-direction:column;padding-top:2.5rem;background-color:#064e3b;margin-top:3rem}.footer-content{display:flex;gap:6.5rem;align-items:center;align-self:center;width:100%;justify-content:space-around}.footer-main-section{display:flex;flex-direction:column;min-width:15rem;width:652px}.footer-info{display:flex;flex-direction:column;width:100%}.footer-logo-container{display:flex;gap:.5rem;align-items:center;align-self:flex-start}.footer-logo{object-fit:contain;align-self:stretch;margin:auto 0;aspect-ratio:1.5;width:60px}.footer-description{margin-top:1.5rem;font-size:1.1rem;letter-spacing:.035em;line-height:1.35rem;color:#fff}.copyright{color:#fff}.footer-social-links{display:flex;gap:2rem;align-items:center;align-self:flex-start;margin-top:2.5rem}.social-link{display:flex;align-items:center;justify-content:center}.social-icon{object-fit:contain;flex-shrink:0;align-self:stretch;margin:auto 0;width:2rem;aspect-ratio:1/1;transition:transform .3s ease}.social-icon:hover{transform:scale(1.1)}.footer-navigation{display:flex;flex-wrap:wrap;gap:5.5rem;justify-content:space-between;align-items:flex-start;font-size:.875rem;line-height:1;color:#fff;min-width:15rem}.footer-nav-section{display:flex;flex-direction:column}.footer-nav-section:first-child{width:141px;align-items:flex-start}.footer-nav-section:last-child{width:141px}.footer-nav-title{padding:.75rem 0;font-weight:700;line-height:1;white-space:nowrap;width:100%}.footer-nav-list{list-style:none;padding:0;margin:0;width:100%}.footer-nav-link{display:block;padding:.5rem 0;letter-spacing:.025em;color:#fff;text-decoration:none;transition:opacity .2s ease}.footer-nav-link:hover,.footer-nav-link:focus{opacity:.8;text-decoration:underline}.footer-copyright{align-self:stretch;margin-top:1.75rem;font-size:.875rem;letter-spacing:.025em;line-height:1;text-align:center;color:#fff;border-top:1px solid white;background-color:#fff0}@media (min-width: 320px) and (max-width: 768px){.footer-navigation{width:324px;padding-left:30px;gap:0px}.footer-main-section{width:290px;padding-left:30px}.footer-content{flex-direction:column-reverse;align-items:flex-start;gap:3.5rem}.footer-copyright{padding-left:1.25rem;padding-right:1.25rem}}@media (min-width: 769px) and (max-width: 1200px){.footer-navigation{width:400px;flex-wrap:nowrap;gap:2.5rem}.footer-main-section{width:400px;margin-left:30px}.footer-content{flex-direction:row;align-items:center}.footer-copyright{padding-left:1.25rem;padding-right:1.25rem}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.social-media-icons a{margin:0 10px;color:inherit;text-decoration:none}.footer-social-links .social-icon{width:2.5rem;height:2.5rem;display:inline-block}.about-container{max-width:64rem;margin:0 auto;padding:3rem 1.25rem}.about-title{font-size:1.5rem;font-weight:700;text-align:center;margin-bottom:1.5rem}.about-subheading{font-size:20px;font-weight:600;margin-top:2rem;margin-bottom:.5rem}.about-text{font-size:18px;color:#4b5563;margin-bottom:1rem}.about-list{list-style-type:disc;padding-left:1.25rem;color:#4b5563;font-size:18px;margin-top:.75rem}.about-list li{margin-bottom:.5rem}.about-link{color:#2563eb;text-decoration:underline}.terms-container{max-width:64rem;margin:0 auto;padding:3rem 1.25rem}.terms-title{font-size:1.875rem;font-weight:700;text-align:center;margin-bottom:1.5rem}.terms-heading{font-size:20px;font-weight:600;margin-top:1.5rem;margin-bottom:.5rem}.terms-text{font-size:18px;color:#4b5563;margin-bottom:1rem}.terms-link{color:#2563eb;text-decoration:underline}.not-found{text-align:center;margin-top:50px}.not-found h1{font-size:2.5rem;color:red}.not-found p{font-size:1.2rem}.blog-section{background-color:#fff;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh}.container{width:100%;margin-left:auto;margin-right:auto}@media (min-width: 640px){.container{max-width:640px;padding-bottom:2rem}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}.blog-header{text-align:center;margin-bottom:4rem}.blog-title{font-size:2.25rem;line-height:2.5rem;font-weight:800;letter-spacing:-.025em;margin-bottom:1rem}.title-gradient{background-image:linear-gradient(to right,#4698ff,#0fb5a0);-webkit-background-clip:text;background-clip:text;color:transparent}.blog-subtitle{font-size:1.125rem;line-height:1.75rem;color:#4b4b4b;max-width:48rem;margin-left:auto;margin-right:auto}@media (min-width: 640px){.blog-title{font-size:3rem;line-height:1}.blog-subtitle{font-size:1.25rem;line-height:1.75rem}}.posts-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:2rem}@media (min-width: 768px){.posts-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1024px){.posts-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.post-card{background-color:#fff;border-radius:.75rem;overflow:hidden;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transition:all .3s ease-in-out;display:flex;flex-direction:column;cursor:pointer}.post-card:hover{box-shadow:0 25px 50px -12px #00000040;transform:translateY(-.5rem)}.post-card-image-container{position:relative}.post-card-image{width:100%;height:14rem;object-fit:cover}.post-card-category{position:absolute;top:1rem;left:1rem;color:#fff;font-size:.75rem;font-weight:600;padding:.125rem .625rem;border-radius:9999px}.category-blue{background-color:#3b82f6}.category-green{background-color:#22c55e}.category-red{background-color:#ef4444}.category-purple{background-color:#a855f7}.category-yellow{background-color:#eab308}.category-teal{background-color:#14b8a6}.category-orange{background-color:#f97316}.category-sky{background-color:#0ea5e9}.category-pink{background-color:#ec4899}.post-card-content{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}.post-card-title{font-size:1.25rem;font-weight:700;color:#000;margin-bottom:.5rem;flex-grow:1}.post-card-excerpt{color:#2d2f33;font-size:1rem;margin-bottom:1.5rem}.post-card-author-info{margin-top:auto;padding-top:1rem;border-top:1px solid #374151;display:flex;align-items:center}.author-avatar{width:2.5rem;height:2.5rem;border-radius:9999px;margin-right:1rem;object-fit:cover}.author-details{font-size:.875rem;line-height:1.25rem}.author-name{color:#000;font-weight:600}.post-date{color:#6b7280}.load-more-container{text-align:center;margin-top:5rem}.load-more-button{display:inline-flex;align-items:center;justify-content:center;background-image:linear-gradient(to right,#3b82f6,#14b8a6);color:#fff;font-weight:700;padding:.75rem 2rem;border-radius:9999px;border:none;cursor:pointer;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transition:all .3s ease-in-out;text-decoration:none}.load-more-button:focus,.load-more-button:active{outline:none;border:none;box-shadow:none}.load-more-button:hover{background-image:linear-gradient(to right,#2563eb,#0d9488);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;transform:scale(1.05);color:#fff;text-decoration:none}.arrow-right-icon,.arrow-left-icon{height:1.25rem;width:1.25rem;transition:transform .3s ease-in-out}.arrow-right-icon{margin-left:.5rem}.arrow-left-icon{margin-right:.5rem}.load-more-button:hover .arrow-right-icon{transform:translate(.25rem)}.back-button:hover .arrow-left-icon{transform:translate(-.25rem)}.blog-post-detail-container{max-width:56rem;margin:0 1rem;padding:3rem 1rem}.back-button{display:inline-flex;align-items:center;justify-content:center;margin-bottom:2rem;color:#60a5fa;font-weight:600;transition:color .3s ease-in-out;background:none;border:none;cursor:pointer}.back-button:hover{color:#2dd4bf}.back-button:focus,.back-button:active{outline:none;border:none;box-shadow:none}.post-detail-category{color:#fff;font-size:.875rem;font-weight:700;padding:.25rem .75rem;border-radius:9999px;display:inline-block}.post-detail-title{font-size:2.25rem;font-weight:800;color:#000;margin:1rem 0}@media (min-width: 768px){.post-detail-title{font-size:3rem}}.post-detail-author-info{display:flex;align-items:center;color:#2d2f33;margin-bottom:2rem}.post-detail-author-avatar{width:3rem;height:3rem;border-radius:9999px;margin-right:1rem;object-fit:cover}.post-detail-author-name{color:#000;font-weight:600}.post-detail-image{width:100%;height:auto;max-height:500px;object-fit:cover;border-radius:.75rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;margin-bottom:2rem}.post-content{color:#2d2f33;font-size:1.125rem;line-height:1.75}.post-content p{margin-bottom:1.25em}.post-content h1,.post-content h2,.post-content h3{color:#000;margin-bottom:.8em}.post-content ul,.post-content ol{margin-bottom:1.25em;padding-left:1.5em}.post-content li{margin-bottom:.5em}.post-content strong{color:#000;font-weight:600}.enhanced-blog-faq{margin:2rem 0;border-radius:12px;width:100%;max-width:800px;margin-left:auto;margin-right:auto}.enhanced-blog-faq h2{font-size:1.4rem;color:#0f3f2f;margin-top:0;margin-bottom:1.5rem;text-align:center}.enhanced-blog-faq details{margin-bottom:1rem;border:1px solid #e2e8f0;border-radius:8px;background:#fff;overflow:hidden;width:100%;max-width:800px}.enhanced-blog-faq summary{font-weight:600;cursor:pointer;color:#1f2937;font-size:1.1rem;list-style:none;position:relative;padding:1rem 2.5rem 1rem 1.5rem;transition:background-color .2s ease}.enhanced-blog-faq summary::-webkit-details-marker{display:none}.enhanced-blog-faq summary:hover{background-color:#f8fafc}.enhanced-blog-faq summary:after{content:"+";position:absolute;right:1.5rem;top:50%;transform:translateY(-50%) rotate(0);font-size:1.5rem;font-weight:400;color:#10b981;transition:transform .3s ease-in-out}.enhanced-blog-faq details[open] summary{background-color:#f8fafc}.enhanced-blog-faq details[open] summary:after{transform:translateY(-50%) rotate(45deg)}.enhanced-faq-contentt{display:block;overflow:hidden;transition:all .3s ease-in-out;max-height:0}.enhanced-faq-contentt>div{overflow:hidden}.enhanced-blog-faq details[open] .enhanced-faq-contentt{max-height:200px}.enhanced-faq-contentt p{padding:0 1.5rem 1.5rem;margin:0;color:#4b5563;word-wrap:break-word;overflow-wrap:break-word}.enhanced-blog-testimonial{margin:2rem 0;padding:1.5rem;background:#ecfdf5;border-left:5px solid #10b981;border-radius:0 8px 8px 0}.enhanced-blog-testimonial blockquote{margin:0;font-size:1.1rem;color:#064e3b;font-style:italic}.enhanced-blog-testimonial cite{display:block;margin-top:1rem;font-size:1rem;color:#047857;font-style:normal;font-weight:600}.enhanced-blog-expert-tip{margin:2rem 0;padding:1.5rem;background:#fefce8;border-radius:8px;border-left:5px solid #facc15}.enhanced-blog-expert-tip h3{margin:0 0 .5rem;font-size:1.2rem;color:#713f12}.enhanced-blog-expert-tip p{margin:0;color:#854d0e}.enhanced-blog-expert-credit{margin-top:1rem;font-size:.9rem;color:#a16207;font-weight:500;text-align:right}.enhanced-blog-social-share{margin:2rem 0;display:flex;align-items:center;gap:1rem;flex-wrap:wrap;padding:1.5rem;background-color:#e9f4ff;border-radius:12px;justify-content:center;flex-direction:column}.icons-social-share{display:flex;align-items:center;gap:1rem}.enhanced-blog-social-share span{font-weight:600;color:#f71e1e;margin-right:.5rem}.enhanced-social-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;text-decoration:none;color:#fff;transition:transform .2s ease-out,box-shadow .2s ease-out}.enhanced-social-icon:hover{transform:scale(1.15) rotate(5deg);box-shadow:0 6px 15px #0003}.enhanced-facebook{background:#1877f3}.enhanced-twitter{background:#000}.enhanced-whatsapp{background:#25d366}.enhanced-social-icon-svg{width:24px;height:24px}.main-content{padding:100px 20px 0}a:focus,a:active{outline:none;text-decoration:none}a{text-decoration:none}body{font-family:Lato,sans-serif;margin:0;padding:0}.more-button:focus,.more-button:active{outline:none;border:none;box-shadow:none}details:focus,details:active,details[open]>summary:focus,details[open]>summary:active,summary:focus,summary:active,button:focus,button:active{outline:none!important;border:none!important;box-shadow:none!important}summary:focus-visible,button:focus-visible,a:focus-visible{outline:2px solid #1976d2;outline-offset:2px;box-shadow:0 0 0 2px #e3f2fd}.chatbot-container{font-family:sans-serif}.fab-container{position:fixed;bottom:1.5rem;right:1.5rem;width:4rem;height:4rem;z-index:1000}.fab-button{width:100%;height:100%;background-color:#22c55e;border-radius:9999px;box-shadow:0 25px 50px -12px #00000040;display:flex;align-items:center;justify-content:center;color:#fff;border:none;cursor:pointer;transition-property:transform,background-color;transition-duration:.2s;transition-timing-function:ease-in-out;position:relative;z-index:10}.fab-button:hover{background-color:#16a34a;transform:scale(1.1)}.fab-badge{position:absolute;top:-.25rem;right:-.25rem;width:1.25rem;height:1.25rem;background-color:#ef4444;border-radius:9999px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;border:2px solid white}.ripple{position:absolute;width:100%;height:100%;border-radius:50%;background-color:#22c55e;animation:ripple-wave 2.5s infinite;opacity:0;z-index:1}.ripple:nth-child(2){animation-delay:.8s}.ripple:nth-child(3){animation-delay:1.6s}@keyframes ripple-wave{0%{transform:scale(1);opacity:.4}to{transform:scale(2.5);opacity:0}}.chat-window{position:fixed;bottom:6rem;right:1rem;width:calc(100% - 2rem);max-width:24rem;height:70vh;max-height:590px;background-color:#fff;border-radius:1rem;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;display:flex;flex-direction:column;transform-origin:bottom right}.chat-window.open{animation:slide-up .4s ease-out forwards}.chat-window.closing{animation:shrink-to-fab .4s ease-in forwards}@media (min-width: 640px){.fab-container,.chat-window{right:2rem}}@keyframes slide-up{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes shrink-to-fab{0%{transform:scale(1);opacity:1}to{transform:scale(0);opacity:0}}.chat-header{padding:1rem;border-bottom:1px solid #e5e7eb;background-color:#f9fafb;border-top-left-radius:1rem;border-top-right-radius:1rem;display:flex;align-items:center;justify-content:space-between}.chat-header-info{display:flex;align-items:center;gap:.75rem}.chat-header-icon{width:2rem;height:2rem;border-radius:9999px;background-color:#22c55e;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.chat-header-title{font-size:1rem;font-weight:700;color:#1f2937}.close-button{background:none;border:none;cursor:pointer;padding:0;color:#9ca3af;transition:color .15s}.close-button:hover{color:#4b5563}.close-button svg{display:block}.chat-area{flex:1 1 0%;padding:1rem;overflow-y:auto;background-color:#fff}.message-list{display:flex;flex-direction:column;gap:1rem}.message-wrapper{display:flex;flex-direction:column}.message-bubble{max-width:80%;padding:.75rem;border-radius:1rem;line-height:1.5}.bot-message{background-color:#e5e7eb;color:#1f2937;border-bottom-left-radius:0;align-self:flex-start}.user-message{background-color:#22c55e;color:#fff;border-bottom-right-radius:0;align-self:flex-end}.message-timestamp{font-size:.75rem;color:#9ca3af;margin-top:.25rem}.user-timestamp{text-align:right}.bot-timestamp{text-align:left}.message-title{font-weight:600}.message-subtitle{margin-top:.25rem}.quick-questions{margin-top:1rem;display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}.quick-question-button{background-color:#22c55e;color:#fff;font-size:.875rem;padding:.5rem 1rem;border-radius:9999px;border:none;cursor:pointer;align-self:flex-start;transition:background-color .15s}.quick-question-button:hover{background-color:#16a34a}.store-links-title{margin-top:1rem;font-size:.75rem;font-weight:600;color:#4b5563}.store-links-container{margin-top:.5rem;display:flex;flex-wrap:wrap;gap:.5rem}.store-link{display:flex;align-items:center;gap:.5rem;background-color:#e5e7eb;transition:background-color .15s;color:#1f2937;padding:.5rem .75rem;border-radius:.5rem;font-size:.875rem;text-decoration:none}.store-link:hover{background-color:#d1d5db}.store-link svg{color:#1f2937}.typing-indicator{display:flex;align-items:center;gap:.375rem;padding:.75rem}.typing-dot{height:.5rem;width:.5rem;background-color:#9ca3af;border-radius:9999px;animation:pulse 1.5s infinite}.typing-dot:nth-child(2){animation-delay:-.15s}.typing-dot:nth-child(3){animation-delay:-.3s}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.chat-input-area{padding:.75rem;border-top:1px solid #e5e7eb;background-color:#fff;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem}.chat-input-wrapper{display:flex;align-items:center;background-color:#f3f4f6;border-radius:.75rem;padding:.25rem}.chat-input{width:100%;background-color:transparent;color:#1f2937;border:none;outline:none;padding-left:.75rem;padding-right:.75rem}.chat-input::placeholder{color:#6b7280}.send-button{background-color:#22c55e;transition:background-color .15s;padding:.625rem;border-radius:.75rem;border:none;cursor:pointer;color:#fff;display:flex;align-items:center;justify-content:center}.send-button:hover{background-color:#16a34a}.send-button:disabled{background-color:#86efac;cursor:not-allowed}.chat-area::-webkit-scrollbar{width:6px}.chat-area::-webkit-scrollbar-track{background:#f1f1f1}.chat-area::-webkit-scrollbar-thumb{background-color:#888;border-radius:10px}.chat-area::-webkit-scrollbar-thumb:hover{background-color:#555}.chat-area{scrollbar-width:thin;scrollbar-color:#888 #f1f1f1}
