/* Shared styles for keyword landing pages */
.page-hero { background: var(--teal-dark); padding: 80px 24px; text-align: center; }
.page-hero-eyebrow { font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.6); margin-bottom: 14px; }
.page-hero-h { font-family: var(--font-display); font-size: 44px; color: var(--white); line-height: 1.15; letter-spacing: -0.02em; max-width: 760px; margin: 0 auto 16px; }
.page-hero-p { font-size: 17px; color: rgba(255,255,255,0.7); line-height: 1.75; max-width: 600px; margin: 0 auto 32px; }
.btn-primary { display: inline-block; background: var(--white); color: var(--teal-dark); font-size: 15px; font-weight: 600; padding: 15px 36px; border-radius: 8px; text-decoration: none; transition: background 0.15s; }
.btn-primary:hover { background: #f0f0f0; }
.page-hero-note { font-size: 12px; color: rgba(255,255,255,0.4); margin-top: 14px; }
@media (max-width: 600px) { .page-hero-h { font-size: 30px; } }
.wrap { max-width: 760px; margin: 0 auto; padding: 64px 24px; }
.eyebrow { font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--teal); margin-bottom: 12px; }
.section-h { font-family: var(--font-display); font-size: 32px; line-height: 1.15; color: var(--text); margin-bottom: 16px; letter-spacing: -0.02em; }
@media (max-width: 600px) { .section-h { font-size: 26px; } }
.body-p { font-size: 16px; color: var(--muted); line-height: 1.8; margin-bottom: 20px; }
.body-p a { color: var(--teal); }
.checklist { list-style: none; margin: 0 0 24px; padding: 0; }
.checklist li { font-size: 15px; color: var(--muted); line-height: 1.7; padding-left: 28px; position: relative; margin-bottom: 10px; }
.checklist li::before { content: "✓"; position: absolute; left: 0; color: var(--teal); font-weight: 700; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 32px 0 8px; }
@media (max-width: 640px) { .steps { grid-template-columns: 1fr; } }
.step { background: var(--bg); border: 1px solid var(--border); border-radius: 14px; padding: 24px; }
.step-num { font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--teal); margin-bottom: 10px; }
.step-title { font-size: 15px; font-weight: 600; color: var(--text); margin-bottom: 6px; }
.step-body { font-size: 13px; color: var(--muted); line-height: 1.65; }
.divider { height: 1px; background: var(--border); margin: 48px 0; }
.faq { display: flex; flex-direction: column; gap: 10px; }
.faq-item { border: 1px solid var(--border); border-radius: 12px; overflow: hidden; background: var(--white); }
.faq-q { width: 100%; background: none; border: none; display: flex; align-items: center; justify-content: space-between; padding: 18px 20px; text-align: left; cursor: pointer; font-family: var(--font-body); font-size: 15px; font-weight: 600; color: var(--text); gap: 12px; transition: color 0.15s; }
.faq-q:hover { color: var(--teal); }
.faq-icon { width: 24px; height: 24px; border-radius: 6px; background: var(--teal-light); display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: transform 0.25s, background 0.15s; font-size: 14px; color: var(--teal); }
.faq-item.open .faq-icon { transform: rotate(45deg); background: var(--teal); color: white; }
.faq-a { font-size: 14px; color: var(--muted); line-height: 1.7; padding: 0 20px; max-height: 0; overflow: hidden; transition: max-height 0.3s ease, padding 0.3s ease; }
.faq-item.open .faq-a { max-height: 280px; padding: 0 20px 18px; }
.related { background: var(--bg); border: 1px solid var(--border); border-radius: 14px; padding: 28px; }
.related-h { font-size: 15px; font-weight: 600; color: var(--text); margin-bottom: 14px; }
.related ul { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.related a { font-size: 14px; color: var(--teal); text-decoration: none; }
.related a:hover { text-decoration: underline; }
.cta-wrap { background: var(--teal-dark); }
.cta { max-width: 700px; margin: 0 auto; padding: 72px 24px; text-align: center; }
.cta-h { font-family: var(--font-display); font-size: 36px; color: var(--white); margin-bottom: 14px; line-height: 1.15; letter-spacing: -0.02em; }
.cta-p { font-size: 17px; color: rgba(255,255,255,0.65); margin-bottom: 36px; line-height: 1.7; }
.cta-note { font-size: 12px; color: rgba(255,255,255,0.35); margin-top: 16px; }
footer { background: #111; color: rgba(255,255,255,0.5); font-size: 13px; }
.footer-inner { max-width: 1000px; margin: 0 auto; padding: 40px 24px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 20px; }
.footer-logo { display: flex; align-items: center; gap: 8px; text-decoration: none; }
.footer-logo img { width: 28px; height: 28px; border-radius: 7px; opacity: 0.8; }
.footer-logo-text { font-family: var(--font-display); font-size: 17px; color: rgba(255,255,255,0.7); }
.footer-links { display: flex; gap: 24px; list-style: none; flex-wrap: wrap; }
.footer-links a { color: rgba(255,255,255,0.45); text-decoration: none; transition: color 0.15s; }
.footer-links a:hover { color: rgba(255,255,255,0.8); }
.footer-copy { width: 100%; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.08); }
