/*
Theme Name: Ladies Health Life
Theme URI: https://ladieshealthlife.com
Author: Ladies Health Life
Description: Fast, clean, AdSense-optimized WordPress theme for women's health and lifestyle. Pink & green feminine design.
Version: 1.0.0
License: GPL-2.0-or-later
Text Domain: ladieshealthlife
Tags: blog, custom-menu, featured-images, custom-logo
*/

/* ── RESET & BASE ─────────────────────── */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{font-size:16px;scroll-behavior:smooth}
body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;font-size:1rem;line-height:1.75;color:#333;background:#fafafa}
a{color:#d63384;text-decoration:none;transition:color .2s}
a:hover{color:#a3175a}
img{max-width:100%;height:auto;display:block}
ul{list-style:none}
h1,h2,h3,h4,h5,h6{line-height:1.3;color:#1a1a1a;font-weight:700}

/* ── LAYOUT ───────────────────────────── */
.container{max-width:1200px;margin:0 auto;padding:0 20px}
.site-layout{display:flex;gap:28px;padding:28px 0;max-width:1200px;margin:0 auto;padding-left:20px;padding-right:20px}
.main-content{flex:1;min-width:0}
.sidebar{width:310px;flex-shrink:0}
.site-content{min-height:60vh}

/* ── HEADER ───────────────────────────── */
#masthead{background:linear-gradient(135deg,#d63384 0%,#b02a70 100%);box-shadow:0 2px 12px rgba(0,0,0,.18);position:sticky;top:0;z-index:999}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding:0 20px;max-width:1200px;margin:0 auto;height:62px;gap:15px}
.site-branding a{display:flex;align-items:center;gap:10px;text-decoration:none}
.logo-icon{width:38px;height:38px;background:rgba(255,255,255,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.3rem;flex-shrink:0}
.site-name-wrap{display:flex;flex-direction:column}
.site-title-text{font-size:1.25rem;font-weight:800;color:#fff;letter-spacing:-.3px;line-height:1.1}
.site-tagline{font-size:.7rem;color:rgba(255,255,255,.8);line-height:1}
.main-nav ul{display:flex;gap:2px;align-items:center}
.main-nav ul li a{color:rgba(255,255,255,.9);font-size:.85rem;font-weight:600;padding:7px 13px;border-radius:20px;white-space:nowrap;transition:background .2s}
.main-nav ul li a:hover,.main-nav ul li.current-menu-item a{background:rgba(255,255,255,.22);color:#fff}
.header-search-btn{background:rgba(255,255,255,.18);border:none;color:#fff;width:36px;height:36px;border-radius:50%;cursor:pointer;font-size:1rem;display:flex;align-items:center;justify-content:center;transition:background .2s;flex-shrink:0}
.header-search-btn:hover{background:rgba(255,255,255,.3)}
/* Mobile */
.hamburger{display:none;background:none;border:none;cursor:pointer;padding:6px;flex-direction:column;gap:5px}
.hamburger span{display:block;width:22px;height:2px;background:#fff;border-radius:2px;transition:all .3s}
.mobile-menu{display:none;background:#a3175a;border-top:1px solid rgba(255,255,255,.1)}
.mobile-menu ul{padding:8px 20px 14px}
.mobile-menu ul li a{display:block;color:#fff;padding:11px 0;border-bottom:1px solid rgba(255,255,255,.08);font-size:.92rem}
.mobile-menu.is-open{display:block}

/* ── HERO ─────────────────────────────── */
.site-hero{background:linear-gradient(135deg,#fce4ec 0%,#f8e8ee 60%,#e8f5e9 100%);padding:55px 20px;text-align:center}
.site-hero h1{font-size:2.1rem;color:#a3175a;margin-bottom:12px;font-weight:800}
.site-hero p{font-size:1rem;color:#666;max-width:580px;margin:0 auto 26px}
.hero-search{display:flex;max-width:490px;margin:0 auto;border-radius:30px;overflow:hidden;box-shadow:0 4px 22px rgba(214,51,132,.22)}
.hero-search input{flex:1;border:none;padding:14px 22px;font-size:.95rem;color:#333;outline:none}
.hero-search button{background:#d63384;border:none;color:#fff;padding:14px 26px;font-size:.95rem;font-weight:700;cursor:pointer;transition:background .2s}
.hero-search button:hover{background:#a3175a}

/* ── CATEGORY BAR ─────────────────────── */
.cat-bar{background:#fff;border-bottom:1px solid #eee;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}
.cat-bar::-webkit-scrollbar{display:none}
.cat-bar-inner{display:flex;gap:8px;padding:11px 20px;max-width:1200px;margin:0 auto;white-space:nowrap}
.cat-pill{display:inline-block;padding:6px 17px;border-radius:20px;font-size:.8rem;font-weight:700;color:#d63384;background:#fce4ec;border:1.5px solid #f9a8d4;transition:all .2s;text-decoration:none}
.cat-pill:hover{background:#d63384;color:#fff;border-color:#d63384}

/* ── AD AREAS ─────────────────────────── */
.ad-zone{background:#f9f9f9;border:1.5px dashed #ddd;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#bbb;font-size:.78rem;letter-spacing:.5px;text-transform:uppercase;margin:18px 0}
.ad-zone-banner{height:90px}
.ad-zone-box{height:250px}
.ad-zone-wide{height:100px;width:100%}

/* ── SECTION HEADING ──────────────────── */
.sec-head{display:flex;align-items:center;gap:12px;margin-bottom:20px}
.sec-head h2{font-size:1.25rem;white-space:nowrap}
.sec-head::after{content:'';flex:1;height:2px;background:linear-gradient(90deg,#d63384,transparent);border-radius:2px}

/* ── FEATURED POST ────────────────────── */
.featured-post{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 2px 14px rgba(0,0,0,.07);margin-bottom:28px;display:grid;grid-template-columns:1fr 1fr}
.featured-img{height:320px;object-fit:cover;width:100%}
.featured-img-placeholder{height:320px;background:linear-gradient(135deg,#fce4ec,#f3e5f5);display:flex;align-items:center;justify-content:center;font-size:5rem}
.featured-body{padding:32px 28px;display:flex;flex-direction:column;justify-content:center}
.feat-label{display:inline-block;background:#d63384;color:#fff;font-size:.72rem;font-weight:800;padding:4px 12px;border-radius:3px;margin-bottom:14px;text-transform:uppercase;letter-spacing:1px;align-self:flex-start}
.featured-body h2{font-size:1.4rem;margin-bottom:12px}
.featured-body h2 a{color:#1a1a1a}
.featured-body h2 a:hover{color:#d63384}
.featured-body p{color:#666;font-size:.9rem;margin-bottom:18px;-webkit-line-clamp:3;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}

/* ── POST GRID ────────────────────────── */
.posts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:22px;margin-bottom:28px}
.post-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,.06);transition:transform .2s,box-shadow .2s}
.post-card:hover{transform:translateY(-4px);box-shadow:0 8px 28px rgba(0,0,0,.11)}
.card-thumb{width:100%;height:190px;object-fit:cover}
.card-thumb-ph{width:100%;height:190px;background:linear-gradient(135deg,#fce4ec,#e8f5e9);display:flex;align-items:center;justify-content:center;font-size:2.8rem}
.card-body{padding:16px}
.card-cat{display:inline-block;background:#fce4ec;color:#d63384;font-size:.72rem;font-weight:800;padding:3px 10px;border-radius:20px;margin-bottom:9px;text-transform:uppercase;letter-spacing:.4px}
.card-body h3{font-size:.98rem;margin-bottom:8px;line-height:1.4}
.card-body h3 a{color:#1a1a1a}
.card-body h3 a:hover{color:#d63384}
.card-excerpt{font-size:.84rem;color:#777;line-height:1.6;margin-bottom:13px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.card-meta{display:flex;align-items:center;justify-content:space-between;font-size:.78rem;color:#aaa;padding-top:11px;border-top:1px solid #f5f5f5}
.btn-read{display:inline-block;background:#d63384;color:#fff;padding:7px 18px;border-radius:20px;font-size:.82rem;font-weight:700;transition:background .2s}
.btn-read:hover{background:#a3175a;color:#fff}

/* ── SINGLE POST ──────────────────────── */
.single-hero{background:linear-gradient(135deg,#fce4ec,#f8e8ee);padding:35px 20px 0}
.single-hero-inner{max-width:1200px;margin:0 auto}
.single-cat-badge{display:inline-block;background:#d63384;color:#fff;font-size:.75rem;font-weight:800;padding:4px 14px;border-radius:20px;margin-bottom:13px;text-transform:uppercase}
.single-title{font-size:1.9rem;line-height:1.3;color:#1a1a1a;margin-bottom:14px;max-width:850px}
.single-meta{display:flex;gap:18px;color:#888;font-size:.82rem;flex-wrap:wrap;margin-bottom:20px;align-items:center}
.single-meta span{display:flex;align-items:center;gap:5px}
.single-feat-img{width:100%;max-height:430px;object-fit:cover;border-radius:12px 12px 0 0}
.single-content-wrap{max-width:1200px;margin:0 auto;padding:28px 20px}
.single-layout{display:flex;gap:28px}
.entry-content{font-size:1.05rem;line-height:1.82;color:#333}
.entry-content h2{font-size:1.45rem;color:#1a1a1a;margin:28px 0 14px;padding-bottom:8px;border-bottom:2px solid #fce4ec}
.entry-content h3{font-size:1.15rem;color:#333;margin:20px 0 10px}
.entry-content p{margin-bottom:15px}
.entry-content ul,.entry-content ol{margin:12px 0 15px 26px}
.entry-content ul{list-style:disc}
.entry-content ol{list-style:decimal}
.entry-content li{margin-bottom:7px}
.entry-content a{color:#d63384;text-decoration:underline}
.entry-content strong{color:#1a1a1a}
.entry-content blockquote{border-left:4px solid #d63384;background:#fce4ec;padding:15px 20px;border-radius:0 8px 8px 0;margin:18px 0;font-style:italic;color:#555}
.entry-content img{border-radius:10px;margin:18px 0}
/* Quick Answer Box */
.qab{background:linear-gradient(135deg,#e8f5e9,#f1f8e9);border:2px solid #a5d6a7;border-radius:10px;padding:18px 22px;margin:20px 0 24px}
.qab-label{font-size:.72rem;font-weight:800;color:#2e7d32;text-transform:uppercase;letter-spacing:1px;margin-bottom:7px;display:block}
.qab p{color:#333;margin:0;font-size:.95rem}
/* Disclaimer in post */
.post-disclaimer{background:#fff8e1;border-left:4px solid #ffc107;padding:12px 16px;border-radius:0 8px 8px 0;font-size:.85rem;color:#555;margin:20px 0}
/* Share */
.share-row{display:flex;gap:10px;flex-wrap:wrap;margin:24px 0;padding:18px;background:#f9f9f9;border-radius:10px;align-items:center}
.share-row strong{font-size:.88rem;color:#555;margin-right:5px}
.s-btn{display:inline-flex;align-items:center;gap:7px;padding:9px 18px;border-radius:8px;font-size:.82rem;font-weight:700;color:#fff;text-decoration:none;transition:opacity .2s}
.s-btn:hover{opacity:.85;color:#fff}
.s-fb{background:#1877f2}.s-wa{background:#25d366}.s-pin{background:#e60023}
/* Author box */
.author-box{display:flex;gap:16px;background:#fce4ec;border-radius:12px;padding:20px;margin:28px 0;align-items:flex-start}
.author-avi{width:65px;height:65px;border-radius:50%;background:#d63384;display:flex;align-items:center;justify-content:center;font-size:1.8rem;flex-shrink:0;color:#fff}
.author-info h4{color:#d63384;margin-bottom:5px;font-size:.95rem}
.author-info p{font-size:.85rem;color:#555;margin:0}
/* Related posts */
.related-posts{margin-top:30px}

/* ── SIDEBAR ──────────────────────────── */
.widget{background:#fff;border-radius:12px;box-shadow:0 2px 10px rgba(0,0,0,.06);padding:20px;margin-bottom:22px}
.widget-title{font-size:1rem;font-weight:700;margin-bottom:14px;padding-bottom:9px;border-bottom:2px solid #fce4ec;position:relative}
.widget-title::after{content:'';position:absolute;bottom:-2px;left:0;width:38px;height:2px;background:#d63384}
.widget ul li{padding:7px 0;border-bottom:1px solid #f5f5f5;font-size:.88rem}
.widget ul li:last-child{border:none}
.widget ul li a{color:#444;transition:color .2s}
.widget ul li a:hover{color:#d63384}
.widget ul li .count{float:right;background:#fce4ec;color:#d63384;font-size:.72rem;padding:2px 8px;border-radius:10px;font-weight:700}
.about-widget{background:linear-gradient(135deg,#fce4ec,#f3e5f5);border-radius:12px;padding:20px;text-align:center;margin-bottom:22px;box-shadow:0 2px 10px rgba(0,0,0,.06)}
.about-widget .aw-icon{font-size:2.8rem;margin-bottom:8px}
.about-widget h3{color:#d63384;font-size:1rem;margin-bottom:7px}
.about-widget p{font-size:.83rem;color:#666;margin:0}

/* ── PAGINATION ───────────────────────── */
.posts-pagination{display:flex;gap:7px;justify-content:center;flex-wrap:wrap;margin:28px 0}
.posts-pagination a,.posts-pagination span{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;font-size:.88rem;font-weight:700;background:#fff;color:#555;box-shadow:0 1px 5px rgba(0,0,0,.08);transition:all .2s}
.posts-pagination a:hover,.posts-pagination .current{background:#d63384;color:#fff}

/* ── BREADCRUMB ───────────────────────── */
.breadcrumb{padding:9px 20px;background:#f8f8f8;border-bottom:1px solid #eee;font-size:.8rem;color:#999}
.breadcrumb a{color:#d63384}
.breadcrumb .sep{margin:0 6px;color:#ccc}

/* ── STATIC PAGES ─────────────────────── */
.page-banner{background:linear-gradient(135deg,#fce4ec,#f3e5f5);padding:50px 20px;text-align:center}
.page-banner h1{font-size:1.9rem;color:#a3175a;margin-bottom:8px}
.page-banner p{color:#777;font-size:.95rem}
.page-body{max-width:860px;margin:0 auto;padding:40px 20px}
.page-body h2{font-size:1.35rem;color:#a3175a;margin:24px 0 12px}
.page-body h3{font-size:1.1rem;color:#333;margin:18px 0 10px}
.page-body p{margin-bottom:14px;color:#444;line-height:1.8}
.page-body ul{margin:10px 0 14px 24px;list-style:disc}
.page-body ul li{margin-bottom:6px;color:#444}
.page-body a{color:#d63384}
.page-last-updated{background:#f9f9f9;border-radius:8px;padding:10px 16px;font-size:.82rem;color:#888;margin-bottom:22px;display:inline-block}
/* Contact form */
.cf-wrap{max-width:580px}
.cf-group{margin-bottom:18px}
.cf-group label{display:block;font-weight:700;margin-bottom:6px;color:#333;font-size:.88rem}
.cf-group input,.cf-group textarea,.cf-group select{width:100%;padding:11px 15px;border:2px solid #e0e0e0;border-radius:8px;font-size:.93rem;color:#333;outline:none;font-family:inherit;transition:border .2s}
.cf-group input:focus,.cf-group textarea:focus{border-color:#d63384}
.cf-group textarea{height:130px;resize:vertical}
.btn-send{background:#d63384;color:#fff;border:none;padding:13px 34px;border-radius:8px;font-size:.95rem;font-weight:700;cursor:pointer;transition:background .2s}
.btn-send:hover{background:#a3175a}
.cf-success{background:#e8f5e9;border-left:4px solid #4caf50;padding:14px 18px;border-radius:0 8px 8px 0;color:#2e7d32;margin-bottom:18px;display:none}

/* ── FOOTER ───────────────────────────── */
#colophon{background:linear-gradient(135deg,#1a1a2e,#16213e);color:#ccc;margin-top:40px}
.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px;padding:48px 20px;max-width:1200px;margin:0 auto}
.fc h3{color:#fff;font-size:.95rem;margin-bottom:16px;padding-bottom:9px;border-bottom:2px solid #d63384;display:inline-block}
.fc p{font-size:.86rem;color:#aaa;line-height:1.75;margin-bottom:13px}
.fc ul li{padding:5px 0}
.fc ul li a{color:#aaa;font-size:.85rem;transition:color .2s}
.fc ul li a::before{content:'› ';color:#d63384}
.fc ul li a:hover{color:#f9a8d4}
.footer-disclaimer-text{background:rgba(255,255,255,.05);border-radius:8px;padding:13px 16px;font-size:.78rem;color:#777;line-height:1.6;margin-top:14px}
.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding:18px 20px;max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px}
.footer-bottom p{font-size:.82rem;color:#777}
.footer-links{display:flex;gap:14px;flex-wrap:wrap}
.footer-links a{color:#777;font-size:.8rem;transition:color .2s}
.footer-links a:hover{color:#f9a8d4}

/* ── SEARCH / 404 ─────────────────────── */
.search-results-header,.not-found-wrap{text-align:center;padding:55px 20px}
.not-found-num{font-size:7rem;color:#fce4ec;font-weight:900;line-height:1;margin-bottom:10px}
.not-found-wrap h2{font-size:1.4rem;color:#333;margin-bottom:12px}
.not-found-wrap p{color:#777;margin-bottom:22px}
.generic-search{display:flex;max-width:460px;margin:0 auto;border-radius:30px;overflow:hidden;box-shadow:0 3px 15px rgba(0,0,0,.1)}
.generic-search input{flex:1;border:none;padding:13px 20px;font-size:.95rem;outline:none}
.generic-search button{background:#d63384;border:none;color:#fff;padding:13px 26px;cursor:pointer;font-size:.95rem;font-weight:700}

/* ── RESPONSIVE ───────────────────────── */
@media(max-width:1024px){.sidebar{width:270px}.footer-top{grid-template-columns:1fr 1fr}}
@media(max-width:768px){
  .site-layout,.single-layout{flex-direction:column}
  .sidebar{width:100%}
  .main-nav,.header-search-btn{display:none}
  .hamburger{display:flex}
  .featured-post{grid-template-columns:1fr}
  .featured-img,.featured-img-placeholder{height:200px}
  .featured-body{padding:20px}
  .featured-body h2{font-size:1.15rem}
  .posts-grid{grid-template-columns:1fr 1fr}
  .footer-top{grid-template-columns:1fr;gap:22px;padding:30px 20px}
  .footer-bottom{flex-direction:column;text-align:center}
  .single-title{font-size:1.4rem}
  .site-hero h1{font-size:1.55rem}
}
@media(max-width:480px){.posts-grid{grid-template-columns:1fr}.site-hero{padding:36px 15px}}

/* ── COMMENTS ─────────────────────────── */
.comments-area{margin-top:30px}
.comments-area h2{font-size:1.2rem;margin-bottom:18px;color:#1a1a1a}
.comment-list li{background:#fff;border-radius:10px;padding:16px;margin-bottom:14px;box-shadow:0 1px 6px rgba(0,0,0,.05)}
.comment-author b{font-size:.9rem;color:#d63384}
.comment-meta{font-size:.78rem;color:#aaa;margin-bottom:8px}
.comment-content p{font-size:.9rem;color:#444}
.comment-respond{background:#fff;border-radius:10px;padding:20px;margin-top:20px;box-shadow:0 1px 6px rgba(0,0,0,.05)}
.comment-respond h3{font-size:1.1rem;margin-bottom:16px}
.comment-form input,.comment-form textarea{width:100%;padding:10px 14px;border:2px solid #eee;border-radius:8px;margin-bottom:12px;font-size:.9rem;font-family:inherit;outline:none}
.comment-form input:focus,.comment-form textarea:focus{border-color:#d63384}
.comment-form textarea{height:110px;resize:vertical}
.comment-form input[type=submit]{width:auto;background:#d63384;color:#fff;border:none;padding:10px 28px;border-radius:8px;cursor:pointer;font-weight:700}

/* ── SCREEN READER ────────────────────── */
.screen-reader-text{position:absolute;left:-9999em}
