/* GrowthPath Advisory — inner pages (product pages + blog) */

/* ---- Inner-page hero ---- */
.ip-hero { padding: 64px 0 48px; border-bottom: 1px solid var(--gp-line); background: var(--gp-paper); position: relative; overflow: hidden; }
.ip-hero::before { content: ''; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(ellipse 50% 60% at 88% 0%, rgba(30,91,204,0.07) 0%, transparent 60%); }
.ip-hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center; }
@media (max-width: 900px) { .ip-hero-grid { grid-template-columns: 1fr; gap: 32px; } }
.ip-hero-text { min-width: 0; }
.ip-hero-photo { width: 100%; height: 480px; object-fit: cover; border-radius: 20px; box-shadow: 0 40px 80px -44px rgba(15,23,42,0.4); }
@media (max-width: 900px) { .ip-hero-photo { height: 300px; } }
.ip-breadcrumb { font-size: 13px; color: var(--gp-mute); margin-bottom: 20px; }
.ip-breadcrumb a { color: var(--gp-slate); font-weight: 500; }
.ip-breadcrumb a:hover { color: var(--gp-ink); }
.ip-hero .ip-ic { width: 56px; height: 56px; border-radius: 13px; background: var(--gp-blue-tint); color: var(--gp-blue); display: inline-flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.ip-hero .ip-ic svg { width: 28px; height: 28px; }
.ip-hero h1 { font-size: clamp(34px, 4.5vw, 52px); }
.ip-hero .ip-sub { margin-top: 18px; font-size: 18.5px; line-height: 1.55; color: var(--gp-slate); }
.ip-hero-cta { margin-top: 30px; display: flex; gap: 12px; flex-wrap: wrap; }

/* ---- Key terms strip ---- */
.terms { background: white; border-bottom: 1px solid var(--gp-line); }
.terms-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--gp-line); border: 1px solid var(--gp-line); border-radius: 14px; overflow: hidden; }
@media (max-width: 760px) { .terms-grid { grid-template-columns: repeat(2, 1fr); } }
.term-cell { background: white; padding: 26px 24px; }
.term-cell .v { font-size: 24px; font-weight: 700; letter-spacing: -0.025em; color: var(--gp-ink); }
.term-cell .v .u { color: var(--gp-blue); }
.term-cell .l { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gp-mute); font-weight: 600; margin-top: 8px; }

/* ---- Two-column body ---- */
.ip-body { display: grid; grid-template-columns: 1.4fr 1fr; gap: 56px; align-items: start; }
@media (max-width: 900px) { .ip-body { grid-template-columns: 1fr; gap: 40px; } }
.ip-body h2 { font-size: 28px; margin-bottom: 18px; }
.ip-body h3 { font-size: 18px; margin: 28px 0 12px; }
.ip-prose p { font-size: 16px; line-height: 1.65; color: var(--gp-slate); margin-bottom: 16px; }

.feature-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
.feature-list li { display: flex; gap: 12px; align-items: flex-start; font-size: 15px; color: var(--gp-graphite); line-height: 1.5; }
.feature-list li .ck { flex-shrink: 0; width: 22px; height: 22px; border-radius: 999px; background: var(--gp-good-tint); color: var(--gp-good); display: inline-flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 800; margin-top: 1px; }

/* Sidebar cards */
.ip-aside { display: flex; flex-direction: column; gap: 18px; position: sticky; top: 96px; }
.ip-card { border: 1px solid var(--gp-line); border-radius: 16px; padding: 24px; background: white; }
.ip-card.dark { background: var(--gp-navy); border-color: var(--gp-navy); color: white; }
.ip-card h3 { font-size: 17px; margin: 0 0 14px; }
.ip-card.dark h3 { color: white; }
.crit-row { display: flex; justify-content: space-between; gap: 12px; padding: 10px 0; border-top: 1px solid var(--gp-line); font-size: 14px; }
.crit-row:first-of-type { border-top: none; }
.crit-row .k { color: var(--gp-slate); }
.crit-row .val { font-weight: 600; color: var(--gp-ink); text-align: right; }
.crit-note { font-size: 12px; color: var(--gp-mute); margin-top: 14px; line-height: 1.5; }
.ip-card.dark p { color: rgba(255,255,255,0.74); font-size: 14.5px; line-height: 1.55; margin: 0 0 18px; }
.ip-card.dark .btn { width: 100%; justify-content: center; }

/* Docs list */
.docs { background: var(--gp-paper); border-top: 1px solid var(--gp-line); }
.docs-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 40px; }
@media (max-width: 760px) { .docs-grid { grid-template-columns: 1fr; } }
.docs-grid li { display: flex; gap: 12px; align-items: flex-start; font-size: 15px; color: var(--gp-graphite); padding: 8px 0; line-height: 1.45; }
.docs-grid li .dt { color: var(--gp-blue); flex-shrink: 0; }

/* ---- Final CTA band ---- */
.ip-cta { background: var(--gp-navy); color: white; text-align: center; padding: 80px 0; }
.ip-cta h2 { color: white; font-size: clamp(28px, 4vw, 42px); }
.ip-cta p { margin: 16px auto 0; max-width: 540px; color: rgba(255,255,255,0.72); font-size: 17px; }
.ip-cta .ip-cta-row { margin-top: 30px; display: inline-flex; gap: 12px; flex-wrap: wrap; justify-content: center; }

/* ============================================================
   BLOG
   ============================================================ */
.blog-head { text-align: center; padding: 64px 0 8px; }
.blog-head h1 { font-size: clamp(34px, 4.5vw, 52px); }
.blog-head p { margin: 16px auto 0; max-width: 560px; color: var(--gp-slate); font-size: 17px; }

.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 900px) { .blog-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .blog-grid { grid-template-columns: 1fr; } }
.blog-card { border: 1px solid var(--gp-line); border-radius: 16px; overflow: hidden; background: white; display: flex; flex-direction: column; transition: transform 200ms ease, box-shadow 200ms ease; }
.blog-card:hover { transform: translateY(-3px); box-shadow: 0 24px 48px -28px rgba(15,23,42,0.22); }
.blog-card .thumb { aspect-ratio: 16/9; background: linear-gradient(135deg, var(--gp-blue-tint), var(--gp-paper-2)); display: flex; align-items: center; justify-content: center; }
.blog-card .thumb img { width: 100%; height: 100%; object-fit: cover; }
.blog-card .bc-body { padding: 24px; display: flex; flex-direction: column; flex: 1; }
.blog-card .bc-tag { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gp-blue); font-weight: 700; margin-bottom: 10px; }
.blog-card h3 { font-size: 19px; line-height: 1.25; margin-bottom: 10px; }
.blog-card p { font-size: 14px; color: var(--gp-slate); line-height: 1.55; flex: 1; }
.blog-card .bc-meta { margin-top: 16px; font-size: 12.5px; color: var(--gp-mute); }

/* Single post */
.post-wrap { max-width: 720px; margin: 0 auto; padding: 56px 0 20px; }
.post-tag { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gp-blue); font-weight: 700; }
.post-wrap h1 { font-size: clamp(30px, 4vw, 46px); margin: 16px 0 16px; }
.post-meta { font-size: 14px; color: var(--gp-mute); margin-bottom: 32px; padding-bottom: 24px; border-bottom: 1px solid var(--gp-line); }
.post-cover { aspect-ratio: 16/9; border-radius: 16px; overflow: hidden; margin-bottom: 36px; background: var(--gp-paper-2); }
.post-cover img { width: 100%; height: 100%; object-fit: cover; }
.post-body { font-size: 17px; line-height: 1.7; color: var(--gp-graphite); }
.post-body p { margin: 0 0 22px; }
.post-body h2 { font-size: 26px; margin: 40px 0 14px; }
.post-body h3 { font-size: 20px; margin: 30px 0 10px; }
.post-body ul { margin: 0 0 22px; padding-left: 22px; }
.post-body li { margin-bottom: 10px; }
.post-body a:not(.btn) { color: var(--gp-blue); text-decoration: underline; text-underline-offset: 2px; }
.post-body blockquote { margin: 28px 0; padding: 16px 22px; border-left: 3px solid var(--gp-blue); background: var(--gp-paper); color: var(--gp-slate); font-size: 17px; }

/* ---- FAQ ---- */
.faq { background: white; border-top: 1px solid var(--gp-line); }
.faq-head { max-width: 760px; margin-bottom: 36px; }
.faq-head h2 { font-size: 30px; }
.faq-wrap { max-width: 820px; }
.faq-item { border-top: 1px solid var(--gp-line); padding: 24px 0; }
.faq-item:first-of-type { border-top: none; padding-top: 0; }
.faq-item h3 { font-size: 18px; margin-bottom: 10px; letter-spacing: -0.01em; }
.faq-item p { font-size: 15.5px; line-height: 1.65; color: var(--gp-slate); }
