/* === Inner Pages Shared Styles === */

/* Page Hero */
.page-hero { padding: 8rem 0 3rem; background: linear-gradient(160deg, #f0fdf4 0%, #ecfdf5 40%, #fff 100%); text-align: center; }
.page-badge { display: inline-flex; align-items: center; gap: 0.4rem; padding: 0.3rem 0.75rem; background: rgba(22,163,74,0.08); border: 1px solid rgba(22,163,74,0.15); color: #16a34a; font-size: 0.78rem; font-weight: 700; border-radius: 20px; margin-bottom: 1rem; text-transform: uppercase; letter-spacing: 0.05em; }
.page-hero h1 { font-size: 2.75rem; font-weight: 900; letter-spacing: -0.02em; color: #14532d; margin-bottom: 0.75rem; }
.page-sub { font-size: 1.05rem; color: #6b7280; max-width: 540px; margin: 0 auto; }

/* Page Content */
.page-content { padding: 3.5rem 0 5rem; }
.page-narrow { max-width: 760px; margin: 0 auto; }

/* Content Blocks */
.content-block { margin-bottom: 2.5rem; }
.content-icon { width: 48px; height: 48px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; margin-bottom: 1rem; }
.content-block h2 { font-size: 1.5rem; font-weight: 800; color: #14532d; margin-bottom: 0.75rem; }
.content-block p { font-size: 0.95rem; color: #4b5563; line-height: 1.7; margin-bottom: 0.75rem; }

/* Values Grid */
.values-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 1rem; }
.value-item { padding: 1.25rem; border: 1px solid #f3f4f6; border-radius: 12px; transition: all 0.2s; }
.value-item:hover { border-color: #d1fae5; box-shadow: 0 4px 16px rgba(22,163,74,0.04); }
.value-item h4 { font-size: 0.9rem; font-weight: 700; color: #14532d; margin-bottom: 0.35rem; display: flex; align-items: center; gap: 0.4rem; }
.value-item h4 i { color: #16a34a; font-size: 0.75rem; }
.value-item p { font-size: 0.84rem; color: #6b7280; line-height: 1.55; margin: 0; }

/* Tech Chips */
.tech-row { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 0.75rem; }
.tech-chip { padding: 0.35rem 0.85rem; background: #f1f5f9; border: 1px solid #e2e8f0; border-radius: 8px; font-size: 0.82rem; font-weight: 600; color: #334155; }

/* Support Grid */
.support-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; margin-bottom: 2rem; }
.support-card { padding: 1.75rem; border: 1px solid #e5e7eb; border-radius: 14px; transition: all 0.25s; text-align: center; }
.support-card:hover { border-color: #d1fae5; box-shadow: 0 8px 24px rgba(22,163,74,0.05); transform: translateY(-2px); }
.support-card .content-icon { margin: 0 auto 1rem; }
.support-card h3 { font-size: 1rem; font-weight: 700; color: #14532d; margin-bottom: 0.4rem; }
.support-card p { font-size: 0.84rem; color: #6b7280; line-height: 1.55; margin-bottom: 0.85rem; }
.support-link { display: inline-flex; align-items: center; gap: 0.35rem; font-size: 0.85rem; font-weight: 600; color: #16a34a; transition: gap 0.2s; }
.support-link:hover { gap: 0.6rem; }
.support-info { font-size: 0.82rem; font-weight: 600; color: #374151; }

/* FAQ */
.faq-list { display: flex; flex-direction: column; gap: 0.5rem; margin-bottom: 3rem; }
.faq-item { border: 1px solid #e5e7eb; border-radius: 10px; overflow: hidden; cursor: pointer; transition: all 0.2s; }
.faq-item:hover { border-color: #d1fae5; }
.faq-q { display: flex; align-items: center; justify-content: space-between; padding: 1rem 1.25rem; font-size: 0.92rem; font-weight: 600; color: #14532d; }
.faq-q i { font-size: 0.72rem; color: #9ca3af; transition: transform 0.3s; }
.faq-item.open .faq-q i { transform: rotate(180deg); color: #16a34a; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.35s ease, padding 0.35s ease; padding: 0 1.25rem; font-size: 0.88rem; color: #4b5563; line-height: 1.65; }
.faq-item.open .faq-a { max-height: 200px; padding: 0 1.25rem 1.15rem; }

/* Legal Content */
.legal-content h2 { font-size: 1.15rem; font-weight: 800; color: #14532d; margin: 2.25rem 0 0.6rem; padding-top: 1.25rem; border-top: 1px solid #f3f4f6; }
.legal-content h2:first-child { border-top: none; margin-top: 0; padding-top: 0; }
.legal-content h3 { font-size: 0.98rem; font-weight: 700; color: #374151; margin: 1.25rem 0 0.4rem; }
.legal-content p { font-size: 0.9rem; color: #4b5563; line-height: 1.7; margin-bottom: 0.65rem; }
.legal-content ul { margin: 0.5rem 0 1rem 1.25rem; display: flex; flex-direction: column; gap: 0.4rem; list-style: none; }
.legal-content li { font-size: 0.9rem; color: #4b5563; line-height: 1.6; position: relative; padding-left: 1rem; }
.legal-content li::before { content: ''; position: absolute; left: 0; top: 0.55rem; width: 5px; height: 5px; border-radius: 50%; background: #16a34a; }
.legal-content a { color: #16a34a; font-weight: 500; }
.legal-content a:hover { text-decoration: underline; }

/* Page CTA Box */
.page-cta-box { text-align: center; padding: 2.5rem; background: linear-gradient(135deg, #f0fdf4, #ecfdf5); border: 1px solid #d1fae5; border-radius: 16px; margin-top: 2rem; }
.page-cta-box h3 { font-size: 1.35rem; font-weight: 800; color: #14532d; margin-bottom: 0.4rem; }
.page-cta-box p { font-size: 0.92rem; color: #6b7280; margin-bottom: 1.25rem; }

/* Responsive */
@media (max-width: 768px) {
    .page-hero h1 { font-size: 2rem; }
    .support-grid { grid-template-columns: 1fr; }
    .values-grid { grid-template-columns: 1fr; }
}
