:root{--primary:#ec4899;--primary-dark:#be185d;--secondary:#f43f5e;--bg-light:#fdf2f8;--bg-white:#fff;--text-dark:#111827;--text-gray:#4b5563;--text-light:#9ca3af;--border-light:#fbcfe8;--border-gray:#e5e7eb}*{margin:0;padding:0;box-sizing:border-box}body{font-family:'Inter',sans-serif;color:var(--text-dark);background-color:var(--bg-white);line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:'Merriweather',serif;font-weight:700}.container{max-width:1280px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.container{padding:0 1.5rem}}@media(min-width:1024px){.container{padding:0 2rem}}header{position:sticky;top:0;z-index:40;background-color:var(--bg-white);border-bottom:1px solid var(--border-gray);box-shadow:0 1px 3px rgba(0,0,0,.1)}header .container{padding:1rem;display:flex;align-items:center;justify-content:space-between}nav{display:flex;gap:2rem}nav a{font-size:.95rem;color:var(--text-gray);text-decoration:none;font-weight:500;transition:color .2s;cursor:pointer}nav a:hover{color:var(--primary)}@media(max-width:768px){nav{display:none}}.hero{background-color:var(--bg-white);border-bottom:1px solid var(--border-gray);padding:3rem 0}.hero .container{max-width:900px}.hero h2{font-size:2.5rem;margin-bottom:1.5rem;line-height:1.2;color:var(--text-dark)}@media(min-width:768px){.hero h2{font-size:3.5rem}}.hero-subtitle{font-size:1.125rem;color:var(--text-gray);margin-bottom:2rem;line-height:1.8}.author-info{display:flex;align-items:center;gap:1rem}.author-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;border:2px solid var(--border-light)}.author-details p:first-child{font-weight:600;color:var(--text-dark);font-size:.95rem}.author-details p:last-child{font-size:.85rem;color:var(--text-gray)}main{padding:3rem 0}.content-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:1024px){.content-grid{grid-template-columns:1fr 320px;gap:3rem}}article{background-color:var(--bg-white);border-radius:0;box-shadow:none;border:none;padding:0;margin-bottom:3rem}article h3{font-size:2rem;margin-bottom:1.5rem;color:var(--text-dark);margin-top:2rem}article h4{font-size:1.5rem;margin-top:2rem;margin-bottom:1rem;color:var(--text-dark)}article h5{font-weight:600;margin-bottom:.5rem;color:var(--text-dark)}article p{margin-bottom:1.5rem;font-size:1rem;line-height:1.8;color:var(--text-gray)}.article-image{width:100%;border-radius:0;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1);margin:2rem 0}.article-image img{width:100%;height:auto;display:block}.image-caption{font-size:.875rem;color:var(--text-gray);font-style:italic;padding:1rem;background-color:#f9fafb}.numbered-list{display:flex;flex-direction:column;gap:1.5rem;margin:1.5rem 0}.list-item{display:flex;gap:1rem}.list-number{width:32px;height:32px;border-radius:50%;background-color:#fce7f3;display:flex;align-items:center;justify-content:center;color:#be185d;font-weight:700;flex-shrink:0}.list-content p{margin:0}.highlight-box{border-left:4px solid var(--primary);padding:1.5rem;border-radius:0;margin:1.5rem 0}.highlight-box.pink{background-color:#fdf2f8;border-left-color:#f472b6}.highlight-box.rose{background-color:#ffe4e6;border-left-color:#f43f5e}.highlight-box.amber{background-color:#fffbeb;border-left-color:#fbbf24}.highlight-box h5{margin-bottom:.75rem}.highlight-box p{margin-bottom:0}.phase-boxes{display:grid;grid-template-columns:1fr;gap:1rem;margin:1.5rem 0}@media(min-width:768px){.phase-boxes{grid-template-columns:1fr 1fr}}.phase-box{padding:1rem;border-radius:0;border-left:4px solid}.phase-box.pink{background-color:#fdf2f8;border-left-color:#fbcfe8}.phase-box.rose{background-color:#ffe4e6;border-left-color:#f472b6}.phase-box.amber{background-color:#fffbeb;border-left-color:#fbbf24}.phase-box.purple{background-color:#f3e8ff;border-left-color:#d8b4fe}.phase-box h5{margin-bottom:.5rem;font-size:.95rem}.phase-box p{margin:0;font-size:.9rem}.medication-boxes{display:grid;grid-template-columns:1fr;gap:1rem;margin:1.5rem 0}@media(min-width:768px){.medication-boxes{grid-template-columns:1fr 1fr}}.medication-box{padding:1rem;border-radius:0;border-left:4px solid}.medication-box.blue{background-color:#eff6ff;border-left-color:#60a5fa}.medication-box.green{background-color:#f0fdf4;border-left-color:#4ade80}.medication-box.purple{background-color:#f3e8ff;border-left-color:#d8b4fe}.medication-box.orange{background-color:#fff7ed;border-left-color:#fb923c}.medication-box h5{margin-bottom:.5rem}.medication-box p{margin:0;font-size:.9rem}.medication-box .meta{font-size:.8rem;color:var(--text-gray);margin-bottom:.5rem;font-weight:500}.author-bio{background:#f9fafb;border-radius:0;padding:2rem;border:1px solid var(--border-gray);display:flex;gap:1.5rem;margin-top:3rem}.author-bio-image{width:96px;height:96px;border-radius:50%;object-fit:cover;border:2px solid #fff;box-shadow:0 2px 8px rgba(0,0,0,.1);flex-shrink:0}.author-bio-content h4{margin-top:0;margin-bottom:.5rem}.author-bio-content p{margin-bottom:.75rem;font-size:.95rem}.sidebar{display:flex;flex-direction:column;gap:2rem}@media(max-width:1023px){.sidebar{grid-column:1/-1}}.benefits-sticker{background:#fff;border-radius:0;box-shadow:0 2px 8px rgba(0,0,0,.1);border:1px solid var(--border-light);padding:1.5rem;position:sticky;top:100px;transform:none}.sticker-header{font-size:1.125rem;font-weight:700;color:var(--text-dark);margin-bottom:1rem;text-align:left}.benefits-list{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.benefit-item{display:flex;gap:.75rem;align-items:flex-start}.benefit-check{width:20px;height:20px;color:#f43f5e;flex-shrink:0;margin-top:.25rem;font-weight:700}.benefit-item span{font-size:.875rem;color:var(--text-gray)}.sticker-cta{display:block;width:100%;padding:.75rem 1rem;background:linear-gradient(135deg,#f43f5e,#ec4899);color:#fff;font-weight:600;text-align:center;border-radius:0;text-decoration:none;border:none;cursor:pointer;transition:opacity .2s}.sticker-cta:hover{opacity:.9}.newsletter-section{background:linear-gradient(135deg,#fdf2f8,#ffe4e6);padding:4rem 0;border-top:1px solid var(--border-light)}.newsletter-content{max-width:600px;margin:0 auto;text-align:center}.newsletter-content h3{font-size:2rem;margin-bottom:1rem;color:var(--text-dark)}.newsletter-content p{font-size:1rem;color:var(--text-gray);margin-bottom:2rem}.newsletter-form{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.newsletter-form input{padding:.75rem 1rem;border:1px solid var(--border-light);border-radius:0;font-size:1rem;font-family:'Inter',sans-serif}.newsletter-form input:focus{outline:none;border-color:#ec4899;box-shadow:0 0 0 3px rgba(236,72,153,.1)}.newsletter-form button{padding:.75rem 1rem;background:linear-gradient(135deg,#f43f5e,#ec4899);color:#fff;border:none;border-radius:0;font-size:1rem;font-weight:600;cursor:pointer;transition:opacity .2s}.newsletter-form button:hover{opacity:.9}.newsletter-privacy{font-size:.875rem;color:var(--text-light)}footer{background-color:#111827;color:#9ca3af;margin-top:0}footer .container{padding:3rem 1rem}.footer-content{border-top:1px solid #1f2937;padding-top:2rem;text-align:center;font-size:.875rem}.footer-links{display:flex;justify-content:center;gap:1.5rem;margin-bottom:1.5rem}.footer-links button{background:none;border:none;color:#9ca3af;cursor:pointer;font-weight:500;font-size:.95rem;transition:color .2s}.footer-links button:hover{color:#fff}.modal{display:none;position:fixed;z-index:50;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);animation:fadeIn .2s}.modal.active{display:flex;align-items:center;justify-content:center}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.modal-content{background-color:#fff;padding:2rem;border-radius:0;max-width:42rem;max-height:80vh;overflow-y:auto;animation:slideIn .3s;position:relative}@keyframes slideIn{from{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.modal-header h2{font-size:1.5rem;margin:0}.modal-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--text-gray);transition:color .2s}.modal-close:hover{color:var(--text-dark)}.modal-body{color:var(--text-gray);line-height:1.8}.modal-body p{margin-bottom:1rem}.modal-body h4{font-weight:600;color:var(--text-dark);margin-top:1rem;margin-bottom:.5rem}@media(max-width:768px){.hero h2{font-size:2rem}article{padding:0}article h3{font-size:1.5rem}article h4{font-size:1.25rem}.author-bio{flex-direction:column;align-items:center;text-align:center}.author-bio-image{width:80px;height:80px}.benefits-sticker{position:static}.newsletter-content h3{font-size:1.5rem}}
