/* ProstataCare Indonesia | v1.0.0 | prostatacare.id | Prostate Health Care Blog */
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=DM+Sans:wght@300;400;500;600;700;800&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --sage:    #3D6B4F;
  --sage2:   #2D5040;
  --sage3:   #1E3829;
  --amber:   #C9893B;
  --amber2:  #A86E28;
  --cream:   #FDFCFB;
  --beige:   #F5F0EA;
  --card:    #FFFFFF;
  --text:    #1A1A1A;
  --muted:   #6B6B6B;
  --lt-sage: #EBF3EE;
  --brd-sage:#B8D4C2;
  --r:       12px;
  --sh:      0 2px 16px rgba(61,107,79,0.09);
  --sh-lg:   0 12px 48px rgba(61,107,79,0.15);
}
html { font-size: 16px; scroll-behavior: smooth; }
body { font-family: 'DM Sans', sans-serif; background: var(--cream); color: var(--text); line-height: 1.7; -webkit-font-smoothing: antialiased; }

/* ── Top notice bar ── */
.notice-bar { background: var(--sage3); padding: 9px 24px; text-align: center; font-size: 0.71rem; color: #A7C5B0; font-weight: 500; letter-spacing: 0.02em; }
.notice-bar strong { color: #D4EAD8; }

/* ── Header — minimal editorial ── */
.hdr { background: var(--cream); border-bottom: 2px solid var(--sage); position: sticky; top: 0; z-index: 100; }
.hdr-in { max-width: 1320px; margin: auto; padding: 0 40px; display: flex; align-items: center; justify-content: space-between; height: 68px; }
.logo-link { text-decoration: none; display: flex; align-items: center; gap: 14px; }
.logo-icon { width: 42px; height: 42px; border-radius: 50%; background: var(--sage); display: flex; align-items: center; justify-content: center; font-size: 1.2rem; box-shadow: 0 2px 8px rgba(61,107,79,0.3); }
.logo-text { font-family: 'DM Serif Display', serif; font-size: 1.4rem; color: var(--sage3); letter-spacing: -0.02em; }
.logo-text span { color: var(--amber); }
.logo-geo { font-size: 0.62rem; color: var(--muted); text-transform: uppercase; letter-spacing: 0.13em; display: block; margin-top: -2px; }
.nav { display: flex; align-items: center; gap: 0; }
.nav a { color: var(--muted); text-decoration: none; font-size: 0.86rem; font-weight: 600; padding: 8px 16px; border-radius: 6px; transition: all 0.2s; }
.nav a:hover { color: var(--sage); background: var(--lt-sage); }
.nav a.on { color: var(--sage); font-weight: 700; }
.btn-nav { background: var(--sage); color: #fff !important; padding: 9px 22px !important; border-radius: 8px; margin-left: 8px; box-shadow: 0 2px 8px rgba(61,107,79,0.25); }
.btn-nav:hover { background: var(--sage2) !important; }

/* ── HERO: Full-width editorial ── */
.hero { position: relative; height: 580px; overflow: hidden; }
.hero-img { width: 100%; height: 100%; object-fit: cover; object-position: center 40%; filter: brightness(0.45) saturate(0.7); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(30,56,41,0.85) 0%, rgba(30,56,41,0.4) 50%, transparent 100%); }
.hero-content { position: absolute; bottom: 0; left: 0; right: 0; padding: 60px 64px; max-width: 1320px; margin: 0 auto; right: auto; width: 100%; }
.hero-content { position: absolute; bottom: 60px; left: 50%; transform: translateX(-50%); width: 100%; max-width: 1320px; padding: 0 64px; }
.hero-topic { display: inline-flex; align-items: center; gap: 8px; background: var(--amber); color: #fff; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; padding: 6px 14px; border-radius: 4px; margin-bottom: 18px; }
.hero-h { font-family: 'DM Serif Display', serif; font-size: clamp(2.4rem,4.5vw,4rem); color: #fff; line-height: 1.1; max-width: 800px; margin-bottom: 18px; letter-spacing: -0.02em; }
.hero-sub { color: rgba(255,255,255,0.8); font-size: 1.1rem; max-width: 600px; margin-bottom: 28px; line-height: 1.7; }
.hero-btns { display: flex; gap: 14px; }
.btn-hero { background: #fff; color: var(--sage3); padding: 13px 30px; border-radius: 8px; font-size: 0.92rem; font-weight: 700; text-decoration: none; transition: all 0.2s; }
.btn-hero:hover { background: var(--amber); color: #fff; }
.btn-hero-o { border: 2px solid rgba(255,255,255,0.5); color: #fff; padding: 13px 30px; border-radius: 8px; font-size: 0.92rem; font-weight: 600; text-decoration: none; transition: all 0.2s; }
.btn-hero-o:hover { border-color: #fff; background: rgba(255,255,255,0.1); }

/* ── CATEGORY NAV BAR ── */
.cat-nav { background: var(--sage); }
.cat-nav-in { max-width: 1320px; margin: auto; padding: 14px 40px; display: flex; gap: 6px; flex-wrap: wrap; align-items: center; }
.cat-link { color: rgba(255,255,255,0.7); text-decoration: none; font-size: 0.8rem; font-weight: 600; padding: 6px 16px; border-radius: 100px; transition: all 0.2s; border: 1px solid transparent; }
.cat-link:hover { color: #fff; background: rgba(255,255,255,0.12); }
.cat-link.active { color: #fff; background: rgba(255,255,255,0.15); border-color: rgba(255,255,255,0.3); }

/* ── LAYOUT ── */
.w { max-width: 1320px; margin: 0 auto; padding: 0 40px; }
.sp { padding: 72px 0; }
.sec-hd { margin-bottom: 40px; display: flex; align-items: flex-end; justify-content: space-between; }
.sec-kicker { font-size: 0.68rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.15em; color: var(--amber); display: flex; align-items: center; gap: 8px; margin-bottom: 10px; }
.sec-kicker::before { content: ''; display: inline-block; width: 24px; height: 2px; background: var(--amber); }
.sec-h { font-family: 'DM Serif Display', serif; font-size: clamp(1.8rem,2.8vw,2.4rem); color: var(--sage3); letter-spacing: -0.02em; line-height: 1.2; }
.see-all { font-size: 0.82rem; font-weight: 700; color: var(--sage); text-decoration: none; display: flex; align-items: center; gap: 5px; white-space: nowrap; padding-bottom: 4px; border-bottom: 1.5px solid var(--brd-sage); transition: all 0.2s; }
.see-all:hover { color: var(--amber); border-color: var(--amber); }

/* ── FEATURED HERO CARD ── */
.feat-card { display: grid; grid-template-columns: 1.1fr 1fr; background: var(--card); border-radius: 18px; overflow: hidden; box-shadow: var(--sh-lg); border: 1px solid #E8E2DA; margin-bottom: 60px; text-decoration: none; transition: transform 0.3s, box-shadow 0.3s; }
.feat-card:hover { transform: translateY(-5px); box-shadow: 0 20px 60px rgba(61,107,79,0.18); }
.feat-img-w { overflow: hidden; }
.feat-img { width: 100%; height: 100%; min-height: 380px; object-fit: cover; display: block; transition: transform 0.4s; }
.feat-card:hover .feat-img { transform: scale(1.04); }
.feat-body { padding: 48px; display: flex; flex-direction: column; justify-content: center; }
.feat-label { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; }
.feat-cat { background: var(--lt-sage); color: var(--sage2); font-size: 0.65rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; padding: 4px 12px; border-radius: 4px; }
.feat-new { background: var(--amber); color: #fff; font-size: 0.6rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; padding: 3px 10px; border-radius: 4px; }
.feat-h { font-family: 'DM Serif Display', serif; font-size: 1.7rem; color: var(--text); line-height: 1.28; margin-bottom: 14px; letter-spacing: -0.01em; }
.feat-ex { color: var(--muted); font-size: 0.92rem; line-height: 1.75; margin-bottom: 24px; }
.feat-read { display: inline-flex; align-items: center; gap: 8px; color: var(--sage); font-size: 0.875rem; font-weight: 700; text-decoration: none; padding-bottom: 2px; border-bottom: 2px solid var(--brd-sage); transition: all 0.2s; }
.feat-card:hover .feat-read { color: var(--amber); border-color: var(--amber); gap: 12px; }

/* ── 3-COL CARD GRID ── */
.card-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.card { background: var(--card); border-radius: var(--r); overflow: hidden; border: 1px solid #E8E2DA; box-shadow: var(--sh); text-decoration: none; display: flex; flex-direction: column; transition: transform 0.3s cubic-bezier(.34,1.56,.64,1), box-shadow 0.3s; }
.card:hover { transform: translateY(-7px); box-shadow: var(--sh-lg); }
.card-img-w { overflow: hidden; }
.card-img { width: 100%; height: 210px; object-fit: cover; display: block; transition: transform 0.4s; }
.card:hover .card-img { transform: scale(1.06); }
.card-body { padding: 24px; flex: 1; display: flex; flex-direction: column; }
.card-cat { font-size: 0.64rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.11em; color: var(--sage); margin-bottom: 10px; display: flex; align-items: center; gap: 5px; }
.card-h { font-family: 'DM Serif Display', serif; font-size: 1.1rem; color: var(--text); line-height: 1.35; margin-bottom: 10px; }
.card-ex { color: var(--muted); font-size: 0.862rem; line-height: 1.65; flex: 1; }
.card-ft { display: flex; align-items: center; justify-content: space-between; margin-top: 18px; padding-top: 14px; border-top: 1px solid #F0EDE8; }
.card-read { font-size: 0.78rem; font-weight: 700; color: var(--sage); }
.card:hover .card-read { color: var(--amber); }
.card-dt { font-size: 0.72rem; color: #A0A0A0; }

/* ── TIPS STRIP (horizontal) ── */
.tips-row { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.tip-box { background: var(--card); border-radius: var(--r); padding: 28px 24px; border: 1px solid #E8E2DA; box-shadow: var(--sh); transition: all 0.25s; text-align: center; }
.tip-box:hover { transform: translateY(-4px); box-shadow: var(--sh-lg); border-color: var(--brd-sage); }
.tip-emoji { font-size: 2.4rem; margin-bottom: 14px; display: block; }
.tip-h { font-family: 'DM Serif Display', serif; font-size: 1.05rem; color: var(--sage3); margin-bottom: 10px; }
.tip-desc { color: var(--muted); font-size: 0.845rem; line-height: 1.65; }

/* ── SAGE BG SECTION ── */
.sage-section { background: var(--sage); padding: 80px 0; position: relative; overflow: hidden; }
.sage-section::before { content: ''; position: absolute; right: -60px; top: -60px; width: 400px; height: 400px; border-radius: 50%; background: rgba(255,255,255,0.05); }
.sage-inner { position: relative; z-index: 1; }
.sage-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 64px; align-items: center; }
.sage-img { width: 100%; height: 360px; object-fit: cover; border-radius: 16px; box-shadow: 0 20px 60px rgba(0,0,0,0.3); }
.sage-content {}
.sage-kicker { font-size: 0.68rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.14em; color: rgba(255,255,255,0.6); display: flex; align-items: center; gap: 8px; margin-bottom: 16px; }
.sage-kicker::before { content: ''; width: 20px; height: 2px; background: var(--amber); }
.sage-h { font-family: 'DM Serif Display', serif; font-size: 2rem; color: #fff; margin-bottom: 16px; line-height: 1.2; }
.sage-text { color: rgba(255,255,255,0.75); font-size: 0.95rem; line-height: 1.8; margin-bottom: 14px; }
.sage-list { list-style: none; margin: 20px 0 28px; }
.sage-list li { display: flex; gap: 12px; color: rgba(255,255,255,0.85); font-size: 0.9rem; padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,0.08); line-height: 1.55; }
.sage-list li:last-child { border: none; }
.sage-li-icon { color: var(--amber); flex-shrink: 0; font-size: 1rem; margin-top: 1px; }
.disc-green { background: rgba(201,137,59,0.12); border: 1px solid rgba(201,137,59,0.25); border-left: 3px solid var(--amber); border-radius: 8px; padding: 14px 16px; font-size: 0.74rem; color: #E8C08A; line-height: 1.65; }

/* ── QUOTE PULL ── */
.pull-quote { background: var(--beige); border-left: 5px solid var(--amber); padding: 32px 40px; border-radius: 0 12px 12px 0; margin: 36px 0; }
.pq-text { font-family: 'DM Serif Display', serif; font-size: 1.35rem; color: var(--sage3); line-height: 1.5; font-style: italic; margin-bottom: 10px; }
.pq-attr { font-size: 0.78rem; color: var(--muted); font-weight: 600; }

/* ── STATS ROW ── */
.stats-row { background: var(--beige); border-top: 1px solid #E8E2DA; border-bottom: 1px solid #E8E2DA; }
.stats-in { max-width: 1320px; margin: auto; padding: 28px 40px; display: grid; grid-template-columns: repeat(4,1fr); }
.stat { text-align: center; padding: 8px 16px; position: relative; }
.stat + .stat::before { content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); height: 36px; width: 1px; background: #D5CFC5; }
.stat-n { font-family: 'DM Serif Display', serif; font-size: 2rem; color: var(--sage); line-height: 1; }
.stat-l { font-size: 0.76rem; color: var(--muted); margin-top: 6px; font-weight: 600; }

/* ── NEWSLETTER ── */
.nl { background: var(--beige); padding: 64px 40px; border-top: 1px solid #E8E2DA; }
.nl-in { max-width: 560px; margin: auto; text-align: center; }
.nl-h { font-family: 'DM Serif Display', serif; font-size: 2rem; color: var(--sage3); margin-bottom: 10px; }
.nl-s { color: var(--muted); margin-bottom: 28px; }
.nl-f { display: flex; gap: 10px; }
.nl-inp { flex: 1; padding: 14px 18px; border-radius: 8px; border: 2px solid #D5CFC5; font-size: 0.9rem; outline: none; background: var(--cream); font-family: inherit; transition: border-color 0.2s; color: var(--text); }
.nl-inp:focus { border-color: var(--sage); }
.nl-btn { background: var(--sage); color: #fff; padding: 14px 26px; border-radius: 8px; border: none; font-size: 0.9rem; font-weight: 700; cursor: pointer; font-family: inherit; white-space: nowrap; transition: all 0.2s; }
.nl-btn:hover { background: var(--sage2); }

/* ── FOOTER ── */
.ftr { background: var(--sage3); color: #7A9E88; padding: 60px 0 32px; }
.ftr-in { max-width: 1320px; margin: auto; padding: 0 40px; }
.ftr-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 44px; padding-bottom: 44px; border-bottom: 1px solid rgba(255,255,255,0.06); }
.ftr-logo { font-family: 'DM Serif Display', serif; font-size: 1.4rem; color: #fff; margin-bottom: 12px; }
.ftr-logo span { color: var(--amber); }
.ftr-desc { font-size: 0.87rem; line-height: 1.75; max-width: 300px; margin-bottom: 18px; }
.ftr-disc { background: rgba(201,137,59,0.1); border: 1px solid rgba(201,137,59,0.2); border-radius: 8px; padding: 12px 14px; font-size: 0.69rem; color: #C9893B; line-height: 1.65; }
.fh { color: #B8D4C2; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 16px; }
.fl { list-style: none; }
.fl li { margin-bottom: 10px; }
.fl a { color: #5A7A68; text-decoration: none; font-size: 0.87rem; transition: color 0.2s; }
.fl a:hover { color: #A8C9B4; }
.ftr-bot { display: flex; justify-content: space-between; align-items: center; font-size: 0.77rem; flex-wrap: wrap; gap: 10px; }
.fleg { display: flex; gap: 18px; }
.fleg a { color: #3A5A48; text-decoration: none; transition: color 0.2s; }
.fleg a:hover { color: #A8C9B4; }

/* ── ARTICLE ── */
.art-pg { max-width: 820px; margin: 0 auto; padding: 64px 40px; }
.back-btn { display: inline-flex; align-items: center; gap: 6px; background: var(--lt-sage); color: var(--sage2); font-size: 0.82rem; font-weight: 700; text-decoration: none; padding: 8px 18px; border-radius: 6px; margin-bottom: 32px; border: 1px solid var(--brd-sage); transition: all 0.2s; }
.back-btn:hover { background: var(--brd-sage); }
.am { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; flex-wrap: wrap; }
.a-cat { background: var(--lt-sage); color: var(--sage2); font-size: 0.63rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; padding: 4px 12px; border-radius: 4px; border: 1px solid var(--brd-sage); }
.a-dt { font-size: 0.79rem; color: var(--muted); }
.art-title { font-family: 'DM Serif Display', serif; font-size: clamp(2rem,3.5vw,3rem); color: var(--sage3); line-height: 1.18; margin-bottom: 20px; letter-spacing: -0.02em; }
.art-lead { font-size: 1.15rem; color: var(--muted); line-height: 1.8; border-left: 4px solid var(--amber); padding-left: 20px; margin-bottom: 32px; font-style: italic; }
.a-hero { width: 100%; height: 440px; object-fit: cover; border-radius: 14px; margin-bottom: 40px; box-shadow: var(--sh-lg); display: block; }
.ac p { font-size: 1rem; line-height: 1.9; margin-bottom: 20px; color: #333; }
.ac h2 { font-family: 'DM Serif Display', serif; font-size: 1.6rem; color: var(--sage3); margin: 40px 0 14px; }
.ac h3 { font-family: 'DM Serif Display', serif; font-size: 1.25rem; color: var(--sage3); margin: 28px 0 10px; }
.ac ul, .ac ol { padding-left: 22px; margin-bottom: 20px; }
.ac li { margin-bottom: 10px; line-height: 1.75; color: #333; }
.ib { background: var(--lt-sage); border: 1px solid var(--brd-sage); border-left: 4px solid var(--sage); border-radius: 10px; padding: 20px 22px; margin: 28px 0; }
.ib-l { font-size: 0.68rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--sage2); margin-bottom: 8px; }
.ib p { font-size: 0.92rem; margin-bottom: 0 !important; line-height: 1.7; color: var(--sage3); }
.wb { background: #FFF8EE; border: 1px solid #F0D9B0; border-left: 4px solid var(--amber); border-radius: 10px; padding: 20px 22px; margin: 28px 0; }
.wb-l { font-size: 0.68rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--amber2); margin-bottom: 8px; }
.wb p { font-size: 0.92rem; margin-bottom: 0 !important; line-height: 1.7; color: #7C4A10; }
/* Related articles at bottom */
.rel-art { margin-top: 60px; padding-top: 40px; border-top: 2px solid #E8E2DA; }
.rel-h { font-family: 'DM Serif Display', serif; font-size: 1.5rem; color: var(--sage3); margin-bottom: 24px; }
.rel-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.rel-card { background: var(--card); border-radius: 10px; overflow: hidden; border: 1px solid #E8E2DA; text-decoration: none; transition: transform 0.25s, box-shadow 0.25s; }
.rel-card:hover { transform: translateY(-4px); box-shadow: var(--sh-lg); }
.rel-img { width: 100%; height: 130px; object-fit: cover; display: block; transition: transform 0.35s; }
.rel-card:hover .rel-img { transform: scale(1.06); }
.rel-body { padding: 14px 16px; }
.rel-cat { font-size: 0.62rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--sage); margin-bottom: 6px; }
.rel-h2 { font-family: 'DM Serif Display', serif; font-size: 0.9rem; color: var(--text); line-height: 1.35; }

/* ── Page Hero ── */
.ph { background: linear-gradient(135deg, var(--sage3) 0%, var(--sage) 100%); padding: 56px 40px; }
.ph-in { max-width: 1320px; margin: auto; }
.ph-kk { font-size: 0.68rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.14em; color: rgba(255,255,255,0.55); display: flex; align-items: center; gap: 8px; margin-bottom: 14px; }
.ph-kk::before { content: ''; width: 20px; height: 2px; background: var(--amber); }
.ph-h { font-family: 'DM Serif Display', serif; font-size: clamp(1.9rem,3.5vw,3rem); color: #fff; max-width: 720px; line-height: 1.2; letter-spacing: -0.02em; }

/* ── Contact ── */
.ct { max-width: 1100px; margin: 0 auto; padding: 72px 40px; display: grid; grid-template-columns: 1.5fr 1fr; gap: 64px; align-items: start; }
.cf { background: var(--card); border: 1px solid #E8E2DA; border-radius: 16px; padding: 42px; box-shadow: var(--sh-lg); }
.cf-h { font-family: 'DM Serif Display', serif; font-size: 1.7rem; color: var(--sage3); margin-bottom: 26px; }
.fg { margin-bottom: 18px; }
.fl-l { font-size: 0.84rem; font-weight: 600; color: var(--text); margin-bottom: 7px; display: block; }
.fc { width: 100%; padding: 12px 16px; border-radius: 8px; border: 2px solid #E8E2DA; font-size: 0.9rem; outline: none; background: var(--cream); font-family: inherit; color: var(--text); transition: border-color 0.2s; }
.fc:focus { border-color: var(--sage); }
textarea.fc { resize: vertical; min-height: 120px; }
.btn-sf { background: var(--sage); color: #fff; padding: 14px 32px; border-radius: 8px; border: none; font-size: 0.95rem; font-weight: 700; cursor: pointer; width: 100%; font-family: inherit; transition: all 0.2s; }
.btn-sf:hover { background: var(--sage2); }
.ci-blk { padding-top: 8px; }
.ci-h { font-family: 'DM Serif Display', serif; font-size: 1.7rem; color: var(--sage3); margin-bottom: 10px; }
.ci-s { color: var(--muted); margin-bottom: 32px; line-height: 1.75; font-size: 0.95rem; }
.ci-row { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 22px; }
.ci-ico { width: 44px; height: 44px; background: var(--lt-sage); border: 1px solid var(--brd-sage); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; }
.ci-lb { font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.09em; color: var(--muted); margin-bottom: 3px; }
.ci-vl { font-size: 0.93rem; color: var(--text); font-weight: 500; line-height: 1.55; }

/* ── Policy ── */
.pol { max-width: 800px; margin: 0 auto; padding: 64px 40px; }
.pol-h { font-family: 'DM Serif Display', serif; font-size: 2.4rem; color: var(--sage3); margin-bottom: 6px; }
.pol-d { color: var(--muted); font-size: 0.85rem; margin-bottom: 44px; }
.pol h2 { font-family: 'DM Serif Display', serif; font-size: 1.3rem; color: var(--sage3); margin: 36px 0 12px; }
.pol p { font-size: 0.95rem; line-height: 1.85; color: #444; margin-bottom: 14px; }
.pol ul { padding-left: 20px; margin-bottom: 14px; }
.pol li { font-size: 0.95rem; line-height: 1.75; color: #444; margin-bottom: 8px; }

@media (max-width: 1100px) {
  .card-grid { grid-template-columns: 1fr 1fr; }
  .tips-row { grid-template-columns: 1fr 1fr; }
  .sage-grid { grid-template-columns: 1fr; }
  .ftr-grid { grid-template-columns: 1fr 1fr; }
  .stats-in { grid-template-columns: 1fr 1fr; }
  .stat + .stat::before { display: none; }
  .feat-card { grid-template-columns: 1fr; }
  .feat-img { min-height: 280px; }
  .rel-grid { grid-template-columns: 1fr 1fr; }
  .ct { grid-template-columns: 1fr; padding: 48px 16px; }
}
@media (max-width: 768px) {
  .hdr-in { padding: 0 16px; }
  .nav { display: none; }
  .hero { height: 480px; }
  .hero-content { padding: 0 20px; bottom: 32px; }
  .hero-h { font-size: 2rem; }
  .w { padding: 0 16px; }
  .sp { padding: 52px 0; }
  .card-grid { grid-template-columns: 1fr; }
  .tips-row { grid-template-columns: 1fr; }
  .ftr-grid { grid-template-columns: 1fr; }
  .art-pg { padding: 40px 16px; }
  .a-hero { height: 260px; }
  .ph { padding: 44px 16px; }
  .nl-f { flex-direction: column; }
  .nl { padding: 52px 16px; }
  .rel-grid { grid-template-columns: 1fr; }
  .cat-nav-in { padding: 10px 16px; }
}
