.comp-header{text-align:center;max-width:800px;margin:0 auto 50px}.comp-header h1{font-size:30px;font-weight:800;margin-bottom:15px;letter-spacing:-.02em}.comp-header p{color:var(--text-gray);font-size:1.1rem}.summary-box{margin-top:50px;background:#fff;border-radius:var(--radius);border:1px solid #e5e7eb;display:flex;overflow:hidden;box-shadow:var(--shadow)}.summary-content{padding:40px;flex:1}.summary-cta{background:#1f2937;color:white;padding:40px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;min-width:300px}.btn{background:#aa2e2e;color:white;padding:12px 25px;border-radius:8px;font-weight:600;text-decoration:none;transition:.2s;margin-top:15px}.btn:hover{background:#000;transform:translateY(-2px)}@media (max-width:900px){.summary-box{flex-direction:column}.summary-cta{padding:30px}}