:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#213547;background-color:#fff;color-scheme:light;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{color-scheme:light;background-color:#fff}*,*:before,*:after{box-sizing:border-box}a{font-weight:500;text-decoration:inherit}body{margin:0;width:100%;min-width:0;min-height:100vh;overflow-x:hidden;display:block;background:#fff;color:#213547}h1{font-size:3.2em;line-height:1.1}button{border:1px solid transparent;font-family:inherit;cursor:pointer}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.navbar{position:fixed;top:0;width:100%;background:#fdfbf0e6;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-bottom:1px solid rgba(255,192,203,.3);z-index:50}.navbar-container{max-width:1200px;margin:0 auto;padding:.65rem 1.5rem;min-height:90px;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;flex-direction:column;align-items:center;justify-content:center;line-height:1.05}.logo-title{display:block;width:clamp(220px,23vw,300px);height:auto;object-fit:contain}.navbar-container{gap:1rem}.nav-links{display:flex;align-items:center;gap:2rem}.nav-links a{color:#2d3436;font-weight:500;text-decoration:none;transition:color .2s}.nav-links a:hover{color:#ff85a1}.btn-login{display:inline-flex;align-items:center;justify-content:center;background:#ff85a1;color:#fff;padding:.6rem 1.5rem;border:none;border-radius:999px;font-weight:600;cursor:pointer;transition:background .2s;text-decoration:none}.btn-login:hover{background:#ff6b8e}.mobile-toggle{display:none}.mobile-toggle button{width:44px;height:44px;border:1px solid rgba(255,133,161,.28);border-radius:999px;background:#fff;color:#2d3436;font-size:1.35rem;line-height:1;padding:0}.mobile-menu{background:#fdfbf0;border-bottom:1px solid rgba(255,192,203,.3);padding:1rem;display:flex;flex-direction:column;gap:1rem}.mobile-menu a{color:#2d3436;font-weight:500;text-decoration:none}.mobile-menu a:hover{background:#fff5f5;border-radius:8px;padding:.5rem}@media(max-width:768px){.navbar-container{min-height:82px;padding:.45rem 1rem}.logo-title{width:clamp(150px,52vw,220px)}.nav-links{display:none}.mobile-toggle{display:block}.mobile-menu{position:fixed;top:92px;left:0;right:0;z-index:49;box-shadow:0 12px 24px #2d343614}.mobile-menu .btn-login{width:100%}}.hero{padding:60px 20px;background:linear-gradient(135deg,#fef3f8,#f5e6f0);min-height:600px;display:flex;align-items:center;position:relative}.hero-container{display:flex;align-items:center;justify-content:space-between;gap:40px;width:100%;max-width:1400px;margin:0 auto}.hero-text{flex:1;min-width:0;position:relative;z-index:2}.hero-text h1{font-size:3rem;font-weight:700;color:#2d3436;line-height:1.2;margin-bottom:1.5rem;text-shadow:0 1px 0 rgba(255,255,255,.6)}.hero-text .highlight{color:#f5a8a8}.hero-text p{font-size:1.2rem;color:#3a3f41;margin-bottom:2rem;max-width:500px}.badge{display:inline-block;background:#ff85a133;border:1px solid rgba(255,133,161,.3);padding:.5rem 1rem;border-radius:999px;font-weight:500;margin-bottom:1rem}.buttons{display:flex;gap:1rem;margin-bottom:2rem;position:relative;z-index:4}.btn-primary{background:#ff85a1;color:#fff;padding:1rem 2rem;border:none;border-radius:999px;font-weight:700;cursor:pointer;font-size:1rem;line-height:1}.btn-primary:hover{background:#ff6b8e}.btn-secondary{background:#fff;color:#ff6b8e;border:2px solid #ffc0cb;padding:1rem 2rem;border-radius:999px;font-weight:700;cursor:pointer;font-size:1rem;line-height:1}.btn-secondary:hover{background:#fff0f3}.avatars{display:flex;align-items:center;gap:1rem}.avatar{width:56px;height:56px;border-radius:50%;overflow:hidden;border:3px solid white;box-shadow:0 2px 6px #0000001a}.avatar img{width:100%;height:100%;object-fit:cover}.avatar-text{font-size:.9rem;color:#636e72}.avatar-text strong{display:block;color:#2d3436;font-weight:600}.hero-image{flex:1;display:flex;align-items:center;justify-content:center;position:relative;min-width:0;z-index:1;padding-bottom:56px}.hero-image img{width:100%;height:auto;max-width:500px;border-radius:24px;border:8px solid white;box-shadow:0 8px 20px #0003;object-fit:cover}.care-card{position:absolute;left:24px;bottom:10px;box-sizing:border-box;background:#fffffffa;padding:1rem 1rem .95rem;border-radius:18px;box-shadow:0 10px 28px #0000001f;border:1px solid rgba(255,133,161,.18);max-width:220px;z-index:3}.care-card .card-header{font-weight:700;margin-bottom:.6rem;display:flex;align-items:center;gap:.5rem;color:#2d3436}.care-icon{width:32px;height:32px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#ff85a1;color:#fff;box-shadow:0 6px 14px #ff85a147;flex-shrink:0}.care-card p{margin:0 0 .8rem;color:#5d6a72;line-height:1.45;font-size:.96rem}.coming-soon{box-sizing:border-box;display:flex;align-items:center;justify-content:center;width:100%;border-radius:999px;padding:.65rem .9rem;background:linear-gradient(90deg,#ff85a1,#ff9fb3);color:#fff;font-size:.82rem;font-weight:800;letter-spacing:.02em;text-transform:uppercase}@media(max-width:1024px){.hero-container{flex-direction:column;gap:2rem}.hero-text h1{font-size:2.2rem}.hero-image img{max-width:100%}.care-card{position:static;margin-top:1rem;max-width:280px}}@media(max-width:768px){.hero{padding:4rem 1rem 2rem;min-height:auto}.hero-container{flex-direction:column;align-items:center;gap:1.5rem}.hero-text{text-align:center;max-width:640px;margin:0 auto}.hero-text h1{font-size:2rem;line-height:1.15;margin-bottom:1.25rem}.hero-text p{font-size:1rem;max-width:560px;margin:0 auto 1.75rem}.buttons{flex-direction:column;width:100%;max-width:560px;margin:0 auto 1.5rem;gap:1rem}.btn-primary,.btn-secondary{width:100%}.hero-image{width:100%;max-width:520px;padding-bottom:0;position:relative}.hero-image img{width:100%;max-width:100%}.care-card{position:absolute;left:50%;transform:translate(-50%);bottom:-20px;width:min(100%,280px);margin:0;text-align:left}}@media(max-width:420px){.hero{padding-left:.75rem;padding-right:.75rem}.hero-text h1{font-size:1.8rem}.hero-image img{border-width:5px;border-radius:18px}.btn-primary,.btn-secondary{padding:.9rem 1rem;white-space:normal}}.isthis-section{position:relative;background:#fff;padding:5rem 1.5rem;overflow:hidden}.isthis-container{max-width:800px;margin:0 auto;text-align:center;position:relative;z-index:10}.isthis-container h2{font-size:2.5rem;font-weight:700;color:#2d3436;margin-bottom:2rem;line-height:1.2}.isthis-container .highlight{color:#ff85a1}.info-box{background:#fff5f5;padding:2rem;border-radius:2rem;border:1px solid rgba(255,192,203,.3);box-shadow:0 4px 12px #0000000d}.info-box p{font-size:1.1rem;color:#636e72;line-height:1.6}.info-box .emphasis{color:#2d3436;font-weight:600}.circle{position:absolute;border-radius:50%;filter:blur(80px);z-index:0}.circle-left{top:0;left:0;width:250px;height:250px;background:#bbdedd33;transform:translate(-50%,-50%)}.circle-right{bottom:0;right:0;width:350px;height:350px;background:#ffc0cb33;transform:translate(30%,30%)}@media(max-width:768px){.isthis-section{padding:3.75rem 1rem}.isthis-container h2{font-size:2rem}.info-box{padding:1.4rem;border-radius:1.25rem}.info-box p{font-size:1rem}.circle{display:none}}@media(max-width:480px){.isthis-container h2{font-size:1.65rem}.info-box{padding:1.1rem}}.symptoms-section{padding:100px 20px;background-color:#fafbfc}.symptoms-container{max-width:1200px;margin:0 auto}.symptoms-header{text-align:center;margin-bottom:60px;display:flex;flex-direction:column;align-items:center}.symptoms-eyebrow{font-family:Brush Script MT,cursive,sans-serif;color:#ff85a1;font-size:2.2rem;margin:0 0 4px}.symptoms-header h2{font-size:3.2rem;font-weight:800;color:#2d3436;margin-bottom:24px;font-family:Albert Sans,sans-serif}.btn-open-checklist{background:#ff85a1;color:#fff;border:none;border-radius:999px;padding:16px 32px;font-size:1.05rem;font-weight:600;cursor:pointer;box-shadow:0 6px 16px #ff85a14d;transition:all .3s ease;margin-bottom:32px}.btn-open-checklist:hover{background:#ff6b8e;transform:translateY(-2px);box-shadow:0 8px 20px #ff85a166}.symptoms-description{font-size:1.15rem;color:#636e72;max-width:650px;margin:0 auto;line-height:1.6}.symptoms-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px;padding:10px;align-items:start}.symptom-card{border-radius:24px;border:1px solid #fff;background-color:#fff;transition:all .3s ease;box-shadow:0 4px 15px #00000008;overflow:hidden;height:max-content}.symptom-card:hover{box-shadow:0 12px 30px #0000000f;border-color:#fafbfc}.symptom-clickable-area{padding:40px 32px;cursor:pointer}.symptom-card-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px}.symptom-icon{width:56px;height:56px;border-radius:16px;display:flex;align-items:center;justify-content:center}.symptom-chevron{color:#ff85a1;transition:transform .3s ease}.symptom-pink .symptom-icon{background-color:#fff0f3;color:#ff85a1}.symptom-blue .symptom-icon{background-color:#f0f7f7;color:#8ccacc}.symptom-card h3{font-size:1.4rem;font-weight:700;color:#2d3436;margin-bottom:12px;font-family:Albert Sans,sans-serif}.symptom-main-desc{font-size:1rem;color:#636e72;line-height:1.6;margin:0}.symptom-related-area{padding:24px 32px 40px;border-top:1px solid #fff0f3;margin-top:-10px}.symptom-related-area h4{font-size:1.05rem;font-weight:700;color:#2d3436;margin-top:0;margin-bottom:16px}.sub-symptoms-list{display:flex;flex-direction:column;gap:12px}.sub-symptom-card{border:1px solid #ffe3e8;border-radius:8px;padding:16px;background-color:#fff}.sub-symptom-card h5{font-size:.95rem;font-weight:600;color:#ff8fa3;margin-top:0;margin-bottom:6px}.sub-symptom-card p{font-size:.9rem;color:#636e72;margin:0;line-height:1.5}@media(max-width:768px){.symptoms-header h2{font-size:2.2rem}.symptoms-eyebrow{font-size:1.8rem}.symptoms-grid{grid-template-columns:1fr;gap:24px}.symptoms-section{padding:60px 16px}.symptom-clickable-area{padding:30px 24px}.symptom-related-area{padding:0 24px 30px}}:root{--symptoms-checklist-height: 88px}.symptoms-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;height:100dvh;background:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;display:flex;justify-content:center;align-items:center;padding:2rem}.symptoms-modal{background:#fff;width:100%;max-width:900px;height:90vh;border-radius:20px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 20px 40px #0003;position:relative}.symptoms-modal-header{background:#ff85a1;color:#fff;padding:2rem;display:flex;justify-content:space-between;align-items:flex-start}.symptoms-modal-header h2{margin:0;font-size:2rem;font-weight:700}.symptoms-modal-header p{margin:.5rem 0 0;font-size:1rem;opacity:.9}.symptoms-modal-close{background:#fff3;border:none;color:#fff;width:36px;height:36px;border-radius:50%;font-size:1.5rem;cursor:pointer;display:flex;justify-content:center;align-items:center;transition:background .2s}.symptoms-modal-close:hover{background:#fff6}.symptoms-modal-body{flex:1;overflow-y:auto;padding:2rem;background:#fdfdfd}.symptom-category{margin-bottom:2.5rem}.category-title{display:flex;align-items:center;gap:.75rem;font-size:1.25rem;color:#2d3436;margin:0 0 1.5rem}.category-dot{width:8px;height:8px;border-radius:50%;display:inline-block}.symptom-list{display:flex;flex-direction:column;gap:.75rem}.symptom-item{position:relative;display:flex;align-items:center;padding:1rem 1.25rem;background:#fff;border:1px solid rgba(0,0,0,.05);border-radius:12px;cursor:pointer;transition:border-color .2s,box-shadow .2s;box-shadow:0 2px 8px #00000005}.symptom-item input[type=checkbox]{position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;margin:0;z-index:2;cursor:pointer}.custom-checkbox{pointer-events:none;width:24px;height:24px;border:2px solid #dfe6e9;border-radius:6px;margin-right:1rem;display:inline-flex;justify-content:center;align-items:center;transition:all .2s;flex-shrink:0}.symptom-item input[type=checkbox]:checked+.custom-checkbox{background:#2d3436;border-color:#2d3436}.symptom-item input[type=checkbox]:checked+.custom-checkbox:after{content:"";width:6px;height:12px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg);margin-bottom:2px}.symptom-label{font-size:1.05rem;color:#2d3436;font-weight:500;overflow-wrap:anywhere}.symptoms-checklist{position:sticky;bottom:0;z-index:10;background:#fffffffa;border-top:1px solid rgba(255,133,161,.18);padding:1.5rem 2rem;box-shadow:0 -12px 30px #2d34360d}.symptoms-checklist__content{max-width:1100px;margin:0 auto 1rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.symptoms-checklist__copy{max-width:720px}.symptoms-checklist__eyebrow{margin:0 0 .35rem;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#ff85a1}.symptoms-checklist__title{margin:0;font-size:1.5rem;color:#2d3436}.symptoms-checklist__description{margin:.5rem 0 0;color:#636e72;line-height:1.6}.symptoms-checklist__note{margin:.5rem 0 0;color:#8b9094;font-size:.9rem;line-height:1.45}.symptoms-checklist__status{min-width:160px;padding:1rem 1.25rem;border-radius:20px;background:linear-gradient(135deg,#fff5f5,#fff);border:1px solid rgba(255,133,161,.16);text-align:center}.symptoms-checklist__count-label{display:block;font-size:.8rem;color:#636e72}.symptoms-checklist__count{display:block;margin-top:.3rem;font-size:2rem;font-weight:700;color:#2d3436}.symptoms-checklist__actions{max-width:1100px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.btn-clear{padding:.75rem 1.5rem;border:2px solid rgba(255,133,161,.3);border-radius:999px;background:transparent;color:#2d3436;font-weight:600;cursor:pointer;transition:background .2s}.btn-clear:hover{background:#fff5f5}.btn-submit{padding:.75rem 2rem;border:none;border-radius:999px;background:#ff85a1;color:#fff;font-weight:600;cursor:pointer;box-shadow:0 4px 12px #00000026;transition:background .2s,box-shadow .2s}.btn-submit:hover{background:#ff6b8e;box-shadow:0 6px 16px #0003}.btn-submit:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.btn-consult{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 2rem;border:none;border-radius:999px;background:#bbdedd;color:#fff;font-weight:600;text-decoration:none;text-align:center;cursor:pointer;box-shadow:0 4px 12px #00000026;transition:background .2s,box-shadow .2s}.btn-consult:hover{background:#a0cfce;box-shadow:0 6px 16px #0003}.btn-consult-link{padding:.75rem 1.35rem;border:2px solid #bbdedd;border-radius:999px;background:#fff;color:#3f7775;font-weight:700;text-decoration:none;text-align:center;transition:border-color .2s,color .2s,background .2s}.btn-consult-link:hover{border-color:#a0cfce;background:#f5fbfb;color:#2f6664}@media(max-width:768px){.symptoms-checklist{position:fixed;left:0;right:0;bottom:env(safe-area-inset-bottom);z-index:10010;max-width:900px;margin:0 auto;padding:1.25rem 1rem;border-radius:12px 12px 0 0;box-sizing:border-box}.symptoms-checklist{transition:padding .18s ease,box-shadow .18s ease}.symptoms-checklist .symptoms-checklist__content{display:flex;align-items:center;gap:1rem;transition:gap .18s ease}.symptoms-checklist.is-filled{padding:.6rem 1rem;box-shadow:0 -6px 18px #2d34360a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.symptoms-checklist.is-filled .symptoms-checklist__copy{max-height:0;opacity:0;overflow:hidden;margin:0;padding:0;pointer-events:none;transform:translateY(4px);transition:max-height .18s ease,opacity .18s ease,transform .18s ease}.symptoms-checklist.is-filled .symptoms-checklist__status{min-width:auto;margin-left:auto}.symptoms-checklist__actions{flex-direction:column;gap:.5rem}.symptoms-checklist.is-filled .symptoms-checklist__actions{gap:.5rem}.symptoms-modal-overlay{padding:0 0 calc(var(--symptoms-checklist-height) + env(safe-area-inset-bottom));align-items:flex-end;justify-content:center;box-sizing:border-box;min-height:100dvh}.symptoms-modal{width:100%;max-width:none;height:auto;border-radius:24px 24px 0 0;margin:0;overflow:hidden;margin-bottom:calc(var(--symptoms-checklist-height) + env(safe-area-inset-bottom));max-height:calc(100dvh - var(--symptoms-checklist-height) - 48px - env(safe-area-inset-bottom))}.symptoms-modal-header,.symptoms-modal-body{padding:1.25rem}.symptoms-modal-header h2{font-size:1.55rem}.symptom-item{padding:.9rem 1rem}.symptoms-modal-body{padding-bottom:1rem}.symptoms-checklist__content{flex-direction:column;align-items:stretch}.symptoms-checklist__status{min-width:auto}.symptoms-checklist__actions{flex-direction:column}.btn-clear,.btn-submit,.btn-consult,.btn-consult-link{width:100%}}.enhancing-section{padding:100px 20px;background-color:transparent;position:relative;overflow:visible;z-index:1}.enhancing-section:before{content:"";position:absolute;left:50%;top:0;transform:translate(-50%);width:100vw;height:100%;background:#fdfaf6;z-index:0}.enhancing-container{max-width:1200px;margin:0 auto;position:relative;z-index:2}.enhancing-header{text-align:center;margin-bottom:70px;position:relative;padding:0 24px;z-index:3}.enhancing-header .subtitle{font-family:Brush Script MT,cursive,sans-serif;font-style:normal;font-weight:400;color:#ff85a1;font-size:2.2rem;letter-spacing:0;margin:0 0 4px}.enhancing-header h2{font-size:3.2rem;font-weight:800;color:#2f3b46;margin-bottom:20px;font-family:Albert Sans,sans-serif}.enhancing-header .description{font-size:1.15rem;color:#636e72;max-width:780px;margin:0 auto;line-height:1.6}.enhancing-header .description p{margin:0 0 12px}.enhancing-header .description p:last-child{margin-bottom:0}.features-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;padding:0 10px}.feature-card{border-radius:20px;background:#fffffff5;border:1px solid rgba(255,214,224,.7);box-shadow:0 10px 30px #303d460f;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;overflow:hidden}.feature-card:hover{transform:translateY(-3px);box-shadow:0 16px 34px #303d4617}.feature-trigger{appearance:none;border:0;background:transparent;color:inherit;width:100%;padding:22px 20px 18px;cursor:pointer;display:flex;align-items:flex-start;gap:16px;text-align:left}.feature-trigger:focus-visible{outline:3px solid rgba(255,133,161,.35);outline-offset:-3px}.feature-icon{width:48px;height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.feature-pink .feature-icon{background-color:#fff0f3;color:#ff85a1}.feature-blue .feature-icon{background-color:#f0f7f7;color:#8ccacc}.feature-content{min-width:0;flex:1}.feature-heading-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.feature-content h3{font-size:1.08rem;font-weight:700;color:#27323a;margin:0 0 6px;font-family:Albert Sans,sans-serif}.feature-chevron{color:#ff85a1;flex-shrink:0;margin-top:2px;transition:transform .18s ease}.feature-card.is-open .feature-chevron{transform:rotate(180deg)}.feature-content p{font-size:.92rem;color:#66737d;line-height:1.55;margin:0}.feature-panel-outer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .22s ease}.feature-card.is-open .feature-panel-outer{grid-template-rows:1fr}.feature-panel-inner{overflow:hidden;padding:0 20px 20px}.feature-divider{height:1px;background:linear-gradient(90deg,#ff85a12e,#8ccacc2e);margin-bottom:14px}.feature-panel-label{font-size:.92rem;font-weight:700;color:#27323a;margin-bottom:12px}.feature-subsections{display:grid;gap:10px}.feature-subsection{border-radius:14px;border:1px solid rgba(255,214,224,.85);background:linear-gradient(180deg,#fff9fbf5,#fffffffa);overflow:hidden;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.feature-blue .feature-subsection{border-color:#8ccacc42;background:linear-gradient(180deg,#f5fcfcfa,#fffffffa)}.feature-subsection.is-open{border-color:#ff85a157;background:linear-gradient(180deg,#fff7fafa,#fff);box-shadow:0 10px 24px #ff85a10f}.feature-blue .feature-subsection.is-open{border-color:#8ccacc57}.feature-subsection-trigger{width:100%;border:0;background:transparent;padding:12px 12px 11px;cursor:pointer;text-align:left;color:inherit}.feature-subsection-trigger:focus-visible{outline:3px solid rgba(255,133,161,.28);outline-offset:-3px}.feature-subsection-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.feature-subsection h4{font-size:.9rem;font-weight:700;color:#ff7f9b;margin:0 0 4px;line-height:1.3}.feature-blue .feature-subsection h4{color:#7ab6ba}.feature-subsection-chevron{color:#ff7f9b;flex-shrink:0;margin-top:2px;transition:transform .18s ease}.feature-blue .feature-subsection-chevron{color:#7ab6ba}.feature-subsection.is-open .feature-subsection-chevron{transform:rotate(180deg)}.feature-subsection-summary{margin:0;font-size:.86rem;line-height:1.45;color:#63707a}.feature-subsection-body{display:grid;grid-template-rows:0fr;transition:grid-template-rows .22s ease}.feature-subsection.is-open .feature-subsection-body{grid-template-rows:1fr}.feature-subsection-body-inner{overflow:hidden;padding:0 12px 12px}.feature-subsection-body-inner p{margin:0 0 10px;font-size:.86rem;line-height:1.55;color:#63707a}.feature-subsection-body-inner p:last-child{margin-bottom:0}.feature-subsection-list{margin:0 0 10px;padding-left:18px;color:#63707a}.feature-subsection-list:last-child{margin-bottom:0}.feature-subsection-list li{font-size:.86rem;line-height:1.5;margin-bottom:5px}.feature-subsection-list li:last-child{margin-bottom:0}.feature-subsection p{margin:0;font-size:.86rem;line-height:1.45;color:#63707a}.feature-keywords{display:flex;flex-wrap:wrap;gap:8px;padding-top:14px}.feature-keyword{display:inline-flex;align-items:center;border-radius:999px;padding:7px 11px;font-size:.79rem;font-weight:700;letter-spacing:.01em;color:#5e6b75;background:#fff7f9;border:1px solid rgba(255,133,161,.18)}.feature-blue .feature-keyword{background:#f4fbfb;border-color:#8ccacc33}@media(max-width:1024px){.features-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.enhancing-header h2{font-size:2.2rem}.enhancing-header .subtitle{font-size:1.8rem}.features-grid{grid-template-columns:1fr;gap:16px}.enhancing-section{padding:60px 16px}.enhancing-header{margin-bottom:40px}.feature-trigger{padding:20px 16px 16px}.feature-panel-inner{padding:0 16px 18px}}@media(max-width:480px){.enhancing-header h2{font-size:1.8rem}.enhancing-header .description,.feature-content h3{font-size:1rem}.feature-content p{font-size:.88rem}.feature-subsection p{font-size:.84rem}}.faq-section{padding:100px 20px;background-color:#fff}.faq-container{max-width:900px;margin:0 auto}.faq-header{text-align:center;margin-bottom:50px}.privacy-badge{display:inline-flex;align-items:center;gap:8px;background-color:#f8f9fa;color:#4a5568;padding:8px 16px;border-radius:20px;font-size:.85rem;font-weight:500;margin-bottom:24px}.privacy-badge .lock-icon{color:#ff85a1}.faq-header h2{font-size:2.8rem;font-weight:800;color:#3d4246;margin-bottom:16px;font-family:Albert Sans,sans-serif}.faq-header p{font-size:1.1rem;color:#636e72;max-width:650px;margin:0 auto;line-height:1.6}.search-container{position:relative;margin-bottom:50px;display:flex;align-items:center}.search-icon{position:absolute;left:20px;color:#a0aec0;pointer-events:none}.search-input{width:100%;padding:20px 20px 20px 52px;border:1px solid #fff0f3;border-radius:16px;font-size:1.05rem;color:#2d3436;background-color:#fff;box-shadow:0 4px 20px #00000005;transition:all .3s ease}.search-input::placeholder{color:#a0aec0}.search-input:focus{outline:none;border-color:#ff85a1;box-shadow:0 0 0 3px #ff85a11a}.accordion{display:flex;flex-direction:column;gap:16px}.accordion-item{background-color:#fffafb;border:1px solid #fff0f3;border-radius:16px;transition:all .3s ease;overflow:hidden}.accordion-item:hover{border-color:#ffe0e8}.accordion-item.open{border-color:#ffb3c6;background-color:#fff;box-shadow:0 8px 25px #ff85a114}.accordion-header{width:100%;padding:24px 28px;background:none;border:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px;font-size:1.1rem;font-weight:700;color:#2d3436;transition:all .3s ease;text-align:left}.chevron{flex-shrink:0;color:#ff85a1;transition:transform .3s ease}.accordion-item.open .chevron{color:#ff85a1}.accordion-content{padding:0 28px 24px;animation:slideDown .3s ease}.accordion-content p{color:#636e72;line-height:1.7;font-size:1rem;margin:0}.faq-tag{display:inline-block;margin-top:16px;font-size:.75rem;font-weight:500;color:#ff85a1;border:1px solid rgba(255,133,161,.4);background-color:#fff0f3;padding:4px 12px;border-radius:999px}.faq-question-card{margin-top:60px;display:grid;grid-template-columns:minmax(0,1.6fr) minmax(220px,.8fr);gap:28px;align-items:center;padding:36px;border:1px solid #e5eef3;border-radius:28px;background:linear-gradient(180deg,#fff,#fbfdff);box-shadow:0 20px 40px #1f29370d}.faq-question-copy h3{font-size:1.75rem;line-height:1.2;color:#2d3436;margin:0 0 14px;font-weight:800;font-family:Albert Sans,sans-serif}.faq-question-copy p{margin:0 0 24px;color:#6b7280;line-height:1.7;font-size:1rem;max-width:640px}.faq-question-form{display:flex;flex-direction:column;gap:18px}.faq-field{display:flex;flex-direction:column;gap:10px}.faq-field span{font-size:.95rem;font-weight:700;color:#374151}.faq-field span em{font-style:normal;font-weight:600;color:#8a94a3}.faq-field textarea,.faq-field input{width:100%;border:1px solid #d9e6ee;border-radius:16px;background:#fff;color:#2d3436;font-size:1rem;line-height:1.6;padding:16px 18px;transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease}.faq-field textarea{resize:vertical;min-height:140px}.faq-field textarea::placeholder,.faq-field input::placeholder{color:#9ca3af}.faq-field textarea:focus,.faq-field input:focus{outline:none;border-color:#ff85a1;box-shadow:0 0 0 4px #ff85a11f}.faq-contact-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.faq-submit-button{align-self:flex-start;display:inline-flex;align-items:center;gap:10px;border:none;border-radius:999px;padding:14px 28px;background:linear-gradient(90deg,#ff7b98,#ff9aae);color:#fff;font-size:1rem;font-weight:700;box-shadow:0 14px 28px #ff7b9840;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease,filter .25s ease}.faq-submit-button:hover{transform:translateY(-1px);box-shadow:0 18px 32px #ff7b984d;filter:brightness(1.01)}.faq-submit-button:disabled{cursor:not-allowed;opacity:.75;transform:none;box-shadow:0 14px 28px #ff7b982e}.faq-success-message{margin:4px 0 0;color:#ff85a1;font-weight:600}.faq-error-message{margin:4px 0 0;color:#b42318;font-weight:600}.faq-question-visual{display:flex;align-items:center;justify-content:center}.faq-question-visual-ring{width:170px;height:170px;border-radius:50%;border:1px dashed rgba(255,133,161,.45);background:radial-gradient(circle at center,rgba(255,133,161,.06),rgba(255,133,161,.02) 60%,transparent 100%);box-shadow:inset 0 0 0 10px #fff9,0 6px 18px #1f29370d;display:flex;align-items:center;justify-content:center}.faq-question-lock{color:#ff85a1;stroke-width:2.2}@keyframes slideDown{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.faq-header h2{font-size:2.2rem}.accordion-header{padding:20px 24px;font-size:1rem}.accordion-content{padding:0 24px 20px}.faq-question-card{grid-template-columns:1fr;padding:28px}.faq-question-visual{order:-1}.faq-question-visual-ring{width:140px;height:140px}.faq-contact-grid{grid-template-columns:1fr}.faq-section{padding:60px 16px}}@media(max-width:480px){.faq-header h2{font-size:1.8rem}.accordion-header{padding:18px 20px}.accordion-content{padding:0 20px 18px}.faq-question-card{padding:22px 18px;border-radius:22px}.faq-question-copy h3{font-size:1.45rem}.faq-question-copy p{margin-bottom:18px}.faq-submit-button{width:100%;justify-content:center}}.founder-section{padding:100px 20px;background-color:#fff5f5}.founder-container{max-width:1200px;margin:0 auto}.founder-title{font-size:3rem;font-weight:700;color:#ff85a1;text-align:center;font-family:Poppins,cursive;font-style:italic;margin-bottom:16px;letter-spacing:-1px}.founder-divider{width:60px;height:3px;background:linear-gradient(90deg,transparent,#BBDEDD,transparent);margin:0 auto 60px}.founder-content{max-width:980px;margin:0 auto;display:grid;grid-template-columns:minmax(420px,560px) 1fr;grid-template-areas:"image info";gap:3.5rem;align-items:start}.founder-image-wrap{grid-area:image;position:relative}.founder-image{width:100%;display:block;border-radius:30px;object-fit:cover;aspect-ratio:4 / 5;box-shadow:0 24px 56px #ff85a133;border:6px solid #fff;background:#fff}.founder-info{grid-area:info;padding:0;text-align:left}.founder-badge{display:inline-flex;align-items:center;gap:8px;background-color:#e0f2fe;color:#0284c7;padding:10px 18px;border-radius:20px;font-size:.9rem;font-weight:500;margin-bottom:24px}.badge-icon{width:16px;height:16px}.founder-info h3{font-size:2.5rem;font-weight:700;color:#2d3436;margin-bottom:24px;font-family:Albert Sans,sans-serif}.founder-bio{font-size:.95rem;color:#636e72;line-height:1.8;margin-bottom:24px;text-align:left}.founder-credentials{display:flex;gap:20px;margin-top:32px;flex-wrap:wrap;text-align:left}.credential-card{display:flex;align-items:flex-start;gap:16px;background-color:#fff;padding:20px 24px;border-radius:16px;border:1px solid #ffeef2;box-shadow:0 4px 15px #ff85a10d;flex:1;min-width:min(100%,250px)}.credential-icon{flex-shrink:0;margin-top:2px}.heart-icon{color:#ff85a1}.award-icon{color:#8ccacc}.credential-text h4{font-family:Albert Sans,sans-serif;font-size:1.1rem;font-weight:700;color:#2d3436;margin:0 0 6px}.credential-text p{font-size:.9rem;color:#636e72;margin:0;line-height:1.4}@media(max-width:1024px){.founder-title{font-size:2.2rem}.founder-content{grid-template-columns:1fr;grid-template-areas:"image" "info";max-width:940px}.founder-image-wrap{max-width:680px;margin:0 auto}.founder-info h3{font-size:2rem}}@media(max-width:768px){.founder-section{padding:60px 16px}.founder-title{font-size:1.8rem}.founder-divider{margin-bottom:40px}.founder-info h3{font-size:1.6rem}.founder-bio{font-size:.9rem;text-align:left}.founder-image-wrap{max-width:100%}.founder-quote{padding:16px 20px;font-size:.9rem}}@media(max-width:480px){.founder-section{padding:40px 12px}.founder-title{font-size:1.4rem}.founder-info h3{font-size:1.3rem}.founder-image-wrap{max-width:100%}.founder-badge{font-size:.85rem;padding:8px 14px}.credential-card{padding:16px}}.about-section{padding:100px 20px;background:linear-gradient(135deg,#fff5f5,#fffbf8)}.about-container{max-width:1200px;margin:0 auto}.about-header{text-align:center;margin-bottom:50px}.about-title{font-size:2.8rem;font-weight:800;color:#3d4246;text-align:center;font-family:Albert Sans,sans-serif;font-style:normal;margin-bottom:16px;letter-spacing:0}.about-subtitle{font-size:1.05rem;color:#636e72;max-width:700px;margin:0 auto;line-height:1.7}.about-badge{display:inline-flex;align-items:center;gap:8px;background-color:#ffe5ed;color:#ff85a1;padding:10px 18px;border-radius:20px;font-size:.9rem;font-weight:600;margin-bottom:40px}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.about-text h3{font-size:2.2rem;font-weight:700;color:#2d3436;margin-bottom:24px;line-height:1.3;font-family:Albert Sans,sans-serif}.about-text h3 .highlight{color:#ff85a1}.about-text p{font-size:.95rem;color:#636e72;line-height:1.8;margin-bottom:20px;text-align:justify}.about-text p:last-child{margin-bottom:0}.about-image{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 20px 40px #0000001a}.community-image{width:100%;height:auto;display:block;object-fit:cover}@media(max-width:1024px){.about-content{grid-template-columns:1fr;gap:40px}.about-text h3{font-size:1.8rem}}@media(max-width:768px){.about-section{padding:60px 16px}.about-title{font-size:2rem}.about-text h3{font-size:1.5rem}.about-text p{font-size:.9rem;text-align:left}.about-header{margin-bottom:40px}}@media(max-width:480px){.about-section{padding:40px 12px}.about-title{font-size:1.4rem}.about-text h3{font-size:1.2rem;margin-bottom:16px}.about-text p{font-size:.85rem;line-height:1.6;margin-bottom:16px}.about-content{gap:24px}}.resources-section{padding:100px 20px;background-color:#fff5f5}.resources-container{max-width:1300px;margin:0 auto}.resources-header{margin-bottom:70px}.header-top{margin-bottom:24px}.subtitle{font-size:2.2rem;font-style:normal;color:#ff85a1;font-weight:400;letter-spacing:0;display:block;margin-bottom:4px;font-family:Brush Script MT,cursive,sans-serif}.resources-header h2{font-size:2.8rem;font-weight:700;color:#2d3436;font-family:Albert Sans,sans-serif}.resources-header .description{font-size:1rem;color:#636e72;max-width:600px;line-height:1.7;margin-top:16px}.view-all-link{display:inline-flex;align-items:center;gap:8px;color:#ff85a1;font-weight:600;text-decoration:none;margin-top:24px;transition:all .3s ease}.view-all-link:hover{gap:12px}.view-all-link svg{transition:transform .3s ease}.view-all-link:hover svg{transform:rotate(45deg)}.articles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(360px,1fr));gap:32px}.article-card{background-color:#fff;border-radius:16px;overflow:hidden;text-decoration:none;transition:all .3s ease;border:1px solid #E8EAED;display:flex;flex-direction:column;height:100%}.article-card:hover{transform:translateY(-8px);box-shadow:0 16px 32px #0000001a;border-color:transparent}.article-image-container{position:relative;width:100%;aspect-ratio:4 / 3;overflow:hidden;background-color:#f0f0f0}.article-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.article-card:hover .article-image{transform:scale(1.05)}.category-badge{position:absolute;top:16px;left:16px;padding:8px 16px;border-radius:20px;font-size:.85rem;font-weight:600;color:#fff}.category-wellness{background-color:#d4af37}.category-nutrition,.category-community{background-color:#ff85a1}.article-content{padding:24px;flex:1;display:flex;flex-direction:column;justify-content:space-between}.article-meta{display:flex;gap:12px;margin-bottom:12px;font-size:.85rem}.read-time{color:#ff85a1;font-weight:500}.verified{color:#636e72;font-weight:500}.article-card h3{font-size:1.2rem;font-weight:700;color:#2d3436;line-height:1.4;margin:0;font-family:Albert Sans,sans-serif}@media(max-width:768px){.resources-section{padding:60px 16px}.resources-header h2{font-size:2rem}.subtitle{font-size:1.8rem}.articles-grid{grid-template-columns:1fr;gap:24px}.resources-header{margin-bottom:50px}.article-content{padding:20px}.article-card h3{font-size:1.1rem}}@media(max-width:480px){.resources-section{padding:40px 12px}.resources-header h2{font-size:1.6rem}.subtitle{font-size:1.55rem}.resources-header .description{font-size:.9rem}.article-card h3{font-size:1rem}.article-meta{font-size:.8rem}}.contact-us-section{padding:90px 20px 70px;background:#fdfaf6}.contact-us-container{max-width:1200px;margin:0 auto;text-align:center}.contact-us-eyebrow{margin:0 0 6px;color:#ff85a1;font-family:Brush Script MT,cursive,sans-serif;font-size:1.55rem;line-height:1}.contact-us-title{margin:0;font-family:Albert Sans,sans-serif;color:#2d3436;font-size:2.75rem;line-height:1.1;font-weight:800}.contact-us-cards{margin:32px auto 0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;max-width:640px}.contact-us-card{display:flex;align-items:center;gap:16px;padding:18px 20px;border-radius:18px;border:1px solid rgba(255,193,203,.45);box-shadow:0 8px 24px #1f29370f;text-align:left;min-width:0}.contact-us-card-email{background:linear-gradient(180deg,#fff5f8,#fffdfd)}.contact-us-card-phone{background:linear-gradient(180deg,#f6fbfb,#fff)}.contact-us-icon-shell{width:54px;height:54px;border-radius:14px;display:grid;place-items:center;flex:0 0 54px;color:#fff;box-shadow:0 10px 22px #ff85a133}.contact-us-card-email .contact-us-icon-shell{background:#ff7b98}.contact-us-card-phone .contact-us-icon-shell{background:#b9dde0}.contact-us-copy{display:flex;flex-direction:column;gap:4px;min-width:0}.contact-us-copy span{color:#2d3436;font-size:1rem;font-weight:800}.contact-us-copy a{color:#667085;text-decoration:none;font-size:.98rem;line-height:1.35;overflow-wrap:anywhere;word-break:break-word;max-width:100%}.contact-us-copy a:hover{color:#ff85a1}@media(max-width:768px){.contact-us-section{padding:70px 16px 54px}.contact-us-title{font-size:2.2rem}.contact-us-cards{grid-template-columns:1fr}}@media(max-width:480px){.contact-us-section{padding:58px 12px 44px}.contact-us-title{font-size:1.9rem}.contact-us-card{padding:16px;align-items:flex-start}.contact-us-icon-shell{width:48px;height:48px;flex-basis:48px}.contact-us-copy a{font-size:.92rem}}.newsletter-section{padding:80px 20px;background-color:#fdfaf6}.newsletter-container{background:linear-gradient(135deg,#f2cdd8,#ffb9cc);border-radius:32px;padding:60px 80px;max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:60px;box-shadow:0 10px 40px #ff85a114}.newsletter-content{flex:1;max-width:550px}.newsletter-eyebrow{font-family:Brush Script MT,cursive,sans-serif;font-size:2.5rem;color:#ff85a1;margin:0 0 4px;font-weight:400}.newsletter-title{font-size:3rem;font-weight:800;color:#2d3436;margin:0 0 16px;line-height:1.15;font-family:Albert Sans,sans-serif}.text-pink{color:#ff85a1}.newsletter-description{font-size:1.1rem;color:#636e72;margin:0 0 24px;line-height:1.6}.newsletter-privacy{font-size:.85rem;color:#51555b;margin:0}.newsletter-form-wrapper{flex:1;max-width:480px;width:100%}.newsletter-form{display:flex;gap:16px;width:100%}.newsletter-input{flex:1;padding:16px 24px;border:1px solid #ffccd5;border-radius:999px;font-size:1rem;color:#2d3436;background-color:#fff;transition:all .3s ease;box-shadow:0 4px 15px #ff85a10d}.newsletter-input:focus{outline:none;border-color:#ff85a1;box-shadow:0 0 0 3px #ff85a133}.newsletter-input::placeholder{color:#b0b8c1}.newsletter-button{background-color:#ff85a1;color:#fff;border:none;padding:16px 32px;border-radius:999px;font-size:1rem;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .3s ease;box-shadow:0 6px 16px #ff85a14d}.newsletter-button:hover{background-color:#ff6b8e;transform:translateY(-2px);box-shadow:0 8px 20px #ff85a166}.newsletter-button:disabled{cursor:not-allowed;opacity:.75;transform:none;box-shadow:0 6px 16px #ff85a133}.error-message{color:#b42318;font-weight:600;margin-top:12px;font-size:.95rem;padding-left:16px}.success-message{color:#ff85a1;font-weight:600;margin-top:12px;font-size:.95rem;padding-left:16px}@media(max-width:992px){.newsletter-container{flex-direction:column;text-align:center;padding:50px 40px;gap:40px}.newsletter-content{max-width:100%}.newsletter-form{justify-content:center}}@media(max-width:768px){.newsletter-title{font-size:2.2rem}.newsletter-eyebrow{font-size:2rem}.newsletter-form{flex-direction:column}.newsletter-button{justify-content:center;padding:16px}.newsletter-section{padding:60px 16px}}@media(max-width:480px){.newsletter-section{padding:40px 12px}.newsletter-container{padding:34px 18px;border-radius:20px;gap:28px}.newsletter-title{font-size:1.85rem}.newsletter-description{font-size:1rem}}.footer{background:#fff5f5;padding:3rem 2rem;border-top:1px solid rgba(255,192,203,.3)}.footer-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1.7fr) minmax(240px,.9fr);gap:3rem;align-items:start}.footer-brand{max-width:640px}.footer-logo{display:flex;align-items:center;gap:.5rem}.footer-logo-mark{width:40px;height:40px;display:block;flex:0 0 40px;border-radius:50%;object-fit:contain}.footer-logo-text{font-size:1.5rem;font-weight:700;color:#2d3436;line-height:1}.footer-logo-text span{color:#ff85a1}.footer-logo-tagline{margin:.35rem 0 0;color:#2d3436;font-size:1rem;font-weight:800;letter-spacing:.01em;line-height:1.2}.footer-logo-tagline-pink{color:#ff85a1}.footer-logo img{height:auto}.mission{margin-top:1rem;color:#636e72;font-size:.95rem;line-height:1.5;max-width:460px}.footer-contact h4{font-size:1.1rem;font-weight:700;color:#2d3436;margin-bottom:1rem}.socials{margin-top:.25rem;display:flex;flex-direction:column;gap:.85rem}.social-link{display:inline-flex;align-items:center;gap:.75rem;color:#2d3436;text-decoration:none;font-weight:500;width:fit-content}.social-link:hover{color:#ff85a1}.social-icon-shell{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;flex:0 0 34px;background:#fff;color:#ff85a1;border:1px solid rgba(255,133,161,.28);box-shadow:0 6px 14px #ff85a124}.footer-credit{margin:2rem 0 0;text-align:center;color:#636e72;font-size:.9rem;font-weight:600;letter-spacing:.02em}@media(max-width:900px){.footer-container{grid-template-columns:1fr;gap:2rem}}@media(max-width:640px){.footer{padding:2.5rem 1rem}.footer-container{text-align:center}.footer-brand{max-width:none}.footer-logo{justify-content:center}.footer-logo-tagline{font-size:.9rem}.mission{max-width:none}.socials{align-items:center}.footer-credit{margin-top:1.5rem}}.faq-page-wrapper{background-color:#fff;min-height:100vh;color:#333}.faq-main-content{max-width:900px;margin:0 auto;padding:2rem 5%}.back-to-home{display:inline-flex;align-items:center;gap:.5rem;color:#ff8fa3;text-decoration:none;font-size:.95rem;font-weight:500;margin-bottom:2.5rem;transition:color .2s ease}.faq-hero-container{text-align:center;margin-bottom:3rem;position:relative}.faq-hero-container .back-to-home{position:absolute;top:0;left:0;margin-bottom:0}.privacy-badge-badge{display:inline-flex;align-items:center;gap:.5rem;background-color:#fff0f3;color:#555;padding:.5rem 1rem;border-radius:50px;font-size:.85rem;font-weight:500;margin-bottom:1.5rem;border:1px solid #ffe3e8}.privacy-badge-badge .lock-icon{color:#ff8fa3}.faq-page-title{font-size:2.8rem;font-weight:700;color:#2c3e50;margin-bottom:1rem}.faq-page-subtitle{font-size:1.1rem;color:#666;max-width:650px;margin:0 auto;line-height:1.6}.faq-search-wrapper{margin-bottom:2rem}.search-bar-container{display:flex;align-items:center;background-color:#fff;border:1px solid #ffe3e8;border-radius:12px;padding:.8rem 1.2rem;box-shadow:0 4px 20px #ff8fa30d;transition:all .3s ease}.search-bar-container:focus-within{border-color:#ff8fa3;box-shadow:0 4px 20px #ff8fa326}.search-bar-icon{color:#999;margin-right:.8rem}.search-bar-input{flex:1;border:none;background:transparent;font-size:1rem;color:#333;outline:none}.search-bar-input::placeholder{color:#aaa}.faq-categories{display:flex;flex-wrap:wrap;gap:.8rem;margin-bottom:3.5rem;justify-content:flex-start}.category-pill{background-color:#fff;border:1px solid #ffe3e8;color:#555;padding:.6rem 1.2rem;border-radius:50px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease;background-color:#fffafb}.category-pill:hover{border-color:#ffb3c1;background-color:#fff0f3}.category-pill.active{background-color:#ff8fa3;color:#fff;border-color:#ff8fa3;box-shadow:0 4px 10px #ff8fa34d}.faq-list{display:flex;flex-direction:column;gap:1.2rem}.faq-card{background-color:#fff;border:1px solid #ffe3e8;border-radius:12px;overflow:hidden;transition:all .3s ease}.faq-card.open{border-color:#ff8fa3;box-shadow:0 8px 25px #ff8fa31a}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:transparent;border:none;cursor:pointer;text-align:left}.faq-question:focus{outline:none}.faq-question h3{font-size:1.1rem;font-weight:600;color:#2c3e50;margin:0;padding-right:1.5rem}.faq-chevron{color:#ff8fa3;flex-shrink:0;transition:transform .3s ease}.faq-card.open .faq-question{border-bottom:1px solid #ffe3e8}.faq-answer-wrapper{max-height:0;overflow:hidden;transition:max-height .4s ease}.faq-answer-wrapper.show{max-height:1000px}.faq-answer-content{padding:1.5rem}.faq-answer-content p{color:#666;line-height:1.7;font-size:.95rem;margin-top:0;margin-bottom:1.5rem}.faq-card-tag{display:inline-block;color:#ff8fa3;background-color:#fff0f3;border:1px solid #ffe3e8;padding:.4rem 1rem;border-radius:50px;font-size:.85rem;font-weight:500}@media(max-width:768px){.faq-hero-container .back-to-home{position:static;display:inline-flex;justify-content:center;margin-bottom:1.5rem}.faq-page-title{font-size:2.2rem}}.founder-page-wrapper{background-color:#fcf9f5;min-height:100vh;color:#333}.founder-page-main{max-width:1200px;margin:0 auto;padding:6rem 5% 3rem}.founder-page-hero{text-align:center;display:flex;flex-direction:column;align-items:center;margin-bottom:2.25rem}.back-to-home{display:inline-flex;align-items:center;gap:.5rem;color:#ff8fa3;text-decoration:none;font-size:.95rem;font-weight:500;transition:color .2s ease;margin-bottom:1rem}.back-to-home:hover{color:#e0768b}.founder-main-title{font-family:Great Vibes,cursive,Dancing Script,serif;font-size:4rem;font-weight:400;color:#ff8fa3;margin:0;letter-spacing:1px}.founder-page-divider{width:70px;height:3px;margin-top:1rem;border-radius:999px;background:linear-gradient(90deg,transparent,#c6e3e2,transparent)}.founder-page-layout{display:grid;grid-template-columns:minmax(460px,620px) minmax(0,1fr);gap:4.25rem;align-items:start}.founder-page-image-column{position:relative}.founder-content-column{width:100%;max-width:720px;text-align:left}.founder-page-image-wrap{width:100%;margin:0;position:relative}.founder-page-image{width:100%;display:block;border-radius:32px;object-fit:cover;aspect-ratio:4 / 5;box-shadow:0 24px 56px #ff8fa338;border:6px solid #fff;background:#fff}.sparkle-badge{display:inline-flex;align-items:center;gap:.5rem;background-color:#eef8f8;color:#2e7d80;padding:.5rem 1rem;border-radius:50px;font-size:.85rem;font-weight:600;margin-bottom:1rem}.sparkle-icon{color:#ff8fa3}.founder-intro h2{font-size:2.8rem;font-weight:700;color:#2c3e50;margin-bottom:1rem;margin-top:0}.founder-bio-intro{font-size:1.06rem;color:#667085;line-height:1.75;margin-bottom:2rem;text-align:left}.founder-quote-box{background-color:#fdf2f4;border-radius:16px;padding:2rem;margin-bottom:3rem}.quote-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.quote-heart-icon{color:#ff8fa3}.quote-header h3{font-size:1.2rem;font-weight:600;color:#333;margin:0}.founder-quote-box p{color:#555;line-height:1.7;font-size:.95rem;margin-top:0;margin-bottom:1rem}.founder-quote-box p:last-child{margin-bottom:0}.founder-section-block{margin-bottom:3rem;width:100%}.section-block-title{display:flex;align-items:center;justify-content:flex-start;gap:.8rem;margin-bottom:1.5rem}.section-icon{color:#4db6ac}.section-icon.red-icon{color:#ff8fa3}.section-block-title h3{font-size:1.5rem;font-weight:600;color:#2c3e50;margin:0}.expertise-card{background-color:#fff;border:1px solid #f4e6ea;border-radius:18px;padding:1.8rem;box-shadow:0 12px 28px #1f29370d;margin-bottom:1.5rem;text-align:left}.expertise-card h4{font-size:1.1rem;font-weight:600;color:#2c3238;margin-top:0;margin-bottom:1rem}.expertise-card ul{list-style-position:inside;padding-left:0;margin:0}.expertise-card li{color:#667085;line-height:1.6;font-size:.95rem;margin-bottom:.6rem}.expertise-card li:last-child{margin-bottom:0}.expertise-card p{color:#667085;line-height:1.7;font-size:1rem;margin:0}@media(max-width:900px){.founder-page-main{padding-top:5.5rem}.founder-main-title{font-size:3rem;margin-top:3rem}.founder-page-layout{grid-template-columns:1fr;gap:2rem}.founder-page-image-column{width:min(100%,720px);margin:0 auto}.founder-content-column{max-width:100%}.founder-intro h2{font-size:2.2rem}}@media(max-width:520px){.founder-page-main{padding-left:1rem;padding-right:1rem}.founder-main-title{font-size:2.35rem}.founder-page-image-column{width:100%}}.consultation-page-wrapper{min-height:100vh;background:radial-gradient(circle at top,rgba(255,143,163,.08),transparent 35%),linear-gradient(180deg,#fff9fb,#fff 46%,#fffdfc);color:#2c3238}.consultation-page-main{max-width:820px;margin:0 auto;padding:7rem 1.5rem 4rem}.consultation-hero{text-align:center;padding-top:.5rem}.consultation-icon-shell{width:86px;height:86px;margin:0 auto 1.75rem;border-radius:50%;background:linear-gradient(180deg,#ff94af,#ff85a1);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 16px 34px #ff85a147}.consultation-kicker{margin:0 0 .7rem;font-family:Sacramento,cursive;font-size:2.2rem;line-height:1;color:#ff85a1}.consultation-hero h1{margin:0;font-size:clamp(2.8rem,6vw,4.2rem);line-height:1.05;font-weight:800;color:#2e3439;letter-spacing:-.03em}.consultation-intro{max-width:720px;margin:1.4rem auto 0;font-size:1.15rem;line-height:1.65;color:#66707a}.consultation-cta{margin-top:2rem;border:none;border-radius:999px;padding:.95rem 2.4rem;background:linear-gradient(90deg,#ff7d99,#ff9fb1);color:#fff;font-size:1.35rem;font-weight:800;box-shadow:0 16px 30px #ff85a147}.consultation-expectations{width:min(100%,460px);margin:2.75rem auto 0;background:#ffffffeb;border:1px solid #ffdce4;border-radius:18px;padding:1.8rem 2rem 1.7rem;box-shadow:0 14px 30px #ff85a114}.consultation-expectations h2{margin:0 0 1rem;font-size:1.15rem;font-weight:800;color:#2e3439}.consultation-expectations ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.95rem}.consultation-expectations li{display:flex;align-items:flex-start;gap:.7rem;text-align:left;color:#66707a;line-height:1.55}.expectation-bullet{flex-shrink:0;margin-top:.2rem;color:#ff85a1}.consultation-back{display:flex;justify-content:center;margin-top:2.5rem}.consultation-back-button{display:inline-flex;align-items:center;gap:.65rem;padding:.95rem 1.7rem;border-radius:999px;border:1px solid #ffcbd6;background:#fff;color:#2e3439;font-weight:700;text-decoration:none;box-shadow:0 10px 20px #1f29370a;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.consultation-back-button:hover{transform:translateY(-1px);border-color:#ffb8c8;box-shadow:0 14px 24px #1f293714}@media(max-width:768px){.consultation-page-main{padding:6rem 1rem 3rem}.consultation-icon-shell{width:74px;height:74px;margin-bottom:1.3rem}.consultation-kicker{font-size:1.9rem}.consultation-intro{font-size:1rem}.consultation-cta{font-size:1.15rem}.consultation-expectations{padding:1.5rem 1.4rem 1.4rem}}.newsletter-page-wrapper{min-height:100vh;background:radial-gradient(circle at top left,rgba(255,143,163,.12),transparent 32%),radial-gradient(circle at top right,rgba(255,201,214,.18),transparent 26%),linear-gradient(180deg,#fffaf6,#fffdfd);color:#2d3436}.newsletter-page-main{max-width:1180px;margin:0 auto;padding:120px 5% 80px}.newsletter-hero{position:relative;text-align:center;margin-bottom:3rem}.newsletter-back-link{position:absolute;top:0;left:0;display:inline-flex;align-items:center;gap:.5rem;color:#ff8fa3;text-decoration:none;font-size:.95rem;font-weight:500;transition:color .2s ease}.newsletter-back-link:hover{color:#e0768b}.newsletter-hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#fff0f3;border:1px solid #ffe3e8;color:#5b5f63;border-radius:999px;padding:.55rem 1rem;font-size:.86rem;font-weight:600;margin-bottom:1.2rem}.newsletter-page-title{font-size:clamp(2.5rem,5vw,4.2rem);line-height:1.02;margin:0 0 1rem;font-weight:800;letter-spacing:-.03em;color:#2d3436}.newsletter-page-subtitle{max-width:720px;margin:0 auto;font-size:1.08rem;line-height:1.75;color:#636e72}.newsletter-meta-row{display:flex;justify-content:center;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}.newsletter-meta-pill{display:inline-flex;align-items:center;gap:.5rem;background:#fff;border:1px solid #ffe3e8;border-radius:999px;padding:.65rem 1rem;font-size:.95rem;color:#495057;box-shadow:0 10px 24px #ff8fa314}.newsletter-filter-panel{display:flex;justify-content:space-between;align-items:flex-end;gap:1.5rem;background:linear-gradient(135deg,#fff5f8,#fff);border:1px solid #ffe3e8;border-radius:28px;padding:1.5rem 1.5rem 1.35rem;box-shadow:0 18px 36px #ff8fa314;margin-bottom:2rem}.newsletter-filter-copy{max-width:520px}.newsletter-filter-eyebrow{margin:0 0 .45rem;text-transform:uppercase;letter-spacing:.12em;font-size:.74rem;font-weight:700;color:#ff8fa3}.newsletter-filter-copy h2{margin:0 0 .5rem;font-size:1.55rem;color:#2d3436}.newsletter-filter-copy p{margin:0;line-height:1.65;color:#636e72}.newsletter-language-pills{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.65rem}.newsletter-language-pill{border:1px solid #ffd2da;background:#fff;color:#5a6167;border-radius:999px;padding:.72rem 1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.newsletter-language-pill:hover{border-color:#ff8fa3;color:#ff6b8e;transform:translateY(-1px)}.newsletter-language-pill.active{background:#ff8fa3;color:#fff;border-color:#ff8fa3;box-shadow:0 10px 18px #ff8fa340}.newsletter-archive{display:flex;flex-direction:column;gap:1.35rem}.newsletter-loading-state,.newsletter-empty-state{border:1px solid #ffe3e8;border-radius:22px;background:#ffffffe6;box-shadow:0 16px 30px #2d34360d;padding:1.25rem 1.35rem;display:inline-flex;align-items:center;gap:.7rem;color:#636e72}.newsletter-error{margin:0 0 1rem;color:#b42318;font-weight:700}.newsletter-spin{animation:newsletter-spin 1s linear infinite}.newsletter-issue-card{background:#ffffffe0;border:1px solid #ffe3e8;border-radius:28px;padding:1.5rem;box-shadow:0 16px 30px #2d34360d}.newsletter-issue-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.85rem}.newsletter-issue-month{margin:0 0 .35rem;color:#ff8fa3;font-size:.85rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.newsletter-issue-header h3{margin:0;font-size:clamp(1.5rem,2vw,2rem);color:#2d3436}.newsletter-issue-theme{align-self:center;background:#fff0f3;color:#c04b66;border:1px solid #ffe3e8;border-radius:999px;padding:.55rem .9rem;font-size:.85rem;font-weight:700;max-width:min(620px,58vw);text-align:center}.newsletter-issue-summary{margin:0 0 1.25rem;color:#636e72;line-height:1.7;max-width:860px}.newsletter-highlight-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));gap:.8rem;margin-bottom:1.3rem}.newsletter-highlight-item{display:flex;align-items:flex-start;gap:.55rem;background:#fffafc;border:1px solid #ffe9ee;border-radius:18px;padding:.9rem .95rem;color:#4d555a;line-height:1.5}.newsletter-highlight-item span{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}.newsletter-highlight-item svg{color:#ff8fa3;flex-shrink:0;margin-top:.2rem}.newsletter-editions{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr));gap:1rem;align-items:stretch}.newsletter-edition-card{background:linear-gradient(180deg,#fff,#fffafc);border:1px solid #ffe3e8;border-radius:22px;padding:1.1rem;display:flex;flex-direction:column;gap:.8rem;min-height:100%}.newsletter-edition-topline{display:flex;justify-content:space-between;align-items:center;gap:.6rem}.newsletter-language-label{font-weight:800;color:#2d3436}.newsletter-edition-format{font-size:.8rem;color:#ff8fa3;font-weight:700}.newsletter-edition-card h4{margin:0;font-size:1.05rem;color:#2d3436}.newsletter-edition-card p{margin:0;color:#636e72;line-height:1.65}.newsletter-edition-intro,.newsletter-edition-preview{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical}.newsletter-edition-intro{-webkit-line-clamp:3}.newsletter-edition-preview{-webkit-line-clamp:4}.newsletter-edition-footer{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:auto}.newsletter-edition-footer span{font-size:.86rem;color:#8b9094;font-weight:600}.newsletter-preview-button{display:inline-flex;align-items:center;justify-content:center;border:none;background:#ff8fa3;color:#fff;border-radius:999px;padding:.68rem 1rem;font-weight:700;text-decoration:none;cursor:pointer;transition:all .2s ease}.newsletter-preview-button:hover{background:#ff6f8d;transform:translateY(-1px)}@keyframes newsletter-spin{to{transform:rotate(360deg)}}@media(max-width:992px){.newsletter-filter-panel{flex-direction:column;align-items:flex-start}.newsletter-language-pills{justify-content:flex-start}.newsletter-highlight-list{grid-template-columns:1fr}}@media(max-width:768px){.newsletter-page-main{padding:108px 16px 64px}.newsletter-hero{text-align:left}.newsletter-back-link{position:static;margin-bottom:1rem}.newsletter-meta-row{justify-content:flex-start}.newsletter-filter-panel{padding:1.2rem;border-radius:22px}.newsletter-issue-header{flex-direction:column}.newsletter-issue-theme{align-self:flex-start;max-width:100%;text-align:left}.newsletter-edition-topline,.newsletter-edition-footer{flex-direction:column;align-items:flex-start}.newsletter-preview-button{width:100%}}@media(max-width:480px){.newsletter-page-main{padding-top:102px}.newsletter-page-subtitle{font-size:1rem}.newsletter-filter-copy h2{font-size:1.25rem}.newsletter-language-pills{width:100%}.newsletter-language-pill{flex:1 1 calc(50% - .65rem);text-align:center}.newsletter-issue-card{padding:1.1rem;border-radius:22px}}.blog-article-page-wrapper{min-height:100vh;background:radial-gradient(circle at top left,rgba(255,143,163,.12),transparent 32%),radial-gradient(circle at top right,rgba(255,201,214,.18),transparent 26%),linear-gradient(180deg,#fffaf6,#fffdfd);color:#2d3436}.blog-article-page-main{max-width:1180px;margin:0 auto;padding:120px 5% 80px}.blog-article-hero{text-align:center;margin-bottom:2rem}.blog-article-back-link{display:inline-flex;align-items:center;gap:.5rem;color:#ff8fa3;text-decoration:none;font-size:.95rem;font-weight:500;margin-bottom:1rem}.blog-article-back-link:hover{color:#e0768b}.blog-article-hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#fff0f3;border:1px solid #ffe3e8;color:#5b5f63;border-radius:999px;padding:.55rem 1rem;font-size:.86rem;font-weight:600;margin-bottom:1.1rem}.blog-article-title{font-size:clamp(2.2rem,4.4vw,3.9rem);line-height:1.05;margin:0;font-weight:800;letter-spacing:-.03em;color:#2d3436}.blog-article-intro{max-width:760px;margin:1rem auto 0;font-size:1.08rem;line-height:1.75;color:#636e72}.blog-article-meta-row{display:flex;justify-content:center;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}.blog-article-meta-pill{display:inline-flex;align-items:center;gap:.5rem;background:#fff;border:1px solid #ffe3e8;border-radius:999px;padding:.65rem 1rem;font-size:.95rem;color:#495057;box-shadow:0 10px 24px #ff8fa314}.blog-article-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:1.5rem;align-items:start;margin-top:2rem}.blog-article-loading{min-height:260px;margin-top:1rem;border:1px solid #ffe3e8;border-radius:22px;background:#ffffffe6;box-shadow:0 16px 30px #2d34360d;padding:1.25rem 1.35rem;display:inline-flex;align-items:center;gap:.7rem;color:#636e72}.blog-article-spin{animation:blog-article-spin 1s linear infinite}.blog-article-content{min-width:0}.blog-article-card{background:#ffffffe6;border:1px solid #ffe3e8;border-radius:28px;padding:1.5rem;box-shadow:0 16px 30px #2d34360d}.blog-article-card h2{margin:1.8rem 0 .7rem;font-size:1.45rem;line-height:1.25;color:#2d3436}.blog-article-card h2:first-child{margin-top:0}.blog-article-card h3{margin:1.35rem 0 .65rem;font-size:1.14rem;line-height:1.35;color:#394044}.blog-article-card p{margin:0 0 1rem;line-height:1.75;color:#636e72}.blog-article-card p:first-child{margin-top:0}.blog-article-card strong{color:#2d3436;font-weight:800}.blog-article-card ul,.blog-article-card ol{margin:0 0 1.15rem;padding-left:1.35rem;color:#636e72}.blog-article-card li{margin-bottom:.58rem;line-height:1.7;padding-left:.15rem}.blog-article-card li::marker{color:#ff8fa3;font-weight:800}.blog-article-sidebar{display:grid;gap:1rem}.blog-article-card-soft{padding:1.2rem}.blog-article-sidebar-label{margin:0 0 .9rem;text-transform:uppercase;letter-spacing:.12em;font-size:.72rem;font-weight:700;color:#ff8fa3}.blog-article-language-pills{display:flex;flex-wrap:wrap;gap:.65rem}.blog-article-language-pill{display:inline-flex;align-items:center;justify-content:center;padding:.7rem .95rem;border-radius:999px;border:1px solid #ffd2da;background:#fff;color:#5a6167;text-decoration:none;font-weight:600;transition:all .2s ease}.blog-article-language-pill:hover{transform:translateY(-1px);border-color:#ff8fa3;color:#ff6b8e}.blog-article-language-pill.active{background:#ff8fa3;color:#fff;border-color:#ff8fa3;box-shadow:0 10px 18px #ff8fa340}.blog-article-takeaways{margin:0;padding-left:1.2rem;color:#636e72}.blog-article-takeaways li{margin-bottom:.65rem;line-height:1.6}.blog-article-sidebar-copy{margin:0;color:#636e72;line-height:1.7}@keyframes blog-article-spin{to{transform:rotate(360deg)}}@media(max-width:992px){.blog-article-layout{grid-template-columns:1fr}}@media(max-width:768px){.blog-article-page-main{padding:108px 16px 64px}.blog-article-hero{text-align:left}.blog-article-intro{margin-left:0;margin-right:0;font-size:1rem}.blog-article-meta-row{justify-content:flex-start}}@media(max-width:480px){.blog-article-page-main{padding-top:102px}.blog-article-card{padding:1.1rem;border-radius:22px}}.login-page-wrapper{min-height:100vh;background:radial-gradient(circle at top,rgba(255,143,163,.08),transparent 35%),linear-gradient(180deg,#fff9fb,#fff 46%,#fffdfc);color:#2c3238}.login-page-main{max-width:820px;margin:0 auto;padding:7rem 1.5rem 4rem}.login-hero{text-align:center;padding-top:.5rem}.login-icon-shell{width:86px;height:86px;margin:0 auto 1.75rem;border-radius:50%;background:linear-gradient(180deg,#ff94af,#ff85a1);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 16px 34px #ff85a147}.login-kicker{margin:0 0 .7rem;font-family:Sacramento,cursive;font-size:2.2rem;line-height:1;color:#ff85a1}.login-hero h1{margin:0;font-size:clamp(2.8rem,6vw,4.2rem);line-height:1.05;font-weight:800;color:#2e3439;letter-spacing:-.03em}.login-intro{max-width:720px;margin:1.4rem auto 0;font-size:1.15rem;line-height:1.65;color:#66707a}.login-cta{margin-top:2rem;border:none;border-radius:999px;padding:.95rem 2.4rem;background:linear-gradient(90deg,#ff7d99,#ff9fb1);color:#fff;font-size:1.35rem;font-weight:800;box-shadow:0 16px 30px #ff85a147}.login-benefits{width:min(100%,470px);margin:2.75rem auto 0;background:#ffffffeb;border:1px solid #ffdce4;border-radius:18px;padding:1.8rem 2rem 1.7rem;box-shadow:0 14px 30px #ff85a114}.login-benefits h2{margin:0 0 1rem;display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:1.15rem;font-weight:800;color:#2e3439}.login-benefits h2 svg{color:#ff85a1;flex-shrink:0}.login-benefits ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.95rem}.login-benefits li{display:flex;align-items:flex-start;gap:.55rem;text-align:left;color:#66707a;line-height:1.55}.benefit-dot{color:#ff85a1;flex-shrink:0;line-height:1;font-size:1.1rem;margin-top:.12rem}.login-back{display:flex;justify-content:center;margin-top:2.5rem}.login-back-button{display:inline-flex;align-items:center;gap:.65rem;padding:.95rem 1.7rem;border-radius:999px;border:1px solid #ffcbd6;background:#fff;color:#2e3439;font-weight:700;text-decoration:none;box-shadow:0 10px 20px #1f29370a;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.login-back-button:hover{transform:translateY(-1px);border-color:#ffb8c8;box-shadow:0 14px 24px #1f293714}@media(max-width:768px){.login-page-main{padding:6rem 1rem 3rem}.login-icon-shell{width:74px;height:74px;margin-bottom:1.3rem}.login-kicker{font-size:1.9rem}.login-intro{font-size:1rem}.login-cta{font-size:1.15rem}.login-benefits{padding:1.5rem 1.4rem 1.4rem}}.admin-login-page{min-height:100vh;display:grid;place-items:center;padding:2rem 1rem;background:radial-gradient(circle at top,rgba(255,143,163,.1),transparent 30%),linear-gradient(180deg,#fff8fa,#fff 55%,#fffdfd);color:#2e3439}.admin-login-shell{width:min(100%,430px);text-align:center}.admin-login-icon{width:70px;height:70px;margin:0 auto 1.5rem;border-radius:50%;display:grid;place-items:center;color:#fff;background:linear-gradient(180deg,#ff93b1,#ff7f9c);box-shadow:0 16px 30px #ff7f9c47}.admin-login-eyebrow{margin:0 0 .45rem;color:#ff7f9c;font-family:Sacramento,cursive;font-size:2.2rem;line-height:1}.admin-login-shell h1{margin:0;font-size:clamp(2.4rem,4.5vw,3.2rem);line-height:1.05;font-weight:800;letter-spacing:-.04em}.admin-login-subtitle{margin:.75rem auto 0;max-width:340px;color:#6b7280;line-height:1.6}.admin-login-card{margin-top:2rem;padding:2rem 1.8rem 1.6rem;border-radius:22px;background:#fffffff0;border:1px solid #ffdbe3;box-shadow:0 18px 40px #1f293714;text-align:left}.admin-login-field{display:block}.admin-login-field+.admin-login-field{margin-top:1.1rem}.admin-login-field span{display:inline-block;margin-bottom:.55rem;color:#1f2937;font-size:.9rem;font-weight:700}.admin-login-field input{width:100%;border:1px solid #f7d7df;border-radius:14px;padding:.95rem 1rem;background:#fff;color:#2e3439;font:inherit;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.admin-login-field input::placeholder{color:#9ca3af}.admin-login-field input:focus{border-color:#ff8aa5;box-shadow:0 0 0 4px #ff8aa51f}.admin-login-button{width:100%;margin-top:1.35rem;border:none;border-radius:999px;padding:.95rem 1.2rem;display:inline-flex;align-items:center;justify-content:center;gap:.6rem;background:linear-gradient(90deg,#ff7d99,#ff9fb1);color:#fff;font-size:1rem;font-weight:800;box-shadow:0 16px 30px #ff85a147}.admin-login-button:disabled{opacity:.75;cursor:not-allowed}.admin-login-error{margin:.95rem 0 0;text-align:center;color:#b42318;font-weight:600}.admin-login-note{margin-top:1.25rem;padding:1rem 1rem .9rem;border-radius:16px;background:#fff5f7;border:1px solid #ffdbe3;color:#6b7280;font-size:.92rem;line-height:1.45}.admin-login-note strong{display:block;margin-bottom:.3rem;color:#1f2937;font-size:.95rem}.admin-login-note p{margin:0}.admin-login-note p+p{margin-top:.15rem}.admin-login-back{margin-top:1.6rem;display:flex;justify-content:center}.admin-login-back-link{display:inline-flex;align-items:center;gap:.55rem;border-radius:999px;padding:.85rem 1.25rem;border:1px solid #ffdbe3;background:#fff;color:#2e3439;text-decoration:none;font-weight:700;box-shadow:0 10px 22px #1f29370d}@media(max-width:480px){.admin-login-card{padding:1.5rem 1.2rem 1.2rem}.admin-login-eyebrow{font-size:1.9rem}}.admin-dashboard-page{min-height:100vh;padding:3.5rem 1.25rem 4rem;background:radial-gradient(circle at 10% 0%,rgba(255,143,163,.12),transparent 36%),radial-gradient(circle at 90% 14%,rgba(148,227,215,.12),transparent 38%),linear-gradient(180deg,#fff6f8,#fff 54%,#fffdfd);color:#111827}.admin-dashboard-header{max-width:1180px;margin:0 auto;display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.admin-dashboard-header h1{margin:0;font-size:clamp(2.2rem,4.4vw,3.1rem);letter-spacing:-.04em}.admin-dashboard-header p{margin:.45rem 0 0;color:#6b7280}.admin-logout{border-radius:999px;border:1px solid #ffc2d2;background:#ffffffe6;padding:.7rem 1.15rem;display:inline-flex;align-items:center;gap:.55rem;font-weight:700;color:#111827;box-shadow:0 10px 20px #1f29370f}.admin-stats{max-width:1180px;margin:2rem auto 0;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1.25rem}.admin-stat-card{border-radius:18px;border:1px solid rgba(255,210,221,.7);background:#ffffffeb;box-shadow:0 16px 34px #1f29370f;padding:1.15rem 1.2rem;display:flex;align-items:center;gap:1rem}.admin-stat-icon{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;color:#ff4f7f;background:#ff8fa324}.admin-stat-icon.mint{color:#3aa89a;background:#94e3d72e}.admin-stat-icon.rose{color:#ff4f7f;background:#ffd4dc4d}.admin-stat-icon.sky{color:#2c7adf;background:#afdbff40}.admin-stat-label{margin:0;color:#6b7280;font-size:.9rem}.admin-stat-value{margin:.15rem 0 0;font-size:1.55rem;font-weight:900;letter-spacing:-.02em}.admin-tabs{max-width:1180px;margin:1.75rem auto 0;display:flex;gap:1rem;flex-wrap:wrap}.admin-tabs button{border-radius:999px;border:1px solid rgba(255,210,221,.9);background:#ffffffe6;padding:.75rem 1.35rem;font-weight:800;color:#4b5563;box-shadow:0 10px 18px #1f29370a}.admin-tabs button.active{border-color:#ff8da5e6;background:linear-gradient(90deg,#ff7d99,#ff9fb1);color:#fff;box-shadow:0 16px 28px #ff85a138}.admin-error{max-width:1180px;margin:1.25rem auto 0;color:#b42318;font-weight:650}.admin-panel{max-width:1180px;margin:1.25rem auto 0;background:#ffffffe6;border:1px solid rgba(255,210,221,.75);border-radius:22px;box-shadow:0 20px 50px #1f293714;padding:2.15rem 2.1rem 2rem}.admin-panel h2{margin:0;font-size:1.6rem;letter-spacing:-.02em}.admin-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.admin-section-head-inline{align-items:center}.admin-section-copy{margin:.35rem 0 0;color:#6b7280;max-width:60ch}.admin-section-chip{display:inline-flex;align-items:center;gap:.45rem;padding:.55rem .8rem;border-radius:999px;background:#ffeff3e6;border:1px solid rgba(255,210,221,.8);color:#9f1239;font-weight:800;white-space:nowrap}.admin-translation-card{padding:1.2rem 1.15rem;border-radius:20px;border:1px solid rgba(255,210,221,.75);background:#ffffffd9;display:grid;gap:1rem}.admin-translation-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.admin-translation-label{margin:0;color:#9f1239;font-size:.82rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.admin-translation-head h3{margin:.35rem 0 0;font-size:1.15rem;letter-spacing:-.02em}.admin-translation-remove,.admin-article-add{border-radius:999px;border:1px solid rgba(255,210,221,.85);background:#ffffffeb;color:#4b5563;padding:.65rem .9rem;font-weight:800;display:inline-flex;align-items:center;gap:.45rem}.admin-translation-remove{color:#b42318;flex-shrink:0}.admin-article-actions{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.admin-overview-list{margin-top:1.7rem;display:grid;gap:1rem}.admin-overview-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.05rem 1.25rem;border-radius:16px;background:#ffeff3b3;border:1px solid rgba(255,210,221,.65);color:#4b5563}.admin-overview-row strong{color:#111827}.admin-table{margin-top:1.6rem}.admin-table-head,.admin-table-row{display:grid;grid-template-columns:1.55fr .9fr .65fr;gap:1rem;padding:.95rem .8rem;align-items:center}.admin-table-head{border-bottom:1px solid rgba(255,210,221,.85);color:#111827;font-weight:900}.admin-table-row{border-bottom:1px solid rgba(255,240,244,.95);color:#4b5563}.admin-email{overflow:hidden;text-overflow:ellipsis}.admin-pill{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.35rem .7rem;font-size:.82rem;font-weight:800;border:1px solid transparent;white-space:nowrap}.admin-pill.ok{background:#22c55e1f;color:#027a48;border-color:#22c55e2e}.admin-pill.warn{background:#f59e0b24;color:#b54708;border-color:#f59e0b2e}.admin-faq-list{margin-top:1.6rem;display:grid;gap:1.1rem}.admin-faq-card{padding:1.2rem 1.25rem 1.05rem;border-radius:18px;border:1px solid rgba(255,210,221,.75);background:#fff6f8b3}.admin-faq-top{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.admin-faq-top h3{margin:0;font-size:1.05rem;letter-spacing:-.01em}.admin-faq-top p{margin:.2rem 0 0;color:#6b7280;font-size:.9rem}.admin-faq-meta{display:flex;align-items:center;gap:.75rem}.admin-faq-date{color:#6b7280;font-size:.9rem}.admin-faq-question{margin:.9rem 0 0;color:#111827;font-weight:650}.admin-articles-layout{margin-top:1.6rem;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.75fr);gap:1.2rem}.admin-article-form{padding:1.2rem;border-radius:20px;border:1px solid rgba(255,210,221,.75);background:#fff6f8b8;display:grid;gap:1rem}.admin-article-field{display:grid;gap:.45rem}.admin-article-field span{font-weight:800;color:#111827}.admin-article-field input,.admin-article-field textarea,.admin-article-field select{width:100%;border-radius:16px;border:1px solid rgba(255,210,221,.9);background:#fffffff2;padding:.95rem 1rem;color:#111827;outline:none;transition:border-color .18s ease,box-shadow .18s ease}.admin-article-field textarea{resize:vertical;min-height:108px}.admin-article-field input:focus,.admin-article-field textarea:focus,.admin-article-field select:focus{border-color:#ff8da5f2;box-shadow:0 0 0 4px #ff9db229}.admin-article-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.admin-article-submit{border:0;border-radius:16px;padding:.95rem 1.15rem;display:inline-flex;align-items:center;justify-content:center;gap:.55rem;font-weight:900;color:#fff;background:linear-gradient(90deg,#ff7d99,#ff9fb1);box-shadow:0 16px 28px #ff85a138}.admin-article-submit:disabled{opacity:.72;cursor:wait}.admin-spin{animation:admin-spin 1s linear infinite}.admin-article-sidebar{display:grid;gap:1rem}.admin-article-preview{border-radius:20px;border:1px solid rgba(255,210,221,.75);background:#ffffffe6;padding:1.15rem 1.2rem;box-shadow:0 18px 30px #1f29370d}.admin-article-preview-soft{background:#fff6f8c7}.admin-article-preview-label{margin:0;font-size:.82rem;text-transform:uppercase;letter-spacing:.08em;color:#9f1239;font-weight:900}.admin-article-preview strong{display:block;margin-top:.45rem;font-size:1.35rem;letter-spacing:-.02em}.admin-article-preview span{display:block;margin-top:.45rem;color:#6b7280}.admin-article-fields-list{margin:.8rem 0 0;padding-left:1.1rem;display:grid;gap:.5rem;color:#4b5563}.admin-recent-articles{margin-top:1.6rem}.admin-article-list{margin-top:1rem;display:grid;gap:1rem}.admin-article-card{border-radius:18px;border:1px solid rgba(255,210,221,.75);background:#ffffffe6;padding:1.05rem 1.15rem}.admin-article-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.admin-article-card-meta{margin:0;color:#9f1239;font-size:.88rem;font-weight:800}.admin-article-card h4{margin:.25rem 0 0;font-size:1.12rem;letter-spacing:-.02em}.admin-article-card-summary{margin:.75rem 0 0;color:#4b5563}.admin-article-card-footer{margin-top:.85rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem;color:#6b7280;font-size:.92rem}.admin-article-error{margin:0;color:#b42318;font-weight:700}.admin-article-success{margin:0;color:#027a48;font-weight:700}.admin-empty-state{margin:1rem 0 0;color:#6b7280}@keyframes admin-spin{to{transform:rotate(360deg)}}@media(max-width:980px){.admin-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-articles-layout{grid-template-columns:1fr}}@media(max-width:640px){.admin-dashboard-page{padding-top:3rem}.admin-panel{padding:1.7rem 1.35rem 1.5rem}.admin-section-head,.admin-translation-head,.admin-article-actions,.admin-article-card-top,.admin-article-card-footer{flex-direction:column;align-items:flex-start}.admin-article-grid{grid-template-columns:1fr}.admin-table-head,.admin-table-row{grid-template-columns:1fr;gap:.35rem}.admin-table-head span:nth-child(2),.admin-table-head span:nth-child(3){display:none}.admin-table-row span:nth-child(2),.admin-table-row span:nth-child(3){justify-self:start}.admin-stats{grid-template-columns:1fr}}
