.CommentForm_commentFormContainer___CxIS{background:#fff;border-radius:12px;padding:2rem;margin:3rem 0;border:2px solid #e5e7eb;box-shadow:0 2px 8px #0000000d}.CommentForm_title__045jr{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0 0 .5rem;font-family:var(--font-heading)}.CommentForm_description__cmnMI{font-size:.875rem;color:#6b7280;margin:0 0 1.5rem}.CommentForm_form__uzMFO{display:flex;flex-direction:column;gap:1.25rem}.CommentForm_formRow__WXdaj{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.CommentForm_formGroup__YmL95{display:flex;flex-direction:column;gap:.5rem}.CommentForm_label__fGVz3{font-size:.9375rem;font-weight:600;color:#374151;font-family:var(--font-body)}.CommentForm_required__aAJ3W{color:#dc2626;font-weight:700}.CommentForm_input__6zT1j,.CommentForm_textarea__r5lQq{width:100%;padding:.75rem 1rem;font-size:1rem;font-family:var(--font-body);color:#1f2937;background:#fff;border:2px solid #d1d5db;border-radius:8px;transition:all .3s ease;outline:none}.CommentForm_input__6zT1j:focus,.CommentForm_textarea__r5lQq:focus{border-color:#11a89d;box-shadow:0 0 0 3px #11a89d1a}.CommentForm_input__6zT1j::placeholder,.CommentForm_textarea__r5lQq::placeholder{color:#9ca3af}.CommentForm_input__6zT1j:disabled,.CommentForm_textarea__r5lQq:disabled{background:#f3f4f6;cursor:not-allowed;opacity:.6}.CommentForm_inputError__RC6Bf{border-color:#dc2626}.CommentForm_inputError__RC6Bf:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.CommentForm_textarea__r5lQq{resize:vertical;min-height:120px}.CommentForm_submitButton__EXwR_{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 2rem;font-size:1rem;font-weight:600;font-family:var(--font-body);color:#fff;background:linear-gradient(135deg,#11a89d,#14b8a6);border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #11a89d40;align-self:flex-start}.CommentForm_submitButton__EXwR_:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #11a89d59;background:linear-gradient(135deg,#0d8a82,#11a89d)}.CommentForm_submitButton__EXwR_:active:not(:disabled){transform:translateY(0)}.CommentForm_submitButton__EXwR_:disabled{cursor:not-allowed;opacity:.7;transform:none}.CommentForm_spinner__FrIVv{width:16px;height:16px;border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;animation:CommentForm_spin__hCLFY .8s linear infinite}@keyframes CommentForm_spin__hCLFY{to{transform:rotate(1turn)}}.CommentForm_errorMessage__bzzO5{display:flex;align-items:center;gap:.375rem;font-size:.875rem;color:#dc2626;font-weight:500}.CommentForm_submitError__ep9Jh{padding:.875rem 1rem;background:#fee2e2;border:1px solid #fca5a5;border-radius:8px;color:#991b1b;font-size:.9375rem;font-weight:500}.CommentForm_successMessage__by0HZ{padding:.875rem 1rem;background:#d1fae5;border:1px solid #6ee7b7;border-radius:8px;color:#065f46;font-size:.9375rem;font-weight:500;animation:CommentForm_slideIn__74Ib8 .3s ease}@keyframes CommentForm_slideIn__74Ib8{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.CommentForm_commentFormContainer___CxIS{padding:1.5rem;margin:2rem 0}.CommentForm_title__045jr{font-size:1.375rem}.CommentForm_formRow__WXdaj{grid-template-columns:1fr;gap:1rem}.CommentForm_form__uzMFO{gap:1rem}.CommentForm_input__6zT1j,.CommentForm_textarea__r5lQq{padding:.625rem .875rem;font-size:.9375rem}.CommentForm_submitButton__EXwR_{width:100%;padding:.75rem 1.5rem;font-size:.9375rem}}@media (max-width:480px){.CommentForm_commentFormContainer___CxIS{padding:1.25rem;border-radius:10px}.CommentForm_title__045jr{font-size:1.25rem}.CommentForm_description__cmnMI{font-size:.8125rem}.CommentForm_input__6zT1j,.CommentForm_textarea__r5lQq{padding:.5rem .75rem;font-size:.875rem}.CommentForm_submitButton__EXwR_{padding:.625rem 1.25rem;font-size:.875rem}}.CommentsList_commentsContainer__g1vTh{margin:3rem 0}.CommentsList_title__lshNP{font-size:1.75rem;font-weight:700;color:#1f2937;margin:0 0 1.5rem;font-family:var(--font-heading);padding-bottom:.75rem;border-bottom:2px solid #e5e7eb}.CommentsList_commentsWrapper__0AoH0{max-height:400px;overflow-y:auto;padding-right:.5rem;margin-bottom:1rem}.CommentsList_commentsWrapper__0AoH0::-webkit-scrollbar{width:8px}.CommentsList_commentsWrapper__0AoH0::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.CommentsList_commentsWrapper__0AoH0::-webkit-scrollbar-thumb{background:#11a89d;border-radius:4px}.CommentsList_commentsWrapper__0AoH0::-webkit-scrollbar-thumb:hover{background:#0d8a82}.CommentsList_error__mT54e,.CommentsList_loading__1Ll__,.CommentsList_noComments__Cv6C_{text-align:center;padding:3rem 2rem;background:#f9fafb;border-radius:12px;border:2px dashed #e5e7eb}.CommentsList_loading__1Ll__{display:flex;flex-direction:column;align-items:center;gap:1rem}.CommentsList_spinner__yM_w0{width:40px;height:40px;border:3px solid #e5e7eb;border-top-color:#11a89d;border-radius:50%;animation:CommentsList_spin__UAr3X .8s linear infinite}@keyframes CommentsList_spin__UAr3X{to{transform:rotate(1turn)}}.CommentsList_error__mT54e p,.CommentsList_loading__1Ll__ p,.CommentsList_noComments__Cv6C_ p{color:#6b7280;font-size:1rem;margin:0}.CommentsList_error__mT54e{background:#fee2e2;border-color:#fca5a5}.CommentsList_error__mT54e p{color:#991b1b}.CommentsList_commentsList__d1_h9{display:flex;flex-direction:column;gap:1rem}.CommentsList_commentItem__TL5yB{background:linear-gradient(135deg,#f0fdf4,#e8f7f3);border:2px solid #b8e6dd;border-radius:10px;padding:1rem;transition:all .3s ease;box-shadow:0 2px 8px #11a89d14}.CommentsList_commentItem__TL5yB:hover{border-color:#11a89d;box-shadow:0 4px 16px #11a89d26;transform:translateY(-2px)}.CommentsList_commentHeader__ujezI{display:flex;align-items:center;gap:.875rem;margin-bottom:.75rem}.CommentsList_avatar__fp2Aw{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#11a89d,#14b8a6);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.125rem;font-weight:700;flex-shrink:0;box-shadow:0 2px 8px #11a89d33}.CommentsList_commentMeta__Mpa5C{flex:1 1}.CommentsList_commentAuthor__IX_If{font-size:.9375rem;font-weight:600;color:#1f2937;margin:0 0 .125rem;font-family:var(--font-heading)}.CommentsList_commentDate__BBHsw{font-size:.8125rem;color:#6b7280;margin:0}.CommentsList_commentBody__iDgqD{padding-left:56px}.CommentsList_commentBody__iDgqD p{font-size:.9375rem;line-height:1.6;color:#374151;margin:0;white-space:pre-wrap;word-wrap:break-word}@media (max-width:768px){.CommentsList_title__lshNP{font-size:1.5rem}.CommentsList_commentsWrapper__0AoH0{max-height:350px;padding-right:.25rem}.CommentsList_commentItem__TL5yB{padding:.875rem}.CommentsList_avatar__fp2Aw{width:36px;height:36px;font-size:1rem}.CommentsList_commentAuthor__IX_If{font-size:.875rem}.CommentsList_commentDate__BBHsw{font-size:.75rem}.CommentsList_commentBody__iDgqD{padding-left:48px}.CommentsList_commentBody__iDgqD p{font-size:.875rem}}@media (max-width:480px){.CommentsList_title__lshNP{font-size:1.375rem}.CommentsList_commentsWrapper__0AoH0{max-height:300px}.CommentsList_commentsWrapper__0AoH0::-webkit-scrollbar{width:6px}.CommentsList_commentItem__TL5yB{padding:.75rem}.CommentsList_commentHeader__ujezI{gap:.625rem;margin-bottom:.5rem}.CommentsList_avatar__fp2Aw{width:32px;height:32px;font-size:.9375rem}.CommentsList_commentBody__iDgqD{padding-left:0;margin-top:.5rem}.CommentsList_commentBody__iDgqD p{font-size:.8125rem;line-height:1.5}.CommentsList_error__mT54e,.CommentsList_loading__1Ll__,.CommentsList_noComments__Cv6C_{padding:2rem 1rem}}.Footer_footer__0IXn3{background:linear-gradient(135deg,#f0fdf4,#e8f7f3);backdrop-filter:blur(10px);padding:1.5rem 2rem 1rem;color:var(--color-text);border-top:3px solid #11a89d;margin-top:auto;font-family:var(--font-body);position:relative;z-index:1}.Footer_blogsSection__cYI_e{max-width:100%;margin:0 0 1rem;padding:0}.Footer_blogsTitle__lt69e{font-size:1.375rem;font-weight:700;color:#1f2937;margin:0 0 1rem;font-family:var(--font-heading);text-align:center;padding-bottom:.5rem;border-bottom:2px solid #11a89d}.Footer_blogsGrid__q2NOD{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:1rem;justify-content:space-evenly}.Footer_blogColumn__3ymqx{display:flex;flex-direction:column;gap:.375rem}.Footer_blogLink__55KtL{color:#374151;text-decoration:none;font-size:.8125rem;line-height:1.4;border-radius:4px;transition:all .3s ease;display:block;position:relative;padding:.375rem .5rem .375rem 1.25rem}.Footer_blogLink__55KtL:before{content:"•";position:absolute;left:.375rem;color:#11a89d;font-weight:700;font-size:1rem;line-height:1}.Footer_blogLink__55KtL:hover{background:#11a89d1a;color:#11a89d}.Footer_blogLink__55KtL:hover:before{color:#0d8a82}.Footer_copyright__t4WoK{text-align:center;padding-top:1rem;border-top:1px solid #11a89d33;max-width:100%;margin:0;width:100%}.Footer_copyright__t4WoK p{margin:0 auto;font-size:.8125rem;color:#6b7280;text-align:center;width:100%}@media (max-width:1024px){.Footer_blogsGrid__q2NOD{gap:1rem}.Footer_blogLink__55KtL{font-size:.8125rem}}@media (max-width:768px){.Footer_footer__0IXn3{padding:1.25rem 1rem .875rem}.Footer_blogsTitle__lt69e{font-size:1.25rem;margin-bottom:.875rem}.Footer_blogsGrid__q2NOD{grid-template-columns:1fr;gap:1rem}.Footer_blogColumn__3ymqx{gap:.25rem}.Footer_blogLink__55KtL{font-size:.8125rem;padding:.3rem .5rem .3rem 1.125rem}}@media (max-width:480px){.Footer_footer__0IXn3{padding:1rem .75rem .75rem}.Footer_blogsTitle__lt69e{font-size:1.125rem;margin-bottom:.75rem;padding-bottom:.375rem}.Footer_blogsSection__cYI_e{margin-bottom:.75rem}.Footer_blogLink__55KtL{font-size:.75rem;padding:.25rem .375rem .25rem 1rem;line-height:1.3}.Footer_blogLink__55KtL:before{font-size:.6875rem;left:.25rem}.Footer_copyright__t4WoK{padding-top:.75rem}.Footer_copyright__t4WoK p{font-size:.75rem}}.BlogSidebar_sidebar__lc6fp{width:100%;display:flex;flex-direction:column;gap:2rem}.BlogSidebar_widget__ZFuFQ{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 20px #11a89d14;border:1px solid #11a89d1a}.BlogSidebar_widgetTitle__IuJbK{font-size:1.25rem;font-weight:700;color:#1f2937;margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:2px solid #e8f7f3;font-family:var(--font-heading)}.BlogSidebar_trendingList__Ftfl6{display:flex;flex-direction:column;gap:1rem}.BlogSidebar_trendingItem__WLAWU{display:flex;gap:.875rem;align-items:center;text-decoration:none;transition:all .3s ease;border-radius:10px;padding:1rem;border:1px solid #0000;position:relative;overflow:hidden}.BlogSidebar_trendingItemEven__vqtH_{background:linear-gradient(135deg,#f0fdf4,#e8f7f3)}.BlogSidebar_trendingItemOdd__70Ap2{background:linear-gradient(135deg,#eff6ff,#e0f2fe)}.BlogSidebar_trendingItem__WLAWU:hover{transform:translateY(-2px);box-shadow:0 6px 20px #11a89d33;border-color:#11a89d}.BlogSidebar_trendingItemEven__vqtH_:hover{background:linear-gradient(135deg,#dcfce7,#d4f1ea)}.BlogSidebar_trendingItemOdd__70Ap2:hover{background:linear-gradient(135deg,#dbeafe,#bfdbfe)}.BlogSidebar_trendingItem__WLAWU:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(135deg,#11a89d,#14b8a6);opacity:0;transition:opacity .3s ease}.BlogSidebar_trendingItem__WLAWU:hover:before{opacity:1}.BlogSidebar_trendingImage__YvClS{width:60px;height:60px;object-fit:cover;border-radius:6px;flex-shrink:0;border:1px solid #11a89d1a}.BlogSidebar_trendingText__5B6se{flex:1 1;min-width:0;display:flex;flex-direction:column;justify-content:center}.BlogSidebar_trendingTitle__jftli{font-size:.9375rem;font-weight:600;color:#1f2937;margin:0 0 .5rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .3s ease}.BlogSidebar_trendingItem__WLAWU:hover .BlogSidebar_trendingTitle__jftli{color:#11a89d}.BlogSidebar_trendingMeta___4VhS{display:flex;gap:.5rem;font-size:.8125rem;color:#9ca3af;align-items:center;font-weight:500}.BlogSidebar_categoryList__VbLe4{display:flex;flex-wrap:wrap;gap:.5rem}.BlogSidebar_categoryItem__oPxPN{display:inline-block;padding:.5rem .875rem;background:linear-gradient(135deg,#e8f7f3,#d4f1ea);color:#11a89d;border-radius:20px;font-size:.8125rem;font-weight:500;text-decoration:none;border:1px solid #11a89d33;transition:all .3s ease}.BlogSidebar_categoryItem__oPxPN:hover{background:linear-gradient(135deg,#11a89d,#14b8a6);color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #11a89d40}.BlogSidebar_categoryName__2DeGA{font-size:.8125rem;color:inherit;font-weight:500}.BlogSidebar_tagCloud__igFF2{display:flex;flex-wrap:wrap;gap:.5rem}.BlogSidebar_tagItem__zpZJg{display:inline-block;padding:.5rem .875rem;background:linear-gradient(135deg,#e8f7f3,#d4f1ea);color:#11a89d;border-radius:20px;font-size:.8125rem;font-weight:500;text-decoration:none;border:1px solid #11a89d33;transition:all .3s ease}.BlogSidebar_tagItem__zpZJg:hover{background:linear-gradient(135deg,#11a89d,#14b8a6);color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #11a89d40}.BlogSidebar_emptyMessage__HE7J4{color:#9ca3af;font-size:.875rem;text-align:center;padding:1rem 0}@media (max-width:1200px){.BlogSidebar_sidebar__lc6fp{gap:1.75rem}}@media (max-width:1024px){.BlogSidebar_sidebar__lc6fp{gap:1.5rem;margin-top:0}.BlogSidebar_widget__ZFuFQ{padding:1.25rem}.BlogSidebar_widgetTitle__IuJbK{font-size:1.125rem;margin-bottom:1rem}.BlogSidebar_trendingItem__WLAWU{padding:.875rem}.BlogSidebar_trendingImage__YvClS{width:55px;height:55px}.BlogSidebar_trendingTitle__jftli{font-size:.9rem}.BlogSidebar_trendingMeta___4VhS{font-size:.8rem}}@media (max-width:768px){.BlogSidebar_sidebar__lc6fp{margin-top:2rem;gap:1.5rem}.BlogSidebar_widget__ZFuFQ{padding:1.25rem 1rem}.BlogSidebar_widgetTitle__IuJbK{font-size:1.0625rem}.BlogSidebar_trendingItem__WLAWU{padding:.75rem}.BlogSidebar_trendingImage__YvClS{width:50px;height:50px}.BlogSidebar_trendingTitle__jftli{font-size:.875rem}.BlogSidebar_trendingMeta___4VhS{font-size:.75rem}.BlogSidebar_categoryItem__oPxPN,.BlogSidebar_tagItem__zpZJg{padding:.4rem .75rem;font-size:.8rem}}@media (max-width:480px){.BlogSidebar_sidebar__lc6fp{margin-top:1.5rem;gap:1.25rem}.BlogSidebar_widget__ZFuFQ{padding:1rem .875rem;border-radius:10px}.BlogSidebar_widgetTitle__IuJbK{font-size:1rem;margin-bottom:.875rem;padding-bottom:.625rem}.BlogSidebar_trendingList__Ftfl6{gap:.75rem}.BlogSidebar_trendingItem__WLAWU{padding:.625rem;border-radius:8px}.BlogSidebar_trendingImage__YvClS{width:45px;height:45px;border-radius:5px}.BlogSidebar_trendingTitle__jftli{font-size:.8125rem;line-height:1.3}.BlogSidebar_trendingMeta___4VhS{font-size:.7rem;gap:.375rem}.BlogSidebar_categoryList__VbLe4,.BlogSidebar_tagCloud__igFF2{gap:.4rem}.BlogSidebar_categoryItem__oPxPN,.BlogSidebar_tagItem__zpZJg{padding:.375rem .625rem;font-size:.75rem;border-radius:16px}}.post_container__YDZrk{min-height:100vh;display:flex;flex-direction:column;background:var(--color-bg)}.post_main__yIh_z{flex:1 1;max-width:1400px;width:100%;margin:0 auto;padding:3rem 2rem 4rem}.post_contentWrapper__0521e{display:grid;grid-template-columns:1fr 350px;gap:3rem;align-items:start}.post_article__LMzOI{background:#fff;border-radius:16px;padding:3rem;box-shadow:0 4px 20px #11a89d14;border:1px solid #11a89d1a}.post_backLink__hXPI6{display:inline-flex;align-items:center;color:#11a89d;margin-bottom:2rem;font-weight:500;font-size:15px;transition:all .3s ease;padding:.5rem 0}.post_backLink__hXPI6:hover{color:#0d8a82;transform:translateX(-4px)}.post_featureImage__opEG9{width:100%;height:auto;border-radius:12px;margin-bottom:2.5rem;box-shadow:0 8px 24px #11a89d1f;border:1px solid #11a89d1a}.post_articleHeader__Vh5o_{margin-bottom:3rem;padding-bottom:2rem;border-bottom:2px solid #e8f7f3}.post_articleHeader__Vh5o_ h1{font-size:2.75rem;line-height:1.2;margin-bottom:1.25rem;color:#1f2937;font-weight:700;font-family:var(--font-heading)}.post_meta__tDN9z{display:flex;flex-wrap:wrap;gap:.75rem;color:#6b7280;font-size:.95rem;margin-bottom:1rem;align-items:center}.post_meta__tDN9z span{display:inline-flex;align-items:center}.post_authorLink__sinIE{color:#11a89d;font-weight:600;text-decoration:none;border-bottom:1px solid #0000;transition:all .3s ease}.post_authorLink__sinIE:hover{color:#0d8a82;border-bottom-color:#11a89d}.post_tags__8cvkl{display:flex;flex-wrap:wrap;gap:.625rem;margin-top:1.25rem}.post_tag__zG_bG{background:linear-gradient(135deg,#e8f7f3,#d4f1ea);color:#11a89d;padding:.375rem .875rem;border-radius:20px;font-size:.875rem;font-weight:500;border:1px solid #11a89d33;transition:all .3s ease}.post_tag__zG_bG:hover{background:linear-gradient(135deg,#d4f1ea,#c0ebe0);transform:translateY(-1px);box-shadow:0 2px 8px #11a89d26}.post_content__VBBIG{font-size:18px;line-height:1.8;color:#374151;font-family:var(--font-body)}.post_content__VBBIG h1{font-size:2em;font-weight:700}.post_content__VBBIG h1,.post_content__VBBIG h2{margin:1.5em 0 .75em;color:#1f2937;font-family:var(--font-heading)}.post_content__VBBIG h2{font-size:1.65em;font-weight:600;border-bottom:2px solid #e8f7f3;padding-bottom:.5rem}.post_content__VBBIG h3{font-size:1.35em;margin:1.25em 0 .625em;font-weight:600;color:#374151;font-family:var(--font-heading)}.post_content__VBBIG p{margin:1.25em 0;line-height:1.8}.post_content__VBBIG ol,.post_content__VBBIG ul{margin:1.25em 0;padding-left:2em;line-height:1.8}.post_content__VBBIG li{margin:.5em 0}.post_content__VBBIG blockquote{border-left:4px solid #11a89d;background:#e8f7f3;padding:1.25rem 1.5rem;margin:1.5em 0;font-style:italic;color:#374151;border-radius:0 8px 8px 0;box-shadow:0 2px 8px #11a89d14}.post_content__VBBIG code{background-color:#f0faf7;color:#0d8a82;padding:.25em .5em;border-radius:4px;font-size:.9em;font-family:Courier New,monospace;border:1px solid #11a89d26}.post_content__VBBIG pre{background-color:#1f2937;color:#e8f7f3;padding:1.5em;border-radius:8px;overflow-x:auto;margin:1.5em 0;box-shadow:0 4px 12px #00000026;border:1px solid #11a89d33}.post_content__VBBIG pre code{background:none;color:inherit;padding:0;border:none;font-size:.95em}.post_content__VBBIG img{max-width:100%;height:auto;margin:2em 0;border-radius:12px;box-shadow:0 4px 16px #11a89d1f;border:1px solid #11a89d1a}.post_content__VBBIG a{color:#11a89d;text-decoration:none;font-weight:500;border-bottom:1px solid #0000;transition:all .3s ease}.post_content__VBBIG a:hover{color:#0d8a82;border-bottom-color:#11a89d}.post_content__VBBIG strong{font-weight:600;color:#1f2937}.post_content__VBBIG em{font-style:italic;color:#4b5563}.post_articleFooter__9q2rd{margin-top:4rem;padding-top:2.5rem;border-top:2px solid #e8f7f3}.post_shareButtons__VrFvq h3{font-size:1.35rem;margin-bottom:1.25rem;color:#1f2937;font-weight:600;font-family:var(--font-heading)}.post_buttons__4Pb8t{display:flex;gap:1rem;flex-wrap:wrap}.post_shareBtn___V2g2{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 1.75rem;background:linear-gradient(135deg,#11a89d,#14b8a6);color:#fff;border-radius:8px;font-weight:500;font-size:15px;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #11a89d40;border:none}.post_shareBtn___V2g2:hover{transform:translateY(-2px);box-shadow:0 6px 20px #11a89d59;background:linear-gradient(135deg,#0d8a82,#11a89d)}.post_shareBtn___V2g2:active{transform:translateY(0)}.post_faqSection__PpwD6{margin-top:4rem;padding-top:3rem;border-top:2px solid #e8f7f3}.post_faqSection__PpwD6 h2{font-size:2rem;font-weight:700;margin-bottom:2rem;color:#1f2937;font-family:var(--font-heading)}.post_faqList__CePDh{display:flex;flex-direction:column;gap:1rem}.post_faqItem__Ki_Bo{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;transition:all .3s ease}.post_faqItem__Ki_Bo:hover{border-color:#11a89d;box-shadow:0 2px 8px #11a89d1a}.post_faqItem__Ki_Bo[open]{background:#fff;border-color:#11a89d;box-shadow:0 4px 12px #11a89d26}.post_faqQuestion__MvngE{padding:1.25rem 1.5rem;font-size:1.125rem;font-weight:600;color:#1f2937;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;transition:color .3s ease;-webkit-user-select:none;user-select:none}.post_faqQuestion__MvngE::-webkit-details-marker{display:none}.post_faqQuestion__MvngE:after{content:"+";font-size:1.5rem;font-weight:300;color:#11a89d;transition:transform .3s ease;flex-shrink:0;margin-left:1rem}.post_faqItem__Ki_Bo[open] .post_faqQuestion__MvngE:after{content:"−";transform:rotate(180deg)}.post_faqQuestion__MvngE:hover{color:#11a89d}.post_faqAnswer__4KfTS{padding:0 1.5rem 1.5rem;color:#4b5563;line-height:1.7;font-size:1rem;animation:post_fadeIn__1NLPd .3s ease}@keyframes post_fadeIn__1NLPd{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.post_faqAnswer__4KfTS p{margin:0 0 1rem}.post_faqAnswer__4KfTS p:last-child{margin-bottom:0}.post_faqAnswer__4KfTS ol,.post_faqAnswer__4KfTS ul{margin:0 0 1rem 1.5rem}.post_faqAnswer__4KfTS li{margin-bottom:.5rem}.post_faqAnswer__4KfTS a{color:#11a89d;text-decoration:underline}.post_faqAnswer__4KfTS a:hover{color:#0d8a82}@media (max-width:1200px){.post_main__yIh_z{max-width:100%;padding:2.5rem 1.5rem 3.5rem}.post_contentWrapper__0521e{gap:2.5rem}}@media (max-width:1024px){.post_contentWrapper__0521e{grid-template-columns:1fr;gap:2rem}.post_article__LMzOI{padding:2.5rem 2rem}.post_articleHeader__Vh5o_ h1{font-size:2.5rem}.post_content__VBBIG{font-size:17px}}@media (max-width:768px){.post_main__yIh_z{padding:2rem 1rem 3rem}.post_contentWrapper__0521e{gap:1.5rem}.post_article__LMzOI{padding:2rem 1.5rem;border-radius:12px}.post_backLink__hXPI6{font-size:14px;margin-bottom:1.5rem}.post_featureImage__opEG9{margin-bottom:2rem;border-radius:10px}.post_articleHeader__Vh5o_{margin-bottom:2.5rem;padding-bottom:1.5rem}.post_articleHeader__Vh5o_ h1{font-size:2rem;line-height:1.25;margin-bottom:1rem}.post_meta__tDN9z{font-size:.875rem;gap:.5rem}.post_content__VBBIG{font-size:16px}.post_content__VBBIG h1{font-size:1.75em;margin:1.25em 0 .625em}.post_content__VBBIG h2{font-size:1.5em;margin:1.25em 0 .625em}.post_content__VBBIG h3{font-size:1.25em;margin:1em 0 .5em}.post_content__VBBIG p{margin:1em 0}.post_content__VBBIG ol,.post_content__VBBIG ul{padding-left:1.5em}.post_content__VBBIG blockquote{padding:1rem 1.25rem;margin:1.25em 0}.post_content__VBBIG pre{padding:1.25em;margin:1.25em 0}.post_content__VBBIG img{margin:1.5em 0}.post_articleFooter__9q2rd{margin-top:3rem;padding-top:2rem}.post_shareButtons__VrFvq h3{font-size:1.25rem;margin-bottom:1rem}.post_buttons__4Pb8t{flex-direction:column;gap:.75rem}.post_shareBtn___V2g2{width:100%;text-align:center;padding:.75rem 1.5rem;font-size:14px}.post_faqSection__PpwD6{margin-top:3rem;padding-top:2.5rem}.post_faqSection__PpwD6 h2{font-size:1.5rem;margin-bottom:1.5rem}.post_faqQuestion__MvngE{padding:1rem 1.25rem;font-size:1rem}.post_faqAnswer__4KfTS{padding:0 1.25rem 1.25rem;font-size:.9375rem}}@media (max-width:480px){.post_main__yIh_z{padding:1.5rem .75rem 2.5rem}.post_article__LMzOI{padding:1.5rem 1rem;border-radius:10px}.post_backLink__hXPI6{font-size:13px;margin-bottom:1.25rem}.post_featureImage__opEG9{border-radius:8px;margin-bottom:1.5rem}.post_articleHeader__Vh5o_{margin-bottom:2rem;padding-bottom:1.25rem}.post_articleHeader__Vh5o_ h1{font-size:1.75rem;line-height:1.3}.post_meta__tDN9z{font-size:.8125rem;gap:.4rem}.post_content__VBBIG{font-size:15px;line-height:1.7}.post_content__VBBIG h1{font-size:1.6em}.post_content__VBBIG h2{font-size:1.4em}.post_content__VBBIG h3{font-size:1.2em}.post_content__VBBIG blockquote{padding:.875rem 1rem;font-size:.95em}.post_content__VBBIG pre{padding:1rem;font-size:.85em}.post_content__VBBIG code{font-size:.85em}.post_articleFooter__9q2rd{margin-top:2.5rem;padding-top:1.5rem}.post_shareButtons__VrFvq h3{font-size:1.125rem}.post_shareBtn___V2g2{padding:.625rem 1.25rem;font-size:13px}.post_faqSection__PpwD6{margin-top:2.5rem;padding-top:2rem}.post_faqSection__PpwD6 h2{font-size:1.375rem}.post_faqQuestion__MvngE{padding:.875rem 1rem;font-size:.9375rem}.post_faqQuestion__MvngE:after{font-size:1.25rem}.post_faqAnswer__4KfTS{padding:0 1rem 1rem;font-size:.875rem}}.author_container__7rD_t{min-height:100vh;display:flex;flex-direction:column;background:var(--color-bg)}.author_main__NBJDn{flex:1 1;max-width:1200px;width:100%;margin:0 auto;padding:3rem 2rem 4rem}.author_backLink__HNHRB{display:inline-flex;align-items:center;color:#11a89d;margin-bottom:2rem;font-weight:500;font-size:15px;transition:all .3s ease;padding:.5rem 0}.author_backLink__HNHRB:hover{color:#0d8a82;transform:translateX(-4px)}.author_authorCard__UbrRa{background:#fff;border-radius:16px;padding:3rem;margin-bottom:3rem;box-shadow:0 4px 20px #11a89d14;border:1px solid #11a89d1a}.author_authorHeader__Y8fZP{display:flex;align-items:center;gap:2rem;margin-bottom:2rem}.author_authorImage__S34FA{width:120px;height:120px;border-radius:50%;object-fit:cover;border:3px solid #11a89d;box-shadow:0 4px 12px #11a89d33}.author_authorImagePlaceholder__yMlhu{width:120px;height:120px;border-radius:50%;background:linear-gradient(135deg,#11a89d,#14b8a6);color:#fff;display:flex;align-items:center;justify-content:center;font-size:3rem;font-weight:700;box-shadow:0 4px 12px #11a89d33}.author_authorInfo__hDcwU{flex:1 1}.author_authorName__lcMPm{font-size:2.5rem;font-weight:700;color:#1f2937;margin:0 0 .5rem;font-family:var(--font-heading)}.author_authorRole__jUcjl{font-size:1.25rem;color:#11a89d;font-weight:600;margin:0 0 .25rem}.author_authorProfession__87kqr{font-size:1rem;color:#6b7280;margin:0}.author_authorBio__ovYCd{font-size:1.125rem;line-height:1.7;color:#374151;margin:0 0 2rem;padding:1.5rem;background:#f9fafb;border-radius:8px;border-left:4px solid #11a89d}.author_socialLinks__eqfWF{display:flex;gap:1rem;flex-wrap:wrap}.author_socialLink__6PGbk{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:linear-gradient(135deg,#11a89d,#14b8a6);color:#fff;border-radius:8px;font-weight:500;font-size:.9375rem;text-decoration:none;transition:all .3s ease;box-shadow:0 2px 8px #11a89d33}.author_socialLink__6PGbk:hover{transform:translateY(-2px);box-shadow:0 4px 16px #11a89d4d;background:linear-gradient(135deg,#0d8a82,#11a89d)}.author_socialLink__6PGbk svg{flex-shrink:0}.author_authorBlogs__jk38A{margin-top:3rem}.author_sectionTitle__yhvn7{font-size:2rem;font-weight:700;color:#1f2937;margin:0 0 2rem;font-family:var(--font-heading)}.author_blogGrid__BLZIf{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.author_blogCard__BV7J1{background:#fff;border-radius:12px;overflow:hidden;text-decoration:none;transition:all .3s ease;box-shadow:0 2px 12px #11a89d14;border:1px solid #11a89d1a}.author_blogCard__BV7J1:hover{transform:translateY(-4px);box-shadow:0 8px 24px #11a89d26}.author_blogImage__fiv9J{width:100%;height:200px;object-fit:cover}.author_blogContent__UDotN{padding:1.5rem}.author_blogTitle__ErMHR{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0 0 .75rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.author_blogMeta__Ks_7P{display:flex;gap:.5rem;font-size:.875rem;color:#6b7280;align-items:center}.author_noPosts__bIU8Q{text-align:center;color:#9ca3af;font-size:1.125rem;padding:3rem;background:#fff;border-radius:12px;border:2px dashed #e5e7eb}.author_pagination__xsiRq{display:flex;justify-content:center;align-items:center;gap:2rem;margin-top:3rem;padding:2rem 0;background:#fff;border-radius:12px;box-shadow:0 2px 12px #11a89d14}.author_paginationButton__79SpE{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;background:linear-gradient(135deg,#11a89d,#14b8a6);color:#fff;border-radius:8px;font-weight:600;font-size:1rem;text-decoration:none;transition:all .3s ease;box-shadow:0 2px 8px #11a89d33}.author_paginationButton__79SpE:hover{transform:translateY(-2px);box-shadow:0 4px 16px #11a89d4d;background:linear-gradient(135deg,#0d8a82,#11a89d)}.author_paginationInfo__kz4Cw{font-size:1.125rem;color:#1f2937;font-weight:600;padding:0 1rem}@media (max-width:1024px){.author_main__NBJDn{padding:2.5rem 1.5rem 3.5rem}.author_authorCard__UbrRa{padding:2.5rem 2rem}.author_authorName__lcMPm{font-size:2.25rem}.author_blogGrid__BLZIf{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}}@media (max-width:768px){.author_main__NBJDn{padding:2rem 1rem 3rem}.author_authorCard__UbrRa{padding:2rem 1.5rem;border-radius:14px}.author_authorHeader__Y8fZP{flex-direction:column;text-align:center;gap:1.5rem}.author_authorImagePlaceholder__yMlhu,.author_authorImage__S34FA{width:100px;height:100px}.author_authorImagePlaceholder__yMlhu{font-size:2.5rem}.author_authorName__lcMPm{font-size:2rem}.author_authorRole__jUcjl{font-size:1.125rem}.author_authorProfession__87kqr{font-size:.9375rem}.author_authorBio__ovYCd{font-size:1rem;padding:1.25rem}.author_socialLinks__eqfWF{justify-content:center;gap:.75rem}.author_socialLink__6PGbk{padding:.625rem 1rem;font-size:.875rem}.author_blogGrid__BLZIf{grid-template-columns:1fr;gap:1.5rem}.author_sectionTitle__yhvn7{font-size:1.5rem}.author_pagination__xsiRq{flex-direction:column;gap:1rem;padding:1.5rem}.author_paginationButton__79SpE{width:100%;justify-content:center}.author_paginationInfo__kz4Cw{order:-1}}@media (max-width:480px){.author_main__NBJDn{padding:1.5rem .75rem 2.5rem}.author_backLink__HNHRB{font-size:14px;margin-bottom:1.5rem}.author_authorCard__UbrRa{padding:1.5rem 1rem;border-radius:12px}.author_authorHeader__Y8fZP{gap:1.25rem}.author_authorImagePlaceholder__yMlhu,.author_authorImage__S34FA{width:90px;height:90px}.author_authorImagePlaceholder__yMlhu{font-size:2.25rem}.author_authorName__lcMPm{font-size:1.75rem}.author_authorRole__jUcjl{font-size:1rem}.author_authorProfession__87kqr{font-size:.875rem}.author_authorBio__ovYCd{font-size:.9375rem;padding:1rem;margin-bottom:1.5rem}.author_socialLinks__eqfWF{gap:.625rem}.author_socialLink__6PGbk{padding:.5rem .875rem;font-size:.8125rem;border-radius:6px}.author_socialLink__6PGbk svg{width:16px;height:16px}.author_sectionTitle__yhvn7{font-size:1.375rem;margin-bottom:1.5rem}.author_blogCard__BV7J1{border-radius:10px}.author_blogImage__fiv9J{height:180px}.author_blogContent__UDotN{padding:1.25rem}.author_blogTitle__ErMHR{font-size:1.125rem}.author_blogMeta__Ks_7P{font-size:.8125rem}.author_noPosts__bIU8Q{font-size:1rem;padding:2rem 1rem}.author_pagination__xsiRq{padding:1.25rem}.author_paginationButton__79SpE{padding:.75rem 1.5rem;font-size:.9375rem}.author_paginationInfo__kz4Cw{font-size:1rem}}.about_container__lvOka{min-height:100vh;display:flex;flex-direction:column;position:relative;z-index:1}.about_main__ykYkY{flex:1 1;width:100%;position:relative;z-index:1}.about_hero__GRNQ4{background:linear-gradient(135deg,var(--color-teal-light) 0,var(--color-teal) 100%);color:var(--color-text);text-align:center;padding:5rem 2rem;position:relative;overflow:hidden;border-bottom:3px solid var(--color-emerald)}.about_hero__GRNQ4:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at top right,#fff6 0,#0000 50%),radial-gradient(circle at bottom left,#ffffff4d 0,#0000 50%);pointer-events:none}.about_hero__GRNQ4 h1{font-size:44px;line-height:52px;margin-bottom:var(--space-md);font-weight:700;font-family:var(--font-heading);text-shadow:0 2px 4px #ffffff4d}.about_hero__GRNQ4 h1,.about_hero__GRNQ4 p{position:relative;z-index:1;color:var(--color-text)}.about_hero__GRNQ4 p{font-size:18px;line-height:28px;opacity:1;max-width:600px;margin:0 auto;font-weight:500}.about_content__CT4jV{max-width:1000px;margin:0 auto;padding:4rem 2rem}.about_section__4WtBQ{margin-bottom:3.5rem;background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 4px 20px #0000000f;border:1px solid #11a89d1a;transition:transform .3s ease,box-shadow .3s ease}.about_section__4WtBQ:hover{transform:translateY(-4px);box-shadow:0 8px 30px #11a89d1f}.about_section__4WtBQ h2{font-size:32px;line-height:40px;color:#11a89d;margin-bottom:1.5rem;font-family:var(--font-heading);font-weight:700}.about_section__4WtBQ p{font-size:17px;line-height:1.8;color:#4b5563;margin-bottom:1.25rem;text-align:justify}.about_section__4WtBQ p:last-child{margin-bottom:0}.about_section__4WtBQ ul{list-style:none;padding:0;margin-top:1.5rem}.about_section__4WtBQ ul li{font-size:16px;line-height:1.7;color:#4b5563;margin-bottom:1.25rem;position:relative;background:#f0fdf4;padding:1rem 1rem 1rem 2.5rem;border-radius:8px;border-left:4px solid #11a89d}.about_section__4WtBQ ul li:before{content:"✓";position:absolute;left:.75rem;top:1rem;color:#11a89d;font-weight:700;font-size:20px}.about_section__4WtBQ ul li strong{color:#11a89d;font-weight:600}@media (max-width:1024px){.about_hero__GRNQ4{padding:4rem 1.5rem}.about_hero__GRNQ4 h1{font-size:38px;line-height:46px}.about_hero__GRNQ4 p{font-size:17px}.about_content__CT4jV{padding:3rem 1.5rem}.about_section__4WtBQ h2{font-size:30px;line-height:38px}}@media (max-width:768px){.about_hero__GRNQ4{padding:3rem 1.5rem}.about_hero__GRNQ4 h1{font-size:32px;line-height:40px}.about_hero__GRNQ4 p{font-size:16px}.about_content__CT4jV{padding:2rem 1rem}.about_section__4WtBQ{margin-bottom:2rem;padding:1.5rem}.about_section__4WtBQ h2{font-size:24px;line-height:32px}.about_section__4WtBQ p{font-size:15px;line-height:1.7;text-align:left}.about_section__4WtBQ ul li{font-size:14px;line-height:1.6;padding:.875rem .875rem .875rem 2.25rem}.about_section__4WtBQ ul li:before{font-size:18px;top:.875rem}}@media (max-width:480px){.about_hero__GRNQ4{padding:2rem 1rem}.about_hero__GRNQ4 h1{font-size:26px;line-height:34px}.about_hero__GRNQ4 p{font-size:14px;line-height:22px}.about_content__CT4jV{padding:1.5rem .75rem}.about_section__4WtBQ{margin-bottom:1.5rem;padding:1.25rem;border-radius:12px}.about_section__4WtBQ h2{font-size:22px;line-height:30px;margin-bottom:1rem}.about_section__4WtBQ p{font-size:14px;line-height:1.6;text-align:left;margin-bottom:1rem}.about_section__4WtBQ ul{margin-top:1rem}.about_section__4WtBQ ul li{font-size:13px;line-height:1.5;padding:.75rem .75rem .75rem 2rem;margin-bottom:.75rem;border-radius:6px}.about_section__4WtBQ ul li:before{font-size:16px;left:.5rem;top:.75rem}}.InteractiveFeatures_section__iXBry{width:100%;max-width:1400px;margin:0 auto;padding:1rem 1rem 4rem;text-align:center}.InteractiveFeatures_header__Dhhru{display:flex;flex-direction:column;align-items:center;margin-bottom:.1rem;position:relative;z-index:20;gap:.5rem}.InteractiveFeatures_mainTitle__aFqGO{font-size:3.5rem;font-weight:800;color:#333;line-height:1;letter-spacing:-.02em;text-transform:uppercase;margin:0}.InteractiveFeatures_animatedChar__FGz2A{display:inline-block;opacity:0;animation:InteractiveFeatures_slideInChar__4brcw .5s ease-out forwards}.InteractiveFeatures_secondRow__ROdK_{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;width:100%;max-width:1200px;margin:0 auto}.InteractiveFeatures_subtitle__ZyQNj{font-size:.75rem;color:#000000b8;text-align:right;line-height:1.4;font-weight:500;max-width:220px;min-width:220px;flex-shrink:0}.InteractiveFeatures_titleRight__8W_bh{text-align:left;flex-shrink:0}.InteractiveFeatures_titleCenter__8SokQ,.InteractiveFeatures_titleRight__8W_bh{font-size:3.5rem;font-weight:800;color:#333;line-height:1.1;letter-spacing:-.02em;text-transform:uppercase;margin:0}.InteractiveFeatures_titleCenter__8SokQ{text-align:center}@keyframes InteractiveFeatures_slideInChar__4brcw{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}.InteractiveFeatures_avatars__b_V3U{display:flex;align-items:center;margin:0 .5rem}.InteractiveFeatures_avatar__f39qc{width:48px;height:48px;border-radius:50%;border:3px solid #fff;overflow:hidden;box-shadow:0 1px 3px #0000001a;margin-left:-12px}.InteractiveFeatures_avatar__f39qc:first-child{margin-left:0}.InteractiveFeatures_avatar__f39qc img{width:100%;height:100%;object-fit:cover}.InteractiveFeatures_avatarPlus__wlsd9{width:48px;height:48px;border-radius:50%;border:3px solid #fff;background:#4ade80;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 1px 3px #0000001a;margin-left:-12px;z-index:10}.InteractiveFeatures_avatarPlus__wlsd9 svg{width:24px;height:24px}.InteractiveFeatures_graphicSection__AYODB{position:relative;height:400px;display:flex;align-items:flex-end;justify-content:center;margin-top:0;padding:0 2rem;max-width:1200px;margin-left:auto;margin-right:auto}.InteractiveFeatures_semiCircle__4riFV{position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:600px;height:300px;z-index:0;overflow:hidden}.InteractiveFeatures_semiCircle__4riFV img{width:100%;height:100%;object-fit:contain;display:block;filter:drop-shadow(-15px 0 4px rgba(220,246,175,.93)) drop-shadow(15px 0 4px rgb(194,246,182))}.InteractiveFeatures_featureCard__5PNZh{position:absolute;z-index:30}.InteractiveFeatures_featureCard__5PNZh.InteractiveFeatures_topleft__ZWYh0{top:8rem;left:10%}.InteractiveFeatures_featureCard__5PNZh.InteractiveFeatures_bottomleft__QLDaw{bottom:4rem;left:2%}.InteractiveFeatures_featureCard__5PNZh.InteractiveFeatures_topright__vlEJx{top:8rem;right:10%}.InteractiveFeatures_featureCard__5PNZh.InteractiveFeatures_bottomright__N4Xji{bottom:4rem;right:2%}.InteractiveFeatures_card__lTjQA{background-color:#fdf6e9;border-radius:9999px;padding:.5rem 1rem;box-shadow:0 4px 6px #0000000d;display:flex;align-items:center;gap:.75rem;transition:transform .2s;cursor:default}.InteractiveFeatures_card__lTjQA:hover{transform:translateY(-2px)}.InteractiveFeatures_cardText__bil7r{font-weight:600;color:#4b5563;font-size:.875rem;white-space:nowrap;padding:0 .5rem}.InteractiveFeatures_plusBtn__W7QDe{background:linear-gradient(135deg,#fbbf24,#f59e0b);width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 2px 4px #f59e0b4d;cursor:pointer;transition:transform .2s,box-shadow .2s;flex-shrink:0;border:none}.InteractiveFeatures_plusBtn__W7QDe:hover{transform:scale(1.1) rotate(90deg);box-shadow:0 4px 8px #f59e0b66}.InteractiveFeatures_plusBtn__W7QDe svg{width:16px;height:16px}.InteractiveFeatures_infoBox__ASY1S{position:absolute;top:100%;margin-top:.5rem;width:224px;background:#fff;padding:.75rem;border-radius:.75rem;box-shadow:0 10px 25px #0000001a;border:1px solid #f3f4f6;text-align:left;z-index:40;transition:all .3s cubic-bezier(.4,0,.2,1);opacity:0;transform:scale(.95);pointer-events:none;visibility:hidden}.InteractiveFeatures_featureCard__5PNZh.InteractiveFeatures_bottomLeft__TJeux .InteractiveFeatures_infoBox__ASY1S,.InteractiveFeatures_featureCard__5PNZh.InteractiveFeatures_topLeft__RCaYU .InteractiveFeatures_infoBox__ASY1S{left:0}.InteractiveFeatures_featureCard__5PNZh.InteractiveFeatures_bottomRight__qhBzy .InteractiveFeatures_infoBox__ASY1S,.InteractiveFeatures_featureCard__5PNZh.InteractiveFeatures_topRight__PILge .InteractiveFeatures_infoBox__ASY1S{right:0}.InteractiveFeatures_infoBox__ASY1S.InteractiveFeatures_active__K1qc0{opacity:1;transform:scale(1);pointer-events:auto;visibility:visible}.InteractiveFeatures_infoBox__ASY1S p{font-size:.75rem;color:#4b5563;margin:0;line-height:1.5}@media (max-width:1024px){.InteractiveFeatures_mainTitle__aFqGO,.InteractiveFeatures_titleCenter__8SokQ,.InteractiveFeatures_titleRight__8W_bh{font-size:2.5rem}.InteractiveFeatures_secondRow__ROdK_{gap:1rem}.InteractiveFeatures_graphicSection__AYODB{height:300px}.InteractiveFeatures_semiCircle__4riFV{width:450px;height:225px;border-radius:225px 225px 0 0}.InteractiveFeatures_featureCard__5PNZh.InteractiveFeatures_topleft__ZWYh0{top:6rem;left:1%}.InteractiveFeatures_featureCard__5PNZh.InteractiveFeatures_bottomleft__QLDaw{bottom:.5rem;left:.1%}.InteractiveFeatures_featureCard__5PNZh.InteractiveFeatures_topright__vlEJx{top:6rem;right:1%}.InteractiveFeatures_featureCard__5PNZh.InteractiveFeatures_bottomright__N4Xji{bottom:.5rem;right:.1%}}@media (max-width:768px){.InteractiveFeatures_section__iXBry{padding:3rem 1rem}.InteractiveFeatures_mainTitle__aFqGO,.InteractiveFeatures_titleCenter__8SokQ,.InteractiveFeatures_titleRight__8W_bh{font-size:1.75rem}.InteractiveFeatures_secondRow__ROdK_{flex-direction:column;gap:1rem;align-items:center}.InteractiveFeatures_subtitle__ZyQNj{font-size:.8rem;text-align:center;max-width:200px}.InteractiveFeatures_titleRight__8W_bh{text-align:center}.InteractiveFeatures_avatarPlus__wlsd9,.InteractiveFeatures_avatar__f39qc{width:40px;height:40px}.InteractiveFeatures_avatarPlus__wlsd9 svg{width:20px;height:20px}.InteractiveFeatures_graphicSection__AYODB{height:280px}.InteractiveFeatures_semiCircle__4riFV{width:320px;height:160px;border-radius:160px 160px 0 0}.InteractiveFeatures_featureCard__5PNZh.InteractiveFeatures_topleft__ZWYh0{top:4rem;left:2%}.InteractiveFeatures_featureCard__5PNZh.InteractiveFeatures_bottomleft__QLDaw{bottom:.35rem;left:8%}.InteractiveFeatures_featureCard__5PNZh.InteractiveFeatures_topright__vlEJx{top:4rem;right:2%}.InteractiveFeatures_featureCard__5PNZh.InteractiveFeatures_bottomright__N4Xji{bottom:.35rem;right:8%}.InteractiveFeatures_cardText__bil7r{font-size:.75rem}.InteractiveFeatures_plusBtn__W7QDe{width:28px;height:28px}.InteractiveFeatures_plusBtn__W7QDe svg{width:14px;height:14px}.InteractiveFeatures_infoBox__ASY1S{width:200px}}@media (max-width:480px){.InteractiveFeatures_mainTitle__aFqGO,.InteractiveFeatures_titleCenter__8SokQ,.InteractiveFeatures_titleRight__8W_bh{font-size:1.25rem}.InteractiveFeatures_subtitle__ZyQNj{font-size:1rem;max-width:180px}.InteractiveFeatures_avatarPlus__wlsd9,.InteractiveFeatures_avatar__f39qc{width:36px;height:36px}.InteractiveFeatures_graphicSection__AYODB{height:300px}.InteractiveFeatures_semiCircle__4riFV{width:250px;height:125px;border-radius:125px 125px 0 0}.InteractiveFeatures_cardText__bil7r{font-size:.7rem;padding:0 .25rem}.InteractiveFeatures_card__lTjQA{padding:.4rem .75rem;gap:.5rem}.InteractiveFeatures_plusBtn__W7QDe{width:26px;height:26px}.InteractiveFeatures_infoBox__ASY1S{width:180px;padding:.6rem}.InteractiveFeatures_infoBox__ASY1S p{font-size:.7rem}}.InteractiveFeatures_divider__rgIKr{width:100%;height:2px;background:linear-gradient(90deg,#0000,#11a89d 20%,#11a89d 80%,#0000);margin-top:3rem;opacity:.3}@media (max-width:768px){.InteractiveFeatures_section__iXBry{padding:2rem 1rem}.InteractiveFeatures_header__Dhhru{margin-bottom:.75rem}.InteractiveFeatures_mainTitle__aFqGO,.InteractiveFeatures_titleCenter__8SokQ,.InteractiveFeatures_titleRight__8W_bh{font-size:1.5rem;line-height:1.2}.InteractiveFeatures_secondRow__ROdK_{flex-direction:column;gap:.75rem;align-items:center}.InteractiveFeatures_subtitle__ZyQNj{font-size:.65rem;text-align:center;max-width:180px;min-width:180px;line-height:1.3}.InteractiveFeatures_titleRight__8W_bh{text-align:center}.InteractiveFeatures_avatarPlus__wlsd9,.InteractiveFeatures_avatar__f39qc{width:36px;height:36px}.InteractiveFeatures_avatarPlus__wlsd9 svg{width:18px;height:18px}.InteractiveFeatures_graphicSection__AYODB{height:250px;padding:0 .5rem}.InteractiveFeatures_semiCircle__4riFV{width:280px;height:140px;border-radius:140px 140px 0 0}.InteractiveFeatures_featureCard__5PNZh.InteractiveFeatures_topleft__ZWYh0{top:6rem;left:10%}.InteractiveFeatures_featureCard__5PNZh.InteractiveFeatures_bottomleft__QLDaw{bottom:.25rem;left:1%}.InteractiveFeatures_featureCard__5PNZh.InteractiveFeatures_topright__vlEJx{top:6rem;right:10%}.InteractiveFeatures_featureCard__5PNZh.InteractiveFeatures_bottomright__N4Xji{bottom:.25rem;right:1%}.InteractiveFeatures_card__lTjQA{padding:.3rem .5rem;gap:.4rem}.InteractiveFeatures_cardText__bil7r{font-size:.65rem;padding:0 .2rem}.InteractiveFeatures_plusBtn__W7QDe{width:22px;height:22px}.InteractiveFeatures_plusBtn__W7QDe svg{width:11px;height:11px}.InteractiveFeatures_infoBox__ASY1S{width:180px;padding:.65rem}.InteractiveFeatures_infoBox__ASY1S p{font-size:.7rem}.InteractiveFeatures_divider__rgIKr{height:80px;margin-top:-40px}.InteractiveFeatures_divider__rgIKr:after{width:300px;height:80px;border-radius:150px 150px 0 0}}@media (max-width:480px){.InteractiveFeatures_section__iXBry{padding:1.5rem .75rem}.InteractiveFeatures_header__Dhhru{margin-bottom:.5rem;gap:.35rem}.InteractiveFeatures_mainTitle__aFqGO,.InteractiveFeatures_titleCenter__8SokQ,.InteractiveFeatures_titleRight__8W_bh{font-size:1.15rem;line-height:1.3}.InteractiveFeatures_secondRow__ROdK_{gap:.5rem}.InteractiveFeatures_subtitle__ZyQNj{font-size:.6rem;max-width:160px;min-width:160px;line-height:1.25}.InteractiveFeatures_avatarPlus__wlsd9,.InteractiveFeatures_avatar__f39qc{width:32px;height:32px;margin-left:-10px}.InteractiveFeatures_avatar__f39qc:first-child{margin-left:0}.InteractiveFeatures_avatarPlus__wlsd9 svg{width:16px;height:16px}.InteractiveFeatures_graphicSection__AYODB{height:220px;padding:0 .25rem}.InteractiveFeatures_semiCircle__4riFV{width:240px;height:120px;border-radius:120px 120px 0 0}.InteractiveFeatures_featureCard__5PNZh.InteractiveFeatures_topleft__ZWYh0{top:7rem;left:0}.InteractiveFeatures_featureCard__5PNZh.InteractiveFeatures_bottomleft__QLDaw{bottom:.2rem;left:-2%}.InteractiveFeatures_featureCard__5PNZh.InteractiveFeatures_topright__vlEJx{top:7rem;right:0}.InteractiveFeatures_featureCard__5PNZh.InteractiveFeatures_bottomright__N4Xji{bottom:.2rem;right:-3%}.InteractiveFeatures_card__lTjQA{padding:.25rem .4rem;gap:.3rem}.InteractiveFeatures_cardText__bil7r{font-size:.45rem;padding:0 .1rem}.InteractiveFeatures_plusBtn__W7QDe{width:18px;height:18px}.InteractiveFeatures_plusBtn__W7QDe svg{width:9px;height:9px}.InteractiveFeatures_infoBox__ASY1S{width:160px;padding:.55rem}.InteractiveFeatures_infoBox__ASY1S p{font-size:.65rem}.InteractiveFeatures_divider__rgIKr{height:70px;margin-top:-35px}.InteractiveFeatures_divider__rgIKr:after{width:250px;height:70px;border-radius:125px 125px 0 0}}.Navbar_header__sQflO{background:#0000;padding:1.5rem 3rem;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:100;transition:all .3s ease}.Navbar_logo__ycYQk{display:flex;align-items:center;gap:.65rem;transition:opacity .3s ease}.Navbar_logo__ycYQk:hover{opacity:.85}.Navbar_logoIcon__cbOP0{display:flex;align-items:center;justify-content:center}.Navbar_logoText__4ifaj{font-size:20px;color:#11a89d;margin:0;font-weight:700;font-family:var(--font-heading);letter-spacing:-.3px}.Navbar_navContainer__wqUXZ{background:#fff;border-radius:50px;padding:.5rem .75rem;display:flex;align-items:center;box-shadow:0 4px 20px #00000014;border:1px solid #11a89d1a}.Navbar_nav__fRNl1{display:flex;gap:.35rem;align-items:center}.Navbar_nav__fRNl1 a{color:#9ca3af;font-weight:500;font-size:14px;transition:all .2s ease;position:relative;font-family:var(--font-body);padding:.55rem 1.1rem;border-radius:25px;display:flex;align-items:center;gap:.4rem;white-space:nowrap}.Navbar_nav__fRNl1 a:hover{color:#4b5563}.Navbar_homeIcon__lGs7p{display:none}.Navbar_nav__fRNl1 a.Navbar_active__gl4X_{color:#fff;font-weight:600;background:linear-gradient(135deg,#11a89d,#14b8a6);box-shadow:0 2px 8px #11a89d4d}@media (max-width:1024px){.Navbar_header__sQflO{padding:1.25rem 2rem}.Navbar_logoText__4ifaj{font-size:18px}.Navbar_logoIcon__cbOP0 svg{width:28px;height:28px}.Navbar_navContainer__wqUXZ{padding:.45rem .65rem}.Navbar_nav__fRNl1{gap:.3rem}.Navbar_nav__fRNl1 a{font-size:13px;padding:.5rem 1rem}}@media (max-width:768px){.Navbar_header__sQflO{padding:1rem 1.5rem;flex-direction:column;gap:1rem}.Navbar_logoText__4ifaj{font-size:17px}.Navbar_logoIcon__cbOP0 svg{width:26px;height:26px}.Navbar_navContainer__wqUXZ{padding:.4rem .6rem;border-radius:40px}.Navbar_nav__fRNl1{gap:.25rem}.Navbar_nav__fRNl1 a{font-size:13px;padding:.45rem .9rem}}@media (max-width:480px){.Navbar_header__sQflO{padding:.875rem 1rem}.Navbar_logoText__4ifaj{font-size:15px}.Navbar_logoIcon__cbOP0 svg{width:24px;height:24px}.Navbar_navContainer__wqUXZ{padding:.35rem .5rem;border-radius:35px}.Navbar_nav__fRNl1{gap:.2rem}.Navbar_nav__fRNl1 a{font-size:12px;padding:.4rem .75rem}}.NewsletterForm_newsletterContainer__Df0Pn{background:linear-gradient(135deg,#f0fdf4,#e8f7f3);border:2px solid #b8e6dd;border-radius:16px;padding:2.5rem;margin:3rem 0;box-shadow:0 4px 20px #11a89d1a;position:relative;overflow:hidden}.NewsletterForm_newsletterContainer__Df0Pn:before{content:"";position:absolute;top:0;right:0;width:200px;height:200px;background:radial-gradient(circle,#11a89d14 0,#0000 70%);pointer-events:none}.NewsletterForm_newsletterContent__wOX2y{position:relative;z-index:1;max-width:600px;margin:0 auto}.NewsletterForm_title__H7pvG{font-size:1.75rem;font-weight:700;color:#1f2937;margin:0 0 .75rem;font-family:var(--font-heading);text-align:center}.NewsletterForm_description__ZJji5{font-size:1rem;line-height:1.6;color:#4b5563;margin:0 0 2rem;text-align:center}.NewsletterForm_form___Ue9_{display:flex;flex-direction:column;gap:1.5rem}.NewsletterForm_formGroup___JTms{display:flex;flex-direction:column;gap:.5rem}.NewsletterForm_label__MJmLz{font-size:.9375rem;font-weight:600;color:#1f2937;font-family:var(--font-body)}.NewsletterForm_required____Ja_{color:#dc2626;font-weight:700}.NewsletterForm_input__QwyLz{width:100%;padding:.875rem 1rem;font-size:1rem;font-family:var(--font-body);color:#1f2937;background:#fff;border:2px solid #d1d5db;border-radius:10px;transition:all .3s ease;outline:none}.NewsletterForm_input__QwyLz:focus{border-color:#11a89d;box-shadow:0 0 0 3px #11a89d1a}.NewsletterForm_input__QwyLz::placeholder{color:#9ca3af}.NewsletterForm_input__QwyLz:disabled{background:#f3f4f6;cursor:not-allowed;opacity:.6}.NewsletterForm_inputError___MzKn{border-color:#dc2626}.NewsletterForm_inputError___MzKn:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.NewsletterForm_checkboxLabel__D_LUx{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;font-size:.9375rem;line-height:1.6;color:#4b5563}.NewsletterForm_checkbox__xgSIg{width:20px;height:20px;min-width:20px;margin-top:.125rem;cursor:pointer;accent-color:#11a89d;border:2px solid #d1d5db;border-radius:4px}.NewsletterForm_checkbox__xgSIg:disabled{cursor:not-allowed;opacity:.6}.NewsletterForm_checkboxText__tw5IP{flex:1 1}.NewsletterForm_gdprNotice__EdHAI{font-size:.8125rem;line-height:1.5;color:#6b7280;margin:0;padding:.75rem 1rem;background:#fff9;border-radius:8px;border-left:3px solid #11a89d}.NewsletterForm_link__StBQZ{color:#11a89d;text-decoration:underline;font-weight:500;transition:color .2s ease}.NewsletterForm_link__StBQZ:hover{color:#0d8a82}.NewsletterForm_submitButton__EIZv1{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:1rem 2rem;font-size:1rem;font-weight:600;font-family:var(--font-body);color:#fff;background:linear-gradient(135deg,#11a89d,#14b8a6);border:none;border-radius:10px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #11a89d40}.NewsletterForm_submitButton__EIZv1:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #11a89d59;background:linear-gradient(135deg,#0d8a82,#11a89d)}.NewsletterForm_submitButton__EIZv1:active:not(:disabled){transform:translateY(0)}.NewsletterForm_submitButton__EIZv1:disabled{cursor:not-allowed;opacity:.7;transform:none}.NewsletterForm_icon__RAmRa{font-size:1.125rem}.NewsletterForm_spinner__T0LtM{width:16px;height:16px;border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;animation:NewsletterForm_spin__RCg0e .8s linear infinite}@keyframes NewsletterForm_spin__RCg0e{to{transform:rotate(1turn)}}.NewsletterForm_errorMessage__2A4Uo{display:flex;align-items:center;gap:.375rem;font-size:.875rem;color:#dc2626;font-weight:500;margin-top:.25rem}.NewsletterForm_submitError__JCbFm{background:#fee2e2;border:1px solid #fca5a5;border-radius:8px;color:#991b1b}.NewsletterForm_submitError__JCbFm,.NewsletterForm_successMessage__M2Ede{padding:.875rem 1rem;font-size:.9375rem;font-weight:500;text-align:center}.NewsletterForm_successMessage__M2Ede{background:#d1fae5;border:1px solid #6ee7b7;border-radius:8px;color:#065f46;animation:NewsletterForm_slideIn__ZdJob .3s ease}@keyframes NewsletterForm_slideIn__ZdJob{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.NewsletterForm_newsletterContainer__Df0Pn{padding:2rem 1.5rem;margin:2rem 0;border-radius:14px}.NewsletterForm_title__H7pvG{font-size:1.5rem}.NewsletterForm_description__ZJji5{font-size:.9375rem}.NewsletterForm_form___Ue9_{gap:1.25rem}.NewsletterForm_input__QwyLz{padding:.75rem .875rem;font-size:.9375rem}.NewsletterForm_checkboxLabel__D_LUx{font-size:.875rem}.NewsletterForm_gdprNotice__EdHAI{font-size:.75rem;padding:.625rem .875rem}.NewsletterForm_submitButton__EIZv1{padding:.875rem 1.75rem;font-size:.9375rem}}@media (max-width:480px){.NewsletterForm_newsletterContainer__Df0Pn{padding:1.5rem 1rem;margin:1.5rem 0;border-radius:12px}.NewsletterForm_title__H7pvG{font-size:1.375rem}.NewsletterForm_description__ZJji5{font-size:.875rem;margin-bottom:1.5rem}.NewsletterForm_form___Ue9_{gap:1rem}.NewsletterForm_input__QwyLz{padding:.625rem .75rem;font-size:.875rem}.NewsletterForm_checkboxLabel__D_LUx{font-size:.8125rem;gap:.5rem}.NewsletterForm_checkbox__xgSIg{width:18px;height:18px;min-width:18px}.NewsletterForm_gdprNotice__EdHAI{font-size:.6875rem}.NewsletterForm_submitButton__EIZv1{padding:.75rem 1.5rem;font-size:.875rem}.NewsletterForm_errorMessage__2A4Uo{font-size:.8125rem}.NewsletterForm_submitError__JCbFm,.NewsletterForm_successMessage__M2Ede{font-size:.875rem;padding:.75rem .875rem}}.TableOfContents_tocContainer__vMxEc{background:linear-gradient(135deg,#f0fdf4,#e8f7f3);border:2px solid #b8e6dd;border-radius:12px;padding:1.5rem;margin:2rem 0;position:sticky;top:100px;max-height:calc(100vh - 150px);overflow-y:auto;box-shadow:0 2px 8px #11a89d1a}.TableOfContents_tocContainer__vMxEc::-webkit-scrollbar{width:6px}.TableOfContents_tocContainer__vMxEc::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.TableOfContents_tocContainer__vMxEc::-webkit-scrollbar-thumb{background:#11a89d;border-radius:3px}.TableOfContents_tocContainer__vMxEc::-webkit-scrollbar-thumb:hover{background:#0d8a82}.TableOfContents_tocTitle__FU4kC{font-size:1.125rem;font-weight:700;color:#1f2937;margin:0 0 1rem;font-family:var(--font-heading);padding-bottom:.75rem;border-bottom:2px solid #11a89d}.TableOfContents_tocList__pCw0H{list-style:none;padding:0;margin:0}.TableOfContents_tocItem__xIL9M{margin:0;position:relative}.TableOfContents_tocLink__5ALwh{display:block;color:#374151;text-decoration:none;font-size:.9375rem;line-height:1.5;padding:.5rem .75rem;border-radius:6px;transition:all .3s ease;border-left:3px solid #0000;position:relative}.TableOfContents_tocLink__5ALwh:hover{background:#11a89d1a;color:#11a89d;border-left-color:#11a89d}.TableOfContents_tocItem__xIL9M.TableOfContents_active__AQGTf .TableOfContents_tocLink__5ALwh{background:#11a89d26;color:#11a89d;font-weight:600;border-left-color:#11a89d}.TableOfContents_level2__W59vX{padding-left:0}.TableOfContents_level2__W59vX .TableOfContents_tocLink__5ALwh{font-weight:600;font-size:.9375rem}.TableOfContents_level3__rGzlO{padding-left:1rem}.TableOfContents_level3__rGzlO .TableOfContents_tocLink__5ALwh{font-weight:500;font-size:.875rem}.TableOfContents_level4___O49w{padding-left:2rem}.TableOfContents_level4___O49w .TableOfContents_tocLink__5ALwh{font-weight:400;font-size:.8125rem;color:#6b7280}.TableOfContents_level4___O49w .TableOfContents_tocLink__5ALwh:hover{color:#11a89d}@media (max-width:1024px){.TableOfContents_tocContainer__vMxEc{position:relative;top:0;max-height:none;margin:2rem 0}}@media (max-width:768px){.TableOfContents_tocContainer__vMxEc{padding:1.25rem;border-radius:10px}.TableOfContents_tocTitle__FU4kC{font-size:1rem;margin-bottom:.875rem}.TableOfContents_tocLink__5ALwh{font-size:.875rem;padding:.4rem .625rem}.TableOfContents_level2__W59vX .TableOfContents_tocLink__5ALwh{font-size:.875rem}.TableOfContents_level3__rGzlO{padding-left:.75rem}.TableOfContents_level3__rGzlO .TableOfContents_tocLink__5ALwh{font-size:.8125rem}.TableOfContents_level4___O49w{padding-left:1.5rem}.TableOfContents_level4___O49w .TableOfContents_tocLink__5ALwh{font-size:.75rem}}@media (max-width:480px){.TableOfContents_tocContainer__vMxEc{padding:1rem;margin:1.5rem 0}.TableOfContents_tocTitle__FU4kC{font-size:.9375rem}.TableOfContents_tocLink__5ALwh{font-size:.8125rem;padding:.375rem .5rem}.TableOfContents_level3__rGzlO{padding-left:.5rem}.TableOfContents_level4___O49w{padding-left:1rem}}.page_container__jZF7q{min-height:100vh;display:flex;flex-direction:column;position:relative;z-index:1}.page_main__nw1Wk{flex:1 1;max-width:1200px;width:100%;margin:0 auto;padding:2rem;position:relative;z-index:1}.page_hero__7KFOs{text-align:center;padding:5rem 2rem;background:linear-gradient(135deg,var(--color-teal-light) 0,var(--color-teal) 100%);color:var(--color-text);border-radius:var(--radius-md);margin-bottom:var(--space-xl);position:relative;overflow:hidden;border:1px solid #05966933}.page_hero__7KFOs:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at top right,#fff6 0,#0000 50%),radial-gradient(circle at bottom left,#ffffff4d 0,#0000 50%);pointer-events:none}.page_hero__7KFOs h2{font-size:44px;line-height:52px;margin-bottom:var(--space-md);font-family:var(--font-heading);font-weight:700;text-shadow:0 2px 4px #ffffff4d}.page_hero__7KFOs h2,.page_hero__7KFOs p{position:relative;z-index:1;color:var(--color-text)}.page_hero__7KFOs p{font-size:18px;line-height:28px;opacity:1;max-width:600px;margin:0 auto;font-weight:500}.page_intro__YeqBg{max-width:900px;margin:0 auto 4rem;text-align:center}.page_introContent__IXyx1 h3{font-size:34px;line-height:42px;color:var(--color-text);margin-bottom:var(--space-lg);font-family:var(--font-heading)}.page_introContent__IXyx1 p{font-size:16px;line-height:28px;color:var(--color-text);margin:0 auto var(--space-md);max-width:70ch}.page_features__GdcOS{margin-bottom:4rem}.page_features__GdcOS h3{font-size:2.5rem;text-align:center;color:#333;margin-bottom:3rem}.page_featureGrid__QBsGp{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.page_featureCard__swyBK{background:var(--color-white);padding:var(--space-xl);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);text-align:center;transition:all .2s;border:1px solid #e9ecef}.page_featureCard__swyBK:hover{transform:translateY(-4px);box-shadow:0 8px 24px #05966926;border-color:var(--color-emerald)}.page_featureIcon__UHR_A{font-size:48px;margin-bottom:var(--space-md)}.page_featureCard__swyBK h4{font-size:20px;color:var(--color-text);margin-bottom:var(--space-sm);font-family:var(--font-heading);font-weight:600}.page_featureCard__swyBK p{font-size:16px;color:var(--color-text);line-height:26px;opacity:.8;margin:0 auto}.page_blogSection__hkl04{margin-bottom:4rem}.page_sectionHeader___raMx{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.page_sectionHeader___raMx h3{font-size:2rem;margin:0}.page_viewAll__B0HCU{color:#1f2937;font-weight:600;font-size:16px;transition:color .2s;font-family:var(--font-body)}.page_viewAll__B0HCU:hover{color:#11a89d;text-decoration:underline}.page_cta__i2v5_{background:linear-gradient(135deg,var(--color-teal-light) 0,var(--color-teal) 100%);color:var(--color-text);padding:var(--space-xl) var(--space-lg);border-radius:var(--radius-md);text-align:center;margin-top:var(--space-xl);position:relative;overflow:hidden;border:2px solid var(--color-emerald)}.page_cta__i2v5_:before{content:"";position:absolute;top:0;right:0;width:300px;height:300px;background:radial-gradient(circle,#fff6 0,#0000 70%);pointer-events:none}.page_cta__i2v5_ h3{font-size:34px;line-height:42px;margin-bottom:var(--space-md);font-family:var(--font-heading);font-weight:700;text-shadow:0 2px 4px #ffffff4d}.page_cta__i2v5_ h3,.page_cta__i2v5_ p{color:var(--color-text);position:relative;z-index:1}.page_cta__i2v5_ p{font-size:18px;line-height:28px;margin:0 auto var(--space-lg);opacity:1;max-width:600px;font-weight:500}.page_ctaButton__lcwUc{display:inline-block;background:var(--color-white);color:var(--color-text);padding:14px 28px;border-radius:var(--radius-sm);font-weight:700;font-size:16px;transition:all .3s;font-family:var(--font-body);position:relative;z-index:1;box-shadow:0 4px 12px #00000026;border:2px solid var(--color-emerald)}.page_ctaButton__lcwUc:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0003;background:var(--color-bg-alt);color:var(--color-text);border-color:var(--color-emerald-dark)}.page_grid__JZ9Cz{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.page_card__Cf__u{background:var(--color-white);border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-sm);transition:all .2s;cursor:pointer;border:1px solid #e9ecef}.page_card__Cf__u:hover{transform:translateY(-2px);box-shadow:0 8px 24px #05966926;border-color:var(--color-emerald)}.page_card__Cf__u img{width:100%;height:200px;object-fit:cover}.page_noImage__VVRVf{width:100%;height:200px;background:var(--color-bg);display:flex;align-items:center;justify-content:center;color:var(--color-text);font-weight:600;font-size:16px;font-family:var(--font-body);opacity:.6}.page_cardContent__Skti9{padding:1.5rem}.page_cardContent__Skti9 h4{font-size:1.25rem;margin-bottom:.5rem;color:#333}.page_meta__7uwVl{font-size:.875rem;color:#666;margin-bottom:.75rem}.page_excerpt__Z2am_{color:#555;margin-bottom:1rem;line-height:1.6}.page_category__euQG3{display:inline-block;background:var(--color-teal);color:var(--color-white);padding:4px 12px;border-radius:20px;font-size:14px;font-weight:500;box-shadow:0 2px 4px #14b8a633}@media (max-width:1024px){.page_main__nw1Wk{padding:1.5rem}.page_hero__7KFOs{padding:4rem 1.5rem}.page_hero__7KFOs h2{font-size:38px;line-height:46px}.page_hero__7KFOs p{font-size:17px}.page_featureGrid__QBsGp{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.page_grid__JZ9Cz{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}}@media (max-width:768px){.page_main__nw1Wk{padding:1rem}.page_hero__7KFOs{padding:3rem 1.5rem;margin-bottom:2rem}.page_hero__7KFOs h2{font-size:32px;line-height:40px}.page_hero__7KFOs p{font-size:16px}.page_intro__YeqBg{margin-bottom:3rem}.page_introContent__IXyx1 h3{font-size:28px;line-height:36px}.page_introContent__IXyx1 p{font-size:15px;line-height:26px}.page_blogSection__hkl04 h2,.page_features__GdcOS h3{font-size:2rem}.page_featureGrid__QBsGp{grid-template-columns:1fr;gap:1.5rem}.page_featureCard__swyBK{padding:2rem 1.5rem}.page_sectionHeader___raMx{flex-direction:column;align-items:flex-start;gap:1rem}.page_grid__JZ9Cz{grid-template-columns:1fr;gap:1.5rem}.page_cta__i2v5_{padding:2rem 1.5rem}.page_cta__i2v5_ h3{font-size:28px;line-height:36px}.page_cta__i2v5_ p{font-size:16px}}@media (max-width:480px){.page_main__nw1Wk{padding:.75rem}.page_hero__7KFOs{padding:2.5rem 1rem;border-radius:8px}.page_hero__7KFOs h2{font-size:28px;line-height:36px}.page_hero__7KFOs p{font-size:15px}.page_introContent__IXyx1 h3{font-size:24px;line-height:32px}.page_blogSection__hkl04 h2,.page_features__GdcOS h3{font-size:1.75rem}.page_featureCard__swyBK{padding:1.5rem 1rem}.page_featureIcon__UHR_A{font-size:40px}.page_cta__i2v5_{padding:1.5rem 1rem;border-radius:8px}.page_cta__i2v5_ h3{font-size:24px;line-height:32px}.page_cta__i2v5_ p{font-size:15px}.page_ctaButton__lcwUc{width:100%;text-align:center}}.why_container__4Zjix{min-height:100vh;display:flex;flex-direction:column;position:relative;z-index:1}.why_main__Zww_w{flex:1 1;width:100%;position:relative;z-index:1}.why_hero__u68GJ{background:linear-gradient(135deg,var(--color-teal-light) 0,var(--color-teal) 100%);color:var(--color-text);text-align:center;padding:5rem 2rem;position:relative;overflow:hidden;border-bottom:3px solid var(--color-emerald)}.why_hero__u68GJ:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at top right,#fff6 0,#0000 50%),radial-gradient(circle at bottom left,#ffffff4d 0,#0000 50%);pointer-events:none}.why_hero__u68GJ h1{font-size:44px;line-height:52px;margin-bottom:var(--space-md);font-weight:700;font-family:var(--font-heading);text-shadow:0 2px 4px #ffffff4d}.why_hero__u68GJ h1,.why_hero__u68GJ p{position:relative;z-index:1;color:var(--color-text)}.why_hero__u68GJ p{font-size:18px;line-height:28px;opacity:1;font-weight:500;max-width:100%;margin:0 auto;text-align:center}.why_content__RwYhU{max-width:1200px;margin:0 auto;padding:4rem 2rem}.why_section__2oVOg{margin-bottom:4rem}.why_section__2oVOg h2{font-size:2.5rem;color:#333;margin-bottom:1.5rem;text-align:center}.why_section__2oVOg p{font-size:1.1rem;line-height:1.8;color:#555;max-width:800px;margin:0 auto;text-align:center}.why_benefits__ktuWH{margin-bottom:4rem}.why_benefitGrid__oWvh6{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.why_benefitCard__QkvVV{background:var(--color-white);padding:var(--space-xl);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);text-align:center;transition:all .2s;border:1px solid #e9ecef}.why_benefitCard__QkvVV:hover{transform:translateY(-4px);box-shadow:0 8px 24px #05966926;border-color:var(--color-emerald)}.why_icon__PoKoh{font-size:3rem;margin-bottom:1rem}.why_benefitCard__QkvVV h3{font-size:1.5rem;color:#333;margin-bottom:.75rem}.why_benefitCard__QkvVV p{font-size:1rem;color:#666;line-height:1.6}.why_conditions__yHDWB{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.why_conditions__yHDWB ul{list-style:none;padding:0}.why_conditions__yHDWB ul li{font-size:1.1rem;line-height:2;color:#555;padding-left:1.5rem;position:relative}.why_conditions__yHDWB ul li:before{content:"✓";position:absolute;left:0;color:var(--color-emerald);font-weight:700;font-size:18px}.why_cta__EDCxj{background:linear-gradient(135deg,var(--color-teal-light) 0,var(--color-teal) 100%);color:var(--color-text);padding:var(--space-xl) var(--space-lg);border-radius:var(--radius-md);text-align:center;margin-top:var(--space-xl);position:relative;overflow:hidden;border:2px solid var(--color-emerald)}.why_cta__EDCxj:before{content:"";position:absolute;top:0;right:0;width:300px;height:300px;background:radial-gradient(circle,#fff6 0,#0000 70%);pointer-events:none}.why_cta__EDCxj h2{font-size:34px;line-height:42px;margin-bottom:var(--space-md);font-family:var(--font-heading);font-weight:700;text-shadow:0 2px 4px #ffffff4d}.why_cta__EDCxj h2,.why_cta__EDCxj p{color:var(--color-text);position:relative;z-index:1}.why_cta__EDCxj p{font-size:18px;line-height:28px;margin:0 auto var(--space-lg);opacity:1;max-width:600px;font-weight:500}.why_ctaButton__8BgH2{display:inline-block;background:var(--color-emerald);color:#000;padding:14px 28px;border-radius:var(--radius-sm);font-weight:600;font-size:16px;transition:all .3s;font-family:var(--font-body);position:relative;z-index:1;box-shadow:0 4px 12px #0596694d;border:2px solid var(--color-emerald-dark)}.why_ctaButton__8BgH2:hover{transform:translateY(-2px);box-shadow:0 8px 20px #05966966;background:var(--color-emerald-dark)}@media (max-width:1024px){.why_hero__u68GJ{padding:4rem 1.5rem}.why_hero__u68GJ h1{font-size:38px;line-height:46px}.why_hero__u68GJ p{font-size:17px}.why_content__RwYhU{padding:3rem 1.5rem}.why_section__2oVOg h2{font-size:2.25rem}.why_benefitGrid__oWvh6{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}}@media (max-width:768px){.why_hero__u68GJ{padding:3rem 1.5rem}.why_hero__u68GJ h1{font-size:32px;line-height:40px}.why_hero__u68GJ p{font-size:16px}.why_content__RwYhU{padding:2rem 1.5rem}.why_section__2oVOg{margin-bottom:3rem}.why_cta__EDCxj h2,.why_section__2oVOg h2{font-size:2rem}.why_section__2oVOg p{font-size:1rem}.why_benefitGrid__oWvh6{grid-template-columns:1fr;gap:1.5rem}.why_benefitCard__QkvVV{padding:2rem 1.5rem}.why_icon__PoKoh{font-size:2.5rem}.why_benefitCard__QkvVV h3{font-size:1.375rem}.why_conditions__yHDWB{grid-template-columns:1fr;gap:1.5rem}.why_conditions__yHDWB ul li{font-size:1rem;line-height:1.8}.why_cta__EDCxj{padding:2rem 1.5rem}.why_cta__EDCxj p{font-size:16px}}@media (max-width:480px){.why_hero__u68GJ{padding:2.5rem 1rem}.why_hero__u68GJ h1{font-size:28px;line-height:36px}.why_hero__u68GJ p{font-size:15px}.why_content__RwYhU{padding:1.5rem 1rem}.why_section__2oVOg{margin-bottom:2.5rem}.why_section__2oVOg h2{font-size:1.75rem}.why_section__2oVOg p{font-size:.9375rem}.why_benefitCard__QkvVV{padding:1.5rem 1rem}.why_icon__PoKoh{font-size:2.25rem}.why_benefitCard__QkvVV h3{font-size:1.25rem}.why_benefitCard__QkvVV p{font-size:.9375rem}.why_conditions__yHDWB ul li{font-size:.9375rem;padding-left:1.25rem}.why_conditions__yHDWB ul li:before{font-size:16px}.why_cta__EDCxj{padding:1.5rem 1rem;border-radius:8px}.why_cta__EDCxj h2{font-size:28px;line-height:36px}.why_cta__EDCxj p{font-size:15px}.why_ctaButton__8BgH2{width:100%;padding:12px 24px}}.privacy_container__6R2Wh{min-height:100vh;display:flex;flex-direction:column;position:relative;z-index:1}.privacy_main__ULHLt{flex:1 1;width:100%;position:relative;z-index:1}.privacy_hero__v_cWL{background:linear-gradient(135deg,var(--color-teal-light) 0,var(--color-teal) 100%);color:var(--color-text);text-align:center;padding:5rem 2rem;position:relative;overflow:hidden;border-bottom:3px solid var(--color-emerald)}.privacy_hero__v_cWL:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at top right,#fff6 0,#0000 50%),radial-gradient(circle at bottom left,#ffffff4d 0,#0000 50%);pointer-events:none}.privacy_hero__v_cWL h1{font-size:44px;line-height:52px;margin-bottom:var(--space-md);font-weight:700;font-family:var(--font-heading);text-shadow:0 2px 4px #ffffff4d}.privacy_hero__v_cWL h1,.privacy_hero__v_cWL p{position:relative;z-index:1;color:var(--color-text)}.privacy_hero__v_cWL p{font-size:16px;line-height:24px;opacity:.9;font-weight:500}.privacy_content__pG8ao{max-width:1000px;margin:0 auto;padding:4rem 2rem}.privacy_section__GoD3I{margin-bottom:3rem;background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 4px 20px #0000000f;border:1px solid #11a89d1a;transition:transform .3s ease,box-shadow .3s ease}.privacy_section__GoD3I:hover{transform:translateY(-4px);box-shadow:0 8px 30px #11a89d1f}.privacy_section__GoD3I h2{font-size:28px;line-height:36px;color:#11a89d;margin-bottom:1.5rem;margin-top:2rem;font-family:var(--font-heading);font-weight:700}.privacy_section__GoD3I h2:first-child{margin-top:0}.privacy_section__GoD3I h3{font-size:22px;line-height:30px;color:#0d9488;margin-bottom:1rem;margin-top:1.5rem;font-family:var(--font-heading);font-weight:600}.privacy_section__GoD3I p{font-size:16px;line-height:1.8;color:#4b5563;margin-bottom:1.25rem}.privacy_section__GoD3I p:last-child{margin-bottom:0}.privacy_section__GoD3I ul{list-style:none;padding:0;margin:1rem 0}.privacy_section__GoD3I ul li{font-size:16px;line-height:1.7;color:#4b5563;margin-bottom:.75rem;position:relative;padding:.75rem 1rem .75rem 2.5rem;border-radius:8px;background:#f0fdf4;border-left:3px solid #11a89d}.privacy_section__GoD3I ul li:before{content:"•";position:absolute;left:1rem;color:#11a89d;font-weight:700;font-size:20px}.privacy_section__GoD3I p strong{color:#11a89d;font-weight:600}@media (max-width:1024px){.privacy_hero__v_cWL{padding:4rem 1.5rem}.privacy_hero__v_cWL h1{font-size:38px;line-height:46px}.privacy_content__pG8ao{padding:3rem 1.5rem}.privacy_section__GoD3I h2{font-size:26px;line-height:34px}.privacy_section__GoD3I h3{font-size:20px;line-height:28px}}@media (max-width:768px){.privacy_hero__v_cWL{padding:3rem 1.5rem}.privacy_hero__v_cWL h1{font-size:32px;line-height:40px}.privacy_hero__v_cWL p{font-size:14px}.privacy_content__pG8ao{padding:2rem 1rem}.privacy_section__GoD3I{margin-bottom:2rem;padding:1.5rem}.privacy_section__GoD3I h2{font-size:24px;line-height:32px;margin-top:1.5rem}.privacy_section__GoD3I h3{font-size:18px;line-height:26px;margin-top:1.25rem}.privacy_section__GoD3I p{font-size:15px;line-height:1.7}.privacy_section__GoD3I ul li{font-size:14px;line-height:1.6;padding:.625rem .875rem .625rem 2.25rem}}@media (max-width:480px){.privacy_hero__v_cWL{padding:2rem 1rem}.privacy_hero__v_cWL h1{font-size:26px;line-height:34px}.privacy_hero__v_cWL p{font-size:13px;line-height:20px}.privacy_content__pG8ao{padding:1.5rem .75rem}.privacy_section__GoD3I{margin-bottom:1.5rem;padding:1.25rem;border-radius:12px}.privacy_section__GoD3I h2{font-size:20px;line-height:28px;margin-bottom:1rem;margin-top:1.25rem}.privacy_section__GoD3I h3{font-size:17px;line-height:24px;margin-top:1rem}.privacy_section__GoD3I p{font-size:14px;line-height:1.6;margin-bottom:1rem}.privacy_section__GoD3I ul{margin:.75rem 0}.privacy_section__GoD3I ul li{font-size:13px;line-height:1.5;padding:.5rem .75rem .5rem 2rem;margin-bottom:.5rem;border-radius:6px}.privacy_section__GoD3I ul li:before{font-size:16px;left:.75rem}}