.blog-post-page { background: var(--bg); }

.post-hero { background: linear-gradient(145deg, #fff8f2 0%, #ffe9db 50%, #fff2e6 100%); padding: 100px 5vw 56px; position: relative; overflow: hidden; }
.post-hero::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(circle, rgba(217,119,6,0.09) 1px, transparent 1px); background-size: 25px 25px; }
.post-hero-inner { max-width: 760px; margin: 0 auto; position: relative; z-index: 1; }
.back-link       { display: inline-flex; align-items: center; gap: 6px; color: rgba(31,41,55,0.6); font-size: 13px; font-weight: 700; text-decoration: none; margin-bottom: 20px; transition: color 0.15s; }
.back-link:hover { color: var(--teal); }
.post-category   { display: inline-block; font-size: 11px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; background: rgba(0,151,167,0.10); color: #00767f; padding: 5px 14px; border-radius: 50px; margin-bottom: 18px; }
.post-hero h1    { font-family: 'Baloo 2', cursive; font-weight: 800; font-size: clamp(26px, 4vw, 44px); color: var(--navy); line-height: 1.2; margin-bottom: 14px; }
.post-meta       { font-size: 13px; font-weight: 600; color: #4b5768; }

.post-content-section { padding: 56px 5vw 80px; }
.post-layout  { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 300px; gap: 48px; align-items: start; }
.post-article { background: #fff; border-radius: 24px; padding: 44px; box-shadow: 0 4px 20px rgba(0,80,140,0.08); }
.post-lead    { font-size: 17px; font-weight: 600; color: var(--navy); line-height: 1.75; margin-bottom: 36px; padding-bottom: 24px; border-bottom: 2px solid rgba(0,120,180,0.1); }
.post-section { margin-bottom: 32px; }
.post-section h2 { font-family: 'DM Serif Display', serif; font-size: clamp(20px, 2.5vw, 26px); color: var(--navy); margin-bottom: 14px; border-left: 4px solid var(--teal); padding-left: 16px; }
.post-section p  { font-size: 15px; color: var(--muted); font-weight: 600; line-height: 1.8; }

.post-word-list { list-style: none; margin: 14px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px 24px; }
.post-word-list li { font-size: 14.5px; font-weight: 700; color: var(--navy); line-height: 1.6; padding-left: 18px; position: relative; break-inside: avoid; }
.post-word-list li::before { content: '•'; position: absolute; left: 0; color: var(--teal); font-weight: 800; }

.post-comp-list { list-style: none; padding: 0; margin: 16px 0 0; display: flex; flex-direction: column; gap: 10px; }
.post-comp-link { display: inline-flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 700; color: var(--teal); text-decoration: none; padding: 12px 18px; border: 2px solid rgba(0,151,167,0.25); border-radius: 12px; transition: background 0.15s, border-color 0.15s, color 0.15s; }
.post-comp-link::before { content: '🔗'; font-size: 14px; }
.post-comp-link:hover { background: rgba(0,151,167,0.07); border-color: var(--teal); color: var(--navy); }

.post-top-links { display: flex; flex-wrap: wrap; gap: 10px; margin: -20px 0 32px; }
.post-top-link { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 800; color: var(--navy); text-decoration: none; background: linear-gradient(135deg, rgba(0,151,167,0.09), rgba(21,101,192,0.09)); border: 2px solid rgba(0,151,167,0.25); padding: 10px 16px; border-radius: 50px; transition: transform 0.15s, box-shadow 0.15s, border-color 0.15s, background 0.15s; }
.post-top-link-icon { font-size: 16px; }
.post-top-link:hover { transform: translateY(-2px); border-color: var(--teal); background: linear-gradient(135deg, rgba(0,151,167,0.16), rgba(21,101,192,0.16)); box-shadow: 0 6px 14px rgba(0,80,140,0.12); }

.post-inline-cta { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-top: 18px; padding: 18px 20px; background: rgba(0,151,167,0.06); border-left: 4px solid var(--teal); border-radius: 14px; }
.post-inline-cta-icon { font-size: 26px; flex-shrink: 0; }
.post-inline-cta-text { flex: 1 1 260px; font-size: 14px; font-weight: 700; color: var(--navy); line-height: 1.6; margin: 0; }
.post-inline-cta-btn { flex-shrink: 0; display: inline-flex; align-items: center; gap: 6px; background: var(--teal); color: #fff; font-size: 13px; font-weight: 800; text-decoration: none; padding: 10px 18px; border-radius: 50px; white-space: nowrap; transition: background 0.15s, transform 0.15s; }
.post-inline-cta-btn:hover { background: #00767f; transform: translateY(-1px); }

.post-feature-ctas { margin-top: 44px; padding: 32px; background: linear-gradient(150deg, #fff8f2 0%, #eafaf9 100%); border: 2px solid rgba(0,151,167,0.15); border-radius: 20px; text-align: center; }
.post-feature-ctas h3 { font-family: 'Baloo 2', cursive; font-weight: 800; font-size: clamp(20px, 3vw, 26px); color: var(--navy); margin-bottom: 8px; }
.post-feature-ctas-sub { font-size: 14px; font-weight: 600; color: var(--muted); margin-bottom: 24px; }
.post-feature-ctas-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.post-feature-card { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 6px; background: #fff; border-radius: 16px; padding: 24px 18px; text-decoration: none; box-shadow: 0 4px 14px rgba(0,80,140,0.08); transition: transform 0.15s, box-shadow 0.15s; }
.post-feature-card:hover { transform: translateY(-3px); box-shadow: 0 8px 22px rgba(0,80,140,0.14); }
.post-feature-card-icon { font-size: 32px; margin-bottom: 4px; }
.post-feature-card-title { font-family: 'Baloo 2', cursive; font-weight: 800; font-size: 16px; color: var(--navy); }
.post-feature-card-blurb { font-size: 13px; font-weight: 600; color: var(--muted); line-height: 1.5; }
.post-feature-card-link { margin-top: 8px; font-size: 13px; font-weight: 800; color: var(--teal); }

.post-cta-box { background: linear-gradient(135deg, #0097a7, #1565c0); border-radius: 20px; padding: 32px; text-align: center; margin-top: 40px; }
.post-cta-box h3 { font-family: 'Baloo 2', cursive; font-weight: 800; font-size: 22px; color: #fff; margin-bottom: 10px; }
.post-cta-box p  { font-size: 14px; color: rgba(255,255,255,0.85); font-weight: 600; line-height: 1.65; margin-bottom: 20px; }

.post-sidebar { position: sticky; top: 82px; display: flex; flex-direction: column; gap: 20px; }
.sidebar-card { background: #fff; border-radius: 18px; padding: 22px; box-shadow: 0 4px 16px rgba(0,80,140,0.08); }
.sidebar-title { font-family: 'Baloo 2', cursive; font-weight: 800; font-size: 16px; color: var(--navy); margin-bottom: 10px; }
.sidebar-card p { font-size: 13px; color: var(--muted); font-weight: 600; line-height: 1.6; margin-bottom: 14px; }
.sidebar-post-link { display: flex; gap: 10px; align-items: flex-start; padding: 10px 0; border-bottom: 1px solid rgba(0,120,180,0.08); text-decoration: none; color: var(--navy); font-size: 13px; font-weight: 700; line-height: 1.4; transition: color 0.15s; }
.sidebar-post-link:last-child { border-bottom: none; }
.sidebar-post-link:hover { color: var(--teal); }
.sidebar-post-link span:first-child { flex-shrink: 0; }

@media (max-width: 768px) {
  .post-layout { grid-template-columns: 1fr; }
  .post-sidebar { position: static; }
  .post-article { padding: 28px 20px; }
  .post-feature-ctas-grid { grid-template-columns: 1fr; }
  .post-feature-ctas { padding: 24px 18px; }
  .post-inline-cta { flex-direction: column; align-items: flex-start; text-align: left; }
  .post-inline-cta-btn { width: 100%; justify-content: center; }
  .post-top-links { margin-top: 0; }
  .post-top-link { flex: 1 1 calc(50% - 10px); justify-content: center; text-align: center; }
  .post-word-list { grid-template-columns: repeat(2, 1fr); }
}

@media print {
  nav, .post-hero, .post-sidebar, .post-top-links, .post-inline-cta, .post-feature-ctas, .post-cta-box, footer { display: none !important; }
  .post-layout { display: block; }
  .post-article { box-shadow: none; padding: 0; }
  .post-word-list { grid-template-columns: repeat(3, 1fr); break-inside: avoid; }
  .post-section { break-inside: avoid; }
}
