.page-header{background:var(--gray-50);padding:3rem 0;text-align:center;border-bottom:1px solid var(--gray-200)}.page-title{font-size:2rem;font-weight:700;color:var(--gray-900)}.page-section{max-width:900px;margin:0 auto;padding:2rem 0}.page-section h2{font-size:1.75rem;margin-bottom:1rem;color:var(--gray-900)}.page-section h3{font-size:1.25rem;margin-bottom:0.75rem;color:var(--gray-800)}.page-section p{color:var(--gray-600);line-height:1.7;margin-bottom:1rem}.page-section ul{color:var(--gray-600);line-height:1.7;margin-bottom:1rem;padding-left:1.5rem}.page-section ul li{margin-bottom:0.5rem}.page-section ol{color:var(--gray-600);line-height:1.7;margin-bottom:1rem;padding-left:1.5rem}.page-section ol li{margin-bottom:0.5rem}.page-section strong{color:var(--gray-800)}.page-section a{color:var(--primary);text-decoration:none}.page-section a:hover{text-decoration:underline}.faq-item{border:1px solid var(--gray-200);border-radius:var(--radius-lg);margin-bottom:0.75rem;overflow:hidden}.faq-question{padding:1rem 1.25rem;font-weight:600;cursor:pointer;display:flex;justify-content:space-between;align-items:center;background:var(--white)}.faq-question:hover{background:var(--gray-50)}.faq-question::after{content:'+';font-size:1.25rem;color:var(--gray-400)}.faq-item.active .faq-question::after{content:'−'}.faq-answer{padding:0 1.25rem;max-height:0;overflow:hidden;transition:max-height 0.3s ease,color 0.3s ease;color:var(--gray-600);line-height:1.7}.faq-item.active .faq-answer{max-height:500px;padding:0 1.25rem 1rem}.info-card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;margin:1.5rem 0}.info-card{background:var(--white);padding:1.5rem;border-radius:var(--radius-lg);border:1px solid var(--gray-200)}.info-card h4{font-size:1rem;margin-bottom:0.5rem;color:var(--gray-900)}.info-card p{font-size:0.875rem;color:var(--gray-500);margin-bottom:0}.info-table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:0.875rem}.info-table th{background:var(--gray-50);font-weight:600;text-align:left;padding:0.75rem 1rem;border:1px solid var(--gray-200);color:var(--gray-800)}.info-table td{padding:0.75rem 1rem;border:1px solid var(--gray-200);color:var(--gray-600)}.info-table tr:hover td{background:var(--gray-50)}.cta-button{display:inline-block;padding:0.75rem 2rem;background:var(--primary);color:var(--white);border-radius:var(--radius-lg);font-weight:600;text-decoration:none;transition:opacity 0.2s}.cta-button:hover{opacity:0.9;color:var(--white)}@media(max-width:768px){.page-header{padding:2rem 0}.page-title{font-size:1.5rem}.info-card-grid{grid-template-columns:1fr}.info-table{font-size:0.75rem}.info-table th,.info-table td{padding:0.5rem}}